@charset "UTF-8";
/* **************************************


     shop


***************************************/
/* =============================================================================


     common


============================================================================= */
.sc {
  /*   background: url(../img/shop/shop-bg.jpg);
  color: #fff;
  padding: 250px 0 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  background: #fff;
  padding: 30px 0;
  text-align: center;
  /*   margin-top: 50px; */
}

.sc-ttl {
  font-size: 3.5rem;
  font-family: tsukuB, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sc-ttl {
    font-size: 2.4rem;
  }
}

.sc-txt {
  font-size: 1.9rem;
  margin: 24px auto 0;
  max-width: 9000px;
  text-align: justify;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sc-txt {
    font-size: 1.4rem;
  }
}

.Shop-container {
  padding: 30px 0;
}

.Shop-item-ttl {
  font-size: 4rem;
  text-align: center;
  font-family: tsukuD, "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Shop-item-ttl {
    font-size: 2rem;
  }
}

.Shop-item-txt,
.motoshiro-item-txt {
  font-size: 1.9rem;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .Shop-item-txt,
  .motoshiro-item-txt {
    font-size: 1.4rem;
  }
}

.Shop-map {
  padding: 0px 0 150px;
  text-align: center;
}

.Shop-map-container {
  position: relative;
  width: 100%;
}

.Shop-map-container:before {
  content: "";
  display: block;
  padding-top: 45%;
  /* 高さを幅の75%に固定 */
}

@media (max-width: 767px) {
  .Shop-map-container:before {
    padding-top: 75%;
  }
}

.Shop-map-container iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.Shop-map-ttl {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 15px;
}

.Shop-map-txt {
  font-size: 1.9rem;
  margin-top: 30px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Shop-map-txt {
    font-size: 1.4rem;
  }
}

/* =============================================================================


     shop


============================================================================= */
.Shop-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
}

.Shop-flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1079px) {
  .Shop-flex:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1079px) {
  .Shop-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.Shop-img {
  width: 50%;
}

.Shop-img img {
  font-family: "object-fit:cover";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1079px) {
  .Shop-img {
    width: 100%;
  }
}

.Shop-itembox {
  padding: 30px 3vw;
  position: relative;
  width: 50%;
}

@media (max-width: 1079px) {
  .Shop-itembox {
    padding: 30px 15px;
    width: 100%;
  }
}

.Shop-itembox img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.Shop-itembox img.fa {
  right: 20%;
  top: 30%;
}

.Shop-itembox img.sec {
  left: 10%;
  top: 20%;
}

/* =============================================================================


     motoshiro


============================================================================= */
.motoshiro-ttl {
  font-size: 4rem;
  text-align: center;
}

.motoshiro-ttl span {
  margin-left: 2em;
}

@media screen and (max-width: 1079px) {
  .motoshiro-ttl span {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .motoshiro-ttl {
    font-size: 2.2rem;
  }
}

.motoshiro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .motoshiro-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.motoshiro-item {
  width: calc(50% - 30px);
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .motoshiro-item {
    width: 100%;
    margin-top: 24px;
  }
}

/* **************************************


     chikusa


***************************************/
.sc-span {
  display: block;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .sc-span {
    font-size: 2rem;
  }
}

.sc-ttl {
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .sc-ttl {
    font-size: 2.4rem;
  }
}

.chikusa-shop-span {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 16px;
}

.chikusa-map {
  margin-top: 24px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .chikusa-map {
    font-size: 1.8rem;
  }
}

.chikusa-map-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: justify;
}

.chikusa-map-item dt {
  min-width: 4em;
}

.chikusa-map-item + div {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .chikusa-map-item {
    font-size: 1.6rem;
  }
}

.chikusa-reserve {
  background: #c1272d;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin: 24px auto 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.5em;
}

@media (max-width: 767px) {
  .chikusa-reserve {
    font-size: 1.8rem;
  }
}

.chikusa-reserve:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=shop.css.map */