/*
===============================================================

  WEBフォント

===============================================================
★FOT-Cezanne ProN M
font-family: fot-cezanne-pron, sans-serif;
font-weight: 500;
font-style: normal;

★English Grotesque Medium
font-family: english-grotesque, sans-serif;
font-weight: 500;
font-style: normal;

★English Grotesque Light
font-family: english-grotesque, sans-serif;
font-weight: 300;
font-style: normal;

★Nobel Regular
font-family: nobel, sans-serif;
font-weight: 400;
font-style: normal;

★Nobel Bold
font-family: nobel, sans-serif;
font-weight: 700;
font-style: normal;
*/

/*
================================================================

  全体

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1150px;
  height: 100%;
  margin: 0 auto;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 640px;
  min-width: 640px;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*
================================================================

  ヘッダー

================================================================
*/
#header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
   /* justify-content: flex-start;*/
  align-items: center;
  width: 100%;
  padding-left: 30px;
  min-width: 1200px;
  height: 86px;
  border-bottom: 1px solid #C7C7C7;
  background: #fff;
  z-index: 10;
  transition: .4s;}
#header .logo {
  display: inline-block;
  width: 230px;
  height: auto;}
#header .logo img {
  transition: .4s;}
/*
  ヘッダー構成：TOPページのみ
=============================================================== */
.home #header {
    background: rgba(27,24,24,0.5);
  border-bottom-color: #fff;
  /*background: transparent;*/
}
.home #header .logo {
  background: url(../img/common/logo_white.png);
  background-size: 100% auto;}
.home #header .logo img {
  opacity: 0;}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#header {
  left: auto;
  right: auto;
  width: 640px;
  min-width: 640px;
  height: 100px;}
#header .logo {
  position: fixed;
  width: 250px;
  z-index: 6;}
#header.active .logo {
  background-image: none;}
#header.active .logo img {
  opacity: 1.0;}}

/*
================================================================

  ナビゲーション

================================================================
*/
#burger {
  display: none;}
#nav {
  position: relative;
  height: 100%;}
#nav ul {
  display: flex;
  height: 100%;}
#nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2E2A29;
  height: 100%;
  padding: 0 10px;
  transition: 0.4s;
  letter-spacing: 0.07em;}
#nav ul li a:hover {
  opacity: 0.5;}
#nav ul li a span {
  font-family: nobel, sans-serif;
  font-weight: 700;
  font-style: normal;}
#nav ul li a i {
  /*display: none;*/
display: none;}
#nav ul li.reserve {
  margin-left: 15px;
}
#nav ul li.reserve a {
  padding: 0 30px 0 30px;
  border-left: 1px solid #178E0C;
  background: url(../img/common/nav_icon_reserve.png) no-repeat left 25px center / 22px auto #178E0C;/**/
  color: #fff;}
/*
  ナビゲーション：TOPページのみ
=============================================================== */
.home #nav ul li a {
  color: #fff;}
.home #nav ul li a:hover {
  opacity: 0.5;}
.home #nav ul li.reserve a {
  background-color: transparent;
  border-left-color: #fff;}
/* --------------------------------------------------------- sp */
@media (max-width: 1000px) {
#burger {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 6;}
#burger.active img {
  opacity: 0;}
.home #burger {
  background: url(../img/common/burger_white.png) no-repeat center;}
.home #burger img {
  opacity: 0;}
#burger img {
  width: 48px;
  height: auto;}
#burger.active {
  background: url(../img/common/burger_close.png) no-repeat center;}
#nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: #F6EEE7;
  /*background: #F4D10F;*/
  z-index: 5;}
#nav ul {
  display: block;
  padding: 0 30px;}
#nav ul li {
  position: relative;}
#nav ul li + li {
  border-top: 1px solid #fff;}
#nav ul li + li:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #F15D30;}
#nav ul li a {
  justify-content: flex-start;
  padding: 30px 0;}
#nav ul li a span {
  width: 200px;
  font-size: 26px;
  color: #2E2A29;}
#nav ul li a i {
  flex: 1;
  display: inline-block;
  margin-left: 40px;
  font-size: 22px;
  color: #2E2A29;}
#nav ul li.reserve {
  display: none;}}


@media (max-width: 767px) {
#burger {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 6;}
#burger.active img {
  opacity: 0;}
.home #burger {
  background: url(../img/common/burger_white.png) no-repeat center;}
.home #burger img {
  opacity: 0;}
#burger img {
  width: 48px;
  height: auto;}
#burger.active {
  background: url(../img/common/burger_close.png) no-repeat center;}
#nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: #F6EEE7;
  z-index: 5;}
#nav ul {
  display: block;
  padding: 0 30px;}
#nav ul li {
  position: relative;}
#nav ul li + li {
  border-top: 1px solid #fff;}
#nav ul li + li:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #F15D30;}
#nav ul li a {
  justify-content: flex-start;
  padding: 30px 0;}
#nav ul li a span {
  width: 200px;
  font-size: 26px;
  color: #2E2A29;}
#nav ul li a i {
  flex: 1;
  display: inline-block;
  margin-left: 40px;
  font-size: 22px;
  color: #2E2A29;}
#nav ul li.reserve {
  display: none;}}
/*
/*

================================================================

  コンテナ

================================================================
*/
.page #container,
.single #container {
  margin-top: 86px;}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
.page #container,
.single #container {
  margin-top: 100px;}}

/*
================================================================

  フッター

================================================================
*/
#footer {
  position: relative;
  /*margin-top: 120px;*/
  /*padding-top: 85px;*/
