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: #FFF;
}

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%;
	background: #F9F8F0 url(../img/h1_bg.jpg) no-repeat 50% 0;
}

#main_image h1 {
	text-align: center;
	position: relative;
	z-index: 100;
	padding: 43px 0 30px;
	width: 493px;
	margin: 0 auto;
}
@media only screen and (max-width: 550px) {
	#main_image {
		background: #F9F8F0 url(../img/h1_bg.jpg) no-repeat 50% 50%;
		background-size:contain;
	}
	#main_image h1 {
		width: 60%;
		padding: 4% 0;
	}
}


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

#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;
}

#intro {
	padding: 0 4.4%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

/* ------------------タブ------------------ */

#tabs {

}

#tabs ul li {
	width: 48.97%;
}

#tabs ul li#t1 {
	float: left;
	display: inline;
}
#tabs ul li#t2 {
	float: right;
	display: inline;
}

.frame {
	background-color: #EEEBD2;
	border-radius: 8px;
	padding: 1.7%;
	margin-bottom: 40px;
}
.frame > div {
	background-color: #FFF;
	border-radius: 8px;
}

.frame > div .section {
	padding: 3.7%;
	border-bottom: 3px dotted #F0EED8;
}
.frame > div .section:after {
	content:"";
	display:block;
	clear:both;
}

.frame > div h2 {
	border-radius: 6px;
	background: url(../img/bg_slash.png);
	padding: 15px 20px;
	margin-bottom: 25px;
}
.frame > div h2:after {
	content:"";
	display:block;
	clear:both;
}

.frame > div h2 span.option {
	float: right;
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}
.frame > div h2 span.name {
	background: url(../img/ico_fam.png) no-repeat;
	font-weight: bold;
	padding-left: 43px;
}

@media only screen and (max-width: 768px) {
	.frame>div h2 span.option {
		float: none;
		display: block;
		font-size: 15px;
		font-size: 1.5rem;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 640px) {
/*	.frame > div h2 span.option {
		display: block;
	}*/
	.frame > div h2 span.name {
		display: block;
	}
}


h3 {
	font-size: 22px;
	font-size: 2.2rem;
	color: #FF1F00;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 1.28%;
}

.frame>div .section .left {
	float: left;
	display: inline;
	padding-left: 1.28%;
}
.frame>div .section .right {
	float: right;
	display: inline;
	padding-right: 1.28%;
}
.frame>div .section .txt {
	width: 37.7%;
	margin-bottom: 18px;
}
.frame>div .section .ph {
	width: 57%;
	margin-bottom: 18px;
}

.frame>div .section .point {
	background-color: #EEE;
	color: #111;
	padding: 15px 5.1%;
	clear: both;
	position: relative;
	border-radius: 8px;
	margin-left: 1.28%;
	margin-right: 1.28%;
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
	.frame>div .section .left,
	.frame>div .section .right {
		float: none;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.frame>div .section .txt {
		width: 100%;
		margin-bottom: 18px;
	}
	.frame>div .section .ph {
		width: 100%;
		margin-bottom: 18px;
	}
}


.frame>div .section .point .ball {
	position: absolute;
	top: -25px;
	left: 10px;
	z-index: 10;
}

#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: 68%;
}
#bottom_link .btn {
	float: right;
	display: inline;
	padding-top: 10px;
	width: 18.8%;
}

@media only screen and (max-width: 768px) {
	#bottom_link .tit {
		float: none;
		display: block;
		width: 100%;
	}
	#bottom_link .btn {
		float: none;
		display: block;
		padding-top: 10px;
		width: 30%;
		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;
}

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