@charset "utf-8";
/*html5doctor.com Reset Stylesheet v1.4 2009-07-27 Author: Richard Clark - http://richclarkdesign.com*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;position:relative;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#5d5d5d;text-decoration:none;}
mark{background-color:#ff9;color:#5d5d5d;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
ul,ol,li{list-style:none;}



/*
common
*/
html{
	padding:0;
	margin:0;
}
body{
	position: relative;
	width:100%;
	min-width:320px;
	padding:0;
	margin:0;
	color:#00616a;
	font-size:100%;
	line-height:1.0;
	overflow:hidden;
	overflow-y:auto;
}
body .load{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/common/ajax_loader.gif) no-repeat center center #c8e5e1;
	z-index:10010;
}
img{
	width:100%;
	height:auto!important;
	vertical-align: top;
}
a{
	color:#4c4948;
	text-decoration:none;
}
a:hover{
	color:#00616a;
	text-decoration:underline;
}
a img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img{
	opacity:0.5;
}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
@media all and (max-width:1259.98px){
	body{
		font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	span.sp{
		display: block;
	}
	*[data-type="sp"]{display: block!important;}
	*[data-type="pc"]{display: none!important;}
}
@media all and (min-width:1260px){
	body{
		font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	span.sp{
		width: 4px;
		display: inline-block;
	}
	*[data-type="pc"]{display: block!important;}
	*[data-type="sp"]{display: none!important;}
}

/*header*/
header a{display: block;}
header h1 img{display: block;}
header .hTel{
	text-align: center;
	vertical-align: middle;
}
header .copyright {
	font-size: 10px;
	text-align: center;
	color:#7d7d7d;
}
@media all and (max-width:640px){
	header h1{max-width: 200px;}
	header .hTel{width: 96%;}
}
@media all and (min-width:641px) and (max-width:1259.98px){
	header h1{max-width: 240px;}
	header nav .hTel{width: 96%;}
}
@media all and (max-width:1259.98px){
	header{
		padding: 25px 2%;
		margin: 0 56px;
		box-sizing: border-box;
	}
	header h1{
		margin:0 auto 12px;
		display:block;
		text-align: center;
	}
	header h1 a{
		width: 100%;
		text-align: center;
	}
	header .hTel{
		max-width: 250px;
		margin: 0 auto 16px;
	}
	header nav .hTel{
		margin-bottom: 40px;
	}
	header >.hTel{
		margin-bottom: 0;
	}
	header > .copyright{
		display: none;
	}
	header nav .copyright{
		margin-top: 8px;
		position: static;
		text-align: center;
	}
	header .navBtn{
		display:block;
		width:40px;
		position:fixed;
		top:10px;
		right:10px;
		z-index:10001;
		text-align: center;
	}
	header .navBtn a{
		width:40px;
		height:30px;
		margin-bottom: 4px;
		position: relative;
	}
	header .navBtn a span,
	header .navBtn a:before,
	header .navBtn a:after{
		width:100%;
		height:6px;
		display:block;
		position:absolute;
		left:0;
		background:#7fb0b4;
		content:"";
	}
	header .navBtn a span{
		top:50%;
		margin-top:-3px;
	}
	header .navBtn a:before{top:0;}
	header .navBtn a:after{bottom:0;}
	header .navBtn>span{
		font-size: 10px;
		line-height: 1;
		text-align: center;
		vertical-align: top;
	}
}
@media all and (min-width:1260px){
	header{
		width:320px;
		height:712px;
		position: fixed;
		top: 50px;
		left:50%;
		margin-left:-630px;
		background: rgba(255,255,255,0.5);
		z-index: 10001;
	}
	header h1{
		width:250px;
		position: absolute;
		top:50px;
		left:34px;
		z-index: 10005;
	}
	header .hTel{
		width: 250px;
		margin: 50px auto 30px;
	}
	header nav .hTel,
	header nav .copyright{
		display: none;
	}
	header .navBtn{display: none;}
}

/*nav*/
nav ul li .menu-image-title{
	display: none;
}
nav ul li:last-child{margin-bottom: 0!important;}
nav li a{
	display: block;
}
nav #gNav{display:block;}
nav #fNav
nav #fNav li{
	text-align: center;
}
@media all and (max-width:1259.98px){
	header nav{
		position: fixed;
		display: none;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:#fff;
		z-index:10002;
	}
/*	nav .nLogo{
		display: block;
		width:90%;
		max-width:200px;
		padding:12px 5% 40px;
		margin: 0 auto;
	}*/
	nav #gNav{
		box-sizing:content-box;
		width:90%;
		max-width:200px;
		padding:50px 5%;
		margin:0 auto;
		text-align: left;
	}
	nav #gNav li{
		display:block;
		margin-bottom: 28px;
	}
	nav #gNav li img.menu-image{display: none;}
	nav #fNav{
		width:90%;
		max-width:200px;
		padding:0 5% 50px;
		margin:0 auto;
	}
	nav #fNav li{
		max-width:125px;
		margin-bottom: 16px;
		text-align:left;
	}
	nav .closeBtn{
		width: 40px;
		height: 40px;
		position:absolute;
		top:10px;
		right:10px;
		background: url(../img/common/ico_close.png) no-repeat left top;
		-webkit-background-size:cover;
		background-size:cover;
	}
	nav .closeBtn:hover{
		text-decoration: none;
	}
}
@media all and (min-width:1260px){
	header nav{
		display:block;
		width:220px;
		padding: 180px 50px 0;
	}
	nav .nLogo{display: none;}
	nav li a{
		-webkit-transition: -webkit-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	nav li a:hover{
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		text-decoration: none;
	}
	nav #gNav{
		width: 100%;
		height: 230px;
		border-bottom:1px dotted #474747;
	}
	nav #gNav:after{
		display: block;
		clear: both;
		content: "";
	}
	nav #gNav li{
		display: inline-block;
		width: 22px;
		padding: 0 15px;
		float: right;
	}
	nav #gNav li img.sp{display: none;}
	nav #fNav{margin: 28px 47px;}
	nav #fNav li{margin-bottom: 14px;}
	nav .closeBtn{display: none;}
}


