.section *,
.section *:before,
.section *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sl {
  display: block !important;
}

#key .sl img {
  width: 100%;
  height: 130vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#sec1 {
  padding: 16vw 0 20vw;
  position: relative;
}

#sec1::before {
  content: "";
  background: url(../img/en/sec1_line.png) no-repeat center bottom/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10vw;
  left: 15%;
  z-index: -1;
}

#sec1 .item1 {
  margin-bottom: 15vw;
}

#sec1 .item1 .gr-txt h2 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  color: #2b2828;
  line-height: 2;
}

#sec1 .item1 .gr-txt .gr-img {
  margin: 10vw 0 5vw;
}

#sec1 .item1 .gr-txt .gr-img li:not(:last-child) {
  margin-bottom: 10px;
}

#sec1 .item2 {
  margin-bottom: 15vw;
}

#sec1 .item2 .txt {
  margin-top: 5vw;
}

#sec1 .item3 .txt {
  margin-top: 5vw;
}

#sec2 {
  background: #e5e5e5;
  padding: 20vw 0 25vw;
}

#sec2 h2 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  color: #2b2828;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 8vw;
}

#sec2 .item1 {
  margin-bottom: 10vw;
}

#sec2 .item1 .price-box {
  color: #2b2828;
  font-size: 4.2vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 10vw;
}

#sec2 .item1 .price-box small {
  font-size: 3.5vw;
  letter-spacing: 0.2em;
}

#sec2 .item1 .notes {
  font-size: 13px;
}

#sec2 .item2 {
  margin-bottom: 12vw;
}

#sec2 .item2 .box {
  padding: 8vw 5%;
  margin-bottom: 8vw;
  background: url(../img/en/sec2_linex.jpg) repeat-x left top,
    url(../img/en/sec2_linex.jpg) repeat-x left bottom,
    url(../img/en/sec2_liney.jpg) repeat-y left top,
    url(../img/en/sec2_liney.jpg) repeat-y right top;
  text-align: center;
}

#sec2 .item2 .box h3 {
  font-size: 16px;
  letter-spacing: 0.16em;
}

#sec2 .item3 {
  margin-bottom: 12vw;
}

#sec2 .item3 h3 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  color: #2b2828;
  line-height: 1.8;
}

#sec2 .js-scroll {
  padding: 0 5%;
}

#sec2 .js-scroll .item-js {
  opacity: 0;
  transform: scale(0.95);
  transition: 0.4s ease;
  position: relative;
}

#sec2 .js-scroll .item-js:not(:last-child) {
  margin-bottom: 18vw;
}

#sec2 .js-scroll .item-js.in-view {
  opacity: 1;
  transform: scale(1);
}

#sec2 .js-scroll dl {
  margin: 10vw 0 0;
}

#sec2 .js-scroll dl dt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
}

#sec2 .js-scroll dl dt span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #4f4f4f;
}

#sec3 {
  padding: 22vw 0 30vw;
}

#sec3 h2 {
  font-size: 5vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.18em;
  color: #2b2828;
}

#sec3 .map {
  margin: 10vw 5% 15vw;
}

#sec3 .photo {
  margin: 0 0 8vw 52%;
}

#sec3 .photo1 {
  margin: 0 23% 10vw 32%;
}

#sec3 .item {
  margin: 0 5% 14vw;
}

#sec3 .item dl {
  margin: 6vw 5% 0;
}

#sec3 .item dl dt {
  font-size: 18px;
  margin-bottom: 5px;
}

#sec3 .item dl dd p:not(:last-child) {
  margin-bottom: 12px;
}

#sec3 .item2 {
  margin-bottom: 0;
}

#sec4 .group {
  background: url(../img/en/sec4_bg.jpg) no-repeat center top/cover;
  padding: 20vw 0 25vw;
  color: #fff;
}

#sec4 .group h2 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10vw;
}

#sec4 .group .list li {
  padding: 10px 0;
  letter-spacing: 0.03em;
  font-size: 13px;
  line-height: 30px;
  border-bottom: 1px solid #887971;
  position: relative;
  padding-left: 13px;
}

#sec4 .group .list li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 24px;
  left: 3px;
}

#sec4 .group .btn-reserve {
  margin: 15vw 5% 0;
}

#sec4 .group .btn-reserve a {
  font-size: 4vw;
  letter-spacing: 0.07em;
  padding: 5vw 5% 3vw;
  display: block;
  color: #fff;
  background: url(../img/en/btn_bg.jpg);
  text-align: center;
  position: relative;
}

