@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
body {
	width: 100% !important;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	/* font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック"; */
	word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ";
	}
}

img {
	image-rendering: -webkit-optimize-contrast;
}

/* Safari用 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root img {
        image-rendering: auto;
    }
}

/*リンク表示方法*/
a {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

.text_danger {
	color: #f00;
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.flex_d_row {
	flex-direction: row;
}

.flex_w_nowrap {
	flex-wrap: nowrap;
}

.flex_w_wrap {
	flex-wrap: wrap;
}

.jc_end {
	justify-content: flex-end;
}

.jc_center {
	justify-content: center;
}

.jc_between {
	justify-content: space-between;
}

.ai_start {
	align-items: flex-start;
}

.ai_end {
	align-items: flex-end;
}

.ai_center {
	align-items: center;
}

.ai_baseline {
	align-items: baseline;
}

.ai_stretch {
	align-items: stretch;
}

.font-weight-bold {
	font-weight: bold;
}

.text-align-center {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-15 {
	margin-bottom: 15px;
}

.ml-40 {
	margin-left: 40px;
}

.mr-40 {
	margin-right: 40px;
}

/*-----------------------------------------------------------
Youtube
-----------------------------------------------------------*/
.youtube {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 560px) {
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 75.25%;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc {
	display: block;
}

.sp,
.spTel {
	display: none !important;
}

.pcTel {
	display: inline;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
header {
	padding: 30px 0 0;
	width: 96%;
	max-width: 1920px;
	margin: 0 auto 40px;
}

header h1 {
	font-weight: normal;
	font-size: 12px;
}

.headerUl {
	margin: 15px 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.headerUl li {
	float: left;
}

.logo {
	width: 210px;
	margin: 0 auto;
}

.logo a {}

.logo a img {
	display: block;
}

.logo a:hover img {
	opacity: 1;
}

.headerAdd {
	width: 520px;
	margin: 0 0 0 10px;
	text-align: right;
}

.headerTel {
	width: 221px;
	margin: 0 0 0 15px;
	padding: 7px 0 0;
}

.hLogoWrap {
	position: relative;
}

.hSnsWrap {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 180px;
}

.hSnsWrap a {
	width: 45px;
	margin-left: 15px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/
.baseTb {
	border-collapse: separate;
	width: 100%;
	margin: 0 auto;
}

.baseTb th {
	background: #fdfdf8;
	color: #333;
}

.baseTb td {
	background: #fafbfc;
	color: #555;
	padding: 13px 2% 10px;
}

/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/
.gnav {
	margin: 35px auto 0;
	width: 100%;
	max-width: 1000px;
}

.gnav>ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

nav ul:after,
nav:after {
	content: '';
	display: block;
	clear: both;
}

.gnav>ul>li {
	float: left;
}

.gnav>ul>li>a {
	display: block;
}

.nav01 {
	max-width: 104px;
	width: 10.4%;
}

.nav02 {
	max-width: 195px;
	width: 19.5%;
}

.nav03 {
	max-width: 181px;
	width: 18.1%;
}

.nav04 {
	max-width: 161px;
	width: 16.1%;
}

.nav05 {
	max-width: 163px;
	width: 16.3%;
}

.nav06 {
	max-width: 196px;
	width: 19.6%;
}

/*--  Gナビ ドロップ  --*/
.dropmenu>li>ul>li {
	position: relative;
}

.dropmenu>li>ul {
	display: none;
	position: absolute;
	z-index: 5000;
	color: #fff;
	max-width: 1000px;
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	letter-spacing: -.4em;
}

.dropmenu>li:hover ul {
	display: block;
}

.dropmenu>li>ul>li>a {
	display: block;
	padding: 17px 0 16px;
	color: #979592;
	height: 100%;
	text-decoration: none;
	text-align: center;
	background: #f6e5cc;
	border-right: solid 1px #cdcdcd;
	font-weight: bold;
}

.dropmenu>li>ul>li>a:hover {
	background: #fff;
}

.dropmenu>li>ul>li {
	display: inline-block;
	max-width: 200px;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	letter-spacing: normal;
	width: 20%;
	font-size: 14px;
	vertical-align: top;
}

.dropmenu>li>ul>li.large01 {
	max-width: 600px;
	width: 60%;
}

.dropmenu>li>ul>li+li>a {
	border-left: solid 1px #fdf8d5;
}

.dropmenu>li>ul>li:first-child>a {
	border-left: solid 1px #cdcdcd;
}

.dropmenu>li>ul>li.caseBtnLong {
	width: 40%;
	max-width: none;
	font-size: 12px;
}

.dropmenu>li>ul>li.caseBtnLong a {
	padding: 18px 0 18px;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/
#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/
#cover {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}

#cover .sp {
	display: none !important;
}

#cover li {
	width: 100%;
}

#cover li a {
	display: block;
}

#cover img {
	width: 1400px;
	margin: 0 auto;
	display: block;
}

.cover01 {
	background: url(../img/cover01.jpg) no-repeat center top;
	background-size: cover;
}

.cover02 {
	background: url(../img/cover02.jpg) no-repeat center top;
	background-size: cover;
}

.cover03 {
	background: url(../img/cover03.jpg) no-repeat center top;
	background-size: cover;
}

/*-- 中ページカバー --*/
.privacy #cover {
	background: #555;
}

.Company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/
.maintitH3 {
	font-family: "Yu Mincho";
	font-size: 25px;
	border-bottom: solid 1px #aaa7a5;
	text-align: center;
	padding: 0 0 5px;
	color: #aaa7a5;
}

.titH3 {
	font-family: "Yu Mincho";
	font-size: 23px;
	border-bottom: solid 1px #ddd;
	text-align: center;
	padding: 0 0 5px;
	color: #7d7a77;
}

.titH3 span {
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
}

.tit2_H3 {
	font-family: "Yu Mincho";
	font-size: 23px;
	border-bottom: solid 1px #757FD4;
	text-align: center;
	padding: 0 0 5px;
	color: #757FD4;
}

.conte01 p {
	margin: 30px 0 0;
	padding: 0 20px;
}

.conte01 p+p {
	margin: 10px 0 0;
}

.conte02 .txtBox {
	margin: 10px auto 0;
	padding: 10px;
	background: #ccc;
}

.hBox01 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.hBoxIn01 {
	max-width: 370px;
	width: 100%;
	margin: 0 0 .6em auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.hBoxIn01>li>a {
	font-size: 13px;
	color: #999;
	text-decoration: none;
}

.hBoxIn01>li>a:hover {
	text-decoration: underline;
}

.hBoxIn01>li {
	display: inline-block;
	padding: 0 0 0 4.1%;
}

.w100 {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}

.mainWrap01 {
	margin: 45px auto 0;
	text-align: center;
	padding: 0 0 45px;
	border-bottom: solid 1px #e8e9f0;
}

.mainWrap01>p {
	font-size: 18px;
	color: #7d7a77;
	font-family: "Yu Mincho";
	font-weight: bold;
}

.mainWrap01>p+p {
	font-size: 16px;
	margin: 20px 0 0;
}

.mainWrap02 {
	margin: 45px auto 0;
	max-width: 1000px;
}

.newsBox>dt {
	font-size: 14px;
	color: #888888;
	width: 12%;
	text-align: center;
	border: solid 1px #888888;
	float: left;
	margin: 0 3% 0 0;
}

.newsBox>dd {
	float: left;
	width: 85%;
}

.newsBox>dd>a {
	color: #CF0151;
	font-weight: bold;
}

.newsBox>dd>a:hover {
	text-decoration: none;
}

.newsBox {
	padding: 15px 0;
	border-bottom: solid 1px #efefef;
	font-family: "Yu Mincho";
}

.newsTextRight{
	text-align: right;
}

.jspPane>ul>li:first-child>dl {
	border-top: solid 1px #efefef;
}

.btn01 {
	max-width: 318px;
	display: block;
	/* width: 46%; */
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	background: url(../img/bt_bg01.png) no-repeat 93% 15px;
}

.btn01:hover {
	background: #cf0151 url(../img/bt_bg02.png) no-repeat 93% 15px;
	border: solid 1px #cf0151;
	color: #fff;
}

.topNewsBtn {
	margin-top: 1.6em;
}

.mainWrap03 {
	max-width: 1400px;
	margin: 45px auto 0;
}

.mainWrap03>ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainWrap03>ul>li {
	/* width: 17.37%; */
	/* margin: 0 1.3%; */
	width: calc(100% / 6 - 15px);
}

.mainWrap03>ul>li>p {
	text-align: center;
	margin: 10px 0 0;
}

.mainWrap03>ul>li>a {
	display: block;
	text-decoration: none;
	text-align: center;
}

.mainWrap03>ul>li>a>p {
	margin: .6em 0 0;
	color: #7d7a77;
	font-size: 13px;
}

.mainWrap03>ul>li>a:hover>img {
	opacity: .8;
}

.mainWrap03>ul>li>a .item {
	background-color: #eee;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-right: 3px;
	padding: 5px 5px;
}

.mainWrap03>ul>li>a .item.a_series {
	background-color: #cf0151;
}

.mainWrap03>ul>li>a .item.g_series {
	background-color: #ec6c00;
}

.mainWrap04 {
	margin: 45px auto 0;
}

.mainBox04>li {
	width: 48.6%;
	float: left;
}

.mainBox04>li+li {
	margin: 0 0 0 2.8%;
}

.mainBox04 {
	margin: 50px 0 0;
}

.mainBox05 {
	margin: 30px 0 0;
}

.mainBox05>li {
	width: 31.5%;
	float: left;
}

.mainBox05>li+li {
	margin: 0 0 0 2.7%;
}

.mainBox05>li>a:hover {
	opacity: .8;
}

.btn7 {
	max-width: 187px;
	width: 100%;
	display: block;
	margin: 30px auto 0;
	/*background: #fff;*/
}

.btn7:hover {
	opacity: .8;
}

.aWrap01>a {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 30px 0 0 auto;
	text-align: center;
	text-decoration: none;
	color: #5a5656;
	padding: 10px 2%;
	border: solid 5px #f7f7f7;
	font-weight: bold;
	font-family: "Yu Mincho";
}

.aWrap01>a:hover {
	background: #f7f7f7;
}

.box_contact {
	border: solid 1px #666;
	margin-top: 16px;
	padding: 16px;
	display: inline-block;
}

.box_contact p span {
	color: #cc0001;
}

/*-----------------------------------------------------------
 Aシリーズ
-----------------------------------------------------------*/
.btnArea02 {
	max-width: 1440px;
	margin: 45px auto 0;
	width: 96%;
}

.btnArea02>ul>li {
	width: 23.5%;
	float: left;
	text-align: center;
	margin: 0 0.7%;
}

.btnArea02>ul>li.large01 {
	max-width: 100%;
	width: 48%;
}

.gcare .btnArea02>ul>li {
	width: 28%;
}

.gcare .btnArea02>ul>li+li {
	margin: 0 0 0 7%;
}

.frotter .btnArea02>ul>li+li {
	/* margin: 0 0 0 7%; */
}

.frotter .btnArea02>ul>li {
	width: 31.8%;
}

.acare .btnArea02>ul>li {
	width: 28%;
}

.acare .btnArea02>ul>li+li {
	margin: 0 0 0 7%;
}

.btnArea02>ul>li>a {
	display: block;
	padding: 5px 1%;
	border: solid 1px #898989;
	border-radius: 30px;
	text-decoration: none;
	color: #333;
	background: #fafbfc;
}

.btnArea02>ul>li span {
	font-size: 13px;
}

.btnArea03 {
	max-width: 696px;
	margin: 45px auto 0;
	width: 96%;
}

.btnArea03>ul>li {
	max-width: 338px;
	width: 49%;
	float: left;
	text-align: center;
	margin: 0 0.7%;
}

.btnArea03>ul>li>a {
	display: block;
	padding: 5px 1%;
	border: solid 1px #898989;
	border-radius: 30px;
	text-decoration: none;
	color: #333;
	background: #fafbfc;
}

.btnArea03>ul>li>a:hover {
	background: none;
}

.works .stay {
	background: #e2e3e4;
	color: #333;
}

.works .stay:hover {
	color: #888;
}

.trouble .stay {
	background: #e2e3e4;
	color: #333;
}

.trouble .stay:hover {
	color: #888;
}

.about .stay {
	background: #e2e3e4;
	color: #333;
}

.about .stay:hover {
	color: #888;
}

.works .btnArea02 {
	max-width: 1000px;
}

.trouble .btnArea02 {
	max-width: 1000px;
}

.trouble .btnArea02>ul>li {
	width: 31.9%;
}

.works .btnArea02>ul>li {
	width: 31.9%;
}

.aseries .stay {
	background: #e2e3e4;
	color: #333;
}

.aseries .stay:hover {
	color: #888;
}

.gseries .stay {
	background: #e2e3e4;
	color: #333;
}

.gseries .stay:hover {
	color: #888;
}

.inseries .stay {
	background: #e2e3e4;
	color: #333;
	font-size: 12px;
	padding: 8.5px 1% 8px;
}

.inseries .stay:hover {
	color: #888;
}

.btnArea02>ul>li>a:hover {
	background: none;
}

.aWrap01 {
	margin: 50px auto 0;
	max-width: 1400px;
	width: 96%;
}

.aBox00 {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto 0;
	font-family: "Yu Mincho";
}

.aBox00>h3 {
	padding: 0 0 30px;
}

.aBox00>p {
	border-bottom: dotted 1px #9e9e9f;
	width: 116px;
	/* padding: 30px 0 0; */
	color: #9e9e9f;
	font-weight: bold;
}

.aBox>li:first-child {
	padding: 0 0 0;
}

.aBox00>h3 {
	text-align: center;
}

.aWrap01>div+div>h3 {
	padding: 0 0 30px;
}

.aWrap01>div+div {
	border-top: solid 1px #aaa7a5;
	padding: 30px 0 0;
}

.aBox01>li {
	width: 8.7%;
	float: left;
	height: 100%;
}

.aBox01>li+li {
	width: 79.3%;
	margin: 0 0 0 2%;
}

.verticalTxt {
	width: 100px;
	height: 220px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.aMar00 {
	margin: 50px auto 0;
}

.aBox02>li {
	float: left;
	width: 50%;
	background: #fff;
	overflow: hidden;
}

.aBox02>li table {
	float: right;
	margin-right: 8%;
	text-align: right;
}

.aBox02>li th,
.aBox02>li td {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 0;
}

.aBox02>li>img {
	display: block;
	padding: 19px 0;
	text-align: center;
}

.aBox02>li+li {
	background: none;
}

.aBox02>li>img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.aBox>li {
	padding: 50px 0 0;
}

/* .aBox > li {padding: 40px 0 0;} */
.aBox02 .newitem {
	color: #CC0000;
	position: absolute;
	bottom: 5px;
	;
	right: 20px;
}

.aBox02 .newitem p {
	font-size: 14px;
}

.aseries .aBox20 {
	/* width: 100%; */
	/* max-width: 450px; */
	/* margin: 0 auto; */
}

.gseries .aBox20 {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.inseries .aBox20 {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.guide .aBox20 {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.aseries .aBox20>a>ul {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
}

.aseries .aBox20>a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}

.aseries .aBox20>a:hover {
	opacity: .8;
}

.guide .aBox20>a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}

.guide .aBox20>a>ul {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
}

.guide .aBox20>a:hover {
	opacity: .8;
}

.aBox01>li+li>div>a {
	display: block;
}

.aseries .aArea>a {
	display: block;
	width: 48.9%;
	max-width: 450px;
	color: #333;
	float: left;
}

.gseries .aArea>a {
	display: block;
	width: 48.9%;
	max-width: 450px;
	color: #333;
	float: left;
}

.guide .aArea>a {
	display: block;
	width: 48.9%;
	max-width: 450px;
	color: #333;
	float: left;
}

.troWrap0>ul>li+li>p>span {
	display: block;
	font-size: 14px;
}

.guide .aArea>a:hover {
	opacity: .8;
}

.guide .aArea>a>ul {
	float: none;
	width: 100%;
}

.aseries .aArea>a>ul {
	float: none;
	width: 100%;
}

.aBorder>a {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 30px 0 0 auto;
	text-align: center;
	text-decoration: none;
	color: #5a5656;
	padding: 10px 2%;
	border: solid 5px #f7f7f7;
	font-weight: bold;
	font-family: "Yu Mincho";
}

.article .aBorder {
	border-top: solid 1px #aaa7a5;
	padding: 0 0 5px;
	border-bottom: none;
	width: 100%;
}

.aBorder>a:hover {
	background: #f7f7f7;
}

.article .aMar00>p {
	border-top: none;
}

.aseries .aArea>a+a {
	margin: 0 0 0 2.1%;
}

.aseries .aArea>a+a+a {
	margin: 30px 0 0 0;
}

.guide .aArea>a+a {
	margin: 0 0 0 2.1%;
}

.guide .aArea>a+a+a {
	margin: 30px 0 0 0;
}

.aseries .aArea>a:hover {
	opacity: .8;
}

.inseries .aBox20>ul {
	width: 100%;
}

.gseries .aBox20>ul {
	width: 100%;
}

.guide .aBox20>ul {
	width: 100%;
}

.aBox02>li+li>p {
	text-align: right;
	padding: 55px 15% 0 0;
	font-size: 18px;
	font-weight: bold;
}

.aBox02>li+li>p>span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.aBox02>li+li>p+p {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 12% 0 0;
}

.guide .aBox02>li+li>p+p {
	text-align: left;
	padding: 20px 2% 0 18%;
}

.aBox01>li+li>div {
	width: 100%;
	max-width: 920px;
	margin: 0 0 0 auto;
}

.aBox02 {
	border: solid 1px #cbcbcb;
	width: 48%;
	float: left;
	background: #F7F7F7;
	box-shadow: 5px 2px 8px 1px #b7b7b7;
}

.aBox01>li+li>div>ul+ul {
	margin: 0 0 0 4%;
}

.aBox01>li+li>div>ul+ul+ul {
	margin: 30px 0 0;
}

.aBox>li+li {
	background: url(../img/a_icon.png) no-repeat 0 -5px;
}

.inseries .aBox>li+li {
	background: none;
}

.aseries .arrowBox>li+li {
	background: none;
}

.gseries .arrowBox>li+li {
	background: none;
}

.aBox>li+li+li+li+li+li+li {
	background: none;
}

.titH001 {
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	margin: 45px 0 0;
}

.sText {
	padding: 35px 0 0;
	border-bottom: solid 1px #aaa7a5;
	text-align: center;
	font-size: 17px;
}

.titH0011 {
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	border-bottom: solid 1px #aaa7a5;
	padding: 0 0 25px;
}

.new_icon{
	position: relative;
}

.new_icon:after{
	position: absolute;
	content: "NEW";
	top: 20px;
	left: 30px;
	background: #fff;
	color: #cf0151;
	border: 1px solid #cf0151;
	padding: 7px 15px 5px;
	line-height: 1em;
}

.new_icon.new_icon_limited:after {
	content: "数量限定";
}

.aBox02 .gAnnotation {
	float: right;
	font-size: 14px;
	color: #cf0151;
	padding: 25px 0px 0px;
}

/*-----------------------------------------------------------
 カツウラについて
-----------------------------------------------------------*/
.salon .nishiWrap03>ul>li+li>p {
	margin: 40px 0;
	padding: 0 2%;
}

.aboWrap01 {
	max-width: 1200px;
	width: 96%;
	margin: 50px auto 0;
}

.titH4 {
	padding: 10px 2%;
	color: #7d7a77;
}

.aboWrap01>h3 {
	margin: 50px 0 0;
}

.aboWrap01>ul {
	margin: 50px auto 0;
	max-width: 1200px;
	width: 100%;
}

.aboWrap01>ul>li {
	width: 49%;
	float: left;
}

.works .aboWrap01>ul>li {
	width: 100%;
	float: none;
}

.works .titH4 {
	text-align: center;
}

.aboWrap01>ul>li+li {
	margin: 0 0 0 2%;
}

.aboWrap01>p {
	margin: 50px 0 0;
}

.aboWrap01>p+p {
	margin: 10px 0 0;
}

.bnrArea>ul>li {
	float: left;
	width: 28.333%;
	max-width: 340px;
	margin: 0;
	box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.7);
}

.bnrArea>ul>li+li {
	margin: 0 0 0 7.5%;
}

.bnrArea {
	max-width: 1200px;
	margin: 60px auto 0;
	width: 96%;
}

.aboWrap01>ul>li+li>p {
	margin: 20px 0 0;
}

.bnrArea00 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.bnrArea00>ul>li {
	float: left;
	width: 23%;
	margin: 0 1%;
}

.bnrArea>ul>li>a:hover {
	opacity: .8;
}

.bnrArea00>ul>li>a:hover {
	opacity: .8;
}

.about .titH4 {
	padding: 10px 2%;
}

.about .btnArea02 {
	max-width: 1000px;
}

.about .btnArea02>ul>li {
	width: 31.9%;
}

.skin_vol13 .skinBtn {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.skin_vol13 .skinBtn .orderform {
	position: absolute;
	display: block;
	bottom: 12.5%;
	padding: 3.6% 0;
	right: 13.3%;
	width: 24%;
}

.skin_vol13 .skinBtn .orderform:hover {
	opacity: 0.4;
	background: #fff;
}

.skin_vol13 .skinBtn .presentation {
	bottom: 8%;
	padding: 0;
	right: 52%;
	position: absolute;
}

/*-----------------------------------------------------------
 肌のしくみ
-----------------------------------------------------------*/
.works .aboWrap01>ul>li+li>p {
	margin: 0;
}

.works .aboWrap01>ul>li+li>p+p {
	margin: 20px 0 0;
}

.works .wLeft {
	float: right;
	margin: 0 0 0 2%;
}

.works .wRight {
	float: left;
	margin: 0;
}

.woWrap01 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.woWrap01>h3 {
	margin: 50px 0 0;
}

.woWrap01>ul {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
}

.woWrap01>ul>li {
	width: 30%;
	float: left;
}

.woWrap01>ul>li+li {
	width: 68%;
	margin: 0 0 0 2%;
}

.woWrap02 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.woWrap02>p {
	margin: 40px 85px 0;
}

/*-----------------------------------------------------------
 肌トラブル
-----------------------------------------------------------*/
.kanso {
	border: dashed 1px #e9ebed;
	max-width: 200px;
	text-align: center;
	padding: 20px 0 20px 10%;
	border-radius: 35px;
	background: #fafbfc;
}

.troWrap01 {
	margin: 50px auto 0;
	width: 96%;
	max-width: 1400px;
}

.troWrap01>h3 {
	margin: 50px 0 0;
}

.troWrap01>ul {
	max-width: 800px;
	width: 100%;
	margin: 50px auto 0;
}

.troWrap01>ul>li {
	float: left;
	width: 25%;
}

.TroubleBt {
	text-align: center;
}

.kanso01 {
	background: #fafbfc url(../img/k_icon01.png) no-repeat 23% 50%;
	background-size: 20%;
}

.kanso02 {
	background: #fafbfc url(../img/k_icon02.png) no-repeat 23% 50%;
	background-size: 20%;
}

.kanso03 {
	background: #fafbfc url(../img/k_icon03.png) no-repeat 23% 50%;
	background-size: 20%;
}

.troWrap01>ul>li+li {
	margin: 0 0 0 12%;
}

.troWrap0 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.troWrap0>ul {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}

.troWrap0>ul>li {
	width: 25%;
	float: left;
}

.troWrap0>ul>li+li {
	width: 65%;
	margin: 0 0 0 10%;
}

.troWrap0>ul>li+li>p+p {
	margin: 30px 0 0;
}

.trouble .tLeft {
	float: right;
	margin: 0 0 0 10%;
}

.trouble .tRight {
	margin: 0;
}

/*-----------------------------------------------------------
 Aスキン
-----------------------------------------------------------*/
.askinWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.askinBox01>li {
	width: 49%;
	float: left;
}

.askinBox01>li+li {
	margin: 0 0 0 2%;
}

.askinBox01 {
	margin: 40px 0 0;
}

.askin .titH4 {
	text-align: left;
	color: #7d7a77;
	font-size: 18px;
}

.indetail .titH4 {
	text-align: left;
	color: #7d7a77;
	font-size: 18px;
}

.askinBox01>li+li>p {
	margin: 0 2%;
	color: #7d7a77;
}

.askinBox01>li+li>p+p {
	margin-top: 15px;
}

.askinBox01>li+li>p span {
	font-size: 12px;
}

.askinBox01>li+li>h3+p+p+h3 {
	margin: 20px 0 0;
}

.askinBox01>li+li>h3+p+h3 {
	margin: 30px 0 0;
}

.askinBox01>li+li>a {
	margin: 10px auto 0;
}

.askin .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.awardWrap01 {
	text-align: center;
}

.awardWrap01 img {
	width: 25%;
	max-width: 100px;
}

.awardTxt01 {
	font-weight: bold;
	margin: .6em 0 1em;
	color: #7d7a77;
}

.askin .askinL {
	float: left;
	margin: 0;
}

.acMenu>dt {
	max-width: 318px;
	display: block;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	cursor: pointer;
	background: #fafbfc;
}

.askin .askinL a {
	max-width: 318px;
	display: block;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	cursor: pointer;
	background: #fafbfc;
}

.askin .askinL a:hover {
	background: none;
}

.gskin .askinBox01>li+li a {
	max-width: 318px;
	display: block;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	cursor: pointer;
	background: #fafbfc;
}

.gskin .askinBox01>li+li a:hover {
	background: none;
}

.acMenu>dt:hover {
	background: none;
}

.acMenu>dd {
	margin: 30px 0 0;
	display: none;
}

.acMenu>dd>p {
	margin: 0 2% 0;
}

.acMenu>dd>p+h3 {
	margin: 30px 0 0;
}

.inseries .aBox20>a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}

.inseries .aBox20>a:hover {
	opacity: .8;
}

.inseries .aBox20>a>ul {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
	position: relative;
}

.gseries .aBox20>a {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}

.gseries .aArea>a:hover {
	opacity: .8;
}

.gseries .aBox20>a:hover {
	opacity: .8;
}

.gseries .aBox20>a>ul {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
}

.gseries .aArea>a {
	display: block;
	width: 48.9%;
	max-width: 450px;
	color: #333;
	float: left;
}

.gseries .aArea>a>ul {
	float: none;
	width: 100%;
}

.gseries .aArea>a+a {
	margin: 0 0 0 2.1%;
}

.gseries .aArea>a+a+a {
	margin: 30px 0 0 0;
}

.gseries .aArea>a+a+a+a {
	margin: 30px 0 0 2.1%;
}

.skWrap01>h2>span {
	position: absolute;
	top: 50%;
	right: 50px;
	font-size: 22px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.skin_vol16 .skWrap01>h2>span {
	font-weight: 800;
	top: 8px;
	right: 46px;
}

.skWrap01>h2 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	position: relative;
	border: none;
	background: #BA9345;
	color: #fff;
	max-width: 1164px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 2%;
}

.askinBox01>li+li>div>p>a {
	max-width: 318px;
	display: block;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	cursor: pointer;
	background: #fafbfc;
}

.askinBox01>li+li>div>p>a:hover {
	background: none;
}

/*-----------------------------------------------------------
 Aパウダー
-----------------------------------------------------------*/
.apowder .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.apowder .askinL {
	float: left;
	margin: 0;
}

.askinBox01>li+li>div {
	margin: 30px auto 0;
}

.askinBox01>li+li>div>a {
	/* float: left; */
}

.apowder .askinBox01>li+li>div>a {
	float: none;
}

.askinBox01>li+li>div>a+a {
	margin: 0 0 0 7%;
}

.apowder .titH4 {
	text-align: left;
	color: #7d7a77;
}

/*-----------------------------------------------------------
 Aヘアケア
-----------------------------------------------------------*/
.ahaircare .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.ahaircare .askinL {
	float: left;
	margin: 0;
}

.ahaircare .titH4 {
	text-align: left;
	color: #7d7a77;
}

/*-----------------------------------------------------------
 Gスキン
-----------------------------------------------------------*/
.gskin .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.gskin .askinL {
	float: left;
	margin: 0;
}

/*-----------------------------------------------------------
 Gパウダー
-----------------------------------------------------------*/
.gpowder .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.gpowder .askinL {
	float: left;
	margin: 0;
}

.gpowder .titH4 {
	text-align: left;
	color: #7d7a77;
}

.askinBox01 .gAnnotation {
    color: #cf0151;
    font-size: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

/*-----------------------------------------------------------
 Gヘアケア
-----------------------------------------------------------*/
.ghaircare .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.ghaircare .askinL {
	float: left;
	margin: 0;
}

.ghaircare .titH4 {
	text-align: left;
	color: #7d7a77;
}

/*-----------------------------------------------------------
 インボークシリーズ
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 インボーク詳細
-----------------------------------------------------------*/
.indetail .askinR {
	float: right;
	margin: 0 0 0 2%;
}

.indetail .askinL {
	float: left;
	margin: 0;
}

/*-----------------------------------------------------------
 A手入れ
-----------------------------------------------------------*/
.acareWrap03 {
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
}

.acare .btnArea02 {
	max-width: 1200px;
}

.acareWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.acareBox01 {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}

.acare .lastCare {
	background: none;
}

.acareBox01>li {
	float: left;
	width: 8%;
	background: #fafbfc;
	text-align: center;
	padding: 30px 0 100px;
	position: relative;
}

.acareBox01>li+li {
	width: 90%;
	margin: 0 0 0 2%;
	background: none;
	text-align: left;
	padding: 0;
}

.acareBox01>li:first-child:after {
	content: "";
	position: absolute;
	bottom: -70%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/a_icon.png) no-repeat left 90%;
}

.frotter .arrowN>li:first-child:after {
	background: none;
}

.acareBox01>.longIcon:first-child:after {
	background: url(../img/a_icon_03.png) no-repeat 50% 0;
	bottom: -160%;
}

.lastCare>li:first-child:after {
	background: none;
}

.gcare .longIcon {
	height: 227px;
}

.acareBox01>li>span {
	font-size: 30px;
	font-weight: bold;
	color: #7d7a77;
}

.acareBox02>li {
	float: left;
	width: 17%;
}

.acareBox02>li+li {
	margin: 0 0 0 2%;
}

.acareBox01>li+li>p {
	margin: 50px 0 0;
	padding: 20px 2%;
	background: #fafbfc;
	color: #7d7a77;
}

.acareWrap02 {
	max-width: 1000px;
	width: 96%;
	margin: 50px 0 0 auto;
	padding: 0 0 0 5%;
}

.title01 {
	text-align: center;
	border-top: solid 1px #898989;
	border-bottom: solid 1px #898989;
	padding: 5px 2%;
	font-size: 18px;
	color: #898989;
}

.acareBox03>h3 {
	background: #FDFDF8;
	margin: 40px 0 0;
	color: #7d7a77;
	padding: 5px 2%;
}

.acareBox03>ul>li {
	width: 40%;
	float: left;
}

.acareBox03>ul>li+li {
	width: 58%;
	margin: 0 0 0 2%;
}

.acareBox02>li>p {
	font-size: 14px;
	text-align: center;
}

.acareBox03>ul>li>p {
	font-size: 14px;
	text-align: center;
}

.acareBox03>ul>li+li>p {
	text-align: left;
	font-size: 15px;
}

.acareWrap02>h2 {
	width: 100%;
	font-size: 22px;
	border: none;
}

.acareBox03>ul {
	margin: 40px 0 0;
}

.acareWrap04 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.acareWrap04>ul {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}

.acareWrap04>ul>li {
	float: left;
	width: 23%;
	margin: 0 1%;
}

.acareBox04>dd {
	margin: 30px 0 0;
	/* border: solid 1px #898989; */
	padding: 20px 6%;
	font-size: 15px;
}

.acareWrap05 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.acareWrap05>ul {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}

.acareWrap05>ul>li {
	width: 40%;
	float: left;
}

.acareWrap05>ul>li>p {
	text-align: center;
}

.acareWrap05>ul>li+li {
	width: 58%;
	margin: 0 0 0 2%;
}

.acareBox01>li+li>p>a {
	display: block;
	margin: 10px 0 0;
	color: #7d7a77;
}

.acareBox01>li+li>p>a:hover {
	text-decoration: none;
}

.acareWrap05>ul>li+li>h3 {
	padding: 5px 2%;
	background: #fafbfc;
	color: #7d7a77;
}

.acareWrap05>ul>li+li>p {
	margin: 30px 0 0;
	text-align: left;
}

.gcare .btnArea02 {
	max-width: 1200px;
}

.spBox>ul>li {
	float: left;
	width: 49%;
}

.spBox>ul>li+li {
	margin: 0 0 0 2%;
}

.gcare00 {
	width: 50%;
	margin: 0 auto;
}

.spCare {
	max-width: 1200px;
	width: 96%;
	margin: 50px auto 0;
}

.acare .longIcon {
	height: 227px;
}

.spBox>h2 {
	border: none;
}

.spBox {
	border: solid 1px #898989;
	padding: 20px 2%;
}

.spBox h3 {
	margin: 0;
}

.spCare01 {
	width: 96%;
	max-width: 1200px;
	margin: 50px auto 0;
}

.spCare01>section {
	background: none;
	padding: 0;
	max-width: 860px;
	margin: 0 0 0 auto;
}

.spCare01>div {
	background: none;
}

.aaBox>p {
	border: none;
}

.inseries .aaBox {
	border-bottom: solid 1px #aaa7a5;
	padding: 0 0 50px;
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}

.pBox.item_g,
.pBox.item_g .aaNox {
	border-color: #ec6c00;
}

.monWrap01 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.monBox>li {
	width: 4%;
	float: left;
}

.monBox>li+li {
	margin: 0 0 0 2%;
	width: 90%;
}

.monBox>li:first-child {
	background: #f6f1cc;
	text-align: center;
	font-size: 26px;
	padding: 10px 0 0;
}

.monBox01>li {
	width: 40%;
	float: left;
}

.monBox01>li>ul>li {
	float: left;
	width: 55%;
}

.monBox01>li>ul>li+li {
	width: 36%;
	margin: 0 0 0 9%;
}

.monBox01>li+li {
	width: 58%;
	margin: 50px 0 0 2%;
	color: #7d7a77;
}

.monBox01 {
	border-bottom: dashed 1px #ddd;
	padding: 50px 0;
}

.monM {
	margin: 50px 0 0;
}

.monBox02 {
	margin: 30px 0 0 auto;
	max-width: 1000px;
	width: 100%;
}

.monBox02>ul {
	border-radius: 20px;
	border: solid 1px #ddd;
	padding: 20px 2%;
}

.monBox02>ul>li {
	width: 29%;
	float: left;
}

.monBox02>ul>li+li {
	width: 69%;
	margin: 50px 0 0 2%;
	color: #7d7a77;
}

.monBox02>h3 {
	padding: 20px 2%;
}

.bono {
	border: none;
}

.monWrap02 {
	width: 96%;
	max-width: 1400px;
	margin: 70px auto 0;
}

.monBox01>li+li>em>a {
	color: #333;
}

.monBox01>li+li>em>a:hover {
	text-decoration: none;
}

.moon>li:first-child {
	background: #aca4c5;
	color: #fff;
}

/*-----------------------------------------------------------
 カツウラフローテ
-----------------------------------------------------------*/
.frotter .btnArea02 {
	max-width: 1060px;
}

.floWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.floBox01>h3 {
	margin: 30px 0 0;
}

.floBg01 {
	max-width: 560px;
	margin: 50px auto 0;
	width: 96%;
	background: #fafbfc url(../img/foo_icon.png) no-repeat 1% 50%;
	padding: 20px 2%;
	background-size: 24%;
}

.floBg01>div {
	max-width: 400px;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 10px 2%;
	background: #fff;
}

.floBg01>div>h4 {
	background: #fafbfc;
	color: #7d7a77;
	padding: 5px 2%;
}

.floBg01>div>p {
	color: #7d7a77;
}

.floWrap01>h3 {
	margin: 50px 0 0;
}

.floWrap01>ul {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}

.floWrap01>ul>li {
	width: 60%;
	float: left;
}

.floWrap01>ul>li+li {
	width: 38%;
	margin: 0 0 0 2%;
}

.floWrap01>ul>li>ul>li {
	width: 49%;
	float: left;
}

.floWrap01>ul>li>ul>li+li {
	margin: 0 0 0 2%;
}

.acareWrap01>h3 {
	margin: 50px 0 0;
}

.frotter .titH4 {
	max-width: 1200px;
	width: 96%;
	margin: 30px auto 0;
}

.askinBox01>li+li a {
	max-width: 318px;
	display: block;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	text-decoration: none;
	color: #7d7a77;
	border: solid 1px #7d7a77;
	padding: 7px 2%;
	border-radius: 25px;
	cursor: pointer;
	background: #fafbfc;
}

.askinBox01>li+li>p>a:hover {
	background: none;
}

/* 素肌美
----------------------------------------------------------- */
.text_1>ul>li {
	background: #d59246;
	color: #fff;
}

.text_2>ul>li {
	background: #9f9a4a;
	color: #fff;
}

.text_3>ul>li {
	background: #459aa9;
	color: #fff;
}

/*
.paperBtn {
	border: 5px solid #dd0303;
}
*/
.paperBtn li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0;
	color: #333;
	background: #F4D9D9;
	padding: 10px 2%;
	cursor: pointer;
	font-size: 15px;
	font-family: "Yu Mincho";
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.paperBtn li:hover {
	background: #dd0303;
	color: #fff;
}

.paperBtn .selected {
	background: #e63f3f !important;
	color: #fff;
}

.skin_vol13 .paperBtn li:hover,
.skin_vol13 .paperBtn .selected {
	background-color: #ec789d !important;
}

.skWrap01 .skin_vol14_title {
	background: url(../img/skin_vol14_title.jpg) bottom center no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 1px rgb(51, 103, 197);
}

.skWrap01 .skin_vol15_title {
	background: url(../img/skin_vol15_title.jpg) center no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 1px rgb(192, 68, 82);
}

.skWrap01 .skin_vol16_title {
	background: url(../img/skin_vol16_title.jpg) center no-repeat;
	background-size: auto;
	color: #a48883;
}

.skWrap01 .skin_vol17_title {
	background: url(../img/skin_vol17_title.jpg) center no-repeat;
	background-size: contain;
	color: #a48883;
}

.skWrap01 .skin_vol18_title {
	background: url(../img/skin_vol18_title.jpg) center no-repeat;
	background-size: cover;
	color: #a48883;
}

.skWrap01 .skin_vol19_title {
	background: url(../img/skin_vol19_title.jpg) center no-repeat;
	background-size: cover;
	color: #7d4145;
}

.skWrap01 .skin_vol20_title {
	background: url(../img/skin_vol20_title.jpg) center no-repeat;
	background-size: cover;
	color: #36ABCC;
}

.skWrap01 .skin_vol21_title {
	background: url(../img/skin_vol21_title.jpg) center no-repeat;
	background-size: cover;
	color: #DD4B71;
}

.skWrap01 .skin_vol22_title {
	background: url(../img/skin_vol22_title.jpg) center no-repeat;
	background-size: cover;
	color: #d64c80;
}

.skWrap01 .skin_vol23_title {
	background: url(../img/skin_vol23_title.jpg) center no-repeat;
	background-size: cover;
	color: #1888CA;
}

.skWrap01 .skin_vol24_title {
	background: url(../img/skin_vol24_title.jpg) center no-repeat;
	background-size: cover;
	color: #c13942;
}

.skWrap01 .skin_vol25_title {
	background: url(../img/skin_vol25_title.jpg) center no-repeat;
	background-size: cover;
	color: #e85298;
	text-shadow: 1px 1px 1px #fff, 1px 1px 2px #fff;
}

@media (max-width: 640px) {

	.skWrap01 .skin_vol16_title,
	.skWrap01 .skin_vol17_title {
		background-size: cover;
	}
}

/* .skWrap01 .skin_vol14_title span,
.skWrap01 .skin_vol14_title b {
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
    line-height: 1;
    padding: 20px 30px;
} */
/* .skWrap01 .skin_vol14_title span {
    padding: 10px;
} */
.skin_vol14 .paperBtn li,
.skin_vol14 .paperBox01 {
	background-color: #b3d9f3;
}

.skin_vol15 .paperBtn li,
.skin_vol15 .paperBox01 {
	background-color: #f5d7dd;
}

.skin_vol16 .paperBtn li,
.skin_vol16 .paperBox01 {
	background-color: #fffdee;
	color: #a48883;
}

.skin_vol17 .paperBtn li,
.skin_vol17 .paperBox01 {
	background-color: #ddf0f7;
	color: #a48883;
}

.skin_vol18 .paperBtn li,
.skin_vol18 .paperBox01 {
	background-color: #fdf7d7;
	color: #a48883;
}

.skin_vol19 .paperBtn li,
.skin_vol19 .paperBox01 {
	background-color: #fdeff5;
	color: #a48883;
}

.skin_vol20 .paperBtn li,
.skin_vol20 .paperBox01 {
	background-color: #DBF0F4;
	color: #3ABDCE;
}

.skin_vol21 .paperBtn li,
.skin_vol21 .paperBox01 {
	background-color: #FCE3CD;
	color: #DD4B71;
}

.skin_vol14 .paperBtn li:hover,
.skin_vol14 .paperBtn .selected {
	background-color: #5877ba !important;
}

.skin_vol15 .paperBtn li:hover,
.skin_vol15 .paperBtn .selected {
	background-color: #c04452 !important;
}

.skin_vol16 .paperBtn li:hover,
.skin_vol16 .paperBtn .selected {
	background-color: #eb6da5 !important;
	color: #fff;
}

.skin_vol17 .paperBtn li:hover,
.skin_vol17 .paperBtn .selected {
	background-color: #1c2789 !important;
	color: #fff;
}

.skin_vol18 .paperBtn li:hover,
.skin_vol18 .paperBtn .selected {
	background-color: #da4c37 !important;
	color: #fff;
}

.skin_vol19 .paperBtn li:hover,
.skin_vol19 .paperBtn .selected {
	background-color: #eb6d8e !important;
	color: #fff;
}

.skin_vol20 .paperBtn li:hover,
.skin_vol20 .paperBtn .selected {
	background-color: #3EBEF0 !important;
	color: #fff;
}

.skin_vol21 .paperBtn li:hover,
.skin_vol21 .paperBtn .selected {
	background-color: #FCE3CD !important;
	color: #fff;
}

.skin_vol22 .paperBtn li,
.skin_vol22 .paperBox01 {
	background: #ed96bd;
	color: #fff;
}

.skin_vol22 .paperBtn li:hover,
.skin_vol22 .paperBtn .selected {
	background: #d64c80 !important;
	color: #fff;
}

.skin_vol23 .paperBtn li,
.skin_vol23 .paperBox01 {
	background: #E6F4FD;
	color: #1888ca;
}

.skin_vol23 .paperBtn li:hover,
.skin_vol23 .paperBtn .selected {
	background: #1888CA !important;
	color: #fff;
}

.skin_vol24 .paperBtn li,
.skin_vol24 .paperBox01 {
	background: #fad3bc;
	color: #c13942;
}

.skin_vol24 .paperBtn li:hover,
.skin_vol24 .paperBtn .selected {
	background: #c13942 !important;
	color: #fff;
}

.skin_vol25 .paperBtn li,
.skin_vol25 .paperBox01 {
	background: #fdeff5;
	color: #e85298;
}

.skin_vol25 .paperBtn li:hover,
.skin_vol25 .paperBtn .selected {
	background: #e85298 !important;
	color: #fff;
}

.skin_vol26 .paperBtn li,
.skin_vol26 .paperBox01 {
	background: #eaf5fc;
	color: #1083ba;
}

.skin_vol26 .paperBtn li:hover,
.skin_vol26 .paperBtn .selected {
	background: #1083ba !important;
	color: #fff;
}

.skin_vol27 .paperBtn li,
.skin_vol27 .paperBox01 {
	background: #faf5f9;
	color: #ef9ae5;
}

.skin_vol27 .paperBtn li:hover,
.skin_vol27 .paperBtn .selected {
	background: #ef9ae5 !important;
	color: #fff;
}

.skin_vol27 .paperBox01>li.text_15>img {
	padding-bottom: 40px;
	background: #f6ecf5;
}

.skin_vol17 li.text_16 .btn_wrapper {
	background-color: #ddf0f7;
}

.skin_vol29 .paperBox01 {
	background: #a5b8e0;
}

.skin_vol29 .paperBtn .selected {
	background: #6581c0 !important;
}

.skin_vol29 .paperBtn li {
	background: #cde1ec;
}

.skin_vol7 .paperBox01 {
	background: #f8cad4;
}

.skin_vol7 .paperBtn .selected {
	background: #bd0b57 !important;
}

.skin_vol7 .paperBtn li {
	background: #f8cad4;
}

.skin_vol7 .skin_vol7_10_box{
	max-width: 700px;
	position: relative;
	margin: auto;
}

.skin_vol7 .skin_vol7_10_box > img{
	background-color: #fff;
    max-width: 100%;
    vertical-align: bottom;
}

.skin_vol7 .skin_vol7_10_btn {
    position: absolute;
	bottom: 32.8%;
    right: 22.4%;
    width: 20.6%;
    height: 5.2%;
    /* background: #33b0b157; */
}

.skin_vol8 .paperBox01 {
	background: #c6e6f2;
}

.skin_vol8 .paperBox01>li:nth-of-type(1)>img {
	padding-top: 0;
	padding-bottom: 0;
}

.skin_vol8 .paperBtn li {
	background: #c6e6f2;
}

.skin_vol8 .paperBtn .selected {
	background: #2e8496 !important;
}

.skin_vol8 .skin_vol8_10_box {
	max-width: 700px;
	position: relative;
	margin: auto;
}

.skin_vol8 .skin_vol8_10_box>img {
	background-color: #fff;
	max-width: 100%;
	vertical-align: bottom;
}

.skin_vol8 .skin_vol8_10_box {
	max-width: 700px;
	position: relative;
	margin: auto;
}

.skin_vol9 .paperBox01 {
	background: #f8d2a5;
}

.skin_vol9 .paperBox01>li:nth-of-type(1)>img {
	padding-top: 0;
	padding-bottom: 0;
}

.skin_vol9 .paperBtn li {
	background: #f8d2a5;
}

.skin_vol9 .paperBtn .selected {
	background: #bd641d !important;
}

.skin_vol9 .skin_vol9_10_box {
	max-width: 700px;
	position: relative;
	margin: auto;
}

.skin_vol9 .skin_vol9_10_box>img {
	background-color: #fff;
	max-width: 100%;
	vertical-align: bottom;
}

.skin_vol9 .skin_vol9_10_box {
	max-width: 700px;
	position: relative;
	margin: auto;
}

.skinContactLink{
	color: #CF0151;
    font-weight: bold;
}

.paperBox01>li>img,
.pageWrap {
	background-color: #fff;
	border-bottom: dashed 3px #ddd;
	max-width: 700px;
	vertical-align: bottom;
	padding-bottom: 32px;
	padding-top: 32px;
}

.paperBox01>li:nth-of-type(1)>img {
	padding-top: 0;
}

.skin_vol26 .paperBox01>li>img {
	padding: 0;
}

.skin_vol27 .paperBox01>li>img {
	padding: 0;
}

.skin_vol7 .paperBox01>li>img {
	padding: 0;
}

.pageWrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.skin_vol19 .text_16 .pageWrap {
	background: #f2eaf5;
}

.skin_vol19 .text_16 .pageWrap .btn_wrapper {
	background: none;
	padding: 0;
}

.btn_19_3_01 {
	position: absolute;
	top: 63%;
	left: 31%;
	width: 18%;
}

.btn_19_3_02 {
	position: absolute;
	top: 63%;
	left: 79%;
	width: 18%;
}

.btn_19_3_03 {
	position: absolute;
	top: 90%;
	left: 66.8%;
	width: 18%;
}

.btn_19_4_01 {
	position: absolute;
	top: 85%;
	left: 29%;
	width: 18%;
}

.btn_19_4_02 {
	position: absolute;
	top: 85%;
	left: 74.5%;
	width: 18%;
}

.btn_20_01 {
	position: absolute;
	top: 57.5%;
	left: 29.5%;
	width: 18%;
}

.btn_20_02 {
	position: absolute;
	top: 55%;
	left: 29%;
	width: 19%;
}

.btn_20_03 {
	position: absolute;
	top: 93%;
	left: 31%;
	width: 18%;
}

.btn_20_04 {
	position: absolute;
	top: 89%;
	left: 70%;
	width: 18%;
}

.btn_20_2_01 {
	position: absolute;
	top: 73%;
	left: 28%;
	width: 18%;
}

.btn_21_01 {
	position: absolute;
	top: 53.5%;
	left: 29%;
	width: 20%;
}

.btn_21_02 {
	position: absolute;
	top: 55%;
	left: 29%;
	width: 18%;
}

.btn_22_01 {
	position: absolute;
	top: 50.5%;
	left: 78.4%;
	width: 17.5%;
	display: block;
}

.btn_22_02 {
	position: absolute;
	top: 63%;
	left: 16.3%;
	width: 17.5%;
	display: block;
}

.btn_22_03 {
	position: absolute;
	top: 63%;
	left: 41.8%;
	width: 17.5%;
	display: block;
}

.btn_22_04 {
	position: absolute;
	top: 63.5%;
	left: 65.5%;
	width: 17.5%;
	display: block;
}

.btn_22_01 img,
.btn_22_02 img,
.btn_22_03 img,
.btn_22_04 img {
	display: block;
	margin: 0 auto;
}

.btn_23_01 {
	position: absolute;
	top: 51.5%;
	left: 38%;
	width: 17%;
	display: block;
}

.btn_23_02 {
	position: absolute;
	top: 85.5%;
	left: 6%;
	width: 17%;
	display: block;
}

.btn_23_03 {
	position: absolute;
	top: 88%;
	left: 28%;
	width: 17%;
	display: block;
}

.btn_23_01 img,
.btn_23_02 img,
.btn_23_03 img {
	display: block;
	margin: 0 auto;
}

.btn_24_01 {
	position: absolute;
	top: 43%;
	right: 18.5%;
	width: 20%;
	display: block;
}

.btn_24_02 {
	position: absolute;
	top: 85.8%;
	right: 21%;
	width: 20%;
	display: block;
}

.btn_24_01 img,
.btn_24_02 img {
	display: block;
	margin: 0 auto;
}

.btn_25_01 {
	position: absolute;
	top: 49%;
	left: 24.5%;
	width: 20%;
	display: block;
}

.btn_25_02 {
	position: absolute;
	top: 90%;
	left: 2%;
	width: 20%;
	display: block;
}

.btn_25_03 {
	position: absolute;
	top: 90%;
	right: 13.5%;
	width: 20%;
	display: block;
}

.btn_25_04 {
	position: absolute;
	top: 88%;
	left: 6%;
	width: 20%;
	display: block;
}

.btn_25_01 img,
.btn_25_02 img,
.btn_25_03 img,
.btn_25_04 img {
	display: block;
	margin: 0 auto;
}

.paperBox01>li img.border-none {
	border: none;
	padding-bottom: 0;
	padding-top: 0
}

.btn_wrapper {
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: flex-end;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.skin_vol18 .btn_wrapper {
	background: inherit;
}

.btn_wrapper.v_2 {
	display: block;
	text-align: center;
}

.btn_wrapper .skinBtn,
.btn_wrapper .presentBtn {
	padding: 0 20px;
}

.btn_wrapper .presentBtn a:hover {
	opacity: 0.7;
}

.boardTxt {
    color: #7d7a77;
    font-weight: bold;
}

.skWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.paperBox {
	margin: 50px auto 0;
}

.paperBox01 {
	background: #F4D9D9;
	margin: 60px auto 0;
}

.paperBox01>li {
	text-align: center;
	position: relative;
}

.shoplistWrap02>ul>li>ul>li {
	width: 48%;
	max-width: 240px;
	margin: 0 1%;
	text-align: center;
}

.shoplistWrap02>ul>li>ul>li a img {
	display: block;
}

.paperBox01 .skin_close {
	background-color: rgba(253, 121, 121, 0.5);
	color: #d30c17;
	font-size: 20px;
	font-weight: bold;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
	max-width: 700px;
	padding: 40px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	text-align: center;
	width: 100%;
}

.skin_vol24 .text_13 .pageWrap {
	background: #ede5f2;
	border-bottom: none;
}

.skin_vol24 .text_14 .pageWrap {
	border-top: dashed 3px #ddd;
}

.skin_vol24 .text_16 .pageWrap {
	background: #fdf4eb;
	border-bottom: none;
}

.skin_vol24 .text_16 .btn_wrapper {
	background: #fdf4eb;
}

.skin_vol25 .text_13 .pageWrap {
	background: #e9f6fe;
	border-bottom: none;
}

.skin_vol25 .text_14 .pageWrap {
	border-top: dashed 3px #ddd;
}

.skin_vol25 .text_16 .pageWrap {
	background: #fffcdb;
	border-bottom: none;
}

.skin_vol25 .text_16 .btn_wrapper {
	background: #fdf4eb;
}

.skin_vol24 .text_17 .pageWrap,
.skin_vol25 .text_17 .pageWrap {
	border-top: dashed 3px #ddd;
	border-bottom: none;
	padding: 0;
}

@media all and (max-width: 414px) {
	.paperBox01 .skin_close {
		font-size: 15px;
	}

	.btn_wrapper {
		flex-direction: column;
	}
}

/*-----------------------------------------------------------
 お知らせ
-----------------------------------------------------------*/
.news .btnArea02 {
	width: 96%;
	max-width: 800px;
	margin: 90px auto 0;
}

.news .btnArea02>ul>li {
	margin: 10px 2%;
	width: 46%;
}

.newsWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.newsWrap01>ul>li {
	margin: 50px 0 0;
	padding: 0 0 40px;
	border-bottom: dashed 1px #333;
}

.newsWrap01>ul>li>h2 {
	background: #fafbfc;
	padding: 10px 2%;
	font-size: 18px;
	color: #898989;
}

.newsWrap01>ul>li>h2>span {
	font-size: 14px;
	margin: 0 2% 0 0;
}

.newsBox02 {
	padding: 0 2%;
	margin: 20px 0 0;
}

.newsBox02>h3 {
	color: #898989;
}

.newsBox02>p {
	margin: 40px 0 0;
}

.newsBox02>a {
	display: block;
	margin: 30px 0 0;
	color: #cf0150;
}

.newsBox02>a:hover {
	text-decoration: none;
}

.qaWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.qaWrap01>h3 {
	margin: 40px 0 0;
}

.qaWrap01>ul {
	margin: 40px auto 0;
}

.qaWrap01>ul>li {
	margin: 20px 0 0;
}

.qaWrap01>ul>li>a {
	color: #898989;
}

.qaWrap01>ul>li>a:hover {
	text-decoration: none;
}

.mapTb {
	width: 100%;
}

.mapTb th {
	color: #898989;
	background: #fff;
	padding: 10px .8%;
	border-bottom: solid 1px #cccbcb;
	border-right: solid 1px #cccbcb;
	font-size: 15px;
}

.mapTb th a {
	color: #898989;
}

.mapTb td {
	padding: 10px .8%;
	background: #fff;
	border-bottom: solid 1px #cccbcb;
	border-right: solid 1px #cccbcb;
	font-size: 14px;
}

.mapTb td>span {
	display: block;
	background: #f5f5e8;
	font-size: 12px;
	padding: 5px 2%;
}

.mapTb th>span {
	display: block;
	background: #f5f5e8;
	font-size: 12px;
	padding: 5px 2%;
	font-weight: 400;
}

.mapTb th>span.closeText,
.mapTb td>span.closeText {
	display: inline;
	background: none;
	font-size: 15px;
	padding: 0;
}

.text-purple {
	color: #0000ee;
}

.mapTb>tbody>tr>th+th+th+th+th {
	width: 6%;
}

.mapTb>tbody>tr>th+th+th {
	width: 16%;
}

.mapTb>tbody>tr>th+th {
	width: 25%;
}

.mapTb>tbody>tr+tr>th+td+td+td+td {
	text-align: center;
}

.mapTb>tbody>tr+tr>th+td+td+td+td+td {
	text-align: center;
}

.mapTb>tbody>tr+tr>th+td+td+td+td+td+td {
	text-align: center;
	border-right: none;
}

.mapTb td a {
	text-align: center;
	display: block;
	color: #898989;
	text-decoration: none;
}

.mapTb td a:hover {
	text-decoration: underline;
}

.mapTb .col7 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #989898 !important;
	color: #fff;
}

.mapTb .cor01 {
	background: #e9eaef;
}

.mapTb>tbody>tr>th+th+th+th+th+th+th {
	border-right: none;
}

/*-----------------------------------------------------------
 Q&A
-----------------------------------------------------------*/
.qaBox li dt {
	color: #7d7a77;
	background: #fdfdf8;
	display: block;
	padding: 6px 2% 2px 3em;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.qaBox li dd {
	padding: 2% 2% 2% 3em;
	background: #fafbfc;
	position: relative;
}

.qaBox li dt:before {
	content: "Q";
	position: absolute;
	top: 3px;
	left: 1em;
	font-size: 18px;
}

.qaBox li dd:before {
	content: "A";
	position: absolute;
	top: 26px;
	left: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #cf0151;
}

/*-----------------------------------------------------------
 shoplist
-----------------------------------------------------------*/
.shoplist .titH3 {
	font-size: 24px;
	border: none;
}

.shoplist .tit00 {
	font-size: 24px;
}

.titH00 {
	font-family: "Yu Mincho";
	font-size: 27px;
	text-align: center;
	padding: 0 0 5px;
	color: #333;
	background: #f6e5cc;
}

.meWrap01>h2>span {
	font-size: 17px;
}

.meWrap02>h2>span {
	font-size: 17px;
}

.meWrap03>h2>span {
	font-size: 17px;
}

.meWrap01>p {
	font-weight: bold;
}

.shoplist .meWrap01>h2>span,
.shoplist .meWrap02>h2>span,
.shoplist .meWrap03>h2>span{
	font-size: .5em;
}

.shoplistWrap01 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.Lbox00 {
	border-top: solid 1px #aaa7a5;
	padding: 30px 0 0;
}

.BordeBt {
	border-top: solid 1px #aaa7a5;
	padding: 30px 0 0;
}

.shoplistWrap02 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.shoplistWrap01>ul>li {
	width: 30%;
	float: left;
}

.shoplistWrap01>ul>li+li {
	margin: 0 0 0 2%;
	background: #fafbfc;
	padding: 20px 2%;
	width: 64%;
}

.shoplistWrap01>ul>li+li>div {
	margin: 20px 0 0;
}

#firstTex {
	display: block;
}

#firstTex>p {
	text-align: center;
	margin: 20px 0;
}

.map00 {
	margin: 30px 0;
}

.shoplistWrap02>ul {
	margin: 40px auto;
	width: 100%;
	max-width: 1000px;
}

.shoplistWrap02>ul>li {
	width: 47%;
	float: left;
}

.shoplistWrap02>ul>li+li {
	margin: 0 0 0 6%;
}

.shoplistWrap02>ul>li>ul>li+li {
}

.shoplistWrap02>ul>li>h3 {
	text-align: center;
}

.shoplistWrap02>ul>li>ul {
	margin: 30px auto 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shoplistWrap03 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.shoplistWrap03>ul {
	max-width: 750px;
	width: 100%;
	margin: 40px auto 0;
	border: solid 5px #e8e8f2;
	padding: 20px 2%;
}

.shoplistWrap03>ul>li {
	width: 15%;
	float: left;
	text-align: center;
}

.shoplistWrap03>ul>li+li {
	width: 83%;
	margin: 0 0 0 2%;
	text-align: left;
}

.shoplistWrap03>ul>li+li>p {
	margin: 0 0 10px;
}

.shoplistWrap04 {
	width: 100%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.shoplistWrap03>ul>li+li>a {
	color: #cf0150;
}

.shoplistWrap03>ul>li+li>a:hover {
	text-decoration: none;
}

.shTb {
	width: 100%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.shTb th {
	background: #fafbfc;
	padding: 10px 1%;
	border-right: solid 1px #f4f5f5;
}

.shTb>tbody>tr>th+th+th+th {
	width: 12%;
}

.shTb>tbody>tr>th+th+th+th+th {
	width: 6.4%;
}

.shTb>tbody>tr>th+th+th {
	width: 13%;
}

.shTb td {
	padding: 20px 2%;
	border-right: solid 1px #e4edff;
	border-bottom: solid 1px #eaf5ff;
}

.shTb th:first-child {
	border-left: solid 1px #e4edff;
}

.shTb td:first-child {
	border-left: solid 1px #fafbfc;
}

.guide .nishiWrap01>p {
	text-align: center;
	margin: 50px auto 0;
}

.guide .nishiWrap01>p span {
	display: block;
	color: red;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	text-align: left;
}

/*-----------------------------------------------------------
 本社
-----------------------------------------------------------*/
.guide .nishiWrap01>h3 {
	text-align: center;
}

.guide .aWrap01>h3 {
	text-align: center;
	margin: 40px 0;
}

.nishiWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.nishiBox01 {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiBox01>li {
	float: left;
	width: 45%;
}

.nishiBox01>li+li {
	width: 53%;
	margin: 0 0 0 2%;
}

.nishiBox02 {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiBox02>li+li {
	width: 49%;
	float: left;
	/* text-align: center; */
	/* padding: 20px 2%; */
	/* background: #fafbfc; */
	/* border: solid 1px #898989; */
	/* color: #898989; */
}

.nishiTelWrap {
	text-align: center;
	padding: 20px 2%;
	background: #fafbfc;
	border: solid 1px #898989;
	color: #898989;
}

.nishiTelNote {
	text-align: center;
	margin-top: 1em;
}

.nishiTelNote a {
	font-size: 12px;
	color: #898989;
	text-decoration: none;
}

.nishiTelNote a:hover {
	text-decoration: underline;
}

.sp .nishiTelWrap {
	text-align: left;
}

.sp .nishiTelWrap .nishiTel a {
	color: #898989;
	text-decoration: none;
}

.sp .nishiTelWrap .nishiTel a:hover {
	text-decoration: underline;
}

.nishiBox02>li+li+li {
	margin: 0 0 0 2%;
	padding: 0;
	background: none;
	border: none;
}

.nishiBox02>li+li+li>a {
	display: block;
	padding: 20px 2%;
	color: #898989;
	text-decoration: none;
	border: solid 1px #898989;
	background: #fafbfc;
}

.nishiBox02>li>a {
	display: block;
	padding: 1em;
	color: #898989;
	text-decoration: none;
	border: solid 1px #ccc;
	background: #fafbfc;
}

.nishiBox02>li+li+li>a:hover {
	background: none;
}

.nishiWrap02 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.nishiWrap02>ul {
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiWrap02>ul>li {
	width: 49%;
	float: left;
}

.nishiWrap02>ul>li+li {
	width: 38%;
	margin: 0 0 0 13%;
}

.nishiWrap02>ul>li+li>a {
	display: block;
	margin: 20px auto 0;
}

.nishiWrap03 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.salon .nishiWrap03>ul {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiWrap03>ul {
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiWrap03>ul>li {
	width: 49%;
	float: left;
}

.nishiWrap03>ul>li+li {
	margin: 0 0 0 2%;
	width: 49%;
}

.salon .nishiWrap03>ul>li {
	width: 42%;
	float: left;
}

.salon .nishiWrap03>ul>li+li {
	margin: 0 0 0 4%;
	width: 54%;
}

.nishiBox00 {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}

.nishiBox00>p {
	margin: 40px 0;
	padding: 0 2%;
}

.nishiWrap04 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.nishiWrap04>ul {
	max-width: 1200px;
	width: 96%;
	margin: 40px auto 0;
}

.nishiWrap04>ul>li {
	width: 49%;
	float: left;
}

.nishiWrap04>ul>li>iframe {
	width: 100%;
	display: block;
	border: none;
	height: 260px;
}

.nishiWrap04>ul>li+li {
	margin: 0 0 0 2%;
}

.nishiWrap01>em {
	display: block;
	margin: 30px auto 0;
	max-width: 1000px;
	width: 96%;
}

.telReserve {
	border: 1px solid #ccc;
	padding: 1em;
	font-weight: bold;
	color: #7d7a77;
	width: 490px;
	margin: 0 auto;
}

.telReserve span {
	display: inline;
}

.nishiBox02 .telReserve a {
	border: none;
	background: none;
	padding: 0;
	display: inline !important;
	color: #7d7a77;
}

.nishinomiya .telReserve {
	margin: 0 2% 0 0;
	width: 49%;
	float: left;
}

.nishiBox02 .telReserve a.sp {
	display: none !important;
}

/*-----------------------------------------------------------
 グループ
-----------------------------------------------------------*/
.glWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.glWrap01>ul {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0;
}

.glWrap01>ul>li {
	width: 49%;
	float: left;
}

.glWrap01>ul>li+li {
	margin: 0 0 0 2%;
}

.glTb {
	width: 100%;
}

.glTb th {
	background: #fafbfc;
	color: #898989;
	padding: 10px 2%;
	text-align: center;
	border-bottom: solid 1px #dfdfdf;
}

.glTb td {
	padding: 10px 2%;
	border-bottom: solid 1px #dfdfdf;
}

.glBox01 {
	max-width: 1000px;
	width: 96%;
	margin: 50px auto 0;
}

.glBox01>p {
	width: 100%;
	margin: 0 auto 0;
	background: #fafbfc;
	padding: 20px 2%;
	text-align: center;
}

.glBox01>p>span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #898989;
}

.glBox02>li {
	width: 36%;
	float: left;
}

.glBox02>li+li {
	margin: 0 0 0 2%;
	width: 62%;
}

.glBox01>ul {
	margin: 40px auto 0;
}

.glBox01>ul>li {}

.glBox01>ul>li+li {
	margin: 40px 0 0;
}

.tb_attention {
	display: none;
}

/*-----------------------------------------------------------
サロン
-----------------------------------------------------------*/
.saWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.saWrap01>ul {
	margin: 40px auto 0;
	width: 100%;
	max-width: 1000px;
}

.saWrap01>ul>li {
	width: 49%;
	float: left;
}

.saWrap01>ul>li+li {
	margin: 0 0 0 2%;
	color: #aaa7a5;
}

.saWrap01>ul>li+li>span {
	display: block;
	margin: 20px 0 0;
	color: #cf0151;
}

.saWrap01>ul>li+li>em {
	display: block;
	margin: 20px 0 0;
}

.saWrap02 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.saWrap02>h2 {
	text-align: center;
	padding: 20px 2%;
	border: solid 1px #e8e9f0;
	color: #7d7a77;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.saWrap02>ul {
	margin: 50px auto 0;
	max-width: 1240px;
}

.saWrap02>ul>li {
	float: left;
	width: 21.4%;
	margin: 0 1.8%;
}

.saWrap03 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.saWrap04 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.saWrap05 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.saWrap03>ul {
	margin: 40px auto 0;
	width: 100%;
	max-width: 1240px;
}

.saWrap03>ul>li {
	width: 20.6%;
	float: left;
	margin: 0 2.2%;
}

.saBox01>dt {
	position: relative;
}

.saBox01>dt>p {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	color: #f14a24;
}

.saBox01>dd>h3 {
	font-size: 15px;
	color: #cf0151;
}

.saBox01>dd {
	margin: 20px 0 0;
}

.salon {
	font-family: "Yu Mincho";
}

.saBox01>dd>p {
	font-size: 15px;
	margin: 20px 0 0;
}

.titH5 {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
	background: #898989;
	color: #fff;
	padding: 20px 2%;
}

.saWrap04>h3 {
	background: #f6e5cc url(../img/salon_icon01.png) no-repeat 30% 52%;
	color: #333;
}

.saWrap05>h2 {
	background: #f6e5cc url(../img/salon_icon02.png) no-repeat 35% 52%;
	color: #333;
}

.saWrap04>ul {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto 0;
}
.saWrap04>ul>li {
	margin: 0 auto;
	width: 47.5%;
	float: none;
	/* border: solid 1px #e8e9f0; */
	text-align: center;
	padding: 0px 2%;
}

.saWrap04>ul>li+li {
	margin: 0 0 0 5%;
}

.enTit {
	font-size: 20px;
}

.saWrap05>p {
	max-width: 1200px;
	width: 96%;
	margin: 40px auto 0;
	border: solid 1px #e8e9f0;
	padding: 10px 2%;
}

.nishiWrap01>h3 {
	margin: 40px 0 0;
}

.nishiWrap01>ul {
	margin: 50px auto 0;
	max-width: 1000px;
	width: 100%;
}

.salonNewsWrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.salonNewsTit {
	font-size: 1.38em;
	color: #cf0151;
	margin-bottom: 1em;
	border: none;
}

.salonNewsTxt a:hover {
	text-decoration: none;
}

.mt-1em {
	margin-top: 1em;
}

.text-center {
	text-align: center;
}

.w-100 {
	width: 100%;
}

.salonNewsLink {
	color: #f00;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.salonNewsLink:hover {
	opacity: .6;
}

.text-red {
	color: #f00;
}

.text-brown {
	color: #a52a2a;
}

.avWrap {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	height: 98vh;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.avInner02 {}

.avInner {
	padding: 1.6em 2%;
	border: 3px dashed #cf0151;
}

.avTxt01 {}

.avListWrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.avList {
	margin-top: 1.6em;
	padding: 0 0 0 1.6em;
}

.avList li {
	list-style: disc;
}

.avTxt02 {
	margin-top: 1.6em;
}

.avToHome {
	margin-top: 1.6em;
	text-align: center;
}

.avToHome:hover {
	opacity: .6;
}

.avToHome a {
	color: #cf0151;
}

.guide .nishiWrap01>ul>li {
	width: 60%;
	float: right;
	position: relative;
	z-index: 1;
	margin: 0 0 0 2%;
}

.guide .nishiWrap01>ul>li+li {
	width: 36%;
	z-index: 2;
	float: right;
	margin: 106px 0 0 0;
}

.guide .nishiWrap01>ul>li>p {
	text-align: center;
	background: #fafbfc;
}

.guide .nishiWrap01>ul>li>p+p {
	font-size: 18px;
	padding: 40px 2%;
	color: #898989;
	background: none;
	border: solid 6px #f5f5f8;
	position: relative;
	z-index: 1;
}

.guide .nishiWrap01>ul>li>p:first-child {
	width: 29%;
	padding: 25px 2%;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #898989;
	margin: 0 0 -21px auto;
	position: relative;
	z-index: 2;
}

.nishiWrap01>ul>li>p+p>span {
	display: block;
	font-size: 24px;
	color: #C21C44;
	font-weight: bold;
}

.guide .aBox01>li:first-child>span {
	display: block;
	font-size: 20px;
	border-bottom: solid 1px #d00251;
	margin: 0 0 10px;
}

.btn000 {
	max-width: 150px;
	width: 100%;
	display: block;
	text-align: center;
	border: solid 1px #d00251;
	color: #d00251;
	text-decoration: none;
	border-radius: 20px;
}

.btn000:hover {
	background: #d00251;
	color: #fff;
}

.guWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.guWrap01>h3 {
	margin: 40px 0 0;
}

.guContact0 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 0;
}

.guContact0>li {
	width: 49%;
	float: left;
	padding: 40px 0 0;
	background: url(../img/a_icon.png) no-repeat center -5px;
}

.guContact0>li+li {
	margin: 0 0 0 2%;
}

.guContact0>li>p {
	text-align: center;
	background: #fafbfc;
	color: #898989;
	padding: 50px 2%;
	font-size: 14px;
}

.guContact0>li>p>span {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

.guWrap01>ul>li+li>p>a {
	display: block;
	color: #d00251;
}

.guWrap01>ul>li+li>p>a:hover {
	text-decoration: none;
}

.guBox02>h4 {
	margin: 40px 0 0;
}

.rBtn {
	text-align: center;
	padding: 30px 0 0;
}

.guWrap01>p {
	text-align: center;
	margin: 40px auto 0;
	background: #9d9d9d;
	max-width: 800px;
	width: 100%;
	padding: 20px 2%;
	color: #fff;
}

.guContact {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}

.guContact {
	text-align: center;
	display: block;
	border: solid 5px #C21545;
	padding: 20px 2%;
	text-decoration: none;
	color: #898989;
	cursor: pointer;
}

.guContact:hover {
	background: #FDFDF8;
	color: #898989;
}

.guContact>h4 {
	font-size: 20px;
	color: #C21545;
}

.guContact01 {
	width: 100%;
	max-width: 1240px;
	margin: 50px auto 0;
}

.guContact01>li {
	width: 49%;
	float: left;
	text-align: center;
	padding: 20px 1%;
	border: solid 3px #898989;
}

.guContact01>li+li {
	margin: 0 0 0 2%;
}

.guWrap03 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.guWrap03>ul>li {
	margin: 40px 0 0;
}

.guWrap03>ul>li>h3 {
	background: #fafbfc;
	padding: 10px 2%;
}

.guWrap03>ul>li>p {
	padding: 20px 2%;
}

.meWrap01 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.meWrap01>h3 {
	margin: 40px 0 0;
	width: 80%;
	margin: 40px auto 0;
}

.Fastbox {
	font-size: 18px;
}

.meWrap01>h3>a {
	color: #333;
}

.meWrap01>h3>a:hover {
	text-decoration: none;
}

.meWrap01>a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 40px auto 0;
	padding: 10px 1%;
	background: #898989;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: solid 1px #898989;
	font-weight: bold;
}

.meWrap01>a:hover {
	background: #fff;
	color: #898989;
}

.meWrap02 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.meWrap02>h3 {
	margin: 40px 0 0;
	text-align: center;
}

.meWrap02>.Secondbox {
	text-align: left;
	font-size: 18px;
	width: 80%;
	margin: 40px auto 0;
}

.maTb {
	width: 80%;
	margin: 40px auto 0;
}

.maTb th {
	color: #8f8f8f;
	background: #e2e3e4;
	padding: 20px 2%;
	border-bottom: solid 1px #d5d5d5;
	width: 20%;
}

.maTb td {
	padding: 20px 2%;
	background: #fafbfc;
	border-bottom: solid 1px #cdcece;
	width: 80%;
}

.meWrap03 {
	width: 96%;
	max-width: 1400px;
	margin: 50px auto 0;
}

.shoplistWrap01>ul {
	margin: 50px auto 0;
}

.meWrap03>h3 {
	margin: 40px 0 0;
	text-align: center;
}

.meWrap03>ul {
	margin: 50px auto 0;
	width: 100%;
	max-width: 500px;
}

.meWrap03>ul>li {
	width: 80%;
	float: left;
}

.meWrap03>ul>li+li {
	width: 18%;
	margin: 0 0 0 2%;
}

.meWrap03>ul>li>a {
	display: block;
	width: 100%;
	border: solid 5px #e2e3e4;
	padding: 20px 2%;
	text-align: center;
	text-decoration: none;
	color: #8f8f8f;
	font-weight: bold;
	border-radius: 50px;
}

.meWrap03>ul>li>a:hover {
	background: #e2e3e4;
}

.meWrap03>a {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}

.meWrap03>a {
	text-align: center;
	display: block;
	border: solid 5px #e2e3e4;
	padding: 20px 2%;
	text-decoration: none;
	color: #898989;
	font-weight: bold;
	border-radius: 35px;
}

.meWrap03>a:hover {
	background: #e2e3e4;
}

.mapWrap01 {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.mapBox01 {
	margin: 40px 0 0;
}

.mapBox01>li {
	width: 21%;
	float: left;
	text-align: center;
	margin: 0 2%;
}

.mapBox01>li>a {
	display: block;
	border: solid 3px #e2e3e4;
	padding: 10px 2%;
	text-decoration: none;
	color: #898989;
	font-weight: bold;
}

.item_g .mapBox01>li>a {
	border-color: #ec6c00;
	color: #ec6c00;
}

.mapBox01>li>a:hover {
	background: #e2e3e4;
}

.conteBtn {
	margin: 50px 0 0;
}

.conteBtn>p {
	text-align: center;
}

.request1 {
	padding: 40px 0 0;
}

.request2 {
	text-align: center;
	padding: 40px 0 0;
}

.request3 {
	text-align: center;
	padding: 40px 0 0;
}

.map00>ul>li {
	width: 50%;
	float: left;
	font-size: 14px;
}

.map00>ul>li>p {
	margin: 0 0 10px;
	padding: 0 0 0 15%;
	background: url(../img/a1.png) no-repeat 0 0;
}

.map00>ul>li>p+p {
	background: url(../img/a2.png) no-repeat 0 0;
}

.map00>ul>li+li>p {
	background: url(../img/g1.png) no-repeat 0 0;
}

.map00>ul>li+li>p+p {
	background: url(../img/g2.png) no-repeat 0 0;
}

.mainBox {
	max-width: 1200px;
	width: 96%;
	margin: 50px auto;
	text-align: center;
}

.infoBtn {
	width: 100%;
	/* max-width: 700px; */
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

.infoBtn>a {
	position: absolute;
	display: block;
	bottom: 0%;
	width: 46.3%;
	padding: 4.5% 0;
	right: 26.3%;
}

.infoBtn a:hover {
	background: #fff;
}

.infoBtn a img {
	display: block;
}

.infoBtn .info39_btn a:hover {
	background: transparent;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer {
	margin: 70px auto 0;
	padding: 105px 0 0;
	background: #fafbfc;
	position: relative;
}

footer .logo {
	width: 243px;
	margin: 0 auto;
}

footer .inner {
	padding: 0 0 60px;
	text-align: center;
}

footer ul {
	margin: 30px 0 40px;
}

footer ul+ul {
	margin: 5px 0 0;
}

footer ul li a {
	margin: 0 0 0 5px;
	padding: 0 0 0 6px;
	font-size: 12px;
	border-left: 1px solid #fff;
}

footer ul li:first-child a {
	border: none;
}

footer ul li a.fPrivacyLink {
	color: #7d7a77;
	margin: 0;
	padding: 0;
	font-size: inherit;
	border: none;
}

footer ul li a.fPrivacyLink:hover {
	text-decoration: none;
}

footer .add li {
	margin: 0 0 0 10px;
	font-size: 14px;
}

footer .add li:nth-of-type(n+2) {
	margin-top: .6em;
}

.copyright {
	background: #898989;
	color: #fff;
}

.copyright small {
	width: 1000px;
	margin: 0 auto;
	padding: 16px 0 14px;
	display: block;
	text-align: center;
	font-size: 13px;
}

footer .btn01 {
	max-width: 200px;
	padding: 7px 1%;
}

.socialContact {
	margin: 20px auto;
}

.socialContact .btn01 {
	max-width: 200px;
	padding: 7px 1%;
	font-size: 16px;
}

.fSnsWrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.fSnsWrap a {
	width: 45px;
	margin: 0 8px;
}

/* 全ページ共通クラス
----------------------------------------------------------- */
.item_price {
	color: #7d7a77;
	margin-top: 15px;
	margin-left: 2%;
}

.item_price th {
	font-weight: normal;
}

.item_price th.right,
.item_price td.right {
	text-align: right;
}

.item_price th,
.item_price td {
	padding: 4px;
	line-height: 1;
	vertical-align: top;
}

/*--- パンくず ---*/
.pankuzu {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	font-size: 12px;
	padding: 0 0 0;
}

.pankuzu li {
	margin: 0 0 0 10px;
	display: inline;
}

.pankuzu li:first-child {
	margin: 0;
}

.pankuzu li a {
	margin: 0 10px 0 0;
	color: #807f7e;
}

.pankuzu li a:hover {
	text-decoration: none;
}

/*--- ページトップ ---*/
#pageTop {
	position: absolute;
	z-index: 9999;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
	width: 60px;
}

/* -- お問い合わせ -- */
input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,
.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.chooseList1>li {
	width: 100%;
	margin: 0 0 0 10px;
	float: left;
}

.chooseList1>li:first-child {
	margin: 0;
}

.chooseList1 {
	width: 320px;
	margin: 20px auto;
}

.contactTb td>span {
	margin: 9px 0 0;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	padding: 10px 2%;
	cursor: pointer;
	outline: 0;
	background: none;
	color: #898989 !important;
	border: solid 1px #898989;
	font-size: 100%;
	font-weight: bold;
	border-radius: 36px;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #898989;
	color: #fff !important;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
	max-width: 250px;
}

input#type, #name, #name1, #name2, #post, #mail, #mail1, #mail2, #mail_confirm, textarea, #url, #kana, #kana1, #kana2, #tel, #msg, #msg1, #msg2, #state, #district, #address, #skin, #zipcode {
	width: 100%;
	max-width: 650px;
}

#msg,
#msg1,
#msg2,
#skin {
	height: 100px;
}

#msg {
	height: 200px;
}

#zip1,
#zip2 {
	width: 150px;
}

#city,
#pref,
#add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
	/* margin: 2px 0 0 40px; */
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
select {
	height: 33px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contactTb {
	width: 1000px;
	margin: 40px auto 0;
}

.contactTb th {
	width: 250px;
	text-align: center;
	position: relative;
	line-height: 1.4;
	padding: 13px 2% 10px;
}

.contactTb th span {
	color: #898989;
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.contactTb th,
.contactTb td {
	/* padding: 13px 10px 10px 20px; */
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contactTb th {
	text-align: left;
}

.contactTb th em {
	color: #cf0151;
	padding: 5px 1%;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
	border: solid 1px #cf0151;
	background: #fff;
}

.contactTb td .datetime p,
.contactTb td .datetime div {
	position: relative;
}

.contactTb td .datetime span,
.contactTb td .datetime em {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.contactTb .form_address>div {
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	align-items: center;
}

.contactTb .form_address span {
	display: block;
	margin-right: 10px;
	text-align: right;
	width: 160px;
}

.contactTb .form_address input {
	/* flex: 1; */
	/* width: auto; */
}

.contactTxtAttention span {
	color: #cf0151;
}

.em01 {
	color: #cf0151;
	padding: 5px 1%;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
	border: solid 1px #cf0151;
	background: #fff;
}

.conteBtn>ul>li>input {
	display: none;
}

.conteBtn>ul>li label {
	display: block;
	padding: 10px 2%;
}

.conteBtn>ul>li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
	background: #C8C8C8;
	color: #fff;
}

.conteBtn>ul>li:hover label {
	cursor: pointer;
	background: #898989;
}

/*-- エラーチェック --*/
.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError,
.cityformError,
.addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}

/*-- 送信前ダイアログ --*/
.ui-dialog {
	margin: auto;
	position: absolute;
	left: 0 !important;
	right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
	background: #fff;
	outline: none;
	border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
	color: #fff;
	background: #555;
	outline: none;
	border-color: #ccc;
	transition: .3s;
}

.ui-widget-header {
	background: #555 !important;
	border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

/* TOP
----------------------------------------------------------- */
/*-- メインヴィジュアル スライダー --*/
#cover .bx-wrapper {
	border: none;
	box-shadow: none;
	margin: 0 auto !important;
	position: relative;
}

#cover .bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

#cover .bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

#cover .bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

#cover .bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}

/*-- スクロールバーデザイン --*/
.scroll-pane {
	width: 100% !important;
	height: 260px;
	/*箱の高さ*/
	margin: 40px auto 10px;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 99% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 6px;
	position: absolute;
	right: 0%;
	margin: auto;
	text-align: center;
}

.jspArrowUp,
.jspArrowDown {
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	background: url(../img/scroll_top.png) no-repeat center;
	display: none;
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
	display: none;
}

.jspTrack {
	background: #eee;
	position: relative;
	background-position: center;
	margin: 0 auto;
}

.jspDrag {
	width: 6px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

/* 新着情報
----------------------------------------------------------- */
/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/
.leadTxt {
	margin: 40px auto 0;
	padding: 20px 2%;
	background: #fafbfc;
}

.conteBox>p {
	text-align: center;
	margin: 30px 0 0;
}

.contaWrap01 {
	margin: 80px auto 0;
}

/* プライバシーポリシー
----------------------------------------------------------- */
.conteBox {
	max-width: 1400px;
	width: 96%;
	margin: 50px auto 0;
}

.privacy {
	margin: 40px 0 0;
}

.privacy>dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy>dt:first-child {
	margin: 0;
}

.privacy>dd {
	font-size: 14px;
	margin: 10px 10px 0;
}

.Privacy .conteBox {
	max-width: 1200px;
}

.Privacy .leadTxt {
	text-align: left;
	padding: 20px 1em;
}

.Privacy .leadTxt p {
	/* text-indent: 1em; */
}

.privacy>dd {
	/* text-indent: 1em; */
}

.privacy>dd ul li {
	text-indent: -2em;
	margin-left: 2em;
}

/* 会社概要
----------------------------------------------------------- */
.Company table {
	width: 1000px;
	margin: 30px auto 0;
}

.Company table.glTb{
	width: 100%;
}

.comTb th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.comTb td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.Company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
	display: block;
	border: none;
}

.comWrap01 {
	margin: 50px auto 0;
}

.comWrap01>ul {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}

.comWrap01>ul>li {
	width: 31%;
	float: left;
}

.comWrap01>ul>li a:hover {
	opacity: .8;
}

.comWrap01>ul>li+li {
	margin: 0 0 0 3%;
}

.comWrap02 {
	margin: 50px auto 0;
}

.proAbout04List dl {
	position: relative;
	z-index: 1;
	display: table;
	padding: 0 0 50px;
	table-layout: fixed;
	vertical-align: top;
}

.proAbout04List dl:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	left: 4.5em;
	top: 2px;
	width: 1em;
	height: 1em;
	margin: 0 0 0 1px;
	background: #7083D5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.proAbout04List dl:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 5em;
	top: 2px;
	width: 1px;
	height: 100%;
	background: #CCC;
}

.proAbout04List dt {
	display: table-cell;
	width: 3.5em;
}

.proAbout04List dd {
	display: table-cell;
	padding: 0 0 0 4em;
}

.proAbout04List {
	max-width: 1000px;
	width: 96%;
	margin: 50px auto 0;
}

/*-- flexslider --*/
.flexslider {
	width: 670px;
	margin: 0;
	border: 0;
}

#carousel {
	width: 670px !important;
	margin: 10px auto 0;
}

#carousel li {
	width: 113px !important;
	margin: 0 6px 0 0 !important;
}

.lb-number {
	display: none !important;
}

.flex-direction-nav a {
	height: 50px;
}

/*-- 固定ここまで --*/
/*##########################################################

カウンセリングシート

##########################################################*/
#modal1 {
	display: none;
	width: 100%;
	height: 100%;
	background: #FDFDF8;
	position: fixed;
	top: 0;
	left: 0;
}

.pBox {
	display: none;
	max-width: 500px;
	height: auto;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	max-height: 500px;
	overflow: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	background: #fff;
	border: 5px solid #ED8585;
	border-radius: 5px;
	width: 100%;
}

.pBox>div {
	position: relative;
	padding: 50px;
	border-radius: 5px;
}

.pBox>div .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99999;
	cursor: pointer;
}

.tt {
	text-align: center;
}

.tt span {
	display: inline-block;
	border-bottom: 3px solid #ED8585;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.item_g .tt span {
	border-color: #ec6c00;
}

.tt+p {
	padding-left: 1em;
	background: url(../img/icon.png) no-repeat 0 0.2em / 0.5em 1em;
}

.pBox ul {
	font-size: 0;
	margin-top: 20px;
	text-align: center;
}

.pBox ul li {
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.pBox ul li+li {
	margin-left: 75px;
}

.pBox ul .yes {
	background: #ED8585;
}

.pBox ul .no {
	background: #D0111A;
}

.pBox.item_g ul .yes {
	background: #e7a975;
}

.pBox.item_g ul .no {
	background: #ec6c00;
	;
}

.p3 {
	max-width: 700px;
}

.p3p {
	margin-top: 20px;
}

.p3a {
	border: 1px solid #000;
	padding: 30px;
	margin-top: 20px;
}

.p3 label {
	margin-top: 10px;
	width: 30%;
	display: inline-block;
}

.p3p+label {
	margin-left: 5%;
}

.btn {
	text-align: center;
}

.btn a {
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #D0111A;
	margin: 30px 0 0;
}

.item_g .btn a {
	background: #ec6c00;
	;
}

.btn a:hover {
	text-decoration: none;
}

.shopList .tel,
.shopList .mail {
	margin-top: 20px;
}

.shopList .tel img,
.shopList .mail img {
	width: 100%;
}

.pBtn {
	margin: 50px auto 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1919px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.saWrap01>ul>li+li {
		margin: 0 0 0 2%;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 1919px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1200px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.saWrap04>h3 {
		background: #f6e5cc url(../img/salon_icon01.png) no-repeat 25% 52%;
	}

	.saWrap05>h2 {
		background: #f6e5cc url(../img/salon_icon02.png) no-repeat 31% 52%;
	}

	.mainWrap03>ul {
		justify-content: space-around;
	}

	.mainWrap03>ul>li {
		/* width: 30.7%; */
		/* margin: 10px 1.3%; */
		width: calc(100% / 3 - 15px);
		margin: 0 0 1.6em;
	}

	.mainWrap03>ul>li>a>p {
		margin: .4em 0 0;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1075px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.paperBtn li {
		font-size: 14px;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 1075px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1000px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
	img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
	header {
		width: 100%;
	}

	header h1 {
		font-size: 80%;
	}

	.headerAdd {
		width: 45%;
		margin: 0 0 0 1%;
		font-size: 90%;
	}

	.headerTel {
		width: 25%;
		height: auto;
		margin: 0 0 0 1%;
	}

	header,
	.inner {
		width: 98%;
	}

	/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
	#cover {
		max-width: 1000px;
	}

	#cover img {
		width: 100%;
	}

	/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/
	.paperBtn li {
		float: none;
		width: 100%;
		font-size: 18px;
	}

	/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/
	.gnav>ul {
		width: 100%;
		margin: 0 auto;
	}

	/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
	.copyright small {
		width: 96%;
	}

	/* 全ページ共通クラス
----------------------------------------------------------- */
	.pankuzu {
		width: 96%;
	}

	/* トップページ
----------------------------------------------------------- */
	.conte02 .txtBox {
		width: 96%;
		padding: 2%;
	}

	.news li {
		/* width: 94%; */
		/* margin: 0 1%; */
	}

	.news dl {
		width: 98%;
		font-size: 90%;
	}

	.scroll-pane {
		width: 100% !important;
	}

	/* 中ページ
----------------------------------------------------------- */
	.leadTxt {
		padding: 20px 2%;
		font-size: 100%;
	}

	.privacy dt {
		padding: 0 1%;
	}

	.privacy dd {
		margin: 10px 2% 0;
	}

	.Company table {
		width: 100%;
	}

	.Company th {
		width: 30%;
		padding: 10px 2%;
		border-bottom: 1px solid #fff;
	}

	.Company td {
		padding: 10px 2%;
		border-bottom: 1px solid #fff;
	}

	.Company iframe {
		width: 100%;
	}

	.listUl {
		width: 100%;
		margin: 30px auto 0;
	}

	.listUl li {
		width: 31.3%;
		margin: 0 1%;
	}

	/*-- お問い合わせ --*/
	.clearForm,
	.clearForm2 {
		/* width: 96%; */
		/* padding: 15px 2%; */
	}

	.contactTb {
		width: 98%;
	}

	.contactTb th {
		width: 30%;
		padding: 13px 2% 10px;
		font-size: 80%;
	}

	.contactTb td {
		padding: 13px 2% 10px;
		font-size: 80%;
	}

	.contact_cf .clearForm,
	.contact_cf .clearForm2 {
		padding: 10px 5px;
	}

	.chooseList1>li {
		/* width: 48%; */
		margin: 0 0 0 2%;
	}

	.chooseList1>li:first-child {
		margin: 0;
	}

	.chooseList1 {
		width: 60%;
		margin: 20px auto;
	}

	#name,
	#name1,
	#name2,
	#post,
	#mail,
	#mail1,
	#mail2,
	#mail_confirm,
	textarea,
	#url,
	#kana,
	#kana1,
	#kana2,
	#tel,
	#msg,
	#msg1,
	#msg2,
	#skin {
		width: 88%;
	}

	#zip1,
	#zip2 {
		width: 40%;
	}

	#city,
	#pref,
	#add {
		width: 86%;
		margin: 2px 0 0 2%;
	}

	#add {
		/* width: 86%; */
		/* margin: 2px 0 0 6.3%; */
	}

	/*-- エラーチェック --*/
	.formError {
		top: 20px !important;
		left: 10% !important;
	}

	.zip2formError {
		left: 54% !important;
	}

	.prefformError,
	.cityformError,
	.addformError {
		top: 30px !important;
		left: 10% !important;
	}

	.ui-dialog {
		width: 80% !important;
	}

	/*-- 商品詳細 --*/
	.detailImg {
		width: 70%;
	}

	.detailTxt {
		width: 29%;
		margin: 0 0 0 1%;
	}

	/*-- flexslider --*/
	.flexslider {
		width: 100%;
		margin: 0;
		border: 0;
	}

	.flexslider img {
		width: 100%;
	}

	.mainWrap03 {
		margin: 50px auto 0;
	}

	.shoplistWrap01>ul>li {
		width: 100%;
		text-align: center;
	}

	.shoplistWrap01>ul>li+li {
		margin: 30px auto 0;
		text-align: left;
		width: 100%;
	}

	.guContact01>li {
		width: 100%;
		float: none;
	}

	.guContact01>li+li {
		margin: 30px auto 0;
	}

	.mapBox01>li {
		width: 46%;
		margin: 10px 2%;
	}

	.map00 {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.map00>p {
		text-align: left;
	}

	.acareBox01>li:first-child:after {
		background: url(../img/a_icon.png) no-repeat 45% 90%;
	}

	.skWrap01>h2>span {
		position: inherit;
		display: block;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		position: static;
		text-align: center;
	}

	.frotter .btnArea02>ul>li {
		width: 100%;
		float: none;
		margin: 20px auto;
	}

	.saWrap04>h3 {
		background: #f6e5cc url(../img/salon_icon01.png) no-repeat 19% 52%;
	}

	.saWrap05>h2 {
		background: #f6e5cc url(../img/salon_icon02.png) no-repeat 27% 52%;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 1000px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
@media (max-width: 999px) {
	p.caution {
		width: 90%;
		margin: 0 auto;
		padding: 10px 10px;
		border: 2px solid #fb7575;
		font-size: 14px;
	}

	span.cttl {
		font-size: 20px;
	}

	.dropmenu>li>ul>li.caseBtnLong {
		width: 48%;
	}

	.aBox02 .gAnnotation {
		padding: 0px;
	}
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 768px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.paperBox01>li>img {
		max-width: 100%;
	}

	.contactTb th {
		font-size: 70%;
	}

	.dropmenu>li>ul>li>a {
		font-size: 10px;
	}

	.dropmenu>li>ul>li.caseBtnLong {
		width: 52%;
	}

	.dropmenu>li>ul>li.caseBtnLong a {
		padding: 17px 0 16px;
	}

	.newsBox>dt {
		width: 20%;
	}

	.newsBox>dd {
		width: 77%;
	}

	.bnrArea>ul>li {
		width: 46%;
	}

	.bnrArea>ul>li+li+li {
		margin: 30px 0 0 0;
	}

	.bnrArea00>ul>li {
		width: 47%;
		margin: 10px 1.5%;
	}

	.troWrap0>ul>li {
		width: 45%;
	}

	.troWrap0>ul>li+li {
		width: 45%;
	}

	.troWrap0>ul>li+li {
		width: 53%;
		margin: 0 0 0 2%;
	}

	.trouble .tLeft {
		margin: 0 0 0 2%;
	}

	.aBox02 {
		width: 100%;
	}

	.aBox01>li+li>div>ul+ul {
		margin: 30px auto 0;
	}

	.aBox01>li+li {
		width: 70%;
		margin: 0 0 0 16%;
	}

	.aBox01>li {
		width: 14%;
	}

	.aseries .aBox20 {
		max-width: 100%;
	}

	.askinBox01>li+li>div>a {
		float: none;
		width: 100%;
	}

	.askinBox01>li+li>div>a+a {
		margin: 30px auto 0;
	}

	.inseries .btnArea02>ul>li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.inseries .btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.acareWrap02>ul>li {
		width: 100%;
	}

	.acareWrap02>ul>li+li {
		margin: 30px auto 0;
	}

	.acareWrap04>ul>li {
		width: 48%;
		margin: 20px 1%;
	}

	.floWrap01>ul>li {
		width: 100%;
	}

	.floWrap01>ul>li+li {
		margin: 30px auto 0;
		width: 100%;
	}

	.paperBtn li {
		width: 100%;
	}

	.shoplistWrap03>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.shoplistWrap03>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
	}

	.shoplistWrap02>ul>li {
		width: 100%;
	}

	.shoplistWrap02>ul>li+li {
		margin: 30px auto 0;
	}

	.nishiWrap02>ul>li {
		width: 100%;
		float: none;
	}

	.nishiWrap02>ul>li+li {
		margin: 30px auto 0;
		width: 100%;
	}

	.nishiWrap03>ul>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.salon .nishiWrap03>ul>li {
		width: 100%;
		float: none;
	}

	.nishiWrap03>ul>li+li {
		margin: 30px auto 0;
		width: 100%;
	}

	.salon .nishiWrap03>ul>li+li {
		margin: 30px auto 0;
		width: 100%;
		text-align: left;
	}

	.nishiWrap04>ul>li {
		width: 100%;
		float: none;
	}

	.nishiWrap04>ul>li+li {
		margin: 30px auto 0;
	}

	.glTb th {
		display: block;
		width: 100%;
	}

	.glTb td {
		display: block;
		width: 100%;
		padding: 30px 2%;
	}

	.saWrap03>ul>li {
		width: 45.6%;
		margin: 20px 2.2%;
	}

	.guide .nishiWrap01>ul>li+li {
		margin: 0;
	}

	.aseries .aArea>a {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-decoration: none;
	}

	.aseries .aArea>a+a {
		margin: 30px auto 0;
	}

	.aseries .aArea>a+a+a {
		margin: 30px auto 0;
	}

	.gseries .aArea>a {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-decoration: none;
	}

	.gseries .aArea>a+a {
		margin: 30px auto 0;
	}

	.gseries .aArea>a+a+a {
		margin: 30px auto 0;
	}

	.meWrap03>ul>li {
		width: 87%;
	}

	.meWrap03>ul>li+li {
		width: 11%;
	}

	.guide .aArea>a {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-decoration: none;
	}

	.guide .aArea>a+a {
		margin: 30px auto 0;
	}

	.btnArea02>ul>li {
		width: 47%;
		margin: 10px 1.5%;
	}

	.btnArea03>ul>li {
		float: none;
		width: 100%;
		margin: 20px auto 0;
	}

	.about .btnArea02>ul>li {
		width: 100%;
		float: none;
		margin: 20px auto;
		max-width: 640px;
	}

	.saWrap04>h3 {
		background: #f6e5cc url(../img/salon_icon01.png) no-repeat 9% 52%;
	}

	.saWrap05>h2 {
		background: #f6e5cc url(../img/salon_icon02.png) no-repeat 18% 52%;
	}

	.meWrap01>h2>span {
		display: block;
	}

	.meWrap02>h2>span {
		display: block;
	}

	.meWrap03>h2>span {
		display: block;
	}

	.salon .titH3 {
		font-size: 18px;
	}

	.salon .titH3.salonNewsTit {

	}

	.works .btnArea02>ul>li {
		width: 100%;
		float: none;
		margin: 20px auto;
		max-width: 640px;
	}

	.trouble .btnArea02>ul>li {
		width: 100%;
		float: none;
		margin: 20px auto;
		max-width: 640px;
	}

	.monBox01>li {
		float: none;
		width: 100%;
	}

	.monBox01>li+li {
		width: 100%;
		margin: 30px auto 0;
	}

	.btn_24_01,
	.btn_24_02 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 591px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.pc,
	.pcTel {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp>a {
		color: #898989;
	}

	.spTel {
		display: inline;
	}

	.spTel>a {
		color: #898989;
	}

	/*-- テーブル --*/
	.baseTb {
		width: 100%;
	}

	.baseTb th,
	.baseTb td {
		width: 100% !important;
		display: block;
	}

	/* ヘッダー
----------------------------------------------------------- */
	.logo {
		width: 62%;
		float: left;
	}

	.headerUl .telBtn {
		width: 12%;
		margin: 0;
		float: right;
	}

	.headerUl .menuBtn {
		width: 12%;
		float: right;
	}

	#cover .pc {
		display: none !important;
	}

	#cover .sp {
		display: block !important;
	}

	/*--- modal ---*/
	.telBtn a,
	.menuBtn a {
		margin: 0;
		font-size: 300%;
		color: #898989;
		text-align: center;
		display: block;
		line-height: 0;
	}

	#pageslide {
		width: 65%;
		padding: 1%;
		display: none;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 9999;
		color: #FFF;
		background: #eee;
		border-left: solid 5px #e5e5e6;
		box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 10px 0px;
		overflow-y: auto;
	}

	p.btn-close {
		width: 60%;
		margin: 5% auto;
		padding: 6px 2% 3px;
		background: #fbfbfb;
		font-size: 94%;
		text-align: center;
		box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
		-moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	p.btn-close>a {
		text-decoration: none !important;
		color: #4d4d4d;
		display: block;
	}

	.page_slide_navi {
		width: 96%;
		margin: 0 auto;
	}

	#slide_navi li a {
		margin: 7px 0 0;
		display: block;
		text-align: center;
		color: #4d4d4d;
		font-weight: bold;
		line-height: 3;
		text-decoration: none;
		font-size: 90%;
		border-bottom: 1px solid #c9c9c9;
	}

	.hLogoWrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.hSnsWrap {
		margin: 0 1%;
		width: 36%;
	}

	.hSnsWrap a {
		margin-left: 5%;
	}

	/*-- ページトップ --*/
	#pageTop {
		display: none !important;
	}

	/* フッター
----------------------------------------------------------- */
	.spNavi {
		margin: 0 auto;
		background: #555;
	}

	.spNavi li a,
	.spNavi li a:link,
	.spNavi li a:visited {
		color: #fff;
	}

	.sp nav li,
	.sp nav li:first-child {
		width: 100%;
		float: none;
	}

	.spNavi li a {
		padding: 10px 0 6px;
		display: block;
		text-align: center;
		text-decoration: none;
		background: initial;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #333;
	}

	.spNavi li a:hover {
		background: initial;
	}

	/*-- フッターアイコン --*/
	.sp footer {
		margin: 50px 0 0;
		padding: 0;
		border-top: 1px solid #aaa;
		background: #555;
	}

	.sp footer ul:after {
		content: '';
		display: block;
		clear: both;
	}

	.sp footer li {
		width: 32%;
		margin: 0 0.5%;
		float: left;
	}

	.sp footer li a {
		padding: 10px 0 5px;
		color: #fff;
		text-decoration: none;
		display: block;
		border: 2px solid #fff;
		text-align: center;
		font-size: 60%;
	}

	footer ul li:first-child a {
		border: 2px solid #fff;
	}

	.sp footer li a i {
		margin: 0 0 5px;
		font-size: 540%;
		display: block;
	}

	.sp .copyright {
		margin: 20px auto 0;
		padding: 10px 2%;
		font-size: 70%;
		color: #fff;
		text-align: center;
	}

	/* トップページ
----------------------------------------------------------- */
	/* 中ページ
----------------------------------------------------------- */
	.Company iframe {
		width: 100%;
		margin: 30px auto 0;
		display: block;
	}

	.listUl li {
		width: 48%;
	}

	.contactTb th {
		font-size: 100%;
		text-align: left;
	}

	.chooseList1 {
		width: 80%;
	}

	#name,
	#name1,
	#name2,
	#post,
	#mail,
	#mail1,
	#mail2,
	#mail_confirm,
	textarea,
	#url,
	#kana,
	#kana1,
	#kana2,
	#tel,
	#msg,
	#msg1,
	#msg2,
	#state,
	#district,
	#address {
		width: 100%;
	}

	#zip1,
	#zip2 {
		width: 40%;
	}

	#city,
	#pref,
	#add {
		width: 96%;
		margin: 2px 0 0;
	}

	/*-- エラーチェック --*/
	.zip1formError {
		left: 10% !important;
	}

	.zip2formError {
		left: 54% !important;
	}

	.prefformError,
	.cityformError,
	.addformError {
		top: 30px !important;
		left: 50% !important;
	}

	.detailBox>div {
		width: 100%;
		float: none;
	}

	.detailBox>.detailTxt {
		width: 98%;
		margin: 20px auto 0;
	}

	.formError {
		top: 20px !important;
		left: 10% !important;
	}

	.zip2formError {
		width: 42% !important;
		left: 50% !important;
	}

	.menuBtn {
		float: right;
		width: 25%;
		margin: 5px 0 0;
	}

	.telBtn {
		float: right;
		width: 25%;
		margin: 5px 4px 0;
	}

	.hBoxIn01 {
		margin: 0 0 5px auto;
	}

	header {
		padding: 10px 0 0;
		margin-bottom: 6px;
	}

	.mainWrap03>ul {
		justify-content: space-around;
	}

	.mainWrap03>ul>li {
		/* width: 47.4%; */
		width: calc(50% - 15px);
	}

	.mainWrap03>ul>li>a>p {
		margin: 0;
	}

	.mainBox04>li {
		width: 100%;
		float: none;
	}

	.mainBox04>li+li {
		margin: 30px auto 0;
	}

	.mainBox05>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.mainBox05>li+li {
		margin: 30px auto 0;
	}

	.mainWrap04 {
		margin: 40px auto;
	}

	.hBoxIn01>li>a {
		font-size: 12px;
		display: block;
	}

	.hBoxIn01>li {
		/* padding: 0; */
	}

	.hBoxIn01>li+li {
		/* margin: 0 0 0 9.7%; */
	}

	.mainWrap03 {
		margin: 40px auto 0;
	}

	.mainWrap02 {
		margin: 40px auto 0;
	}

	.nolink {
		text-align: center;
		background-color: #fff;
		padding: 5px 5px 2px;
		margin: 5px 0;
		border-radius: 5px;
	}

	.nolink span {
		padding: 5px 0 12px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #555;
	}

	#slide_navi li .p_in a,
	#slide_navi li .p_in2 a {
		background: #898989;
		color: #fff;
		font-size: 14px;
		padding: 14px 8px 12px;
		line-height: 1.2;
		margin: 0 0 2px 0;
	}

	.p_in {
		margin: 0 0 5px 0;
	}

	.hBoxIn02 {
		float: right;
		width: 38%;
	}

	.mainWrap01>p {
		font-size: 16px;
	}

	.aboWrap01>ul>li {
		float: none;
		width: 100%;
	}

	.aboWrap01>ul>li+li {
		margin: 30px auto 0;
	}

	.woWrap01>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.woWrap01>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
		text-align: left;
	}

	.troWrap0>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 0;
		text-align: center;
	}

	.troWrap0>ul>li+li {
		width: 100%;
		text-align: left;
		margin: 30px auto 0;
	}

	.kanso {
		margin: 0 auto;
	}

	.trouble .tRight {
		margin: 30px auto 0;
	}

	.trouble .tLeft {
		float: none;
		margin: 0 auto;
	}

	.btnArea02>ul>li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.news .btnArea02>ul>li {
		margin: 0 auto 0;
		width: 100%;
	}

	.news .btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.gcare .btnArea02>ul>li {
		width: 100%;
	}

	.gcare .btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.aBox01>li {
		width: 19%;
	}

	.aBox01>li+li {
		margin: 0 0 0 11%;
	}

	.askinBox01>li {
		width: 100%;
		float: none;
	}

	.askinBox01>li+li {
		margin: 30px auto 0;
	}

	.apowder .askinR {
		float: none;
		margin: 0 auto;
	}

	.apowder .askinL {
		float: none;
		margin: 30px auto 0;
	}

	.indetail .askinL {
		float: none;
		margin: 30px auto 0;
	}

	.indetail .askinR {
		float: none;
		margin: 0 auto;
	}

	.acare .btnArea02>ul>li {
		width: 100%;
	}

	.acare .btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.acareBox02>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.acareBox02>li+li {
		margin: 30px auto 0;
	}

	.acareBox03>ul>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.acareBox03>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
		text-align: left;
	}

	.acareBox01>li {
		float: none;
		margin: 0 auto;
		width: 100%;
		padding: 5px 2%;
	}

	.acareBox01>li+li {
		margin: 30px auto 0;
		width: 100%;
	}

	.acareWrap05>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.acareBox04>dt {
		text-align: center;
	}

	.acareWrap05>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
	}

	.gcare00 {
		width: 96%;
	}

	.frotter .btnArea02>ul>li {
		width: 100%;
	}

	.frotter .btnArea02>ul>li+li {
		margin: 30px auto 0;
	}

	.floWrap01>ul>li>ul>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.floWrap01>ul>li>ul>li+li {
		margin: 30px auto 0;
	}

	.paperBtn li {
		width: 100%;
		float: none;
	}

	/*--- テーブル関連 ---*/
	div#undercolumn_cart p.tb_attention {
		margin: 20px auto 0;
	}

	.tb_attention {
		font-size: 13px;
		margin: 30px auto 0;
	}

	.tb_attention span {
		color: #b42222;
	}

	.tb_wrap {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		margin: 0 0 20px 0;
	}

	.tb_wrap table {
		width: 800px;
		margin: 5px auto 0;
	}

	.tb_attention {
		display: block;
	}

	/* テーブル関連ココマデ */
	.shoplistWrap02>ul>li+li {
		margin: 30px auto 0;
	}

	.nishiWrap01>ul>li {
		width: 100%;
		text-align: left;
	}

	.nishinomiya .telReserve {
		width: 100%;
		margin: 0 0 1em 0;
	}

	.nishiBox02 .telReserve a.sp {
		display: inline !important;
	}

	.nishiWrap01>ul>li+li {
	}

	.comWrap01>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.comWrap01>ul>li+li {
		margin: 30px auto 0;
	}

	.glWrap01>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.glWrap01>ul>li+li {
		margin: 30px auto 0;
		text-align: left;
	}

	.glBox02>li {
		width: 100%;
		float: none;
		text-align: center;
		max-width: 360px;
		margin: 0 auto;
	}

	.glBox02>li+li {
		margin: 30px auto 0;
		width: 100%;
		text-align: left;
	}

	.saWrap01>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 0;
		text-align: center;
	}

	.saWrap01>ul>li+li {
		margin: 30px auto 0;
		text-align: left;
	}

	.saWrap02>ul>li {
		width: 46.4%;
		margin: 20px 1.8%;
	}

	.saWrap04>ul>li {
		padding: 0;
	}

	.saWrap04>ul>li a {
		display: block;
		padding: 20px 2%;
		color: #898989;
		text-decoration: none;
	}

	.saWrap04>ul>li+li {
		margin: 0 auto;
	}

	.saWrap04>ul>li+li+li+li {
		margin: 0 0 0 5%;
	}

	.guide .nishiWrap01>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.guide .nishiWrap01>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
	}

	.guide .nishiWrap01>ul>li>p:first-child {
		width: 30%;
		margin: 0 auto 10px;
	}

	.maTb {
		width: 100%;
	}

	.maTb th {
		display: block;
		width: 100%;
	}

	.maTb td {
		display: block;
		padding: 30px 2%;
		width: 100%;
	}

	.meWrap03>ul>li>a {
		background-size: 15%;
	}

	.mapBox01>li {
		width: 100%;
		margin: 0 auto 20px;
	}

	.conteBtn>ul>li {
		float: none;
		width: 100%;
	}

	.aBox>li+li {
		background: url(../img/a_icon.png) no-repeat -5px -5px;
	}

	.glTb td a {
		color: #898989;
	}

	.nishiWrap04>ul>li+li a {
		color: #898989;
	}

	.floBg01 {
		background: #fafbfc;
	}

	.acareBox01>li:first-child:after {
		display: none;
	}

	.acare .longIcon {
		height: 55px;
	}

	.acareWrap02 {
		background: none;
		margin: 0 auto 0;
		padding: 0;
		width: 100%;
	}

	.arrow {
		position: relative;
	}

	.arrow:before {
		content: "";
		position: absolute;
		top: -60px;
		left: 0;
		right: 0;
		margin: auto;
		width: 10%;
		height: 10%;
		background: url(../img/a_icon.png) no-repeat center top;
	}

	.spArrow {
		position: relative;
	}

	.spArrow:before {
		content: "";
		position: absolute;
		top: -60px;
		left: 0;
		right: 0;
		margin: auto;
		width: 10%;
		height: 10%;
		background: url(../img/a_icon.png) no-repeat center top;
	}

	.acareBox01 {
		margin: 70px auto 0;
	}

	.spCare {
		margin: 70px auto 0;
	}

	.spCare01 {
		margin: 70px auto 0;
	}

	.gcare .longIcon {
		height: 55px;
	}

	.meWrap03>ul>li {
		width: 80%;
	}

	.meWrap03>ul>li+li {
		width: 14%;
	}

	.aWrap01>a {
		width: 100%;
		margin: 30px auto 0;
	}

	.inseries .titH3 {
		font-size: 20px;
	}

	.tit2_H3 {
		font-size: 20px;
	}

	.saWrap04>h3 {
		background: #f6e5cc;
		font-size: 15px;
	}

	.saWrap05>h2 {
		background: #f6e5cc;
	}

	.meWrap01>h2>span {
		font-size: 11px;
	}

	.meWrap02>h2>span {
		font-size: 11px;
	}

	.meWrap03>h2>span {
		font-size: 11px;
	}

	.shoplist .titH3 {
		font-size: 20px;
	}

	.saWrap04>ul>li a {
		font-size: 11px;
	}

	.saWrap04>ul>li a>span {
		font-size: 12px;
	}

	.saWrap04>ul>li a>span+span {
		display: block;
	}

	.woWrap02>p {
		margin: 40px auto 0;
	}

	.monBox>li {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.monBox>li+li {
		width: 100%;
		margin: 30px auto 0;
	}

	.monBox02>ul {
		margin: 0 auto 30px;
	}

	.monBox01 {
		margin: 0 0 30px;
	}

	.btn_19_3_01 {
		top: 62%;
		left: 31%;
	}

	.btn_19_3_02 {
		top: 62%;
		left: 79%;
	}

	.btn_19_3_03 {
		top: 89%;
		left: 66.8%;
	}

	.btn_19_4_01 {
		top: 83%;
		left: 29%;
	}

	.btn_19_4_02 {
		top: 83%;
		left: 74.5%;
	}

	.btn_20_01 {
		top: 57%;
		left: 30%;
	}

	.btn_20_02 {
		top: 93%;
		left: 3%;
	}

	.btn_20_03 {
		top: 94%;
		left: 31%;
	}

	.btn_20_04 {
		top: 90%;
		left: 70%;
	}

	.btn_20_2_01 {
		top: 72%;
		left: 29%;
	}

	.btn_21_01 {
		top: 53%;
		left: 29%;
		width: 19%;
	}

	.btn_21_02 {
		top: 55%;
		left: 29%;
		width: 19%;
	}

	.privacy>dd .spTel {
		display: inline !important;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 591px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 414px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.telBtn {
		width: 30%;
	}

	.menuBtn {
		width: 30%;
		float: right;
	}

	.telBtn a,
	.menuBtn a {
		font-size: 300%;
	}

	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
		width: 94% !important;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
	}

	.chooseList1 {
		width: 96%;
		font-size: 90%;
	}

	.chooseList1>li {
		/* width: 49%; */
	}

	.newsBox>dt {
		width: 40%;
		margin: 0 auto 0 0;
	}

	.newsBox>dd {
		width: 100%;
		padding: 5px 0 0;
	}

	.mainWrap03>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	.bnrArea>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 0;
	}

	.bnrArea>ul>li+li {
		margin: 30px auto 0;
	}

	.bnrArea>ul>li+li+li {
		margin: 30px auto 0;
	}

	.bnrArea00>ul>li {
		width: 100%;
		float: none;
		margin: 30px auto 0;
		text-align: center;
	}

	.aBox01>li {
		width: 25%;
	}

	.aBox01>li+li {
		margin: 0 0 0 5%;
	}

	.aBox02>li {
		padding-bottom: 20px;
		width: 100%;
		float: none;
	}

	.aBox02>li table {
		margin-bottom: 8%;
	}

	.aBox02>li+li>p {
		text-align: center;
		padding: 10px 2%;
	}

	.acareWrap04>ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 0;
	}

	.acareWrap04>ul>li+li {
		margin: 30px auto 0;
	}

	.shoplistWrap02>ul>li>ul {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.shoplistWrap02>ul>li>ul>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.shoplistWrap02>ul>li>ul>li+li {
		margin: 15px auto 0;
	}

	.saWrap02>ul>li {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.saWrap02>ul>li+li {
		margin: 30px auto 0;
	}

	.saWrap03>ul>li {
		width: 100%;
		margin: 0 auto 0;
	}

	.saBox01>dt {
		text-align: center;
	}

	.saWrap03>ul>li+li {
		margin: 30px auto 0;
	}

	.saWrap04>ul>li+li {
		width: 100%;
		float: none;
	}

	.saWrap04>ul>li+li+li+li {
		margin: 30px auto 0;
	}

	.aBox02>li+li>p+p {
		padding: 10px 2%;
	}

	.aBox00>p {
		margin: 30px 0;
	}

	.guide .aBox02>li+li>p+p {
		padding: 20px 2%;
	}

	.inseries .titH3 {
		font-size: 18px;
	}

	.shoplist .titH3 {
		font-size: 19px;
	}

	.tit2_H3 {
		font-size: 18px;
	}

	.saWrap04>ul>li a {
		font-size: 19px;
	}

	.awardTxt01 {
		font-size: 14px;
	}

	.askin .titH4 {
		font-size: 14px;
	}

	.indetail .titH4 {
		font-size: 14px;
	}

	.meWrap03>ul>li>a {
		font-size: 12px;
		padding: 14px 2%;
	}

	.spBox>ul>li {
		width: 100%;
		float: none;
	}

	.spBox>ul>li+li {
		margin: 20px auto 0;
	}

	.monBox02>ul>li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.monBox02>ul>li+li {
		width: 100%;
		margin: 30px auto 0;
		text-align: left;
	}

	.item_price th {
		max-width: 120px;
	}

	.btn_19_3_01 {
		top: 60%;
		left: 31%;
	}

	.btn_19_3_02 {
		top: 60%;
		left: 79%;
	}

	.btn_19_3_03 {
		top: 85%;
		left: 66.8%;
	}

	.btn_19_4_01 {
		top: 80%;
		left: 29%;
	}

	.btn_19_4_02 {
		top: 80%;
		left: 74.5%;
	}

	.btn_20_01 {
		top: 55%;
		left: 30%;
	}

	.btn_20_02 {
		top: 90%;
		left: 4%;
	}

	.btn_20_03 {
		top: 92%;
		left: 31%;
	}

	.btn_20_04 {
		top: 87%;
		left: 70%;
	}

	.btn_20_2_01 {
		top: 70%;
		left: 29%;
	}

	.btn_21_01 {
		top: 52%;
		left: 29%;
	}

	.btn_21_02 {
		top: 53%;
		left: 29%;
	}

	.new_icon:after {
		top: 0px;
		left: 5px;
	}

	.btn_22_01 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
	}

	.btn_22_02 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
	}

	.btn_22_03,
	.btn_22_04 {
        display: none;
	}

	.btn_23_01,
	.btn_23_02,
	.btn_23_03 {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 320px) {

	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.telBtn a,
	.menuBtn a {
		font-size: 200%;
	}

	.btn_19_3_01 {
		top: 58%;
		left: 31%;
	}

	.btn_19_3_02 {
		top: 58%;
		left: 79%;
	}

	.btn_19_3_03 {
		top: 82%;
		left: 66.8%;
	}

	.btn_19_4_01 {
		top: 77%;
		left: 29%;
	}

	.btn_19_4_02 {
		top: 77%;
		left: 74.5%;
	}

	.btn_20_01 {
		top: 54%;
		left: 30%;
	}

	.btn_20_02 {
		top: 88%;
		left: 3%;
	}

	.btn_20_03 {
		top: 88%;
		left: 31%;
	}

	.btn_20_04 {
		top: 84%;
		left: 69%;
	}

	.btn_20_2_01 {
		top: 67%;
		left: 29%;
	}

	.btn_21_01 {
		top: 52%;
		left: 29%;
	}

	.btn_21_02 {
		top: 53%;
		left: 29%;
	}

	/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* max-width: 320px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* キャンペーンCSSここから */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.pageinfo2 {
	background-color: #b1c8ad;
	position: relative;
}

.pageinfo2 .mainBox {
	margin-top: 0;
	margin-bottom: 0;
}

.info_comment {
	border: solid 2px #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	max-width: 710px;
	padding: 20px;
}

.infoBtn p {
	max-width: 400px;
	margin: 0 auto;
	/* padding: 40px 0 0; */
}

.info11_image .info_comment {
	border: none;
	color: #0098d9;
	padding: 0;
}

.info12_image .info_comment {
	border: none;
	color: #68391d;
	padding: 0;
}

.info13_item {
	margin-top: -48%;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-end;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	width: 88.15789473684211%;
}

.info13_item li {
	max-width: 309px;
	width: 31.85567010309278%;
}

.info13_item li a:hover {
	background-color: inherit;
}

.info13_item li:nth-child(3) {
	max-width: 352px;
	width: 36.28865979381443%;
}

.info14 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003f98+0,003f98+25,0064b3+56,007ac6+100 */
	background: #003f98;
	/* Old browsers */
	background: -moz-linear-gradient(top, #003f98 0%, #003f98 25%, #0064b3 56%, #007ac6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #003f98 0%, #003f98 25%, #0064b3 56%, #007ac6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #003f98 0%, #003f98 25%, #0064b3 56%, #007ac6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f98', endColorstr='#007ac6', GradientType=0);
	/* IE6-9 */
}

.info16 .mainBox {
	max-width: 800px;
}

.info16_image {
	position: relative;
}

.infoBtn .info16_btn {
	padding: 0;
	position: absolute;
	bottom: 6.5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 30.6%;
}

.info17_image {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.info18_image {
	background-color: #faf6eb;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	position: relative;
}

.info18_btn {
	max-width: 700px !important;
}

.info19_image {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.info30_image>div {
	position: relative;
}

.info32_image {
	max-width: 900px;
	position: relative;
}

.info_image img {
	display: block;
}

.infoBtn p.info34_btn {
	margin-top: 10px;
}

.info37_btn {
	margin-top: -15px;
}

.info37_btn p+p {
	margin-top: 6px;
}

.info41 img {
	display: block;
}

.info41_btn01 p {
	padding: 0;
	margin: 15px auto 0;
}

.info41_btn02 p {
	padding: 0;
	margin: 15px auto;
}

.info41_btn01 p a {
	display: block;
	width: 96%;
	max-width: 272px;
	margin: 0 auto;
}

.info41_btn02 p a {
	display: block;
	width: 96%;
	max-width: 280px;
	margin: 0 auto;
}

.info41_btn01 p a img {
	width: 100%;
}

.info41_btn02 p a img {
	width: 100%;
}

.info47_btn {
	position: absolute;
	bottom: 12%;
	left: 50.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 37%;
	height: 39px;
}

.info47_btn p {
	height: 100%;
}

.info47_btn a {
	display: block;
}

.info49_btn {
	position: absolute;
	bottom: 7%;
	left: 50.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 37%;
	height: 39px;
}

.info49_btn p {
	height: 100%;
}

.info49_btn a {
	display: block;
}

.info50_btn {
	position: absolute;
	bottom: 14%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 32%;
	height: 39px;
}

.info50_btn p {
	height: 100%;
}

.info50_btn a {
	display: block;
}

.info52_btn {
	position: absolute;
	bottom: 16%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 32%;
	height: 39px;
}

.info52_btn p {
	height: 100%;
}

.info52_btn a {
	display: block;
}

.info54_btn {
	position: absolute;
	bottom: 10%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 32%;
	height: 39px;
}

.info54_btn p {
	height: 100%;
}

.info54_btn a {
	display: block;
}

.info55_btn {
	position: absolute;
	bottom: 6%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 32%;
	height: 39px;
}

.info55_btn p {
	height: 100%;
}

.info55_btn a {
	display: block;
}

.info56_btn {
	position: absolute;
	bottom: 9%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 40%;
	height: 39px;
}

.info56_btn p {
	height: 100%;
}

.info56_btn a {
	display: block;
}

.info56_btn_2 {
	position: absolute;
	bottom: 3%;
	left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 40%;
	height: 39px;
}

.info56_btn_2 p {
	height: 100%;
}

.info56_btn_2 a {
	display: block;
}

.info58_btn {
	position: absolute;
	bottom: 3.8%;
	left: -.5%;
	right: 0;
	margin: auto;
	width: 44.6%;
	height: 39px;
}

.info58_btn p {
	height: 100%;
}

.info58_btn a {
	display: block;
}

.info60_btn {
    margin: 1.6em auto 0;
}

.info60_btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.info63_btn {
    margin: 1.6em auto 0;
}

.info63_btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.info63_btn.info67_btn a {
	box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}

.info71_01_btn {
	/* position: absolute; */
	/* top: auto; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 58.5%; */
	margin: 15px auto 0;
	width: 180px;
}

.info71_02_btn {
	margin: 1em auto 0;
	width: 180px;
}

.p-0 {
	padding: 0 !important;
}

.info71Wrap {
	position: relative;
	padding: 40px 0;
}

.info71Wrap #frotter_g {
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 56%;
	z-index: -1;
}

.info74_btn {
    margin: 15px auto 0;
}

.info74_btn a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.info74_btn.info77_btn01 {
	position: absolute;
	top: 46.5%;
	left: auto;
	right: 11%;
	bottom: auto;
	width: 28%;
	margin: auto;
}

.info74_btn.info77_btn02 {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 3%;
}

.info74_btn.info77_btn02 a {
	width: 62%;
	max-width: 373px;
	margin-top: 10px;
}

.info80_btn {
    margin: 15px auto 0;
}

.info80_btn a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.info81_btn {
    margin: 15px auto 0;
}

.info81_btn a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.info83_btn {
    margin: 15px auto 0;
}

.info83_btn a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: auto;
}

.info84_btn {
    margin: 15px auto 0;
}

.info84_btn a {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: auto;
}

.info84_btn a:hover {
	background: transparent;
}

.info86Box {
	display: flex;
}

.info86Right {
	width: 171px;
}

.info86Left {
	margin: 0 10px 0 0;
	/* padding: 15px; */
	flex: 1;
	text-align: left;
	/* background: #f5f5de; */
}

.info86 {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 30px;
	background: #fffef3;
}

.info86Ttl {
	/* padding: 0 0 20px; */
	text-align: left;
	color: #d00251;
	font-size: 21.3px;
	/* background: #f6eec4; */
	display: inline;
	font-size: 22px;
}

p.info86Txt01 {
	text-align: left;
	margin: 20px 0 0;
	max-width: 100%;
	color: #6a3906;
	/* border-bottom: 1px solid #f6eec4; */
	display: inline;
	line-height: 1.9em;
	/* background: #f6eec4; */
	font-size: 17.4px;
	letter-spacing: 0.02em;
}


.info86ImgBox {
	margin: 40px auto 30px;
}

p.info86ImgTxt02 {
	margin: 30px auto 0;
	/* padding: 15px; */
	max-width: 100%;
	text-align: left;
	color: #6a3906;
	/* border-bottom: 1px solid #f6eec4; */
	/* display: inline; */
	line-height: 1.9em;
	font-size: 17px;
	/* background: #f6eec4; */
	/* background: #f5f5de; */
}

.info86BtnBox {
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.info86BtnCol {
	width: calc(50% - 15px);
}

.info86BtnCol.info86BtnCol--l {
	width: 100%;
}

.info86Btn {
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #686868;
	text-decoration: none;
	color: #686868;
	font-weight: 500;
	background: #FFF;
	background: #fffef3;
}

.info86Btn > span {
	/* border-bottom: 1px solid #f6eec4; */
	/* background: #f6eec4; */
	text-align: center;
}

.info86Btn:hover {
	opacity: 0.7;
}

.info86TtlBox {
	margin: 0 0 20px;
}

.info86BannerBox {
	margin: 0 auto;
	max-width: 700px;
}

.info87_btn {
	margin: 0 auto;
	max-width: 35%;
	position: absolute;
	bottom: 2.5%;
	right: 0;
	left: 0;
}

.info87_btn > a > img {
	margin: 0 auto;
}

.info88_btn {
	margin: 0 auto;
	max-width: 35%;
	position: absolute;
	bottom: 2.5%;
	right: 0;
	left: 0;
}

.info88_btn > a > img {
	margin: 0 auto;
}

.info89_btn {
	margin: 0 auto;
	max-width: 46.2%;
	position: absolute;
	bottom: 2.5%;
	right: 0;
	left: -0.6%;
}

.info89_btn > a > img {
	margin: 0 auto;
}

.info90_btn {
	margin: 0 auto;
	max-width: 49.2%;
	position: absolute;
	bottom: 2.9%;
	right: 0;
	left: 0;
}

.info90_btn > a > img {
	margin: 0 auto;
}

.info91_btn {
	margin: 0 auto;
	max-width: 46.8%;
	position: absolute;
	bottom: 2.9%;
	right: 0;
	left: 0.6%;
}

.info91_btn > a > img {
	margin: 0 auto;
}

.info92 {
	margin: 0 auto;
	max-width: 700px;
}

.awardInfo92Link {
	padding: 5px 15px 3px;
	border: 1px solid #be9c63;
	background: #be9c63;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
}

.awardInfo92Link:hover {
	background: #FFF;
	color: #be9c63;
}

.info93_btn {
	margin: 0 auto;
	max-width: 46%;
	position: absolute;
	bottom: 2.9%;
	right: 0;
	left: -0.5%;
}

.info93_btn > a > img {
	margin: 0 auto;
}

.info94_btn {
	margin: 0 auto;
	max-width: 31%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: -0.5%;
}

.info94_btn > a > img {
	margin: 0 auto;
}

.info95_btn {
	margin: 0 auto;
	max-width: 46%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: -0.5%;
}

.info95_btn > a > img {
	margin: 0 auto;
}

.info96_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 0.5%;
}

.info96_btn > a > img {
	margin: 0 auto;
}

.info97_btn {
	margin: 0 auto;
	max-width: 46.4%;
	position: absolute;
	bottom: 3.2%;
	right: 0;
	left: -1.3%;
}

.info97_btn > a > img {
	margin: 0 auto;
}

.info97_text {
	width: 46.4%;
	padding: 0.5em 0.5em 0.4em;
	position: absolute;
	bottom: 1.3%;
	right: 0;
	left: -1.3%;
	margin: auto;
	background: #FFF;
	border: 1px solid #b5b4b1;
	font-size: 14px;
}

.info98_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 3.7%;
}

