/* ---------------------------------------------------
	common
------------------------------------------------------ */
#mainvisual {
  background: url(../img/cuisine/mainvisual.jpg) center;
  background-size: cover;
}

.main_nav {
  margin-top: 224px;
}

#cuisine_bg {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#cuisine_bg img {
  width: 100%;
  max-width: none;
  height: 140%;
  object-fit: cover;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.4s;
}

@media screen and (max-width: 810px) {
  .main_nav {
    margin-top: 112px;
  }
  #cuisine_bg {
    height: 60vw;
  }
  #cuisine_bg img {
    height: 150%;
  }
}
/* ---------------------------------------------------
	chef
------------------------------------------------------ */
#chef {
  padding: 192px 0 0;
  background: url(../img/cuisine/chef_bg_01.jpg) no-repeat center bottom;
  background-size: cover;
}
#chef .chef_col .col_pic {
  width: 48.7%;
  max-width: 525px;
}
#chef .chef_col .col_txt {
  width: 48%;
  padding: 48px 50px 0;
}
#chef .chef_col .col_txt .sec_tit {
  display: block;
  margin-bottom: 72px;
  line-height: 1.75;
}
#chef .chef_col .col_txt .sec_tit .en {
  margin-bottom: 0;
}
#chef .chef_col .col_txt p {
  line-height: 2.66;
}
#chef .chef_col .col_txt .txt_name {
  margin-bottom: 56px;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
#chef .chef_col .col_txt .txt_name > span {
  display: inline-block;
  margin-left: 24px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
#chef .chef_pic {
  margin-top: 96px;
  text-align: center;
}
#chef .chef_pic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 810px) {
  #chef {
    padding: 48px 0 0;
  }
  #chef .chef_col .col_pic {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #chef .chef_col .col_pic img {
    width: 70%;
    aspect-ratio: 2/3;
    object-fit: cover;
  }
  #chef .chef_col .col_txt {
    width: 100%;
    padding: 24px 0 0;
  }
  #chef .chef_col .col_txt .sec_tit {
    margin-bottom: 32px;
    line-height: 1.75;
  }
  #chef .chef_col .col_txt p {
    line-height: 2;
  }
  #chef .chef_col .col_txt .txt_name {
    margin-bottom: 44px;
  }
  #chef .chef_pic {
    margin-top: 48px;
  }
  #chef .chef_pic img {
    width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------
	dinner
------------------------------------------------------ */
#dinner {
  padding: 192px 0 96px;
}
#dinner .sec_tit {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c4cbd0;
}
#dinner .dinner_nav {
  margin-top: 64px;
  gap: 8px 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  justify-content: flex-start;
}
#dinner .dinner_nav li {
  border-bottom: 1px solid rgba(19, 46, 67, 0.8);
}
#dinner .dinner_nav li a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 24px;
}
#dinner .dinner_nav li a::after {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2b528a;
  border-right: 1px solid #2b528a;
  transform: rotate(45deg);
}
#dinner .dinner_sec {
  padding: 92px 0 96px;
}
#dinner .dinner_sec p:not([class]) {
  line-height: 2.66;
}
#dinner .dinner_sec .sec_tit02 {
  margin-bottom: 48px;
}
#dinner .dinner_bg {
  margin-top: 56px;
  padding: 64px 0;
  background: #eff3f2;
}
#dinner .dinner_col .col_item {
  width: 48.2%;
  max-width: 520px;
}
#dinner .dinner_col .col_item p {
  line-height: 2;
}
#dinner .dinner_col .col_item .item_pic {
  margin-bottom: 8px;
}
#dinner .dinner_slide {
  max-width: 980px;
  margin: 0 auto 56px;
  overflow: visible;
}
#dinner .dinner_slide .swiper-button-prev,
#dinner .dinner_slide .swiper-button-next {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}
#dinner .dinner_slide .swiper-button-prev {
  left: -36px;
}
#dinner .dinner_slide .swiper-button-next {
  right: -36px;
}
#dinner .dinner_slide .slide_item {
  position: relative;
}
#dinner .dinner_slide .slide_item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 112px;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
}
#dinner .dinner_slide .slide_item .item_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 8px 8px;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: right;
  z-index: 1;
}
#dinner .dinner_box {
  margin-top: 64px;
  padding: 64px 49px;
  border: 1px solid #8996a1;
}
#dinner .dinner_box .box_tit {
  letter-spacing: 0;
  line-height: 1.5;
}
#dinner .dinner_box .box_col {
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #c4cbd0;
}
#dinner .dinner_box .box_col .col_tit {
  width: calc(100% - 340px);
}
#dinner .dinner_box .box_col .col_btn {
  width: 300px;
}
#dinner .dinner_box .box_col .col_btn .btn {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#dinner .dinner_box .box_col .col_btn .btn .icon {
  margin-left: 16px;
  margin-bottom: 2px;
}

