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


/* =========== shrine_harf =========== */

.shrine_harf .wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.shrine_harf .aside_img {
  float: left;
  margin-right: 2%;
  width: 48%;
  margin-bottom: 4%;
}

.shrine_harf .aside_img .right {
  float: left;
  width: 48%;
  margin-bottom: 4%;
}

@media only screen and (max-width: 48em) {
  .shrine_harf .aside_img {
    margin-bottom: 10%;
    width: 100%;
  }
}

/* =========== shrine_harf =========== */









.shrine_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) {
  .shrine_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

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

.shrine_gallery {
  overflow: hidden;
}
.shrine_gallery:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.shrine_gallery span {
  position: relative;
  display: block;
  float: left; 
  padding-top: 26.36719%;
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shrine_gallery span:first-child {
  padding-top: 52.73438%; 
  width: 50%;
}
.shrine_gallery span img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .shrine_gallery span {
    padding-top: 52.73438%; 
    width: 100%;
  }
  .shrine_gallery span:first-child {
    padding-top: 105.46875%; 
    width: 100%;
  }
}

.shrine-box {
  padding: 5% 0;
}
.shrine-box.support {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .shrine-box.support {
    background-position: left center;
  }
}

.shrine-box_bg-img {
  position: absolute;
  top: 0;
  overflow: hidden; 
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shrine-box_bg-img img {
  visibility: hidden;
}
.shrine-box_bg-img:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.9); 
  content: "";
}

.shrine-box_header {
  position: relative;
  margin-bottom: 4%; 
  text-align: center;
}

.shrine-box_title {
  margin: auto;
  margin-bottom: 2%;
  width: 92%;
  letter-spacing: 0.2rem; 
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .shrine-box_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.shrine-box_lead-txt {
  margin: auto; 
  width: 92%;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .shrine-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.support_content {
  position: relative;
}

.support_list {
  position: relative; 
  list-style-type: none;
  counter-reset: counter_001 0;
  font-size: 0;
}
.support_list:before,
.support_list:after {
  position: absolute;
  bottom: 0;
  display: block; 
  width: 48%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}
.support_list:before {
  left: 0;
}
.support_list:after {
  right: 0;
}
@media only screen and (max-width: 48em) {
  .support_list:before,
  .support_list:after {
    display: none;
  }
}

.support_item {
  position: relative;
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%; 
  width: 46%;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-top-style: solid;
  vertical-align: top;
  font-size: small;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (min-width: 48.0625em) {
  .support_item {
    width: 46%;
  }
  .support_item:nth-child(n) {
    width: 48% ;
  }
  .support_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .support_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .support_item {
    width: 92%;
  }
  .support_item:nth-child(n) {
    margin-right: 4%; 
    margin-left: 0;
    width: 92% ;
  }
  .support_item:nth-child(1n+1) {
    margin-left: 4%;
  }
}
.support_item:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 4%;
  content: counter(counter_001);
  counter-increment: counter_001;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Times New Roman";
  line-height: 1;
}
@media only screen and (max-width: 48em) {
  .support_item {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .support_item:last-child {
    border-color: rgba(0, 0, 0, 0.2); 
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

.support_title {
  margin-bottom: 2%;
  margin-left: 5%;
  font-weight: bold; 
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .support_title {
    margin-left: 7%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .support_title span {
    width: 6%;
  }
}

.support_txt {
  margin-left: 5%;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .support_txt {
    margin-left: 7%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.flow_list {
  list-style-type: none;
}

.flow_item {
  position: relative; 
  margin: auto;
  margin-bottom: 30px;
  width: 50%;
  border: 1px solid #b8974f;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 3.7;
}
.flow_item:last-child:after {
  display: none;
}
.flow_item:after {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: transparent url("/bridal/sendai/sjcg-sendai/common/img/icon_arrow-down-gold.png") center center no-repeat; 
  content: "";
}
@media only screen and (max-width: 48em) {
  .flow_item {
    width: 96%;
  }
}

.shrine-local {
  margin-top: 0;
}

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

.banner_block.type-b.shrine-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;
}