/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --------------------------------
[コーディングルール]
・BEMでCSS設計
・ただしmodifierは"is-"を使用する（例：class="block__element--red"ではなく、class="block__element is-red"）
・共通部品は"m-"を使用する（例：class="m-radio"）
・基本CSSにはclassのみ使用し、idはアンカーやJSで使用
・class名、フォルダ名、ファイル名はハイフン(-）区切り
・メディアクエリーはPCファーストで、 @include max {} または @include min {} を使用
-------------------------------- */
html {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .m-sp {
    display: none !important;
  }
}

body #header {
  position: fixed;
}

body .p-gnav__item_pdr {
  padding-right: 10px;
}
body .p-gnav__item_pdr::before {
  content: "";
  display: inline-block;
  height: 25px;
  border-left: 1px solid #aaa;
  padding-left: 25px;
  margin-left: 7px;
  position: relative;
  top: 0px;
}
body .p-gnav__item_book a.c-btn.c-btn--default {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 0;
  height: 40.28px;
  gap: 5px 0;
  font-size: 10px;
}

body .text_block p {
  font-weight: 500;
}

@media (max-width: 1300px) {
  .p-gnav__lower-page .p-gnav__link,
  .js-scrolled .p-gnav__link {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .p-gnav__lower-page .p-gnav__link,
  .js-scrolled .p-gnav__link {
    font-size: 0.875rem;
  }
}
@media (max-width: 1070px) {
  .p-gnav__lower-page .p-gnav__link,
  .js-scrolled .p-gnav__link {
    font-size: 0.8rem;
  }
}

.body-ginza .c-btn.c-btn--default.booknow {
  background-color: #006953;
  color: #fff;
  border: none;
}
.body-ginza .c-btn.c-btn--default.booknow:hover {
  background-color: #006953;
  color: #fff;
  opacity: 0.7;
}

.body-sendai a,
.body-kyoto a,
.body-atami a {
  text-decoration: none;
}
.body-sendai a:hover,
.body-sendai a:active,
.body-sendai a:focus,
.body-kyoto a:hover,
.body-kyoto a:active,
.body-kyoto a:focus,
.body-atami a:hover,
.body-atami a:active,
.body-atami a:focus {
  text-decoration: none;
  color: inherit;
}
.body-sendai .for-pc,
.body-kyoto .for-pc,
.body-atami .for-pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .body-sendai .for-pc,
  .body-kyoto .for-pc,
  .body-atami .for-pc {
    display: none;
  }
}
.body-sendai .for-sp,
.body-kyoto .for-sp,
.body-atami .for-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .body-sendai .for-sp,
  .body-kyoto .for-sp,
  .body-atami .for-sp {
    display: block;
  }
}
.body-sendai #header,
.body-kyoto #header,
.body-atami #header {
  z-index: 10;
}
.body-sendai .p-mobile-menu__tel p,
.body-kyoto .p-mobile-menu__tel p,
.body-atami .p-mobile-menu__tel p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.body-sendai .p-gnav__inner,
.body-kyoto .p-gnav__inner,
.body-atami .p-gnav__inner {
  right: 42%;
}
.body-sendai .js-scrolled .p-gnav__inner,
.body-kyoto .js-scrolled .p-gnav__inner,
.body-atami .js-scrolled .p-gnav__inner {
  right: 0;
  position: relative;
  transform: none;
  padding-right: 16px;
}
@media screen and (max-width: 1140px) {
  .body-sendai .js-scrolled .p-gnav__inner,
  .body-kyoto .js-scrolled .p-gnav__inner,
  .body-atami .js-scrolled .p-gnav__inner {
    width: auto;
    padding-right: 20px;
  }
}
.body-sendai .p-gnav__logo,
.body-kyoto .p-gnav__logo,
.body-atami .p-gnav__logo {
  z-index: 1;
  opacity: 1;
  right: 70px;
  position: absolute;
  display: inline-block !important;
  max-width: 180px;
}
.body-sendai .p-gnav__logo.d-lg-block,
.body-kyoto .p-gnav__logo.d-lg-block,
.body-atami .p-gnav__logo.d-lg-block {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .body-sendai .p-gnav__logo.d-lg-block,
  .body-kyoto .p-gnav__logo.d-lg-block,
  .body-atami .p-gnav__logo.d-lg-block {
    z-index: 1;
  }
}
.body-sendai .js-scrolled .p-gnav__logo,
.body-kyoto .js-scrolled .p-gnav__logo,
.body-atami .js-scrolled .p-gnav__logo {
  transform: translateX(0px);
}
.body-sendai .c-btn--default,
.body-kyoto .c-btn--default,
.body-atami .c-btn--default {
  transition: all 0.3s ease, border 0s, background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .body-sendai .main section:nth-child(1),
  .body-kyoto .main section:nth-child(1),
  .body-atami .main section:nth-child(1) {
    padding-top: 40px;
  }
}
.body-sendai .commonfooter .footer-menu li:before,
.body-kyoto .commonfooter .footer-menu li:before,
.body-atami .commonfooter .footer-menu li:before {
  margin-right: 4px;
}
@media screen and (max-width: 991px) {
  .body-sendai .hero_left,
  .body-kyoto .hero_left,
  .body-atami .hero_left {
    max-width: 100%;
    flex: none;
  }
}
.body-sendai .hero_right,
.body-kyoto .hero_right,
.body-atami .hero_right {
  padding: 0;
}
.body-sendai .row,
.body-kyoto .row,
.body-atami .row {
  margin: 0;
}
.body-sendai #cta,
.body-kyoto #cta,
.body-atami #cta {
  display: none;
}
.body-sendai .faq h3,
.body-kyoto .faq h3,
.body-atami .faq h3 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .body-sendai .p-gnav__logo-link {
    background-color: #006953;
  }
}
.body-sendai .p-gnav__items .c-btn.c-btn--default:hover {
  border: #006953;
  background-color: #006953;
}
.body-sendai .c-btn.c-btn--default.booknow {
  background-color: #006953;
  color: #fff;
  border: none;
}
.body-sendai .c-btn.c-btn--default.booknow:hover {
  background-color: #006953;
  color: #fff;
  opacity: 0.7;
}
.body-sendai .blog_bg_light .c-btn.c-btn--default:hover,
.body-sendai .blog_bg_light .c-btn.c-btn--default:active {
  background-color: #fff;
  border: 1px solid #333;
}

