#key {
  display: flex;
  padding-left: 2%;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

#key .title {
  width: 38%;
  margin-right: 2%;
}

#key .key-top {
  position: relative;
  width: 60%;
  height: 335px;
  overflow: hidden;
}

#key .key-top .slick-slide {
  width: 220px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  #key {
    display: flex;
    padding: 190px 0 0 60px;
    align-items: flex-end;
  }
  #key .title {
    width: 260px;
    margin-right: 70px;
  }
  #key .key-top {
    position: relative;
    width: calc(100% - 390px);
    height: 690px;
    height: 690px;
  }
  #key .key-top .slick-slide {
    width: 454px;
    margin-right: 30px;
  }
}

.soon a {
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.box-parallax {
  min-height: 120vw;
}

#news {
  position: relative;
  padding: 17vw 0 18vw;
  background: #164115;
  color: #f9f1e8;
}

#news .inner {
  position: relative;
}

#news .more {
  position: absolute;
  top: 0;
  right: 5%;
}

#news .more a {
  border: 1px solid;
  padding: 10px 35px;
}

#news h2 {
  font-size: 30px;
  padding-left: 5%;
  margin-bottom: 12vw;
}

#news .slick-slide {
  width: 240px !important;
  margin: 0 25px;
}

#news .slick-slide .row .photo {
  width: 240px;
  height: 46vw;
  background: url(../img/index/no_img.jpg) no-repeat center/cover;
}

#news .slick-slide .row .photo a, #news .slick-slide .row .photo span {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#news .slick-slide .row dl {
  text-align: center;
  line-height: 24px;
  padding-top: 15px;
}

.slick-arrow {
  background: url(../img/index/left.png) no-repeat center/cover;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.slick-arrow.slick-prev {
  left: 50%;
  margin-left: -160px;
}

.slick-arrow.slick-next {
  background: url(../img/index/right.png) no-repeat center/cover;
  right: 50%;
  margin-right: -160px;
}

@media screen and (min-width: 768px) {
  #news {
    position: relative;
    padding: 110px 20px 150px;
    background: #164115;
    color: #f9f1e8;
  }
  #news .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 205px;
  }
  #news .more {
    position: absolute;
    top: 174px;
    right: inherit;
    left: 0;
  }
  #news .more a {
    border: 1px solid;
    padding: 0;
    width: 130px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  #news .more a span {
    position: relative;
    z-index: 2;
  }
  #news .more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #7c5127;
    transform: scale(0);
    transition: 0.6s ease all;
  }
  #news .more a:hover::before {
    transform: scale(4);
  }
  #news h2 {
    font-size: 25px;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 52px;
  }
  #news #feed {
    display: flex;
    justify-content: space-between;
  }
  #news .row {
    width: 240px;
  }
  #news .row .photo {
    width: 240px;
    height: 150px;
    background: url(../img/index/no_img.jpg) no-repeat center/cover;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #news .row .photo a, #news .row .photo span {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }
  #news .row .photo:hover {
    opacity: 0.7;
  }
  #news .row dl {
    text-align: center;
    line-height: 27px;
    padding-top: 15px;
  }
  #news .row dl dd {
    font-size: 15px;
  }
  .box-parallax {
    min-height: 690px;
  }
}

#sec1 {
  position: relative;
  background: url(../img/index/sec1_bg.png) no-repeat top 16vw left -12%;
  background-size: 195% auto;
  padding: 23vw 5% 3vw;
}

#sec1 .ttl {
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 0.2em;
  margin: 0 auto 8vw;
  width: 300px;
}

#sec1 .ttl h2 {
  letter-spacing: 0.2em;
}

#sec1 .ttl h3 {
  margin-left: 15%;
}

#sec1 .ttl span {
  display: block;
  font-size: 11px;
  margin: -15px 0 0 50%;
  line-height: 20px;
}

#sec1 .right {
  margin-top: 10vw;
}

#sec1 .right .box {
  margin: 0 -6% 14vw 10%;
  position: relative;
}

#sec1 .right .box h4 {
  position: absolute;
  top: -20vw;
  left: -12px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
}

#sec1 .right .box h4 span {
  background: #980f0d;
  color: #f9f1e8;
  margin-right: 4px;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 20px 1px;
}

