@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
body {
	min-width: 1120px;
	min-height: 100vh;
	color: #623023;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
}

#customer_header,
#customer_footer { font-weight: normal; font-size: 16px; -webkit-text-size-adjust: 100%;}


#customer_header *,
#customer_footer * { /* -webkit-box-sizing: content-box; box-sizing: content-box;*/ font-family: serif; line-height: 2;}

#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 dt,
#customer_footer dt { font-weight: normal;}

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


#customer_header a,
#customer_footer a {
	color: #623023;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#customer_header a img,
#customer_footer a img {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#customer_header a:focus,
#customer_footer a:focus {
	outline: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	text-decoration: underline;
}
#customer_header a:hover img,
#customer_footer a:hover img {
	opacity: 0.75;
}
#customer_header em,
#customer_footer em {
	font-style: normal;
}
#customer_header table,
#customer_footer table {
	width: 100%;
	border-collapse: collapse;
}
#customer_header table th,
#customer_footer table th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}
#customer_header table td,
#customer_footer table td {
	vertical-align: middle;
	text-align: left;
}
#customer_header .container,
#customer_footer .container {
	width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
#customer_header .tel-link:hover,
#customer_footer .tel-link:hover {
	text-decoration: none;
}
#customer_header .gothic,
#customer_footer .gothic {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','Osaka','Verdana','Helvetica','Arial','ＭＳ Ｐゴシック', sans-serif;
}
#customer_header .sp,
#customer_footer .sp {
	display: none !important;
}
#customer_header .button,
#customer_footer .button {
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	background: url(../../common/img/button_arrow_white.png) no-repeat right 5px top 20px #a48414;
	color: #ffffff;
	font-size: 16px;
}
#customer_header .button:hover,
#customer_footer .button:hover {
	opacity: 0.75;
}

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

@media screen and (max-width: 600px) {
	body {
		min-width: 0;
	}
	#customer_header .container,
	#customer_footer .container {
		width: 94%;
		padding: 0;
	}
	#customer_header .pc,
	#customer_footer .pc {
		display: none !important;
	}
	#customer_header .sp,
	#customer_footer .sp {
		display: block !important;
	}

	#customer_header .acc_tit,
	#customer_footer .acc_tit { display: block;}
}


/* ---------------------------------------------------
  Header
------------------------------------------------------ */

#customer_header { margin: 0 0 100px;}

