@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#mapshop .single .wrapper {
  max-width: 940px;
}
#mapshop .single .title {
  text-align: center;
  padding: 3rem 0 2rem;
}
#mapshop .single .title h1 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .title h1 {
    font-size: 1.6rem;
  }
}
#mapshop .single .pr {
  max-width: 720px;
  margin: 0 auto 6rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .pr {
    margin: 0 auto 4rem;
  }
}
#mapshop .single .slide img {
  width: 100%;
}
#mapshop .single .slide .slick-list {
  border-radius: 5px;
  overflow: hidden;
}
#mapshop .single .slide .slick-prev, #mapshop .single .slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-prev, #mapshop .single .slide .slick-next {
    width: 40px;
    height: 40px;
  }
}
#mapshop .single .slide .slick-prev:before,
#mapshop .single .slide .slick-next:before {
  display: none;
}
#mapshop .single .slide .slick-prev {
  left: -25px;
  background-image: url("../images/mapshop/yaji_l.svg");
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-prev {
    left: -7px;
  }
}
#mapshop .single .slide .slick-next {
  right: -25px;
  background-image: url("../images/mapshop/yaji_r.svg");
}
@media only screen and (max-width: 1024px) {
  #mapshop .single .slide .slick-next {
    right: -7px;
  }
}
#mapshop .single #map_journal, #mapshop .single #item {
  padding-top: 70px;
  background-image: url("../images/journal/namisen.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1300px;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal, #mapshop .single #item {
    padding-top: 45px;
    background-size: 900px;
  }
}
#mapshop .single #map_journal .midashi, #mapshop .single #item .midashi {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi, #mapshop .single #item .midashi {
    margin-bottom: 2rem;
  }
}
#mapshop .single #map_journal .midashi .eng, #mapshop .single #item .midashi .eng {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5F9DA0;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi .eng, #mapshop .single #item .midashi .eng {
    font-size: 12px;
  }
}
#mapshop .single #map_journal .midashi h2, #mapshop .single #item .midashi h2 {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #map_journal .midashi h2, #mapshop .single #item .midashi h2 {
    font-size: 1.5rem;
  }
}
#mapshop .single #item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mapshop .single #item .item_list .waku {
  width: 48%;
  margin: 0 1% 40px;
}
@media only screen and (max-width: 600px) {
  #mapshop .single #item .item_list .waku {
    width: 96%;
    margin: 0 2% 30px;
  }
}
#mapshop .single #item .item_list .waku a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mapshop .single #item .item_list .image {
  width: 35%;
}
#mapshop .single #item .item_list .image .image2 {
  width: 100%;
  height: 0%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
#mapshop .single #item .item_list .image .image3 {
  border: 1px solid #090000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#mapshop .single #item .item_list .image img {
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#mapshop .single #item .item_list a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 1024px) {
  #mapshop .single #item .item_list a:hover .image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#mapshop .single #item .item_list .text {
  width: 60%;
  margin: 0 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mapshop .single #item .item_list .text2 {
  width: 100%;
}
#mapshop .single #item .item_list h3 {
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
}
#mapshop .single #item .item_list h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #090000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mapshop .single #item .item_list a:hover h3::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#mapshop .single #item .item_list .price {
  font-size: 1rem;
  margin: 3px 0 2px;
}
#mapshop .single #item .item_list .ex {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.8;
}
/*# sourceMappingURL=mapshop.css.map */