<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
@media (min-width: 999px) and (max-width: 1300px) {
  header .btn_popup {
    top: 715px;
  }
}
#key {
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

#key dl {
  position: relative;
}

#key dl dd {
  width: 47%;
  position: absolute;
  left: 50%;
  bottom: 15vw;
  transform: translateX(-50%);
  z-index: 2;
}

#key .header-txt {
  position: absolute;
  top: -5vw;
  left: 3vw;
  width: 35%;
  z-index: 1;
}

@media screen and (min-width: 999px) {
  #key {
    height: 1505px;
  }
  #key dl {
    position: static;
  }
  #key dl dd {
    width: auto;
    bottom: 110px;
  }
  #key .header-txt {
    top: 100px;
    left: auto;
    right: 7.5%;
    width: 115px;
  }
  #key .sl_key {
    text-align: center;
  }
  #key .sl_key li {
    height: 1505px;
    background: url('../img/index/key_bg1.jpg') repeat center 0;
    position: relative;
  }
  #key .sl_key li:before {
    content: url('../img/index/mark1.png');
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 50px;
  }
  #key .sl_key li.sl2 {
    background: url('../img/index/key_bg2.jpg') no-repeat center 0;
  }
  #key .sl_key li.sl3 {
    background: url('../img/index/key_bg3.jpg') repeat center 0;
  }
  #key .sl_key li.sl4 {
    background: url('../img/index/key_bg4.jpg') repeat center 0;
  }
}
header h1 {
  padding-bottom: 10vw;
}

@media screen and (min-width: 999px) {
  header h1 {
    top: 218px;
  }
}
#lead {
  margin-bottom: 29vw;
}

#lead .lead-pic {
  flex-wrap: wrap;
  justify-content: space-between;
}

#lead .lead-pic h2 {
  width: 57.3%;
  margin: 16vw auto 9vw;
}

#lead .lead-pic [class^='lead-img'] {
  width: calc((100% - 6px) / 3);
  height: 76.8vw;
}

#lead .lead-pic [class^='lead-img'] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lead .txt {
  color: #000;
}

#lead .txt p + p {
  margin-top: 8vw;
}

@media only screen and (min-width: 768px) {
  #lead {
    margin-bottom: 60px;
  }
  #lead .lead-pic h2 {
    margin: 0;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lead .lead-pic h2 img {
    width: 82.7%;
    max-width: 324px;
    height: auto;
  }
  #lead .lead-pic [class^='lead-img'] {
    height: 55.7vw;
    max-height: 836px;
  }
  #lead .lead-pic .lead-img1 {
    width: 22.8%;
  }
  #lead .lead-pic .lead-img2,
  #lead .lead-pic h2 {
    width: 26.1%;
  }
  #lead .lead-pic .lead-img2 {
    order: 2;
  }
  #lead .lead-pic .lead-img1:nth-child(3) {
    order: 3;
  }
  #lead .txt {
    margin: 100px 0 0 100px;
    position: relative;
    padding-left: 80px;
  }
  #lead .txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 70px;
    background: #d72e00;
  }
  #lead .txt p + p {
    margin-top: 33px;
  }
  #lead .lead-deco {
    margin: -37px -95px 0 auto;
    width: 233px;
  }
}
.box-item {
  background: url('../img/index/bg3.jpg');
}

.box-item .item-img {
  width: 100%;
  height: 76vw;
}

.box-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-item .box-info {
  padding: 15vw 0;
}

.box-item .txt-vertical {
  margin: 0 auto;
  color: #613b36;
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 4.8vw;
  margin-bottom: 10vw;
}

.box-item .txt-vertical p:nth-child(2) {
  font-size: 7.1vw;
}

.box-item .txt-vertical p:nth-child(3) {
  border-left: 1px solid #c9afaa;
  border-right: 1px solid #c9afaa;
  line-height: 2.6;
  margin-right: 4vw;
  padding-top: 3vw;
}

.box-item .btn-link {
  color: #806562;
  padding-left: 6%;
}

.box-item .btn-link span {
  display: flex;
  align-items: center;
}

.box-item .btn-link span:after {
  content: '';
  display: block;
  height: 1px;
  width: 10vw;
  margin-left: 3vw;
  background: #a58c88;
}

