@charset "utf-8";

html,
body {
  overflow-x: hidden;
   scroll-behavior: smooth; /*　スムーススクロール */
}

body {
  font-size: 16px;
  color: #3b0d11;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif, "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  line-height: 2.5;
  background-color: #f6f1e9;

}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.4s;
}

a:hover {
  color: #a48083;
}

/* トップへ戻るボタンPCで非表示 */
.gotop_container {
  display: none;
}

.wrapper1280 {
  max-width: 1280px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1140px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* センター寄せ */
.center {
  display: flex;
  justify-content: center;
}

/* ヘッダー */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #f6f1e9;
  opacity: 0.95;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  align-items: center;
}

.logo {
  max-width: 23%;
}

.nav_area {
  width: 56%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8%;
  position: relative;
}

.nav_area ul {
  display: flex;
  justify-content: space-between;
  width: 77%;
}

.nav_area ul li {
  font-weight: 500;
  line-height: 2;
  list-style-type: none;
  flex-grow: 1;
  text-align: center;
}

.nav_area ul li+li {
  border-left: 2px solid #3b0d11;
}

.nav_button {
  display: none;
}

/* ヘッダー ctaボタン */
/* ボタンオレンジグラデ */
/* .gradation_01 {
  background: linear-gradient(180deg, #e37d44 12.36%, #ffee93 90.8%);
} */

