main {
  overflow: inherit;
}

@media only screen and (min-width: 768px) {
  header h1 {
    position: sticky;
    top: 18px;
  }
}

.key .item .slide1 {
  background: url("../img/index/key1.jpg") no-repeat center/cover;
}

.key .item .slide2 {
  background: url("../img/index/key2.jpg") no-repeat center/cover;
}

.key .item .slide3 {
  background: url("../img/index/key3.jpg") no-repeat center/cover;
}

@media only screen and (min-width: 768px) and (max-height: 870px) {
  .key {
    height: calc(100vh - 70px);
  }
  .key .item span {
    height: calc(100vh - 70px);
  }
}

@media only screen and (min-width: 768px) {
  #key {
    position: sticky;
    top: 49px;
  }
}

#news {
  padding: 30.5vw 0 22.1vw;
}

#news h2 {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 39px;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  padding: 10px 0;
  margin: 0 auto 11.5vw;
  white-space: nowrap;
}

#news .txt {
  line-height: 25px;
  margin-bottom: 11.5vw;
}

#news #feed {
  margin-bottom: 11vw;
}

#news #feed dl {
  line-height: 20px;
}

#news #feed dl dt {
  color: #837356;
  font-size: 13px;
}

#news #feed dl dd {
  letter-spacing: 0.15em;
}

#news #feed dl dd a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 20px;
  text-decoration: underline;
}

#news #feed .item + .item {
  margin-top: 8px;
}

#news .btn-common {
  max-width: 170px;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 0 0 100px;
    margin-top: 177px;
  }
  #news h2 {
    font-size: 20px;
    line-height: 51px;
    padding: 4px 0 8px;
    margin: 0 auto 47px;
  }
  #news .txt {
    margin: 0 0 73px 7px;
  }
  #news #feed {
    min-height: 50px;
    display: table;
    margin: 0 auto 76px;
    text-align: left;
  }
  #news #feed dl {
    width: 100%;
    display: table;
  }
  #news #feed dl dt {
    width: 120px;
    display: table-cell;
    font-size: 16px;
  }
  #news #feed dl dd {
    display: table-cell;
    font-size: 14px;
  }
  #news #feed dl dd a:hover {
    text-decoration: none;
  }
  #news .btn-common {
    max-width: 170px;
  }
  #news .btn-common a {
    padding: 14px 15px 14px 0;
  }
}

#sec1 {
  padding: 88vw 0 61.3vw;
  position: relative;
}

#sec1:before {
  content: "";
  width: 104vw;
  height: 150vw;
  background-image: url("../img/index/sec1_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#sec1:after {
  content: "";
  width: 130vw;
  height: 160vw;
  background-image: url("../img/index/sec1_deco2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: -40vw;
  bottom: -35.2vw;
  z-index: -2;
}

#sec1 h2 {
  margin: 0 auto 20vw;
  white-space: nowrap;
}

#sec1 .row-text h3 {
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 274px 0;
  }
  #sec1:before {
    width: 762px;
    height: 1018px;
    top: -16px;
  }
  #sec1:after {
    width: 1084px;
    height: 1193px;
    right: 0;
    bottom: -340px;
  }
  #sec1 h2 {
    margin: 0 0 23px 695px;
  }
  #sec1 .row-text {
    text-align: left;
    padding-left: 29px;
  }
  #sec1 .row-text h3 {
    margin-bottom: 43px;
  }
}

#sec2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 25vw;
}

#sec2 .inner {
  position: relative;
  z-index: 2;
}

#sec2 .water-effect-wrapper {
  position: relative;
  padding-bottom: 300vh;
}

#sec2 .water-effect-wrapper #js-group {
  height: 200vh;
  padding-top: 200vh;
}

#sec2 .water-effect-wrapper .gr-txt {
  position: relative;
  z-index: 10;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec2 .water-effect-wrapper .gr-txt #js-img {
  width: 70.7vw;
  height: 70.7vw;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 1;
}