/*section*/
section{
	display: block;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inner{
	position: relative;
	text-align: center;
}
.inner > *:last-child{margin-bottom: 0!important;}
.inner:after{
	display: block;
	clear: both;
	content: "";
}
.inner .text{
	text-align: left;
}
.inner .text>*:last-child{
	margin-bottom: 0!important;
}
section h2{
	display: inline-block;
	font-size: 28px;
	text-align: center;
	font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.4;
}
section h2.commonTxtTtl br{display:block;}
section h2 span{
	width: auto;
	margin: 8px auto 0;
	display: block;
	font-size: 14px;
	font-family:Garamond , "Times New Roman",serif;
	font-style: italic;
}
@media all and (max-width:1259.98px){
	section {
		width:90%;
		padding:60px 5%;
	}
	.inner{
		max-width: 640px;
		margin: 0 auto;
	}
	section h2{
		margin:0 auto 40px;
		font-size:24px;
	}
	section h2.phTtl{
		max-width: 258px;
	}
	section h2.largeTtl .pc{display: none;}
	section h2 br{display: block;}
}
@media all and (min-width:1260px){
	section{
		width: 100%;
		padding: 120px 0;
	}
	.inner{
		box-sizing: content-box;
		width: 900px;
		padding-left: 360px;
		margin: 0 auto;
	}
	.inner .w30{width:30%;margin:0 35%;}
	.inner .w35{width:35%;margin:0 32.5%;}
	.inner .w40{width:40%;margin:0 30%;}
	.inner .w45{width:45%;margin:0 27.5%;}
	.inner .w50{width:50%;margin:0 25%;}
	.inner .w55{width:55%;margin:0 22.5%;}
	.inner .w60{width:60%;margin:0 20%;}
	.inner .w65{width:65%;margin:0 17.5%;}
	.inner .w70{width:70%;margin:0 15%;}
	.inner .w75{width:75%;margin:0 12.5%;}
	.inner .w80{width:80%;margin:0 10%;}
	.inner .w85{width:85%;margin:0 7.5%;}
	.inner .w90{width:90%;margin:0 5%;}
	.inner .w95{width:95%;margin:0 2.5%;}
	.inner .w100{width:100%;margin:0 0;}
	section h2{margin:0 auto 65px;}
	section h2.phTtl{width: 300px;}
	section h2.largeTtl{width:100%;}
	section h2.largeTtl img{width:auto;}
	section h2.largeTtl .sp{display: none;}
	section h2 br{
		display:none;
	}
}

/*footer*/
#linkFooter .inner:after{
	content:none;
}
#linkFooter ul{
	display: table;
}
#linkFooter ul li{
	display: table-cell;
	opacity: 0;
}
#linkFooter ul li.animeEnd{
	opacity: 1;
}
#linkFooter ul li a{display: block;}
#linkFooter ul li .menu-image-title{display: none;}
#linkFooter ul li img{
	margin:0 auto;
	max-width: 240px;
}
footer{
	background:#f9fbfa;
	font-size: 14px;
}
footer .inner{
	text-align: left;
}
footer a{
	color: #00616a;
}
footer h3{
	font-size: 16px;
	margin-bottom: 0.5rem;
}
footer ul{
	margin:0 0 20px 1rem;
}
footer ul li{
	list-style:square;
}
footer .flNav h3,
footer .flNav li,
footer .fgNav li{
	font-family:"Noto Sans","Noto Sans CJK JP","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.7;
}
footer .flNav h3{margin-bottom: 6px;}
footer .flNav li{margin-bottom: 10px;}
footer .fTel .fadd{
	width:65%;
	display: block;
	margin-bottom: 15px;
}
@media all and (max-width:1259.98px){
	#linkFooter ul{
		padding-top: 0;
		padding-bottom: 50px;
	}
	#linkFooter ul li{
		width: 30%;
		padding: 0 1.666%;
	}
	footer{
		width:90%;
		padding: 20px 5%;
	}
	footer .inner{
		margin:0 auto;
		max-width:640px;
	}
	footer .fLogo{
		padding-bottom: 12px;
	}
	footer .fLogo img{
		max-width: 250px;
	}
	footer .fTel{
		float:left;
		max-width:400px;
		margin-bottom:8px;
	}
	footer .fTel .telnum{
		width:43.5%;
		display:inline-block;
		margin-bottom:8px;
	}
	footer .fTel .faxnum{
		width:33.43%;
		padding-left: 3.5%;
		margin-left: 2.8%;
		border-left: 1px solid #00616a;
		display:inline-block;
	}
	footer .timeSch{
		clear:both;
		margin:0 auto 36px;
		padding:26px 0 0;
		border-top: 1px dotted #00616a;
		text-align:center;
	}
	footer .timeSch img{
		max-width:640px;
		margin:0 auto;
	}
	footer .fgNav{
		width:42%;
		float:left;
	}
	footer .flNav{
		width:58%;
		float:right;
	}
}
@media all and (min-width:1260px){
	#linkFooter{
		padding-bottom: 180px;
	}
	#linkFooter ul li{
		width: 240px;
		padding: 0 20px;
	}
	footer {padding: 50px 0;}
	footer .fLogo{
		width: 100%;
		padding-bottom: 25px;
		border-bottom: 1px dotted #00616a;
	}
	footer .fLogo img{
		width: 250px;
	}
	footer .fTel{
		width:400px;
		margin:-62px 0 50px 500px;
	}
	footer .fTel .telnum{
		width: 50%;
		padding-right: 4%;
		display: inline-block;
		border-right: 1px solid #00616a;
	}
	footer .fTel .faxnum{
		width: 41%;
		padding-left: 4%;
		display: inline-block;
	}
	footer .fTel .fadd{
		margin-left: 34%;
	}
	footer .timeSch{
		width: 434px;
		margin-right: 70px;
		display: block;
		float: left;
	}
	footer .fgNav{
		width: 140px;
		margin-right: 25px;
		display: block;
		float: left;
	}
	footer .flNav{
		width:228px;
		display: block;
		float: left;
	}
}