#sec1 .right .box h4 span.vt-a {
  order: 2;
  height: 240px;
}

#sec1 .right .box h4 span.vt-b {
  transform: translateY(12vw);
}

#sec1 .right ul li + li {
  margin-top: 7vw;
}

#sec1 .deco {
  margin: 2vw 0 0 82%;
}

@media screen and (min-width: 768px) {
  #sec1 {
    position: relative;
    background: url(../img/index/sec1_bg.png) no-repeat top 8px center;
    background-size: auto;
    padding: 0 20px 205px;
  }
  #sec1 .inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #sec1 .left {
    max-width: 622px;
    width: calc(50% - 30px);
    padding-top: 50px;
  }
  #sec1 .left .photo img {
    width: 100%;
    height: auto;
  }
  #sec1 .ttl {
    font-size: 42px;
    line-height: 76px;
    margin: 0 0 50px 120px;
    width: auto;
  }
  #sec1 .ttl h2 {
    letter-spacing: 0.2em;
  }
  #sec1 .ttl h3 {
    margin-left: 70px;
  }
  #sec1 .ttl span {
    display: block;
    font-size: 14px;
    margin: -12px 0 0 230px;
    line-height: 20px;
  }
  #sec1 .right {
    max-width: 650px;
    width: 50%;
    margin-top: 0;
  }
  #sec1 .right .box {
    margin: 0 0 90px;
    position: relative;
  }
  #sec1 .right .box h4 {
    position: absolute;
    top: 50px;
    left: 55px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
  }
  #sec1 .right .box h4 span {
    background: #980f0d;
    color: #f9f1e8;
    margin-right: 6px;
    font-size: 27px;
    letter-spacing: 0.1em;
    padding: 25px 6px;
  }
  #sec1 .right .box h4 span.vt-a {
    order: 2;
    height: 360px;
  }
  #sec1 .right .box h4 span.vt-b {
    transform: translateY(46px);
  }
  #sec1 .right ul {
    margin-left: 70px;
  }
  #sec1 .right ul li + li {
    margin-top: 40px;
  }
  #sec1 .deco {
    margin: 0;
    position: absolute;
    bottom: -37px;
    right: -40px;
  }
}

#sec2 {
  padding-bottom: 25vw;
}

#sec2 .title {
  background: #164115;
  padding: 17vw 0 45vw;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #f9f1e8;
}

#sec2 .title span {
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}

#sec2 .inner {
  position: relative;
}

#sec2 .inner .photo {
  position: relative;
  z-index: 2;
  top: -25vw;
  margin: 0 0 -20vw 10%;
}

#sec2 .inner .ttl {
  position: relative;
}

#sec2 .inner .ttl::after {
  width: 25px;
  height: 1px;
  position: absolute;
  top: 6vw;
  left: 0;
  content: "";
  background: #c5bbae;
}

#sec2 .inner .ttl .deco {
  width: 60%;
}

#sec2 .inner .ttl h3 {
  font-size: 6.5vw;
  line-height: 1.8;
  margin: 0 0 6vw 8%;
  background: url(../img/index/s2_deco2.png) no-repeat bottom left -19%;
  background-size: 60% auto;
  padding: 1vw 0 6vw 5%;
}

#sec2 .inner .block {
  margin: 0 5% 12vw;
}

#sec2 .inner .block .btn-lk {
  margin-top: 9vw;
}

#sec2 .inner .block .btn-lk a {
  border-radius: 0;
  background: #164115;
  border: 1px solid #164115;
}

#sec2 .inner .p-box {
  position: relative;
}

#sec2 .inner .p-box .vt1 {
  margin: 0 20% 10vw;
}

#sec2 .inner .p-box .vt2 {
  margin: 0 52% 0 -6vw;
}

