@charset "UTF-8";
body {
  font-size: 1.6rem;
}

.main {
  width: 100%;
  overflow: hidden;
}

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

.cmn-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}
.cmn-inner.is-wide {
  max-width: 1350px;
}

.cmn-txt-small {
  font-size: 1.2rem;
}

.cmn-ttl-01 {
  font-size: clamp(1.4rem, 5.6vw, 4.2rem);
}
.cmn-ttl-01 span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.cmn-ttl-02 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.9rem;
}

.cmn-box {
  display: flex;
  flex-wrap: wrap;
}
.cmn-box__ttl {
  width: 100%;
}
.cmn-box__unit {
  width: 100%;
}

.cmn-btn {
  position: relative;
  padding: 0 57px 13px 5px;
  border-bottom: solid 2px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: all 0.6s ease;
}
.cmn-btn::before, .cmn-btn::after {
  display: block;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 22px;
  width: 12px;
  height: 2px;
  background-color: #30342e;
  content: "";
}
.cmn-btn:after {
  transform: rotate(90deg);
}
.cmn-btn:hover {
  border-color: #679000;
  color: #679000;
  opacity: 1;
}
.cmn-btn:hover::before, .cmn-btn:hover::after {
  background-color: #b5b5b5;
}
.cmn-btn:hover:before {
  transform: rotate(90deg);
}
.cmn-btn:hover::after {
  transform: rotate(180deg);
}

.cmn-dl-01 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: solid 1px #30342e;
  font-size: 1.4rem;
  line-height: 1.75;
}
.cmn-dl-01 dt {
  width: 100%;
}
.cmn-dl-01 dd {
  width: 100%;
}
.cmn-dl-01 dd p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.cmn-dl-01 dd p:last-of-type {
  margin-bottom: 0;
}
.cmn-dl-01 dd p span {
  display: block;
  min-width: 70px;
  margin-right: 10px;
  padding: 0 5px;
  border: solid 1px #707070;
  background: #72872d;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.cmn-btn02 {
  display: inline-block;
  background: linear-gradient(90deg, #a5c342 0%, #dbd480 100%);
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 55px;
  padding: 0 24px 0 32px;
  border-radius: 30px;
  position: relative;
  transition: 0.4s ease;
}
.cmn-btn02::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #72872d 0%, #dbd480 100%);
  z-index: -2;
  transition: 0.4s ease;
}
.cmn-btn02::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FFF;
  height: 14px;
  width: 9px;
  vertical-align: middle;
  margin-left: 40px;
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.btn-reservation {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 56px;
  background: #679000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
  text-align: center;
}
.btn-reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  color: #fff;
  transition: all 0.5s ease;
}
.btn-reservation a i {
  width: 30px;
  margin: 0 10px 0 0;
}
.btn-reservation a:hover {
  background: #90b92b;
  opacity: 1;
}

