/* Scss Document */
@-webkit-keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#key {
  position: relative;
  overflow: hidden;
}
#key .slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  right: 10px;
  gap: 25px;
  width: 20px;
  justify-content: center;
}
#key .scroll {
  position: absolute;
  z-index: 3;
  left: 5vw;
  bottom: 10vw;
  color: #fff;
  height: 30vw;
}
#key .scroll .scroll-ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 61vw;
}
#key .slide_item {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block !important;
}
#key .moving .slide_item {
  -webkit-animation: zoom_animation 13s linear infinite;
  animation: zoom_animation 13s linear infinite;
}
@media screen and (min-width: 768px) {
  #key {
    height: 900px;
  }
  #key .slide_item {
    height: 900px;
  }
  #key .slick-dots {
    gap: 45px;
    top: auto;
    bottom: 54px;
    right: 63px;
    width: auto;
    justify-content: flex-start;
  }
  #key .slick-dots li {
    width: 10px;
    height: 10px;
  }
  #key .scroll {
    left: 5%;
    bottom: 0;
    height: 298px;
    font-size: 15px;
    line-height: 40px;
  }
  #key .scroll .scroll-ani {
    height: 258px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  #key .scroll {
    left: 30px;
  }
}
section h2 {
  letter-spacing: 0.2em;
  font-size: 6.2vw;
  line-height: 1.5;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  section h2 {
    font-size: 35px;
    line-height: 70px;
    padding-bottom: 60px;
  }
}
#sec1 {
  position: relative;
  margin: -10vw 0 0 0;
  z-index: 1;
  padding: 15vw 5% 30vw;
  background: url("../img/index/sec1_deco3.png") no-repeat 0 bottom/60%;
}
#sec1:after {
  content: "";
  background: url("../img/index/sec1_deco4.png") no-repeat 0 bottom/100%;
  position: absolute;
  bottom: -18vw;
  left: 9vw;
  height: 90vw;
  width: 174vw;
  z-index: 1;
}
#sec1:before {
  position: absolute;
  content: "";
  background: url("../img/index/sec1_deco1.jpg") no-repeat 0 0/100%,
    url("../img/shared/bg2.jpg") repeat 0 0;
  top: 0;
  left: 0;
  right: 5%;
  height: 240vw;
  z-index: -1;
}
#sec1 #news {
  padding-bottom: 10vw;
}
#sec1 #news h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
#sec1 #news h3 span {
  padding-left: 10px;
}
#sec1 #news ul li a {
  text-decoration: underline;
}
#sec1 #news ul li a:hover {
  text-decoration: none;
}
#sec1 #news ul li a.more {
  text-decoration: none;
  margin-left: 20px;
}
#sec1 #news ul li a.more:hover {
  text-decoration: underline;
}
#sec1 .lead {
  padding: 15vw 0;
}
#sec1 .lead h2 {
  letter-spacing: 0.2em;
  font-size: 7vw;
  line-height: 1.5;
  padding-bottom: 8vw;
}
#sec1 .lead .txt p {
  padding-bottom: 15px;
}
#sec1 .photo {
  position: relative;
}
#sec1 .photo .photo1 {
  margin: 0 -10vw 13vw 6%;
}
#sec1 .photo .photo3 {
  margin: 0 -5vw;
}
#sec1 .photo .photo2 {
  width: 59%;
  position: absolute;
  top: 75vw;
  left: -5vw;
  z-index: 1;
  align-items: flex-start;
}
#sec1 .photo .photo2 img {
  width: 48%;
  height: auto;
  box-shadow: -2px 2px 19px -9px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: -2px 2px 19px -9px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: -2px 2px 19px -9px rgba(0, 0, 0, 0.41);
}
#sec1 .photo .photo2 img:nth-child(1) {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/index/sec1_deco3.png") no-repeat 0 bottom,
      url("../img/index/sec1_deco2.jpg") no-repeat right 0;
    padding: 0 20px 450px;
    margin: 0;
  }
  #sec1:after {
    bottom: -86px;
    left: auto;
    right: 0;
    height: 918px;
    width: 1250px;
  }
  #sec1:before {
    background-position: right 0, 0 0;
    background-size: 100%, auto;
    top: -120px;
    right: calc(50% - 34px);
    height: 1400px;
  }
  #sec1 .wrap {
    max-width: 1500px;
    padding: 174px 0 0;
  }
  #sec1 #news {
    position: absolute;
    right: 50%;
    top: -70px;
    padding-bottom: 0px;
    width: 50%;
    max-width: 600px;
    font-size: 14px;
    letter-spacing: 0.1em;
    gap: 20px;
    display: flex;
  }
  #sec1 #news h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #sec1 #news h3 span {
    padding-left: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  #sec1 #news {
    left: 35px;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .lead {
    padding: 0 0 62px;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
  }
  #sec1 .lead h2 {
    font-size: 35px;
    line-height: 70px;
    padding-bottom: 83px;
  }
  #sec1 .lead .txt {
    width: 560px;
  }
  #sec1 .lead .txt p {
    padding-bottom: 40px;
  }
  #sec1 .photo {
    position: static;
  }
  #sec1 .photo .photo1 {
    margin: 0;
    position: absolute;
    top: 314px;
    right: 0px;
    left: calc(50% + 83px);
    max-width: 616px;
    height: 837px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .photo .photo1 {
    left: calc(50% + 56px);
  }
}
@media screen and (min-width: 768px) {
  #sec1 .photo .photo3 {
    margin: 0;
    height: 555px;
    width: calc(50% + 173px);
    position: relative;
    z-index: 2;
  }
  #sec1 .photo .photo2 {
    max-width: 505px;
    top: 828px;
    left: calc(50% + 245px);
    z-index: 3;
    justify-content: space-between;
    right: 0px;
    width: auto;
  }
  #sec1 .photo .photo2 img {
    width: calc(50% - 16px);
  }
  #sec1 .photo .photo2 img:nth-child(1) {
    margin-top: 57.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .photo .photo2 {
    left: calc(50% + 90px);
  }
  #sec1 .photo .photo2 img {
    width: calc(50% - 7px);
  }
  #sec1 .photo .photo3 {
    width: calc(50% + 73px);
  }
}
#sec2 {
  padding: 0vw 0 15vw;
  position: relative;
}
#sec2 .photo {
  margin-bottom: -15vw;
}
#sec2 .lead {
  padding: 0 10%;
}
#sec2 .lead h2 {
  position: relative;
  margin-bottom: 8vw;
}
#sec2 .lead h2 span {
  padding-left: 23vw;
}
#sec2 .lead h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -13vw;
  border-bottom: 1px solid;
}
#sec2 .lead .txt p {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 166px 0 33px;
  }
  #sec2 .photo {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #sec2 .lead {
    padding: 0px 0 30px 104px;
    position: relative;
    z-index: 1;
  }
  #sec2 .lead h2 {
    margin-bottom: 53px;
    max-width: 530px;
    padding-bottom: 51px;
  }
  #sec2 .lead h2 span {
    padding-left: 50px;
  }
  #sec2 .lead h2:before {
    left: -120px;
  }
  #sec2 .lead .txt p {
    padding-bottom: 35px;
  }
}
#sec3 {
  padding: 20vw 0 30vw;
  position: relative;
  z-index: 1;
}
#sec3:before {
  position: absolute;
  content: "";
  background: url("../img/index/sec3_deco1.png") no-repeat right 143vw/75%,
    url("../img/shared/bg2.jpg") repeat 0 0;
  top: 0;
  width: 75%;
  right: 0vw;
  height: 240vw;
  z-index: -1;
}
#sec3 .info {
  padding: 25vw 0% 0 5%;
}
#sec3 .info .txt p {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 189px 20px 188px;
  }
  #sec3:before {
    background-size: auto, auto;
    background-position: right 0, 0 0;
    width: calc(50% + 500px);
    height: 773px;
  }
  #sec3 .wrap {
    max-width: 1500px;
  }
  #sec3 .photo {
    position: absolute;
    top: 0;
    left: 0;
    height: 1013px;
    width: 50%;
  }
  #sec3 .info {
    padding: 141px 0 0;
    width: 590px;
    margin-left: calc(50% + 88px);
    min-height: 1013px;
    line-height: 40px;
  }
  #sec3 .info .txt p {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  #sec3 .wrap {
    display: flex;
    justify-content: flex-end;
  }
  #sec3 .photo {
    width: calc(100% - 620px);
  }
  #sec3 .info {
    margin: 0;
  }
}
#sec4 {
  padding: 0 0 30vw 10%;
  position: relative;
  z-index: 1;
}
#sec4:before {
  position: absolute;
  content: "";
  background: url("../img/shared/bg2.jpg") repeat 0 0;
  top: 15vw;
  width: 50%;
  left: 0vw;
  bottom: -10vw;
  z-index: -1;
}
#sec4 .wrap {
  padding: 0;
}
#sec4 .item {
  background: url("../img/index/arow.png") no-repeat right bottom/36%,
    url("../img/index/sec4_bnr1_sp.jpg") no-repeat center bottom/100%,
    url("../img/shared/bg1.jpg") repeat center 0;
  position: relative;
  padding: 10vw 5% 120vw;
  margin-bottom: 15vw;
}
#sec4 .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec4 .item .info {
  padding: 10vw 5% 60vw 10%;
}
#sec4 .item h2 {
  font-size: 6vw;
  position: relative;
}
#sec4 .item h2:before {
  content: "";
  position: absolute;
  border-top: 1px solid #ece4d9;
  left: -13vw;
  top: 5vw;
  width: 9vw;
}
#sec4 .item:nth-child(2) {
  background: url("../img/index/arow.png") no-repeat right bottom/36%,
    url("../img/index/sec4_bnr2_sp.jpg") no-repeat center bottom/100%,
    url("../img/shared/bg1.jpg") repeat center 0;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 250px;
  }
  #sec4:before {
    top: 170px;
    width: calc(50% - 226px);
    bottom: 0;
  }
  #sec4 .wrap {
    padding: 0;
    max-width: 100%;
  }
  #sec4 .item {
    background: #000;
    padding: 0 0 0;
    margin-left: calc(50% - 500px);
    margin-bottom: 53px;
    min-height: 440px;
    line-height: 30px;
    position: relative;
    z-index: 1;
  }
  #sec4 .item:before {
    background: url("../img/index/sec4_bnr1.jpg") no-repeat 0 center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: -1;
  }
  #sec4 .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #sec4 .item .info {
    padding: 130px 0 0 141px;
  }
  #sec4 .item h2 {
    font-size: 30px;
    padding-bottom: 0px;
    margin-bottom: 23px;
  }
  #sec4 .item h2:before {
    width: 102px;
    top: 36px;
    left: -142px;
  }
  #sec4 .item:nth-child(2) {
    background: #000;
  }
  #sec4 .item:nth-child(2):before {
    background: url("../img/index/sec4_bnr2.jpg") no-repeat 0 center/cover;
  }
  #sec4 .item:hover:before {
    opacity: 0.8;
  }
}
#sec5 {
  position: relative;
  z-index: 3;
  padding: 0 5% 15vw;
  background: url("../img/index/sec5_deco_sp.png") no-repeat center bottom/100%,
    url("../img/shared/bg1.jpg") repeat center 0;
}
#sec5:before {
  content: "";
  background: url("../img/index/sec5_deco.png") no-repeat 0 0/100%;
  width: 55vw;
  height: 75vw;
  position: absolute;
  z-index: 1;
  top: -59vw;
  right: -23vw;
}
#sec5 .wrap {
  padding: 1vw 5% 0;
}
#sec5 .photo {
  margin: -20vw 0 10vw;
}
#sec5 h2 {
  font-size: 7vw;
  line-height: 2;
}
#sec5 h2 span {
  font-size: 5.5vw;
}
#sec5 p {
  padding-bottom: 15px;
}
#sec5 .history {
  padding: 10vw 0;
}
#sec5 .history h3 {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0 20px;
    background: url("../img/shared/bg1.jpg") repeat center 0;
  }
  #sec5:before {
    width: 491px;
    height: 581px;
    top: -220px;
    right: 0;
  }
  #sec5 .wrap {
    padding: 151px 0 164px;
    max-width: 1344px;
  }
  #sec5 .photo {
    margin: 0;
    height: 1102px;
    position: absolute;
    left: 0;
    top: -130px;
    width: calc(50% - 50px);
  }
  #sec5 h2 {
    font-size: 40px;
    padding-bottom: 66px;
  }
  #sec5 h2 span {
    font-size: 20px;
  }
  #sec5 .info {
    margin-left: calc(50% + 45px);
  }
  #sec5 p {
    padding-bottom: 35px;
  }
  #sec5 .history {
    padding: 54px 0;
  }
  #sec5 .history h3 {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec5 .wrap {
    justify-content: flex-end;
    display: flex;
  }
  #sec5 .info {
    width: 570px;
    margin: 0;
  }
  #sec5 .photo {
    width: calc(100% - 600px);
  }
}
#sec6 {
  background: url("../img/index/sec6_deco1.png") no-repeat right -8vw/90%,
    url("../img/index/sec6_deco2.png") no-repeat 0 50vw/106%;
  padding: 15vw 0;
  position: relative;
}
#sec6:before {
  content: "";
  background: url("../img/index/shop_deco_sp.png") no-repeat 0 bottom/100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 98vw;
  bottom: -28vw;
  z-index: 1;
}
#sec6 h2 {
  text-align: center;
  padding: 11vw 0;
}
#sec6 h2:before {
  content: "";
  position: absolute;
  height: 25vw;
  border-left: 1px solid #aaaaa9;
  top: -15vw;
  left: 50%;
}
#sec6 .map {
  padding: 0 2% 0 0;
}
#sec6 .tab-link {
  justify-content: center;
  gap: 10vw;
  display: flex;
  margin: 10vw 0 15vw;
}
#sec6 .tab-link li {
  position: relative;
  z-index: 1;
  font-size: 3vw;
  line-height: 1.4;
  width: 30vw;
  height: 30vw;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