#sec2 .water-effect-wrapper .gr-txt #js-img img {
  width: 70.7vw;
  height: 70.7vw;
  object-fit: cover;
  object-position: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#sec2 .water-effect-wrapper .gr-txt .js-text1 {
  text-align: center;
  margin: 0 0 -11vw;
  position: relative;
  z-index: 2;
}

#sec2 .water-effect-wrapper .gr-txt .js-text1 img {
  width: 35.7vw;
  height: auto;
}

#sec2 .water-effect-wrapper .gr-txt .js-text2 {
  text-align: center;
  opacity: 0.5;
  font-size: 29.3vw;
  line-height: 24vw;
  letter-spacing: 0.1em;
  margin-top: -14vw;
}

#sec2 .water-effect-wrapper .gr-photo {
  width: 260px;
  height: 260px;
  position: absolute;
  transition: 1.5s;
  left: 50%;
  transform: translateX(-50%);
}

#sec2 .water-effect-wrapper .gr-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec2 .water-effect-wrapper .photo-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#sec2 .water-effect-wrapper .photo-item.active {
  opacity: 1;
}

#sec2 .water-effect-wrapper .photo-item.active .water {
  animation: move-water 2s linear forwards;
}

#sec2 .water-effect-wrapper .photo-main {
  height: 100%;
  position: relative;
  z-index: 1;
}

#sec2 .water-effect-wrapper .water {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: repeat;
  filter: url(#water-filter);
  transition: 3s;
  z-index: 3;
  opacity: 0;
}

#sec2 .water-effect-wrapper .water.filter-active {
  opacity: 1;
}

#sec2 .water-effect-wrapper .photo-item2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

#sec2 .txt {
  padding: 0 3.3vw;
  margin-top: 20vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 265px;
  }
  #sec2 .water-effect-wrapper .gr-txt #js-img {
    width: 531px;
    height: 531px;
  }
  #sec2 .water-effect-wrapper .gr-txt #js-img img {
    width: 531px;
    height: 531px;
  }
  #sec2 .water-effect-wrapper .gr-txt .js-text1 {
    margin: 0 0 -132px;
    padding-right: 34px;
  }
  #sec2 .water-effect-wrapper .gr-txt .js-text1 img {
    width: 224px;
  }
  #sec2 .water-effect-wrapper .gr-txt .js-text2 {
    font-size: 220px;
    line-height: 170px;
    margin-top: -93px;
  }
  #sec2 .water-effect-wrapper .gr-photo {
    width: 460px;
    height: 460px;
  }
  #sec2 .txt {
    padding: 0 47px 0 50px;
    margin-top: 115px;
  }
}

@keyframes move-water {
  from {
    background-position: 0% 0%;
    opacity: 1;
  }
  to {
    background-position: calc(-50px) calc(-50px);
    opacity: 0;
  }
}

#sec3 {
  position: relative;
  z-index: 1;
}

#sec3 .eng-ttl-small {
  margin: 0 0 11vw 3.3vw;
}

#sec3 .img {
  margin-bottom: 82.4vw;
  overflow: hidden;
  height: 108.9vw;
}

#sec3 .col-text h2 {
  letter-spacing: 0.5em;
  margin: 0 auto 8vw;
  white-space: nowrap;
}

#sec3 .s3-slider {
  width: 67.3vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82vw;
  z-index: 1;
  line-height: 0;
}

#sec3 .s3-slider .slick-list {
  overflow: visible;
}

#sec3 .s3-slider img {
  box-shadow: 0 0 5.34vw rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #sec3 .eng-ttl-small {
    margin: 0;
    position: absolute;
    left: 32px;
    top: -5px;
  }
  #sec3 .img {
    height: 846px;
    margin-bottom: 0;
    position: absolute;
    right: calc(-50vw + 50.7%);
    left: calc(50% + 109px);
  }
  #sec3 .col-text {
    width: 426px;
    padding: 120px 0 147px;
  }
  #sec3 .col-text h2 {
    margin-bottom: 74px;
  }
  #sec3 .col-text .txt {
    padding-left: 21px;
  }
  #sec3 .s3-slider {
    width: 505px;
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    margin-left: 170px;
  }
  #sec3 .s3-slider img {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}

