@charset "utf-8";

.text-r { text-align: right; }

.color-ff7700 { color: #ff7700; }

.font-14 { font-size: 14px; }

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.fixed50 {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 99999;
}

/* カテゴリーアイコン指定
----------------------------------------------- */
/* サイトディスクリプション
----------------------------------------------- */
#site-description {
	width: 1080px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}

/* オーダーに関して
----------------------------------------------- */
#if-order {
	width: 380px;
	margin: 0 0 0 10px;
}

#if-order ul {
	height: 50px;
	display: table;
	width: 100%;
}

#if-order ul li {
	display: table-cell;
	padding: 5px;
}

#if-order ul li.soryo a,
#if-order ul li.daibiki a {
	display: block;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #005bac;
	box-sizing: border-box;
	text-decoration: none;
}

#if-order ul li span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-decoration: none;
	color: #999;
}

#if-order ul li.tel-fax {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

#if-order ul li.tel-fax span {
	color: rgba(6,171,0,1);
	font-size: 20px;
}

/* グローバルナビ
----------------------------------------------- */
#global-nav {
	width: 1080px;
	margin: 0 auto;
	clear: both;
}

#global-nav li {
	margin: 10px 10px 20px;
	float: left;
}

#global-nav li a , .notbtn {
	width: 160px;
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	line-height: 35px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: 0.1s;
	border-bottom: none;
	background: #ea6d8f;
}

#global-nav > li > a:hover {
	background: #FC92AF;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}

#global-nav .u-nav01,
#global-nav .u-nav02,
#global-nav .u-nav03 {
	display: none;
	position: relative;
}

#global-nav .i-nav01:hover .u-nav01,
#global-nav .i-nav02:hover .u-nav02,
#global-nav .i-nav03:hover .u-nav03 {
	position: absolute;
	display: block;
	z-index: 10;
}

#global-nav .u-nav01 { width: 384px; }

#global-nav .u-nav02 {
	margin: -34px 0 0;
	width: 384px;
	left: 161px;
}

#global-nav .i-nav02 { float: none; }

#global-nav .i-nav02,
#global-nav .i-nav03 {
	margin: 1px;
	line-height: 35;
}

#global-nav .i-nav02 a,
#global-nav .i-nav03 a {
	color: #fff;
	font-size: 88%;
	box-shadow: none;
	box-sizing: border-box;
	transition: 0.1s;
	border-bottom: none;
	height: 35px;
	overflow: hidden;
}

#global-nav .i-nav02 a {
	background: #F888A6;
	width: 160px;
}

#global-nav .i-nav03 a {
	width: 120px;
}

#global-nav .i-nav03 li {
	float: left;
	margin: 1px 1px 0;
	text-align: center;
	border-radius: 5px;
}

#global-nav .i-nav03 li a {
	display: block;
	background: #f4b5c7;
	color: #7E002B;
	font-size: 88%;
	box-shadow: none;
	box-sizing: border-box;
	transition: 0.1s;
	border-bottom: none;
}
#global-nav li a:hover {
	background: #ea6d8f;
	transform: translate(0, 0);
	opacity: 1.00;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
}/**/
/*
#global-nav {
	width: 1080px;
	margin: 0 auto;
}

#global-nav li {
	margin: 10px 10px 20px;
	float: left;
}

#global-nav li a {
	width: 160px;
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	line-height: 35px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: 0.1s;
	border-bottom: none;
	background: #ffa9b5;
}

#global-nav li a:hover {
	background: #f07aad;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}

#global-nav ul {
	display: none;
	width: 100%;
}

#global-nav .childNav { position: relative; }

#global-nav .childNav:hover ul {
	position: absolute;
	display: block;
	z-index: 10;
}

#global-nav .childNav li {
	float: none;
	margin: 0 0 0 8px;
	text-align: center;
	background: #f07aad;
	border-radius: 5px;
	border-bottom: solid 1px #777;
}

#global-nav .childNav li a {
	display: block;
	background: none;
	color: #fff;
	font-size: 88%;
	box-shadow: none;
	box-sizing: border-box;
	transition: 0.1s;
	border-bottom: none;
	padding: 5px 0 0;
}

#global-nav .childNav li a:hover {
	transform: translate(0, 0);
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}
*/
/* フッター部注文・発送に関して
----------------------------------------------- */
#order-shipping { }

#order-shipping h2 {
	background: #4ca3bf;
	border-radius: 5px;
	font-size: 16px;
	margin: 20px 10px 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#order-shipping ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#order-shipping ul li {
	width: 25%;
	display: table-cell;
	list-style: none;
	padding: 10px;
}

#order-shipping ul li img { width: 100%; }

#order-shipping #user-guide {
	width: 1060px;
	margin: 0 10px 10px 10px;
}

#order-shipping #user-guide img { width: 100%; }

#order-shipping .title { margin: 40px 10px 0 10px; }

/* スライダー
----------------------------------------------- */
#slider-home {
	background: #fff;
	width: 720px;
}

/* ホームカテゴリーナビ
----------------------------------------------- */
#nav-category {
	clear: both;
	width: 1080px;
	overflow: hidden;
}

#nav-category ul li {
	width: 160px;
	margin: 10px;
	float: left;
	box-sizing: border-box;
	position: relative;
	background: #000;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	transition: 0.1s;
}

#nav-category ul li:hover { /*transform: translate(3px, 3px);*/ box-shadow: 2px 2px 0 rgba(0,0,0,0.5); }

#nav-category ul li a img {
	vertical-align: bottom;
	transition: 0.1s;
}

#nav-category ul li a:hover img { opacity: 0.8; }

#nav-category ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	box-sizing: border-box;
	padding: 0 5px;
	background: rgba(76,163,191,0.85);
	line-height: 1.4;
	font-size: 99%;
	color: #fff;
}

#nav-category2 {
	clear: both;
	width: 1080px;
	overflow: hidden;
	margin: 5px 0 0 7px;
}

#nav-category2 ul li {
	width: 165px;
	margin: 6px;
	float: left;
	/*box-sizing: border-box;*/
	position: relative;
	background: #000;
	/*border: 5px solid #fff;*/
	/*border-radius: 5px;*/
	/*box-shadow: 5px 5px 0 rgba(0,0,0,0.5);*/
	/*transition: 0.1s;*/
}

/*#nav-category2 ul li:hover { /*transform: translate(3px, 3px);*/ box-shadow: 2px 2px 0 rgba(0,0,0,0.5); }*/

#nav-category2 ul li a img {
	/*vertical-align: bottom;
	transition: 0.1s;*/
}

#nav-category2 ul li a:hover img { opacity: 0.7; }

.clista {
	width: 786px;
	float: left;
}
.clistb {
	width: 262px;
	float: left;
}
.clistc {
	clear: both;
	float: left;
}

.cat-list {
	margin: 6px;
}

.cat-list ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 262px;
	overflow: hidden;
	display: block;
}
.cat-list li{
	font-size: 13px;
	margin: 0px 7px !important;
	list-style: none;
	line-height: 1.3em;
}


a.cat-listTTl,p.cat-listTTl{
	margin-bottom: 6px !important;
	margin-top: 6px !important;
	font-size: 16px;
	background: #81d4cb ;
	padding-left: 50px;
	color: #FFF !important;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

	.cat-list li a{
		text-decoration: none;
		color: #666;
}

li a:hover { 
	opacity: 0.8;
	text-decoration: underline;
}

li.cat-listTTl a:hover { 
	opacity: 0.8;
}

/*
li.cat-listTTl{
	margin-bottom: 6px !important;
	margin-top: 6px !important;
	font-size: 16px;
	background: #81d4cb ;
	padding-left: 50px;
	color: #FFF !important;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

	.cat-list li a{
		text-decoration: none;
		color: #666 !important;
}

	li.cat-listTTl a{
		color: #FFF !important;
		display: block;
}

li a:hover { 
	opacity: 0.8;
	text-decoration: underline;
}

li.cat-listTTl a:hover { 
	opacity: 0.8;
}
*/

/* 業務用美容機器ナビ
----------------------------------------------- */
.nav-business-equipment {
	float: left;
	overflow: hidden;
	width: 450px;
}

.nav-business-equipment div {
	width: 440px;
	margin: 5px;
	float: left;
	box-sizing: border-box;
	position: relative;
	border: 5px solid #fff; 
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	transition: 0.1s;
}

.nav-business-equipment div:hover { box-shadow: 2px 2px 0 rgba(0,0,0,0.5); }

.nav-business-equipment div a img {
	vertical-align: bottom;
	transition: 0.1s;
	width: 100%;
}

.nav-business-equipment div a:hover img { opacity: 0.8; }

.nav-business-equipment div a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	background: #f07aad;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}

.nav-business-equipment ul li {
	width: 140px;
	margin: 5px;
	float: left;
	box-sizing: border-box;
	position: relative;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.5);
	transition: 0.1s;
}

.nav-business-equipment ul li:hover { box-shadow: 2px 2px 0 rgba(0,0,0,0.5); }

.nav-business-equipment ul li a img {
	vertical-align: bottom;
	transition: 0.1s;
	width: 100%;
}

.nav-business-equipment ul li a:hover img { opacity: 0.8; }

.nav-business-equipment ul li a h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	background: #f07aad;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}
/*
.nav-business-equipment ul li:first-child { width: 440px; }
*/
#second-hand ul li a h3 { background: #07af8d; }

/* 動画
----------------------------------------------- */
#movie {
	margin: 8px 0 -16px;
	width: 100%;
	overflow: hidden;
}

.movie-item {
	width: 540px;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}

/* 重要なお知らせ
----------------------------------------------- */
#info-bewave {
	background: #fff;
	border-radius: 5px;
	padding: 2px 8px;
	text-align:left;
}

#info-bewave div {
	color: #f07aad;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

#info-bewave p { margin: 5px 0 0 0; }

#info-bewave p span { color: #ff0000; font-weight: bold;}

#info-bewave p .saturday { color: #0000ff; }

#info-bewave p .sunday,
#info-bewave p .holiday { color: #ff0000; }

/* バパンくずリスト
----------------------------------------------- */
#breadcrumb {
	/*background: #fff;
	margin: 10px;
	border-radius: 5px;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	overflow: hidden;
	width: 880px;
	box-sizing: border-box;
	line-height: 1.6;*/
}

.breadcrumb div { /*display: inline;*/ }

/* バナー
----------------------------------------------- */
#banner-left { overflow: hidden; }

#banner-left ul li:first-child { margin: 0; }

#banner-left ul li {
	margin: 8px 0 0;
	display: block;
	width: 160px;
}

#banner-left ul li img {
	display: block;
	width: 100%;
}

#banner-left ul li a img {
	vertical-align: bottom;
	transition: 0.2s;
	width: 100%;
}

#banner-left li a img.snsico { width: 50px; margin-right: 5px; padding-bottom: 5px; float: left !important;}
#banner-left li a img.snsico2 { width: 50px; margin-right: 0px; padding-bottom: 5px; float: left !important;}

#banner-left ul li a:hover img { opacity: 0.8; }

#banner-important {
	width: 1060px;
	margin: 10px;
	box-sizing: border-box;
	padding: 10px;
	background: #005bac;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

#banner-important img {
	width: 100%;
	vertical-align: bottom;
}

.banner-1column {
	margin: 12px auto 0;
	width: 70%;
}

/**/
.banner-1column li { margin: 0 0 12px; }

.banner-2column ul,
.banner-3column ul,
.banner-4column ul { overflow: hidden; }

.banner-2column ul li,
.banner-3column ul li,
.banner-4column ul li {
	float: left;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
}

.banner-2column ul li { width: 48.6%; }

.banner-3column ul li {
	position: relative;
	width: 32.1%;
}

.banner-4column ul li { width: 23.9%; }

.banner-1column ul li a,
.banner-2column ul li a,
.banner-3column ul li a,
.banner-4column ul li a {
	display: block;
	/*background: #fff;*/
	transition: 0.2s;
}

.banner-1column ul li a img,
.banner-2column ul li a img,
.banner-3column ul li a img,
.banner-4column ul li a img,
.banner-1column a img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	transition: 0.2s;
}

.banner-1column ul li a:hover img,
.banner-2column ul li a:hover img,
.banner-3column ul li a:hover img,
.banner-4column ul li a:hover img { opacity: 0.8; }

.banner-4column ul li img {
	width: 100%;
	vertical-align: bottom;
}

.banner-3column ul li .camp,
.banner-3column ul li .special,
.banner-3column ul li .new {
	display: block;
	height: 50px;
	position: absolute;
	width: 50px;
	z-index: 10;
}

.banner-3column ul li .camp { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/campaign.png) no-repeat; }

.banner-3column ul li .special { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/special.png) no-repeat; }

.banner-3column ul li .new { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/new.png;) no-repeat; }

.classlist dt span { display: none; }



/* 講習改2022
----------------------------------------------- */
.banner-1column li.mdiv2 {
    margin: 0 0 20px;
    border: 0px solid blue;
    /*background-color: beige;*/
    border-radius: 5px;
    overflow: hidden;
	position: relative;
    text-align: left;
    box-shadow: 1px 1px 6px 0px grey;
}
.banner-1column li.mdiv2 h3 {
	font-size: 1.7em;
    color: #11359b;
    /*background-color: #dcf8ff;*/
    text-align: left;
    margin: 0 0px;
    padding: 5px 5px;
}
.banner-1column li.mdiv2 .os1 {
    width: 140px;
    display: block;
	float: left;
}
.banner-1column li.mdiv2 .os4 {
    width: 140px;
    display: block;
	float: left;
}
.banner-1column li.mdiv2 .os1 img {
    margin: 0 0 0px;
    
}
.banner-1column li.mdiv2 .os4 img {
	width: 50%;
    margin: 0 0 0px;
    float: left;
}
/*.banner-1column li.mdiv2 img {
    margin: 0 0 0px;
    float: left;
	width: 150px;
}*/

.banner-1column li.mdiv2 span {
    margin: 2px 3px 1px;
    padding: 0px 7px;
    /*background-color: red;*/
	border-radius: 3px;
    color: white;
    font-size: 1.1em;
    line-height: 1.9em;
	white-space: nowrap;
}
.banner-1column li.mdiv2 p {
    margin: 0 10px;
    float: left;
	width: auto;
    display: contents;
}
.banner-1column li.mdiv2 .sb_btn {
    clear: both;
    margin: 0;
    width: 100%;
    border-radius: 0;
    display: block;
    max-width: none;
}



@media only screen and (max-width: 767px) {
	
	.banner-1column {
    margin: 12px auto 0;
    width: 90%;
}
	
	.banner-1column li { margin: 0 0 12px; }

.banner-2column ul,
.banner-3column ul,
.banner-4column ul { overflow: hidden; }

.banner-2column ul li,
.banner-3column ul li,
.banner-4column ul li {
	float: none;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
}

.banner-2column ul li {
	width: 100%;
    margin: 0 auto; }

.banner-3column ul li {
	position: relative;
	width: 32.1%;
}

.banner-4column ul li { width: 23.9%; }

.banner-2column ul li a,
.banner-3column ul li a,
.banner-4column ul li a {
	display: block;
	background: #fff;
	transition: 0.2s;
}

.banner-2column ul li a img,
.banner-3column ul li a img,
.banner-4column ul li a img,
.banner-1column a img {
	width: 100%;
	vertical-align: bottom;
	transition: 0.2s;
}

.banner-2column ul li a:hover img,
.banner-3column ul li a:hover img,
.banner-4column ul li a:hover img { opacity: 0.8; }

.banner-4column ul li img {
	width: 100%;
	vertical-align: bottom;
}

.banner-3column ul li .camp,
.banner-3column ul li .special,
.banner-3column ul li .new {
	display: block;
	height: 50px;
	position: absolute;
	width: 50px;
	z-index: 10;
}
.banner-3column ul li .camp { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/campaign.png) no-repeat; }
.banner-3column ul li .special { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/special.png) no-repeat; }
.banner-3column ul li .new { background: url(https://be-wave.co.jp/be_wavestyle/etc/images/new.png) no-repeat; }

.classlist dt span { display: none; }
	

.banner-1column li.mdiv2 .os1 {
    width: 60%;
    max-width: 640px;
    display: block;
    float: none;
    margin: 0 auto;
}
.banner-1column li.mdiv2 p {
    margin: 0 auto;
    float: none;
    width: 96%;
    display: block;
}
.banner-1column li.mdiv2 h3 {
    font-size: 1.4em;
}
	
	
	
}



#shinjuku-link {
	width: 98%;
	margin: 20px auto 0;
}

#shinjuku-link ul li { float: left; }

#shinjuku-link ul li a.tophome {
	display: block;
	width: 352px;
	height: auto;
}


#shinjuku-link ul li a {
	display: block;
	width: 176px;
	height: auto;
}

#shinjuku-link ul li a img {
	width: 100%;
	transition: 0.2s;
	vertical-align: bottom;
}

#shinjuku-link ul li a:hover img { opacity: 0.8; }

/*------------------------------------------------
		グルコラ
-----------------------------------------------------*/
#c24Btn {
	margin: 0 auto;
	overflow: hidden;
	width: 90%;
}

#c24Btn li a {
	background: #d8d8d8;
	border-radius: 5px;
	color: #111;
	font-size: 16px;
	float: left;
	margin: 16px 2%;
	padding: 8px;
}

#c24Btn li:first-child a {
	background: #9f914f;
	color: #fff;
}

#c24Btn li a:before {
	content: "\f138";
	color: #fff;
	font-family: FontAwesome;
	font-size: 88%;
	margin: 0 2px 0 0;
	text-decoration: none;
}

/*------------------------------------------------
		レンタル
-----------------------------------------------------*/

.rental {
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	margin: 10px;
	padding: 20px;
	width: 880px;
}

.rental img { vertical-align: bottom; }

.rental section { position: relative; }

.rental #pot #items {
	position: absolute;
	left: 0;
	bottom: 40px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.rental #max3 #items {
	position: absolute;
	right: 160px;
	bottom: 90px;/*display: table;
	width: 100%;
	table-layout: fixed;*/
}

.rental #items li {
	display: table-cell;
	text-align: center;
}

.rental #items li a {
	display: block;
	width: 146px;
	margin: 0 auto;
	padding: 0 8px;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #c40000;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(50%, rgba(238,238,238,1)), color-stop(51%, rgba(221,221,221,1)), color-stop(100%, rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(221,221,221,1) 51%, rgba(238,238,238,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}

.rental h2 {
	background: #ffd3d7;
	border: solid 2px #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #f6bec3;
	color: #4f1e0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 21px;
	letter-spacing: 1px;
	margin: 20px 0 10px;
	padding: 0 12px;
	text-align: left;
}

.rental table th {
	background: #fff1ec;
	text-align: center;
	vertical-align: middle;
}

.rental table td {
	text-align: center;
	vertical-align: middle;
}

.rental h3 {
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	counter-increment: flow;
	margin: -15px 0 -10px;
	letter-spacing: 1px;
	padding: 0 1px;
}

.rental h3 span { background: linear-gradient(transparent 40%, #d5fbff 40%); }

.rental h3:before {
	content: counter(flow)".";
	color: #4da1ff;
	font-size: 38px;
	font-family: 'Mona Lisa Recut', cursive;/*margin: 0 8px;*/
}

.rental #flow p { margin: 0 0 0 1em; }

.rental #flow span:before {
	content: "※";
	color: #ff6969;
}

.rental #flow h3 span:before { content: none; }

.rental #form,
.rental #tel { font-size: 27px; }

.rental #tel span {
	font-size: 14px;
	margin: 0 0 0 8px;
}

.rental #form a { text-decoration: underline; }

.rental #form a:hover { text-decoration: none; }

.rental #flow ul li,
.rental #atten ul li {
	margin: 0 0 0 2em;
	text-indent: -1em;
}

.rental #flow ul li:before {
	content: "●";
	color: #f9c27b;
	font-size: 12px;
}

.rental #atten ul li:before {
	content: "※";
	color: #ff6969;
}

/* カード決済周囲事項
***************************************************/
.card-caution {
	margin: 16px 0;
	background-color: #AC0006;
	color: #fff;
	text-align: center;
	padding: 8px;
	border: 4px solid #fff700;
}

.card-caution strong {
	font-weight: bold;
	color: #fff700;
}

