@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 {
	margin: 0;
}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li {
	padding: 0;
	margin: 0;

	list-style-type: none;
}

#customer_header dl,
#customer_footer dl {
	padding: 0;
	margin: 0;
}

#customer_header p,
#customer_footer p {
	padding: 0;
	margin: 0;
}

#customer_footer address {
	padding: 0;
	margin: 0;
}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */

/* ---------------------------------------------------
	clear
------------------------------------------------------ */

#customer_header #header_wrap:after,
#customer_header #header:after,
#customer_header #gnav:after,
#customer_header #gnav ul:after,
#customer_header #breadcrumbs:after,
#customer_footer #f_nav_col .inner:after,
#customer_footer #f_nav:after,
#customer_footer #f_reserve:after,
#customer_footer #f_info .inner:after,
#customer_footer #f_info .inner div:after,
#customer_footer #f_reserve ul:after {
	display: block;

	clear: both;
	content: "";
}


/* ---------------------------------------------------
	base
------------------------------------------------------ */
#webc_con .webc_pagetop { display: none !important; }

body {
	min-width: 1100px;

	background: #000;
}

#customer_header,
#customer_footer {
	background: #000;
	color: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

#customer_header {
	position: relative;
}
#customer_footer {
	margin-top: 80px;
}

#customer_header #header_wrap,
#customer_footer #footer_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}

#customer_header a,
#customer_footer a {
	color: #a2a2a2;
	text-decoration: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	color: #a2a2a2;
	text-decoration: underline;
}
#customer_header a:hover img,
#customer_footer a:hover img {
	opacity: 0.75;
}

#customer_header img,
#customer_footer img {
	max-width: 100%;
}


/* Header
------------------------------------------------------ */
#customer_header #header_wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	background: url(../img/header_bg.png) repeat-x top center;
}
#customer_header #header {
	width: 1100px;
	margin: 0 auto;
}
#customer_header #header .h_logo {
	float: left;
	padding: 17.5px 28px 29.5px;
	position: absolute;

	background: url(../img/h_logo_bg.png)no-repeat center bottom;
}


/* gnav */
#customer_header #gnav ul {
	width: 870px;
	float: right;
}
#customer_header #gnav li {
	float: left;
}
#customer_header #gnav li:hover {
	background: rgba(0,0,0,0.4);
	text-decoration: none;
}
#customer_header #gnav li a {
	display: block;
	height: 0;
	padding: 60px 0 0;

	box-sizing: border-box;
	color: #fff;
	text-indent: -9999px;
}

#customer_header #gn_01 {
	width: 9.5%;
}
#customer_header #gn_02 {
	width: 9.5%;
}
#customer_header #gn_03 {
	width: 9.5%;
}
#customer_header #gn_04 {
	width: 12.7%;
}
#customer_header #gn_05 {
	width: 12.7%;
}
#customer_header #gn_06 {
	width: 16%;
}
#customer_header #gn_07 {
	width: 16%;
}

#customer_header #gn_01 a {
	background: url(../img/gnav_1.png) no-repeat center center;
}
#customer_header #gn_02 a {
	background: url(../img/gnav_2.png) no-repeat center center;
}
#customer_header #gn_03 a {
	background: url(../img/gnav_3.png) no-repeat center center;
}
#customer_header #gn_04 a {
	background: url(../img/gnav_4.png) no-repeat center center;
}
#customer_header #gn_05 a {
	background: url(../img/gnav_5.png) no-repeat center center;
}
#customer_header #gn_06 a {
	background: url(../img/gnav_6.png) no-repeat center center;
}
#customer_header #gn_07 a {
	background: url(../img/gnav_7.png) no-repeat center center;
}

#customer_header #gn_lg {
	width: 14%;
}
#customer_header #gn_lg a {
	height: 0;
	padding: 60px 0 0;

	background: url(../img/gnav_en.png)no-repeat center,#000;
}
#customer_header #gn_lg a:hover {
	background: url(../img/gnav_en.png)no-repeat center,#2f2c27;
}


/* breadcrumb */
#customer_header #slide {
	min-width: 1100px;
	height: 470px;

	background: url(../img/title_bg.jpg)no-repeat center top;
	background-size: cover;
}
#customer_header #breadcrumb {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	margin: 5px auto 25px;
	position: absolute;
	top: 60px;
	right: 3%;
	z-index: 99;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#customer_header #breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 1.6;
}
#customer_header #breadcrumb li:before {
	display: inline-block;
	margin: 0 5px;
	content: ">";
}
#customer_header #breadcrumb li:first-child:before {
	display: none;
}
#customer_header #breadcrumb a {
	color: #fff;
}
#customer_header #breadcrumb a:hover {
	text-decoration: underline;
}

