.main-img {
  background: url(../images/customhome/head-bg.jpg) no-repeat center bottom/cover;
}

.copy-list {
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.copy-list li {
  width: 31.5%;
}

.head-box {
  padding-bottom: 120px;
}

.big-photo {
  width: 92%;
  margin-top: 90px;
  margin-bottom: 100px;
}

.photo-flex {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  align-items: center;
}
.photo-flex .en-text {
  margin-bottom: 40px;
}
.photo-flex .en-text img {
  height: 90px;
  width: auto;
  max-width: none;
}
.photo-flex .en-text.right {
  text-align: right;
  width: 200%;
  margin-left: -110%;
  margin-bottom: 120px;
}
.photo-flex .en-text.right img {
  height: 64px;
}
.photo-flex .ja-copy {
  font-size: 20px;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 72px;
}
.photo-flex .ja-copy.ptn2 {
  margin-bottom: 36px;
}
.photo-flex .ja-text {
  font-size: 15px;
  line-height: 2.33;
}
.photo-flex.flex1 {
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
.photo-flex.flex1 .photo-bg {
  width: 56%;
  margin-right: -3.8%;
  min-height: 730px;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/customhome/photo-bg1-1.jpg) no-repeat center center/cover;
}
.photo-flex.flex1 .photo-text {
  margin-left: 8%;
  width: 39%;
  padding-top: 94px;
  padding-bottom: 120px;
  margin-bottom: 96px;
  position: relative;
  z-index: 2;
}
.photo-flex.flex2 {
  flex-direction: row;
  margin-bottom: 95px;
}
.photo-flex.flex2 .photo-bg {
  width: 63.3%;
  min-height: 900px;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/customhome/photo-bg1-2.jpg) no-repeat center center/cover;
}
.photo-flex.flex2 .photo-text {
  margin-right: 0%;
  width: 34%;
  position: relative;
  z-index: 2;
}
.photo-flex.flex3 {
  flex-direction: row-reverse;
  margin-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.photo-flex.flex3 .photo-bg {
  width: 55%;
}
.photo-flex.flex3 .photo-text {
  width: 43%;
}
.photo-flex.flex4 {
  flex-direction: row;
  margin-bottom: 100px;
}
.photo-flex.flex4 .photo-bg {
  width: 65%;
}
.photo-flex.flex4 .photo-text {
  width: 30%;
}

.sauna-pic {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.sauna-pic img {
  width: 100%;
}
.sauna-pic .en-ttl {
  position: absolute;
  z-index: 2;
  left: 64px;
  bottom: 40px;
}
.sauna-pic .en-ttl img {
  width: auto;
  max-width: none;
  height: 68px;
}

.photo-box.box1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  margin-bottom: 90px;
}
.photo-box.box2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  margin-bottom: 90px;
}
.photo-box .ja-text {
  font-size: 15px;
  line-height: 2.33;
  margin-top: 60px;
}

