@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* MARK: VARIABLE
*/

:root {
  --font: "Noto Sans", sans-serif;
  --font-secondary: "Noto Serif JP", serif;
  --txt: #616664;
  --accent-color: #CE7272;
  --main-color: #9EB393;
  --sub-color: #7BA666;
  --bg-color:#FAFBF2;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 16px;
  color: var(--txt);
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  min-width: 1280px;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {  
  body {
    min-width: auto;
    font-size: 14px;
  }
  
  .inner {
    padding: 0 16px;
  }
}

.list-item {
  position: relative;
  left: 0.5rem;
}

.list-item::marker {
  content: "â€»";
}

/* ----pc,sp/on_off---- */
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .tb {
      display: block;
  }

  .sp {
      display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc {
      display: block;
  }

  .tb {
      display: none;
  }
}

.img-box {
  position: relative;
}

/* =========================
  SPå°‚ç”¨ï¼ˆæ–°ã‚¯ãƒ©ã‚¹ï¼‰
========================= */
@media (max-width: 768px) {

  /* æ¯”çŽ‡ç®¡ç†ã¯ã“ã®ã‚¯ãƒ©ã‚¹ã ã‘ */
  .top-font--sp {
    position: relative;           /* absoluteã®å½±éŸ¿ã‚’é®æ–­ */
    width: 100%;
    aspect-ratio: 375 / 516;      /* ç”»åƒæ¯”çŽ‡ */
    background: transparent;      /* æ—¢å­˜overlayã®å½±éŸ¿å›žé¿ */
  }

  /* picture / img ã‚’æ¯”çŽ‡æž ã«ãƒ•ã‚£ãƒƒãƒˆ */
  .top-font--sp .fv-media,
  .top-font--sp img {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* æ¯”çŽ‡ãã®ã¾ã¾ãƒ»åˆ‡ã‚Œãªã„ */
  .top-font--sp img {
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .top-i1 {
    display: none;
  }
}

.btn-wrap {
  border-radius: .5rem;
  height: auto;
  /* padding: .75rem 1rem .75rem 2rem; */
  transform: translate(0px, 0px);
  width: 320px;
  max-width: 320px;
  overflow: hidden;
  margin: auto;
}

@media screen and (max-width:768px) {
  .btn-wrap {
      width: 100%;
  }
}

.btn-wrap.-wh {
  position: relative;
  transition: color 0.5s ease;
  background: #fff;
}

.btn-wrap.-bl {
  position: relative;
  transition: color 0.5s ease;
  background: var(--accent-color);
  color: #fff;
}

.btn-wrap.-bl::hover {
  color: #fff;
}

.btn-wrap.-bl:hover::before,
.btn-wrap.-wh:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-wrap.-bl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E38D8D;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: .5rem;
}

.btn-wrap.-wh::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C6D4C0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: .5rem;
}

.side__icn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.side__icn>img {
  height: 1.5rem;
  width: 1.5rem;
}

.btn-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 16px;
  width: 100%;
}

.btn-wrap:hover {
  opacity: 1;
}