#sec4 {
  position: relative;
  padding: 0 0 20.8vw;
  margin-top: 60vw;
}

#sec4:before {
  content: "";
  width: 100%;
  height: 80vw;
  background-image: url("../img/index/sec4_deco1_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -60vw;
  z-index: -1;
}

#sec4:after {
  content: "";
  width: 31.6vw;
  height: 35.2vw;
  background-image: url("../img/index/sec4_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 4.5vw;
  top: 90vw;
  z-index: -1;
}

#sec4 .eng-ttl-small {
  margin: 0 0 6vw 3.3vw;
}

#sec4 .img {
  width: 70.5vw;
  height: 87.2vw;
  margin: 0 0 15vw -3.3vw;
}

#sec4 .col-text {
  padding-left: 6.7vw;
}

#sec4 .col-text h2 {
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0px 0 128px;
    margin-top: 100px;
  }
  #sec4:before {
    width: 704px;
    height: 664px;
    background-image: url("../img/index/sec4_deco1.png");
    top: -296px;
  }
  #sec4:after {
    width: 150px;
    height: 165px;
    right: auto;
    top: 642px;
    left: calc(50% - 637px);
  }
  #sec4 .eng-ttl-small {
    margin: 0 0 124px 32px;
  }
  #sec4 .img {
    width: 390px;
    height: 578px;
    margin: 0 0 8px 70px;
  }
  #sec4 .col-text {
    width: 409px;
    padding-left: 0;
  }
  #sec4 .col-text h2 {
    margin-bottom: 63px;
  }
}

#sec5 {
  position: relative;
}

#sec5 .sticky {
  height: calc(100vh - 70px);
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sec5 .eng-ttl-small {
  margin: 0 0 15vw 3.3vw;
}

#sec5 .row-text h2 {
  letter-spacing: 0.5em;
  white-space: nowrap;
  margin: 0 auto 8vw;
}

#sec5 .row-text {
  position: relative;
  z-index: 1;
}

#sec5 .img-group {
  position: relative;
  z-index: -1;
  padding: 18.7vw 0 100vh;
}

#sec5 .img-group .img2 {
  width: 45.7vw;
  height: 26.5vw;
  margin-bottom: -4.4vw;
}

#sec5 .img-group .img1 {
  width: 40vw;
  margin: 0 3.3vw 6.7vw auto;
}

#sec5 .img-group .img3 {
  width: 56vw;
  margin: 0 0 10.4vw 6.9vw;
}

#sec5 .img-group .img4 {
  width: 21.3vw;
  margin: 0 0 -19.3vw 30.3vw;
}

#sec5 .img-group .img5 {
  width: 21.3vw;
  margin: 0 0 -20.3vw 6.6vw;
}

#sec5 .img-group .img6 {
  width: 49.3vw;
  margin: 0 3.3vw 8.4vw auto;
}

#sec5 .img-group .img7 {
  width: 49.6vw;
  margin-left: 28.9vw;
}
@media screen and (max-width: 767px) {
  #sec5 .row-text:before {
    content: "";
    width: 100vw;
    height: 120vw;
    background-image: url("../img/index/shadow.png");
    background-size: 171%;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: 0vw;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .sticky {
    top: 60px;
  }
  #sec5 .eng-ttl-small {
    margin: 0 0 142px 32px;
  }
  #sec5 .row-text h2 {
    margin: 0 auto 73px;
  }
  #sec5 .row-text .txt {
    padding-left: 22px;
  }
  #sec5 .img-group {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 100vh;
    position: relative;
  }
  #sec5 .img-group .img2 {
    width: 462px;
    height: 199px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 226px;
  }
  #sec5 .img-group .img1 {
    width: 300px;
    margin: 0 0 90px calc(50% + 289px);
  }
  #sec5 .img-group .img3 {
    width: 296px;
    margin: 0 0 -43px 50%;
  }
  #sec5 .img-group .img4 {
    width: 159px;
    margin: 0 0 -145px calc(50% - 367px);
  }
  #sec5 .img-group .img5 {
    width: 159px;
    margin: 0 0 -28px calc(50% - 544px);
  }
  #sec5 .img-group .img6 {
    width: 300px;
    margin: 0;
    position: absolute;
    top: 697px;
    left: calc(50% + 139px);
  }
  #sec5 .img-group .img7 {
    width: 372px;
    margin-left: calc(50% + 315px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec5 .img-group .img7 {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec5 .img-group .img1 {
    margin-left: auto;
  }
}

#sec6 {
  padding-bottom: 43.3vw;
}