.gradation_02 {
  background: linear-gradient(180deg, #7bbb8a 45.5%, #ffee93 93%);
}

/* ctaボタン形状 */
.nav_reserve-button {
  display: inline-block;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 110px;
  width: 110px;
  height: 110px;
  padding: 0;
  background: linear-gradient(180deg, #e37d44 12%, #ffee93 50%, #e37d44 100%);

  background-size: 100% 200%;
  transition-duration: .4s;
}




.nav_reserve-button:hover {
  transform: scale(1.1);
  background-position: 0 100%;
  color: #fff;
  /* line-height: 121px;
  width: 121px;
  height: 121px;
  background: linear-gradient(180deg, #ffee93 18%, #e37d44 54.5%); */
}

/* フッター */

.footer {
  padding-top: 93px;
}

.footer_logo-area {
  padding: 0 5.46875%;
}

.footer_inner {
  margin-top: 42px;
  padding-bottom: 64px;
  padding: 0 5.46875% 64px;
}

.footer_group>.access_title {
  font-size: 16px;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
}

.footer_list-area {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}

.footer-navi {
  display: flex;
  justify-content: space-between;
}

.footer-navi_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navi_list li {
  position: relative;
  padding: 0 0 0 20px;
}

.footer-navi_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 12px solid #e37d44;
}

.footer_list li {
  padding-top: 0px;
  font-weight: 500;
}

.footer-navi_title {
  font-size: 18px;
  font-weight: 700;
}

.footer_obi {
  background-color: #41797b;
  height: 40px;
}

/* 共通ボタン */
.button-area {
  margin-top: 47px;
  letter-spacing: 0.15em;
  line-height: 3.2;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.button {
  border: 2px solid #3b0d11;
  padding: 12px 42px;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 0.55em;
  border-radius: 9999px;
  background-color: #f6f1e9;
}

/* ボタン右側の矢印 */
.button::after {
  content: url(../image/button_arrrow.svg);
  display: inline-block;
  width: 2em;
  height: 2em;
}

.button:hover {
  transform: scale(1.1);
  background: #3b0d11;
  color: #F6F1E9;
}

/* cta */
.cta_container {
  background-image: url(../image/reservation_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta_inner {
  padding: 93px 5.46875%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_heading-area {
  width: 25%;
}

.cta_text {
  font-weight: 500;
}

.cta-button_area {
  width: 60%;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.cta-button_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.cta-button_container.cta-small {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cta-button {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f6f1e9;
  border-radius: 20px;
}

.cta-button_title {
  font-size: 20px;
  font-weight: 700;
}

.cta-button_text {
  line-height: 1.87;
  font-size: 14px;
  font-weight: 500;
}

.cta-button.press {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  box-shadow: 6px 6px 0px 1px rgba(59, 13, 17, 0.7);
}

.cta-button.press:hover {
  transform: translateX(6px) translateY(6px);
  box-shadow: none;
}

.cta-button_icon {
  width: 70px;
}

.cta-button_label {
  font-weight: 700;
}

.cta-button.cta-large {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.cta-button_phonenumber {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  display: block;
  /* padding: 16px; */
  border-bottom: 2px solid #3b0d11;
}

.cta-button_title.icon {
  position: relative;
  padding-left: 71px;
}

.cta-button_title.icon::before {
  content: "";
  display: block;
  width: 46px;
  height: 68px;
  background-image: url(../image/cta_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  left: 0;
}

/* 追従cta PC非表示 */
.floating-banner {
  display: none;
}

/* PC非表示 */
.pc-none {
  display: none;
}

/* スマホCSS */

@media (max-width: 768px) {
  
  body {
    font-size: 14px;
  }


  .sp-none {
    display: none;
  }

  .wrapper1280 {
    width: 100%;
  }

  /* ヘッダー */

  .header {
    padding: 20px 0
  }

  .logo {
    max-width: none;
    width: 21.86666667%;
    line-height: 0;
    position: relative;
    z-index: 15;
  }

  .logo a {
    line-height: 0;
  }

  /* ハンバーガーメニュー */
  .nav_button {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../image/nav-open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    z-index: 15;
  }

  .nav_open .nav_button {
    background-image: url(../image/nav-close.svg);
  }

  .nav_area .nav_sp {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #F6F1E9;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    
    flex-direction: column;
    font-size: 13px;
    row-gap: 34px;
    transform: translateX(100%);
    transition: 0.4s;
  }

.nav_sp .guide_list_box::after {
  content: none;
}

  .nav_sp .guide_list { 
    padding-left: 20px;
    padding-bottom: 26px;
    flex-direction: column;
    gap: 15px;
  }
 .nav_sp .main-nav {
display: flex;
flex-direction: column;
position: relative;
margin-top: 26.93333333% ;

 }
  .nav_sp .footer-navi_title {
    font-size: 16px;
    font-weight: 700;
    border-top: 2px solid #3b0d11;
    padding: 26px 0;
  }

    .nav_sp .footer-navi:nth-child(2) .footer-navi_title:last-child {
   
    border-bottom: 2px solid #3b0d11;
    
  }

    .nav_sp .footer-navi {
      width:55% ;
    }

     .nav_sp .footer-navi_list {
      width: 100%;
     }
  .nav_open .nav_area .nav_sp {
    transform: translateX(0);
  }

    .nav_sp .guide_list .li {
      font-size: 13px;
      font-weight: 500;
      text-align: left;
     
    }

  .nav_area  .nav_sp ul li {
    text-align: left;
  }
  .nav_area ul li+li {
    border-left: none;
  }


  .nav_reserve-button_area {
    display: none;

  }

  .sp-nav_reserve-button_area {
    position: absolute;
    bottom: 5.33333333%;
    right: 5.33333333%;
  }
/* ctaボタン形状 */
.sp-nav_reserve-button_area .nav_reserve-button:first-child {
  display: inline-block;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 80px;
  width: 80px;
  height: 80px;
  padding: 0;
  background: linear-gradient(180deg, #e37d44 12%, #ffee93 50%, #e37d44 100%);

  background-size: 100% 200%;
  transition-duration: .4s;
}

.sp-nav_reserve-button_area .nav_reserve-button:last-child {
    display: inline-block;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 80px;
  width: 80px;
  height: 80px;
  padding: 0;
background: linear-gradient(180deg, #7BBB8A 12%, #FFEE93 50%,#7BBB8A 100%);
background-size: 100% 200%;
  transition-duration: .4s;

}

.sp-nav_reserve-button_area .nav_reserve-button:hover {
  transform: scale(1.1);
  background-position: 0 100%;
  color: #fff;
}

  /* ハンバーガー終わり */

  .header_inner {
    padding: 0 5.333333333333333%;
  }

  .button-area {
    font-size: 12px;
  }

  .button {
    padding: 10px 20px;
    border: 1px solid #3b0d11;
  }

  .button::after {
    content: "";
    display: inline-block;
    width: 1.94583333em;
    aspect-ratio: 1:1.162;
    background-image: url(../image/button_arrrow.svg);
    background-size: contain;
    /* 画像を要素に収める */
    background-repeat: no-repeat;
    /* 画像が繰り返されないようにする */
  }

  /* cta */
  .cta_inner {
    flex-direction: column;
    padding-top: 50px;
  }

  .section_heading-area {
    width: 100%;
  }

  .cta-button {
    padding-left: 53.86px;
    /* padding-right: 32px; */
  }

  .cta_text {
    font-size: 14px;
    line-height: 160%;
  }

  .cta-button_area {
    width: calc(100vw*0.69333333);
    flex-direction: column;
    margin-top: 40px;

  }

  .cta-button_container {
    flex-direction: column;
    width: 100%;
  }

  .cta-button_icon {
    width: 54px;
  }

  .cta-button_title {
    line-height: 1.2;
  }

  .cta-button_label {
    border-top: 2px solid #3b0d11;
  }

  .cta-button_text {
    font-size: 12px;
    line-height: 1.41666667;
  }

  .cta-button_phonenumber {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 18px;
    border: none;
  }

  .cta-button_title.icon::before {
    content: "";
    display: block;
    width: 36px;
    height: 53px;
    background-image: url(../image/cta_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    left: -5px;
  }

  /* SPフッター */

  .footer {
    padding-top: 49px;
  }

  .footer_logo {
    width: 100%;
  }

  .footer_logo-area {
    text-align: center;
    width: calc(100vw*0.448);
    padding: 0;
  }

  .footer_inner {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer_list-area {
    order: 3;
  }

  .footer_list-area {
    flex-direction: column;
    gap: 10px;
  }

  .footer-navi_title {
    font-size: 14px;
  }


  .footer_box:first-child {
    margin-top: 35px;
  }

  .footer_group>.access_title {
    font-size: 14px;
  }

  .list_mail {
    display: none;
  }

  .footer_group:first-child {
    margin-bottom: 20px;
  }

  .footer_list {
    line-height: 160%;
  }

  .guide_list {
    display: none;
  }

  .guide_list_box {
    position: relative;
  }

  .guide_list_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(1.1em) translateY(0.9em);
    border: 5px solid transparent;
    border-top: 9px solid #e37d44;
  }

  /* 固定cta */
  .floating-banner {
    display: block;
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
  }



  .floating-banner a {
    text-decoration: none;
    /* リンクに下線が入らないように */
  }

  .floating-cta {
    width: 100vw;
    font-family: Zen Maru Gothic;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    background: linear-gradient(177deg, #E37E45 17.72%, #FFEE93 110.32%);

  }


  /* トップへ戻るボタン */
  .gotop_container {
    display: block;
  }

  .gotop {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #3B0D11;
    position: fixed;
    bottom: 90px;
    right: 40%;
    margin-top: 50px;

    transition: .2s;
    opacity: 0;
    z-index: -1;
  }

  .gotop::before {
    content: "";
    position: relative;
    display: block;
    line-height: 0;
    background-image: url(../image/button_gotop.svg);
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    transform: translateX(-110%) translateY(115%);
  }

  /* モーダル */


}