html{
	height:100%;
	font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
	html{
		/*font-size: 100%;*/
	}
}

body {
	color:#3E3D32;
	font-size: 1.6rem;
	line-height:1.6;
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	background-color: #F9F8F0;
}

a:link,
a:visited {
	color:#006CD8;
	outline: none;
}

a:hover {
	color:#2F97FF;
	text-decoration:underline;
	outline: none;
}

#wrapper {
	width:100%;
	position:relative;
	z-index:100;

}

/*------------------------------------------------
リセット
------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}

area {
	border:none;
	outline:none;
}

/*
q:before, q:after{
	content:".";
}
*/

abbr, acronym{
	border:0;
}

/* ------------------ヘッダー------------------ */
#header {
	width: 100%;
	overflow: hidden;
	background: #E3E3DB url(../../img/header_bg.jpg) repeat-x;

}

#header .inner {
	max-width:900px;
	margin: 0 auto;
	position: relative;
}

#header .inner .top {
	height: 54px;
	overflow: hidden;
}

#header .inner .top #logo {
	float: left;
	display: inline;
	padding-top: 0px;
	margin: 0 16px;
}

#header .inner .top #btn_top {
	float: left;
	display: inline;
	padding-top: 11px;
}

#header .inner .top #child_seat {
	float: right;
	display: inline;
	padding-top: 14px;
	margin-right: 16px;
}

#header .inner #menu ul {
	border-left: 1px solid #FFF;
}

#header .inner #menu ul li {
	float: left;
	display: inline;
	width: 24.8%;
	border-right: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
	#header .inner #menu ul li {
		width: 49.6%;
	}
	#header .inner #menu ul li:nth-child(-n+2) {
		border-bottom: 1px solid #FFF;
	}
}


/* ------------------メイン------------------ */

#main_image {
	width: 100%;
}

#main_image .inner {
	text-align:left;
	max-width:870px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

#main_image h1 {
	width: 52.5%;
	margin-bottom: 48px;
}
@media only screen and (max-width: 550px) {
	#main_image {

	}
	#main_image h1 {

	}
}

#main_image .ph {
	width: 51.8%;
	position: absolute;
	top: 20px;
	right: -10px;
	z-index: 1000;
}
#contents .frame .body {
	border: 2px solid #F0EED7;
	width: 88.3%;
	padding: 3.2% 5.4%;
}
#contents .frame .txt {
	line-height: 1.9;
}

.frame {
	position: relative;
}
.frame .body {
	background-color: #FFFFFF;
	width: 88.4%;
	position: relative;
	z-index: 100;
	border-radius: 8px;
	padding: 5.4%;
}
.frame .slash_bg {
	background: url(../img/slash_bg.png);
	width: 99.3%;
	height: 100%;
	position: absolute;
	bottom: -7px;
	right: 0;
	z-index: 50;
	border-radius: 8px;
}

.frame .lead,
.frame .txt {
	margin-bottom: 2.3%;
	font-size: 15px;
}
.frame .fig {
	background: url(../img/net_bg.png);
}


/* ------------------コンテンツ------------------ */

#contents {
	width: 100%;
	background-color: #F9F8F0;
}

#contents .inner {
	text-align:left;
	max-width:870px;
	margin: 0 auto;
}
#contents .inner:after {
	content:"";
	display:block;
	clear:both;
}

#contents #sec1 {
	background: url(../img/bg_stripe.png);
}

#contents #sec1 .bg {

	background: url(../img/stripe_line.png) repeat-x 0 100%;
}

#contents .section .inner {
	padding: 40px 0 47px;
}
#contents #sec1 .fig {
	margin-bottom: 2.2%;
}

#contents .section .head {
	padding: 40px 0;
	background: url(../img/title_bg.png);
	text-align: center;
}
#contents .section h2 {
	margin: 0 auto;
	max-width:870px;
	text-align: center;
}
@media only screen and (max-width: 550px) {
}

#contents #sec1 .inner {
	background: url(../img/dot_line.png) no-repeat 50% 100%;
	background-size: 100%;
}
#contents #sec1 .inner.last {
	background: none;
	padding-bottom: 65px;
}


#sec3 {
	background: url(../img/title_bg.png);
	padding: 57px 0;
}
@media only screen and (max-width: 550px) {
	#sec3 {
		background: url(../img/title_bg.png);
		padding: 25px 0;
	}
}

#sec3 h2 {
	text-align: center;
	width: 76%;
	margin: 0 auto 38px;
}

#sec4 {
	padding: 67px 0 40px;
}

@media only screen and (max-width: 550px) {
	#sec4 {
		padding: 30px 0 20px;
	}
}

#sec4 h3 {
	text-align: center;
	margin-bottom: 4.4%;
}

#sec4 .inner:first-child {
	background: url(../img/dot_line.png) no-repeat 50% 100%;
	background-size: 100%;
	padding-bottom: 42px;
}

#sec4 .lead {
	font-size: 17px;
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
}

#sec4 .simple_frame {
	margin-top: 45px;
	background-color: #FFF;
	border: 2px solid #EBE8C9;
	padding: 30px 5.5%;
	border-radius: 8px;

}

#sec4 .simple_frame h4 {
	margin-bottom: 15px;
}

#sec4 .simple_frame .point {
	position: relative;
	margin-bottom: 30px;
}