#sec6 .img {
  margin-bottom: 19.3vw;
}

#sec6 .col-text {
  padding: 0 3.3vw;
}

#sec6 .col-text .eng-ttl-small {
  margin-bottom: 4vw;
}

#sec6 .col-text h2 {
  margin-bottom: 10vw;
}

#sec6 .col-text .s6-slider {
  width: 61.3vw;
  line-height: 0;
  margin: 0 auto 12vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 0;
    position: relative;
  }
  #sec6 .img {
    width: 50%;
    height: 970px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sec6 .col-text {
    width: 50%;
    padding: 0 0px 79px;
  }
  #sec6 .col-text .eng-ttl-small {
    margin: -3px 0 75px 32px;
  }
  #sec6 .col-text h2 {
    margin-bottom: 49px;
    padding-left: 7px;
  }
  #sec6 .col-text .s6-slider {
    width: 310px;
    margin: 0 auto 64px;
  }
  #sec6 .col-text .dots-style2 .slick-dots {
    margin-top: 24px;
  }
  #sec6 .col-text .txt {
    padding-left: 6px;
  }
}

#sec7 {
  margin-bottom: 40.3vw;
  position: relative;
}

#sec7:before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url("../img/index/sec7_deco_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 17.3vw;
  z-index: -1;
}

#sec7 .img-group {
  flex-wrap: wrap;
  margin-bottom: 34.7vw;
}

#sec7 .img-group .group1 {
  width: 50%;
}

#sec7 .img-group .group1 .img1 {
  width: 39.7vw;
  margin: 0 0.5vw 0.5vw auto;
}

#sec7 .img-group .group1 .img2 {
  padding-right: 0.5vw;
}

#sec7 .img-group .group2 {
  width: 50%;
  padding-top: 36vw;
}

#sec7 .img-group .group2 .img3 {
  margin-bottom: 0.5vw;
}

#sec7 .img-group .group3 {
  width: 100%;
  padding-top: 34.3vw;
  position: relative;
}

#sec7 .img-group .group3 .img5 {
  width: 50.4vw;
  margin-left: 42vw;
}

#sec7 .img-group .group3 .img6 {
  width: 27.5vw;
  position: absolute;
  top: -20.4vw;
  left: 22vw;
}

#sec7 .img-group .group3 .img7 {
  width: 38.4vw;
  height: 45.2vw;
  position: absolute;
  left: 3vw;
  top: 7.6vw;
}

@media screen and (min-width: 768px) {
  #sec7 {
    margin-bottom: 182px;
  }
  #sec7:before {
    width: 340px;
    height: 445px;
    background-image: url("../img/index/sec7_deco.png");
    bottom: 152px;
  }
  #sec7 .inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  #sec7 .img-group {
    margin-bottom: -31px;
    flex-wrap: nowrap;
  }
  #sec7 .img-group .group1 {
    width: 470px;
    margin-right: 2px;
  }
  #sec7 .img-group .group1 .img1 {
    width: 270px;
    margin: 0 0 2px auto;
  }
  #sec7 .img-group .group1 .img2 {
    padding-right: 0;
  }
  #sec7 .img-group .group2 {
    width: 405px;
    padding-top: 238px;
    margin-right: 2px;
  }
  #sec7 .img-group .group2 .img3 {
    margin-bottom: 2px;
  }
  #sec7 .img-group .group3 {
    width: 341px;
    padding-top: 238px;
  }
  #sec7 .img-group .group3 .img5 {
    width: 100%;
    margin: 0 0 2px 0;
  }
  #sec7 .img-group .group3 .img6 {
    width: 288px;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 2px;
  }
  #sec7 .img-group .group3 .img7 {
    width: 250px;
    height: 339px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
  }
}

