.section-onsen-contents {
  position: relative;
  z-index: 2;
  background: url("../img/onsen/onsen_bg.jpg") repeat 0 0/cover;
}
@media print, (min-width: 768px) {
  .section-onsen-contents {
    margin-top: -3px;
    padding-top: 205px;
  }
  .section-onsen-contents .wrapper {
    max-width: 1560px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-onsen-contents {
    padding-top: 0.6rem;
  }
}

.title-onsen {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-onsen {
    margin-bottom: 52px;
    font-size: 0.34rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-onsen {
    font-size: 0.26rem;
  }
}

.section-room-utilities {
  position: relative;
  z-index: 2;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/cover;
}
.section-room-utilities .wrapper {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.section-room-utilities .utilities-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.section-room-utilities .utilities-subtitle {
  letter-spacing: 0.05em;
}
.section-room-utilities .utilities-list,
.section-room-utilities .utilities-sub-list {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  list-style: none;
}
.section-room-utilities .utilities-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-room-utilities .utilities-item:last-child {
  margin-bottom: 0;
}
.section-room-utilities .utilities-heading {
  max-width: 0.76rem;
}
.section-room-utilities .utilities-sub-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-room-utilities .utilities-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-room-utilities {
    padding-top: 100px;
  }
  .section-room-utilities .wrapper {
    max-width: 1440px;
  }
  .section-room-utilities .utilities-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 52px 0 74px;
  }
  .section-room-utilities .utilities-title {
    margin-bottom: 32px;
    font-size: 0.28rem;
  }
  .section-room-utilities .utilities-list {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-room-utilities {
    padding-top: 0.6rem;
  }
  .section-room-utilities .wrapper {
    margin: 0 0.3rem;
    padding: 0;
  }
  .section-room-utilities .utilities-wrapper {
    padding: 0.6rem 0;
  }
  .section-room-utilities .utilities-title {
    margin-bottom: 0.3rem;
    font-size: 0.22rem;
  }
  .section-room-utilities .utilities-list,
  .section-room-utilities .utilities-item {
    margin-bottom: 0.2rem;
  }
}

.banner-location-contents .banner-thumbnail {
  width: 100%;
}
.banner-location-contents .entry-thumbnail {
  padding-top: 68.0555555556%;
}
@media print, (min-width: 768px) {
  .banner-location-contents {
    gap: 60px;
    padding-bottom: 46px;
  }
  .banner-location-contents::before {
    height: 393px;
  }
  .banner-location-contents .slider-common-primary {
    width: calc(53% + 2px);
    margin-top: 30px;
    padding-bottom: 41px;
  }
  .banner-location-contents .slider-common-primary .swiper-pagination {
    padding-left: 232px;
  }
  .banner-location-contents .banner-content {
    padding-bottom: 41px;
  }
  .banner-location-contents .content-title {
    margin-bottom: 30px;
  }
  .banner-location-contents .content-controller {
    margin-top: 33px;
  }
  .banner-location-contents .button-common-primary {
    width: 365px;
    margin-bottom: 15px;
    padding-left: 28px;
  }
}
@media print, (min-width: 768px) and (max-width: 1739.98px) {
  .banner-location-contents::before {
    height: auto !important;
    padding-top: calc(14.9425287356% + 130px);
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-location-contents .slider-common-primary {
    margin-bottom: 0.2rem;
    padding-bottom: 0.38rem;
  }
  .banner-location-contents .banner-thumbnail {
    margin-bottom: 0;
  }
  .banner-location-contents .button-common-primary {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .banner-location-contents .content-controller {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
}

@media print, (min-width: 768px) {
  .banner-location-contents.is-reversed .content-detail {
    padding-right: 53px;
  }
  .banner-location-contents.is-reversed .content-wrapper {
    max-width: 720px;
    margin-left: auto;
  }
  .banner-location-contents.is-reversed .content-controller {
    padding-left: 120px;
  }
  .banner-location-contents.is-reversed .content-title .title-additional {
    top: -15px;
  }
  .banner-location-contents.is-reversed .slider-common-primary .swiper-pagination {
    padding-right: 232px;
    padding-left: 0;
    text-align: right;
  }
}
@media print, (min-width: 768px) and (max-width: 1739.98px) {
  .banner-location-contents.is-reversed::before {
    padding-top: calc(14.9425287356% + 165px);
  }
  .banner-location-contents.is-reversed .content-controller {
    padding-left: 60px;
  }
  .banner-location-contents.is-reversed .content-title.has-label {
    padding-left: 160px;
  }
  .banner-location-contents.is-reversed .title-label {
    left: 50px;
  }
}

.room-banner {
  position: relative;
}
.room-banner::before, .room-banner::after {
  content: "";
  position: absolute;
}
.room-banner::before {
  right: 0;
  bottom: 0;
  width: calc(50% + 7.2rem);
  background: url("../img/onsen/left/background_contents_02.jpg") 0% 0%/100% auto repeat;
}
.room-banner .button-common-primary.has-shadow::after {
  display: none;
}
.room-banner .banner-location-contents::before {
  display: none;
}
.room-banner .title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #a0801d;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.room-banner .content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .room-banner {
    padding-bottom: 60px;
  }
  .room-banner::before {
    top: 418px;
  }
  .room-banner::after {
    right: 59px;
    bottom: 27px;
    width: 595px;
    height: 119px;
    background: url("../img/room/room_decor.svg") no-repeat center center/cover;
  }
  .room-banner .button-common-primary {
    margin: 0 10px;
  }
  .room-banner .button-common-primary .button-wrapper {
    position: relative;
    z-index: 1;
  }
  .room-banner .button-common-primary.is-style-wine {
    width: 365px;
    padding-left: 29px;
  }
  .is-tablet .room-banner .button-common-primary::before {
    display: none;
  }
  .room-banner .content-controller {
    margin-top: -10px;
  }
  .room-banner .content-gallery {
    margin-top: 113px;
  }
  .room-banner .content-title.has-label {
    padding-left: 230px;
  }
  .room-banner .title-label {
    top: 6px;
    left: 120px;
    width: 90px;
    height: 90px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media print, (min-width: 1920.98px) {
  .room-banner::after {
    right: calc(50% - 900px);
  }
}
@media only screen and (max-width: 767.98px) {
  .room-banner::after {
    right: 0;
    bottom: 0.1rem;
    width: 3.03rem;
    height: 0.6rem;
    background: url("../img/room/sp/room_decor.svg") no-repeat center center/cover;
  }
  .room-banner .content-title.has-label {
    padding-left: 1.2rem;
  }
  .room-banner .title-label {
    top: 0.02rem;
    left: 0.3rem;
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .room-banner .content-controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.1rem 0.2rem 0.6rem;
    background: url("../img/onsen/left/background_contents_02.jpg") 0% 0%/100% auto repeat;
  }
  .room-banner .button-common-primary {
    margin: 0.1rem 0;
  }
  .room-banner .button-common-primary::before {
    display: none;
  }
  .room-banner .button-common-primary.is-style-wine {
    width: 3.2rem;
  }
}

.room-introduction {
  position: relative;
  z-index: 1;
  background: url("../img/common/background_room_02.jpg") 0% 0%/cover repeat;
}
.room-introduction::before, .room-introduction::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.room-introduction::before {
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/common/decoration_room_01.png") center/cover no-repeat;
}
.room-introduction::after {
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url("../img/common/decoration_room_02.png") center/cover no-repeat;
}
.room-introduction > .wrapper {
  position: relative;
}
.room-introduction > .wrapper::before {
  content: "";
  position: absolute;
}
.room-introduction .introduction-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.room-introduction .thumbnail-inner {
  display: block;
}
.room-introduction .introduction-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7857142857;
}
.room-introduction .introduction-description {
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .room-introduction {
    margin-bottom: calc(2.9166666667vw + 113px);
    padding-top: 60px;
  }
  .room-introduction::before {
    width: 823px;
    height: 248px;
  }
  .room-introduction::after {
    width: 563px;
    height: 203px;
  }
  .room-introduction > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    padding-bottom: 3.125vw;
  }
  .room-introduction > .wrapper::before {
    bottom: -2.9166666667vw;
    left: 50%;
    width: 100vw;
    height: 2.9166666667vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/common/decor_pattern.jpg") center/cover no-repeat;
  }
  .room-introduction .introduction-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .room-introduction .thumbnail-item {
    width: 200px;
  }
  .room-introduction .thumbnail-item:first-child {
    margin-top: 60px;
  }
  .room-introduction .introduction-inner {
    padding-top: 27px;
    padding-left: 100px;
  }
  .room-introduction .introduction-title {
    margin-bottom: 31px;
    font-size: 0.28rem;
  }
  .room-introduction .introduction-description {
    width: 44.7916666667vw;
    max-width: 860px;
  }
}
@media only screen and (max-width: 767.98px) {
  .room-introduction {
    margin-bottom: calc(2.9166666667vw + 1.13rem);
    padding-top: 0.6rem;
  }
  .room-introduction::before {
    width: 4.12rem;
    height: 1.24rem;
  }
  .room-introduction::after {
    width: 2.82rem;
    height: 1.02rem;
  }
  .room-introduction > .wrapper {
    padding-bottom: 0.6rem;
  }
  .room-introduction > .wrapper::before {
    right: 0;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .room-introduction .introduction-thumbnail {
    margin: 0 auto 0.5rem;
  }
  .room-introduction .thumbnail-item {
    width: 50%;
  }
  .room-introduction .thumbnail-item:first-child {
    margin-top: 0.4rem;
  }
  .room-introduction .introduction-title {
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
  }
}

.room-container {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") no-repeat top center/cover;
}
@media print, (min-width: 768px) {
  .room-container {
    padding-top: 60px;
  }
  .room-container .title-common-primary {
    margin-bottom: 94px;
  }
}
@media only screen and (max-width: 767.98px) {
  .room-container {
    padding: 0.4rem 0 0.6rem;
  }
  .room-container .title-common-primary {
    padding: 0 0.2rem;
  }
}

.section-room-contents {
  position: relative;
}
.section-room-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .section-room-contents {
    padding-top: 126px;
  }
  .section-room-contents::before {
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .section-room-contents .banner-location-contents .banner-content {
    min-height: 734px;
    padding-top: 14px;
  }
  .section-room-contents .banner-location-contents .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-room-contents {
    padding-top: 0.6rem;
  }
  .section-room-contents::before {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .section-common-keyvisual .keyvisual-title {
    padding-top: 74px;
    font-size: 0.8rem;
  }
}

.section-meal-introduction {
  position: relative;
  z-index: 2;
  background: url("../img/common/bg_common_05.jpg") repeat-y 0 0/100%;
}
.section-meal-introduction::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}
.section-meal-introduction .introduction-wrapper {
  background: url("../img/meal/introduction_background.jpg") no-repeat 0 0/cover;
}
.section-meal-introduction .introduction-inner {
  position: relative;
  z-index: 1;
}
.section-meal-introduction .introduction-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/reserve-room/room_decor.png") no-repeat 0 0/auto 100%;
}
.section-meal-introduction .introduction-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.section-meal-introduction .introduction-description {
  letter-spacing: 0.05em;
}
.section-meal-introduction .introduction-description p {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-meal-introduction {
    padding: 100px 0 50px;
  }
  .section-meal-introduction::after {
    bottom: -1px;
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .section-meal-introduction .title-common-primary {
    margin-bottom: 95px;
  }
  .section-meal-introduction .introduction-wrapper {
    padding: 80px 0 85px;
  }
  .section-meal-introduction .introduction-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-meal-introduction .introduction-inner::before {
    right: -121px;
    bottom: 0;
    width: 595px;
    height: 119px;
  }
  .section-meal-introduction .introduction-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 36.1111111111%;
  }
  .section-meal-introduction .introduction-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 120px;
  }
  .section-meal-introduction .introduction-title {
    margin-bottom: 26px;
    font-size: 0.28rem;
  }
  .section-meal-introduction .introduction-description p + p {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-meal-introduction {
    padding-bottom: 0.6rem;
  }
  .section-meal-introduction::after {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .section-meal-introduction .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-meal-introduction .introduction-wrapper {
    padding: 0.6rem 0;
  }
  .section-meal-introduction .introduction-inner {
    padding: 0 0.3rem;
  }
  .section-meal-introduction .introduction-inner::before {
    right: -0.1rem;
    bottom: -0.5rem;
    width: 2.98rem;
    height: 0.6rem;
  }
  .section-meal-introduction .introduction-image {
    width: 100%;
    margin: 0 auto 0.3rem;
  }
  .section-meal-introduction .introduction-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-meal-introduction .introduction-description p + p {
    margin-top: 0.2rem;
  }
}

.section-meal-contents {
  position: relative;
  z-index: 2;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/100%;
}
@media print, (min-width: 768px) {
  .section-meal-contents {
    padding: 80px 0 158px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-meal-contents {
    padding: 0.4rem 0 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .block-meal-dinner {
    padding-top: 105px;
  }
  .block-meal-dinner .title-common-primary {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-meal-dinner {
    padding-top: 0.6rem;
  }
  .block-meal-dinner .title-common-primary {
    margin-bottom: 0.4rem;
  }
}

.dinner-introduction .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.dinner-introduction .thumbnail-item {
  width: 50%;
}
@media print, (min-width: 768px) {
  .dinner-introduction .introduction-thumbnail {
    width: 680px;
  }
  .dinner-introduction .thumbnail-item {
    width: 50%;
    height: 340px;
  }
}

@media print, (min-width: 768px) {
  .banner-location-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
    padding-bottom: 49px;
    gap: 0;
  }
  .banner-location-contents .banner-thumbnail {
    height: 680px;
  }
  .banner-location-contents .slider-common-primary {
    width: calc(50% + 55px);
    margin: 0;
  }
}

.dinner-selected {
  position: relative;
  z-index: 1;
}
.dinner-selected::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url("../img/common/background_modal_03.jpg") 50% 0%/100% auto repeat;
}
.dinner-selected .selected-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.dinner-selected .selected-description {
  letter-spacing: 0.05em;
}
.dinner-selected .selected-image figcaption {
  margin-top: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.125;
  text-align: right;
}
@media print, (min-width: 768px) {
  .dinner-selected {
    padding-bottom: 80px;
  }
  .dinner-selected::before {
    top: 229px;
    left: calc(50% - 840px);
  }
  .dinner-selected .selected-wrapper {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .dinner-selected .selected-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 54px;
  }
  .dinner-selected .selected-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 120px 45px 80px;
  }
  .dinner-selected .selected-title {
    margin-bottom: 26px;
    font-size: 0.28rem;
  }
  .dinner-selected .selected-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23.6111111111%;
  }
  .dinner-selected .selected-image figcaption {
    font-size: 0.16rem;
  }
  .dinner-selected .selected-recommended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .dinner-selected {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .dinner-selected::before {
    top: 2.29rem;
    left: 0;
  }
  .dinner-selected .selected-wrapper {
    padding: 0 0.3rem;
  }
  .dinner-selected .selected-inner {
    margin-bottom: 0.4rem;
  }
  .dinner-selected .selected-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .dinner-selected .selected-image {
    margin-bottom: 0.2rem;
  }
  .dinner-selected .selected-image figcaption {
    font-size: 0.14rem;
  }
  .dinner-selected .banner-common-link {
    margin-bottom: 0.2rem;
  }
}

.dinner-ingredients .ingredients-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}
.dinner-ingredients .ingredients-text {
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .dinner-ingredients {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 72px;
  }
  .dinner-ingredients .ingredients-title {
    margin: 0 auto 26px;
    font-size: 0.28rem;
  }
  .dinner-ingredients .ingredients-text {
    margin: 0 auto 54px;
  }
}
@media only screen and (max-width: 767.98px) {
  .dinner-ingredients {
    padding: 0.6rem 0.3rem 0;
  }
  .dinner-ingredients .ingredients-title {
    margin: 0 auto 0.16rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .dinner-ingredients .ingredients-text {
    margin: 0 auto 0.34rem;
  }
}

.ingredients-list {
  padding-left: 0;
  list-style: none;
}
.ingredients-list .item-wrapper {
  display: block;
}
.ingredients-list .item-image {
  width: 100%;
}
.ingredients-list .item-title {
  margin-bottom: 5px;
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.ingredients-list .item-text {
  letter-spacing: 0.05em;
  line-height: 2;
}
.ingredients-list .button-common-primary {
  width: 100%;
  margin-top: 15px;
}
@media print, (min-width: 768px) {
  .ingredients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -26px 51px -27px;
  }
  .ingredients-list .ingredients-item {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 26px 0 27px;
  }
  .ingredients-list .item-image {
    height: 232px;
  }
  .ingredients-list .item-content {
    padding: 19px 23px;
  }
  .ingredients-list .item-title {
    font-size: 0.2rem;
  }
  .ingredients-list .item-text {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .ingredients-list {
    margin-bottom: 0;
  }
  .ingredients-list .ingredients-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .ingredients-list .item-image {
    position: relative;
    padding-top: 72.5%;
  }
  .ingredients-list .item-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ingredients-list .item-content {
    padding: 0.15rem;
  }
  .ingredients-list .item-title {
    font-size: 0.18rem;
  }
  .ingredients-list .item-text {
    font-size: 0.15rem;
  }
}

.special-list {
  padding-left: 0;
  list-style: none;
}
.special-list .item-wrapper {
  display: block;
}
.special-list .item-image {
  width: 100%;
}
.special-list .item-content {
  background: url("../img/common/footer_bg.jpg") 0 0/1920px auto no-repeat;
}
.special-list .item-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.special-list .item-text {
  letter-spacing: 0.05em;
  line-height: 2;
}
.special-list .item-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px -30px;
  }
  .special-list .special-item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .special-list .item-content {
    padding: 29px 40px 39px;
  }
  .special-list .item-title {
    margin-bottom: 13px;
    font-size: 0.24rem;
  }
  .special-list .item-text {
    margin-bottom: 35px;
  }
  .special-list .button-common-primary {
    width: 320px;
  }
}
@media only screen and (max-width: 767.98px) {
  .special-list {
    margin-bottom: -0.5rem;
  }
  .special-list .special-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .special-list .item-content {
    padding: 0.25rem 0.2rem;
  }
  .special-list .item-title {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
  }
  .special-list .item-text {
    margin-bottom: 0.35rem;
    font-size: 0.15rem;
  }
  .special-list .button-common-primary {
    width: 2.4rem;
  }
}

.banner-common-link {
  margin: 0;
}
.banner-common-link .banner-image::before {
  background: rgba(34, 34, 34, 0.4);
}
.banner-common-link .banner-image::after {
  display: none;
}
@media print, (min-width: 768px) {
  .banner-common-link {
    width: 48.6111111111%;
    min-height: 221px;
  }
  .banner-common-link .banner-title {
    font-size: 0.24rem;
  }
}

.block-meal-breakfast {
  position: relative;
  z-index: 1;
}
.block-meal-breakfast::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/common/footer_bg.jpg") 0 0/cover no-repeat;
}
.block-meal-breakfast .title-common-primary {
  text-align: center;
}
.block-meal-breakfast .breakfast-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.block-meal-breakfast .breakfast-description {
  letter-spacing: 0.05em;
}
.block-meal-breakfast .breakfast-description p {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-meal-breakfast {
    padding-top: 159px;
    padding-bottom: 72px;
  }
  .block-meal-breakfast::before {
    top: 610px;
  }
  .block-meal-breakfast .title-common-primary {
    margin: 0 auto 55px;
  }
  .block-meal-breakfast .breakfast-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 59px;
  }
  .block-meal-breakfast .breakfast-content {
    width: 920px;
    padding-right: 120px;
    padding-left: 12.5vw;
  }
  .block-meal-breakfast .breakfast-title {
    margin-bottom: 25px;
    font-size: 0.28rem;
  }
  .block-meal-breakfast .breakfast-description p + p {
    margin-top: 38px;
  }
  .block-meal-breakfast .breakfast-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 40px);
  }
  .block-meal-breakfast .breakfast-inner {
    width: calc(100% - 60px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-meal-breakfast {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .block-meal-breakfast::before {
    top: 3.1rem;
  }
  .block-meal-breakfast .title-common-primary {
    margin: 0 auto 0.3rem;
  }
  .block-meal-breakfast .breakfast-wrapper {
    padding: 0 0.3rem 0.5rem;
  }
  .block-meal-breakfast .breakfast-title {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .block-meal-breakfast .breakfast-description p + p {
    margin-top: 0.2rem;
  }
  .block-meal-breakfast .breakfast-image {
    margin-bottom: 0.3rem;
  }
  .block-meal-breakfast .breakfast-inner {
    padding: 0 0.3rem;
  }
}

.breakfast-list {
  padding-left: 0;
  list-style: none;
}
.breakfast-list .item-wrapper {
  display: block;
}
.breakfast-list .item-image {
  width: 100%;
}
.breakfast-list .item-title {
  margin-bottom: 13px;
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
.breakfast-list .item-text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, (min-width: 768px) {
  .breakfast-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px -30px;
  }
  .breakfast-list .list-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .breakfast-list .item-image {
    height: 320px;
  }
  .breakfast-list .item-content {
    padding: 26px 20px;
  }
  .breakfast-list .item-title {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .breakfast-list .item-text {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .breakfast-list {
    margin-bottom: -0.2rem;
  }
  .breakfast-list .list-item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .breakfast-list .item-image {
    position: relative;
    padding-top: 72.7272727273%;
  }
  .breakfast-list .item-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .breakfast-list .item-content {
    padding: 0.2rem;
  }
  .breakfast-list .item-title {
    font-size: 0.2rem;
  }
  .breakfast-list .item-text {
    font-size: 0.15rem;
  }
}
/*# sourceMappingURL=meal.css.map */

/* 追加 */
.block-meal-allergy {
  position: relative;
  z-index: 1;
  padding-top: 0.6rem;
}
@media print, (min-width: 768px) {
  .block-meal-allergy {
    padding-top: 159px;
    padding-bottom: 0;
  }
}

.block-allergy-guide .guide-list,
.block-allergy-guide .guide-sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.05em;
}
.block-allergy-guide .guide-indent {
  margin-left: 0.2rem;
  text-indent: -0.2rem;
}
.block-allergy-guide .guide-notes {
  background-color: #fff;
}
.block-allergy-guide .guide-list.is-full-width {
  font-size: 0.16rem;
  line-height: 2.125;
}
.block-allergy-guide .guide-img {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.block-allergy-guide .guide-button {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.block-allergy-guide .guide-button a {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .block-allergy-guide .guide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
  .block-allergy-guide .guide-list.is-full-width .guide-item {
    width: 100%;
  }
  .block-allergy-guide .guide-notes {
    padding: 76px 180px 76px 220px;
  }
}
@media print, (min-width: 768px) and (max-width: 1449.98px) {
  .block-allergy-guide .guide-notes {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media print, (min-width: 768px) and (max-width: 1449.98px) {
  .block-allergy-guide .guide-notes {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-allergy-guide .guide-item {
    margin-bottom: 0.2rem;
  }
  .block-allergy-guide .guide-item:last-child {
    margin-bottom: 0;
  }
  .block-allergy-guide .guide-notes {
    margin: 0 -0.3rem;
    padding: 0.4rem 0.3rem;
  }
}
