@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

body{
	background: #fff;
}
header{
	background: url(/images/headbg.jpg) 68% 0 repeat-x;
	padding: 0;
	box-shadow: none;
}
header .inner{
	background: url(/images/head.jpg) 68% 0 no-repeat;
	height: 434px;
	padding: 0 20px;
	justify-content: center !important;
}
header .inner>*{
	display: block;
	width: 100%;
	text-align: center;
}
header .inner h1,
header .inner h1 *{
	display: block;
	margin: 0 auto;
}
header .inner h1{
	margin-bottom: 15px;
	width: auto;
}
header .inner h1 a{
	max-width: none;
	width: 100%;
}
header .inner p br{
	display: none;
}
header .inner p span{
	color: #007dd4;
	font-weight: 600;
}
@media screen and (max-width: 700px){
	header .inner>*{
		width: 80%;
	}
}
@media screen and (max-width: 450px){
	header{
		background-position: 72% -30px;
	}
	header .inner{
		background-position: 72% -30px;
	}
	header .inner{
		height: 380px;
	}
	header .inner>*{
		width: 100%;
	}
	header .inner p br{
		display: block;
	}
}

/*---------------*/

main{
	padding: 20px;
}

section{
	padding-bottom: 30px;
}
section .h2{
	padding-left: 35px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
section .h2:before{
	display: none;
}
section dl{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
section dt{
	width: 150px;
	font-weight: 600;
}
section dd{
	width: calc(100% - 150px);
}
section ul.list{
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
section ul.list li{
	display: block;
	float: left;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}
section ul.list li:after{
	content: "";
	display: block;
	width: 1px;
	height: 1.5rem;
	background: #111;
	position: absolute;
	top: calc((100% - 1.5rem)/2);
	right: 0;
}
section ul.list li:last-child{
	margin-right: 0;
	padding-right: 0;
}
section ul.list li:last-child:after{
	display: none;
}
section ul.list li a{
	color: #007dd4 !important;
	padding: 0 5px;
}
section ul.list li a:hover{
	color: #0093fa !important;
}
@media screen and (max-width: 850px){
	section dt{
		width: 120px;
	}
	section dd{
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 550px){
	main{
		padding: 10px;
	}
	section ul.list li{
		padding-right: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 380px){
	section dl{
		display: block;
	}
	section dt{
		width: 100%;
	}
	section dd{
		width: 100%;
	}
}

/*---------------*/

#search{
	text-align: center;
	margin-top: -60px;
	margin-bottom: 50px;
}
#search .inner{
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	padding: 20px 35px;
	border-radius: 100px;
}
#search .input_keyword input,
#search .input_area input{
	width: 330px;
}
#search .input_keyword input,
#search .input_area input{
	padding: 10px 1px 8px 43px;
}
#search .input_keyword input{
	background: url(/images/i1.png) 14px 50% no-repeat;
	background-size: auto 22px;
}
#search .input_area input{
	background: url(/images/i2.png) 14px 50% no-repeat;
	background-size: auto 24px;
}
@media screen and (max-width: 1050px){
	#search .inner{
		padding: 20px 30px;
	}
	#search .input_keyword input,
	#search .input_area input{
		width: calc((100vw - 60px - 60px - 135px - 20px - 45px)/2);
	}
}
@media screen and (max-width: 700px){
	#search{
		top: 0;
		margin: -50px auto 40px;
	}
	#search .inner{
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 20px;
		border-radius: 20px;
	}
	#search .input_keyword,
	#search .input_area{
		width: calc(50% - 20px);
	}
	#search .input_keyword input,
	#search .input_area input{
		width: 100%;
	}
	#search .input_submit{
		padding-top: 15px;
		width: 100%;
		margin: 0;
	}
	#search .input_submit input{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#search .input_keyword,
	#search .input_area{
		width: 100%;
	}
	#search .input_keyword{
		margin-bottom: 15px;
	}
	#search .input_keyword:after{
		display: none;
	}
}
@media screen and (max-width: 400px){
	#search .inner{
		padding: 18px 10px;
	}
}

/*---------------*/

#area .h2{
	background-image: url(/images/i2.png);
	background-size: auto 22px;
}
#area ul#mainarea{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
}
#area ul#mainarea li{
	display: block;
	position: relative;
	width: calc(20% - 10px);
	padding-bottom: calc(20% - 10px);
}
#area ul#mainarea li:nth-of-type(1){
	background: url(/images/area1.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#area ul#mainarea li:nth-of-type(2){
	background: url(/images/area2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#area ul#mainarea li:nth-of-type(3){
	background: url(/images/area3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#area ul#mainarea li:nth-of-type(4){
	background: url(/images/area4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#area ul#mainarea li:nth-of-type(5){
	background: url(/images/area5.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#area ul#mainarea li a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	background: rgba(39,80,109,0.48);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	transition: 0.2s;
}
#area ul#mainarea li a:hover{
	background: rgba(39,80,109,0.9);
}
@media screen and (max-width: 500px){
	#area ul#mainarea li{
		width: calc(20% - 3px);
		padding-bottom: calc(20% - 3px);
	}
	#area ul#mainarea li a{
		font-size: 1.55rem;
	}
}

/*---------------*/

#fee .h2{
	background-image: url(/images/i3.png);
	background-size: auto 17px;
}

/*---------------*/

#type .h2{
	background-image: url(/images/i4.png);
	background-size: auto 16px;
}