.btn-wrap .txt {
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.01;
  opacity: 1;
  text-align: center;
  transform: translate(0px, 0px);
  transition-duration: 600ms;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.btn-wrap.-bl .txt {
  color: #fff;
  display: block;
  width: 100%;
}

.btn-icn__box {
  position: relative;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 2rem;
  justify-content: center;
  margin: 0px 0px 0px auto;
  overflow-x: visible;
  overflow-y: visible;
  transform: scale(1, 1);
  width: 2rem;
  max-width: calc(100% - 30px);
  display: flex;
}

.top__arrow {
  backdrop-filter: brightness(100%);
  flex: none;
  height: auto;
  transition-duration: 0ms;
  width: 12px;
  z-index: 3;
  max-width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

.btn-wrap:hover .top__arrow {
  opacity: 0;
  transform: translate(10px, 0px);
  transition-duration: 600ms;
}

.btn-icn__box .bottom__arrow__box {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  max-width: 100%;
  display: flex;
}

.btn-icn__box .bottom__arrow {
  flex: none;
  height: auto;
  transform: translate(-10px, 0px);
  opacity: 0;
  position: absolute;
  transition-delay: 0ms;
  transition-duration: 0ms;
  width: 12px;
  max-width: 100%;
}

.btn-wrap:hover .btn-icn__box .bottom__arrow {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 250ms;
  transition-duration: 600ms;
}

.btn-icn__box .arrow__bg {
  background: #E38D8D;
  border-radius: 50%;
  flex: none;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  transition-duration: 600ms;
  width: 100%;
  max-width: 100%;
}

.btn-wrap.-bl .arrow__bg {
  background: #fff;
}

.btn-wrap:hover .btn-icn__box .arrow__bg {
  transform: scale(1.3, 1.3);
}


.top-o2 {
  position: absolute;
  height: 58%;
  width: auto;
  z-index: 1;
}

.top-o3 {
  width: 50%;
  max-width: 989px;
  z-index: 2;
}

.intro-image {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .intro-image {
    padding-top: 50px;
  }
}

.header {
  width: 100%;
}

.header-img {
  width: 100%;
  height: auto;
  display: block;
}

.lead {
  background: linear-gradient(180deg, #7BA666 0%, #B9CDA1 100%);
  border-bottom: 1px solid #fff;
}

.lead-navigation {
  padding: 40px;
  border-bottom: 1px solid #fff;
}

.lead-l1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 170%;
  gap: 24px;
}

@media (max-width: 768px){
  .lead-navigation {
    padding: 16px 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(180deg, #cd717214 0, #cd7172 100%);
    transform: translateY(0);
    transition: transform 0.3s ease-out;
  }
  
  .lead-navigation.is-hidden {
    transform: translateY(100%);
  }
  
  .lead-l1 {
    font-size: 16px;
    gap: 16px;
    justify-content: space-evenly;
  }
}

.restaurant-top-title {
  margin-bottom: 64px;
}

.lead-l1-item {
  font-family: var(--font-secondary);
  color: #fff;
  text-align: center;
  line-height: 150%;
}

.lead-u1 {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  /* line-height: 100%; */
}

.lead-u1:hover {
  opacity: 0.8;
}

.lead-u1:active {
  transform: scale(0.95);
}

.lead-u1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}

.lead-u1:hover::after {
  width: 100%;
}

.lead-content {
  position: relative;
  font-family: var(--font-secondary);
  color: #fff;
  display: flex;
  padding: 120px 0 0;
}

@media (max-width: 768px){
  .lead-content {
    padding: 80px 16px 0;
  }
}

.shooting-star {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.lead-content .shooting-star img {
  height: 105px;
}

.lead-content .lead-content {
  display: flex;
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .lead-content .lead-content {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 320px;
  }
}

@media (max-width: 375px) {
  .lead-content .lead-content {
    padding-bottom: 160px;
  }
}

.lead-content .lead-content > * {
  flex-basis: calc(100% / 2);
}

.lead-content  .lead-t2 {
  font-size: 16px;
    line-height: 170%;
}

.lead-content .lead-content h2 {
  margin-bottom: 24px;
  line-height: 170%;
}

.lead-content .lead-img-box {
  width: calc(100% / 2);
}

@media (max-width: 768px){
  .lead-content .lead-img-box {
    width: 100%;
  }
}

.lead-img-box {
  position: absolute;
  bottom: 0;
}

.lead-o1 {
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
}

.underline-wavy {
  text-decoration-line: underline; /* 下線を表示するために必須 */
  text-decoration-style: wavy; 
}

/* ============================
   ã‚¹ãƒžãƒ›
============================ */
@media (max-width: 767px) {

}

.copyright {
  color: var(--ac);
  font-size: 12px;
  font-family: Montserrat;
  text-align: center;
  padding: 16px;
}


/* ãƒˆãƒƒãƒ—ã«æˆ»ã‚‹ãƒœã‚¿ãƒ³ */
.toTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: #222; /* èƒŒæ™¯ã‚’æ¿ƒã */
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.toTop.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.toTop:hover{
  transform: translateY(-4px);
}

/* çŸ¢å° */
.toTop__icon{
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

/* TOPãƒ†ã‚­ã‚¹ãƒˆ */
.toTop__text{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}

/* ã‚¹ãƒžãƒ› */
@media (max-width: 768px){
  .toTop{
    right: 14px;
    bottom: 96px;
    width: 56px;
    height: 56px;
  }

  .toTop__text{
    font-size: 9px;
  }
}


/* =============================
  about
============================= */
.section-bg {
  position: relative;
}

.restaurant-section {
  padding: 96px 0;
}

@media (max-width: 768px){
  .restaurant-section {
    padding: 60px 0;
  }
}

.section-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.56);
  position: absolute;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 96px;
  font-weight: bold;
  line-height: 170%;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
}

.section-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/star-white-icn01.svg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 64px; 
  height: 64px;
  vertical-align: middle;
  margin-right: 40px;
}

.section-ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/star-white-icn01.svg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 64px; 
  height: 64px;
  vertical-align: middle;
  margin-left: 40px;
}