@media screen and (max-width: 991px) {
  .body-kyoto .p-gnav__logo-link {
    background-color: #B7282A;
  }
}
.body-kyoto .p-gnav__items .c-btn.c-btn--default.booknow {
  background-color: #B7282A;
  color: #fff;
  border: none;
}
.body-kyoto .p-gnav__items .c-btn.c-btn--default.booknow:hover {
  background-color: #B7282A;
  color: #fff;
  opacity: 0.7;
}
.body-kyoto .c-btn.c-btn--default:hover {
  border: #333;
  background-color: #333;
}
.body-kyoto .p-mobile-menu__btn.c-btn--default.booknow {
  background-color: #B7282A;
  color: #fff;
  border: none;
}

.body-atami .section-about .text-md-center {
  height: auto;
}
@media screen and (max-width: 991px) {
  .body-atami .p-gnav__logo-link {
    background-color: rgb(222, 136, 0);
  }
}
.body-atami .p-gnav__items .c-btn.c-btn--default.booknow {
  background-color: rgb(222, 136, 0);
  color: #fff;
  border: none;
}
.body-atami .p-gnav__items .c-btn.c-btn--default.booknow:hover {
  background-color: rgb(222, 136, 0);
  color: #fff;
  opacity: 0.7;
}
.body-atami .c-btn.c-btn--default:hover {
  border: #333;
  background-color: #333;
}
.body-atami .container-fluid div img {
  vertical-align: middle;
}
.body-atami #tourist > .row {
  margin-left: -16px;
  margin-right: -16px;
}
.body-atami .p-mobile-menu__btn.c-btn--default.booknow {
  background-color: rgb(222, 136, 0);
  color: #fff;
  border: none;
}

.cbp-pagination-item a {
  display: block;
}

.pd100 {
  padding-top: 100px;
}

