@charset "UTF-8";

/*
*******************************************************************************************************
# サイト共通スタイル

	-- base
	-- header,footer
	-- other Common Layout

*******************************************************************************************************
*/
/* ------------------------------------
	* base
* ------------------------------------ */
body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', 'Meiryo';
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: break-word;
	position: relative;
	overflow: hidden;
}

body.fullpage:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 9;
}

@media only screen and (max-width: 736px) {
	body {
		font-size: 14px;
	}
}

img {
	width: 100%;
}

*:focus {
	outline: none;
}

*:placeholder-shown {
	font-size: 16px;
	color: #ccc;
	line-height: 43px;
}

*::-webkit-input-placeholder {
	font-size: 16px;
	color: #ccc;
	line-height: 43px;
}

*:-moz-placeholder {
	font-size: 16px;
	color: #ccc;
	line-height: 43px;
	opacity: 1;
}

*::-moz-placeholder {
	font-size: 16px;
	color: #ccc;
	line-height: 43px;
	opacity: 1;
}

*:-ms-input-placeholder {
	font-size: 16px;
	color: #ccc;
	line-height: 43px;
}

@media only screen and (max-width: 736px) {
	*:placeholder-shown {
		font-size: 14px;
	}

	*::-webkit-input-placeholder {
		font-size: 14px;
	}

	*:-moz-placeholder {
		font-size: 14px;
		opacity: 1;
	}

	*::-moz-placeholder {
		font-size: 14px;
		opacity: 1;
	}

	*:-ms-input-placeholder {
		font-size: 14px;
	}
}

/* ------------------------------------
	* header, footer
* ------------------------------------ */
/* 端末出し分け */
@media only screen and (min-width: 951px) {
	.wrp-header .header-sp {
		display: none !important;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-header .header-pc {
		display: none !important;
	}
}

/* header */
.wrp-header {
	width: 100%;
	position: relative;
}

.wrp-header .inner-header {
	width: 100%;
	max-width: 1090px;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
}

.wrp-header .logo {
	display: table;
	width: 351px;
	height: 100%;
	line-height: 0;
	padding: 21.5px 0;
	margin: 0 auto;
}

.wrp-header .logo>a {
	display: table-cell;
	vertical-align: middle;
}

.wrp-header .btn-favorite {
	height: 69px;
	position: absolute;
	top: 30px;
	right: 45px;
}

.wrp-header .btn-favorite>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #fff;
	line-height: 1.3;
	text-align: right;
	box-sizing: border-box;
	padding: 30px 0 24px 25px;
	position: relative;
}

.wrp-header .btn-favorite>a:before {
	display: block;
	content: '\e905';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 3px;
	position: absolute;
	top: 28px;
	left: 0;
}