#sec4 .simple_frame .left {
	float: left;
	display: inline;
}
#sec4 .simple_frame .right {
	float: right;
	display: inline;
}
#sec4 .simple_frame .txt {
	width: 61.7%;
	font-size: 15px;
	line-height: 1.6;
}
@media only screen and (max-width: 550px) {
	#sec4 .simple_frame .txt {
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
}

#sec4 .simple_frame .txt .small {
	line-height: 1.6;
	margin-top: 15px;
}

#sec4 .simple_frame .ph {
	width: 38.3%;
	margin-top: -60px;
	position: relative;
	z-index: 100;
}
#sec4 .simple_frame .ph.left {
	margin-left: -15px;
}
#sec4 .simple_frame .ph.right {
	margin-right: -15px;
}
#sec4 .simple_frame .ph2 {
	width: 23.8%;
	position: absolute;
	top: 63%;
	right: 15%;
	z-index: 200;
}

@media only screen and (max-width: 768px) {
	#sec4 .simple_frame .left {
		float: none;
		display: block;
	}
	#sec4 .simple_frame .right {
		float: none;
		display: block;
	}
	#sec4 .simple_frame .ph.left {
		margin-left: 0;
		margin-top: 0;
		transform: rotate(7deg);
		-moz-transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
		-o-transform: rotate(7deg);
		-ms-transform: rotate(7deg);
		width: 100%;
		overflow: hidden;
	}
	#sec4 .simple_frame .ph.right {
		margin-right: 0;
		margin-top: 0;
		transform: rotate(-7deg);
		-moz-transform: rotate(-7deg);
		-webkit-transform: rotate(-7deg);
		-o-transform: rotate(-7deg);
		-ms-transform: rotate(-7deg);
		width: 100%;
		overflow: hidden;
	}
	#phsp .ph {
		position: relative;
		left: -5%;
	}
	#sec4 .simple_frame .ph2 {
		width: 51%;
		position: absolute;
		top: auto;
		bottom: -2%;
		right: -4%;
		z-index: 200;
		transform: rotate(7deg);
		-moz-transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
		-o-transform: rotate(7deg);
		-ms-transform: rotate(7deg);
	}
}

#btn_lineup {
	text-align: center;
	margin-top: 22px;
}



.bha:hover {
	opacity: 0.7;
}



#bottom_link {
	background-color: #FFF;
	border-radius: 8px;
	border: 4px solid #FF1F00;
	position: relative;
	overflow: hidden;
	padding: 29px 4.4%;
}

#bottom_link .tit {
	float: left;
	display: inline;
	width: 56.7%;
}
#bottom_link .btn {
	float: right;
	display: inline;
	padding-top: 10px;
	width: 37.7%;
}

@media only screen and (max-width: 550px) {
	#bottom_link .tit {
		float: none;
		display: block;
		width: 100%;
	}
	#bottom_link .btn {
		float: none;
		display: block;
		width: 284px;
		padding-top: 10px;
		margin: 0 auto;
	}
}


.important {
	color: #FF1F00!important;
	font-weight: bold;
}

.small {
	font-size: 10px;
	font-size: 1rem;
}

#contents p.totop {
	margin-top: 15px;
	padding: 25px 0;
	padding-left: 24px;
	background: url(../img/totop_icon.jpg) no-repeat 0 50%;
	font-size:12px;
	float: right;
	display: inline;
	margin-right: 10px;
	clear: both;
}
#contents p.totop a {
	color: #FF2000;
	text-decoration: none;
}

#contents p.totop a:hover {
	color: #FF5E46;
	text-decoration: underline;
	opacity: 0.7;
}

/* ------------------フッター------------------ */

#footer {
	width: 100%;
	overflow: hidden;
	background-color: #4E4E4E;
}

#footer .inner {
	max-width:900px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0;
}

#footer .inner p {
	font-size: 9px;
	color: #F8F7F2;
	text-align: center;
	margin: 0 auto;
	width: 400px;
}

.bn {
	border: none!important;
}

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	zoom:1;
}

.tac {
	text-align: center!important;
}

.fwb {
	font-weight: bold!important;
}


.rover:hover{
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	zoom:1;
}

.sp_disp {
	display: none!important;
}

@media only screen and (max-width: 550px) {
	.sp_disp {
		display: block!important;
	}
	.pc_disp {
		display: none!important;
	}

	#main_image {
		width: 94%;
		padding: 0 3%;
	}
	#main_image .inner {
		padding: 25px 0;
	}
	#main_image h1 {
		width: 100%;
		margin-bottom: 15px;
	}

	#contents .inner {
		width: 94%;
		padding: 0 3%;
	}
	#contents .section .inner {
		padding: 30px 0px 35px;
	}
	#contents .section h2 img {
		width: 94%;
	}
	#contents .section .head {
		padding: 20px 0;
	}
	#contents .section h2 {
		width: 100%;
	}
	#sec3 h2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec4 .simple_frame {
		padding: 15px 5.5%;
		margin-top: 20px;
	}
	.frame .lead {
		font-weight: bold;
		font-size: 12px;
	}
	.frame .txt,
	#sec4 .lead {
		font-size: 11px;
	}

}

.mb0 {
	margin-bottom: 0px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}