.info98_btn > a > img {
	margin: 0 auto;
}

.info99_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 0.5%;
}

.info99_btn > a > img {
	margin: 0 auto;
}

/* .info100 .infoBtn {
	padding: 40px 0 0;
} */

.info100_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 3.4%;
}

.info100_btn > a > img {
	margin: 0 auto;
}

.info100_btn02 {
	margin: 0 auto;
	max-width: 33.3%;
	position: absolute;
	bottom: 22.2%;
	right: auto;
	left: 11.5%;
}

.info100_btn02 > a > img {
	margin: 0 auto;
}

.info100_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
}

.info101_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 3.4%;
}

.info101_btn > a > img {
	margin: 0 auto;
}

.info102_btn {
	margin: 0 auto;
	max-width: 46.5%;
	position: absolute;
	bottom: 8.2%;
	right: 0;
	left: 3.7%;
}

.info102_btn > a > img {
	margin: 0 auto;
}

.info102_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
}

.info103_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 7.6%;
    right: 0;
    left: 0.5%;
}

.info103_btn > a > img {
	margin: 0 auto;
}

.info103_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info104_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 1.7%;
    right: 0;
    left: 0.5%;
}

.info104_btn > a > img {
	margin: 0 auto;
}

.info104_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info105_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 8.7%;
    right: -3.5%;
    left: 0%;
}