#customer_header #header_wrap {
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	padding-left: 10px;
	background: rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
	box-sizing: border-box;
}
#customer_header #header {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#customer_header #h_logo {
	position: relative;
}
#customer_header #h_logo img { max-width: 100%;}
#customer_header #h_logo:after {
	content: '';
	/* background: url(../img/h_logo_scroll.png) no-repeat center/contain; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
#customer_header #h_nav > ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
#customer_header #h_reserve {
	margin: -10px 25px 0 0;
}
#customer_header #h_reserve a {
	padding-left: 30px;
	color: #ffffff;
	background: url(../img/h_reserve.png) no-repeat left/22px;
	position: relative;
}
#customer_header #h_reserve a:after {
	content: '';
	position: absolute;
	background: url(../img/h_reserve_scroll.png) no-repeat center/contain;
	width: 22px;
	height: 22px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#customer_header #h_reserve a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #h_tel_pc {
	margin-right: 20px;
	text-align: center;
	position: relative;
}
#customer_header #h_tel_pc:after {
	content: '';
	position: absolute;
	background: url(../img/h_tel_pc_scroll.png) no-repeat top/contain;
	width: 100%;
	height: 23px;
	left: 0;
	top: 9px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
#customer_header #h_tel_pc span {
	color: #ffffff;
	display: block;
	font-size: 12px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
#customer_header #h_menu {
	height: 70px;
	width: 78px;
}
#customer_header #h_menu > a {
	color: #ffffff;
	position: relative;
	display: block;
	height: 100%;
	background: #000000;
}
#customer_header #h_menu > a:hover {
	opacity: 0.75;
}
#customer_header #h_menu > a span {
	position: absolute;
	left: 50%;
	height: 2px;
	width: 26px;
	display: block;
	background: #ffffff;
	margin-left: -13px;
}
#customer_header #h_menu > a span:nth-child(1) {
	top: 17px;
}
#customer_header #h_menu > a span:nth-child(2) {
	top: 25px;
}
#customer_header #h_menu > a span:nth-child(3) {
	top: 33px;
}
#customer_header #h_menu > a p {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}
#customer_header #header_wrap.scroll,
#customer_header #header_wrap.no_mv {
	background: rgba(255, 255, 255, 0.9);
}
#customer_header #header_wrap.scroll #h_logo:after,
#customer_header #header_wrap.no_mv #h_logo:after {
	opacity: 1;
}
#customer_header #header_wrap.scroll #h_tel_pc:after,
#customer_header #header_wrap.no_mv #h_tel_pc:after {
	opacity: 1;
}
#customer_header #header_wrap.scroll #h_tel_pc span,
#customer_header #header_wrap.no_mv #h_tel_pc span {
	color: #000000;
}
#customer_header #header_wrap.scroll #h_reserve > a,
#customer_header #header_wrap.no_mv #h_reserve > a {
	color: #000000;
}
#customer_header #header_wrap.scroll #h_reserve > a:after,
#customer_header #header_wrap.no_mv #h_reserve > a:after {
	opacity: 1;
}
#customer_header #header_wrap.scroll #h_menu > a,
#customer_header #header_wrap.no_mv #h_menu > a {
	background: #df8580;
}

@media screen and (max-width: 600px) {
	#customer_header #header_wrap {
		height: 60px;
		background: rgba(0, 0, 0, 0.5);
		min-width: 100%;
	}
	#customer_header #header {
		display: block;
	}
	#customer_header #h_logo {
		width: 120px;
		float: left;
		margin-top: 15px;
	}
	#customer_header #h_reserve {
		margin: 0;
		width: 60px;
		height: 60px;
	}
	#customer_header #h_reserve a {
		padding: 33px 0 0;
		display: block;
		text-align: center;
		background-position: top 10px center;
		font-size: 12px;
		height: 100%;
	}
	#customer_header #h_reserve a:after {
		content: none;
	}
	#customer_header #h_tel_sp {
		margin: 0;
		width: 60px;
		height: 60px;
	}
	#customer_header #h_tel_sp a {
		padding: 34px 0 0;
		display: block;
		text-align: center;
		font-size: 12px;
		height: 100%;
		background: url(../img/h_tel_sp.png) no-repeat top 10px center/18px;
		color: #ffffff;
	}
	#customer_header #h_menu {
		height: 60px;
		width: 60px;
	}
	/* #customer_header #h_menu a {
		background: transparent;
	} */
	/* #customer_header #h_menu a span:nth-child(1) {
		top: 13px;
	}
	#customer_header #h_menu a span:nth-child(2) {
		top: 22px;
	}
	#customer_header #h_menu a span:nth-child(3) {
		top: 30px;
	} */
	#customer_header #h_menu a p {
		bottom: 8px;
		font-size: 12px;
	}
	#customer_header #header_wrap.scroll #h_reserve a,
	#customer_header #header_wrap.no_mv #h_reserve a {
		background-image: url(../img/h_reserve_scroll.png);
	}
	#customer_header #header_wrap.scroll #h_tel_sp a,
	#customer_header #header_wrap.no_mv #h_tel_sp a {
		color: #000000;
		background-image: url(../img/h_tel_sp_scroll.png);
	}
}

/* ---------------------------------------------------
  G-nav
------------------------------------------------------ */
#customer_header #gnav {
	display: none;
	position: fixed;
	top: 0;
	z-index: 3;
	left: 0;
	height: 100%;
	background: #ffffff;
	padding: 130px 3% 100px;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#customer_header #h_menu:target #gnav {
	display: block;
}

