@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}

.topics_block .Page-leadText {
  padding-top: 60px;
}

@media only screen and (max-width: 48em) {
  .topics_block .Page-leadText {
    padding-top: 20px;
  }
}

.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}

.topics_title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 130px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.topics_title span {
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Oranienbaum";
}
@media only screen and (max-width: 48em) {
  .topics_title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-area_lead-txt {
    margin-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    line-height: 2.28;
}

.topics-box {
  padding: 4% 0;
  background-color: #f5f5f5;
}
.topics-box:nth-child(2n) {
  background-color: #fff;
}
.topics-box:nth-child(2n) .topics-box_img-outer {
  float: right;
}
.topics-box:nth-child(2n) .topics-box_header-inner {
  right: auto; 
  left: 0;
}
@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
  }
}

.topics-box_inner:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.topics-box_img-outer {
  position: relative;
  float: left;
  overflow: hidden; 
  width: 50%;
}

/* 2枚目以降を100%にしたい時 */
.topics-box_img .single {
  font-size: 0;
  width: 100%;
}
/* 2枚目以降を100%にしたい時 */

@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 6%; 
    width: 100%;
    background-color: #f5f5f5;
  }
}

.topics-box_img {
  font-size: 0;
}
.topics-box_img img {
  float: left; 
  width: 49.8%;
}
.topics-box_img img:nth-child(3n+3) {
  float: right;
}
.topics-box_img img:first-child {
  margin-bottom: 0.3%; 
  width: 100%;
}

.topics-box_header {
  position: relative; 
  float: left;
  padding-top: 50%;
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header {
    padding-top: 0;
    width: 100%;
  }
}

.topics-box_header-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 500px; 
  width: 92.5%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header-inner {
    position: relative;
    padding: 0 4% 8%; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}

.topics-box_title {
margin-bottom: 1%;
    margin-top: 4%;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  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;
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .topics-box_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_title {
   /* text-align: center;*/
  }
}

.topics-box_sub-title {
  margin-bottom: 5.6%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.topics-box_sub-title span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
}
.topics-box_sub-title span:before {
  content: "— ";
}
.topics-box_sub-title span:after {
  content: " —";
}
@media only screen and (max-width: 54em) {
  .topics-box_sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topics-box_sub-title span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.topics-box_lead-txt {
  margin-bottom: 4.4%;
  color: #5fcc85;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .topics-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topics-box_description {
  font-size: 13px;
  font-size: 1.7rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 54em) {
  .topics-box_description {
    margin-bottom: 4%; 
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.topics-Btn {
    margin-bottom: 15px;
    display: block;
    border-radius: 0;
    text-align: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 3.39;
    background: #a37e31;
    color: #fff;
}

.topics-Btn2 {
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    border-radius: 0;
    text-align: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 2.0;
}


.topics-Btn2.isBdGold {
  border: 1px solid #b69955; 
  color: #a37e31;
}
@media only screen and (max-width: 60em) {
  .topics-Btn.isBdGold {
    background-color: #b69955; 
    color: #fff;
  }
}

.topics-Btn:hover.isBdGold {
  background-color: #b69955;
  color: #fff;
}

.topics-notice-box {
  margin: 40px auto;
  max-width: 1024px;
  background-color: #DDDDDD;
  padding: 30px;
  clear: both;
}
@media only screen and (max-width: 54em) {
  .topics-notice-box {
    font-size: 12px;
    margin: 0 4% 40px 4%;
  }
}



.Page-content {
    padding-top: 60px;
}



/* =========== banner_block =========== */
.banner_block {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 48em) {
  .banner_block .wrapper {
    margin: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .banner_block {
    padding-bottom: 0;
  }
}


/* = sp-topics = */
.sp-topics {
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto 50px auto;
  background-color: #bdadcc;
  position: relative;
  overflow: hidden;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

@media only screen and (max-width: 48em) {
  .sp-topics  {
    margin-bottom: 5%;
    padding-bottom: 1%;
  }
}

.sp-topics a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: transparent;
}

.sp-topics a span {
  display: none;
}

.sp-topics:hover {
  opacity: 0.8;
}

.sp-topics:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* = sp-topics_bg-img = */
.sp-topics .sp-topics_bg-img {
  width: 50%;
  min-height: 210px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wedding/img/feature_bg-img.jpg);
}

.sp-topics .sp-topics_bg-img02 {
  width: 50%;
  min-height: 210px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wedding/img/feature02_bg-img.jpg);
}

.sp-topics .sp-topics_bg-img img,
.sp-topics .sp-topics_bg-img02 img{
  visibility: hidden;
}

@media only screen and (max-width: 48em) {
  .sp-topics .sp-topics_bg-img,
  .sp-topics .sp-topics_bg-img02 {
    float: none;
    position: relative;
    padding-top: 45.33333%;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sp-topics .sp-topics_bg-img img
  .sp-topics .sp-topics_bg-img02 img {
    display: none;
  }
}

/* = sp-topics_content = */
.sp-topics .sp-topics_content {
  width: 48%;
  float: right;
  margin: 1%;
  padding: 3.2%;
  border: solid 1px #FFF;
}

@media only screen and (max-width: 60em) {
  .sp-topics .sp-topics_content {
    padding: 3%;
  }
}

@media only screen and (max-width: 48em) {
  .sp-topics .sp-topics_content {
    text-align: center;
    float: none;
    padding-bottom: 4%;
    margin-bottom: 0;
    width: 98%;
  }
}

/* = sp-topics_title = */
.sp-topics .sp-topics_content .sp-topics_title {
  margin-bottom: 2%;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* = sp-topics_lead-txt = */
.sp-topics .sp-topics_content .sp-topics_lead-txt {
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2%;
}

/* = sp-topics_lead-txt ※テキストが長いとき = */
.sp-topics .sp-topics_content .sp-topics_lead-txt_long {
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2%;
}

/* = sp-topics_sub-txt = */
.sp-topics .sp-topics_content .sp-topics_sub-txt {
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}


/* ========== エルマリレポート用 ========== */



/* insta */
body.erumari ul#instafeed{
	}
body.erumari ul#instafeed li{
    float: left;
    width: 16%;
    margin: 0 0.8% 0.8% 0;
	}
body.erumari ul#instafeed li img{
	width:100%;
	}
body.erumari ul#instafeed li:nth-child(6n){
    margin: 0 0 0.8% 0;
	}

