/*=============================================
 ******************* Opening **********************
 *=============================================*/
body > * {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

body.visible > * {
  opacity: 1;
  visibility: visible;
}

body.visible #open {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

body.intro #open {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

body.intro {
  overflow: hidden;
}

#open {
  width: 100%;
  position: fixed;
  height: 100%;
  overflow: hidden;
  background: url("../img/shared/opening_p1.jpg") no-repeat;
  background-size: cover;
  background-position: right calc(50% - 23vw) center;
  opacity: 0;
  visibility: hidden;
  min-height: 100vh;
}
#open .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

body .open-txt {
  font-size: 6vw;
  letter-spacing: 3px;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  text-align: center;
}

body .open-txt .two {
  margin-left: 21%;
}

body .open-txt .three {
  margin-left: 33%;
}

body .open-logo {
  font-size: 6vw;
  letter-spacing: 3px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.open-txt.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#key-box {
  position: relative;
}
#key-box h1 {
  width: 20px;
  height: 100%;
  font-size: 2.67vw;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 3%;
  text-align: center;
  z-index: 1;
}
#key-box .img {
  width: 100%;
}

#lead {
  padding: 31.4vw 0 19vw;
  position: relative;
}
#lead::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco_gold1_sp.png) no-repeat;
  width: 29.47vw;
  height: auto;
  background-size: contain;
  aspect-ratio: 221/223;
  top: 9.7vw;
  right: 4%;
}
#lead .row1 h2 {
  width: 32vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22.2vw;
  position: relative;
}
#lead .row1 h2::before, #lead .row1 h2::after {
  position: absolute;
  content: "";
  background: #d8c04f;
}
#lead .row1 h2::before {
  width: 1px;
  height: 63.2vw;
  top: -21.9vw;
  left: -21%;
}
#lead .row1 h2::after {
  width: 17.4vw;
  height: 1px;
  top: -7vw;
  left: -39%;
}
#lead .row1 .img {
  height: 78.03vw;
  margin-right: -6%;
  margin-left: -0.6%;
  margin-bottom: 10.8vw;
  position: relative;
}
#lead .row1 .img::before {
  position: absolute;
  content: "";
  bottom: 100%;
  right: 0;
  background: url(../img/shared/deco_style1.png) repeat;
  background-size: 25%;
  background-position: center top;
  width: 19.33vw;
  height: auto;
  aspect-ratio: 1/1;
}
#lead .row1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
#lead .row2 {
  padding-bottom: 49.3vw;
  position: relative;
}
#lead .row2::before {
  content: "";
  position: absolute;
  background: url(../img/index/lead_deco1.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 50vw;
  bottom: 0;
  left: -5.5%;
  right: -5.5%;
}
#lead .row2 .desc {
  padding: 0 3%;
}
#lead .row2 .desc .txt {
  letter-spacing: -0.04em;
  margin-bottom: 8vw;
}
#lead .row2 .desc .txt:last-child {
  margin-bottom: 0;
}
#lead .row3 .group-img {
  margin: 0 -2.5% 22vw;
  display: flex;
  flex-wrap: wrap;
}
#lead .row3 .group-img.right {
  margin-bottom: 0;
}
#lead .row3 .group-img li {
  width: 50%;
}
#lead .row3 .desc {
  padding: 0 3%;
  margin-bottom: 18.2vw;
}
#lead .row3 h3 {
  width: 53vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.8vw;
}
#lead .row3 .txt {
  letter-spacing: -0.02em;
}

#history {
  background: url(../img/index/history_bg1.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 7.6vw 0 6.67vw;
}
#history .wrap {
  padding: 0;
}
#history .wrap-ovl {
  display: none;
}
#history .slide-infinity li {
  aspect-ratio: 201/139;
  width: auto;
  height: 32.4vw;
  margin: 0 1%;
  overflow: hidden;
}
#history .slide-infinity li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#history .box {
  padding: 0 7.3% 0 4.8%;
  margin: -9.33vw 0 -10.67vw;
  position: relative;
  z-index: 5;
}
#history .box h2 {
  width: 46vw;
  margin-bottom: 5.3vw;
}
#history .box .txt {
  letter-spacing: -0.04em;
}
#history .wrap-box {
  padding: 12.4vw 10%;
  position: relative;
  z-index: 1;
}
#history .wrap-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/index/history_box_bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

