@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*		TOPページ
-----------------------------------------------------*/
.p-sora-mv {
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-sora-mv::before {
    content: "";
    width: 100%;
    aspect-ratio: 390/735;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(../img/page/top/mv_bg_wave_sp.png) no-repeat bottom left/auto 100%;
  }
}
@media screen and (min-width: 600px) {
  .p-sora-mv {
    overflow: hidden;
    background: #fff url(../img/page/top/mv_bg_wave.png) no-repeat bottom left/100% auto;
    min-height: 600px;
  }
  .p-sora-mv .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.p-sora-mv_content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .p-sora-mv_content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
.p-sora-mv_content p {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .p-sora-mv_content p {
    font-size: 12px;
  }
}
.p-sora-mv_logo {
  max-width: 310px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-sora-mv_logo {
    max-width: 146px;
    width: 40%;
    margin-bottom: 10px;
  }
}
.p-sora-mv_title {
  max-width: 100vw;
  font-size: 46px;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}
@media screen and (max-width: 599px) {
  .p-sora-mv_title {
    max-width: calc(100vw - 6%);
    width: -moz-max-content;
    width: max-content;
    font-size: 24px;
    font-size: clamp(12px, 6vw, 24px);
    margin-bottom: 15px;
  }
}
.p-sora-mv_title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  background-color: #fff;
  box-shadow: 3px 2px 8px rgba(101, 101, 101, 0.12);
}
@media screen and (max-width: 599px) {
  .p-sora-mv_title > span {
    padding: 0 5px;
  }
}
.p-sora-mv_title > span + span {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .p-sora-mv_title > span + span {
    margin-top: 5px;
  }
}
.p-sora-mv_image {
  position: relative;
  z-index: 1;
  max-width: 65%;
  margin-left: auto;
  pointer-events: none;
  padding: 0 0 30px 30px;
}
@media screen and (max-width: 599px) {
  .p-sora-mv_image {
    max-width: calc(50vw - 50% + 100%);
    width: 100vw;
    padding: 0 0 10px 10px;
    margin-bottom: -30px;
  }
}
.p-sora-mv_image::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: linear-gradient(90deg, rgb(239, 252, 254) 0%, rgb(191, 238, 243) 100%);
}
@media screen and (max-width: 599px) {
  .p-sora-mv_image::before {
    top: 10px;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
  }
}

