@charset "UTF-8";
.txt-center {
  text-align: center;
}

.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
  overflow: hidden;
}

.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
#kv {
  background: #000;
}
#kv .photo {
  height: 100vh;
  transition: all 0.3s ease;
}
#kv.shadow .photo {
  opacity: 0.4;
}

#lead {
  position: relative;
  padding: 20vw 0;
  line-height: 1.6;
}
#lead h2 {
  position: relative;
  text-align: center;
}
#lead h2 .eng {
  text-transform: uppercase;
  font-family: "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.7em;
  font-size: 2.5vw;
  position: absolute;
  right: 68%;
  top: 17vw;
}
#lead h2 .txt-vertical {
  text-align: left;
  margin: 0 auto;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
#lead h2 .txt-vertical span {
  font-size: 9vw;
  letter-spacing: 0.2em;
}
#lead h2 .txt-vertical .pad {
  padding-top: 17vw;
}
#lead .lead {
  position: relative;
  z-index: 3;
  padding-bottom: 25vw;
  top: 40px !important;
}
#lead .lead:before {
  content: "";
  background: url(../img/scene/line1.png) no-repeat 0 0/150%;
  position: absolute;
  top: -24vw;
  left: -7vw;
  right: -37vw;
  height: 50vw;
  z-index: 1;
}
#lead .txt p {
  padding-bottom: 15px;
}
#lead .photo_list {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5% 0 100vh;
}
#lead .photo_list li {
  width: 40%;
}
#lead .photo_list li:nth-child(1) {
  margin: 29vw 0 18vw;
}
#lead .photo_list li:nth-child(3) {
  position: absolute;
  top: 64vw;
  left: 40vw;
}
#lead .photo_list li:nth-child(4) {
  margin: 13vw 0 0 -7vw;
  width: 33%;
}
#lead .photo_list li:nth-child(2) {
  margin: 0 -7vw 0 0;
  width: 50%;
}
#lead .photo_list li:nth-child(5) {
  margin-right: -7vw;
  width: 48%;
}
@media screen and (max-width: 767px) and (max-height: 700px) {
  #lead .lead {
    padding-top: 2vw;
  }
  #lead .txt p {
    font-size: 12px;
  }
  #lead h2 .txt-vertical {
    font-size: 5vw;
  }
  #lead h2 .txt-vertical span {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 170px 0;
  }
  #lead .wrap {
    max-width: 100%;
    width: 100%;
  }
  #lead .lead:before {
    background-size: 100%;
    top: -50px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #lead .lead:before {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #lead h2 {
    position: absolute;
    top: 50px;
    right: calc(50% + 175px);
  }
  #lead h2 .eng {
    font-size: 9px;
    right: 230px;
    top: 258px;
  }
  #lead h2 .txt-vertical {
    margin: 0;
    font-size: 40px;
    line-height: 100px;
  }
  #lead h2 .txt-vertical .pad {
    padding-top: 134px;
  }
  #lead h2 .txt-vertical span {
    font-size: 62px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #lead h2 {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #lead .txt {
    padding-left: calc(50% - 101px);
    padding-top: 200px;
    margin-bottom: 100px;
  }
  #lead .txt p {
    line-height: 35px;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #lead .txt {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  #lead .photo_list {
    padding: 1px 0 100vh;
  }
  #lead .photo_list img {
    height: auto;
    max-width: 100%;
  }
  #lead .photo_list li {
    width: 50% !important;
    box-sizing: border-box;
  }
  #lead .photo_list li:nth-child(1) {
    margin: 288px 0 220px 0px;
    padding-left: 70px;
  }
  #lead .photo_list li:nth-child(3) {
    position: absolute;
    top: 728px;
    left: 590px;
  }
  #lead .photo_list li:nth-child(4) {
    margin: 247px 0 0;
    width: 35% !important;
  }
  #lead .photo_list li:nth-child(2) {
    margin: 0 0 0;
    padding-right: 60px;
    width: auto;
    text-align: right;
  }
  #lead .photo_list li:nth-child(5) {
    margin: 0;
    text-align: right;
    width: 65% !important;
  }
}
@media screen and (min-width: 768px) and (max-height: 620px) {
  #lead h2 .txt-vertical span {
    font-size: 52px;
  }
}

