@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  position: relative;
  text-align: center;
  background-image: url(/suirei/cuisine/images/251010/title.webp);
  background-size: cover;
  background-position: 60%;
  height: 80vh;
}
.con_title h2 {
  font-size: 42px;
}

body .suirei_slick.slick-slider {
  margin-bottom: 0;
}
body .fc_box li .suirei_slick.slick-slider,
body .ja_box li .suirei_slick.slick-slider,
body .cuisine_buffet_1 .suirei_slick.slick-slider {
  margin-bottom: 0;
  width: 100%;
}

body .fc_box li .suirei_slick.slick-slider figure,
body .ja_box li .suirei_slick.slick-slider figure,
body .cuisine_buffet_1 .suirei_slick.slick-slider figure {
  margin: 0;
}
.slick-next:before {
  background: url("../images/common/right.png");
  background-size: contain;
}
.slick-prev:before {
  background: url("../images/common/left.png");
  background-size: contain;
}
.main_visual {
  position: relative;
}
.main_visual .fv_emblem {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  top: 85%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 5s infinite;
  background-color: #fff;
  bottom: -130px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media only screen and (min-width: 0px) {
  #contents {
    margin: 0 auto;
  }

  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 50px 0 410px;
    position: relative;
  }

  .cu_concept_inner {
    width: 100%;
    margin: 0 auto;
  }

  .cu_concept_title {
    /* white-space: nowrap; */
    margin-inline: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1.5px;
    padding: 0 0 30px;
  }

  .cu_concept_text {
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }

  .cu_concept .img1 {
    position: absolute;
    top: 51%;
    left: 0;
    width: 48%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 74%;
    left: 65px;
    width: 25%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 45%;
    right: 0;
    width: 45%;
  }

  .fc_bt {
    width: 72.5%;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    background-color: #3b4244;
  }

  .ja_bt {
    width: 72.5%;
    text-align: center;
    margin: 40px auto 0;
    color: #000;
    background-color: #ffffff;
  }

  .fc_bt a {
    padding: 10px 0;
    display: block;
    color: #ffffff;
    position: relative;
    background: transparent;
    -webkit-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }

  .ja_bt a {
    padding: 10px 0;
    display: block;
    color: #000000;
    position: relative;
    background: transparent;
    -webkit-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }

  .fc_bt a:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }
  .ja_bt a:hover {
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
  }

  .fc_bt a:before {
    content: "";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    right: 16%;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .ja_bt a:before {
    content: "";
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    right: 16%;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  #bu_1 .bt a::before {
    content: "";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    right: 10%;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .fc_bt a:hover:before,
  .ja_bt a:hover:before,
  .bt a:hover:before {
    right: 12%;
  }

  .con_culist {
    background-color: #ffffff;
    padding: 0 0 50px;
  }
  .con_culist .box_list ul {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .con_culist .box_list ul li {
    flex-grow: 1;
    text-align: center;
    margin: 0 0 30px;
  }

  .con_culist .box_list ul li a {
    position: relative;
    display: block;
    padding: 10px 0 25px;
    color: #000000;
  }
  .con_culist .box_list ul li > a::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    transform: translateX(-50%) rotate(135deg);
    bottom: 5px;
    left: 50%;
    transition: 0.8s;
  }
  .con_culist .box_list ul li > a:hover:after {
    top: 60px;
  }

  .con_title_cu h3 {
    width: 85%;
    margin: 0 auto 20px;
    letter-spacing: 2px;
    padding: 50px 0 0;
  }
  .con_title span {
    display: inline-block;
    font-size: 13px;
    margin: 0 auto;
  }
  .con_main {
    width: 85%;
    font-size: 19px;
    text-align: center;
    margin: 50px auto 0;
    letter-spacing: 2px;
  }

  .con_body {
    width: 85%;
    margin: 20px auto 0;
    line-height: 2.1;
  }

  #fc_cuisine {
    background-image: url(/suirei/cuisine/images/common/back_img_wh.webp);
    -webkit-text-size-adjust: none;
    color: #000;
    padding: 0 0 50px;
  }
  #ja_cuisine {
    /* background-image: url(/suirei/images/common/back_washi.webp); */
    padding: 0 0 50px;
  }
  #venue {
    /* background-image: url(/suirei/images/common/back_washi.webp); */
    margin: 0 0 100px;
  }

  #fc_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -80px;
    width: 100%;
    height: 23vh;
  }
  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -50px;
    width: 100%;
    height: 23vh;
  }

  .fc_box li dl a:hover,
  .ja_bt a:hover {
    background: rgba(204, 204, 204, 0.2);
    opacity: 1;
  }

  .con_charm {
    width: 85%;
    margin: 0 auto;
    background: #fff;
  }

  .charm_copy {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .charm_copy span {
    font-size: 19px;
    padding-left: 20px;
  }

  .cuisine_charm_main,
  .con_charm ul li{
    width: 90%;
    padding: 0 0 50px;
    margin: 0 auto;
    background-color: transparent;
  }

  .fc_box li {
    width: 85%;
    margin: 70px auto;
    background-color: #ffffff;
    padding: 0 0 30px;
  }
  .fc_box > li:first-of-type {
    margin: 70px auto 0;
  }

  .ja_box li {
    width: 85%;
    margin: 70px auto 0;
    background-color: #3b4244;
    padding: 0 0 30px;
  }

  .cuisine_buffet_1 {
    width: 90%;
    margin: 9vh auto 100px;
    background-color: #3b4244;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .cuisine_charm_main dl dt,
  .con_charm ul li dl dt,
  .fc_box li dl dt,
  .ja_box li dl dt {
    padding: 20px 0 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
  }

  .cuisine_charm_main dl dt {
    padding: 20px 0;
  }

  .cuisine_bu1_title {
    padding: 0 0 10px;
    text-align: center;
    font-size: 19px;
  }

  #bu_1 .suirei_slick.slick-slider {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    height: fit-content;
  }

  #bu_1 .flex_box {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding: 0 0 0 5%;
  }

  #bu_1 .suirei_slick .slick-dots {
    width: 95%;
  }

  #bu_1 .cuisine_bu1_title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .cuisine_charm_main dl dd,
  .con_charm ul li dl dd {
    width: 90%;
    margin: 0 auto;
  }
  .fc_box li dl dd,
  .ja_box li dl dd {
    width: 85%;
    margin: 0 auto 20px;
  }
  .cuisine_bu1_txt {
    width: 85%;
    margin: 0 auto;
  }

  .cuisine_bu1_image {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cuisine_bu1_txt {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }

  .fc_box li dl p{
    font-size: 13px;
    width: 85%;
    border: solid 1px #000000;
    margin: 0 auto;
    text-align: center;
    color: #000000;
  }
  /* .fc_box li dl p:last-child{
    margin: 15px auto 0;
  } */

  .fc_box li dl p a {
    color: #000;
    display: block;
    width: auto;
    padding: 3% 0;
  }

  .ja_box li dl p {
    font-size: 13px;
    width: 85%;
    border: solid 1px #ffffff;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
  }
  /* .ja_box li dl p:last-child{
    margin: 15px auto 0;
  } */

  .ja_box li dl p a {
    color: #ffffff;
    display: block;
    width: auto;
    padding: 3% 0;
  }

  .cuisine_bu1_bt {
    width: auto;
    border: solid 1px #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0;
  }

  .bt {
    width: 90%;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    padding-top: 0;
    margin-bottom: 10px;
  }
  #bu_1 .bt {
    width: 100%;
    margin: 1vh auto 2vh;
    text-align: center;
    position: relative;
    padding: 0;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .fc_box li dl a{
    color: #fff;
  }

  .ja_box li dl a,
  .cuisine_bu1_bt a {
    color: #fff;
  }
  .cuisine_bu1_bt a {
    color: #fff;
    display: block;
    padding: 3% 0;
  }

  .cuisine_bnr {
    width: 85%;
    margin: 70px auto 0;
  }

  .cuisine_bnr a {
    display: block;
  }

  .cuisine_uraraka {
    margin: 20px 0 0;
  }

  .cuisine_uraraka_title_1 {
    padding: 30px 0 15px;
    font-size: 19px;
    text-align: center;
    letter-spacing: 2px;
  }

  .cuisine_uraraka_title_2 {
    padding: 50px 0 15px;
    font-size: 19px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
  }
  .cuisine_uraraka_txt_1 {
    line-height: 2.3;
    width: 85%;
    margin: 0 auto;
  }

  .cuisine_uraraka_txt_2 {
    /* width: 75%; */
    /* border-top: solid 1px #b4b3b8; */
    border-bottom: solid 1px #b4b3b8;
    /* margin: 40px auto 0; */
    padding: 10px 15px;
    display: flex;
  }

  .cuisine_uraraka_txt_2 dt.uraraka_ma {
    width: 40%;
  }

  .cuisine_uraraka_txt_2 dd.uraraka_ma {
    width: 60%;
  }

  .cuisine_uraraka_sub_box_2 {
    width: 85%;
    margin: 40px auto 0;
  }

  .floor {
    border-top: solid 1px #b4b3b8;
  }

  .cuisine_uraraka .suirei_slick figure {
    margin: 0;
  }

  .suirei_slick {
    margin: 0 auto;
  }

  .suirei_slick .slick-dots {
    bottom: 5px;
  }

  .suirei_slick .slick-dots li:nth-child(even){
    margin: 0 5px;
  }
  .suirei_slick .slick-dots li button:before {
    font-size: 30px;
  }
}