@media screen and (max-width: 810px) {
  #dinner {
    padding: 96px 0 48px;
  }
  #dinner .sec_tit {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  #dinner .dinner_nav {
    margin-top: 32px;
    gap: 8px 8px;
    letter-spacing: 0;
    justify-content: space-around;
  }
  #dinner .dinner_nav li {
    width: calc(50% - 4px);
  }
  #dinner .dinner_nav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 8px 10px 0;
  }
  #dinner .dinner_nav li a::after {
    right: 4px;
  }
  #dinner .dinner_sec {
    padding: 48px 0 48px;
  }
  #dinner .dinner_sec p:not([class]) {
    line-height: 2;
  }
  #dinner .dinner_sec .sec_tit02 {
    margin-bottom: 32px;
  }
  #dinner .dinner_bg {
    margin-top: 48px;
    padding: 40px 0;
  }
  #dinner .dinner_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #dinner .dinner_col .col_item + .col_item {
    margin-top: 32px;
  }
  #dinner .dinner_col .col_item p {
    line-height: 1.8;
  }
  #dinner .dinner_col .col_item .item_pic {
    margin-bottom: 8px;
  }
  #dinner .dinner_slide {
    margin-bottom: 32px;
  }
  #dinner .dinner_slide .swiper-button-prev,
  #dinner .dinner_slide .swiper-button-next {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
  }
  #dinner .dinner_slide .swiper-button-prev {
    left: 8px;
  }
  #dinner .dinner_slide .swiper-button-next {
    right: 8px;
  }
  #dinner .dinner_slide .slide_item {
    position: relative;
  }
  #dinner .dinner_slide .slide_item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 112px;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
  }
  #dinner .dinner_slide .slide_item .item_caption {
    padding-left: 22px;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
    text-indent: -14px;
  }
  #dinner .dinner_box {
    margin-top: 48px;
    padding: 32px 24px;
  }
  #dinner .dinner_box .box_col {
    padding: 22px 16px;
  }
  #dinner .dinner_box .box_col .col_tit {
    width: 100%;
    line-height: 1.8;
  }
  #dinner .dinner_box .box_col .col_btn {
    max-width: 100%;
    margin-top: 20px;
  }
  #dinner .dinner_box .box_col .col_btn .btn {
    width: 100%;
  }
  #dinner .dinner_box .box_col .col_btn .btn .icon {
    margin-left: 12px;
  }
  #dinner #dinner01 .caption {
    letter-spacing: 0.1em;
  }
  #dinner #dinner02 .caption {
    letter-spacing: 0.1em;
  }
}
/* ---------------------------------------------------
	special
------------------------------------------------------ */
#special {
  margin-top: 64px;
  padding: 124px 0 124px;
  background: #eff3f2;
}
#special p {
  line-height: 2.66;
}
#special .special_col {
  margin-bottom: 48px;
}
#special .special_col .col_item {
  width: 31.5%;
  max-width: 340px;
}
#special .special_col .col_item .item_pic {
  margin-bottom: 12px;
}
#special .special_col .col_item p {
  line-height: 1.75;
}

@media screen and (max-width: 810px) {
  #special {
    margin-top: 96px;
    padding: 48px 0 48px;
  }
  #special p {
    line-height: 2;
  }
  #special .special_col {
    margin: 0 auto 32px;
  }
  #special .special_col .col_item {
    width: 31.5%;
    max-width: 340px;
  }
  #special .special_col .col_item .item_pic {
    margin-bottom: 12px;
  }
  #special .special_col .col_item p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  #special {
    width: calc(100% - 32px);
  }
  #special .special_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #special .special_col .col_item + .col_item {
    margin-top: 24px;
  }
  #special .special_col .col_item .item_pic {
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------
	breakfast