.wrap-404 {
  height: calc(100vh - 267px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 50px 0;
}
@media screen and (max-width: 991px) {
  .wrap-404 {
    height: calc(100vh - 260px);
  }
}
.wrap-404__link {
  text-decoration: underline;
  align-items: center;
}
.wrap-404__link a {
  color: #2D2926;
  font-size: 20px;
}

.c-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-pagination ul.page-numbers li {
  padding: 0;
  margin: 0;
}
.c-pagination ul.page-numbers li .page-numbers {
  display: inline-block;
  line-height: 1;
  padding: 0 0.5em;
  margin: 0.5em 0.3em;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}
.c-pagination ul.page-numbers li .page-numbers:hover, .c-pagination ul.page-numbers li .page-numbers:active, .c-pagination ul.page-numbers li .page-numbers:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.c-pagination ul.page-numbers li .page-numbers.dots {
  min-width: 20px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-pagination ul.page-numbers li .page-numbers.current, .c-pagination ul.page-numbers li .page-numbers.dots {
  background: transparent;
  border: none;
}
.c-pagination ul.page-numbers li .page-numbers.current:hover, .c-pagination ul.page-numbers li .page-numbers.dots:hover {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.c-pagination ul.page-numbers li .page-numbers.next, .c-pagination ul.page-numbers li .page-numbers.prev {
  position: relative;
}
.c-pagination ul.page-numbers li .page-numbers.next::before, .c-pagination ul.page-numbers li .page-numbers.next::after, .c-pagination ul.page-numbers li .page-numbers.prev::before, .c-pagination ul.page-numbers li .page-numbers.prev::after {
  content: "";
  position: absolute;
  background: #333333;
}
.c-pagination ul.page-numbers li .page-numbers.next::before, .c-pagination ul.page-numbers li .page-numbers.prev::before {
  top: 23px;
  left: 5px;
  height: 1px;
  width: 32px;
}
.c-pagination ul.page-numbers li .page-numbers.next::after, .c-pagination ul.page-numbers li .page-numbers.prev::after {
  top: 19px;
  left: 28px;
  height: 1px;
  width: 10px;
  transform: rotate(45deg);
}
.c-pagination ul.page-numbers li .page-numbers.next:focus::before, .c-pagination ul.page-numbers li .page-numbers.next:focus::after, .c-pagination ul.page-numbers li .page-numbers.next:active::before, .c-pagination ul.page-numbers li .page-numbers.next:active::after, .c-pagination ul.page-numbers li .page-numbers.next:hover::before, .c-pagination ul.page-numbers li .page-numbers.next:hover::after, .c-pagination ul.page-numbers li .page-numbers.prev:focus::before, .c-pagination ul.page-numbers li .page-numbers.prev:focus::after, .c-pagination ul.page-numbers li .page-numbers.prev:active::before, .c-pagination ul.page-numbers li .page-numbers.prev:active::after, .c-pagination ul.page-numbers li .page-numbers.prev:hover::before, .c-pagination ul.page-numbers li .page-numbers.prev:hover::after {
  background: #fff;
}
.c-pagination ul.page-numbers li .page-numbers.prev {
  transform: scale(-1, 1);
}

.body-atami .main .light_section,
.body-kyoto .main .light_section,
.body-sendai .main .light_section {
  background-color: #f4f4f4;
}
.body-atami .blog_bg_light,
.body-kyoto .blog_bg_light,
.body-sendai .blog_bg_light {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .body-atami .blog_bg_light,
  .body-kyoto .blog_bg_light,
  .body-sendai .blog_bg_light {
    margin-bottom: 30px;
  }
}
.body-atami .widget.widget_latest_posts::after,
.body-kyoto .widget.widget_latest_posts::after,
.body-sendai .widget.widget_latest_posts::after {
  display: none;
}

@media screen and (max-width: 600px) {
  .blog_bg_light {
    padding: 24px 12px 24px 12px;
  }
}
.blog_bg_light p strong {
  font-weight: 700;
}
.blog_bg_light p a {
  text-decoration: underline;
}
.blog_bg_light .c-btn.c-btn--default {
  text-decoration: none;
}

.features-thumb .row {
  padding-bottom: 24px;
}
.features-thumb .btn {
  text-transform: none;
}

body .p-gnav__lower-page .p-gnav__link,
.js-scrolled .p-gnav__link,
body .p-gnav__lower-page .p-gnav__link,
.js-scrolled .p-gnav__btn {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

.white_section a:link,
.white_section a:visited,
.main .white_section a:link {
  color: #333333 !important;
}

body article.post .btn-primary {
  color: #333 !important;
  border: 1px solid #333;
  opacity: 1;
}
body article.post .btn-primary::before {
  background-color: #fff;
  opacity: 0.7;
  transition: 0.3s opacity ease;
}

.nowrap {
  white-space: nowrap;
}

.h2-small {
  font-size: 1.5rem;
}

.font-size12 {
  font-size: 12px;
}

.font-size14 {
  font-size: 14px;
}

.booknow .booknow-ja {
  font-size: 10px;
  display: block;
}

.p-gnav__btn.c-btn--default {
  text-align: center;
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 0;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.font-en {
  font-family: "futura-pt", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-mobile-menu__btn.c-btn--default {
    font-size: 1rem;
  }
}

.p-mobile-menu__btn.c-btn--default {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.p-gnav__language {
  margin-left: 0;
  padding-left: 0;
}
.p-gnav__language span {
  font-weight: 400;
}

.p-gnav__sub.p-gnav__item_pdr {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media screen and (max-width: 991px) {
  .p-gnav__sub.p-gnav__item_pdr {
    display: none !important;
  }
}

.p-gnav__language-toggle span {
  font-size: 16px;
  padding-right: 24px;
}

.p-gnav__language-toggle span:before {
  right: 8px;
}

.kyoto-restaurant .restaurant-h2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .kyoto-restaurant .restaurant-h2 {
    font-size: 1.2rem;
  }
}
.kyoto-restaurant .restaurant-h2 span {
  font-size: 1.1rem;
}
.kyoto-restaurant a.btn-link {
  font-size: 12px !important;
}
.kyoto-restaurant .col-md-4 a {
  text-decoration: underline;
}

.font-ja-gothic {
  font-family: YuGothic, "游ゴシック", "MS Pゴシック", "MS PGothic", sans-serif !important;
}

.main section.access-cmn {
  background-color: #fff;
}
.main section.access-cmn h1 {
  padding-top: 50px;
}
body.body-kyoto .main section.access-cmn .text_block {
  padding-top: 30px;
}
.main section.access-cmn .dummy-block {
  width: 620px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .main section.access-cmn .dummy-block {
    display: none;
  }
}

.body-sendai .text_block img,
.body-kyoto .text_block img {
  width: 100%;
}

.features-repeat .col-md-4 p {
  padding-bottom: 1em;
}
.features-repeat .col-md-4 h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .features-repeat .col-md-4 h2 {
    font-size: 1.4rem;
  }
}
.features-repeat .col-md-4 .text-justify a {
  color: inherit !important;
}
.features-repeat .col-md-4 a {
  text-decoration: underline;
}

.main section.features-repeat-wrap {
  padding-bottom: 24px;
}

.facilities-information {
  padding-bottom: 40px;
}

.archive-stay .row > .col-md-4 {
  padding-bottom: 20px;
}
.archive-stay .row > .col-md-4 > p {
  padding-bottom: 12px;
}
.archive-stay .row > .col-md-4 > h2 {
  font-size: 1.4rem;
}

.use-rich-editor p {
  margin-bottom: 1em;
}

.d-flex .dummy-block {
  width: 100%;
  max-width: 620px;
}

.btn-hover-hotels {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  /* ボーダーのサイズを固定 */
}
.btn-hover-hotels:hover {
  opacity: 1;
}
.body-ginza .btn-hover-hotels:hover {
  background-color: #006953 !important;
  color: #fff !important;
  border: #006953 1px solid !important;
}
.body-atami .btn-hover-hotels:hover {
  background-color: rgb(222, 136, 0) !important;
  color: #fff !important;
  border: rgb(222, 136, 0) 1px solid !important;
}
.body-sendai .btn-hover-hotels:hover {
  background-color: #006953 !important;
  color: #fff !important;
  border: #006953 1px solid !important;
}
.body-kyoto .btn-hover-hotels:hover {
  background-color: #B7282A !important;
  color: #fff !important;
  border: #B7282A 1px solid !important;
}
@media screen and (max-width: 991px) {
  .btn-hover-hotels {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-rooms__btns .btn-hover-hotels {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .slick-arrow {
  transition: none;
}
.body-ginza .slick-slider .slick-arrow:hover {
  background-color: #006953 !important;
  color: #fff !important;
  border: #006953 !important;
}
.body-atami .slick-slider .slick-arrow:hover {
  background-color: rgb(222, 136, 0) !important;
  color: #fff !important;
  border: rgb(222, 136, 0) !important;
}
.body-sendai .slick-slider .slick-arrow:hover {
  background-color: #006953 !important;
  color: #fff !important;
  border: #006953 !important;
}
.body-kyoto .slick-slider .slick-arrow:hover {
  background-color: #B7282A !important;
  color: #fff !important;
  border: #B7282A !important;
}

body .u-hover-cursor:hover {
  opacity: 1;
}

.body-lp {
  padding-top: 60px;
}
.body-lp #cta {
  display: none;
}

.body-lp .main h2 {
  text-align: center;
  font-size: 28px;
  padding: 80px 0 0;
}
@media screen and (max-width: 991px) {
  .body-lp .main h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .body-lp .main h2 {
    font-size: 24px;
  }
}
.body-lp .main img {
  width: 100%;
  height: auto;
}
.body-lp .main .white_section {
  padding-top: 40px;
}
.body-lp .main .lp_logo {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .body-lp .main .lp_logo {
    max-width: 50%;
  }
}
.body-lp .main .lp_midashi_row {
  padding-bottom: 32px;
}
.body-lp .main .lp_midashi_h3 {
  padding-bottom: 32px;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .body-lp .main .lp_midashi_h3 {
    font-size: 20px;
  }
}
.body-lp .main .lp_contents_row > div {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .body-lp .main .lp_contents_row > div {
    padding-bottom: 32px;
  }
}
.body-lp .main .text_block span {
  display: inline;
}
.body-lp .main .lp_contents_text.lp_contents_text_pc100 p {
  width: 100%;
}
.body-lp .main .lp_contents_text.lp_contents_text_pc80 p {
  width: 80%;
}
.body-lp .main .lp_contents_text.lp_contents_text_pc60 p {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .body-lp .main .lp_contents_text p {
    width: 100% !important;
  }
}
.body-lp .main .lp_contents_btn a {
  text-decoration: none;
  color: #fff !important;
}
.body-lp .main .lp_contents_frame .text_block {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid rgb(128, 128, 128);
}
@media screen and (max-width: 991px) {
  .body-lp .main .lp_contents_2columns .row > div:first-child {
    padding-bottom: 20px;
  }
}
.body-lp .main .lp_contents_posts h3 {
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .body-lp .main .lp_contents_posts h3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .body-lp .main .lp_contents_posts .mb-6 {
    margin-bottom: 2rem;
  }
}
.body-lp .main #mobile-menu {
  display: none;
}
.body-lp .main #cta {
  display: none;
}
.body-lp .main .c-section.u-bg {
  display: none;
}
.body-lp .main figcaption {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}
.body-lp .main footer {
  background-color: #fff !important;
}

body .main .atami_amenity_rows {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  body .main .atami_amenity_rows {
    max-width: 96%;
  }
}
body .main .atami_amenity_rows > div {
  padding-bottom: 32px;
}
body .main .atami_amenity_rows .contents_text_width {
  display: flex;
  justify-content: center;
}
body .main .atami_amenity_rows .contents_text_width table {
  margin-bottom: 0;
}
body .main .atami_amenity_rows .contents_text_width td {
  padding: 0;
}

.pl_sidebar_menu-link {
  color: inherit;
}
.pl_sidebar_menu-link:visited {
  color: inherit;
}

.white_section .pl_sidebar_menu ul li a {
  color: inherit;
}
.white_section .pl_sidebar_menu ul li a:visited {
  color: inherit;
}

.p-gnav__item {
  position: relative;
}
.p-gnav__item .p-submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  padding: 10px 30px;
  margin: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
}
.p-gnav__item .p-submenu li {
  padding: 7px 10px;
  white-space: nowrap;
  display: inline-block;
}
.p-gnav__item .p-submenu li a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1;
  font-size: 0.8rem;
}
.p-gnav__item:hover .p-submenu {
  opacity: 1;
  visibility: visible;
}

.p-mobile-menu__items {
  /* 親リンク（ABOUT US）と矢印を横並びに */
  /* 矢印の擬似要素 */
  /* 子メニューが開いた時、矢印を上向きに */
  /* 子メニューの中央配置 */
  /* 子メニューが開いた時のスタイル */
  /* 子メニューのアイテムを中央揃えに */
  /* 最後の子メニューアイテムの下部にパディング */
}
.p-mobile-menu__items .p-mobile-menu__item {
  display: flex;
  flex-direction: column;
  /* 親と子を縦に並べる */
  justify-content: center;
  /* 中央配置 */
  align-items: center;
  /* 縦に中央揃え */
  position: relative;
  /* 子メニューの絶対配置用 */
  overflow: hidden;
  /* スライド時に余計なコンテンツが見えないようにする */
}
.p-mobile-menu__items .p-mobile-menu__link {
  padding-right: 20px;
  /* 矢印用のスペースを確保 */
}
.p-mobile-menu__items .p-submenu .p-mobile-menu__link {
  font-size: 0.8rem;
}
.p-mobile-menu__items .submenu-toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  /* 矢印の回転アニメーション */
  position: absolute;
  right: -10px;
  top: 5px;
}
.p-mobile-menu__items .submenu-toggle:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(135deg);
  /* 初期状態は下向きの矢印 */
  transform-origin: center;
  /* 回転の基準点を中央に設定 */
  transition: transform 0.3s ease;
  /* 矢印の回転アニメーション */
  top: 10px;
  left: 10px;
}
.p-mobile-menu__items .submenu-active .submenu-toggle:before {
  transform: rotate(-45deg);
  /* 矢印を上向きに */
  transform-origin: center;
  /* 回転の基準点を中央に */
  top: 13px;
}
.p-mobile-menu__items .p-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  /* 初期状態で高さをゼロに */
  opacity: 0;
  /* 初期状態で透明に */
  transition: max-height 0.5s ease, opacity 0.5s ease;
  /* max-heightとopacityでアニメーション */
  width: 100%;
  /* 親と同じ幅にする */
  text-align: center;
  /* 子メニューも中央揃えに */
  overflow: hidden;
  /* 子メニューが開かれる時にスムーズにスライドさせる */
}
.p-mobile-menu__items .submenu-active .p-submenu {
  max-height: 500px;
  /* 必要に応じて調整 */
  opacity: 1;
  /* フェードイン */
}
.p-mobile-menu__items .p-submenu li {
  display: block;
  text-align: center;
  /* 子メニューを中央に揃える */
}
.p-mobile-menu__items .p-submenu li:last-child {
  padding-bottom: 20px;
}

