@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   color: #fff;
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   letter-spacing: 0.18em;
   line-height: 29px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 16px;
      line-height: 35px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-encode-sans-sc {
   font-family: "Encode Sans SC", sans-serif;
   font-optical-sizing: auto;
   font-weight: 300;
   font-style: normal;
   font-variation-settings: "wdth"75;
}

.fnt-shippori-mincho {
   font-family: "Shippori Mincho", serif;
   font-weight: 400;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
   overflow: hidden;
}

/* -- -- */
@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 14vw;
      position: relative;
   }

   img {
      width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 768px) {
   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

   img {
      width: auto;
      max-width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 1240px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

/*=============================================
   header
*=============================================*/
header {
   box-sizing: border-box;
   position: relative;
   z-index: 100;
}

@media only screen and (max-width: 767px) {
   header h1 {
      color: #d2d2d2;
      font-size: 10px;
      line-height: 20px;
      letter-spacing: 0.1em;
      text-align: center;
      position: absolute;
      top: 26vw;
      right: 14vw;
      left: 14vw;
   }

   header .logo {
      width: 20vw;
      position: absolute;
      top: 6.8vw;
      left: calc(50% - 10vw);
   }

   #menu-toggle {
      background: url("../img/shared/body-bg.jpg") repeat center top;
      color: #fff;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      z-index: 2;
      padding: 16vw 14vw 200px;
   }

   #menu-toggle .nav {
      font-size: 4.6vw;
      line-height: 2.5;
      letter-spacing: 0.3em;
      margin-left: -14vw;
   }

   #menu-toggle .nav a {
      display: inline-flex;
      align-items: center;
      gap: 2vw;
      position: relative;
   }

   #menu-toggle .nav a:before {
      content: '';
      display: block;
      width: 12vw;
      height: 0px;
      border-top: 1px solid #fff;
      transition: all 0.3s;
      opacity: 0;
   }

   #menu-toggle .nav a.current:before {
      opacity: 1;
   }

   #menu-toggle .nav-sub {
      display: flex;
      align-items: center;
      font-size: 4vw;
      letter-spacing: 0.3em;
      line-height: 1;
      padding-top: 11vw;
   }

   #menu-toggle .nav-sub li {
      border-left: 1px solid;
      padding: 0 4vw;
   }

   #menu-toggle .nav-sub li:last-child {
      display: none;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .scrolldown {
      width: 10vw;
      font-size: 2.4vw;
      line-height: 1;
      letter-spacing: 0.2em;
      text-align: center;
      position: absolute;
      top: 132vw;
      left: calc(50% - 5vw);
      cursor: pointer;
      z-index: 1;
   }

   .scrolldown:before {
      position: absolute;
      top: 0.8vw;
      left: 1.6vw;
      z-index: -1;
      content: "";
      width: 6.6vw;
      height: 6.6vw;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      border-radius: 100%;
      opacity: 0;
      -webkit-animation: sdb03 3s infinite;
      animation: sdb03 3s infinite;
      box-sizing: border-box;
   }

   .scrolldown img {
      display: block;
      width: 8vw;
      margin: 0 auto 2px;
   }
}