#sec2 .inner .p-box .deco-p {
  width: 46%;
  position: absolute;
  right: 0;
  bottom: 14vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 520px;
  }
  #sec2 .title {
    padding: 55px 0 205px;
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.2em;
    color: #f9f1e8;
  }
  #sec2 .title span {
    display: block;
    width: 250px;
    margin: 0 auto 18px;
  }
  #sec2 .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  #sec2 .inner .photo {
    position: relative;
    z-index: 2;
    top: -135px;
    width: 851px;
    margin: 0 0 -10px 499px;
  }
  #sec2 .inner .ttl {
    position: absolute;
    top: 112px;
    left: 0;
    width: 500px;
  }
  #sec2 .inner .ttl::after {
    width: 300%;
    height: 1px;
    position: absolute;
    top: 32px;
    left: calc(-300% + 32px);
    content: "";
    background: #c5bbae;
  }
  #sec2 .inner .ttl .deco {
    width: 317px;
  }
  #sec2 .inner .ttl h3 {
    font-size: 42px;
    line-height: 76px;
    margin: 0 0 6vw 8%;
    background: url(../img/index/s2_deco2.png) no-repeat bottom left;
    background-size: auto;
    padding: 10px 0 35px 50px;
  }
  #sec2 .inner .ttl h3 span {
    display: block;
  }
  #sec2 .inner .block {
    margin: 0 0 0 715px;
    line-height: 35px;
    min-height: 445px;
  }
  #sec2 .inner .block .btn-lk {
    margin: 50px 0 0 80px;
  }
  #sec2 .inner .block .btn-lk a {
    border-radius: 0;
    background: #164115;
    border: 1px solid #164115;
    width: 350px;
    height: 70px;
    font-size: 21px;
  }
  #sec2 .inner .p-box {
    position: relative;
  }
  #sec2 .inner .p-box .vt1 {
    margin: 0;
    width: 565px;
    position: absolute;
    top: -465px;
    left: -22px;
  }
  #sec2 .inner .p-box .vt2 {
    margin: 0;
    width: 493px;
    position: absolute;
    top: 25px;
    left: 178px;
  }
  #sec2 .inner .p-box .deco-p {
    width: 323px;
    position: absolute;
    right: 100px;
    bottom: inherit;
    top: 115px;
  }
}

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

#sec3 .inner {
  position: relative;
  padding-bottom: 20vw;
}

#sec3 .inner .photo {
  position: relative;
  z-index: 2;
  margin: 0 -6% 10vw 10%;
}

#sec3 .inner .photo1 {
  position: relative;
  z-index: 2;
  margin: 0 10% 10vw -6%;
}

#sec3 .inner .ttl {
  position: relative;
}

#sec3 .inner .ttl::after {
  width: 35px;
  height: 1px;
  position: absolute;
  top: 9vw;
  left: 0;
  content: "";
  background: #c5bbae;
}

#sec3 .inner .ttl .deco {
  width: 100%;
  margin-left: -20px;
}

#sec3 .inner .ttl h3 {
  font-size: 7vw;
  line-height: 1.8;
  margin: 0 0 6vw 8%;
  background: url(../img/index/s3_deco2_sp.png) no-repeat bottom left -19%;
  background-size: 100% auto;
  padding: 1vw 0 10vw 5%;
  letter-spacing: 0.2em;
}

#sec3 .inner .block {
  margin: 0 5%;
  letter-spacing: 0.05em;
}

#sec3 .inner .deco-p {
  width: 40%;
  position: absolute;
  bottom: -14vw;
  right: 0;
}

@media screen and (min-width: 768px) {
  #sec3 {
    position: relative;
    z-index: 2;
  }
  #sec3 .inner {
    position: relative;
    padding-bottom: 95px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #sec3 .inner .photo {
    position: absolute;
    z-index: 2;
    margin: 0;
    width: 851px;
    top: 0px;
    left: 449px;
  }
  #sec3 .inner .photo1 {
    position: absolute;
    z-index: 2;
    margin: 0;
    top: 668px;
    left: -240px;
    width: 723px;
  }
  #sec3 .inner .ttl {
    position: relative;
    z-index: 3;
    padding-top: 133px;
    width: 900px;
  }
  #sec3 .inner .ttl::after {
    width: 200%;
    height: 1px;
    position: absolute;
    top: 192px;
    left: calc(-200% + 90px);
    content: "";
    background: #c5bbae;
  }
  #sec3 .inner .ttl .deco {
    width: 603px;
    margin-left: 0;
  }
  #sec3 .inner .ttl h3 {
    font-size: 46px;
    line-height: 76px;
    margin: 0 0 195px -20px;
    background: url(../img/index/s3_deco2.png) no-repeat bottom left;
    background-size: auto;
    padding: 10px 0 55px 145px;
    letter-spacing: 0.2em;
  }
  #sec3 .inner .ttl h3 span {
    display: block;
  }
  #sec3 .inner .block {
    margin: 0 0 0 725px;
    letter-spacing: 0.05em;
  }
  #sec3 .inner .deco-p {
    width: 266px;
    position: absolute;
    bottom: -114px;
    right: 0;
  }
}

