@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* CSS Document */

/* --------------------------------------------------
	Reset
-------------------------------------------------- */
#customer_header div,
#customer_footer div,
#customer_header span,
#customer_footer span,
#customer_header h1,
#customer_footer h1,
#customer_header p,
#customer_footer p,
#customer_header img,
#customer_footer img,
#customer_header small,
#customer_footer small,
#customer_header strong,
#customer_footer strong,
#customer_header dl,
#customer_footer dl,
#customer_header dt,
#customer_footer dt,
#customer_header dd,
#customer_footer dd,
#customer_header ul,
#customer_footer ul,
#customer_header li,
#customer_footer li,
#customer_footer footer,
#customer_header header,
#customer_header nav {
	padding: 0;
	margin: 0;

	background: transparent; 
	border: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}

#customer_header h1,
#customer_header strong {
	font-weight: normal;
}

#customer_footer footer,
#customer_header header,
#customer_header nav {
	display: block;
}

#customer_header ul,
#customer_footer ul {
	list-style: none;
}

#customer_header ul li,
#customer_footer ul 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;

	border: 0;
	vertical-align: bottom;
}

#customer_header a,
#customer_footer a {
	padding: 0;
	margin: 0;

	background: transparent; 
	font-size: 100%;
	vertical-align: baseline;
}

#customer_header a,
#customer_footer a {
	color: #555;
	text-decoration: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	color: #555;
	text-decoration: underline;
}
#customer_header a:hover img,
#customer_footer a:hover img {
	opacity: .75;
}


/* ===================================================
	Base CSS
====================================================== */
#customer_header,
#customer_footer {
	min-width: 1140px;

	background: #fff;
	color: #000;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "�q���M�m���� ProN W3", "HiraMinProN-W3", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", serif;
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: normal;
	letter-spacing: .08em;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 600px) {
	#customer_header,
	#customer_footer {
		min-width: 100%;
	}
}


/* ---------------------------------------------------
	Global Header &	Fixed Header
------------------------------------------------------ */
#customer_header .hd_logo {
	margin: 5px auto 0 30px;
}
#customer_header .hd_telnum {
	padding: 0 0 0 25px;
	margin: 17px 20px 0 0;

	font-size: 22px;
	line-height: 1;
}
#customer_header .hd_telnum .sp {
	display: none;
}
#customer_header .hd_btn1 {
	width: 200px;
	margin: 0 100px 0 0;

	background-image: url("./img/ico_calender1.png");
	background-position: 30px 17px;
	background-repeat: no-repeat;
	background-size: 22px;
}
#customer_header .hd_btn1 a {
	display: block;
	height: 60px;
	padding: 21px 0 10px 60px;

	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width: 600px) {
	#customer_header .hd_logo {
		margin: 10px auto 0 10px;
	}
	#customer_header .hd_telnum {
		width: 50px;
		padding: 0;
		margin: 0;

		font-size: 12px;
	}
	#customer_header .hd_telnum .sp {
		display: block;
	}
	#customer_header .hd_telnum .sp a {
		display: block;
		padding: 40px 0 0;

		color: #fff;
		text-align: center;
	}
	#customer_header .hd_telnum .pc {
		display: none;
	}
	#customer_header .hd_btn1 {
		width: 50px;
		margin: 0 50px 0 0;

		background-image: url("./img/ico_bag1.png");
		background-position: center 10px;
		background-size: 23px;
	}
	#customer_header .hd_btn1 a {
		padding: 40px 0 0;

		font-size: 12px;
		text-align: center;
	}
	#customer_header .hd_btn1 a .pc {
		display: none;
	}
}


