@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	min-width: 1200px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 0;
	padding: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* common layout */

/* header */
.header {
	padding: 16px 0 0;
}

.header_inner {
	display: table;
	width: 1000px;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
}

.header_left {
	display: table-cell;
	width: 350px;
	vertical-align: top;
}

.header_left_logo {
	display: block;
	margin: 15px 0 0;
}

.header_left_logo > img {
	display: block;
}

.header_left_text {
	margin: 45px 0 0 1px;
	font-size: 12px;
	line-height: 1.3;
	color: #787878;
}

.header_right {
	display: table-cell;
	width: 630px;
	text-align: right;
	vertical-align: top;
}

.headerContact {
    display: flex;
    text-align: right;
    justify-content: space-around;
    margin-left: 90px;
}

.headerContact_upper {
	display: flex;
}

.headerContact_upper .left_img{
	margin: 0 5px 5px 0;
}

.headerContact_btn:hover {
	opacity: 0.7;
}


.headerNav {
	margin: 15px 0 0;
	text-align: right;
}

.headerNav_ul {
	display: inline-block;
}

.headerNav_ul > li {
	display: block;
	float: left;
	border-right: dotted 1px #bbb;
}

.headerNav_ul > li > a {
	display: block;
	padding: 9px 16px;
}

.headerNav_ul > li > a:hover {
	background-color: #FCFBE0;
}


.headerNav_ul > li > a > img {
	display: block;
}


/* common parts */

.estimateBtn {
	position: relative;
	z-index: 10;
}

.estimateBtn > a {
	display: block;
	height: 100%;
	padding: 18px 0 16px;
	background: #1BACDA;
	border-radius: 6px;
}

.estimateBtn.estimateBtn-contactArea h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #004da1;
	margin-bottom: 10px;
}

