 @charset "utf-8";
/* CSS Document */

* {
	
}

body.index{
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	line-height: 1.8em;
	color: #50423d;
	background: url('../img/bg_index.jpg') repeat-x #fff;
}

body{
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	line-height: 1.8em;
	color: #50423d;
	background: url('../img/bg_body2.jpg') repeat-x #fff;
}

a {
	text-decoration: none;
	color: #FF8000;
}

a:hover {
	color: #FFBF00;
}

h1{
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	padding-left: 10px;
}
h4 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}
h5 {
	padding-left: 15px;
	background: url('../img/bg_h5.jpg') no-repeat;
}

#top {
	font-size: 13px;
}

#top a {
	padding: 0;
	margin: 5px 5px;
	display: block;
	color: #27170A;
}

#top a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#breadcrumb {
	padding: 10px 0 10px 5px;
}
#breadcrumb a {
	font-size: 11px;
	text-decoration: underline;
}
#above ul {
	display: block;
	clear: both;
	margin: 0 5px;
}
#above ul li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#above li span {
	display:none;
}
td {
	border: 0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

p.bold {
	font-weight: bold;
}

p.tright {
	text-align: right;
}
p.box {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

p.news {
	border-bottom: 1px solid #C0C0C0;
	width: 90%;
}


p.question {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #663333;
}
td {
	border: 0;
}
table.fee {
	width: 90%;
	border: solid 1px #C0C0C0;
	margin: 0 auto;
	margin-bottom: 20px;
}
table tr.bg {
	background-color: #FFC800;
	color: #FFFFFF;
	margin: 0 auto;
}
table.fee td {
	text-align: center;
	border: solid 1px #C0C0C0;
}
.pagetop {
	display: block;
	float: right;
	margin: 20px 10px 10px 0;
}
.scroll {
	display: block;
}

.feetitle {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0.6em;
 	background: #FFE599;
}

.feetitle:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFE599;
	width: 0;
	height: 0;
}

.concepttitle {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0.6em;
 	background: #FFE599;
}

.concepttitle:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFE599;
	width: 0;
	height: 0;
}

.faqtitle {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0.6em;
 	background: #FFE599;
}

.faqtitle:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFE599;
	width: 0;
	height: 0;
}

@media screen and (min-width: 601px) { /*601px以上*/
div.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 1000px;
	height: 122px;
	padding-top: 19px;
}

#gnav ul {
	width: 1000px;
	height: 54px;
	margin: 1px auto;
	padding: 0;
}
#gnav ul li {
	float: left;
	display: inline;
	margin: 0;
}

#gnav ul li a {
	display: block;
}
#gnav ul li a.n01 {
	background-image: url(../img/menu1.jpg);
	width: 131px;
	height: 54px;
}
#gnav ul li a.n02 {
	background-image: url(../img/menu2.jpg);
	width: 138px;
	height: 54px;
}
#gnav ul li a.n03 {
	background-image: url(../img/menu3.jpg);
	width: 141px;
	height: 54px;
}
#gnav ul li a.n04 {
	background-image: url(../img/menu4.jpg);
	width: 132px;
	height: 54px;
}
#gnav ul li a.n05 {
	background-image: url(../img/menu5.jpg);
	width: 141px;
	height: 54px;
}
#gnav ul li a.n06 {
	background-image: url(../img/menu6.jpg);
	width: 138px;
	height: 54px;
}

#gnav ul li a.n07 {
	background-image: url(../img/menu7.jpg);
	width: 179px;
	height: 54px;
}

#gnav ul li a:hover {
	background-position: bottom;
}
#gnav li span {
	display:none;
}
h2 {
	border-left: solid 5px #FFC800;
	width: 96%;
	height: 40px;
	background: #fff;
	margin: 30px 0 20px 0;
	padding: 15px 0 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #FFC800;
	width: 660px;
	height: 30px;
	margin: 15px 0;
	background: #f7f7ee;
	padding: 10px 0 5px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#above {
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 50px;
}
#above ul li {
	display: inline;
	float: left;
	width: 225px;
	height: 180px;
	margin: 0 10px;
}
#above ul li a {
	display: block;
	width: 225px;
	height: 180px;
}
#above ul li a.n01 {
	background-image: url('../img/menubox1.jpg');
	background-size:225px 180px;
}