.p-sora-navi {
  margin: 140px auto;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .p-sora-navi {
    margin: 80px auto;
  }
}
.p-sora-navi ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul {
    gap: 10px;
  }
}
.p-sora-navi ul li {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul li:nth-child(2) {
    margin-top: 25px;
  }
  .p-sora-navi ul li:nth-child(3) {
    margin-top: 50px;
  }
}
@media (hover: hover) {
  .p-sora-navi ul li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .p-sora-navi ul li a:hover figure img {
    opacity: 0.9;
    transform: scale(1.1);
  }
  .p-sora-navi ul li a:hover p::before {
    height: 46px;
  }
}
.p-sora-navi ul li figure {
  position: relative;
  padding: 0 10px 10px 0;
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul li figure {
    padding: 0 5px 5px 0;
  }
}
.p-sora-navi ul li figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: var(--color-blue);
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul li figure::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
}
.p-sora-navi ul li figure.is-blue::before {
  background-color: var(--color-blue);
}
.p-sora-navi ul li figure.is-orange::before {
  background-color: var(--color-orange);
}
.p-sora-navi ul li figure.is-red::before {
  background-color: var(--color-red);
}
.p-sora-navi ul li figure span {
  display: block;
  overflow: hidden;
}
.p-sora-navi ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.p-sora-navi ul li p {
  position: relative;
  display: block;
  padding-top: 55px;
}
.p-sora-navi ul li p::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  width: 1px;
  height: 40px;
  border-left: 1px solid var(--color-gold);
  transition: all 0.3s ease;
}
.p-sora-navi ul li p .p-sora-navi_en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--color-gold);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul li p .p-sora-navi_en {
    font-size: 24px;
    font-size: clamp(14px, 6vw, 24px);
  }
}
.p-sora-navi ul li p .p-sora-navi_jp {
  display: block;
  font-size: 18px;
  font-size: clamp(12px, 4.5vw, 18px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-sora-navi ul li p .p-sora-navi_jp {
    font-size: 16px;
  }
}

.p-sora-breakfast,
.p-sora-lunch,
.p-sora-dinner {
  /*c-unit*/
}
.p-sora-breakfast .c-section_content,
.p-sora-lunch .c-section_content,
.p-sora-dinner .c-section_content {
  max-width: 100%;
  overflow: hidden;
}
.p-sora-breakfast .c-unit,
.p-sora-lunch .c-unit,
.p-sora-dinner .c-unit {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 60px 4%;
  /*c-unit_image*/
}
.p-sora-breakfast .c-unit_content,
.p-sora-lunch .c-unit_content,
.p-sora-dinner .c-unit_content {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_content,
  .p-sora-lunch .c-unit_content,
  .p-sora-dinner .c-unit_content {
    width: 100%;
  }
}
.p-sora-breakfast .c-unit_content p,
.p-sora-lunch .c-unit_content p,
.p-sora-dinner .c-unit_content p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_content p,
  .p-sora-lunch .c-unit_content p,
  .p-sora-dinner .c-unit_content p {
    font-size: 14px;
  }
}
.p-sora-breakfast .c-unit_content dl dt,
.p-sora-lunch .c-unit_content dl dt,
.p-sora-dinner .c-unit_content dl dt {
  font-size: 16px;
  letter-spacing: 0.06em;
  list-style: 1.75;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_content dl dt,
  .p-sora-lunch .c-unit_content dl dt,
  .p-sora-dinner .c-unit_content dl dt {
    font-size: 14px;
  }
}
.p-sora-breakfast .c-unit_content dl dt::before,
.p-sora-lunch .c-unit_content dl dt::before,
.p-sora-dinner .c-unit_content dl dt::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  background-color: var(--color-gold);
  margin-right: 0.2em;
}
.p-sora-breakfast .c-unit_content dl dd,
.p-sora-lunch .c-unit_content dl dd,
.p-sora-dinner .c-unit_content dl dd {
  font-size: 16px;
  letter-spacing: 0.06em;
  list-style: 1.75;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_content dl dd,
  .p-sora-lunch .c-unit_content dl dd,
  .p-sora-dinner .c-unit_content dl dd {
    font-size: 14px;
  }
}
.p-sora-breakfast .c-unit_content dl dd + dt,
.p-sora-lunch .c-unit_content dl dd + dt,
.p-sora-dinner .c-unit_content dl dd + dt {
  margin-top: 2em;
}
.p-sora-breakfast .c-unit_image,
.p-sora-lunch .c-unit_image,
.p-sora-dinner .c-unit_image {
  width: 48%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-sora-breakfast .c-unit_image,
  .p-sora-lunch .c-unit_image,
  .p-sora-dinner .c-unit_image {
    overflow: hidden;
    padding: 0 20px 0 0;
  }

  .c-section_information table{
    border: 1px solid #A58d63;
    font-size: 13px;
  }
  .c-section_information table th,td{
    border: 1px solid #A58d63;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
  }

}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_image,
  .p-sora-lunch .c-unit_image,
  .p-sora-dinner .c-unit_image {
    width: 100%;
    padding: 0;
  }
  
  .c-section_information table{
    border: 1px solid #A58d63;
    font-size: 3.8vw;
  }
  .c-section_information table th,td{
    border: 1px solid #A58d63;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
  }
}
.p-sora-breakfast .c-unit_image::before,
.p-sora-lunch .c-unit_image::before,
.p-sora-dinner .c-unit_image::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 80px);
  background: #bfeef3;
  background: linear-gradient(90deg, rgb(191, 238, 243) 0%, rgb(239, 252, 254) 100%);
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .c-unit_image::before,
  .p-sora-lunch .c-unit_image::before,
  .p-sora-dinner .c-unit_image::before {
    right: -4%;
  }
}
.p-sora-breakfast .c-unit_image img,
.p-sora-lunch .c-unit_image img,
.p-sora-dinner .c-unit_image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sora-breakfast .c-slider,
.p-sora-lunch .c-slider,
.p-sora-dinner .c-slider {
  padding-bottom: 80px;
}
.p-sora-breakfast .slick-dotted.slick-slider,
.p-sora-lunch .slick-dotted.slick-slider,
.p-sora-dinner .slick-dotted.slick-slider {
  margin: 0;
}
.p-sora-breakfast .dots-wrap,
.p-sora-lunch .dots-wrap,
.p-sora-dinner .dots-wrap {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
  max-width: calc(100% - 100px);
  position: absolute;
  right: 50px;
  bottom: 25px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast .dots-wrap,
  .p-sora-lunch .dots-wrap,
  .p-sora-dinner .dots-wrap {
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
  }
}
.p-sora-breakfast .slick-arrow,
.p-sora-lunch .slick-arrow,
.p-sora-dinner .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.08);
  position: absolute;
  top: unset;
  bottom: 0;
}
.p-sora-breakfast .slick-arrow:before,
.p-sora-lunch .slick-arrow:before,
.p-sora-dinner .slick-arrow:before {
  content: "";
  display: block;
  width: 17.75px;
  height: 5px;
  -webkit-mask-image: url("../img/page/top/arrow_prev.svg");
  mask-image: url("../img/page/top/arrow_prev.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background: var(--color-blue);
}
.p-sora-breakfast .slick-arrow.slick-prev,
.p-sora-lunch .slick-arrow.slick-prev,
.p-sora-dinner .slick-arrow.slick-prev {
  left: unset;
  right: auto;
}
.p-sora-breakfast .slick-arrow.slick-next,
.p-sora-lunch .slick-arrow.slick-next,
.p-sora-dinner .slick-arrow.slick-next {
  right: 0;
}
.p-sora-breakfast .slick-arrow.slick-next:before,
.p-sora-lunch .slick-arrow.slick-next:before,
.p-sora-dinner .slick-arrow.slick-next:before {
  transform: scale(-1, 1);
}

/*p-sora-breakfast*/
.p-sora-breakfast {
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .p-sora-breakfast {
    padding-bottom: 60px;
  }
}
@media (hover: hover) {
  .p-sora-breakfast .dots-wrap li:hover {
    background: var(--color-blue);
  }
}
.p-sora-breakfast .dots-wrap li.slick-active {
  background: var(--color-blue);
}
.p-sora-breakfast .slick-arrow:before {
  background-color: var(--color-blue);
}

/*p-sora-breakfast*/
.p-sora-lunch {
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .p-sora-lunch {
    padding-bottom: 60px;
  }
}
.p-sora-lunch .c-section_head::before {
  background: #f4b371;
  background: linear-gradient(90deg, rgb(244, 179, 113) 0%, rgb(251, 219, 186) 100%);
}
.p-sora-lunch .c-unit_image::before {
  background: #f4b371;
  background: linear-gradient(90deg, rgb(244, 179, 113) 0%, rgb(251, 219, 186) 100%);
}
@media (hover: hover) {
  .p-sora-lunch .dots-wrap li:hover {
    background: var(--color-orange);
  }
}
.p-sora-lunch .dots-wrap li.slick-active {
  background: var(--color-orange);
}
.p-sora-lunch .slick-arrow:before {
  background-color: var(--color-orange);
}

/*p-sora-lunch*/
.p-sora-dinner {
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p-sora-dinner {
    padding-bottom: 60px;
  }
}
.p-sora-dinner .c-section_head::before {
  background: #cc445d;
  background: linear-gradient(90deg, rgb(204, 68, 93) 0%, rgb(217, 116, 135) 100%);
}
.p-sora-dinner .c-unit_image::before {
  background: #cc445d;
  background: linear-gradient(90deg, rgb(204, 68, 93) 0%, rgb(217, 116, 135) 100%);
}
@media (hover: hover) {
  .p-sora-dinner .dots-wrap li:hover {
    background: var(--color-red);
  }
}
.p-sora-dinner .dots-wrap li.slick-active {
  background: var(--color-red);
}
.p-sora-dinner .slick-arrow:before {
  background-color: var(--color-red);
}

/*p-sora-dinner*/
.is-bg-skyblue {
  background: #fafeff;
  background: linear-gradient(0deg, rgb(250, 254, 255) 0%, rgb(236, 250, 252) 100%);
}

.p-sora-dish {
  max-width: 100%;
  overflow: hidden;
  padding: 100px 0 40px;
}
@media screen and (max-width: 599px) {
  .p-sora-dish {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 600px) {
  .p-sora-dish .slick-slide {
    margin: 0 15px;
  }
  .p-sora-dish .slick-list {
    margin: 0 -15px;
  }
}

.p-sora-location {
  max-width: 100%;
  overflow: hidden;
  padding: 40px 0 120px;
}
@media screen and (max-width: 599px) {
  .p-sora-location {
    padding: 30px 0 80px;
  }
}
@media screen and (min-width: 600px) {
  .p-sora-location_image {
    display: flex;
    align-items: stretch;
    gap: 30px;
  }
}
@media screen and (min-width: 600px) {
  .p-sora-location_image > * {
    flex: 1;
    overflow: hidden;
  }
}
.p-sora-location_image > * img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-sora-location_note {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 599px) {
  .p-sora-location_note {
    margin-top: 60px;
    padding: 30px 15px;
  }
}
.p-sora-location_note .l-inner {
  width: 100%;
  max-width: var(--w-solid-base);
  margin: 0 auto;
}
.p-sora-location_note dl {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
@media screen and (max-width: 599px) {
  .p-sora-location_note dl {
    flex-direction: column;
    gap: 20px;
  }
}
.p-sora-location_note dl dt {
  flex-shrink: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .p-sora-location_note dl dt {
    font-size: 14px;
  }
}
.p-sora-location_note dl dd {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-sora-location_note dl dd {
    font-size: 14px;
  }
}
.p-sora-location_note ul.c-list_plain > li {
  padding-left: 1.5em;
}

/*	投稿ページ single-menu_sora.php
-----------------------------------------------------*/
.sora_wrap {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.p-sora-single-content {
  padding: 40px 0 0;
}
.p-sora-single-content .viking_list input:checked ~ .content {
  max-height: 9999px;
}
.p-sora-single-content .viking_list .content {
  background-color: #fafafa;
}
.p-sora-single-content .viking_list .content p {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-sora-single-content .viking_list .content p {
    font-size: 13px;
  }
}

.p-sora-single-mv {
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .p-sora-single-mv {
    overflow: hidden;
    min-height: 600px;
  }
  .p-sora-single-mv .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.p-sora-single-mv_logo {
  position: relative;
  z-index: 2;
  max-width: 310px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .p-sora-single-mv_logo {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 599px) {
  .p-sora-single-mv_logo {
    max-width: 146px;
    width: 40%;
    margin-bottom: 10px;
  }
}
.p-sora-single-mv_logo img {
  max-width: 100%;
  height: auto;
}
.p-sora-single-mv_image {
  position: relative;
  z-index: 1;
  max-width: 65%;
  margin-left: auto;
  pointer-events: none;
  padding: 0 0 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single-mv_image {
    max-width: calc(50vw - 50% + 100%);
    width: 100vw;
    padding: 0 0 10px 10px;
    margin-bottom: -30px;
  }
}
.p-sora-single-mv_image::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: linear-gradient(90deg, rgb(239, 252, 254) 0%, rgb(191, 238, 243) 100%);
}
@media screen and (max-width: 599px) {
  .p-sora-single-mv_image::before {
    top: 10px;
    left: unset;
    right: 0;
    width: 100%;
    height: calc(100% - 10px);
  }
}

.p-sora-single_head {
  margin-bottom: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single_head {
    margin-bottom: 60px;
  }
}

.p-sora-single_title {
  box-sizing: border-box;
}
.p-sora-single_title_jp {
  display: block;
  font-family: var(--base-serif);
  font-weight: 400;
  font-style: normal;
  color: #262626;
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-sora-single_title_jp {
    font-size: 18px;
    font-size: clamp(12px, 4.5vw, 18px);
    margin-bottom: 10px;
  }
}
.p-sora-single_title_en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .p-sora-single_title_en {
    font-size: 76px;
    font-size: clamp(26px, 19vw, 76px);
  }
}
.p-sora-single_title_en.is-blue {
  color: var(--color-blue);
}
.p-sora-single_title_en.is-orange {
  color: var(--color-orange);
}
.p-sora-single_title_en.is-red {
  color: var(--color-red);
}

.p-sora-single_intro {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.2;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single_intro {
    font-size: 14px;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.8;
  }
}

@media screen and (max-width: 599px) {
  .p-sora-single_slide_wrap {
    margin-bottom: 40px;
  }
}
.p-sora-single_slide .slick-track {
  display: flex;
}
.p-sora-single_slide .slick-slide {
  height: auto !important;
}
.p-sora-single_slide_image {
  overflow: hidden;
}
.p-sora-single_slide_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}
.p-sora-single_slide_nav {
  margin-top: 10px;
}
.p-sora-single_slide_nav .slick-track {
  display: flex;
}
.p-sora-single_slide_nav .slick-current {
  opacity: 0.7;
}
.p-sora-single_slide_nav .slick-slide {
  height: auto !important;
  margin: 0 5px;
}
.p-sora-single_slide_nav .slick-list {
  margin: 0 -5px;
}
.p-sora-single_slide_nav_image {
  overflow: hidden;
}
.p-sora-single_slide_nav_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.p-sora-single-menu {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 0 120px;
  margin: 120px auto 0;
  background-color: #ecfafc;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single-menu {
    padding: 60px 0 40px;
    margin: 60px auto 0;
  }
}
.p-sora-single-menu.is-orange {
  background-color: #fde9d3;
}
.p-sora-single-menu.is-red {
  background-color: #f8dae0;
}
.p-sora-single-menu .c-card-flex {
  box-sizing: border-box;
}
.p-sora-single-menu .c-card-flex_item {
  padding: 0 15px 20px;
  background-color: #fff;
  box-shadow: 1px 3px 10px rgba(38, 38, 38, 0.1);
  box-sizing: border-box;
}
.p-sora-single-menu .c-card-flex_image {
  width: calc(100% + 30px);
  aspect-ratio: 350/204;
  margin-left: -15px;
  overflow: hidden;
  box-sizing: border-box;
}
.p-sora-single-menu .c-card-flex_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-sora-single-menu .c-card-flex_title {
  font-family: var(--base-serif);
  font-weight: 400;
  font-style: normal;
  color: #262626;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single-menu .c-card-flex_title {
    font-size: 18px;
    font-size: clamp(12px, 4.5vw, 18px);
  }
}
.p-sora-single-menu .c-card-flex p {
  font-family: var(--base-serif);
  font-weight: 400;
  font-style: normal;
  color: #262626;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single-menu .c-card-flex p {
    font-size: 14px;
    font-size: clamp(12px, 3.5vw, 14px);
  }
}

.p-sora-single_back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.p-sora-single_table table {
  display: block;
  margin-bottom: 20px;
}
.p-sora-single_table table thead, .p-sora-single_table table tbody, .p-sora-single_table table tr {
  display: block;
}
.p-sora-single_table table tr + tr {
  margin-top: 20px;
}
.p-sora-single_table table th {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background-color: var(--color-gold);
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .p-sora-single_table table th {
    font-size: 14px;
    font-weight: bold;
    padding: 13px 10px 13px 10px;
  }
}
.p-sora-single_table table td {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: left;
}

.p-sora-single_table details summary{
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .p-sora-single_table table td {
    font-size: 14px;
    padding: 13px 0;
    padding: 5px 5px;
  }
}


/*250911 morningメニュー変更告知用*/
.p-sora-breakfast .c-column-03 a.c-btn02 {
    min-width: 210px;
    padding: 15px 10px;
}
.p-sora-breakfast .c-btn_wrap.c-column-03{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}