/* ---------------------------------------------------
	Global Header
------------------------------------------------------ */
#customer_header #header_wrap {
	position: relative;
	z-index: 10;
}
#customer_header #g_header {
	display: flex;
	width: 100%;
	min-width: 1140px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;

	color: #fff;
}
#customer_header #g_header .hd_logo {
	width: 261px;
}
#customer_header #g_header .hd_telnum {
	background: url("./img/ico_tel1.png") no-repeat 0 0;
	background-size: 16px;
}
#customer_header #g_header .hd_btn1 {
	height: 60px;

	transition: all .5s ease-out;
}
#customer_header #g_header .hd_btn1:hover {
	background-color: #6db85e;
}
#customer_header #g_header .hd_btn1:hover a {
	text-decoration: none;
}
#customer_header .menubtn {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;

	cursor: pointer;
	opacity: 1;
}
#customer_header .menubtn a {
	display: block;
	height: 100%;

	background-color: transparent;
	transition: all .5s ease-out;
}
#customer_header .menubtn a:hover {
	background-color: #216a47;
}
#customer_header .menubtn .bar {
	display: block;
	width: 42px;
	height: 2px;
	position: absolute;
	left: 29px;

	background: #fff;
	overflow: hidden;
	text-indent: 100%;
	transition: all .3s;
	white-space: nowrap;
}
#customer_header .menubtn .bar:nth-of-type(1) {
	top: 18px;
}
#customer_header .menubtn .bar:nth-of-type(2) {
	top: 28px;
}
#customer_header .menubtn .bar:nth-of-type(3) {
	top: 38px;
}
#customer_header .menubtn .menu {
	display: none;

	color: #fff;
}

@media screen and (max-width: 600px) {
	#customer_header #g_header {
		display: flex;
		width: 100%;
		min-width: 0;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;

		color: #fff;
	}
	#customer_header #g_header .hd_logo {
		width: 150px;
	}
	#customer_header #g_header .hd_lang {
		display: none;
	}
	#customer_header #g_header .hd_telnum {
		background: url("./img/ico_tel1.png") no-repeat center 7px;
		background-size: 16px;
	}
	#customer_header .menubtn {
		width: 50px;
	}
	#customer_header .menubtn .bar {
		width: 32px;
		left: 9px;
	}
	#customer_header .menubtn .bar:nth-of-type(1) {
		top: 10px;
	}
	#customer_header .menubtn .bar:nth-of-type(2) {
		top: 20px;
	}
	#customer_header .menubtn .bar:nth-of-type(3) {
		top: 30px;
	}
	#customer_header .menubtn .menu {
		display: block;
		padding: 40px 0 0;

		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
}


/* ---------------------------------------------------
	Fixed Menu Button
------------------------------------------------------ */
#customer_header .closebtn {
	width: 100px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;

	background-color: #194f35;
	cursor: pointer;
}
#customer_header .closebtn:hover {
	background-color: #216a47;
}
#customer_header .closebtn .bar {
	display: block;
	width: 42px;
	height: 2px;
	position: absolute;
	left: 29px;

	background: #fff;
	overflow: hidden;
	text-indent: 100%;
	transition: all .3s;
	white-space: nowrap;
}
#customer_header .closebtn .bar:nth-of-type(1) {
	top: 28px;

	transform: rotate(135deg);
}
#customer_header .closebtn .bar:nth-of-type(2) {
	top: 28px;

	transform: rotate(-135deg);
}
#customer_header .closebtn .menu {
	display: none;

	color: #fff;
}

@media screen and (max-width: 600px) {
	#customer_header .closebtn {
		width: 50px;
	}
	#customer_header .closebtn .bar {
		width: 32px;
		left: 9px;
	}
	#customer_header .closebtn .bar:nth-of-type(1) {
		top: 20px;
	}
	#customer_header .closebtn .bar:nth-of-type(2) {
		top: 20px;
	}
	#customer_header .closebtn .menu {
		display: block;
		padding: 40px 0 0;

		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
}