#above ul li a.n02 {
	background-image: url('../img/menubox2.jpg');
	background-size:225px 180px;
}

#above ul li a.n03 {
	background-image: url('../img/menubox3.jpg');
	background-size:225px 180px;
}
#above ul li a.n04 {
	background-image: url('../img/menubox4.jpg');
	background-size:225px 180px;
}
#contents {
	width:700px;
	font-size: 14px;
	float: left;
	margin: 5px 0 0 0;
	background-color: #fff;
	position: relative;
}
ul li p.date {
	margin: 5px 0 5px 0;
}
ul li a.title {
	color: #3b79ff;
	font-size: 1.5em;
	margin: 0 0 20px 0;
}
#rbox {
	height: 180px;
	margin: 10px;
}
#rbox ul li {
	display: block;
	min-width: 220px;
	min-height: 160px;
	margin: 0 3px;
}
#rbox ul li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
table.about {
	margin: 0 auto;
	margin-bottom: 50px;
	border: 1px solid #C0C0C0;
}
table.about th {
	background-color: #FFA64D;
	width: 150px;
	height: 3em;
	color: #FFFFFF;
	border: 1px solid #C0C0C0;
	vertical-align: middle;
}
table.about td {
	background-color: #FFFFFF;
	width: 390px;
	height: 3em;
	color: #27170A;
	vertical-align: middle;
	border-bottom: 1px solid #C0C0C0;
	text-align: left;
	padding: 5px 0px 5px 15px;
}
#side {
	float: right;
	width: 280px;
	min-height: 300px;
	margin: 5px 5px 20px 15px;
	background-color: #fff;
	text-align: center;
}
#side ul li {
	text-align: left;
}
#side p.plan {
	color: #532E07;
	line-height: 2em;
	margin: -10px 0 10px 0;
	font-size: 1.0em;
}
iframe.form {
	width: 640px;
	height: 730px;
	border: 0;
}
.sitemap {
	padding-left: 10px;
	color: #fff;
}
.sitemap a {
	color: #fff;
}

#footer {
	width: 1000px;
	height: 730px;
	display: block;
	margin: 0 auto;
	clear: both;
	display: block;
	padding-top: 20px;
	position: relative;
	font-size: 12px;
}
#footertop {
	width: 1000px;
	height: 455px;
	padding: 5px 0 5px 0;
	background: #ffe398 url('../img/footerup.jpg') no-repeat center bottom;
	display: block;
}