.section-ttl .wh {
  color: #fff;
}

@media (max-width: 768px){
  .section-ttl {
    font-size: 32px;
    top: 20%;
    /* left: 50%; */
    transform: translate(-50%, -20%);
  }

  .section-ttl::before {
    width: 24px; 
    height: 24px;
  }
  
  .section-ttl::after {
    width: 24px; 
    height: 24px;
  }
}

.blk-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 48px;
  font-weight: bold;
  line-height: 170%;
  text-align: center;
  z-index: 1;
}

#houou-course .blk-ttl {
    font-size: 42px;
}

.blk-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/star-green-icn01.svg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 40px; 
  height: 40px;
  vertical-align: middle;
  margin-right: 40px;
}

.blk-ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/star-green-icn01.svg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 40px; 
  height: 40px;
  vertical-align: middle;
  margin-left: 40px;
}

#chinese-food .blk-ttl::before, #chinese-food .blk-ttl::after,#morning-buffet .blk-ttl::before, #morning-buffet .blk-ttl::after {
    content: none;
}

@media (max-width: 768px) {
  .blk-ttl {
    font-size: 24px;
  }

  .blk-ttl::before {
    width: 24px; 
    height: 24px;
  }

  .blk-ttl::after {
    width: 24px; 
    height: 24px;
  }

  #houou-course .blk-ttl {
    font-size: 24px;
}
}

.main-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
  font-family: var(--font-secondary);
  font-size: 48px;
  font-weight: 700;
  line-height: 170%;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 56px;
}

.main-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/svg/star-green-icn01.svg);
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 49px; 
  height: 49px;
}

.main-ttl::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: var(--main-color);
}

.main-ttl .sub {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
    .main-ttl {
    font-size: 32px;
  }
  
  .main-ttl::before {
    width: 32px; 
    height: 32px;
  }
}

.blk-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-family:   var(--font-secondary);
}

.blk-section:not(:last-child) {
  margin-bottom: 120px;
}

@media (max-width: 768px){
  .blk-section:not(:last-child) {
    margin-bottom: 80px;
  }
}

.blk-nav {
  margin-bottom: 96px;
}

.blk-nav .nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 8px;
  font-family: var(--font-secondary);
  transition: all 0.3s ease;
  font-size: 24px;
}

.blk-nav .nav-list li a:hover {
  background: #fff;
  color: var(--main-color);
}

.blk-nav .nav-list li a .arrow::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  margin: auto;
}

.blk-nav .nav-list li a:hover .arrow::after {
  border-top: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.nav-list li {
  flex-grow: 1;
}

@media (max-width: 768px) {
  .blk-section {
    gap: 20px;
  }
  .blk-nav .nav-list li {
      width: 100%;
  }
  .blk-nav .nav-list li a {
      font-size: 16px;
      padding: 8px 16px;
  }
  .nav-list {
    flex-direction: column;
    gap: 16px;
  }
}

.s-dining-lead {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
  font-family: var(--font-secondary);
}

@media (max-width: 768px){
  .s-dining-lead {
    margin-bottom: 40px;
    gap: 24px;
  }

  #chinese-food .s-dining-lead {
    margin-top: 250px;
  }
}

@media (max-width: 400px){
    .left-img-box {
      position: absolute;
      top: -10%;
      left: -16px;
      width: 33%;
  }
  .right-img-box {
      position: absolute;
      top: -10%;
      right: -16px;
      width: 33%;
  }
    #chinese-food .left-img-box {
      position: absolute;
      top: -100%;
      left: 50%;
      width: 50%;
  }

  #chinese-food .right-img-box {
      position: absolute;
      top: -120%;
      right: 50%;
      width: 50%;
  }

    #s-dining .left-img-box {
      position: absolute;
      top: -200%;
      left: 0%;
      width: 50%;
  }

  #s-dining  .right-img-box {
      position: absolute;
      top: -200%;
      right: 0%;
      width: 50%;
  }

  #s-dining .s-dining-lead {
    margin-top: 250px;
  }
}

.s-dining-lead .text-box {
  max-width: 485px;
  width: 100%;
  margin: 0 auto;
}