html:not([lang=ja]) .text-justify {
  text-align: left !important;
}
html:not([lang=ja]) .white_section a:link,
html:not([lang=ja]) .white_section a:visited,
html:not([lang=ja]) .main .white_section a:link {
  color: #0000ff !important;
}

.aboutus-block h3 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
}
.aboutus-block .aboutus-title {
  font-size: 1.25rem;
}

.gallery-sec {
  padding-bottom: 0 !important;
}
.gallery-sec .row {
  flex-wrap: wrap;
  gap: 10px; /* カラム間の間隔を調整 */
}
.gallery-sec .row::before {
  display: none;
}
.gallery-sec .container {
  margin-bottom: 96px;
}
.gallery-article {
  flex: 1 1 calc(20% - 8px); /* gap分を引いて調整 */
  max-width: calc(20% - 8px); /* gap分を引いて調整 */
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .gallery-article {
    flex: 1 1 calc(25% - 7.5px); /* SP時の4カラムも同様に調整 */
    max-width: calc(25% - 7.5px);
  }
}
.gallery-thunmb-image {
  position: relative;
  padding-top: 100%; /* 正方形を維持するためのパディング */
  overflow: hidden;
}
.gallery-thunmb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を正方形内に収める */
}

.gallery-video {
  background-size: cover;
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  height: 400px;
}
.gallery-video-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
.gallery-video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gallery-video-wrap a {
  font-size: 30px;
  padding: 20px 80px;
  text-decoration: none;
}
.body-ginza .gallery-video-wrap a {
  background-color: #006953;
}
.body-atami .gallery-video-wrap a {
  background-color: rgb(222, 136, 0);
}
.body-kyoto .gallery-video-wrap a {
  background-color: #B7282A;
}
.body-sendai .gallery-video-wrap a {
  background-color: #006953;
}
.gallery-video-wrap a:hover {
  opacity: 0.7;
}
.gallery-video-wrap span {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
}

