@charset "utf-8";
/*
Theme Name: izumi
*/

/**
 *
 * 初期化
 *
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*color: #666666;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1110px;
	border-top: 4px solid #54B9CB;
}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */
.type {
	font-family: "フォーク M","Folk Medium";
}
.type-all * {
	font-family: "フォーク M","Folk Medium";
}


em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #564488;
	text-decoration: underline;
}
a:visited {
	color: #564488;
	text-decoration: underline;
}
a:hover {
	color: #564488;
	text-decoration: none;
}
a:active {
	color: #564488;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #EC6B19;
}
.blue {
	color: #00BFFF;
}
.green {
	color: #39A48D;
}
.brown {
	color: #C7A966;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 0px;
	top: -40px;
}
#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;

}
#breadcrumb ul li a {

}
#breadcrumb ul li:after {
	content: ">";
	visibility: visible;
	display: inline-block;
	padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
	content: none;
}

/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;

}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */
.l-wrap {

	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.l-header {
	position: relative;
	height: 202px;

}


.l-nav {
	position: relative;
	z-index: 100;
	height: 56px;
	display: block;
	margin: 0px auto 0;
	background: #54B9CB;
}
.l-nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}

.l-main {
	position: relative;
	display: block;
	margin: 0 auto;
}
.l-nav.is-fixed + .l-main {
	padding-top: 56px;
}
.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {

	margin: 50px auto;

}

.l-content {


}
.l-footer {
	clear: both;
	text-align: center;
	margin-top: 95px;
	border-bottom: 1px solid #37A2B5;
	padding-bottom: 1px;
}



/**
 *
 * Box
 *
 */