.s-dining-lead .lead-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 768px){
  .s-dining-lead .lead-ttl {
    flex-direction: column;
  }
}

.s-dining-lead .lead-ttl .txt-accent {
  background: var(--accent-color);
  color: #fff;
  display: inline-block;
  padding: 4px 32px;
  border-radius: 4px;
}

.blk-txt {
  text-align: center;
}

.info-box {
  position: relative;
  padding: 24px 32px;
  border: 1px solid var(--main-color);
  /* background: #fff; */
}

@media (max-width: 768px){
  .info-box {
    padding: 16px 24px;
  }
}

.info-box__corner {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--sub-color);
}

.info-box__corner--tl {
  top: -1px;
  left: -1px;
  border-width: 24px 24px 0 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.info-box__corner--tr {
  top: -1px;
  right: -1px;
  border-width: 0 24px 24px 0;
  border-color: transparent var(--sub-color) transparent transparent;
}

.info-box__corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 24px 24px 24px 0px;
  border-color: transparent transparent var(--sub-color) transparent;
}

.info-box__corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 24px 24px 0;
  border-color: transparent var(--sub-color) var(--sub-color) transparent;
}

#sweets .info-box__corner--tl, #sweets .info-box__corner--br {
  display: none;
}

.info-box__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px){
  .info-box__inner {
    gap: 0px;
  }
}

.info-box__row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
}

.info-box__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-box__label {
  flex: 0 0 150px;
  padding-right: 16px;
  font-weight: 600;
  border-right: 1px solid var(--main-color);
  height: -webkit-fill-available;
  line-height: 170%;
  color: var(--sub-color);
}

@media (max-width: 768px){
  .info-box__row {
    flex-direction: column;
  }
  .info-box__label {
    border-right: none;
    border-bottom: 1px solid var(--main-color);
  }
}

.info-box__value {
  flex: 1;
  padding-left: 32px;
  color: var(--txt);
  line-height: 170%;
  font-weight: 600;
}

@media (max-width: 768px){
  .info-box__row {
    flex-direction: column;
    gap: 8px;
  }
  .info-box__label {
    border-right: none;
    border-bottom: 1px solid var(--main-color);
    flex: 0px;
    padding-bottom: 8px;
    width: 100%;
  }
  .info-box__value {
    padding-left: 0;
  }
}

.menu-list {
  background: #FAFBF2;
  padding: 32px 40px;
}

@media (max-width: 768px) {
  .menu-list {
    padding: 16px 20px;
  }
}

.menu-list__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .menu-list__item {
    flex-direction: column;
    gap: 8px;
  }
}

.menu-list__item:last-child {
  margin-bottom: 0;
}

.menu-list__label {
  flex: 0 0 120px;
  background: var(--accent-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
}

@media (max-width: 768px) {
  .menu-list__label {
   flex: initial;
   width: 200px;
   margin: auto;
  }
}

.menu-list__content {
  flex: 1;
  color: var(--txt);
  line-height: 170%;
  padding-top: 8px;
  font-weight: 600;
}

/* æ–™é‡‘ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.menu-list__content .price-item {
  margin-bottom: 16px;
  display: flex;
  gap: 48px;
  background-image: linear-gradient(to right, var(--main-color), var(--main-color) 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 16px;
}

@media (max-width: 768px){
  .menu-list__content .price-item {
    gap: 16px;
    flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.menu-list__content .price-item:last-child {
  background-image: none;
  margin-bottom: initial;
  padding-bottom: initial;
}

.price-item__header {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--txt);
  white-space: nowrap;
}

@media (max-width: 768px){
  .price-item__header {
    width: 120px;
    margin-bottom: 0;
    font-weight: 900;
    /* color: var(--accent-color); */
  }

  .price-item__note-box {
    font-size: 14px;
  }
}

.price-item__note {
  color: var(--txt);
  margin-bottom: 12px;
}

.price-item__content {
  color: var(--txt);
  line-height: 170%;
}

.price-item__list {
  list-style: none;
  padding-left: 0;
  color: var(--txt);
}

.price-item__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 170%;
}

@media (max-width: 768px){
  .price-item__list li {
    margin-bottom: 0px;
  }
}

.price-item__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--txt);
}

.price-item__list li:last-child {
  margin-bottom: 0;
}

.accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 24px;
  border: 1px solid var(--accent-color);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.accordion__button:hover {
  background: #fafafa;
}

.accordion__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__star {
  width: 24px;
  height: 24px;
  display: block;
}

