@charset "utf-8";

/*============================
イントロ
============================*/
.intro {
  padding-bottom: 1.00rem;
}

.intro .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.14rem;
    text-align: justify;
  }
}


/* 夕食 */
.dinner {
  position: relative;
}

@media screen and (max-width: 640px) {
  .dinner .sec_ttl_wrap {
    padding: 0 0.20rem 0.20rem;
  }
  .dinner .sec_ttl_wrap .sec_ttl {
    font-size: 0.20rem;
  }
  .dinner .ph {
    width: 100vw;
    margin: 0 -0.20rem;
  }
}

.dinner::before {
  content: "";
  width: calc(100% - 0.50rem);
  height: calc(100% - 1.30rem);
  background-color: #F4F3F0;
  position: absolute;
  right: 0;
  bottom: 1.00rem;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .dinner::before {
    width: 100%;
    height: calc(100% - 1.15rem);
  }
}

.dinner::after {
  content: "";
  width: 6.40rem;
  height: 6.40rem;
  background-image: url(../img/common/deco02_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.00rem;
  top: 3.00rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .dinner::after {
    width: 3.00rem;
    height: 3.00rem;
    right: -1.50rem;
    top: 1.20rem;
  }
}

.dinner .menu_wrap {
  padding: 0.40rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.30rem 0;
}

.dinner .menu_wrap .menu_box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .dinner .menu_wrap .menu_box {
    width: 100%;
  }
}

.dinner .menu_wrap .menu_box .menu_ttl {
  width: 0.80rem;
  font-size: 0.15rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .dinner .menu_wrap .menu_box .menu_ttl {
    font-size: 0.15rem;
  }
}

.dinner .menu_wrap .menu_box .txt_box {
  width: calc(100% - 0.80rem);
  box-sizing: border-box;
  border-left: 1px solid #999999;
  padding-left: 0.30rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .dinner .menu_wrap .menu_box .txt_box {
    padding-left: 0.20rem;
  }
}

.dinner .menu_wrap .menu_box .txt_box .large {
  font-size: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .dinner .menu_wrap .menu_box .txt_box .large {
    font-size: 0.14rem;
  }
}

.dinner .menu_wrap .menu_box .txt_box .txt,
.dinner .menu_wrap .menu_box .txt_box .large span {
  font-size: 0.13rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .dinner .menu_wrap .menu_box .txt_box .txt,
  .dinner .menu_wrap .menu_box .txt_box .large span {
    font-size: 0.12rem;
  }
}

.dinner .caption {
  font-size: 0.12rem;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .dinner .caption {
    font-size: 0.11rem;
    text-align: left;
  }
}

.dinner .tanpin_menu_wrap {
  max-width: 10.00rem;
  margin: 0.50rem auto 0;
  background-color: #FFF;
  border: 1px solid #999999;
  position: relative;
  box-sizing: border-box;
  padding: 0.40rem;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap {
    padding: 0.30rem 0.20rem;
    margin:  0.30rem auto 0;
  }
}

.dinner .tanpin_menu_wrap::before {
  content: "";
  width: calc(100% - 0.06rem);
  height: calc(100% - 0.06rem);
  border: 1px solid #CCC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dinner .tanpin_menu_wrap .tanpin_ttl {
  font-size: 0.24rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.40rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap .tanpin_ttl {
    font-size: 0.18rem;
    padding-bottom: 0.30rem;
  }
}

.dinner .tanpin_menu_wrap .tanpin_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.20rem 0;
  position: relative;
}

.dinner .tanpin_menu_wrap .tanpin_list .item {
  width: 48%;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap .tanpin_list .item {
    padding-bottom: 0.10rem;
    width: 100%;
    letter-spacing: 0;
  }
}

.dinner .tanpin_menu_wrap .tanpin_list .item .item_ttl {
  font-size: 0.16rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap .tanpin_list .item .item_ttl {
    font-size: 0.14rem;
  }
}

.dinner .tanpin_menu_wrap .tanpin_list .item .item_ttl span {
  font-size: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap .tanpin_list .item .item_ttl span {
    font-size: 0.11rem;
  }
}

.dinner .tanpin_menu_wrap .tanpin_list .item .price {
  font-size: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .dinner .tanpin_menu_wrap .tanpin_list .item .price {
    font-size: 0.14rem;
  }
  .dinner .tanpin_menu_wrap .caption {
    padding-top: 0.20rem;
  }
}