body .glightbox-clean .gdesc-inner {
  padding: 0;
}

.gslide-desc h2 {
  padding: 22px 20px;
}
.gslide-desc p {
  padding: 0 20px;
}
.gslide-desc p:nth-child(1) {
  padding: 22px 20px;
}
.gslide-desc p:last-child {
  padding-bottom: 22px;
}

.group-atami-price {
  padding-top: 0;
}

.group-atami-3column .col-md-4 {
  margin-bottom: 40px;
}
.group-atami-3column h2 {
  font-size: 1.5rem;
}
.group-atami-3column p {
  padding-bottom: 10px;
}

.p-gfooter__item.has-child-ul > .c-arrow-btn {
  padding-bottom: 8px;
}
.p-gfooter__item.has-child-ul ul {
  font-size: 14px;
  padding-bottom: 16px;
  margin-left: 32px;
}

.p-gfooter .c-btn.c-btn--default {
  background-color: #fff;
  color: #333;
}

.u-bg .c-btn.c-btn--default {
  background-color: #fff;
  color: #333;
}

.privacy-policy-main .c-heading--secondary {
  margin-top: 1rem;
}
.privacy-policy-main .container {
  padding-top: 80px;
}
.privacy-policy-main .p-pdl {
  padding-left: 20px;
}
.privacy-policy-main .row a {
  text-decoration: underline;
  transition: 0.3s opacity ease;
}
.privacy-policy-main .row a:hover {
  opacity: 0.7;
}
.privacy-policy-main .row p {
  padding-bottom: 20px;
}
.privacy-policy-main .mb-6 {
  margin-bottom: 2rem !important;
}

