@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
	word-break: break-all;
}
body {
	min-width: 1201px;
	background: #FFF;
	font-family: Roboto;
	color: #013E7B;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #013E7B;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #013E7B;
}

.tel {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.0;
}
.tel span {
	display: inline-block;
	margin-left: 5px;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: #013E7B;
} 
 
/* header
------------------------------*/
#header {
	background: #FFFFFF;
}
#header .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 22px 120px 22px 110px;
	margin: 0 auto;
}
.logo{
	max-width: 177px;
	width: 100%;

}
.h_login{
	display: flex;
	width: 100%;
	justify-content:  flex-end;
	align-items: center;
}
#header .h_login p:first-child{
	max-width: 87px;
	width: 100%;
	margin-right: 3px;
	
}
#header .sign-up{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: 500;
	background: #0066CC;
	padding: 18px 0;
	border-radius: 5px;
	text-align: center;
}

#header .h_login p:last-child{
	max-width: 109px;
	width: 100%;
}
#header .h_login p:last-child .log-in{
	font-weight: 600;
	letter-spacing: -0.02;
	display: block;
	font-size: 1.6rem;
	text-align: center;
	padding: 18px 2px;
	line-height: 1.25;
}
#header .h_login p a:hover{
	text-decoration: none;
	opacity: 0.8;
}
/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 61px;
}
.gnav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	width: 100%;
	height: 61px;
	background: #FFF;
	border-bottom: 1px dashed #CCC;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gnav .nav.fixed {
	position: fixed;
}
.gnav .nav span {
	display: block;
	cursor: pointer;
}
.accordion {
	position: relative;
}
.accordion .category {
	display: none;
	position: absolute;
	z-index: 100;
	top: calc(100% + 1px);
	left: 0;
	width: 100%;
}
.accordion .category li {
	position: relative;
}
.accordion .category a,
.accordion .category span {
	display: block;
	background: rgba(255, 255, 255, .6);
	padding: 13px 5px 11px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.accordion .category a:hover,
.accordion .category span:hover {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}
.accordion .category li.on > a,
.accordion .category li.on > span {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}
.accordion .category .secondary {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: calc(100% + 1px);
}
.accordion .category .secondary li.on > a,
.accordion .category .secondary li.on > span {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}

/* main
------------------------------*/
.mainimg {	
	padding: 95px 115px 81px 115px;
	position: relative;
	background: url('../image/main_bg.png') top center;
	background-size: cover;
}

.mainimg .box {
	max-width: 863px;
	position: relative;
}
.mainimg .box .info-box{
	max-width: 630px;
	width: 100%;
	z-index: 2;
}
.mainimg .box .title{
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.2;
	background: #E4F6FE;
	text-align: center;
	padding: 18px 15px 21px 15px;
	border-radius: 5px;
	border: 3px solid #7CCFF4;
	letter-spacing: -0.1px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}
.mainimg .box .title::before{
	content: '';
	position: absolute;
	background: url('../image/index_01.jpg') center no-repeat;
	bottom: 15px;
	left: 50%;
	width: 100%;
	height: 3px;
	transform: translate(-50% , 0)
}
.mainimg .box .sm_box{
	position: relative;
	z-index: 2
}
.mainimg .box .sm_box ul{
	display: flex;
	justify-content: space-between;
}
.mainimg .box .sm_box ul li{
	font-weight: bold;
	font-size: 1.4rem;
	position: relative;
	max-width: 121px;
	width: 100%;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 2px #dfd5d52e;
	padding: 0 0 0 15px;

}
.mainimg .box .sm_box ul li::before{
	content: '';
	position: absolute;
	background: url('../image/icon02.png') no-repeat;
	top: 50%;
	right: 5px;
	width: 18px;
	height: 18px;
	transform: translate(0 , -50%);
}
.mainimg .box .h_text{
	word-break: break-word;
	margin-bottom: 45px;
}
.mainimg .box .h_text span{
	font-weight: bold;
}
.mainimg .box p.btn{
	max-width: 358px;
	width: 100%
}
.mainimg .box p.btn a{
	color: #FFFFFF;
	display: block;
	background-image: linear-gradient(to right, blue , #504ebf);
	font-size: 1.9rem;
	text-align: center ;
	padding: 14px 15px 15px 3px;
	letter-spacing: -0.1rem;
	position: relative;
	border-radius: 40px;
}
.mainimg .box p.btn a::before{
	content: '';
	position: absolute;
	background: url('../image/icon_arrow.png') no-repeat;
	right: 7px;
	top: 50%;
	width: 19px;
	height: 17px;
	transform: translate(0 , -50%);
}
.mainimg .box p.btn a:hover{
	text-decoration: none;
}
.mainimg .box p.btn a:hover::before{
	transform: translate(5px , -50%);
	transition: .3s;
}
.mainimg .box .h_img{
	content: '';
	position: absolute;
	left: calc(50% + 115px);
	width: 560px;
	height: 559px;
	top: 0;
}

.mainimg .h_mail{
	max-width: 190px;
	width: 100%;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50% , 0);
}
.mainimg .h_mail a{
	display: block;
	background: #E4F6FE;
	border: 1px solid #3CA6EC;
	border-radius: 3px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 2;
	padding: 3px 0;
}
.mainimg .h_mail a:hover{
	text-decoration: none;
	opacity: 0.8;
}
/* content
------------------------------*/
.main {
	width: 100%;
}
.map,
.video {
	position: relative;
	width: 100%;
	height: 400px;
}
.map iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	height: auto;
	padding-top: 56.25%;
}
.big {
	font-size: 1.6rem;
}
.small {
	font-size: 1.2rem;
}
.bold {
	font-weight: bold;
}
.button {
	text-align: center;
}
.contact {
	margin-top: 100px;
	text-align: center;
}