.info105_btn_02 {
    margin: 0 auto;
    max-width: 40.7%;
    position: absolute;
    bottom: 28%;
    right: 40.3%;
    left: 0;
}

.info105_btn > a > img,
.info105_btn_02 > a > img {
	margin: 0 auto;
}

.info105_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info106_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 2.7%;
    right: -3.5%;
    left: 0%;
}

.info106_btn > a > img{
	margin: 0 auto;
}

.info106_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info107_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 2.7%;
    right: -3.5%;
    left: 0%;
}

.info107_btn > a > img{
	margin: 0 auto;
}

.info107_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info108_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 9%;
    right: -3.5%;
    left: 0%;
}

.info108_btn > a > img{
	margin: 0 auto;
}

.info108_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.info109_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 13%;
    right: -1.8%;
    left: 0%;
}

.info109_btn > a > img{
	margin: 0 auto;
}

.info109_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 0;
	top:-20px;
}

.info110_btn {
	margin: 0 auto;
    max-width: 46.4%;
    position: absolute;
    bottom: 4.7%;
    right: -1.8%;
    left: 0%;
}

.info110_btn > a > img{
	margin: 0 auto;
}

.info110_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 0;
	top:-20px;
}

.info111_btn {
	margin: 0 auto;
    max-width: 44.6%;
    position: absolute;
    bottom: 11.6%;
    right: 0.6%;
    left: 0%;
}