@media only screen and (min-width: 951px) {
	.wrp-header .btn-favorite>a:hover {
		text-decoration: underline;
	}

	.wrp-header .btn-favorite>a:hover:before {
		text-decoration: none;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wrp-header.fixed {
		width: 100%;
		position: fixed;
		top: -56px;
		left: 0;
		z-index: 10;
	}

	.wrp-header.fixed.show {
		top: 0;
		transition: top .3s;
	}

	.wrp-header.fixed.hide {
		top: -56px;
		transition: top .3s;
	}

	.wrp-header .inner-header {
		height: 56px;
		padding: 0;
	}

	.wrp-header .logo {
		width: 63.47%;
		max-width: 238px;
		padding: 14px 0;
	}

	.wrp-header .btn-menu {
		display: block !important;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wrp-header .btn-menu>a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 10px;
		color: #fff;
		letter-spacing: -0.02em;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 0;
	}

	.wrp-header .btn-menu>a:before {
		display: block;
		content: '\e912';
		font-family: 'iconfont';
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.wrp-header .btn-recruit {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.wrp-header .btn-recruit>a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 10px;
		color: #fff;
		letter-spacing: -0.02em;
		line-height: 1.3;
		text-align: center;
		box-sizing: border-box;
		padding: 32px 1px 6px 3px;
		background-image: url(/img/common/icn_recruit.png);
		background-repeat: no-repeat;
		background-position: 50% 7px;
		background-size: 15px 22px;
		position: relative;
	}

	.wrp-header .btn-recruit>a:before {
		font-size: 16px;
		padding: 0 0 3px;
		position: static;
	}

	.wrp-header .btn-recruit>a:after {
		display: block;
		content: '';
		width: 1px;
		height: 36px;
		background-color: #f0884d;
		position: absolute;
		top: 10px;
		left: 0;
	}

	.wrp-header .btn-favorite {
		display: none !important;
	}

	.wrp-header .btn-recruit {
		display: block !important;
	}
}

/* gnav */
.wrp-linkbar.header-pc {
	width: 100%;
	background-color: #803100;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-linkbar.header-pc .inner-linkbar {
	width: 100%;
	max-width: 1090px;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
}

.wrp-linkbar.header-pc .list-linkbar {
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.wrp-linkbar.header-pc .list-linkbar>li {
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
	position: relative;
}

.wrp-linkbar.header-pc .list-linkbar>li>a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 8px 12px 7px;
}

.wrp-linkbar.header-pc .list-linkbar>li>a:before {
	display: block;
	content: '';
	width: 1px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-linkbar.header-pc .list-linkbar>li:first-child a:before {
	display: none;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.fw-b {
	font-weight: bold;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-point {
	background-image: url(/img/common/icn_point.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px auto;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-point .text {
	padding-left: 20px;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-youtube {
	background-image: url(/img/common/icn_youtube.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px auto;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-youtube .text {
	padding-left: 18px;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-journal {
	background-image: url(/img/common/icn_journal.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px auto;
}

.wrp-linkbar.header-pc .list-linkbar>li>a.icn-journal .text {
	padding-left: 23px;
}

.wrp-linkbar.header-pc .list-linkbar>li>a .text.u-icn {
	padding-right: 22px;
	position: relative;
}

.wrp-linkbar.header-pc .list-linkbar>li>a .text.u-icn:before {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-gnav.header-pc {
	width: 100%;
	/* + height of top-notification */
	/* height: 120px; */
	box-sizing: border-box;
	/* border-top: 1px solid #f2914a; */
}

.wrp-gnav.header-pc .inner-gnav {
	width: 100%;
	/* + height of top-notification */
	/* height: 120px; */
}

.wrp-gnav.header-pc .box-gnav {
	width: 100%;
	max-width: 1090px;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
	position: relative;
}

.wrp-gnav.header-pc .wrp-list-gnav {
	display: table;
	width: 100%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav {
	display: table-cell;
	height: 50px;
	font-size: 15px;
	vertical-align: middle;
	padding: 0 0 0 1px;
	position: relative;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav:first-child {
	width: 15%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav:nth-child(2) {
	width: 18%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav:nth-child(3) {
	width: 24%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav:nth-child(4) {
	width: 18%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav:nth-child(5) {
	width: 25%;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav-top {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 2px 0;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav-top>a.mod-btn-base {
	width: 100%;
	height: 100%;
	min-height: 43px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	padding: 12px 5px;
	border-radius: 6px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav-top>a.mod-btn-base .text {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	padding: 2px 0 0 38px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav-top>a.mod-btn-base .text:before {
	font-size: 30px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav a.list-gnav-top {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav a.list-gnav-top:before {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #f2914d;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav a.list-gnav-top .text {
	display: table-cell;
	vertical-align: middle;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav.act .list-gnav-top {
	color: #ff5600;
	background-color: #fff;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav {
	display: none;
	width: 320px;
	background-color: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 10px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.link-gnav {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 12px 30px 12px 13px;
	position: relative;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.link-gnav:before {
	display: block;
	content: '\e919';
	width: 16px;
	height: 16px;
	font-size: 10px;
	color: #fff;
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 8px;
	background-color: #ff5600;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base {
	font-size: 15px;
	text-align: left;
	padding: 12px 30px 11px 12px;
	margin: 0 0 1px;
	border-radius: 8px;
	box-shadow: 0 0;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base.btn-mb {
	margin-bottom: 8px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base:before {
	font-size: 12px;
	right: 12px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base .text {
	padding: 0 0 0 26px;
}

.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base .text:before {
	font-size: 16px;
}

.wrp-gnav.header-pc .inner-gnav.fixed {
	border: none;
	position: fixed;
	top: -50px;
	left: 0;
	transition: top .2s;
	z-index: 10;
}

.wrp-gnav.header-pc .inner-gnav.fixed.show {
	top: 0;
}

@media only screen and (min-width: 1091px) {
	.wrp-linkbar.header-pc .inner-linkbar {
		padding-left: 45px;
		padding-right: 45px;
	}

	.wrp-gnav.header-pc .box-gnav {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (min-width: 951px) {
	.wrp-linkbar.header-pc .list-linkbar>li>a:hover .text {
		text-decoration: underline;
	}

	.wrp-linkbar.header-pc .list-linkbar>li>a:hover .text:before {
		text-decoration: none;
	}

	.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav a.list-gnav-top:hover {
		color: #ff5600;
		background-color: #fff;
	}

	.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.link-gnav:hover .text {
		color: #ff5600;
		text-decoration: underline;
	}

	.wrp-gnav.header-pc .wrp-list-gnav .box-list-gnav .list-gnav>ul>li>a.mod-btn-base.base-orange:hover {
		background-color: #ff884c;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-gnav.header-sp {
		width: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		z-index: 10;
	}

	.wrp-gnav.header-sp .inner-gnav {
		width: 100%;
		position: relative;
	}

	.wrp-gnav.header-sp .ttl-gnav {
		width: 100%;
		height: 56px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 56px;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.wrp-gnav.header-sp .btn-close-icn {
		width: 56px;
		height: 56px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.wrp-gnav.header-sp .btn-close-icn>a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
	}

	.wrp-gnav.header-sp .btn-close-icn>a:before {
		display: block;
		content: '\e901';
		font-family: 'iconfont';
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 56px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.wrp-gnav.header-sp .box-btn {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}

	.wrp-gnav.header-sp .box-btn>a {
		font-size: 18px;
	}

	.wrp-gnav.header-sp .box-btn>a .text {
		padding-left: 34px;
	}

	.wrp-gnav.header-sp .box-btn>a .text:before {
		font-size: 26px;
	}

	.wrp-gnav.header-sp .wrp-list-gnav {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.wrp-gnav.header-sp .box-list-gnav {
		width: 100%;
		box-sizing: border-box;
	}

	.wrp-gnav.header-sp .box-list-gnav+.box-list-gnav {
		margin-top: 15px;
		border-top: 2px solid #e5e5e5;
	}

	.wrp-gnav.header-sp .box-list-gnav .box-btn {
		padding: 15px 0;
	}

	.wrp-gnav.header-sp .box-list-gnav .box-btn .mod-list-2col>li>a {
		padding-left: 10px;
		padding-right: 22px;
	}

	.wrp-gnav.header-sp .box-list-gnav .box-btn .mod-list-2col>li>a:before {
		right: 5px;
	}

	.wrp-gnav.header-sp .box-list-gnav .box-btn .mod-list-2col>li>a .text {
		padding-left: 21px;
	}

	.wrp-gnav.header-sp .box-list-gnav .box-btn .mod-list-2col>li>a .text:before {
		font-size: 15px;
		line-height: 1;
		top: 0;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav {
		width: 100%;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li {
		width: 100%;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li:nth-child(n+2) {
		border-top: 2px dotted #e5e5e5;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>a {
		display: table;
		width: 100%;
		height: 100%;
		font-size: 13px;
		padding: 12px 0;
		position: relative;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>a:before {
		display: block;
		content: '\e91d';
		font-family: 'iconfont';
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: #ff5600;
		line-height: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		right: 5px;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>a.icn-blank:before {
		content: '\e907';
		font-size: 15px;
		right: 3px;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>a .text {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		padding: 0 20px 0 0;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>a.icn-pc .text {
		padding-right: 50px;
		position: relative;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li>.text {
		display: block;
		padding: 12px 0;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li.fw-bold, .wrp-gnav.header-sp .box-list-gnav .list-gnav>li.fw-bold>a {
		font-size: 15px;
		font-weight: bold;
	}

	.wrp-gnav.header-sp .box-list-gnav .list-gnav>li.fc-orange, .wrp-gnav.header-sp .box-list-gnav .list-gnav>li.fc-orange>a {
		font-size: 16px;
		color: #ff5600;
	}

	.wrp-gnav.header-sp .btn-close-text {
		width: 100%;
		height: 56px;
	}

	.wrp-gnav.header-sp .btn-close-text>a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
	}

	.wrp-gnav.header-sp .btn-close-text>a .text {
		font-size: 14px;
		line-height: 56px;
		padding-left: 24px;
		position: relative;
	}

	.wrp-gnav.header-sp .btn-close-text>a .text:before {
		display: block;
		content: '\e901';
		font-family: 'iconfont';
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		left: 0;
	}
}

/* footer */
.wrp-footer {
	padding: 10px 0 0;
}

.wrp-footer .inner-footer {
	background-color: #e6e6e6;
}

.wrp-footer .btn-totop {
	position: relative;
}

.wrp-footer .btn-totop>a {
	display: block;
	width: 104px;
	height: 86px;
	font-size: 12px;
	color: #ff5600;
	line-height: 1.4;
	text-align: center;
	padding: 11px 0 0;
	background-image: url(/img/common/btn_totop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: -43px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: top .2s linear;
}

.wrp-footer .btn-totop>a:before {
	display: block;
	content: '\e91e';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 3px;
}

.wrp-footer .wrp-ftmap {
	background-color: #803100;
}

.wrp-footer .wrp-ftmap .inner-ftmap {
	width: 100%;
	max-width: 1090px;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
}

.wrp-footer .wrp-ftmap .list-ftmap>li {
	width: 25%;
	height: 62px;
	box-sizing: border-box;
	border-bottom: 1px solid #995a33;
	border-left: 1px solid #995a33;
	float: left;
}

.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(1), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(2), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(3), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(4) {
	height: 63px;
	border-top: 1px solid #995a33;
}

.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(4n) {
	border-right: 1px solid #995a33;
}

.wrp-footer .wrp-ftmap .list-ftmap>li>a {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}

.wrp-footer .wrp-ftmap .list-ftmap>li>a:before {
	display: block;
	content: '\e91d';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #c09880;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 11px;
}

.wrp-footer .wrp-ftmap .list-ftmap>li>a .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px 0 23px;
}

.wrp-footer .wrp-sns .inner-sns {
	width: 100%;
	max-width: 1090px;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
}

.wrp-footer .wrp-sns .list-sns {
	font-size: 0;
	text-align: center;
	padding: 41px 0;
}

.wrp-footer .wrp-sns .list-sns>li {
	display: inline-block;
}

.wrp-footer .wrp-sns .list-sns>li:nth-child(n+2) {
	margin-left: 97px;
}

.wrp-footer .wrp-sns .list-sns>li .btn-sns {
	display: block;
	color: #666;
	line-height: 1;
	text-align: center;
}

.wrp-footer .wrp-sns .list-sns>li .btn-sns:before {
	font-size: 41px;
}

.wrp-footer .wrp-ftlink {
	border-top: 1px solid #bbb;
}

.wrp-footer .wrp-ftlink .inner-ftlink {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
}

.wrp-footer .wrp-ftlink .list-ftlink {
	font-size: 0;
	text-align: center;
	padding: 30.5px 0;
}

.wrp-footer .wrp-ftlink .list-ftlink>li {
	display: inline-block;
	font-size: 14px;
}

.wrp-footer .wrp-ftlink .list-ftlink>li:nth-child(n+2) {
	padding-left: 2px;
	position: relative;
}

.wrp-footer .wrp-ftlink .list-ftlink>li:nth-child(n+2):before {
	display: block;
	content: '';
	width: 2px;
	height: 14px;
	background-color: #aeaeae;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp-footer .wrp-ftlink .list-ftlink>li>a {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #333;
	padding: 8px 11px;
}

.wrp-footer .copyright {
	text-align: center;
	padding: 29px 0 47px;
	background-color: #fff;
}

.wrp-footer .copyright .text {
	font-size: 10px;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 1091px) {
	.wrp-footer .wrp-ftmap .inner-ftmap {
		padding-left: 45px;
		padding-right: 45px;
	}

	.wrp-footer .wrp-sns .inner-sns {
		padding-left: 45px;
		padding-right: 45px;
	}

	.wrp-footer .wrp-ftlink .inner-ftlink {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (min-width: 737px) {
	.wrp-footer .btn-totop>a:hover {
		top: -48px;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li>a:hover {
		background-color: #995a33;
	}

	.wrp-footer .wrp-sns .list-sns>li>a:hover {
		opacity: 0.7;
	}

	.wrp-footer .wrp-ftlink .list-ftlink>li>a:hover {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-footer {
		padding: 10px 0 0;
	}

	.wrp-footer .btn-totop>a {
		width: 68px;
		height: 56.5px;
		font-size: 10px;
		line-height: 1.2;
		padding: 8px 0 0;
		top: -35.5px;
	}

	.wrp-footer .btn-totop>a:before {
		font-size: 13px;
		padding: 0 0 3px;
	}

	.wrp-footer .btn-totop>a:hover {
		top: -40.5px;
	}

	.wrp-footer .wrp-ftmap .inner-ftmap {
		padding: 0;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li {
		width: 50%;
		height: 46px;
		border-bottom: none;
		border-left: none;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(1), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(2), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(3), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(4) {
		height: 46px;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(1), .wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(2) {
		border-top: none;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(n+3) {
		border-top: 1px solid #995a33;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li:nth-child(even) {
		border-left: 1px solid #995a33;
		border-right: none;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li>a {
		font-size: 12px;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li>a:before {
		font-size: 11px;
		right: 5px;
	}

	.wrp-footer .wrp-ftmap .list-ftmap>li>a .text {
		padding: 0 13px 0 12px;
	}

	.wrp-footer .wrp-sns .inner-sns {
		padding: 0;
	}

	.wrp-footer .wrp-sns .list-sns {
		padding: 24px 0;
	}

	.wrp-footer .wrp-sns .list-sns>li:nth-child(n+2) {
		margin-left: 40px;
	}

	.wrp-footer .wrp-sns .list-sns>li .btn-sns:before {
		font-size: 29px;
	}

	.u-icn-youtube:before {
		width: 42px;
		height: 29px;
		opacity: 0.7;
	}

	.wrp-footer .wrp-ftlink .inner-ftlink {
		padding: 0 15px;
	}

	.wrp-footer .wrp-ftlink .list-ftlink {
		padding: 15px 0;
	}

	.wrp-footer .wrp-ftlink .list-ftlink>li:nth-child(n+2) {
		padding-left: 1px;
	}

	.wrp-footer .wrp-ftlink .list-ftlink>li:nth-child(n+2):before {
		width: 1px;
		height: 11px;
		background-color: #999;
	}

	.wrp-footer .wrp-ftlink .list-ftlink>li>a {
		font-size: 11px;
		padding: 8px;
	}

	.wrp-footer .copyright {
		padding: 14px 0 22px;
	}

	.wrp-footer .copyright .text {
		font-size: 10px;
	}
}

/* breadcrumb */
.wrp-breadcrumb {
	width: 100%;
	height: 90px;
}

.wrp-breadcrumb .inner-breadcrumb {
	width: 100%;
	max-width: 1090px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 4.12%;
	margin: 0 auto;
	overflow-y: hidden;
}

.wrp-breadcrumb .list-breadcrumb {
	width: auto;
	height: 180px;
	font-size: 0;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 45px 0 0;
	overflow-x: scroll;
}

.wrp-breadcrumb .list-breadcrumb>li {
	display: inline-block;
	font-size: 14px;
}

.wrp-breadcrumb .list-breadcrumb>li:nth-child(n+2) {
	padding-left: 19px;
	position: relative;
}

.wrp-breadcrumb .list-breadcrumb>li:nth-child(n+2):before {
	display: block;
	content: '>';
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	left: 7px;
}

.wrp-breadcrumb .list-breadcrumb>li .text {
	font-size: 14px;
	color: #666;
}

@media only screen and (min-width: 1091px) {
	.wrp-breadcrumb .inner-breadcrumb {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (max-width: 950px) {
	.wrp-breadcrumb {
		height: 50px;
	}

	.wrp-breadcrumb .inner-breadcrumb {
		padding: 0;
	}

	.wrp-breadcrumb .list-breadcrumb {
		height: 100px;
		padding: 20px 15px 0;
	}

	.wrp-breadcrumb .list-breadcrumb>li:nth-child(n+2) {
		padding-left: 15px;
	}

	.wrp-breadcrumb .list-breadcrumb>li:nth-child(n+2):before {
		font-size: 10px;
		margin: -6px 0 0;
		left: 5px;
	}

	.wrp-breadcrumb .list-breadcrumb>li .text {
		font-size: 11px;
	}
}

/* form footer */
body.form .wrp-footer {
	padding: 0;
	border-top: 1px solid #ccc;
}

/* ------------------------------------
	* お気に入り店舗モーダル
* ------------------------------------ */
.wrp-favoritesalon {
	width: 100%;
	background-color: #aa7d23;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}

.wrp-favoritesalon .inner-favoritesalon {
	display: table;
	width: 100%;
	height: 100%;
}

.wrp-favoritesalon .ttl-favoritesalon {
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-favoritesalon .ttl-favoritesalon .inner {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrp-favoritesalon .ttl-favoritesalon .ttl {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 56px;
}

.wrp-favoritesalon .ttl-favoritesalon .btn-close-icn {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
}

.wrp-favoritesalon .ttl-favoritesalon .btn-close-icn>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.wrp-favoritesalon .ttl-favoritesalon .btn-close-icn>a:before {
	display: block;
	content: '\e901';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 56px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrp-favoritesalon .inner-box-favoritesalon {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 58px 0;
}

.wrp-favoritesalon .list-favoritesalon {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 25px 15px;
	margin: 0 auto;
}

.wrp-favoritesalon .list-favoritesalon>ul>li {
	width: 100%;
	position: relative;
}

.wrp-favoritesalon .list-favoritesalon>ul>li:nth-child(n+2) {
	margin-top: 15px;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a.link-salon:before {
	display: none;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a .name {
	padding-right: 54px;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete {
	display: block;
	width: 80px;
	font-size: 16px;
	color: #ff5600;
	line-height: 1;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete:before {
	display: none;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete .text {
	display: inline-block;
	padding: 0 0 0 24px;
	position: relative;
}

.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete .text:before {
	display: block;
	content: '\e901';
	width: 16px;
	height: 16px;
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #ff5600;
	line-height: 16px;
	text-align: center;
	border-radius: 0;
	background-color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
}

.wrp-favoritesalon .list-favoritesalon .list-none {
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	text-align: center;
	padding: 100px 0;
	display: none;
}

.wrp-favoritesalon .list-favoritesalon .list-none .text {
	color: #fff;
}

.wrp-favoritesalon .btn-close-text {
	width: 100%;
	height: 58px;
	border-top: 2px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrp-favoritesalon .btn-close-text>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.wrp-favoritesalon .btn-close-text>a .text {
	font-size: 14px;
	line-height: 56px;
	padding-left: 24px;
	position: relative;
}

.wrp-favoritesalon .btn-close-text>a .text:before {
	display: block;
	content: '\e901';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 0;
}

.wrp-favoritesalon.none .list-none {
	display: block;
}

.wrp-favoritesalon .box-favorite-numcheck {
	display: none;
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	padding: 40px 15px;
	margin: 0 auto;
}

.wrp-favoritesalon .box-favorite-numcheck .inner {
	width: 100%;
	box-sizing: border-box;
	padding: 32px 20px 40px;
	border-radius: 20px;
	background-color: #fff;
}

.wrp-favoritesalon .box-favorite-numcheck .question {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	padding: 0 0 22px;
}

.wrp-favoritesalon .box-favorite-numcheck .question .em {
	font-weight: bold;
}

.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul {
	width: 350px;
	margin: 0 auto;
}

.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul>li:first-child {
	padding-right: 15px;
}

.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul>li:first-child>a {
	border: 1px solid #e6e6e6;
}

.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul>li:nth-child(2) {
	padding-left: 15px;
}

@media only screen and (min-width: 737px) {
	.wrp-favoritesalon .ttl-favoritesalon .btn-close-icn>a:hover {
		opacity: 0.7;
	}

	.wrp-favoritesalon .list-favoritesalon>ul>li>a:hover.btn-delete .text {
		text-decoration: underline;
	}

	.wrp-favoritesalon .list-favoritesalon>ul>li>a:hover.btn-delete .text:before {
		text-decoration: none;
	}

	.wrp-favoritesalon .btn-close-text>a:hover {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-favoritesalon .ttl-favoritesalon .inner {
		padding: 0 20px;
	}

	.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete {
		width: 68px;
		font-size: 12px;
	}

	.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete .text {
		padding: 0 0 0 18px;
	}

	.wrp-favoritesalon .list-favoritesalon>ul>li>a.btn-delete .text:before {
		width: 12px;
		height: 12px;
		font-size: 11px;
		line-height: 12px;
	}

	.wrp-favoritesalon .list-favoritesalon .list-none {
		font-size: 14px;
		padding: 75px 0;
	}

	.wrp-favoritesalon .box-favorite-numcheck {
		max-width: 100%;
		padding: 25px 15px;
	}

	.wrp-favoritesalon .box-favorite-numcheck .inner {
		padding: 10px;
		border-radius: 7px;
	}

	.wrp-favoritesalon .box-favorite-numcheck .question {
		font-size: 14px;
		line-height: 1.7;
		padding: 17px 0 22px;
	}

	.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul {
		width: 100%;
	}

	.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul>li:first-child {
		padding-right: 5px;
	}

	.wrp-favoritesalon .box-favorite-numcheck .box-btn>ul>li:nth-child(2) {
		padding-left: 5px;
	}
}

/* ------------------------------------
	* 最近ご覧になった店舗モーダル
* ------------------------------------ */
.wrp-recentsalon {
	width: 100%;
	background-color: #aa7d23;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}

.wrp-recentsalon .inner-recentsalon {
	display: table;
	width: 100%;
	height: 100%;
}

.wrp-recentsalon .ttl-recentsalon {
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.wrp-recentsalon .ttl-recentsalon .inner {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrp-recentsalon .ttl-recentsalon .ttl {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 56px;
}

.wrp-recentsalon .ttl-recentsalon .btn-close-icn {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
}

.wrp-recentsalon .ttl-recentsalon .btn-close-icn>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.wrp-recentsalon .ttl-recentsalon .btn-close-icn>a:before {
	display: block;
	content: '\e901';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 56px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrp-recentsalon .inner-box-recentsalon {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 58px 0;
}

.wrp-recentsalon .list-recentsalon {
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	padding: 25px 15px;
	margin: 0 auto;
}

.wrp-recentsalon .list-recentsalon>ul>li {
	width: 100%;
	position: relative;
}

.wrp-recentsalon .list-recentsalon>ul>li:nth-child(n+2) {
	margin-top: 15px;
}

.wrp-recentsalon .btn-close-text {
	width: 100%;
	height: 58px;
	border-top: 2px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wrp-recentsalon .btn-close-text>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.wrp-recentsalon .btn-close-text>a .text {
	font-size: 14px;
	line-height: 56px;
	padding-left: 24px;
	position: relative;
}

.wrp-recentsalon .btn-close-text>a .text:before {
	display: block;
	content: '\e901';
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 0;
}

@media only screen and (min-width: 737px) {
	.wrp-recentsalon .ttl-recentsalon .btn-close-icn>a:hover {
		opacity: 0.7;
	}

	.wrp-recentsalon .list-recentsalon>ul>li>a:hover.btn-delete .text {
		text-decoration: underline;
	}

	.wrp-recentsalon .list-recentsalon>ul>li>a:hover.btn-delete .text:before {
		text-decoration: none;
	}

	.wrp-recentsalon .btn-close-text>a:hover {
		opacity: 0.7;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-recentsalon .inner-recentsalon {
		width: 100%;
	}

	.wrp-recentsalon .ttl-recentsalon .inner {
		padding: 0 20px;
	}
}

/* ------------------------------------
	* other Common Layout
* ------------------------------------ */
@media only screen and (max-width: 950px) {
	.wrp {
		width: 100%;
		padding: 56px 0 0;
		margin: 0 auto;
		position: relative;
	}
}

/* R向け要素 */
.ur-v {
	display: none;
}

body.user-r .ur-v {
	display: block;
}

.avoid-layout-shift-slider>.slide:not(:first-child) {
	display: none;
}

/* slick.js override */
.slick-slider {
	position: relative;
	font-size: 0;
	/* because children uses display: inline-block  */
}

.slick-slider .slick-arrow {
	width: 68px;
	height: 68px;
	font-size: 18px;
	color: #999;
	margin: -34px 0 0;
	border-radius: 34px;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}

.slick-slider .slick-arrow:before {
	display: inline-block;
	font-family: 'iconfont';
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
}

.slick-slider .slick-arrow.slick-prev {
	left: -34px;
}

.slick-slider .slick-arrow.slick-prev:before {
	content: '\e91c';
	right: 13px;
}

.slick-slider .slick-arrow.slick-next {
	right: -34px;
}

.slick-slider .slick-arrow.slick-next:before {
	content: '\e91d';
	left: 13px;
}

.slick-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.slick-slider .slick-arrow:focus {
	outline: none;
}

.slick-slider .slick-dots {
	width: 100%;
	line-height: 0;
	box-sizing: border-box;
	padding: 19px 11px;
	position: absolute;
	bottom: -49px;
	left: 0;
}

.slick-slider .slick-dots>li {
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.slick-slider .slick-dots>li:nth-child(n+2) {
	margin: 0 0 0 8px;
}

.slick-slider .slick-dots>li>button {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 5px;
}

.slick-slider .slick-dots>li.slick-active>button {
	background-color: #ff5600;
}

@media only screen and (min-width: 737px) {
	.slick-slider .slick-slide a .img {
		background-color: #fff;
	}

	.slick-slider .slick-slide a:hover .img img {
		opacity: 0.7;
	}

	.slick-slider .slick-arrow:hover {
		background-color: #fff;
	}
}

@media only screen and (max-width: 736px) {
	.slick-slider .slick-arrow {
		width: 40px;
		height: 40px;
		font-size: 12px;
		margin: -20px 0 0;
		border-radius: 20px;
	}

	.slick-slider .slick-arrow.slick-prev {
		left: -20px;
	}

	.slick-slider .slick-arrow.slick-prev:before {
		right: 8px;
	}

	.slick-slider .slick-arrow.slick-next {
		right: -20px;
	}

	.slick-slider .slick-arrow.slick-next:before {
		left: 8px;
	}

	.slick-slider .slick-dots {
		text-align: left;
		padding: 12px 15px;
		bottom: -33px;
	}

	.slick-slider .slick-dots>li>button {
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}
}

/* JS要素用スタイル */
.js-fix-elm {
	width: 100%;
	box-sizing: border-box;
	/* position: absolute; */
	top: 0;
	left: 0;
}

.js-fix-elm.fixed {
	position: fixed;
	/* + height of top-notification */
	top: 50px;
	/* top: 120px; */
	left: 0;
	z-index: 8;
}

@media only screen and (max-width: 950px) {
	.js-fix-elm.fixed {
		top: 0;
		transition: top .3s;
	}

	.js-fix-elm.fixed.adjust {
		top: 56px;
	}
}

@media only screen and (max-width: 736px) {
	.js-fix-elm.fixed {
		top: 0;
		transition: top .3s;
	}

	.js-fix-elm.fixed.adjust {
		top: 56px;
	}
}

.js-fix-fadeelm {
	display: none;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 50px;
	left: 0;
	transition: top .3s;
	z-index: 8;
}

@media only screen and (max-width: 950px) {
	.js-fix-fadeelm {
		top: 0;
	}

	.js-fix-fadeelm.adjust {
		top: 56px;
	}
}

@media only screen and (max-width: 736px) {
	.js-fix-fadeelm {
		top: 0;
	}

	.js-fix-fadeelm.adjust {
		top: 56px;
	}
}

.js-submit-btn.disabled {
	color: #fff;
	background-color: #c7c7c7 !important;
	box-shadow: 0 0;
	cursor: default;
}

.js-notice-box {
	display: none;
}


/* お客様からのありがとうの声 */
.wrp-thankyou {
	background-color: #efe4c7;
	padding-top: 50px;
	padding-bottom: 10px;
}


.wrp-box-thankyou {
	padding-top: 0;
	padding-bottom: 58px;
}

.wrp-box-thankyou .ttl {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 72px 0 43px;
	background-image: url(/img/common/icn_thankyou.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 78px auto;
}

.wrp-box-thankyou .lead {
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 0 0 25px;
}

#salon-thankyou .wrp-box-thankyou .wrp-list-thankyou {
	height: 700px;
	overflow-y: scroll;
	background-color: #e7dec5;
	padding: 30px 95px 30px;
	margin-bottom: 30px;
}
.wrp-box-thankyou .wrp-list-thankyou {
	width: 100%;
	box-sizing: border-box;
	padding: 0 95px 30px;
}

.wrp-list-thankyou .empty-result {
	text-align: center;
}

.wrp-box-thankyou .box-thankyou {
	padding: 24px 30px;
	margin: 0 0 30px;
	background-color: #faf3dd;
}

.wrp-box-thankyou .box-thankyou .box-info {
	margin: 0 0 12px;
}

.wrp-box-thankyou .box-thankyou .box-info .icon {
	width: 40px;
}

.wrp-box-thankyou .box-thankyou .box-info .name {
	color: #a67b1e;
	font-weight: bold;
	margin: 0 0 6px;
}

.wrp-box-thankyou .box-thankyou .box-info .salon a {
	font-weight: bold;
	color: #ff5600;
	cursor: pointer;
	text-decoration: underline;
}

.wrp-box-thankyou .box-thankyou .box-info .salon a:hover {
	color: #ff8f00;
}

.wrp-box-thankyou .box-thankyou .box-info .course a {
	font-weight: bold;
	color: #ff5600;
	cursor: pointer;
	text-decoration: underline;
}

.wrp-box-thankyou .box-thankyou .box-info .course a:hover {
	color: #ff8f00;
}

.wrp-box-thankyou .box-thankyou .box-text {
	white-space: pre-line;
}

.wrp-box-thankyou .box-thankyou .box-text .text-readmore {
	display: none;
}

.wrp-box-thankyou .box-thankyou .btn-expand {
	width: 100%;
	text-align: right;
	padding: 3px 0 0;
}

.wrp-box-thankyou .box-thankyou .btn-expand>a[class^=btn-] {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
}

.wrp-box-thankyou .box-thankyou .btn-expand>a[class^=btn-]:before {
	margin: 3px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.wrp-box-thankyou .box-thankyou .btn-expand>a[class^=btn-] .text {
	text-decoration: underline;
}

.wrp-box-thankyou .box-thankyou .btn-expand>a.btn-close {
	display: none;
}

.wrp-box-thankyou .box-thankyou .btn-expand>a.btn-close:before {
	color: #ff5600;
	background-color: #fff;
}

.wrp-box-thankyou .box-thankyou .btn-expand.open>a.btn-readmore {
	display: none;
}

.wrp-box-thankyou .box-thankyou .btn-expand.open>a.btn-close {
	display: inline-block;
}

.wrp-box-thankyou .box-thankyou .id {
	width: 100%;
	font-size: 10px;
	color: #999;
	text-align: right;
	padding: 10px 0 0;
}

.wrp-box-thankyou .btn-more {
	width: 350px;
	font-size: 20px;
	margin: 0 auto;
}

.corona-top-noti {
	font-weight: bold;
	background-color: white;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	border: 5px solid #1c89b3;
	color: #1c89b3;
	font-size: 18px;
	padding: 2px 0;
	text-align: center;
}

@media only screen and (min-width: 737px) {
	.wrp-box-thankyou .box-thankyou .btn-expand>a[class^=btn-]:hover .text {
		text-decoration: none;
	}
}

@media only screen and (max-width: 736px) {
	.wrp-thankyou {
		padding-top: 30px;
	}

	.wrp-box-thankyou {
		padding: 25px 15px;
	}

	.wrp-box-thankyou .ttl {
		font-size: 24px;
		padding: 61px 0 4px;
		background-size: 65px auto;
	}

	.wrp-box-thankyou .lead {
		font-size: 14px;
		text-align: left;
		padding: 17px 15px 10px;
	}

	.wrp-box-thankyou {
		padding: 0 0 25px;
	}
	#salon-thankyou .wrp-box-thankyou .wrp-list-thankyou {
		height: 600px;
		width: 80%;
		margin: 0 auto 15px;
		padding: 15px 15px 0;
	}
	.wrp-box-thankyou .wrp-list-thankyou {
		padding: 0 15px 15px;
	}

	.wrp-box-thankyou .box-thankyou {
		padding: 15px;
		margin: 0 0 15px;
	}

	.wrp-box-thankyou .box-thankyou .box-info {
		margin: 0 0 6px;
	}

	.wrp-box-thankyou .box-thankyou .box-info .icon {
		width: 38px;
	}

	.wrp-box-thankyou .box-thankyou .box-info .name {
		margin: 0 0 3px;
	}

	.wrp-box-thankyou .box-thankyou .btn-expand {
		padding: 3px 0 0;
	}

	.wrp-box-thankyou .box-thankyou .btn-expand>a[class^=btn-]:before {
		margin: 1px 0 0;
	}

	.wrp-box-thankyou .box-thankyou .id {
		font-size: 10px;
		padding: 6px 0 0;
	}

	.wrp-box-thankyou .btn-more {
		font-size: 16px;
	}
}

.text-red {
	color: #f00;
}

.mod-list-3col>li.customer-voice-anchor-btn,
.customer-voice-anchor-btn {
	display: none;
}

@media only screen and (min-width: 737px) {
.pc-nowrap{
	white-space: nowrap;
	}
}
