@charset "UTF-8";

/* CSS Document */


/* --------------------------------------------------
	Reset
-------------------------------------------------- */

#customer_header,
#customer_footer {
	margin: 0;
	text-align: left;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}

#customer_header div,
#customer_footer div,
#customer_header span,
#customer_footer span,
#customer_header p,
#customer_footer p,
#customer_header em,
#customer_footer em,
#customer_header img,
#customer_footer img,
#customer_header small,
#customer_footer small,
#customer_header strong,
#customer_footer strong,
#customer_header b,
#customer_footer b,
#customer_header dl,
#customer_footer dl,
#customer_header dt,
#customer_footer dt,
#customer_header dd,
#customer_footer dd,
#customer_header ol,
#customer_footer ol,
#customer_header ul,
#customer_footer ul,
#customer_header li,
#customer_footer li,
#customer_header h1,
#customer_header h2,
#customer_header header,
#customer_header nav,
#customer_footer address,
#customer_footer footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#customer_header b,
#customer_footer b,
#customer_header strong,
#customer_footer strong,
#customer_header h1,
#customer_header h2 {
	font-weight: normal;
}

#customer_header header,
#customer_header nav,
#customer_footer footer {
	display: block;
}

#customer_header ul,
#customer_footer ul {
	list-style: none;
}

#customer_header li,
#customer_footer li,
#customer_header div,
#customer_footer div,
#customer_header p,
#customer_footer p,
#customer_header span,
#customer_footer span {
	word-wrap: break-word;
}

#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto width: auto\9;
	/* ie8 */
	border: 0;
	vertical-align: bottom;
}

#customer_header a,
#customer_footer a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#customer_footer address {
	font-style: normal;
}


/* --------------------------------------------------
	Layout
-------------------------------------------------- */

body {
	min-width: 1100px;
	background: #fff;
	position: relative;
}

#customer_header,
#customer_footer {
	min-width: 1100px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	font-family: 'Noto Serif JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
#customer_header *,
#customer_footer * {
	box-sizing: border-box;
}
#customer_header a,
#customer_footer a {
	color: #000;
	text-decoration: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	color: #000;
	text-decoration: underline;
}
#customer_header a:hover img,
#customer_footer a:hover img {
	opacity: 0.75;
}

#customer_header #breadcrumb,
#customer_footer .container{
	width: 1100px;
	padding: 0 10px !important;
	margin: 0 auto;
	position: relative;
}



/* ---------------------------------------------------
	customer_header
------------------------------------------------------ */

#customer_header #header_wrap {
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	min-width: 1100px;
}
#customer_header #header {
	height: 80px;
}
#customer_header #h_logo {
	float: left;
	padding: 20px 0 0 20px;
}
#customer_header #h_logo a{
	display: block;
	float: left;
}
#customer_header #h_logo p{
	font-size: 12px;
	float: left;
	margin: 5px 0 0 20px;
	letter-spacing: 2px;
}
#customer_header #h_nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
	float: right;
}
#customer_header #h_nav > li{
	position: relative;
}
#customer_header #h_nav > li:first-child{
	padding: 15px 25px 0 0;
}
#customer_header #h_nav > li:first-child .tel-link{
	display: block;
}
#customer_header #h_nav > li:nth-child(2){
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 200px;
}
#customer_header #h_lang{
	display: block;
	border: 1px #000 solid;
	border-radius: 3px;
	font-size: 11px;
	height: 20px;
	cursor: pointer;
	position: relative;
}
#customer_header #h_lang:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 22px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}
#customer_header #h_lang a {
	display: block;
}
#customer_header #h_lang a:hover {
	text-decoration: none;
}
#customer_header #h_lang a[href="#close"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#customer_header #header:target #h_lang a[href="#close"] {
	pointer-events: auto;
}
#customer_header #h_lang span{
	margin-right: 5px;
}
#customer_header #h_lang:hover{
	text-decoration: none;
	opacity: 0.75;
}
#customer_header #h_langlist{
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 100;
	max-height: 0;
	width: 100%;
	background: #fff;
	border: 1px #000 solid;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
}
#customer_header #header:target #h_langlist {
	max-height: 150px;
	opacity: 1;
}
#customer_header #h_langlist li:not(:last-child){
	border-bottom: 1px #e0e2dd solid;
}
#customer_header #h_langlist li a{
	display: block;
	padding: 3px 0;
}
#customer_header #h_langlist li a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#customer_header #open_search {
	background: #1e3605;
	width: 240px;
	color: #fff;
	font-size: 16px;
	display: block;
	height: 80px;
	line-height: 80px;
	letter-spacing: 3px;
}
#customer_header #open_search:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #h_menu {
	background: #987817;
	width: 67px;
	color: #fff;
	font-size: 10.6px;
	display: block;
	height: 80px;
	letter-spacing: 2px;
}
#customer_header #h_menu:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #h_menu .line{
	position: absolute;
	left: 22%;
	height: 3px;
	width: 56%;
	display: block;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#customer_header #h_menu .line:nth-child(1){
	top: 20px;
}
#customer_header #h_menu .line:nth-child(2){
	top: 31px;
}
#customer_header #h_menu .line:nth-child(3){
	top: 42px;
}
#customer_header #gnav_open:target #h_menu .line:nth-child(1) {
	top: 28px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#customer_header #gnav_open:target #h_menu .line:nth-child(2),
