@charset "UTF-8";

/* restaurant
---------------------------------------- */
.page-id-50 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/restaurant/restaurant-main.webp") no-repeat top left transparent;
  background-size: auto;
  background-size: cover;
  position: relative;
}
.page-id-50 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .page-id-50 header {
    background: url(../images/crown/restaurant/restaurant-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
}
@media screen and (max-width: 480px) {
  .page-id-50 header {
    height: 33vh;
    background: url(../images/crown/restaurant/restaurant-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
}

/*
ページ共通
---------------------------*/
h1 {
  line-height: 50px;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 600;
  letter-spacing: 0.075em;
}

.h2-ttl {
  margin-bottom: 50px;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 600;
  letter-spacing: 0.075em;
}

.h2-ttl.en-ttl {
  line-height: 1;
  font-size: clamp(1.25rem, 0.8214rem + 1.9048vw, 2.25rem);
}
.h2-ttl.en-ttl > .sub-ttl {
  font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
}

.h3-ttl {
  margin-bottom: 50px;
  line-height: 1.5;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.125rem, 0.9643rem + 0.7143vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.075em;
}

.h4-ttl {
  line-height: 36px;
  margin-bottom: 10px;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.125rem, 1.0714rem + 0.2381vw, 1.25rem);
  font-weight: 600;
}

p {
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-15);
}

.__center {
  text-align: center;
}

section {
  margin: 100px auto;
}

.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
.head-wrap {
  margin: 30px auto;
}
.word-keep {
  word-break: keep-all;
}

.bg-flower {
  background: url(../images/crown/access/bg-img.webp) right top / 160px 119px no-repeat;
}

.head-wrap.vertical {
  margin: 0 0 0 10px;
  padding: 0;
  writing-mode: vertical-rl;
}

.sub-ttl {
  position: relative;
  display: block;
  line-height: 1.5;
  font-size: var(--f-20);
  font-weight: 700;
  letter-spacing: 0.075em;
}

.head-wrap.vertical h2 > .sub-ttl {
  position: relative;
  display: block;
  padding: 42px 0 0 0;
}

.head-wrap.vertical h2 > .sub-ttl::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: #000;
  content: "";
}

.head-wrap.bg-border h2 {
  /*
  position: relative;
  display: inline-block;
  */
  padding: 0 55px;
  margin: 0 auto;
  padding: 0 30px;
}

.head-wrap.bg-border .sub-ttl {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.head-wrap.bg-border h2 > .sub-ttl::before,
.head-wrap.bg-border h2 > .sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}

.head-wrap.bg-border h2 > .sub-ttl::before {
  left: 0;
}

.head-wrap.bg-border h2 > .sub-ttl::after {
  right: 0;
}
.head-wrap.bg-border h2 span {
  padding: 0 10px;
}
section {
  padding: 0 30px;
}
.bg-harf {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--pink) 50%, var(--pink) 100%);
}
/*
レストラン
---------------------------*/
.layout-a,
.layout-b,
.layout-c,
.layout-d {
  display: flex;
}
.layout-a {
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 528px;
}
.layout-a .txts {
  width: 380px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.layout-a .txts p {
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  line-height: 2;
  height: 45%;
}
.layout-a ul {
  display: flex;
  justify-content: space-between;
  height: 50%;
}
.layout-a .largeImg {
  max-width: calc(100% - 144px - 400px);
  margin-right: 1%;
}
.layout-a .largeImg img {
  object-fit: cover;
  height: 100%;
}
.head-wrap.vertical {
  padding-top: 60px;
}

.restaurantNav {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.links {
  display: flex;
  justify-content: center;
}
.links li {
  box-sizing: border-box;
  padding: 22px 22px 0;
  border-left: solid 1px var(--green01);
  text-align: center;
  line-height: 1;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-18);
}
.links li:first-child {
  border-left: none;
}
.links li img {
  max-width: 250px;
  margin-bottom: 20px;
}
.links li a {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px transparent;
  font-weight: 700;
  color: var(--green01);
}
.links li:hover a {
  border-bottom: solid 1px var(--green01);
}

.breakfast {
  margin: 0 0 50px;
  padding-top: 1px;
  background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 36%, #fff 36%, #fff 100%);
}

.swiperRES .swiper-slide {
  line-height: 1;
}
.slidersBox {
  margin-bottom: 55px;
  padding: 0 25px;
}
.slidersBox .slider {
  margin-bottom: 30px;
}
.slidersBox .txts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--font-shipporMincho);
}
.slidersBox .txts div:nth-child(1) {
  width: 52%;
}
.slidersBox table {
  width: 44%;
}
.slidersBox h3 {
  margin-bottom: 10px;
}
.slidersBox .txts div:nth-child(1) p {
  line-height: 1.9;
}
table tr {
  border-bottom: solid 1px var(--green01);
}
th,
td {
  vertical-align: middle;
  padding: 0.9em 0;
}
table tr:first-child th,
table tr:first-child td {
  padding-top: 0;
}
.slidersBox .txts th,
.slidersBox .txts td {
  font-weight: 600;
  color: #000;
}
.slidersBox .txts th {
  width: 5.5em;
}