@media only screen and (min-width: 744px) {
  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 50px 0 80%;
    position: relative;
  }
  .cu_concept .img1 {
    position: absolute;
    top: 41%;
    left: 0;
    width: 48%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 69%;
    left: 125px;
    width: 25%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 35%;
    right: 0;
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  #bu_1 .suirei_slick.slick-slider {
    padding: 0 3% 0 0;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-top: 5vh;
  }
  #bu_1 .flex_box {
    padding: 0 0 0 3%;
    margin-bottom: 1vh;
  }
  #bu_1 .suirei_slick .slick-dots {
    bottom: 5px;
  }
  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 50px 0 80%;
    position: relative;
  }

  .cu_concept_inner {
    width: 100%;
    margin: 0 auto;
  }

  .cu_concept_title {
    white-space: nowrap;
    margin-inline: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    padding: 0 0 30px;
  }

  .cu_concept_text {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }

  .cu_concept .img1 {
    position: absolute;
    top: 360px;
    left: 0;
    width: 48%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 70%;
    left: 125px;
    width: 25%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 310px;
    right: 0;
    width: 45%;
  }

  .fc_bt {
    width: 305px;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    background-color: #3b4244;
  }

  .ja_bt {
    width: 305px;
    text-align: center;
    margin: 40px auto 0;
    color: #000;
    background-color: #ffffff;
  }
  .fc_bt a {
    padding: 10px 0;
    display: block;
    color: #ffffff;
  }

  .ja_bt a {
    padding: 10px 0;
    display: block;
    color: #000000;
  }
  .fc_bt a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    /* right: 30px; */
    left: 250px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .ja_bt a:before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    /* right: 30px; */
    left: 250px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }
  #bu_1 .bt a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 310px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .fc_bt a:hover:before,
  .ja_bt a:hover:before {
    left: 270px;
  }

  #bu_1 .bt a:hover:before {
    left: 330px;
    right: 0;
  }
  .con_culist {
    padding: 0 0 60px;
  }
  .con_culist .box_list ul {
    width: 510px;
  }
  .scroll {
    position: absolute;
    top: 87%;
  }
  .con_title_cu h3 {
    margin: 0 auto 50px;
    letter-spacing: 3px;
    padding: 70px 0 0;
  }
  .con_main {
    font-size: 24px;
    margin: 70px auto 0;
    letter-spacing: 3px;
  }

  .con_sub_box {
    margin: 60px auto 0;
  }
  .con_body {
    margin: 20px auto 0;
    line-height: 2.3;
    text-align: center;
  }

  .con_title span {
    font-size: 15px;
  }

  .uraraka_box img {
    display: block;
    margin: 0 auto;
  }

  #fc_cuisine,
  #ja_cuisine {
    padding: 0 0 80px;
  }

  #fc_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -300px;
    width: 100%;
    height: 25vh;
  }

  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -75px;
    width: 100%;
    height: 25vh;
  }

  .con_charm {
    width: 65%;
    margin: 0 auto;
  }

  .charm_copy {
    font-size: 18px;
    padding: 30px 0 20px;
    letter-spacing: 3px;
    line-height: 1.6;
  }
  .charm_copy span {
    font-size: 24px;
  }

  .fc_box li {
    width: 65%;
    margin: 100px auto;
    background-color: #ffffff;
    padding: 0 0 40px;
  }

  .ja_box li {
    width: 65%;
    margin: 100px auto 0;
    background-color: #3b4244;
    padding: 0 0 40px;
  }

  .cuisine_buffet_1 {
    width: 90%;
    margin: 14vh auto 100px;
    background-color: #3b4244;
  }

  .cuisine_buffet_1 .suirei_slick {
    order: 2;
  }

  .fc_box li dl {
    display: grid;
    place-content: center;
    place-items: center;
  }

  .ja_box li dl {
    display: grid;
    place-content: center;
    place-items: center;
  }

  .cuisine_buffet_1 .flex_box {
    display: grid;
    place-content: center;
    place-items: center;
    padding: 25px 0 40px;
  }

  .fc_box li dl a,
  .ja_box li dl a,
  .cuisine_buffet_1 a {
    width: 300px;
    background: transparent;
    -webkit-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }

  .cuisine_buffet_1 a {
    width: 100%;
    display: block;
    padding: 2% 0;
  }
  #bu_1 .bt {
    font-size: 15px;
    border: solid 1px #ffffff;
    width: 98%;
    margin-left: 2%;
    grid-column-start: 2;
    grid-column-end: 3;
    margin-bottom: 4vh;
  }
  .cuisine_bu1_bt {
    padding: 2% 0;
  }

  .ja_box li dl a:hover,
  .cuisine_buffet_1 a:hover {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }

  .cuisine_charm_main dl dt,
  .con_charm ul li dl dt,
  .fc_box li dl dt,
  .ja_box li dl dt {
    padding: 25px 0 10px;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.6;
  }

  #bu_1 .cuisine_bu1_title {
    width: auto;
    text-align: left;
    padding-left: 2%;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.6;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 4vh;
  }

  .cuisine_bu1_txt {
    width: auto;
    text-align: left;
  }
  .bu1_txt_sp {
    text-align: center;
    padding: 20px 10px;
  }

  .bu1_txt_sp {
    text-align: center;
    padding: 20px 10px;
  }

  .fc_box li dl p {
    font-size: 15px;
    width: 300px;
  }
  .fc_box li dl p a {
    padding: 5.5px 0;
  }

  .ja_box li dl p {
    font-size: 15px;
    width: 300px;
  }
  .ja_box li dl p a {
    padding: 5.5px 0;
  }

  .cuisine_bu1_bt a {
    color: #fff;
  }

  .cuisine_uraraka {
    margin: 50px 0 0;
  }

  .suirei_slick .slick-dots {
    bottom: 15px;
  }

  .suirei_slick .slick-dots li button:before {
    font-size: 30px;
  }

  .cuisine_uraraka_txt_2 .uraraka_ma {
    width: auto;
  }
  .cuisine_uraraka_txt_2 .uraraka_ma .view_sp {
    display: none;
  }
}