#customer_header #gnav > .container {
	width: auto;
	max-width: 1120px;
}
#customer_header #gnav_logo {
	display: block;
	margin: 0 auto 50px;
}
#customer_header #gnav_menu {
	float: left;
	width: 55%;
	display: -webkit-box;
	display: flex;
}
#customer_header #gnav_menu ul {
	width: 50%;
}
#customer_header #gnav_menu ul li { width: 100%;}
#customer_header #gnav_menu ul li + li {
	margin-top: 35px;
}
#customer_header #gnav_menu ul li.sub_pc {
	font-size: 15px;
	margin-top: 15px;
}
#customer_header #gnav_menu ul li a {
	padding-left: 20px;
	position: relative;
}
#customer_header #gnav_menu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #623023;
}
#customer_header #gnav_reserve {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
	width: 45%;
}
#customer_header #gnav_reserve > li:nth-child(1) {
	font-size: 18px;
	margin-bottom: 15px;
	width: 100%;
}
#customer_header #gnav_reserve > li:nth-child(1) a {
	color: #dd6c66;
	border: 1px #dd6c66 solid;
	height: 85px;
	line-height: 85px;
	text-align: center;
	display: block;
}
#customer_header #gnav_reserve > li:nth-child(1) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #gnav_reserve > li:nth-child(1) a span {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/gnav_reserve.png) no-repeat left;
}
#customer_header #gnav_reserve > li:nth-child(2),
#customer_header #gnav_reserve > li:nth-child(3) {
	width: calc(50% - 5px);
	margin-bottom: 15px;
}
#customer_header #gnav_reserve > li:nth-child(2) a,
#customer_header #gnav_reserve > li:nth-child(3) a {
	border: 1px #e7d5d5 solid;
	height: 50px;
	background: #faeded;
	line-height: 50px;
	text-align: center;
	display: block;
}
#customer_header #gnav_reserve > li:nth-child(2) a:hover,
#customer_header #gnav_reserve > li:nth-child(3) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #gnav_reserve > li:nth-child(2) a span,
#customer_header #gnav_reserve > li:nth-child(3) a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
#customer_header #gnav_reserve > li:nth-child(2) a span:before,
#customer_header #gnav_reserve > li:nth-child(3) a span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #cd9696;
	margin-top: -5px;
}
#customer_header #gnav_reserve > li:nth-child(4) {
	width: 100%;
	margin-bottom: 35px;
}
#customer_header #gnav_reserve > li:nth-child(4) a {
	border: 1px #dadada solid;
	height: 50px;
	background: #f3f3f3;
	line-height: 50px;
	text-align: center;
	display: block;
}
#customer_header #gnav_reserve > li:nth-child(4) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #gnav_reserve > li:nth-child(4) a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
#customer_header #gnav_reserve > li:nth-child(4) a span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #9e9e9e;
	margin-top: -5px;
}
#customer_header #gnav_tel {
	text-align: center;
	float: right;
	width: 45%;
}
#customer_header #gnav_tel h2 {
	margin-bottom: 20px;
	font-size: 16px;
}
#customer_header #gnav_tel p {
	border-top: 1px #623023 solid;
	margin: 20px 0;
	padding-top: 20px;
	font-size: 14px;
}
#customer_header #gnav_sns {
	float: right;
	width: 45%;
	font-size: 0;
	text-align: right;
	clear: both;
}
#customer_header #gnav_sns li {
	display: inline-block;
}
#customer_header #gnav_sns li + li {
	margin-left: 15px;
}
#customer_header #close_top {
	height: 70px;
	width: 78px;
	color: #ffffff;
	position: fixed;
	background: #000000;
	right: 0;
	top: 0;
	z-index: 1;
}
#customer_header #close_top:hover {
	opacity: 0.4;
}
#customer_header #close_top span {
	position: absolute;
	left: 50%;
	height: 2px;
	width: 26px;
	display: block;
	background: #ffffff;
	margin-left: -13px;
}
#customer_header #close_top span:nth-child(1) {
	top: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#customer_header #close_top span:nth-child(2) {
	top: 25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#customer_header #close_top p {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}