@media only screen and (min-width: 768px) {
   header {
      height: 100vh;
   }

   header h1 {
      width: 40%;
      color: #d2d2d2;
      font-weight: 300;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 32px;
      position: absolute;
      bottom: 10px;
      left: 35px;
      text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
   }

   header .logo {
      width: 150px;
      position: absolute;
      top: 45px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
   }

   header .logo img {
      filter: drop-shadow(8px 11px 52px rgba(0, 0, 0, 0.3));
   }

   .header__nav {
      position: absolute;
      top: 20px;
      right: 0;
      left: 30px;
      z-index: 1;
      text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
   }

   .header__nav .tel {
      font-size: 16px;
      letter-spacing: 0.2em;
   }

   .header__nav .tel span {
      display: block;
      font-size: 26px;
      letter-spacing: 0.24em;
      line-height: 24px;
   }

   .header__nav .tel span small {
      font-size: 19px;
   }

   .header__nav .nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 32px;
      font-size: 18px;
      letter-spacing: 0.3em;
      line-height: 24px;
      padding-top: 12px;
   }

   .header__nav .nav li:nth-child(4) {
      font-size: 16px;
      padding-left: 254px;
   }

   .header__nav .nav a {
      display: block;
      text-align: center;
      position: relative;
   }

   .header__nav .nav a:before {
      content: '';
      width: 44px;
      height: 44px;
      background: url("../img/shared/nav-on.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s;
   }

   .header__nav .nav a:hover,
   .header__nav .nav a.current {
      opacity: 1;
   }

   .header__nav .nav a:hover:before,
   .header__nav .nav a.current:before {
      opacity: 1;
   }

   .header__nav .nav-sub {
      display: flex;
      align-items: center;
      font-size: 18px;
      letter-spacing: 0.3em;
      line-height: 24px;
      position: absolute;
      top: 0;
      right: 20px;
   }

   .header__nav .nav-sub li {
      border-left: 1px solid;
      padding: 0 13px;
   }

   .header__nav .nav-sub li:last-child {
      width: 30px;
      padding: 0 0 0 25px;
   }

   .header__nav .nav-sub a:hover {
      text-decoration: underline;
   }

   .header__nav .btn-efo {
      position: absolute;
      top: 212px;
      right: 0;
   }

   .header__nav .btn-efo a {
      display: block;
      width: 78px;
      height: 287px;
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 22px;
      line-height: 78px;
      letter-spacing: 0.1em;
      box-sizing: border-box;
      text-align: center;
      cursor: pointer;
      border: 1px solid transparent;
      outline: 1px solid rgba(255, 255, 255, 0.5);
      outline-offset: 0px;
      text-shadow: none;
      transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
   }

   .header__nav .btn-efo a:hover {
      border-color: #FFF;
      box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
      outline-color: transparent;
      outline-offset: 12px;
      text-shadow: 2px 2px 3px #000;
      opacity: 1;
   }

   .nav-fixed {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s;
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }

   .hamburger {
      width: 80px;
      height: 80px;
      position: fixed;
      top: 15px;
      right: 15px;
      padding: 0;
      margin: 0;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s;
   }

   .hamburger:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      animation: border-transform 7s linear infinite;
      transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   .hamburger:hover {
      opacity: 0.7;
   }

   .hamburger span {
      display: block;
      width: 30px;
      height: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }

   .hamburger span:before {
      position: absolute;
      content: '';
      display: block;
      width: 30px;
      height: 20px;
      z-index: 20;
      top: 0;
      left: 0;
      border-top: 2px solid #b29257;
      border-bottom: 2px solid #b29257;
      transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   .hamburger span:after {
      position: absolute;
      content: '';
      display: block;
      width: 22px;
      height: 2px;
      z-index: 20;
      top: 12px;
      right: 4px;
      background-color: #b29257;
      margin-top: -1px;
      transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   .hamburger.is-active span:before {
      top: 12px;
      transform: rotate(45deg);
      height: 2px;
      background-color: #b29257;
      border-width: 0;
      transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   .hamburger.is-active span:after {
      width: 30px;
      margin-top: 0;
      right: 0;
      transform: rotate(-45deg);
      transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   #menu-toggle {
      width: 80px;
      height: 80px;
      background: #000;
      color: #fff;
      position: fixed;
      top: 15px;
      right: 15px;
      padding: 0;
      box-sizing: border-box;
      z-index: 1;
      animation: border-transform 7s linear infinite;
      transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   #menu-toggle .inner {
      display: flex;
      align-items: center;
      width: 50%;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      transition: all 250ms linear;
      background: url("../img/shared/body-bg.jpg") repeat center top;
   }

   #menu-toggle .photo {
      width: 50%;
      height: 100%;
      background: url("../img/shared/nav-photo.jpg") no-repeat center/cover;
   }

   #menu-toggle .col {
      width: 50%;
      padding: 50px;
      box-sizing: border-box;
      position: relative;
   }

   #menu-toggle .tel {
      line-height: 31px;
      position: relative;
      transition: all 250ms linear;
      transform: translateY(30px);
      transition-delay: 200ms;
   }

   #menu-toggle .tel .fnt-shippori-mincho {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.2em;
   }

   #menu-toggle .tel .fnt-encode-sans-sc {
      font-weight: 300;
      font-size: 32px;
      letter-spacing: 0.24em;
   }

   #menu-toggle .tel .fnt-encode-sans-sc:before {
      content: 'TEL:';
      font-size: 23px;
   }

   #menu-toggle .tel small {
      display: block;
      font-size: inherit;
   }

   #menu-toggle .nav {
      font-size: 22px;
      line-height: 53px;
      letter-spacing: 0.3em;
      margin-left: -50px;
      padding-top: 25px;
      transition: all 250ms linear;
      transform: translateY(30px);
      transition-delay: 150ms;
   }

   #menu-toggle .nav a {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      position: relative;
   }

   #menu-toggle .nav a:before {
      content: '';
      display: block;
      width: 45px;
      height: 0px;
      border-top: 1px solid #fff;
      transition: all 0.3s;
      opacity: 0;
   }

   #menu-toggle .nav a.current:before,
   #menu-toggle .nav a:hover:before {
      opacity: 1;
   }

   #menu-toggle .nav-sub {
      display: flex;
      align-items: center;
      font-size: 18px;
      letter-spacing: 0.3em;
      line-height: 24px;
      padding-top: 50px;
      transition: all 250ms linear;
      transform: translateY(30px);
      transition-delay: 100ms;
   }

   #menu-toggle .nav-sub li {
      border-left: 1px solid;
      padding: 0 13px;
   }

   #menu-toggle .nav-sub li:last-child {
      width: 30px;
      padding: 0 0 0 25px;
   }

   #menu-toggle .nav-sub a:hover {
      text-decoration: underline;
   }

   .navOpen {
      overflow: hidden;
   }

   .navOpen .hamburger:before {
      opacity: 1;
   }

   .navOpen #menu-toggle {
      animation-play-state: paused;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
      width: 200%;
      height: 200%;
      transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
   }

   .navOpen #menu-toggle .inner {
      opacity: 1;
      visibility: visible;
      transition-delay: 1400ms;
   }

   .navOpen #menu-toggle .tel,
   .navOpen #menu-toggle .nav,
   .navOpen #menu-toggle .nav-sub {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition-delay: 1480ms;
   }

   .navOpen #menu-toggle .nav {
      transition-delay: 1560ms;
   }

   .navOpen #menu-toggle .nav-sub {
      transition-delay: 1640ms;
   }

   .scrolldown {
      width: 70px;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.2em;
      text-align: center;
      position: absolute;
      bottom: 48px;
      left: calc(50% - 35px);
      cursor: pointer;
   }

   .scrolldown:before {
      position: absolute;
      top: 3px;
      left: 8px;
      z-index: -1;
      content: "";
      width: 52px;
      height: 52px;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      border-radius: 100%;
      opacity: 0;
      -webkit-animation: sdb03 3s infinite;
      animation: sdb03 3s infinite;
      box-sizing: border-box;
   }

   .scrolldown img {
      display: block;
      max-width: 64px;
      margin: 0 auto 2px;
   }
}