/* section
------------------------------*/
.section {
	max-width: 100%;
	padding: 0 52px;
	margin: 0 auto;
}
.section.break {
	max-width: 100%;
}
.section table {
	width: 100%;
}
.section table th,
.section table td {
	border: 1px solid #CCC;
	padding: 16px 19px 14px;
	vertical-align: top;
}
.section table th {
	width: 28%;
	background: #F0F0F0;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.bread {
	max-width: 1080px;
	padding: 0 40px;
	margin: 0 auto 25px;
	font-size: 0;
}
.bread li {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.bread li + li::before {
	content: '＞';
	display: inline-block;
	margin-right: 5px;
}
.bread li a {
	text-decoration: underline;
}
.bread li a:hover {
	text-decoration: none;
}
.headding {
	border-bottom: 1px solid #013E7B;
	padding: 19px 10px 16px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: bold;
	color: #013E7B;
}
.subtitle {
	background: url('../image/h4_icon.jpg') left top repeat-y;
	padding: 4px 0 1px 25px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: normal;
}
.text p + p {
	margin-top: 1em;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.imgleft .image,
.imgright .image {
	width: 20%;
	text-align: center;
}
.imgleft .image div + div,
.imgright .image div + div {
	margin-top: 10px;
}

.imgleft .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 30px;
}

.imgright .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 30px;
}

.square {
	width: 100%;
}
.square + .square {
	margin-top: 10px;
}
.square a,
.square span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: none;
	padding-top: calc(100% - 2px);
	border: 1px solid #CCC;
	outline: none;
}
.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 1px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* pickup
-------------------------------------------- */
.pickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
}
.pickup .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 23.5%;
	margin-right: 2%;
}
.pickup .article:nth-child(4n) {
	margin-right: 0;
}
.pickup.slick {
	display: block;
}
.pickup.slick .article {
	margin-left: 15px;
	margin-right: 15px;
}
.pickup.slick .article:nth-child(4n) {
	margin-right: 15px;
}

/* pagebute
------------------------------*/
.page {
	margin-top: 50px;
	text-align: right;
	letter-spacing: -1em;
}
.page li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page .link_page,
.page .current_page {
	display: block;
	width: 40px;
	height: 40px;
	background: #EEEDEB;
	border: 1px solid #EEEDEB;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #013E7B;
}
.page .link_page:hover,
.page .current_page:hover {
	background: #013E7B;
	color: #FFF;
}
.page .current_page {
	background: #013E7B;
	color: #FFF;
}

/* slick
------------------------------*/
.slick {
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
}
.slick .slick-prev,
.slick .slick-next {
	z-index: 100;
	top: 105px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick .slick-prev {
	left: 0;
	background: url('../image/slick_left_off.jpg') center no-repeat;
}
.slick .slick-prev::before {
	content: url('../image/slick_left_on.jpg');
	display: none;
}
.slick .slick-prev:hover {
	background-image: url('../image/slick_left_on.jpg');
}
.slick .slick-next {
	right: 0;
	background: url('../image/slick_right_off.jpg') center no-repeat;
}
.slick .slick-next::before {
	content: url('../image/slick_right_on.jpg');
	display: none;
}
.slick .slick-next:hover {
	background-image: url('../image/slick_right_on.jpg');
}

/* colorbox
------------------------------*/
.colorbox a {
	outline: none;
}
#cboxWrapper {
	background: #FFF;
}
#cboxContent {
	margin: 20px;
	outline: 20px solid #FFF;
}
#cboxClose {
	position: absolute;
	top: -19px;
	right: -19px;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	outline: none;
	opacity: .8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxClose::before,
#cboxClose::after {
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}
#cboxClose:hover::before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	-ms-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}
#cboxClose:hover::after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
#cboxPrevious,
#cboxNext {
	top: 50%;
	left: -19px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	outline: none;
	opacity: .5;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxPrevious::after,
#cboxNext::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 0;
	height: 0;
	background: none;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #000 transparent transparent;
	outline: none;
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxPrevious:hover,
#cboxNext:hover {
	background: #000;
	opacity: .8;
}
#cboxPrevious:hover::after,
#cboxNext:hover::after {
	border-color: transparent #FFF transparent transparent;
	opacity: .8;
}
#cboxNext {
	left: auto;
	right: -19px;
}
#cboxNext::after {
	left: auto;
	right: 4px;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
}
#cboxNext:hover::after {
	border-color: transparent transparent transparent #FFF;
}