section.restaurant-block {
  background-color: #fff;
  padding-top: 0;
}
section.restaurant-block .container:before {
  display: none;
}
section.restaurant-block .row:before {
  display: none;
}
section.restaurant-block .restaurant-lead {
  padding-bottom: 20px;
}
section.restaurant-block .restaurant-btns {
  padding: 0;
}
section.restaurant-block .btn-hover-hotels:hover {
  color: #fff !important;
}

.restaurant-anker {
  margin: 0 auto !important;
}

.restaurant_head h2 {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1em 0;
  font-size: 2.25rem;
  letter-spacing: 0.2em;
}

.restaurant_name {
  text-align: center;
  font-size: larger;
  font-weight: bold;
  padding-bottom: 24px;
}

.restaurant_desc {
  padding-bottom: 20px;
}
.restaurant_desc p {
  line-height: 1.8;
}

.main .white_section .restaurant_head_btns a {
  text-decoration: none;
}
.main .white_section .restaurant_head_btns a:hover {
  color: #fff !important;
}

.main .white_section .amenity-1st-block a {
  text-decoration: none;
}
.main .white_section .amenity-1st-block a:hover {
  color: #fff !important;
}

.restaurant_head_btns {
  margin-bottom: 32px;
}

.btns-flex {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 600px) {
  .btns-flex {
    gap: 20px 20px;
    flex-flow: column;
    align-items: center;
  }
}