.info111_btn > a > img{
	margin: 0 auto;
}

.info111_text {
	margin: -40px auto 0;
	font-size: 14px;
	color: #e50012;
	text-align: center;
	position: relative;
	padding-top: 0;
	top:-20px;
}

.info113_btn {
    margin: 0 auto;
    max-width: 52.6%;
    position: absolute;
    bottom: 4.9%;
    right: 0.6%;
    left: 0%;
}

.info113_btn > a > img{
	margin: 0 auto;
}

.info116_btn_01 {
	margin: 0 auto;
	max-width: 45%;
	position: absolute;
	top: 43.3%;
	right: 0.6%;
	left: 0%;
}

.info116_btn_02 {
	margin: 0 auto;
	max-width: 45%;
	position: absolute;
	bottom: 3.2%;
	right: 0.6%;
	left: 0%;
}

.info116_btn_01 > a > img,
.info116_btn_02 > a > img {
	margin: 0 auto;
}

.info117_btn_01 {
	margin: 0 auto;
	width: 62.4%;
	position: absolute;
	top: 86.7%;
	left: 49.4%;
	transform: translateX(-50%);
}

.info117_btn_02 {
	margin: 0 auto;
	max-width: 45%;
	position: absolute;
	bottom: 3.2%;
	right: 0.6%;
	left: 0%;
}