.mv {
  position: relative;
  height: 107vw;
  min-height: 600px;
  padding: 16vw 0 0;
  background: url(/assets/img/atelier/mv_bg.png) no-repeat center/cover;
}
.mv__ttl {
  position: relative;
  z-index: 1;
  width: 26.3vw;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.mv__unit01 {
  opacity: 0;
  transition: opacity 2s 0.3s;
}
.mv__unit01.is-visible {
  opacity: 1;
}
.mv__img {
  position: absolute;
}
.mv__img.img01 {
  top: -9.4vw;
  left: 0.5vw;
  width: 32.4vw;
}
.mv__img.img02 {
  top: 2.5vw;
  right: -2.3vw;
  width: 34.7vw;
}
.mv__img.img03 {
  top: 36.6vw;
  left: -1vw;
  width: 27.6vw;
}
.mv__img.img04 {
  bottom: -50.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 160vw;
  max-width: inherit;
}
.mv__img.img05 {
  bottom: 66vw;
  left: 25vw;
  width: 10.8vw;
}
.mv__back {
  opacity: 0;
  transition: opacity 1.5s 1.3s;
}
.mv__back.is-visible {
  opacity: 1;
}
.mv__back-img {
  position: absolute;
}
.mv__back-img.img01 {
  bottom: 16.3vw;
  left: -28.2vw;
  width: 150vw;
  max-width: inherit;
}
.mv__animation {
  opacity: 0;
  transition: opacity 1s;
}
.mv__animation.is-visible {
  opacity: 1;
  transition-delay: 1s;
}
.mv__animation-img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.is-visible .mv__animation-img img {
  animation: anime-01 2s 2s steps(2) infinite;
}
.mv__animation-img.img01 img, .mv__animation-img.img02 img, .mv__animation-img.img05 img, .mv__animation-img.img06 img, .mv__animation-img.img09 img, .mv__animation-img.img10 img, .mv__animation-img.img11 img, .mv__animation-img.img12 img {
  animation: none;
}
.mv__animation-img.img01 {
  bottom: 16.7vw;
  left: 0vw;
  width: 11.03056vw;
}
.mv__animation-img.img02 {
  bottom: 33.3vw;
  left: 10.9vw;
  width: 17.13056vw;
}
.mv__animation-img.img02 img {
  animation-duration: 1s;
}
.mv__animation-img.img03 {
  bottom: 37vw;
  left: 25.3vw;
  width: 15.93056vw;
}
.mv__animation-img.img03 img {
  animation-duration: 1.5s;
}
.mv__animation-img.img04 {
  bottom: 4.8vw;
  left: 8.4vw;
  width: 17.73056vw;
}
.mv__animation-img.img05 {
  bottom: 22.3vw;
  left: 25.3vw;
  width: 11.93056vw;
}
.mv__animation-img.img06 {
  bottom: 26.8vw;
  left: 36.7vw;
  width: 10.83056vw;
}
.mv__animation-img.img07 {
  bottom: 22.4vw;
  left: 45.3vw;
  width: 15.73056vw;
}
.mv__animation-img.img07 img {
  animation-duration: 1.3s;
}
.mv__animation-img.img08 {
  right: 23.6vw;
  bottom: 36.6vw;
  width: 13.63056vw;
}
.mv__animation-img.img09 {
  right: 13.1vw;
  bottom: 19.6vw;
  width: 17.13056vw;
}
.mv__animation-img.img10 {
  right: 3.4vw;
  bottom: 23.2vw;
  width: 16.53056vw;
}
.mv__animation-img.img11 {
  right: 14.4vw;
  bottom: 3.9vw;
  width: 13.33056vw;
}
.mv__animation-img.img12 {
  right: 2vw;
  bottom: 0vw;
  width: 15.23056vw;
}
.mv__animation-img.img13 {
  bottom: 0vw;
  left: 2vw;
  width: 15.23056vw;
}
.mv__animation-img img {
  width: 200%;
  max-width: none;
}

@keyframes anime-01 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
#mv-info-container {
  margin-top: 30px;
}
#mv-info-container .info-list li {
  margin-bottom: 24px;
  border-bottom: 1px solid #30342e;
}
#mv-info-container .info-list a {
  display: block;
  padding-right: 4.0625vw;
  padding-bottom: 5px;
  background-image: url(../../img/common/common-arrow_pc.png), url(../../img/common/common-circle_pc.png);
  background-position: right 23px center, right 11px center;
  background-size: 16px auto, 40px auto;
  background-repeat: no-repeat, no-repeat;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
#mv-info-container .info-list a span.is-category {
  display: inline-block;
  margin-left: 16px;
}
#mv-info-container .info-list a span.is-category::before {
  display: inline-block;
  content: "[";
}
#mv-info-container .info-list a span.is-category::after {
  display: inline-block;
  content: "]";
}
#mv-info-container .info-list a span.title {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.intro {
  position: relative;
  padding: 0 0 18vw;
  background: url(/assets/img/atelier/bg02.png) no-repeat center bottom/cover;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
}
.intro::before {
  position: absolute;
  top: -13vw;
  left: 0;
  width: 100vw;
  height: 109vw;
  background: url(/assets/img/atelier/bg01.png) no-repeat center top/cover;
  content: "";
}
.intro__unit {
  position: relative;
  z-index: 2;
  max-width: 410px;
  padding-top: 50px;
}
.intro__ttl {
  display: inline-block;
  margin: 0 0 50px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.25em;
  white-space: pre;
  writing-mode: vertical-rl;
}
.intro__txt {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2.2;
}
.intro__block01 {
  position: relative;
}
.intro__img {
  position: absolute;
  top: 15.6vw;
  right: -8.7vw;
  width: 47.9vw;
  opacity: 0;
}
.intro__img.is-visible {
  opacity: 1;
  transition: opacity 1.5s;
}
.intro__img.img02 {
  top: 0.4vw;
  right: -9.5vw;
  z-index: 1;
  width: 61.9vw;
  transition-delay: 1s;
}
.intro__img.img03 {
  top: 34vw;
  transition-delay: 0.7s;
}

