@charset "UTF-8";
.japanese-style_header {
  margin-bottom: 5%; 
  text-align: center;
}


.japanese-style_title {
  margin-bottom: 8%;
  letter-spacing: 0.2rem; 
  font-size: 24px;
  font-size: 2.4rem;
/* = ▼2分割センタリング = */
  text-align:center;
}
@media only screen and (max-width: 48em) {
  .japanese-style_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.japanese-style_lead-txt {
  margin: auto; 
  margin-bottom: 3%;
  width: 92%;
  font-size: 14px;
  font-size: 1.4rem;
/* = ▼2分割センタリング = */
  text-align:center;
  }
  
@media only screen and (max-width: 48em) {
  .japanese-style_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.japanese-style_gallery {
  overflow: hidden;
}
.japanese-style_gallery:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.japanese-style_gallery span {
  position: relative;
  display: block;
  float: left; 
  padding-top: 50%;
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.japanese-style_gallery span:first-child {
  padding-top: 52.73438%; 
  width: 100%;
}
.japanese-style_gallery span img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .japanese-style_gallery span {
    padding-top: 52.73438%;
    
  /*スマホ画像　1カラム⇒2カラム*/
    width: 49.9%;
  }
  .japanese-style_gallery span:first-child {
  
  /*正方形⇒長方形に*/
  /*  padding-top: 105.46875%; */
    width: 100%;
  }
}


.japanese-style-local {
  margin-top: 0;
}

@media only screen and (max-width: 48em) {
.japanese-style-local {
    margin-top: 0;
  }
}

.banner_block.type-b.japanese-style-local .banner-box_title {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}