.estimateBtn.estimateBtn-contactArea .contact-btnarea {
	display: flex;
	justify-content: space-between;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea a {
	display: inline-block;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea a img {
	vertical-align: bottom;
}
.estimateBtn.estimateBtn-contactArea .contact-btnarea a img:hover {
	opacity: 0.7;
}

.estimateBtn > a > img {
	display: block;
	margin: 0 auto;
}
.estimateBtn

.estimateBtn_shadow {
	display: block;
	position: absolute;
	background: #2089B0;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	bottom: -4px;
	left: 0;
	z-index: -10;
}

/* family plan */

.familyPlanWrapper {
	margin: 55px 0 0;
	position: relative;
}

.familyPlan > li {
	position: relative;
	float: left;
	width: 235px;
	height: 370px;
	margin: 0 10px 0 0;
	border: solid 1px #d3d3d3;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 75%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 75%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 75%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 75%);
}

.familyPlan_title {
	position: absolute;
	top: -23px;
	left: 0;
	width: 100%;
}

.familyPlan_title > img {
	display: block;
	margin: 0 auto;
}

.familyPlan_price {
	display: block;
	margin: 57px auto 0;
}

.familyPlan_text {
	margin: 57px 15px 0;
	height: 80px;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}

.familyPlan_service_title {
	position: relative;
	margin: 20px 18px 0;
}

.familyPlan_service_title > img {
	display: block;
	margin: 0 auto;
	padding: 1px 0 3px;
}

.familyPlan_service_title:before {
	content: '';
	display: block;
	position: absolute;
	width: 45px;
	height: 20px;
	background: #eee;
	top: 0;
	left: 0;
}

.familyPlan_service_title:after {
	content: '';
	display: block;
	position: absolute;
	width: 45px;
	height: 20px;
	background: #eee;
	top: 0;
	right: 0;
}

.planDetailList {
	width: 207px;
	margin: 15px 0 0 17px;
}

.planDetailList_li {
	display: block;
	float: left;
	width: 62px;
	height: 76px;
	margin: 0 7px 7px 0;
	background: #00BFFF;
	text-align: center;
}

.planDetailList_li > img {
	vertical-align: middle;
}

.planDetailList_li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.planDetailList_li-disable {
	background: #e7e7e7;
}

.familyPlan_img {
	display: block;
	position: absolute;
	top: -48px;
	right: -67px;
}

.familyPlan_estimate {
	display: block;
	position: absolute;
	width: 197px;
	height: 38px;
	bottom: -47px;
	left: 50%;
	margin-left: -99px;
	border-radius: 4px;
	background: #1BACDA;
	-webkit-box-shadow: 2px 2px 0 0 #2089B0;
	box-shadow: 2px 2px 0 0 #2089B0;
}


.familyPlan_estimate:hover {
background-color: #20CAE8;}

.familyPlan_estimate > img {
	display: block;
	margin: 0 auto;
	padding: 10px 0 0;
}

.familyPlan_estimate:before {
	content: url(../img/plan_estimate_arrow.png);
	display: block;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -9px;
}


/* contact */

.contactArea {
	border-top: solid 13px #DCE9ED;
}

.contactArea_estimate {
	width: 950px;
	margin: 20px auto 10px;
}

.estimateBtn-contactArea > a {
	padding: 8px 0 5px;
}

.contactArea_estimate_bottom {
	display: flex;
	margin: 13px 0 0;
	align-items: center;
    justify-content: space-evenly;
}

.contactArea_estimate_bottom p{
	font-size: 15px;
	text-align: right;
    line-height: 1.2;
}

.contactArea_estimate_bottom p span{
	font-size: 11px;
}

.contactArea_point {
	margin: 13px 0 0;
	background: #DCE9ED;
	padding: 0 0 16px;
}

.contactArea_point_title > img {
	display: block;
	margin: 0 auto;
	padding: 16px 0 0;
}

.contactArea_point_box {
	width: 691px;
	margin: 10px auto 0;
	padding: 10px 0;
	background: #fff;
	border: solid 2px #1BACDA;
	border-radius: 5px;
}

.contactArea_point_box > img {
	display: block;
	margin: 0 auto;
}

.contactArea_point_attention {
	margin: 10px 0 0;
}

.contactArea_point_attention > img {
	display: block;
	margin: 0 auto;
}


/* footer */

.pageTop {
	margin: 50px auto 0;
	width: 1000px;
	text-align: right;
}

.pageTop_btn {
	position: relative;
	display: inline-block;
	width: 133px;
	height: 26px;
	background: #1BACDA;
}

.pageTop_btn:after {
	content: '';
	position: absolute;
	display: block;
	width: 131px;
	height: 5px;
	background: #2089B0;
	bottom: -5px;
	left: 1px;
}

.pageTop_btn > img {
	display: block;
	padding: 6px 0 0 6px;
}


.commonInfo {
	display: flex;
	width: 1000px;
	margin: 40px auto;
}

.commonInfo_col {
	display: table-cell;
	border-left: dashed 1px #014da1;
	height: 100%;
	padding: 0 10px;
}

.commonInfo_col p {
	font-weight: bold;
	color: #014da1;
	text-align: center;
}

.commonInfo_col .info_text {
	font-weight: normal;
	color: #000;
	text-align: center;
  font-size: 0.9em;
}

.commonInfo_col:first-child {
	border-left: 0;
}

.commonInfo_text {
	width: 1000px;
	margin: 50px auto 20px;
	padding-left: 35px;
}

.commonInfo_text span {
	font-weight: bold;
	color: #014da1;
}

.commonInfo_col_title {
	text-align: center;
	margin-bottom: 20px;
}

.footer {
	padding: 15px 0 40px;
	color: #004CA0;
	background: #dce9ed;
	background: -moz-linear-gradient(top,  #dce9ed 0%, #eef4f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce9ed), color-stop(100%,#eef4f7));
	background: -webkit-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: -o-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: -ms-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: linear-gradient(to bottom,  #dce9ed 0%,#eef4f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce9ed', endColorstr='#eef4f7',GradientType=0 );
}

.footer_inner {
	width: 1000px;
	margin: 0 auto;
}

.footerCompany {
	width: 300px;
	float: left;
}

.footerCompany_catch {
	display: block;
	padding: 0 0 7px 4px;
}

.footerCompany_catch {
	display: block;
}

.footerCompany_text {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.footerCompany_address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
}

.footerSitemap {
	display: inline-block;
	float: right;
}

.footerSitemap_col {
	width: 180px;
	float: left;
}

.footerSitemap_col_title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}

.footerSitemap_col_title:before {
	content: '■';
}

.footerSitemap_col_ul > li {
	font-size: 12px;
	line-height: 1.8;
}

.footerSitemap_col_ul > li:before {
	content: url(../img/footer_sitemap_arrow.png);
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.footerSitemap_col_ul > li > a {
	text-decoration: underline;
}

.footerCopy {
	margin: 30px 0 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
}



/* page common parts */

.pageHeader {
	height: 97px;
	background: #BFDFFF;
}

.pageHeader_inner {
	width: 1000px;
	margin: 0 auto;
}

.pageHeader_title {
	width: 750px;
	float: left;
	color: #004ea3;
	font-size: 46px;
	padding: 24px 0 0 0;
}

.pageHeader_title > img {
	display: block;
	padding: 0;
	margin: -6px 0 0 0;
}

.breadCrumb {
	max-width: 240px;
	display: inline-block;
	float: right;
	margin: 18px 10px 0 0;
}

.breadCrumb > li {
	float: left;
	color: #11A9DA;
	font-size: 12px;
	line-height: 1.5;
}

.breadCrumb > li > a:after {
	content: '≫';
	padding: 0 5px;
	font-size: 16px;
	line-height: 1;
}

.sectionHeader {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #11A9DB;
}

.sectionHeader-half {
	width: 100%;
}

.sectionHeader > img {
	display: block;
	padding: 10px 0 0 15px;
}


/* option list */

.optionList {
	width: 1016px;
	margin: 40px auto 0;
}

.optionList > li {
	display: block;
	position: relative;
	float: left;
	width: 230px;
	height: 176px;
	margin: 0 9px 12px;
	border: solid 3px #11A9DB;
}

.optionList_mark {
	display: block;
	position: absolute;
	top: -12px;
	left: -14px;
}

.optionList_title {
	height: 40px;
	background: #f6f6f6;
}

.optionList_title > img {
	display: block;
	margin: 0 auto;
	padding: 7px 0 0;
}

.optionList_text {
	margin: 10px 15px 0;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 0 100px;
	text-align: justify;
}

.optionList_text-nofl {
	padding: 0;
}

.optionList_text_img {
	position: absolute;
	display: block;
	top: 50px;
	left: 10px;
}

.optionList_text_img-nofl {
	position: static;
	margin: 5px auto 0;
}

.optionList_text_img-tall {
	top: 45px;
}


/* needs */

.needs {
	overflow: hidden;
	background: #dce9ed;
	background: -moz-linear-gradient(top,  #dce9ed 0%, #eef4f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce9ed), color-stop(100%,#eef4f7));
	background: -webkit-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: -o-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: -ms-linear-gradient(top,  #dce9ed 0%,#eef4f7 100%);
	background: linear-gradient(to bottom,  #dce9ed 0%,#eef4f7 100%);
}

.needs_title {
	padding: 50px 0 0;
}

.needs_title > img {
	display: block;
	margin: 0 auto;
}

.needs_list {
	display: table;
	margin: 30px auto -40px;
	border-spacing: 40px;
	table-layout: fixed;
}

.needs_list_col {
	display: table-cell;
	width: 480px;
}

.needsDetail {
	position: relative;
	width: 100%;
	height: 220px;
	padding: 0 0 55px;
}

.needsDetail_title {
	display: block;
}

.needsDetail_description {
	display: block;
	margin: 10px 0 0 3px;
}

.needsDetail_text {
	width: 250px;
	margin: 15px 0 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
}

.needsDetail_img {
	display: block;
	position: absolute;
	bottom: 65px;
	right: 0;
}


/* flow */

.flowFig {
	width: 1014px;
	margin: 40px auto 0;
}

.flowFig_li {
	display: block;
	position: relative;
	float: left;
	width: 153px;
	height: 230px;
	margin: 0 8px;
}

.flowFig_li:before {
	content: url(../img/flow_arrow.png);
	display: block;
	position: absolute;
	top: 80px;
	left: -12px;
}

.flowFig_li-noArrow:before {
	content: none;
}

.flowFig_li > img {
	display: block;
	margin: 0 auto;
}

.flowFig_li_title {
	margin: 0 0 6px;
}

.flowFig_li_title > img {
	display: block;
	margin: 0 auto;
}

.flowFig_li_text {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.flowFig_li-last {
	width: 491px;
	height: 138px;
	background: #1BACDA;
	margin-top: 23px;
}

.flowFig_li-last > p {
	padding-top: 25px;
}

.flowFig_li-last > p > img {
	display: block;
	margin: 0 auto;
}


/* service and area */

.serviceArea {
	display: table;
	width: 1000px;
	margin: 16px auto 20px;
	border-spacing: 20px;
	table-layout: fixed;
}

.serviceArea_col {
	display: table-cell;
	width: 490px;
	vertical-align: top;
}

.serviceArea_col > img {
	display: block;
}

.serviceArea_col-service > .sectionHeader {
	margin-bottom: 18px;
}

.serviceArea_col-service > img {
	margin: 10px 0 0
}


/* plan price table */

.planPrice {
	display: table;
	margin: 95px auto 40px;
	width: 990px;
	height: 254px;
	border: solid 5px #11A9DB;
	border-collapse: collapse;
	table-layout: fixed;
}

.planPrice_col {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.planPrice_col_title > img {
	display: block;
	padding: 30px 0 0 20px;
}

.planPrice_col_text {
	width: 420px;
	margin: 20px 0 0 20px;
	font-size: 13px;
	line-height: 1.5;
}

.planPrice_col_tableTitle > img {
	display: block;
	padding: 30px 0 0;
}

.priceTable {
	width: 467px;
	margin: 2px 0 0;
	border-collapse: collapse;
	border: solid 1px #d1d1d1;
}

.priceTable th {
	background: #11A9DB;
	padding: 4px 10px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	border: solid 1px #d1d1d1;
}

.priceTable td {
	padding: 4px 5px;
	font-size: 12px;
	line-height: 1.5;
	border: solid 1px #d1d1d1;
}

.priceTable_room {
	background: #eee;
}

.priceTable_price {
	background: #FFFFBF;
	line-height: 1;
}

.priceTable_price > img {
	padding-top: 3px;
}

.priceTable td.priceTable_person {
	padding: 2px 5px 0;
}

.priceTable_person > img {
	display: block;
	float: left;
	padding: 0 2px;
}


.bans{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
    padding-bottom:30px;
	margin-top: 25px;
	clear: both;
}

.bans img:hover{
	opacity:0.8;
}


@media screen and (max-width: 599px) {
.contactArea_estimate_bottom {
display: block;
}
.contactArea_estimate_bottom p {
display: block;
text-align: center;
margin: 0 0 20px 0;
}
.contactArea_estimate_bottom > img {
margin: 0 auto;
}

}