@media only screen and (min-width: 768px) {
  .box-item{
            margin: 0 50px;
        width: calc(100% - 100px);
  }
  .box-item .item-img {
    width: calc(100% - 530px);
    height: 570px;
  }
  .box-item .box-info {
    padding: 40px 0 0 0;
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-item .box-info &gt; div {
    margin: 0 auto;
    max-width: 385px;
  }
  .box-item .txt-vertical {
    letter-spacing: 4.5px;
    line-height: 53px;
    font-size: 22px;
    margin-bottom: 74px;
    padding-left: 17px;
  }
  .box-item .txt-vertical p:nth-child(2) {
    font-size: 33px;
    letter-spacing: 7px;
  }
  .box-item .txt-vertical p:nth-child(3) {
    line-height: 56px;
    margin-right: 30px;
    padding-top: 12px;
  }
  .box-item .btn-link {
    padding-left: 35px;
    border-width: 2px;
  }
  .box-item .btn-link span:after {
    width: 60px;
    margin-left: 15px;
  }
}
.online_shop {
  background: #fcfbfb;
}

.online_shop .box-info {
  padding: 14vw 6%;
}

.online_shop h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 6.6vw;
  font-weight: 500;
  margin-bottom: 10vw;
}

.online_shop h2 span {
  display: block;
  font-weight: 600;
  font-size: 60%;
  margin-top: 6vw;
}

.online_shop .online-txt {
  line-height: 23px;
  font-size: 12px;
  margin-bottom: 8vw;
}

.online_shop .btn-link {
  justify-content: center;
  border-color: #dfd7d3;
  color: #292929;
  padding-left: 0;
}

.online_shop .btn-link i {
  width: 26px;
  margin-left: 16px;
}

@media only screen and (min-width: 768px) {
  .online_shop {
    margin-bottom: 50px;
  }
  .online_shop .item-img {
    order: 2;
  }
  .online_shop .box-info {
    padding: 42px 0 0 0px;
    box-sizing: border-box;
  }
  .online_shop h2 {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 7px;
  }
  .online_shop h2 span {
    font-size: 18px;
    margin-top: 24px;
    letter-spacing: 5px;
  }
  .online_shop .online-txt {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 34px;
  }
  .online_shop .btn-link i {
    width: 36px;
    margin-left: 22px;
  }
}
#shoplist {
  padding: 24vw 0 20vw;
}

#shoplist .ttl {
  color: #fff;
  margin-bottom: 18vw;
}

#shoplist .shop-ttl {
  margin: 10vw 0 7vw;
}

#shoplist .box-tel {
  color: #fff;
}

#shoplist .box-tel:before,
#shoplist .box-tel:after {
  border-color: #fff;
}

#shoplist .insta {
  width: 24px;
  margin: 6vw auto 8vw;
}

#shoplist .info {
  margin: 0 -6%;
  border-top: 1px dotted #edc7bf;
}

#shoplist .info dl {
  border-bottom: 1px dotted #edc7bf;
  padding: 13px 5%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #shoplist {
    padding: 152px 0 78px;
  }
  #shoplist .shop-ttl {
    margin: 50px 0 44px 12px;
}
  #shoplist .ttl {
    margin-bottom: 90px;
  }
  #shoplist .ttl-jp {
    margin-left: 25px;
  }
  #shoplist .ttl-en {
    margin-left: 2px;
    letter-spacing: 0.04em;
  }

  #shoplist .insta {
    margin: 31px auto 55px;
    padding-right: 5px;
  }
  #shoplist .info {
    margin: 0 auto;
  }
  #shoplist .info dl {
    padding: 12.5px 16px;
    line-height: 26px;
  }
}
#gmap {
  padding-bottom: 22vw;
}
#gmap iframe {
  height: 480px;
}
#gmap .btn-link {
  margin-top: 10vw;
  padding-left: 14%;
}
#gmap .btn-link:after {
  content: '';
  display: block;
  height: 1px;
  width: 10vw;
  margin-left: 10vw;
  background: #616161;
}
@media only screen and (min-width: 768px) {
  #gmap {
    padding-top: 100px;
    padding-bottom: 97px;
  }
  #gmap .gmap{
        max-width: calc(100% - 180px);
    width: calc(100% - 180px);
    margin: 0 auto;
  }
  #gmap iframe {
    height: 570px;
  }
  #gmap .btn-link {
    margin-top: 61px;
    border-width: 2px;
    padding-left: 75px;
    padding-top: 4px;
  }
  #gmap .btn-link:after {
    width: 57px;
    margin-left: 59px;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>