.layout-b {
  background-position: left top;
  justify-content: space-between;
}
.layout-b .head-wrap.vertical {
  margin: 0 35px 0 0;
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--font-shipporMincho);
}
.list li {
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.layout-b .list {
  max-width: 1016px;
}
.layout-b .list li {
  width: 32%;
  max-width: 323px;
  line-height: 1.5;
  margin-bottom: 42px;
}
.layout-b .list li:nth-child(n + 4) {
  margin-bottom: 0;
}
.layout-b .list li img {
  margin-bottom: 10px;
}

.dinner {
  background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 70%, #fff 70%, #fff 100%);
  padding-top: 30px;
  margin-top: 0;
}
.original .layout-a .txts {
  width: 410px;
  margin: 0 auto 0 20px;
}
.original .layout-a .txts p {
  writing-mode: horizontal-tb;
  height: auto;
}
.original .layout-a {
  height: 402px;
}
.original .layout-a .txts p img {
  max-width: 389px;
}
.original .layout-a .txts p:nth-child(2) {
  line-height: 1;
}

.banquet .inner > .head-wrap {
  margin-bottom: 15px;
}
.layout-c {
  background-position: left top;
  margin-bottom: 60px;
}
.layout-c .head-wrap.vertical {
  margin: 0 20px 0 0;
}
.layout-c .txts,
.layout-d .txts {
  max-width: 400px;
  margin-right: 30px;
  padding-top: 90px;
}
.layout-c .pic,
.layout-d .pic {
  height: 420px;
  padding-top: 60px;
  box-sizing: content-box;
}
.layout-c .pic img,
.layout-d .pic img {
  object-fit: cover;
  height: 100%;
}
.layout-c .btnlinestretches-wrap,
.layout-d .btnlinestretches-wrap {
  padding: 30px 0 0;
  text-align: right;
}
.layout-c table,
.layout-d table {
  width: 100%;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-15);
  color: #000;
}
.layout-c table th,
.layout-c table td,
.layout-c table dt,
.layout-c table dd,
.layout-c table dd span,
.layout-d table th,
.layout-d table td,
.layout-d table dt,
.layout-d table dd,
.layout-d table dd span {
  font-weight: 600;
}
.layout-c table dd,
.layout-d table dd {
  display: flex;
  justify-content: space-between;
}
.layout-c .txts p:first-child,
.layout-d .txts p:first-child {
  margin-bottom: 1em;
  line-height: 2;
}
.layout-c .dl1,
.layout-d .dl1 {
  padding-right: 1.5em;
}
.layout-c table th,
.layout-d table th {
  width: 4em;
}
.layout-c table dl,
.layout-d table dl {
  line-height: 1.8;
}
.layout-d {
  flex-direction: row-reverse;
}
.layout-d .txts {
  margin: 0 0 0 30px;
}

.layout-exam {
  background: var(--pink);
  padding-top: 50px;
}
.layout-exam .list,
.banquetMenu .list {
  max-width: 1150px;
  margin: 0 auto;
}
.layout-exam .list li {
  width: 31.5%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  margin-bottom: 45px;
}
.layout-exam .list li img {
  max-width: 252px;
}
.layout-exam .btnlinestretches-wrap {
  padding-top: 15px;
}

.banquetMenu {
  margin-bottom: 0;
}
.banquetMenu h3 {
  text-align: center;
}
.banquetMenu .list li {
  width: 48.3%;
  margin-bottom: 50px;
  font-size: var(--f-20);
}
.banquetMenu .list li img {
  max-width: 555px;
  margin-bottom: 20px;
}