@media screen and (max-width: 900px) {
	#customer_header #gnav {
		padding: 130px 0 100px;
	}
	#customer_header #gnav_menu ul li + li {
		margin-top: 40px;
	}
	#customer_header #gnav_reserve li:nth-child(1) {
		font-size: 16px;
	}
	#customer_header #gnav_reserve li:nth-child(1) a {
		height: 70px;
		line-height: 68px;
	}
	#customer_header #gnav_reserve li:nth-child(2),
	#customer_header #gnav_reserve li:nth-child(3) {
		width: 100%;
	}
	#customer_header #gnav_reserve li:nth-child(4) {
		margin-bottom: 15px;
	}
	#customer_header #gnav > .container { box-sizing: inherit; -webkit-box-sizing: inherit;}
}

@media screen and (max-width: 600px) {
	#customer_header #gnav {
		padding: 60px 0;
	}
	#customer_header #gnav:after {
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		background: #ffffff;
		border-bottom: 1px #f3f3f3 solid;
	}
	#customer_header #gnav_logo {
		width: 120px;
		margin: 0;
		position: fixed;
		left: 10px;
		top: 15px;
		z-index: 1;
	}
	#customer_header #gnav_menu {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	#customer_header #gnav_menu ul:nth-child(1) {
		width: 106%;
		margin: 0 -3%;
		border-bottom: 1px #f3f3f3 solid;
		margin-bottom: 30px;
	}
	#customer_header #gnav_menu ul:nth-child(1) li + li {
		margin: 0;
		border-top: 1px #f3f3f3 solid;
	}
	#customer_header #gnav_menu ul:nth-child(1) li a {
		display: block;
		text-align: center;
		padding: 15px 0;
		font-size: 16px;
	}
	#customer_header #gnav_menu ul:nth-child(1) li a:before {
		content: none;
	}
	#customer_header #gnav_menu ul:nth-child(2) {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		font-size: 14px;
	}
	#customer_header #gnav_menu ul:nth-child(2) li {
		width: 50%;
		margin: 0 0 20px;
	}
	#customer_header #gnav_menu ul:nth-child(2) li + li {
		margin: 0 0 20px;
	}
	#customer_header #gnav_menu ul:nth-child(2) li a {
		display: block;
	}
	#customer_header #gnav_menu ul:nth-child(2) li a:before {
		content: none;
	}
	#customer_header #gnav_reserve {
		float: none;
		width: 100%;
	}
	#customer_header #gnav_tel {
		float: none;
		width: 100%;
	}
	#customer_header #gnav_sns {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#customer_header #close_top {
		height: 60px;
		width: 60px;
		z-index: 1;
	}
	#customer_header #close_top p {
		position: absolute;
		bottom: 8px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}
	#customer_header #close_bottom {
		width: 90px;
		margin: 0 auto;
		text-align: center;
		text-decoration: underline;
		padding: 10px 0;
		font-size: 14px;
	}
}

/* ---------------------------------------------------
  Footer
------------------------------------------------------ */