/*
#rental ul#contact { margin: 0; }

#rental ul#contact li { list-style-type: none; }

 {
	display: block;
	font-size: 24px;
}

#rental div i {
	font-size: 28px;
	margin: 0 8px 0 0;
}
*/

.messagearea {
	background-color: rgba(255,255,255,0.8);
	padding: 32px;
	text-align: center;
}

.messagearea .mainte { height: 320px; }

/* 商品問い合わせボタン
***************************************************/
.product-inquiry-list {
	width: 185px;
	position: absolute;
	left: 10px;
	bottom: 18px;
	text-align:center;
}

.product-inquiry-detail {
	width: 100%;
	margin: 0 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 16px;
	text-align: center;
}

.product-inquiry-list a,
.product-inquiry-detail a {
	/*display: block;*/
	text-align: center;
	/*width: 165px;*/
	line-height: 30px;
	border-radius: 5px;
	background: #237ac9;
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.5);
	transition: 0.1s;
	font-size: 14px;
	text-decoration: none;
	margin: 0 auto;
	padding:5px 30px;
}

.product-inquiry-detail a:hover,
.product-inquiry-list a:hover {
	color: #fff;
	text-decoration: none;
	background: #0a69be;
	transform: translate(2px, 2px);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
/* ビューカムボタン
***************************************************/
/*.product-inquiry-list {
	width: 185px;
	position: absolute;
	left: 10px;
	bottom: 18px;
	text-align:center;
}*/

.btn_beaucome {
/*	width: 100%;
	margin: 0 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 16px;
	text-align: center;*/
}
/*.product-inquiry-list a,*/
.btn_beaucome a {
	/*display: block;*/
	/*text-align: center;*/
	/*width: 165px;*/
/*	line-height: 30px;
	border-radius: 5px;*/
	background: #FF6767;
/*	color: #fff;
	border: none;
	cursor: pointer;*/
	/*box-shadow: 4px 4px 0 rgba(0,0,0,0.5);*/
/*	transition: 0.1s;*/
	font-size: 18px;
	font-weight:bold;
	/*text-decoration: none;
	margin: 0 auto;*/
	padding:8px 30px;
}
.btn_beaucome a:hover	 /*, .product-inquiry-list a:hover*/ {
	/*color: #fff;
	text-decoration: none;*/
	background: #FF3333;
	/*transform: translate(2px, 2px);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);*/
}


.vieHover a img:hover { box-shadow: 0 0 5px; }

.vieOil,
.vieOil_c { overflow: hidden; }

.vieOil li {
	float: left;
	margin: 4px 0 0 4px;
	width: 16%;
}

.vieOil_c li {
	float: left;
	margin: 4px 1%;
	width: 31%;
}

.vieOil li img,
.vieOil_c li img { width: 100%; }

.vieOil_c li img { border: solid 1px #ccc; }

.vieOil02 ol {
	background: #fbf5f2;
	box-sizing: border-box;
	border-radius: 8px;
	float: left;
	overflow: hidden;
	margin: 24px 0 0 1%;
	padding: 10px;
	width: 32%;
}

.vieOil02 ol li {
	list-style: inside none decimal;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.oil_compare table { margin: 20px auto 0; }

.oil_compare table tr:nth-child(odd) { background: #f6f6f6; }

.oil_compare table th {
	background: #b8e5fa;
	line-height: 1.4;
	text-align: center;
}

.oil_compare table th,
.oil_compare table td {
	border: solid 1px #dfdfdf;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px;
	vertical-align: middle;
}

.oil_compare .oil_left { overflow: hidden; }

.oil_compare .oil_left li { float: left; }

.oil_compare table .recommend_oil:before {
	background: #ffd196;
	border-radius: 3px;
	content: "オススメ";
	font-size: 10px;
	display: block;
	margin: 0 auto 3px;
	text-align: center;
	width: 4.5em;
}

.oil_compare table .hoshi1:before {
	color: #ffa524;
	content: "★";
}

.oil_compare table .hoshi2:before {
	color: #ffa524;
	content: "★★";
}

.oil_compare table .hoshi3:before {
	color: #ffa524;
	content: "★★★";
}

.oil_compare table th:nth-child(1) { width: 7%; }

.oil_compare table th:nth-child(2) { width: 15%; }

.oil_compare table th:nth-child(3) { width: 1%; }

.oil_compare table th:nth-child(4) { width: 1%; }

.oil_compare table th:nth-child(5) { width: 4%; }

.oil_compare table th:nth-child(6) { width: 7%; }

.oil_compare table th:nth-child(7) { width: 19%; }

.oil_compare table th:nth-child(8) { width: 5%; }

.oil_compare table th:nth-child(9) {
	width: 5%;
	font-size: 11px;
}

.oil_compare table td:nth-child(2) { font-size: 13px; }

.oil_compare table td:nth-child(3) { text-align: center; }

.oil_compare table td:nth-child(4) { text-align: center; }

.oil_compare table td:nth-child(5) { text-align: center; }

.oil_compare table td:nth-child(8) { text-align: center; }

.oil_compare table td:nth-child(9) { text-align: center; }

.row_4 { overflow: hidden; }

.row_4 li {
	float: left;
	margin: 4px 0 0 10px;
	text-align: center;
	width: 23%;
}

.row_4 li img { border: solid 1px #ddd; }

/*ミシレルト2
----------------------------------------------------------------*/
#misi3387002 { }

#misi3387002 dt {
	float: left;
	margin: 0 16px 30px 0;
}

#misi3387002 dd {
	min-height: 150px;
	margin: 0 0 30px;
}

/*スーパーフード
----------------------------------------------------------------*/
.superFood ul { overflow: hidden; }

.superFood ul li {
	float: left;
	margin: 8px 1%;
	height: 430px;
	position: relative;
	width: 31%;
}

/*エリアブリン
----------------------------------------------------------------*/
.helia {
	background: #f4f4f4;
	border-radius: 8px;
	padding: 10px;
}

.helia dt {
	float: left;
	margin: 0 10px 10px 0;
}

/*セルールボーテ
----------------------------------------------------------------*/
.cellule p {
	color: #f33;
	font-size: 21px;
	font-weight: bold;
	margin: 8px 0;
	text-align: center;
}

.cellule dl {
	box-shadow: 0 0 3px#e3e9ff;
	border-radius: 8px;
	box-sizing: border-box;
	float: left;
	margin: 0 2% 32px;
	overflow: hidden;
	width: 46%;
}

.cellule dt {
	color: #002580;
	font-size: 16px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
}

.cellule dd {
	background: #e3e9ff;
	box-sizing: border-box;
	padding: 8px;
}

.cellule dd span {
	display: block;
	color: #f33;
	text-align: right;
}

.cellule dl figure ,  .cellule dl dt img {
	margin: 0 auto;
	width: 60%;
}

@media only screen and (max-width: 767px) {
	
	
}



/*問い合わせ商品用
----------------------------------------------------------------*/
.nbpage p {
	color: #f33;
	font-size: 21px;
	font-weight: bold;
	margin: 8px 0;
	text-align: center;
}

.nbpage dl {
	box-shadow: 0 0 3px #7EE9CB;
	border-radius: 8px;
	box-sizing: border-box;
	float: left;
	margin: 0 2% 32px;
	overflow: hidden;
	width: 46%;
}

.nbpage dt {
	color: #00604D;
	font-size: 16px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
	height: 40px;
}

.nbpage dd {
	background: #D8FFF4;
	box-sizing: border-box;
	padding: 8px 10px;
	height:110px;
}

.nbpage dd span {
	display: block;
	color: #FF6C33;
	text-align: right;
}

.nbpage dl div {
	margin: 0 auto;
	width: 60%;
}
.nbpage .forpc {
	display:inline-block !important;
}

/*講習calendar
----------------------------------------------------------------*/

#detail_col h2 {
	background: #005bac ;
	border: solid 2px #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #004F94 ;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 21px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 8px 12px;
	text-align: left;
}

.calendar table { margin: 0 1% 30px; border: solid #ccc 1px;}
.calendar caption { font-size: 20px; }

.calendar th {
	border: solid #ccc 1px;
	border-bottom: none;
	padding: 8px;
	text-align: center;
	width: 5%;
}
.calendar .calen .headline th {
	border-bottom: solid #ccc 1px;
	background-color: #E3F9EC;
}

.calendar td {
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: none;
	padding: 1px;
	text-align: center;
}

#detailarea .calendar td img { display: inline; }
.calendar td.holiday { background: #f0f0f0; }

#tab {
	border-bottom: solid 1px #4ca3bf;
	padding: 12px 0 42px 16px;
}

#tab li {
	background: #4ca3bf;
	border-left: solid 1px #fff;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	line-height: 1.8;
	margin: 1px 0 0;
	padding: 8px 0;
	text-align: center;
	width: 19.5%;
}

#tab li:first-child { border: none; }

#tab li.select {
	background: #c9eaf5;
	border: solid 1px #4ca3bf;
	border-bottom: none;
	margin: -4px 0 0;
	padding: 10px 0;
	color: #4ca3bf;
}

.disnon { display: none; }

.calendar { padding: 15px 0 0 5px; }

/*講習概要
----------------------------------------------------------------*/
.clear {
	clear:both;
}
#mary section { background: url(https://be-wave.co.jp/be_wavestyle/etc/lecture/mary_bg.jpg) repeat; }

article {
	margin: 0 auto;
	width: 100%;
}
.semiarea figure {
	text-align:center;
}
.semiarea figure img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.semiarea figure .bnr {
	margin: 0 auto;
}
.semiarea iframe {
	width:100%;
	height:500px;
}
.semiarea button {
	background-color: #FF5192;
	border-radius: 8px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto;
	padding: 8px 31px;
	text-align: center;
}
.semiarea header {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin: 8px auto 0;
	padding: 8px;
	width: 98%;
z-index: 0;
}

.semiarea header h1 { margin: 0 0 8px;
}

.semiarea section {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 8px auto;
	padding: 8px;
	width: 98%;
	text-align:center;
}
.semiarea section h2 {
	background: #ffd3d7;
	border: solid 2px #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px #f6bec3;
	color: #4f1e0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1.5rem;
	margin: 8px 0 20px;
	padding: 4px 8px;
	text-align: center;
}

.semiarea section h3 {
	/*background-color: #ffd3d7;*/
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 18px;
	/*margin: 5px 5px 10px;*/
	padding: 3px 0;
	text-align: center;
}

.semiarea section h4 {
	/*color: #f77;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1.8rem;
	margin: 8px 0;*/
}

.semiarea .semipast h3{
	color: #FFFFFF;
	background: #999 none repeat scroll 0 0;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #A89499;
	-webkit-box-shadow: 0 0 5px #A89499;
}
.semiarea .semipast h4 {
	color: #FFFFFF;
	background-color: #C7C7C7;
}
.semiarea .semipast span {
	color: #6D786D;
}

.semiarea #lecture dl {
	margin: 8px 0 0;
	overflow: hidden;
	text-align:left;
}
.semiarea #lecture dl dt {
	float: left;
	margin: 0 0 5px;
	text-align: right;
	width: 9.8em;
}
.semiarea #lecture dl dt:after {
	content: ":";
	margin: 0 5px;
}
.semiarea #lecture dl dd {
	margin: 0 0 8px;
	padding: 0 0 0 8.8em;
}
.semiarea #lecture dl dd span,
.semiarea #formCol table th span { white-space: nowrap; }

.semiarea #lecture dl dt::before {
    color: #a4cd85;
    content: "◆";
    font-size: 1.3rem;
}
.semiarea #lecture dl dd { padding: 0 0 0 9.7em; }

.semiarea #lecture .center {
    text-align: center;
}
.semiarea .half {
	width:50%;
	float:left;
	margin:10px auto;
}
.semiarea .half img {
	border: 7px solid white;
	box-shadow: 2px 2px 2px 1px #B7B7B7;
	margin-bottom: 6px;
	width: 90%;
	-webkit-box-shadow: 2px 2px 2px 1px #B7B7B7;
}

.semiarea .doc h3 {
	color: #027246;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	margin: 40px 0;
	padding: 0;
}
.semiarea .c37 h3 {
	color: #FB9C00;
	margin: 20px 0;
}
.semiarea .marychor h3 {
	color: #725501;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px 0px 20px;
}
.semiarea .marychor h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
	color:#008000;
}
.semiarea .marychor p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
   line-height: 36px;
   margin: 10px auto;
}
.semiarea .doc p , .semiarea .c37 p {
	width:80%;
	margin:5px auto;
	font-size: 14px;
	line-height:38px;
}

.semiflow {
	width:95%;
	margin:20px auto;
	padding-left: 50px;
}
.semiflow div {
	width: 20%;
	float: left;
	border: 3px solid #00A231;
	text-align: center;
	margin: 0 40px 0 0;
	position: relative;
}
.semiflow div p {
	margin:0 5px;
	text-align:left;
}
.arr:before {
	content: url(https://be-wave.co.jp/be_wavestyle/etc/lecture/arrow.png);
	position: absolute;
    right: -40px;
	 top:20px;
}
.semiflow div .flowtt {
	background-color: #00A000;
	color: white;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 2px 0;
	text-align:center;
}
.semitxt {
	width:93%;
	margin:15px auto;
}
.semiarea #lecture.insta dl dd {
    padding: 8px 0px 0px 10.1em;
}
#lecture.semivos img {
	margin:5px auto;
}
#lecture.semivos h3 {
	text-align: left;
	margin: 15px auto 8px auto;
}
.semiarea #lecture.semivos h4 {
	text-align: center;
    font-size: 1.8em;
    margin: 8px auto;
}
.mdiv{
	border: 1px dashed #CBCBCB;
    margin: 10px auto;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*.mdiv .mtitle {
	font-size: larger;
	margin: 0px 0 10px 0px;
}*/
/*.mdiv img {
    float: right;
    width: 60%;
    max-width: 250px;
    margin: 0px 5px 15px 5px;
	border: 1px solid #cccccc;
}*/
/*.mdiv a{
	bottom: 5px;
    right: 10px;
    position: absolute;
}*/
.mdiv .endbg , .endbg {
    position: absolute;
    /* z-index: 5; */
    /* width: initial; */
    /* min-width: 1200px; */
    /* float: none; */
    /* margin: 0; */
    /* left: -5px; */
    /* border: 0; */
    /* top: 0; */
}



@media only screen and (max-width: 767px) {
	.semiarea #lecture.insta dl dt {
    width: 6.5em;
}
.semiarea #lecture.insta dl dt::before {
    font-size: 1em;
}
.semiarea #lecture.insta dl dd {
    padding: 1px 0px 0px 7.1em;
}
	
.semiarea .banner-2column ul li.mdiv {
    margin: 5px auto;
}

}





.semical {
	/*width:50%;*/
}

.semical  #tab {
    float: right;
    width: 53%;
	 padding: 10px 0 0 0px;
}
.semical  #tab li {
	width: 24.7%;
}
.semical  .calendar {
	float: right;
	width:53%;
}
.semical  .calendar  table {
margin: 0 0 5px;
}
.semical .calendar .calen .headline th {
    width: 100px;
	 padding: 3px 0;
}
.semical  .calendar .calen .headline .satsun {
	width:40px;
}
.semical  .calendar td {
	height:45px;
	border-bottom: 1px dotted #DFDFDF;
	padding: 1px 0 3px;
	vertical-align: top;
}
.semical table img {
	width:37px;
}

@media only screen and (max-width: 767px) {
	.semiarea , .semiarea ul , .semiarea p {
    font-size: 12px;
}
	.semiarea header h1 {
    font-size: 12px;
}
	
.semiarea section h2 {
	background: #ffd3d7;
	border: solid 2px #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px #f6bec3;
	color: #4f1e0f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	margin: 8px 0 20px;
	padding: 4px 8px;
	text-align: center;
}
.semitxt {
	width:93%;
	margin:10px auto;
	font-size: 12px;
}	
	
	
.semiarea section h3 {
    font-size: 16px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}


/*ブランド講習
----------------------------------------------------------------*/

.sb_area {
	width:48%;
	min-height:350px;
	float:left;
	border:2px solid #0E2480;
	/*padding:8px 5px;*/
	margin:10px 3px;
	border-radius: 6px;
}
section .sb_area div h3 {
	color:#FFFFFF;
	background-color:#0E2480;
	padding: 8px 20px 5px 50px;
	margin-bottom:5px;
	font-size: 22px;
	text-align:left;
	/*position:relative;*/
	z-index: 1;
}
.sb_area h4 {
	color:#FFFFFF;
	background-color:#FF0004;
	padding:0px 9px;
	margin:3px 2px;
	border-radius:8px;
	display: inline-block;
	float:right;
}
.sb_area.div {
	width: 10%;
	min-height: 10px;
	float: left;
	margin:0px 5px 0px 5px;
	border:1px solid #002CFF;
	position:relative;
	top: 5px;
	left: 3px;
}
/*.sb_area img  {
	width:100%;
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/
.sb_area img {
	float: left;
    margin: 3px 5px;
    height: 35px;
}

.sb_area .c_txt {
	font-size: 16px;
	border-bottom: 10px #ffecac solid;
	/*line-height: 0px;*/
	margin:17px auto 2px auto;
	width: 90%;
	text-align: center;
	font-weight:bold;
}
.sb_area .c_txt2 {
	background-color: #ADEBFD;
    padding: 5px 5px;
    width: 90%;
    margin: 3px auto;
    text-align: left;
}
.sb_area dl {
	text-align:left;
	margin:0 8px;
}
.sb_area dl dt {
	background-color: #0e2480;
    color: white;
    border-radius: 8px;
    padding: 1px 5px;
    margin-right: 3px;
    display: inline;
    float: left;
    clear: both;
}
.sb_area dl dd {
	min-height: 23px;
}
.sb_area li {
	text-align: left;
}
.sb_area ul {
	margin: 5px 10px;
}

p.sb_btn {
	width:70%;
	color: #FFFFFF;
	font-size:16px;
	background-color: #FFA201;
	text-align:center;
	padding:8px 0;
	margin:5px auto 12px auto;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px #a4a4a4;
}


.end {
    max-width: 700px;
    text-decoration: line-through;
}
.end div {
    color: #ff0000;
    float: right;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	.forpc {display:block !important;}
	.forsp {display:none !important;}
}
@media screen and (max-width: 768px) {
	.forpc {display: none !important;}
	.forsp {display: block !important;}
}

.banner-2column h4 , .banner-3column h4 , .banner-4column h4 {
	word-break:break-all;
	height:70px;
	line-height: 20px;
	margin: 5px 0 0;
}

