@charset "utf-8";
.pc{
	display: none;
}
body{
	font-size:12px;
}
header{
	background: url(../images/common/head_bg.png) top repeat-x;
	padding-top: 180px;
	position: relative;
}
nav{
	padding-top: 100px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	text-align: center;
	z-index: 1000;
}
nav ul{
	display: none;
	border-top: 1px solid #b48a5f;
}
nav ul li{
	display: block;
	width: calc(100%);

}
nav ul li a{
	display: block;
	text-decoration: none;
	color: #000000;
	line-height: 87px;
	font-size: 1.6em;
	border-bottom: 1px solid #b48a5f;
}
h1{
	text-align: center;
}
.container{
	width: 1135px;
	max-width: 96%;
	position: relative;
	margin: 0 auto;
/*	border: 1px solid #FF0000;
*/}
.container img{
	max-width: 100%;
	height: auto;
}
#c1{
	background: url(../images/common/bg2.jpg) repeat;
	padding: 33px 0;
}
#c1 .wrapper{
	border: 1px solid #b48a5f;
	margin-right: 10px;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 21px;
	padding-bottom: 10px;
	position: relative;
}
#c1 .wrapper:before{
	content: "";
	display: block;
	width: calc(100%);
	height: 100%;
	border: 1px solid #b48a5f;
	position: absolute;
	top: 10px;
	left: 10px;

}
#c1 .cont{
	background: rgba(255,255,255,0.7);
	padding: 70px 20px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}
#c1 .cont:before{
	content: "";
	background: url(../images/common/lm01.png) center center no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#c1 .cont:after{
	content: "";
	background: url(../images/common/lm01.png) center center no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 20px;
	left: 30px;
}
#c1 .cont h2:before{
	content: "";
	background: url(../images/common/lm02.png) center center no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 30px;
	right: 20px;
}
#c1 .cont h2:after{
	content: "";
	background: url(../images/common/lm02.png) center center no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#c1 h2,#c2 h2,#c3 h2{
	font-size: 1.7em;
	text-align: center;
	background: url(../images/common/h2_bg.png) bottom center no-repeat;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#c1 p{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1.7em;
}
#c1 p.sm{
	font-size: 1.3em;
	font-family: "Sei Kaisho CB1";
	margin-bottom: 0em;
}

#c2{
	background: url(../images/common/bg02.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 63px 0;
}
#c2 ul li img{
	max-width: 100%;
	height: auto;
}

ul.ll{
	width: 44%;
	margin: 0 3%;
	float: left;
}
ul.lc{
	width: 44%;
	margin: 0 3%;
	float: right;
}
ul.rc{
	clear: both;
	width: 44%;
	margin: 0 3%;
	float: left;
}
ul.rr{
	width: 44%;
	margin: 0 3%;
	float: right;
}
#c2 ul li a{
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-align: right;
	margin-bottom: 30px;
}
#c2 ul li a img{
	width: 100%;
	padding-bottom: 4px;
}

#c3{
	background: url(../images/common/bg07.png) top repeat-x;
	padding: 63px 0 0 0;
}
#c3 dl{
	text-align: center;
}
#c3 dl dt{
	margin-bottom: 1em;
	font-size: 1.2em;
}
#c3 dl dd{
	font-size: 1.2em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dashed #b48a5f;
}
#c3 dl dd:last-child{
	border-bottom: none;
	margin: 0;
}

#c3 dl dd ul li{
	/*font-size: 1.2em;*/
}
#c4{
	background: #927f66 url(../images/common/bg04.png) bottom right no-repeat;
	padding: 63px 0;
	text-align: center;
}
#c4 h2{
	color: #FFFFFF;
	margin-bottom: 50px;
	font-size: 1.5em;

}
#c4 p{
	margin-bottom: 30px;
}
#c4 p:last-child{
	margin-bottom: 0;
}

#c5{
	background: #f3ede5 url(../images/common/bg05.png) bottom left no-repeat;
	padding: 63px 0;
	text-align: center;
}
#c5 h2{
	font-size: 1.5em;

}
#c5 table{
	width: 90%;
	margin: 50px auto 0 auto;
}
#c5 table th{
	text-align: left;
	width: 30%;
	padding: 10px 0;
}
#c5 table td{
	padding: 10px 0;
}

#c5 input{
	padding: 10px;
	width: calc(100% - 20px);
	border-radius: 3px;
	border: 1px solid #927f66;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#c5 button{
	cursor: pointer;
	color: #FFFFFF;
	background: #927f66;
	border: 0;
	font-size: 1.3em;
	text-align: center;
	width: 30%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 8px 0;
	display: inline-block;
}
#c5 tr.send td{
	padding-top: 60px;
	text-align: center;
}
p#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
footer p{
	color: #000000;
	font-size: 1.2em;
	text-align: center;
	line-height: 102px;
}
footer {
	background: url(../images/common/bg06.png) bottom repeat-x;
}
div#popup{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 666666;
	display: none;
}
div#popup img{
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 70%;
    margin: auto;
    border-radius: 3px;
}
div#popup p.close a{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 70px;
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	text-decoration: none;
}
.ppcont{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sp_navi{
	position: absolute;top: 12px;
	right: 12px;
	cursor: pointer;
}
.error{
	background: #FFEEEE!important;
	border: 1px solid #efefef;
}
#confirm table{
	margin-bottom: 40px;
}