@media only screen and (min-width: 850px) {
  .cu_concept .img2 {
    position: absolute;
    top: 80%;
    left: 125px;
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 140px 0 80px;
    position: relative;
  }

  .cu_concept_inner {
    width: 50%;
    margin: 0 auto;
  }

  .cu_concept_title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin-inline: auto;
    max-width: 50%;
    margin: 0 auto;
    text-align: start;
    line-height: 1.7;
    letter-spacing: 3px;
    padding: 0 0 30px;
  }

  .cu_concept_title .view_pc {
    display: block !important;
  }

  .cu_concept_text {
    text-align: center;
  }

  .cu_concept .img1 {
    position: absolute;
    top: 180px;
    left: 0;
    width: 28%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 420px;
    left: 95px;
    width: 15%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 70px;
    right: 0;
    width: 27%;
  }
  .con_culist .box_list ul,
  .con_roomlist .box_list:nth-child(2) ul {
    display: flex;
    width: 40%;
  }
  .con_culist .box_list ul li > a::after {
    top: 50px;
    right: 50%;
  }
  .con_title {
    background-position: 50% 60%;
    height: 500px;
  }

  .con_charm {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 70px;
  }

  .charm_copy {
    font-size: 17px;
    padding: 70px 0 20px;
  }
  .charm_copy span {
    padding-left: 15px;
  }
  .con_charm ul li {
    display: flex;
    align-items: center;
    margin: 70px auto 0;
    padding: 0;
  }
  .con_charm ul li dl {
    margin-top: -20px;
  }
  .con_charm ul li:nth-child(even) {
    flex-direction: row-reverse;
    margin: 70px auto 0;
  }
  .con_charm ul li:nth-child(even) img {
    margin-left: 5%;
  }
  .con_charm ul li:nth-child(odd) img {
    margin-right: 5%;
  }

  .fc_box li {
    width: 85%;
    display: flex;
    padding: 0;
  }

  .ja_box li {
    width: 85%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }

  .fc_box li:nth-child(even) {
    flex-direction: row-reverse;
    margin: 100px auto;
  }

  .ja_box li:nth-child(even) {
    flex-direction: row;
    margin: 100px auto;
  }

  body .fc_box li .suirei_slick.slick-slider,
  body .ja_box li .suirei_slick.slick-slider {
    width: 55%;
  }

  .cuisine_buffet_1 {
    width: 70%;
    margin: 11vh auto 150px;
    background-color: #3b4244;
    padding: 0 3%;
    grid-template-columns: 45% 55%;
  }
  .con_charm ul li img {
    width: 55%;
  }
  .con_charm .cuisine_charm_main div {
    width: 100%;
  }

  .con_charm .cuisine_charm_main {
    position: relative;
    padding: 0;
  }
  .con_charm .cuisine_charm_main dl {
    width: 100%;
    position: absolute;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }

  .fc_box li dl,
  .ja_box li dl {
    padding: 0;
    width: 45%;
  }

  .cuisine_buffet_1 .flex_box {
    display: grid;
    place-content: center;
    place-items: center;
    padding: 25px 0 40px;
  }

  #bu_1 .cuisine_bu1_title {
    margin-top: 3vh;
  }

  #bu_1 .suirei_slick.slick-slider {
    margin: 4vh 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  #bu_1 .flex_box {
    padding: 0 0 0 2%;
  }

  .con_charm .cuisine_charm_main dl dt {
    text-align: left;
    width: 100%;
    padding: 0 0 20px;
  }
  .con_charm .cuisine_charm_main dl dd {
    padding: 0;
    width: 100%;
  }

  .cuisine_charm_main dl dt,
  .con_charm ul li dl dt {
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
  }

  .cuisine_charm_main dl dd,
  .con_charm ul li dl dd {
    width: 100%;
    margin: 0;
  }
  .fc_box li dl dt,
  .ja_box li dl dt {
    padding: 0 0 10px;
  }

  .fc_box li dl dd,
  .ja_box li dl dd {
    width: 85%;
  }

  .bu1_txt_sp {
    text-align: center;
    padding: 20px 10px;
  }

  #fc_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -220px;
    width: 100%;
    height: 54vh;
  }
  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -120px;
    width: 100%;
    height: 54vh;
  }

  .cuisine_bnr {
    width: 80%;
    margin: 100px auto 0;
  }

  .fc_bt {
    width: 430px;
    text-align: center;
    margin: 100px auto 0;
    color: #fff;
    background-color: #3b4244;
  }

  .ja_bt {
    width: 430px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    background-color: #ffffff;
  }

  .fc_bt a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    /* right: 30px; */
    left: 320px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .ja_bt a:before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    /* right: 30px; */
    left: 320px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .cuisine_buffet_1 a {
    padding: 8.5px 0;
  }
  .cuisine_bu1_image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .bt {
    padding: 0 0 25px;
    grid-column-start: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin: 0 auto;
  }
  #bu_1 .bt {
    margin-bottom: 4vh;
    margin-left: 2%;
    align-self: end;
    padding-bottom: 1px;
  }
  #bu_1 .bt a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 340px;
    top: 0;
    transform: rotate(45deg);
    transition: right 1.3s;
    transition: 0.8s;
  }

  .fc_bt a:hover:before,
  .ja_bt a:hover:before {
    left: 340px;
  }

  #bu_1 .bt a:hover:before {
    left: 360px;
    right: 0;
  }
  #venue {
    /* background-image: url(/suirei/images/common/back_washi.webp); */
    margin: 0 0 120px;
  }
  .suirei_slick {
    width: 80%;
  }
  .cuisine_uraraka_box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    place-content: center;
    place-items: center;
  }

  .cuisine_uraraka_title_1 {
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
  }

  .cuisine_uraraka_title_2 {
    padding: 30px 0 10px;
    font-size: 21px;
    text-align: left;
    margin: 0 auto;
    width: auto;
  }
  .cuisine_uraraka_txt_1 {
    width: auto;
    text-align: left;
    line-height: 2em;
    margin: 0 auto;
  }

  .cuisine_uraraka_sub_box_2 {
    padding-left: 5%;
  }

  .cuisine_uraraka_txt_2 {
    font-size: 15px;
    line-height: 2em;
    border-bottom: solid 1px #b4b3b8;
    margin: 0 auto;
    padding: 12px 15px;
    height: 15%;
    grid-template-columns: 45% 75%;
  }

  .cuisine_uraraka_txt_2 dt.uraraka_ma,
  .cuisine_uraraka_txt_2 dd.uraraka_ma {
    display: inline-block;
    font-size: 15px;
    text-align: inherit;
  }

  #faci .venue_box {
    width: 65%;
    gap: 0 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .cuisine_bu1_bt {
    width: 300px;
  }
}
@media only screen and (min-width: 1360px) {
  .cu_concept .img1 {
    position: absolute;
    top: 130px;
    left: 0;
    width: 28%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 45vh;
    left: 95px;
    width: 15%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 70px;
    right: 0;
    width: 27%;
  }
}