@-webkit-keyframes sdb03 {
   0% {
      opacity: 0;
   }

   30% {
      opacity: 1;
   }

   60% {
      box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
      opacity: 0;
   }

   100% {
      opacity: 0;
   }
}

@keyframes sdb03 {
   0% {
      opacity: 0;
   }

   30% {
      opacity: 1;
   }

   60% {
      box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
      opacity: 0;
   }

   100% {
      opacity: 0;
   }
}

@keyframes border-transform {

   0%,
   100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
   }

   14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
   }

   28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
   }

   42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
   }

   56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
   }

   70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
   }

   84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
   }
}

@media only screen and (min-width: 768px) and (max-height: 700px) {
   .header__nav .btn-efo {
      top: 100px;
   }
}

/*=============================================
   section
*=============================================*/
#key {
   width: 100%;
   box-sizing: border-box;
}

.key-parallax {
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
}

.key-parallax .overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: url("../img/shared/body-bg.jpg") repeat center top;
}

.key-parallax .slick-slider,
.key-parallax .slick-list,
.key-parallax .slick-track,
.key-parallax .slick-slide {
   width: 100%;
   height: 100%;
}

.key-parallax .slick-dots {
   display: none !important;
}

@media only screen and (max-width: 767px) {
   #key {
      height: 148vw;
      position: relative;
   }

   #key:after {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/shared/key-mask_sp.png") no-repeat center top/100% auto;
      position: absolute;
      top: 0;
      left: 0;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
   }

   #key:after {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/shared/key-mask.png") no-repeat center top/100% auto;
      position: absolute;
      top: 0;
      left: 0;
   }
}