.btn-flex {
  width: 33.333333%;
}
@media screen and (max-width: 600px) {
  .btn-flex {
    width: 50%;
  }
}

.barlounge-section {
  padding: 20px 0;
}

.artwork-section-desc {
  margin-bottom: 4rem;
}

.archive-expericent .c-btn.c-btn--default {
  background-color: #fff;
}

.p-concept .c-heading:after {
  display: none;
}

.main .white_section .amenity-1st-block .activities a:hover {
  color: inherit !important;
  opacity: 0.7;
}

.tsmodal .tsmodal-content {
  padding: 40px 30px 10px;
}

.tsmodal-content-text a {
  color: #fff;
}
.tsmodal-content-text a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.p-gnav__haschild {
  position: relative;
  margin-right: 20px !important;
}
.p-gnav__haschild:before {
  right: -12px;
  transition: 0.2s all;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(135deg);
  transition: 0.3s opacity ease;
}
.p-gnav__haschild:hover:before {
  opacity: 0;
}

.responsive-table td p span {
  display: inline;
}

.restaurant-child {
  width: 100%;
  padding-top: 60px;
}
.restaurant-child h3.c-heading {
  font-size: 1.5rem;
}
.restaurant-child h3.c-heading::after {
  display: none;
}
.restaurant-child .restaurant-slider {
  padding-bottom: 20px;
}
.restaurant-child-last {
  padding-top: 12px;
}