#sec8 {
  padding-bottom: 40vw;
  position: relative;
}

#sec8:before {
  content: "";
  background-image: url("../img/index/sec8_deco_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec8 .s8-slider p {
  width: 227vw;
}

#sec8 .blk {
  position: relative;
  margin-top: -7vw;
}

#sec8 .blk h2 {
  position: absolute;
  top: 12.7vw;
  right: 2vw;
}

#sec8 .blk h2 .r1 {
  display: inline-block;
  font-size: 4vw;
  letter-spacing: 0.5em;
  line-height: 6.9vw;
  border: 1px solid #9f9f9f;
  padding: 3vw 0 1.6vw;
  margin-bottom: 4vw;
}

#sec8 .blk h2 .r2 {
  display: inline-block;
  font-size: 6.7vw;
  letter-spacing: 0.5em;
  line-height: 6.9vw;
}

#sec8 .blk h2 .r2 span {
  margin-top: 5vw;
}

#sec8 .blk .img {
  width: 60vw;
  margin: 0 auto 10vw;
}

#sec8 .blk .txt {
  margin: 0 -2vw;
}

@media screen and (min-width: 768px) {
  #sec8 {
    padding-bottom: 146px;
  }
  #sec8:before {
    background-image: url("../img/index/sec8_deco.png");
    width: 1516px;
    height: 780px;
    left: calc(50% - 758px);
    right: auto;
    top: auto;
    bottom: 45px;
  }
  #sec8 .s8-slider p {
    width: auto;
  }
  #sec8 .blk {
    margin-top: -42px;
  }
  #sec8 .blk h2 {
    top: 71px;
    right: 61px;
  }
  #sec8 .blk h2 .r1 {
    display: table;
    font-size: 20px;
    line-height: 33px;
    padding: 16px 0 7px;
    margin-bottom: 0;
  }
  #sec8 .blk h2 .r2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin: 69px 23px 0 0;
  }
  #sec8 .blk h2 .r2 span {
    margin-top: 24px;
  }
  #sec8 .blk .img {
    width: 100%;
    margin: 0 0 65px 2px;
  }
  #sec8 .blk .txt {
    text-align: left;
    margin: 0 18px;
  }
}

#sec9 {
  position: relative;
  padding-bottom: 34.9vw;
}

#sec9:before {
  content: "";
  width: 100%;
  height: 130vw;
  background-image: url("../img/index/sec9_deco_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 97.3vw;
  z-index: -1;
}

#sec9 .bg-para {
  height: 97.3vw;
}

#sec9 .blk {
  padding-top: 53.3vw;
}

#sec9 .blk .col-text {
  margin-bottom: 5vw;
}

#sec9 .blk .col-text h2 {
  order: 1;
}

#sec9 .blk .col-text h2 .eng-ttl {
  text-align: left;
  letter-spacing: 0.15em;
}

#sec9 .blk .col-text .txt {
  margin: 76px 34px 0 0;
}

#sec9 .blk .col-img {
  width: 86.7vw;
  margin: 0 auto 1.3vw;
}

#sec9 .blk .col-img li {
  width: 28vw;
}

#sec9 .blk .col-img .img2 {
  margin-top: 25.3vw;
}

#sec9 .blk .col-img .img3 {
  margin-top: 50.7vw;
}

