@charset "UTF-8";
/* home */

/*===================================
top_FV_area
=====================================*/

.top_FV_area{
    width: 100%;
    min-width: 1100px;
	height: 750px;
    position: relative;
}
.top_FV_area img{
	height: 100%;
	width: auto;
	position: absolute;
	top:0;left:50%;
	margin-left:-900px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.top_FV_area{
		width: 100%;
		min-width: unset;
		height: 500px;
		position: relative;
	}
	.top_FV_area img{
		height: 100%;
		width: auto;
		position: absolute;
		top:0;left:50%;
		margin-left:-600px;
	}
}

/*===================================
slider_search_area
=====================================*/

.slider_search_area{
	margin-top: -100px;
	position: relative;
}
/*clinic_slider*/
.clinic_slider{
	width: 660px;
	height: 150px;
	margin-right: 5px;
	background-color: #c7edfa;
	border: solid 1px #fff;
	border-radius: 20px;
	box-shadow: 
		1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
	overflow: hidden;
	position: relative;
}
.clinic_slider .thumb,
.clinic_slider .clinic_text{
	float: left;
}
.clinic_slider .thumb{
	height: 150px;
	overflow: hidden;
	position: relative;
}
.clinic_slider .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.clinic_slider .clinic_text{
	height: 150px;
	padding: 10px;
}
.clinic_text h3{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3em;
	color: #1f4e7a;
}
.clinic_text p.kamoku{
	display: inline-block;
}
.clinic_text p.kamoku span{
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0;
	padding:0 3px;
	margin-right: 5px;
	background-color: #1f4e7a;
	border-radius:2px; 
}
.clinic_text p.address{
	display: block;
	line-height: 1.3em;
	font-size: 11px;
}
.clinic_text p.catch_copy{
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 5px;
	width: 100%;
}
.clinic_text p.service span{
	display: inline-block;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0;
	padding:0 5px;
	margin-right: 3px;
	background-color: #ea6c6c;
}
.clinic_slider .link_btn a{
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	border-radius: 5px;
	background-color: #009fd9;
	position: absolute;
	right:15px;bottom:10px;
}
.clinic_slider .link_btn a:hover{
	opacity: 0.8;
}
/*searchbox*/
.searchbox{
	width: 435px;
	height: 150px;
	padding: 50px 30px 20px;
	background-color: #c7edfa;
	border: solid 1px #fff;
	border-radius: 20px;
	box-shadow: 
		1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
	overflow: hidden;
	position: relative;
}
.searchbox h3{
	font-size: 16px;
	color:#009fd9;
	padding-left: 30px;
	background-image:url("../img/base/icon_search.png");
	background-position: top left;
	margin-bottom: 10px;
}
.searchbox input[type="text"]{
	display: inline-block;
	width: 80%;
	margin-right: 5px;
	font-size: 16px;
	height: 35px;
	padding: 5px 10px;
	border: solid 2px #cccccc;
	border-radius: 5px;
}
.searchbox input[type="submit"]{
	display: inline-block;
	height: 35px;
	width: 15%;
	border-radius: 5px;
	color: #fff;
	background-color:#009fd9;
	font-weight: 600;
	font-size: 14px;
	border: none;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.slider_search_area{
		margin-top: 20px;
		padding: 0 2.5%;
		position: relative;
	}
	.bx-viewport{
		margin-left: 5px;
	}
	/*clinic_slider*/
	.clinic_slider{
		width: 100%;
		height: 420px;
		padding:10px;
		margin-right:0;
		background-color: #c7edfa;
		border: solid 1px #fff;
		border-radius: 20px;
		box-shadow: 
			1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
		overflow: hidden;
		position: relative;
	}
	.clinic_slider .thumb,
	.clinic_slider .clinic_text{
		float: none;
	}
	.clinic_slider .thumb{
		width: 170px;
		height: 150px;
		margin: 0 auto;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.clinic_slider .thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	.clinic_slider .clinic_text{
		height: 270px;
		padding: 10px;
	}
	.clinic_text h3{
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
		color: #1f4e7a;
	}
	.clinic_text p.kamoku{
		display: block;
		text-align: center;
		margin: 3px 0;
	}
	.clinic_text p.kamoku span{
		display: inline-block;
		vertical-align: text-bottom;
		font-size: 12px;
		color: #fff;
		font-weight: 500;
		line-height: 1.7em;
		letter-spacing: 0;
		padding:0 3px;
		margin-right: 5px;
		background-color: #1f4e7a;
		border-radius:2px; 
	}
	.clinic_text p.address{
		display: block;
		text-align: center;
		font-size: 11px;
	}
	.clinic_text p.catch_copy{
		font-weight: 500;
		line-height: 1.5em;
		width: 100%;
	}
	.clinic_text p.service{
		display: block;
		text-align: center;
	}
	.clinic_text p.service span{
		display: inline-block;
		font-size: 11px;
		color: #fff;
		font-weight: 500;
		line-height: 1.7em;
		letter-spacing: 0;
		padding:0 5px;
		margin-right: 3px;
		background-color: #ea6c6c;
	}
	.clinic_slider .link_btn a{
		display: block;
		width: 90px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0;
		text-align: center;
		border-radius: 5px;
		background-color: #009fd9;
		position:absolute;
		right:50%;bottom:30px;
		margin-right: -45px;
	}
	.clinic_slider .link_btn a:hover{
		opacity: 0.8;
	}
	/*searchbox*/
	.searchbox{
		width: 100%;
		height: auto;
		padding: 25px;
		background-color: #c7edfa;
		border: solid 1px #fff;
		border-radius: 20px;
		box-shadow: 
			1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
		overflow: hidden;
		position: relative;
	}
	.searchbox h3{
		font-size: 16px;
		color:#009fd9;
		padding-left: 30px;
		background-image:url("../img/base/icon_search.png");
		background-position: top left;
		margin-bottom: 10px;
	}
	.searchbox input[type="text"]{
		display: inline-block;
		width: 80%;
		margin-right: 5px;
		font-size: 16px;
		height: 35px;
		padding: 5px 10px;
		border: solid 2px #cccccc;
		border-radius: 5px;
	}
	.searchbox input[type="submit"]{
		display: inline-block;
		height: 35px;
		width: 15%;
		border-radius: 5px;
		color: #fff;
		background-color:#009fd9;
		font-weight: 600;
		font-size: 14px;
		border: none;
	}
}

/*===================================
related
=====================================*/

.related{
	margin-top: 100px;
	position: relative;
}
.related h2{
	font-size: 50px;
}
/*wave*/
.wave{
	width: 100%;
	position: absolute;
	top:100px;
}
.path-0{
animation:pathAnim-0 4s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes pathAnim-0{
	0%{
	  d: path("M 0,600 L 0,225 C 152.40000000000003,197.93333333333334 304.80000000000007,170.86666666666665 468,150 C 631.1999999999999,129.13333333333335 805.2,114.46666666666667 969,128 C 1132.8,141.53333333333333 1286.4,183.26666666666665 1440,225 L 1440,600 L 0,600 Z");
	}
	25%{
	  d: path("M 0,600 L 0,225 C 206,201 412,177 565,208 C 718,239 818,325.00000000000006 955,337 C 1092,348.99999999999994 1266,287 1440,225 L 1440,600 L 0,600 Z");
	}
	50%{
	  d: path("M 0,600 L 0,225 C 135.06666666666666,249.26666666666668 270.1333333333333,273.53333333333336 439,276 C 607.8666666666667,278.46666666666664 810.5333333333333,259.1333333333333 983,247 C 1155.4666666666667,234.86666666666667 1297.7333333333333,229.93333333333334 1440,225 L 1440,600 L 0,600 Z");
	}
	75%{
	  d: path("M 0,600 L 0,225 C 169.59999999999997,187.8 339.19999999999993,150.60000000000002 476,135 C 612.8000000000001,119.39999999999999 716.8,125.4 872,144 C 1027.2,162.6 1233.6,193.8 1440,225 L 1440,600 L 0,600 Z");
	}
	100%{
	  d: path("M 0,600 L 0,225 C 152.40000000000003,197.93333333333334 304.80000000000007,170.86666666666665 468,150 C 631.1999999999999,129.13333333333335 805.2,114.46666666666667 969,128 C 1132.8,141.53333333333333 1286.4,183.26666666666665 1440,225 L 1440,600 L 0,600 Z");
	}
}
.banner_area{
	background-image: url("../img/base/bg_blue_dot.png");
	padding: 50px 30px;
}
.banner{
	background-color: #fff;
	padding: 20px;
}
.banner:nth-of-type(1){
	margin-bottom: 20px;
}
.banner h3{
	margin-top: 20px;
}
.banner h3 span{
	display: block;
	font-size: 24px;
	color: #117498;
	margin: 15px 0 25px;
}
.banner .illust{
	text-align: center;
}
.banner .inner a{
	margin-top: 20px;
	display: block;
	width: 100%;
	height: 200px;
	background-color: #117498;
	position: relative;
}
.banner .inner a:hover{
	background-color:#1A84AB;
}
.banner:nth-of-type(1) .inner a{
	background-image: url("../img/base/img_banner_01.png");
	background-position: bottom 5px left 10px;
}
.banner:nth-of-type(2) .inner a{
	background-image: url("../img/base/img_banner_02.png");
	background-position: bottom -20px left 10px;
}
.banner .inner a h4{
	font-size: 36px;
	color: #72c9dd;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	right:20px;bottom:20px;
}
.banner .inner a h4 span{
	display: block;
	font-size: 14px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.related{
		margin-top: 50px;
		position: relative;
	}
	.related h2{
		font-size: 36px;
	}
	/*wave*/
	.wave{
		display: none;
	}
	.banner_area{
		background-image: url("../img/base/bg_blue_dot.png");
		padding: 30px 15px;
	}
	.banner{
		background-color: #fff;
		padding: 10px;
	}
	.banner:nth-of-type(1){
		margin-bottom: 10px;
	}
	.banner h3{
		margin-top: 20px;
	}
	.banner h3 span{
		display: block;
		font-size: 20px;
		color: #117498;
		margin: 15px 0 25px;
	}
	.banner .illust{
		text-align: center;
	}
	.banner .illust img{
		max-width:100%;
		height: auto;
	}
	.banner .inner a{
		margin-top: 20px;
		display: block;
		width: 100%;
		height: 200px;
		background-color: #117498;
		position: relative;
	}
	.banner .inner a:hover{
		background-color:#1A84AB;
	}
	.banner:nth-of-type(1) .inner a{
		background-image: url("../img/base/img_banner_01.png");
		background-position: bottom 5px left 10px;
	}
	.banner:nth-of-type(2) .inner a{
		background-image: url("../img/base/img_banner_02.png");
		background-position: bottom -20px left 10px;
	}
	.banner .inner a h4{
		font-size: 24px;
		color: #72c9dd;
		font-weight: bold;
		line-height: 1em;
		position: absolute;
		right:0;bottom:0;
		background-color: #117498;
		padding: 10px;
	}
	.banner .inner a h4 span{
		display: block;
		font-size: 12px;
	}
}

/*===================================
concept
=====================================*/

.concept{
	background-color: #daf4fe;
	padding: 580px 0 75px;
	margin-top: -280px;
	background-image: url("../img/home/bg_concept.png");
	background-position: top 100px right -100px;
}
.concept h2{
	width: 500px;
	background-color: #fff;
	font-size: 20px;
	padding: 20px 0; 
	letter-spacing: 5px;
	border-top: solid 20px #009ed8;
	border-bottom: solid 10px #009ed8;
	border-left: solid 1px #009ed8;
	border-right: solid 1px #009ed8;
	margin: 0 auto;
	position: relative;
}
.concept h2 img{
	display: block;
	position: absolute;
	top:-180px;left:50%;
	margin-left: -245px;
}
.concept .flame{
	padding: 100px 100px 50px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 1px #009ed8;
	margin-top: -50px;
}
.concept .flame h3{
	display: inline-block;
	padding: 5px 10px;
	background-color: #999999;
	border-radius: 5px;
	margin: 25px 0 15px;
}
.concept .flame ul li{
	display: inline-block;
	margin-right: 5px;
	padding: 5px 15px;
	border: solid 1px #009ed8;
	border-radius: 25px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.concept{
		background-color: #daf4fe;
		padding: 150px 3% 30px;
		margin-top: 0;
		background-image: url("../img/home/bg_concept.png");
		background-position: top 0 right 0;
	}
	.concept h2{
		width: 100%;
		background-color: #fff;
		font-size: 16px;
		padding: 15px 0; 
		letter-spacing: 2px;
		border-top: solid 20px #009ed8;
		border-bottom: solid 10px #009ed8;
		border-left: solid 1px #009ed8;
		border-right: solid 1px #009ed8;
		margin: 0 auto;
		position: relative;
	}
	.concept h2 img{
		width: 300px;
		height: auto;
		display: block;
		position: absolute;
		top:-115px;left:50%;
		margin-left: -150px;
	}
	.concept .flame{
		padding: 20px 5% 25px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 5px 1px #009ed8;
		margin-top:0;
	}
	.concept .flame h3{
		display: inline-block;
		padding: 5px 10px;
		background-color: #999999;
		border-radius: 5px;
		margin: 25px 0 15px;
	}
	.concept .flame p{
		text-align: justify;
	}
	.concept .flame ul li{
		display: inline-block;
		margin:0 2px 5px 0;
		padding: 5px 15px;
		border: solid 1px #009ed8;
		border-radius: 25px;
	}

}

/*===================================
search_area
=====================================*/

.search_area{
	padding: 100px 0;
	background-image: url("../img/home/bg_attachment.png");
	background-attachment: fixed;
}
.search_area_wrap h2{
	padding: 70px 0 0;
	color: #1f4e7a;
	font-size: 18px;
	background-image: url("../img/home/obj_heart.png");
	background-position: top center;
}
.three_box{
	margin-top: 50px;
}
.three_box > div{
	height: 310px;
	text-align: center;
	padding: 30px 20px 10px;
	background-color: #c7edfa;
	border-radius: 10px;
	box-shadow: 0 5px 1px #009ed8;
	margin-right:5%;
}
.three_box > div:nth-of-type(3){
	margin-right:0;
}
.three_box h3.title_check{
	display: inline-block;
	font-size: 20px;
	color: #009fd9;
	padding-left: 30px;
	background-image: url("../img/home/obj_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 30px;
}
/*診療科目で探す*/
.three_box > div:nth-of-type(1) ul li{
	width: 23%;
	margin: 0 1% 15px;
	float: left;
}
.three_box > div:nth-of-type(1) ul li a{
	display: block;
	width: 100%;
	height: 75px;
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 5px 1px #009ed8;
	background-repeat: no-repeat;
	background-position: bottom 10px center;
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(1) a{
	background-image: url("../img/base/bg_kamoku_illust_naika.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(2) a{
	background-image: url("../img/base/bg_kamoku_illust_shounika.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(3) a{
	background-image: url("../img/base/bg_kamoku_illust_hihuka.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(4) a{
	background-image: url("../img/base/bg_kamoku_illust_ganka.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(5) a{
	background-image: url("../img/base/bg_kamoku_illust_jibika.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(6) a{
	background-image: url("../img/base/bg_kamoku_illust_geka.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(7) a{
	background-image: url("../img/base/bg_kamoku_illust_shika.png");
}
.three_box > div:nth-of-type(1) ul li:nth-of-type(8) a{
	background-image: url("../img/base/bg_kamoku_illust_list.png");
}
.three_box > div:nth-of-type(1) ul li.bg_blue a{
	background-color: #009ed8;
	color: #fff;
	box-shadow: 0 5px 1px #70cae9;
}
.three_box > div:nth-of-type(1) ul li a:hover{
	margin-top: 2px;
	padding-top: 4px;
	height: 73px;
	box-shadow: 0 4px 1px #70cae9;
	background-position: bottom 9px center;
	opacity: 0.9;
}
/*エリアで探す*/
.three_box > div:nth-of-type(2) ul li{
	width: 45%;
	margin: 0 2.5% 10px;
	float: left;
}
.three_box > div:nth-of-type(2) ul li a{
	display: block;
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 7px;
	border-radius: 10px;
	box-shadow: 0 5px 1px #009ed8;
	background-repeat: no-repeat;
	background-position: bottom 10px center;
}
.three_box > div:nth-of-type(2) ul li.bg_blue a{
	background-color: #009ed8;
	color: #fff;
	box-shadow: 0 5px 1px #70cae9;
}
.three_box > div:nth-of-type(2) ul li a:hover{
	margin-top: 2px;
	padding-top: 6px;
	height: 38px;
	box-shadow: 0 4px 1px #70cae9;
	background-position: bottom 9px center;
	opacity: 0.9;
}
/*ワードで探す*/
.three_box > div:nth-of-type(3) p{
	text-align: left;
}
.three_box > div:nth-of-type(3) small{
	display: block;
	text-align: left;
}
.three_box > div:nth-of-type(3) input[type="text"]{
	display: block;
    width: 100%;
    margin:10px 0 0;
    font-size: 16px;
    height: 35px;
    padding: 5px 10px;
    border: solid 2px #cccccc;
    border-radius: 5px;
}
.three_box > div:nth-of-type(3) input[type="submit"]{
	display: block;
	width: 50%;
	height: 40px;
	color: #fff;
	background-color: #009ed8;
	padding: 7px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 5px 1px #70cae9;
	margin:10px 0 0 50%;
}
.three_box > div:nth-of-type(3) input[type="submit"]:hover{
	display: block;
	width: 50%;
	height: 39px;
	color: #fff;
	background-color: #009ed8;
	padding: 6px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 1px #70cae9;
	margin:12px 0 0 50%;
	opacity: 0.9;
}
/*より詳細な条件*/
.search_detail_open{
	display: inline-block;
	font-size: 18px;
	margin: 75px 0 0;
	color: #1f4e7a;
	cursor: pointer;
	position: relative;
}
.search_detail_open:before{
	content:"";
	width:0;
	height:0;
	border: solid 10px transparent; 
	border-top: solid 10px #1f4e7a; 
	position: absolute;
	top:-20px;left:49%;
}
.search_detail_open:hover{
	text-decoration: underline;
}
.search_detail_open.active:after{
	content:"【エリアを閉じる】";
}
#search_detail{
	margin-top: 20px;
	padding:0 50px 50px;
	background-color: #c7edfa;
	border-radius: 10px;
	box-shadow: 0 5px 1px #009ed8;
}
#search_detail h3.title_check{
	display: block;
	font-size: 20px;
	color: #009fd9;
	padding-left: 30px;
	background-image: url("../img/home/obj_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:10px;
}
#search_detail .detail{
	padding: 50px 0 0;
}
#search_detail .check_area{
	padding:20px 0 0 30px;
	font-size: 16px;
	font-weight:500;
}
#search_detail .check_area label{
	display: inline-block;
	margin-right: 5px;
}
#search_detail .check_area_inner{
	padding:0 0 0 30px;
	font-size: 14px;
	color: #555555;
}
#search_detail .check_area select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding:5px 10px;
	background-color: #ffffff;
	background-image: url("../img/base/obj_arrow.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	display: block;
	width: 400px;
	height: 40px;
}
#search_detail .check_area input[type="checkbox"]{
	display: inline-block;
	vertical-align:middle;
	width: 16px;
	height: 16px;
	border-radius:0;
	margin: 10px 5px 10px 15px;
}
#search_detail .week{
	display: flex;
}
#search_detail .week h4{
	padding-left: 15px;
	font-size: 16px;
}
#search_detail input[type="submit"]{
	display: block;
	width: 300px;
	height: 35px;
	background-color: #009ed8;
	text-align: center;
	padding:3px 0 0;
	border: none;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 5px 1px #70cae9;
	margin: 50px auto 0;
}
#search_detail input[type="submit"]:hover{
	display: block;
	width: 300px;
	height: 33px;
	background-color: #009ed8;
	padding:3px 0 0;
	border: none;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 4px 1px #70cae9;
	margin: 52px auto 0;
	opacity: 0.9;
}

