@charset "UTF-8";/* CSS Document *//* header */#gNav{	position:fixed;	top:0;	width:100%;	height:100px;	background-color:rgba(255,255,255,0.9);}/* title */#title{	background-image:url(../weddingitem/img/titleBg.png);  height: 400px;	background-position: center center;	background-size:cover;	background-repeat: no-repeat;	background-attachment: fixed;}#title h2{	padding-top:220px;}/* パンくずリスト */#contents ul.pankuzu{	height:50px;	background-color:#fff;	margin-bottom:50px;}#contents ul.pankuzu li{	color:#300;	line-height:50px;	margin-right:10px;	float:left;}#contents ul.pankuzu li a{	text-decoration:underline;}#contents ul.pankuzu li.la{	margin-right:0;}/* contents */#contents{	padding-top: 100px;	margin-top:-100px;}#contents #side{	width:200px;	margin-right:40px;	float:left}#contents #side h2{	margin-bottom:30px;}#contents #side ul li{	margin-bottom:20px;}#contents #side ul li a{	font-size:1.8rem;	padding-left:32px;	line-height:22px;	background:url(../weddingitem/img/icon.png) no-repeat center left;}#contents #side ul li a:hover{	background:url(../weddingitem/img/iconOn.png) no-repeat center left;}#contents #main{	width:740px;	float:right;}#contents #main h3{	color:#300;	font-size:2.8rem;	margin-bottom:30px;}#contents #main .text p{	font-size:1.5rem;	line-height:1.7em;	margin-bottom:10px;}#contents #main .text p a{	text-decoration:underline;}#contents #main .text{	margin-bottom:50px;}#contents #main p.btn{	width:250px;	margin:0 auto;}#contents #main p a.btn{	font-size:2rem;	line-height:1.4em;	text-decoration:none;	width:300px;	text-align:center;	padding-top:10px;	padding-bottom:10px;	margin:30px auto 50px;}#contents #main .box{	float: left;	width: 230px;	margin-right: 25px;	font-size: 1.5rem;	line-height: 1.5em;}#contents #main .last{	margin-right: 0;}#contents #main .box h3{	margin-bottom: 10px;}#contents #main .slider{	margin-bottom: 10px;}#contents #main .box p.btn{	text-align: center;}#contents #main .box p a.btn{	font-size: 1.6rem;	width: 180px;	margin-top: 20px;}/* モバイル対応(600px以下) */@media screen and ( min-width:600px ){	#title{		background-attachment: scroll;	}	#contents #main h3{	font-size:1.8rem;	}	#contents #main .text p{	font-size:1.2rem;	line-height:1.6em;	}}