/* -- -- */
section {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
   position: relative;
}

section>div {
   background: url("../img/shared/body-bg.jpg") repeat center top;
}

@media only screen and (max-width: 767px) {
   section .sec-ttl-en {
      font-weight: 300;
      font-size: 4.4vw;
      line-height: 1;
      letter-spacing: 0.3em;
      position: absolute;
      top: 8vw;
      left: 9.3vw;
   }

   section .sec-ttl-en .txt-latin span {
      display: inline-block;
      vertical-align: top;
      font-size: 5.3vw;
   }
}

@media only screen and (min-width: 768px) {
   section .sec-ttl-en {
      width: 22px;
      font-weight: 300;
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 0.3em;
      position: absolute;
      top: 95px;
      bottom: 0;
      left: 87px;
   }

   section .sec-ttl-en .txt-latin span {
      display: inline-block;
      vertical-align: text-bottom;
      font-size: 26px;
   }
}

/*=============================================
   footer
*=============================================*/
footer {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   box-sizing: border-box;
   position: relative;
}
footer .txt br {
	display: block;
}

@media only screen and (max-width: 767px) {
   footer {
      padding: 21.6vw 0 14.4vw;
      text-align: center;
   }

   footer:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/shared/footer-deco_sp.png") no-repeat bottom left/100% auto;
      position: absolute;
      top: 0;
      left: 0;
   }

   footer nav {
      display: none;
   }

   footer .tel {
      font-weight: 400;
      font-size: 3.5vw;
      line-height: 1.5;
      letter-spacing: 0.2em;
   }

   footer .tel span {
      font-size: 5.6vw;
      letter-spacing: 0.24em;
   }

   footer .tel span:before {
      content: "TEL:";
      font-size: 4vw;
   }

   footer .txt {
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      padding-top: 10vw;
   }

   footer .txt p+p {
      padding-top: 4vw;
   }

   footer .txt a[href*="maps"] {
      background: url(../img/shared/icon-location.png) no-repeat center left/10px auto;
      margin-left: 2px;
      padding-left: 13px;
      text-decoration: underline;
   }

   footer .box-1 {
      padding-bottom: 13vw;
   }

   footer .box-1 .col-r {
      padding-top: 10vw;
   }

   footer .box-2 {
      padding: 6vw 0 12vw;
      position: relative;
   }

   footer .box-2 .line-animate {
      margin: 0 -14vw;
   }

   footer .btn-copy {
      font-size: 11px;
      letter-spacing: 0.04em;
      line-height: 18px;
      padding-top: 5.6vw;
   }

   footer .btn-copy a {
      border-bottom: 1px solid;
   }

   footer .cookies-link {
      font-size: 10px;
      line-height: 18px;
      padding-top: 3.5vw;
   }

   footer .logo {
      width: 30vw;
      margin: 0 auto;
      padding-top: 8vw;
   }

   footer address {
      font-size: 11px;
      letter-spacing: 0.1em;
      line-height: 20px;
      padding-top: 4vw;
   }

   .pagetop {
      width: 30vw;
      margin: 0 auto;
      position: static;
      opacity: 1;
      visibility: visible;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      padding: 46px 0 20px;
   }

   footer:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/shared/footer-deco.png") no-repeat bottom left;
      position: absolute;
      top: 0;
      left: 0;
   }

   footer:after {
      left: 60px;
   }

   footer .wrap {
      width: 100%;
      padding: 0 50px;
   }

   footer nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 45px;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.3em;
   }

   footer nav a {
      border-bottom: 1px solid transparent;
   }

   footer nav a:hover,
   footer nav a.current {
      border-bottom-color: #fff;
   }

   footer .tel {
      line-height: 30px;
      letter-spacing: 0.2em;
   }

   footer .tel span {
      font-size: 26px;
      letter-spacing: 0.24em;
   }

   footer .tel span:before {
      content: 'TEL:';
      font-size: 18px;
   }

   footer .txt {
      font-size: 15px;
      line-height: 23px;
      padding-top: 30px;
   }

   footer .txt p+p {
      padding-top: 22px;
   }

   footer .txt a[href*="maps"] {
      background: url(../img/shared/icon-location.png) no-repeat center left/12px auto;
      margin-left: 2px;
      padding-left: 15px;
      text-decoration: underline;
   }

   footer .box-1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      line-height: 20px;
      letter-spacing: 0.1em;
      padding: 72px 0 50px 50px;
   }

   footer .box-1 .col-l {
      padding-bottom: 20px;
   }

   footer .box-1 .col-r {
      text-align: right;
   }

   footer .box-2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 20px 0 28px 50px;
      position: relative;
   }

   footer .box-2 .line-animate {
      margin: 0 -50px;
   }

   footer .logo {
      order: 1;
   }

   footer .btn-copy {
      font-size: 15px;
      padding: 0 28px 20px 0;
   }

   footer .copy {
      display: inline-block;
      border-bottom: 1px solid;
      position: relative;
   }

   footer .copy:before {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/shared/icon-url.png") no-repeat center right/16px auto;
      position: absolute;
      top: 0;
      right: -30px;
   }

   footer .copy:hover {
      border-bottom-color: transparent;
   }

   footer .cookies-link {
      font-size: 14px;
   }

   footer .cookies-link a {
      display: inline-block;
      position: relative;
   }

   footer .cookies-link a:hover {
      text-decoration: underline;
   }

   footer address {
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 32px;
      order: 3;
   }

   footer #socialbuttons {
      padding-bottom: 15px;
   }

   .pagetop {
      width: 130px;
      position: static;
      opacity: 1;
      visibility: visible;
      order: 2;
      margin-left: 120px;
   }

   .pagetop:hover {
      opacity: 0.7;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   width: 100%;
   background: url("../img/shared/body-bg.jpg") repeat center top;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 100;
   opacity: 1;
   visibility: visible;
}