@media screen and (min-width:0px) and (max-width:767px){

	.search_area{
		padding: 50px 3%;
		background-image: url("../img/home/bg_attachment.png");
		background-attachment: fixed;
		background-size: cover;
	}
	.search_area_wrap h2{
		padding: 70px 0 0;
		color: #1f4e7a;
		font-size: 16px;
		background-image: url("../img/home/obj_heart.png");
		background-position: top center;
	}
	.three_box{
		margin-top: 25px;
	}
	.three_box > div{
		height: 310px;
		text-align: center;
		padding: 30px 20px 10px;
		background-color: #c7edfa;
		border-radius: 10px;
		box-shadow: 0 5px 1px #009ed8;
		margin:0 0 20px;
	}
	.three_box > div:nth-of-type(3){
		margin-right:0;
	}
	.three_box h3.title_check{
		display: inline-block;
		font-size: 20px;
		color: #009fd9;
		padding-left: 30px;
		background-image: url("../img/home/obj_check.png");
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 30px;
	}
	/*診療科目で探す*/
	.three_box > div:nth-of-type(1) ul li{
		width: 23%;
		margin: 0 1% 15px;
		float: left;
	}
	.three_box > div:nth-of-type(1) ul li a{
		display: block;
		width: 100%;
		height: 75px;
		background-color: #fff;
		padding: 5px;
		border-radius: 10px;
		box-shadow: 0 5px 1px #009ed8;
		background-repeat: no-repeat;
		background-position: bottom 10px center;
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(1) a{
		background-image: url("../img/base/bg_kamoku_illust_naika.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(2) a{
		background-image: url("../img/base/bg_kamoku_illust_shounika.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(3) a{
		background-image: url("../img/base/bg_kamoku_illust_hihuka.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(4) a{
		background-image: url("../img/base/bg_kamoku_illust_ganka.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(5) a{
		background-image: url("../img/base/bg_kamoku_illust_jibika.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(6) a{
		background-image: url("../img/base/bg_kamoku_illust_geka.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(7) a{
		background-image: url("../img/base/bg_kamoku_illust_shika.png");
	}
	.three_box > div:nth-of-type(1) ul li:nth-of-type(8) a{
		background-image: url("../img/base/bg_kamoku_illust_list.png");
	}
	.three_box > div:nth-of-type(1) ul li.bg_blue a{
		background-color: #009ed8;
		color: #fff;
		box-shadow: 0 5px 1px #70cae9;
	}
	.three_box > div:nth-of-type(1) ul li a:hover{
		margin-top: 2px;
		padding-top: 4px;
		height: 73px;
		box-shadow: 0 4px 1px #70cae9;
		background-position: bottom 9px center;
		opacity: 0.9;
	}
	/*エリアで探す*/
	.three_box > div:nth-of-type(2) ul li{
		width: 45%;
		margin: 0 2.5% 10px;
		float: left;
	}
	.three_box > div:nth-of-type(2) ul li a{
		display: block;
		width: 100%;
		height: 40px;
		background-color: #fff;
		padding: 7px;
		border-radius: 10px;
		box-shadow: 0 5px 1px #009ed8;
		background-repeat: no-repeat;
		background-position: bottom 10px center;
	}
	.three_box > div:nth-of-type(2) ul li.bg_blue a{
		background-color: #009ed8;
		color: #fff;
		box-shadow: 0 5px 1px #70cae9;
	}
	.three_box > div:nth-of-type(2) ul li a:hover{
		margin-top: 2px;
		padding-top: 6px;
		height: 38px;
		box-shadow: 0 4px 1px #70cae9;
		background-position: bottom 9px center;
		opacity: 0.9;
	}
	/*ワードで探す*/
	.three_box > div:nth-of-type(3) p{
		text-align: left;
	}
	.three_box > div:nth-of-type(3) small{
		display: block;
		text-align: left;
	}
	.three_box > div:nth-of-type(3) input[type="text"]{
		display: block;
		width: 100%;
		margin:10px 0 0;
		font-size: 16px;
		height: 35px;
		padding: 5px 10px;
		border: solid 2px #cccccc;
		border-radius: 5px;
	}
	.three_box > div:nth-of-type(3) input[type="submit"]{
		display: block;
		width: 50%;
		height: 40px;
		color: #fff;
		background-color: #009ed8;
		padding: 7px;
		border: none;
		border-radius: 10px;
		box-shadow: 0 5px 1px #70cae9;
		margin:10px 0 0 50%;
	}
	.three_box > div:nth-of-type(3) input[type="submit"]:hover{
		display: block;
		width: 50%;
		height: 39px;
		color: #fff;
		background-color: #009ed8;
		padding: 6px;
		border: none;
		border-radius: 10px;
		box-shadow: 0 4px 1px #70cae9;
		margin:12px 0 0 50%;
		opacity: 0.9;
	}
	/*より詳細な条件*/
	.search_detail_open{
		display: inline-block;
		font-size: 16px;
		margin: 50px 0 0;
		color: #1f4e7a;
		cursor: pointer;
		position: relative;
	}
	.search_detail_open:before{
		content:"";
		width:0;
		height:0;
		border: solid 10px transparent; 
		border-top: solid 10px #1f4e7a; 
		position: absolute;
		top:-20px;left:49%;
	}
	.search_detail_open:hover{
		text-decoration: underline;
	}
	.search_detail_open.active:after{
		content:"【エリアを閉じる】";
	}
	#search_detail{
		margin-top: 10px;
		padding:0 5% 25px;
		background-color: #c7edfa;
		border-radius: 10px;
		box-shadow: 0 5px 1px #009ed8;
	}
	#search_detail h3.title_check{
		display: block;
		font-size: 18px;
		color: #009fd9;
		padding-left: 25px;
		background-image: url("../img/home/obj_check.png");
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom:10px;
	}
	#search_detail .detail{
		padding: 30px 0 0;
	}
	#search_detail .check_area{
		padding:10px 0 0;
		font-size: 16px;
		font-weight:500;
	}
	#search_detail .check_area label{
		display: inline-block;
		margin-right: 5px;
	}
	#search_detail .check_area_inner{
		padding:0;
		font-size: 14px;
		color: #555555;
	}
	#search_detail .check_area select{
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		border: 0;
		margin: 0;
		padding:5px 10px;
		background-color: #ffffff;
		background-image: url("../img/base/obj_arrow.png");
		background-repeat: no-repeat;
		background-position: right 20px center;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		box-sizing: content-box;
		display: block;
		width: 80%;
		height: 30px;
	}
	#search_detail .check_area input[type="checkbox"]{
		display: inline-block;
		vertical-align:middle;
		width: 16px;
		height: 16px;
		border-radius:0;
		margin: 5px 2px 5px 0;
	}
	#search_detail .week{
		display: block;
	}
	#search_detail .week h4{
		padding-left:0;
		font-size: 16px;
	}
}