#sec4 .group .btn-reserve a::after {
  content: "";
  background: url(../img/en/sec4_arr.png) no-repeat right center/100% auto;
  width: 5px;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
}

#sec4 .group .btn-reserve a img {
  width: 22px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#sec5 {
  padding: 22vw 0 25vw;
}

#sec5 .set1 {
  padding-bottom: 20vw;
}

#sec5 .set1 .content .left {
  margin-top: 15vw;
  text-align: center;
}

#sec5 .set1 .content .left h2 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #2b2828;
}

#sec5 .set1 .content .left .logo {
  margin: 12vw 0 6vw;
}

#sec5 .set1 .content .left .logo img {
  width: 15%;
}

#sec5 .set1 .content .left .btn-link {
  margin: 10vw auto 15vw;
  max-width: 83%;
}

#sec5 .set1 .content .left .btn-link a {
  font-size: 4.5vw;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
  padding: 4vw 8%;
  color: #fff;
  background: #000;
  position: relative;
}

#sec5 .set1 .content .left .btn-link a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 7%;
  color: #fff;
  transform: translateY(-50%) scaleY(1.1);
}

#sec5 .set1 .content .left .box {
  border: 1px solid #000;
  padding: 8vw 5%;
}

#sec5 .set1 .content .left .box h3 {
  font-size: 4.2vw;
  letter-spacing: 0.24em;
  margin-bottom: 5vw;
}

#sec5 .set1 .content .left .box .txt {
  letter-spacing: 0.1em;
  font-size: 13px;
  text-align: center;
}

#sec5 .set1 .content .left .list {
  text-align: left;
  margin-top: 10vw;
}

#sec5 .set1 .content .left .list dl:not(:last-child) {
  margin-bottom: 20px;
}

#sec5 .set1 .content .left .list dl dd {
  margin-right: -8px;
}

#sec5 .set1 .content .left .list dl dd a img {
  display: inline-block;
  width: 11px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

#sec5 .set2 .map {
  height: 480px;
}

#sec5 .set2 .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

#sec5 .set2 .btn-map {
  max-width: 83%;
  margin: 12vw auto 0;
}

#sec5 .set2 .btn-map a {
  font-size: 4.5vw;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
  padding: 4vw 8%;
  color: #000;
  border: 1px solid #636362;
  position: relative;
}

#sec5 .set2 .btn-map a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 7%;
  color: #000;
  transform: translateY(-50%) scaleY(1.1);
}

footer {
  padding-bottom: 35vw;
}

footer .btn_ichigan {
  margin-bottom: 11vw;
  width: 90%;
}

footer .item1 {
  padding-bottom: 9vw;
  margin-bottom: 11vw;
  position: relative;
}

footer .item1::before {
  content: "";
  border-bottom: 1px solid #918a87;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

footer .item1 .left .lang {
  display: flex;
  margin: 0 auto 30px;
  width: 50%;
}

footer .item1 .left .lang li {
  width: 50%;
}

footer .item1 .left .lang li a {
  font-size: 4vw;
  letter-spacing: 0.07em;
  padding: 1vw 5%;
  color: #fff;
  border: 1px solid #fff;
  display: block;
}

footer .item1 .left .lang li a.active {
  background: #fff;
  color: #000;
}

footer .item1 .left .address .cookies-link {
  margin-bottom: 0;
}

footer .item1 .right {
  margin-top: 30px;
}

footer .item1 .right .btn-coppy {
  margin-top: 25px;
}

footer .item1 .right .btn-coppy span {
  background: url(../img/shared/url_i.png) no-repeat center left;
  padding-left: 20px;
}

footer #pagetop {
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 20%;
  margin: 0 auto;
}

#ft-fixed {
  background: url(../img/shared/bg.jpg);
}

#ft-fixed .btn-link {
  padding: 20px 10px;
  width: 100%;
  text-align: center;
}

#ft-fixed .btn-link a {
  font-size: 4.5vw;
  letter-spacing: 0.11em;
  display: block;
}

#ft-fixed .btn-link a img {
  width: 22px;
  height: auto;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#ft-fixed .lang {
  display: none !important;
}

