@charset "UTF-8";

/* ==========================================
	base
========================================== */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: #424242;
	font-family: "Noto Sans Japanese", "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;/* IE8 */ 
	font-size: 1.6em;
	line-height: 1.6em;
	margin:0 !important;
	width: 100%;
	transition: .8s;
	transition-delay: .8s;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contents_inner{
	max-width: 1000px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
p, dt, dd {
	font-size: 1.4rem;
	line-height: 200%;
}
a {
	color:#217fc4;
}
a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
#sp_menu {
	display: none !important;
}
.sp_mode {
	display: none !important;
}
.tab_mode {
	display: none !important;
}
.pc_mode {
	display: block !important;
}

@media screen and (max-width:840px) {
	.contents_inner{
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.tab_mode {
		display: block !important;
	}
	.gradation_btn.pc_mode {
		display: none !important;
	}

}

@media screen and (max-width:640px) {

	body {
		overflow: hidden;
	}
	p {
		font-size: 1.35rem;
		line-height: 200%;
	}
	.pc_mode {
		display: none !important;
	}
	.tab_mode {
		display: none !important;
	}
	.sp_head {
		font-family: 'Hind Siliguri', sans-serif;
		font-size: 13.5px;
		font-weight: 400;
		text-align: center;
		color: #2592cb;
	}
	.sp_head span {
		display: block;
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 3px;
	}
	p, dt, dd {
		font-size:1.35rem;
	}

}

/* ==========================================
	hamburgermenu
========================================== */
@media screen and (max-width:640px) {

	.sp_mode {
		display: block !important;
	}
	header nav {
		width: 100%;
		margin: 0;
	}
	#sp_menu_block {
		z-index: 99999;
	}
	#sp_menu {
		display: block !important;
	}
	#sp_menu ul {
		display: block;
		width: 100%;
		text-align: center;
		background: #fff;
		margin-left: 0;
		overflow: hidden;
	}
	#sp_menu ul li {
		width: 50%;
		float: left;
		border-top: 1px solid #ececec;
		border-right: 1px solid #ececec;
		padding:2% 0;
		margin: 0;
	}
	#sp_menu ul li:nth-child(2n) {
		border-right:none;
	}
	#sp_menu ul li:nth-last-child(-n+2) {
		border-bottom: 1px solid #ececec;
	}
	.overlay li.select {
		background-color: #f5f5f5 !important;
	}
	#sp_menu ul li a {
		display: block;
		width: initial;
		font-size: 13px;
		font-size: 1.3rem;
		color: #3a3a3a;
		text-decoration: none;
		margin: 0;
		padding: 3px 0;
		position: relative;
	}
	#sp_menu li a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #62afe7;
		border-right: solid 2px #62afe7;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 20%;
		margin-top: -4px;
	}
	header li a:hover:after {
		display: none !important;
	}
	.menu-btn {
		position: absolute;
		top: 18px;
		right: 15px;
		z-index: 999;
		display: inline;
	}
	.menu-btn a {
	    display: inline-block;
	    text-decoration: none;
		margin-top: 0px;
	}
	.btn-open {
		display: block;
		width: 32px;
		height: 30px;
		position: relative;
	}
	.btn-open span {
		display: block;
		width: 30px;
		height: 2px;
		background:#48afea;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e549d', endColorstr='#1e549d',GradientType=1 );
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
	}
	.btn-open span:first-child {
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn-open span:nth-child(2) {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.btn-open span:last-child {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.btn-open:after {
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.btn-close:after {
		content: '×';
		font-size: 44px;
		font-weight: 200;
		display: block;
		position: absolute;
		top: -3px;
		right: -7px;
		color: #48afea;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.overlay {
		position: absolute;
		top: 59px;
		left: 0;
		z-index: 99;
		display: none;
		overflow: hidden;
		width: 100%;
		height: auto;
		background: #fff;
		-webkit-box-shadow: 0 9px 12px -9px #efefef;
		-moz-box-shadow: 0 9px 12px -9px #efefef;
		-ms-box-shadow: 0 9px 12px -9px #efefef;
		-o-box-shadow: 0 9px 12px -9px #efefef;
		box-shadow: 0 9px 12px -9px #efefef;
	}
}

/* ==========================================
	clearfix
========================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* ==========================================
	lower
========================================== */



/* ==========================================
	header
========================================== */

header {
	padding-top: 30px;
}
header .contents_inner .right .tel{
	display: inline-block;
	float:left;
	font-size:14px;
	letter-spacing:0.08em;
	line-height:1;
	margin-right:15px;
}
header .tel span{
	display:block;
	font-size:26px;
	font-weight: 500;
	letter-spacing:0.08em;
	line-height:1.2;
	margin-top:10px;
	background:url(../img/common/icon_tel.png) left center no-repeat;
	padding-left:35px;
}
header .contents_inner .right .info{
	display: inline-block;
	font-size:13px;
	letter-spacing:0.02em;
	line-height:1.5;
}
header .info span{
	color:#5082d0;
}
header nav.pc_mode {
	margin-top: 20px;
	padding:10px 0;
}
header nav.pc_mode li{
	float:left;
	border-left:1px solid #e8e8e8;
	width: 16.66%;
	height:43px;
	position: relative;
}
header nav.pc_mode li a:hover:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #48afea;
	opacity: 0.8;
	position: absolute;
	left: 0;
	bottom: -10px;
}
header nav.pc_mode li a{
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-align: center;
	color: #545454;
	line-height: 1.5;
	width: 100%;
}
header nav.pc_mode li span{
	display:block;
	color:#4eb3e7;
	font-size:12px;
	letter-spacing:0.08em;
}
header nav.pc_mode li:last-child{
	border-right:1px solid #e8e8e8;
}

@media screen and (max-width:1000px) {
}
@media screen and (max-width:840px) {
	header h1 {
		width:35%;
	}
	header .contents_inner .right .tel{
		font-size:11px;
		letter-spacing:0;
		line-height:1;
		margin-right:10px;
	}
	header .contents_inner .right .tel span{
		font-size:21px;
		letter-spacing:0;
		background-size:contain;
		padding-left:30px;
	}
	header .contents_inner .right .info{
		font-size:12px;
		letter-spacing:0;
	}
}
@media screen and (max-width:640px) {
	header {
		margin-top: 10px;
		padding: 5px 0 15px;
	}
	header .contents_inner .right, header .contents_inner .left{
		float:none !important;
		height: auto;
	}
	header .contents_inner h1 {
		width: 230px;
	}
	header .contents_inner .right {
		display: block;
		margin-top:10px;
	}
	header .contents_inner .right .tel {
		display: inline-block;
		font-size:9px;
	}
	header .contents_inner .right .tel span{
		font-size:16px;
		margin-top:5px;
		padding-left:20px;
		line-height:1.1;
	}
	header .contents_inner .right .info {
		display: inline-block;
		font-size:11px;
		line-height:1.3;
	}
	header .overlay .tel {
		font-size: 15px;
		width: 260px;
		margin: 0 auto;
	}
	header .overlay .tel {
		margin: 20px auto 20px;
	}
	header .overlay .info {
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 170%;
		width: 310px;
		margin: 20px auto;
	}
}


/* ==========================================
	pagetop
========================================== */

.pagetop {
	width: 70px;
	height: 70px;
	background: url(../img/common/pagetop.png) #3aa0d5;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 20px;
	padding: 10px;
	cursor: pointer;
	z-index: 999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.pagetop:hover {
	background-color: #227faf;
}

@media screen and (max-width:640px) {

	.pagetop {
		width: 100%;
		height: 35px;
		border: none;
		position: static;
		background-size: 21px;
		background-color: #3aa0d5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

}

/* ==========================================
	footer
========================================== */

footer {
	padding-top:50px;
	color:#424242;
}
footer .ft_box .left {
	max-width:320px;
	width:30%;
	margin-right: 6%;
}
footer .ft_box .address {
	font-size:14px;
	letter-spacing:0.16em;
	margin-top:10px;
	line-height:1.5;
}
footer .ft_box .tel{
	font-size:14px;
	letter-spacing:0.08em;
	line-height:1;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	width:100%;
	margin-top:10px;
	padding:10px 0;
	text-align:center;
}
footer .ft_box .tel span{
	display: inline-block;
	font-size:26px;
	font-weight: 500;
	letter-spacing:0.08em;
	line-height:1.2;
	margin-top:10px;
	background:url(../img/common/icon_tel.png) left center no-repeat;
	padding-left:35px;
}
footer .ft_box .right {
	max-width: 620px;
	width:70%;
}
footer .ft_box table{
	max-width: 600px;
	width: 100%;
}
footer .ft_box table,
footer .ft_box th,
footer .ft_box td{
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	font-weight:normal;
	font-size:14px;
	height:46px;
	vertical-align:middle;
	text-align:center;
 }
footer .ft_box table .lAlign,
 footer .ft_box tbody th{
	text-align:left;
	line-height: 110%;
	padding-left:15px;
}
footer .ft_box td{
	color:#62afe7;
	font-size: 28px;
}
footer .ft_box .closed{
	font-size:14px;
	color:#424242;
}
footer .info{
	display: inline-block;
	font-size:13px;
	letter-spacing:0.02em;
	line-height:1.5;
	margin-top:15px;
}
footer .info span{
	color:#5082d0;
}
footer .info span:nth-of-type(2){
	margin-left:15px;
}
footer nav{
	background:#3aa0d5;
	margin-top:45px;
}
footer ul li{
	float:left;
	border-left:1px solid #fff;
	font-size:13px;
	letter-spacing:0.12em;
	width:16.66%;
	text-align:center;
	line-height:1;
	margin:8px 0;
}
footer ul li a{
	color:#fff;
}
footer ul li:last-child{
	border-right:1px solid #fff;
}
footer ul li a:hover{
	opacity: 0.8;
}
footer .copy_area p {
	font-size: 13px;
	line-height:3;
	text-align: center;
	color:#424242;
}

@media screen and (max-width:1000px) {
	footer .ft_box {
		padding: 20px 10px 0;
	}
	footer .ft_box .right {
		max-width: 510px;
		width:70%;
	}
}

@media screen and (max-width:840px) {
	footer {
		padding-top:5%;
	}
	footer .left {
		width:47%;
	}
	footer .ft_box {
		padding: 20px 10px 0;
	}
	footer .ft_box .tel {
		margin:10px 0;
		border-bottom: none;
	}
	footer .info .sp_mode{
		display:block !important;
	}
	footer .info span:nth-of-type(2){
		margin-left:0;
	}
	footer .ft_box .right {
		max-width: 380px;
		width:70%;
	}
}

@media screen and (max-width:640px) {
	footer .ft_box .left{
		float:none !important;
	}
	footer .ft_box {
		padding-bottom: 0;
	}
	footer .ft_box .left {
		max-width:100%;
		width:100%;
		text-align:center;
		margin-right:0;
	}
	footer .ft_box .left h1 {
		width: 250px;
		margin: 0 auto;
	}
	footer .ft_box .tel{
		width: 100%;
		margin: 20px auto;
		padding-top: 20px;
	}
	footer .ft_box .right {
		float: none !important;
		max-width: 100%;
		width:100%;
	}
	footer .ft_box table{
		max-width:100%;
		width:100%;
	}
	footer .ft_box table, footer .ft_box th, footer .ft_box td{
		font-size:13px;
	}
	footer .ft_box table .lAlign, footer .ft_box tbody th{
		text-align:left;
		padding-left:10px;
	}
	footer .ft_box td{
		width:10%;
	}
	footer .ft_box .closed{
		font-size:12px;
	}
	footer nav{
		margin-top:5%;
	}
	footer nav .contents_inner{
		padding: 0;
	}
	footer nav ul {
		width: 100%;
		text-align: center;
		background: #fff;
		overflow: hidden;
		display:inline;
	}
	footer nav ul li {
		width: 50%;
		float: left;
		border-top: 1px dotted #ececec;
		border-right: 1px dotted #ececec;
		padding: 10px 0;
		margin: 0;
	}
	footer nav ul li:nth-child(2n) {
		border-right:none;
	}
	footer nav ul li:nth-last-child(-n+2) {
		border-bottom: 1px dotted #ececec;
	}
	footer nav ul li a {
		display: block;
		position: relative;
		width: initial;
		font-size: 12px;
		font-size: 1.2rem;
		color: #3a3a3a;
		text-decoration: none;
		margin: 0;
	}
	footer nav ul li a:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #62afe7;
		border-right: solid 2px #62afe7;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 20%;
		margin-top: -4px;
	}
	footer li a:hover:after {
		display: none !important;
	}
	footer .copy_area {
		border-top: none;
		margin-top: 0;
	}
	footer .copy_area p {
		font-size: 12px;
	}

}