.floor {
  position: relative;
  padding: 34vw 0 75vw;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
}
.floor::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/assets/img/atelier/floor_bg02.png) no-repeat top center/cover, #fff;
  content: "";
  opacity: 0.6;
}
.floor.floor-03 {
  padding: 460px 0 540px;
  background: url(/assets/img/atelier/floor_bg02.png) no-repeat center top/100% 84%, #fff;
}
.floor.floor-02 {
  padding-bottom: 410px;
}
.floor__head {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  background: #a2bc33;
}
.floor-02 .floor__head {
  background: #7ea31d;
}
.floor-02 .floor__head::after {
  transform: scale(-1, -1);
}
.floor-03 .floor__head {
  background: #679000;
}
.floor__head::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/atelier/floor_bg01.png) no-repeat right/90% 100%;
  content: "";
}
.floor__head .cmn-inner {
  position: relative;
  z-index: 2;
  padding: 75px 4% 40px;
}
.floor__ttl {
  margin: 30vw 0 0 6vw;
  padding: 0 0 0 20px;
  background: url(/assets/img/atelier/ttl-line.svg) no-repeat left top/auto 92%;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.25em;
}
.floor__ttl b {
  display: inline-block;
  white-space: pre;
  writing-mode: vertical-rl;
}
.floor__ttl span {
  position: absolute;
  top: -63px;
  left: 10px;
  width: 220px;
}
.floor-02 .floor__ttl span {
  right: 0;
  left: auto;
}
.floor__img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
}
.floor__img.is-visible {
  opacity: 1;
}
.floor__img.img01 {
  top: 20px;
  right: 0;
  z-index: 1;
  width: 80%;
}
.floor-02 .floor__img.img01 {
  left: 0;
}
.floor__img.img01-02 {
  top: -10vw;
  left: 44vw;
  width: 31vw;
}
.floor__img.img02 {
  bottom: 89%;
  left: 81%;
  z-index: 0;
  width: 10%;
}
.floor__img.img03 {
  top: -160px;
  left: calc(50% - 690px);
  z-index: 1;
  width: 33.23056vw;
  max-width: 478px;
}
.floor-02 .floor__img.img03 {
  left: auto;
}
.floor__img.img04 {
  top: 18px;
  left: -11%;
  z-index: 1;
  width: 100%;
}
.floor__body .cmn-inner {
  position: relative;
}
.floor__animation {
  position: relative;
  z-index: 1;
}
.floor__animation-img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}
.floor__animation-img.is-visible {
  opacity: 1;
}
.floor__animation-img img {
  width: 200%;
  max-width: none;
  animation: anime-01 1.5s steps(2) infinite;
}
.floor__animation-img.img02 img, .floor__animation-img.img04 img, .floor__animation-img.img06 img, .floor__animation-img.img07 img, .floor__animation-img.img11 img {
  animation: none;
}
.floor__animation-img.img01 {
  bottom: -79.7px;
  left: 27.9vw;
  width: 19.13056vw;
}
.floor__animation-img.img02 {
  bottom: -23vw;
  left: 64vw;
  width: 25.93056vw;
}
.floor__animation-img.img03 {
  top: 30px;
  right: 0;
  width: 50%;
  max-width: 513px;
}
.floor__animation-img.img04 {
  top: 48vw;
  left: 0;
  width: 55%;
}
.floor__animation-img.img05 {
  bottom: -26%;
  left: 9%;
  width: 40%;
}
.floor__animation-img.img06 {
  bottom: -50%;
  left: 50%;
  width: 35%;
  max-width: 297px;
}
.floor__animation-img.img07 {
  top: 32px;
  left: 0;
  width: 35%;
}
.floor__animation-img.img08 {
  top: 216px;
  right: 28%;
  width: 25%;
  max-width: 206px;
}
.floor__animation-img.img09 {
  top: 228px;
  right: -3%;
  width: 33%;
  max-width: 276px;
}
.floor__animation-img.img10 {
  bottom: -70px;
  left: 30%;
  width: 70%;
}
.floor__animation-img.img11 {
  top: 13.5px;
  left: 10%;
  width: 27%;
}