#customer_footer #footer_wrap {
	background: #eeeeee;
	border: 1px #000000 solid;
}
#customer_footer #f_top {
	text-align: center;
	background: #3b2520;
	padding: 80px 0 50px;
}
#customer_footer #f_logo {
	color: #ffffff;
	margin-bottom: 15px;
}
#customer_footer #f_logo p {
	margin-bottom: 10px;
}
#customer_footer #f_address {
	color: #ffffff;
	margin-bottom: 30px;
}
#customer_footer #f_address dt {
	margin-bottom: 1em;
}
#customer_footer #f_address dd {
	font-size: 14px;
}
#customer_footer #f_sns {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
#customer_footer #f_sns li + li {
	margin-left: 20px;
}
#customer_footer #f_bottom {
	background: #291511;
	padding: 65px 0;
}
#customer_footer #f_nav {
	float: left;
	width: 56%;
}
#customer_footer #f_nav ul {
	float: left;
	width: 33.3%;
	font-size: 14px;
}
#customer_footer #f_nav ul li + li {
	margin-top: 20px;
}
#customer_footer #f_nav ul li a {
	background: url(../img/f_arrow1.png) no-repeat left;
	padding-left: 20px;
	color: #ffffff;
}
#customer_footer #f_reserve {
	float: right;
	width: 44%;
}
#customer_footer #f_reserve h2 {
	border-top: 1px #695a56 solid;
	border-bottom: 1px #695a56 solid;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	margin-bottom: 20px;
	font-size: 16px;
}
#customer_footer #f_reserve ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#customer_footer #f_reserve ul li:nth-child(1) {
	width: 200px;
	margin-right: auto;
	margin-bottom: 25px;
	line-height: 1;
}
#customer_footer #f_reserve ul li:nth-child(1) p {
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	line-height: 1;
}
#customer_footer #f_reserve ul li:nth-child(2) {
	width: 50%;
	margin-bottom: 25px;
}
#customer_footer #f_reserve ul li:nth-child(2) a {
	background: #cd6c67;
	color: #ffffff;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
}
#customer_footer #f_reserve ul li:nth-child(2) a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#customer_footer #f_reserve ul li:nth-child(3),
#customer_footer #f_reserve ul li:nth-child(4) {
	margin-right: 40px;
}
#customer_footer #f_reserve ul li:nth-child(3),
#customer_footer #f_reserve ul li:nth-child(4),
#customer_footer #f_reserve ul li:nth-child(5) {
	font-size: 14px;
}
#customer_footer #f_reserve ul li:nth-child(3) a,
#customer_footer #f_reserve ul li:nth-child(4) a,
#customer_footer #f_reserve ul li:nth-child(5) a {
	color: #ffffff;
	background: url(../img/f_arrow2.png) no-repeat left;
	padding-left: 15px;
}
#customer_footer #copyright {
	margin-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	#customer_footer #f_top {
		padding: 40px 0;
	}
	#customer_footer #f_logo p {
		font-size: 16px;
	}
	#customer_footer #f_logo img {
		max-width: 200px;
	}
	#customer_footer #f_address dt {
		font-size: 16px;
	}
	#customer_footer #f_bottom {
		padding: 40px 0;
	}
	#customer_footer #f_reserve {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	#customer_footer #f_reserve h2 {
		border: none;
		font-size: 16px;
		padding: 0;
	}
	#customer_footer #f_reserve ul li:nth-child(1) {
		margin: 0 auto 20px;
	}
	#customer_footer #f_reserve ul li:nth-child(1) p {
		text-align: center;
	}
	#customer_footer #f_reserve ul li:nth-child(2) {
		width: 100%;
	}
	#customer_footer #f_reserve ul li:nth-child(3),
	#customer_footer #f_reserve ul li:nth-child(4) {
		padding-right: 10px;
		border-right: 1px #695a56 solid;
		margin-right: 10px;
	}
	#customer_footer #f_reserve ul li:nth-child(3) a,
	#customer_footer #f_reserve ul li:nth-child(4) a,
	#customer_footer #f_reserve ul li:nth-child(5) a {
		background: none;
		padding: 5px 0;
		display: block;
	}
	#customer_footer #f_nav {
		float: none;
		width: 100%;
	}
	#customer_footer #f_nav ul {
		float: none;
		width: 12em;
		margin: 0 auto;
	}
	#customer_footer #f_nav ul + ul {
		margin-top: 20px;
	}
	#customer_footer #copyright {
		margin-top: 25px;
	}

	#customer_footer .acc_tit {
		display: block;
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		border: 1px #695a56 solid;
		cursor: pointer;
		color: #ffffff;
	}
	#customer_footer .acc_tit:after {
		content: '';
		width: 8px;
		height: 8px;
		border: none;
		position: absolute;
		top: 50%;
		right: 20px;
		border-right: 2px #ffffff solid;
		border-bottom: 2px #ffffff solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -6px;
		opacity: 0.5;
	}
	#customer_footer .acc_tit.active:after {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -4px;
	}
}


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

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


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



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