/*background: url(../img/common/bg_footer_pc.jpg) no-repeat top center #E3A48B;*/ 
 background: #393834; 
}
#f-top {
  padding-top: 80px;}
#f-top .flex {
  display: flex;
  justify-content: space-between;
  color: #fff;}
#f-top .flex .left {
  white-space: nowrap;
  display: flex;
  align-items: center;}
#f-top .flex .left img {
  width: 230px;
  height: auto;}
#f-top .flex .left p {
  flex: 1;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 20px;}
#f-top .flex .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-left: 18px;
  padding-left: 30px;
  border-left: 1px solid #fff;}
#f-top .flex .right p {
  font-weight: 700;
  line-height: 1.6;}
#f-top .flex .right a {
  pointer-events: none;
  font-family: nobel, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 33px;
  color: #fff;
  letter-spacing: .1em;}
#f-top .flex .right a span{
  pointer-events: none;
  font-family: nobel, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: .1em;}
/*
  フッターナビゲーション
=============================================================== */
#f-bottom {
  padding: 80px 0;
  font-weight: 700;
  color: #fff;}
#f-bottom a {
  color: #fff;}
#f-bottom .flex {
  display: flex;
  justify-content: space-between;}
#f-bottom .flex .box01 {
  width: 25%;}
#f-bottom .flex .box01 div + div {
  margin-top: 40px;}
#f-bottom .flex .box01 .title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;}
#f-bottom .flex .box01 ul li + li {
  margin-top: 20px;}
#f-bottom .flex .box01 ul li a {
  display: block;
  padding-left: 25px;
  background: url(../img/common/arrow-left-white.svg) no-repeat left center / 18px auto;}
#f-bottom .flex .box02 {
  width: 10%;}
#f-bottom .flex .box02 ul li + li {
  margin-top: 20px;}
#f-bottom .flex .box02 .youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  padding-bottom: 2px;
  border: 1px solid #fff;
  border-radius: 100%;}
/*
  コピーライト
=============================================================== */
small {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #1366ae;
  font-family: nobel, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#footer {
  /*padding-top: 45px;
  background-image: url(../img/common/bg_footer_sp.jpg);*/
    }
#f-top {
  padding-top: 80px;}
#f-top .flex {
  flex-direction: column;}
#f-top .flex .left {
  flex-direction: column;}
#f-top .flex .left img {
  width: 300px;}
#f-top .flex .left p {
  margin-top: 20px;
  padding-left: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;}
#f-top .flex .right {
  flex-direction: column;
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;}
#f-top .flex .right p {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;}
#f-top .flex .right a {
  margin-top: 20px;
  pointer-events: auto;
  font-size: 50px;}
#f-bottom {
  padding: 50px 30px;
  font-size: 22px;}
#f-bottom .flex {
  flex-direction: column;}
#f-bottom .flex .box01 {
  order: 2;
  width: 100%;}
#f-bottom .flex .box01 div + div {
  margin-top: 0;}
#f-bottom .flex .box01 .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  transition: .4s;}
#f-bottom .flex .box01 .title.active {
  color: #F15D30;}
#f-bottom .flex .box01 .title:before {
  content: '\e145';
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -9px;
  font-family: 'Material Icons Round';
  font-size: 18px;}
#f-bottom .flex .box01 .title.active:before {
  transform: rotate(45deg);}
#f-bottom .flex .box01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
#f-bottom .flex .box01 ul li {
  width: 48.5%;
  border-bottom: 1px solid #fff;}
#f-bottom .flex .box01 ul li + li {
  margin-top: 0;}
#f-bottom .flex .box01 ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0;
  padding-right: 30px;
  line-height: 1.4;
  background: url(../img/common/arrow-left-white.svg) no-repeat right center / 24px auto;}
#f-bottom .flex .box02 {
  width: 100%;}
#f-bottom .flex .box02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
#f-bottom .flex .box02 ul li {
  width: 48.5%;
  border-bottom: 1px solid #fff;}
#f-bottom .flex .box02 ul li + li {
  margin-top: 0;}
#f-bottom .flex .box02 ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url(../img/common/arrow-left-white.svg) no-repeat right center / 24px auto;
  padding-right: 30px;
  line-height: 1.4;}
#f-bottom .flex .box02 .youtube {
  display: none;}
#f-bottom .flex > div .title + div {
  display: none;}
small {
  width: 100%;
  padding: 30px 0 160px;
  font-size: 20px;}}

/*
================================================================

  スマホ用：CTA

================================================================
*/
#sp-cta {
  display: none;}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#sp-cta {
  position: fixed;
  left: 50%;
  bottom: 30px;
  display: block;
  margin-left: -310px;
  z-index: 11;}
#sp-cta .flex {
  position: relative;
  display: flex;
  width: 620px;
  height: 100px;
  margin: 0 auto;
  border-radius: 10px;
  background: #178E0C;
  box-shadow: 0 10px 5px rgba(0, 0, 0, .2);}
#sp-cta .flex:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #fff;}
#sp-cta .flex a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;}
#sp-cta .flex a.tel {
  font-size: 18px;}
#sp-cta .flex a.tel span {
  /*margin-bottom: 10px;*/
  font-family: nobel, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: .05em;}
#sp-cta .flex a.line {
  font-size: 24px;}
#sp-cta .flex a.line span {
  position: relative;
  padding-left: 20px;}
#sp-cta .flex a.line span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 37px;
  margin-top: -20px;
  background: url(../img/common/nav_icon_reserve.png) no-repeat center / contain;}}