#footertop ul {
	display: block;
	margin-left: 1px;
}
#footertop ul li {
	display: block;
	float: left;
	width: 240px;
	margin: 0 4px 0 5px;
}
#footertop ul li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#footerupper {
	width: 1000px;
	display: block;
	background: #F19802;
	height: 230px;
	padding-top: 20px;
}
.foot1 {
	float: left;
	width: 310px;
	line-height: 1.6em;
	background: #F19802;
	margin-left: 15px;
	padding: 5px;
}
.foot2 {
	float: left;
	width: 310px;
	line-height: 1.6em;
	background: #F19802;
	margin-left: 5px;
	padding: 5px;
}
.foot3 {
	float: left;
	width: 310px;
	line-height: 1.6em;
	background: #F19802;
	margin-left: 5px;
	padding: 5px;
}
.copyright {
	background: #FACA3A;
	color: #fff;
}
.sponly {
	display: none;
}
} /*601px以上ここまで*/
@media screen and (max-width:600px) { /*600px以下*/
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	
}
div.container{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 310px;
	background: url('../img/bg_header.jpg') no-repeat bottom;
}
.haccess {
	width: 250px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
.leftl {
	text-align: center;
}
.rightl {
	text-align: center;
}

#gnav {
	display: none;
	/*clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 75px;
	padding-top: 5px;*/
}
/*
#gnav ul {
	width: 98%;
	clear: both;
	margin: 0 auto;
	display: block;
}
#gnav ul li {
	font-size: 11px;
	width: 33%;
	height: 35px;
	float: left;
}
#gnav ul li a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 3em;
	display: block;
	border: solid 1px #fff;
}
#gnav ul li a:hover {
	color: #fff;
}
#gnav ul li a.n01 {
	
}
#gnav ul li a.n02 {
	background-color: #0097FE;
}

#gnav ul li a.n03 {
	background-color: #0097FE;

}

#gnav ul li a.n04 {
	background-color: #0097FE;
}

#gnav ul li a.n05 {
	background-color: #0097FE;
}

#gnav ul li a.n06 {
	background-color: #0097FE;

}
#gnav ul li a.n07 {
	background-color: #0097FE;
}

#gnav span {
	padding-left: 10px;
}*/
h2 {
	border-left: solid 5px #FF8000;
	width: 100%;
	height: 40px;
	background: #fff;
	margin: 30px 0 20px 0;
	padding: 10px 0 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
h3 {
	border-left: solid 5px #FF8000;
	width: 95%;
	height: 30px;
	background: #f7f7ee;
	margin: 15px 0;
	padding: 5px 0 5px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#above {
	width: 225px;
	height: 180px;
	margin: 0 auto;
}
#above ul li {
	display: inline;
}
#above ul li a {
	display: block;
}
#above ul li a.n01 {
	background-image: url('../img/menubox1.jpg');
	background-size: 225px 180px;
	width: 225px;
	height: 180px;
}

#above ul li a.n02 {
	height: 0;
}

#above ul li a.n03 {
	height: 0;
}
#above ul li a.n04 {
	height: 0;
}

#side {
	width: 240px;
	min-height: 300px;
	margin: 10px auto;
	background-color: #fff;
	text-align: center;
}
#side ul li {
}
#side p.plan {
	color: #532E07;
	line-height: 2em;
	margin: -10px 0 10px 0;
}
#contents {
	width: 96%;
	font-size: 14px;
	margin: 0 2%;
	background-color: #fff;
	position: relative;
	margin-bottom: 50px;
}
ul li p.date {
	margin: 5px 0 5px 0;
}
ul li a.title {
	color: #3b79ff;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}
#rbox {
	height: 500px;
	display: block;
}
#rbox ul li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
table {
	max-width: 100%;
}
table.about {
	margin: 0 auto;
	margin-bottom: 50px;
	border: 1px solid #C0C0C0;
	font-size: 1.0em;
	width: 94%;
}
table.about th {
	background-color: #FFA64D;
	color: #FFFFFF;
	vertical-align: middle;
	display: block;
	
}
table.about td {
	background-color: #FFF;
	color: #27170A;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	padding: 5px 0px 5px 0px;
	/*width: 96%;*/
}
table.about td img {
	max-width: 270px;
}
iframe.form {
	width: 100%;
	height: 890px;
	border: 0;
}

#footer {
	width: 100%;
	background: #fff;
	color: #FFF;
	height: 720px;
	margin: 0 auto;
	clear: both;
	display: block;
	font-size: 12px;
}

#footer a{
	color: #FFF;
}

#footer a:hover{
	color: #402000;
}


#footertop {
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 5px auto;
	background: #FFC800 url('../img/footerup.jpg') no-repeat center bottom;
	display: block;
}
#footerupper {
	background: #FF9326;
}
.foot1 {
	width: 310px;
	line-height: 1.6em;
	background: #FF9326;
	margin: 0 auto;
	padding: 5px;
}
.foot2 {
	width: 310px;
	line-height: 1.6em;
	background: #FF9326;
	margin: 0 auto;
	padding: 5px;
}
.foot3 {
	width: 310px;
	line-height: 1.6em;
	background: #FF9326;
	margin: 0 auto;
	padding: 5px;
}
.copyright {
	background: #402000;
	color: #fff;
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,.gmap object,.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pconly {
	display: none;
}
} /*600px以下ここまで*/
/*ieのみ読み込み*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#side ul li:not(:target) {
		margin-bottom: 10px;
	}
}/*ieのみ読み込み*/