/* datepicker
------------------------------*/
.ui-datepicker th {
	width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	cursor: pointer;
}

#ui-datepicker-div {
	font-size: 1.4rem;
}

/* footer
------------------------------*/
.footer {
	background: #0066CC;
	/* text-align: center; */
	padding: 73px 0 0;
	color: #FFFFFF;
}
.f-box{
	display: flex;
	padding: 0 120px 54px
}
.f-box .f-box_left,
.f-box .f-box_right{
	max-width: 50%;
	width: 100%;
}
.footer .nav {
	/* background: #FFF; */
	padding: 9px 0 6px;
	font-size: 0;
}
.footer .nav li {
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.footer .nav li::before{
	content: '';
	position: absolute;
	border-right: 2px solid #FFFFFF;
	top: calc(50% - 2px);
	right: 0;
	width: 2px;
	height: 14px;
	transform: translate(0 , -50%);
}
.footer .nav li:last-child::before{
	border: none;
}
.footer .nav li:first-child a{
	padding-left: 0;
}
.footer .nav li a {
	font-weight: 500;
	color: #FFFFFF;
	font-size: 1.8rem;
	padding: 0 10px;
	line-height: 1;

}
.footer .f-box .f-box_left{}
.footer .f-box .f-box_left .f-title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
}
.footer .f-box .f-box_left .f-text{
	padding-left: 10px;
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 55px;
}
.footer .f-box .f-box_right{
	font-size: 1.6rem;
	font-weight: 500;

}
.footer .f-box .f-box_right p{
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
}
.footer .f-box .f-box_right .f-address{
	
}
.footer .f-box .f-box_right .f-address::before{
	content: '';
	position: absolute;
	background: url('../image/icon-park_local-two.png') no-repeat;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	transform: translate(0 , -50%	);
}
.footer .f-box .f-box_right .f-tell::before{
	content: '';
	position: absolute;
	background: url('../image/icon_tell.png') no-repeat;
	top: 50%;
	left: 0;
	width: 33px;
	height: 32px;
	transform: translate(0 , -50%	);
}
.footer .f-box .f-box_right .f-mail::before{
	content: '';
	position: absolute;
	background: url('../image/icon_mail.png') no-repeat;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	transform: translate(0 , -50%	);
}
.copyright {
	display: block;
	background: #013870;
	padding: 11px 0 12px;
	font-size: 1.4rem;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
}

/* pagetop
------------------------------*/
.pagetop {
	
}
.pagetop.on {
	opacity: 1;
}
.pagetop.stop {
	bottom: 65px !important;
	position: absolute;

}
@media screen and (max-width: 1130px) {
	.pagetop {
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.pagetop {
		right: 5px;
		bottom: 5px;
	}
}

.rightbar {
	position: fixed;
	z-index: 100;
	top: 20%;
	right: 0;
}
.rightbar a {
	display: block;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.rightbar.on a {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.modalbox {
	display: none;
}

#calendar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 680px;
	background: #FFF;
	border: 3px solid #E8E8E8;
	padding: 27px 37px 37px;
}
#calendar .box {
	overflow: hidden;
}
#calendar table {
	float: left;
	width: 47%;
	font-size: 1.6rem;
	table-layout: fixed;
}
#calendar table:nth-of-type(2) {
	float: right;
}
#calendar table caption {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#calendar th,
#calendar td {
	width: auto;
	border: 1px solid #A5A5A5;
	padding: 9px 0 5px;
	text-align: center;
	vertical-align: middle;
}
#calendar th {
	background: #F0F0F0;
	font-weight: normal;
}
#calendar .holiday {
	background: #606060;
	color: #FFF;
}
#calendar .note {
	margin-top: 10px;
	text-align: right;
	font-size: 1.4rem;
}
#calendar .note::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #606060;
	border: 1px solid #A5A5A5;
	margin-right: 10px;
	vertical-align: -5px;
}

.pattern {
	position: fixed;
	top: 425px;
	left: -5px;
}
.pattern li {
	width: 100px;
	margin-bottom: 10px;
}
.pattern li a {
	display: inline-block;
	background: #CCC;
	padding: 5px 10px 3px 15px;
	font-weight: normal;
	color: #FFF;
	-webkit-transition: background .3s, -webkit-transform .3s;
	transition: background .3s, -webkit-transform .3s;
	-o-transition: background .3s, transform .3s;
	transition: background .3s, transform .3s;
	transition: background .3s, transform .3s, -webkit-transform .3s;
}
.pattern li a:hover,
.pattern li.on a {
	background: #999;
	text-decoration: none;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.wink a:hover {
	-webkit-animation-name: wink;
	animation-name: wink;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.wink img {
	opacity: 1 !important;
}

@-webkit-keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

@keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}