------------------------------------------------------ */
#breakfast {
  padding: 192px 0 96px;
}
#breakfast .breakfast_col .col_pic {
  width: calc(50% + 24px);
}
#breakfast .breakfast_col .col_pic img {
  min-height: 640px;
  object-fit: cover;
}
#breakfast .breakfast_col .col_txt {
  width: calc(50% - 24px);
  padding: 56px 50px 0;
  letter-spacing: 0.075em;
}
#breakfast .breakfast_col .col_txt .txt_container {
  max-width: 416px;
  margin-left: auto;
}
#breakfast .breakfast_col .col_txt .sec_tit {
  display: block;
  margin-bottom: 72px;
  line-height: 1.75;
}
#breakfast .breakfast_col .col_txt .sec_tit .en {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}
#breakfast .breakfast_col .col_txt p:not([class]) {
  line-height: 2.66;
}
#breakfast .breakfast_col .col_txt .caption {
  letter-spacing: 0.2em;
}
#breakfast .breakfast_col02 {
  margin-top: 64px;
}
#breakfast .breakfast_col02 .col_item {
  width: 48.2%;
  max-width: 520px;
}
#breakfast .breakfast_col02 .col_item p {
  line-height: 2;
}
#breakfast .breakfast_col02 .col_item .item_pic {
  margin-bottom: 8px;
}
#breakfast .breakfast_box {
  margin-top: 60px;
  padding: 62px 50px 40px;
  border: 1px solid #8996a1;
  line-height: 2.66;
}
#breakfast .breakfast_box .box_tit {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c4cbd0;
  line-height: 1.5;
  letter-spacing: 0;
}
#breakfast .breakfast_box .box_list {
  letter-spacing: 0;
}
#breakfast .breakfast_box .box_list .row {
  display: flex;
}
#breakfast .breakfast_box .box_list dt {
  width: 140px;
}
#breakfast .breakfast_box .box_list dd {
  width: calc(100% - 140px);
}
#breakfast .breakfast_box .box_list .inner_list {
  justify-content: flex-start;
}
#breakfast .breakfast_box .box_list .inner_list li::after {
  content: "/";
}
#breakfast .breakfast_box .box_list .inner_list li:last-of-type::after {
  content: none;
}
#breakfast .breakfast_box .box_note {
  line-height: 2.66;
}

@media screen and (max-width: 810px) {
  #breakfast {
    margin-top: 48px;
    padding: 48px 0 48px;
  }
  #breakfast .sec_tit {
    margin-bottom: 32px;
    text-align: center;
  }
  #breakfast .sec_tit .en {
    display: block;
  }
  #breakfast .breakfast_col .col_pic {
    width: 100%;
  }
  #breakfast .breakfast_col .col_pic img {
    min-height: 0;
  }
  #breakfast .breakfast_col .col_txt {
    width: 100%;
    padding: 24px 0 0;
  }
  #breakfast .breakfast_col .col_txt .txt_container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  #breakfast .breakfast_col .col_txt .sec_tit {
    display: none;
  }
  #breakfast .breakfast_col .col_txt p:not([class]) {
    line-height: 2;
  }
  #breakfast .breakfast_col02 {
    margin-top: 48px;
  }
  #breakfast .breakfast_col02 .col_item {
    width: 100%;
    max-width: 100%;
  }
  #breakfast .breakfast_col02 .col_item + .col_item {
    margin-top: 32px;
  }
  #breakfast .breakfast_col02 .col_item p {
    line-height: 2;
  }
  #breakfast .breakfast_col02 .col_item .item_pic {
    margin-bottom: 8px;
  }
  #breakfast .breakfast_box {
    margin-top: 40px;
    padding: 32px 25px 32px;
    line-height: 2;
  }
  #breakfast .breakfast_box .box_tit {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  #breakfast .breakfast_box .box_list .row {
    flex-wrap: wrap;
  }
  #breakfast .breakfast_box .box_list dt {
    width: 100%;
    margin-left: -8px;
  }
  #breakfast .breakfast_box .box_list dd {
    width: 100%;
    padding-left: 14px;
  }
  #breakfast .breakfast_box .box_note {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
		children