#custom {
  position: relative;
  padding: 20vw 5%;
}
#custom:before {
  content: "";
  background: url(../img/scene/custom_deco1.png) no-repeat center 0/100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0;
  right: 0%;
  z-index: -1;
}
#custom::after {
  content: "";
  background: url(../img/scene/custom_deco2.png) no-repeat center 0/100%;
  width: 24vw;
  height: 30vw;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: -1;
}
#custom .box {
  background: url(../img/scene/bg1.jpg) repeat center 0;
  padding: 10% 0;
  position: relative;
  color: #36302c;
}
#custom .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(111, 90, 68, 0.3);
  z-index: 1;
}
#custom .box::after {
  content: "";
  background: url(../img/scene/custom_deco3.png) no-repeat center 0/100%;
  width: 20vw;
  height: 30vw;
  position: absolute;
  bottom: 8vw;
  right: -5vw;
  z-index: -1;
}
#custom h2 {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-bottom: 5vw;
  font-weight: 400;
}
#custom h2 span {
  font-size: 5vw;
  letter-spacing: 0.2em;
}
#custom h2 .eng {
  font-family: "Noto Serif JP";
  font-weight: 300;
  letter-spacing: 0.7em;
  font-size: 2.5vw;
  text-transform: uppercase;
}
#custom .info dd {
  padding-top: 20px;
}
#custom .info dd p {
  padding-bottom: 15px;
}
#custom .examp dt {
  position: relative;
  text-align: center;
  z-index: 1;
}
#custom .examp dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #807462;
}
#custom .examp dt span {
  background: url(../img/scene/bg1.jpg) repeat center 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  letter-spacing: 0.2em;
  font-size: 16px;
}
#custom .tel {
  background: url(../img/shared/main_bg.jpg) repeat;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 20px 0;
  margin-top: 8vw;
}
#custom .tel .num {
  font-size: 25px;
}
#custom .tel .num span {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #custom {
    padding: 145px 20px 92px;
  }
  #custom:before {
    width: 286px;
    height: 287px;
    position: absolute;
    top: 0;
    right: calc(50% - 700px);
  }
  #custom::after {
    width: 184px;
    height: 184px;
    left: calc(50% - 674px);
  }
  #custom .box {
    padding: 80px 20px 107px;
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #custom .box:before {
    border: 25px solid rgba(111, 90, 68, 0.3);
  }
  #custom .box::after {
    bottom: 163px;
    right: -83px;
    width: 251px;
    height: 260px;
  }
  #custom h2 {
    font-size: 46px;
    line-height: 69px;
    padding-bottom: 50px;
  }
  #custom h2 span {
    font-size: 40px;
  }
  #custom h2 .eng {
    font-size: 9px;
  }
  #custom .info {
    display: flex;
    gap: 55px;
    padding-bottom: 51px;
  }
  #custom .info dd {
    width: 402px;
    padding: 30px 0 0;
  }
  #custom .info dd p {
    padding-bottom: 35px;
  }
  #custom .examp {
    max-width: 870px;
    margin: 0 auto 50px;
    text-align: center;
  }
  #custom .examp dt {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 23px;
  }
  #custom .examp dt span {
    padding: 0 15px;
    font-size: 20px;
  }
  #custom .tel {
    width: 505px;
    margin: 0 auto;
    padding: 23px 0;
    font-size: 20px;
    line-height: 42px;
  }
  #custom .tel .num {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  #custom .tel .num span {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}