#sideAffix {
  position: sticky;
  top: 50px; /* 上端からの距離 */
  max-height: calc(100vh - 70px); /* ビューポートの高さから余白を引いた高さ */
  overflow-y: auto; /* コンテンツが長い場合のスクロール */
  overflow-x: hidden;
}

.leftcontents-btns {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.leftcontents-btns .leftcontents-btns-item {
  min-width: 30%;
}
@media screen and (max-width: 600px) {
  .leftcontents-btns .leftcontents-btns-item {
    min-width: 45%;
  }
}
.leftcontents-btns .c-btn.c-btn--default {
  cursor: pointer !important;
}
.leftcontents-btns .c-btn.c-btn--default:hover {
  color: #fff !important;
}

.library-footnote {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .col-sm-12.small_screen_margin_top_half {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .col-sm-12.small_screen_margin_top_half h2 {
    margin-top: 0 !important;
  }
}

.topics-text-post {
  padding: 0;
  background-color: #eee;
  max-width: none;
  margin: 0;
  width: 100%;
}
.topics-text-post .important {
  position: relative;
}
.topics-text-post .important:before {
  content: "重要";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 5px 0px;
  width: 64px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .topics-text-post .important:before {
    left: 92px;
    font-size: 12px;
    top: 14px;
    line-height: 0.8;
  }
}
.topics-text-post .important time {
  padding-left: 78px;
}
@media screen and (max-width: 600px) {
  .topics-text-post .important time {
    padding-left: 0;
  }
}
.topics-text-post .no-important {
  padding-left: 78px;
}
@media screen and (max-width: 600px) {
  .topics-text-post .no-important {
    padding-left: 0;
  }
}
.topics-text-post .row {
  margin-left: 0;
  margin-right: 0;
}
.topics-text-post .col {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 6px 0;
  padding: 16px 0px;
}
@media screen and (max-width: 1000px) {
  .topics-text-post .col {
    max-width: 100%;
    gap: 12px 0;
  }
}
.topics-text-post p {
  line-height: 1;
  padding: 0 1rem 0;
  margin-bottom: 0;
  margin-top: 0;
}
.topics-text-post time {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .topics-text-post time {
    display: block;
    padding-bottom: 4px;
  }
}
.topics-text-post a {
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: 0.3s opacity ease;
  line-height: 1.6;
  display: flex;
  align-items: center;
  height: 36px;
}
@media screen and (max-width: 600px) {
  .topics-text-post a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    height: auto;
    padding-top: 2px;
  }
}
.topics-text-post a:hover {
  opacity: 0.7;
}

.main section.main-bg-white {
  background-color: #fff;
  padding-top: 80px;
}

.p-main-visual {
  padding-bottom: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/glightbox/dist/css/glightbox.min.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/*# sourceMappingURL=ctm-overwrite.css.map*/