@charset "UTF-8";
@media screen and (max-width: 1000px) {
  header .nav ul li {
    margin-left: 20px;
  }
  header ul.lang li {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
    font-weight: 100;
  }
  h2 {
    font-size: 28px;
    font-weight: 100;
  }
  h3 {
    font-size: 20px;
    font-weight: 100;
  }
  h4 {
    font-size: 18px;
    font-weight: 100;
  }
  h5 {
    font-size: 16px;
    font-weight: 100;
  }
  h6 {
    font-size: 14px;
    font-weight: 100;
  }
  p {
    font-size: 14px;
    font-weight: normal;
  }
  .common_btn p {
    font-size: 12px;
  }
  .arrow-right {
    width: 12px;
  }
  .arrow-right::before {
    width: 6px;
    height: 6px;
  }
  js-fadein {
    transition: opacity 2s;
  }
  body {
    /* letter-spacing: 0.05em; */
  }
  .sec_head {
    padding: 40px 20px;
  }
  .common_wrap {
    padding: 40px 20px 100px;
  }
  header {
    /* background-color: #fff; */
    height: 60px;
  }
  header .inner {
    border-top: solid 1px #999;
  }
  header .logo {
    width: 60px;
  }
  header .nav {
    display: none;
  }
  header .menu {
    display: flex;
    padding-left: 20px;
    position: relative;
  }
  header .menu:before {
    content: "";
    height: 60px;
    width: 1px;
    background-color: #999;
    position: absolute;
    left: 0;
  }
  header.fv_area .menu .humb span {
    background-color: #fff;
  }
  header.fv_area .menu:before {
    background-color: #fff;
  }
  header.menu-open .menu .humb span {
    background-color: #151515;
  }
  header.menu-open .logo svg {
    fill: #151515;
  }
  header .menu .humb:hover {
    opacity: 1;
  }
  .home #fv .wrap {
    margin-bottom: 0;
    /* padding: 0 20px; */
  }

  #fix .logo {
    bottom: 30px;
    width: 260px;
  }
  #fix .book-now {
    bottom: 0px;
    /* display: none; */
  }
  #fix .book-now p {
    /* font-size: 12px; */
  }
  #fix .book-now svg {
    width: 20px;
  }

  #fv .inner {
    /* padding: 0 20px; */
  }
  .home #fv .fv_logo {
    left: 20px;
    width: 65%;
    top: 50svh;
    transition-delay: 1.5s;
    min-width: unset;
    /* bottom: 90px; */
  }
  .home #concept .read .jp {
    /* font-weight: normal; */
    /* letter-spacing: 0.1em; */
    font-size: 22px;
    line-height: 1.8;
    font-size: 5vw;
  }
  .home #concept .read {
    margin-bottom: 20px;
  }
  .home #concept .read .en {
    font-size: 16px;
    font-size: 3.5vw;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .home #concept .read .en br {
    /* display: none; */
  }
  .home #concept .read .jp br {
    display: block;
  }
  .home #concept .read .jp br {
    /* display: none; */
  }
  .home #concept .text {
    display: block;
  }
  #concept {
    /* padding: 0 30px; */
    /* padding-top: 0; */
    /* margin-bottom: 140px; */
    /* margin-top: 100px; */
  }
  .home #concept .text .group {
    width: 100%;
  }
  .home #concept .text .group.en {
    padding: 0;
  }

  .home #concept .text .group p {
    font-weight: normal;
    font-size: 16px;
    font-size: 16px;
    line-height: 2;
  }
  .home #concept .text .group p br {
    display: none;
  }

  footer .inner {
    padding-top: 50px;
  }
  footer .copy {
    display: block;
  }
  footer .info {
    display: block;
  }
  footer .info ul.desc {
    width: 100%;
  }
  footer .wrap {
    padding: 40px 20px 30px 20px;
  }
  footer .logo {
    width: 180px;
  }
  footer .info {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }
  footer .info ul.desc {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .info ul.restaurant-hours {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .info ul.link {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  footer .info ul.desc li p {
    font-size: 12px;
  }
  footer .info ul li table tr td p {
    font-size: 12px;
  }
  footer .link a p {
    font-size: 14px;
  }
  footer .info ul li table tr td {
    width: 50%;
  }
  footer .copy p {
    padding-left: 0;
  }
  footer .info ul.desc li .head {
    font-size: 14px;
  }
  footer .info ul.restaurant-hours .head {
    font-size: 14px;
  }
  footer .info ul.desc li p br {
    display: block;
  }
#page.page_terms-privacy #content .wrap {
    padding: 40px 20px 100px;
  }
  #gallery .swiper .swiper-button.swiper-button-prev {
    left: 0px;
  }
  #gallery .swiper .swiper-button {
    width: 40px;
    height: 40px;
  }
  #gallery .swiper .swiper-button:hover span {
    transform: scale(1);
  }
  #gallery .swiper .swiper-button.swiper-button-next {
    right: 0px;
  }
  #gallery .swiper .swiper-button span {
    display: none;
  }
  #fv .kv {
  }

  .home #fv .kv img.sp {
    display: none;
  }
  .home #fv .kv img.pc {
    display: none;
  }
  #page .common_wrap {
    padding: 40px 20px 100px;
  }
  .page_sec_group .swiper .swiper-button {
    width: 40px;
  }
  .gradient {
    height: calc(100% - 100svh);
    top: 100svh;
  }
  .home #fv .kv {
    /* background-image: url(../img/kv_sp.png); */
    height: 100svh;
  }
  .home #rooms .flex_wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .home #rooms .left {
    width: 100%;
    left: 0;
    padding-left: 20px;
  }
  .home #rooms .right {
    width: 100%;
    /* margin-bottom: 20px; */
    border-radius: 2px;
  }
  .home #rooms .right .thumb_wrap .thumb:after {
    opacity: 0;
  }
  .home #rooms .right .thumb_wrap .thumb {
  }
  .home #rooms .right .thumb_wrap {
    aspect-ratio: 2 / 3;
  }
  .home #access .iframe_wrap {
    position: relative;
    padding-bottom: 100%;
    border-radius: 2px;
  }
  footer ul.link li {
    width: 50%;
  }
  #reservation_sec .common_wrap {
    padding: 100px 20px 200px;
  }
  #reservation_sec {
    aspect-ratio: 4 / 5;
  }
  #reservation_sec .wrap {
    justify-content: flex-start;
  }
  #reservation_sec .link {
    padding-left: 20px;
  }
  body.rooms main .common_wrap {
    padding: 0px 20px 100px;
  }
  .page_sec_group .explanation .read {
    display: block;
  }

  .page_sec_group .explanation .read .left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .page_sec_group .explanation .read .right {
    width: 100%;
  }
  .page_sec_group .explanation .detaile .accordion-content .more_detaile {
    display: block;
  }
  .page_sec_group .explanation .detaile .accordion-content .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_sec_group .explanation .detaile .accordion-content .text {
    width: 100%;
  }
  .page_sec_group .swiper .swiper-slide .thumb_wrap {
    /* padding-bottom: 80%; */
    /* aspect-ratio: 1 / 1; */
  }
  #page.page_goos .page_sec_group .swiper-wrapper li{
    height: 100vw;
  }
  .home #rooms .sec_tit {
    margin-bottom: 10px;
  }
  .home #access p {
    text-align: left;
  }
  .home #fv .swiper-slide .thumb_wrap .thumb.pc {
    display: none;
  }

  .home #fv .swiper-slide .thumb_wrap .thumb.sp {
    display: block;
  }
  #js-cursor {
    display: none;
  }
  #js-mouse {
    display: none;
  }
  .home #facility .flex_wrap .left {
    display: none;
  }

  .home #venue .flex_wrap {
    display: block;
  }
  .home #facility .flex_wrap .right {
    width: 100%;
    padding: 0;
  }
  .home #venue .flex_wrap .left {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 2px;
  }
  .home #venue .flex_wrap .sec_tit {
    margin-bottom: 10px;
  }
  .home #facility .sp {
    display: block;
  }
  .home #facility .flex_wrap .sec_tit {
    margin-bottom: 0;
  }
  .home #facility .link_area {
    display: none;
  }
  .home #facility .flex_wrap .thumb_wrap {
    aspect-ratio: 1 / 1;
  }
  .home #facility .flex_wrap .sp-slider {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 2px;
    width: 100%;
    height: 100%;
  }
  .home #venue .flex_wrap .right {
    width: 100%;
    padding: 0;
  }
  .home #venue .flex_wrap .thumb_wrap {
    aspect-ratio: 3 / 2;
  }
  .home #facility .flex_wrap .thumb_wrap .thumb {
    opacity: 1;
  }
  .home #facility .flex_wrap .link_area .link a {
    border: unset;
    padding-top: 10px;
  }
  .home #facility .flex_wrap .link_area .link:last-child a {
    border: unset;
  }
  .home #goods .thumb_wrap {
    width: 100%;
    padding-bottom: 30%;
    margin-bottom: 2px;
    border-radius: 2px;
  }
  .home #goods .sec_tit {
    /* margin-bottom: 10px; */
  }
  .home #information ul li a {
    flex-wrap: wrap;
  }
  .home #information ul li .date {
    width: auto;
    margin-right: 10px;
  }
  .home #information ul li .week {
    width: auto;
  }
  .home #information ul li .tit {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical; /* 垂直方向に配置 */
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 3;
    white-space: normal;
  }
  #page.page_goos .page_sec_group .explanation {
    display: block;
  }
  #page.page_goos .page_sec_group .explanation .text {
    padding: 0;
    width: 100%;
  }
  #page.page_goos .page_sec_group .explanation .logo {
    margin-bottom: 20px;
  }
  #page.page_goos .page_sec_group .explanation .logo img {
    width: 50%;
    /* border: unset; */
  }
  .page_sec_group .swiper {
    border-radius: 2px;
    margin-bottom: 30px;
    height: 100vw;
  }
  #single #content .wrap {
    padding-left: 20px;
  }
  #facility_intro .read h5 br {
    display: none;
  }
  .page_sec_group .explanation .read .left p br {
    display: none;
  }
  #facility_intro .read h5 {
    font-size: 16px;
  }
  #facility_intro .read {
    margin-bottom: 30px;
  }
  #page.page_goos .page_sec_group .explanation .name h4 {
    font-size: 22px;
  }
  #page.page_faq #content .wrap{
    padding-left: 20px;
    padding: 40px 20px 100px;
  }
  #page.page_faq .accordion_title{
    padding: 30px 0;
  }
  #page.page_faq .ac_inner_wraper ul li{
    padding: 40px 20px;
  }
  .home #culturemap .flex .thumb{
    width: 100%;
    display: none;
  }
  .home #culturemap .flex .thumb:nth-child(1) {
    display: block;
}
  .home #culturemap .flex{
    margin-bottom: 10px;
  }
  #page.page_access .iframe_wrap{aspect-ratio: 1 / 1;}
}