/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
#customer_header #gnav:not(:target) {
	width: 780px;
	height: 100%;
	padding: 30px 100px 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 30;

	background: #fff;
	box-sizing: border-box;
	clear: both;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
	transition: opacity .5s;
}
#customer_header #gnav:target {
	width: 780px;
	height: 100%;
	padding: 30px 100px 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 30;
	z-index: 30;

	background: #fff;
	box-sizing: border-box;
	clear: both;
	opacity: 100;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	pointer-events: auto;
	transition: opacity .5s;
}
#customer_header #gnav .gn_head {
	text-align: center;
}
#customer_header #gnav .gn_logo {
	display: block;
	width: 244px;
	margin: 0 auto;
}
#customer_header #gnav .gn_telnum {
	display: inline-block;
	padding: 20px 0 30px;
}
#customer_header #gnav .gn_telnum .pc {
	display: inline-block;
	padding: 0 0 0 23px;

	background: url("./img/ico_tel2.png") no-repeat left 8px;
	background-size: 14px;
	color: #000;
	font-size: 26px;
	line-height: 1.2;
}
#customer_header #gnav .gn_telnum .sp {
	display: none;
}
#customer_header #gnav .gn_tit {
	padding: 0 0 8px;

	color: #999;
	font-size: 15px;
}
#customer_header #gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 20px;
}
#customer_header #gnav ul li {
	width: 50%;
}
#customer_header #gnav ul li a {
	display: block;
	padding: 12px 0 12px 20px;
	position: relative;

	color: #000;
	font-size: 18px;
	line-height: 1.3;
}
#customer_header #gnav ul li a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;

	border-bottom: solid 1px #286c35;
	border-right: solid 1px #286c35;
	box-sizing: content-box;
	transform: rotate(-45deg);
}
#customer_header #gnav .gn_btn1 .cmn_btn1 {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 0 0 30px;
	margin: 0 0 40px;
	position: relative;
	z-index: 1;

	background-color: #529b44;
	border: 1px solid #529b44;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	transition: .3s;
}
#customer_header #gnav .gn_btn1 .cmn_btn1::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	background: #fff;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform ease .3s;
}
#customer_header #gnav .gn_btn1 .cmn_btn1:hover {
	border: 1px solid #aaa;
	color: #000;
	text-decoration: none;
}
#customer_header #gnav .gn_btn1 .cmn_btn1:hover::before {
	transform: scaleX(1); 
	transform-origin: 0 50%;
}
#customer_header #gnav .gn_btn1 .cmn_btn1 span {
	display: block;
	position: relative;

	color: #fff;
	font-size: 16px;
	text-align: center;
}
#customer_header #gnav .gn_btn1 .cmn_btn1:hover span {
	color: #000;
}
#customer_header #gnav .gn_btn1 .cmn_btn1 span::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 12px;
	left: calc( 50% - 5.5em );

	background-color: transparent;
	background-image: url("./img/ico_calender1.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 22px;
	transition: .4s;
}
#customer_header #gnav .gn_btn1 .cmn_btn1:hover span::before {
	background-image: url("./img/ico_calender2.png");
	color: #000;
}
#customer_header #gnav .gn_bnrs {
	display: block;
	width: 100%;
	padding: 0 0 10px;
}
#customer_header #gnav .gn_bnrs p {
	margin: 0 0 20px;
}
#customer_header #gnav .gn_sns {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 30px;
}
#customer_header #gnav .gn_sns li {
	width: 33%;
	padding: 0;

	border-bottom: none;
	box-sizing: border-box;
}
#customer_header #gnav .gn_sns li a {
	height: 30px;
	padding: 0 0 0 35px;

	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 30px;
}
#customer_header #gnav .gn_sns li a::before {
	display: none;
}
#customer_header #gnav .gn_sns li.fb a {
	background-image: url("./img/ico_fb1.png");
	background-size: 30px;
}
#customer_header #gnav .gn_sns li.insta a {
	background-image: url("./img/ico_insta1.png");
	background-size: 30px;
}
#customer_header #gnav .gn_sns li.tw a {
	background-image: url("./img/ico_tw1.png");
	background-size: 30px;
}
#customer_header #gnav .gn_lang li {
	width: 33.3%;
}

