@charset "utf-8";


/*===============================================*/

/*  for PC / item.css    */

/*===============================================*/


img{max-width: 100%;height: auto;width /***/:auto;}




/*intro
------------------------------------*/
section.intro {
	margin: 0px 0px 100px 0px;
	padding:410px 0px 0px 0px;
	width: 100%;
	text-align:center;
	background: url(../images/bridal/mainimg.jpg) no-repeat center top;
	}
	
section.intro h3 {
	margin: 0px auto 30px auto;
	padding:30px 0px 0px 0px;
	width: 100%;
	font-size:50px;
	line-height:54px;
	text-align:center;
	font-family:Ryumin Light KL ;
	color:#555555;
	letter-spacing: 0.1em;
	}
	
section.intro h3 span {
	font-size:30px;
	line-height:54px;
	display:block;
	}
	
section.intro p{
	line-height:30px;
	width: auto;
	text-align:center;
	}

	

/*.section other
------------------------------------*/
section.other {padding:50px auto 50px; width:860px}
	
section.other .otherList {
	margin: 50px auto 0px;
	padding:0px 0px 0px 0px;
	height:auto;
	clear:both;
	overflow:hidden;
	}
section.other .otherList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

section.other .otherList section {
	margin: 0px 0px 80px 0px;
	padding:0px 0px 0px 0px;
	width:50%;
	height:auto;
	float:left;
	text-align:center;
	}
	
section.other .otherList section:nth-child(odd) {
	padding-right:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
section.other .otherList section:nth-child(even) {
	padding-left:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
section.other .otherList section h3 {
	margin: 0px 0px 20px 0px;
	padding:15px;
	height:auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	}
	
section.other .otherList section p.tx{
	margin: 0px 0px 15px 0px;
	line-height:26px;
	height:70px;
	}
	
section.other .otherList section p.price {
	margin: 0px 0px 0px 0px;
	padding:15px;
	font-size:14px;
	line-height:26px;
	font-family:Gothic MB101 Medium ;
	text-align:center;
	background: #fef2da;
	}
	
section.other .otherList section p.price span {font-size:10px;}
	
section.other .otherList section ul {width:100%; }
section.other .otherList section ul li {width:100%; display:inline-block;padding:15px;text-align:center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
section.other .otherList section ul li.w50 {width:50%; height:auto;}
section.other .otherList section ul li a {display:block;}
.hon {background-color: #fecad8; }
.faci {background-color: #bddbf3; }
.wing {background-color: #d7e7ae; }

.coution{
	margin: 0px 0px 0px 0px;
	font-size:10px;
	text-align:center;}
	
	




/*===============================================*/





/*===============================================*/

/*  for tablet     画面の横幅が600px-958pxまで */

/*===============================================*/


@media screen and (max-width: 959px){



/*intro
------------------------------------*/

section.intro h3 {width: 90%;}
section.intro p {margin: 0px auto 0px; width: 90%; text-align:left;}
section.intro p br {display:none;}

/*.section other
------------------------------------*/
section.other {padding:50px auto 50px; width:90%}
section.other .otherList section {width:100%;float:none;}	
section.other .otherList section:nth-child(odd) {padding-right:0px;}	
section.other .otherList section:nth-child(even) {padding-left:0px;}


}
/*===============================================*/






/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 599px){


/*intro
------------------------------------*/
section.intro {height:auto;}
section.intro h3 {margin-bottom:0px;font-size:20px;line-height:30px;}
section.intro h3 span {margin-bottom:0px;font-size:20px;line-height:30px;}


/*.section other
------------------------------------*/
section.other .otherList section ul li.w50 {width:100%; height:auto;}
section.other .otherList section p.tx{height:auto;}

}
/*===============================================*/