@media only screen and (max-width: 767px) {
	.sb_area {
	width: 100%;
    min-height: auto;
    float: none;
    /* border: 2px solid #0E2480; */
    /* padding: 8px 5px; */
    margin: 10px auto;
    /* border-radius: 6px;*/
}
section .sb_area div h3 {
	color: #FFFFFF;
    background-color: #0E2480;
    padding: 8px 20px 5px 60px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: left;
    /* position: relative; */
    z-index: 1;
}
.sb_area h4 {
	color:#FFFFFF;
	background-color:#FF0004;
	padding:0px 9px;
	margin:3px 2px;
	border-radius:8px;
	display: inline-block;
	float:right;
}
.sb_area div {
	width: 100%;
    min-height: 10px;
    float: none;
    margin: 0px 0px 0px 0px;
    border: 0px solid #002CFF;
    position: relative;
    top: 0px;
    left: 0px;
}
.sb_area img {
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.sb_area .c_txt {
	font-size: 14px;
    /* border-bottom: 10px #ffecac solid; */
    /* line-height: 0px; */
    margin: 5px auto 5px auto;
    width: 90%;
    /* text-align: center; */
    /* font-weight: bold; */
}
.sb_area .c_txt2 {
	background-color:#ADEBFD;
	padding:5px 5px;
	width: 90%;
	margin: 0 auto;
}
.sb_area p {
	text-align:left;
	margin:0 8px;
}
.sb_area span {
	margin-bottom: 20px;
    /* background-color: #0e2480; */
    /* color: white; */
    /* border-radius: 8px; */
    padding: 1px 6px;
    /* margin-right: 3px; */
    font-size: 11px;
    line-height: 20px;
}
p.sb_btn {
	width: 85%;
    max-width: 350px;
	color: #FFFFFF;
	font-size:16px;
	background-color: #FFA201;
	text-align:center;
	padding:8px 0;
	margin:5px auto 12px auto;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px #a4a4a4;
}

	
}


/* 7days--20170127 */
.beforaft {
	display:flex;
}
.beforaft img {
	max-height:407px;
}
.jmpbtn {
	text-align:center;
	max-width:700px;
	margin:20px auto;
	display: ruby-text;
}
.jmpbtn .btn {
	width:30%;
	display: inline-table;
	color:#FFFFFF;
	background-color:#ee816a;
	font-weight:bold;
	padding:7px 0px;
	margin:0 3px;
	border-radius:5px;
}
/*
@media screen and (max-width: 768px) {
.entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th {
    padding: 3px;
}
}
@media screen and (max-width: 360px) {
.jmpbtn .btn {
	font-size:small;
}
}*/

/*オススメ商品ピックアップvol.8
----------------------------------------------------------------*/
#pickup008 {
}
/*#pickup008 ul li {
	background-color:#FF9596;
}*/
#pickup008 h3 {
	font-size: 18px;
    padding: 5px 0 0 6px;
}
#pickup008 h4 {
	font-size: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FF4C6B;
	word-break: break-all;
	margin: 0px;
	padding: 0px 3px;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffc9f 60%) repeat scroll 0 0;
   display: inline;
	position:relative;
	z-index: 0;
}
#pickup008 h4:before {
	content: url(/user_data/bewave/pickup/masakopickup_002l.png);
	 position: relative;
    top: 5px;
    padding-right: 5px;
}
#pickup008 .mcom1 ,  #pickup008 .mcom5 {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #fffc9f 0%) repeat scroll 0 0;
	margin-left: 10px;
}
#pickup008 .mcom1:before , #pickup008 .mcom5:before {
    content:  "●";
    color: #fffc9f;
    position: absolute;
    /*top: 5px;*/
    /* padding-right: 5px; */
    left: -15px;
    font-size: 40px;
    z-index: -1;
}
#pickup008 .mcom1:after {
	content: url(/user_data/bewave/pickup/masakopickup_001l.png);
	position: absolute;
    right: -48px;
    top: 0;
}
#pickup008 .mcom5:after {
	content: url(/user_data/bewave/pickup/masakopickup_005l.png);
	position: absolute;
    right: -48px;
    top: 0;
}
#pickup008 h5 {
	/*text-align:right;*/
	position: absolute;
    bottom: 5px;
    right: 20px;
}
#pickup008 h6 {
	color:#880204;
	font-size:14px;
	margin:10px auto 5px auto;
	word-break:break-word;
}
#pickup008 p {
	 line-height: 24px;
    font-size: 16px;
}
#area_28-29 .item {
	background-color:#feeff6;
}
#area_30-31 .item {
	background-color:#fcead3;
}
#area_32-33 .item {
	background-color:#e9f6fe;
}
#area_34-35 .item {
	background-color:#ecf2c6;
}
#area_36-37 .item {
	background-color:#fef6ea;
}
#pickup008 .item {
	background-repeat: no-repeat;
	background-size: auto 360px;

	border-radius: 15px;
	box-shadow: 4px 4px 2px gray;
	margin: 5px auto 15px;
	max-width: 800px;
	/*min-height: 330px;*/
	padding: 15px 10px;
	position: relative;
}
#pickup008 a {
    display: block;
}
#pickup008 a , #pickup008 a:hover , #pickup008 a:link {
	color:#000000;
	text-decoration:none;
}
#pickup008 a:hover {
	opacity:0.7;
}

#pickup008 .item div {
	width: 200px;
	min-width: 200px;
	max-width: 100%;
	background-color: rgba(255,255,255,0.00);
	margin: 5px 0px;
	padding:0 5px;
	word-break: break-all;
}
.itemr {
	/*float:right;*/
	background-position:right;
}
/*.iteml {
	float:left;
}*/
#pickup008  .subimg {
	margin:0 10px;
}

#pickup008 .itemr img {
	float:right;
	margin:3px auto;
}
#pickup008 .itemr div {
	float:left;
}
#pickup008 .iteml img {
	float:left;
	margin:3px auto;
}
#pickup008 .iteml div {
	float:right;
}
#pickup008 .item0 img {
	width:1%;
}
#pickup008 .item0 div , #pickup008 .item0 .subimg {
	width:95%;
}
#pickup008 .item10 img {
	width:10%;
}
#pickup008 .item10 div , #pickup008 .item10 .subimg {
	width:85%;
}
#pickup008 .item20 img {
	width:20%;
}
#pickup008 .item20 div , #pickup008 .item20 .subimg {
	width:75%;
}
#pickup008 .item25 img {
	width:25%;
}
#pickup008 .item25 div , #pickup008 .item25 .subimg {
	width:70%;
}
#pickup008 .item30 img {
	width:30%;
}
#pickup008 .item30 div , #pickup008 .item30 .subimg {
	width:65%;
}
#pickup008 .item35 img {
	width:35%;
}
#pickup008 .item35 div , #pickup008 .item35 .subimg {
	width:60%;
}
#pickup008 .item40 img {
	width:40%;
}
#pickup008 .item40 div , #pickup008 .item40 .subimg {
	width:55%;
}
#pickup008 .item45 img {
	width:45%;
}
#pickup008 .item45 div , #pickup008 .item45 .subimg {
	width:50%;
}
#pickup008 .item50 img {
	width:50%;
}
#pickup008 .item50 div , #pickup008 .item50 .subimg {
	width:45%;
}
#pickup008 .item55 img {
	width:55%;
}
#pickup008 .item55 div , #pickup008 .item55 .subimg {
	width:40%;
}
#pickup008 .item60 img {
	width:60%;
}
#pickup008 .item60 div , #pickup008 .item60 .subimg {
	width:35%;
}
#pickup008 .item65 img {
	width:65%;
}
#pickup008 .item65 div , #pickup008 .item65 .subimg {
	width:30%;
}
#pickup008 .item70 img {
	width:70%;
}
#pickup008 .item70 div , #pickup008 .item70 .subimg {
	width:25%;
}
#pickup008 .item100 img {
	width:100%;
}
#pickup008 .item100 div , #pickup008 .item100 .subimg {
	 width: 95%;
    float: none;
    margin: 0 auto;
}
#pickup008 .item3 img , #pickup008 .item3 div {
	width:39%;
	float:left;
}
#pickup008 .item3 .subimg {
	width:18%;
	float:right;
}
#pickup008  .subimg100 {
	width:100% !important;
}
.marchive {
	width:180px;
	margin:3px 5px;
	border-radius:10px;
	padding:10px 0;
	 text-align: center;
	 border: 3px solid;
	 float:left;
}
.m007 {
	background-color: #8fc7d6;
	border-color: #037588;
	/*box-shadow: 0 0 0 3px #CCC, 0 0 0 4px #999;*/
}
.m008 {
	background-color: #ff83ba;
	border-color: #005bac;
}
.marchive img {
	/*float:left;
	margin:10px 10px;*/
}
.marchive p {
	padding-top: 7px;
   text-align: center;
}

/*PICKUP2018
----------------------------------------------------------------*/

#pickup009 h3 {
	font-size: 18px;
    padding: 5px 0 0 6px;
}
#pickup009 h4 {
	font-size: 26px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FF4C6B;
	word-break: break-all;
	margin: 0px;
	padding: 0px 3px;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffc9f 60%) repeat scroll 0 0;
   display: inline;
	position:relative;
	z-index: 0;
}
#pickup009 h4:before {
	content: url(/user_data/bewave/pickup/masakopickup_002l.png);
	 position: relative;
    top: 5px;
    padding-right: 5px;
}
#pickup009 .mcom1 ,  #pickup009 .mcom5 {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #fffc9f 0%) repeat scroll 0 0;
	margin-left: 10px;
}
#pickup009 .mcom1:before , #pickup009 .mcom5:before {
    content:  "●";
    color: #fffc9f;
    position: absolute;
    /*top: 5px;*/
    /* padding-right: 5px; */
    left: -15px;
    font-size: 40px;
    z-index: -1;
}
#pickup009 .mcom1:after {
	content: url(https://www.be-wavestyle.jp/user_data/bewave/pickup/masakopickup_001l.png);
	position: absolute;
    right: -48px;
    top: 0;
}
#pickup009 .mcom5:after {
	content: url(https://www.be-wavestyle.jp/user_data/bewave/pickup/masakopickup_005l.png)repeat;
	position: absolute;
    right: -48px;
    top: 0;
}
#pickup009 h5 {
	/*text-align:right;*/
	position: absolute;
    bottom: 5px;
    right: 20px;
}
#pickup009 h6 {
	color:#880204;
	font-size:14px;
	margin:10px auto 5px auto;
	word-break:break-word;
}
#pickup009 p {
	 line-height: 24px;
    font-size: 16px;
}
#area9_30-31 .item {
	background: url("https://www.be-wavestyle.jp/user_data/bewave/pickup2018/bg_pink.jpg") ;
}
#area9_32-33 .item {
	background: url("https://www.be-wavestyle.jp/user_data/bewave/pickup2018/bg_green.jpg") ;
}
#area9_34-35 .item {
	background: url("https://www.be-wavestyle.jp/user_data/bewave/pickup2018/bg_orange.jpg") ;
}
#area9_36-37 .item {
	background: url("https://www.be-wavestyle.jp/user_data/bewave/pickup2018/bg_blue.jpg") ;
}
	
#pickup009 .item {
	/*background-repeat: no-repeat;*/
	/*background-size: auto 360px;*/
	border-radius: 15px;
	box-shadow: 4px 4px 2px gray;
	margin: 5px auto 15px;
	max-width: 800px;
	/*min-height: 330px;*/
	padding: 15px 10px;
	position: relative;
	overflow: hidden;
}
#pickup009 a {
    display: block;
}
#pickup009 a , #pickup008 a:hover , #pickup008 a:link {
	color:#000000;
	text-decoration:none;
}
#pickup009 a:hover {
	opacity:0.7;
}

#pickup009 .item div {
	width: 200px;
	min-width: 200px;
	max-width: 100%;
	background-color: rgba(255,255,255,0.00);
	margin: 5px 0px;
	padding:0 5px;
	word-break: break-all;
}
.itemr {
	/*float:right;*/
	background-position:right;
}
/*.iteml {
	float:left;
}*/
#pickup009  .subimg {
	margin:0 10px;
}

#pickup009 .itemr img {
	float:right;
	margin:3px auto;
}
#pickup009 .itemr div {
	float:left;
}
#pickup009 .iteml img {
	float:left;
	margin:3px auto;
}
#pickup009 .iteml div {
	float:right;
}
#pickup009 .item0 img {
	width:1%;
}
#pickup009 .item0 div , #pickup009 .item0 .subimg {
	width:95%;
}
#pickup009 .item10 img {
	width:10%;
}
#pickup009 .item10 div , #pickup009 .item10 .subimg {
	width:85%;
}
#pickup009 .item20 img {
	width:20%;
}
#pickup009 .item20 div , #pickup009 .item20 .subimg {
	width:75%;
}
#pickup009 .item25 img {
	width:25%;
}
#pickup009 .item25 div , #pickup009 .item25 .subimg {
	width:70%;
}
#pickup009 .item30 img {
	width:30%;
}
#pickup009 .item30 div , #pickup009 .item30 .subimg {
	width:65%;
}
#pickup009 .item35 img {
	width:35%;
}
#pickup009 .item35 div , #pickup009 .item35 .subimg {
	width:60%;
}
#pickup009 .item40 img {
	width:40%;
}
#pickup009 .item40 div , #pickup009 .item40 .subimg {
	width:55%;
}
#pickup009 .item45 img {
	width:45%;
}
#pickup009 .item45 div , #pickup009 .item45 .subimg {
	width:50%;
}
#pickup009 .item50 img {
	width:50%;
}
#pickup009 .item50 div , #pickup009 .item50 .subimg {
	width:45%;
}
#pickup009 .item55 img {
	width:55%;
}
#pickup009 .item55 div , #pickup009 .item55 .subimg {
	width:40%;
}
#pickup009 .item60 img {
	width:60%;
}
#pickup009 .item60 div , #pickup009 .item60 .subimg {
	width:35%;
}
#pickup009 .item65 img {
	width:65%;
}
#pickup009 .item65 div , #pickup009 .item65 .subimg {
	width:30%;
}
#pickup009 .item70 img {
	width:70%;
}
#pickup009 .item70 div , #pickup009 .item70 .subimg {
	width:25%;
}
#pickup009 .item100 img {
	width:100%;
}
#pickup009 .item100 div , #pickup009 .item100 .subimg {
	 width: 95%;
    float: none;
    margin: 0 auto;
}
#pickup009 .item3 img , #pickup009 .item3 div {
	width:39%;
	float:left;
}
#pickup009 .item3 .subimg {
	width:18%;
	float:right;
}
#pickup009  .subimg100 {
	width:100% !important;
}



#detailarea header {
z-index: 0;
}






/*h1
----------------------------------------------------------------*/
.hidearea {
	font-size: 14px;
   margin-bottom: -30px;
   /*visibility: hidden;*/
	color: #FFF7F8;
}

@media only screen and (max-width: 767px) {
	
	
}

/*利用規約
----------------------------------------------------------------*/
.checkarea {
	width:700px;
	border:3px solid red;
	padding:20px;
	margin:10px auto;
}
.checkarea h2 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	color:red;
}
.checkarea p {
	 font-size: 11px;
    margin-top: 14px;
}
.acceptarea {
	display: flex;
   margin: 0 auto;
	width: 280px;
}
.acceptarea a {
   margin: 0 10px;
}
.btn01 {
	text-align:center;
}
.btn01 input {
	margin:5px;
}

@media only screen and (max-width: 767px) {
	
	
}


/*キャンペーン一覧
----------------------------------------------------------------*/
#detailarea.campaign_top div {
	width:50%;
	margin:0 auto;
	float:left;
}
#detailarea.campaign_top img {
	width:95%;
	height: 95%;
	margin: 5px auto 0px auto;
	box-shadow: 0 0 4px 1px #E0E0E0;
	-webkit-box-shadow: 0 0 4px 1px #E0E0E0;
}
#detailarea.campaign_top h2 {
	width: 100%;
    margin: 0 10px;
    border: none;
    color: inherit;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}
#detailarea.campaign_top h2 span {
	color:#FFFFFF;
	font-weight:bold;
	background-color:rgba(255,0,0,1.00);
	padding:3px 5px;
	margin-right:3px;
	border-radius:5px;
}

#detailarea.campaign_top p {
	height: 72px;
   line-height: 18px;
   margin: 5px auto 0px;
   width: 98%;
}



#nav-category.cosmepage {
    /*clear: both;
    overflow: hidden;*/
    width: auto;
}
#nav-category.cosmepage ul li {
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.5);
    margin: 10px 25px;
}

.cpareadiv {
	display: table-caption;
   margin: 0 auto;
   width: 80%;
}

@media only screen and (max-width: 767px) {

#detailarea.campaign_top {
	padding: 10px 5px 30px;
}
#detailarea.campaign_top h1 {
	text-align:center;
	margin:5px auto;
}
#detailarea.campaign_top div {
	width: 100%;
    margin: 0 auto;
    float: none;
}
#detailarea.campaign_top img {
	width:95%;
	height: 95%;
	margin: 5px auto 0px auto;
	box-shadow: 0 0 4px 1px #E0E0E0;
	-webkit-box-shadow: 0 0 4px 1px #E0E0E0;
}
#detailarea.campaign_top h2 {
	width:100%;
	margin:0 10px;
}
#detailarea.campaign_top h2 span {
	color:#FFFFFF;
	font-weight:bold;
	background-color:rgba(255,0,0,1.00);
	padding:3px 5px;
	margin-right:3px;
	border-radius:5px;
}
#detailarea.campaign_top p {
	height: auto;
    line-height: 15px;
    margin: 5px auto 20px;
    width: 95%;
}
	
	
}


/*ご利用ガイドTOP
----------------------------------------------------------------*/
#detailarea.gtop {
line-height: 24px;
}
#detailarea.gtop p {
margin: 0 0 10px;
}
.guidetop {
	position:relative;
	min-height:310px;
}
.guidetop p {
	max-width: 480px;
	position: relative;
	text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
line-height: 24px;
}
#detailarea .guidetop p img {
	margin:5px 0px 5px 0px;
}
.guidetop .guidebg {
	position: absolute;
	right:0;
	bottom:20px;
}
.guidetop .guidebtn {
	position: absolute;
	right:10px;
	bottom:5px;
}
#detailarea.gtop .merit {
	font-size:20px;
	color:#FFFFFF;
	background-color:#0059ae;
	padding:10px 18px;
	margin:20px auto;
}
.guidem {
	float: left;
   max-width: 420px;
   min-height: 118px;
   padding: 0px 0 5px 0;
   width: 399px;
}
.guidem h3 {
	font-size: 20px;
   font-weight: bold;
   line-height: 24px;
   margin-bottom: 5px;
}
#detailarea .guidem p {
	font-size: 12px;
   line-height: 20px;
    margin: 0px 0 15px;
}
#detailarea .guidem img {
	width:70px;
float:left;
	padding-bottom: 10px;
   padding-right: 5px;
}
.guidem span {
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	padding: 0 2px;
}
#guide section h2 {
    background: #fccdce;
    border-top: solid 1px #ff9799;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 70px 0 5px;
    padding: 5px 10px;
    font-weight: normal;
    color: #000;
    border-left: none;
}
#guide #order ul li {
    float: left;
    margin: 0 5px;
    height: 155px;
    width: 389px;
}
#guide #guideNav li {
    float: left;
    margin: 5px 0 5px 5px;
    width: 19%;
}

@media only screen and (max-width: 767px) {
	#detailarea.gtop {
    /*line-height: 24px;*/
    padding: 0 10px;
}
.guidem {
    float: none;
    /* max-width: 420px; */
    min-height: auto;
    padding: 0px 0 5px 0;
    width: 100%;
}
.guidem h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 3px;
}
#detailarea .guidem img {
    width: 60px;
}
#guide #guideNav li {
    float: none;
    margin: 5px 0 5px 15px;
    width: auto;
}
#guide #order ul li {
    float: none;
    margin: 0 5px;
    height: auto;
    width: auto;
}
#guide #pay table {
    width: auto;
}
	
	
	
}


/*201707_テンプレート配色変更
----------------------------------------------------------------*/
#undercolumn div#DetailMatrixView table th {
    background: #999 /*005bac*/ none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
}

.btn_area a.next , #cart_area .cart a , .btn_area .next input , div.listrightbloc .cartin_btn input {
    background: #005bac /*ffa9b5*/ none repeat scroll 0 0;
}
.btn_area a.next:hover , #cart_area .cart a:hover , .btn_area .next input:hover , div.listrightbloc .cartin_btn input:hover { background: #1E95FF; }

#cart_area h2 , #category_area h2 {
	color:#FFFFFF;
    background: #999 none repeat scroll 0 0;
    border-color: #fff #fff currentcolor;
    box-shadow: 0 0 1px #999;
}
#detail_col {
	padding:0;
}
/*五行トリートメント
----------------------------------------------------------------*/
.gogyou {
	width:80%;
	color:#FFFFFF;
	padding:10px;
	margin:5px auto;
	background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/modish_5s_bg.jpg); 
	text-shadow: 1px 1px 2px #585858;
	background-size: cover;
}
.gogyou a , .gogyou a:link , .gogyou a:hover , .gogyou:link , .gogyou:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.gogyou img {
	float:left;
	padding:0px 40px;
}
.gogyou h3 {
	font-size:26px;
	font-weight:bold;
	margin: 8px 0;
	border:0;
}
.gogyou h4 {
	font-size:18px;
	float: right;
	background-color: #1D763D;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 0 5px;
}
.gogyou h5 {
	font-size: 16px;
	background-color: #FF9600;
	display: inline;
	padding: 5px 10px;
	text-shadow: none;
}
.gogyou p {
	margin: 10px 0;
}
@media only screen and (max-width: 767px) {
.gogyou {
	width:100%;
	/*color:#FFFFFF;*/
	/*padding:10px;*/
	margin: 5px auto;
	/*background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/modish_5s_bg.jpg); */
	/*text-shadow: 1px 1px 2px #585858;*/
}
.gogyou a , .gogyou a:link , .gogyou:link , .gogyou:hover {
	/*color:#FFFFFF;*/
	/*text-decoration:none;*/
}
.gogyou img {
	max-width:50px;
	/*float:left;*/
	padding: 0px 0px;
}
.gogyou h3 {
	font-size:15px;
	/*font-weight:bold;*/
	margin: 5px 0;
	/*border:0;*/
}
.gogyou h4 {
	font-size: 12px;
    float: none;
    /* background-color: #1D763D; */
    /* border-radius: 5px; */
    padding: 3px 8px;
    margin: 0 3px;
    display: inline;
}
.gogyou h5 {
	font-size: 14px;
    /* background-color: #FF9600; */
    /* display: inline; */
    line-height: 30px;
    /* padding: 5px 10px; */
    /* text-shadow: none;*/
}

}