#scene {
  padding: 10vw 0;
}
#scene h2 {
  font-size: 6.5vw;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding-bottom: 5vw;
}
#scene h2 span {
  font-size: 5vw;
}
@media only screen and (max-width: 767px) {
  #scene .note {
    font-size: 12px;
  }
}
#scene .group {
  padding: 10vw 5% 0;
}
#scene .group .menu {
  padding-bottom: 10vw;
}
#scene .group .item {
  border: 2px solid #e3ded5;
  padding: 10% 5%;
}
#scene .group .item .h3-tit {
  text-align: center;
  font-family: Noto Serif JP;
  letter-spacing: 0.7em;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 5vw;
  font-size: 2.5vw;
  text-transform: uppercase;
}
#scene .group .item .h3-tit span {
  font-family: "Zen Old Mincho";
  font-size: 5.6vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid #b7b0a5;
  padding: 4vw 0 3vw;
  position: relative;
}
#scene .group .item .h3-tit span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #b7b0a5;
}
#scene .group .item .info {
  padding-bottom: 8vw;
}
#scene .group .item .info .tit {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}
#scene .group .item .info .txt p:not(:last-child) {
  padding-bottom: 15px;
}
#scene .group .item .photo {
  padding-top: 64.62%;
  margin-bottom: 10vw;
}
#scene .group .item .photo.ext3 img {
  top: -34%;
  height: 135%;
}
#scene .group .item .course {
  background-color: rgba(54, 48, 44, 0.6);
  padding: 10px 15px;
}
#scene .group .item .course h4 {
  position: relative;
  font-size: 17px;
  margin-bottom: 5px;
}
#scene .group .item .course h4:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  bottom: 5px;
  border-left: 5px solid;
}
#scene .group .item .course .list {
  padding: 20px 0px 20px 15px;
}
#scene .group .item .course .list:not(:last-child) {
  border-bottom: 1px dotted #63584e;
}
#scene .group .item .course .list p:not(:last-child) {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #scene {
    padding: 175px 0 0;
  }
  #scene h2 {
    font-size: 52px;
    padding-bottom: 50px;
  }
  #scene h2 span {
    font-size: 40px;
  }
  #scene .group {
    padding: 60px 0 0;
  }
  #scene .group .menu {
    position: relative;
    padding: 50px 0 80px;
    padding-left: calc(50% - 50px);
  }
  #scene .group .photo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: calc(50% - 50px);
  }
  #scene .group .photo.ext3 img {
    top: 0%;
    height: 100%;
  }
  #scene .group .item {
    padding: 80px 20px;
    margin: 0 50px;
  }
  #scene .group .item .h3-tit {
    padding-bottom: 54px;
    font-size: 9px;
  }
  #scene .group .item .h3-tit span {
    font-size: clamp(32px, 3.1vw, 46px);
    padding: 36px 0 11px;
  }
  #scene .group .item .h3-tit span:before {
    bottom: 6px;
  }
  #scene .group .item .info {
    padding-bottom: 84px;
  }
  #scene .group .item .info .tit {
    font-size: 20px;
    padding-bottom: 24px;
    margin: -21px 0 0;
  }
  #scene .group .item .info .txt {
    max-width: 444px;
    margin: 0 auto;
  }
  #scene .group .item .info .txt p:not(:last-child) {
    padding-bottom: 35px;
  }
  #scene .group .item .course {
    padding: 10px 15px;
    max-width: 570px;
    margin: -40px auto 0;
    box-sizing: border-box;
  }
  #scene .group .item .course h4 {
    font-size: 25px;
    margin: 0 0 13px 11px;
    line-height: 30px;
  }
  #scene .group .item .course h4:before {
    left: -22px;
    top: 0px;
    bottom: 0px;
    border-left: 8px solid;
  }
  #scene .group .item .course .list {
    padding: 34px 0px 20px 35px;
    max-width: 490px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #scene .group .item .course .list p:not(:last-child) {
    padding-bottom: 35px;
  }
}