/*===================================
news_area
=====================================*/

.news_area{
    margin: 100px auto;
}
.news_content:nth-of-type(1),
.news_content:nth-of-type(2){
	margin-right: 5%;
}
.news_content:nth-of-type(1) .news_thumb,
.news_content:nth-of-type(2) .news_thumb,
.news_content:nth-of-type(3) .news_thumb{
    width: 100%;
    height:0;
    padding-bottom:75%;
    overflow: hidden;
    position: relative;
}
.news_thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.news_thumb a:hover{
	opacity: 0.8;
}
.news_date{
    margin: 20px 0 15px;
}
.news_title a{
    display: block;
    font-size: 18px;
	line-height: 1.7em;
    margin-bottom: 15px;
}
.news_title a:hover{
	text-decoration: underline;
}
.excerpt{
    font-size: 14px;
}

@media screen and (min-width:0px) and (max-width:767px){

	.news_area{
		padding: 0 3%;
		margin: 50px auto;
	}
	.news_content:nth-of-type(1),
	.news_content:nth-of-type(2){
		margin:0 0 30px;
	}
	.news_content:nth-of-type(1) .news_thumb,
	.news_content:nth-of-type(2) .news_thumb,
	.news_content:nth-of-type(3) .news_thumb{
		width: 100%;
		height:0;
		padding-bottom:75%;
		overflow: hidden;
		position: relative;
	}
	.news_thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	.news_thumb a:hover{
		opacity: 0.8;
	}
	.news_date{
		margin: 10px 0;
	}
	.news_title a{
		display: block;
		font-size: 16px;
		line-height: 1.7em;
		margin-bottom: 10px;
	}
	.news_title a:hover{
		text-decoration: underline;
	}
	.excerpt{
		font-size: 14px;
	}
}