#news_area span {
	float: right;
   margin-left: -90px;
   margin-right: 10px;
	margin-top: -29px;
}
#news_area dl.newslist {
    margin: 0 0 15px;
}
/*新着情報一覧
----------------------------------------------------------------*/
.news_list_area {
	border-bottom:dashed 1px #5C5C5C;
	/*margin: 8px 0;*/
   padding: 8px 10px;
}
.news_list_area p {
	color:#585858;
}
.news_list_area h3 {
	font-size:16px;
}

/*メールマガジン
----------------------------------------------------------------*/
#detailarea.mailmgz {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    width: 660px;
	 padding:10px 20px;
	 margin:0 auto;
}
#detailarea.mailmgz img {
	display:inline-block;
}

@media only screen and (max-width: 767px) {
	
	
}


/*エステ化粧品ページ
----------------------------------------------------------------*/
.ecatarea {
}
.ecatarea h2 {
	font-size:24px;
	text-align:left;
	padding-left:5px;
	border-bottom:1px solid #0755BF;
}
.ecatarea h3 {
	font-size:14px;
	text-align:left;
	margin:3px 0;
}
.ecatarea p {
	text-align:left;
	margin: 5px 15px;
}
.ecatarea div.list_area {
height:330px;
box-shadow: 1px 1px 2px #B7B7B7;
overflow:hidden;
margin: 0 6px 8px 0;
padding: 7px;
width: 204px;
}
.ecatarea .all {
	text-align:right;
}

/*大決算バーゲンセール2017
----------------------------------------------------------------*/
.saleside {
	position:absolute;
	top:-264px;
	z-index:1;
}

/*ハイトキ7gf
----------------------------------------------------------------*/
.sgfset {
	margin: 8px auto;
}
.sgfset  div {
	width: 40%;
	max-width: 200px;
	min-height: 120px;
	/*max-height: 200px;*/
	float: left;
	margin: 0px 8px;
	border: 1px solid #66708C;
}
.sgfset  div .wimg {
	/*width:95%;*/
	margin:0px auto;
}
.sgfset  div .himg {
	/*height:95%;*/
	max-height:200px;
	margin:0px auto;
}
.sgfset  p b {
	font-size:larger;
	font-weight:bold;
	color:#03589F;
}
.sgfset p {
	text-align:left;
}
.sgfset .wred {
	font-size: larger;
	background-color: red;
	color: white;
	padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
.sgfset {
	/*margin: 8px auto;*/
}
.sgfset  div {
    width: 80%;
    max-width: 280px;
    min-height: 160px;
    /*max-height: 280px;*/
     float: none; 
    margin: 5px auto;
    /*border: 1px solid #66708C;*/
}
.sgfset  div .wimg {
	/*width:95%;*/
	/*margin:0px auto;*/
}
.sgfset  div .himg {
	width:auto;
	height:95%;
	max-height:270px;
	margin:5px auto;
}
.sgfset  p b {
	/*font-size:larger;
	font-weight:bold;
	color:#03589F;*/
}
.sgfset p {
	/*text-align:left;*/
}
.sgfset .wred {
	font-size: larger;
	background-color: red;
	color: white;
	padding: 0px 10px;
}
	
}


/*五行5sトリートメント
----------------------------------------------------------------*/
.fivetxt div {
	width:24%;
	float:left;
	padding:3px;
}
.fivetxt h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}


@media only screen and (max-width: 767px) {
.fivetxt div {
	width: 80%;
    margin: 0 auto;
    float: none;
}
.fivetxt div img {
	max-width: 300px;
    width: 80%;
    margin: 5px auto;
}
.fivetxt h3 {
    /*border-left: 0px solid #faa;*/
	/* color:#009484;*/
    font-size: 16px;
	/* font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;*/
}
}


/*3個横並び
----------------------------------------------------------------*/
.fivetxt3{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fivetxt3 div {
	width:32%;
	padding:3px;
}
.fivetxt3 h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}

@media only screen and (max-width: 767px) {
	
.fivetxt3 div {
	width:90%;
	/*float:left;
	padding:3px;*/
	margin:0 auto;
}
.fivetxt3 div img {
	width: 100%;
	max-width:300px;
}
.fivetxt3 h3 {
    /*border-left: 0px solid #faa;*/
	 /*color:#009484;*/
    font-size: 16px;
	 /*font-weight:bold;*/
    /*line-height: 1;*/
    /*margin: 0 0 0px;*/
    /*padding: 3px 0 0 0px;*/
}
}



/*ポットシリーズレンタル
----------------------------------------------------------------*/
.rental2 h1 {
	display: none;
}
.rental2  {
	line-height:150%;
}
.rental_col {
	display: block;
	margin: 0 auto;
	background:url(https://www.be-wavestyle.jp/user_data/bewave/potrental/rental_bg.jpg)no-repeat;
	padding: 10px 0;
}
.rental_col section{
	margin: 0 0 40px 0;
}
.rental_top,.rental_merit {
	text-align: center;
}
.rental_top img {
	margin: 0 0 10px 0;
}
#detailarea.rental2 h2{
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.6em;
	border:none;
	color:#000;
}
.rental_price {
	text-align: center;
}

.rental_flow h3 {
	text-align: center;
	margin: 0 0 20px 0;
}
.rental_step {
	background: url(https://www.be-wavestyle.jp/user_data/bewave/potrental/flow_bg.png) top center repeat-y;
	overflow: hidden;	
}
.step {
	width: 200px;
	float: left;
	display: block;
	margin: 0 0 0 9px;
	padding: 17px 17px 0 17px;
	overflow: hidden;
}
.step p {
	font: 14px;
	line-height:1.5em;
	margin: 10px 0;
}
.rental_spec h3 {
	font-size:1.3em;
	font-weight: bold;
}
table.type08, table.type09 {
	width: 840px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	font: 13px;
	margin:15px auto 20px;
}

table.type08 thead th {
	padding: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #FBE6EF;
	width: 25%;
	text-align: center;
}
table.type08 tbody th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ececec;
}
table.type08 td {
	width: 25%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}
table.type09 thead th {
	padding: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #FBE6EF;
	text-align: center;
}
table.type09 tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ececec;
	vertical-align: middle;
}
table.type09 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

#detailarea .rental_col img {
	width: auto!important;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.sidebnr {
	width: 160px!important;
	overflow: hidden;
	height: 365px!important;
	margin: 10px 0 0 10px;
}

.rental_price {
	clear: both;
}

li.meritlist  {
list-style: none;
width: 260px !important;
float: left;
margin: 10px 8px 20px !important;
display: block;
}
	
ul.price_att li {
list-style: none;
}
	
.rental_flow {
	text-align: center;
}
	
.step {
text-align: left;
}
	
.step span {
	font-weight: bold;
}
.rental_col ul.spec_att li {
	list-style:square;
}
.rental_spec h3:before {
	content: "\025a0";
}

li.meritlist  {
list-style: none;
width: 252px;
height: 270px;
float: left;
margin: 0 0px 20px;
}

section.rental_price {
	clear: both;
}
.R_merit {
	width:280px;
	height: 270px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin : 20px 0;
	}
	
.R_merit dt{
	margin: 43px 0 0;
	height: 110px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
}	
	
.r_merit01 dt{
		text-shadow: 2px 2px 0px #EC9D0B;	
}
.r_merit02 dt{
		text-shadow: 2px 2px 0px #39A2AF;	
}
.r_merit03 dt{
		text-shadow: 2px 2px 0px #E75496;	
}

.R_merit dt span{
	font-size: 1.9em;
	line-height: 1.3em;
}

.R_merit dd{
	width: 190px;
	line-height: 1.3em;
	margin: 0 auto;
}		
.r_merit01{
	background: url(https://www.be-wavestyle.jp/user_data/bewave/potrental/merit01-2.png) no-repeat top center;
	
}

.r_merit02{
	background: url(https://www.be-wavestyle.jp/user_data/bewave/potrental/merit02-2.png) no-repeat top center;

}
.r_merit03{
	background: url(https://www.be-wavestyle.jp/user_data/bewave/potrental/merit03-2.png) no-repeat top center;

}
.pot_data2{
	width: 250px;
	float: left;
	margin: 14px;
	overflow: hidden;
}
.pot_data2 dl{
		margin: 0 !important;
	}
.pot_data2 dt{
	height: 50px;
	display:block;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.5em;
	overflow: hidden;
}
.pot_data2 dd {
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px auto;
}
.pot_data2 dd.pl_title{
	margin: 10px auto;
	font-size: 1.1em;	
	}
.pot_data2 dd.pl_price{
	text-align: center;
	font-size: 1.1em;	
	}
.pot_data2 dd.pl_price span{
	color: #EB6DA5;
	font-size: 2.2em;
	line-height: 1.5em;
	}
.cavi_dt {
	border: #CBD6BE 1px solid;
}
.cavi_dt dt {
	background: #CBD6BE;
}
.cavi_dt .pl_3months{
	background: #CBD6BE;
	padding: 10px 0;
	margin: 0 10px;
}
.magic_dt {
	border: #E9E9E8 1px solid;
}
.magic_dt dt {
	background: #E9E9E8;
}
.magic_dt .pl_3months{
	background: #E9E9E8;
	padding: 10px 0;
	margin: 0 10px;
}
.beauty_dt {
	border: #FAD9D7 1px solid;
}
.beauty_dt dt {
	background: #FAD9D7;
}
.beauty_dt .pl_3months{
	background: #FAD9D7;
	padding: 10px 0;
	margin: 0 10px;
}
.pl_3months span,.pl_3after span{
	font-size: 1.5em;
}
.pl_3after {
	font-size: 0.9em
}
.pl_title span{
	font-size: 0.8em;
}

ul.price_att{
	clear: both;
}

.spec_att li {
	list-style: inside !important;
	}


@media only screen and (max-width: 767px) {
	
	
}


/*ELECTRO TREATMENT SYSTEM
----------------------------------------------------------------*/
.electro_col {
	width: 840px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.box {
	overflow: hidden;
	height: 435px;
}
.hakei{
	width: 409px;
	background:url(https://www.be-wavestyle.jp/user_data/bewave/electro/electro21.jpg)no-repeat;
	overflow: hidden;
	padding: 90px 0 20px;
	float: left;
	height: 100%;
}
	.hakei2{
	width: 409px;
	background:url(https://www.be-wavestyle.jp/user_data/bewave/electro/electro09.png)no-repeat;
	overflow: hidden;
	padding: 90px 0 20px;
	float: right;
	height: 100%;
}

.hakei1  {
	width: 380px;
	margin: 0 auto;
}
.hakei1 span {
	color: #B90625;
}

.electro_mode {
	background: #F0F0E1;
	padding: 30px 43px;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.title2 {
	text-align: center;
	width: 90%;
	margin: 0 auto 20px;
}
.mode {
	width: 231px;
	float: left;
	margin: 0 10px;
}
.electro_point{
	overflow: hidden;
	margin: 0 0 25px 0;
}
.elc_point {
	width: 264px;
	float: left;
	margin: 0 23px 0 0;
	overflow: hidden;

}
.last {
	margin: 0;
}
table.type10, table.type09 {
	width: 840px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	font: 13px;
}

table.type10 tbody th {
	width: 25%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ececec;
}
table.type10 td {
	width: 80%;
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	border: 1px solid #ccc;
}

/*ｸﾞﾛｰｼﾏｰﾌﾞﾘｯｸ*/
	
.simmer_col{
	width: 840px;
}
.simmer_top{
	height: 1120px;
	background: url(https://www.be-wave.co.jp/be_wavestyle/etc/lib_img/glo/simmer_details1.jpg);

}
.simmer_txt1{
	padding: 150px 0 0 20px;
	line-height: 1.5em;
}
.simmer_txt1 span{
	color: #f0899a;
	font-size: 2em;
	line-height: 1.5em;
}
.simmer_lineP { background: linear-gradient(transparent 60%, #ffdffc 60%); 
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0 1px;
	font-weight: bold;
}

p.simmer_h2 {
	font-size: 17px;
	font-weight: bold;
}

/*be-wave Recommend*/
#detailarea2 {
	background: #fff;
	margin: 10px 10px 0 10px;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	position: relative;
	overflow: hidden;
	padding: 45px 20px 20px;
	border: 1px solid #eee;
	/*zoom:0.92;*/
}
.bwrecommend {
	width: 840px;
	overflow: hidden;
}

.recommendtt {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.bwrecommend h2 {
	display: block;
	margin: 30px 0;
	clear: both;
	}
.bwrecommend h2 img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	}
.bwrecommend ul {
	width: 556px;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 0;
}
	
.bwrecommend li {
	display: block;
	width: 121px;
	float: left;
	margin: 0 9px;
	list-style: none;
}
	
.bwrecommend a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}	

.bwreco {
	width:49%;
	float:left;
	text-align: center;
}
.bwreco:nth-child(1n) {
	margin:8px 0px 8px 0px;
}
.bwreco:nth-child(2n) {
	margin:8px 15px 8px 0;
}
.bwreco img {
	width:100%;
	height: 100%;
}



#vie_pl, #misi_pl, #pot_pl, #beau_pl {
	overflow: hidden;
}


@media only screen and (max-width: 767px) {
	
#detailarea2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 45px 5px 20px;
    border: 1px solid #eee;
    /* zoom: 0.92; */
}
.bwrecommend {
    width: 100%;
}
	.bwreco {
	width:100%;
	margin:0;
	float:none;
	}
		.bwreco img {
			width: 100%;
			max-width: 403px;
			margin: 15px auto;
}
.bwreco:nth-child(2n) {
    margin: 8px 0px 8px 0;
}
.bwreco:nth-child(1n) {
    margin: 8px 0px 8px 0px;
}
	
	
}




/*トップセミナーバナー*/
.topSeminar2{
	float:left;
	width: 320px;
	height: 478px;
	background: url(https://www.be-wave.co.jp/be_wavestyle/etc/lib_img/seminar/bnr_2.png);
	overflow: hidden;
}
.topSeminar1{
	float:left;
	width: 320px;
	height: 478px;
	background: url(https://www.be-wave.co.jp/be_wavestyle/etc/lib_img/seminar/bnr_1.png);
	overflow: hidden;
}
.topSeminar2 a.semilink{
	display: block;
	width: 320px;
	height: 185px;
}
.topSeminar1 a.semilink{
	display: block;
	width: 320px;
	height: 330px;
}
.semibnr {
	width: 290px;
	margin: 0 auto;
}

.semibnr img{
	background: #FFF;
	width: 98%;
	border: #FFF 3px solid;
	margin: 0 0 10px 0;
}


@media only screen and (max-width: 767px) {
	
	
}


/*パラフィンハンドケアメニュー
----------------------------------------------------------------*/
.para_handcare {
	/*width:850px;*/
	/*border:2px solid #FF0000;*/
	/*padding:10px;*/
}
.para_handcare img {
	/*max-width:100%;*/
}

.handcarep {
	width:80%;
	margin:5px auto;
	border:2px solid #FFBD00;
	padding:0 0px;
	text-align:center;
}
.handblock {
	display: table;
	width: 45%;
	float: left;
	margin: 0px 5px;
}
.handcarep div {
	width:49%;
	margin:5px auto;
	/*border:2px solid #FFcccc;*/
	padding:0;
	display:inline-block;
	text-align:center;
}

.handcarep img {
	width:80%;
	max-width:200px;
}
.handcarep h5 {
	margin:0 auto;
	background-color:#FFBD00;
	text-align:center;
	font-size: larger;
}



@media only screen and (max-width: 767px) {
.para_handcare {
	/*width:850px;*/
	/*border:2px solid #FF0000;*/
	/*padding:10px;*/
}
.para_handcare img {
	/*max-width:100%;*/
}

.handcarep {
	width:80%;
	margin:5px auto;
	border:2px solid #FFBD00;
	padding:0 0px;
	text-align:center;
}
.handblock {
	display: table;
    width: 80%;
    max-width: 600px;
    float: none;
    margin: 0px auto;
}
.handcarep div {
	width:49%;
	margin:5px auto;
	/*border:2px solid #FFcccc;*/
	padding:0;
	display:inline-block;
	text-align:center;
}

.handcarep img {
	width: 80%;
    max-width: 200px;
    margin: 0 auto;
}
.handcarep h5 {
	margin:0 auto;
	background-color:#FFBD00;
	text-align:center;
	font-size: larger;
}
	
}

/*商品詳細ラベル旧
----------------------------------------------------------------*/
#detailrightbloc p .rg , #detailrightbloc p .bt  ,  #detailrightbloc p .rb , #detailrightbloc p .nm {
	position:absolute;
	z-index: 2;
	width: 110px;
	left: 10px;
	top: 10px;
}
#detailrightbloc p .rg {
	 left: 195px;
    right: auto;
}
#detailrightbloc p .bt {
	top:195px;
}
#detailrightbloc p .rb {
	top:195px;
	left: 195px;
   right: auto;
}
#detailrightbloc p .nm {
	left: 10px;
	top: 10px;
}
#detailrightbloc p .so {
	position:absolute;
	z-index: 2;
	width: 240px;
	top:130px;
	left: 42px;
}
#detailrightbloc p .xx {
	position:absolute;
	z-index: 2;
	width: 180px;
	top:100px;
	left: 70px;
	pointer-events: none;
	/*content:url(../../../../it/x.png);*/
	/*content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../../../../it/x.png) no-repeat;
	background-size:contain;*/
}
#detailrightbloc p .xt {
	position:absolute;
	 z-index: 1;
    width: 280px;
    top: 20px;
    left: 20px;
}
#detailrightbloc p .ks {
	position:absolute;
	z-index: 1;
	width: 279px;
	left: 21px;
	top: 21px;
	pointer-events: none;
		/*content:url(../../../../it/ks.png);*/
/*	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../../../../it/ks.png) no-repeat;
	background-size:contain;*/
}

/*商品詳細ラベル新
----------------------------------------------------------------*/

p .xt {
	position:absolute;
	 z-index: 1;
    width: 280px;
    top: 20px;
    left: 20px;
}
p .sl {
	position:absolute;
	 z-index: 1;
    width: 500px;
    top: 20px;
    left: 20px;
}
p .mg {
	position:absolute;
	 z-index: 1;
    width: 500px;
    top: 0px;
    left: 20px;
}
@media only screen and (max-width: 767px) {
p .sl {
  width: 93%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
p .mg {
	width: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 65%;
}
	
}

/*商品一覧ラベル
----------------------------------------------------------------*/
div.listrightbloc .listcomment {
    height: 90px;
    overflow: hidden;
	 line-height: 22px;
	 font-size: small;
}
.listcomment .rg , .listcomment .bt , .listcomment .rb , .listcomment .nm  {
	position:absolute;
	z-index: 2;
	width: 90px;
	left: 5px;
	top: 5px;
	pointer-events: none;
}
.listcomment .rg {
	left:120px;
}
.listcomment .bt {
	top:120px;
}
.listcomment .rb {
	top:120px;
	left:120px;
}
.listcomment .nm {
	left: 5px;
	top: 5px;
}
.listcomment .so {
	position:absolute;
	z-index: 2;
	width: 150px;
	left: 34px;
	top: 100px;
	pointer-events: none;
}
.listcomment .xx {
	position:absolute;
	z-index: 2;
	width: 130px;
	left: 45px;
	top: 60px;
	pointer-events: none;
}
.listcomment .xt {
	position:absolute;
	z-index: 1;
	width: 190px;
	left: 12px;
	top: 20px;
	pointer-events: none;
}
.listcomment .ks {
	position:absolute;
	z-index: 1;
	width: 196px;
	left: 9px;
	top: 9px;
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	
	
}

/*4マスブロック
----------------------------------------------------------------*/
.block_4 div {
	width:24%;
	float:left;
	padding:3px;
}
.block_4 h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}
/*3マスブロック
----------------------------------------------------------------*/
.block_3 div {
	width:32%;
	float:left;
	padding:3px;
}
.block_3 img {
	box-shadow: rgba(115,115,115,0.5) 1px 1px 2px 1px;
}
.block_3 h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 18px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}