#customer_header #gnav_open:target #h_menu .line:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_header #h_menu .text{
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	text-align: center;
}
#customer_header #h_menu + a[href="#close"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#customer_header #gnav_open:target #h_menu + a[href="#close"] {
	pointer-events: auto;
}
#customer_header #gnav_open:target #h_menu + a[href="#close"]:hover {
	text-decoration: none;
}
#customer_header #searchOuter{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
	overflow: scroll;
}
#customer_header #searchOuter:target{
	opacity: 1;
	pointer-events: auto;
}
#customer_header #searchInner {
	width: 100%;
	min-width: 1100px;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
#customer_header #search_col{
	background: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 980px;
	padding: 30px 40px 60px;
	max-width: 100%;
	box-shadow: 2px 2px 10px #000;
}
#customer_header #search_col h2 {
	font-size: 27px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-top: 40px;
	background: url(../img/title_icon.png) no-repeat top;
}
#customer_header #search_col h2 span {
	display: block;
	font-size: 10px;
}
#customer_header #close_search{
	font-size: 0;
	width: 50px;
	height: 50px;
	background: #000;
	position: absolute;
	right: 2px;
	top: 2px;
}
#customer_header #close_search:before,
#customer_header #close_search:after{
	content: '';
	width: 34px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 9px;
}
#customer_header #close_search:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_header #close_search:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#customer_header #close_search:hover{
	opacity: 0.75;
}
#customer_header #s_reserve{
	margin-bottom: 50px;
}
#customer_header #s_reserve li{
	float: left;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
}
#customer_header #s_reserve li .btn_planlist,
#customer_header #s_reserve li .btn_reserve,
#customer_header #s_reserve li .btn_calendar{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: 200px;
}
#customer_header #s_reserve li .btn_planlist:hover,
#customer_header #s_reserve li .btn_reserve:hover,
#customer_header #s_reserve li .btn_calendar:hover{
	text-decoration: none;
	opacity: 0.75;
}
#customer_header #s_reserve li .btn_planlist{
	background: #1e3605;
}
#customer_header #s_reserve li .btn_reserve{
	background: #8d987a;
}
#customer_header #s_reserve li .btn_calendar{
	background: #7a7e74;
}
#customer_header #s_reserve li .btn_confirm{
	text-decoration: underline;
	position: relative;
}
#customer_header #s_reserve li .btn_confirm:after{
	content: "";
	position: absolute;
	top: 8px;
	right: -13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_header #s_reserve li .btn_confirm:hover{
	text-decoration: none;
}
#customer_header #s_contact{
	text-align: center;
}
#customer_header #s_contact li{
	display: inline-block;
}


/* gnav
---------------------------------------- */

#customer_header #gnav {
	position: absolute;
	top: 80px;
	z-index: 100;
	right: 0;
	height: 0;
	background: rgba(255,255,255,0.9);
	padding: 0 70px 0 50px;
	font-size: 15px;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	overflow: hidden;
}
#customer_header #gnav_open:target #gnav {
	height: calc(100% - 80px);
	padding-top: 10px;
}
#customer_header #gnav li {
	border-bottom: 1px #b2b2b2 solid;
}
#customer_header #gnav li a {
	padding: 6px 30px 6px 5px;
	display: block;
	position: relative;
}
#customer_header #gnav li a:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_header #gnav li a:hover {
	background-color: rgba( 255, 255, 255, 0.6);
	text-decoration: none;
}


/* main_img
---------------------------------------- */

#customer_header #main_img {
	height: 450px;
	position: relative;
	background: url(../img/main_img.jpg) no-repeat center;
	background-size: cover;
}
#customer_header #main_img h1 {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	letter-spacing: 3px;
	text-shadow: #333 1px 1px 8px, #333 -1px 1px 8px, #333 1px -1px 8px, #333 -1px -1px 8px;
	text-align: center;
	width: 100%;
}
#customer_header #main_img h1 .main{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 32px;
	padding-right: 5px;
	line-height: 1.3;
}
#customer_header #main_img h1 .sub{
	display: block;
}


/* breadcrumb
---------------------------------------- */

#customer_header #breadcrumb {
	list-style: none;
	text-align: right;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	margin: 10px auto 35px auto;
}
#customer_header #breadcrumb li{
	display: inline-block;
}
#customer_header #breadcrumb li:not(:last-child):after{
	content: '>';
	margin: 0 10px;
}
#customer_header #breadcrumb li:last-child{
	text-decoration: underline;
}