.box-960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}
.box-990 {
	width: 990px;
	margin: 0px auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.box-1010 {
	width: 1010px;
	margin: 0px auto;
	position: relative;
}
.box-1050 {
	width: 1050px;
	margin: 0px auto;
	position: relative;
}
.box-1110 {
	width: 1110px;
	margin: 0px auto;
	position: relative;

}
.box-1120 {
	width: 1120px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

/**
 *
 * Header
 *
 */
.header-title {
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 1.2em;
	padding-top: 10px;
	font-weight: normal;
}
.header-logo {
	position: absolute;
	left: 0px;
	top: 55px;
}
.header-logo span {
	display: block;
	font-size: 16px;
	padding-left: 70px;
}

.header-tel {
	position: absolute;
	top: 50px;
	right: 0;
	text-align: right;
}
.header-tel span {
	display: block;
	font-size: 14px;
	color: black;
	padding-left: 55px;
	text-align: left;
	line-height: 1.37em;
}


.header-btns {
	position: absolute;
	top: 140px;
	right: 0;
}
.header-btns ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-btns ul li {

}

.btn-access {
	margin-right: 10px;
	width: 130px;
}
.btn-access a {
	display: block;
	text-align: center;
	color: white !important;
	background: #F29600;
	font-size: 17px;
	line-height: 41px;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
}
.btn-access a:before {
	background: url(/img/btn-access.png) left center no-repeat;
	content: "";
	width: 19px;
	height: 41px;
	position: absolute;
	left: 15px;
	top: 0px;
}
.btn-access a:hover {
	text-decoration: none;
	color: white;
}

.btn-reserve {
	margin-right: 10px;
	width: 160px;
}
.btn-reserve a {
	display: block;
	text-align: center;
	color: white !important;
	background: #8CBB00;
	font-size: 17px;
	line-height: 41px;

	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	border-radius: 4px;
}
.btn-reserve a:before {
	background: url(/img/btn-reserve.png) left center no-repeat;
	content: "";
	width: 18px;
	height: 41px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.btn-reserve a:hover {
	text-decoration: none;
	color: white;
}

.btn-contact {
	width: 250px;
}
.btn-contact a {
	display: block;
	text-align: center;
	color: white !important;
	background: #54B9CB;
	font-size: 17px;
	line-height: 41px;

	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	border-radius: 4px;
}
.btn-contact a:before {
	background: url(/img/btn-contact.png) left 9px no-repeat;
	content: "";
	width: 18px;
	height: 41px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.btn-contact a:hover {
	text-decoration: none;
	color: white;
}

.header-left {
	position: absolute;
	left: 0;
	top: 70px;
}
.header-left p {
	font-size: 16px;
	color: #000000;
	line-height: 1.4em;
}
.header-notice {
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 15px;
	color: #D80000;
	text-decoration: underline;
	position: absolute;
	left: 0px;
	top: 135px;
}
.header-notice a {
	color: #D80000 !important;
}

/**
 *
 * NAV
 *
 */
.l-nav {

}

.l-nav .nav-inner {
	width: 1110px;
	margin: 0 auto;
	padding-bottom: 1px;

}
.l-nav .nav-inner-logo {
	display: none !important;	
}
.is-fixed.l-nav .nav-inner-logo {
	display: block !important;
	color: #24A19E !important;
	text-decoration: none !important;
}
.l-nav .nav-inner.is-active {

}
.l-nav .nav-inner .nav-new-logo {
	display: none;
}
.l-nav .nav-inner > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	background: url(/img/nav-sep.png) right 15px no-repeat;
}
.l-nav .nav-inner > ul > li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	text-align: center;
	background: url(/img/nav-sep.png) left 15px no-repeat;
	height: 56px;
}
.l-nav .nav-inner > ul > li:hover, .l-nav .nav-inner > ul > li.is-active {
	background: #00AC9A;

}
.l-nav .nav-inner > ul > li:hover a + span {
	color: white;
}

.l-nav .nav-inner > ul > li:first-child {


}
.l-nav .nav-inner > ul > li:nth-child(1) > a {
	background: url(/img/nav-1.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(2) > a {
	background: url(/img/nav-2.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(3) > a {
	background: url(/img/nav-3.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(4) > a {
	background: url(/img/nav-4-2.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(5) > a {
	background: url(/img/nav-5-2.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(6) > a {
	background: url(/img/nav-4.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(7) > a {
	background: url(/img/nav-5.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(8) > a {
	background: url(/img/nav-9.png) center 37px no-repeat;
}
.l-nav .nav-inner > ul > li:nth-child(9) > a {
	background: url(/img/nav-9.png) center 37px no-repeat;
}

.l-nav .nav-inner > ul > li .menu-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 56px;
	margin: 0;
	z-index: 5;
	padding: 0;
	border: none !important;
	line-height: 0px !important;
}
.l-nav .nav-inner > ul > li .menu-link:after {
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	top: 20px;
	right: 10px;
	color: white;
	font-size: 12px;
}
.l-nav .nav-inner > ul > li .nav-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0;
	text-align: center;
	box-sizing: border-box;

	width: 55px;
	height: 34px;
	color: white;

}
.l-nav .nav-inner > ul > li img {
	vertical-align: top;
	position: relative;


}


.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	text-align: center;
	margin: 0px 0px 0px;
	/*padding: 0 0px 2px;*/
	padding: 0 15px;
	font-size: 16px;
	color: white;
	/*line-height: 56px;*/
	padding-top: 13px;
	padding-bottom: 25px;
	box-sizing: border-box;
	width: 150px;
}

.l-nav .nav-inner > ul > li:first-child > a {
	width: 60px;
}
.l-nav .nav-inner > ul > li > a {
	text-decoration: none;
}

.l-nav .nav-inner > ul > li > a:hover, .l-nav .nav-inner > ul > li a:hover + span {
	text-decoration: none;
	cursor: pointer;
	color: white !important;
}

.l-nav .nav-inner > ul > li:hover .menu-sub, .l-nav .nav-inner > ul > li:hover .menu-sub {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
	top: 56px;
}
.menu-sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: 50;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
}
.menu-sub.is-active {

}
.menu-sub ul {
	width: 280px;
	z-index: 999;

}
.menu-sub ul li {

	border-bottom: none;
	margin: 0px 0px;

}
.menu-sub ul li:last-child {
	border-bottom: none;
}
.l-nav .nav-inner > ul > li:hover .menu-sub a, .l-nav .nav-inner > ul > li:hover .menu-sub a {
	padding: 5px;
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;

}
.menu-sub ul li a {
	display: block;
	padding: 0px 5px;
	font-size: 12px;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	color: black;
	background: white;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.menu-sub ul li:nth-child(odd) a {
	background: #EEEEEE;
}
.menu-sub ul li a:hover {
	background: #00AC9A;
	color: white;
		-webkit-transition: 0.0s ease-in-out;
	   -moz-transition: 0.0s ease-in-out;
	     -o-transition: 0.0s ease-in-out;
	        transition: 0.0s ease-in-out;
}
.menu-sub .to-back {


}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {

}


.btn-nav {
	display: none;

}



/**
 *
 * Box contact
 *
 */
.box-contact-wrap {
	margin: 0 auto;
	margin-top: 55px;
	width: 990px;
}

.box-contact-wrap .title-main {

}

.box-contact {
	background: #F0EFEC;
	width: 990px;
	margin: 20px auto 0;
	position: relative;
	padding: 35px 25px 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.box-contact .box-contact-logo {
	text-align: center;
	margin-bottom: 30px;
}
.box-contact .box-contact-top {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-contact .box-contact-top > div {

}
.box-contact .box-contact-top > div:first-child {
	width: 460px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}
.box-contact .box-contact-top > div:first-child p {
	font-size: 18px;
}
.box-contact .box-contact-top > div:last-child {
	width: 430px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
.box-contact .box-contact-top > div:last-child p:first-child {
	font-size: 14px;
}
.box-contact .box-contact-top > div:last-child p:first-child span {
	padding-left: 88px;
}
.box-contact .timetable {
	margin-bottom: 0px;
}
.box-contact .timetable + p {
	text-align: right;
	font-size: 16px !important;
	padding-right: 15px;
}
.box-contact .box-contact-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 10px;
}

.box-contact .box-contact-btn + p {

}
.box-contact .box-contact-btn {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.box-contact .box-contact-btn .btn-reserve {
	margin-right: 0;
}
.box-contact .box-contact-btn .btn-contact {
	margin-top: 10px;
}
.box-contact .box-contact-tel {
	text-align: right;
	font-size: 15px;
}
.box-contact .box-contact-tel a {
	display: block;
}
.box-contact .box-contact-tel span {
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 15px;
	line-height: 1.37em;
}
.box-contact .train {
	background: url(/img/train.png) 0 0 no-repeat;
	font-size: 18px;
	color: #000000;
	padding: 0px 0 0 60px;
	line-height: 41px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.box-contact .car {
	background: url(/img/car.png) 0 0 no-repeat;
	font-size: 18px;
	color: #000000;
	padding: 0px 0 0 60px;
	line-height: 41px;
	margin-top: 0px;
	margin-left: 30px;
}
.box-contact .car a {
	color: #00B2B2;
	text-decoration: underline;
}
.box-contact .car a:hover {
	text-decoration: none;
}
.box-contact .box-contact-map {
	border: 3px solid white;
	border-radius: 4px;
	line-height: 0;
	clear: both;
	margin-bottom: 20px;
}
.box-contact .map {
	width: 100%;
	height: 460px;
	box-sizing: border-box;
	line-height: 0;
}
.box-contact .box-contact-map + p {
	text-align: center;
}
.box-contact .box-contact-map + p a {
	font-size: 18px;
	color: #00678C;
	text-decoration: underline !important;
}
.box-contact .box-contact-map + p a:hover {
	text-decoration: none !important;
}
/**
 *
 * Sidebar
 *`
 */

.list-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 990px;
	margin: 0 auto 70px;
}
.list-banner > li {
	line-height: 0px;
    margin-bottom: 14px;
}

.side-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 990px;
	margin: 0 auto;
}
.side-nav .side-nav-item {
	width: 230px;
}
.side-nav .side-nav-item h2 {
	font-size: 16px;
	color: #333333;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	line-height: 37px;
	font-weight: normal;
	margin-bottom: 20px;
	text-indent: 2px;
}
.side-nav .side-nav-item ul {

}
.side-nav .side-nav-item ul li {
	background: url(/img/bullet.png) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
.side-nav .side-nav-item ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #3F2C24;
}
.side-nav .side-nav-item ul li a:hover {
	text-decoration: none;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}
.footer-top {
	padding: 85px 0 80px;
	text-align: center;
	border-top: 5px solid #37A2B5;
}
.footer-top p {
	margin-bottom: 0;
}
.footer-top a {
	line-height: 3em;
	font-size: 16px;
	text-decoration: underline !important;
	color: #00B2B2 !important;
}
.footer-top a:hover {
	text-decoration: none !important;
}
.footer-top a img {

}
.footer-bottom {
	height: 56px;
	background: #37A2B5;
	border-bottom: 1px solid white;
}
.footer-nav {
	max-width: 1000px;

	margin: 0px auto;
}
.footer-nav li {
	float: left;
	width: 50%;
	line-height: 56px;
	text-align: center;
}
.footer-nav li.li_2 {
	background: url(/img/footer-sep.png) 0 15px no-repeat;
}
.footer-nav li a {
	color: #0085B2;
	font-size: 14px;
	text-decoration: none;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-nav li img {
	position: relative;
	left: -10px;
	top: 2px;
}
.footer-nav li.li_2 img {
	top: 0px;
}
.copyright {
	font-size: 14px;
	color: white;
	line-height: 68px;
	background: #37A2B5;
	text-align: center;
	margin: 0;

}
form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}
.sp {
	display: none !important;
}

.br-sp {
	display: none;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.xo-months {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}