@media only screen and (max-width: 767px) {
	
.block_4 div , .block_3 div {
	/*width:24%;
	float:left;
	padding:3px;*/
}
.block_4 div , .block_3 img {
	box-shadow: rgba(115,115,115,0.5) 1px 1px 2px 1px;
}
.block_4 h3 , .block_3 h3 {
    border-left: 0px solid #faa;
	 color:#009484;
    font-size: 16px;
	 font-weight:bold;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}

}

/*画像横テキストブロック
----------------------------------------------------------------*/
.block_sd {
	margin: 8px auto;
}
.block_sd  div {
	width: 40%;
	max-width: 200px;
	min-height: 160px;
	/*max-height: 200px;*/
	float: left;
	margin: 5px 10px;
	border: 1px solid #66708C;
}
.block_sd  div .wimg {
	width:95%;
	margin:5px auto;
}
.block_sd  div .himg {
	height:95%;
	max-height:190px;
	margin:5px auto;
}
.block_sd  p b {
	font-size:larger;
	font-weight:bold;
	color:#03589F;
}
.block_sd  p {
	text-align:left;
}


@media only screen and (max-width: 767px) {
	
.block_sd {
	/*margin: 8px auto;*/
}
.block_sd  div {
    width: 80%;
    max-width: 280px;
    min-height: 200px;
    max-height: 280px;
    float: none;
    margin: 5px auto;
    /*border: 1px solid #66708C;*/
}
.block_sd  div .wimg {
	/*width:95%;*/
	/*margin:5px auto;*/
}
.block_sd  div .himg {
	/*width:auto;*/
	/*height:95%;*/
	/*max-height:270px;*/
	/*margin:5px auto;*/
}
.block_sd  p b {
	/*font-size:larger;*/
	/*font-weight:bold;*/
	/*color:#03589F;*/
}
.block_sd  p {
	/*text-align:left;*/
}

	
}


/*ブランド一覧
----------------------------------------------------------------*/
#detailarea.blandlist {
	background-color:#FFFFFF;
}
.blandlist .modal-content {
	width: 800px ;
	max-width:90%;
	margin: 0 ;
	padding: 10px 8px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.blandlist .jmplist {
	margin:8px 0;
}
.blandlist .jmplist a {
	font-size: medium;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:1px 5px;
	white-space: nowrap;
}
.blandlist .button-link {
	/*background-color:#000000;*/
	color: #00f ;
	/*padding:5px 10px;*/
	text-decoration: underline ;
}
.blandlist .button-link:hover {
	cursor: pointer ;
	color: #f00 ;

}
.namlist h3 {
	margin-top: 15px;
   padding: 3px;
   background-color: #024bce;
   color: white;
}
.namlist h3:before {
	content:"▶";
	margin-right:3px;
}
.namlist p {
	margin-left:13px;
	float:left;
}
.namlist p:before {
	content:"・";
}
.blandlist .blandlogo {
	width:25%;
	max-width:200px;
	float:left;
	border:1px solid #cccccc;
	padding: 10px;
	margin-right: 8px;
}
#detailarea.blandlist .blandlogo img {
	/*margin:5px;*/
}
#detailarea.blandlist .blandlogo p {
	font-size:small;
	text-align:center;
}
.blandcatch {
	font-size:large;
}
.blandclose {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#A1A1A1;
	padding:0px 7px;
	border-radius:5px;
	display:inline;
	float:right;
	text-decoration:none;
}
.blandlist .blandclose:hover {
	cursor: pointer ;
	text-decoration:none;
	/*color: #f00 ;*/
}
.status_a , .status_b , .status_c {
	color:#FFFFFF;
	padding: 0px 5px;
	margin: 0 3px;
	border-radius:5px;
}
.status_a {
	background-color:#FF0000;
}
.status_b {
	background-color:#FF00FF;
}
.status_c {
	background-color:#003399;
}
.fright {
	float:right;
}
.blandlist .fright {
	background-color: #0451c6;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}
.blandlist .fright:hover {
	background-color:#0A69FC;
}
.blandlist .fright a:link, .blandlist .fright a:visited {
    color: #ffffff;
    text-decoration: none;
}
#detailarea .wflag {
	float:left;
	margin:5px 8px 0 0;
}
.blandic_mg , .blandic_mg2 , .blandic_mg3 , .blandic_mg4 , .blandic_mg5 {
	border-radius:5px;
	padding:0px 5px;
	margin-right:3px;
}
.blandic_mg {
	color:#FFFFFF;
	background-color: #FF0004;
}
.blandic_mg2 {
	color:#FFFFFF;
	background-color: #66cc04;
}
.blandic_mg3 {
	color: #FFFFFF;
	background-color: #0484CC;
}
.blandic_mg4 {
	color: #FFFFFF;
	background-color: #CC0499;
}
.blandic_mg5 {
	color: #FFFFFF;
	background-color: #CC5404;
}


@media only screen and (max-width: 767px) {


}



/*サーマルボディー*/
.thermalbody {
width: 840px;
margin: 0 auto;
background: #FFF;
overflow: hidden;
}

.thermalbody_col {
    /* width: 800px; */
display: block;
padding: 20px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_mainimg.png)no-repeat center 280px; 
}

.thermalbody_col h1 {
font-weight: bold;
font-size: 43px;
line-height: 1.1;
text-align: right;
margin: 10px 0 0;
}

.thermalbody_col h1 span.fs70 {
font-size: 70px;
font-weight: bold;
}

.thermalbody_col h1 span.fs16 {
font-size: 16px;
}

.thermalbody_col p{
padding: 430px 0 0;
}

.thermalbody_col p span{
color: #EA5710;
font-weight: bold;
}

.thermalbody_mode {
    /* width: 800px; */
margin: 0 auto;
}

.thermalbody_mode h3{
display: block;
border-bottom: #2ABCED 1px solid;
color: #2ABCED;
font-size: 1.5em;
font-weight: bold;
margin-bottom: 20px;
}

.thermalbody_mode p span {
font-size: 1.5em;
font-weight: bold;
}

.thermalbody_mode p {
width: 68%;
}

.thermalbody_mode dl{
margin: 20px 0;
overflow: hidden;
}

.thermalbody_mode dt,
.maex_point01 dt {
background: #2ABCED;
padding: 5px 8px;
color: #FFF;
width: 8em;
text-align: center;
}

.thermalbody_mode dd{
margin: 8px 0;
width: 68%;
}

.thermalbody_mode .mode_01 {
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_lift.png)no-repeat right 50px;  
}

.thermalbody_mode .mode_02 {
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_egg.png)no-repeat right 50px;  
}

.masako_exp {
width: 860px;
margin: 0 auto;
padding: 20px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_bg.png);
overflow: hidden;
clear: both;
}
.masako_exp h2{
border-bottom: #4C4C4C 1px solid;
display: block;
}

.masako_exp img {
margin: 10px 0 10px 0 !important;
}

.masako_exp p.masako_com {
width: 83%;
padding: 10px;
background: #FFEFBF ;
border-radius: 10px;
float: left;
margin:5px 8px 0 0;
}

.maex_01{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_masako2.png) no-repeat right bottom;
overflow: hidden;
margin-bottom: 20px;
}

.maex_point01{
padding-left: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point01.png) no-repeat left top;
}
.maex_point02{
padding-left: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point02.png) no-repeat left top;
}
.maex_point03{
padding-left: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point03.png) no-repeat left top;
}

.maex_point01 h3,.maex_point02 h3,.maex_point03 h3{
border-bottom: #4C4C4C 1px solid;
font-size:1.2em;
font-weight: bold;
margin-bottom: 20px;
}
.maex_point01 dd,.maex_point03 dd{
margin: 8px 0; 
}

.maex_point02 p{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_egg2.png) no-repeat right top;
padding: 0 220px 0 0;
height: 11em;
}

.maex_point03 dl{
padding-right: 165px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_lotion.png) no-repeat right top;
}

.maex_point03 dt{
padding: 5px 8px;
color: #FFF;
width: 8em;
text-align: center;
}

.maex_point03 dt.cel{
background: #47A995;
}

.maex_point03 dt.dtx{
background: #F06CA2;
}

.tb_process {
margin-bottom: 20px;
overflow: hidden;
}

.tb_process dl{
float: left;
padding: 15px 0 0;
}
.tb_process dt{
padding:5px 5px 5px 45px ;
margin: 0 0 10px 0;
color: #F9399D;
font-size: 1.2em;
font-weight: bold;
border-bottom: #4C4C4C 1px solid;
}
.tb_process dd{
margin: 0;
line-height: 1.5em;
}
.tb_process dl.pss01 {
width: 273px;
margin: 0 40px 0 0 ;
}

.tb_process dl.pss02 {
width: 470px;
margin: 0 ;
}

.tb_process dl.pss03 {
width: 266px;
margin: 0 30px 0 0 ;
clear: both;
float: left;
}

.tb_process dl.pss04 {
width: 228px;
margin: 0 30px 0 0 ;
}

.tb_process dl.pss05 {
width: 228px;
margin: 0 ;
}

.tb_process dl.pss01 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss01.png) no-repeat left top;
}
.tb_process dl.pss02 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss02.png) no-repeat left top;
}
.tb_process dl.pss03 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss03.png) no-repeat left top;
}
.tb_process dl.pss04 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss04.png) no-repeat left top;
}
.tb_process dl.pss05 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss05.png) no-repeat left top;
}

.tb_process dt span {
color:#333;
font-size: 0.7em;
}

.masako_exp p.freetrial {
clear: both;
    /* width: 600px; */
height: 53px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_exp2.png);
border: #FB44A1 2px solid;
margin: 20px 0;
padding: 0 0 0 200px;
line-height: 53px;
}

.tb_spec dl {
width: 800px;
border: 1px solid #999;
border-top: 0;
line-height: 1.5;
background-color: #EEE;
overflow: hidden;
}
.tb_spec dt {
float: left;
width: 180px;
padding: 10px;
border-top: 1px solid #999;
font-weight: bold;
}
.tb_spec dd {
margin-left: 180px;
padding: 10px;
border-top: 1px solid #999;
border-left: 1px solid #999;
background-color: #FFF;
}

.tb_spec h4 {
font-weight: bold;
}

@media only screen and (max-width: 767px) {

/*サーマルボディー*/
.thermalbody {
width: 100%;
margin: 0 auto;
background: #FFF !important;
overflow: hidden;
}

.thermalbody_col {
display: block;
padding: 20px;
}

.thermalbody_col h1 {
font-weight: bold !important;
font-size: 1.5em;
line-height: 1.1;
text-align: center;
}

.thermalbody_col h1 span.fs70 {
font-size: 2em;
}

.thermalbody_col h1 span.fs16 {
font-size: 16px;
}

.thermalbody_col p{
/*padding: 16em 0 0 ;*/
}

.thermalbody_col p span{
color: #EA5710;
font-weight: bold;
}

.thermalbody_mode {
padding: 0 20px 20px;
}

.thermalbody_mode h3{
display: block;
border-bottom: #2ABCED 1px solid;
color: #2ABCED;
font-size: 1.5em;
font-weight: bold;
margin: 0 0 20px 0;
}

.thermalbody_mode p span {
font-size: 1.5em;
font-weight: bold;
}

.thermalbody_mode dt,
.maex_point01 dt {
background: #2ABCED;
padding: 5px 8px;
color: #FFF;
width: 8em;
text-align: center;
}

.thermalbody_mode dd{
margin: 8px 0;
}

.thermalbody_mode .mode_01 {
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_lift_sp.png)no-repeat right bottom;

}

.thermalbody_mode .mode_02 {
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_egg_sp.png)no-repeat right bottom;  
}

.masako_exp {
margin: 0 auto;
padding: 20px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_bg.png);
overflow: hidden;
}

.masako_exp img {
width: 100%;
}
.masako_exp h2{
border-bottom: #4C4C4C 1px solid;
display: block;
}

.masako_exp p.masako_com {
padding: 10px;
background: #FFEFBF ;
border-radius: 10px;
float: left;
margin:20px 0 0 0;
}

.maex_01{
overflow: hidden;
}

.maex_point01{
padding-top: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point01.png) no-repeat center 20px;
}
.maex_point02{
padding-top: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point02.png) no-repeat center 20px;
}
.maex_point03{
padding-top: 115px;
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_point03.png) no-repeat center 20px;
}

.maex_point01 h3,.maex_point02 h3,.maex_point03 h3{
border-bottom: #4C4C4C 1px solid;
font-size:1.2em;
font-weight: bold !important;
margin: 20px 0;
}

.maex_point01 dd,.maex_point03 dd{
margin: 8px 0; 
}

.maex_point02 img{
width: 70%;
}

.maex_point03 dl img{
width: 50%;
margin: 10px auto 0;
text-align: center;
}

.maex_point03 dt{
padding: 5px 8px;
color: #FFF;
width: 8em;
text-align: center;
}

.maex_point03 dt.cel{
background: #47A995;
}

.maex_point03 dt.dtx{
background: #F06CA2;
}

.tb_process {
margin-bottom: 20px;
overflow: hidden;
}
.tb_process img {
width: 100%;
margin: 15px 0;
}

.tb_process dl{
float: left;
padding: 15px 0 0;
}
.tb_process dt{
padding:5px 5px 5px 45px ;
margin: 0 0 10px 0;
color: #F9399D;
font-size: 1.2em;
font-weight: bold;
border-bottom: #4C4C4C 1px solid;
}
.tb_process dd{
margin: 0 0 10px 0;
line-height: 1.5em;
}

.tb_process dl.pss01 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss01.png) no-repeat left top;
}
.tb_process dl.pss02 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss02.png) no-repeat left top;
}
.tb_process dl.pss03 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss03.png) no-repeat left top;
}
.tb_process dl.pss04 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss04.png) no-repeat left top;
}
.tb_process dl.pss05 dt{
background: url(https://be-wave.co.jp/be_wavestyle/etc/lib_img/thermalbody/tb_pss05.png) no-repeat left top;
}

.tb_process dt span {
color:#333;
}

.tb_spec dl {
width: 100%;
border: 1px solid #999;
border-top: 0;
line-height: 1.5;
background-color: #EEE;
overflow: hidden;
}
.tb_spec dt {
float: left;
width: 25%;
padding: 5px;
border-top: 1px solid #999;
font-weight: bold;
}
.tb_spec dd {
margin-left: 25%;
padding: 5px;
border-top: 1px solid #999;
border-left: 1px solid #999;
background-color: #FFF;
}
.tb_spec h4{
font-weight: bold !important;
}

.TB_try{
text-align: center;
}

.TB_try span{
background:#FB44A1;
padding: 5px 20px;
font-size: 2em;
color: #FFF;
}

}



/*サユアロマ*/
.sayuaromabody {
width: 840px;
margin: 0 auto;
background: #FFF;
}
.sayuaroma {
overflow: hidden;
}

.sayuaroma h1 {
font-size: 1.8em;
}

.sayuaroma img.rgt {
float: right;
margin: 10px 0 10px 10px;
}

.sayuaroma img.lft {
float: left;
margin: 10px 10px 10px 0;
}

.sayuaroma p span {
font-weight: bold;
}

.sayuaroma h2 {
/*color: #CE8494;
font-size: 1.8em;
display:block;
border-bottom: 1px #CE8494 solid;
padding: 0 0 5px 0;
margin: 15px 0;*/
clear: both;
}


.sayuaroma h3{
background: #CE8494;
height: 2.2em;
line-height: 2.2em;
font-size: 1.5em;
color: #FFF;
text-align: center;
}

.sayu_coltop p span.price{
color: #D32125;
font-size: 1.3em
}

ul.effect{
border: 1px #CE8494 solid;
padding: 10px 20px;
display: inline-block;
}

ul.effect li {
list-style: none;
padding-left:1.5em;
background:url("https://be-wave.co.jp/be_wavestyle/etc/lib_img/sayuaroma/aroma_check.jpg")no-repeat 0px 3px;
}

p.balance {
background:url("https://be-wave.co.jp/be_wavestyle/etc/lib_img/sayuaroma/aroma_illst.jpg")no-repeat right top;
height: 127px;
}

.sayuaroma dl {
width: 99%;
border: 1px solid #CE8494;
border-top: 0;
line-height: 1.2;
overflow: hidden;
}
.sayuaroma dt {
float: left;
width: 20%;
padding: 10px;
border-top: 1px solid #CE8494;
font-weight: bold;
}
.sayuaroma dd {
margin-left: 20%;
padding: 10px;
border-top: 1px solid #CE8494;
border-left: 1px solid #CE8494;
background-color: #FFF;
}

.sayuaroma h4 {
font-weight: bold;
}

p.gaiyou span{
color: #CE8494;
font-size: 1.2em;
}

a.contact {
display: block;
width: 600px;
margin: 0 auto;
border-radius: 2em;
background: #BCDF73;
text-align: center;
padding: 0.8em;
font-size: 1.5em;
color: #FFFFFF;
}

a.contact:hover{
text-decoration:none;
}


/*セール
----------------------------------------------------------------*/
.sale2019_Col{
/*border: #ECCD7D 10px solid;*/
/*width:820px;*/
/*overflow: hidden;*/
/*padding: 1%;
background-size:97.5%,auto;*/
	text-align: center;
}
.sale2019_Col a:link , .sale2019_Col a:visited {
	text-decoration: none;
}

	
.category01 {
/*padding: 37%  0 0;*/
}
	.category01 p , .category02 p {
width: 40%;
		text-align: center;
    font-size: 1.3em;
		font-weight: bold;
    color: white;
    background-color: red;
    padding: 8px 5px;
    margin: 10px auto 20px auto;
    border-radius: 8px;
    box-shadow: #b70000 2px 2px 0px;
}
.category02{
/*margin:5% 0 ;*/
/*overflow: hidden;*/
}
	.category02 h5 {
/*color: brown;*/
}

	
.category02_reco {
	width: 90%;
	margin: 0 auto;
/*padding:0 0 0 2%;*/

}

.category02_reco a{
/*width:32%;*/
/*float: left;*/
/*margin: 0 5px 30px;*/
/*margin: 0 1% 5% 0;*/
/*overflow: hidden;*/
}
.category02_reco p {
width: 28%;
	text-align: center;
    font-size: 1.3em;
    background-color: darkorange;
    padding: 8px 5px;
    float: left;
    margin: 5px 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: #cc7103 2px 2px 0px;
}
	
.category03{
}

.sale2019_Col h5{
/*text-align: center;*/
/*margin: 15px 0;*/
/*width:80%;*/
	padding: 10px 0;

}
.recomend{
width: 98%;
    margin: 0 auto;
    /* border: 1px red; */
    text-align: center;
    /* overflow: hidden; */
    background-color: #c0e0fb;
}
.recomend a{
/*text-decoration: none;	*/
}

.recomend dl,.recomend dt,.recomend dd{
/*line-height : 1;*/
/*overflow: hidden;*/
}

.recomend dl {
    float: left;
    width: 33%;
    /* text-align: center; */
    position: relative;
    margin: 2% 0%;
}

.recomend dt {
/*font-weight: bold ;*/
}

.recomend dt.srabel{
/*position:absolute ;*/
/*background: none;*/
/*top:0;*/
/*left: 0;*/
}

.recomend dt.srabel2{
    top: -10%;
    position: absolute;
    /* background: none; */
    /* bottom: 78%; */
    left: -18%;
}

.recomend dt img{
width: 80% ;
/*height: 90% ;*/
}

.recomend dt.srabel img{
/*width: 90% ;*/
}

.recomend dt.srabel2 img{
width: 45% ;
}