#sec6 .tab-link li span {
  letter-spacing: 0.2em;
}
#sec6 .tab-link li span:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #9f9f9f;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -23vw;
  z-index: 1;
  opacity: 0;
}
#sec6 .tab-link li span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22vw;
  height: 20vw;
  z-index: 1;
  border-left: 1px solid #9f9f9f;
  opacity: 0;
}
#sec6 .tab-link li:before {
  z-index: -1;
  content: "";
  border: 1px solid #9f9f9f;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 3vw;
  left: 3vw;
  transform: rotate(45deg);
}
#sec6 .tab-link li.active {
  color: #fff;
}
#sec6 .tab-link li.active:before {
  background-color: #413730;
}
#sec6 .tab-link li.active span:before,
#sec6 .tab-link li.active span:after {
  opacity: 1;
}
#sec6 .photo {
  margin: 0 -5vw;
}
#sec6 dl {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  padding: 10% 0%;
  position: relative;
  z-index: 2;
  margin: -10vw 0 0;
  text-align: center;
}
#sec6 dl dt {
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding-bottom: 5vw;
  font-size: 6.5vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    background-size: auto, auto;
    background-position: right 0, 0 452px;
    padding: 0 20px 120px;
  }
  #sec6:before {
    background: url("../img/index/sec6_deco3.png") no-repeat 0 bottom/100%;
    left: 0;
    right: auto;
    width: 1063px;
    height: 476px;
    bottom: -0;
    z-index: -1;
  }
  #sec6 .wrap {
    max-width: 1500px;
    padding: 177px 0 0;
  }
  #sec6 h2 {
    position: absolute;
    padding: 0 0;
    white-space: nowrap;
    top: 173px;
    right: calc(50% + 359px);
    font-size: 30px;
    z-index: 9;
  }
  #sec6 h2:before {
    height: 256px;
    top: -280px;
  }
  #sec6 .map {
    padding: 0 0 0;
    padding-left: calc(50% - 300px);
  }
  #sec6 .tab-link {
    justify-content: center;
    gap: 45px;
    display: flex;
    margin: 116px 0 38px;
  }
  #sec6 .tab-link li {
    font-size: 18px;
    line-height: 30px;
    width: 230px;
    height: 230px;
  }
  #sec6 .tab-link li:hover {
    opacity: 0.8;
  }
  #sec6 .tab-link li span {
    line-height: 30px;
  }
  #sec6 .tab-link li span:before {
    left: calc(50% - 4px);
    bottom: -116px;
  }
  #sec6 .tab-link li span:after {
    bottom: -111px;
    height: 110px;
  }
  #sec6 .tab-link li:before {
    width: 163px;
    height: 163px;
    top: 34px;
    left: 33px;
  }
  #sec6 .floor {
    padding: 380px 0 80px 0;
  }
  #sec6 .photo {
    margin: 0;
    height: 655px;
    position: absolute;
    left: 0;
    top: 0;
    right: calc(50% - 370px);
  }
  #sec6 dl {
    width: 530px;
    padding: 70px 0 0 75px;
    margin: 0 0;
    text-align: left;
    margin-left: calc(50% + 151px);
  }
  #sec6 dl dt {
    line-height: 70px;
    padding-bottom: 52px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  #sec6 dl {
    float: right;
    margin-left: 0;
    padding-left: 35px;
    width: 500px;
  }
}
#shopinfo .photo {
  margin: 0 5% 10vw -5vw;
}
#shopinfo .wrap {
  padding: 0 5% 10vw;
}
#shopinfo .wrap:after {
  content: "";
  background: url("../img/index/shop_deco.png") no-repeat 0 0/100%;
  width: 70vw;
  height: 55vw;
  position: absolute;
  left: -14vw;
  bottom: -28vw;
  /* z-index: 1; */
}
#shopinfo .col-r {
  position: relative;
}
#shopinfo .col-r:before {
  content: "";
  background: url("../img/index/shop_deco1_sp.png") no-repeat 0 0/100%;
  width: 30%;
  height: 42vw;
  position: absolute;
  top: -27vw;
  right: -5vw;
}
#shopinfo .info {
  position: relative;
  text-align: left;
}
#shopinfo .info h2 {
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 10vw;
}
#shopinfo .info h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: -10vw;
  border-top: 1px solid #9f9f9f;
}
#shopinfo .info .sns {
  width: 9vw;
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 1;
}
#shopinfo .info .tel {
  margin-bottom: 20px;
  font-size: 16px;
}
#shopinfo .info .tel .note {
  letter-spacing: 0.1em;
  font-size: 11px;
}
#shopinfo .info .tel .num {
  letter-spacing: 0.05em;
}
#shopinfo .info .tel .num span {
  font-size: 30px;
}
#shopinfo .info .reservation {
  background: #ffffff;
  border: 1px solid #9f9f9f;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#shopinfo .info .reservation span {
  font-size: 14px;
}
#shopinfo .info .reservation dt {
  font-size: 18px;
  text-align: left;
  padding: 10px 0px 10px 15px;
  width: 183px;
}
#shopinfo .info .reservation dd {
  background-color: #413730;
  width: calc(100% - 183px);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}