.info117_btn_01 > a > img,
.info117_btn_02 > a > img {
	margin: 0 auto;
}

.info119_btn_01 {
	margin: 0 auto;
	width: 53%;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
}

.info119_btn_02 {
	margin: 0 auto;
	max-width: 45%;
	position: absolute;
	bottom: 3.2%;
	right: 0.6%;
	left: 0%;
}

.info119_btn_01 > a > img,
.info119_btn_02 > a > img {
	margin: 0 auto;
}

.info120_btn_01 {
	margin: 0 auto;
	width: 63%;
	position: absolute;
	top: 86.6%;
	left: 49%;
	transform: translateX(-50%);
}

.info120_btn_02 {
	margin: 0 auto;
	max-width: 45%;
	position: absolute;
	bottom: 3.2%;
	right: 0.6%;
	left: 0%;
}

.info120_btn_01 > a > img,
.info120_btn_02 > a > img {
	margin: 0 auto;
}


.info_image .relative {
	position: relative;
}

ul .f_l > a {
	color: #333;
	text-decoration: none;
}


@media screen and (max-width: 755px) {

	.info88_btn {
		bottom: 7%;
	}

	.info89_btn {
		bottom: 6%;
	}

	.info90_btn {
		bottom: 6%;
	}

	.info91_btn {
		bottom: 6%;
	}

	.info93_btn {
		bottom: 6%;
	}

	.info94_btn {
		bottom: 6%;
	}

	.info95_btn {
		bottom: 6%;
	}

	.info96_btn {
		bottom: 6%;
	}

	.info97_btn {
		bottom: 8%;
	}

	.info97_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info98_btn {
		bottom: 6%;
	}

	.info99_btn {
		bottom: 6%;
	}

	.info100_btn {
		bottom: 6%;
	}

	.info100_btn02 {
		bottom: 24.3%;
	}

	.info101_btn {
		bottom: 6%;
	}

	.info102_btn {
		bottom: 10%;
	}

	.info102_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info103_btn {
		bottom: 11%;
	}

	.info103_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info104_btn {
		bottom: 3.6%;
	}

	.info104_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info105_btn {
		bottom: 9.1%;
	}

	.info105_btn_02 {
		bottom: 28%;
	}

	.info105_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info106_btn {
		bottom: 6%;
	}

	.info106_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info107_btn {
		bottom: 6%;
	}

	.info107_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info108_btn {
		bottom: 9.5%;
	}

	.info108_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info109_btn {
		bottom: 13.8%;
	}

	.info109_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info110_btn {
		bottom: 8.2%;
	}

	.info110_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info111_btn {
		bottom: 14%;
	}
	
	.info111_text {
		font-size: 2vw;
		bottom: 5.5%;
	}

	.info113_btn {
		bottom: 8.2%;
	}

	.info116_btn_01 {
		top: 43.5%;
		max-width: 50%;
	}

	.info116_btn_02 {
		bottom: 4.7%;
		max-width: 50%;
	}
}