#sec4 {
  background: url(../img/shared/bg_ft.jpg) repeat;
  color: #f9f1e8;
  padding: 25vw 0 5vw;
}

#sec4 .ttl {
  position: relative;
}

#sec4 .ttl::after {
  width: 35px;
  height: 1px;
  position: absolute;
  top: 6.5vw;
  left: 0;
  content: "";
  background: #c5bbae;
}

#sec4 .ttl .deco {
  width: 80%;
  margin-left: -5px;
}

#sec4 .ttl h3 {
  font-size: 7vw;
  line-height: 1.8;
  margin: 0 0 8vw 8%;
  padding: 1vw 0 0 4%;
  letter-spacing: 0.2em;
}

#sec4 .photo {
  margin: 0 14% 14vw;
}

#sec4 .block {
  margin: 0 5%;
}

@media screen and (min-width: 768px) {
  #sec4 {
    background: url(../img/shared/bg_ft.jpg) repeat;
    color: #f9f1e8;
    padding: 263px 0 86px;
  }
  #sec4 .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 535px;
  }
  #sec4 .ttl {
    position: relative;
    width: 600px;
  }
  #sec4 .ttl::after {
    width: 200%;
    height: 1px;
    position: absolute;
    top: 30px;
    left: calc(-200% + 35px);
    content: "";
    background: #c5bbae;
  }
  #sec4 .ttl .deco {
    width: 393px;
    margin-left: 0;
  }
  #sec4 .ttl h3 {
    font-size: 42px;
    line-height: 75px;
    margin: 0;
    padding: 10px 0 60px 70px;
    letter-spacing: 0.2em;
  }
  #sec4 .photo {
    margin: 0;
    position: absolute;
    width: 558px;
    top: -58px;
    left: 655px;
  }
  #sec4 .block {
    margin: 0 0 0 70px;
    width: 470px;
  }
}

#sec5 {
  color: #f9f1e8;
  padding: 25vw 0 25vw;
  position: relative;
  z-index: 1;
}

#sec5::before {
  background: url(../img/index/s5_deco.png) no-repeat top left 10%, url(../img/shared/bg_ft.jpg) repeat;
  background-size: 135% auto, auto;
  width: 100%;
  height: 39%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}

#sec5 .ttl {
  position: relative;
  text-align: center;
}

#sec5 .ttl h2 {
  font-size: 5vw;
}

#sec5 .ttl h2 span {
  background: #fefbf8;
  color: #2a231c;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}

#sec5 .ttl h3 {
  width: 50vw;
  text-align: center;
  margin: 10px auto 10vw auto;
}

#sec5 .list {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec5 .list dl {
  width: 49%;
  text-align: center;
  color: #2a231c;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

#sec5 .list dl dd {
  margin-top: 10px;
}

#sec5 .btn-lk {
  margin: 7vw 5% 0;
}

#sec5 .btn-lk a {
  border-radius: 0;
  background: #164115;
  border: 1px solid #164115;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 212px 5px 132px;
    position: relative;
    z-index: 1;
  }
  #sec5::before {
    background: url(../img/index/s5_deco.png) no-repeat top cadetblue, url(../img/shared/bg_ft.jpg) repeat;
    background-size: auto;
    width: 100%;
    height: 755px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
  }
  #sec5 .ttl {
    position: relative;
    text-align: center;
  }
  #sec5 .ttl h2 {
    font-size: 27px;
  }
  #sec5 .ttl h2 span {
    background: #fefbf8;
    color: #2a231c;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 0;
    letter-spacing: 0.2em;
  }
  #sec5 .ttl h2 span:first-child {
    padding-left: 30px;
  }
  #sec5 .ttl h2 span:last-child {
    padding-right: 30px;
  }
  #sec5 .ttl h3 {
    width: 100%;
    margin: 20px 0 60px 0;
  }
  #sec5 .list {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #sec5 .list dl {
    max-width: 332px;
    width: 24%;
    text-align: center;
    color: #2a231c;
    font-size: 27px;
    line-height: 39px;
    margin: 0 5px;
  }
  #sec5 .list dl img {
    width: 100%;
    height: auto;
  }
  #sec5 .list dl dd {
    margin-top: 20px;
  }
  #sec5 .btn-lk {
    margin: 70px auto 0;
    width: 450px;
  }
  #sec5 .btn-lk a {
    width: 450px;
    height: 70px;
    border-radius: 0;
    background: #164115;
    border: 1px solid #164115;
    font-size: 21px;
  }
  #sec5 .btn-lk a:hover::before {
    transform: scale(7.8);
  }
}