#fixed-sp.visible {
   opacity: 1;
   visibility: visible;
}

#fixed-sp ul {
   display: flex;
   align-items: center;
   color: #fff;
}

#fixed-sp ul li {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 14.4vw;
}

#fixed-sp ul li:nth-child(1) a,
#fixed-sp ul li:nth-child(2) a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2.4vw;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   font-weight: 400;
   font-size: 4vw;
   line-height: 1;
   letter-spacing: 0.1em;
}

#fixed-sp ul li:nth-child(1) a img,
#fixed-sp ul li:nth-child(2) a img {
   width: auto;
   height: 6vw;
}

#fixed-sp ul li:nth-child(1) {
   width: 28vw;
}

#fixed-sp ul li:nth-child(2) {
   width: 45.6vw;
}

#fixed-sp ul li:nth-child(2) a {
   font-size: 3.6vw;
}

#fixed-sp ul li:nth-child(3) {
   justify-content: flex-start;
   width: 10.4vw;
}

#fixed-sp ul li:nth-child(3) a {
   display: block;
   width: 8.4vw;
}

#fixed-sp ul li.hamburger {
   width: 16vw;
   background: url("../img/shared/hamburger.png") no-repeat center top/cover;
}

#fixed-sp ul li.hamburger.is-active {
   background-image: url("../img/shared/hamburger_close.png");
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.4vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.4vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.4vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.4vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 14.4vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
/* -- --*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 14px 52px 5.7px rgba(0, 0, 0, 0.3);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #910000;
}

.cl-brown {
   color: #34332d;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #383838;
}

.cl-orange {
   color: #ca3921;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

.img-object {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
}

/* -- -- */
#socialbuttons {
   display: flex;
   justify-content: center;
   margin: 0 auto;
}

.social-facebook {
   width: 95px;
   overflow: hidden;
   display: flex !important;
   justify-content: center;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
   border-radius: 50%;
   background-color: #fff;
}

.slick-arrow:before {
   content: '';
   width: 100%;
   height: 100%;
   background: transparent;
   position: absolute;
   top: 0;
   left: 0;
}

.slick-prev {
   left: 0;
}

.slick-prev:before {
   transform: rotate(180deg);
}

.slick-next {
   right: 0;
}

.slick-dots {
   display: flex;
}