@media screen and (max-width: 414px) {

	.info88_btn {
		bottom: 9%;
	}

	.info89_btn {
		bottom: 8%;
	}

	.info90_btn {
		bottom: 8%;
	}

	.info91_btn {
		bottom: 8%;
	}

	.info93_btn {
		bottom: 8%;
	}

	.info94_btn {
		bottom: 7.5%;
	}

	.info95_btn {
		bottom: 7.5%;
	}

	.info96_btn {
		bottom: 7.5%;
	}

	.info97_btn {
		bottom: 10.5%;
	}

	.info97_text {
		bottom: 8.5%;
	}

	.info98_btn {
		bottom: 7.5%;
	}

	.info99_btn {
		bottom: 7.5%;
	}

	.info100_btn {
		bottom: 7.5%;
	}

	.info100_btn02 {
		bottom: 25.7%;
	}

	.info101_btn {
		bottom: 7.5%;
	}

	.info102_btn {
		bottom: 12.5%;
	}

	.info102_text {
		bottom: 8.5%;
	}

	.info103_btn {
		bottom: 12.5%;
	}

	.info103_text {
		bottom: 8.5%;
	}

	.info104_btn {
		bottom: 5%;
	}

	.info104_text {
		bottom: 8.5%;
	}

	.info105_btn {
		bottom: 14%;
	}

	.info105_btn_02 {
		bottom: 30%;
	}

	.info105_text {
		bottom: 8.5%;
	}

	.info106_btn {
		bottom: 8%;
	}

	.info106_text {
		bottom: 8.5%;
	}

	.info107_btn {
		bottom: 8%;
	}

	.info107_text {
		bottom: 8.5%;
	}

	.info108_btn {
		bottom: 13.5%;
	}

	.info108_text {
		bottom: 8.5%;
	}

	.info109_btn {
		bottom: 16.5%;
	}

	.info109_text {
		bottom: 8.5%;
	}

	.info110_btn {
		bottom: 10.4%;
	}

	.info110_text {
		bottom: 8.5%;
	}

	.info111_btn {
		bottom: 15.9%;
	}

	.info111_text {
		bottom: 8.5%;
	}

	.info113_btn {
		bottom: 11.5%;
	}

	.info116_btn_01 {
		top: 43.5%;
	}

	.info116_btn_02 {
		bottom: 5.5%;
	}
}

@media screen and (max-width: 756px) {

	.info86Right {
		width: 14%;
	}

	.info86Ttl {
		/* padding: 0 0 10px; */
		font-size: 16px;
	}

	p.info86Txt01 {
		margin: 10px 0 0;
		font-size: 14px;
	}

	.info86Left {
		margin: 0 20px 0 0;
	}

	.info86ImgBox {
		margin: 30px auto 20px;
	}

	p.info86ImgTxt02 {
		margin: 20px auto 0;
		font-size: 14px;
	}

	.info86BtnBox {
		display: block;
	}

	.info86BtnCol {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}

	.info86BtnCol:nth-of-type(n + 2) {
		margin: 15px auto 0;
	}

	.info86Btn {
		font-size: 14px;
	}

	.info86 {
		padding: 15px;
	}

	.info87_btn {
		bottom: 7%;
	}

}

@media screen and (max-width: 414px) {

	.info87_btn {
		max-width: 37vw;
		bottom: 15vw;
	}

}

@media screen and (min-width: 375px) {
	.info71_01_btn {
		/* bottom: 56.5%; */
		/* left: 50%; */
		/* transform: translateX(-50%); */
		/* -webkit-transform: translateX(-50%); */
		/* right: auto; */
		/* margin: 0 auto; */
	}

	.info71_02_btn {
		position: absolute;
		top: auto;
		bottom: 9.5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		right: auto;
		margin: 0 auto;
		width: 180px;
	}
}

@media screen and (min-width: 414px) {
	.info71_01_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 10%;
		margin: 0 auto;
	}

	.info71_02_btn {
		bottom: 9%;
	}
}

@media screen and (min-width: 591px) {
	.info74_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 12.5%;
		margin: 0 auto;
	}

	.info76_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: calc(3% + 40px);
		margin: 0 auto;
	}

	.info74_btn.info77_btn01 {
		top: 46.5%;
	}

	.info74_btn.info77_btn02 {
		bottom: 3%;
	}

	.info80_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 7.5%;
		margin: 0 auto;
	}

	.info81_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 7.5%;
		margin: 0 auto;
	}

	.info83_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 17.5%;
		margin: 0 auto;
	}

	.info84_btn {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 7%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 756px) {

	.info22_image,
	.info23_image,
	.info24_image,
	.info25_image,
	.info26_image,
	.info27_image,
	.info28_image,
	.info_image {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
	}

	.info_image900 {
	    max-width: 900px !important;
	}

	.info_image1000 {
	    max-width: 1000px !important;
	}

	.info30_image {
		max-width: 900px;
	}

	.info22_btn,
	.info24_btn,
	.info25_btn,
	.info26_btn,
	.info27_btn,
	.info_btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 29%;
	}

	.info22_btn a:hover,
	.info24_btn a:hover,
	.info25_btn a:hover,
	.info26_btn a:hover,
	.info27_btn a:hover,
	.info_btn a:hover {
		background-color: inherit;
	}

	.info30_btn {
		position: absolute;
		bottom: 10%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 30.044444444444444%;
	}

	.info32_btn {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 30.044444444444444%;
		height: 41px;
	}

	.info32_btn p {
		height: 100%;
	}

	.info32_btn a {
		display: block;
		height: 100%;
	}

	.info34_btn {
		position: absolute;
		bottom: 18.8%;
		right: -4%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 30%;
		height: 36px;
	}

	.info34_btn p {
		height: 100%;
	}

	.info34_btn a {
		display: block;
		height: 100%;
	}

	.info36_btn {
		position: absolute;
		bottom: 12%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 30.044444444444444%;
		height: 41px;
	}

	.info36_btn p {
		height: 100%;
	}

	.info36_btn a {
		display: block;
	}

	.info37_btn {
		margin-top: -15px;
	}

	.info37_btn p+p {
		margin-top: 6px;
	}

	.info36_btn.info39_btn {
		bottom: 6%;
	}

	.info41 img {
		display: block;
	}

	.info41_btn01 {
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 28%;
		bottom: 25.5%;
		right: -3.2%;
		left: auto;
	}

	.info41_btn02 {
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 29%;
		bottom: 9%;
		left: auto;
		right: -4.2%;
	}

	.info43_btn {
        bottom: 14%;
    }

	.info60_btn {
		position: absolute;
		bottom: 8%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 30.044444444444444%;
		height: 41px;
		margin: 0 auto;
	}

	.info60_btn p {
		height: 100%;
	}

	.info60_btn a {
		display: block;
	}

	.info60_btn.info61_btn {
		bottom: 6%;
	}

	.info63_btn {
		position: absolute;
		bottom: 12%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 35%;
		height: 41px;
		margin: 0 auto;
	}

	.info63_btn p {
		height: 100%;
	}

	.info63_btn a {
		display: block;
	}

	.info63_btn.info61_btn {
		bottom: 6%;
	}

	.info63_btn.info64_btn {
		bottom: 7.5%;
		width: 35%;
	}

	.info63_btn.info67_btn {
	    bottom: 4%;
	    width: 32%;
	}

	.info71_01_btn {
		width: 38%;
		height: 41px;
		bottom: 6%;
	}

	.info71_02_btn {
		width: 38%;
		height: 41px;
		margin: 0 auto;
		bottom: 7%;
	}

	.info76_btn {
		bottom: 3%;
	}

	.info74_btn.info77_btn02 {
		bottom: 1.5%;
	}

	.info80_btn {
		bottom: 3.5%;
	}

	.info81_btn {
		bottom: 3.5%;
	}

	.info83_btn {
		bottom: 14.5%;
	}

	.info84_btn {
		bottom: 3.5%;
	}
}