#sec9 .img4 {
  width: 86.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec9 .blk .col-text h2 {
    white-space: nowrap;
  }
  #sec9 .blk .col-text .txt {
    height: 383px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #sec9 {
    padding-bottom: 174px;
  }
  #sec9 .bg-para {
    height: 729px;
  }
  #sec9:before {
    width: 805px;
    height: 937px;
    background-image: url("../img/index/sec9_deco.png");
    top: 707px;
  }
  #sec9 .blk {
    padding-top: 254px;
  }
  #sec9 .blk .col-text {
    order: 2;
    justify-content: flex-end;
    margin: 0 45px 0 0;
  }
  #sec9 .blk .col-text h2 .eng-ttl {
    margin: 3px 0 0 28px;
  }
  #sec9 .blk .col-text .txt {
    height: 600px;
    margin: 123px 61px 0 0;
  }
  #sec9 .blk .col-img {
    width: 510px;
    margin: 205px 0 0 -127px;
  }
  #sec9 .blk .col-img li {
    width: 165px;
  }
  #sec9 .blk .col-img .img2 {
    margin-top: 150px;
  }
  #sec9 .blk .col-img .img3 {
    margin-top: 300px;
  }
  #sec9 .img4 {
    width: 735px;
    margin: -77px 0 0 391px;
  }
}

#shopinfo {
  padding-bottom: 29.3vw;
}

#shopinfo .logo {
  width: 122px;
  margin: 0 auto 30px;
}

#shopinfo .txt {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}

#shopinfo .tel {
  margin-bottom: 27px;
}

#shopinfo .reserve-btn {
  margin-bottom: 49px;
}

#shopinfo .info {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 44px;
  line-height: 20px;
  border-top: 1px dotted #bfa77c;
}

#shopinfo .info dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #bfa77c;
  padding: 10px 0;
}

#shopinfo .info dl dd {
  width: 205px;
}

#shopinfo .cancel {
  max-width: 326px;
  width: 100%;
  margin: 0 auto;
  line-height: 20px;
  position: relative;
  padding: 20px 0 30px;
}

#shopinfo .cancel:before {
  content: "";
  width: 15px;
  border: 1px solid #777;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#shopinfo .cancel:after {
  content: "";
  width: 15px;
  border: 1px solid #777;
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#shopinfo .cancel .ttl {
  text-decoration: underline;
  text-decoration-color: #777;
  text-underline-offset: 1px;
  margin-bottom: 12px;
}

#shopinfo .cancel .txt2 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 370px) {
  #shopinfo .cancel {
    width: 100%;
  }
  #shopinfo .cancel .txt2 {
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding-bottom: 122px;
  }
  #shopinfo .logo {
    width: 197px;
    margin: 0 auto 38px;
  }
  #shopinfo .txt {
    font-size: 14px;
    margin-bottom: 65px;
  }
  #shopinfo .tel {
    margin-bottom: 32px;
  }
  #shopinfo .reserve-btn {
    margin-bottom: 79px;
  }
  #shopinfo .info {
    max-width: 760px;
    margin: 0 auto 90px;
    line-height: 30px;
  }
  #shopinfo .info dl {
    padding: 15px 0 14px;
    width: 100%;
    display: table;
  }
  #shopinfo .info dl dt {
    width: 307px;
    display: table-cell;
    padding-left: 40px;
  }
  #shopinfo .info dl dd {
    width: auto;
    display: table-cell;
  }
  #shopinfo .cancel {
    max-width: none;
    width: 600px;
    padding: 30px 0 51px;
  }
  #shopinfo .cancel:before {
    width: 27px;
  }
  #shopinfo .cancel:after {
    width: 27px;
  }
  #shopinfo .cancel .ttl {
    font-size: 20px;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    margin-bottom: 41px;
  }
  #shopinfo .cancel .txt2 {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding-left: 10px;
  }
}

#gmap {
  padding: 0 6.7vw 42.7vw;
}

#gmap h2 {
  margin-bottom: 5vw;
}

#gmap .gmap {
  height: 480px;
  position: relative;
  margin-bottom: 13.2vw;
}

#gmap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #gmap {
    padding: 0 30px 134px;
  }
  #gmap .inner {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
  }
  #gmap h2 {
    margin-bottom: 17px;
  }
  #gmap .gmap {
    height: 440px;
    margin-bottom: 52px;
  }
  #gmap .print {
    margin-top: 30px;
  }
  #gmap .print a {
    font-size: 14px;
    text-decoration: underline;
  }
  #gmap .print a:hover {
    text-decoration: none;
  }
}