/* ---------------------------------------------------
	customer_footer
------------------------------------------------------ */

#customer_footer #footer_wrap {
	margin: 100px 0 0;
}

/* pagetop
---------------------------------------- */
#customer_footer #pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 4;
	border: 1px #000 solid;
	width: 48px;
	height: 48px;
}
#customer_footer #pagetop a {
	display: block;
	text-align: center;
	font-size: 9px;
	background: rgba(255,255,255,0.75);
	height: 100%;
	position: relative;
	padding-top: 25px;
}
#customer_footer #pagetop a:hover{
	text-decoration: none;
}
#customer_footer #pagetop a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: -6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



#customer_footer #footer a {
	color: #fff;
}

/* f_top
---------------------------------------- */
#customer_footer #f_top{
	background: #000;
	background-image: url(../img/ft_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 30px;
}
#customer_footer #f_top .container > p:first-child {
	color: #fff;
	margin-bottom: 170px;
	text-align: center;
	font-size: 26px;
	letter-spacing: 5px;
}
#customer_footer #f_top .container > p:first-child span{
	display: block;
	font-size: 11px;
	margin-top: 5px;
	letter-spacing: 0;
}
#customer_footer #f_nav {
	float: left;
	width: 64%;
}
#customer_footer #f_nav ul {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	float: left;
}
#customer_footer #f_nav ul:nth-child(1){
	width: 16%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#customer_footer #f_nav ul:nth-child(2){
	width: 18%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#customer_footer #f_nav ul:nth-child(3){
	width: 21%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#customer_footer #f_nav ul:nth-child(4){
	width: 27%;
}
#customer_footer #f_nav ul li{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}
#customer_footer #f_nav ul li:not(:last-child){
	margin-bottom: 10px;
}
#customer_footer #f_nav ul li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#customer_footer #f_info{
	float: right;
	font-size: 0;
	width: 36%;
	text-align: right;
}
#customer_footer #f_info li{
	display: inline-block;
}
#customer_footer #f_info li:not(:last-child){
	margin-right: 6px;
}


/* f_bottom
---------------------------------------- */
#customer_footer #f_bottom{
	background: #e0e2dd;
	padding: 25px 0;
}
#customer_footer #f_logo {
	float: left;
}
#customer_footer #f_logo img {
	display: block;
	margin-bottom: 15px;
}
#customer_footer #f_logo address{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
}
#customer_footer #f_logo address span {
	display: block;
	line-height: 1.8;
}
#customer_footer #f_contact{
	float: left;
	margin-left: 155px;
}
#customer_footer #f_contact li:not(:last-child){
	margin-bottom: 10px;
}
#customer_footer #f_reserve{
	float: right;
	width: 400px;
}
#customer_footer #f_reserve a{
	text-decoration: none;
}
#customer_footer #f_reserve li{
	text-align: center;
}
#customer_footer #f_reserve li:nth-child(1){
	float: left;
	width: 60%;
	padding-right: 5px;
}
#customer_footer #f_reserve li:nth-child(2){
	float: right;
	width: 40%;
}
#customer_footer #f_reserve li:nth-child(3){
	float: right;
	width: 40%;
}
#customer_footer #f_reserve li:nth-child(4){
	padding-top: 85px;
}
#customer_footer #f_reserve li .btn_planlist{
	display: block;
	background: #1e3605;
	height: 75px;
	line-height: 75px;
	font-size: 15px;
}
#customer_footer #f_reserve li .btn_planlist:hover{
	opacity: 0.75;
}
#customer_footer #f_reserve li .btn_reserve{
	display: block;
	background: #8d987a;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 13px;
}
#customer_footer #f_reserve li .btn_reserve:hover{
	opacity: 0.75;
}
#customer_footer #f_reserve li .btn_calendar{
	display: block;
	background: #7a7e74;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
#customer_footer #f_reserve li .btn_calendar:hover{
	opacity: 0.75;
}
#customer_footer #f_reserve li .btn_confirm{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: underline;
	color: #000;
	position: relative;
	font-size: 12px;
}
#customer_footer #f_reserve li .btn_confirm:after{
	content: "";
	position: absolute;
	top: 5px;
	right: -13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_footer #f_reserve li .btn_confirm:hover{
	text-decoration: none;
}

#customer_footer #copyright {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	padding: 9px 0;
	text-align: center;
	font-size: 9px;
}




/* ---------------------------------------------------
	clearfix
------------------------------------------------------ */

#customer_header #header:after,
#customer_header #nav_wrap:after,
#customer_header #gnav ul:after,
#customer_header #s_reserve:after,
#customer_footer .container:after,
#customer_footer #f_nav:after,
#customer_footer #f_nav ul:after,
#customer_footer #f_bottom:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}