@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Shippori+Mincho:wght@500&display=swap");
html {
  font-size: 16px;
}
body {
  font-family: "Shippori Mincho", serif;
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
}
.noto_serif {
  font-family: "Noto Serif JP", serif;
}
a {
  color: #231815;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/*********************************
Layout
**********************************/
.wrap {
  max-width: 1130px;
}
.content {
  max-width: 1030px;
}
.content_narrow {
  max-width: 910px;
}
.content_store {
  max-width: 960px;
  padding-left: 40px;
  padding-right: 40px;
}
.sec_info_blue {
  background-color: #00366b;
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_store {
    overflow: hidden;
    max-width: 80vw;
    padding-left: 40px;
    padding-right: 40px;
  }
  .container {
    padding: 0;
  }
  div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin: 0;
  }
  .sp_w80 {
    max-width: 100%;
  }
  .sp_w70 {
    max-width: 90%;
  }
}
section {
  margin-top: 80px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  section {
    margin-top: 50px;
  }
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
}
/*********************************
main
**********************************/
h2 {
  font-weight: 400;
}
.content_store .row {
  margin-left: -40px;
  margin-right: -40px;
}
.content_store .row > div {
  padding-left: 40px;
  padding-right: 40px;
}
.crd_store {
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  margin-bottom: 65px;
}
.crd_store_inner {
  padding: 15px 30px 48px;
}
.itm_name {
  font-size: 1.4rem;
}
.itm_price {
  font-size: 2.3rem;
}
.str_name {
  font-size: 1.4rem;
  margin: 5px 0 0;
  padding: 10px 0;
  border-top: 2px solid #eee;
}
.str_info {
  font-size: 1rem;
  min-height: 10em;
}
.itm_price_sub {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: right;
  margin-top: -30px;
}
.itm_price_sub br {
  display: none;
}
@media (max-width: 767px) {
  .str_info {
    min-height: 8em;
  }
  .itm_price_sub {
  }
  .itm_price_sub br {
    display: block;
  }
}
.crd_store .button {
  display: block;
  width: 215px;
  margin-top: 25px;
  padding: 5px;
  border: 1px solid #231815;
  border-radius: 0;
  text-align: center;
  font-size: 1rem;
}
.button:hover {
  background-color: #231815;
  color: #fff;
  transition: all 0.5s ease-out;
}
.btn_dummy {
  margin-top: 25px;
  height: 40.79px;
}
@media (max-width: 767px) {
  .btn_dummy {
    display: none;
  }
}

.sec_info p {
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: 1.5rem;
}
.blk_img img {
  max-width: 85%;
}
@media (max-width: 767px) {
  .sec_info p {
    font-size: 1rem;
  }
  .blk_img img {
    max-width: 100%;
    padding: 0 20px;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  text-align: center;
  color: #222;
  text-decoration: none;
  padding: 5px 10px;
}
.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
}
.arrow-top {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(45deg);
}
/*********************************
Slider
**********************************/
.img_slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.img_slide.slick-initialized {
  opacity: 1;
}
.slide.slick-slide img {
  max-height: 260px;
}
@media (max-width: 767px) {
  .slide.slick-slide img {
    max-height: 160px;
  }
}
/*********************************
PopUp
**********************************/
.pop {
  width: 600px;
  max-width: 90vw;
  font-size: 1rem;
  color: #fff;
}
.pop img {
  margin-bottom: 20px;
}
.lity-content:after {
  box-shadow: none;
}
button.lity-close {
  display: none;
}
.pop button.lity-close {
  display: block;
  position: absolute;
  top: -50px;
  font-size: 50px;
  font-family: "sans-serif";
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