.slider {
  position: relative;
  z-index: 2;
}
.floor-02 .slider {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.slider__main-img {
  transition: transform 0.4s ease;
}
.slider__main-img.slick-center {
  position: relative;
  z-index: 1;
  transform: scale(1.58);
  margin: 0 0;
}
.slider__txt {
  max-width: 540px;
  margin: 60px auto 0;
}
.slider__txt p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 20px;
}
.slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}
.slider .slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.slider .slick-dots > li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  vertical-align: middle;
}
.slider .slick-dots > li button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #ddd;
  font-size: 0;
}
.slider .slick-dots > li.slick-active button {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  background: #aeb830;
}

.circle-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.circle {
  position: relative;
  transform: translateX(-50%);
  aspect-ratio: 1/1;
  width: 235%;
  border: 15px solid #f9f2e7;
  border-radius: 50%;
}
.floor-02 .circle {
  position: absolute;
  top: -40px;
  right: -100%;
  left: auto;
}
.circle__content {
  position: absolute;
  top: -25%;
  left: 25%;
  width: 50%;
  height: 50%;
  transform-origin: center 150%;
}
.floor-02 .circle__content {
  right: 25%;
  left: auto;
}
.circle__content.is-02 {
  top: 25%;
  left: 75%;
}
.circle__img-wrap {
  transform: scale(0.16);
}
.circle__img-wrap img {
  width: 100%;
  height: 100%;
}

.bottom-animation {
  position: relative;
}
.bottom-animation__img {
  width: 100%;
}
.bottom-animation__img img {
  width: 100%;
}
.bottom-animation__gif {
  position: relative;
}
.bottom-animation__gif img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.facility__img {
  margin-bottom: 50px;
}

.access {
  padding: 60px 0;
}
.access__map {
  margin-top: 60px;
}

.faq {
  padding-bottom: 40px;
}
.faq__unit {
  margin-bottom: 20px;
}
.faq__unit-ttl {
  position: relative;
  padding: 14px;
  background: #f1f5dc;
  font-size: 1.5rem;
  cursor: pointer;
}
.faq__unit-ttl::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(180deg);
  width: 16px;
  height: 8px;
  background: url(/assets/img/atelier/icon_arrow.svg) no-repeat center;
  content: "";
}
.faq__unit-ttl.active::after {
  transform: rotate(0);
}
.faq__item {
  padding: 17px 0;
  border-bottom: solid 1px;
}
.faq__item-wrap {
  display: none;
}
.faq__item dt, .faq__item dd {
  position: relative;
  padding: 12px 0 12px 2.8em;
  font-size: 1.4rem;
  line-height: 1.75;
}
.faq__item dt span, .faq__item dd span {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 3rem;
}
.faq__item dd span {
  color: #679000;
}
.faq__item dd a {
  color: #317023;
  text-decoration: underline;
}
.faq__item dd a:hover {
  text-decoration: none;
}

.info {
  padding: 100px 0 120px;
  background: #fff;
}
.info__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.info #info-container {
  width: 100%;
}
.info #info-container .info-list {
  width: 100%;
}
.info #info-container .info-list li {
  display: block;
  border-bottom: 1px solid #30342e;
}
.info #info-container .info-list li a {
  display: block;
  padding: 25px 40px 25px 0;
  background: url("../../img/common/common-arrow_pc.png") right 15px center no-repeat transparent;
  background-size: 16px auto;
  color: #30342e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}
.info #info-container .info-list li a:hover {
  display: block;
  padding: 25px 40px 25px 0;
  background: url("../../img/common/common-arrow_on_pc.png") right center no-repeat transparent;
  background-size: 16px auto;
  color: #be0000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}