#sec6 {
  position: relative;
  overflow: hidden;
  background: url(../img/index/s6_bg.jpg) repeat;
}

#sec6 .inner {
  display: flex;
  flex-wrap: wrap-reverse;
}

#sec6 .inner .col .photo {
  width: 100%;
  position: relative;
}

#sec6 .inner .col .photo span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#sec6 .inner .col.text {
  padding: 20vw 5%;
}

#sec6 .inner .col.text .block {
  position: relative;
}

#sec6 .inner .col.text h2 {
  font-size: 7.5vw;
  margin-bottom: 16vw;
  text-align: center;
  line-height: 1.6;
}

#sec6 .inner .col.text h2 span {
  position: absolute;
  top: -4vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#sec6 .inner .col.text .btn-lk {
  margin-top: 9vw;
}

#sec6 .inner .col.text .btn-lk a {
  border-radius: 0;
  background: #164115;
  border: 1px solid #164115;
}

@media screen and (min-width: 768px) {
  #sec6 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec6 .inner .col {
    width: 50%;
  }
  #sec6 .inner .col .photo {
    width: 100%;
    position: relative;
    height: 650px;
  }
  #sec6 .inner .col .photo .simpleParallax {
    height: 650px;
  }
  #sec6 .inner .col .photo span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #sec6 .inner .col .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec6 .inner .col.text {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec6 .inner .col.text .block {
    position: relative;
    max-width: 532px;
  }
  #sec6 .inner .col.text h2 {
    font-size: 42px;
    margin-bottom: 100px;
    text-align: center;
    line-height: 76px;
  }
  #sec6 .inner .col.text h2 img {
    width: 100%;
    height: auto;
  }
  #sec6 .inner .col.text h2 span {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    letter-spacing: 0.2em;
  }
  #sec6 .inner .col.text .btn-lk {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  #sec6 .inner .col.text .btn-lk a {
    width: 390px;
    height: 70px;
    border-radius: 0;
    background: #164115;
    border: 1px solid #164115;
    font-size: 21px;
  }
  #sec6 .inner .col.text .btn-lk a:hover::before {
    transform: scale(6.8);
  }
}

#shopinfo {
  position: relative;
  padding: 20vw 0 5vw;
}

#shopinfo .box {
  display: flex;
  flex-wrap: wrap-reverse;
}

#shopinfo .box .col {
  width: 100%;
}

#shopinfo .is-pp {
  margin: 0 8% 10vw;
}

#shopinfo .logo {
  width: 50%;
  margin: 0 auto 10vw;
}

#shopinfo .tel-common {
  text-align: center;
}

#shopinfo .tel-common span {
  background: url(../img/shared/i_tel.png) no-repeat top 12px left;
  background-size: 17px auto;
}

#shopinfo .note {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 5px 0 8vw;
}

#shopinfo .right .list {
  margin: 0 5%;
}

#shopinfo .right .list dl {
  padding: 10px 0;
  border-bottom: 1px solid #b7ab9c;
  letter-spacing: 0;
}

#gmap {
  margin: 0 0 15vw;
  position: relative;
  z-index: 1;
  padding-top: 23vw;
}

#gmap h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10vw;
}

#gmap .btn-lk {
  margin: 0 5%;
}

#gmap .btn-lk a {
  background: #164115;
  border: 1px solid #164115;
  border-radius: 0;
}

#gmap .btn-lk a span {
  padding-bottom: 3px;
}