.accordion__title {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: var(--accent-color);
}

.accordion__title-main {
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--accent-color);
}

.accordion__title-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: var(--accent-color);
}

.accordion__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px){
  .accordion__button {
    padding: 16px 8px;
  }
  .accordion__title {
    flex-direction: column;
    gap: 8px;
  }
  .accordion__title-main {
    font-size: 24px;
  }
  .accordion__title-sub {
    font-size: 14px;
  }
}

.accordion__plus,
.accordion__minus {
  font-size: 48px;
  font-weight: 300;
  color: var(--accent-color);
  line-height: 1;
  transition: opacity 0.3s ease;
}

.accordion__minus {
  display: none;
}

.accordion__button[aria-expanded="true"] .accordion__plus {
  display: none;
}

.accordion__button[aria-expanded="true"] .accordion__minus {
  display: inline;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-left: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  background: #fff;
}

.accordion__inner {
  padding: 24px 40px;
}

.fukuoka-food {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  padding: 0 32px;
}

.fukuoka-food__icon {
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
}

@media (max-width: 768px){
  .fukuoka-food {
    justify-content: center;
  }
  .accordion__inner {
    padding: 16px 16px;
  }
  .fukuoka-food {
    gap: 16px;
    background-color: var(--bg-color);
    padding: 16px;
    border: 1px dotted var(--accent-color);
  }
  #aracart .fukuoka-food {
    background-color: #fff;
  }
  
  .fukuoka-food__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 375px){
  .fukuoka-food {
    flex-direction: column;
  }
}
.fukuoka-food__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.fukuoka-food__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fukuoka-food__line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--txt);
  line-height: 170%;
}

@media (max-width: 768px){
  .fukuoka-food__line {
    /* flex-direction: column; */
  }
}

.fukuoka-food__label {
  flex: 0 0 auto;
  font-weight: 600;
  color: var(--txt);
}

.fukuoka-food__items {
  flex: 1;
  color: var(--txt);
}

#chinese-food {
  background: var(--bg-color);
}

.a-la-carte {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 0;
}

.a-la-carte__item {
  display: flex;
  align-items: start;
  gap: 64px;
}

@media (max-width: 768px){
  .a-la-carte__item {
    flex-direction: column;
    gap: 24px;
  }
}

.a-la-carte__item > * {
  flex: 1;
}

.a-la-carte__item--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px){
  .a-la-carte__item--reverse {
    flex-direction: inherit;
  }
}

.a-la-carte__image {
  overflow: hidden;
  flex-shrink: 0;
}

.a-la-carte__image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.a-la-carte__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.a-la-carte__lead {
  color: var(--accent-color);
}

.a-la-carte__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent-color);
  padding-bottom: 8px;
  border-bottom: 1px solid  var(--accent-color);
}

#sweets .a-la-carte__title {
    width: fit-content;
    padding-right: 64px;
}

.a-la-carte__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: inline-block;
  background: url(../img/svg/star-pink-icn01.svg) no-repeat center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

@media (max-width: 768px){
  .a-la-carte__title {
      font-size: 24px;
  }
  .a-la-carte__title::after {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 32px;
    height: 32px;
    right: -15px;
  }
}

.a-la-carte__title-text {
  color: var(--accent-color);
}

.a-la-carte__star {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.a-la-carte__description {
  color: var(--txt);
  font-size: 16px;
  line-height: 170%;
  margin: 0;
}

@media (max-width: 768px){
  .a-la-carte__description {
    font-size: 14px;
  }
}

.a-la-carte__price {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 4px;
}

.a-la-carte__price-label {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  padding: 4px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.a-la-carte__price-value {
  color: var(--txt);
  font-size: 18px;
  font-weight: 500;
}

.img-box__corner {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--bg-color);
}

.img-box__corner--tl {
  top: -1px;
  left: -1px;
  border-width: 32px 32px 0 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.img-box__corner--tr {
  top: -1px;
  right: -1px;
  border-width: 0 32px 32px 0;
  border-color: transparent var(--bg-color) transparent transparent;
}

.img-box__corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 32px 32px 32px 0px;
  border-color: transparent transparent var(--bg-color) transparent;
}

.img-box__corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 32px 32px 0;
  border-color: transparent var(--bg-color) var(--bg-color) transparent;
}

#sweets .img-box__corner {
  border-color: #fff;
}

#sweets .img-box__corner--tl {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

#sweets .img-box__corner--tr {
  border-color: transparent #fff transparent transparent;
}

