@charset "UTF-8";
/* CSS Document */
body{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
@media screen and (min-width: 737px) {
html,
body {
	min-width: 1200px;
}
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #999;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #000000;
}
.inner {
    width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.sp_only {
	display: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
#wrapper {
	position: relative;
}

/* header */
#header {
	position: relative;
	border-bottom: 20px solid #478EC9;
	background-image: url(../img/top/mainImg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#toggle {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #aaa;
	font-size: 24px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
#header h1 {
	float: left;
	width: 409px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#header h1 a {
	display: block;
}
#header h1 a:hover img {
	opacity: 0.8;
}
#header .contactBox {
	float: right;
	width: 342px;
	margin-top: 30px;
	margin-right: 60px;
	overflow: hidden;
}
#header .contactBox .ttl {
	float: left;
	width: 102px;
	text-align: left;
	border-right: 2px solid #75C6D0;
}
#header .contactBox .ttl a {
	display: inline-block;
	background-color: #75C6D0;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}
#header .contactBox .ttl a:hover {
	background-color: #394168;
}
#header .contactBox .txt {
	float: left;
	width: 232px;
	margin-left: 8px;
}
#header .subnav {
	position: fixed;
    top: 60px;
    right: -10px;
	writing-mode: tb-rl; 
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	z-index: 99;
	transition: all 0.3s;
	opacity: 0.6;
}
#header .subnav:hover {
    right: 0;
	opacity: 1;
}
#header .subnav a {
	padding: 20px 18px 20px 8px;
    color: #FFF;
	text-align: center;
    font-size: 18px;
	font-weight: bold;
    display: block;
	background-color: #75C6D0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#header .subnav a:hover {
	background-color: #394168;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#header .subnav a span {
    font-size: 13px;
}
#header .gnav {
	clear: both;
	margin-top: 170px;
	margin-bottom: 2px;
	overflow: hidden;
}
#header .gnav li {
	float: left;
	width: 198px;
	margin-left: 2px;
}
#header .gnav li:first-child {
	margin-left: 0;
}
#header .gnav li a {
	display: block;
	text-align: center;
}
#header .gnav li a:hover {
	background-color: rgba(71,142,201,.8);
}

/* main */
.borderHeading {
	margin-bottom: 40px;
	padding: 15px 0;
	text-align: center;
	border-top: 4px solid #478EC9;
	border-bottom: 1px solid #478EC9;
}
.blueTitleArea {
	padding: 20px 0;
	text-align: center;
	background-color: #478EC9;
}
.bottomBox {
	padding: 80px 0;
}
.bottomBox .inner {
	padding: 0 80px;
	overflow: hidden;
}
.bottomBox .inner .web,
.bottomBox .inner .tel {
	float: left;
	width: 500px;
	text-align: center;
}
.bottomBox .inner .tel {
	margin-left: 40px;
}
.bottomBox .inner .head {
	margin-bottom: 30px;
}
.bottomBox .inner .web .btn a {
	width: 350px;
	margin: 0 auto;
	padding: 20px 0 15px;
	display: block;
	background-color: #75C6D0;
	-moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}
.bottomBox .inner .web .btn a:hover {
	background-color: #394168;
}
.bottomBox .inner .tel .btn {
	padding-top: 10px;
}

/* footer */
#footer {
	position: relative;
}
#footer .fnavBox ul {
	padding: 10px 0;
}
#footer .fnavBox ul li {
	display: inline-block;
}
#footer .fnavBox ul li a {
	padding: 5px;
	display: inline-block;
}
#footer .fnavBox ul li:after {
	content: "／";
}
#footer .fnavBox ul li:last-child:after {
	content: "";
}
#footer .infoBox {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #478EC9;
	border-bottom: 20px solid #394168;
}
#footer .copyright {
	padding: 10px 0;
	text-align: right;
}
#footer .pagetop {
	position: absolute;
	top: 0;
	right: 30px;
	width: 50px;
	height: 50px;
}
#footer .pagetop a {
	display: block;
	background-color: #394168;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
#footer .pagetop a:hover {
	background-color: #75C6D0;
}

@media screen and (max-width: 736px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.inner {
    width: 100%;
}
body{
	min-width: auto;
}
#header {
	height: auto;
	border-bottom: 10px solid #478EC9;
}
#header .inner {
	padding: 0 15px;
}
#header h1 {
	width: 90%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 60px;
}
#header .subnav {
	position: static;
    top: 0;
    right: 0;
	margin-bottom: 10px;
	padding-left: 15px;
	writing-mode: horizontal-tb;
	opacity: 1;
}
#header .subnav a {
	display: inline-block;
	padding: 12px 18px;
    font-size: 14px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#header .subnav a:hover {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#toggle {
	display: block;
}
#header .gnav {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100vw;
	height: 100vh;
	margin-top: 0;
	padding: 60px 0 0;
	background-color: rgba(0,0,0,.8);
	z-index: 9998;
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#header .gnav.is_show {
	right: 0;
	opacity: 1;
}
#header .gnav li {
	width: 100%;
	margin-bottom: 15px;
	border-left: none;
}
#header .gnav li.sp_only {
	display: list-item;
}
#header .gnav li:first-child {
	width: 100%;
}
#header .gnav li a {
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	color: #FFF;
	line-height: 5px;
}
#header .gnav li a:hover {
	font-size: 18px;
	color: #FFF;
	line-height: 5px;
}
#header .gnav li a:hover {
	background-color: rgba(0,0,0,.3);
}
/* main */
.borderHeading {
	margin-bottom: 20px;
	padding: 10px 10px;
	border-top: 4px solid #478EC9;
}
.borderHeading img {
	height: 25px;
}
.blueTitleArea {
	padding: 15px 50px;
}
.bottomBox {
	padding: 30px 0;
}
.bottomBox .inner {
	padding: 0 20px;
	overflow: hidden;
}
.bottomBox .inner .web,
.bottomBox .inner .tel {
	float: none;
	width: 100%;
}
.bottomBox .inner .tel {
	margin-left: 0;
	margin-top: 20px;
}
.bottomBox .inner .head {
	margin-bottom: 20px;
}
.bottomBox .inner .web .btn a {
	width: auto;
}

/* footer */
#footer {
	position: relative;
}
#footer .fnavBox ul {
	padding: 10px 20px 70px;
}
#footer .fnavBox ul li {
	display: block;
}
#footer .fnavBox ul li a {
	display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    text-align: center;
	font-weight: bold;
}
#footer .fnavBox ul li a:hover {
	color: #468CC9;
}
#footer .fnavBox ul li:after {
	content: "";
}
#footer .infoBox {
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 10px solid #394168;
}
#footer .infoBox .inner {
	padding: 0 20px;
}
#footer .infoBox .logo {
	text-align: center;
}
#footer .infoBox .logo a {
	display: inline-block;
	padding: 10px 0;
}
#footer .infoBox p {
	text-align: center;
}
#footer .copyright {
	padding: 5px 0;
	text-align: center;
}
#footer .pagetop {
	top: 318px;
	right: 20px;
}
}