.dinner .tanpin_menu_wrap .caption {
  position: relative;
  width: 100%;
}

/* 食事処 */
.space {
  padding-top: 1.20rem;
  padding-bottom: 0.60rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .space {
    padding: 1.00rem 0 0.40rem;
  }
}

.space::before {
  content: "";
  width: calc(100% - 0.50rem);
  height: calc(100% - 2.50rem);
  background-color: #EDF9FC;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .space::before {
    width: 100%;
  height: calc(100% - 2.50rem);
  }
}

.space::after {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.00rem;
  bottom: -0.40rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .space::after {
    width: 2.00rem;
    height: 0.90rem;
    right: -0.50rem;
    bottom: -0.20rem;
  }
}

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

.space .list .detail {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .space .list .detail {
    width: 100%;
    margin-bottom: 0.60rem;
  }
}

.space .list .detail .ph {
  width: 100%;
  height: 3.50rem;
}
@media screen and (max-width: 640px) {
  .space .list .detail .ph {
    height: 60vw;
  }
}

.space .list .detail .ttl {
  padding: 0.20rem 0 0.15rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .space .list .detail .ttl {
    font-size: 0.17rem;
  }
}

.space .list .detail .txt {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .space .list .detail .txt {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}

.space .list .detail .spec_wrap {
  padding-top: 0.10rem;
}

.space .list .detail .spec_wrap .spec_box {
  padding: 0.15rem 0;
  border-bottom: 1px solid #707070;
}

.space .list .detail .spec_wrap .spec_box .spec_ttl {
  font-size: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .space .list .detail .spec_wrap .spec_box .spec_ttl {
    font-size: 0.14rem;
  }
}

.space .list .detail .spec_wrap .spec_box .spec_ttl::before {
  content: "●";
  color: #4EC1DD;
}

.space .list .detail .spec_wrap .spec_box .spec_txt {
  font-size: 0.13rem;
  line-height: 1.75;
  padding-top: 0.08rem;
}
@media screen and (max-width: 640px) {
  .space .list .detail .spec_wrap .spec_box .spec_txt {
    font-size: 0.12rem;
  }
}

/* 朝食メニュー */
.morning {
  padding-top: 1.20rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .morning {
    padding-top: 0.80rem;
  }
}

.morning .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.morning .wrap .ph {
  width: 5.30rem;
}
@media screen and (max-width: 640px) {
  .morning .wrap .ph {
    width: 100%;
    margin-bottom: 0.20rem;
  }
}

.morning .wrap .txt_box {
  width: calc(100% - 5.80rem);
}
@media screen and (max-width: 640px) {
  .morning .wrap .txt_box {
    width: 100%;
  }
}

.morning .wrap .txt_box .ttl {
  font-size: 0.20rem;
  font-weight: 600;
  padding-bottom: 0.10rem;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 640px) {
  .morning .wrap .txt_box .ttl {
    font-size: 0.17rem;
    text-align: center;
  }
}

.morning .wrap .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
  padding: 0.15rem 0;
}
@media screen and (max-width: 640px) {
  .morning .wrap .txt_box .txt {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}

.morning .wrap .txt_box .caption {
  font-size: 0.12rem;
  line-height: 1.85;
}

/* ラウンジメニュー */
.lounge_menu {
  padding-top: 0.60rem;
}

.lounge_menu .inner {
  background-color: #F4F3F0;
  padding: 0.30rem 0 0.40rem;
  text-align: center;
  border-radius: 0.10rem;
}

.lounge_menu .inner .ttl {
  font-size: 0.20rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .lounge_menu .inner .ttl {
    font-size: 0.17rem;
  }
}

.lounge_menu .inner .lead {
  font-size: 0.15rem;
  padding: 0.20rem 0;
}
@media screen and (max-width: 640px) {
  .lounge_menu .inner .lead {
    font-size: 0.13rem;
    letter-spacing: 0;
    line-height: 1.75;
    padding-bottom: 0;
  }
}

.lounge_menu .inner .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.30rem;
}
@media screen and (max-width: 640px) {
  .lounge_menu .inner .list {
    display: block;
    padding: 0 0.30rem;
  }
}

.lounge_menu .inner .list .txt {
  font-size: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .lounge_menu .inner .list .txt {
    font-size: 0.14rem;
    text-align: left;
    line-height: 2;
  }
}

.lounge_menu .inner .list .txt::before {
  content: "●";
  color: #4EC1DD;
}