@media screen and (max-width: 600px) {
	#customer_header #gnav:not(:target),
	#customer_header #gnav:target {
		width: 100vw;
		padding: 4%;
	}
	#customer_header #gnav .gn_logo {
		width: 122px;
		margin: 10px auto 0;
	}
	#customer_header #gnav .gn_telnum {
		display: inline-block;
		padding: 20px 0 20px;
	}
	#customer_header #gnav .gn_telnum .pc {
		display: none;
	}
	#customer_header #gnav .gn_telnum .sp {
		display: inline-block;
		padding: 0 0 0 23px;

		background: url("./img/ico_tel2.png") no-repeat left 2px;
		background-size: 14px;
		color: #000;
		font-size: 20px;
		line-height: 1.2;
	}
	#customer_header #gnav .gn_telnum .sp a {
		color: #000;
	}
	#customer_header #gnav .gn_tit {
		padding: 0 0 5px;

		font-size: 15px;
	}
	#customer_header #gnav ul {
		flex-direction: column;
		padding: 0 0 20px;
	}
	#customer_header #gnav ul li {
		width: 100%;
	}
	#customer_header #gnav ul li a {
		padding: 10px 0 10px 20px;

		font-size: 16px;
		line-height: 1.3;
	}
	#customer_header #gnav .gn_btn1 .cmn_btn1 {
		margin: 0 0 20px;

		font-size: 16px;
	}
	#customer_header #gnav .gn_bnrs p {
		margin: 0 0 10px;
	}
	#customer_header #gnav .gn_sns {
		flex-direction: row;
		padding: 0 0 15px;
	}
	#customer_header #gnav .gn_sns li {
		width: 50%;
		padding: 0;
		margin: 0 0 15px;

		border-bottom: none;
		box-sizing: border-box;
	}
	#customer_header #gnav .gn_sns li a {
		font-size: 16px;
	}
	#customer_header #gnav .gn_lang {
		flex-direction: row;
	}
	#customer_header #gnav .gn_lang li {
		width: 50%;
	}
}


/* ---------------------------------------------------
	Main title
------------------------------------------------------ */
#customer_header .box_maintit {
	height: 350px;
	position: relative;
	z-index: 1;

	background-image: url("./img/main_img.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
#customer_header .box_maintit .tit {
	display: block;
	width: 500px;
	height: 144px;
	margin: 0 auto;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 600px) {
	#customer_header .box_maintit {
		height: 200px;
		margin: 0 0 10px;
	}
	#customer_header .box_maintit .tit {
		width: 300px;
		height: 86px;
		top: 83px;
		bottom: inherit;
	}
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#customer_footer #pagetop {
	display: block;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}
#customer_footer #pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;

	background: #598150;
	border-radius: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#customer_footer #pagetop a::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;

	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-135deg);;
}
#customer_footer #pagetop a:hover {
	background: #75a36b;
}
#customer_footer #footer_wrap {
	background: #000 !important;
}
#customer_footer #footer {
	color: #fff;
}
#customer_footer #footer a {
	color: #fff !important;
}
#customer_footer #footer a:hover {
	color: #fff !important;
}
#customer_footer #footer .ft_box1 {
	min-height: 566px;
	padding: 70px 0 0;

	background: url("./img/ft_bg1.jpg") no-repeat center center;
	background-size: cover;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}