.slick-dots li {
   display: block;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   border: 1px solid #fff;
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 0;
   transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      display: block;
      width: 12vw;
      height: 12vw;
   }

   .slick-dots {
      justify-content: center;
      align-items: flex-end;
      gap: 1vw;
   }

   .slick-dots li {
      width: 2.4vw;
      height: 6.6vw;
   }

   .slick-dots li button {
      height: 2.4vw;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 0;
   }

   .slick-dots li.slick-active button {
      height: 6.6vw;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      display: block;
      width: 30px;
      height: 60px;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      align-items: flex-start;
      gap: 3px;
   }

   .slick-dots li {
      width: 7px;
      height: 20px;
      position: relative;
   }

   .slick-dots li button {
      height: 7px;
   }

   .slick-dots li button:hover {
      opacity: 0.7;
   }

   .slick-dots .slick-active button {
      height: 100%;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   position: relative;
   z-index: 1;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   .button a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 13.6vw;
      color: #fff;
      border: 1px solid;
      font-family: "Shippori Mincho", serif;
      font-weight: 400;
      font-size: 4vw;
      line-height: 1.2;
      letter-spacing: 0.1em;
      text-align: center;
      position: relative;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      display: block;
      width: 100%;
      max-width: 420px;
      font-family: "Shippori Mincho", serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0.1em;
      text-align: center;
      border: 1px solid transparent;
      outline: 1px solid rgba(255, 255, 255, 0.5);
      outline-offset: 0px;
      text-shadow: none;
      transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
      padding: 22px 0;
      position: relative;
   }

   .button a:hover {
      border-color: #FFF;
      box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
      outline-color: transparent;
      outline-offset: 12px;
      text-shadow: 2px 2px 3px #000;
      opacity: 1;
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* -- -- */
.img-clip-with-overlay {
   background-color: #000;
}

.img-clip-with-overlay span {
   display: inline-block;
   position: relative;
   clip-path: inset(0 100% 0 0);
   transition-duration: 1s;
   transition-property: clip-path;
   transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.img-clip-with-overlay[style*="visible"] span {
   clip-path: inset(0 0 0 0);
}

.eff-gallery {
   position: relative;
   -webkit-transform: scale(0.8) translateZ(0) translate3d(0, 0, 0);
   transform: scale(0.8) translateZ(0) translate3d(0, 0, 0);
   -webkit-transition: all 2s ease;
   transition: all 2s ease;
   opacity: 0;
}

.eff-gallery[style*="visible"] {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}

.line-animate {
   position: absolute;
   -webkit-animation: 1s ease-in 0s 1 alternate;
   animation: 1s ease-in 0s 1 alternate;
}

.line-animate.horizontal-t {
   border-top: 1px solid #fff;
   top: 0;
   right: 0;
   left: 0;
}

.line-animate.horizontal-b {
   border-top: 1px solid #fff;
   right: 0;
   bottom: 0;
   left: 0;
}

.line-animate.vertical-r {
   border-left: 1px solid #fff;
   top: 0;
   bottom: 0;
}

.line-animate.vertical-l {
   border-left: 1px solid #fff;
   top: 0;
   bottom: 0;
}

@media only screen and (max-width: 767px) {
   .line-animate.vertical-r {
      right: 4vw;
   }

   .line-animate.vertical-l {
      left: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .line-animate.vertical-r {
      right: 60px;
   }

   .line-animate.vertical-l {
      left: 60px;
   }
}

.line-animate[class*=horizontal].from-center {
   -webkit-animation-name: animateLineFrC;
   animation-name: animateLineFrC;
}

.line-animate[class*=horizontal].from-left {
   -webkit-animation-name: animateLineFrL;
   animation-name: animateLineFrL;
}

.line-animate[class*=horizontal].from-right {
   -webkit-animation-name: animateLineFrR;
   animation-name: animateLineFrR;
}

.line-animate[class*=vertical].from-top {
   -webkit-animation-name: animateLineFrT;
   animation-name: animateLineFrT;
}

.line-animate[class*=vertical].from-bottom {
   -webkit-animation-name: animateLineFrB;
   animation-name: animateLineFrB;
}

@-webkit-keyframes animateLineFrC {
   0% {
      left: 50%;
      right: 50%;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@keyframes animateLineFrC {
   0% {
      left: 50%;
      right: 50%;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@-webkit-keyframes animateLineFrL {
   0% {
      left: 0;
      right: 100%;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@keyframes animateLineFrL {
   0% {
      left: 0;
      right: 100%;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@-webkit-keyframes animateLineFrR {
   0% {
      left: 100%;
      right: 0;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@keyframes animateLineFrR {
   0% {
      left: 100%;
      right: 0;
   }

   100% {
      left: 0;
      right: 0;
   }
}

@-webkit-keyframes animateLineFrT {
   0% {
      top: 0;
      bottom: 100%;
   }

   100% {
      top: 0;
      bottom: 0;
   }
}

@keyframes animateLineFrT {
   0% {
      top: 0;
      bottom: 100%;
   }

   100% {
      top: 0;
      bottom: 0;
   }
}

@-webkit-keyframes animateLineFrB {
   0% {
      top: 100%;
      bottom: 0;
   }

   100% {
      top: 0;
      bottom: 0;
   }
}

@keyframes animateLineFrB {
   0% {
      top: 100%;
      bottom: 0;
   }

   100% {
      top: 0;
      bottom: 0;
   }
}

/* --- --- */
.hvr-sweep-to-right {
   position: relative;
   z-index: 1;
}

.hvr-sweep-to-right:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #b1aeab;
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transform-origin: 0 50%;
   transform-origin: 0 50%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover {
   color: #000;
}

.hvr-sweep-to-right:hover:before {
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-22 {
      font-weight: 400;
      font-size: 5vw;
      line-height: 2;
      letter-spacing: 0.3em;
   }

   .h-26 {
      font-weight: 400;
      font-size: 5.6vw;
      line-height: 2;
      letter-spacing: 0.3em;
   }

   .h-32 {
      font-weight: 400;
      font-size: 6.4vw;
      line-height: 2;
      letter-spacing: 0.3em;
   }
}

@media only screen and (min-width: 768px) {
   .h-22 {
      font-weight: 400;
      font-size: 22px;
      line-height: 60px;
      letter-spacing: 0.1em;
   }

   .h-26 {
      font-weight: 400;
      font-size: 26px;
      line-height: 60px;
      letter-spacing: 0.3em;
   }

   .h-32 {
      font-weight: 400;
      font-size: 32px;
      line-height: 60px;
      letter-spacing: 0.3em;
   }
}

/* -- -- */
.list-menu {
   text-align: left;
}

.list-menu h3,
.list-menu h4 {
   text-align: center;
   border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.list-menu .note {
   color: rgba(0, 0, 0, 0.7);
}

.list-menu dl {
   display: flex;
   gap: 0px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.5);
   letter-spacing: 0.15em;
   line-height: 24px;
   padding: 0 0 12px;
}

.list-menu dl+dl {
   padding-top: 20px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

.list-menu dl dd {
   text-align: right;
}

.list-menu dl.dl1 {
   display: block;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      padding-top: 12vw;
   }

   .list-menu+.list-menu {
      padding-top: 12vw;
   }

   .list-menu .col+.col,
   .list-menu .item+.item {
      padding-top: 8vw;
   }

   .list-menu h3 {
      font-size: 4.8vw;
      line-height: 1;
      margin-bottom: 4vw;
      padding-bottom: 4vw;
   }

   .list-menu h4 {
      font-size: 4vw;
      line-height: 1;
      margin-bottom: 4vw;
      padding-bottom: 4vw;
   }

   .list-menu dl+h4 {
      padding-top: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: flex;
      gap: 40px;
      font-size: 15px;
   }

   .list-menu .col {
      width: 100%;
   }

   .list-menu .item+.item {
      padding-top: 50px;
   }

   .list-menu h3 {
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 20px;
      margin-bottom: 20px;
      padding-bottom: 10px;
   }

   .list-menu h4 {
      text-align: center;
      margin-bottom: 20px;
      padding-bottom: 10px;
   }

   .list-menu dl+h4 {
      padding-top: 20px;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-overlay {
   background: rgba(0, 0, 0, 0.5);
}

.remodal {
   background: url("../img/shared/bg-pattern-03.jpg") repeat center top;
   color: #000;
}

@media only screen and (max-width: 767px) {
   .remodal {
      padding: 12vw 0;
   }

   .course-menu {
      display: flex;
      flex-direction: column;
      gap: 10vw;
      letter-spacing: 0.15em;
      text-align: center;
      padding-top: 8vw;
   }

   .course-menu .item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
   }

   .course-menu .item+.item {
      padding-top: 8vw;
   }

   .course-menu h3 {
      font-size: 16px;
      letter-spacing: 0.05em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding-bottom: 10px;
   }

   .course-menu .text {
      padding: 20px 0;
   }
}

@media only screen and (min-width: 768px) {
   .remodal {
      padding: 90px 0 150px;
   }

   .remodal h2 {
      letter-spacing: 0.23em;
      line-height: 65px;
   }

   .remodal .note {
      opacity: 0.7;
   }

   .remodal .list-menu {
      padding-top: 60px;
   }

   .course-menu {
      display: flex;
      gap: 40px;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 0.15em;
      text-align: center;
      padding-top: 80px;
   }

   .course-menu .col {
      width: 100%;
   }

   .course-menu .item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
   }

   .course-menu .item+.item {
      padding-top: 50px;
   }

   .course-menu h3 {
      font-size: 18px;
      letter-spacing: 0.05em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding-bottom: 10px;
   }

   .course-menu .text {
      padding: 30px 0;
   }
}

/*=============================================
 * modal 
 *=============================================*/
.modal-container {
   position: fixed;
   display: none;
   height: 100vh;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 101;
   transform: scaleY(0.01) scaleX(0);
   animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-background {
   display: table-cell;
   background: rgba(0, 0, 0, 0.8);
   text-align: center;
   vertical-align: middle;
}

.modal-background .modal {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   display: inline-block;
   position: relative;
   transform: scale(0);
   animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
   max-height: 100vh;
   box-sizing: border-box;
   overflow-y: auto;
   text-align: left;
}

.modal-background .btn-close span {
   display: block;
   position: sticky;
   top: 0;
   cursor: pointer;
}

.modal-background .btn-close span img {
   display: block;
}

body.modal-active {
   overflow: hidden;
}

.modal-container.is-active {
   display: table;
}

.modal-container.is-active .modal-background .modal {
   transform: scale(0);
   animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.is-active.out {
   transform: scale(1);
   animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-container.is-active.out .modal-background .modal {
   animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

[data-modal-target] {
   cursor: pointer;
}

@media only screen and (max-width: 767px) {
   .modal-background .modal {
      padding: 12vw 9vw 50vw;
   }

   .modal-background .btn-close {
      position: fixed;
      top: 10vw;
      bottom: 10vw;
      right: 2vw;
   }

   .modal-background .btn-close span {
      width: 4.8vw;
   }

   body.modal-active #fixed-sp {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .modal-background .modal {
      padding: 50px;
   }

   .modal-background .btn-close {
      position: fixed;
      top: 50px;
      right: 50px;
      bottom: 50px;
   }

   .modal-background .btn-close span {
      width: 36px;
   }

   body.modal-active {
      overflow: hidden;
   }

   body.modal-active .hamburger,
   body.modal-active #menu-toggle {
      display: none;
   }
}

@keyframes unfoldIn {
   0% {
      transform: scaleY(0.005) scaleX(0);
   }

   50% {
      transform: scaleY(0.005) scaleX(1);
   }

   100% {
      transform: scaleY(1) scaleX(1);
   }
}

@keyframes unfoldOut {
   0% {
      transform: scaleY(1) scaleX(1);
   }

   50% {
      transform: scaleY(0.005) scaleX(1);
   }

   100% {
      transform: scaleY(0.005) scaleX(0);
   }
}

@keyframes zoomIn {
   0% {
      transform: scale(0);
   }

   100% {
      transform: scale(1);
   }
}

@keyframes zoomOut {
   0% {
      transform: scale(1);
   }

   100% {
      transform: scale(0);
   }
}

@media only screen and (max-width: 767px) {
   .popup-floor {
      position: relative;
   }

   .popup-floor h2 {
      text-align: center;
   }

   .popup-floor .floormap {
      padding-top: 6vw;
   }

   .popup-floor .photo-1 {
      padding-top: 6vw;
   }

   .popup-floor .photo-2 {
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   .popup-floor {
      max-width: 835px;
      margin: 0 auto;
      position: relative;
   }

   .popup-floor h2 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 312px;
      height: 180px;
   }

   .popup-floor .floormap {
      width: 412px;
      position: absolute;
      top: 0;
      right: 60px;
   }

   .popup-floor .photo-1 {
      width: 312px;
   }

   .popup-floor .photo-2 {
      width: 476px;
      position: absolute;
      bottom: 0;
      right: 0;
   }
}