/*      [ PC small ]
-----------------------------------------------*/
@media screen and (max-width: 960px) {
  .breakfast {
    background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 49vw, #fff 49vw, #fff 100%);
  }
  .dinner {
    background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 53vw, #fff 53vw, #fff 100%);
    margin-bottom: 0;
  }
  .original {
    margin-top: 70px;
  }
  .original .layout-a .txts {
    width: 40%;
  }
  .original .layout-a .largeImg {
    max-width: calc(60% - 144px);
  }
  .original .layout-a {
    height: 450px;
  }
  .layout-c,
  .layout-d {
    flex-wrap: wrap;
  }
  .layout-c .head-wrap.vertical,
  .layout-d .head-wrap.vertical {
    order: 1;
  }
  .layout-c .pic,
  .layout-d .pic {
    order: 2;
    width: calc(100% - 110px);
    margin-left: auto;
    height: auto;
  }
  .layout-c .pic img,
  .layout-d .pic img {
    height: auto;
  }
  .layout-d .pic {
    margin-left: 0;
    margin-right: auto;
  }
  .layout-c .txts,
  .layout-d .txts {
    order: 3;
    padding-top: 10px;
    width: calc(100% - 110px);
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  .layout-d .txts {
    margin: 0 auto 0 0;
  }
  .layout-c h2,
  .layout-d h2 {
    margin-bottom: 0;
  }
  .layout-c table dl,
  .layout-d table dl {
    max-width: 250px;
  }
  .banquetMenu .list li {
    font-size: var(--f-18);
  }
  .banquetMenu h3 {
    font-size: var(--f-20);
    margin-bottom: 4vw;
  }
}

/*      [ Tablet large]
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .layout-a,
  .layout-c,
  .layout-d {
    flex-wrap: wrap;
    height: auto;
  }
  .layout-a .largeImg {
    max-width: 100%;
    width: 100%;
  }
  .layout-a .largeImg img {
    width: 100%;
    height: auto;
  }
  .layout-a .txts {
    width: calc(100% - 150px);
    height: 460px;
    flex-direction: row-reverse;
  }
  .layout-a .txts p,
  .layout-a ul {
    height: 95%;
  }
  .layout-a ul {
    flex-direction: column;
    width: 55%;
  }
  .layout-a ul li {
    width: 100%;
    height: 48%;
  }
  .layout-a ul li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section {
    margin: 70px auto;
  }
  .h2-ttl {
    font-size: var(--f-30);
  }
  .sub-ttl {
    font-size: var(--f-18);
  }
  .head-wrap.vertical {
    padding-top: 50px;
  }
  .links li {
    padding: 15px 15px 0;
    font-size: var(--f-16);
  }
  .links li:nth-child(1) {
    padding-left: 0;
  }
  .links li:nth-child(3) {
    padding-right: 0;
  }
  .links li img {
    margin-bottom: 15px;
  }
  .links li a {
    padding-bottom: 15px;
  }
  .restaurantNav {
    padding-bottom: 50px;
  }
  .layout-b .list li {
    width: 48%;
    margin-bottom: 4.5vw;
    font-size: var(--f-15);
  }
  .slidersBox .slider {
    margin-bottom: 3vw;
  }
  .slidersBox .txts {
    display: block;
  }
  .slidersBox .txts div:nth-child(1) {
    width: 100%;
    margin-bottom: 2.5vw;
  }
  .slidersBox table {
    width: 100%;
  }
  .layout-b .list li img {
    margin-bottom: 1vw;
  }
  .breakfast {
    margin-bottom: 15px;
  }
  .original .layout-a {
    height: auto;
  }
  .original .layout-a .txts {
    width: calc(100% - 100px);
    padding-top: 50px;
    height: auto;
    margin-left: 0;
  }
  .original .layout-a .largeImg {
    width: calc(100% - 100px);
    max-width: 100%;
    margin-right: auto;
  }
  .original .layout-a h2 {
    margin-bottom: 0;
  }
  .original .layout-a .txts p:nth-child(2) {
    margin-right: 20px;
  }
  .original .layout-a .txts p img {
    height: 92%;
    object-fit: cover;
  }
  .layout-exam .list li {
    width: 47.5%;
  }
  .banquetMenu .list li {
    font-size: var(--f-16);
  }
}
/*      [ Tablet small]
-----------------------------------------------*/
@media screen and (max-width: 600px) {
  .head-wrap.vertical {
    margin: 0 auto;
  }
  .layout-a .txts {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .layout-a .txts p {
    height: 290px;
    margin: 0 auto;
  }
  .bg-flower {
    background-position: center top;
  }
  .layout-a ul {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 30px 0 20px;
  }
  .layout-a ul li {
    width: 48%;
    height: auto;
  }
  .h2-ttl {
    font-size: var(--f-30);
  }
  .sub-ttl {
    font-size: var(--f-15);
  }
  .slidersBox .txts div:nth-child(1) {
    margin-bottom: 3.5vw;
  }
  .layout-b {
    flex-direction: column;
  }
  .layout-b .head-wrap.vertical,
  .layout-c .head-wrap.vertical,
  .layout-d .head-wrap.vertical {
    margin: 0 auto;
  }
  .slidersBox {
    padding: 0;
  }
  .h2-ttl {
    margin-bottom: 40px;
  }
  .restaurantNav {
    padding-bottom: 20px;
  }
  .links li {
    padding: 10px 10px 0;
    font-size: var(--f-14);
  }
  .links li a {
    padding-bottom: 10px;
  }
  .slidersBox table {
    font-size: var(--f-15);
    line-height: 1.8;
  }
  .slidersBox .txts th {
    width: 6.5em;
  }
  .bg-flower {
    background-size: 130px auto;
  }
  .layout-b .list li,
  .layout-b .list li:nth-child(n + 4) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.5vw;
  }
  .breakfast .btnlinestretches-wrap {
    padding-top: 25px;
  }
  .original {
    margin-top: 0;
  }
  .original .layout-a {
    flex-direction: column;
  }
  .original .layout-a .txts {
    width: 100%;
    padding-top: 35px;
  }
  .original .layout-a .txts p:nth-child(2) {
    margin: 20px 0 15px;
  }
  .original .layout-a .largeImg {
    width: 100%;
  }
  .slidersBox {
    margin-bottom: 40px;
  }
  .layout-c,
  .layout-d {
    flex-direction: column;
  }
  .h2-ttl {
    font-size: var(--f-24);
  }
  .sub-ttl {
    font-size: var(--f-14);
  }
  section.intro {
    margin-top: 30px;
  }
  .layout-c .pic,
  .layout-d .pic {
    padding-top: 30px;
    width: 100%;
  }
  .layout-c .txts,
  .layout-d .txts {
    width: 100%;
  }
  .layout-c table,
  .layout-d table {
    font-size: var(--f-14);
    display: block;
  }
  .layout-c table th,
  .layout-d table th {
    width: 5em;
  }
  .layout-c table tr,
  .layout-d table tr {
    display: flex;
  }
  .layout-c tbody,
  .layout-d tbody {
    display: block;
    width: 100%;
  }
  .layout-c tbody tr:nth-child(3),
  .layout-d tbody tr:nth-child(3) {
    flex-wrap: wrap;
  }
  .layout-c tbody tr:nth-child(3) td,
  .layout-d tbody tr:nth-child(3) td {
    width: calc(100% - 5em);
    margin-left: auto;
  }
  .layout-c .dl1,
  .layout-d .dl1 {
    padding-right: 0;
  }
  .layout-c .btnlinestretches-wrap,
  .layout-d .btnlinestretches-wrap {
    text-align: center;
  }
  .layout-c {
    margin-bottom: 50px;
  }
  .layout-exam {
    padding-top: 35px;
  }
  .banquetMenu {
    margin: 70px 0 0;
  }
  .banquetMenu h3 {
    font-size: var(--f-16);
    margin-bottom: 8vw;
  }
  .layout-c .btnlinestretches-wrap,
  .layout-d .btnlinestretches-wrap {
    padding-top: 45px;
  }
  .banquetMenu .list li {
    width: 100%;
    margin-bottom: 9vw;
    font-size: var(--f-15);
  }
  .banquetMenu .list li img {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .original .layout-a .txts p img {
    height: auto;
    max-width: 100%;
  }
}
/*      [ Smartphone ]
-----------------------------------------------*/
@media screen and (max-width: 480px) {
  .h2-ttl {
    font-size: var(--f-20);
  }
  .sub-ttl {
    font-size: var(--f-12);
  }
  section {
    margin: 50px auto;
  }
  .bg-flower {
    background-size: 110px auto;
  }
}

/*     YouTube
-----------------------------------------------*/
.B_C .inner {
  max-width: 840px;
  margin: auto;
  padding: 0;
}
.b_c_sauce {
  width: 100%;
  margin: 20px auto 0;
}
.b_c_sauce p {
  line-height: 1.8;
}
.b_c_sauce .bold{
  font-weight: bold;
  font-size: 18px;
}
.B_C .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.B_C .youtube iframe {
    width: 100% ;
    height: 100% ;
}
@media screen and (max-width: 480px) {
}

/*-----------------------
2024.08.27 - バナー追加
------------------------*/
.banner-box{
  max-width: 868px;
  margin: 0 auto 30px;
}