.recomend dd {
color: #2f2f2f;
    line-height: 1.5em;
    padding: 8px 0 0 0;
    /* font-size: 1.2em; */
}

/*フレーバー用ブロック
----------------------------------------------------------------*/
ul.flavorarea {
    width: 100%;
    display: table;
}
ul.flavorarea li {
	width: 48%;
    /* max-width: 50%; */
    overflow: hidden;
    /* float: left; */
    /* height: 1em; */
    padding: 5px;
    display: inline-table;
    /* border: 1px gray dashed; */
    /* border-right: 1px dotted; */
    border-collapse: inherit;
    margin: 0px 0px -1px -1px;
    /* border-left: 1px dotted; */
    /* border-bottom: 1px dotted; */
    border-top: 1px dotted;
}
ul.flavorarea li img {
    width: 25%;
    float: left;
    max-width: 150px;
    padding: 0px 5px 0px 0px;
}
.flavorarea h4 {
    border-left: 0px solid #faa;
    /* color: #009484; */
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2px;
    padding: 1px 0 0 0px;
}
.flavorarea h5 {
    color: #ffffff;
    background-color: red;
    display: inline;
    font-size: 90%;
    font-weight: bold;
    /* margin: 2px 0 5px; */
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
}
.detail-item .flavorarea p {
    margin: 3px 0px 0px 0px;
    line-height: 1.1em;
	padding: 0;
}
.flavorarea span {
    color: #5f5f5f;
    font-size: 80%;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}


@media only screen and (max-width: 767px) {
ul.flavorarea {
    /*width: 100%;
    display: table;*/
}
ul.flavorarea li {
	width:100%;
    /* max-width: 50%; */
    overflow: hidden;
    /* float: left; */
    /* height: 1em; */
    padding: 5px;
    /*display: inline-table;*/
    /* border: 1px gray dashed; */
    /* border-right: 1px dotted; */
    border-collapse: inherit;
    margin: 0px 0px -1px -1px;
    /* border-left: 1px dotted; */
    /* border-bottom: 1px dotted; */
    border-top: 1px dotted;
}
ul.flavorarea li img {
    /*width: 25%;
    float: left;
    max-width: 150px;
    padding: 0px 5px 0px 0px;*/
}
.flavorarea h4 {
    border-left: 0px solid #faa;
    /* color: #009484; */
    font-size: 16px;
    font-weight: bold !important;
    line-height: 1;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}
.flavorarea h5 {
    color: #ffffff;
    background-color: red;
    display: inline;
    font-size: 90%;
    font-weight: bold;
    /* margin: 2px 0 5px; */
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
}
.flavorarea p {
    margin: 3px 0px 0px 0px;
    line-height: 18px;
}
.flavorarea span {
    color: #5f5f5f;
    font-size: 80%;
    margin: 0 0 0px;
    padding: 3px 0 0 0px;
}
	
}






@media only screen and (max-width: 767px) {
.rental_col .rental_top img,
.rental_col .rental_price img{
	width:100%;
	height:100%;
}
.R_merit{
	width:100%;
}
.R_merit dt{
	font-size: 0.9em;
	line-height: 100%;
}
.R_merit dd{
	font-size: 0.6em;
	line-height: 140%;
}
}

div#undercolumn_entry.privacytxt {
width:auto;
}



/*特集ページ用テンプレ feature
----------------------------------------------------------------*/

.feature-salons .feature-salons-note {
	padding: 35px 50px 40px;
    position: relative;
}


.feature-salons .feature-salons-note::before {
    width: 5px;
    height: 7px;
    border-top: 2px solid #5baadc;
    border-left: 2px solid #5baadc;
    content: "";
    position: absolute;
    top: -5px;
    padding: 18px 20px;
    left: 10px;
}

.feature-salons .feature-salons-note::after {
    width: 25px;
    height: 27px;
    border-bottom: 2px solid #5baadc;
    border-right: 2px solid #5baadc;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 5px;
    padding: 19px 20px;
}
.feature-salons .feature-salons-note span::before {
  /*width: 25px;
  height: 27px;*/
  border-top: 0px solid #5baadc;
  border-left: 0px solid #5baadc;
  /*content: "";
  position: absolute;
  top: 0;
  left: -130px;*/
}
.feature-salons .feature-salons-note span::after {
  /*width: 25px;
  height: 27px;*/
  border-bottom: 0px solid #5baadc;
  border-right: 0px solid #5baadc;
  /*content: "";
  position: absolute;
  bottom: -5px;
  right: -130px;*/
}

.feature-detail-list .feature-detail-title span {
    /*margin-right: 10px;
    position: relative;
    font-size: 34px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;*/
    white-space: nowrap;
}

.feature-voice .voice-list2 {
  /*display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;*/
  padding: 10px 15px;
}
.feature-voice .voice-list2 li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
/*.feature-voice .voice-list2 li:nth-child(even) {
  margin-left: 240px;
}*/
.feature-voice .voice-list2 .voice-list-title2 {
  text-align: center;
}
.feature-voice .voice-list2 .voice-list-title2 img:nth-child(even) {
	/*float: right;*/
}
.feature-voice .voice-list2 .voice-list-title2 img {
  /*width: 110px;*/
max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.feature-voice .voice-list2 .voice-list-text2 {
  width: 600px;
  padding: 15px;
  margin-left: 55px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #cccccc;
  line-height: 24px;
}
.feature-voice .voice-list2 .voice-list-text2::before {
  width: 11px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: -9px;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
  transform: rotate(-90deg);
}



@media only screen and (max-width: 767px) {
	
.feature-salons .feature-salons-note {
	padding: 0.25rem 10px 0.2rem;
	width: 100%;
    margin: 0 auto;
    position: relative;
}
	
	.feature-salons .feature-salons-note::before {
    width: 0.25rem;
    height: 0.2rem;
    border-top: 0.02rem solid #5baadc;
    border-left: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    top: 0rem;
    left: 0.1rem;;
    padding: 10px 10px;
  }
  .feature-salons .feature-salons-note::after {
    width: 0.25rem;
    height: 0.27rem;
    border-bottom: 0.02rem solid #5baadc;
    border-right: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    padding: 10px 10px;
  }
	
	.feature-salons .feature-salons-note span::before {
    /*width: 0.25rem;
    height: 0.27rem;*/
    border-top: 0rem solid #5baadc;
    border-left: 0rem solid #5baadc;
    /*content: "";
    position: absolute;
    top: -0.05rem;
    left: -0.5rem;*/
  }
  .feature-salons .feature-salons-note span::after {
    /*width: 0.25rem;
    height: 0.27rem;*/
    border-bottom: 0rem solid #5baadc;
    border-right: 0rem solid #5baadc;
    /*content: "";
    position: absolute;
    bottom: -0.05rem;
    right: -0.5rem;*/
  }

  .feature-voice .voice-list2 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.2rem 0.4rem;
  }
  .feature-voice .voice-list2 li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.05rem;
  }
  .feature-voice .voice-list2 li:nth-child(even) {
    margin-left: 0;
  }
  .feature-voice .voice-list2 .voice-list-title2 {
    width: 5.9rem;
  }
  .feature-voice .voice-list2 .voice-list-title2 span {
    float: right;
    position: relative;
    bottom: -0.7rem;
    right: 0.1rem;
    font-size: 0.2rem;
  }
  .feature-voice .voice-list2 .voice-list-title2 img {
    float: none;
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    position: relative;
    bottom: -0.55rem;
    z-index: 1;
  }
  .feature-voice .voice-list2 .voice-list-text2 {
    width: auto;
    width: 6.3rem;
    padding: 0.8rem 0.18rem 0.2rem;
    margin-left: 0;
    position: relative;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .feature-voice .voice-list2 .voice-list-text2::before {
    display: none;
  }

	
	
}

/*UV特集始
----------------------------------------------------------------*/

#detailarea .uv_sp2018 h2{
padding: 0 0 0 5px;
margin: 40px 0 15px;
display: block;
border-bottom: #333 1px solid;
font-size: 1.8em;
font-weight: normal;
}

#detailarea .uv_sp2018 p{
margin: 0 0 16px 0;
}

#detailarea .uvcol {
background: #F0F7FC;
clear: both;
overflow: hidden;
}

#detailarea .uvcol dl{
	width: 23%;
    background: #FFF;
    margin: 20px 0 20px 13px;
    padding: 0px 0 0 0;
    display: table;
    float: left;
}

#detailarea .uvcol dt{
margin: 0px 0px 10px 0;
    height: auto;
	position: relative;
}
#detailarea .uvcol dt img {
	width: 100%;
}
#detailarea .uvcol dt .uvspfc {
    width: 60px;
    height: 60px;
    background-color: #ff007f;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    color: white;
    /* line-height: 0.01; */
    position: absolute;
    top: -5px;
    left: -5px;
}
#detailarea .uvcol dt .uvspfc p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    line-height: 0.9;
}
.uvspf{
font-size: 1.5em;
    line-height: 0.9;
    font-weight: bold;
    display: inline-block;
}
.uvpa {
    font-size: xx-small;
    letter-spacing: -0.1em;
}

#detailarea .uvcol dd{
    padding: 0 7px;
    line-height: 1.3em;
    font-size: 13px;
}

#detailarea .uvcol dd.uv_name{
margin: -2px 0 10px 0;
     height: 2.3em; 
    font-weight: 600;
}
#detailarea .uvcol dd.uv_name a{
color: #0059B2;
}

#detailarea .uvcol dd.uv_txt{
    margin: 0 0 8px 0;
    height: 5.9em;
}

#detailarea .uvcol dd.uv_link{
display: table-footer-group;
    /* padding: 10px 0; */
	color: white;
    background-color: #1d599e;
    margin: 0;
    text-align: center;
    line-height: 30px;
}

#detailarea .uvcol dd.uv_link a {
color: #FFF;
}

.motto {
text-align: right;
font-size: 1.2em;
padding: 10px 0 0;
}




@media only screen and (max-width: 767px) {
	
#detailarea.uvcare {
		width: 100%;
		padding: 0 0 0 0;
	}
#detailarea .uv_sp2018 h2 {
    padding: 0 0 0 5px;
    margin: 40px 10px 10px 10px;
    font-size: 1.6em;
    font-weight: normal;
}
#detailarea .uv_sp2018 p {
    margin: 0 10px 16px 10px;
}
#detailarea .uvcol {
    width: 98%;
    margin: 0 auto;
}
#detailarea .uvcol dl {
    width: 95%;
    background: #FFF;
    margin: 10px auto 20px auto;
    padding: 0px 0 0 0;
    display: table;
    float: none;
}

#detailarea .uvcol dt {
    margin: 0px 8px 0 0px;
    max-width: 200px;
    float: left;
    width: 30%;
}
#detailarea .uvcol dt img {
    margin: 0px auto 1px auto;
}
#detailarea .uvcol dt .uvspfc {
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
    font-size: 0.8em;
}
#detailarea .uvcol dt .uvspfc p {
    margin: 0;
}
.uvspf {
    font-size: 1.2em;
    line-height: 1;
}

#detailarea .uvcol dd.uv_name {
    margin: 5px 0 5px 0;
	height: auto; 
    font-weight: 600;
}
#detailarea .uvcol dd.uv_txt {
    margin: 0 0 5px 0;
    height: auto;
}
#detailarea .uvcol dd.uv_link {
    line-height: 30px;
}

	
}
/*UV特集終
----------------------------------------------------------------*/

/*インストラクターおすすめ特集始
----------------------------------------------------------------*/
#detailarea .bwi_sp h1 {
    color: #3BBBD9;
}
#detailarea .bwi_sp h2 {
padding: 0 0 0 5px;
margin: 40px 10px 10px;
display: block;
border-bottom: #333 1px solid;
font-size: 1.8em;
font-weight: normal;
}
#detailarea .bwi_sp h2 span {
    font-size: small;
    margin: 0px auto 4px auto;
    display: flex;
    border-top: 1px dotted #1d599e;
    padding-top: 5px;
}
#detailarea .bwi_sp h2 span:before {
	content:"\00263a";
}

#detailarea .bwi_sp p {
margin: 0 0 16px 0;
}

#detailarea .bwicol {
background: #F0F7FC;
clear: both;
overflow: hidden;
}

#detailarea .bwicol dl{
	width: 95%;
    background: #FFF;
    margin: 30px auto 20px auto;
    padding: 0px 0 0 0;
    display: table;
    /* float: left; */
    position: relative;
	box-shadow: #cdd6e2 3px 3px 2px 0px;
}

#detailarea .bwicol dt{
    margin: 0px 10px 0px 0;
    height: auto;
    width: 25%;
    float: left;
    position: relative;
}
#detailarea .bwicol dt img {
	width: 100%;
}
/*#detailarea .bwicol dt .uvspfc {
    width: 60px;
    height: 60px;
    background-color: #ff007f;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    color: white;
    position: absolute;
    top: -5px;
    left: -5px;
}*/
/*#detailarea .bwicol dt .uvspfc p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    line-height: 0.9;
}*/
/*.uvspf{
font-size: 1.5em;
    line-height: 0.9;
    font-weight: bold;
    display: inline-block;
}*/
/*.uvpa {
    font-size: xx-small;
    letter-spacing: -0.1em;
}*/

#detailarea .bwicol dd{
    padding: 0 7px;
    line-height: 1.3em;
    font-size: 13px;
}
/*#detailarea .bwicol dd.bwi_catch {
	position: absolute;
    top: -35px;
    z-index: 1;
    background: white;
    padding: 5px 5px;
    border: 2px solid blue;
	border-radius: 8px;
	margin: 0px 5px;
}*/
#detailarea .bwicol .bwi_catch{
    position: absolute;
    width: 280%;
    max-width: 530px;
    /* z-index: 1; */
    /* top: -6px; */
    left: 210px;
	bottom: 140px;
    /* height: 30px; */
    background: #CCFDF8;
    display: inline-block;
    padding: 8px;
    text-align: left;
    border: 2px solid #1B9BD9;
    color: #1B9BD9;
    /*color: #1B9BD9;*/
    font-size: 20px;
    font-weight: bold;
	line-height: 23px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	z-index: 11;
}
.bwi_catch:after,.bwi_catch:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.bwi_catch:after{
    border-color: rgba(242, 247, 133, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:29px;
    border-right-width:29px;
    margin-top: 0px;
    border-right-color:#CCFDF8;
}
.bwi_catch:before{
    border-color: rgba(45, 0, 255, 0);
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:38px;
    border-right-width:38px;
    margin-top: -2px;
    margin-right: 2px;
    border-right-color:#1B9BD9;
}

/*.bwi_catch:after, .bwi_catch:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bwi_catch:after {
	border-color: rgba(255, 250, 250, 0);
	border-top-color: #fffafa;
	border-width: 7px;
	margin-left: -7px;
}
.bwi_catch:before {
	border-color: rgba(20, 35, 245, 0);
	border-top-color: #1423f5;
	border-width: 10px;
    margin-left: -10px;
}*/

#detailarea .bwicol dd.bwi_name {
    margin: 55px 0 5px 0;
    /* height: 2.3em; */
	font-size: large;
    font-weight: 600;
	color: #df058a;
}
#detailarea .bwicol dd.bwi_name span {
    font-size: x-small;
    margin-left: 3px;
}
#detailarea .bwicol dd.bwi_name:before {
	content:"\00273f";
}
/*#detailarea .bwicol dd.bwi_name a {
color: #0059B2;
}*/

#detailarea .bwicol dd.bwi_txt{
    margin: 0 0 8px 0;
    /* height: 6.5em; */
    vertical-align: text-top;
    /* display: inline-flex; */
    /* min-height: 8.5em;*/
}

#detailarea .bwicol dd.bwi_link {
    display: table;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    color: white;
    background-color: #2EACD2;
    /*margin: 0;*/
    text-align: center;
    line-height: 30px;
}

#detailarea .bwicol dd.bwi_link a {
color: #FFF;
}

.motto {
text-align: right;
font-size: 1.2em;
padding: 10px 0 0;
}
#detailarea .bwi_sp .iimono_ems {
	border: 3px dotted #088ce6;
    padding: 15px 10px;
    margin: 10px auto;
    width: 90%;
}

.iimage {
	margin: auto;
	background-color: white;
	position: relative;
}

.iimage img {
	width: 50%;
}

.iimage .iimage01 {
	display: block;
	margin: 0 auto;
}

.iimage .iimage02 , .iimage .iimage03 /*, .iimage .iimage04 , .iimage .iimage05, .iimage .iimage06*/ {
	position: absolute;
	top: 0;
	/*left: 25%;*/
}
@keyframes iimage {
	0% {
		opacity: 0;
	}
	
	7.5% {
		opacity: 1;
	}

	32.5% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
}
.iimage img {
	animation-name: iimage;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.iimage .iimage02 {
	animation-delay:5s;
}
.iimage .iimage03 {
	animation-delay:10s;
}
/*.iimage .iimage04 {
	animation-delay:15s;
}	
.iimage .iimage05 {
	animation-delay:20s;
}
.iimage .iimage05 {
	animation-delay:25s;
}*/

.slideshow {
   position: relative;
   width:  190px; /* 画像の横幅に合わせて記述 */
   height: 190px; /* 画像の高さに合わせて記述 */
	    /*margin: 0px 10px 0px 0;
    height: auto;
    width: 25%;
    float: left;*/
}
/*.slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
.slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
.slideshow img.last-active {
   z-index: 9;
}*/
@media only screen and (max-width: 767px) {
	.slideshow {
   position: relative;
   width:  100%; /* 画像の横幅に合わせて記述 */
   height: 100%; /* 画像の高さに合わせて記述 */
	}
}


@media only screen and (max-width: 767px) {
	
.sec-top-main {
	padding: 0;
}
#detailarea.bwi {
		width: 100%;
		padding: 0 0 0 0;
	}
#detailarea .bwi_sp h1 {
    margin: 6px 5px;
    font-size: 1.4em;
}
#detailarea .bwi_sp h2 {
    padding: 0 0 0 5px;
    margin: 20px 10px 10px 10px;
    font-size: 1.4em;
    font-weight: normal;
}
#detailarea .bwi_sp p {
    margin: 0 10px 16px 10px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#detailarea .bwicol {
    width: 95%;
    margin: 0 auto;
	padding: 10px 0 10px 0;
	overflow: unset;
}
#detailarea .bwicol dl {
    width: 93%;
    background: #FFF;
    margin: 40px auto 45px auto;
    padding: 0px 0 0 0;
    /*display: table;*/
    float: none;
}

#detailarea .bwicol dt {
    margin: 20px auto 0px auto;
    max-width: 350px;
    float: none;
    width: 85%;
}
#detailarea .bwicol dt img {
    margin: 0px auto 1px auto;
}

#detailarea .bwicol dd.bwi_name {
    margin: 5px 0 5px 0;
	height: auto; 
	font-size: medium;
    font-weight: 600;
}
#detailarea .bwicol dd.bwi_txt {
    margin: 0 0 5px 0;
    height: auto;
}
#detailarea .bwicol dd.bwi_link {
    line-height: 30px;
}
#detailarea .bwicol .bwi_catch{
    position: absolute;
    width: auto;
    /* top: -18px; */
    bottom: 100%;
    left: auto;
    /*height: fit-content;*/
    /*background: #F2F785;*/
    padding: 5px;
    text-align: left;
    /*border: 2px solid #2D00FF;*/
    /*color: #666666;*/
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin: 0px -20px 0 -20px;
}
.bwi_catch:after,.bwi_catch:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:35%;
}
.bwi_catch:after{
    border-color: rgba(242, 247, 133, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    border-top-color:#CCFDF8;
}
.bwi_catch:before{
    border-color: rgba(45, 0, 255, 0);
    border-top-width:17px;
    border-bottom-width:17px;
    border-left-width:8px;
    border-right-width:8px;
    margin-left: -8px;
    margin-top: 2px;
    border-top-color:#1B9BD9;
}
	
}

/*インストラクターおすすめ202204↓
----------------------------------------------------------------*/
/*.iimage2 {
	margin: auto;
	background-color: white;
	position: relative;
}
.iimage2 img {
	width: 50%;
}*/

#detailarea .bwicol {
background: #FFF;
overflow: hidden;
padding: 18px;
margin: 0 0 20px 0;
}