/*pageTop*/
#pageTop{
	position: fixed;
	bottom: 20px;
	right:20px;
	z-index: 10001;
}
@media all and (max-width:1259.98px){
	#pageTop a{
		width:30px;
		height:30px;
		display: block;
		background: url(../img/common/btn_pagetop.png) no-repeat center top;
		background-size:cover;
		text-indent:-9999px;
	}
}
@media all and (min-width:1260px){
	#pageTop a{
		display: inline-block;
		font-size: 12px;
		text-align: center;
		font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	#pageTop a:before{
		width: 30px;
		height:30px;
		margin:0 auto 10px;
		display: block;
		background: url(../img/common/btn_pagetop.png) no-repeat center top;
		background-size:cover;
		content:"";
	}
}


/*visual*/
.visual{
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.visual .inner{
	display:flex;
	justify-content: center;
	align-items: center;
}
.visual .titleBox:after{
	display: block;
	width: 70px;
	height: 2px;
	margin: 6px auto 0;
	content: "";
	border-bottom: 1px solid #ffffff;
}
.visual .pageTitle{
	margin-bottom: 12px;
	font-size: 36px;
	color: #fff;
	font-family:Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing: 5px;
	-webkit-text-shadow: 0px 0px 6px rgba(0, 97, 106, 0.3);
	text-shadow: 0px 0px 6px rgba(0, 97, 106, 0.3);
}
.visual .pageEnTitle{
	font-size: 24px;
	font-style: italic;
	line-height: 1.3;
	color: #fff;
	font-family: Garamond , "Times New Roman" , serif;
	-webkit-text-shadow: 0px 0px 6px rgba(0, 97, 106, 0.3);
	text-shadow: 0px 0px 6px rgba(0, 97, 106, 0.3);
}
@media all and (max-width:1259.98px){
	.visual{
		width: 100%;
		padding: 0;
	}
	.visual+section{
		margin-top: 0!important;
	}
	.visual .inner{
		padding: 65px 0;
		max-width: 416px;
		min-height: 160px;
	}
	.visual .pageSc{display: none;}
}
@media all and (min-width:1260px){
	.visual{
		position: fixed;
		top: 0;
		left: 0;
	}
	.visual+section{
		margin-top:290px;
	}
	.visual:before{
		display: block;
		width: 100%;
		height: 0;
		padding-top: 28.888%;
		content: "";
	}
	.visual .inner{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.visual .inner figure{
		width: 640px;
	}
	.visual .pageSc{
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left:150px;
		width: 74px;
		height: 30px;
	}
}


/*notfound404*/
#notfound404{
	padding-top:80px;
	padding-bottom: 80px;
}
#notfound404 .text{
	text-align: center;
}