.banner {
  flex-wrap: wrap;
  padding: 0 10% 10%;
  gap: 10vw;
}
.banner li {
  width: 100%;
}
.banner li a {
  display: block;
  position: relative;
  height: 100vw;
  position: relative;
}
.banner li a .txt-vertical {
  padding-top: 15vw;
  color: #e3ded5;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner li a .txt-vertical:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 10vw;
  border-left: 1px solid;
}
.banner li a .txt-vertical span {
  letter-spacing: 0.2em;
  font-size: 8vw;
}
.banner li a .txt-vertical .t {
  font-size: 5.8vw;
}
.banner li a .txt-vertical .t1 {
  margin-top: -15px;
}
.banner li a:after {
  content: "";
  background: url(../img/scene/arow.png) no-repeat center/auto 100%;
  position: absolute;
  height: 8vw;
  left: 0;
  right: 0;
  bottom: 10vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner {
    max-width: 1390px;
    margin: 0 auto;
    padding: 100px 20px;
    gap: 0;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .banner li {
    width: calc(50% - 53px);
  }
  .banner li a {
    height: 760px;
  }
  .banner li a .txt-vertical {
    padding-top: 146px;
    font-size: 46px;
  }
  .banner li a .txt-vertical span {
    font-size: 56px;
    padding: 0;
  }
  .banner li a .txt-vertical .t {
    font-size: 36px;
  }
  .banner li a .txt-vertical:before {
    height: 126px;
  }
  .banner li a:after {
    height: 56px;
    bottom: 79px;
    z-index: 1;
  }
}

#floor {
  position: relative;
  padding: 5vw 0 15vw;
}
#floor:before {
  content: "";
  background: url(../img/scene/line2.png) no-repeat center 0/100%;
  position: absolute;
  top: 64vw;
  left: -27vw;
  width: 70%;
  height: 50vw;
  z-index: 1;
}
#floor .lead {
  position: relative;
}
#floor .lead .photo {
  height: 64vw;
}
#floor .lead h2 {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
  width: 28%;
}
#floor .info {
  position: relative;
  padding-bottom: 20vw;
}
#floor .info h3 {
  letter-spacing: 0.2em;
  font-size: 6vw;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 400;
  position: absolute;
  top: 18vw;
  left: 20vw;
  z-index: 4;
}
#floor .info h3 span {
  font-size: 8vw;
  font-size: 8vw;
  letter-spacing: 0.2em;
}
#floor .info .photo1 {
  margin: 0 -7vw 7vw 57%;
  position: relative;
  z-index: 1;
}
#floor .info .photo1:before {
  content: "";
  background: url(../img/scene/floor_deco1.png) no-repeat center 0/100%;
  position: absolute;
  top: 13vw;
  left: -32vw;
  width: 32vw;
  height: 40vw;
  z-index: -1;
}
#floor .info .txt {
  padding-bottom: 5vw;
}
#floor .info .txt p {
  padding-bottom: 15px;
}
#floor .info .map {
  width: 75%;
  margin: 0 auto 10vw;
}
#floor .info .photo_list {
  position: relative;
}
#floor .info .photo_list:before {
  content: "";
  position: absolute;
  background: url(../img/scene/floor_deco2.png) no-repeat 0 0/100%;
  width: 19vw;
  height: 19vw;
  bottom: -7vw;
  left: 19vw;
  z-index: -1;
}
#floor .info .photo_list li {
  margin: 0 20% 0 0%;
}
#floor .info .photo_list li:nth-child(2) {
  position: relative;
  z-index: 2;
  margin: -3vw 0 0 35%;
}
#floor .attend {
  border: 1px solid #e3ded5;
  padding: 1% 5% 10%;
}
#floor .attend h3 {
  background: url(../img/shared/main_bg.jpg) repeat;
  padding: 0 5px;
  text-align: center;
  margin: -10vw 0 8vw;
  position: relative;
  z-index: 2;
}
#floor .attend h3 span {
  font-family: "Zen Old Mincho";
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid #b7b0a5;
  padding: 4vw 0 3vw;
  position: relative;
}
#floor .attend h3 span:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #b7b0a5;
}
#floor .attend ul li {
  padding: 0 0 15px 15px;
  position: relative;
}
#floor .attend ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (min-width: 768px) {
  #floor {
    position: relative;
    padding: 0 0 206px;
  }
  #floor:before {
    top: 732px;
    left: 0;
    width: 1014px;
    height: 1161px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #floor:before {
    left: calc(50% - 750px);
  }
}
@media screen and (min-width: 768px) {
  #floor:after {
    content: "";
    background: url(../img/scene/bg2.jpg) repeat center 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: calc(50% + 500px);
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #floor:after {
    right: calc(50% + 440px);
  }
}
@media screen and (min-width: 768px) {
  #floor .lead .photo {
    height: 732px;
  }
  #floor .lead h2 {
    left: calc(50% - 518px);
    width: auto;
  }
  #floor .wrap {
    max-width: 1500px;
    width: 100%;
  }
  #floor .info {
    padding-left: calc(50% + 96px);
    padding-bottom: 190px;
  }
  #floor .info h3 {
    font-size: 40px;
    top: 273px;
    left: calc(50% + 120px);
    z-index: 4;
  }
  #floor .info h3 span {
    font-size: 72px;
  }
  #floor .info .photo1 {
    margin: 0 0 160px;
    text-align: right;
  }
  #floor .info .photo1:before {
    top: 193px;
    left: auto;
    right: 330px;
    width: 299px;
    height: 299px;
    z-index: -1;
  }
  #floor .info .txt {
    padding-bottom: 35px;
  }
  #floor .info .txt p {
    padding-bottom: 35px;
  }
  #floor .info .map {
    width: auto;
    margin: 0 0;
  }
  #floor .info .photo_list {
    width: 50%;
    position: absolute;
    top: 470px;
    left: 0;
    z-index: 2;
  }
  #floor .info .photo_list:before {
    width: 212px;
    height: 215px;
    bottom: -150px;
    left: auto;
    right: 88px;
  }
  #floor .info .photo_list li {
    margin: 0;
    height: 630px;
    max-width: 644px;
    width: 90%;
  }
  #floor .info .photo_list li:nth-child(2) {
    position: relative;
    z-index: 2;
    margin: -30px 0 0;
    float: right;
    height: 320px;
    width: 65%;
    max-width: 460px;
  }
  #floor .attend {
    width: 788px;
    margin: 0 auto;
    padding: 1px 20px 27px;
    text-align: center;
  }
  #floor .attend h3 {
    padding: 0 5px;
    margin: -20px auto 58px;
    width: 540px;
  }
  #floor .attend h3 span {
    font-size: 46px;
    padding: 0 0 20px;
    letter-spacing: -0.05em;
  }
  #floor .attend ul {
    display: inline-block;
  }
  #floor .attend ul li {
    padding: 0 0 40px 19px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  #scene .group .item .h3-tit span {
    font-size: clamp(32px, 2.9vw, 46px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #floor .info {
    padding-left: calc(50% + 30px);
  }
}