@media only screen and (min-width: 1440px) {
  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 220px 0 100px;
    position: relative;
  }

  .cu_concept_inner {
    width: 50%;
    margin: 0 auto;
  }

  .cu_concept_title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin-inline: auto;
    max-width: 50%;
    margin: 0 auto;
    text-align: start;
    line-height: 1.7;
    letter-spacing: 3px;
    padding: 0 0 30px;
  }

  .cu_concept_text {
    text-align: center;
  }

  .cu_concept .img1 {
    position: absolute;
    top: 230px;
    left: 0;
    width: 28%;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 530px;
    left: 165px;
    width: 13%;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 130px;
    right: 0;
    width: 27%;
  }
  .con_title {
    /* background-position: 50% 94%; */
    background-position: 50% 80%;
  }

  .con_charm ul li dl {
    width: 37%;
    margin-top: -40px;
  }
  .con_charm,
  .fc_box li,
  .ja_box li {
    width: 75%;
  }
  .cuisine_buffet_1 {
    width: 55%;
    grid-template-columns: 45% 55%;
    padding: 2%;
  }
  .cuisine_buffet_1 a {
    padding: 7px 0 7.5px;
  }

  .con_charm .cuisine_charm_main dl {
    left: 57%;
  }

  #bu_1 .cuisine_bu1_title {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    padding: 0 0 0 1.5%;
    text-align: left;
    margin: 0;
  }
  #bu_1 .suirei_slick.slick-slider {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin: 0;
  }
  #bu_1 .flex_box {
    width: 98%;
    padding: 2%;
    padding-right: 0;
    margin: 0;
  }
  .cuisine_bu1_image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .bt {
    grid-column-start: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin: 0 30px;
  }
  #bu_1 .bt {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 98%;
    margin: 0;
    margin-left: 2%;
  }
  .fc_box li dl dt,
  .ja_box li dl dt{
    padding: 0 0 20px;
  }
  .fc_box li dl dd,
  .ja_box li dl dd {
    width: 75%;
    margin: 0 auto 35px;
  }
  .cuisine_bnr {
    width: 75%;
  }
  .cuisine_uraraka_box {
    width: 74%;
  }
  .cuisine_uraraka_sub_box_2 {
    width: 45%;
  }
  .suirei_slick {
    width: 1135px;
  }
  #fc_cuisine .con_image img{
    object-fit: cover;
    object-position: 0 -260px;
    width: 100%;
    height: 60vh;
  }
  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -200px;
    width: 100%;
    height: 60vh;
  }
}
@media only screen and (min-width: 1920px) {
  .cu_concept {
    background-color: #ffffff;
    color: #000;
    padding: 280px 0 160px;
    position: relative;
  }

  .cu_concept_inner {
    width: 50%;
    margin: 0 auto;
  }

  .cu_concept_title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin-inline: auto;
    max-width: 50%;
    margin: 0 auto;
    text-align: start;
    line-height: 1.7;
    letter-spacing: 3px;
    padding: 0 0 30px;
  }

  .cu_concept_text {
    text-align: center;
  }

  .cu_concept .img1 {
    position: absolute;
    top: 230px;
    left: 0;
  }
  .cu_concept .img2 {
    position: absolute;
    top: 615px;
    left: 215px;
  }
  .cu_concept .img3 {
    position: absolute;
    top: 130px;
    right: 0;
  }
  .con_charm,
  .fc_box li,
  .ja_box li {
    width: 65%;
  }

  .cuisine_buffet_1 {
    width: 45%;
  }
  .cuisine_bu1_image .slick-dots {
    bottom: 15px;
  }

  #fc_cuisine .con_image img{
    object-fit: cover;
    object-position: 0 -430px;
    width: 100%;
    height: 630px;
  }

  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -250px;
    width: 100%;
    height: 630px;
  }

  .cuisine_bnr {
    width: 59%;
  }
  .cuisine_uraraka_box {
    width: 59%;
  }
  .suirei_slick {
    width: 1135px;
  }
}
@media only screen and (min-width: 2560px) {
  .cuisine_charm_main {
    width: 90%;
  }
  .con_charm {
    width: 1480px;
  }
  .fc_box li,
  .ja_box li {
    width: 1480px;
  }

  .cuisine_buffet_1 {
    width: 35%;
    grid-template-columns: 45% 55%;
    padding: 2%;
  }
  #bu_1 .flex_box {
    width: 98%;
  }
  #bu_1 .bt {
    margin: 2% 0 0 2%;
    height: 45px;
  }
  .cuisine_uraraka_box {
    width: 1200px;
  }
  #fc_cuisine .con_image img{
    object-fit: cover;
    object-position: 0 -430px;
    width: 100%;
    height: 960px;
  }
  #ja_cuisine .con_image img {
    object-fit: cover;
    object-position: 0 -430px;
    width: 100%;
    height: 960px;
  }
}