/*===================================
site_operator
=====================================*/

.operator .inner a{
	display: block;
	width: 100%;
	height: 200px;
	border: solid 5px #fff;
	background-color: #117498;
	position: relative;
}
.operator .inner a:hover{
	background-color:#1A84AB;
}
.operator .inner:nth-of-type(1) a{
	background-image: url("../img/base/bg_site_operator.png");
	background-position: top left;
}
.operator .inner a h3{
	font-size: 36px;
	color: #72c9dd;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	right:20px;bottom:20px;
}
.operator .inner a h3 span{
	display: block;
	font-size: 14px;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.site_operator{
		padding: 0 3%;
	}
	.operator .inner a{
		margin-top: 20px;
		display: block;
		width: 100%;
		height: 200px;
		border: none;
		background-color: #117498;
		position: relative;
	}
	.operator .inner a:hover{
		background-color:#1A84AB;
	}
	.operator .inner:nth-of-type(1) a{
		background-image: url("../img/base/bg_site_operator.png");
		background-position: top left;
	}
	.operator .inner a h3{
		font-size: 36px;
		color: #72c9dd;
		font-weight: bold;
		line-height: 1em;
		background-color: #117498;
		padding: 10px; 
		position: absolute;
		right:0;bottom:0;
	}
	.operator .inner a h3 span{
		display: block;
		font-size: 14px;
	}
}



