@charset "utf-8";
.report {
    max-width: 1100px;
    margin: 0 auto;
}
/*　トップページ、ウエディングレポート一覧と共通のスタイル-----------------------*/
.newsArea{
	box-sizing:border-box;
	padding-left: 50px;
	margin-bottom:30px;
	float:left;
	width:100%;
}
.newsBox{
  float:left;
  width:50%;
  height:auto;
  box-sizing:border-box;
  margin-bottom:0;
  border-bottom:dashed 1px #ccc;
}
.newsBox:nth-child(odd){
  border-right:dashed 1px #ccc;
}
.newsBox a{
  display:block;
  color:#333;
  padding:30px 15px 30px 12px;
  box-sizing: border-box;
  background:url(../img/common/icon_arrow_r.png) no-repeat 98% center;
  background-size:14px 14px;
}
.newsBox a:hover,
.newsBox a:hover div.news_contents p{
  background-color:#f7f7f7;
}
.newsBox a:after{
content: "";
display: block;
clear: both;
}
.news_photo{
  float:left;
  width:24%;
  max-width:130px;
}
.news_photo img{
  width:100%;
  height:auto;
  display: block;
  max-width:130px;
  max-height:130px;
}
.news_contents{
  width:70%;
  overflow:hidden;
  float:left;
  padding:0 0 0 15px;
}
.news_label{
  width:80px;
  display: inline-block;
  margin-right:10px;
}
.news_label img{
  width:100%;
  height:auto;
  vertical-align: middle;
}
.news_contents span:nth-child(2){
  color:#777;
  font-size:86%;
  letter-spacing: 1px;
}
.news_contents p strong{
  font-size:107%;
  font-weight:bold;
  display: block;
  line-height:1.4;
  margin-bottom:5px;
}
.news_contents p {
  /* config */
  line-height: 1.5;
  height: 7.6em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding:5px 1em 0 0;
  overflow: hidden;
  font-size:86%;
  clear:left;
}
.news_contents p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.news_contents p:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left:-1em;
}


/*-----体験者レポート WeddingData----*/
.wedding_data{
	width:100%;
	box-sizing:border-box;
	background-color:#f5f3f4;
	padding:20px;
	margin:15px 0 30px 0;
}
	.wedding_data>div{
		width:80%;
		margin:0 auto;
	}
.wedding_data:after{
	content: "";
	display: table;
	clear:both;
}
.wedding_data h3{
	font-size:20px;
	margin-bottom:15px;
}
.wedding_data ul{
	width:50%;
	float:left;
	display: block;
}
.wedding_data ul li{
	line-height:36px;
}
.wedding_data ul li span{
	position:relative;
}
.wedding_data ul.left span{
	display: inline-block;
	width:35%;
}
.wedding_data ul.right span{
	display: inline-block;
	width:50%;
}
.wedding_data ul span:after{
	content:"：";
	display: inline-block;
	padding:0 10px;
	position:absolute;
	right:0;
}
.btn_area{
	text-align:center;
}
.btn_area a{
	display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    padding: 20px 60px 20px 20px;
    background: url(../img/common/icon_instagram.svg) no-repeat 95% center;
    background-color: rgba(0, 0, 0, 0);
    background-color: #bda571;
    background-size:23px 23px;
    max-width: 780px;
}
.btn_area a:hover{
	opacity:0.8;
}
/* -------------------------------------------------- 
 SP
-------------------------------------------------- */
@media screen and (max-width: 768px){
.news{
	background:#FFF;
	width:100%;
	padding-bottom:15px;
}
.newsArea{
	width:100%;
	float:left;
	/*padding-bottom:30px;*/
}
.newsArea h3{
	margin-bottom:0px;
	padding: 20px 10px;
}
.news_label{
	width:80px;
	float:left;
}
.news_contents{
	position: relative;
    padding-left: 80px;
	line-height:120%;
}
.newsBox{
	clear:both;
}
.newsBox{
	margin-bottom:10px;
	padding:10px;
}
.newsBox a h4{
	color:#1F2E55 !important;
	font-weight:bold;
	font-size:17px;
	padding-top:5px;
	padding-bottom:5px;
}
.newsBox a p{
	color:#221714 !important;
	font-size:13px;
}
.newsBox a:hover p{
	text-decoration:underline;
}
.group{
	display:none;
}

.main_title{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:10px;
}
.news_cat{
	text-align:center;
	margin-left:10px;
}
.news_imp{
	padding-top:15px;
	padding-bottom:15px;
	margin-left:50px;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}
.news_imp h3{
	margin-bottom:15px;
}
.news_cat li{
	width:100px;
	margin-right:1px;
	float:left;
	margin-bottom:1px;
}
.news_cat li a{
	text-align:center;
	display:block;
	background:#CCC;
	color:#333;
	padding:5px 10px;
	text-decoration:none;
}
.news_cat li a:hover{
	text-align:center;
	display:block;
	background:#1E2F55;
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
}


.menuArea{
	padding:40px;
	background:#FFF;
	border:10px solid #DCDDDD;
	max-width:1000px;
}
.menu_title{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.menu_img{
	float:left;
}
.menu_text{
	float:right;
	margin-left:30px;
}
.menu_text li{
	margin-bottom:15px;
}
.close{
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	width:100%;
	text-align:center;
}



}