#course {
  padding: 19.9vw 0 31.2vw;
  position: relative;
}
#course::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco_gold3.png) no-repeat;
  width: 45.6vw;
  height: auto;
  background-size: contain;
  aspect-ratio: 171/98;
  top: 24vw;
  left: 0;
  transform: rotate(90deg);
}
#course::after {
  content: "";
  position: absolute;
  background: url(../img/shared/deco_gold3.png) no-repeat;
  width: 45.6vw;
  height: auto;
  background-size: contain;
  aspect-ratio: 171/98;
  top: 50vw;
  right: 0;
  transform: rotate(90deg);
}
#course .row1 h2 {
  width: 23.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6.9vw;
  position: relative;
}
#course .row1 h2::before, #course .row1 h2::after {
  position: absolute;
  content: "";
  background: #d8c04f;
}
#course .row1 h2::before {
  width: 1px;
  height: 38.7vw;
  top: -19.9vw;
  right: -10%;
}
#course .row1 h2::after {
  width: 45.6vw;
  height: 1px;
  top: -7vw;
  left: -68%;
}
#course .row1 .img {
  margin: 0 -5.5% 6.2vw;
}
#course .row2 {
  padding: 0 4%;
}
#course .row2 h3 {
  font-size: 7.47vw;
  line-height: 1.6em;
  margin-bottom: 5.6vw;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-left: 2%;
}
#course .row2 .txt {
  letter-spacing: -0.06em;
  margin-bottom: 7.7vw;
}

#floor {
  padding-bottom: 27.4vw;
}
#floor .row1 .img {
  margin: 0 -5.5% 16vw;
}
#floor .row1 h2 {
  width: 11.5vw;
  margin-left: 9%;
  position: relative;
}
#floor .row1 h2::before, #floor .row1 h2::after {
  position: absolute;
  content: "";
  background: #d8c04f;
}
#floor .row1 h2::before {
  width: 1px;
  height: 38.7vw;
  top: -15.9vw;
  left: -55%;
}
#floor .row1 h2::after {
  width: 81.6vw;
  height: 1px;
  top: -4.7vw;
  left: -93%;
}
#floor .row2 {
  position: relative;
}
#floor .row2::before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco_gold3.png) no-repeat;
  width: 45.6vw;
  height: auto;
  background-size: contain;
  aspect-ratio: 171/98;
  top: -22vw;
  right: -20%;
  transform: rotate(90deg);
}
#floor .row2 .img {
  width: 63.73vw;
  margin: -43.4vw -5.5% 22.9vw auto;
  position: relative;
}
#floor .row2 .img::before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  background: url(../img/shared/deco_style1.png) repeat;
  background-size: 25%;
  background-position: center top;
  width: 22.73vw;
  height: auto;
  aspect-ratio: 1/0.6;
}
#floor .row2 .txt {
  padding: 0 2%;
  letter-spacing: -0.07em;
  margin-bottom: 14.5vw;
}