#gmap .map {
  width: 90%;
  height: 480px;
  margin: 0 auto 14vw;
}

#gmap .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    position: relative;
    padding: 0;
  }
  #shopinfo .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
  }
  #shopinfo .box .pin-spacer {
    width: 50% !important;
  }
  #shopinfo .box .col {
    width: 50%;
  }
  #shopinfo .is-pp {
    margin: 0 auto 90px;
    width: 330px;
  }
  #shopinfo .is-pp span.unsmooth {
    width: 100%;
    font-size: 18px;
    height: 58px;
  }
  #shopinfo .right {
    padding: 160px 20px 230px;
  }
  #shopinfo .button-list {
    padding-top: 135px;
  }
  #shopinfo .button-list .btn-lk {
    width: 450px;
    height: 72px;
    margin: 0 auto 20px;
  }
  #shopinfo .button-list .btn-lk a {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #164115;
    border: 1px solid #164115;
    font-size: 21px;
  }
  #shopinfo .button-list .btn-lk a:hover::before {
    transform: scale(8);
  }
  #shopinfo .button-list .block-l {
    display: flex;
    justify-content: center;
  }
  #shopinfo .button-list .block-l p {
    margin: 0 35px;
  }
  #shopinfo .button-list .block-l p a {
    transition: all 0.3s ease;
  }
  #shopinfo .button-list .block-l p a:hover {
    opacity: 0.7;
  }
  #shopinfo .button-list .block-l p i {
    display: inline-block;
    transform: scaleY(1.5);
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -3px;
  }
  #shopinfo .logo {
    width: 204px;
    margin: 0 auto 55px;
  }
  #shopinfo .tel-common {
    text-align: center;
    font-size: 32px;
  }
  #shopinfo .tel-common span {
    background: url(../img/shared/i_tel.png) no-repeat top 12px left;
    background-size: 17px auto;
  }
  #shopinfo .note {
    font-size: 14px;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 3px 0 30px;
  }
  #shopinfo .right .list {
    margin: 0 auto;
    max-width: 595px;
  }
  #shopinfo .right .list dl {
    padding: 13px 0;
    border-bottom: 1px solid #b7ab9c;
    letter-spacing: 0;
    line-height: 26px;
    display: flex;
  }
  #shopinfo .right .list dl dt {
    width: 155px;
  }
  #shopinfo .right .list dl dd {
    width: calc(100% - 155px);
    word-break: break-all;
    letter-spacing: 0.025em;
  }
  #gmap {
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 0;
    height: 100%;
  }
  #gmap h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10vw;
  }
  #gmap .btn-lk {
    margin: 0 5%;
  }
  #gmap .btn-lk a {
    background: #164115;
    border: 1px solid #164115;
    border-radius: 0;
  }
  #gmap .btn-lk a span {
    padding-bottom: 3px;
  }
  #gmap .map {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #gmap .map iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
  }
}

#sec2 .slide-box .slick-dots {
  position: relative;
  padding-top: 20px;
  justify-content: flex-start;
  bottom: 0;
  right: 0;
  left: 0;
}

#sec2 .slide-box .slick-dots li {
  background: #c4ccbf;
}

#sec2 .slide-box .slick-dots li button {
  opacity: 0;
}

#sec2 .slide-box .slick-dots li.slick-active {
  background: #164115;
}

@media screen and (min-width: 768px) {

  #sec2 .slide-box .slick-dots {
    position: relative;
    padding-top: 30px;
    justify-content: flex-start;
    bottom: 0;
    right: 0;
    left: 15px;
  }
  #sec2 .slide-box .slick-dots li {
    background: #c4ccbf;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    transition: all 0.3s;
  }
  #sec2 .slide-box .slick-dots li:hover {
    opacity: 0.7;
  }
  #sec2 .slide-box .slick-dots li button {
    opacity: 0;
  }
  #sec2 .slide-box .slick-dots li.slick-active {
    background: #164115;
  }
}


/***********fix for ipad**************/
@media screen and (max-width: 1349px) and (min-width: 767px) {
  #sec1 .right ul {
    margin-left: 15px;
  }
  #sec6 .inner .col.text {
    padding: 50px 20px;
  }
}


.slide-h .slick-track {
  will-change: transform;
}