#shopinfo .info .reservation dd:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  border-right: 1px solid #8d8276;
}
#shopinfo .info .reservation dd a {
  width: 50%;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
#shopinfo .tbl-info {
  margin-bottom: 15vw;
}
#shopinfo .tbl-info dl {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #b5b2ad;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#shopinfo .tbl-info dl dt,
#shopinfo .tbl-info dl dd {
  display: table-cell;
}
#shopinfo .tbl-info dl dt {
  width: 90px;
}
#shopinfo .policy {
  text-align: center;
  padding: 1px 0% 5%;
  border: 1px solid #9f9f9f;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin: 0 3%;
}
#shopinfo .policy dt {
  margin: -15px 0 20px;
}
#shopinfo .policy dt span {
  background: url("../img/shared/bg2.jpg") repeat center 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 0 20px 0px;
  }
  #shopinfo .photo {
    margin: 0;
    width: 386px;
    position: absolute;
    top: 0;
    left: 0;
    height: 764px;
    z-index: 4;
  }
  #shopinfo .wrap {
    padding: 0 0 160px;
    max-width: 1350px;
  }
  #shopinfo .wrap:after {
    width: 651px;
    height: 546px;
    left: auto;
    right: calc(50% + 224px);
    bottom: -292px;
    /* z-index: 1; */
  }
  #shopinfo .col-r {
    position: static;
    width: 693px;
    margin-left: 497px;
    padding: 176px 0 0;
  }
  #shopinfo .col-r:before {
    display: none;
  }
  #shopinfo .info {
    position: relative;
    text-align: left;
  }
  #shopinfo .info h2 {
    font-size: 36px;
    padding-bottom: 3px;
    margin-bottom: 25px;
  }
  #shopinfo .info h2:after {
    right: 0;
    left: -130px;
  }
  #shopinfo .info .sns {
    width: 30px;
    top: 91px;
    right: auto;
    left: 495px;
  }
  #shopinfo .info .sns img {
    width: 100%;
    height: auto;
  }
  #shopinfo .info .tel {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 28px;
  }
  #shopinfo .info .tel .note {
    font-size: 16px;
  }
  #shopinfo .info .tel .num {
    font-size: 20px;
    padding-left: 18px;
  }
  #shopinfo .info .tel .num span {
    font-size: 30px;
    padding-left: 8px;
  }
  #shopinfo .info .reservation {
    width: 376px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 18px;
  }
  #shopinfo .info .reservation span {
    font-size: 11px;
    letter-spacing: 0.2em;
    padding-left: 5px;
  }
  #shopinfo .info .reservation dt {
    font-size: 18px;
    padding: 19px 0px 13px 32px;
    width: 215px;
  }
  #shopinfo .info .reservation dd {
    width: calc(100% - 215px);
  }
  #shopinfo .info .reservation dd:before {
    top: 17px;
    bottom: 17px;
  }
  #shopinfo .info .reservation dd a {
    padding: 27px 0;
  }
  #shopinfo .info .reservation dd a:hover {
    opacity: 0.8;
  }
  #shopinfo .tbl-info {
    margin-bottom: 0;
  }
  #shopinfo .tbl-info dl {
    padding: 16px 0;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.1em;
  }
  #shopinfo .tbl-info dl dt {
    width: 180px;
    padding-left: 15px;
  }
  #shopinfo .policy {
    position: absolute;
    left: 0;
    top: 840px;
    width: 386px;
    padding: 1px 0 44px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    margin: 0;
  }
  #shopinfo .policy dt {
    margin: -15px 0 29px;
  }
  #shopinfo .policy dt span {
    letter-spacing: 0.2em;
    padding: 0 10px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #shopinfo .wrap {
    justify-content: flex-end;
    display: flex;
  }
  #shopinfo .col-r {
    margin-left: 0;
    width: calc(100% - 360px);
    max-width: 660px;
  }
  #shopinfo .photo {
    width: 335px;
  }
  #shopinfo .policy {
    width: 335px;
  }
  #shopinfo .tbl-info dl dt {
    width: 100px;
    padding-left: 0;
  }
  #shopinfo .tbl-info dl dt .sp {
    display: block !important;
  }
}
#gmap {
  padding: 15vw 8%;
  position: relative;
  z-index: 1;
}
#gmap:before {
  content: "";
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  z-index: -1;
}
#gmap .map-link {
  padding: 10vw 10%;
}
#gmap .map-link .bnr a {
  display: block;
  border: 1px solid #a6a6a6;
  text-align: center;
  padding: 10px 10px;
  position: relative;
  color: #000;
}
#gmap .map-link .bnr a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #gmap {
    padding: 0 20px 70px;
  }
  #gmap:before {
    top: 340px;
    left: -20px;
    right: -20px;
  }
  #gmap .map {
    max-width: 1350px;
    margin: 0 auto;
  }
  #gmap .map iframe {
    height: 530px !important;
  }
  #gmap .map-link {
    text-align: center;
    font-size: 12px;
    padding: 53px 0;
    max-width: 360px;
    margin: 0 auto;
    letter-spacing: 0.2em;
  }
  #gmap .map-link .gmap_print a {
    text-decoration: underline;
  }
  #gmap .map-link .gmap_print a:hover {
    text-decoration: none;
  }
  #gmap .map-link .bnr {
    margin: 0 auto 23px;
  }
  #gmap .map-link .bnr a {
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 9px 24px 9px 0;
  }
  #gmap .map-link .bnr a:before {
    right: 34px;
  }
  #gmap .map-link .bnr a:hover {
    background-color: #413730;
    color: #fff;
  }
}