#para .bg {
  min-height: 53.33vw;
  position: relative;
}
#para .img_parallax {
  position: absolute;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
}
#para .img_parallax img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#shopinfo {
  padding: 13.2vw 0 17vw;
}
#shopinfo .row1 {
  display: flex;
  margin-left: 1.2%;
}
#shopinfo .row1 h2 {
  flex-shrink: 0;
  width: 10.8vw;
  margin-right: 13%;
}
#shopinfo .row1 .group1 {
  margin-top: 1.7vw;
  display: flex;
  align-items: center;
}
#shopinfo .row1 .group1 .tit {
  font-size: 4vw;
  margin-left: 2%;
}
#shopinfo .row1 .group2 {
  margin-left: 5%;
}
#shopinfo .row1 .tel {
  margin-bottom: 2.6vw;
}
#shopinfo .row1 .tel dt {
  font-size: 3.47vw;
  margin-bottom: -1.7vw;
  line-height: 2.96em;
  letter-spacing: -0.06em;
}
#shopinfo .row1 .tel dt .tel-icon {
  font-family: var(--amiri);
  font-weight: 400;
  font-size: 8vw;
  position: relative;
  padding-left: 10%;
}
#shopinfo .row1 .tel dt .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/tel_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 3/4;
  width: 5vw;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#shopinfo .row1 .tel dd {
  font-size: 2.67vw;
  letter-spacing: -0.1em;
  margin-right: -6%;
}
#shopinfo .row1 .btn-reser {
  width: 86.8%;
  padding-left: 2.2%;
}
#shopinfo .row1 .btn-reser a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 70px;
  background-color: #941406;
}
#shopinfo .row1 .btn-reser a span {
  position: relative;
  padding-left: 30px;
}
#shopinfo .row1 .btn-reser a span::before {
  content: "";
  position: absolute;
  background: url(../img/shared/web_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 28/25;
  width: 18px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
#shopinfo .row1 .shop-logo {
  width: 44vw;
}
#shopinfo .row2 {
  padding: 10.9vw 0 0;
}
#shopinfo .row2 .info {
  margin-left: 2%;
  margin-bottom: 11.3vw;
}
#shopinfo .row2 .info dl {
  font-size: 15px;
  padding: 9px 0 9px 6px;
  border-bottom: 1px solid #c0c0c0;
}
#shopinfo .row2 .info dl dt {
  margin-bottom: 3px;
}
#shopinfo .row2 .info dl dd {
  line-height: 1.6em;
  padding-left: 20px;
  letter-spacing: -0.05em;
}
#shopinfo .row2 .info dl .spec {
  line-height: 1.2em;
}
#shopinfo .row2 .info .final {
  padding: 18px 0 14px;
}
#shopinfo .row2 .info .final dd {
  padding-left: 0;
}
#shopinfo .row2 .info .note {
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 12px;
}
#shopinfo .row2 .info .map-ic {
  position: relative;
  padding-left: 22px;
}
#shopinfo .row2 .info .map-ic::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  aspect-ratio: 40/54;
  width: 22px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#shopinfo .row2 .img {
  width: 84.9%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
}