.luxe-wrap {
  padding-top: 160px;
  border-top: 1px solid #9fa0a0;
}
.luxe-wrap .luxe-box {
  position: relative;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.luxe-wrap .luxe-box .luxe-img {
  position: relative;
  z-index: 1;
}
.luxe-wrap .luxe-box .luxe-img img {
  width: 100%;
}
.luxe-wrap .luxe-box .luxe-text {
  position: absolute;
  z-index: 2;
  top: 56%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 90%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
.luxe-wrap .luxe-box .luxe-sub {
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.luxe-wrap .luxe-box .luxe-name {
  font-size: 43px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
.luxe-wrap .luxe-box .luxe-copy {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 60px;
}
.luxe-wrap .luxe-box .luxe-copy span {
  font-size: 17px;
}
.luxe-wrap .luxe-box .luxe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.luxe-wrap .luxe-box .luxe-list li {
  width: 32.3%;
  font-size: 16px;
  color: #fff;
  background: #1d68ab;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
}
.luxe-wrap .luxe-box .luxe-list li:last-child {
  width: 100%;
  margin-top: 5px;
}

.contact-box {
  border-top: 1px solid #fff;
  padding: 50px 0;
  background: #000;
  border-bottom: 1px solid #fff;
}
.contact-box .btn-link {
  text-align: center;
  border-radius: 50px;
  background: #1d68ab;
  padding: 16px 0;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  display: block;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .main-img {
    background: url(../images/customhome/head-bg-sp.jpg) no-repeat center bottom/cover;
  }
  .copy-list {
    display: block;
    justify-content: space-between;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.8vw;
  }
  .copy-list li {
    width: 100%;
    margin-bottom: 2.6vw;
  }
  .copy-list li:last-child {
    margin-bottom: 0;
  }
  .head-box {
    padding-bottom: 12vw;
  }
  .big-photo {
    width: 100%;
    margin-top: 12.5vw;
    margin-bottom: 5.6vw;
  }
  .photo-flex {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    align-items: center;
  }
  .photo-flex .en-text {
    margin-bottom: 1.73vw;
  }
  .photo-flex .en-text img {
    height: 12vw;
    width: auto;
    max-width: none;
  }
  .photo-flex .en-text.right {
    text-align: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 4vw;
  }
  .photo-flex .en-text.right img {
    height: 9.8vw;
  }
  .photo-flex .ja-copy {
    font-size: 4.6vw;
    line-height: 1.66;
    font-weight: 700;
    margin-bottom: 5.3vw;
  }
  .photo-flex .ja-copy.ptn2 {
    margin-bottom: 5.3vw;
  }
  .photo-flex .ja-text {
    font-size: 3.4vw;
    line-height: 1.85;
  }
  .photo-flex.flex1 {
    flex-direction: row-reverse;
    margin-bottom: 7.2vw;
  }
  .photo-flex.flex1 .photo-bg {
    width: 91%;
    margin-right: 0%;
    margin-left: 9%;
    min-height: 91vw;
    height: 100%;
    position: relative;
    z-index: 1;
    background: url(../images/customhome/photo-bg1-1-sp.jpg) no-repeat center center/cover;
  }
  .photo-flex.flex1 .photo-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 6vw;
    padding-bottom: 12vw;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .photo-flex.flex2 {
    flex-direction: row;
    margin-bottom: 13.3vw;
  }
  .photo-flex.flex2 .photo-bg {
    width: 91%;
    margin-right: 9%;
    margin-left: 0%;
    min-height: 91vw;
    height: 100%;
    position: relative;
    z-index: 1;
    background: url(../images/customhome/photo-bg1-2.jpg) no-repeat center center/cover;
  }
  .photo-flex.flex2 .photo-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 6vw;
    padding-bottom: 12vw;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .photo-flex.flex3 {
    width: 82%;
    flex-direction: row-reverse;
    margin-bottom: 12vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .photo-flex.flex3 .photo-bg {
    width: 100%;
    margin-bottom: 6.6vw;
  }
  .photo-flex.flex3 .photo-text {
    width: 100%;
  }
  .photo-flex.flex4 {
    width: 82%;
    flex-direction: row-reverse;
    margin-bottom: 12vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .photo-flex.flex4 .photo-bg {
    width: 100%;
    margin-bottom: 6.6vw;
  }
  .photo-flex.flex4 .photo-text {
    width: 100%;
  }
  .sauna-pic {
    position: relative;
    z-index: 1;
    margin-bottom: 13.3vw;
  }
  .sauna-pic img {
    width: 100%;
  }
  .sauna-pic .en-ttl {
    position: absolute;
    z-index: 2;
    left: 6.6vw;
    bottom: 4.6vw;
  }
  .sauna-pic .en-ttl img {
    width: auto;
    max-width: none;
    height: 21vw;
  }
  .photo-box.box1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
    margin-bottom: 12vw;
  }
  .photo-box.box2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
    margin-bottom: 12vw;
  }
  .photo-box .ja-text {
    font-size: 3.5vw;
    line-height: 1.85;
    margin-top: 3.4vw;
  }
  .luxe-wrap {
    padding-top: 12vw;
    border-top: 1px solid #9fa0a0;
  }
  .luxe-wrap .luxe-box {
    position: relative;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .luxe-wrap .luxe-box .luxe-img {
    position: relative;
    z-index: 1;
  }
  .luxe-wrap .luxe-box .luxe-img img {
    width: 100%;
  }
  .luxe-wrap .luxe-box .luxe-text {
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 90%;
    max-width: 47.3vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
  }
  .luxe-wrap .luxe-box .luxe-sub {
    font-size: 3.8vw;
    margin-bottom: 2.4vw;
  }
  .luxe-wrap .luxe-box .luxe-name {
    font-size: 7.3vw;
    margin-bottom: 2.1vw;
  }
  .luxe-wrap .luxe-box .luxe-copy {
    font-size: 3.2vw;
    line-height: 1.3;
    margin-bottom: 1.6vw;
  }
  .luxe-wrap .luxe-box .luxe-copy span {
    font-size: 3.04vw;
  }
  .luxe-wrap .luxe-box .luxe-list {
    display: block;
  }
  .luxe-wrap .luxe-box .luxe-list li {
    width: 100%;
    font-size: 2.93vw;
    padding: 1.02vw 0;
    text-align: center;
    margin-bottom: 1.02vw;
  }
  .luxe-wrap .luxe-box .luxe-list li:last-child {
    margin-bottom: 0;
  }
  .contact-box {
    border-top: 1px solid #fff;
    padding: 50px 0;
    background: #000;
  }
  .contact-box .btn-link {
    text-align: center;
    border-radius: 6.6vw;
    padding: 4vw 0;
    font-size: 4vw;
    display: block;
    width: 40vw;
  }
}
/*# sourceMappingURL=customhome.css.map */