#detailarea .bwicol img.sctpt {
width: 230px;
margin-right:18px;
float: left;
}
#detailarea .bwicol img.sctpt2 {
width: 230px;
margin-right:0px;
float: left;
}

@keyframes iimage2 {
	0% {
		opacity: 0;
	}
	
	7.5% {
		opacity: 1;
	}

	32.5% {
		opacity: 1;
	}
	45% {
		opacity: 0;
	}
}


@media only screen and (max-width: 767px) {
#detailarea .bwicol {
    background: #FFF;
    padding: 15px;
    margin: 0 auto 15px auto;
}
#detailarea .iimage2 {
	margin: auto;
	background-color: white;
	position: relative;
}

#detailarea .bwicol .iimage2 img {
	width: 80%;
	float: none;
	margin: 0 auto;
}

.iimage2 .iimage001 {
	display: block;
	margin: 0 auto;
}

.iimage2 .iimage002 , .iimage2 .iimage003 /*, .iimage .iimage004 , .iimage .iimage005, .iimage .iimage006*/ {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.iimage2 img {
	animation-name: iimage2;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.iimage2 .iimage002 {
	animation-delay:5s;
}
.iimage2 .iimage003 {
	animation-delay:10s;
}
/*.iimage .iimage004 {
	animation-delay:15s;
}	
.iimage .iimage005 {
	animation-delay:20s;
}
*/

}





/*インストラクターおすすめ特集終
----------------------------------------------------------------*/

/*スライダーテスト用
----------------------------------------------------------------*/
.slider-container, .slider-nav-container {
  display: none;
  position: relative;
}
.slider-container.initialized, .slider-nav-container.initialized {
  display: block;
}
.slider-nav-container {
  margin-top: 18px;
}
.slider {
  overflow: hidden;
}
.slider-nav {
  margin: 0 26px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  outline: 0;
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}
/*スライダーテスト用
----------------------------------------------------------------*/

.header-nav-first {
    background: #f26898;
}

.header-nav-btm {
  background: #ceaf30;
}
.header-nav-btm a {
  display: block;
  text-align: center;
}
.header-nav-btm a img {
  width: 100%;
  /*max-width: 1540px;*/
  margin: auto;
  height: auto;
}	


/*決算2020
----------------------------------------------------------------*/
#detailarea.ksale {
	width: 100%;
    max-width: 1080px;
    background-color: #CF0F30;
	/*background-image: url("../../../bewave/event/dks2020/dks2020_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;*/
    margin: 0 auto;
	text-align: center;
	/*padding-top: 500px;*/
	color: white;
}
#detailarea .ksalebar {
	margin-bottom: 40px;
}
#detailarea .ksalecat {
	display: inline-flex;
	margin: 5px auto 30px auto;
}
#detailarea .ksalecat img {
	margin: 0px 5px;
}
.ksale a:hover img { opacity: 0.8; }
#detailarea.ksale h4 {
	margin: 8px auto;
}
#detailarea.ksale p {
	color: white;
    font-size: 26px;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin: 0 0 5px 0;
}
#detailarea .ksalecat2 {
	width: 90%;
}

/*#detailarea .ksalebw {
	background-color: white;
	width: 80%;
	max-width: 600px;
	padding: 10px 10px;
	margin: 10px auto;
	border-radius: 10px;
	border: 3px solid pink;
}
#detailarea .ksalebw p {
	color: #060B31;
    font-size: 14px;
    font-weight: normal;

}*/
.ksalebw{
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    border: 3px solid #fd8db9;
    color: #593B66;
    font-size: 16px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    margin: 20px auto;
}
.ksalebw:after,.ksalebw:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:22%;
}
.ksalebw:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.ksalebw:before{
    border-color: rgba(255, 171, 225, 0);
    border-top-width:28px;
    border-bottom-width:28px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-bottom: 2px;
    border-bottom-color:#fd8db9;
}
#detailarea .ksalebw img {
	width: auto;
    max-width: 190px;
    float: left;
    margin: 0 10px 0 0px;
}
#detailarea .ksalebw .mkitem {
	width: 32%;
	margin: 0 3px;
}

#detailarea .ksalebw a {
	display: list-item;
    margin: 5px auto;
    list-style: none;
}

.ksalebw2{
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    border: 3px solid #f92a7c;
    color: #593B66;
    font-size: 16px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    margin: 20px auto;
}
#detailarea .ksalebw2 img {
	width: auto;
    max-width: 190px;
    float: left;
    margin: 0 10px 0 0px;
}
#detailarea .ksalebw2 .mkitem {
	width: 32%;
	margin: 0 3px;
}

#detailarea .ksalebw2 a {
	display: list-item;
    margin: 5px auto;
    list-style: none;
}


@media only screen and (max-width: 767px) {

#detailarea.ksale {
    padding: 0;
}
#detailarea .ksalebar {
    margin-bottom: 1.2em;
	max-width: 85%;
}
#detailarea .ksalecat {
    display: block;
}
#detailarea .ksalecat img {
    margin: 15px auto;
    width: 80%;
    max-width: 300px;
}

#detailarea.ksale p {
    font-size: 18px;
}
#detailarea .ksalebw .mkitem {
    width: 32%;
    margin: 5px 1px;
}
	
#detailarea .ksalebw2 .mkitem {
    width: 32%;
    margin: 5px 1px;
}
#detailarea .ksalebw2 img {
    width: auto;
    max-width: 280px;
    float: none;
    margin: 0 auto;
}
	
.header-mobile .fire-btn {
    background: url(../img/common/sp/icon_fire.png) no-repeat top center;
    background-size: 0.37rem auto;
}
.header-mobile .cat-btn {
    background: url(../img/common/sp/icon_cat.png) no-repeat top center;
    background-size: 0.37rem auto;
}
.header-mobile .dog-btn {
    background: url(../img/common/sp/icon_dog.png) no-repeat top center;
    background-size: 0.37rem auto;
}	
	
}

/*リアル年またぎ2021-2022
----------------------------------------------------------------*/
#detailarea.rsale {
	width: 100%;
    max-width: 1080px;
    background-color: #CF0F30;
    margin: 0 auto;
	text-align: center;
	/*padding-top: 500px;*/
	color: white;
	padding: 0px 0px 10px;
}
#detailarea.rsale h4 {
    font-size: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    margin: 5px auto;
}
.rsalearea {
	width: 940px;
    margin: 0 auto;
}
#detailarea .rsalearea p {
	margin: 5px auto;
}

.rsalehalf {
	width: 49.7%;
    display: inline-table;
}
#detailarea .rsalehalf img {
	margin: 0;
}
#detailarea .rsalehalf p {
	margin: 5px auto 20px;
}
#detailarea .rsalebar{
	margin: 10px auto;
}
.rsaleother {
	display: flex;
}
#detailarea .rsaleother .mkitem {
	width: 95%;
	box-shadow: 0px 0px 0px 2px #fffe8a;
}
#detailarea.rsale figure {
	position: relative;
}
.aretako {
	position: absolute;
    width: 270px;
    height: 400px;
    top: 30px;
    left: 4%;
}
#detailarea.rsale .aretako .aretakoimg {
	position: absolute;
    bottom: 0;
    z-index: 1;
}

.fuwaaremtg {
	animation: fuwaaremtg 3s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/event/realmtg2022/realmtg2022_headerp03b.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    transform-origin: left bottom;
    width: 170px;
    height: 250px;
    margin-top: 0px;
    top: 0px;
    right: 0px;
    position: absolute;
}
@keyframes fuwaaremtg {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, 0px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}
.fuwaaremtg02 {
	animation: fuwaaremtg02 3s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/event/realmtg2022/realmtg2022_headerp01.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 80px;
    height: 90px;
    margin-top: 0px;
    top: 70px;
    right: 120px;
    position: absolute;
}
@keyframes fuwaaremtg02 {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}
.fuwaaremtg03 {
	animation: fuwaaremtg03 2s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/event/realmtg2022/realmtg2022_headerp02.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 120px;
    height: 130px;
    margin-top: 0px;
    top: 310px;
    left: 210px;
    position: absolute;
}
@keyframes fuwaaremtg03 {
  0% {
    transform:translate(10, 0) rotate(-0deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(10, 0) rotate(0deg);
  }
}


@media only screen and (max-width: 767px) {
.rsalearea {
    width: 95%;
	}
#detailarea.rsale h4 {
    font-size: 16px;
	}
.rsalehalf {
    width: 90%;
	}
.rsaleother {
    display: inline-table;
    margin: 0 auto;
}
#detailarea .rsaleother .mkitem {
    width: 47%;
    float: left;
    margin: 7px 5px;
	}
	
.aretako {
    width: 18%;
    height: 100%;
    top: auto;
    left: 0;
    bottom: 0;
}
.fuwaaremtg {
    width: 100%;
    height: 65%;
    top: -1%;
    right: 0px;
    left: 61%;
}
.fuwaaremtg02 {
    width: 8%;
    height: 50px;
    margin-top: 0px;
    top: 25px;
    right: 30px;
}
.fuwaaremtg03 {
    width: 10%;
    height: 35%;
    margin-top: 0px;
    top: 65%;
    left: 20%;
}
	
	
	
}

/*アレ誕6歳キャンペーン
----------------------------------------------------------------*/
#detailarea.alex6th figure {
	position: relative;
}
.fuwaare6th01 {
	animation: fuwaare6th01 3s infinite ease-in-out .2s alternate;
    background: url(../../../../user_data/bewave/event/alex6th/alex6th_heart.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.1s ease-in-out;
    width: 155px;
    height: 145px;
    margin-top: 0px;
    top: 302px;
    left: 42px;
    position: absolute;
}
@keyframes fuwaare6th01 {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(15deg);
  }
}
.fuwaare6th02 {
	animation: fuwaare6th02 2.3s infinite ease-in-out .3s alternate;
    background: url(../../../../user_data/bewave/event/alex6th/alex6th_stand.png) no-repeat center center / 100% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 235px;
    height: 330px;
    margin-top: 0px;
    bottom: 58px;
    right: 56px;
    position: absolute;
}
@keyframes fuwaare6th02 {
  0% {
    transform:translate(10, 0) rotate(-0deg);
  }
  50% {
    transform:translate(0, -10px) rotate(5deg);
  }
  100% {
    transform:translate(10, 0) rotate(0deg);
  }
}


@media only screen and (max-width: 767px) {

.fuwaare6th01 {
	width: 16%;
    height: 70px;
    margin-top: 0px;
    top: 31%;
    left: 4%;
}
.fuwaare6th02 {
	width: 23%;
    height: 40%;
    margin-top: 0px;
    bottom: 3%;
    right: 4%;
}

	
}




/*サロンサポート顧問三銃士
----------------------------------------------------------------*/
#detailarea.ssk314 {
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	text-align: center;
	/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
#detailarea.ssk314 .gtitle {
	background-color: #f7a4a6;
    padding: 12px 0 10px 0;
    border: 0;
    color: white;
    font-size: 26px;
	margin: 20px 0;
}

#detailarea.ssk314 .gmenu ul {
	display: flex;
}

#detailarea.ssk314 .gmenu ul li {
	width: 24%;
}
#detailarea.ssk314 .gmenu ul li:nth-child(2n) {
	width: 3%;
	position: relative;
}
#detailarea.ssk314 .gmenu h4 {
	color: #f7a4a6;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 3px 3px;
}
#detailarea.ssk314 .gmenu ul li div {
	background-color: #f3f3f3;
    border-radius: 10px;
    padding: 15px;
    margin: 0 5px;
    height: 155px;
    position: relative;
}
#detailarea.ssk314 .gmenu ul li div p {
    position: absolute;
    bottom: 36px;
    right: 0;
    left: 0;
    margin: 0px;
    font-size: 23px;
    font-weight: bold;
}
#detailarea.ssk314 .gmenu ul li div .gmbtn , #detailarea.ssk314 .gmenu ul li.gmmerit .gmbtn {
	background-color: #f38a8a;
    bottom: 0;
    color: white;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto 10px auto;
    padding: 3px 0;
    width: 80%;
    border-radius: 5px;
	font-size: 14px;
    font-weight: normal;
}
#detailarea.ssk314 .gmenu ul li:hover , #detailarea.ssk314 .gmenu ul li a:hover {
	opacity: 0.7;
}
#detailarea.ssk314 .pst {
    top: 40%;
    bottom: 0;
    margin-top: 20px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-top: 5px solid #f6a4a6;
    border-right: 5px solid #f6a4a6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.gmenu ul > li.arw:not(:nth-last-child(2))::before {
    /*content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #f6a4a6;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -19px;*/
}
.gmenu ul li.arw {
    /*list-style:  none;
    padding:  0;*/
}
.gmenu ul li.arw  {
    /*display:  inline-block;*/
    /*background-color: #03A9F4;*/
    /*color:  #fff;*/
    /*padding: 10px 20px;
    border-radius:  5px;
    position:  relative;
    font-size:  20px;*/
}
.gmenu ul li.arw:not(:last-child) {
    /*margin-right:  20px;*/
}

#detailarea.ssk314 .gmenu ul li.gmmerit {
	border: 1px solid #f7a5a7;
    border-radius: 10px;
    padding: 15px 15px;
    background-color: #fef3f4;
	position: relative;
}
#detailarea.ssk314 .gmenu ul li.gmmerit p {
	margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.ssk314 .gmenu ul li.gmmerit a {
	border-bottom: none;
}

.ssk314 p.diploma{
	font-size: 0.8em;
}

#detailarea.ssk314 .gmenu ul li.gmmerit span {
	font-size: 18px;
}
#detailarea.ssk314 .gmenu .rlink {
	text-align: right;
    margin: 10px 5px 0 0px;
    font-weight: bold;
    font-size: 17px;
}
/*.gmenu ul > li.gmmerit:nth-child(even):before {
	content: none;
}*/


#step01 h2 , #step02 h2 , #step03 h2 {
	border: 0;
    color: black;
    display: inline-grid;
    line-height: 30px;
    font-size: 22px;
    margin: 20px auto;
	
}
#step01 h2 span , #step02 h2 span , #step03 h2 span {
	color: #f7a4a6;
}

#step01 h3 , #step02 h3 , #step03 h3 {
    color: white;
    font-size: 20px;
    margin: 20px auto 10px auto;
    padding: 5px 15px;
    text-align: left;
    background-color: #f7a4a6;
	clear: both;
}

#step01 div, #step02 div, #step03 div {
    padding: 10px 10px 15px 10px;
    text-align: left;
    clear: both;
    display: inline-table;
    width: 100%;
}
#step01 .stp01div {
    padding:0px 0px;
}

#step01 div.hfblock , #step02 div.hfblock , #step03 div.hfblock {
    width: 50%;
    float: left;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    clear: inherit;
}
#step01 div.hfblock {
    clear: initial;
}
#step01 div.bd0 , #step02 div.bd0 , #step03 div.bd0 {
	border-bottom: 0;
}

#step01 .redzone, #step02 .redzone, #step03 .redzone {
	border: 1px solid red;
	margin: 0 auto;
	padding: 5px;
	color: red;
	display: table-cell;
}

#detailarea.ssk314 .phone {
	float: left;
	margin: 10px 20px 10px 5px;
}
#step01 div p , #step02 div p , #step03 div p {
    margin: 10px 10px 15px;
}
.bnum {
	background-color: #f7a4a6;
    border-radius: 15px;
    color: white;
    padding: 2px 7px;
}

#step01 div ul , #step02 div ul , #step03 div ul {
    margin: 0 10px 20px;
	display: inline-flex;
}
#step01 div ul li , #step02 div ul li , #step03 div ul li {
    margin: 0 10px 20px;
    /*display: inline-block;*/
}
#step01 div ul li img , #step02 div ul li img , #step03 div ul li img {
	/*max-width: 250px;*/
	max-height: 70px;
    margin: 5px auto;
}
#detailarea.ssk314 ul.sllist {
	display: block;
}
#detailarea.ssk314 .sllist li {
	display: block;
	margin: 3px auto;
}
#detailarea.ssk314 .hfblock .sched {
	width: auto;
    border-collapse: separate;
    border-spacing: 4px;
}
#detailarea.ssk314 .hfblock .sched tr.sch01 {
	background-color: #D6D6D6;
}
#detailarea.ssk314 .hfblock .sched tr.sch02 {
	background-color: #FBD5D6;
}
#detailarea.ssk314 .hfblock .sched tr.sch03 {
	background-color: #FDEAEA;
}
#detailarea.ssk314 .hfblock .sched tr th , #detailarea.ssk314 .hfblock .sched tr td {
	padding: 5px 10px;
}
#detailarea.ssk314 .hfblock .sched tr th {
	font-weight: bold;
}
#detailarea.ssk314 .hfblock .sched tr td {
	text-align: center;
}


#step03 .rprice {
	width: auto;
    display: inline-block;
}
#step03 .rprice h3 {
	background-color: #fbd5d6;
    color: black;
    text-align: center;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
}
#step03 .rprice h4 {
	background-color: white;
	border-radius: 30px;
	padding: 3px 0;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#step03 .rprice ul {
	margin: 0 auto;
	width: 100%;
}
#step03 .rprice ul li {
	background-color: #fdeaea;
    padding: 12px 10px;
    margin: 0;
	width: 100%;
}
#step03 .sswar {
	width: 100%;
    display: inline-flex;
    border: 1px solid #cccccc;
	padding: 3px 0;
	font-weight: bold;
}
#step03 .sswar img {
	float: left;
	margin: 5px 20px;
}


#mmerit {
	width: 95%;
    background-color: #f38a8a;
    margin: 20px auto;
    text-align: left;
}
#mmerit h2 {
	color: white;
    font-size: 28px;
    padding: 15px 0;
    margin: 0px auto;
    text-align: center;
    border: 0;
    line-height: 45px;
    display: table;
}
#mmerit h2 img {
	float: left;
    /* margin-left: 20px; */
    margin-right: 10px;
}
#mmerit .mmarea {
	width: 96%;
    margin: 0 auto 15px auto;
    background-color: white;
    padding: 10px 10px;
}
#mmerit .mmarea h3 {
	font-size: 19px;
    font-weight: bold;
    display: inline-block;
    margin: 10px auto;
}
#mmerit .mmarea .mlabel {
	float: left;
	margin: 5px 15px;
}
#mmerit .mmarea .mphoto {
	float: right;
}
#mmerit .mmarea p {
	margin: 0 0 10px;
    display: block;
}
#faq {
	text-align: left;
}
#faq h2 {
	border: 0;
	color: black;
	margin: 10px auto;
	font-size: 22px;
	text-align: center;
}
#faq h3 {
	margin: 15px auto;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: left;
    border-left: 5px solid #f38a8a;
}
a.jlink {
	/*display: block;*/
    padding-top: 110px;
    margin-top: -110px;
}
a.jlink2 {
	display: inline-block;
    padding-top: 90px;
    margin-top: -90px;
}
#mmeritlink , #faqlink {
	display: inline-block;
    padding-top: 100px;
    margin-top: -100px;
}
.hfblock a:link, .hfblock a:visited {
    color: #3a88e8;
}


.tred {
	color: red;
}
.tpink {
	color: #fc677e;
}
.tlpink {
	color: lightpink;
}
.tlgreen {
	color: #9cd3b1;
}
.torange {
	color: orange;
}

.bgred {
	background-color: red;
}
.bgpink {
	background-color: #fc677e;
}
.bglpink {
	background-color: lightpink;
}
.bglgreen {
	background-color: #9cd3b1;
}
.bgorange {
	background-color: orange;
}
.bgblue {
	background-color: blue;
}
.bgyellow {
	background-color: yellow;
}


hr {
	margin: 20px auto;
	clear: both;
}
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.f21 {
	font-size: 21px;
}
.f22 {
	font-size: 22px;
}
.f23 {
	font-size: 23px;
}
.f24 {
	font-size: 24px;
}
.fbold {
	font-weight: bold;
}