#customer_footer #footer .ft_box1 .ft_logo {
	display: block;
	width: 240px;
	margin: 0 auto;
}
#customer_footer #footer .ft_box1 .ft_txt1 {
	padding: 20px 0 0;

	font-size: 18px;
}
#customer_footer #footer .ft_box1 .ft_free {
	padding: 0;

	line-height: 1.2;
}
#customer_footer #footer .ft_box1 .ft_free .pc {
	display: inline-block;
	padding: 0 0 0 25px;

	background: url("./img/ico_tel3.png") no-repeat;
	background-position: 0 8px;
	background-size: 20px;
	font-size: 30px;
}
#customer_footer #footer .ft_box1 .ft_free .sp {
	display: none;
}
#customer_footer #footer .ft_box1 .ft_txt2 {
	padding: 5px 0 0;

	font-size: 18px;
}
#customer_footer #footer .ft_box1 .ft_addr {
	padding: 25px 0 0;
}
#customer_footer #footer .ft_box1 .ft_sns {
	display: flex;
	justify-content: center;
	width: 920px;
	margin: 20px auto 40px;

	font-size: 15px;
}
#customer_footer #footer .ft_box1 .ft_sns li a {
	display: block;
	padding: 35px 0 0 0;
	margin: 10px 10px 0 10px;

	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
}
#customer_footer #footer .ft_box1 .ft_sns li.ft_contact a {
	background-image: url("./img/ico_mail2.png");
	background-position: center 5px;
	background-size: 30px;
}
#customer_footer #footer .ft_box1 .ft_sns li.ft_fb a {
	background-image: url("./img/ico_fb2.png");
	background-size: 30px;
}
#customer_footer #footer .ft_box1 .ft_sns li.ft_insta a {
	background-image: url("./img/ico_insta2.png");
	background-position: center 1px;
	background-size: 30px;
}
#customer_footer #footer .ft_box1 .ft_sns li.ft_tw a {
	background-image: url("./img/ico_tw2.png");
	background-position: center 2px;
	background-size: 30px;
}
#customer_footer #footer .ft_box1 .ft_btns1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 930px;
	margin: 0 auto;
}
#customer_footer #footer .ft_box1 .ft_btns1 li {
	width: 300px;
	margin: 0 5px;
}
#customer_footer #footer .ft_box1 .ft_btns1 li a {
	display: block;
}
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 a,
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2 a,
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 a {
	width: 100%;
	height: 60px;

	font-size: 16px;
	line-height: 60px;
	transition: all .5s ease-out;
}
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 a {
	background-color: #349c20;
}
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 a:hover {
	background-color: #6db85e;
	text-decoration: none;
}
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2 a,
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 a {
	background-color: #23731b;
}
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2 a:hover,
#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 a:hover {
	background-color: #309e25;
	text-decoration: none;
}
#customer_footer #footer .ft_box1 .ft_btns2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 930px;
	padding: 0 0 50px;
	margin: 0 auto;
}
#customer_footer #footer .ft_box1 .ft_btns2 li {
	width: auto;
	margin: 20px 15px 0;
}
#customer_footer #footer .ft_box1 .ft_btns2 li a {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}
#customer_footer #footer .ft_box1 .ft_btns2 li a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 0;

	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	box-sizing: content-box;
	transform: rotate(-45deg);
}
#customer_footer #footer .ft_box2 .acc_tit {
	display: none;
}
#customer_footer #footer .ft_box2 .ft_box2_inner {
	display: flex;
	justify-content: space-around;
	width: 1100px;
	padding: 30px 0;
	margin: 0 auto;
}
#customer_footer #footer .ft_box2 .ft_box2_inner > ul li {
	padding: 7px 0;
}
#customer_footer #footer .ft_box2 .ft_box2_inner > ul li a {
	padding: 0 0 0 15px;
	position: relative;
}
#customer_footer #footer .ft_box2 .ft_box2_inner > ul li a::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 7px;
	left: 0;

	border-color: transparent transparent transparent #539b44; 
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
}
#customer_footer #footer .ft_copyright {
	width: 1140px;
	padding: 15px 0;
	margin: 0 auto;

	border-top: solid 1px #333;
	clear: both;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#customer_footer #pagetop {
		bottom: 10px;
		right: 10px;
		z-index: 2;
	}
	#customer_footer #pagetop a {
		width: 30px;
		height: 30px;

		border-radius: 15px;
	}
	#customer_footer #pagetop a::before {
		width: 10px;
		height: 10px;
		top: 12px;

		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;;
	}
	#customer_footer #footer .ft_box1 {
		min-height: 0;
		padding: 35px 0 0;

		background: url("./img/ft_bg2.jpg") no-repeat center top;
		background-size: auto 300px;
		font-size: 12px;
		line-height: 1.7;
	}
	#customer_footer #footer .ft_box1 .ft_logo {
		width: 150px;
	}
	#customer_footer #footer .ft_box1 .ft_txt1 {
		padding: 10px 0 0;

		font-size: 14px;
	}
	#customer_footer #footer .ft_box1 .ft_free {
		padding: 0;

		line-height: 1.2;
	}
	#customer_footer #footer .ft_box1 .ft_free .pc {
		display: none;
	}
	#customer_footer #footer .ft_box1 .ft_free .sp {
		display: inline-block;
		padding: 0 0 0 20px;

		background: url("./img/ico_tel3.png") no-repeat;
		background-position: 0 6px;
		background-size: 15px;
		font-size: 24px;
	}
	#customer_footer #footer .ft_box1 .ft_txt2 {
		padding: 5px 0 0;

		font-size: 14px;
	}
	#customer_footer #footer .ft_box1 .ft_addr {
		padding: 10px 0 0;
	}
	#customer_footer #footer .ft_box1 .ft_sns {
		width: 100%;
		margin: 10px auto 20px;

		font-size: 11px;
		letter-spacing: 0;
	}
	#customer_footer #footer .ft_box1 .ft_sns li a {
		padding: 25px 0 0 0;
	}
	#customer_footer #footer .ft_box1 .ft_sns li.ft_contact a {
		background-position: center 5px;
		background-size: 20px;
	}
	#customer_footer #footer .ft_box1 .ft_sns li.ft_fb a {
		background-size: 20px;
	}
	#customer_footer #footer .ft_box1 .ft_sns li.ft_insta a {
		background-position: center 1px;
		background-size: 20px;
	}
	#customer_footer #footer .ft_box1 .ft_sns li.ft_tw a {
		background-position: center 2px;
		background-size: 20px;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 {
		justify-content: space-between;
		width: 100%;
		padding: 4% 4% 0;
		margin: 0;

		background: #1c2f0d;
		box-sizing: border-box;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li {
		width: 100%;
		margin: 0;

		box-sizing: border-box;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 {
		width: 100%;
		margin: 0 0 4%;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2,
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 {
		width: 48%;
		margin: 0 0 4%;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 a,
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2 a,
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 a {
		height: auto;

		font-size: 14px;
		line-height: 1;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn1 a {
		padding: 13px 0;
	}
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn2 a,
	#customer_footer #footer .ft_box1 .ft_btns1 li.ft_btn3 a {
		padding: 10px 0;

		font-size: 12px;
	}
	#customer_footer #footer .ft_box1 .ft_btns2 {
		justify-content: center;
		width: 100%;
		padding: 0 4% 4%;
		margin: 0;

		background: #1c2f0d;
		box-sizing: border-box;
	}
	#customer_footer #footer .ft_box1 .ft_btns2 li {
		width: auto;
		margin: 0 10px 5px;
	}
	#customer_footer #footer .ft_box1 .ft_btns2 li a {
		padding: 0 0 0 15px;
	}
	#customer_footer #footer .ft_box1 .ft_btns2 li a::before {
		width: 4px;
		height: 4px;
		top: 8px;
	}
	#customer_footer #footer .ft_box2 {
		padding: 4% 4% 0;
	}
	#customer_footer #footer .ft_box2 .acc_tit {
		display: block;
		padding: 5px 0;
		margin: 0 0 4%;
		position: relative;

		background: #222;
		border: solid 1px #444;
		border-radius: 30px;
		font-size: 12px;
		text-align: center;
	}
	#customer_footer #footer .ft_box2 .acc_tit::after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		top: 9px;
		left: calc( 50% + 30px );

		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
	}
	#customer_footer #footer .ft_box2 .acc_tit.active::after {
		top: 13px;

		transform: rotate(-135deg);
	}
	#customer_footer #footer .ft_box2 .ft_box2_inner {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 0 0 10px;
	}
	#customer_footer #footer .ft_box2 .ft_box2_inner > ul {
		width: 50%;

		font-size: 12px;
	}
	#customer_footer #footer .ft_box2 .ft_box2_inner > ul li {
		padding: 0 0 10px 0;
	}
	#customer_footer #footer .ft_box2 .ft_box2_inner > ul li a {
		padding: 0 0 0 13px;
	}
	#customer_footer #footer .ft_box2 .ft_box2_inner > ul li a::before {
		top: 6px;
	}
	#customer_footer #footer .ft_copyright {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;

		font-size: 10px;
	}
}

@media screen and (max-width: 320px) {
	#customer_footer #footer .ft_box2 .ft_box2_inner > ul {
		width: 100%;
	}
}