#customer_header h1 {
	min-width: 1100px;
	padding: 50px 0 50px;

	background: #000;
	text-align: center;
}
#customer_header h1 span {
	display: block;
	padding-top: 20px;
}


/* Footer
------------------------------------------------------ */
#customer_footer .arrow {
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;

	color: #000;
	font-size: 15px;
	text-decoration: none;
	vertical-align: middle;
}
#customer_footer .arrow::before,
#customer_footer .arrow::after {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;

	content: "";
	vertical-align: middle;
}

/* f_info */
#customer_footer #f_info {
	min-width: 1100px;
	padding: 40px 0;

	background: url(../img/f_info_bg.jpg) repeat top center;
}
#customer_footer #f_info .inner {
	width: 1100px;
	margin: 0 auto;

	color: #fff;
}
#customer_footer #f_info .inner div {
	width: 50%;
	float: left;
	padding: 10px 3%;

	box-sizing: border-box;
}

#customer_footer #f_info .inner div:nth-of-type(1) p {
	float: left;

	font-size: 20px;
}
#customer_footer #f_info .inner div:nth-of-type(1) p span {
	display: block;

	font-size: 19px;
}
#customer_footer #f_info .inner div:nth-of-type(2) {
	border-left: 1px solid #505050;
}
#customer_footer #f_info .inner div:nth-of-type(2) p {
	float: left;

	font-size: 16px;
}
#customer_footer #f_info .inner div:nth-of-type(2) p .tel-link {
	color: #fff;
	font-size: 29px;
}

#customer_footer #f_info .inner div > img {
	float: left;
	padding-right: 5%;
}
#customer_footer #f_info .inner div > a {
	float: right;
	margin-top: 10px;

	text-align: center;
}
#customer_footer #f_info .inner div > a:hover {
	text-decoration: none;
}
#customer_footer #f_info .inner div > a .arrow {
	display: block;
	padding: 6px 12px 6px 0;

	color: #a1a1a1;
	font-size: 14px;
}
#customer_footer #f_info .inner div > a .arrow:before {
	width: 6px;
	height: 6px;
	left: inherit;
	right: 3px;

	border-right: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* footer */
#customer_footer #page_top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;

	cursor: pointer;
}
#customer_footer #page_top a {
	display: block;
	width: 63px;
	height: 63px;
}
#customer_footer #page_top span {
	display: none;
}


#customer_footer #footer_wrap {
	min-width: 1100px;

	background: url(../img/f_bg1.gif);
}
#customer_footer #f_logo {
	width: 1100px;
	padding: 40px 0;
	margin: 0 auto;

	text-align: center;
}
#customer_footer #f_logo address {
	padding-top: 20px;

	color: #5c5c5c;
	line-height: 1.7;
}

#customer_footer #f_nav_col {
	padding: 40px 0;

	background: url(../img/f_bg2.gif);
}
#customer_footer #f_nav_col .inner {
	width: 1100px;
	margin: 0 auto;
}
#customer_footer #f_nav_col .acc_tit {
	display: none;
}

#customer_footer #f_nav {
	float: left;
}
#customer_footer #f_nav ul {
	width: 258px;
	float: left;
	padding-top: 5px;

	box-sizing: border-box;
}
#customer_footer #f_nav ul:nth-of-type(3) {
	min-height: 246px;
	padding-left: 40px;

	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
#customer_footer #f_nav li {
	padding-left: 15px;
	margin-bottom: 8px;

	background: url(../img/f_nav_arrow.gif)no-repeat left 0.5em;
}

#customer_footer #f_reserve {
	width: 296px;
	float: right;
}
#customer_footer #f_reserve li + li {
	padding-top: 5px;
}
#customer_footer #f_reserve li:nth-child(4) {
	float: left;
	margin-top: 8px;
}
#customer_footer #f_reserve li:nth-child(5) {
	float: right;
	margin-top: 8px;
}
#customer_footer #f_reserve li:nth-child(6) {
	clear: both;
}

#customer_footer #copyright {
	padding: 5px 0;

	background: #000;
	clear: both;
	color: #efefef;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}
#customer_footer #footer a:link,
#customer_footer #footer a:visited {
	color: #000;
	text-decoration: none;
}
#customer_footer #footer a:hover,
#customer_footer #footer a:active {
	color: #000;
	text-decoration: underline;
}


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */