@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#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; font-weight: normal;}

#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_header em,
#customer_footer em { font-style: normal;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body { min-width: 1100px; background: #fff;}
body::after {
	opacity: 1;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 120;
	pointer-events: none;
	-webkit-animation: mask .8s forwards;
	animation: mask .8s forwards;
}

@-webkit-keyframes mask {
	from { opacity: 1;}
	to { opacity: 0;}
}
@-o-keyframes mask {
	from { opacity: 1;}
	to { opacity: 0;}
}
@-moz-keyframes mask {
	from { opacity: 1;}
	to { opacity: 0;}
}
@keyframes mask {
	from { opacity: 1;}
	to { opacity: 0;}
}

#customer_header,
#customer_footer {
	font-size: 16px; font-weight: normal; line-height: 1.8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN","HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
}

#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}

#customer_header #header,
#customer_header #gnav ul,
#customer_footer #footer {
	width: 1100px; max-width: 100%; padding: 0; margin: 0 auto;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}

#customer_header a,
#customer_footer a { color: #000; text-decoration: none;}
#customer_header a:focus,
#customer_footer a:focus{ outline: 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 img,
#customer_footer img { max-width: 100%;}

#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 { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}


#customer_header .container,
#customer_footer .container{
	width: 1100px;
	padding: 0 10px !important;
	margin: 0 auto;
	position: relative;
}

#customer_header .sp,
#customer_footer .sp{ display: none;}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 600px) {
	body { min-width: 0;}

	#customer_header .container,
	#customer_footer .container{
		width: 100%;
		padding: 0 15px !important;
		margin: 0 auto;
		position: relative;
	}

	#customer_header .pc,
	#customer_footer .pc{ display: none;}
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#customer_header #header{
	background: #fff;
	width: 100%;
	min-width: 1100px;
	box-shadow: 0 1px 3px #eee;
}
#customer_header #header .container{
	height: 100px;
}
#customer_header #h_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-66px, -40px);
	-ms-transform:translate(-66px, -40px);
	transform: translate(-66px, -40px);
}
#customer_header #h_nav {
	float: left;
	margin-top: 35px;
	font-size: 15px;
}
#customer_header #h_nav ul li{
	display: inline-block;
	position: relative;
}
#customer_header #h_nav ul li + li{
	margin-left: 25px;
}
#customer_header #h_nav ul li a{
	position: relative;
	display: block;
}
#customer_header #h_nav ul li a:hover{
	text-decoration: none;
}
#customer_header #h_nav ul li a:hover:after{
	content: '';
	width: 100%;
	height: 3px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}
#customer_header #h_reserve{
	float: right;
	position: relative;
	margin-top: 15px;
}
#customer_header #h_reserve ul li:nth-child(1){
	width: 212px;
	height: 40px;
	text-align: center;
	border: 1px #9f9f9f solid;
	line-height: 39px;
	position: absolute;
	right: calc(100% + 15px);
	top: 0px;
}
#customer_header #h_reserve ul li:nth-child(1) a{
	display: block;
}
#customer_header #h_reserve ul li:nth-child(1) a:hover{
	text-decoration: none;
	opacity: 0.75;
}
#customer_header #h_reserve .btn_confirm{
	font-size: 13px;
	color: #735b22;
	padding-left: 8px;
	position: relative;
}
#customer_header #h_reserve .btn_confirm:before{
	position: absolute;
	content: '';
	border-top: 1px solid #b8b1a1;
	border-right: 1px solid #b8b1a1;
    width: 5px;
	height: 5px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: -2px;
	top: 50%;
}
#customer_header #h_reserve ul li:nth-child(2){
	color: #6b5b0d;
	font-size: 13px;
}
#customer_header #h_reserve ul li:nth-child(2) span{
	color: #6b5b0d;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#customer_header #h_reserve ul li:nth-child(2) img{
	vertical-align: middle;
}
#customer_header #h_reserve ul li:nth-child(3){
	font-size: 26px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#customer_header #sp_header,
#customer_header #fixed_nav,
#customer_header #sp_menu { display: none;}

@media screen and (max-width: 600px) {
	#customer_header #header{
		min-width: 100%;
		height: 70px;
		box-shadow: 0 0 10px #aaa;
	}
	#customer_header #header .container{
		height: 70px;
	}
	#customer_header #h_logo {
		width: 150px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#customer_header #h_logo img.sp{
		display: block;
	}
	#customer_header #h_nav{
		display: none;
	}
	#customer_header #h_reserve{
		display: none;
	}
	#customer_header #sp_header{
		display: block;
		padding: 10px 10px 8px;
	}
	#customer_header #sp_header p{
		float: left;
	}
	#customer_header #sp_header p a{
		display: block;
		font-size: inherit;
	}
	#customer_header #sp_header p span{
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		line-height: 1;
		color: #6b5b0d;
		font-size: 12px;
	}
	#customer_header #sp_header p img{
		width: 64px;
		vertical-align: middle;
	}
	#customer_header #sp_header .tel-link{
		float: right;
		font-size: 22px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 320px) {
	#customer_header #sp_header p span{
		font-size: 10px;
	}
	#customer_header #sp_header p img {
		width: 60px;
	}
	#customer_header #sp_header a {
		font-size: 20px;
	}
	#customer_header #sp_header .tel-link{
		font-size: 21px;
	}
}


/* ---------------------------------------------------
	fixed_nav
------------------------------------------------------ */
@media screen and (max-width: 600px) {
	#customer_header #fixed_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #f9f8f2;
		z-index: 115;
		border-top: 1px solid #c5c3b3;
	}
	#customer_header #fixed_nav ul {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#customer_header #fixed_nav li {
		display: table-cell;
		vertical-align: bottom;
	}
	#customer_header #fixed_nav li:nth-child(2),
	#customer_header #fixed_nav li:nth-child(3){
		width: 75px;
		border-right: 1px solid #c5c3b3;
	}
	#customer_header #fixed_nav li:nth-child(1){
		background: #4a5d4e;
		border-right: 1px solid #c5c3b3;
	}
	#customer_header #fixed_nav li:nth-child(1) a{
		color: #fff;
	}
	#customer_header #fixed_nav li:nth-child(4){
		width: 75px;
	}
	#customer_header #fixed_nav li:nth-child(4) a{
		color: #8b8128;
	}
	#customer_header #fixed_nav li:nth-child(4) a span{
		height: 4px;
		width: 44px;
		display: block;
		background: #8b8128;
		margin: 0 auto 7px auto;
	}
	#customer_header #fixed_nav a {
		display: block;
		padding-top: 13px;
		text-align: center;
		color: #627666;
		font-size: 13px;
		line-height: 1;
		height: 70px;
	}
	#customer_header #fixed_nav a:hover{
		text-decoration: none;
	}
	#customer_header #fixed_nav img {
		height: 30px;
		display: block;
		margin: 0 auto 5px auto;
	}
}
@media screen and (max-width: 320px) {
	#customer_header #fixed_nav a {
		font-size: 11px;
	}
}


/* ---------------------------------------------------
	sp_menu
------------------------------------------------------ */

@media screen and (max-width: 600px) {
	#customer_header #sp_menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 70px);
		background: #fff;
		z-index: 115;
		padding: 20px;
		overflow-y: scroll;
		text-align: center;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	#customer_header #sp_menu:target {
		opacity: 1;
		pointer-events: auto;
	}
	#customer_header #sp_logo{
		margin-bottom: 20px;
		display: inline-block;
	}
	#customer_header #sp_sns{
		text-align: center;
		font-size: 0;
		margin-bottom: 20px;
	}
	#customer_header #sp_sns li{
		width: 34px;
		display: inline-block;
	}
	#customer_header #sp_sns li + li{
		margin-left: 30px;
	}
	#customer_header #close_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
	}
	#customer_header #close_top span{
		height: 3px;
		width: 80%;
		display: block;
		background: #424242;
		margin: 0 auto;
		position: absolute;
		left: 10%;
	}
	#customer_header #close_top span:nth-child(1){
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 25px;
	}
	#customer_header #close_top span:nth-child(2){
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 25px;
	}
	#customer_header #sp_reserve p{
		margin-bottom: 10px;
		color: #8a7600;
	}
	#customer_header #sp_reserve p img{
		margin-left: 5px;
		width: 90px;
	}
	#customer_header #sp_reserve a{
		background: #415044;
		text-align: center;
		display: block;
		padding: 10px 0;
		color: #fff;
		margin-bottom: 10px;
	}
	#customer_header #sp_reserve a.btn_confirm{
		font-size: 13px;
		color: #735b22;
		padding: 0;
		position: relative;
		background: none;
	}
	#customer_header #sp_nav1 li{
		border-bottom: 1px #aaa solid;
	}
	#customer_header #sp_nav1 li a{
		display: block;
		padding: 10px 20px;
		text-align: left;
		background: url(../img/sp_arrow.png) no-repeat;
		background-position: right 10px center;
		background-size: 5px;
	}
	#customer_header #sp_nav2{
		font-size: 0;
		margin-bottom: 20px;
	}
	#customer_header #sp_nav2 li{
		border-bottom: 1px #aaa dotted;
		font-size: 14px;
		display: inline-block;
		width: 50%;
	}
	#customer_header #sp_nav2 li:last-child{
		width: 100%;
	}
	#customer_header #sp_nav2 li a{
		display: block;
		padding: 7px 20px;
		text-align: left;
	}
	#customer_header #sp_tel{
		margin-bottom: 30px;
	}
	#customer_header #sp_tel p{
		font-size: 18px;
	}
	#customer_header #sp_tel .tel-link{
		font-size: 26px;
		line-height: 1;
	}
	#customer_header #sp_tel .tel-link em{
		font-size: 40px;
	}
	#customer_header #sp_tel .time {
		font-size: 14px;
	}
	#customer_header #close_bottom {
		width: 50px;
		height: 55px;
		margin: 0 auto 10px;
		display: block;
		position: relative;
	}
	#customer_header #close_bottom span:not([class]) {
		height: 3px;
		width: 80%;
		display: block;
		background: #424242;
		margin: 0 auto;
		position: absolute;
		left: 10%;
	}
	#customer_header #close_bottom span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 25px;
	}
	#customer_header #close_bottom span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 25px;
	}
	#customer_header #close_bottom .close_text{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 1;
		font-size: 12px;
		color: #424242;
	}

	#customer_header #close_fixed {
		display: block;
		width: 75px;
		height: 70px;
		position: fixed;
		bottom: 0;
		right: 0;
	}
}
@media screen and (max-width: 320px) {
	#customer_header #sp_nav2 li a {
		padding: 7px 5px;
	}
}

#customer_header #main_tit{
	color: #bdad8a;
	font-size: 50px;
	text-align: center;
	line-height: 1.3;
	padding-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
#customer_header #main_tit span{
	color: #000;
	font-size: 26px;
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 600px) {
	#customer_header #main_tit{
		font-size: 40px;
		padding: 40px 0 30px;
		margin-bottom: 30px;
		letter-spacing: 0;
	}
	#customer_header #main_tit span{
		color: #000;
		font-size: 20px;
		display: block;
		font-weight: normal;
	}
}



/* Footer
------------------------------------------------------ */
#customer_footer #pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	z-index: 110;
}
#customer_footer #pagetop a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
	border-radius: 50%;
	text-align: center;
	border: 1px #836f53 solid;
	border-radius: 50%;
	background: #fff;
}
#customer_footer #pagetop a:hover{
	opacity: 0.75;
}
#customer_footer #footer {
	width: 100%;
}
#customer_footer #f_link{
	background: #415044;
	text-align: center;
	padding: 35px 0 130px;
}
#customer_footer #f_link ul{
	margin-top: 70px;
	width: 100%;
}
#customer_footer #f_link ul li{
	float: left;
	width: 25%;
	position: relative;
}
#customer_footer #f_link ul li + li{
	border-left: 1px #fff dotted;
}
#customer_footer #f_link ul li + li:before,
#customer_footer #f_link ul li + li:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	left: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_footer #f_link ul li + li:before {
	top: 0;
}
#customer_footer #f_link ul li + li:after {
	bottom: 0;
}
#customer_footer #f_link ul li h2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
	color: #fff;
	letter-spacing: 6px;
	margin-bottom: 20px;
	line-height: 1;
}
#customer_footer #f_link ul li p{
	color: #fff;
	line-height: 1.3;
	margin-top: 15px;
	height: 50px;
}
#customer_footer #f_link ul li:nth-child(3) p{
	padding-top: 10px;
}
#customer_footer #f_link ul li a{
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	width: 140px;
	margin: 0 auto;
	color: #d9c49f;
	border: 1px #d9c49f solid;
	letter-spacing: 2px;
	background: url(../img/button_arrow3.png) no-repeat right;
}
#customer_footer #f_link ul li a:hover{
	opacity: 0.75;
	text-decoration: none;
}
#customer_footer #f_menu{
	padding: 60px 0 80px;
}
#customer_footer #f_nav{
	float: left;
	width: 66%;
	font-size: 0;
}
#customer_footer .acc_tit {
	display: none;
}
#customer_footer #f_nav ul {
	width: 33.3%;
	float: left;
}
#customer_footer #f_nav ul li{
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 6px;
}
#customer_footer #f_reserve{
	float: right;
	width: 34%;
}
#customer_footer #f_reserve .btn_reserve{
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	background: #415044;
	position: relative;
	margin-bottom: 10px;
}
#customer_footer #f_reserve .btn_reserve:after {
	position: absolute;
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 7px;
	height: 7px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	right: 25px;
	top: 50%;
}
#customer_footer #f_reserve .btn_reserve:hover{
	opacity: 0.75;
	text-decoration: none;
}
#customer_footer #f_reserve .btn_confirm{
	font-size: 13px;
	color: #735b22;
	padding-left: 15px;
	position: relative;
	margin-left:5px;
}
#customer_footer #f_reserve .btn_confirm:before {
	position: absolute;
	content: '';
	border-top: 1px solid #b8b1a1;
	border-right: 1px solid #b8b1a1;
	width: 5px;
	height: 5px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 0;
	top: 50%;
}
#customer_footer #f_reserve ul{
	margin-top: 30px;
}
#customer_footer #f_reserve ul li {
	display: inline-block;
	font-size: 15px;
	padding-left: 35px;
}
#customer_footer #f_reserve ul li:nth-child(1) {
	background: url(../img/equip_wifi.png) no-repeat left;
	margin-right: 30px;
}
#customer_footer #f_reserve ul li:nth-child(2) {
	background: url(../img/equip_nosmoke.png) no-repeat left;
}
#customer_footer #f_reserve p{
	font-size: 13px;
}
#customer_footer #f_reserve p br{
	display: none;
}
#customer_footer #f_info{
	background: #000;
	text-align: center;
	color: #fff;
	padding: 30px 0 90px;
}
#customer_footer #f_info ul{
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}
#customer_footer #f_info ul li{
	display: inline-block;
}
#customer_footer #f_info ul li + li{
	margin-left: 20px;
}
#customer_footer #f_info .tel-link{
	margin: 25px 0;
	display: inline-block;
	font-size: 33px;
	color: #fff;
	pointer-events: none;
}
#customer_footer #f_info .tel-link span {
	display: block;
	font-size: 14px;
}
#customer_footer #f_info address {
	line-height: 1.8;
	margin-bottom: 0;
}
#customer_footer #f_info address p span {
	margin-right: 0.5em;
}
#customer_footer #f_info address p:nth-child(1){
	font-size: 18px;
}
#customer_footer #f_info address p:nth-child(2){
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1;
}
#customer_footer #f_info .in_out {
	display: flex;
	justify-content: center;
	font-size: 14px;
}
#customer_footer #f_info .in_out > div {
	display: flex;
}
#customer_footer #f_info .in_out > div dd {
	margin-left: 5px;
}
#customer_footer #f_info .in_out > div:nth-child(1)::after {
	content: '/';
	margin: 0 10px;
}
#customer_footer #copyright{
	color: #856d33;
	font-size: 12px;
	margin-top: 40px;
}

@media screen and (max-width: 600px) {
	#customer_footer #pagetop {
		bottom: 80px;
		width: 50px;
		height: 50px;
	}
	#customer_footer #f_logo img{
		width: 200px;
	}
	#customer_footer #f_link{
		padding-bottom: 20px;
	}
	#customer_footer #f_link ul{
		margin-top: 40px;
	}
	#customer_footer #f_link ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	#customer_footer #f_link ul li h2{
		font-size: 28px;
	}
	#customer_footer #f_link ul li p{
		font-size: 12px;
	}
	#customer_footer #f_link ul li:nth-child(odd){
		padding-right: 10px;
	}
	#customer_footer #f_link ul li:nth-child(even){
		padding-left: 10px;
	}
	#customer_footer #f_link ul li:nth-child(3){
		clear: both;
		border-left: none;
	}
	#customer_footer #f_link ul li:nth-child(3):before,
	#customer_footer #f_link ul li:nth-child(3):after{
		content: none;
	}
	#customer_footer #f_menu{
		padding: 30px 0;
	}
	#customer_footer #f_nav{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#customer_footer #f_nav .acc_tit{
		display: block;
		font-size: 20px;
		height: 55px;
		line-height: 55px;
		color: #fff;
		text-align: center;
		font-size: 17px;
		background: #415044;
		position: relative;
	}
	#customer_footer #f_nav .acc_tit:after {
		position: absolute;
		content: '';
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 7px;
		height: 7px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		right: 25px;
		top: 25px;
	}
	#customer_footer #f_nav .acc_contents{
		margin-top: 20px;
	}
	#customer_footer #f_nav ul {
		width: 100%;
		float: none;
	}
	#customer_footer #f_nav ul li{
		display: block;
		width: 100%;
	}
	#customer_footer #f_nav ul li a{
		display: block;
		font-size: 16px;
	}
	#customer_footer #f_reserve{
		float: none;
		width: 100%;
	}
	#customer_footer #f_reserve ul{
		text-align: center;
	}
	#customer_footer #f_reserve ul li:nth-child(1) {
		margin-right: 15px;
	}
	#customer_footer #f_reserve p{
		text-align: center;
	}
	#customer_footer #f_reserve p br{
		display: inline;
	}
	#customer_footer #f_info ul{
		margin-bottom: 0;
	}
	#customer_footer #f_info .tel-link{
		margin: 15px 0;
		pointer-events: auto;
	}
	#customer_footer #f_info address p span {
		display: block;
		margin-right: 0;
	}
	#customer_footer #f_info address p:nth-child(2){
		font-size: 14px;
		padding-top: 10px;
		line-height: 1.5;
	}
	#customer_footer #f_info .in_out {
		display: block;
	}
	#customer_footer #f_info .in_out > div {
		justify-content: center;
	}
	#customer_footer #f_info .in_out > div:nth-child(1)::after {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	#customer_footer #f_link ul li h2 {
		font-size: 24px;
	}
	#customer_footer #f_link ul li p {
		font-size: 11px;
	}
	#customer_footer #f_link ul li a{
		width: 100%;
	}
}


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

#customer_header #header:after,
#customer_header #sp_header:after,
#customer_header #gnav ul:after,
#customer_header #contents_wrap:after,
#customer_header #footer:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}


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



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