@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;
}

/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body {
	min-width: 1230px;
	background: #fff;
	color: #000;
}

@media screen and (orientation:landscape) {
	body {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
}

#customer_header {
	min-height: 345px;
	background: url(../img/main_img.jpg) no-repeat center top;
	background-size: auto 100%;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#customer_header #sp-tel,
#customer_header .v-sp {
	display: none;
}

#customer_header #header_wrap {
	height: 80px;
	background: rgba(20, 19, 17, 0.95);
}

#customer_header header {
	margin: 0 auto;
	padding: 0;
	width: 1230px;
}

#customer_header #top-logo a {
	display: block; margin: 5px 0 0; padding: 0; width: 140px; height: 63px; overflow: hidden;
	background: url(https://akarinoyadotogetsu.com/images/logo2.png) left top no-repeat;
}

#customer_header #top-logo a span {
	display: none;
}

#customer_header .navbar-default {
	background: none !important;
	border: none !important;
}

#customer_header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#customer_header .navbar-default .navbar-nav>li>a:hover,
#customer_header .navbar-default .navbar-nav>li>a:focus {
	color: #da9b31;
}

#customer_header .navbar {
	margin-bottom: 0px;
}

#customer_header .navbar-nav {
	margin-top: 13px;
}

#customer_header li a.booking {
	background: #a40a5e;
	padding: 5px 10px;
	margin-top: 10px;
}

#customer_header li a:hover.booking {
	color: #e6e6e6 !important;
	background: none;
}

@media (max-width: 1200px) {
	#customer_header header {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#customer_header #header_wrap {
		height: auto; min-height: 80px;
	}

	#customer_header header {
		padding: 18px 0 14px;
		box-sizing: border-box;
	}

	#customer_header #top-logo a{
		margin: 0 0 0 6px;
		width: 120px;
		background-size: 120px auto;
	}

	#customer_header .navbar-header{
		float: none !important;
		position: relative;
	}

	#customer_header .navbar-right,
	#customer_header .navbar-nav > li{
		float: none !important;
	}

	#customer_header li a.booking {
		padding: 10px 15px;
	}

	#customer_header #sp-tel {
		display: block;
		position: absolute;
		top: 50%;
		right: 70px;
		color: #fff;
		font-size: 30px;
		z-index: 500;
		transform: translateY(-60%) translateX(0);
		-webkit- transform: translateY(-60%) translateX(0);
	}

	#customer_header #sp-tel a:link {
		color: #fff;
	}

	#customer_header .navbar-collapse {
		clear: both;
		position: absolute;
		right: 0;
		left: 0;
		top: 77px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
		opacity: 0;
		visibility: hidden;
		border-top-color: #000;
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px);
		-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
		transition: opacity 0.5s, -webkit-transform 0.5s;
		transition: opacity 0.5s, transform 0.5s;
		transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
		background: rgba(0, 0, 0, 0.80);
		z-index: 99999;
	}

	#customer_header:target .navbar-collapse {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	#customer_header .menu-icon {
		display: block;
		top: 50%;
		right: 15px;
		position: absolute;
		padding: 8px 11px;
		width: 44px;
		height: 34px;
		border: 1px solid #fff;
		border-radius: 4px;
		box-sizing: border-box;
		transform: translateY(-60%) translateX(0);
		-webkit- transform: translateY(-60%) translateX(0);
	}

	#customer_header .menu-icon .menu-trigger,
	#customer_header .menu-icon .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	#customer_header .menu-icon .menu-trigger {
		position: relative;
		width: 24px;
		height: 14px;
	}

	#customer_header .menu-icon .menu-trigger span {
		position: absolute;
		width: 22px;
		height: 2px;
		border-radius: 0px;
		background-color: rgba(255, 255, 255, 0.7);
	}

	#customer_header .menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	#customer_header .menu-trigger span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px;
	}

	#customer_header .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	#customer_header #close_menu {
		display: none;
	}

	#customer_header:target header {
		border-bottom: 0;
	}

	#customer_header:target #menu {
		display: none;
	}

	#customer_header:target #close_menu {
		display: block;
		background-color: #a40b5d;
	}

	#customer_header .v-sp {
		display: block;
	}
}


/* Footer
------------------------------------------------------ */
#customer_footer #footer_wrap {
	margin: 0;
	padding: 50px 0 0;
	width: 100%;
	background: #231551;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#customer_footer footer {
	margin: 0 auto;
	padding: 0;
	width: 1170px;
	color: #ac9105;
}

#customer_footer #ft_logo {
	padding: 0 15px;
	width: 390px;
	float: left;
	box-sizing: border-box;
}

#customer_footer #foot-logo {
	margin-bottom: 15px;
}

#customer_footer address {
	color: #fff;
	font-size: 13.5px;
}

#customer_footer .f_nav {
	padding: 0 15px;
	width: 195px;
	float: left;
	box-sizing: border-box;
}

#customer_footer .f_nav h3 {
	margin: 0 0 15px;
	color: #ac9105;
	font-size: 24px;
}

#customer_footer .f_nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#customer_footer .f_nav ul li {
	margin-bottom: 8px;
	font-family: "Noto Sans Japanese", メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#customer_footer .f_nav ul li a {
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#customer_footer .f_nav ul li a:hover {
	color: #ac9105;
}

#customer_footer .arrow3 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

#customer_footer .arrow3:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #ac9105;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

#customer_footer .arrow3:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #fff;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;
}

#customer_footer .copyright {
	margin-top: 2.5em;
	padding: 0.3em 0;
	text-align: center;
	background: rgba(10, 10, 10, 0.8);
}

#customer_footer .copyright p {
	margin: 0;
	padding: 5px 0 3px;
	color: #fff;
	font-size: 11px;
}


@media screen and (max-width: 768px) {

	#customer_footer footer {
		width: 100%;
	}

	#customer_footer #ft_logo {
		width: 100%;
		float: none;
		text-align: center;
	}

	#customer_footer .f_nav {
		display: none;
	}

}


/* clear
------------------------------------------------------ */
#customer_header:after,
#customer_header header:after,
#customer_footer:after,
#customer_footer footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



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