@media only screen and (max-width: 767px) {

a.jlink {
	/*display: block;*/
    padding-top: 10px;
    margin-top: 10px;
}
a.jlink2 {
    /*display: inline-block;*/
    padding-top: 0px;
    margin-top: -0px;
}
#mmeritlink , #faqlink {
	display: block;
    padding-top: 0px;
    margin-top: 0px;
}
#detailarea.ssk314 {
	padding: 0;
	font-size: 13px;
    line-height: 18px;
}
#detailarea.ssk314 .gtitle {
	padding: 10px 0px 10px 0px;
    font-size: 20px;
}
#detailarea.ssk314 .gmenu ul {
    display: block;
    /*border: 1px solid red;*/
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
#detailarea.ssk314 .gmenu ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
}
#detailarea.ssk314 .gmenu ul li div {
    height: auto;
    position: initial;
}
#detailarea.ssk314 .gmenu ul li div p {
    position: unset;
    bottom: 0;
    margin: 5px auto;
    font-size: 20px;
}
#detailarea.ssk314 .gmenu ul li div .gmbtn , #detailarea.ssk314 .gmenu ul li.gmmerit .gmbtn {
    position: initial;
    margin: 0 auto;
    padding: 5px 0;
    width: 90%;
    display: block;
	line-height: 18px;
}
#detailarea.ssk314 .gmenu h4 {
    font-size: 18px;
}
#detailarea.ssk314 .gmenu ul li:nth-child(2n) {
    width: 100%;
	display: inline-block;
	text-align: center;
	/*margin: 0 auto;
	padding: 5px 5px;*/
	position: relative;
	    /*border: 1px solid red;*/
}
#detailarea.ssk314 .gmenu .rlink {
    margin: 10px 15px 0px 0px;
    font-size: 18px;
}
#detailarea.ssk314 .gmenu ul li.gmmerit p {
    font-size: 25px;
    line-height: 28px;
}
	
#detailarea.ssk314 .pst {
    margin-top: -10px;
    left: 50%;
    right: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	text-align: center;
	    display: inline-block;
}
#detailarea.ssk314 .phone {
    float: left;
    margin: 10px 10px 20px 3px;
    width: 38%;
}
#step01 h2, #step02 h2, #step03 h2 {
    font-size: 22px;
    margin: 20px auto 0px auto;
}
#step01 h3, #step02 h3, #step03 h3 {
    font-size: 16px;
}
#step01 div, #step02 div, #step03 div {
    padding: 10px 5px 15px 5px;
    text-align: left;
    clear: both;
    display: inline-table;
    width: 100%;
}
#step01 div ul, #step02 div ul, #step03 div ul {
    display: block;
}
#step01 div ul li, #step02 div ul li, #step03 div ul li {
    margin: 10px auto;
    display: table;
}
#step01 div ul li img, #step02 div ul li img, #step03 div ul li img {
    max-width: 150px;
    max-height: initial;
}
#step01 div.hfblock, #step02 div.hfblock, #step03 div.hfblock {
    width: 100%;
    float: none;
    clear: none;
}
#detailarea.ssk314 .hfblock .sched {
    width: 100%;
    max-width: 500px;
}
	
#step03 .rprice ul {
    display: inline-flex;
}
#step03 .rprice ul li {
    padding: 12px 8px;
    margin: 3px;
    display: block;
}
#step03 .rprice h4 {
    padding: 3px 0;
    margin: 0 0 6px 0;
    font-size: 16px;
}
#step03 .sswar img {
    margin: 5px 8px;
}
#mmerit h2 {
    font-size: 22px;
    padding: 15px 0;
    margin: 0px auto;
    line-height: 30px;

}	
#mmerit h2 img {
    margin-left: 10px;
}
	
#mmerit .mmarea h3 {
    font-size: 16px;
    display: block;
    margin: 8px auto;
}
#mmerit .mmarea .mlabel {
    float: left;
    margin: 5px 8px;
    width: 18%;
    max-width: 64px;
}	
#mmerit .mmarea .mphoto {
    float: none;
	margin: 8px auto;
}
	
#faq h3 {
    font-size: 16px;
	}
.feature-faq .feature-faq-text span {
    top: 10%;
}

}


.st-c .te {
    white-space: initial;
}
.brand_entry h3 {
    display: table !important;
    width: 100%;
}

/* 決済完了314
----------------------------------------------- */
.ssk314comp {
	
}
.ssk314comp h5 {
	font-size: 24px;
    color: red;
    font-weight: bold;
}
.line314btn {
	background-color: #006bff;
    color: white;
    font-weight: bold;
    border-radius: 11px;
    display: inline-table;
    padding: 13px 15px;
    margin: 8px auto;
    box-shadow: 2px 2px 2px grey;
}




@media only screen and (max-width: 767px) {
	.ssk314comp h5 {
    font-size: 24px;
    line-height: 26px;
}
.line314btn {
	font-size: 14px;
    padding: 13px 15px;
}
	
	
}

/*BWJ2021特設
----------------------------------------------------------------*/
/*#breadcrumb.bwjbread {
	width:1060px;
}*/
#detailarea.bwjlp {
	width:1080px;
	/*background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_01.png);*/
	background-color: #A660BD;
	margin: 0 auto;
	border-radius: 5px ;
	padding: 0;
	/*background:none;*/
}
.bwj_pr {
	width:1040px;
	/*background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_01.png);*/
	/*background-color: white;*/
	margin: 10px auto;
	/*border-radius: 5px ;*/
	/*background:none;*/
	position: relative;
}
.mdiv .endbg {
	position: absolute;
    z-index: 5;
    width: initial;
    min-width: 1200px;
    float: none;
    margin: 0;
    left: -5px;
    border: 0;
    top: 0;
}
/*.bwj_pr .base {
	width:1000px;
	background-color:#FFFEDA;
	margin:0 auto 20px auto;
	padding: 20px 0;
}*/
/*.bwj_pr .base div {
	width: 90%;
	padding-left: 5px;
	margin:0 auto;
}*/
/*.bwj_pr .base div img {
	padding: 8px 4px;
   width: 49%;
	float:left;
	margin:0 auto 10px auto;
}*/
/*.img600 {
	width:600px;
}*/

#detailarea.bwjlp h2 {
	font-size:24px;
	text-align:center;
	margin:10px auto;
	border: 0;
    /*color: white;*/
}
#detailarea.bwjlp h3 {
	font-size: 2.8em;
    /*color: white;*/
    text-align: center;
    margin: 25px auto 5px auto;
	/*background: linear-gradient(transparent 10%, #0861c7 70%);*/
    display: table;
    padding: 6px 10px 3px 10px;
	border-top: black 2px dotted;
    border-bottom: black 2px dotted;
}
#detailarea.bwjlp h4 {
	font-size: 16px;
    /*color: white;*/
    text-align: center;
    margin: 10px auto;
}
#detailarea.bwjlp h4 a:link , #detailarea.bwjlp h4 a:visited {
    /*color: white;*/
}
#detailarea.bwjlp p {
	text-align: left;
    margin: 8px auto;
    /*color: white;*/
    /* width: 95%; */
    padding: 0 15px;
	display: table;
	font-size: 16px;
}
#detailarea.bwjlp figure {
	position: relative;
}
/*.bwjhead {
	width:850px;
	background-color: #d1f4ff;
	padding:20px 30px;
	margin:15px auto;
}*/
.bwjd {
	background-color: white;
	width: 80%;
	border-radius: 5px;
	border: 3px solid red;
	margin: 15px auto;
	padding: 10px 5px;
}
#detailarea.bwjlp .bwjd p {
	color: black;
}
.hydroslide {
	overflow: hidden;
}
.hydrocolor {
    position: relative;
    display: flex;
    width: 100vw;
    /*overflow: hidden;*/
}
    .hydrocolor ul {
		padding: 0;
        /*width: 100vw;*/
		width: auto;
        display: flex;
        flex-shrink: 0;
}
        .hydrocolor ul:first-child {
            animation: slide1 30s -15s linear infinite;
        }
        .hydrocolor ul:last-child {
            animation: slide2 30s linear infinite;
        }
        .hydrocolor li {
            display: inline-block;
            width: 100%;
            min-width: 65px;
            margin-right: 20px;
            list-style: none;
            text-align: center;
		}
         .hydrocolor li img {
                display: block;
                width: 100%;
                height: auto;
            }
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.fuwaare {
	animation: fuwaare 3s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_14.png) no-repeat center center / 80% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 160px;
    height: 120px;
    margin-top: 5px;
    top: 320px;
    left: 160px;
    position: absolute;
}
@keyframes fuwaare{
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}

.fuwaax {
	animation: fuwaax 2s infinite ease-in-out .5s alternate;
    background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_18.png) no-repeat center top / 60% auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 118px;
    height: 180px;
    margin-top: 5px;
    top: -79px;
    left: 20px;
    position: absolute;
}
@keyframes fuwaax {
  0% {
    transform:translate(0, 0) rotate(-8deg);
  }
  50% {
    transform:translate(0, -8px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(8deg);
  }
}



@media only screen and (max-width: 767px) {

#detailarea.bwjlp {
	width:100%;
	/*background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_01.png);*/
	/*background-color: white;*/
	/*margin: 0 auto;*/
	/*border-radius: 5px ;*/
	/*background:none;*/
}
.bwj_pr {
	width:100%;
	/*background: url(../../../../user_data/bewave/event/bwj2021/bwj2021_01.png);*/
	/*background-color: white;*/
	/*margin: 0 auto;*/
	/*border-radius: 5px ;*/
	/*background:none;*/
	padding: 0 8px;
}

#detailarea.bwjlp h3 {
    font-size: 1.3em;
	}
.fuwaare {
    width: 100px;
    height: 70px;
    top: 124px;
    left: 30px;
}	
.fuwaax {
    width: 68px;
    height: 89px;
    top: 0px;
    right: 0px;
    left: 75%;
}
		
	
}



/* esthepro_labo
----------------------------------------------- */
#detailarea.epl{
width: 1080px;
margin: 0 auto;
	padding: 0;
}

#detailarea.epl h1{
font-size: 1.8em;
font-weight: bold;
margin: 20px 0;
text-align: center;
}

#detailarea.epl h2 {
border:none;
padding: 10px 0;
font-size: 1.5em;
}

.epl_wrap {
background: #000;
color: #FFF;
padding: 20px;
}

.epl_wrap h1{

}

#detailarea.epl span.blue{ color: #26C9FF;}
#detailarea.epl span.pink{ color: #FF26FF;}
#detailarea.epl span.yellow{ color: #FFFF00;}

.contype1,.contype2 {
width: 48%;
display: block;
border: #FFF 1px solid;
padding:15px;
}

.contype1 {
float: left;
}
.contype2 {
float: right;
}

#detailarea.epl .contype1 h2, #detailarea.epl .contype2 h2 {
display: block;
background: #FFF;
color: #000;
text-align: center;
padding: 5px;
margin: 0 0 20px 0;

}

#detailarea.epl .contype2 h2 {
background: #FFFF00;
}

#detailarea.epl .contype1 p, #detailarea.epl .contype2 p{
font-size: 1.2em;
font-weight: bold;
}

.p-type {
display: block;
padding: 10px;
margin: 0 0 10px 0;
background: #424251;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

span.sml {
font-size: 0.7em;
font-weight: normal;
}

.flow_wrap {
clear: both;
text-align: center;
padding: 20px 0 0 ;
}

.flow_wrap ul{
    width: 95%;
    margin: 0 auto;
padding: 0;
background: url(/user_data/bewave/item/prolabo/siteimages/prolabo_08.png) center repeat-y;
} 

.flow_wrap li {
list-style: none;
background: no-repeat;
padding: 20px 0;
margin: 50px 0 ;
font-size:1.4em;
font-weight: bold;
}

.flow_wrap li a {
color: #FFF;
text-decoration: underline;
}

.b-box span,.w-box span {
display:inline;
margin: 0 auto;
position: relative;
padding: 15px 15px 15px 50px;
line-height: 42px;
}

li.b-box {
background-color: #0287BF;
}

li.w-box {
background-color: #000;
border: #FFF 1px solid;
}

.b-box span:after,.w-box span:after{
position: absolute;
left:0;
}

.b-box span.icon01:after {
content:url(/user_data/bewave/item/prolabo/siteimages/prolabo_02.png);
}

.w-box span.icon02:after {
content: url(/user_data/bewave/item/prolabo/siteimages/prolabo_03.png);
}

.b-box span.icon03:after {
content: url(/user_data/bewave/item/prolabo/siteimages/prolabo_04.png);
}

.w-box span.icon04:after {
content: url(/user_data/bewave/item/prolabo/siteimages/prolabo_05.png);
}

.b-box span.icon05:after {
content: url(/user_data/bewave/item/prolabo/siteimages/prolabo_06.png);
}

.w-box span.icon06:after {
content: url(/user_data/bewave/item/prolabo/siteimages/prolabo_07.png);
}

@media only screen and (max-width: 767px) {
#detailarea.epl {
    width: 100%;
}
#detailarea.epl h1 {
    font-size: 1.6em;
    margin: 20px 10px;
}
#detailarea.epl p {
    margin: 0 10px 20px;
}
.epl_wrap {
    padding: 0px;
}
.contype1 , .contype2 {
    float: none;
    width: 90%;
	margin: 0 auto 20px;
	padding: 0 0 10px 0;
}
.p-type {
    font-size: 1.5em;
    width: 85%;
    margin: 10px auto;
}
#detailarea.epl .contype1 h2, #detailarea.epl .contype2 h2 {
    margin: 0 0 10px 0;
}
#detailarea.epl .contype1 p, #detailarea.epl .contype2 p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 10px;
}
.flow_wrap {
    padding: 20px 0 0px;
}
.flow_wrap li {
    margin: 50px auto;
    font-size: 1.4em;
    width: 90%;
}
.b-box span, .w-box span {
    line-height: 25px;
}
.b-box span:after, .w-box span:after {
    top: 10%;
}

	
	
}


/* 日本プラム　ショッピングローン申込
----------------------------------------------- */
#detailarea.plum{
width: 1080px;
margin: 0 auto;
	padding: 0;
background:#FFF url("/contents/shop/bewave/img/item/plum/siteimages/plum_01.png")no-repeat top right;

}

#detailarea.plum .plum_wrap {
width: 1040px;
    height: 640px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

#detailarea.plum .plum_wrap .logo {
	position: absolute;
    left: 0px;
    top: 20px;
}
#detailarea.plum .plum_wrap h1 {
    margin: 0;
    position: absolute;
    top: 220px;
    left: 30px;
}

#detailarea.plum .plum_wrap h2 {
border: 0;
    margin: 0px 0px 20px 0;
    padding: 0;
    position: absolute;
    top: 460px;
    left: -20px;
}

#detailarea.plum .plumall {
	width: 1000px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

#detailarea.plum .plum_ctt {
	text-align: left;
}
#detailarea.plum .plum_ctt img {
	margin: 0;
}
#detailarea.plum .plum_ctt hr {
background:url("/contents/shop/bewave/img/item/plum/siteimages/plum_13.png") repeat-x;
height: 8px;
    border: none;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
#detailarea.plum .plum_ctt .pcatch {
margin: -40px 0 30px 0; 
}


#detailarea.plum hr {
	width: 90%;
}
.plum_wrap p span{
font-size: 0.8em;
}

#detailarea.plum .plum_ctt p {
    margin: 15px 15px 35px;
    line-height: 22px;
}

#detailarea.plum .plum_flow h2{
	border: 0;
	margin: 50px auto;
}

.plum_flow ul{
　padding-left: 0px;
  margin-bottom: 50px;
}

.plum_flow ul li {
background: #FFF4F4;
list-style: none;
display: block;
margin: 20px 0px 0px;
padding: 25px 25px;
}

.plum_flow ul li span,
.plum_att span{
font-size: 1.5em;
color: #F36691;
font-weight: bold;
display: block;
margin: 0 0 5px 0;
}

.plum_flow li+li {
position: relative;
margin-top: 70px;
}
.plum_flow li+li:before {
content: '';
display: block;
position: absolute;
top: -55px;
width: 100%;
height: 43px;
background: url(/contents/shop/bewave/img/item/plum/siteimages/plum_15.png) no-repeat 50% 50%;
}

#detailarea.plum .plum_att {
display: block;
border: #F46691 1px solid;
padding: 20px;
margin: 50px auto;
}

#detailarea.plum .plum_fbtn{
display: block;
background: #FFA7A7;
padding: 20px;
text-align: center;
	margin-bottom: 70px;
	font-size: 1.5em;
}

.plum_fbtn a{
color: #FFF;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
}


@media only screen and (max-width: 767px) {

#detailarea.plum {
	width: 100%;
    background-size: 120% auto;
    background-position: top right;
}
#detailarea.plum .plum_wrap {
	width: 95%;
    height: 100%;
    min-height: 22em;
}
#detailarea.plum .plum_wrap h1 {
    margin: 0;
    position: absolute;
    top: 9em;
    left: 0em;
}
#detailarea.plum .plum_wrap h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80%;
    left: -10px;
}
#detailarea.plum .plum_wrap .logo {
    left: 0px;
    top: 10px;
    width: 25%;
}
#detailarea.plum .plumall {
    width: 98%;
	}
#detailarea.plum .plum_ctt .pcatch {
    margin: -10px 0 10px 0;
}
#detailarea.plum .plum_ctt hr {
    margin: 8px auto;
    width: 98%;
}
#detailarea.plum .plum_ctt p {
    margin: 10px 10px 35px;
    line-height: 20px;
}
.plum_flow ul li {
    margin: 50px 10px 0px;
    padding: 20px 15px;
}	
	
.plum_flow li+li:before {
    top: -45px;
    width: 90%;
    height: 43px;
    margin: 0 auto;
}
#detailarea.plum .plum_fbtn {
	width: 92%;
	}
#detailarea.plum .plum_att {
    padding: 14px 10px;
    margin: 30px auto;
}
.plum_att span {
    font-size: 1.2em;
	}
#detailarea.plum .plum_flow h2 {
    border: 0;
    margin: 30px auto 0 auto;
}
	
	

}


/* misirelto_renewal
----------------------------------------------- */
#detailarea.new_misirelto{
width: 1080px;
margin: 0 auto;
padding: 40px;
}

.misire_wrap {
background: #E5E7E8;
color: #3E3E3E;
}

#detailarea.new_misirelto h2 {
	width: 95%;
    margin: 0px auto;
    padding: 30px 0px;
    font-size: 1.9em;
    font-weight: bold;
    color: black;
    border-left: none;
	font-family: serif;
}
#detailarea.new_misirelto h3 {
	width: 95%;
    margin: 0px auto;
    padding: 0;
    font-size: 1.3em;
	font-family: serif;
}
.misire_wrap ul {
list-style: none;
}

.misire_wrap ul li {
float: left;
margin-left: 33px;
margin-bottom: 33px;
}

#detailarea.new_misirelto .misire_wrap p {
    clear: both;
    margin: 10px auto;
    width: 95%;
}



@media only screen and (max-width: 767px) {
#detailarea.new_misirelto {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.misire_wrap ul li {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: auto;
}



}


/* test_bwjpr
----------------------------------------------- */
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(../../../../user_data/bewave/banner/slide/bwj2021_prak.jpg) no-repeat center center / auto auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 800px;
  height: 354px;
  margin-top: 15px;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* youtubeサムネイル用
----------------------------------------------- */
.ytarea {
  width: 100%;
  padding: 0px;
  border: 0px solid #333;
  text-align: center;
}
.ytm , .ytm80 , .ytm50 {
  display: inline-block;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
	width: auto;
}
.ytm80 {
	width: 80%;
}
.ytm50 {
	width: 50%;
}
.ytm_v {
	position: absolute;
	z-index: 2;
}
.ytm_t {
	position: relative;
	z-index: 1;
}



/*.ytm , .ytm80 , .ytm50 {
  display: block;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}*/

.ytm_v01 {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  width: 20%;
  max-width: 150px;
  margin: auto;
  bottom: 0;
}

.ytm_v02 {
  position: absolute;
  z-index: 6;
  bottom: 10%;
  width: 35%;
}

.ytm .ytm_v {
  position: absolute;
  z-index: 5;
  width: initial;
  min-width: 1200px;
  float: none;
  margin: 0;
  left: 0;
  border: 0;
  top: 0;
}

.ytm img , .ytm80 img , .ytm50 img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
	
.ytm , .ytm80 , .ytm50 , .feature-video .ytm {
	width: auto;
}
.feature-video .ytm_v01 {
  width: 20%;
  max-width: 150px;
}
.feature-video .ytm_v02 {
  bottom: 10%;
  width: 35%;
}
	
}