@media screen and (min-width: 768px) {
  main {
    overflow: visible;
  }

  .section>div:not(#sec5),
  header,
  footer {
    overflow: hidden;
  }

  .section {
    letter-spacing: 0.16em;
  }

  .hd-top {
    position: absolute;
    top: 41px;
    left: 59px;
    z-index: 2;
    color: #fff;
    align-items: center;
    display: flex !important;
  }

  .hd-top .btn-link a {
    font-size: 16px;
    letter-spacing: 0.07em;
    display: inline-block;
    padding: 2px 38px;
    border: 1px solid #fff;
    position: relative;
  }

  .hd-top .btn-link a::after {
    content: "";
    background: url(../img/en/sec4_arr.png) no-repeat right center/100% auto;
    width: 5px;
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
  }

  .hd-top .btn-link a:hover {
    opacity: 0.7;
  }

  .hd-top .lang {
    display: flex;
    width: 121px;
    margin-left: 30px;
  }

  .hd-top .lang li {
    width: 50%;
  }

  .hd-top .lang li a {
    font-size: 16px;
    padding: 0px 5px;
    text-align: center;
    line-height: 34px;
    letter-spacing: 0.07em;
    border: 1px solid #fff;
    display: block;
  }

  .hd-top .lang li a.active,
  .hd-top .lang li a:hover {
    background: #fff;
    color: #000;
  }

  #key .sl img {
    height: 950px;
  }

  #sec1 {
    padding: 180px 0 322px;
  }

  #sec1::before {
    background: url(../img/en/sec1_line.png) no-repeat;
    width: 1003px;
    height: 1360px;
    top: auto;
    right: auto;
    bottom: 87px;
    left: calc(50% - 253px);
  }

  #sec1 .item1 {
    margin-bottom: 120px;
  }

  #sec1 .item1 .gr-txt {
    width: 422px;
    margin-left: 42px;
    min-height: 640px;
  }

  #sec1 .item1 .gr-txt h2 {
    font-size: 27px;
    line-height: 65px;
    margin-bottom: 40px;
  }

  #sec1 .item1 .gr-txt .gr-img {
    margin: 0;
    position: absolute;
    top: 12px;
    right: -100px;
  }

  #sec1 .item1 .gr-txt .gr-img li:not(:last-child) {
    margin-bottom: 11px;
  }

  #sec1 .item2 {
    margin-bottom: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sec1 .item2 .photo {
    margin-left: 74px;
  }

  #sec1 .item2 .txt {
    width: 438px;
    margin-top: 13px;
  }

  #sec1 .item3 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #sec1 .item3 .photo {
    margin-right: -42px;
  }

  #sec1 .item3 .txt {
    width: 280px;
    margin: -10px 0 0 10px;
  }

  #sec2 {
    padding: 163px 0 224px;
  }

  #sec2 h2 {
    font-size: 27px;
    line-height: 55px;
    margin-bottom: 22px;
  }

  #sec2 .item1 {
    margin-bottom: 88px;
  }

  #sec2 .item1 .price-box {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 81px;
  }

  #sec2 .item1 .price-box small {
    font-size: 16px;
  }

  #sec2 .item1 .price-box dt {
    margin-right: 28px;
  }

  #sec2 .item1 .notes {
    text-align: center;
    font-size: 15px;
  }

  #sec2 .item1 .notes .lh30 {
    line-height: 35px;
  }

  #sec2 .item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 158px;
  }

  #sec2 .item2 .box {
    width: 479px;
    padding: 30px 20px 34px;
    margin: 0 0 0 66px;
  }

  #sec2 .item2 .txt {
    width: 386px;
  }

  #sec2 .item3 {
    margin-bottom: 71px;
  }

  #sec2 .item3 h3 {
    font-size: 25px;
    line-height: 65px;
    margin-left: 60px;
  }

  #sec2 .js-scroll {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
  }

  #sec2 .js-scroll .item-js:not(:last-child) {
    margin-bottom: 76px;
  }

  #sec2 .js-scroll .item-js2 dl {
    margin: 55px auto 0;
  }

  #sec2 .js-scroll .item-js3 dl {
    margin: 36px auto 0;
  }

  #sec2 .js-scroll .item-js4 dl {
    margin: 46px auto 0;
  }

  #sec2 .js-scroll dl {
    margin: 73px auto 0;
    width: 915px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sec2 .js-scroll dl dt {
    width: 50%;
    text-align: left;
    font-size: 23px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.3em;
  }

  #sec2 .js-scroll dl dt span {
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-left: 17px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
  }

  #sec2 .js-scroll dl dd {
    text-align: right;
    width: 50%;
    letter-spacing: 0.24em;
  }

  #sec3 {
    padding: 184px 0 232px;
  }

  #sec3 h2 {
    font-size: 27px;
    line-height: 65px;
  }

  #sec3 .map {
    margin: 99px auto 0;
    width: 551px;
  }

  #sec3 .photo {
    margin: -163px -62px 0 auto;
    width: 155px;
  }

  #sec3 .photo1 {
    margin: -35px 0 0 594px;
    width: 257px;
  }

  #sec3 .item {
    margin: 0 0 76px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #sec3 .item .photo2 {
    margin-left: -58px;
  }

  #sec3 .item dl {
    margin: 0 -30px -11px 0;
    width: 379px;
  }

  #sec3 .item dl dt {
    font-size: 23px;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
  }

  #sec3 .item dl dd {
    letter-spacing: 0.24em;
  }

  #sec3 .item dl dd p:not(:last-child) {
    margin-bottom: 16px;
  }

  #sec3 .item2 {
    margin-bottom: 0;
  }

  #sec3 .item2 .photo2 {
    margin-left: 136px;
  }

  #sec3 .item2 dl {
    width: 294px;
    margin: 0 -47px -10px 0;
  }

  #sec4 .group {
    padding: 146px 0 159px;
    margin: 0 50px;
  }

  #sec4 .group h2 {
    font-size: 27px;
    line-height: 55px;
    margin-bottom: 87px;
  }

  #sec4 .group .list {
    margin: 0 47px;
  }

  #sec4 .group .list li {
    padding: 3.5px 0;
    letter-spacing: 0.24em;
    font-size: 16px;
    line-height: 36px;
    padding-left: 26px;
  }

  #sec4 .group .list li::before {
    top: 23px;
    left: 12px;
  }

  #sec4 .group .btn-reserve {
    margin: 62px auto 0;
    width: 408px;
  }

  #sec4 .group .btn-reserve a {
    font-size: 16px;
    padding: 22px 35px 12px;
  }

  #sec4 .group .btn-reserve a::after {
    right: 29px;
  }

  #sec4 .group .btn-reserve a img {
    width: auto;
  }

  #sec4 .group .btn-reserve a:hover {
    opacity: 0.8;
  }

  #sec5 {
    padding: 246px 0 180px;
  }

  #sec5 .set1 {
    padding-bottom: 211px;
  }

  #sec5 .set1 .wrap {
    max-width: 100%;
  }

  #sec5 .set1 .content {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #sec5 .set1 .content .left {
    margin-top: 88px;
    width: 50%;
  }

  #sec5 .set1 .content .left .inner {
    max-width: 570px;
    padding: 0 20px;
    margin: 0 auto;
  }

  #sec5 .set1 .content .left h2 {
    font-size: 27px;
    line-height: 65px;
  }

  #sec5 .set1 .content .left .logo {
    margin: 48px 0 18px;
  }

  #sec5 .set1 .content .left .logo img {
    width: auto;
  }

  #sec5 .set1 .content .left .btn-link {
    margin: 20px auto 50px;
    max-width: 217px;
  }

  #sec5 .set1 .content .left .btn-link a {
    font-size: 16px;
    padding: 8px 20px;
  }

  #sec5 .set1 .content .left .btn-link a::after {
    content: "";
    background: url(../img/en/sec5_arr.png) no-repeat;
    width: 5px;
    height: 6px;
    top: 52%;
    right: 23px;
    transform: translateY(-50%);
  }

  #sec5 .set1 .content .left .btn-link a:hover {
    opacity: 0.8;
  }

  #sec5 .set1 .content .left .box {
    padding: 36px 15px 36px;
    width: 418px;
    margin: 0 auto;
  }

  #sec5 .set1 .content .left .box h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  #sec5 .set1 .content .left .box .txt {
    letter-spacing: 0.24em;
    font-size: 15px;
    text-align: center;
  }

  #sec5 .set1 .content .left .list {
    margin-top: 64px;
    text-align: center;
  }

  #sec5 .set1 .content .left .list dl {
    letter-spacing: 0.24em;
    line-height: 25px;
  }

  #sec5 .set1 .content .left .list dl:not(:last-child) {
    margin-bottom: 25px;
  }

  #sec5 .set1 .content .left .list dl dd {
    margin-right: -8px;
  }

  #sec5 .set1 .content .left .list dl dd a img {
    top: -2px;
    margin-right: 14px;
    left: 6px;
  }

  #sec5 .set1 .content .left .list dl dd a:hover {
    opacity: 0.7;
  }

  #sec5 .set1 .content .right {
    width: 50%;
    position: sticky;
    top: 0;
    right: 0;
  }

  #sec5 .set1 .content .right .photo img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #sec5 .set2 {
    overflow: hidden;
  }

  #sec5 .set2 .wrap {
    max-width: 1090px;
  }

  #sec5 .set2 .map {
    height: 461px;
  }

  #sec5 .set2 .btn-map {
    max-width: 283px;
    margin: 56px auto 0;
  }

  #sec5 .set2 .btn-map a {
    font-size: 16px;
    padding: 8px 40px;
  }

  #sec5 .set2 .btn-map a::after {
    content: "";
    background: url(../img/en/sec5_arr2.png) no-repeat right center/100% auto;
    width: 5px;
    top: 0;
    right: 20px;
    bottom: 0;
    transform: none;
  }

  #sec5 .set2 .btn-map a:hover {
    opacity: 0.7;
  }

  footer {
    padding: 104px 0 107px;
  }

  footer .wrap {
    max-width: 880px;
  }

  footer .btn_ichigan {
    position: absolute;
    top: -51px;
    right: -13px;
    margin: 0;
    left: auto;
    width: 350px;
    z-index: 2;
  }

  footer .btn_ichigan a:hover {
    opacity: 0.8;
  }

  footer .item1 {
    padding-bottom: 77px;
    margin-bottom: 61px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  footer .item1::before {
    right: -20px;
    left: -20px;
  }

  footer .item1 .left {
    width: 50%;
  }

  footer .item1 .left .lang {
    display: flex;
    margin: 0 0 43px;
    width: 121px;
  }

  footer .item1 .left .lang li a {
    font-size: 16px;
    padding: 0px 5px;
    text-align: center;
    line-height: 34px;
  }

  footer .item1 .left .lang li a:hover {
    background: #fff;
    color: #000;
  }

  footer .item1 .left .address {
    line-height: 33px;
    letter-spacing: 0.19em;
  }

  footer .item1 .left .address address {
    text-align: left;
  }

  footer .item1 .left .address .cookies-link {
    margin-bottom: 0;
  }

  footer .item1 .right {
    margin: 0 -15px -3px 0;
    display: flex;
    align-items: center;
  }

  footer .item1 .right #socialbuttons {
    margin: 0;
    text-align: left;
  }

  footer .item1 .right .btn-coppy {
    margin: 0 0 0 20px;
  }

  footer .item1 .right .btn-coppy span {
    background: url(../img/shared/url_i.png) no-repeat center left;
    padding-left: 20px;
  }

  footer #pagetop {
    max-width: 70px;
  }

  #ft-fixed {
    background: url(../img/shared/bg.jpg);
    top: 0;
    bottom: auto;
    padding: 18px 51px;
    align-items: center;
  }

  #ft-fixed .btn-link {
    padding: 0;
    width: 230px;
  }

  #ft-fixed .btn-link a {
    font-size: 16px;
    letter-spacing: 0.07em;
    border: 1px solid #000;
    padding: 2px 21px;
    display: block;
    position: relative;
  }

  #ft-fixed .btn-link a::after {
    content: "";
    background: url(../img/en/sec5_arr2.png) no-repeat right center/100% auto;
    width: 5px;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
  }

  #ft-fixed .btn-link a img {
    display: none;
  }

  #ft-fixed .btn-link a:hover {
    opacity: 0.7;
  }

  #ft-fixed .lang {
    display: flex !important;
    width: 121px;
    margin-left: 30px;
  }

  #ft-fixed .lang li {
    width: 50%;
    margin: 0 !important;
  }

  #ft-fixed .lang li a {
    font-size: 16px;
    padding: 0px 5px;
    text-align: center;
    line-height: 34px;
    letter-spacing: 0.07em;
    border: 1px solid #000;
    display: block;
    color: #000;
  }

  #ft-fixed .lang li a.active,
  #ft-fixed .lang li a:hover {
    background: #000;
    color: #fff;
  }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
  #sec3 .item2 dl {
    margin-right: calc(-50vw + 50% + 30px);
  }
}