@media screen and (max-width: 591px) {
	.info58_btn {
	    position: relative;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin-top: 1em;
	    width: 100%;
	   }
}

.pageinfo2 img[src="./img/2018start.png"] {
	display: inline-block;
	background-color: #be3835;
	padding-bottom: 20px;
}

.info11 p {
	padding-bottom: 0;
}

.info12 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eed29f+0,ffffff+100 */
	background: #eed29f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #eed29f 0%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eed29f 0%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eed29f 0%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eed29f', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.pageinfo2 .infoBtn p {
	background-color: #be3835;
}

.info22_image .info22_btn p {
	padding: 12px 0;
}

.pageinfo2 .campaign .close-text {
	background-color: #be3835;
}

.info_list_wrap {
	max-width: 750px;
	margin: 40px auto;
}

.info_list_wrap li {
	border-bottom: dotted 1px #ddd;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	padding: 20px 40px;
}

.info_list_wrap li h4 a {
	color: #bda11f;
	display: block;
	font-family: "Yu Mincho";
	font-weight: bold;
	text-align: left;
}

.info_list_wrap li .image {
	width: 42%;
}

.info_list_wrap li .text {
	text-align: left;
	width: 58%;
}

.info_list_wrap li .text p {
	font-size: 12px;
	text-align: left;
}

.info_list_wrap li a:hover {
	text-decoration: none;
}

.info_list_wrap li a:hover img {
	opacity: 0.75;
}

/* .infoBtn p img {
    border: solid 4px #fff;
} */
.campaign .close {
	height: 100%;
}

.campaign .close-text {
	background-color: #e84994;
	color: #ffffff;
	display: block;
	max-width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
	z-index: 1;
}

.campaign .close-text h3 {
	font-size: 24px;
}

.campaign .close-text p {
	font-size: 20px;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.campaign .close-text a {
	background-color: inherit;
	color: #fffed1;
}

.campaign .close+img {
	opacity: 0.25;
}

.campaign .close~a {
	display: none;
}

.campaign .campaign_image {
	max-width: 700px;
	width: initial;
}

.info_list_wrap li .winner_btn {
	border: solid 1px #ed67a7;
	background-color: #ed67a7;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	padding: 5px 10px;
	text-decoration: none;
}

.info_list_wrap li .winner_btn:hover {
	background-color: #fff;
	color: #ed67a7;
}

@media screen and (min-width: 716px) {
	.info19_image {
		position: relative;
	}

	.info19_btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.info19_btn p {
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		min-width: 200px;
		width: 30%;
	}
}

@media screen and (max-width: 414px) {

	.campaign .close h3,
	.campaign .close p {
		font-size: 4vw;
	}

	.pageinfo2::before {
		height: 48.2%;
	}

	.info_list_wrap li {
		flex-direction: column;
		padding: 20px;
	}

	.info_list_wrap li .image,
	.info_list_wrap li .text {
		width: 100%;
	}

	.campaign .campaign_image {
		max-width: 100%;
	}

	.info19_btn {
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}

	.infoBtn p {
		/* padding-top: 20px; */
		/* padding-bottom: 20px; */
	}

	.info41_btn01 p {
		padding: 0;
		margin: 15px auto 0;
	}

	.info41_btn02 p {
		padding: 0;
		margin: 15px auto;
	}

	.info41_btn01 p a {
		width: 94%;
	}

	.info41_btn02 p a {}

	.info47_btn {
		bottom: 13%;
	}
}

form label+label {
	margin-left: 15px;
}

.red {
	color: #cf0151;
}

.scalppage {
	background: url(../img/scalp/page_bg.png) top left repeat;
	padding-bottom: 40px;
}

.scalppage .mainBox {
	max-width: 570px;
}

.scalppage #page2,
.scalppage #page3,
.scalppage #page4 {
	display: none;
}

.scalppage #page3 div {
	margin-bottom: 40px;
}

.scalppage #page3 div p+p {
	margin-top: 20px
}

.scalppage #page4 p {
	margin-bottom: 60px;
}

.scalppage .menu li {
	margin: 2%;
}

.scalppage .entry p,
.scalppage .entry a {
	display: block;
	margin: 0 2%;
}

.scalppage a:hover {
	opacity: 0.6;
}

.info6_outer {
	background-color: #fadbe1;
}

.info6 {
	background-color: #fadbe1;
}

.info6 .infoBtn {
	max-width: 700px;
}

.info8 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7c8d4+0,ffffff+11,ffffff+18,f7c8d4+100 */
	background: rgb(247, 200, 212);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 200, 212, 1) 0%, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 1) 18%, rgba(247, 200, 212, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 200, 212, 1) 0%, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 1) 18%, rgba(247, 200, 212, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 200, 212, 1) 0%, rgba(255, 255, 255, 1) 11%, rgba(255, 255, 255, 1) 18%, rgba(247, 200, 212, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c8d4', endColorstr='#f7c8d4', GradientType=0);
	/* IE6-9 */
}

.info9 {
	background: url(../img/info_2019_summer_bg.jpg) repeat;
	background-size: cover;
}

.info10_image {
	margin-left: auto;
	margin-right: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a5daf8+0,e6fffb+100 */
	background: #a5daf8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a5daf8 0%, #e6fffb 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a5daf8 0%, #e6fffb 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a5daf8 0%, #e6fffb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5daf8', endColorstr='#e6fffb', GradientType=0);
	/* IE6-9 */
	max-width: 700px;
}

.info11 {
	background-color: #e9eef8;
}

.info11_image,
.info12_image {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.info12_image .info_comment span {
	font-size: 12px;
}

.fb_sp {
	text-align: center;
}

.product_step {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin-bottom: 20px;
}

.product_step li {
	width: 30%;
}

.product_step li figure {
	text-align: center;
}

.product_step li+li {
	margin-left: 5%;
}

.product_step li p {
	font-size: 13px;
	margin-left: 1em;
	text-indent: -1em;
}

.product_step.col_herf li {
	width: 48%;
}

.product_step.col_herf li+li {
	margin-left: 4%;
}

@media screen and (max-width: 815px) {
	.product_step {
		flex-direction: column;
	}

	.product_step li,
	.product_step.col_herf li {
		width: 100%;
	}

	.product_step li+li,
	.product_step.col_herf li+li {
		margin-left: 0;
	}

	.product_step li p {
		font-size: 16px;
	}

	.info10 .mainBox {
		width: 100%;
	}

	.info10 .infoBtn {
		padding: 0;
	}

	.info47_btn {
		bottom: 11%;
	}

	.info49_btn {
		bottom: 8%;
	}

	.info50_btn {
		bottom: 14%;
	}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* トライアルセット */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.guide .trialset_product#trial01 .titH3 span,
.guide .trialset_product#trial02 .titH3 span {
	color: #ec6c00;
}

.trialset_product_title {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}

.trialset_product_title h2 {
	width: 65%;
}

.trialset_product_title span {
	display: block;
	margin-left: 7%;
	width: 28%;
}

.guide .trialset_product .titH4 {
	font-family: "Yu Mincho";
	font-weight: bold;
	text-align: center;
}

.guide .trialset_product_image {
	text-align: center;
}

.guide .trialset_product_image img {
	height: auto;
	max-width: 900px;
}

.guide .trialset_product>p {
	margin-top: 20px;
	margin-bottom: 30px;
}

.guide .trialset_product>p strong {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Mincho", sans-serif;
	;
	font-weight: bold;
	font-size: 18px;
}

.guide .trialset_product#trial01 strong {
	color: #cf0151;
}

.guide .trialset_product#trial02 strong {
	color: #ec6c00;
}

.guide .trialset_product .trial_btn {
	text-align: center;
}

.guide .trialset_product_btn {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	max-width: 503px;
}

.guide .trialset_product_btn:hover img,
.guide .trialset_product_bottom_btn .btn:hover img {
	opacity: 0.5;
}

.guide .trialset_product_bottom_btn .btn a {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.guide .trialset_product_text {
	margin-top: 40px;
	text-align: center;
}

.guide .trialset_product_text p {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Mincho", sans-serif;
	;
	font-weight: 500;
	text-align: center;
}

.guide .trialset_product_text p span {
	display: inline-block;
}

.guide .trialset_product_bottom_btn {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.guide .trialset_product_bottom_btn .btn {
	margin: 0 2%;
	width: 50%;
}

.guide .trialset_product_bottom_btn .price {
	margin: 0 2%;
	width: 32%;
}

#trial02_form .guContact01>li {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 415px) {
	.guide .trialset_product h2 span {
		display: block;
		text-align: center;
	}

	.trialset_product_title h2,
	.trialset_product_title span {
		margin: 10px 0;
		width: 100%;
	}

	.guide .trialset_product_image img {
		max-width: 100%;
	}

	.trialset_product_title,
	.guide .trialset_product_bottom_btn {
		flex-direction: column;
	}

	.guide .trialset_product_bottom_btn .btn,
	.guide .trialset_product_bottom_btn .price {
		box-sizing: border-box;
		margin-bottom: 20px;
		width: 96%;
	}
}

.news_closed span,
.news_closed strong {
	color: #cc0001;
}

.news_closed table {
	border-collapse: collapse;
	max-width: 800px;
	margin-bottom: 1em;
	width: 100%;
}

.news_closed table caption {
	background-color: #666;
	color: #fff;
	padding: 10px;
}

.news_closed table th,
.news_closed table td {
	border: solid 1px #666;
	padding: 15px;
}

.news_closed dl {
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	margin: 1em 0;
}

.news_closed dl dd {
	flex: 1;
	color: #de3256;
}

@media (max-width: 415px) {
	.news_closed dl {
		font-size: 100%;
	}

	.news_closed dl dt {
		width: 80px;
	}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* 雑誌掲載ここから */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.book__outer {
	margin: 50px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

.book__outer h2 {
	font-family: "Yu Mincho", serif;
	font-size: 24px;
	max-width: 640px;
	margin: 0 auto 24px;
	position: relative;
	text-align: center;
}

.book__outer h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

.book__outer h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.book__message {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto;
}

.book__message figure {
	width: 23.75%;
}

.book__message_context {
	font-size: 14px;
	margin-left: 6.25%;
	overflow: hidden;
	width: 70%;
}

.book__message_context>p {
	font-weight: bold;
	font-size: 16px;
}

.book__list {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 96%;
	margin: 50px auto;
	text-align: center;
}

.book__list li {
	box-sizing: border-box;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
}

.book_small_font {
	font-size: 12px;
}

.book__list_image {
	margin-bottom: 10px;
}

.book__list_image img {
	border-top: solid 4px #898989;
	border-bottom: solid 4px #898989;
	max-height: 257px
}

.book__list_title {
	font-size: 16px;
}

@media (max-width: 415px) {
	.book__list li {
		width: 50%;
	}

	.book__list_title {
		font-size: 14px;
	}

	.book__list_text {
		font-size: 12px;
	}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* お客様の声ここから */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.voice__outer {
	margin: 50px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

.becafe__title {
	font-family: "Yu Mincho", serif;
	font-size: 24px;
	max-width: 640px;
	margin: 0 auto 24px;
	position: relative;
	text-align: center;
}

.becafe__title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

.becafe__title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.becafe__message,
.voice__post {
	max-width: 640px;
	margin: 0 auto;
}

.becafe__message {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.becafe__message figure {
	width: 23.75%;
}

.becafe__message_context {
	font-size: 14px;
	margin-left: 6.25%;
	overflow: hidden;
	width: 70%;
}

.becafe__message_context>p {
	font-weight: bold;
	font-size: 16px;
}

.becafe__message_post {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	float: right;
	padding-top: 40px;
	max-width: 400px;
	width: 100%;
}

.becafe__message_post figure {
	width: 11%;
}

.becafe__message_post_context {
	font-size: 14px;
	margin-left: 4%;
	width: 76%;
}

.becafe__message_post_context p {
	font-size: 11px;
}

.voice__post_cateTitle {
	margin: 0 auto 16px;
	position: relative;
	text-align: center;
}

.voice__post_cateTitle span {
	color: #683145;
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

.voice__post_cateTitle::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #333;
}

.voice__post_cateList {
	border: solid 1px #683145;
	border-top: none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	margin-top: -27px;
	padding-top: 25px;
	padding-bottom: 10px;
}

.voice__post_cateList a {
	background-color: #fcece2;
	color: #575558;
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-decoration: none;
}

.voice__post_cateList a.active,
.voice__post_cateList a:hover {
	background-color: #de9188;
}

.voice__post_categArea_context {
	font-size: 12px;
	text-align: right;
}

.voice__post_pager {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -5px;
	margin-bottom: 24px;
	padding-top: 24px;
}

.voice__post_pager a,
.voice__post_pager span {
	border: solid 1px #683145;
	color: #683145;
	display: block;
	line-height: 1;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none;
}

.voice__post_pager a:hover,
.voice__post_pager span {
	background-color: #683145;
	color: #fff;
}

.voice__post_categArea {
	max-width: 550px;
	margin: 0 auto;
}

.voice__post_contents {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.voice__post_area {
	background: url(../img/voice_bg.jpg) top center repeat;
	box-sizing: border-box;
	max-width: 640px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.voice__post_area table {
	height: 100%;
	width: 100%;
}

.voice__post_head {
	width: 550px;
	height: 81px;
	background-size: contain;
	padding-top: 40px;
}

.voice__post_head h3 {
	color: #d13b20;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 120px;
	position: relative;
}

.voice__post_head h3::before {
	content: url(../img/voice_icon03_03.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.voice__post_head h3::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.voice__post_body {
	width: 550px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

.voice__post_body p {
	font-size: 14px;
	line-height: 1.8;
	padding: 0px 40px 20px 40px;
}

.voice__post_foot {
	font-size: 14px;
	max-width: 550px;
	background-size: contain;
	text-align: right;
	padding-right: 45px;
	padding-bottom: 20px;
}

.voice__post_bt {
	width: 80%;
	margin: 30px auto;
	overflow: hidden;
}

.voice__post_skin_bt1 {
	float: right;
}

.voice__post_skin_bt2 {
	float: left;
}

.voice__post_bt02 {
	width: 120px;
	margin: 30px auto;
	overflow: hidden;
}


@media (max-width: 815px) {
	.voice__post_area {
		margin-left: auto;
		margin-right: auto;
		max-width: 550px;
		width: 100%;
	}

	.voice__post_head h3 {
		font-size: 15px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.voice__post_body p {
		padding: 0 20px 20px 20px;
	}

	.voice__post_foot {
		height: 30px;
	}
}

@media (max-width: 415px) {
	.voice__post_cateList {
		justify-content: flex-start;
	}

	.becafe__message {
		margin-bottom: 0;
	}

	.becafe__message_right {
		font-size: 14px;
	}

	.becafe__message_right br {
		display: none;
	}

	.voice__post_head {
		height: 60px;
	}

	.voice__post_head p {
		font-size: 12px;
		padding: 0 0px 0px 50px;
	}

	.voice__post_body p,
	.voice__post_foot {
		font-size: 12px;
	}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* 美肌アルバムここから */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
#newentriesBox,
#categoriesBox,
#ArchBox,
#linksBox {
	background-position: left top !important;
}

.album__calender #dispCalendar {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
	width: 100%;
}

.album__title,
.album__calender,
#layoutHead {
	width: 100% !important;
}

.album__flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	max-width: 1200px;
	width: 96%;
	margin: 40px auto;
}

.album__flex a {
	color: rgb(255, 165, 0);
}

.album__flex a:hover {
	text-decoration: none;
}

.album__leftcolumn {
	margin-right: 5%;
	width: 70% !important;
}

.album__leftcolumn .entryTitle {
	font-size: 18px;
}

.album__leftcolumn .entryContents {
	font-size: 14px;
	line-height: 1.8;
	padding-top: 40px;
	padding-bottom: 40px;
}

.album__leftcolumn .entryBody {
	float: none;
	width: 100%;
}

.album__leftcolumn .entryContents br+br {
	display: none;
}

.album__leftcolumn .entryContents br+br+br {
	display: block;
}

.album__rightcolumn {
	box-sizing: border-box;
	border-left: solid 1px #898989;
	padding-left: 40px;
	width: 25% !important;
}

.album__rightcolumn .icoList {
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
	font-size: 14px;
}

@media (max-width: 815px) {
	.album__flex {
		flex-direction: column;
	}

	.album__rightcolumn,
	.album__leftcolumn,
	#newentriesBox,
	#ArchBox {
		border-left: none;
		margin-right: 0 !important;
		padding-left: 0;
		width: 100% !important;
	}

	.album__rightcolumn {
		margin-top: 60px;
	}

	.album__calender #dispCalendar {
		overflow: auto;
	}
}

.newsDetail .borderWrap {
	border: solid 1px #666;
	margin-top: 40px;
	padding: 40px;
}

.newsDetail .borderWrap section+section {
	margin-top: 40px;
}

.newsDetail.no01 .borderWrap h3,
.newsDetail.no01 .borderWrap p {
	text-align: center;
}

.newsDetail.no01 .borderWrap h3 {
	font-size: 20px;
}

.newsDetail.no01 .borderWrap .news_closed table {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 415px) {
	#layoutHead {
		background-size: contain;
		height: 95px !important;
	}

	.newsDetail .borderWrap {
		border: none;
		padding: 0;
	}

	.newsDetail.no01 .borderWrap h3,
	.newsDetail.no01 .borderWrap p {
		text-align: left;
	}

	.newsDetail.no01 .news_closed table th,
	.newsDetail.no01 .news_closed table td {
		font-size: 12px;
		padding: 8px;
	}

	.newsDetail.no01 .news_closed table th:first-child {
		width: 100px;
	}
}

@media (min-width: 1000px) {
	p.caution {
		width: fit-content;
		margin: 0 auto;
		padding: 20px 100px;
		border: 2px solid #fb7575;
		font-size: 14px;
	}

	span.cttl {
		font-size: 20px;
	}
}

.guide .trialset_product>p.coutionTxt {
	max-width: 680px;
	font-size: .75em;
}

.mapTb td>span.closeMsg {
	color: #003f98;
	background: none;
}

.toriyose {
	margin: 5px auto 20px;
	padding: 10px;
	border: 1px solid #CCC;
	background: #f5f5f5;
}

.toriyoseMsg {
	font-weight: 500;
	font-size: 14px;
}

.toriyose .tb_wrap {
	margin: 5px 0 0;
}

.prefTtl {
	/* margin-bottom: 10px; */
	padding: 0.5em 0.5em 0.5em 1em;
	background: #989898;
	color: #FFF;
	font-size: 1em;
}

.skin_vol29_4_box {
	margin: 0 auto;
	background-color: #fff;
	border-bottom: dashed 3px #ddd;
	max-width: 700px;
	vertical-align: bottom;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
}

.skin_vol29_4_btn {
	position: absolute;
	bottom: calc(32px + 11.8%);
	left: 7%;
	width: 18%;
	height: 2.7%;
	/* background: #ff000054; */
}

.skin_vol29_4_btn:hover {
	background: #FFF;
	opacity: 0.2;
}

.skin_vol29_2_box {
	margin: 0 auto;
	background-color: #fff;
	border-bottom: dashed 3px #ddd;
	max-width: 700px;
	vertical-align: bottom;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
}

.skin_vol29_2_btn {
	position: absolute;
	bottom: calc(32px + 8.9%);
	left: 9.4%;
	width: 18%;
	height: 2.7%;
	/* background: #ff000054; */
}

.skin_vol29_2_btn:hover {
	background: #FFF;
	opacity: 0.2;
}

.skin_vol30_1_box {
	margin: 0 auto;
	background-color: #fff;
	border-bottom: dashed 3px #ddd;
	max-width: 700px;
	vertical-align: bottom;
	padding-bottom: 32px;
	padding-top: 32px;
	position: relative;
}

.skin_vol30_1_btn {
	position: absolute;
	bottom: calc(32px + 44.2%);
	left: 10.2%;
	width: 22.5%;
	height: 2.1%;
	/* background: #ff000054; */
}

.skin_vol30_2_btn {
	position: absolute;
	bottom: calc(32px + 15.2%);
	left: 11%;
	width: 22.5%;
	height: 2.1%;
	/* background: #ff000054; */
}

.skin_vol30 .paperBox01 {
	background: #e5dce2;
}

.skin_vol30 .paperBtn .selected {
	background: #aa458b !important;
}

.skin_vol30 .paperBtn li {
	background: #e5dce2;
}

.skinTopTxtBox {
    text-align: center;
    font-weight: 600;
}

@media (max-width: 768px) {
	.skinTopTxtBox {
		font-size: 0.8rem;
	}
}