#gmap {
  padding-bottom: 14.8vw;
}
#gmap h2 {
  width: 17.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.9vw;
}
#gmap .txt {
  text-align: center;
}
#gmap .txt.txt2 {
  margin-bottom: 8.8vw;
}
#gmap .map {
  height: 60vw;
  padding: 0 1%;
  margin-bottom: 7.8vw;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
}
#gmap .btn-map {
  text-align: center;
}
#gmap .btn-map a {
  display: flex;
  width: 74%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
}
#gmap .btn-map a span {
  position: relative;
  padding-left: 36px;
}
#gmap .btn-map a span::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  aspect-ratio: 40/54;
  width: 22px;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#park {
  padding-bottom: 21.8vw;
}
#park .wrap {
  padding: 0 6%;
}
#park h2 {
  width: 77vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7.8vw;
  margin-bottom: 7.6vw;
}
#park .txt {
  text-align: center;
  margin-bottom: 12.6vw;
}
#park .img1 {
  margin-bottom: 8.7vw;
}
#news {
  padding: 12.3vw 0 22vw;
  position: relative;
  z-index: 1;
}
#news::before {
  position: absolute;
  content: "";
  background-color: #b7b080;
  height: 1px;
  top: 2.6vw;
  left: 6%;
  right: 6%;
  margin: 0 auto;
  z-index: -2;
}
#news::after {
  position: absolute;
  content: "";
  top: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/index/news_deco1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 78/31;
  width: 10.4vw;
  height: auto;
  z-index: -1;
}
#news .wrap {
  padding: 0 6%;
}
#news h2 {
  width: 29vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.8vw;
}
#news #feed {
  margin-bottom: 7.5vw;
}
#news #feed dl {
  padding: 0 1% 20px;
  border-bottom: 1px dotted #b9b9b9;
}
#news #feed dl .date {
  font-family: var(--amiri);
  margin-bottom: 6px;
}
#news #feed dl .title {
  line-height: 1.6em;
}
#news #feed dl .title a {
  padding-right: 40px;
  display: inline-block;
  position: relative;
}
#news #feed dl .title a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/btn_arrow_b.png) no-repeat;
  background-size: contain;
  aspect-ratio: 31/6;
  width: 20px;
  height: auto;
  top: 10px;
  right: 0;
}
#news .btn-news {
  text-align: center;
}
#news .btn-news a {
  display: flex;
  width: 74%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #746b5e;
  font-size: 16px;
}
#news .btn-news a span {
  position: relative;
  padding-right: 45px;
}
#news .btn-news a span::before {
  content: "";
  position: absolute;
  background: url(../img/shared/btn_arrow_b.png) no-repeat;
  background-size: contain;
  aspect-ratio: 31/6;
  width: 20px;
  height: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  #open {
    background-position: center center;
  }
  body .open-logo {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: unset;
  }
  body .open-txt {
    position: absolute;
    width: unset;
    right: 60px;
  }
  #key-box {
    height: 773px;
    min-height: unset;
  }
  #key-box .img {
    height: 100%;
  }
  #key-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #key-box h1 {
    top: 18px;
    right: 21px;
    letter-spacing: -0.02em;
    left: inherit;
    transform: unset;
    font-size: 14px;
    width: unset;
  }
  #lead {
    padding: 104px 0 186px;
  }
  #lead::before {
    top: 0;
    left: 0;
    right: inherit;
    background-image: url(../img/shared/deco_gold1.png);
    width: 481px;
    aspect-ratio: 290/481;
  }
  #lead .row1 {
    display: flex;
    position: relative;
    margin-bottom: 220px;
  }
  #lead .row1 h2 {
    flex-shrink: 0;
    width: unset;
    margin-left: -45px;
    margin-top: 186px;
    margin-bottom: 0;
  }
  #lead .row1 h2::before {
    height: 470px;
    top: -190px;
    left: -45px;
  }
  #lead .row1 h2::after {
    width: 127px;
    top: -76px;
    left: -86px;
  }
  #lead .row1 .img {
    width: unset;
    height: 678px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: calc(50.9% - 50vw);
    left: calc(50% - 257px);
  }
  #lead .row1 .img::before {
    content: none;
  }
  #lead .row1 .img img {
    height: 100%;
  }
  #lead .row2 {
    position: relative;
    padding-bottom: 320px;
  }
  #lead .row2::before {
    right: calc((100vw - 100%) / -2);
    height: 288px;
  }
  #lead .row2::after {
    position: absolute;
    content: "";
    top: 0;
    right: -230px;
    background: url(../img/shared/deco_gold2.png) no-repeat;
    background-size: contain;
    aspect-ratio: 323/201;
    width: 323px;
    height: auto;
  }
  #lead .row2 .img {
    position: absolute;
    top: 0;
    left: calc(57.7% - 50vw);
    right: calc(50% + 250px);
    height: 600px;
    text-align: right;
  }
  #lead .row2 .img img {
    object-fit: cover;
    height: 100%;
  }
  #lead .row2 .img::before {
    position: absolute;
    content: "";
    bottom: -83px;
    right: 252px;
    left: calc(50% - 50vw);
    background: url(../img/shared/deco_style1.png) repeat;
    background-size: auto;
    background-position: center top;
    height: 513px;
  }
  #lead .row2 .desc {
    padding-top: 203px;
    padding-left: 0;
    padding-right: 0;
    margin-right: -39px;
    width: 640px;
    height: 353px;
    margin-left: auto;
  }
  #lead .row2 .txt-vertical-pc .txt {
    line-height: 40px;
    margin-bottom: 0;
  }
  #lead .row3 {
    display: flex;
    justify-content: center;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
  }
  #lead .row3 .desc {
    flex-shrink: 0;
    padding: 52px 78px 0;
    text-align: center;
    margin-bottom: 0;
  }
  #lead .row3 h3 {
    width: unset;
    text-align: center;
    margin-bottom: 79px;
  }
  #lead .row3 .group-img {
    flex-shrink: 0;
    margin: 0;
    width: 30.67%;
    align-self: start;
    min-width: 490px;
  }
  #lead .row3 .group-img.left {
    margin-right: auto;
  }
  #lead .row3 .group-img.right {
    margin-left: auto;
  }
  #lead .row3 .group-img li {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #lead .row3 .group-img li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #history {
    padding: 0;
    position: relative;
    background-position: top center;
    overflow: hidden;
  }
  #history .wrap-ovl {
    display: block;
    position: absolute;
    top: 0;
    left: -144px;
  }
  #history .slide-infinity li {
    aspect-ratio: unset;
    width: 604px;
    height: unset;
    margin: 17px 0;
  }
  #history .wrap-box {
    padding: 84px 90px 101px;
    box-sizing: border-box;
    width: 630px;
    margin-left: auto;
  }
  #history .box {
    box-sizing: border-box;
    margin: 202px -194px 168px 0;
    padding: 0;
  }
  #history .box h2 {
    margin-bottom: 31px;
    width: unset;
  }
  #history .box .txt {
    letter-spacing: -0.1em;
  }
  #course {
    padding: 0 0 187px;
  }
  #course::before {
    background-image: url(../img/shared/deco_gold4.png);
    aspect-ratio: 150/242;
    width: 150px;
    top: 500px;
    transform: unset;
  }
  #course::after {
    background-image: url(../img/shared/deco_gold5.png);
    aspect-ratio: 152/441;
    width: 152px;
    top: 50%;
    transform: unset;
  }
  #course .row1 {
    position: relative;
    padding-top: 278px;
    padding-bottom: 287px;
  }
  #course .row1 .img {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 350px);
    margin: 0;
    height: 851px;
    width: 1222px;
  }
  #course .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #course .row1 h2 {
    display: inline-block;
    width: unset;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: -71px;
  }
  #course .row1 h2::before {
    height: 336px;
    top: -197px;
    right: -15px;
  }
  #course .row1 h2::after {
    width: 340px;
    top: -52px;
    left: -166px;
  }
  #course .row2 {
    padding: 0;
    position: relative;
  }
  #course .row2 .img {
    position: absolute;
    top: -223px;
    left: calc(50% - 50vw);
    right: calc(50% + 419px);
    height: 615px;
  }
  #course .row2 .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #course .row2 h3 {
    font-size: 26px;
    margin-left: 0;
    margin-bottom: 36px;
  }
  #course .row2 .txt {
    margin-bottom: 60px;
  }
  #course .row2 .desc {
    margin-left: auto;
    width: 600px;
    margin-right: 160px;
  }
  #floor {
    padding-bottom: 270px;
  }
  #floor .row1 {
    position: relative;
    padding-top: 0;
    padding-bottom: 580px;
  }
  #floor .row1::before {
    position: absolute;
    content: "";
    background: url(../img/shared/deco_gold7.png) no-repeat;
    height: auto;
    width: 182px;
    aspect-ratio: 182/255;
    top: 205px;
    right: -175px;
  }
  #floor .row1 .img {
    position: absolute;
    top: 8px;
    left: calc(50.7% - 50vw);
    right: calc(50% - 335px);
    margin: 0;
    height: 729px;
    z-index: 1;
  }
  #floor .row1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #floor .row1 h2 {
    width: unset;
    margin-right: -7px;
    text-align: right;
    margin-top: -8px;
  }
  #floor .row1 h2::before {
    height: 343px;
    left: inherit;
    right: 99px;
    top: -188px;
  }
  #floor .row1 h2::after {
    width: 387px;
    left: inherit;
    right: -248px;
    top: -32px;
  }
  #floor .row2 {
    position: relative;
  }
  #floor .row2::before {
    background-image: url(../img/shared/deco_gold6.png);
    width: 187px;
    aspect-ratio: 187/347;
    top: inherit;
    right: inherit;
    bottom: -180px;
    left: -220px;
    transform: unset;
  }
  #floor .row2 .img {
    text-align: right;
    position: absolute;
    top: -96px;
    right: calc(60.9% - 50vw);
    left: calc(50% + 66px);
    width: 569px;
    height: 422px;
    margin: 0;
  }
  #floor .row2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #floor .row2 .img::before {
    top: -213px;
    height: 390px;
    background-size: auto;
    right: calc(50% - 50vw);
    left: calc(100% - 45px);
    width: unset;
    aspect-ratio: unset;
  }
  #floor .row2 .txt {
    width: 440px;
    padding: 0;
    margin-bottom: 63px;
    margin-left: 10px;
  }
  #floor .row2 .btn-all {
    margin-left: 20px;
  }
  #para .bg {
    min-height: 660px;
  }
  #shopinfo {
    padding: 140px 0 100px;
  }
  #shopinfo .row1 {
    margin-left: 0;
    margin-bottom: 112px;
  }
  #shopinfo .row1 .block {
    display: flex;
    margin-left: auto;
    margin-top: 56px;
  }
  #shopinfo .row1 h2 {
    width: unset;
    margin-right: 0;
    margin-left: -98px;
  }
  #shopinfo .row1 .group1 {
    flex-direction: column;
    margin-top: 0;
    margin-right: 51px;
    flex-shrink: 0;
    align-items: flex-start;
  }
  #shopinfo .row1 .group1 .tit {
    margin-left: 18px;
    font-size: 26px;
    text-align: left;
  }
  #shopinfo .row1 .group2 {
    margin-left: 0;
    margin-top: 6px;
  }
  #shopinfo .row1 .shop-logo {
    width: unset;
    margin-bottom: 20px;
  }
  #shopinfo .row1 .tel {
    margin-bottom: 20px;
  }
  #shopinfo .row1 .tel dt {
    font-size: 16px;
    margin-bottom: -10px;
    line-height: 2.96em;
  }
  #shopinfo .row1 .tel dt .tel-icon {
    font-size: 39px;
    padding-left: 30px;
  }
  #shopinfo .row1 .tel dt .tel-icon::before {
    width: 24px;
  }
  #shopinfo .row1 .tel dd {
    font-size: 12px;
    margin-right: 0;
  }
  #shopinfo .row1 .btn-reser a {
    width: 246px;
    height: 58px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #shopinfo .row1 .btn-reser a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #161515;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -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;
  }
  #shopinfo .row1 .btn-reser a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  #shopinfo .row1 .btn-reser a span::before {
    width: 22px;
  }
  #shopinfo .row2 {
    position: relative;
    padding: 0;
  }
  #shopinfo .row2 .info {
    width: 670px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: -98px;
    margin-top: -10px;
  }
  #shopinfo .row2 .info .map-ic::before {
    width: 17px;
  }
  #shopinfo .row2 .info .note {
    font-size: 14px;
  }
  #shopinfo .row2 .info dl {
    display: flex;
    font-size: 16px;
    line-height: 1.8em;
    padding: 15px 0;
  }
  #shopinfo .row2 .info dl.final {
    flex-direction: column;
    padding-top: 27px;
    padding-bottom: 30px;
  }
  #shopinfo .row2 .info dl.final dt {
    width: 100%;
    margin-bottom: 16px;
  }
  #shopinfo .row2 .info dl.final dd {
    margin-left: 9px;
  }
  #shopinfo .row2 .info dl dt {
    width: 150px;
    margin-left: 9px;
  }
  #shopinfo .row2 .info dl dd {
    line-height: unset;
  }
  #shopinfo .row2 .img {
    width: unset;
    padding-right: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: calc(50% - 50vw);
    height: 417px;
    right: calc(50% + 171px);
  }
  #shopinfo .row2 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #gmap {
    padding-bottom: 156px;
  }
  #gmap .desc {
    margin-left: -100px;
  }
  #gmap h2 {
    width: unset;
    margin-bottom: 50px;
    text-align: left;
  }
  #gmap .txt {
    text-align: left;
    margin-bottom: 38px;
    font-size: 18px;
  }
  #gmap .txt.txt2 {
    margin-bottom: 199px;
  }
  #gmap .map {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    top: 8px;
    right: -97px;
    aspect-ratio: 739/550;
    width: auto;
    height: 550px;
  }
  #gmap .ls-btn-map {
    display: flex !important;
    justify-content: flex-end;
    margin-top: 14px;
    margin-right: 10px;
  }
  #gmap .ls-btn-map li {
    margin-right: 20px;
  }
  #gmap .ls-btn-map li:last-child {
    margin-right: 0;
  }
  #gmap .ls-btn-map li a {
    position: relative;
    font-size: 14px;
    color: #403a30;
  }
  #gmap .ls-btn-map li a:hover {
    text-decoration: underline;
  }
  #gmap .ls-btn-map li a::after {
    content: "";
    border: solid #403a30;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    margin-bottom: 2px;
    margin-left: 5px;
  }
  #gmap .btn-map {
    margin-left: 10px;
    text-align: left;
  }
  #gmap .btn-map a {
    margin-left: 0;
    width: 246px;
    height: 58px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #gmap .btn-map a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #161515;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -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;
  }
  #gmap .btn-map a:hover {
    color: #fff;
  }
  #gmap .btn-map a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  #gmap .btn-map a:hover span::before {
    filter: brightness(0) invert(1);
  }
  #gmap .btn-map a span {
    padding-left: 0;
  }
  #gmap .btn-map a span::before {
    left: -30px;
    width: 20px;
    transition: all 0.3s ease;
  }
  #park {
    position: relative;
    padding-bottom: 160px;
  }
  #park .wrap {
    padding: 0;
  }
  #park .desc {
    margin-left: -100px;
  }
  #park h2 {
    width: unset;
    margin-left: -20px;
    padding-right: 0;
    margin-bottom: 55px;
  }
  #park .txt {
    text-align: left;
    font-size: 18px;
    margin-bottom: 52px;
  }
  #park .img1 {
    position: absolute;
    top: 46px;
    right: -97px;
  }
  #news {
    padding: 151px 0 94px;
  }
  #news .wrap {
    padding: 0;
    width: 1200px;
  }
  #news::before {
    right: 0;
    left: 0;
    top: 39px;
    max-width: 1200px;
  }
  #news::after {
    top: 20px;
    width: 78px;
  }
  #news h2 {
    width: unset;
    margin-bottom: 43px;
  }
  #news #feed {
    margin-left: 300px;
  }
  #news #feed dl {
    display: flex;
    padding: 0 0 25px 17px;
  }
  #news #feed dl .date {
    margin-bottom: 0;
    margin-right: 40px;
    flex-shrink: 0;
  }
  #news #feed dl .title {
    width: calc(100% - 130px);
    margin-top: 5px;
  }
  #news #feed dl .title a {
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
  }
  #news #feed dl .title a:hover {
    text-decoration: underline;
  }
  #news #feed dl .title a::before {
    width: 24px;
    right: 27px;
  }
  #news .btn-news {
    position: absolute;
    bottom: 10px;
    left: 13px;
  }
  #news .btn-news a {
    width: 158px;
    height: 34px;
    font-size: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }
  #news .btn-news a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #161515;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -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;
  }
  #news .btn-news a:hover {
    color: #fff;
  }
  #news .btn-news a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  #news .btn-news a:hover span::before {
    filter: brightness(0) invert(1);
  }
  #news .btn-news a span {
    padding-right: 30px;
  }
  #news .btn-news a span::before {
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #lead .row1 h2 {
    margin-left: 0;
  }
  #lead .row2 .desc {
    margin-right: 0;
  }
  #lead .row2 .img {
    right: calc(50% + 165px);
  }
  #history .box {
    margin: 202px -100px 168px 0;
  }
  #course .row1 h2 {
    margin-left: 0;
  }
  #course .row1 .img {
    left: calc(50% - 300px);
  }
  #shopinfo .row1 h2 {
    margin-left: 0;
  }
  #shopinfo .row2 .img {
    height: 417px;
    width: 35%;
  }
  #shopinfo .row2 .img img {
    object-fit: cover;
    height: 100%;
  }
  #shopinfo .row2 .info {
    margin-right: -30px;
  }
  #news .wrap {
    padding: 0;
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #gmap .desc {
    margin-left: 15px;
  }
  #gmap .map {
    width: 60%;
    right: -15px;
  }
  #park .desc {
    margin-left: 15px;
  }
  #park .img1 {
    width: 60%;
    right: -15px;
  }
}