------------------------------------------------------ */
#children {
  padding: 192px 0 96px;
}
#children .children_col .col_pic {
  width: calc(50% + 24px);
  text-align: right;
}
#children .children_col .col_pic img {
  min-height: 640px;
  object-fit: cover;
}
#children .children_col .col_txt {
  width: calc(50% - 24px);
  padding: 56px 50px 0;
}
#children .children_col .col_txt .txt_container {
  max-width: 416px;
}
#children .children_col .col_txt .sec_tit {
  display: block;
  margin-bottom: 72px;
  line-height: 1.75;
}
#children .children_col .col_txt .sec_tit .en {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}
#children .children_col .col_txt p:not([class]) {
  line-height: 2.66;
}
#children .children_col .col_txt .caption {
  letter-spacing: 0.2em;
}
#children .children_col02 {
  margin-top: 64px;
}
#children .children_col02 .col_item {
  width: 31.67%;
  max-width: 342px;
}
#children .children_col02 .col_item p {
  line-height: 2;
}
#children .children_col02 .col_item .item_pic {
  margin-bottom: 8px;
}
#children .children_col03 {
  margin-top: 60px;
}
#children .children_col03 .col_box {
  width: 47.2%;
  padding: 62px 50px 40px;
  border: 1px solid #8996a1;
  line-height: 2.66;
}
#children .children_col03 .col_box .box_tit {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c4cbd0;
  line-height: 1.5;
}
#children .children_col03 .col_box .box_list {
  line-height: 2.66;
}
#children .children_col03 .col_box .box_list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#children .children_col03 .col_box .box_list dt {
  margin-right: auto;
}
#children .children_col03 .col_box .box_list dd {
  margin-left: auto;
  text-align: right;
}
#children .children_col03 .col_box .box_list dd .tax {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#children .children_col03 .col_box .box_note {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 810px) {
  #children {
    padding: 48px 0 48px;
  }
  #children .sec_tit {
    margin-bottom: 32px;
    text-align: center;
  }
  #children .sec_tit .en {
    display: block;
  }
  #children .children_col .col_pic {
    width: 100%;
    text-align: center;
  }
  #children .children_col .col_pic img {
    min-height: 0;
  }
  #children .children_col .col_txt {
    width: 100%;
    padding: 24px 0 0;
  }
  #children .children_col .col_txt .txt_container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  #children .children_col .col_txt .sec_tit {
    display: none;
  }
  #children .children_col .col_txt p:not([class]) {
    line-height: 2;
  }
  #children .children_col02 {
    margin-top: 40px;
  }
  #children .children_col02 .col_item {
    width: 31.67%;
    max-width: 342px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #children .children_col02 .col_item p {
    line-height: 1.75;
  }
  #children .children_col02 .col_item .item_pic {
    margin-bottom: 6px;
  }
  #children .children_col03 {
    margin-top: 48px;
  }
  #children .children_col03 .col_box {
    width: 100%;
    padding: 32px 20px 32px;
    line-height: 2;
  }
  #children .children_col03 .col_box + .col_box {
    margin-top: 24px;
  }
  #children .children_col03 .col_box .box_tit {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #c4cbd0;
    line-height: 1.5;
  }
  #children .children_col03 .col_box .box_list {
    line-height: 2;
  }
  #children .children_col03 .col_box .box_list .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #children .children_col03 .col_box .box_list dd .tax {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #children .children_col03 .col_box .box_note {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
  }
}
/* ---------------------------------------------------
	restaurant
------------------------------------------------------ */
#restaurant {
  padding: 96px 0 192px;
}
#restaurant .sec_tit {
  margin-bottom: 44px;
}
#restaurant .sec_tit .label {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
}
#restaurant .sec_tit .label > span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 6px 24px;
  border: 1px solid #8996a1;
  text-align: center;
}
#restaurant .restaurant_slide {
  max-width: 1280px;
  margin: 0 auto 56px;
}
#restaurant .restaurant_slide .swiper-pagination {
  right: 136px;
}
#restaurant .restaurant_note {
  margin: -40px 0 56px;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: right;
}
#restaurant p:not([class]) {
  line-height: 2.66;
}
#restaurant .restaurant_col {
  margin-top: 60px;
}
#restaurant .restaurant_col .col_item {
  width: 48.2%;
  max-width: 520px;
}
#restaurant .restaurant_box {
  margin-top: 96px;
  padding: 112px 0 124px;
  border: 1px solid #8996a1;
}
#restaurant .restaurant_box .box_col {
  margin-bottom: 48px;
}
#restaurant .restaurant_box .box_col .col_item {
  width: 31.5%;
  max-width: 340px;
}
#restaurant .restaurant_box .box_col .col_item .item_pic {
  margin-bottom: 12px;
}
#restaurant .restaurant_box .box_col .col_item p {
  line-height: 1.75;
}
#restaurant .restaurant_box .box_note {
  margin-top: 8px;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -1.1em;
}

@media screen and (max-width: 810px) {
  #restaurant {
    padding: 48px 0 112px;
  }
  #restaurant .sec_tit {
    margin-bottom: 32px;
    letter-spacing: 0;
  }
  #restaurant .sec_tit .label {
    margin-bottom: 16px;
  }
  #restaurant .restaurant_slide {
    margin-bottom: 24px;
  }
  #restaurant .restaurant_slide .swiper-pagination {
    right: 16px;
  }
  #restaurant .restaurant_slide .slide_item img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  #restaurant .restaurant_note {
    margin: -16px 0 40px;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
  }
  #restaurant p:not([class]) {
    line-height: 2;
  }
  #restaurant .restaurant_col {
    margin-top: 40px;
  }
  #restaurant .restaurant_box {
    margin-top: 48px;
    padding: 32px 0;
  }
  #restaurant .restaurant_box .box_col {
    margin-bottom: 32px;
  }
  #restaurant .restaurant_box .box_col .col_item .item_pic {
    margin-bottom: 10px;
  }
  #restaurant .restaurant_box .box_note {
    margin-top: 24px;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-indent: -1em;
  }
}
@media screen and (max-width: 640px) {
  #restaurant .restaurant_box .sec_tit02 {
    font-size: 2.4rem;
  }
  #restaurant .restaurant_box .box_col .col_item {
    width: 100%;
    max-width: 100%;
  }
  #restaurant .restaurant_box .box_col .col_item + .col_item {
    margin-top: 24px;
  }
}