@charset "UTF-8";
/*
Theme Name: haha-color
Author: Catwork
*/
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	zoom: 1;
	/* hasLayout in IE */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

p {
	max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	height: auto;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}

a:focus {
	outline: none;
}

a img {
	border: none;
	vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

textarea {
	overflow: auto;
}

label {
	cursor: pointer;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
}

strong {
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

body {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

h2, h3, h4, h5 {
	font-weight: bold;
}

.inner {
	margin: 0 auto;
	width: 1200px;
}

img {
	max-width: 100%;
}

/*===============================================
	component
===============================================*/
.f-gothic {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

.f-serif {
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.c-gradi01 {
	background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
	background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
	background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
}

/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px) {
	html,
	body,
	.wrap {
		width: 1240px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}

	a {
		transition: all 0.3s ease;
	}

	.sp {
		display: none;
	}

	@keyframes slider {
		0% { background-position: bottom left 3600px; }
		100% { background-position: bottom left 0; }
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: relative;
		z-index: 9000;
	}
	header .box01 {
		background: #555;
	}
	header h1 {
		max-width: 1200px;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
		text-align: right;
	}
	header .box02 {
		padding: 20px 0 0;
		background: #fff;
	}
	header .box02 .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .logo a {
		display: block;
	}
	header .box02 .contact {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .tel a {
		display: block;
	}
	header .tel .time {
		display: block;
		margin-top: 2px;
		font-size: 14px;
		/* text-align: right; */
		text-align: center;
	}
	header .line {
		margin: 0 0 0 15px;
		width: 260px;
		line-height: 1.3;
	}
	header .line a {
		display: flex;
		align-items: center;
		padding-left: 10px;
		height: 50px;
		border: 1px solid #00b900;
		background: #00b900 url("img/common_qr01.png") no-repeat center right/contain;
		color: #fff;
		box-sizing: border-box;
	}
	header .reserve {
		margin: 0 0 0 15px;
		width: 200px;
		text-align: center;
	}
	header .reserve a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	header .reserve span {
		padding: 0 10px 0 25px;
		background: url("img/common_ico_pencil01.png") no-repeat left center/16px;
	}

	/* .nav
	------------------------------------------------------------------------*/
	nav {
		position: relative;
		width: 100%;
		min-width: 1240px;
		height: 50px;
		background: #fff;
	}
	nav.is-fixed {
		position: fixed;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
		top: 0;
		left: 0;
	}

	#nav {
		display: flex;
		justify-content: center;
	}
	#nav a {
		display: block;
	}
	#nav li {
		margin: 0 23px;
		text-align: center;
	}
	#nav li a, #nav li .parent {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		position: relative;
		padding: 12px 0 0;
		box-sizing: border-box;
	}
	#nav li a:before {
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 1px;
		height: 1px;
		background: #f26628;
		opacity: 0;
		transition: all 0.3s ease;
	}
	#nav li a:hover {
		opacity: 1;
		color: #f26628;
	}
	#nav li a:hover:before {
		opacity: 1;
		width: 100%;
	}
	#nav li.family:hover .child {
		opacity: 1;
		visibility: visible;
		/* top: 100%; */
	}
	#nav li .parent {
		position: relative;
		z-index: 2;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	#nav li .parent:hover {
		color: #f26628;
	}
	#nav li .parent:before {
		position: absolute;
		right: 0;
		bottom: 6px;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border: 2px solid #f26628;
		border-left: none;
		border-top: none;
		transform: rotate(45deg);
	}
	#nav li .child {
		background: rgba(254, 243, 223, 0.95);
		position: absolute;
		width: 100%;
		left: 0;
		padding: 40px;
		box-sizing: border-box;
		transition: all 0.3s ease;
		visibility: hidden;
		opacity: 0;
		/* top: calc(100% - 20px); */
	}
	#nav li .child ul {
		display: flex;
		justify-content: center;
	}
	#nav li .child ul li {
		margin: 0 20px 0 0;
		font-size: 18px;
		text-align: center;
	}
	#nav li .child ul li:nth-of-type(1) a {
		background: #fe7266;
	}
	#nav li .child ul li:nth-of-type(2) a {
		background: #f26628;
	}
	#nav li .child ul li:nth-of-type(3) a {
		background: #ff9700;
	}
	#nav li .child ul li:last-of-type {
		margin-right: 0;
	}
	#nav li .child ul li a {
		height: auto;
		display: block;
		padding: 5px;
		color: #fff;
	}
	#nav li .child ul li a:before {
		content: none;
	}
	#nav li .child ul li a:hover {
		opacity: .8;
	}
	#nav li .child ul li img {
		display: block;
		width: 150px;
		height: 150px;
		margin: 0 auto 3px;
	}
	#nav .insta a:before {
		content: none;
	}
	#nav .insta a:hover {
		opacity: .8;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common-cv
	------------------------------------------*/
	.common-cv {
		position: relative;
		overflow: hidden;
		padding: 70px 10px;
		color: #555;
		background: #fee9c5;
	}
	.common-cv .bgTxt {
		pointer-events: none;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgba(255, 255, 255, 0.5);
		font-size: 72px;
		text-align: center;
		letter-spacing: .13em;
		white-space: nowrap;
	}
	.common-cv .box {
		position: relative;
		z-index: 3;
		width: 900px;
		margin: 0 auto;
		padding: 10px;
		background: rgba(255, 255, 255, 0.6);
		box-sizing: border-box;
	}
	.common-cv .box .in {
		padding: 30px 30px 27px;
		border: 1px solid #f26628;
	}
	.common-cv .lead {
		margin-bottom: 2px;
		text-align: center;
	}
	.common-cv h2 {
		position: relative;
		display: table;
		margin: 0 auto 18px;
		padding: 0 25px;
		font-weight: normal;
		font-size: 32px;
		text-align: center;
		letter-spacing: .1em;
	}
	.common-cv h2:before, .common-cv h2:after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 8px;
		height: 2px;
		background: #555;
	}
	.common-cv h2:before {
		left: 0;
	}
	.common-cv h2:after {
		right: 0;
	}
	.common-cv .btns {
		display: flex;
		justify-content: center;
		gap: 0 30px;
		align-items: flex-start;
	}
	.common-cv .tel {
		margin-top: 5px;
	}
	.common-cv .tel a {
		display: block;
	}
	.common-cv .tel .time {
		display: block;
        margin-top: 8px;
        font-size: 16px;
        text-align: center;
	}
	.common-cv .reserve {
		width: 260px;
		text-align: center;
		font-size: 22px;
	}
	.common-cv .reserve a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common-cv .reserve a span {
		padding: 0 0 0 30px;
		background: url("img/common_ico_pencil01.png") no-repeat left center;
	}
	.common-cv .line {
		width: 260px;
		text-align: center;
		font-size: 22px;
	}
	.common-cv .line a {
		background: linear-gradient(to right, #64d364 0%, #00c000 100%);
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		color: #fff;
	}
	.common-cv .line a span {
		display: inline-block;
		padding: 3px 0 3px 53px;
		background: url("img/common_line_icon.png") no-repeat left center;
		background-size: 36px;
	}

	/*	.common-tit01
	------------------------------------------*/
	.common-tit01 {
		font-weight: normal;
		font-size: 20px;
		text-align: center;
	}

	/*	.common-tit02
	------------------------------------------*/
	.common-tit02 {
		font-weight: normal;
		text-align: center;
	}
	.common-tit02 .en {
		display: block;
		margin-top: 5px;
		font-size: 48px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}

	/*	.common .key
	------------------------------------------*/
	/* common style */
	.common .key {
		position: relative;
		padding: 10px 0 0;
	}
	.common .key:before {
		position: absolute;
		pointer-events: none;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 110px;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common .key .bg {
		overflow: hidden;
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		height: 250px;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 150px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		box-sizing: border-box;
	}
	.common .key .tit {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 36px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		letter-spacing: .12em;
		transform: translateY(10px);
	}
	.common .key .tit:before {
		position: absolute;
		z-index: -1;
		content: "";
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* page */
	.concept .key .bg {
		background-image: url("img/concept_key_bg_pc.png");
	}
	.concept .key .bg .tit:before {
		right: -109px;
		bottom: -32px;
		width: 165px;
		height: 71px;
		background-image: url("img/concept_key_txt.png");
	}

	.price .key .bg {
		background-image: url("img/price_key_bg_pc.png");
	}
	.price .key .bg .tit:before {
		right: -49px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/price_key_txt.png");
	}

	.store-archive .key .bg,
	.store-single .key .bg,
	.blog_single .key .bg {
		background-image: url("img/store_key_bg_pc.png");
	}
	.blog_single .key .bg,
	.blog .key .bg  {
		background-image: url("img/blog_bg.png");
	}
	.contacts .key .bg,
	.yonmaru .key .bg,
	.thanks .key .bg {
		background-image: url("img/contact_bg.png");
	}
	.faq .key .bg {
		background-image: url("img/faq_bg.png");
	}
	.company .key .bg {
		background-image: url("img/company_bg.png");
	}
	.store-archive .key .bg .tit:before,
	.store-single .key .bg .tit:before {
		right: -49px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/store_key_txt.png");
	}
	.faq .key .bg .tit::before {
		right: -70px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/faq_title.png");
	}
	.contacts .key .bg .tit::before,
	.thanks .key .bg .tit::before {
		right: -49px;
		bottom: -32px;
		width: 160px;
		height: 70px;
		background-image: url("img/contact_title.png");
	}
	.company .key .bg .tit::before {
		right: -100px;
		bottom: -32px;
		width: 187px;
		height: 62px;
		background-image: url("img/company_title.png");
	}
	.blog_single .key .bg .tit::before,
	.blog .key .bg .tit::before {
		right: -30px;
		bottom: -32px;
		width: 98px;
		height: 46px;
		background-image: url("img/blog_title.png");
	}
	.store-single .key .bg .tit:before {
		right: -111px;
	}


	/*	common pankuzu
	------------------------------------------*/
	.common .pankuzu {
		padding: 15px 0;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common .pankuzu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.common .pankuzu ul li {
		position: relative;
		margin-right: 8px;
		padding: 0 10px 0 0;
		color: #fff;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-size: 14px;
	}
	.common .pankuzu ul li:before {
		position: absolute;
		top: 7px;
		right: 0;
		content: "";
		display: block;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
	}
	.common .pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}
	.common .pankuzu ul li:last-of-type:before {
		content: none;
	}
	.common .pankuzu ul li a {
		color: inherit;
	}
	.common .pankuzu ul li a:hover {
		opacity: 1;
		text-decoration: underline;
	}

	/* .home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		overflow: hidden;
		position: relative;
		padding: 40px 0 155px;
		box-sizing: border-box;
	}
	.home .key:before {
		pointer-events: none;
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 300px;
		background: url("img/common_bg01.png") no-repeat center/cover;
	}
	.home .key .inner {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 1220px;
	}
	.home .key .txt {
		position: relative;
		z-index: 3;
	}
	.home .key .img {
		position: absolute;
		top: -35px;
		right: -200px;
	}
	.home .key .img:before {
		position: absolute;
		top: 55px;
		right: -175px;
		content: "";
		display: block;
		background: url("img/common_eng01.png") no-repeat center/contain;
		width: 384px;
		height: 427px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		margin-top: -140px;
		padding: 38px 10px;
	}
	.home .cont01 .box {
		background: rgba(255, 255, 255, 0.9);
	}
	.home .cont01 .box .in {
		padding: 18px 30px 17px;
	}
	.home .cont01 .bgTxt {
		z-index: 1;
	}
	.home .bunner{
		margin: 90px auto 0;
		text-align: center;
	}

	.home .bnr_area {
		width: 1200px;
		margin: 0 auto;
		margin-top: 85px;
		display: flex;
		flex-wrap: wrap;
        gap: 20px;
		justify-content: center;
	}
	/* .home .bnr_area .bnr:last-of-type {
		margin-left: 20px;
	} */

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 125px 0 120px;
	}
	.home .cont02 h2 {
		max-width: 1200px;
		margin: 0 auto 40px;
		position: relative;
	}
	/* .home .cont02 h2::before {
		content: url(img/home_cont02_title.png);
		position: absolute;
		top: -65px;
		left: 255px;
	} */
	.home .cont02 h2 .en {
		font-size: 56px;
	}
	.home .cont02 .add-text {
		margin-bottom: 50px;
		text-align: center;
	}
	.home .cont02 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.home .cont02 .treatment .list {
		display: flex;
		justify-content: center;
		gap: 35px 10px;
		flex-wrap: wrap;
	}
	.home .cont02 .list li {
		text-align: center;
	}
	.home .cont02 .fashion .list li:last-of-type {
		margin-left: 15px;
	}
	.home .cont02 .fashion .text01 {
		text-align: center;
		line-height: 2;
		margin-top: 40px;
		font-size: 14px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont02 .list .txt {
		font-size: 20px;
	}
	.home .cont02 .list .price {
		font-size: 42px;
	}
	.home .cont02 .list .price.campaign {
		position: relative;
		padding-bottom: 28px;
	}
	/* .home .cont02 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 2px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont02 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 3px;
		left: 50%;
		transform: translateX(-50%);
	} */
	.home .cont02 .list .campaign-price {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.2;
	}
	.home .cont02 .list li:nth-of-type(1) .campaign-price,
	.home .cont02 .list li:nth-of-type(2) .campaign-price,
	.home .cont02 .list li:nth-of-type(3) .campaign-price {
		line-height: 1.4;
	}
	.home .cont02 .list .campaign-price .span01 {
		font-size: 42px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.home .cont02 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.home .cont02 .list .price .small {
		font-size: 18px;
	}
	.home .cont02 .note {
        display: flex;
        align-items: center;
        gap: 40px;
        background: #fff;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
        box-sizing: border-box;
        padding: 50px;
		border-radius: 10px;
	}
	.home .cont02 .common-box01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.home .cont02 .note_ttl {
        width: 255px;
        font-size: 22px;
        font-weight: bold;
        color: #f26628;
        border-right: #f26628 2px solid;
	}
	.home .cont02 .common-box01:nth-of-type(2) .note_ttl {
		color: #50aadb;
	}
	.home .cont02 .note_ttl span {
		color: #333;
		font-size: 16px;
	}
	.home .cont02 .note_text .text02 span,
	.home .cont02 .note_text .text03 span,
	.home .cont02 .note_text .text04 span {
		color: #f26628;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont02 .note_text .text03 .br {
		color: #333;
		font-weight: normal;
		font-size: 16px;
    }
	.home .cont02 .common-box02 h3 {
		text-align: center;
		font-size: 26px;
	}


	.home .cont02 .desc {
		position: relative;
		margin: 0 auto;
		padding: 16px 30px;
		font-size: 18px;
		line-height: 2;
		text-align: center;
		box-sizing: border-box;
	}
	.home .cont02 .desc:before, .home .cont02 .desc:after {
		position: absolute;
		top: 0;
		content: "";
		display: block;
		width: 20px;
		height: 100%;
		border: 1px solid;
	}
	.home .cont02 .desc:before {
		border-right: none;
		left: -40px;
	}
	.home .cont02 .desc:after {
		border-left: none;
		right: -40px;
	}
	.home .cont02 .desc .small {
		font-size: 16px;
	}

	.home .cont02 .boxWrap01 {
		background: #ffffde;
	}
	.home .cont02 .common-box01 {
        margin: 0 auto;
        padding: 120px 100px 80px;
        box-sizing: border-box;
        width: 1200px;
	}
	.home .cont02 .common-box01 h3 {
        margin-bottom: 60px;
        padding: 0 0 32px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
	}
	.home .cont02 .common-box01 .text01 {
		text-align: center;
		margin-bottom: 50px;
	}
	.home .cont02 .common-box01 .list {
		margin-bottom: 27px;
	}
	.home .cont02 .common-box01 .list li {
		width: 32%;
	}
	.home .cont02 .common-box01 .list li .img {
		margin-bottom: 20px;
		text-align: center;
	}
	.home .cont02 .common-box01 .desc {
		max-width: 450px;
	}
	.home .cont02 .common-box02.special{
        width: 1200px;
        padding: 0px 100px 120px;
        box-sizing: border-box;
        margin: 0 auto;
	}
	.home .cont02 .common-box02.fashion {
		padding: 85px 0 70px;
	}
	.home .cont02 .common-box02.fashion .list {
		justify-content: center;
	}
	.home .cont02 .common-box02 h3 {
		margin-bottom: 40px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}
	.home .cont02 .common-box02 h3 span{
		display: block;
		font-size: 16px;
	}
	.home .cont02 .common-box02 .text05{
		margin-bottom: 40px;
		font-size: 20px;
		text-align: center;
	}
	.home .cont02 .common-box02 .text05 span{
		color: #f26628;
	}
	.home .cont02 .common-box02 .box01{
		display: flex;
        gap: 35px;
        margin: 0 90px 40px;
	}
	.home .cont02 .common-box02 .box01 ul{
		display: flex;
		gap: 20px;
	}
	    .home .cont02 .common-box02 .desc {
        max-width: 920px;
    }
	.home .cont02 .common-box02 .list {
        margin-bottom: 43px;
    }

	.home .cont02 .common-box02 .box01 ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 145px;
		height: 145px;
		text-align: center;
		font-size: 22px;
		color: #fff;
		border-radius: 50%;
		background: #fe7266;
	}
	.home .cont02 .common-box02 .box01 ul li:nth-of-type(2){
		background: #ea5e03;
	}
	.home .cont02 .common-box02 .box01 ul li:nth-of-type(3){
		background: #ffaa39;
	}
	.home .cont02 .common-box02 .text06{
		line-height: 2.125;
	}
	.home .cont02 .common-box02 .box02{
		margin: 0 90px;
		padding: 60px;
		background: #fff;
		border-radius: 10px;
	}
	.home .cont02 .common-box02 .box02 h4 {
		position: relative;
		text-align: center;
		font-size: 24px;
		color: #f26628;
		margin-bottom: 40px;
	}
	.home .cont02 .common-box02 .box02 h4::before {
		content: "";
		width: 180px;
		height: 1px;
		background: #f26628;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.home .cont02 .common-box02 .box02 h4::after {
		content: "";
		width: 180px;
		height: 1px;
		background: #f26628;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.home .cont02 .common-box02 .box02 ul li {
		margin-bottom: 25px;
		padding-left: 39px;
		background: url(img/home_txt_special02.png) 0 center no-repeat;
		font-size: 18px;
		font-weight: bold;
	}
	.home .cont02 .common-box02 .box02 ul li:nth-of-type(5) {
		margin-bottom: 0;
	}
	.home .cont02 .special {
		background: #ffffde;
	}
	.home .cont02 .special .in {
		margin: 0 0 0 auto;
	}
	.home .cont02 .common-box01 h3 {
		position: relative;
		background: url("img/home_txt_special01.png") no-repeat center bottom;
	}
	.home .cont02 .special .desc:before, .home .cont02 .special .desc:after {
		border-color: #f26628;
	}
	.home .cont02 .suppressing {
		background: #fff0ef;
	}
	.home .cont02 .suppressing h3 {
		position: relative;
		background: url("img/home_txt_suppressing02.png") no-repeat center bottom;
	}
	.home .cont02 .suppressing h3:before {
		position: absolute;
		top: 0;
		right: 20px;
		content: "";
		display: block;
		width: 235px;
		height: 87px;
		background: url("img/home_txt_suppressing01.png") no-repeat center/contain;
	}
	.home .cont02 .suppressing h3::after {
		content: url(img/home_cont02_h3title.png);
		position: absolute;
		top: 30px;
		left: 53px;
	}
	.home .cont02 .suppressing .desc:before, .home .cont02 .suppressing .desc:after {
		border-color: #50aadb;
	}
	.home .cont02 .common-box02.treatment {
		background: #e3f4f3;
		padding: 85px 0 100px;
	}
	.home .cont02 .list .campaign-price.treatment {
		font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
	}
	.home .cont02 .common-box02.treatment .list .img {
        margin-bottom: 12px;
        text-align: center;
    }
	.home .cont02 .list .campaign-price.treatment .span01 {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.home .cont02 .treatment h3 {
		position: relative;
		background: url("img/home_txt_treatment02.png") no-repeat center bottom;
	}
	.home .cont02 .common-box02.treatment h3 {
        margin-bottom: 40px;
        padding: 0 0 24px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
	}
	.home .cont02 .treatment h3:before {
		position: absolute;
		top: -20px;
		left: calc(50% - 310px);
		content: "";
		display: block;
		width: 211px;
		height: 72px;
		background: url("img/home_txt_treatment01.png") no-repeat center/contain;
	}
	.home .cont02 .treatment .desc:before, .home .cont02 .treatment .desc:after {
		border-color: #46b8ae;
	}

	.home .cont02 .common-box02 .add {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 1000px;
		margin: 50px auto 0;
		background: #fff;
		border: 1px solid #46b8ae;
		padding: 40px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box02 .add .add-ttl {
		font-size: 18px;
        color: #46b8ae;
        font-weight: bold;
        border-right: 1px solid #46b8ae;
        padding: 10px 40px 10px 0;
	}
	.home .cont02 .common-box02 .add .add-ttl span {
		display: block;
		color: #333;
		line-height: 1;
		margin-top: 14px;
		font-size: 16px;
	}
	.home .cont02 .common-box02 .add ul {
		display: flex;
        flex-wrap: wrap;
        gap: 8px 0;
        width: 665px;
	}
	.home .cont02 .common-box02 .add ul li {
		position: relative;
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(1),
	.home .cont02 .common-box02 .add ul li:nth-of-type(3) {
		width: 300px;
	}
	.home .cont02 .common-box02 .add ul li::before {
		content: "・";
	}
	

	/* special-care */
	.home .cont02 .treatment .special_care {
		width: 1000px;
		margin: 60px auto 0;
		padding-top: 70px;
		background: #fff;
		border-radius: 20px;
		position: relative;
	}
	.home .cont02 .treatment .special_care::before {
		content: "";
		background: url("img/special_care_img04.png")no-repeat;
		width: 180px;
		height: 218px;
		position: absolute;
		top: -30px;
		left: 125px;
	}
	.home .cont02 .treatment .special_care h4 {
		font-size: 28px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care_text01.png")top center no-repeat;
		padding-top: 40px;
	}
	.home .cont02 .treatment .special_care h4 span {
		font-size: 22px;
	}
	.home .cont02 .treatment .special_care .text01 {
		font-size: 18px;
		line-height: 1.9;
		text-align: center;
		margin: 40px 0 30px;
	}
	.home .cont02 .treatment .special_care .text02 {
		width: 730px;
		height: 55px;
		line-height: 57px;
		border-radius: 10px;
		color: #fff;
		background: #46b8ae;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 auto;
	}
	.home .cont02 .treatment .special_care .text02 span {
		font-size: 16px;
		font-weight: bold;
	}
	.home .cont02 .treatment .special_care .flex_box {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 45px 0;
		gap: 0 45px;
	}
	.home .cont02 .treatment .special_care .flex_box .text03 {
		font-size: 26px;
		line-height: 1.8;
	}
	.home .cont02 .treatment .special_care .flex_box ul {
		width: 50%;
	}
	.home .cont02 .treatment .special_care .flex_box ul li {
		font-size: 18px;
		line-height: 2.2;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		position: relative;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.home .cont02 .treatment .special_care .flex_box ul li::before {
		content: "";
		background: url("img/special_care_icon01.png")no-repeat;
		width: 27px;
		height: 15px;
		position: absolute;
		top: 12px;
		left: 0;
	}
	.home .cont02 .treatment .special_care .img_lightbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
		padding-bottom: 60px;
	}
	.home .cont02 .treatment .special_care .img_lightbox a img {
		width: 420px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	/* special-care02 */
	.home .cont02 .treatment .special_care02 {
		width: 1000px;
		margin: 100px auto 0;
		padding-top: 70px;
		background: #fff;
		border-radius: 20px;
		position: relative;
	}
	.home .cont02 .treatment .special_care02::before {
		content: "";
		background: url("img/special_care02_img01.png")no-repeat;
		width: 165px;
		height: 200px;
		position: absolute;
		top: -20px;
		right: 80px;
	}
	.home .cont02 .treatment .special_care02::after {
		content: "";
		background: url("img/special_care02_text02.png")no-repeat;
		width: 135px;
		height: 101px;
		position: absolute;
		top: 27px;
		left: 153px;
	}
	.home .cont02 .treatment .special_care02 h4 {
		font-size: 28px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care02_text01.png")top center no-repeat;
		padding-top: 40px;
	}
	.home .cont02 .treatment .special_care02 h4 span {
		font-size: 22px;
	}
	.home .cont02 .treatment .special_care02 .text01 {
		font-size: 18px;
		line-height: 1.9;
		text-align: center;
		margin: 40px 0 30px;
	}
	.home .cont02 .treatment .special_care02 .circle {
		display: flex;
		justify-content: center;
		gap: 0 50px;
		margin-bottom: 35px;
	}
	.home .cont02 .treatment .special_care02 .circle li {
		width: 210px;
		height: 210px;
		background: url("img/special_care02_accent01.png")no-repeat;
		text-align: center;
		color: #ff8b81;
		font-size: 26px;
		line-height: 1;
		padding-top: 52px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .treatment .special_care02 .circle li:nth-of-type(3) {
		padding-top: 72px;
	}
	.home .cont02 .treatment .special_care02 .circle li span {
		display: block;
		padding-top: 15px;
		color: #333;
		font-size: 16px;
		line-height: 1.5;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: 500;
	}
	.home .cont02 .treatment .special_care02 .circle li::before {
		content: "";
		background: url("img/special_care02_accent02.png")no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -36px;
	}
	.home .cont02 .treatment .special_care02 .circle li:nth-of-type(3)::before {
		display: none;
	}
	.home .cont02 .treatment .special_care02 .text02 {
		width: 730px;
		height: 55px;
		line-height: 57px;
		border-radius: 10px;
		color: #fff;
		background: #ff9d95;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 auto;
	}
	.home .cont02 .treatment .special_care02 .text02 span {
		font-size: 16px;
		font-weight: bold;
	}
	.home .cont02 .treatment .special_care02 .flex_box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
		margin: 40px 30px 35px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box {
		width: 220px;
		height: 400px;
		border: 2px solid #ffd5d3;
		border-radius: 20px;
		position: relative;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box::before {
		content: "01";
		font-size: 26px;
		line-height: 1;
		color: #ff9d95;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(2)::before {
		content: "02";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(3)::before {
		content: "03";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(4)::before {
		content: "04";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(5)::before {
		content: "05";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box .img {
		margin: 28px 0 20px 40px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(n+3) .img {
		text-align: center;
		margin-left: 0;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(5) .img {
		margin-top: 37px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .text {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 15px 0 25px;
	}
	.home .cont02 .treatment .special_care02 .flex_box ul li {
		font-size: 16px;
		line-height: 1.75;
		position: relative;
		margin: 0 15px 0 25px;
	}
	.home .cont02 .treatment .special_care02 .flex_box ul li::before {
		content: "・";
		position: absolute;
		top: 1px;
		left: -17px;
	}
	.home .cont02 .treatment .special_care02 .text03 {
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin-bottom: 40px;
	}
	.home .cont02 .treatment .special_care02 .img_flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 70px;
	}
	.home .cont02 .treatment .special_care02 .img_flex img {
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	.home .cont02 .treatment .special_care02 .img_lightbox a img {
		width: 420px;
	}


	.home .cont02 .fashion {
		background: #fff5e3;
	}
	.home .cont02 .fashion h3 {
		position: relative;
		background: url("img/home_txt_fashion02.png") no-repeat center bottom;
	}
	.home .cont02 .fashion h3:before {
		position: absolute;
		top: -40px;
		left: calc(50% - 340px);
		content: "";
		display: block;
		width: 211px;
		height: 95px;
		background: url("img/home_txt_fashion01.png") no-repeat center/contain;
	}
	.home .cont02 .fashion .desc:before, .home .cont02 .fashion .desc:after {
		border-color: #ed8089;
	}
	.home .cont02 .btn {
		width: 350px;
		margin: 70px auto 0;
		border-radius: 30px;
		font-size: 18px;
	}
	.home .cont02 .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		border-radius: inherit;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	.home .cont02 .three-course {
		background: #fff;
	}
	.home .cont02 .three-course h3 {
		position: relative;
		background: url("img/home_txt_three-course02.png") no-repeat center bottom;
	}
	.home .cont02 .three-course h3:before {
		position: absolute;
		top: -20px;
		left: calc(50% - 433px);
		content: "";
		display: block;
		width: 211px;
		height: 80px;
		background: url("img/home_txt_three-course01.png") no-repeat center/contain;
	}
	.home .cont02 .common-box04 {
		padding: 75px 0 80px;
	}
	.home .cont02 .common-box04 h3 {
		margin-bottom: 40px;
		padding: 0 0 24px;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	.home .cont02 .common-box04 table {
		width: 100%;
		font-weight: normal;
	}
	.home .cont02 .common-box04 table tr th,
	.home .cont02 .common-box04 table tr td {
		border: 2px solid #fff;
		width: calc(100% / 4);
		height: 100px;
		vertical-align: middle;
		text-align: center;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th {
		height: 80px;
		font-size: 18px;
		line-height: 1.37;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th .span01 {
		font-size: 20px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th .span02 {
		font-size: 14px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(2) th {
		height: 50px;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		font-size: 26px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(2) th .tax {
		font-size: 16px;
		font-weight: bold;
	}
	.home .cont02 .common-box04 table tr:first-of-type th:first-of-type ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:first-of-type {
		background: #ea5e03;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(3) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(4) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(5) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(6) th:first-of-type {
		background: rgba(234,94,3,0.2);
		text-align: left;
		font-size: 22px;
		padding-left: 40px;
		box-sizing: border-box;
		line-height: 1;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(3) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(4) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(5) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(6) th:first-of-type .span02 {
		display: block;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-size: 14px;
		line-height: 1.357;
		padding-top: 8px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(2) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(2) {
		background: #50aadb;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr:not(:last-of-type) td:first-of-type,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) {
		background: rgba(80,170,219,0.2);
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(3) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(3) {
		background: #46b8ae;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(2),
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(3) {
		background: rgba(70,184,174,0.2);
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(4) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(4) {
		background: #f4d01e;
	}
	.home .cont02 .common-box04 table tr td:last-of-type {
		background: rgba(244,208,30,0.2);
	}
	.home .cont02 .common-box04 table tr td .mark {
		font-size: 30px;
		font-weight: bold;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(1) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) .span01 {
		color: #50aadb;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(2) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(3) .span01 {
		color: #46b8ae;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(3) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(4) .span01 {
		color: #d9b91c;
	}
	.home .cont02 .common-box04 table tr:last-of-type td {
		font-size: 18px;
		line-height: 0.6;
		padding-bottom: 5px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(1) {
		color: #ea5e03;
		font-size: 22px;
		padding-top: 3px;
		padding-bottom: 0;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	}
	.home .cont02 .common-box04 table tr:last-of-type td .span01 {
		display: block;
		line-height: 1.2;
		font-size: 20px;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) {
		position: relative;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1px;
		box-sizing: border-box;
		width: 13px;
		height: 13px;
		border: 13px solid transparent;
		border-left: 13px solid #fff;
		vertical-align: middle;
	}


	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		position: relative;
		padding: 115px 0 100px;
		/* background: url("img/common_eng01.png") no-repeat right -50px top 700px, url("img/common_eng01.png") no-repeat left -85px bottom 195px; */
	}
	.home .cont03:before {
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 480px;
		background: url("img/common_bg01.png") no-repeat center top/cover;
	}
	.home .cont03 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont03 h2 {
		margin-bottom: 40px;
		color: #fff;
	}
	.home .cont03 h2 .big {
		display: block;
		margin-top: 8px;
		font-size: 52px;
	}
	.home .cont03 h2 .middle {
		font-size: 36px;
		vertical-align: 3px;
	}
	.home .cont03 .point {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 40px 25px;
		background: #fff;
		padding-top: 90px;
		position: relative;
	}
		.home .cont03 .point::before {
			content: url("img/common_eng01.png");
			position: absolute;
			top: 130px;
			left: -330px;
		}
		.home .cont03 .point::after {
			content: url("img/common_eng01.png");
			position: absolute;
			bottom: -220px;
    		right: -300px;
		}
	.home .cont03 .point .card {
		width: 310px;
		height: 310px;
		perspective: 100px;
		transform-style: preserve-3d;
		transition: transform .8s;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 2;
	}
	.home .cont03 .point .mekuru {
		transform: rotateY(180deg);
	}
	.home .cont03 .point .card .card-front {
		width: 300px;
		height: 300px;
		border-radius: 50%;
		text-align: center;
		background: #ea5d02 url(img/home_point01_bg.png) no-repeat center / 100%;
		box-sizing: border-box;
		padding-top: 220px;
	}
	.home .cont03 .point .card:nth-of-type(2) .card-front {
		background: #ea5d02 url(img/home_point02_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(3) .card-front {
		background: #ea5d02 url(img/home_point03_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(4) .card-front {
		background: #ea5d02 url(img/home_point04_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(5) .card-front {
		background: #ea5d02 url(img/home_point05_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(6) .card-front {
		background: #ea5d02 url(img/home_point06_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card .card-front h3 {
		color: #fff;
		font-size: 22px;
		text-align: center;
		line-height: 28px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont03 .point .card .card-back {
		position: absolute;
		backface-visibility: hidden;
    	transform: rotateY(180deg);
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border-radius: 50%;
		background: url(img/home_point01_back_bg.png) no-repeat center / 100% #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home .cont03 .point .card:nth-of-type(2) .card-back {
		background: url(img/home_point02_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(3) .card-back {
		background: url(img/home_point03_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(4) .card-back {
		background: url(img/home_point04_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(5) .card-back {
		background: url(img/home_point05_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(6) .card-back {
		background: url(img/home_point06_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card .card-back .txt {
		text-align: center;
		color: #ea5d02;
		font-weight: bold;
		text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
	}
	

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 85px 0 83px;
		background: #ffffdb;
		position: relative;
		z-index: 2;
	}
	.home .cont04 h2 {
		margin-bottom: 60px;
	}
	.home .cont04 h2 .en {
		font-size: 56px;
	}
	.home .cont04 .flow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home .cont04 .flow .item {
		position: relative;
		width: 365px;
		margin-right: 15px;
		min-height: 490px;
		padding: 10px;
		background-color: #fff;
		background-position: right 32px bottom 35px;
		background-repeat: no-repeat;
		box-sizing: border-box;
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	}
	.home .cont04 .flow .item:last-of-type:before {
		content: none;
	}
	.home .cont04 .flow .item:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 150px 0 150px 30px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 100%;
	}
	.home .cont04 .flow .item:nth-of-type(3n) {
		margin-right: 0;
	}
	.home .cont04 .flow .item:nth-of-type(n + 4) {
		margin-top: 60px;
	}
	.home .cont04 .flow .item:nth-of-type(1) {
		z-index: 3;
		background-image: url("img/home_img_num01.png");
	}
	.home .cont04 .flow .item:nth-of-type(2) {
		z-index: 2;
		background-image: url("img/home_img_num02.png");
	}
	.home .cont04 .flow .item:nth-of-type(3) {
		background-image: url("img/home_img_num03.png");
	}
	.home .cont04 .flow .item:nth-of-type(4) {
		/* margin-left: auto; */
		z-index: 3;
		background-image: url("img/home_img_num04.png");
	}
	.home .cont04 .flow .item:nth-of-type(5) {
		z-index: 2;
		background-image: url("img/home_img_num05.png");
	}
	.home .cont04 .flow .item:nth-of-type(6) {
		background-image: url("img/home_img_num06.png");
	}
	.home .cont04 .flow .item .img {
		margin-bottom: 27px;
	}
	.home .cont04 .flow .item .txtBox {
		padding: 0 5px 0 20px;
	}
	.home .cont04 .flow .item h3 {
		font-weight: normal;
		font-size: 24px;
		text-align: center;
	}
	.home .cont04 .flow .item .en {
		margin-bottom: 20px;
		text-align: center;
	}
	.home .cont04 .flow .item .txt {
		line-height: 1.9;
	}
	.home .cont04 .flow .item .txt + img {
		margin-top: 5px;
	}
	.home .cont04 .flow .item .txt.is-small {
		font-size: 14px;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		padding: 80px 0;
	}
	.home .cont05 .txtBox {
		position: relative;
		z-index: 2;
		width: calc(50% + 90px);
		margin-left: -90px;
		padding: 85px 30px 70px 80px;
		background: rgba(255, 255, 255, 0.9) url("img/home_txt_message01.png") no-repeat left 420px bottom 90px;
		box-sizing: border-box;
	}
	.home .cont05 .txtBox .in {
		max-width: 630px;
	}
	.home .cont05 h2 {
		margin-bottom: 10px;
		font-weight: normal;
	}
	.home .cont05 .lead {
		margin-bottom: 17px;
		font-size: 24px;
		line-height: 2;
		letter-spacing: .1em;
	}
	.home .cont05 .en {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}
	.home .cont05 .en:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: calc(100% - 100px);
		height: 1px;
		background: #f26628;
	}
	.home .cont05 .txt {
		line-height: 2;
	}
	.home .cont05 .btn {
		width: 300px;
		margin-top: 40px;
		border-radius: 30px;
		color: #fff;
		text-align: center;
	}
	.home .cont05 .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 45px;
		border-radius: inherit;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.home .cont05 .img {
		width: calc(50% + 100px);
		margin-right: -100px;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		padding: 117px 0 345px;
		background: url("img/home_img_shop03.png") repeat-x left bottom;
		animation: slider 50s linear infinite;
		margin-bottom: 120px;
	}
	.home .cont06 h2 {
		margin-bottom: 105px;
	}
	.home .cont06 .box {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 1000px;
		margin-bottom: 110px;
		padding: 50px 70px;
		box-sizing: border-box;
	}
	.home .cont06 .box:last-of-type {
		margin-bottom: 0;
	}
	.home .cont06 .box:nth-of-type(odd) {
		flex-direction: row-reverse;
		margin-left: auto;
		margin-right: 50px;
	}
	.home .cont06 .box:nth-of-type(odd) .img {
		margin: -100px auto 0 -170px;
	}
	.home .cont06 .box:nth-of-type(odd) .name {
		right: -30px;
	}
	.home .cont06 .box:nth-of-type(even) {
		margin-left: 50px;
	}
	.home .cont06 .box:nth-of-type(even) .img {
		margin: -100px -170px 0 auto;
	}
	.home .cont06 .box:nth-of-type(even) .name {
		left: -70px;
	}
	.home .cont06 .box .txtBox {
		width: 420px;
		color: #fff;
	}
	.home .cont06 .box h3 {
		margin-bottom: 30px;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: .1em;
	}
	.home .cont06 .box .txt01 {
		margin-bottom: 40px;
	}
	.home .cont06 .box .txt02 {
		margin-bottom: 30px;
	}
	.home .cont06 .box .btn {
		width: 180px;
		text-align: center;
		font-size: 14px;
		border-radius: 20px;
	}
	.home .cont06 .box .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		box-sizing: border-box;
		border: 1px solid #fff;
		height: 35px;
		color: #fff;
	}
	.home .cont06 .box .btn a:hover {
		opacity: 1;
		background: #fff;
		color: #f26628;
	}
	.home .cont06 .box .img {
		position: relative;
		width: 540px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		flex-shrink: 0;
	}
	.home .cont06 .box .img .name {
		position: absolute;
		bottom: -40px;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 114px 0;
		background: url("img/common_dot01.png") no-repeat right 20px top 90px, url("img/common_dot01.png") no-repeat left 35px bottom 185px;
	}
	.home .cont07 h2 {
		margin-bottom: 60px;
	}
	.home .cont07 .archive {
		padding: 20px 50px 50px;
		height: 560px;
		background: #ffffdb;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.home .cont07 .archive .item {
		border-bottom: 1px dashed #f26628;
	}
	.home .cont07 .archive .item a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 0;
	}
	.home .cont07 .archive .item .img {
		width: 300px;
	}
	.home .cont07 .archive .item .content {
		width: calc(100% - 340px);
	}
	.home .cont07 .archive .item h3 {
		margin-bottom: 7px;
		font-size: 20px;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont07 .archive .item .date {
		margin-bottom: 20px;
		color: #f26628;
	}
	.home .cont07 .archive .item .txt {
		line-height: 2;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		background: #feeee2;
		text-align: center;
		padding: 100px 0;
		margin-top: 100px;
	}
	.home .cont09 .info {
		font-size: 28px;
		letter-spacing: 0.05em;
		color: #ea5d02;
		line-height: 1.0;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		padding: 10px 0 55px;
	}
	.home .cont09 .text02 {
		line-height: 2.125;
		padding: 18px 0 60px;
	}
	.home .cont09 .price_box {
		width: 720px;
		background: #fff;
		border-radius: 5px;
		margin: 0 auto 40px;
		padding: 60px 0 50px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont09 .price_box::before {
		content: "";
		background: url(img/home_img_info01.png) no-repeat;
		width: 164px;
		height: 206px;
		position: absolute;
		bottom: -3px;
		right: -40px;
		z-index: 9;
	}
	.home .cont09 .price_box::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #f7bc83;
		border-radius: 5px;
	}
	.home .cont09 .price_box h3 {
		font-size: 24px;
		color: #ea5d02;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-weight: normal;
		line-height: 1;
	}
	.home .cont09 .price_box .box {
		width: 430px;
		margin: 20px auto 30px;
	}
	.home .cont09 .price_box .box .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 30px;
		border-bottom: 1px solid #ccc;
	}
	.home .cont09 .price_box .box .title {
		font-size: 16px;
		color: #ea5d02;
		font-weight: bold;
	}
	.home .cont09 .price_box .box .title span {
		font-size: 14px;
		color: #ea5d02;
		font-weight: bold;
	}
	.home .cont09 .price_box .box .price {
		font-size: 18px;
		font-weight: bold;
	}
	.home .cont09 .price_box .box .price span {
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont09 .price_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.home .cont09 .text03 {
		width: 720px;
		border-bottom: 1px solid #f7bc83;
		margin: auto;
		padding-bottom: 40px;
		margin-bottom: 40px;
		line-height: 2;
	}
	.home .cont09 .text04 {
		width: 720px;
		text-align: left;
		line-height: 1.75;
		padding-bottom: 12px;
		margin: auto;
	}
	.home .cont09 .text04:last-of-type {
		padding: 0;
	}


	/* ---------------------------------- **
	Modal Window
	** ---------------------------------- */
	#layer_board_area {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 3vw;
		overflow-y: auto;
		box-sizing: border-box; /*スクロールバーを非表示*/
		-ms-overflow-style: none; /*スクロールバーを非表示*/
		scrollbar-width: none; /*スクロールバーを非表示*/
		z-index: 21000;
	}
	#layer_board_area::-webkit-scrollbar {
		display:none; /*スクロールバーを非表示*/
	}
	.layer_board_bg {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		cursor: pointer;
		background: #000;
		z-index: 0;
	}
	/* --modalWindow ポップアップ部分-- */
	.layer_board {
		display: none;
		position: relative;
		width: 80%;
		max-width: 1800px;
		margin: 3em auto;
		padding: 4em;
		border-radius: 5px;
		box-sizing: border-box;
		z-index: 10;
	}
	.layer_board.shortLayer {
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.layer_board .img{
		width: 100%;
	}
	.layer_board .img img{
		width: 100%;
	}
	/* --modalWindow バツ(閉じる)ボタン-- */
	.layer_board .mdl_btn_close.circle_btn {
		position: absolute;
		top: 90px;
		right: 40px;
		width: 55px;
		height: 55px;
		background: url("img/modal_icon.png")center center /contain no-repeat;
		border-radius: 50%;
		transition: .15s;
	}
	.layer_board .mdl_btn_close.circle_btn:hover {
		opacity: 0.7;
	}
	
	
	/* --modalWindow コンテンツ部分-- */
	.layer_borad_content {
		margin: 50px auto 1.5em;
	}


	/*blog
	--------------------------------------------*/
	.blog .cont01{
		padding: 60px 0 0;
	}
	.blog .cont01 .cont {
		position: relative;
		display: block;
		background: #fff;
		margin: 0 auto 30px;
		width: 950px;
		padding: 20px 0 20px 280px;
		min-height:200px;
		box-sizing: border-box;
	}
	.blog .cont01 .cont .img{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 260px;
		height: 180px;
	}
	.blog .cont01 .cont .img img{
		width: 260px;
		height: 180px;
	}

	.blog .cont01 .cont .date{
		font-size: 14px;
		padding: 0 0 5px;
	}
	.blog .cont01 .cont h3{
		font-size: 20px;
		font-weight: bold;
		padding: 0 0 2px;
	}
	.blog .cont01 .cont .text{
		line-height: 1.8;
	}

	.blog .cont01 .pager{
		padding: 80px 0 90px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.blog .cont01 .pager .page-numbers{
		background: #f26628;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		margin: 0 15px;
		border: 5px #fff solid;
		box-sizing: border-box;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.blog .cont01 .pager .page-numbers.prev,
	.blog .cont01 .pager .page-numbers.next{
		background: rgba(0,0,0,0);
		color: #000;
		box-shadow: none;
		font-size: 20px;
		border: none;
		width: auto;
		height: auto;
		margin: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: scale(2,1.2);
	}

	/*blog_single
	--------------------------------------------*/
	.blog_single .cont01{
		padding: 60px 0 90px;
	}
	.blog_single .cont01 h2{
		margin: 45px 0 30px;
		padding: 0 0 0 35px;
		font-size: 20px;
		position: relative;
	}
	.blog_single .cont01 h2:before{
		content: "";
		display: block;
		width:14px;
		height: 14px;
		border:1px solid #f26628;
		background: #fff;
		position: absolute;
		top:0;
		left:0;
	}
	.blog_single .cont01 h2:after{
		content: "";
		display: block;
		width:14px;
		height: 14px;
		border:1px solid #f26628;
		background: #f26628;
		position: absolute;
		top:10px;
		left:10px;
	}

	.blog_single .cont01 h2.head{
		padding: 0 0 0 15px;
		font-size: 22px;
		margin: 0 0 25px;
		font-weight: bold;
		border-left:7px solid #f26628;
		position: relative;
	}
	.blog_single .cont01 h2.head::before{
		content: none;
	}
	.blog_single .cont01 h2.head:after{
		width:100%;
		height: 2px;
		border: none;
		background: #f26628;
		position: absolute;
		top: auto;
		left:-7px;
		bottom:-10px;
	}
	.blog_single .cont01 h3{
		font-size:18px;
		border-left:7px solid #f26628;
		margin: 45px 0 30px;
		padding: 0 0 0 5px;
	}
	.blog_single .cont01 h4{
		font-size:16px;
		margin: 45px 0 30px;
		border-bottom:1px solid #f26628;
		padding-bottom: 10px;
	}
	.blog_single .cont01 p{
		line-height: 2;
		margin: 0 0 20px;
	}
	.blog_single .cont01 .date{
		font-size: 14px;
		display: inline-block;
		padding: 3px 0;
		margin: 0 0 20px;
		font-weight: bold;
	}
	.blog_single .cont01 .cont .wp-block-image{
		margin: 0 0 20px;
	}
	.blog_single .cont01 .cont .wp-block-image img{
		max-width: 100%;
	}
	.blog_single .cont01 .pager{
		margin: 70px 0 0;
	}
	.blog_single .cont01 .pager li:first-of-type{
		width: 50%;
		font-size: 18px;
		float: left;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.blog_single .cont01 .pager li:first-of-type a::before{
		content: '<<';
		margin: 0 15px 0 0;
	}
	.blog_single .cont01 .pager li:first-of-type a{
		padding:10px 0;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
	}
	.blog_single .cont01 .pager li:last-of-type{
		width: 50%;
		font-size: 18px;
		float: right;
		text-align: right;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.blog_single .cont01 .pager li:last-of-type a::after{
		content: '>>';
		margin: 0 0 0 15px;
	}
	.blog_single .cont01 .pager li:last-of-type a{
		padding:10px 0;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
	}
	.blog_single .cont01 .pager li:first-of-type a:hover,
	.blog_single .cont01 .pager li:last-of-type a:hover{
		text-decoration: underline;
	}
	.aligncenter,
	.has-text-align-center{
		text-align: center;
	}
	.alignleft,
	.has-text-align-left{
		text-align: left;
	}
	.alignright,
	.has-text-align-right{
		text-align: right;
	}


	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding-top: 120px;
		background: url("img/home_pattern.png");
	}
	.home .cont08 h2 {
		width: 1200px;
		margin: 0 auto;
		text-align: left;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.home .cont08 .en {
		font-size: 56px;
		line-height: 1;
		margin-top: 20px;
	}
	.home .cont08 .box .item {
		width: 405px;
		background: #fff;
		margin: 60px 15px 135px;
		padding: 10px 10px 0;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		display: flex;
		flex-direction: column;
	}
	.home .cont08 .box .item .content {
		order: 2;
		padding: 28px 20px 28px 25px;
		box-sizing: border-box;
	}
	.home .cont08 .box .item .content h3 {
		font-weight: normal;
		font-size: 18px;
		color: #e95e04;
		margin-bottom: 15px;
	}
	.home .cont08 .box .item .content .txt {
		line-height: 1.75;
	}
	.home .cont08 .box .item .img {
		order: 1;
		position: relative;
	}
	.home .cont08 .box .item .img .play-btn {
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translateY(-50%) translateX(-50%);
	}
	.home .cont08 .box .item .img .play-btn.playActive {
		display: none;
	}
	.home .cont08 .box .next-arrow{
		position: absolute;
		top: -30px;
		right: 50%;
		transform: translateX(600px);
		cursor: pointer;
	}
	.home .cont08 .box .prev-arrow{
		position: absolute;
		top: -30px;
		right: 50%;
		transform: translateX(530px);
		cursor: pointer;
	}
	.home .cont08 .box .next-arrow:hover,
	.home .cont08 .box .prev-arrow:hover{
		opacity: 0.6;
	}



	/* company */
	.company .cont01 {
		margin: 130px auto 100px;
		width: 1000px;
	}
	.company .cont01 h2 {
		font-size: 20px;
		font-weight: bold;
		padding: 0 0 8px 15px;
		margin: 0 0 30px 0;
		border-bottom: 2px solid #f26628;
		position: relative;
	}
	.company .cont01 h2::before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 30px;
		background: #f26628;
		position: absolute;
		top: 0;
		left: 0;
	}
	.company .cont01 table {
		width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
	}
	.company .cont01 table th,
	.company .cont01 table td {
		border-collapse: collapse;
		border: 1px solid #f29031;
		box-sizing: border-box;
		color: #fff;
	}
	.company .cont01 table th {
	font-weight: bold;
		padding: 10px 35px;
		text-align: center;
		background: #f29031;
	}
	.company .cont01 table td {
		text-align: left;
		padding: 0 0 0 35px;
		background: #fff;
		color: #000;
	}


	/*contacts-----------------------------------------------------*/
	.contacts .cont01{
		padding: 60px 0;
		position: relative;
		width: 1000px;
		margin: auto;
	}
	.contacts .cont01 h2{
		padding: 0 0 0 15px;
		font-size: 24px;
		box-sizing: border-box;
		width: 1000px;
		margin: 0 auto 10px;
		position: relative;
		color: #f26628;
		border-left: 10px solid #f26628;
	}
	.contacts .cont01 h2::before{
		content: '';
		width: 100%;
		position: absolute;
		left: -10px;
		bottom: -5px;
		height: 1px;
		background: #f26628;
	}
	.contacts .cont01 .tel{
		padding: 30px 0 15px 0;
	}
	.contacts .cont01 .text{
		padding: 0 0 35px 0;
	}
	.contacts .cont01 .text02{
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 30px 0;
	}



	.contacts .cont02{
		padding-bottom: 90px;
	}
	.contacts .cont02 h2{
		padding: 0 0 0 15px;
		font-size: 24px;
		width: 1000px;
		margin: 0 auto 10px;
		box-sizing: border-box;
		position: relative;
		color: #f26628;
		border-left: 10px solid #f26628;
	}
	.contacts .cont02 h2::before{
		content: '';
		width: 100%;
		position: absolute;
		left: -10px;
		bottom: -5px;
		height: 1px;
		background: #f26628;
	}
	.contacts .cont02 table{
		width:1000px;
		margin: auto;
		border-collapse: separate;
	}
	.contacts .cont02 table th{
		width: 180px;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		padding: 10px;
		position: relative;
	}
	.contacts .cont02 table th span{
		color:#fe0000;
	}
	.contacts .cont02 table td{
		padding: 20px 0;
	}
	.contacts .cont02 table td input[type="text"],
	.contacts .cont02 table td input[type="email"],
	.contacts .cont02 table td input[type="tel"],
	.contacts .cont02 table td textarea{
		width:100% !important;
		padding:10px;
		font-size:16px;
		font: inherit;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.contacts .cont02 table td textarea{
		height: 250px !important;
	}
	.contacts .cont02 table td select{
		padding: 5px;
		line-height: 1;
	}
	.contacts .cont02 table td label{
		width:250px;
		display: inline-block;
		padding: 10px;
	}

	.contacts .cont02 .privacy_check{
		text-align: center;
		padding: 30px 0;
	}
	.contacts .cont02 .button{
		text-align: center;
		margin-bottom: 80px;
	}
	.contacts .cont02 .button input{
		width: 290px;
		height: 39px;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		font-weight: bold;
		background: #f26628;
		border-radius: 5px;
	}
	.contacts .cont02 .button input:hover{
		opacity: 0.7;
	}
	.contacts .cont02 h3{
		background: #f26628;
		border: 1px solid #f26628;
		border-bottom: none;
		box-sizing: border-box;
		width: 1000px;
		margin: auto;
		padding: 10px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.contacts .cont02 .privacy_box {
		border: 1px solid #ccc;
		padding: 20px;
		height: 280px;
		overflow: auto;
		width: 1000px;
		margin:0 auto;
		border: 1px solid #f26628;
		box-sizing: border-box;
		text-align: left;
	}
	.contacts .cont02 .privacy_box h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 10px;
	}
	.contacts .cont02 .privacy_box p {
		padding: 0 0 30px 0;
	}
	.contacts .cont02 .privacy_box ul {
		list-style-type: disc;
		margin: -10px 0 30px 30px;
	}


	/* Q&A */
	.faq .cont01 .box {
		display: flex;
		justify-content: space-between;
		width: 1060px;
		margin: 80px auto 0;
	}
	.faq .cont01 .box .btn a {
		display: inline-block;
		width: 250px;
		height: 50px;
		line-height: 50px;
		background: linear-gradient(90deg, #f29031, #ea5d02);
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}
	.faq .cont01 .box01 {
		width: 1000px;
		margin: 0 auto 120px;
	}
	.faq .cont01 .box01 h2 {
		margin: 70px auto 50px;
		font-size: 36px;
		text-align: center;
	}
	.faq .cont01 .box01 ul li {
		border-bottom: 1px solid #c0bfbf;
		padding: 10px 0 10px 0;
	}
	.faq .cont01 .box01 ul li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.faq .cont01 .box01 ul li p {
		padding: 15px 0 15px 60px;
		position: relative;
	}
	.faq .cont01 .box01 ul li p .link01 {
		display: inline-block;
		font-weight: bold;
		text-decoration: underline;
		cursor: pointer;
		font-size: 14px;
	}
	.faq .cont01 .box01 ul li p::before {
		content: 'Q';
		display: inline-block;
		text-align: center;
		line-height: 40px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #ea5d02;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.faq .cont01 .box01 ul li .text02::before {
		content: 'A';
		line-height: 34px;
		background: #fff;
		border: 3px solid #ea5d02;
		color: #ea5d02;
		box-sizing: border-box;
	}

	/* .concept
	------------------------------------------------------------------------*/
	/*	.concept .cont01
	------------------------------------------*/
	.concept .cont01 {
		overflow: hidden;
		padding: 93px 0 86px;
	}
	.concept .cont01 h2 {
		position: relative;
		margin-bottom: 48px;
		padding-bottom: 22px;
		font-weight: normal;
		font-size: 28px;
		text-align: center;
		letter-spacing: .1em;
	}
	.concept .cont01 h2:before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background: #f26628;
	}
	.concept .cont01 .topBox {
		margin-bottom: 75px;
	}
	.concept .cont01 .topBox .txt {
		text-align: center;
		line-height: 2.5;
	}
	.concept .cont01 .contentBox {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.concept .cont01 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.concept .cont01 .contentBox:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.concept .cont01 .contentBox:nth-of-type(odd) .txtBox {
		padding-left: 220px;
		margin-left: -160px;
	}
	.concept .cont01 .contentBox:nth-of-type(odd) .img {
		margin-left: auto;
	}
	.concept .cont01 .contentBox:nth-of-type(odd) .img:before {
		top: -10px;
		left: -10px;
	}
	.concept .cont01 .contentBox:nth-of-type(even) .txtBox {
		margin-right: -160px;
		padding-right: 160px;
	}
	.concept .cont01 .contentBox:nth-of-type(even) .txtBox .in {
		margin: 0 0 0 auto;
	}
	.concept .cont01 .contentBox:nth-of-type(even) .img {
		margin-right: auto;
	}
	.concept .cont01 .contentBox:nth-of-type(even) .img:before {
		top: 10px;
		left: 10px;
	}
	.concept .cont01 .contentBox .txtBox {
		width: calc(50% + 160px);
		padding: 65px 0;
		background: #fff5e3;
		box-sizing: border-box;
	}
	.concept .cont01 .contentBox .txtBox .in {
		width: 100%;
		max-width: 540px;
	}
	.concept .cont01 .contentBox .txtBox h3 {
		margin-bottom: 47px;
		font-weight: normal;
		font-size: 28px;
		letter-spacing: .1em;
	}
	.concept .cont01 .contentBox .txtBox .en {
		position: relative;
		margin-bottom: 40px;
	}
	.concept .cont01 .contentBox .txtBox .en:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #f26628;
	}
	.concept .cont01 .contentBox .txtBox .en img {
		position: relative;
		z-index: 2;
		display: block;
		padding-right: 30px;
		background: #fff5e3;
	}
	.concept .cont01 .contentBox .txtBox .txt {
		line-height: 2;
	}
	.concept .cont01 .contentBox .txtBox .txt + .txt {
		margin-top: 30px;
	}
	.concept .cont01 .contentBox .img {
		position: relative;
		width: 680px;
	}
	.concept .cont01 .contentBox .img img {
		position: relative;
		z-index: 2;
	}
	.concept .cont01 .contentBox .img:before {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	/*	.concept .cont02
	------------------------------------------*/
	.concept .cont02 {
		position: relative;
		padding: 108px 0 110px;
	}
	.concept .cont02:before {
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 740px;
		background: url("img/common_bg01.png") no-repeat center/cover;
	}
	.concept .cont02 .inner {
		position: relative;
		z-index: 2;
	}
	.concept .cont02 h2 {
		margin-bottom: 68px;
		color: #fff;
	}
	.concept .cont02 h2 .big {
		display: block;
		margin-top: 10px;
		font-size: 38px;
	}
	.concept .cont02 .promise {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.concept .cont02 .promise li {
		margin-bottom: 30px;
		padding: 38px 100px 35px 265px;
		background-position: 50px center;
		background-repeat: no-repeat;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.concept .cont02 .promise li:last-of-type {
		margin-bottom: 0;
	}
	.concept .cont02 .promise li:nth-of-type(1) {
		background-image: url("img/concept_num01.png");
	}
	.concept .cont02 .promise li:nth-of-type(2) {
		background-image: url("img/concept_num02.png");
	}
	.concept .cont02 .promise li:nth-of-type(3) {
		background-image: url("img/concept_num03.png");
	}
	.concept .cont02 .promise li:nth-of-type(4) {
		background-image: url("img/concept_num04.png");
	}
	.concept .cont02 .promise h3 {
		margin-bottom: 19px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #f26628;
		font-weight: normal;
		font-size: 30px;
		letter-spacing: .1em;
	}
	.concept .cont02 .promise .txt {
		line-height: 2;
	}

	/* .price
	------------------------------------------------------------------------*/
	/*	.price .common-price01 (cont01 - 02 common style)
	------------------------------------------*/
	.common-price01 h2 {
		margin-bottom: 50px;
		font-size: 34px;
		font-weight: normal;
		text-align: center;
	}
	.common-price01 .lead {
		margin-bottom: 55px;
		font-size: 22px;
		text-align: center;
		line-height: 2;
	}
	.common-price01 .list {
		display: flex;
		justify-content: center;
	}
	.common-price01 .list li {
		width: 220px;
		margin: 0 10px;
		text-align: center;
	}
	.common-price01 .list .img {
		margin-bottom: 25px;
	}
	.common-price01 .list .price {
		font-size: 32px;
	}
	.common-price01 .list .price.campaign {
		position: relative;
		padding-bottom: 25px;
	}
	.common-price01 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 2px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.common-price01 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.common-price01 .list .campaign-price {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
	}
	.common-price01 .list .campaign-price .span01 {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.common-price01 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.common-price01 .list .price .small {
		font-size: 18px;
	}
	
	.common-price01 .note {
		display: flex;
		align-items: center;
		gap: 40px;
		width: 700px;
		background: #fff;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		border: 1px solid #f26628;
		box-sizing: border-box;
		padding: 30px 40px;
		margin: 30px auto 0;
	}
	.common-price01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.common-price01 .note .note_ttl {
		width: 75px;
        font-size: 18px;
        font-weight: bold;
        color: #f26628;
	}
	.common-price01:nth-of-type(2) .note .note_ttl {
		color: #50aadb;
	}
	.common-price01 .note .note_ttl span {
		color: #333;
        font-size: 14px;
	}
	.common-price01 .note .note_text .text01 {
		line-height: 1.87;
	}
	.common-price01 .note .note_text .text02 {
		font-size: 14px;
        line-height: 1.57;
        margin-top: 15px;
	}
	.common-price01 .note02 {
		color: #f26628;
        font-weight: bold;
        line-height: 1;
        margin-top: 15px;
        text-align: center;
	}
	.common-price01:nth-of-type(2) .note02 {
		color: #50aadb;
	}


	/*	.price .cont01 */
	.price .cont02 {
		padding: 0 0 120px;
	}
	.price .cont02 h2 {
		max-width: 1200px;
		margin: 0 auto 40px;
		position: relative;
	}
	/* .price .cont02 h2::before {
		content: url(img/home_cont02_title.png);
		position: absolute;
		top: -65px;
		left: 255px;
	} */
	.price .cont02 h2 .en {
		font-size: 56px;
	}
	.price .cont02 .add-text {
		margin-bottom: 50px;
		text-align: center;
	}
	.price .cont02 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.price .cont02 .treatment .list {
		display: flex;
		justify-content: center;
		gap: 35px 10px;
		flex-wrap: wrap;
	}
	.price .cont02 .list li {
		text-align: center;
	}
	.price .cont02 .fashion .list li:last-of-type {
		margin-left: 15px;
	}
	.price .cont02 .fashion .text01 {
		text-align: center;
		line-height: 2;
		margin-top: 40px;
		font-size: 14px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.price .cont02 .list .txt {
		font-size: 20px;
	}
	.price .cont02 .list .price {
		font-size: 42px;
	}
	.price .cont02 .list .price.campaign {
		position: relative;
		padding-bottom: 28px;
	}
	/* .price .cont02 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 2px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont02 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 3px;
		left: 50%;
		transform: translateX(-50%);
	} */
	.price .cont02 .list .campaign-price {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.2;
	}
	.price .cont02 .list li:nth-of-type(1) .campaign-price,
	.price .cont02 .list li:nth-of-type(2) .campaign-price,
	.price .cont02 .list li:nth-of-type(3) .campaign-price {
		line-height: 1.4;
	}
	.price .cont02 .list .campaign-price .span01 {
		font-size: 42px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont02 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.price .cont02 .list .price .small {
		font-size: 18px;
	}
	.price .cont02 .note {
        display: flex;
        align-items: center;
        gap: 40px;
        background: #fff;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
        box-sizing: border-box;
        padding: 50px;
		border-radius: 10px;
	}
	.price .cont02 .common-box01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.price .cont02 .note_ttl {
        width: 255px;
        font-size: 22px;
        font-weight: bold;
        color: #f26628;
        border-right: #f26628 2px solid;
	}
	.price .cont02 .common-box01:nth-of-type(2) .note_ttl {
		color: #50aadb;
	}
	.price .cont02 .note_ttl span {
		color: #333;
		font-size: 16px;
	}
	.price .cont02 .note_text .text02 span,
	.price .cont02 .note_text .text03 span,
	.price .cont02 .note_text .text04 span {
		color: #f26628;
		font-weight: bold;
		font-size: 18px;
	}
	.price .cont02 .note_text .text03 .br {
		color: #333;
		font-weight: normal;
		font-size: 16px;
    }
	.price .cont02 .common-box02 h3 {
		text-align: center;
		font-size: 26px;
	}


	.price .cont02 .desc {
		position: relative;
		margin: 0 auto;
		padding: 16px 30px;
		font-size: 18px;
		line-height: 2;
		text-align: center;
		box-sizing: border-box;
	}
	.price .cont02 .desc:before, .price .cont02 .desc:after {
		position: absolute;
		top: 0;
		content: "";
		display: block;
		width: 20px;
		height: 100%;
		border: 1px solid;
	}
	.price .cont02 .desc:before {
		border-right: none;
		left: -40px;
	}
	.price .cont02 .desc:after {
		border-left: none;
		right: -40px;
	}
	.price .cont02 .desc .small {
		font-size: 16px;
	}

	.price .cont02 .boxWrap01 {
		background: #ffffde;
	}
	.price .cont02 .common-box01 {
        margin: 0 auto;
        padding: 120px 100px 80px;
        box-sizing: border-box;
        width: 1200px;
	}
	.price .cont02 .common-box01 h3 {
        margin-bottom: 60px;
        padding: 0 0 32px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
	}
	.price .cont02 .common-box01 .text01 {
		text-align: center;
		margin-bottom: 50px;
	}
	.price .cont02 .common-box01 .list {
		margin-bottom: 27px;
	}
	.price .cont02 .common-box01 .list li {
		width: 32%;
	}
	.price .cont02 .common-box01 .list li .img {
		margin-bottom: 20px;
		text-align: center;
	}
	.price .cont02 .common-box01 .desc {
		max-width: 450px;
	}
	.price .cont02 .common-box02.special{
        width: 1200px;
        padding: 0px 100px 120px;
        box-sizing: border-box;
        margin: 0 auto;
	}
	.price .cont02 .common-box02.fashion {
		padding: 85px 0 70px;
	}
	.price .cont02 .common-box02.fashion .list {
		justify-content: center;
	}
	.price .cont02 .common-box02 h3 {
		margin-bottom: 40px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}
	.price .cont02 .common-box02 h3 span{
		display: block;
		font-size: 16px;
	}
	.price .cont02 .common-box02 .text05{
		margin-bottom: 40px;
		font-size: 20px;
		text-align: center;
	}
	.price .cont02 .common-box02 .text05 span{
		color: #f26628;
	}
	.price .cont02 .common-box02 .box01{
		display: flex;
        gap: 35px;
        margin: 0 90px 40px;
	}
	.price .cont02 .common-box02 .box01 ul{
		display: flex;
		gap: 20px;
	}
	    .price .cont02 .common-box02 .desc {
        max-width: 920px;
    }
	.price .cont02 .common-box02 .list {
        margin-bottom: 43px;
    }

	.price .cont02 .common-box02 .box01 ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 145px;
		height: 145px;
		text-align: center;
		font-size: 22px;
		color: #fff;
		border-radius: 50%;
		background: #fe7266;
	}
	.price .cont02 .common-box02 .box01 ul li:nth-of-type(2){
		background: #ea5e03;
	}
	.price .cont02 .common-box02 .box01 ul li:nth-of-type(3){
		background: #ffaa39;
	}
	.price .cont02 .common-box02 .text06{
		line-height: 2.125;
	}
	.price .cont02 .common-box02 .box02{
		margin: 0 90px;
		padding: 60px;
		background: #fff;
		border-radius: 10px;
	}
	.price .cont02 .common-box02 .box02 h4 {
		position: relative;
		text-align: center;
		font-size: 24px;
		color: #f26628;
		margin-bottom: 40px;
	}
	.price .cont02 .common-box02 .box02 h4::before {
		content: "";
		width: 180px;
		height: 1px;
		background: #f26628;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.price .cont02 .common-box02 .box02 h4::after {
		content: "";
		width: 180px;
		height: 1px;
		background: #f26628;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.price .cont02 .common-box02 .box02 ul li {
		margin-bottom: 25px;
		padding-left: 39px;
		background: url(img/home_txt_special02.png) 0 center no-repeat;
		font-size: 18px;
		font-weight: bold;
	}
	.price .cont02 .common-box02 .box02 ul li:nth-of-type(5) {
		margin-bottom: 0;
	}
	.price .cont02 .special {
		background: #ffffde;
	}
	.price .cont02 .special .in {
		margin: 0 0 0 auto;
	}
	.price .cont02 .common-box01 h3 {
		position: relative;
		background: url("img/home_txt_special01.png") no-repeat center bottom;
	}
	.price .cont02 .special .desc:before, .price .cont02 .special .desc:after {
		border-color: #f26628;
	}
	.price .cont02 .suppressing {
		background: #fff0ef;
	}
	.price .cont02 .suppressing h3 {
		position: relative;
		background: url("img/home_txt_suppressing02.png") no-repeat center bottom;
	}
	.price .cont02 .suppressing h3:before {
		position: absolute;
		top: 0;
		right: 20px;
		content: "";
		display: block;
		width: 235px;
		height: 87px;
		background: url("img/home_txt_suppressing01.png") no-repeat center/contain;
	}
	.price .cont02 .suppressing h3::after {
		content: url(img/home_cont02_h3title.png);
		position: absolute;
		top: 30px;
		left: 53px;
	}
	.price .cont02 .suppressing .desc:before, .price .cont02 .suppressing .desc:after {
		border-color: #50aadb;
	}
	.price .cont02 .common-box02.treatment {
		background: #e3f4f3;
		padding: 85px 0 100px;
	}
	.price .cont02 .list .campaign-price.treatment {
		font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
	}
	.price .cont02 .common-box02.treatment .list .img {
        margin-bottom: 12px;
        text-align: center;
    }
	.price .cont02 .list .campaign-price.treatment .span01 {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont02 .treatment h3 {
		position: relative;
		background: url("img/home_txt_treatment02.png") no-repeat center bottom;
	}
	.price .cont02 .common-box02.treatment h3 {
        margin-bottom: 40px;
        padding: 0 0 24px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
    }
	.price .cont02 .treatment h3:before {
		position: absolute;
		top: -20px;
		left: calc(50% - 310px);
		content: "";
		display: block;
		width: 211px;
		height: 72px;
		background: url("img/home_txt_treatment01.png") no-repeat center/contain;
	}
	.price .cont02 .treatment .desc:before, .price .cont02 .treatment .desc:after {
		border-color: #46b8ae;
	}

	.price .cont02 .common-box02 .add {
		display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1000px;
        margin: 50px auto 0;
        background: #fff;
        border: 1px solid #46b8ae;
        padding: 40px;
        box-sizing: border-box;
	}
	.price .cont02 .common-box02 .add .add-ttl {
		font-size: 18px;
        color: #46b8ae;
        font-weight: bold;
        border-right: 1px solid #46b8ae;
        padding: 10px 40px 10px 0;
	}
	.price .cont02 .common-box02 .add .add-ttl span {
		display: block;
		color: #333;
		line-height: 1;
		margin-top: 14px;
		font-size: 16px;
	}
	.price .cont02 .common-box02 .add ul {
		display: flex;
        flex-wrap: wrap;
        gap: 8px 0;
        width: 665px;
	}
	.price .cont02 .common-box02 .add ul li {
		position: relative;
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(1),
	.price .cont02 .common-box02 .add ul li:nth-of-type(3) {
		width: 300px;
	}
	.price .cont02 .common-box02 .add ul li::before {
		content: "・";
	}

	.price .three-course {
		background: #fff;
	}
	.price .three-course h3 {
		position: relative;
		background: url("img/home_txt_three-course02.png") no-repeat center bottom;
	}
	.price .three-course h3:before {
		position: absolute;
		top: -20px;
		left: calc(50% - 433px);
		content: "";
		display: block;
		width: 211px;
		height: 80px;
		background: url("img/home_txt_three-course01.png") no-repeat center/contain;
	}
	.price .common-box04 {
		padding: 75px 0 0;
	}
	.price .common-box04 h3 {
		margin-bottom: 40px;
		padding: 0 0 24px;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	.price .common-box04 table {
		width: 100%;
		font-weight: normal;
	}
	.price .common-box04 table tr th,
	.price .common-box04 table tr td {
		border: 2px solid #fff;
		width: calc(100% / 4);
		height: 100px;
		vertical-align: middle;
		text-align: center;
	}
	.price .common-box04 table tr:nth-of-type(1) th {
		height: 80px;
		font-size: 18px;
		line-height: 1.37;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:nth-of-type(1) th .span01 {
		font-size: 20px;
	}
	.price .common-box04 table tr:nth-of-type(1) th .span02 {
		font-size: 14px;
	}
	.price .common-box04 table tr:nth-of-type(2) th {
		height: 50px;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		font-size: 26px;
	}
	.price .common-box04 table tr:nth-of-type(2) th .tax {
		font-size: 16px;
		font-weight: bold;
	}
	.price .common-box04 table tr:first-of-type th:first-of-type ,
	.price .common-box04 table tr:nth-of-type(2) th:first-of-type {
		background: #ea5e03;
		color: #fff;
	}
	.price .common-box04 table tr:nth-of-type(3) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(4) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(5) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(6) th:first-of-type {
		background: rgba(234,94,3,0.2);
		text-align: left;
		font-size: 22px;
		padding-left: 40px;
		box-sizing: border-box;
		line-height: 1;
	}
	.price .common-box04 table tr:nth-of-type(3) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(4) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(5) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(6) th:first-of-type .span02 {
		display: block;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-size: 14px;
		line-height: 1.357;
		padding-top: 8px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(2) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(2) {
		background: #f4d01e;
	}
	.price .common-box04 table tr:not(:last-of-type) td:first-of-type,
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) {
		background: rgba(244,208,30,0.2);
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(3) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(3) {
		background: #50aadb;
		color: #fff;
	}
	.price .common-box04 table tr td:nth-of-type(2),
	.price .common-box04 table tr:last-of-type td:nth-of-type(3) {
		background: rgba(80,170,219,0.2);
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(4) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(4) {
		background: #46b8ae;
		color: #fff;
	}
	.price .common-box04 table tr td:last-of-type {
		background: rgba(70,184,174,0.2);
	}
	.price .common-box04 table tr td .mark {
		font-size: 30px;
		font-weight: bold;
	}
	.price .common-box04 table tr td:nth-of-type(1) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) .span01 {
		color: #d9b91c;
	}
	.price .common-box04 table tr td:nth-of-type(2) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(3) .span01 {
		color: #50aadb;
	}
	.price .common-box04 table tr td:nth-of-type(3) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(4) .span01 {
		color: #46b8ae;
	}
	.price .common-box04 table tr:last-of-type td {
		font-size: 18px;
		line-height: 0.6;
		padding-bottom: 5px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(1) {
		color: #ea5e03;
		font-size: 22px;
		padding-top: 3px;
		padding-bottom: 0;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	}
	.price .common-box04 table tr:last-of-type td .span01 {
		display: block;
		line-height: 1.2;
		font-size: 20px;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) {
		position: relative;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1px;
		box-sizing: border-box;
		width: 13px;
		height: 13px;
		border: 13px solid transparent;
		border-left: 13px solid #fff;
		vertical-align: middle;
	}


	/*	.price .common-price02 (cont03 - 04 common style)
	------------------------------------------*/
	.common-price02 h2 {
		margin-bottom: 50px;
		font-size: 34px;
		font-weight: normal;
		text-align: center;
	}
	.common-price02 .lead {
		margin-bottom: 55px;
		font-size: 22px;
		text-align: center;
		line-height: 2;
	}
	.common-price02 .lead .small {
		font-size: 16px;
	}
	.common-price02 .list {
		display: flex;
		justify-content: center;
	}
	.cont03.common-price02 .list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.common-price02 .list li {
		width: 290px;
	}

	/*	.price .cont03 */
	.price .cont03 {
		padding: 80px 0 100px;
	}
	.price .cont03 h2 {
		position: relative;
		padding: 65px 0 30px;
		background: url("img/price_txt_treatment02.png") no-repeat center bottom;
	}
	.price .cont03 h2:before {
		position: absolute;
		top: 0;
		left: calc(50% - 265px);
		content: "";
		display: block;
		width: 236px;
		height: 82px;
		background: url("img/price_txt_treatment01.png") no-repeat center/contain;
	}
	.price .cont03 .list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 12px;
	}
	.price .cont03 .list li {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
	.price .cont03 .list .img {
		background: #46b8ae;
		border: 1px solid #46b8ae;
		border-radius: 10px 10px 0 0;
		background: #46b8ae;
	}
	.price .cont03 .list .text_box {
		padding-top: 30px;
		border: 1px solid #46b8ae;
		border-radius: 0 0 10px 10px;
	}
	.price .cont03 .list .txt {
		width: calc(100% - 50px);
		margin: 0 auto 20px;
		font-size: 14px;
		line-height: 1.9;
	}
	.price .cont03 .list .logo {
		margin: 0 auto 15px;
		text-align: center;
	}
	.price .cont03 .list li:nth-of-type(2) .logo {
		margin-top: 74px;
	}
	.price .cont03 .list li:nth-of-type(6) .logo {
		margin-top: 55px;
	}
	.price .cont03 .list li:nth-of-type(7) .logo {
		margin-top: 24px;
	}
	.price .cont03 .list .price {
		width: calc(100% - 50px);
		margin: auto auto 15px;
		padding-top: 10px;
		border-top: 1px dashed #46b8ae;
		font-size: 32px;
		text-align: center;
	}
	.price .cont03 .list li:nth-of-type(1) .price,
	.price .cont03 .list li:nth-of-type(2) .price,
	.price .cont03 .list li:nth-of-type(3) .price,
	.price .cont03 .list li:nth-of-type(4) .price,
	.price .cont03 .list li:nth-of-type(5) .price,
	.price .cont03 .list li:nth-of-type(6) .price,
	.price .cont03 .list li:nth-of-type(7) .price    {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.price .cont03 .list li:nth-of-type(2) .price {
		margin-top: 30px;
	}
	.price .cont03 .list li:nth-of-type(4) .price {
		margin-top: 33px;
	}
	.price .cont03 .list li:nth-of-type(7) .price {
		margin-top: 19px;
	}
	.price .cont03 .list li:nth-of-type(8) .price {
		margin-top: 18px;
	}
	/* .price .cont03 .list li:nth-of-type(5) .logo {
		margin-top: 73px;
	} */
	.price .cont03 .list .price .span01 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0;
	}
	/* .price .cont03 .list .treatmentlist .price {
		margin: auto auto 0;
	} */
	.price .cont03 .list .price.campaign {
		position: relative;
		padding-bottom: 20px;
	}
	.price .cont03 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 2px;
		background: #ff0000;
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont03 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont03 .list .campaign-price {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.price .cont03 .list .campaign-price .span01 {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont03 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.price .cont03 .list .price .small {
		font-size: 18px;
	}

	.common-price02 .add {
		display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1000px;
        margin: 50px auto 0;
        background: #fff;
        border: 1px solid #46b8ae;
        padding: 40px;
        box-sizing: border-box;
	}
	.common-price02 .add-ttl {
		font-size: 18px;
        color: #46b8ae;
        font-weight: bold;
        border-right: 1px solid #46b8ae;
        padding: 10px 40px 10px 0;
	}
	.common-price02 .add-ttl span {
		display: block;
        color: #333;
        line-height: 1;
        margin-top: 14px;
        font-size: 16px;
	}
	.common-price02 .add ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 0;
		width: 665px;
	}
	.common-price02 .add ul li {
		position: relative;
	}
	.common-price02 .add ul li:nth-of-type(1),
	.common-price02 .add ul li:nth-of-type(3) {
		width: 300px;
	}
	.common-price02 .add ul li::before {
		content: "・";
	}

	/* special-care */
	.price .cont03 .special_care {
		width: 1000px;
		margin: 60px auto 0;
		padding-top: 70px;
		background: #e3f4f3;
		border-radius: 20px;
		position: relative;
	}
	.price .cont03 .special_care::before {
		content: "";
		background: url("img/special_care_img04.png")no-repeat;
		width: 180px;
		height: 218px;
		position: absolute;
		top: -30px;
		left: 125px;
	}
	.price .cont03 .special_care h4 {
		font-size: 28px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care_text01.png")top center no-repeat;
		padding-top: 40px;
	}
	.price .cont03 .special_care h4 span {
		font-size: 22px;
	}
	.price .cont03 .special_care .text01 {
		font-size: 18px;
		line-height: 1.9;
		text-align: center;
		margin: 40px 0 30px;
	}
	.price .cont03 .special_care .text02 {
		width: 730px;
		height: 55px;
		line-height: 57px;
		border-radius: 10px;
		color: #fff;
		background: #46b8ae;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 auto;
	}
	.price .cont03 .special_care .text02 span {
		font-size: 16px;
		font-weight: bold;
	}
	.price .cont03 .special_care .flex_box {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 45px 0;
		gap: 0 45px;
	}
	.price .cont03 .special_care .flex_box .text03 {
		font-size: 26px;
		line-height: 1.8;
	}
	.price .cont03 .special_care .flex_box ul {
		width: 50%;
	}
	.price .cont03 .special_care .flex_box ul li {
		font-size: 18px;
		line-height: 2.2;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		position: relative;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.price .cont03 .special_care .flex_box ul li::before {
		content: "";
		background: url("img/special_care_icon01.png")no-repeat;
		width: 27px;
		height: 15px;
		position: absolute;
		top: 12px;
		left: 0;
	}
	.price .cont03 .special_care .img_lightbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
		padding-bottom: 60px;
	}
	.price .cont03 .special_care .img_lightbox a img {
		width: 420px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	/* special-care02 */
	.price .cont03 .special_care02 {
		width: 1000px;
		margin: 60px auto 0;
		padding-top: 70px;
		background: #ffe9e8;
		border-radius: 20px;
		position: relative;
	}
	.price .cont03 .special_care02::before {
		content: "";
		background: url("img/special_care02_img01.png")no-repeat;
		width: 165px;
		height: 200px;
		position: absolute;
		top: -20px;
		right: 80px;
	}
	.price .cont03 .special_care02::after {
		content: "";
		background: url("img/special_care02_text02.png")no-repeat;
		width: 135px;
		height: 101px;
		position: absolute;
		top: 27px;
		left: 153px;
	}
	.price .cont03 .special_care02 h4 {
		font-size: 28px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care02_text01.png")top center no-repeat;
		padding-top: 40px;
	}
	.price .cont03 .special_care02 h4 span {
		font-size: 22px;
	}
	.price .cont03 .special_care02 .text01 {
		font-size: 18px;
		line-height: 1.9;
		text-align: center;
		margin: 40px 0 30px;
	}
	.price .cont03 .special_care02 .circle {
		display: flex;
		justify-content: center;
		gap: 0 50px;
		margin-bottom: 35px;
	}
	.price .cont03 .special_care02 .circle li {
		width: 210px;
		height: 210px;
		background: url("img/special_care02_accent01.png")no-repeat,#fff;
		border-radius: 50%;
		text-align: center;
		color: #ff8b81;
		font-size: 26px;
		line-height: 1;
		padding-top: 52px;
		box-sizing: border-box;
		position: relative;
	}
	.price .cont03 .special_care02 .circle li:nth-of-type(3) {
		padding-top: 72px;
	}
	.price .cont03 .special_care02 .circle li span {
		display: block;
		padding-top: 15px;
		color: #333;
		font-size: 16px;
		line-height: 1.5;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: 500;
	}
	.price .cont03 .special_care02 .circle li::before {
		content: "";
		background: url("img/special_care02_accent02.png")no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -36px;
	}
	.price .cont03 .special_care02 .circle li:nth-of-type(3)::before {
		display: none;
	}
	.price .cont03 .special_care02 .text02 {
		width: 730px;
		height: 55px;
		line-height: 57px;
		border-radius: 10px;
		color: #fff;
		background: #ff9d95;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 auto;
	}
	.price .cont03 .special_care02 .text02 span {
		font-size: 16px;
		font-weight: bold;
	}
	.price .cont03 .special_care02 .flex_box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
		margin: 40px 50px 35px;
	}
	.price .cont03 .special_care02 .flex_box .box {
		width: 220px;
		height: 400px;
		border-radius: 20px;
		background: #fff;
		position: relative;
	}
	.price .cont03 .special_care02 .flex_box .box::before {
		content: "01";
		font-size: 26px;
		line-height: 1;
		color: #ff9d95;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(2)::before {
		content: "02";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(3)::before {
		content: "03";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(4)::before {
		content: "04";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(5)::before {
		content: "05";
	}
	.price .cont03 .special_care02 .flex_box .box .img {
		margin: 28px 0 20px 40px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(n+3) .img {
		text-align: center;
		margin-left: 0;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(5) .img {
		margin-top: 37px;
	}
	.price .cont03 .special_care02 .flex_box .text {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 15px 0 25px;
	}
	.price .cont03 .special_care02 .flex_box ul li {
		font-size: 16px;
		line-height: 1.75;
		position: relative;
		margin: 0 15px 0 25px;
	}
	.price .cont03 .special_care02 .flex_box ul li::before {
		content: "・";
		position: absolute;
		top: 1px;
		left: -17px;
	}
	.price .cont03 .special_care02 .text03 {
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin-bottom: 40px;
	}
	.price .cont03 .special_care02 .img_flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 70px;
	}
	.price .cont03 .special_care02 .img_flex img {
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	.price .cont03 .special_care02 .img_lightbox a img {
		width: 420px;
	}

	/*	.price .cont04
	------------------------------------------*/
	.price .cont04 {
		text-align: center;
		margin: 100px auto 130px;
	}
	.price .cont04 .info {
		font-size: 28px;
		letter-spacing: 0.05em;
		color: #ea5d02;
		line-height: 1.0;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		padding: 10px 0 55px;
	}
	.price .cont04 .text02 {
		line-height: 2.125;
		padding: 18px 0 60px;
	}
	.price .cont04 .price_box {
		width: 720px;
		background: #fff1e8;
		border-radius: 5px;
		margin: 0 auto 40px;
		padding: 60px 0 50px;
		box-sizing: border-box;
		position: relative;
	}
	.price .cont04 .price_box::before {
		content: "";
		background: url(img/home_img_info01.png) no-repeat;
		width: 164px;
		height: 206px;
		position: absolute;
		bottom: -3px;
		right: -40px;
		z-index: 9;
	}
	.price .cont04 .price_box::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #f7bc83;
		border-radius: 5px;
	}
	.price .cont04 .price_box h3 {
		font-size: 24px;
		color: #ea5d02;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-weight: normal;
		line-height: 1;
	}
	.price .cont04 .price_box .box {
		width: 430px;
		margin: 20px auto 30px;
	}
	.price .cont04 .price_box .box .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 30px;
		border-bottom: 1px solid #ccc;
	}
	.price .cont04 .price_box .box .title {
		font-size: 16px;
		color: #ea5d02;
		font-weight: bold;
	}
	.price .cont04 .price_box .box .title span {
		font-size: 14px;
		color: #ea5d02;
		font-weight: bold;
	}
	.price .cont04 .price_box .box .price {
		font-size: 18px;
		font-weight: bold;
	}
	.price .cont04 .price_box .box .price span {
		font-size: 14px;
		font-weight: bold;
	}
	.price .cont04 .price_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.price .cont04 .text03 {
		width: 720px;
		border-bottom: 1px solid #f7bc83;
		margin: auto;
		padding-bottom: 40px;
		margin-bottom: 40px;
		line-height: 2;
	}
	.price .cont04 .text04 {
		width: 720px;
		text-align: left;
		line-height: 1.75;
		padding-bottom: 12px;
		margin: auto;
	}
	.price .cont04 .text04:last-of-type {
		padding: 0;
	}

	/*	.price .cont04 */
	/* .price .cont04 {
		margin-bottom: 110px;
		padding: 65px 0 70px;
		background: #ffffde;
	}
	.price .cont04 h2 {
		position: relative;
		padding: 90px 0 30px;
		background: url("img/price_txt_fashion02.png") no-repeat center bottom;
	}
	.price .cont04 h2:before {
		position: absolute;
		top: 0;
		right: calc(50% - 310px);
		content: "";
		display: block;
		width: 236px;
		height: 111px;
		background: url("img/price_txt_fashion01.png") no-repeat center/contain;
	}
	.price .cont04 .list li {
		text-align: center;
	}
	.price .cont04 .list li .img {
		margin-bottom: 12px;
	}
	.price .cont04 .list li .price {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.price .cont04 .list .price .span01 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont04 .list li .price .small {
		font-size: 18px;
	}
	.price .cont04 .list li:last-of-type {
		margin-left: 15px;
	}
	.price .cont04 .text {
		text-align: center;
		font-size: 14px;
		line-height: 2;
		margin-top: 35px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	} */

	/* .store-archive
	------------------------------------------------------------------------*/
	/*	.store-archive .cont01
	------------------------------------------*/
	.store-archive .cont01 {
		padding: 100px 0 95px;
	}
	.store-archive .cont01 .shop {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 40px;
		padding: 65px 95px;
		background: #fff5e3;
	}
	.store-archive .cont01 .shop:last-of-type {
		margin-bottom: 0;
	}
	.store-archive .cont01 .shop .txtBox {
		width: 415px;
	}
	.store-archive .cont01 .shop h2 {
		margin-bottom: 25px;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: .1em;
	}
	.store-archive .cont01 .shop .txt01 {
		margin-bottom: 35px;
	}
	.store-archive .cont01 .shop .txt02 {
		margin-bottom: 25px;
	}
	.store-archive .cont01 .shop .btn {
		width: 180px;
		border-radius: 20px;
		text-align: center;
		font-size: 14px;
	}
	.store-archive .cont01 .shop .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		border: 1px solid #f26628;
		box-sizing: border-box;
		height: 35px;
		color: #f26628;
	}
	.store-archive .cont01 .shop .btn a:hover {
		opacity: 1;
		background: #f26628;
		color: #fff;
	}
	.store-archive .cont01 .shop .img {
		width: 540px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.store-archive .cont01 .pager {
		text-align: center;
		margin: 95px auto 0;
	}
	.store-archive .cont01 .pager a, .store-archive .cont01 .pager span {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border-radius: 50%;
		margin: 5px 7px;
		text-align: center;
		border: 1px solid #f26628;
		box-sizing: border-box;
	}
	.store-archive .cont01 .pager a {
		background: #f26628;
		color: #fff;
	}
	.store-archive .cont01 .pager a:hover {
		background: #fff;
		color: #f26628;
	}
	.store-archive .cont01 .pager span {
		color: #f26628;
	}

	/* .store-single
	------------------------------------------------------------------------*/
	/*	.store-single .cont01
	------------------------------------------*/
	.store-single .cont01 {
		padding: 100px 0 70px;
	}
	.store-single .cont01 .img {
		text-align: center;
		margin: 0 auto 85px;
	}
	.store-single .cont01 h2 {
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 20px;
		font-weight: normal;
		font-size: 30px;
		text-align: center;
		letter-spacing: .1em;
	}
	.store-single .cont01 h2:before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		width: 50px;
		height: 1px;
		background: #f26628;
	}
	.store-single .cont01 .txt {
		font-size: 20px;
		text-align: center;
		line-height: 2;
	}

	/*	.store-single .cont02
	------------------------------------------*/
	.store-single .cont02 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.store-single .cont02 .box {
		background: rgba(255, 255, 255, 0.9);
	}
	.store-single .cont02 .box .in {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	/*	.store-single .cont03
	------------------------------------------*/
	.store-single .cont03 {
		padding: 120px 0 360px;
		background: url("img/store_single_bg02.png") repeat-x left bottom;
		animation: slider 50s linear infinite;
	}
	.store-single .cont03 .box {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.store-single .cont03 .box:last-of-type {
		margin-bottom: 0;
	}
	.store-single .cont03 .box:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.store-single .cont03 .box .txtBox {
		width: 500px;
		margin-top: 40px;
	}
	.store-single .cont03 .box h2 {
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 22px;
	}
	.store-single .cont03 .box .txt {
		line-height: 2;
	}
	.store-single .cont03 .box .img {
		width: 540px;
	}

	/*	.store-single .cont04
	------------------------------------------*/
	.store-single .cont04 {
		padding: 100px 0 0;
	}
	.store-single .cont04 h2 {
		margin-bottom: 65px;
		padding-bottom: 20px;
		background: url("img/store-single_txt_access01.png") no-repeat center bottom;
		font-weight: normal;
		font-size: 38px;
		text-align: center;
	}
	.store-single .cont04 .way {
		width: 100%;
		max-width: 975px;
		margin: 0 auto 100px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.store-single .cont04 .way .item {
		background: no-repeat left top;
		padding: 29px 0 20px 201px;
		min-height: 160px;
		box-sizing: border-box;
	}
	.store-single .cont04 .way .item.is-car {
		background-image: url("img/store-single_ico_access01.png");
	}
	.store-single .cont04 .way .item.is-train {
		background-image: url("img/store-single_ico_access02.png");
	}
	.store-single .cont04 .way .tit {
		margin-bottom: 10px;
		font-weight: 700;
		font-size: 20px;
	}
	.store-single .cont04 .way .txt {
		font-size: 18px;
		line-height: 2;
	}
	.store-single .cont04 .map {
		width: 100%;
		height: 550px;
	}
	.store-single .cont04 .map iframe {
		width: 100%;
		height: 100%;
	}

	/*	.store-single .cont05
	------------------------------------------*/
	.store-single .cont05 {
		padding: 115px 0;
	}
	.store-single .cont05 h2 {
		margin-bottom: 70px;
		padding-bottom: 25px;
		background: url("img/store-single_txt_staff01.png") no-repeat center bottom;
		font-weight: normal;
		font-size: 38px;
		text-align: center;
	}
	.store-single .cont05 .box {
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 35px;
	}
	.store-single .cont05 .box:last-of-type {
		margin-bottom: 0;
	}
	.store-single .cont05 .box .img {
		width: 280px;
		height: 280px;
		border-radius: 50%;
		margin-left: 5px;
		box-shadow: -10px -10px 0px #ea5d02;
		overflow: hidden;
	}
	.store-single .cont05 .box .txtBox {
		width: calc(100% - 365px);
	}
	.store-single .cont05 .box .name {
		margin-bottom: 25px;
		font-weight: 700;
		font-size: 22px;
	}
	.store-single .cont05 .box .txt {
		line-height: 2;
	}
	.store-single .common-cv .tel a {
		font-size: 48px;
		color: #f26628;
		text-align: center;
		padding: 0 0 0 40px;
		/* background: url(img/store-single_tel_icon.png) no-repeat top 15px left; */
	}
	.store-single .common-cv .tel .time {
		margin: 0 0 10px 0;
		text-align: center;
	}
	.store-single .common-cv .btns {
		align-items: center;
	}


	/*thanks
	--------------------------------------------*/
	.thanks .cont01{
		padding: 60px 0 0;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		color: #ea5d02;
		font-size: 36px;
	}
	.thanks .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
		font-size: 20px;
	}
	.thanks .cont01 .button a{
		display: block;
		margin: 45px auto 60px;
		background: #ea5d02;
		border-radius: 45px;
		padding: 15px 0;
		width: 320px;
		font-weight: bold;
		color: #fff;
	}

	/*yonmaru
	--------------------------------------------*/
	.yonmaru .cont01{
		padding: 60px 0 0;
		text-align: center;
	}
	.yonmaru .cont01 h2{
		margin: 0 0 25px;
		text-align: center;
		color: #ea5d02;
		font-size: 36px;
	}
	.yonmaru .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
		font-size: 20px;
	}
	.yonmaru .cont01 .button a{
		display: block;
		margin: 45px auto 60px;
		background: #ea5d02;
		border-radius: 45px;
		padding: 15px 0;
		width: 320px;
		font-weight: bold;
		color: #fff;
	}

	/* footer
	------------------------------------------------------------------------*/
	footer {
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 60px 0 60px 80px;
		box-sizing: border-box;
	}
	footer .info {
		width: 36%;
	}
	footer .info .logo {
		display: table;
		margin: 10px auto 20px 30px;
	}
	footer .info .logo a {
		display: block;
	}
	footer .info .txt {
		color: #fff;
	}
	footer .nav-wrap {
		width: 64%;
		border-left: 1px solid #fff;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 0 0 55px;
		box-sizing: border-box;
	}
	footer .nav {
		width: 50%;
	}
	footer .nav.is-nav01 {
		width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	footer .nav.is-nav01 ul {
		min-width: 140px;
	}
	footer h2 {
		width: 100%;
		margin-bottom: 15px;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .1em;
	}
	footer ul li a {
		position: relative;
		display: block;
		padding: 4px 0 4px 13px;
		color: #fff;
	}
	footer ul li a:before {
		position: absolute;
		top: 17px;
		left: 0;
		content: "";
		display: block;
		width: 5px;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease;
	}
	footer ul li a:hover {
		opacity: 1;
	}
	footer ul li a:hover:before {
		left: 3px;
	}
	footer .insta {
		display: table;
		margin-top: 30px;
	}
	footer .insta a {
		display: block;
	}
	footer .copy {
		padding: 7px 10px;
		background: #555;
		color: #fff;
		text-align: center;
	}
	footer .to_top {
		position: fixed;
		z-index: 9000;
		right: 30px;
		bottom: 30px;
	}
}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
		font-size: 14px;
	}

	body {
		padding-top: 100px !important;
	}

	.inner {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	img {
		max-width: 100%;
	}

	.pc {
		display: none;
	}

	@keyframes slider {
		0% { background-position: bottom left 2700px; }
		100% { background-position: bottom left 0; }
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: fixed;
		z-index: 9990;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
	}
	header .box01 {
		padding: 2px 60px 2px 5px;
		background: #555;
	}
	header h1 {
		color: #fff;
		font-size: 12px;
	}
	header .box02 .inner {
		padding: 5px 70px 5px 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .logo {
		width: 160px;
	}
	header .logo a {
		display: block;
	}
	header .insta {
		width: 60px;
	}
	header .insta a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		background: #555;
	}
	header .contact {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	header .tel {
		width: 33.33%;
		text-align: center;
	}
	header .tel a {
		display: block;
		height: 50px;
		padding: 5px 5px 0;
		background: #fff;
		border-top: 1px solid #555;
		border-right: 1px solid #555;
		box-sizing: border-box;
	}
	header .tel .time {
		font-size: 10px;
	}
	header .line {
		width: 33.33%;
		line-height: 1.4;
		font-size: 13px;
	}
	header .line a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 12px;
		border: 1px solid #00b900;
		background: #00b900;
		color: #fff;
		box-sizing: border-box;
	}
	header .reserve {
		width: 33.33%;
		text-align: center;
	}
	header .reserve a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	header .reserve span {
		padding: 0 10px 0 25px;
		background: url("img/common_ico_pencil01.png") no-repeat left center/16px;
	}

	/* nav
	------------------------------------------------------------------------*/
	nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10000;
	}

	#nav-btn {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 27px;
		right: 5px;
		z-index: 10010;
		transition: all .5s;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	.menu-btn,
	.menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-btn {
		position: absolute;
		width: 30px;
		height: 23px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	.menu-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
	}

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

	.menu-btn span:nth-of-type(2) {
		top: 10px;
	}

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

	#nav-btn.active .menu-btn span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	#nav-btn.active .menu-btn span:nth-of-type(2) {
		opacity: 0;
	}

	#nav-btn.active .menu-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	#nav {
		display: none;
	}

	#nav-btn.active + #nav {
		display: block;
		position: absolute;
		z-index: 1001;
		top: 92px;
		left: -431px;
		z-index: 10000;
		width: 430px;
		max-height: 500px;
		background: rgba(254, 243, 223, 0.95);
		overflow-y: auto;
	}

	#nav {
		padding: 0;
		border-bottom: 1px solid #aaa;
	}

	#nav li {
		border-top: 1px solid #aaa;
	}

	#nav li a,
	#nav li .parent {
		display: block;
		position: relative;
		font-size: 16px;
		padding: 20px 40px 20px 20px;
	}

	#nav li a {
		position: relative;
	}
	#nav li a:before {
		position: absolute;
		top: 0;
		right: 25px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: 2px solid #f26628;
		border-bottom: none;
		border-left: none;
		transform: rotate(45deg);
	}

	#nav li .parent {
		position: relative;
	}
	#nav li .parent:before {
		position: absolute;
		top: 0;
		right: 23px;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: 2px solid #f26628;
		border-left: none;
		border-top: none;
		transform: rotate(45deg);
	}

	#nav li .child li:nth-of-type(1) a {
		background: #fe7266;
	}
	#nav li .child li:nth-of-type(2) a {
		background: #f26628;
	}
	#nav li .child li:nth-of-type(3) a {
		background: #ff9700;
	}

	#nav li .child li a {
		padding: 10px 40px 10px 20px;
		display: flex;
		align-items: center;
		color: #fff;
	}
	#nav li .child li a img {
		width: 110px;
		margin-right: 10px;
	}
	#nav li .child li a:before {
		border-color: #fff;
	}

	/* common
	------------------------------------------------------------------------*/
	/*	.common-cv
	------------------------------------------*/
	.common-cv {
		position: relative;
		overflow: hidden;
		padding: 20px;
		color: #555;
		background: #fee9c5;
	}
	.common-cv .bgTxt {
		pointer-events: none;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgba(255, 255, 255, 0.5);
		font-size: 50px;
		text-align: center;
		letter-spacing: .13em;
		white-space: nowrap;
	}
	.common-cv .box {
		position: relative;
		z-index: 3;
		margin: 0 auto;
		padding: 10px;
		background: rgba(255, 255, 255, 0.6);
		box-sizing: border-box;
	}
	.common-cv .box .in {
		padding: 30px 30px 27px;
		border: 1px solid #f26628;
	}
	.common-cv .lead {
		margin-bottom: 2px;
		text-align: center;
	}
	.common-cv h2 {
		position: relative;
		display: table;
		margin: 15px auto 25px;
		padding: 0 25px;
		line-height: 1.2;
		font-weight: normal;
		font-size: 28px;
		text-align: center;
		letter-spacing: .1em;
	}
	.common-cv h2:before, .common-cv h2:after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 8px;
		height: 2px;
		background: #555;
	}
	.common-cv h2:before {
		left: 0;
	}
	.common-cv h2:after {
		right: 0;
	}
	.common-cv .btns {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.common-cv .tel a {
		display: block;
	}
	.common-cv .tel .time {
		display: block;
		font-size: 16px;
        text-align: center;
		margin-top: 8px;
	}
	.common-cv .reserve {
		text-align: center;
		font-size: 22px;
	}
	.common-cv .reserve a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 260px;
		height: 60px;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common-cv .reserve a span {
		padding: 0 0 0 30px;
		background: url("img/common_ico_pencil01.png") no-repeat left center;
	}
	.common-cv .line {
		text-align: center;
		font-size: 22px;
	}
	.common-cv .line a {
		background: linear-gradient(to right, #64d364 0%, #00c000 100%);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 260px;
		height: 60px;
		color: #fff;
	}
	.common-cv .line a span {
		display: inline-block;
		padding: 3px 0 3px 53px;
		background: url("img/common_line_icon.png") no-repeat left center;
		background-size: 36px;
	}

	/*	.common-tit01
	------------------------------------------*/
	.common-tit01 {
		font-weight: normal;
		font-size: 20px;
		text-align: center;
	}

	/*	.common-tit02
	------------------------------------------*/
	.common-tit02 {
		font-weight: normal;
		text-align: center;
	}
	.common-tit02 .en {
		display: block;
		margin-top: 5px;
		font-size: 34px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}

	/*	common key
	------------------------------------------*/
	/* common style */
	.common .key {
		position: relative;
	}
	.common .key:before {
		position: absolute;
		pointer-events: none;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100px;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common .key .bg {
		overflow: hidden;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 20px);
		height: 200px;
		margin: 0 auto;
		padding: 0 20px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		box-sizing: border-box;
	}
	.common .key .tit {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 36px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		letter-spacing: .12em;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
	.common .key .tit:before {
		position: absolute;
		z-index: -1;
		content: "";
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* page */
	.concept .key .bg {
		background-image: url("img/concept_key_bg_sp.png");
	}
	.concept .key .bg .tit:before {
		right: -100px;
		bottom: -32px;
		width: 165px;
		height: 71px;
		background-image: url("img/concept_key_txt.png");
	}

	.price .key .bg {
		background-image: url("img/price_key_bg_sp.png");
	}
	.price .key .bg .tit:before {
		right: -49px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/price_key_txt.png");
	}

	.blog .key .bg,
	.blog_single .key .bg {
		background: url(img/blog_bg_sp.png);
	}
	.blog .key .bg .tit::before,
	.blog_single .key .bg .tit::before {
		right: -49px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/blog_title.png");
	}
	.store-archive .key .bg,
	.store-single .key .bg {
		background-image: url("img/store_key_bg_sp.png");
	}
	.store-archive .key .bg .tit:before,
	.store-single .key .bg .tit:before {
		right: -49px;
		bottom: -32px;
		width: 130px;
		height: 50px;
		background-image: url("img/store_key_txt.png");
	}
	.company .key .bg {
		background: url(img/company_bg_sp.png);
	}
	.company .key .bg .tit::before {
		right: -50px;
		bottom: -32px;
		width: 130px;
		height: 60px;
		background-image: url("img/company_title.png");
	}
	.contacts .key .bg,
	.thanks .key .bg,
	.yonmaru .key .bg {
		background: url(img/contact_bg_sp.png);
	}
	.contacts .key .bg .tit::before,
	.thanks .key .bg .tit::before {
		right: -50px;
		bottom: -32px;
		width: 130px;
		height: 60px;
		background-image: url("img/contact_title.png");
	}
	.faq .key .bg {
		background: url(img/faq_bg_sp.png);
	}
	.faq .key .bg .tit::before {
		right: -50px;
		bottom: -32px;
		width: 130px;
		height: 60px;
		background-image: url("img/faq_title.png");
	}

	/*	common pankuzu
	------------------------------------------*/
	.common .pankuzu {
		padding: 15px 0;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	.common .pankuzu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.common .pankuzu ul li {
		position: relative;
		margin-right: 8px;
		padding: 0 10px 0 0;
		color: #fff;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.common .pankuzu ul li:before {
		position: absolute;
		top: 7px;
		right: 0;
		content: "";
		display: block;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
	}
	.common .pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}
	.common .pankuzu ul li:last-of-type:before {
		content: none;
	}
	.common .pankuzu ul li a {
		color: inherit;
	}

	/* home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		overflow: hidden;
		position: relative;
		padding: 20px 20px 160px;
		box-sizing: border-box;
	}
	.home .key:before {
		pointer-events: none;
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: 250px;
		background: url("img/common_bg01.png") no-repeat center/cover;
	}
	.home .key .inner {
		position: relative;
		z-index: 2;
		padding: 0;
	}
	.home .key .txt {
		position: relative;
		z-index: 3;
		margin: 0 auto -10px;
	}
	.home .key .img {
		position: relative;
		margin: 0 auto;
	}
	.home .key .img:before {
		position: absolute;
        top: 10px;
        right: -50px;
        content: "";
        display: block;
        background: url(img/common_eng01.png) no-repeat center / contain;
        width: 140px;
        height: 170px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		margin-top: -160px;
	}
	.home .cont01 .box {
		background: rgba(255, 255, 255, 0.9);
	}
	.home .cont01 .box .in {
		padding: 18px 30px 32px;
	}
	.home .cont01 .bgTxt {
		z-index: 1;
	}
	.home .bunner{
		margin: 50px auto 0;
		text-align: center;
	}
	.home .bunner img{
		width: 390px;
	}
	.home .bnr_area {
		width: 390px;
		margin: 70px auto 0;
		display: flex;
		flex-direction: column;
		gap: 30px 0;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 70px 0 50px;
	}
	.home .cont02 h2 {
		margin-bottom: 30px;
		position: relative;
	}
	/* .home .cont02 h2::before {
		content: url(img/home_cont02_title.png);
		position: absolute;
		top: -62px;
		left: -20px;
		transform: scale(0.75);
	} */
	.home .cont02 h2 .en {
		font-size: 38px;
	}
	.home .cont02 .add-text {
		margin-bottom: 30px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.home .cont02 .list {
		margin-bottom: 40px;
		padding-left: 20px;
	}
	/* .home .cont02 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	} */
	.home .cont02 .list li {
		display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-bottom: 20px;
	}
	.home .cont02 .list li.campaign {
		position: relative;
	}
	/* .home .cont02 .list li:last-of-type {
		margin-bottom: 0;
	} */
	.home .cont02 .list .img {
		flex-shrink: 0;
	}
	.home .cont02 .list .txt {
		font-size: 16px;
	}
	.home .cont02 .list .price {
		font-size: 24px;
	}
	.home .cont02 .list .price.campaign {
		position: relative;
		padding-bottom: 20px;
	}
	/* .home .cont02 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 1px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 0;
	}
	.home .cont02 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 0px;
		left: 0;
	} */
	.home .cont02 .list .campaign-price {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	.home .cont02 .list .campaign-price.treatment {
		/* position: absolute;
		top: 67px;
		right: 35px; */
		margin-left: 20px;
	}
	.home .cont02 .list .campaign-price .span01 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.home .cont02 .list .campaign-price .span02 {
		font-weight: normal;
		font-size: 16px;
	}
	.home .cont02 .list .price .small {
		font-size: 16px;
	}

	.home .cont02 .note {
        background: #fff;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
        box-sizing: border-box;
        padding: 30px;
        margin-top: 40px;
        border-radius: 10px;
	}
	.home .cont02 .common-box01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.home .cont02 .note_ttl {
		font-size: 18px;
		font-weight: bold;
		color: #f26628;
		margin-bottom: 10px;
	}
	.home .cont02 .common-box01:nth-of-type(2) .note_ttl {
		color: #50aadb;
	}
	.home .cont02 .note_ttl span {
		display: block;
		padding-left: 0;
		color: #333;
		font-size: 14px;
	}
	.home .cont02 .note_text .text01 {
		line-height: 1.87;
	}
	.home .cont02 .note_text .text02 {
		font-size: 14px;
		line-height: 1.57;
		margin-top: 10px;
		line-height: 2;
	}
	.home .cont02 .note_text .text03 {
		line-height: 2;
	}
	.home .cont02 .note_text .text04 {
		line-height: 2;
	}
	.home .cont02 .note_text .text01 span,
	.home .cont02 .note_text .text02 span,
	.home .cont02 .note_text .text03 span,
	.home .cont02 .note_text .text04 span {
		color: #f26628;
        font-weight: bold;
        font-size: 14px;
    }
	.home .cont02 .note_text .text03 .br {
		display: block;
		color: #333;
		font-weight: normal;
		padding-left: 70px;
    }
	.home .cont02 .note02 {
		color: #f26628;
		font-weight: bold;
		line-height: 1;
		margin-top: 15px;
		text-align: center;
	}
	.home .cont02 .common-box01:nth-of-type(2) .note02 {
		color: #50aadb;
	}


	.home .cont02 .fashion .text01 {
		text-align: center;
		line-height: 2;
		margin-top: 40px;
		font-size: 14px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont02 .desc {
		position: relative;
		margin: 0 auto;
		padding: 16px 20px;
		font-size: 16px;
		line-height: 2;
		text-align: center;
		box-sizing: border-box;
	}
	.home .cont02 .desc:before, .home .cont02 .desc:after {
		position: absolute;
		top: 0;
		content: "";
		display: block;
		width: 15px;
		height: 100%;
		border: 1px solid;
	}
	.home .cont02 .desc:before {
		border-right: none;
		left: 0;
	}
	.home .cont02 .desc:after {
		border-left: none;
		right: 0;
	}
	.home .cont02 .desc .small {
		font-size: 13px;
	}

	.home .cont02 .common-box01 {
        margin: 0 auto;
        padding: 80px 30px;
        box-sizing: border-box;
        width: 100%;
	}
	.home .cont02 .common-box01 h3 {
        margin-bottom: 40px;
        padding: 0 0 32px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
	}
	.home .cont02 .common-box01 .text01 {
		text-align: center;
        margin-bottom: 40px;
		line-height: 2;
	}
	.home .cont02 .common-box01 .list {
		margin-bottom: 27px;
        padding-left: 0;
	}
	.home .cont02 .common-box01 .list li {
		width: 100%;
	}
	.home .cont02 .common-box01 .list li .img {
		margin-bottom: 0;
		text-align: center;
		width: 150px;
	}
	.home .cont02 .common-box01 .desc {
		max-width: 450px;
	}
	.home .cont02 .common-box02 .add {
		display: flex;
		flex-direction: column;
		margin: 40px auto 0;
		background: #fff;
		border: 1px solid #46b8ae;
		padding: 35px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box02 .add .add-ttl {
		font-size: 18px;
		color: #46b8ae;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 16px;
	}
	.home .cont02 .common-box02 .add .add-ttl span {
		display: inline-block;
		color: #333;
		line-height: 1;
		font-size: 14px;
		padding-left: 18px;
	}
	.home .cont02 .common-box02 .add ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 0;
	}
	.home .cont02 .common-box02 .add ul li {
		position: relative;
	}
	.home .cont02 .common-box02 .add ul li::before {
		content: "・";
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(1) {
		order: 1;
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(2) {
		order: 4;
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(3) {
		order: 2;
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(4) {
		order: 5;
	}
	.home .cont02 .common-box02 .add ul li:nth-of-type(5) {
		order: 3;
	}
	.home .cont02 .common-box02 .add ul li span {
		display: inline-block;
		padding-left: 11px;
	}
	.home .cont02 .common-box02.special{
        width: 100%;
        padding: 0px 30px 120px;
        box-sizing: border-box;
        margin: 0 auto;
	}
	.home .cont02 .common-box02.fashion {
		padding: 85px 0 70px;
	}
	.home .cont02 .common-box02.fashion .list {
		justify-content: center;
	}
	.home .cont02 .common-box02 h3 {
		margin-bottom: 40px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}
	.home .cont02 .common-box02 h3 span{
		display: block;
		font-size: 16px;
	}
	.home .cont02 .common-box02 .text05{
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
	}
	.home .cont02 .common-box02 .text05 span{
		color: #f26628;
	}
	.home .cont02 .common-box02 .box01{
		display: block;
        margin: 0;
	}
	.home .cont02 .common-box02 .box01 ul{
		display: flex;
        justify-content: space-between;
		margin-bottom: 15px;
	}
	    .home .cont02 .common-box02 .desc {
        max-width: 920px;
    }
	.home .cont02 .common-box02 .list {
        margin-bottom: 43px;
    }
	
	.home .cont02 .common-box02 .box01 ul li{
		display: flex;
        justify-content: center;
        align-items: center;
        width: 115px;
        height: 115px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 50%;
        background: #fe7266;
	}
	.home .cont02 .common-box02 .box01 ul li:nth-of-type(2){
		background: #ea5e03;
        padding-top: 6px;
        box-sizing: border-box;
	}
	.home .cont02 .common-box02 .box01 ul li:nth-of-type(3){
		background: #ffaa39;
	}
	.home .cont02 .common-box02 .text06{
		line-height: 2;
		margin-bottom: 40px;
	}
	.home .cont02 .common-box02 .box02{
		margin: 0;
        padding: 30px;
        background: #fff;
		border-radius: 10px;
	}
	.home .cont02 .common-box02 .box02 h4 {
		position: relative;
		text-align: center;
		font-size: 22px;
		color: #f26628;
		margin-bottom: 30px;
	}
	.home .cont02 .common-box02 .box02 ul li {
		margin-bottom: 20px;
        padding-left: 34px;
        background: url(img/home_txt_special02.png) 0 center no-repeat;
        background-size: 22px;
        font-size: 16px;
        font-weight: bold;
	}
	.home .cont02 .common-box02 .box02 ul li:nth-of-type(5) {
		margin-bottom: 0;
	}
	.home .cont02 .special {
		background: #ffffde;
	}
	.home .cont02 .special .in {
		margin: 0 0 0 auto;
	}
	.home .cont02 .common-box01 h3 {
		position: relative;
		background: url("img/home_txt_special01.png") no-repeat center bottom;
	}
	.home .cont02 .special .desc:before, .home .cont02 .special .desc:after {
		border-color: #f26628;
	}
	.home .cont02 .suppressing {
		background: #fff0ef;
	}
	.home .cont02 .suppressing h3 {
		position: relative;
		background: url("img/home_txt_suppressing02.png") no-repeat center bottom;
		margin-bottom: 50px;
	}
	.home .cont02 .suppressing h3:before {
		position: absolute;
		top: 0;
		right: -10px;
		content: "";
		display: block;
		width: 235px;
		height: 87px;
		background: url("img/home_txt_suppressing01.png") no-repeat center/contain;
	}
	.home .cont02 .suppressing h3::after {
		content: url(img/home_cont02_h3title.png);
		position: absolute;
		top: 43px;
		left: -30px;
	}
	.home .cont02 .suppressing .desc:before, .home .cont02 .suppressing .desc:after {
		border-color: #50aadb;
	}
	.home .cont02 .treatment {
		background: #e3f4f3;
		}
	.home .cont02 .common-box02.treatment {
        padding: 20px;
        padding-bottom: 50px;
    }
	.home .cont02 .treatment h3 {
        margin-bottom: 30px;
        padding: 85px 0 30px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
	.home .cont02 .treatment h3 {
		position: relative;
		background: url("img/home_txt_treatment02.png") no-repeat center bottom;
	}
	.home .cont02 .treatment .list {
        margin-bottom: 40px;
        padding-left: 0;
    }
	.home .cont02 .treatment .list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
		gap: 0;
    }
	.home .cont02 .common-box02.treatment .list .img {
        width: 200px;
    }
	.home .cont02 .treatment h3:before {
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		display: block;
		width: 211px;
		height: 72px;
		background: url("img/home_txt_treatment01.png") no-repeat center/contain;
	}
	.home .cont02 .treatment .desc:before, .home .cont02 .treatment .desc:after {
		border-color: #46b8ae;
	}


	/* special-care */
	.home .cont02 .treatment .special_care {
		width: 100%;
		margin: 50px auto 0;
		padding-top: 60px;
		background: #fff;
		border-radius: 15px;
		position: relative;
	}
	.home .cont02 .treatment .special_care::before {
		content: "";
		background: url("img/special_care_img04.png")center center / cover no-repeat;
		width: 90px;
		height: 109px;
		position: absolute;
		top: -30px;
		left: 20px;
	}
	.home .cont02 .treatment .special_care h4 {
		font-size: 22px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care_text01.png")top center no-repeat;
		background-size: 100px;
		padding-top: 30px;
	}
	.home .cont02 .treatment .special_care h4 span {
		font-size: 16px;
	}
	.home .cont02 .treatment .special_care .text01 {
		font-size: 16px;
		line-height: 1.9;
		text-align: center;
		margin: 30px 0 20px;
	}
	.home .cont02 .treatment .special_care .text02 {
		padding: 10px;
		border-radius: 10px;
		color: #fff;
		background: #46b8ae;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 20px;
		box-sizing: border-box;
	}
	.home .cont02 .treatment .special_care .text02 span {
		font-size: 12px;
		font-weight: bold;
	}
	.home .cont02 .treatment .special_care .flex_box {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 30px 0;
	}
	.home .cont02 .treatment .special_care .flex_box .text03 {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}
	.home .cont02 .treatment .special_care .flex_box ul {
		margin-left: 47px;
	}
	.home .cont02 .treatment .special_care .flex_box ul li {
		font-size: 14px;
		line-height: 2.2;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		position: relative;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.home .cont02 .treatment .special_care .flex_box ul li::before {
		content: "";
		background: url("img/special_care_icon01.png")center center / cover no-repeat;
		width: 20px;
		height: 11px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	.home .cont02 .treatment .special_care .img_lightbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 50px;
	}
	.home .cont02 .treatment .special_care .img_lightbox a img {
		width: 160px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	/* special-care02 */
	.home .cont02 .treatment .special_care02 {
		width: 100%;
		margin: 50px auto 0;
		padding-top: 60px;
		background: #fff;
		border-radius: 15px;
		position: relative;
	}
	.home .cont02 .treatment .special_care02::before {
		content: "";
		background: url("img/special_care02_img01.png")center center / cover no-repeat;
		width: 80px;
		height: 98px;
		position: absolute;
		top: -20px;
		right: 40px;
	}
	.home .cont02 .treatment .special_care02::after {
		content: "";
		background: url("img/special_care02_text02.png")center center / cover no-repeat;
		width: 63px;
		height: 54px;
		position: absolute;
		top: 12px;
		left: 60px;
	}
	.home .cont02 .treatment .special_care02 h4 {
		font-size: 20px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care02_text01.png")top center no-repeat;
		background-size: 100px;
		padding-top: 30px;
	}
	.home .cont02 .treatment .special_care02 h4 span {
		font-size: 16px;
	}
	.home .cont02 .treatment .special_care02 .text01 {
		font-size: 16px;
		line-height: 1.9;
		text-align: center;
		margin: 30px 0 20px;
	}
	.home .cont02 .treatment .special_care02 .circle {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		gap: 30px;
		margin-bottom: 25px;
	}
	.home .cont02 .treatment .special_care02 .circle li {
		width: 180px;
		height: 180px;
		background: url("img/special_care02_accent01.png")no-repeat;
		background-size: 180px;
		text-align: center;
		color: #ff8b81;
		font-size: 24px;
		line-height: 1;
		padding-top: 47px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .treatment .special_care02 .circle li:nth-of-type(3) {
		padding-top: 62px;
	}
	.home .cont02 .treatment .special_care02 .circle li span {
		display: block;
		padding-top: 12px;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: 500;
	}
	.home .cont02 .treatment .special_care02 .circle li::before {
		content: "";
		background: url("img/special_care02_accent02.png")no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		bottom: -27px;
		left: 50%;
		transform: translateX(-50%);
	}
	.home .cont02 .treatment .special_care02 .circle li:nth-of-type(3)::before {
		display: none;
	}
	.home .cont02 .treatment .special_care02 .text02 {
		padding: 10px;
		border-radius: 10px;
		color: #fff;
		background: #ff9d95;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 20px;
		box-sizing: border-box;
	}
	.home .cont02 .treatment .special_care02 .text02 span {
		font-size: 12px;
		font-weight: bold;
	}
	.home .cont02 .treatment .special_care02 .flex_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 20px;
		gap: 10px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box {
		width: 160px;
		border: 2px solid #ffd5d3;
		border-radius: 20px;
		position: relative;
		padding-bottom: 15px;
		box-sizing: border-box;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box::before {
		content: "01";
		font-size: 26px;
		line-height: 1;
		color: #ff9d95;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(2)::before {
		content: "02";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(3)::before {
		content: "03";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(4)::before {
		content: "04";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(5)::before {
		content: "05";
	}
	.home .cont02 .treatment .special_care02 .flex_box .box .img {
		margin: 18px 0 10px 24px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(5) .img {
		margin-top: 25px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(n+3) .img {
		text-align: center;
		margin-left: 0;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box .img img {
		width: 88px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(n+3) .img img {
		width: 85px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .box:nth-of-type(5) .img img {
		width: 70px;
	}
	.home .cont02 .treatment .special_care02 .flex_box .text {
		font-size: 14px;
		line-height: 1.75;
		margin: 0 8px 0 18px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.home .cont02 .treatment .special_care02 .flex_box ul li {
		font-size: 14px;
		line-height: 1.75;
		position: relative;
		margin: 0 8px 0 15px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.home .cont02 .treatment .special_care02 .flex_box ul li::before {
		content: "・";
		position: absolute;
		top: 0;
		left: -15px;
	}
	.home .cont02 .treatment .special_care02 .text03 {
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 25px;
	}
	.home .cont02 .treatment .special_care02 .img_flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 50px;
	}
	.home .cont02 .treatment .special_care02 .img_flex img {
		width: auto;
		height: 130px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	.home .cont02 .fashion {
		background: #fff5e3;
	}
	.home .cont02 .fashion .list {
		padding-left: 0;
	}
	.home .cont02 .fashion .list li .campaign-price {
		margin-left: 20px;
	}
	.home .cont02 .fashion h3 {
		position: relative;
		background: url("img/home_txt_fashion02.png") no-repeat center bottom;
	}
	.home .cont02 .fashion h3:before {
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		display: block;
		width: 211px;
		height: 95px;
		background: url("img/home_txt_fashion01.png") no-repeat center/contain;
	}
	.home .cont02 .fashion .desc:before, .home .cont02 .fashion .desc:after {
		border-color: #ed8089;
	}
	.home .cont02 .btn {
		width: 350px;
		margin: 50px auto 0;
		border-radius: 30px;
		font-size: 18px;
	}
	.home .cont02 .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		border-radius: inherit;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	.home .cont02 .three-course {
		background: #fff;
	}
	.home .cont02 .three-course .table_wrap {
		overflow: auto;
		padding-bottom: 30px;
	}
	.home .cont02 .three-course h3 {
		position: relative;
		background: url("img/home_txt_three-course02.png") no-repeat center bottom;
		background-size: 230px;
	}
	.home .cont02 .three-course h3:before {
		position: absolute;
		top: -100px;
		left: 0;
		content: "";
		display: block;
		width: 211px;
		height: 80px;
		background: url("img/home_txt_three-course01.png") no-repeat center/contain;
	}
	.home .cont02 .common-box04 {
		padding: 130px 0 30px;
	}
	.home .cont02 .common-box04 h3 {
		margin-bottom: 40px;
		padding: 0 0 30px;
		font-size: 22px;
		font-weight: normal;
		text-align: center;
	}
	.home .cont02 .common-box04 table {
		width: 900px;
		font-weight: normal;
	}
	.home .cont02 .common-box04 table tr th,
	.home .cont02 .common-box04 table tr td {
		border: 2px solid #fff;
		width: 200px;
		height: 80px;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th {
		height: 80px;
		font-size: 16px;
		line-height: 1.37;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th .span01 {
		font-size: 18px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(1) th .span02 {
		font-size: 12px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(2) th {
		height: 50px;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(2) th .tax {
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont02 .common-box04 table tr:first-of-type th:first-of-type ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:first-of-type {
		background: #ea5e03;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(3) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(4) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(5) th:first-of-type,
	.home .cont02 .common-box04 table tr:nth-of-type(6) th:first-of-type {
		background: rgba(234,94,3,0.2);
		text-align: left;
		font-size: 18px;
		padding-left: 20px;
		box-sizing: border-box;
		line-height: 1;
	}
	.home .cont02 .common-box04 table tr:nth-of-type(3) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(4) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(5) th:first-of-type .span02,
	.home .cont02 .common-box04 table tr:nth-of-type(6) th:first-of-type .span02 {
		display: block;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-size: 12px;
		line-height: 1.357;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(2) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(2) {
		background: #50aadb;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr:not(:last-of-type) td:first-of-type,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) {
		background: rgba(80,170,219,0.2);
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(3) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(3) {
		background: #46b8ae;
		color: #fff;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(2),
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(3) {
		background: rgba(70,184,174,0.2);
	}
	.home .cont02 .common-box04 table tr:first-of-type th:nth-of-type(4) ,
	.home .cont02 .common-box04 table tr:nth-of-type(2) th:nth-of-type(4) {
		background: #f4d01e;
	}
	.home .cont02 .common-box04 table tr td:last-of-type {
		background: rgba(244,208,30,0.2);
	}
	.home .cont02 .common-box04 table tr td .mark {
		font-size: 26px;
		font-weight: bold;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(1) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) .span01 {
		color: #50aadb;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(2) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(3) .span01 {
		color: #46b8ae;
	}
	.home .cont02 .common-box04 table tr td:nth-of-type(3) .mark,
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(4) .span01 {
		color: #d9b91c;
	}
	.home .cont02 .common-box04 table tr:last-of-type td {
		font-size: 15px;
		line-height: 0.5;
		padding-bottom: 5px;
		box-sizing: border-box;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(1) {
		color: #ea5e03;
		font-size: 18px;
		padding-top: 3px;
		padding-bottom: 0;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	}
	.home .cont02 .common-box04 table tr:last-of-type td .span01 {
		display: block;
		line-height: 1.2;
		font-size: 18px;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2) {
		position: relative;
	}
	.home .cont02 .common-box04 table tr:last-of-type td:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-left: 10px solid #fff;
		vertical-align: middle;
	}


	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		position: relative;
		padding: 50px 0;
	}
	.home .cont03:before {
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 250px;
		background: url("img/common_bg01.png") no-repeat center top/cover;
	}
	.home .cont03 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont03 h2 {
		margin-bottom: 30px;
		color: #fff;
	}
	.home .cont03 h2 .big {
		display: block;
		margin-top: 8px;
		font-size: 40px;
	}
	.home .cont03 h2 .middle {
		font-size: 28px;
		vertical-align: 3px;
	}
	.home .cont03 .point {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px 10px;
		background: #fff;
		padding-top: 30px;
	}
	.home .cont03 .point .card {
		width: 190px;
		height: 190px;
		perspective: 100px;
		transform-style: preserve-3d;
		transition: transform .8s;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.home .cont03 .point .mekuru {
		transform: rotateY(180deg);
	}
	.home .cont03 .point .card .card-front {
		width: 190px;
		height: 190px;
		border-radius: 50%;
		text-align: center;
		background: #ea5d02 url(img/home_point01_bg.png) no-repeat center / 100%;
		box-sizing: border-box;
		padding-top: 135px;
	}
	.home .cont03 .point .card:nth-of-type(2) .card-front {
		background: #ea5d02 url(img/home_point02_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(3) .card-front {
		background: #ea5d02 url(img/home_point03_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(4) .card-front {
		background: #ea5d02 url(img/home_point04_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(5) .card-front {
		background: #ea5d02 url(img/home_point05_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card:nth-of-type(6) .card-front {
		background: #ea5d02 url(img/home_point06_bg.png) no-repeat center / 100%;
	}
	.home .cont03 .point .card .card-front h3 {
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 20px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont03 .point .card .card-back {
		position: absolute;
		backface-visibility: hidden;
    	transform: rotateY(180deg);
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border-radius: 50%;
		background: url(img/home_point01_back_bg.png) no-repeat center / 100% #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home .cont03 .point .card:nth-of-type(2) .card-back {
		background: url(img/home_point02_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(3) .card-back {
		background: url(img/home_point03_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(4) .card-back {
		background: url(img/home_point04_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(5) .card-back {
		background: url(img/home_point05_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card:nth-of-type(6) .card-back {
		background: url(img/home_point06_back_bg.png) no-repeat center / 100% #fff;
	}
	.home .cont03 .point .card .card-back .txt {
		color: #ea5d02;
		font-weight: bold;
		font-size: 12px;
		padding: 0 25px;
		letter-spacing: -0.5px;
		text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 50px 0;
		background: #ffffdb;
	}
	.home .cont04 h2 {
		margin-bottom: 30px;
	}
	.home .cont04 h2 .en {
		font-size: 38px;
	}
	.home .cont04 .flow .item {
		position: relative;
		width: 100%;
		margin: 0 auto 50px;
		padding: 10px 10px 30px;
		background-color: #fff;
		background-position: right 15px bottom 15px;
		background-repeat: no-repeat;
		box-sizing: border-box;
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	}
	.home .cont04 .flow .item:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .flow .item:last-of-type:before {
		content: none;
	}
	.home .cont04 .flow .item:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 0 30px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont04 .flow .item:nth-of-type(1) {
		background-image: url("img/home_img_num01.png");
	}
	.home .cont04 .flow .item:nth-of-type(2) {
		background-image: url("img/home_img_num02.png");
	}
	.home .cont04 .flow .item:nth-of-type(3) {
		background-image: url("img/home_img_num03.png");
	}
	.home .cont04 .flow .item:nth-of-type(4) {
		background-image: url("img/home_img_num04.png");
	}
	.home .cont04 .flow .item:nth-of-type(5) {
		background-image: url("img/home_img_num05.png");
	}
	.home .cont04 .flow .item:nth-of-type(6) {
		background-image: url("img/home_img_num06.png");
	}
	.home .cont04 .flow .item .img {
		margin-bottom: 20px;
	}
	.home .cont04 .flow .item .img img {
		width: 100%;
	}
	.home .cont04 .flow .item h3 {
		font-weight: normal;
		font-size: 24px;
		text-align: center;
	}
	.home .cont04 .flow .item .en {
		margin-bottom: 22px;
		text-align: center;
	}
	.home .cont04 .flow .item .txt {
		font-size: 14px;
		line-height: 1.9;
	}
	.home .cont04 .flow .item .txt + img {
		margin-top: 8px;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		padding: 10px 0 0;
	}
	.home .cont05 .txtBox {
		position: relative;
		z-index: 2;
		width: calc(100% - 20px);
		margin: 0 auto -50px;
		padding: 20px;
		background: rgba(255, 255, 255, 0.9) url("img/home_txt_message01.png") no-repeat right bottom 50px/200px;
		box-sizing: border-box;
	}
	.home .cont05 h2 {
		margin-bottom: 10px;
		font-weight: normal;
	}
	.home .cont05 .lead {
		margin-bottom: 23px;
		font-size: 18px;
		line-height: 2;
		letter-spacing: .1em;
	}
	.home .cont05 .en {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	.home .cont05 .en:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		display: block;
		width: calc(100% - 100px);
		height: 1px;
		background: #f26628;
	}
	.home .cont05 .txt {
		line-height: 2;
	}
	.home .cont05 .btn {
		width: 300px;
		margin: 30px auto 0;
		border-radius: 30px;
		color: #fff;
		text-align: center;
	}
	.home .cont05 .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 45px;
		border-radius: inherit;
		color: #fff;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		padding: 50px 0 220px;
		background: url("img/home_img_shop03.png") repeat-x left bottom;
		background-size: 1350px;
		animation: slider 50s linear infinite;
		margin-bottom: 70px;
	}
	.home .cont06 h2 {
		margin-bottom: 30px;
	}
	.home .cont06 .box {
		margin-bottom: 50px;
		padding: 20px 10px 10px;
		box-sizing: border-box;
	}
	.home .cont06 .box:last-of-type {
		margin-bottom: 0;
	}
	.home .cont06 .box .txtBox {
		margin-bottom: 20px;
		color: #fff;
	}
	.home .cont06 .box h3 {
		margin-bottom: 15px;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: .1em;
	}
	.home .cont06 .box .txt01 {
		margin-bottom: 40px;
	}
	.home .cont06 .box .txt02 {
		margin-bottom: 30px;
	}
	.home .cont06 .box .btn {
		width: 180px;
		margin: 0 auto;
		text-align: center;
		border-radius: 20px;
	}
	.home .cont06 .box .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		box-sizing: border-box;
		border: 1px solid #fff;
		height: 35px;
		color: #fff;
	}
	.home .cont06 .box .img {
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.home .cont06 .box .img .name {
		position: absolute;
		bottom: -10px;
		right: 0;
		width: 160px;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		padding: 50px 0;
	}
	.home .cont07 h2 {
		margin-bottom: 30px;
	}
	.home .cont07 .archive {
		padding: 0 20px 20px;
		height: 450px;
		background: #ffffdb;
		overflow-y: auto;
	}
	.home .cont07 .archive .item {
		border-bottom: 1px dashed #f26628;
	}
	.home .cont07 .archive .item a {
		display: block;
		padding: 30px 0;
	}
	.home .cont07 .archive .item .img {
		margin: 0 auto 20px;
	}
	.home .cont07 .archive .item .img img {
		width: 100%;
	}
	.home .cont07 .archive .item h3 {
		margin-bottom: 7px;
		font-size: 20px;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.home .cont07 .archive .item .date {
		margin-bottom: 20px;
		color: #f26628;
	}
	.home .cont07 .archive .item .txt {
		line-height: 2;
	}

	/*	.home .cont09
	------------------------------------------*/
	.home .cont09 {
		background: #feeee2;
		text-align: center;
		padding: 70px 0;
		margin-top: 90px;
	}
	.home .cont09 .info {
		font-size: 22px;
		letter-spacing: 0.05em;
		color: #ea5d02;
		line-height: 1.0;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		padding: 10px 0 40px;
	}
	.home .cont09 .text02 {
		line-height: 2;
		padding: 18px 0 50px;
	}
	.home .cont09 .price_box {
		width: 95%;
		background: #fff;
		border-radius: 3px;
		margin: 0 auto 30px;
		padding: 50px 0 45px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont09 .price_box::before {
		content: "";
        background: url(img/home_img_info01.png) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 121px;
        position: absolute;
        top: -35px;
        right: -15px;
        z-index: 9;
	}
	.home .cont09 .price_box::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #f7bc83;
		border-radius: 3px;
	}
	.home .cont09 .price_box h3 {
		font-size: 20px;
		color: #ea5d02;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-weight: normal;
		line-height: 1;
		margin-right: 10px;
	}
	.home .cont09 .price_box .box {
		width: 90%;
		margin: 10px auto 25px;
	}
	.home .cont09 .price_box .box .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 5px;
		border-bottom: 1px solid #ccc;
	}
	.home .cont09 .price_box .box .title {
		font-size: 16px;
		color: #ea5d02;
		font-weight: bold;
	}
	.home .cont09 .price_box .box .title span {
		font-size: 13px;
		color: #ea5d02;
		font-weight: bold;
	}
	.home .cont09 .price_box .box .price {
		font-weight: bold;
	}
	.home .cont09 .price_box .box .price span {
		font-size: 13px;
		font-weight: bold;
	}
	.home .cont09 .price_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.home .cont09 .text03 {
		width: 90%;
		border-bottom: 1px solid #f7bc83;
		margin: auto;
		padding-bottom: 30px;
		margin-bottom: 30px;
		line-height: 2;
	}
	.home .cont09 .text04 {
		width: 90%;
		text-align: left;
		line-height: 1.75;
		padding-bottom: 12px;
		margin: auto;
	}
	.home .cont09 .text04:last-of-type {
		padding: 0;
	}


	/* ---------------------------------- **
	Modal Window
	** ---------------------------------- */
	#layer_board_area {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 3vw;
		overflow-y: auto;
		box-sizing: border-box; /*スクロールバーを非表示*/
		-ms-overflow-style: none; /*スクロールバーを非表示*/
		scrollbar-width: none; /*スクロールバーを非表示*/
		z-index: 21000;
	}
	#layer_board_area::-webkit-scrollbar {
		display:none; /*スクロールバーを非表示*/
	}
	.layer_board_bg {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		cursor: pointer;
		background: #000;
		z-index: 0;
	}
	/* --modalWindow ポップアップ部分-- */
	.layer_board {
		display: none;
		position: relative;
		width: 80%;
		max-width: 1800px;
		margin: 3em auto;
		padding: 4em;
		border-radius: 5px;
		box-sizing: border-box;
		z-index: 10;
	}
	.layer_board.shortLayer {
		margin: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.layer_board .img{
		width: 100%;
	}
	.layer_board .img img{
		width: 100%;
	}
	/* --modalWindow バツ(閉じる)ボタン-- */
	.layer_board .mdl_btn_close.circle_btn {
		position: absolute;
		top: 90px;
		right: 40px;
		width: 55px;
		height: 55px;
		background: url("img/modal_icon.png")center center /contain no-repeat;
		border-radius: 50%;
		transition: .15s;
	}
	.layer_board .mdl_btn_close.circle_btn:hover {
		opacity: 0.7;
	}
	
	
	/* --modalWindow コンテンツ部分-- */
	.layer_borad_content {
		margin: 50px auto 1.5em;
	}

	.layer_board {
		width: 100%;
		margin: 3em auto;
		padding: 1em;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 30px;
		height: 30px;
		top: 50px;
		right: 0;
	}


	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding-top: 50px;
		background: url("img/home_pattern.png");
	}
	.home .cont08 h2 {
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		box-sizing: border-box;
	}
	.home .cont08 .en {
		font-size: 40px;
		line-height: 1;
		margin-top: 10px;
	}
	.home .cont08 .box .item {
		width: 405px;
		background: #fff;
		margin: 40px 15px 60px;
		padding: 10px 10px 0;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		display: flex;
		flex-direction: column;
	}
	.home .cont08 .box .item .content {
		order: 2;
		padding: 28px 20px 28px 25px;
		box-sizing: border-box;
	}
	.home .cont08 .box .item .content h3 {
		font-weight: normal;
		font-size: 18px;
		color: #e95e04;
		margin-bottom: 15px;
	}
	.home .cont08 .box .item .content .txt {
		line-height: 1.75;
	}
	.home .cont08 .box .item .img {
		order: 1;
		position: relative;
	}
	.home .cont08 .box .item .img video {
		filter: drop-shadow(0px 0px rgba(0,0,0,0));
	}
	.home .cont08 .box .item .img .play-btn {
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
	}
	.home .cont08 .box .item .img .play-btn.playActive {
		display: none;
	}
	.home .cont08 .box .next-arrow{
		position: absolute;
        background-size: 20px;
        width: 20px;
        top: 145px;
        right: 10px;
        cursor: pointer;
	}
	.home .cont08 .box .prev-arrow{
		position: absolute;
        background-size: 20px;
        width: 20px;
        top: 145px;
        left: 10px;
        z-index: 1;
        cursor: pointer;
	}



	/* .concept
	------------------------------------------------------------------------*/
	/*	.concept .cont01
	------------------------------------------*/
	.concept .cont01 {
		padding: 50px 0;
	}
	.concept .cont01 h2 {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 22px;
		font-weight: normal;
		font-size: 28px;
		text-align: center;
		letter-spacing: .1em;
	}
	.concept .cont01 h2:before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background: #f26628;
	}
	.concept .cont01 .topBox {
		margin-bottom: 40px;
	}
	.concept .cont01 .topBox .txt {
		line-height: 2;
	}
	.concept .cont01 .contentBox {
		margin-bottom: 50px;
		background: #fff5e3;
	}
	.concept .cont01 .contentBox:last-of-type {
		margin-bottom: 0;
	}
	.concept .cont01 .contentBox .txtBox {
		padding: 30px 10px 20px;
	}
	.concept .cont01 .contentBox .txtBox h3 {
		margin-bottom: 25px;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: .1em;
	}
	.concept .cont01 .contentBox .txtBox .en {
		position: relative;
		margin-bottom: 30px;
	}
	.concept .cont01 .contentBox .txtBox .en:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #f26628;
	}
	.concept .cont01 .contentBox .txtBox .en img {
		position: relative;
		z-index: 2;
		display: block;
		padding-right: 30px;
		background: #fff5e3;
	}
	.concept .cont01 .contentBox .txtBox .txt {
		line-height: 2;
	}
	.concept .cont01 .contentBox .txtBox .txt + .txt {
		margin-top: 20px;
	}
	.concept .cont01 .contentBox .img {
		position: relative;
		padding: 0 10px 10px;
	}
	.concept .cont01 .contentBox .img img {
		position: relative;
		z-index: 2;
	}
	.concept .cont01 .contentBox .img:before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 100%;
		height: calc(100% - 10px);
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}

	/*	.concept .cont02
	------------------------------------------*/
	.concept .cont02 {
		position: relative;
		padding: 50px 0;
	}
	.concept .cont02:before {
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 220px;
		background: url("img/common_bg01.png") no-repeat center/cover;
	}
	.concept .cont02 .inner {
		position: relative;
		z-index: 2;
	}
	.concept .cont02 h2 {
		margin-bottom: 30px;
		color: #fff;
	}
	.concept .cont02 h2 .big {
		display: block;
		margin-top: 10px;
		font-size: 34px;
	}
	.concept .cont02 .promise li {
		margin-bottom: 30px;
		padding: 210px 20px 20px;
		background-position: center top 30px;
		background-repeat: no-repeat;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	.concept .cont02 .promise li:last-of-type {
		margin-bottom: 0;
	}
	.concept .cont02 .promise li:nth-of-type(1) {
		background-image: url("img/concept_num01.png");
	}
	.concept .cont02 .promise li:nth-of-type(2) {
		background-image: url("img/concept_num02.png");
	}
	.concept .cont02 .promise li:nth-of-type(3) {
		background-image: url("img/concept_num03.png");
	}
	.concept .cont02 .promise li:nth-of-type(4) {
		background-image: url("img/concept_num04.png");
	}
	.concept .cont02 .promise h3 {
		margin-bottom: 19px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #f26628;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: .1em;
	}
	.concept .cont02 .promise .txt {
		line-height: 2;
	}

	/* .price
	------------------------------------------------------------------------*/
	/*	.price .common-price01 (cont01 - 02 common style)
	------------------------------------------*/
	.common-price01 {
		padding: 50px 0;
	}
	.common-price01 h2 {
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	.common-price01 .lead {
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
		line-height: 2;
	}
	.common-price01 .list {
		margin-bottom: 30px;
		padding-left: 40px;
	}
	/* .common-price01 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	} */
	.common-price01 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}
	.common-price01 .list li:last-of-type {
		margin-bottom: 0;
	}
	.common-price01 .list .img {
		flex-shrink: 0;
		width: 150px;
	}
	.common-price01 .list .txtBox {
		width: calc(100% - 170px);
	}
	.common-price01 .list .price {
		font-size: 24px;
	}
	.common-price01 .list .price.campaign {
		position: relative;
		padding-bottom: 20px;
	}
	.common-price01 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 1px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 0;
	}
	.common-price01 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 0px;
		left: 0;
	}
	.common-price01 .list .campaign-price {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.common-price01 .list .campaign-price.treatment {
		position: absolute;
		top: 67px;
		right: 35px;
	}
	.common-price01 .list .campaign-price .span01 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.common-price01 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.common-price01 .list .price .small {
		font-size: 16px;
	}

	.common-price01 .note {
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		border: 1px solid #f26628;
		box-sizing: border-box;
		padding: 25px;
		margin: 30px 10px 0;
	}
	.common-price01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.common-price01 .note .note_ttl {
        font-size: 18px;
        font-weight: bold;
        color: #f26628;
		margin-bottom: 10px;
	}
	.common-price01:nth-of-type(2) .note .note_ttl {
		color: #50aadb;
	}
	.common-price01 .note .note_ttl span {
		color: #333;
        font-size: 14px;
		padding-left: 10px;
	}
	.common-price01 .note .note_text .text01 {
		line-height: 1.87;
	}
	.common-price01 .note .note_text .text02 {
		font-size: 14px;
        line-height: 1.57;
        margin-top: 10px;
	}
	.common-price01 .note02 {
		color: #f26628;
        font-weight: bold;
        line-height: 1;
        margin-top: 15px;
        text-align: center;
	}
	.common-price01:nth-of-type(2) .note02 {
		color: #50aadb;
	}


	/*	.price .cont01 */
	.price .cont02 {
		padding: 0 0 50px;
	}
	.price .cont02 h2 {
		margin-bottom: 30px;
		position: relative;
	}
	/* .price .cont02 h2::before {
		content: url(img/home_cont02_title.png);
		position: absolute;
		top: -62px;
		left: -20px;
		transform: scale(0.75);
	} */
	.price .cont02 h2 .en {
		font-size: 38px;
	}
	.price .cont02 .add-text {
		margin-bottom: 30px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.price .cont02 .list {
		margin-bottom: 40px;
		padding-left: 20px;
	}
	/* .price .cont02 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	} */
	.price .cont02 .list li {
		display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-bottom: 20px;
	}
	.price .cont02 .list li.campaign {
		position: relative;
	}
	/* .price .cont02 .list li:last-of-type {
		margin-bottom: 0;
	} */
	.price .cont02 .list .img {
		flex-shrink: 0;
	}
	.price .cont02 .list .txt {
		font-size: 16px;
	}
	.price .cont02 .list .price {
		font-size: 24px;
	}
	.price .cont02 .list .price.campaign {
		position: relative;
		padding-bottom: 20px;
	}
	/* .price .cont02 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 1px;
		background: #ff0000;
		position: absolute;
		top: 20px;
		left: 0;
	}
	.price .cont02 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		bottom: 0px;
		left: 0;
	} */
	.price .cont02 .list .campaign-price {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	.price .cont02 .list .campaign-price.treatment {
		/* position: absolute;
		top: 67px;
		right: 35px; */
		margin-left: 20px;
	}
	.price .cont02 .list .campaign-price .span01 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont02 .list .campaign-price .span02 {
		font-weight: normal;
		font-size: 16px;
	}
	.price .cont02 .list .price .small {
		font-size: 16px;
	}
	
	.price .cont02 .note {
        background: #fff;
        font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
        box-sizing: border-box;
        padding: 30px;
        margin-top: 40px;
        border-radius: 10px;
	}
	.price .cont02 .common-box01:nth-of-type(2) .note {
		border: 1px solid #50aadb;
	}
	.price .cont02 .note_ttl {
		font-size: 18px;
		font-weight: bold;
		color: #f26628;
		margin-bottom: 10px;
	}
	.price .cont02 .common-box01:nth-of-type(2) .note_ttl {
		color: #50aadb;
	}
	.price .cont02 .note_ttl span {
		display: block;
		padding-left: 0;
		color: #333;
		font-size: 14px;
	}
	.price .cont02 .note_text .text01 {
		line-height: 1.87;
	}
	.price .cont02 .note_text .text02 {
		font-size: 14px;
		line-height: 1.57;
		margin-top: 10px;
		line-height: 2;
	}
	.price .cont02 .note_text .text03 {
		line-height: 2;
	}
	.price .cont02 .note_text .text04 {
		line-height: 2;
	}
	.price .cont02 .note_text .text01 span,
	.price .cont02 .note_text .text02 span,
	.price .cont02 .note_text .text03 span,
	.price .cont02 .note_text .text04 span {
		color: #f26628;
        font-weight: bold;
        font-size: 14px;
    }
	.price .cont02 .note_text .text03 .br {
		display: block;
		color: #333;
		font-weight: normal;
		padding-left: 70px;
    }
	.price .cont02 .note02 {
		color: #f26628;
		font-weight: bold;
		line-height: 1;
		margin-top: 15px;
		text-align: center;
	}
	.price .cont02 .common-box01:nth-of-type(2) .note02 {
		color: #50aadb;
	}


	.price .cont02 .fashion .text01 {
		text-align: center;
		line-height: 2;
		margin-top: 40px;
		font-size: 14px;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	}
	.price .cont02 .desc {
		position: relative;
		margin: 0 auto;
		padding: 16px 20px;
		font-size: 16px;
		line-height: 2;
		text-align: center;
		box-sizing: border-box;
	}
	.price .cont02 .desc:before, .price .cont02 .desc:after {
		position: absolute;
		top: 0;
		content: "";
		display: block;
		width: 15px;
		height: 100%;
		border: 1px solid;
	}
	.price .cont02 .desc:before {
		border-right: none;
		left: 0;
	}
	.price .cont02 .desc:after {
		border-left: none;
		right: 0;
	}
	.price .cont02 .desc .small {
		font-size: 13px;
	}

	.price .cont02 .common-box01 {
        margin: 0 auto;
        padding: 80px 30px;
        box-sizing: border-box;
        width: 100%;
	}
	.price .cont02 .common-box01 h3 {
        margin-bottom: 40px;
        padding: 0 0 32px;
        font-size: 28px;
        font-weight: normal;
        text-align: center;
	}
	.price .cont02 .common-box01 .text01 {
		text-align: center;
        margin-bottom: 40px;
		line-height: 2;
	}
	.price .cont02 .common-box01 .list {
		margin-bottom: 27px;
        padding-left: 0;
	}
	.price .cont02 .common-box01 .list li {
		width: 100%;
	}
	.price .cont02 .common-box01 .list li .img {
		margin-bottom: 0;
		text-align: center;
		width: 150px;
	}
	.price .cont02 .common-box01 .desc {
		max-width: 450px;
	}
	.price .cont02 .common-box02 .add {
		display: flex;
		flex-direction: column;
		margin: 40px auto 0;
		background: #fff;
		border: 1px solid #46b8ae;
		padding: 35px;
		box-sizing: border-box;
	}
	.price .cont02 .common-box02 .add .add-ttl {
		font-size: 18px;
		color: #46b8ae;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 16px;
	}
	.price .cont02 .common-box02 .add .add-ttl span {
		display: inline-block;
		color: #333;
		line-height: 1;
		font-size: 14px;
		padding-left: 18px;
	}
	.price .cont02 .common-box02 .add ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 0;
	}
	.price .cont02 .common-box02 .add ul li {
		position: relative;
	}
	.price .cont02 .common-box02 .add ul li::before {
		content: "・";
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(1) {
		order: 1;
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(2) {
		order: 4;
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(3) {
		order: 2;
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(4) {
		order: 5;
	}
	.price .cont02 .common-box02 .add ul li:nth-of-type(5) {
		order: 3;
	}
	.price .cont02 .common-box02 .add ul li span {
		display: inline-block;
		padding-left: 11px;
	}
	.price .cont02 .common-box02.special{
        width: 100%;
        padding: 0px 30px 120px;
        box-sizing: border-box;
        margin: 0 auto;
	}
	.price .cont02 .common-box02.fashion {
		padding: 85px 0 70px;
	}
	.price .cont02 .common-box02.fashion .list {
		justify-content: center;
	}
	.price .cont02 .common-box02 h3 {
		margin-bottom: 40px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}
	.price .cont02 .common-box02 h3 span{
		display: block;
		font-size: 16px;
	}
	.price .cont02 .common-box02 .text05{
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
	}
	.price .cont02 .common-box02 .text05 span{
		color: #f26628;
	}
	.price .cont02 .common-box02 .box01{
		display: block;
        margin: 0;
	}
	.price .cont02 .common-box02 .box01 ul{
		display: flex;
        justify-content: space-between;
		margin-bottom: 15px;
	}
	    .price .cont02 .common-box02 .desc {
        max-width: 920px;
    }
	.price .cont02 .common-box02 .list {
        margin-bottom: 43px;
    }
	
	.price .cont02 .common-box02 .box01 ul li{
		display: flex;
        justify-content: center;
        align-items: center;
        width: 115px;
        height: 115px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 50%;
        background: #fe7266;
	}
	.price .cont02 .common-box02 .box01 ul li:nth-of-type(2){
		background: #ea5e03;
        padding-top: 6px;
        box-sizing: border-box;
	}
	.price .cont02 .common-box02 .box01 ul li:nth-of-type(3){
		background: #ffaa39;
	}
	.price .cont02 .common-box02 .text06{
		line-height: 2;
		margin-bottom: 40px;
	}
	.price .cont02 .common-box02 .box02{
		margin: 0;
        padding: 30px;
        background: #fff;
		border-radius: 10px;
	}
	.price .cont02 .common-box02 .box02 h4 {
		position: relative;
		text-align: center;
		font-size: 22px;
		color: #f26628;
		margin-bottom: 30px;
	}
	.price .cont02 .common-box02 .box02 ul li {
		margin-bottom: 20px;
        padding-left: 34px;
        background: url(img/home_txt_special02.png) 0 center no-repeat;
        background-size: 22px;
        font-size: 16px;
        font-weight: bold;
	}
	.price .cont02 .common-box02 .box02 ul li:nth-of-type(5) {
		margin-bottom: 0;
	}
	.price .cont02 .special {
		background: #ffffde;
	}
	.price .cont02 .special .in {
		margin: 0 0 0 auto;
	}
	.price .cont02 .common-box01 h3 {
		position: relative;
		background: url("img/home_txt_special01.png") no-repeat center bottom;
	}
	.price .cont02 .special .desc:before, .price .cont02 .special .desc:after {
		border-color: #f26628;
	}
	.price .cont02 .suppressing {
		background: #fff0ef;
	}
	.price .cont02 .suppressing h3 {
		position: relative;
		background: url("img/home_txt_suppressing02.png") no-repeat center bottom;
		margin-bottom: 50px;
	}
	.price .cont02 .suppressing h3:before {
		position: absolute;
		top: 0;
		right: -10px;
		content: "";
		display: block;
		width: 235px;
		height: 87px;
		background: url("img/home_txt_suppressing01.png") no-repeat center/contain;
	}
	.price .cont02 .suppressing h3::after {
		content: url(img/home_cont02_h3title.png);
		position: absolute;
		top: 43px;
		left: -30px;
	}
	.price .cont02 .suppressing .desc:before, .price .cont02 .suppressing .desc:after {
		border-color: #50aadb;
	}
	.price .cont02 .treatment {
		background: #e3f4f3;
	}
	.price .cont02 .common-box02.treatment {
        padding: 20px;
        padding-bottom: 50px;
    }
	.price .cont02 .treatment h3 {
        margin-bottom: 30px;
        padding: 85px 0 30px;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
    }
	.price .cont02 .treatment h3 {
		position: relative;
		background: url("img/home_txt_treatment02.png") no-repeat center bottom;
	}
	.price .cont02 .treatment .list {
        margin-bottom: 40px;
        padding-left: 0;
    }
	.price .cont02 .treatment .list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
		gap: 0;
    }
	.price .cont02 .common-box02.treatment .list .img {
        width: 200px;
    }
	.price .cont02 .treatment h3:before {
		position: absolute;
		top: 0;
		left: -10px;
		content: "";
		display: block;
		width: 211px;
		height: 72px;
		background: url("img/home_txt_treatment01.png") no-repeat center/contain;
	}
	.price .cont02 .treatment .desc:before, .price .cont02 .treatment .desc:after {
		border-color: #46b8ae;
	}


	.price .three-course {
		background: #fff;
	}
	.price .three-course .table_wrap {
		overflow: auto;
		padding-bottom: 30px;
	}
	.price .three-course h3 {
		position: relative;
		background: url("img/home_txt_three-course02.png") no-repeat center bottom;
		background-size: 230px;
	}
	.price .three-course h3:before {
		position: absolute;
		top: -100px;
		left: 0;
		content: "";
		display: block;
		width: 211px;
		height: 80px;
		background: url("img/home_txt_three-course01.png") no-repeat center/contain;
	}
	.price .common-box04 {
		padding: 130px 0 0;
	}
	.price .common-box04 h3 {
		margin-bottom: 40px;
		padding: 0 0 30px;
		font-size: 22px;
		font-weight: normal;
		text-align: center;
	}
	.price .common-box04 table {
		width: 900px;
		font-weight: normal;
	}
	.price .common-box04 table tr th,
	.price .common-box04 table tr td {
		border: 2px solid #fff;
		width: 200px;
		height: 80px;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
	}
	.price .common-box04 table tr:nth-of-type(1) th {
		height: 80px;
		font-size: 16px;
		line-height: 1.37;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:nth-of-type(1) th .span01 {
		font-size: 18px;
	}
	.price .common-box04 table tr:nth-of-type(1) th .span02 {
		font-size: 12px;
	}
	.price .common-box04 table tr:nth-of-type(2) th {
		height: 50px;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		font-size: 24px;
	}
	.price .common-box04 table tr:nth-of-type(2) th .tax {
		font-size: 14px;
		font-weight: bold;
	}
	.price .common-box04 table tr:first-of-type th:first-of-type ,
	.price .common-box04 table tr:nth-of-type(2) th:first-of-type {
		background: #ea5e03;
		color: #fff;
	}
	.price .common-box04 table tr:nth-of-type(3) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(4) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(5) th:first-of-type,
	.price .common-box04 table tr:nth-of-type(6) th:first-of-type {
		background: rgba(234,94,3,0.2);
		text-align: left;
		font-size: 18px;
		padding-left: 20px;
		box-sizing: border-box;
		line-height: 1;
	}
	.price .common-box04 table tr:nth-of-type(3) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(4) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(5) th:first-of-type .span02,
	.price .common-box04 table tr:nth-of-type(6) th:first-of-type .span02 {
		display: block;
		font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		font-size: 12px;
		line-height: 1.357;
		padding-top: 5px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(2) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(2) {
		background: #f4d01e;
	}
	.price .common-box04 table tr:not(:last-of-type) td:first-of-type,
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) {
		background: rgba(244,208,30,0.2);
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(3) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(3) {
		background: #50aadb;
		color: #fff;
	}
	.price .common-box04 table tr td:nth-of-type(2),
	.price .common-box04 table tr:last-of-type td:nth-of-type(3) {
		background: rgba(80,170,219,0.2);
	}
	.price .common-box04 table tr:first-of-type th:nth-of-type(4) ,
	.price .common-box04 table tr:nth-of-type(2) th:nth-of-type(4) {
		background: #46b8ae;
		color: #fff;
	}
	.price .common-box04 table tr td:last-of-type {
		background: rgba(70,184,174,0.2);
	}
	.price .common-box04 table tr td .mark {
		font-size: 26px;
		font-weight: bold;
	}
	.price .common-box04 table tr td:nth-of-type(1) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) .span01 {
		color: #d9b91c;
	}
	.price .common-box04 table tr td:nth-of-type(2) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(3) .span01 {
		color: #50aadb;
	}
	.price .common-box04 table tr td:nth-of-type(3) .mark,
	.price .common-box04 table tr:last-of-type td:nth-of-type(4) .span01 {
		color: #46b8ae;
	}
	.price .common-box04 table tr:last-of-type td {
		font-size: 15px;
		line-height: 0.5;
		padding-bottom: 5px;
		box-sizing: border-box;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(1) {
		color: #ea5e03;
		font-size: 18px;
		padding-top: 3px;
		padding-bottom: 0;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	}
	.price .common-box04 table tr:last-of-type td .span01 {
		display: block;
		line-height: 1.2;
		font-size: 18px;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(2) {
		position: relative;
	}
	.price .common-box04 table tr:last-of-type td:nth-of-type(2)::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-left: 10px solid #fff;
		vertical-align: middle;
	}


	/*	.price .common-price02 (cont03 - 04 common style)
	------------------------------------------*/
	.common-price02 {
		padding: 50px 0;
	}
	.common-price02 h2 {
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	.common-price02 .lead {
		margin-bottom: 40px;
		font-size: 16px;
		text-align: center;
		line-height: 2;
	}
	.common-price02 .lead .small {
		font-size: 14px;
	}

	/*	.price .cont03 */
	.price .cont03 h2 {
		position: relative;
		padding: 85px 0 30px;
		background: url("img/price_txt_treatment02.png") no-repeat center bottom;
	}
	.price .cont03 h2:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 236px;
		height: 82px;
		background: url("img/price_txt_treatment01.png") no-repeat center/contain;
	}
	.price .cont03 .list {
		width: 300px;
		margin: 0 auto;
	}
	.price .cont03 .list li {
		margin-bottom: 30px;
		padding: 0 0 10px;
		/* border: 1px solid #46b8ae;
		border-radius: 10px; */
		overflow: hidden;
	}
	.price .cont03 .list li:last-of-type {
		margin-bottom: 0;
	}
	.price .cont03 .list .text_box {
		padding-top: 20px;
		border: 1px solid #46b8ae;
		border-radius: 0 0 10px 10px;
	}
	.price .cont03 .list .img {
		background: #46b8ae;
		border: 1px solid #46b8ae;
		border-radius: 10px 10px 0 0;
	}
	.price .cont03 .list .img img {
		width: 100%;
	}
	.price .cont03 .list .txt {
		width: calc(100% - 40px);
		margin: 0 auto 20px;
	}
	.price .cont03 .list .logo {
		display: block;
		text-align: center;
		margin: 0 auto 15px;
	}
	.price .cont03 .list li:nth-of-type(2) .logo {
		margin: 0 auto 25px;
	}
	.price .cont03 .list .price {
		width: calc(100% - 50px);
		margin: 0 auto;
		padding: 15px 0;
		border-top: 1px dashed #46b8ae;
		font-size: 32px;
		text-align: center;
	}
	.price .cont03 .list li:nth-of-type(1) .price,
	.price .cont03 .list li:nth-of-type(2) .price,
	.price .cont03 .list li:nth-of-type(3) .price,
	.price .cont03 .list li:nth-of-type(4) .price,
	.price .cont03 .list li:nth-of-type(5) .price,
	.price .cont03 .list li:nth-of-type(6) .price,
	.price .cont03 .list li:nth-of-type(7) .price {
		font-size: 16px;
		font-weight: bold;
	}
	.price .cont03 .list .price .span01 {
		font-size: 26px;
		font-weight: bold;
	}
	.price .cont03 .list .price.campaign {
		position: relative;
		padding-bottom: 20px;
	}
	.price .cont03 .list .price.campaign::before{
		content: '';
		width: 140px;
		height: 1px;
		background: #ff0000;
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont03 .list .price.campaign::after {
		content: '- 30%OFF -';
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont03 .list .campaign-price {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.price .cont03 .list .campaign-price .span01 {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0;
	}
	.price .cont03 .list .campaign-price .span02 {
		font-weight: normal;
	}
	.price .cont03 .list .price .small {
		font-size: 18px;
	}


	.common-price02 .add {
		display: flex;
        flex-direction: column;
        background: #fff;
        border: 1px solid #46b8ae;
        padding: 35px;
        box-sizing: border-box;
		margin: 40px 20px;
	}
	.common-price02 .add-ttl {
		font-size: 18px;
        color: #46b8ae;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 16px;
	}
	.common-price02 .add-ttl span {
		display: inline-block;
        color: #333;
        line-height: 1;
        font-size: 14px;
        padding-left: 18px;
	}
	.common-price02 .add ul {
		display: flex;
        flex-wrap: wrap;
        gap: 8px 0;
	}
	.common-price02 .add ul li {
		position: relative;
	}
	.common-price02 .add ul li::before {
		content: "・";
	}

	.common-price02 .add ul li:nth-of-type(1) {
		order: 1;
	}
	.common-price02 .add ul li:nth-of-type(2) {
		order: 4;
	}
	.common-price02 .add ul li:nth-of-type(3) {
		order: 2;
	}
	.common-price02 .add ul li:nth-of-type(4) {
		order: 5;
	}
	.common-price02 .add ul li:nth-of-type(5) {
		order: 3;
	}
	.common-price02 .add ul li span {
		display: inline-block;
		padding-left: 11px;
	}


	/* special-care */
	.price .cont03 .special_care {
		width: 370px;
		margin: 50px auto 0;
		padding-top: 60px;
		background: #e3f4f3;
		border-radius: 15px;
		position: relative;
	}
	.price .cont03 .special_care::before {
		content: "";
		background: url("img/special_care_img04.png")center center / cover no-repeat;
		width: 90px;
		height: 109px;
		position: absolute;
		top: -30px;
		left: 20px;
	}
	.price .cont03 .special_care h4 {
		font-size: 22px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care_text01.png")top center no-repeat;
		background-size: 100px;
		padding-top: 30px;
	}
	.price .cont03 .special_care h4 span {
		font-size: 16px;
	}
	.price .cont03 .special_care .text01 {
		font-size: 16px;
		line-height: 1.9;
		text-align: center;
		margin: 30px 0 20px;
	}
	.price .cont03 .special_care .text02 {
		padding: 10px;
		border-radius: 10px;
		color: #fff;
		background: #46b8ae;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 20px;
		box-sizing: border-box;
	}
	.price .cont03 .special_care .text02 span {
		font-size: 12px;
		font-weight: bold;
	}
	.price .cont03 .special_care .flex_box {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 30px 0;
	}
	.price .cont03 .special_care .flex_box .text03 {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}
	.price .cont03 .special_care .flex_box ul {
		margin-left: 47px;
	}
	.price .cont03 .special_care .flex_box ul li {
		font-size: 14px;
		line-height: 2.2;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		position: relative;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.price .cont03 .special_care .flex_box ul li::before {
		content: "";
		background: url("img/special_care_icon01.png")center center / cover no-repeat;
		width: 20px;
		height: 11px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	.price .cont03 .special_care .img_lightbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 50px;
	}
	.price .cont03 .special_care .img_lightbox a img {
		width: 160px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	/* special-care02 */
	.price .cont03 .special_care02 {
		width: 370px;
		margin: 50px auto 0;
		padding-top: 60px;
		background: #ffe9e8;
		border-radius: 15px;
		position: relative;
	}
	.price .cont03 .special_care02::before {
		content: "";
		background: url("img/special_care02_img01.png")center center / cover no-repeat;
		width: 80px;
		height: 98px;
		position: absolute;
		top: -20px;
		right: 40px;
	}
	.price .cont03 .special_care02::after {
		content: "";
		background: url("img/special_care02_text02.png")center center / cover no-repeat;
		width: 63px;
		height: 54px;
		position: absolute;
		top: 12px;
		left: 60px;
	}
	.price .cont03 .special_care02 h4 {
		font-size: 20px;
		line-height: 1.15;
		font-weight: normal;
		text-align: center;
		background: url("img/special_care02_text01.png")top center no-repeat;
		background-size: 100px;
		padding-top: 30px;
	}
	.price .cont03 .special_care02 h4 span {
		font-size: 16px;
	}
	.price .cont03 .special_care02 .text01 {
		font-size: 16px;
		line-height: 1.9;
		text-align: center;
		margin: 30px 0 20px;
	}
	.price .cont03 .special_care02 .circle {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		gap: 30px;
		margin-bottom: 25px;
	}
	.price .cont03 .special_care02 .circle li {
		width: 180px;
		height: 180px;
		background: url("img/special_care02_accent01.png")no-repeat,#fff;
		background-size: 180px;
		text-align: center;
		color: #ff8b81;
		border-radius: 50%;
		font-size: 24px;
		line-height: 1;
		padding-top: 47px;
		box-sizing: border-box;
		position: relative;
	}
	.price .cont03 .special_care02 .circle li:nth-of-type(3) {
		padding-top: 62px;
	}
	.price .cont03 .special_care02 .circle li span {
		display: block;
		padding-top: 12px;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: 500;
	}
	.price .cont03 .special_care02 .circle li::before {
		content: "";
		background: url("img/special_care02_accent02.png")no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		bottom: -27px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price .cont03 .special_care02 .circle li:nth-of-type(3)::before {
		display: none;
	}
	.price .cont03 .special_care02 .text02 {
		padding: 10px;
		border-radius: 10px;
		color: #fff;
		background: #ff9d95;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin: 0 20px;
		box-sizing: border-box;
	}
	.price .cont03 .special_care02 .text02 span {
		font-size: 12px;
		font-weight: bold;
	}
	.price .cont03 .special_care02 .flex_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 20px;
		gap: 10px;
	}
	.price .cont03 .special_care02 .flex_box .box {
		width: 160px;
		border-radius: 20px;
		position: relative;
		padding-bottom: 15px;
		box-sizing: border-box;
		background: #fff;
	}
	.price .cont03 .special_care02 .flex_box .box::before {
		content: "01";
		font-size: 26px;
		line-height: 1;
		color: #ff9d95;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(2)::before {
		content: "02";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(3)::before {
		content: "03";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(4)::before {
		content: "04";
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(5)::before {
		content: "05";
	}
	.price .cont03 .special_care02 .flex_box .box .img {
		margin: 18px 0 10px 24px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(5) .img {
		margin-top: 25px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(n+3) .img {
		text-align: center;
		margin-left: 0;
	}
	.price .cont03 .special_care02 .flex_box .box .img img {
		width: 88px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(n+3) .img img {
		width: 85px;
	}
	.price .cont03 .special_care02 .flex_box .box:nth-of-type(5) .img img {
		width: 70px;
	}
	.price .cont03 .special_care02 .flex_box .text {
		font-size: 14px;
		line-height: 1.75;
		margin: 0 8px 0 18px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.price .cont03 .special_care02 .flex_box ul li {
		font-size: 14px;
		line-height: 1.75;
		position: relative;
		margin: 0 8px 0 18px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.price .cont03 .special_care02 .flex_box ul li::before {
		content: "・";
		position: absolute;
		top: 0;
		left: -15px;
	}
	.price .cont03 .special_care02 .text03 {
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 25px;
	}
	.price .cont03 .special_care02 .img_flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding-bottom: 50px;
	}
	.price .cont03 .special_care02 .img_flex img {
		width: auto;
		height: 130px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}


	/*	.price .cont04 */
	/* .price .cont04 {
		background: #ffffde;
	}
	.price .cont04 h2 {
		position: relative;
		padding: 85px 0 30px;
		background: url("img/price_txt_fashion02.png") no-repeat center bottom;
	}
	.price .cont04 h2:before {
		position: absolute;
		top: -20px;
		right: 0;
		content: "";
		display: block;
		width: 236px;
		height: 111px;
		background: url("img/price_txt_fashion01.png") no-repeat center/contain;
	}
	.price .cont04 .list {
		padding-left: 20px;
	}
	.price .cont04 .list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
	.price .cont04 .list li:last-of-type {
		margin-bottom: 0;
	}
	.price .cont04 .list li .img {
		width: 200px;
		flex-shrink: 0;
	}
	.price .cont04 .list li .price {
		width: calc(100% - 220px);
		font-size: 16px;
		font-weight: bold;
	}
	.price .cont04 .list li .price .span01 {
		font-size: 26px;
		font-weight: bold;
	}
	.price .cont04 .list li .price .small {
		font-size: 16px;
	}
	.price .cont04 .text {
		margin-top: 30px;
		line-height: 2;
		text-align: center;
	} */

	/*	.price .cont04
	------------------------------------------*/
	.price .cont04 {
		text-align: center;
		margin: 80px auto 90px;
	}
	.price .cont04 .info {
		font-size: 22px;
		letter-spacing: 0.05em;
		color: #ea5d02;
		line-height: 1.0;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		padding: 10px 0 40px;
	}
	.price .cont04 .text02 {
		line-height: 2;
		padding: 18px 0 50px;
	}
	.price .cont04 .price_box {
		width: 95%;
		background: #fff1e8;
		border-radius: 3px;
		margin: 0 auto 30px;
		padding: 50px 0 45px;
		box-sizing: border-box;
		position: relative;
	}
	.price .cont04 .price_box::before {
		content: "";
        background: url(img/home_img_info01.png) no-repeat;
        background-size: 100px;
        width: 100px;
        height: 121px;
        position: absolute;
        top: -35px;
        right: -15px;
        z-index: 9;
	}
	.price .cont04 .price_box::after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #f7bc83;
		border-radius: 3px;
	}
	.price .cont04 .price_box h3 {
		font-size: 20px;
		color: #ea5d02;
		font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-weight: normal;
		line-height: 1;
		margin-right: 10px;
	}
	.price .cont04 .price_box .box {
		width: 90%;
		margin: 10px auto 25px;
	}
	.price .cont04 .price_box .box .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 5px;
		border-bottom: 1px solid #ccc;
	}
	.price .cont04 .price_box .box .title {
		font-size: 16px;
		color: #ea5d02;
		font-weight: bold;
	}
	.price .cont04 .price_box .box .title span {
		font-size: 13px;
		color: #ea5d02;
		font-weight: bold;
	}
	.price .cont04 .price_box .box .price {
		font-weight: bold;
	}
	.price .cont04 .price_box .box .price span {
		font-size: 13px;
		font-weight: bold;
	}
	.price .cont04 .price_box .note {
		font-size: 14px;
		line-height: 1;
	}
	.price .cont04 .text03 {
		width: 90%;
		border-bottom: 1px solid #f7bc83;
		margin: auto;
		padding-bottom: 30px;
		margin-bottom: 30px;
		line-height: 2;
	}
	.price .cont04 .text04 {
		width: 90%;
		text-align: left;
		line-height: 1.75;
		padding-bottom: 12px;
		margin: auto;
	}
	.price .cont04 .text04:last-of-type {
		padding: 0;
	}

	/* .store-archive
	------------------------------------------------------------------------*/
	/*	.store-archive .cont01
	------------------------------------------*/
	.store-archive .cont01 {
		padding: 50px 10px;
	}
	.store-archive .cont01 .shop {
		position: relative;
		margin-bottom: 40px;
		padding: 285px 20px 10px;
		background: #fff5e3;
	}
	.store-archive .cont01 .shop:last-of-type {
		margin-bottom: 0;
	}
	.store-archive .cont01 .shop .txtBox {
		margin-bottom: 20px;
	}
	.store-archive .cont01 .shop h2 {
		margin-bottom: 15px;
		font-weight: normal;
		font-size: 26px;
		letter-spacing: .1em;
	}
	.store-archive .cont01 .shop .txt01 {
		margin-bottom: 20px;
	}
	.store-archive .cont01 .shop .txt02 {
		margin-bottom: 30px;
	}
	.store-archive .cont01 .shop .btn {
		width: 180px;
		border-radius: 20px;
		margin: 0 auto;
		text-align: center;
	}
	.store-archive .cont01 .shop .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: inherit;
		border: 1px solid #f26628;
		box-sizing: border-box;
		height: 35px;
		color: #f26628;
	}
	.store-archive .cont01 .shop .img {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(100% - 20px);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.store-archive .cont01 .pager {
		text-align: center;
		margin: 45px auto 0;
	}
	.store-archive .cont01 .pager a, .store-archive .cont01 .pager span {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border-radius: 50%;
		margin: 5px;
		text-align: center;
		border: 1px solid #f26628;
		box-sizing: border-box;
	}
	.store-archive .cont01 .pager a {
		background: #f26628;
		color: #fff;
	}
	.store-archive .cont01 .pager span {
		color: #f26628;
	}


	/*blog
	--------------------------------------------*/
	.blog .cont01{
		padding: 60px 0 0;
	}
	.blog .cont01 .cont {
		position: relative;
		display: block;
		background: #fff;
		margin: 0 auto 30px;
		width: 100%;
		padding: 200px 10px 20px 10px;
		min-height:200px;
		box-sizing: border-box;
	}
	.blog .cont01 .cont .img{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 260px;
		height: 180px;
	}
	.blog .cont01 .cont .img img{
		width: 260px;
		height: 180px;
	}
	.blog .cont01 .cont .date{
		font-size: 14px;
		padding: 0 0 5px;
	}
	.blog .cont01 .cont h3{
		font-size: 20px;
		font-weight: bold;
		padding: 0 0 2px;
	}
	.blog .cont01 .cont .text{
		line-height: 1.8;
	}
	.blog .cont01 .pager{
		padding: 80px 0 90px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.blog .cont01 .pager .page-numbers{
		background: #f26628;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		margin: 0 15px;
		border: 5px #fff solid;
		box-sizing: border-box;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.blog .cont01 .pager .page-numbers.prev,
	.blog .cont01 .pager .page-numbers.next{
		background: rgba(0,0,0,0);
		color: #000;
		box-shadow: none;
		font-size: 20px;
		border: none;
		width: auto;
		height: auto;
		margin: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: scale(2,1.2);
	}


	/*blog_single
	-----------------------------------------------*/
	.blog_single .cont01{
		padding: 50px 10px 50px;
	}
	.blog_single .cont01 h2{
		margin: 45px 0 15px;
		padding: 0 0 0 35px;
		font-size: 20px;
		position: relative;
	}
	.blog_single .cont01 h2:before{
		content: "";
		display: block;
		width:14px;
		height: 14px;
		border:1px solid #f26628;
		background: #fff;
		position: absolute;
		top:0;
		left:0;
	}
	.blog_single .cont01 h2:after{
		content: "";
		display: block;
		width:14px;
		height: 14px;
		border:1px solid #f26628;
		background: #f26628;
		position: absolute;
		top:10px;
		left:10px;
	}

	.blog_single .cont01 h2.head{
		padding: 0 0 0 15px;
		font-size: 22px;
		margin: 0 0 25px;
		font-weight: bold;
		border-left:7px solid #f26628;
		position: relative;
	}
	.blog_single .cont01 h2.head::before{
		content: none;
	}
	.blog_single .cont01 h2.head:after{
		width:100%;
		height: 2px;
		border: none;
		background: #f26628;
		position: absolute;
		top: auto;
		left:-7px;
		bottom:-10px;
	}
	.blog_single .cont01 h3{
		font-size:18px;
		border-left:7px solid #f26628;
		margin: 45px 0 15px;
		padding: 0 0 0 5px;
	}
	.blog_single .cont01 h4{
		font-size:16px;
		margin: 45px 0 15px;
		border-bottom:1px solid #f26628;
		padding-bottom: 10px;
	}
	.blog_single .cont01 p{
		line-height: 2;
		font-size: 14px;
		margin: 0 0 20px;
	}
	.blog_single .cont01 .date{
		font-size: 12px;
		display: inline-block;
		padding: 3px 0;
		margin: 0 0 20px;
		font-weight: bold;
	}
	.blog_single .cont01 .cont .wp-block-image{
		margin: 0 0 20px;
	}
	.blog_single .cont01 .cont .wp-block-image img{
		max-width: 100%;
	}
	.blog_single .pager{
		margin: 70px 0 0;
	}
	.blog_single .pager li:first-of-type{
		width: 100%;
		font-size: 18px;
		float: left;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.blog_single .pager li:first-of-type a::before{
		content: '<<';
		margin: 0 15px 0 0;
	}
	.blog_single .pager li:first-of-type a{
		padding:10px 0;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
	}
	.blog_single .pager li:last-of-type{
		width: 100%;
		font-size: 18px;
		float: right;
		text-align: right;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.blog_single .pager li:last-of-type a::after{
		content: '>>';
		margin: 0 0 0 15px;
	}
	.blog_single .pager li:last-of-type a{
		padding:10px 0;
		font-weight: bold;
		line-height: 1;
		display: inline-block;
	}
	.aligncenter,
	.has-text-align-center{
		text-align: center;
	}
	.alignleft,
	.has-text-align-left{
		text-align: left;
	}
	.alignright,
	.has-text-align-right{
		text-align: right;
	}

	/* .store-single
	------------------------------------------------------------------------*/
	/*	.store-single .cont01
	------------------------------------------*/
	.store-single .cont01 {
		padding: 50px 10px;
	}
	.store-single .cont01 .img {
		margin-bottom: 30px;
	}
	.store-single .cont01 h2 {
		position: relative;
		margin-bottom: 25px;
		padding-bottom: 15px;
		font-weight: normal;
		font-size: 30px;
		text-align: center;
		letter-spacing: .1em;
	}
	.store-single .cont01 h2:before {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		width: 50px;
		height: 1px;
		background: #f26628;
	}
	.store-single .cont01 .txt {
		font-size: 16px;
		text-align: center;
		line-height: 2;
	}


	.store-single .common-cv .tel a {
		display: inline-block;
		font-size: 32px;
		color: #f26628;
		text-align: center;
		/* padding: 0 0 0 37px; */
		/* margin-left: 20px; */
		/* background: url(img/store-single_tel_icon.png) no-repeat top 8px left; */
		background-size: 30px;
	}
	.store-single .common-cv .tel .time {
		margin: 0 0 10px 0;
		text-align: center;
	}


	/*	.store-single .cont02
	------------------------------------------*/
	.store-single .cont02 .box {
		background: rgba(255, 255, 255, 0.9);
	}

	/*	.store-single .cont03
	------------------------------------------*/
	.store-single .cont03 {
		padding: 50px 0 220px;
		background: url("img/store-single_bg01.png") repeat-x left bottom;
		background-size: 1350px;
		animation: slider 50s linear infinite;
	}
	.store-single .cont03 .box {
		margin-bottom: 50px;
	}
	.store-single .cont03 .box:last-of-type {
		margin-bottom: 0;
	}
	.store-single .cont03 .box .txtBox {
		margin-bottom: 20px;
	}
	.store-single .cont03 .box h2 {
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 22px;
	}
	.store-single .cont03 .box .txt {
		line-height: 2;
	}

	/*	.store-single .cont04
	------------------------------------------*/
	.store-single .cont04 {
		padding: 50px 0 0;
	}
	.store-single .cont04 h2 {
		margin-bottom: 40px;
		padding-bottom: 20px;
		background: url("img/store-single_txt_access01.png") no-repeat center bottom;
		font-weight: normal;
		font-size: 38px;
		text-align: center;
	}
	.store-single .cont04 .way {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.store-single .cont04 .way .item {
		background: no-repeat left top/100px;
		margin-bottom: 10px;
		padding: 10px 0 10px 130px;
		min-height: 110px;
		box-sizing: border-box;
	}
	.store-single .cont04 .way .item:last-of-type {
		margin-bottom: 0;
	}
	.store-single .cont04 .way .item.is-car {
		background-image: url("img/store-single_ico_access01.png");
	}
	.store-single .cont04 .way .item.is-train {
		background-image: url("img/store-single_ico_access02.png");
	}
	.store-single .cont04 .way .tit {
		margin-bottom: 10px;
		font-weight: 700;
		font-size: 18px;
	}
	.store-single .cont04 .map {
		width: 100%;
		height: 300px;
	}
	.store-single .cont04 .map iframe {
		width: 100%;
		height: 100%;
	}

	/*	.store-single .cont05
	------------------------------------------*/
	.store-single .cont05 {
		padding: 50px 10px;
	}
	.store-single .cont05 h2 {
		margin-bottom: 50px;
		padding-bottom: 20px;
		background: url("img/store-single_txt_staff01.png") no-repeat center bottom;
		font-weight: normal;
		font-size: 38px;
		text-align: center;
	}
	.store-single .cont05 .box {
		margin: 0 auto 50px;
	}
	.store-single .cont05 .box:last-of-type {
		margin-bottom: 0;
	}
	.store-single .cont05 .box .img {
		width: 220px;
		margin: 0 auto 30px;
	}
	.store-single .cont05 .box .name {
		margin-bottom: 25px;
		font-weight: 700;
		font-size: 22px;
		text-align: center;
	}
	.store-single .cont05 .box .txt {
		line-height: 2;
	}


	/*contacts-----------------------------------------------------*/
	.contacts .cont01{
		padding: 40px 0;
		position: relative;
		width: 410px;
		margin: auto;
	  }
	  .contacts .cont01 h2{
		padding: 0 0 0 10px;
		font-size: 20px;
		box-sizing: border-box;
		width: 410px;
		margin: 0 auto 20px;
		position: relative;
		color: #f26628;
		border-left: 7px solid #f26628;
	  }
	  .contacts .cont01 h2::before{
		content: '';
		width: 410px;
		position: absolute;
		left: -7px;
		bottom: -5px;
		height: 1px;
		background: #f26628;
	  }
	  .contacts .cont01 .img{
		width: 410px;
		padding: 20px 0;
	  }
	  .contacts .cont01 .tel{
		padding: 30px 0 30px;
		text-align: center;
	  }
	  .contacts .cont01 .text{
		padding: 0 0 35px;
		text-align: center;
	  }
	  .contacts .cont01 .text02{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	  }



	  .contacts .cont02{
		padding-bottom: 60px;
	  }
	  .contacts .cont02 h2{
		padding: 0 0 0 10px;
		font-size: 20px;
		width: 410px;
		box-sizing: border-box;
		margin: 0 auto 10px;
		position: relative;
		color: #f26628;
		border-left: 7px solid #f26628;
	  }
	  .contacts .cont02 h2::before{
		content: '';
		width: 410px;
		position: absolute;
		left: -7px;
		bottom: -5px;
		height: 1px;
		background: #f26628;
	  }
	  .contacts .cont02 table{
		width: 410px;
		margin: auto;
	  }
	  .contacts .cont02 table,
	  .contacts .cont02 table tr,
	  .contacts .cont02 table tbody,
	  .contacts .cont02 table tr th,
	  .contacts .cont02 table tr td{
		display: block;
	  }
	  .contacts .cont02 table th{
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		position: relative;
		padding-bottom: 5px;
	  }
	  .contacts .cont02 table th span{
		color:#fe0000;
	  }
	  .contacts .cont02 table td{
		padding: 0 0 20px;
	  }
	  .contacts .cont02 table td input[type="text"],
	  .contacts .cont02 table td input[type="email"],
	  .contacts .cont02 table td input[type="tel"],
	  .contacts .cont02 table td textarea{
		width:100% !important;
		padding:10px;
		font-size:16px;
		font: inherit;
		border: 1px solid #ccc;
		box-sizing: border-box;
	  }
	  .contacts .cont02 table td textarea{
		height: 250px !important;
	  }

	  .contacts .cont02 .privacy_check{
		text-align: center;
		padding: 30px 0;
	  }
	  .contacts .cont02 .button{
		text-align: center;
		margin-bottom: 40px;
	  }
	  .contacts .cont02 .button input{
		width: 290px;
		height: 39px;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		font-weight: bold;
		background: #f26628;
		border-radius: 5px;
	  }
	  .contacts .cont02 .button input:hover{
		opacity: 0.7;
	  }
	  .contacts .cont02 h3{
		background: #f26628;
		border: 1px solid #f26628;
		border-bottom: none;
		box-sizing: border-box;
		width: 410px;
		margin: auto;
		padding: 10px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	  }
	  .contacts .cont02 .privacy_box {
		border: 1px solid #ccc;
		padding: 20px 10px;
		height: 280px;
		overflow: auto;
		width: 410px;
		margin:0 auto;
		border: 1px solid #f26628;
		box-sizing: border-box;
		text-align: left;
	  }
	  .contacts .cont02 .privacy_box h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 10px;
	  }
	  .contacts .cont02 .privacy_box p {
		padding: 0 0 30px 0;
		max-height: none;
	  }
	  .contacts .cont02 .privacy_box ul {
		list-style-type: disc;
		margin: -10px 0 30px 30px;
	  }


	/* Q&A */
	.faq .cont01 .box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 400px;
		margin: 80px auto 0;
	}
	.faq .cont01 .box .btn a {
		display: inline-block;
		width: 190px;
		height: 50px;
		line-height: 50px;
		background: linear-gradient(90deg, #f29031, #ea5d02);
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin: 0 0 30px 0;
	}
	.faq .cont01 .box .btn:nth-last-of-type(1) a,
	.faq .cont01 .box .btn:nth-last-of-type(2) a {
		margin: 0;
	}
	.faq .cont01 .box01 {
		width: 100%;
		margin: 0 auto 120px;
	}
	.faq .cont01 .box01 h2 {
		margin: 70px auto 50px;
		font-size: 36px;
		text-align: center;
	}
	.faq .cont01 .box01 ul li {
		border-bottom: 1px solid #c0bfbf;
		padding: 10px 0 10px 0;
	}
	.faq .cont01 .box01 ul li:nth-last-of-type(1) {
		border-bottom: none;
	}
	.faq .cont01 .box01 ul li p {
		padding: 15px 15px 15px 60px;
		position: relative;
	}
	.faq .cont01 .box01 ul li p::before {
		content: 'Q';
		display: inline-block;
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #ea5d02;
		position: absolute;
		top: 15px;
		left: 10px;
	}
	.faq .cont01 .box01 ul li p a{
		display: inline-block;
		font-weight: bold;
		padding: 5px 0;
	}
	.faq .cont01 .box01 ul li .text02::before {
		content: 'A';
		line-height: 24px;
		background: #fff;
		border: 3px solid #ea5d02;
		color: #ea5d02;
		box-sizing: border-box;
	}


	/* company */
	.company .cont01 {
		margin: 130px auto 100px;
		padding: 0 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.company .cont01 h2 {
		font-size: 20px;
		font-weight: bold;
		padding: 0 0 8px 15px;
		margin: 0 0 30px 0;
		border-bottom: 2px solid #f26628;
		position: relative;
	}
	.company .cont01 h2::before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 30px;
		background: #f26628;
		position: absolute;
		top: 0;
		left: 0;
	}
	.company .cont01 table {
		width: 100%;
	}
	.company .cont01 table tr{

		border: 1px solid #f29031;
	}
	.company .cont01 table th,
	.company .cont01 table td {
		border-collapse: collapse;
		color: #fff;
	}
	.company .cont01 table th {
		width: 100px;
		padding: 10px 0;
		font-weight: bold;
		text-align: center;
		background: #f29031;
		vertical-align: middle;
	}
	.company .cont01 table td {
		text-align: left;
		padding: 10px 0 10px 10px;
		background: #fff;
		color: #000;
		vertical-align: middle;
	}


	/*yonmaru
	--------------------------------------------*/
	.yonmaru .cont01{
		padding: 60px 0 0;
		text-align: center;
	}
	.yonmaru .cont01 h2{
		margin: 0 0 25px;
		text-align: center;
		color: #ea5d02;
		font-size: 36px;
	}
	.yonmaru .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
		font-size: 20px;
	}
	.yonmaru .cont01 .button a{
		display: block;
		margin: 45px auto 60px;
		background: #ea5d02;
		border-radius: 45px;
		padding: 15px 0;
		width: 320px;
		font-weight: bold;
		color: #fff;
	}

	/*thanks
	-------------------------------------------------------------*/

	.thanks .cont01{
		padding: 20px 0 0;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		color: #ea5d02;
		font-size: 20px;
	}
	.thanks .cont01 .text{
		margin: 30px 10px 0;
		font-weight: bold;
		font-size: 14px;
	}
	.thanks .cont01 .button a{
		display: block;
		margin: 45px auto 60px;
		background: #ea5d02;
		border-radius: 45px;
		padding: 15px 0;
		width: 320px;
		font-weight: bold;
		color: #fff;
	}



	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 0 0 50px;
		background: -moz-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: -webkit-linear-gradient(left, #f28f30 0%, #ea5d02 100%);
		background: linear-gradient(to right, #f28f30 0%, #ea5d02 100%);
	}
	footer .inner {
		padding: 30px 20px;
	}
	footer .info {
		margin: 0 auto 30px;
	}
	footer .info .logo {
		display: table;
		margin: 0 auto 20px;
	}
	footer .info .logo a {
		display: block;
	}
	footer .info .txt {
		color: #fff;
		text-align: center;
	}
	footer .nav-wrap {
		border-top: 1px solid #fff;
		padding: 30px 0 0;
		box-sizing: border-box;
	}
	footer .nav {
		margin-bottom: 25px;
	}
	footer .nav:last-of-type {
		margin-bottom: 0;
	}
	footer .nav.is-nav01 {
		display: flex;
		flex-wrap: wrap;
	}
	footer .nav.is-nav01 ul {
		width: 50%;
	}
	footer h2 {
		width: 100%;
		margin-bottom: 5px;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: .1em;
	}
	footer ul li a {
		position: relative;
		display: block;
		padding: 4px 0 4px 13px;
		color: #fff;
	}
	footer ul li a:before {
		position: absolute;
		top: 14px;
		left: 0;
		content: "";
		display: block;
		width: 5px;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease;
	}
	footer .insta {
		display: table;
		margin-top: 25px;
	}
	footer .insta a {
		display: block;
	}
	footer .copy {
		padding: 10px;
		background: #555;
		color: #fff;
		text-align: center;
	}
	footer .to_top {
		position: fixed;
		z-index: 9000;
		right: 5px;
		bottom: 60px;
		width: 40px;
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #111
	;
	border: 1px solid #111
	;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #111
	;
	color: #111
	;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111
	;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111
	;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 431px) {
	div#mfp_overlay_background{
		width:430px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:430px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}


	/* lightbox */
	.lb-loader,.lightbox{
		text-align:center;
		line-height:0;
		position:absolute;
		left:0
	}
	body.lb-disable-scrolling{
		overflow:hidden
	}
	.lightboxOverlay{
		position:absolute;
		top:0;
		left:0;
		/* z-index:9999; */
		z-index: 10000;
		background-color:#000;
		filter:alpha(Opacity=80);
		opacity:.8;
		display:none
	}
	.lightbox{
		width:100%;
   		 height: 100vh;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
		z-index:10000;
		font-weight:400;
		outline:0
	}
	.lightbox .lb-image{
		display:block;
		height:auto;
		max-width:inherit;
		max-height:none;
		border-radius:3px;
		border:4px solid #fff
	}
	.lightbox a img{
		border:none
	}
	.lb-outerContainer{
		position:relative;
		width:250px;
		height:250px;
		margin:0 auto;
		border-radius:4px;
		background-color:#fff
	}
	.lb-outerContainer:after{
		content:"";
		display:table;
		clear:both
	}
	.lb-loader{
		top:43%;
		height:25%;
		width:100%
	}
	.lb-cancel{
		display:block;
		width:32px;
		height:32px;
		margin:0 auto;
		background:url(img/loading.gif) no-repeat
	}
	.lb-nav{
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:10
	}
	.lb-container>.nav{
		left:0
	}
	.lb-nav a{
		outline:0;
	}
	.lb-next,.lb-prev{
		height:100%;
		cursor:pointer;
		display:block
	}
	.lb-nav a.lb-prev{
		width:34%;
		left:0;
		float:left;
		background:url(img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s
	}
	.lb-nav a.lb-prev:hover{
		filter:alpha(Opacity=100);opacity:1
	}
	.lb-nav a.lb-next{
		width:64%;
		right:0;
		float:right;
		background:url(img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s
	}
	.lb-nav a.lb-next:hover{
		filter:alpha(Opacity=100);opacity:1
	}
	.lb-dataContainer{
		margin:0 auto;
		padding-top:5px;
		width:100%;
		border-bottom-left-radius:4px;
		border-bottom-right-radius:4px
	}
	.lb-dataContainer:after{
		content:"";
		display:table;
		clear:both
	}
	.lb-data{
		padding:0 4px;
		color:#ccc
	}
	.lb-data .lb-details{
		width:85%;
		float:left;
		text-align:left;
		line-height:1.1em
	}
	.lb-data .lb-caption{
		font-size:13px;
		font-weight:700;
		line-height:1em
	}
	.lb-data .lb-caption a{
		color:#4ae
	}
	.lb-data .lb-number{
		display:block;
		clear:left;
		padding-bottom:1em;
		font-size:12px;
		color:#999
	}
	.lb-data .lb-close{
		display:block;
		float:right;
		width:30px;
		height:30px;
		background:url(img/close.png) no-repeat;
		text-align:right;
		outline:0;
		filter:alpha(Opacity=70);
		opacity:.7;
		-webkit-transition:opacity .2s;
		-moz-transition:opacity .2s;
		-o-transition:opacity .2s;
		transition:opacity .2s
	}
	.lb-data .lb-close:hover{
		cursor:pointer;
		filter:alpha(Opacity=100);
		opacity:1
	}




/* slick
------------------------------------------------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 250px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 13px;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	background: #b7ac9a;
	border-radius: 50%;
	content: "";
	text-align: center;
	opacity: .75;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	background: #e49147;
	color: black;
}

@media screen and (max-width: 440px){
	.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}
	.slick-dots {
		position: absolute;
		bottom: -25px;
		display: block;
		width: 180px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.slick-dots li {
		position: relative;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0 3px;
		padding: 0;
		cursor: pointer;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 12px;
		height: 12px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
	}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
	}
	.slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 12px;
		background: #b7ac9a;
		content: "";
		text-align: center;
		opacity: 1;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-dots li.slick-active button:before{
		background: #e49147;
		color: black;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