.info #info-container .info-list li a:hover span {
  border: 1px solid #be0000;
  color: #be0000;
}
.info #info-container .info-list li a span {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 0 10px;
  border: 1px solid #30342e;
  color: #30342e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.info__link {
  position: absolute;
  bottom: -20px;
  left: 4%;
  padding-top: 25px;
  text-align: center;
}
.info__link a {
  display: inline-block;
  padding-right: 65px;
  padding-left: 15px;
  background-image: url(../../img/common/common-arrow_pc.png), url(../../img/common/common-circle_pc.png);
  background-position: right 23px center, right 11px center;
  background-size: 16px auto, 40px auto;
  background-repeat: no-repeat, no-repeat;
  color: #30342e;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
.info__link a:hover {
  background-image: url("../../img/common/common-arrow_on_pc.png"), url("../../img/common/common-circle_on_pc.png");
  background-position: right center, right 11px center;
  background-size: 16px auto, 40px auto;
  background-repeat: no-repeat, no-repeat;
  color: #be0000;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .cmn-dl-01 dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .cmn-btn02 {
    margin-top: 20px;
    font-size: clamp(1.3rem, 4.26666vw, 1.6rem);
    padding: 0 min(6.4vw, 24px) 0 min(8.5333vw, 32px);
  }
  .cmn-btn02::after {
    margin-left: 20px;
  }
  #mv-info-container .info-list a {
    background-position: right 3.0666666667vw center, right 1.4666666667vw center;
    background-size: 2.1333333333vw auto, 5.3333333333vw auto;
    font-size: 1.5rem;
  }
  .floor.floor-03 {
    padding: 34vw 0 65vw;
    background: url(/assets/img/atelier/floor_bg02.png) no-repeat center top/100% 86.5%, #fff;
  }
  .floor-02 .floor__head .cmn-inner {
    padding: 30px 0 26vw 50%;
  }
  .floor-02 .floor__ttl {
    display: inline-block;
    margin: 0 0 0 auto;
  }
  .floor-02 .floor__ttl span {
    top: -57px;
    right: 10px;
  }
  .floor-03 .floor__ttl span {
    top: -58px;
  }
  .floor-02 .floor__img.img01 {
    top: 24%;
  }
  .floor__img.img03 {
    top: 39%;
    left: 65%;
    width: 40%;
    max-width: 420px;
  }
  .floor-02 .floor__img.img03 {
    top: 8%;
  }
  .floor-02 .circle {
    transform: translateX(8%);
  }
  .access__map iframe {
    height: 350px;
  }
  .info {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  .info__inner {
    max-width: 100%;
    padding: 0 4vw;
  }
  .info #info-container .info-list li a {
    display: block;
    padding: 3.3333333333vw 5.3333333333vw 3.3333333333vw 0;
    background: url("../../img/common/common-arrow_pc.png") right 15px center no-repeat transparent;
    background-size: 2.1333333333vw auto;
    color: #30342e;
    font-size: 3.4666666667vw;
    font-size: clamp(1.4rem, 3.4666666667vw, 2.6rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .info #info-container .info-list li a:hover {
    display: block;
    padding: 3.3333333333vw 5.3333333333vw 3.3333333333vw 0;
    background: url("../../img/common/common-arrow_on_pc.png") right center no-repeat transparent;
    background-size: 2.1333333333vw auto;
    color: #be0000;
    font-size: 3.4666666667vw;
    font-size: clamp(1.4rem, 3.4666666667vw, 2.6rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .info #info-container .info-list li a span {
    margin-bottom: 2vw;
    margin-left: 2vw;
    padding: 0 1.3333333333vw;
    font-size: 3.2vw;
    font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  }
  .info__link a {
    min-height: 5.3333333333vw;
    padding-right: 8.6666666667vw;
    padding-left: 2vw;
    background-image: url(../../img/common/common-arrow_pc.png), url(../../img/common/common-circle_pc.png);
    background-position: right 3.0666666667vw center, right 1.4666666667vw center;
    background-size: 2.1333333333vw auto, 5.3333333333vw auto;
    background-repeat: no-repeat, no-repeat;
    font-size: 3.2vw;
    font-size: clamp(1.4rem, 3.2vw, 2.4rem);
    line-height: 1.5;
  }
  .info__link a:hover {
    background-image: url("../../img/common/common-arrow_on_pc.png"), url("../../img/common/common-circle_on_pc.png");
    background-position: right center, right 1.4666666667vw center;
    background-size: 2.1333333333vw auto, 5.3333333333vw auto;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .cmn-ttl-01 {
    font-size: clamp(3.2rem, 4vw, 6rem);
  }
  .cmn-ttl-01 span {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .cmn-dl-01 {
    padding: 38px 0;
    font-size: 1.6rem;
  }
  .cmn-dl-01 dt {
    width: 30%;
    padding-right: 10px;
  }
  .cmn-dl-01 dd {
    width: 70%;
  }
  .cmn-dl-01 dd p span {
    display: inline-block;
    min-width: 96px;
    margin-right: 20px;
  }
  .btn-reservation {
    top: 50%;
    right: 0;
    width: 140px;
    height: 140px;
  }
  .btn-reservation a {
    flex-flow: column;
    padding: 0;
    transition: all 0.5s ease;
  }
  .btn-reservation a i {
    display: block;
    width: auto;
    margin: 0 auto 15px;
  }
  .mv {
    min-height: 700px;
    padding: 9vw 0 0;
  }
  .floor__ttl {
    margin: 0 0 50px;
    padding: 0 0 130px 50px;
    background: url(/assets/img/atelier/ttl-line.svg) no-repeat left top;
  }
  .floor-02 .floor__ttl {
    display: flex;
    justify-content: flex-end;
    padding: 0 50px 80px 0;
    background: url(/assets/img/atelier/ttl-line.svg) no-repeat right top;
  }
  .floor-03 .floor__ttl {
    padding: 0 0 0 50px;
  }
  .floor__img.img01 {
    top: -81px;
    right: -20px;
    width: 61.1%;
    max-width: 907px;
  }
  .floor__img.img01-02 {
    top: -268px;
    left: 23.9vw;
    max-width: 345px;
  }
  .floor__img.img02 {
    bottom: 22vw;
    left: 67%;
    width: 9.7%;
    max-width: 101px;
  }
  .floor-02 .floor__img.img03 {
    right: 0;
  }
  .floor-03 .floor__img.img03 {
    top: 170px;
    left: calc(50% - 140px);
    max-width: 420px;
  }
  .floor__img.img04 {
    top: 68px;
    left: -7.3vw;
    z-index: 1;
    width: 62.5vw;
    max-width: 976px;
  }
  .floor__animation-img.img01 {
    bottom: -10px;
    left: 13.7vw;
    width: 13.13056vw;
    max-width: 229px;
  }
  .floor__animation-img.img02 {
    bottom: -67px;
    left: 36.8vw;
    max-width: 302px;
  }
  .floor__animation-img.img05 {
    bottom: -90px;
    left: 11%;
    width: 39%;
    max-width: 471px;
  }
  .floor__animation-img.img06 {
    bottom: 0vw;
    left: 52%;
    width: 19.03056vw;
    max-width: 297px;
  }
  .floor__animation-img.img10 {
    bottom: -40px;
    left: 17vw;
    max-width: 597px;
  }
  .floor__animation-img.img11 {
    top: 63.5px;
    left: 4.1vw;
    width: 18.33056vw;
    max-width: 292px;
  }
  .slider__txt p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .slider .slick-list {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .circle {
    width: 2000px;
    height: 2000px;
    border: 40px solid #f9f2e7;
  }
  .floor-02 .circle {
    top: -280px;
    right: -2000px;
  }
  .circle__img-wrap {
    transform: scale(0.2);
  }
  .facility__img {
    margin-bottom: 110px;
  }
  .access {
    padding: 90px 0 120px;
  }
  .access__map {
    margin-top: 120px;
  }
  .faq__unit {
    margin-bottom: 30px;
  }
  .faq__unit-ttl {
    padding: 22px 20px;
    font-size: 1.6rem;
  }
  .faq__item {
    padding: 20px 0 30px;
  }
  .faq__item dt, .faq__item dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .cmn-box__ttl {
    width: 35%;
  }
  .cmn-box__unit {
    width: 65%;
  }
  .cmn-btn {
    font-size: 1.8rem;
  }
  .cmn-btn::before, .cmn-btn::after {
    bottom: 23px;
    width: 20px;
    height: 3px;
    box-sizing: border-box;
    transition: 0.3s;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 0.3s;
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .intro__ttl {
    margin-left: 4vw;
  }
  .intro__txt {
    margin-bottom: 50px;
    font-size: clamp(1.4rem, 3.7vw, 1.8rem);
  }
  .intro__img {
    top: 18.6vw;
    right: calc(51% - 810px);
    width: auto;
  }
  .intro__img.img02 {
    top: 0.6vw;
    right: calc(50% - 834px);
    width: auto;
  }
  .floor {
    padding: 460px 0 690px;
  }
  .floor__ttl span {
    top: -10.1vw;
    left: 20px;
    width: 40%;
  }
  .floor-02 .floor__ttl span {
    top: -9.3vw;
  }
  .floor-03 .floor__ttl span {
    top: -9.2vw;
  }
  .floor__animation-img.img03 {
    top: -10px;
    left: 36.2vw;
    max-width: 513px;
  }
  .floor__animation-img.img04 {
    top: 349px;
    left: -0.5vw;
    width: 45.53056vw;
    max-width: 700px;
  }
  .floor__animation-img.img07 {
    top: -123px;
    left: 16.1vw;
    width: 20.33056vw;
    max-width: 315px;
  }
  .floor__animation-img.img08 {
    top: 156px;
    left: 41vw;
    width: 13.33056vw;
    max-width: 206px;
  }
  .floor__animation-img.img09 {
    top: 171.3px;
    left: 53.3vw;
    width: 17.93056vw;
    max-width: 276px;
  }
  .slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .slider__main {
    width: 65%;
    max-width: 780px;
  }
  .slider__txt {
    width: 30%;
    max-width: 410px;
    margin: 0;
    margin-top: -6%;
    padding-left: 5%;
    box-sizing: content-box;
  }
  .floor-02 .slider__txt {
    padding-right: 5%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .cmn-box .cmn-ttl-01 {
    margin-bottom: 20px;
  }
  .info__link {
    position: static;
    left: 0;
    padding-top: 8vw;
  }
}
@media (any-hover: hover) {
  .cmn-btn02:hover {
    opacity: 1;
    background: linear-gradient(270deg, #a5c342 0%, #dbd480 100%);
  }
  .cmn-btn02:hover::before {
    opacity: 0.75;
    background: linear-gradient(270deg, #72872d 0%, #dbd480 100%);
  }
  #mv-info-container .info-list a:hover {
    background-image: url(../../img/common/common-arrow_on_pc.png), url(../../img/common/common-circle_on_pc.png);
    background-position: right center, right 11px center;
    background-size: 16px auto, 40px auto;
    background-repeat: no-repeat, no-repeat;
    color: #be0000;
  }
}
@media screen and (min-width: 1400px) {
  .floor__ttl span {
    top: -150px;
    left: 20px;
    width: 579px;
  }
  .floor-02 .floor__ttl span {
    top: -150px;
  }
  .floor-03 .floor__ttl span {
    top: -150px;
  }
}
@media screen and (max-width: 1600px) {
  .info {
    padding: 6.25vw 0 7.5vw;
  }
  .info__inner {
    max-width: 68.75vw;
  }
  .info #info-container .info-list li a {
    display: block;
    padding: 1.5625vw 2.5vw 1.5625vw 0;
    background: url("../../img/common/common-arrow_pc.png") right 15px center no-repeat transparent;
    background-size: 1vw auto;
    color: #30342e;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .info #info-container .info-list li a:hover {
    display: block;
    padding: 1.5625vw 2.5vw 1.5625vw 0;
    background: url("../../img/common/common-arrow_on_pc.png") right center no-repeat transparent;
    background-size: 1vw auto;
    color: #be0000;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .info #info-container .info-list li a span {
    margin-bottom: 0.9375vw;
    margin-left: 0.9375vw;
    padding: 0 0.625vw;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
  }
  .info__link a {
    padding-right: 4.0625vw;
    padding-left: 0.9375vw;
    background-image: url(../../img/common/common-arrow_pc.png), url(../../img/common/common-circle_pc.png);
    background-position: right 1.4375vw center, right 0.6875vw center;
    background-size: 1vw auto, 2.5vw auto;
    background-repeat: no-repeat, no-repeat;
    font-size: clamp(1.4rem, 2vw, 3.2rem);
  }
  .info__link a:hover {
    background-image: url("../../img/common/common-arrow_on_pc.png"), url("../../img/common/common-circle_on_pc.png");
    background-position: right center, right 0.6875vw center;
    background-size: 1vw auto, 2.5vw auto;
    background-repeat: no-repeat, no-repeat;
  }
}