@media only screen and (max-width: 48em) {
body.erumari ul#instafeed li{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
	}
body.erumari ul#instafeed li img{
	width:100%;
	}
body.erumari ul#instafeed li:nth-child(6n){
	margin-right:2%;
	}
body.erumari ul#instafeed li:nth-child(3n){
	margin-right:0;
	}
}


.elrepo_box{
	padding:8% 0;
	}

/* type1 */
div.elrepo_box_type1{
	}
div.elrepo_box_type1 div.elrepo_txtbox{
	position:relative;
	float:left;
	width:35%;
	padding:20px 20px 0;
	}
div.elrepo_box_type1 div.elrepo_imagebox{
	float:left;
	width:65%;
	}
	
/* type2 */	
div.elrepo_box_type2{
	}
div.elrepo_box_type2 div.elrepo_txtbox{
	position:relative;
	float:right;
	width:35%;
	padding:20px 20px 0;
	}
div.elrepo_box_type2 div.elrepo_imagebox{
	float:right;
	width:65%;
	}


h3.elrepo_h3{
	color:#b69955;
	font-size:22px;
	line-height:1.4;
	}

.instabox{ padding-top:5%;}

h2.insta_midasi1{
	padding:0;
	margin:0 0 2% 0;
	text-align:center;
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
h3.insta_midasi2{
	padding:0 0 3% 0;
	text-align:center;
	}


figure.elrepo_img{
	}
figure.elrepo_img img{
	margin:0;
	padding:0;
	width:50%;
	}
	

.el_img_box{ background-color:#f5f5f5; padding:5% 0}

ul.elrepo_img_list{
	width:80%;
	text-align:center;
	margin:0 auto;
	}
ul.elrepo_img_list li{
	float:left;
	width:24%;
	margin:0 1% 0 0;
	}
ul.elrepo_img_list li:nth-child(4n){
	margin:0 0 0 0;
	}
@media only screen and (max-width: 48em) {
ul.elrepo_img_list{
	width:100%;
	}

}

@media only screen and (max-width: 48em) {
/* type1 */
div.elrepo_box_type1{
	}
div.elrepo_box_type1 div.elrepo_txtbox{
	position:relative;
	float:none;
	width:100%;
	padding:20px 20px;
	}
div.elrepo_box_type1 div.elrepo_imagebox{
	float:none;
	width:100%;
	margin:0 0 30px 0;
	}
	
/* type2 */	
div.elrepo_box_type2{
	}
div.elrepo_box_type2 div.elrepo_txtbox{
	position:relative;
	float:none;
	width:100%;
	padding:20px 20px;
	}
div.elrepo_box_type2 div.elrepo_imagebox{
	float:none;
	width:100%;
	margin:0 0 30px 0;
	}

}


div.elmari_fair_txt_box{
	padding:30px 20px;
	border:solid #b69955 2px;
	}
p.elmari_fair_txt{
	text-align:center;
	font-size:20px;
	margin:0 0 10px 0;
	color: #b69955;
	}
p.elmari_fair_txt span{
	font-size:18px;
	color: #000000;
	}


div.el_fair_box{
	margin:0 auto;
	text-align:center;
	}

div.el_fair_box a{
	display:block;
	margin:0 auto;
	max-width:400px;
	padding:10px 10px;
	font-size:16px;
	background-color:#b69955;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

div.el_fair_box a:hover{
	opacity:0.6;
	transition:0.3s;
	}





p.elrepo_txt01{
	font-size:14px;
	}

p.elrepo_txt01 span{
	font-size:20px;
	font-weight:bold;
	color:#de0000;
	}

@media only screen and (max-width: 48em) {
p.elrepo_txt01{
	font-size:12px;
	}
}