#sweets .img-box__corner--bl {
  border-color: transparent transparent #fff transparent;
}

#sweets .img-box__corner--br {
  border-color: transparent #fff#fff transparent;
}

.blk-img .img-box__corner--tl {
  border-width: 56px 56px 0 0;
}

.blk-img .img-box__corner--tr {
  border-width: 0 56px 56px 0;
}

.blk-img .img-box__corner--bl {
  border-width: 56px 56px 56px 0px;
}

.blk-img .img-box__corner--br {
  border-width: 56px 56px 0;
}

@media (max-width: 768px){
  .blk-img .img-box__corner--tl {
    border-width: 32px 32px 0 0;
  }
  
  .blk-img .img-box__corner--tr {
    border-width: 0 32px 32px 0;
  }
  
  .blk-img .img-box__corner--bl {
    border-width: 32px 32px 32px 0px;
  }
  
  .blk-img .img-box__corner--br {
    border-width: 32px 32px 0;
  }
}

.a-la-carte__note {
  text-align: center;
  margin-top: 4px;
}

.a-la-carte__note {
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

.a-la-carte__note::before {
  content: "※";
}

@media (max-width: 768px){
  .a-la-carte__note {
    text-align: left;
    font-size: 14px;
  }
}

#morning-buffet {
  background: linear-gradient(180deg, #86AE74 0%, #EDEDD0 100%);
}

#morning-buffet .main-ttl {
  color: #fff;
}

#morning-buffet .main-ttl::before {
  background: url(../img/svg/star-white-icn02.svg) no-repeat center center;
}

#morning-buffet .main-ttl::after {
  background: #fff;
}

.sub-ttl {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 80px;
}

.sub-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 320px;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%, 0);
  height: 1px;
  background: #fff;
}

.sub-ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/svg/star-white-icn02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
  left: 50%;
  bottom: -28px;
  transform: translate(-50%, 0);
}

@media (max-width: 768px){
  .sub-ttl {
    font-size: 20px;
  }
}

.morning-buffet-content {
  background-color: #fff;
  font-family: var(--font-secondary);
  padding: 40px;
}

.morning-buffet-content .blk-txt {
  color: var(--main-color);
  font-weight: 700;
}

.morning-buffet-content .menu-list__content {
  padding-top: 0;
}

.morning-buffet-content .info-box__label {
  flex: 0 0 200px;
}

@media (max-width: 768px){
  .morning-buffet-content {
    padding: 16px;
  }
  .morning-buffet-content .info-box__label {
    flex: 0px;
    width: 100%;
    padding-bottom: 8px;
    font-weight: 700;
  }
}


footer {
  background: #fff;
  padding: 80px 0 0;
  font-family: var(--font-secondary);
}

footer .footer-note-box {
  margin-bottom: 48px;
}

footer .a-la-carte__note {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  footer .a-la-carte__note {
    text-align: left;
  }
}

.footer-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 80px;
  text-align: center;
}

.footer-banner {
  margin-bottom: 80px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.footer-logo__img {
  width: 200px;
  height: auto;
  display: block;
}

.footer-logo__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-logo__line {
  width: 200px;
  height: 1px;
  background: #A08C6E;
}

.footer-logo__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-logo__prince {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 500;
  color: #A08C6E;
  line-height: 1.4;
}

.footer-logo__oiso {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #79A3B1;
  line-height: 1.4;
}

.footer-address {
  font-family: var(--font-secondary);
  font-size: 16px;
  color: #555;
  line-height: 170%;
  margin-bottom: 64px;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.footer-social__link {
  display: block;
  transition: opacity 0.3s ease;
}

.footer-social__link:hover {
  opacity: 0.7;
}

.footer-social__icon {
  width: 48px;
  height: 48px;
  display: block;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 0 20px;
}

.footer-links__item {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  padding: 8px 20px;
  transition: color 0.3s ease;
  white-space: nowrap;
  font-family: var(--font-secondary);
  font-weight: 600;
}

.footer-links__item:hover {
  color: #333;
}

.footer-links__divider {
  width: 1px;
  height: 16px;
  background: #666;
  flex-shrink: 0;
}

@media (max-width: 768px){
  .footer-links {
    flex-direction: column;
  }

  .footer-links__divider {
    width: 16px;
    height: 1px;
  }
}

.copyright {
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  padding: 24px 20px;
  font-size: 12px;
  font-family: var(--font-secondary);
}