@charset "utf-8";

/* ==================== RESET ==================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

img {
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption{
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}

select,input,button,textarea {
	font:99%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

html{
	overflow-y: scroll;
}

/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */


body{
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333;
	background: url("https://www.vivalita.com/salon/image/body_bg.png") repeat-x 0 0;
}

a:link,a:visited{
	color: #ff8876;
	text-decoration: underline;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}

li {
	list-style:none;
}

/* #wrapper */

#wrapper{
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){

#wrapper{
	width: 100%;
}

}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){

#wrapper{
	width: 910px;
	margin: 0 auto;
	padding:  0 41px;
}

}

/* ******************************************************************** */ 
/* clear      */
/* ******************************************************************** */


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


/* ******************************************************************** */ 
/* テーブル      */
/* ******************************************************************** */


table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}

#main table.aes{
	border: 1px solid #D4CFCF; 
	width:100%;
	}

#main table.aes th{
	height:35px;
	border: 1px solid #D4CFCF; 
	background-color: #FF6633;
	color:  #fff;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#main table.aes td{
	text-align:left;
	border: 1px solid #D4CFCF;
	vertical-align: middle;
	padding: 5px 10px;
}

#main table td{
	vertical-align: middle;
	padding: 5px 10px;
}


/* ******************************************************************** */ 
/* カラム指定      */
/* ******************************************************************** */



#contents{
	overflow: hidden;
	zoom: 1;
	margin-bottom:20px;		
}


/* #main */

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	
	#main{
		width: 90%;
		max-width: 640px;
		margin: 0 auto 50px auto;
	}	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	
#main{
	width: 640px;
	margin: 0 0 50px 0;
	float: right;
}
	
}


/* ******************************************************************** */ 
/* ヘッダー      */
/* ******************************************************************** */


#header{
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom:15px;
}

#header .logo{
	float: left;
	padding-top: 23px;
}

#header .info{
	position: absolute;
	top: 23px;
	left: 407px;
}

#header .contact{
	padding-top: 26px;
	float: right;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	#header{
		display: none;
	}
	
	#nav{
		display:none;
	}
	
#sp_header .sp_head_fix{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 55px;
	z-index: 9999;
	border-bottom: solid 1px #ebebeb;
}

#sp_header .sp_head_fix .sp_head_logo{
	float: left;
	margin-left:12px;
	padding-top: 13px;
}
		
#sp_header .nav_box_sp{
	padding: 40px 0 40px 0;
	text-align: center;
	box-sizing: border-box;
}

#sp_header .pure-drawer	.logo_mark{
	margin-bottom: 5px;
}

#sp_header .nav{
	border-top: 1px solid #c7c7c7;
	margin-top:30px;
}

#sp_header .nav li{
	border-bottom: 1px solid #c7c7c7;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}

#sp_header .nav li a{
	padding-left: 20px;
	display: block;
	background: url("../image/arrow-03.png") no-repeat left center;
	background-size: 12px 12px;
	padding: 0 0 0 18px;
	color: #333;
	text-decoration: none;
}
	
#sp_header .sp_head_reservation{
	margin: 20px auto;
	width: 90%;
}		
	
#sp_header .sp_head_reservation a{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: #ff9b8c;
	text-decoration: none;
	padding: 10px 20px;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 3px;
	border-radius: 4px;
}		
	
#sp_header .sp_head_tel{
	margin: 20px auto 0 auto;
	width: 90%;
}	
	
#sp_header .sp_head_tel a{
	font-size: 19px;
	font-weight: bold;
	color: #fe7a66;
	background: #fbedeb;
	text-decoration: none;
	padding: 10px 20px;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 3px;
	border-radius: 4px;
}

#sp_header .sp_head_contact{
	margin:0 auto 20px auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	
	
#sp_header .sp_head_contact a{
	width: 49%;
	background: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fe7a66;
	text-decoration: none;
	padding: 10px 0;
	box-sizing: border-box;
	text-align:center;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}
	
#sp_header .sp_head_timeschedule{
	margin:0 auto;
	width: 90%;
}
	
#sp_header .sp_head_timeschedule .sp_head_time-ttl{
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #f63;
	margin: 10px 0 4px 0;
}
	
#sp_header .sp_head_timeschedule p{
	font-size: 14px;
}	
	
	
}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	
	#sp_header{
		display:none;
	}
}

/* ******************************************************************** */ 
/* メイン画像      */
/* ******************************************************************** */


#sub_main_image{
	margin-bottom: 30px;
}

#sub_main_image img{
	width: 100%;
	height: auto;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	
	#main_image{
		display: none;
	}

	#main_image_sp{
		padding-top: 55px;
		margin-bottom: 30px;
	}

	#main_image_sp img{
		width: 100%;
		height: auto;
	}

	#sub_main_image{
		padding-top: 55px;
	}
	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	
#main_image{
	margin-bottom: 30px;
}
	
#main_image_sp{
	display: none;
}
}

/* ******************************************************************** */ 
/* トップページ新着情報      */
/* ******************************************************************** */


.index_list{
	margin: -20px 0 40px 20px;
}
.index_list dl{
	overflow: hidden;
	zoom: 1;
	border-bottom:1px solid #e5e5e5;
}
.index_list dl dt{
	float:left;
	padding:13px 0 12px;
	width:8em;
}
.index_list dl dd{
	padding:13px 0 12px;
	overflow: hidden;
}


/* ******************************************************************** */ 
/* パンくず      */
/* ******************************************************************** */


#main .breadcrumbs{
	margin-bottom: 15px;
	text-align: right;
	font-size: 85%;
}


/* ******************************************************************** */ 
/* メインカラム      */
/* ******************************************************************** */


#main h1, #main .h-style01 {
	color: #fff;
	font-size: 123%;
	background: url("../image/h1_bg.png") no-repeat 0 0;
	padding: 15px 0 0 21px;
	margin-bottom: 20px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	font-weight: bold;
}

.feature{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:10px auto;
	text-align:center;
}

.feature_box{
	width:48%;
	margin-bottom:20px;
	text-align: left;
}

.feature p{
	text-align: center;
}

.feature a img:hover{
	opacity: .7;
}


@media screen and (max-width: 767px){
#main_h1{
	    color: #fff;
    font-size: 123%;
    background: url(../image/h1_bg.png) no-repeat 0 0;
    padding: 15px 0 0 21px;
    margin-bottom: 20px;
    min-height: 35px;
    height: auto !important;
    height: 35px;
    font-weight: bold;
	background: linear-gradient(90deg, #ff8c81, #fff0ef);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 23px;
    font-size: 18px;
    box-sizing: border-box;
	width: 90%;
    max-width: 640px;
    margin: 0 auto 50px auto;
	
}
}


@media screen and (min-width: 767px){
	.sp-float{
		display: none;
	}
	
#main_h1{
	color:#fff;
	font-size:123%;
	background:url("../image/h1_bg_top.png") no-repeat 0 0;
	padding:15px 0 0 21px;
	margin-bottom:20px;
	min-height:35px;
	height:35px;
	font-weight:bold;
	width: 100%;
}
	
	.sp_br{
		display: none;
	}
	
}

/* スマホのみ */
@media screen and (max-width: 767px){

#main h1{
	background:linear-gradient(90deg, #ff8c81, #fff0ef);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 20px;
    font-size: 18px;
	box-sizing: border-box;
}
	
	.sp-float{
		display: flex;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 98;
	}
	.sp-float li{
		flex-basis: calc(100%/2);
		background: #fe7a66;
		color: #fff;
		position: relative;
		text-align: center;
		font-size: 3.5vw;
		padding: 9.6vw 0 2vw;
	}
	.sp-float li:nth-of-type(1){
		background: url("../image/calender_icon.png") no-repeat #fe7a66;
		background-size: 5.8vw;
		background-position: center 2.6vw;
	}
	.sp-float li:nth-of-type(2){
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
		background: url("../image/tel_icon.png") no-repeat #fe7a66;
		background-size: 5.6vw;
		background-position: center 2.7vw;
	}
	
	.linkwrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
	

}

#main h2{
	margin-bottom: 30px;
}

#main .h2_area{
	padding-left: 20px;
	margin-bottom: 40px;
}

/* スマホのみ */
@media screen and (max-width: 767px){

#main .h2_area{
	padding-left: 0;
}
	.side_links{
		display: block;
	}
	

}

/* 画像表示 */
#main .h2_area .right{
	float: right;
	margin: 0 0 20px 20px;
}

#main .h2_area .left{
	float: left;
	margin: 0 20px 20px 0px;
}

/* 画像表示：スマホのみ */
@media screen and (max-width: 767px){

#main img{
	max-width:100%;
	height:auto;
}	
	
#main .h2_area .right{
	float: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
	height: auto;
}

#main .h2_area .left{
	float: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
	height: auto;
}

#main .h2_area .img_dr{
	float: none;
    text-align: center;
    width: 100%;
    max-width: 200px;
	height: auto;
    margin: 0 auto 20px auto;
    display: block;
}
	
	
#main .h2_area img.no_resize {
    width: auto;
    height: auto;
}	
}


#main .h2_area h2, #main .h2_area .h-style02 {
	background: url("../image/h2_bg_main.png") repeat-x 0 100%;
	padding: 6px 0 11px;
	font-size: 135%;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}

#main div.h2_area h2.o_color{
	color:#FF7243;
}

#main .h2_area h3, #main .h2_area .h3-cnt {
	color: #FF6633;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 116%;
}

#main .h2_area h3.big{
	font-size: 130%;
}

#main .h2_area h4, #main .h2_area .h4-cnt {
	color: #2ccd97;
	font-weight: bold;
	font-size: 130%;
	margin-bottom:15px;
	border-bottom: 1px dashed #2ccd97;
}

#main .h2_area .h4-flex {
    display: flex;
    flex-wrap: wrap;
}

.green{
	color: #2ccd97;
}

#main .h2_area p{
	margin-bottom: 18px;
}

#main div.h2_area p.o_color{
	color:#FF7243;
}

#main div.h2_area p.p_color{
	color:#CC0033;
	font-weight:bold;
}

#main div.h2_area p.bold{
	font-weight:bold;
}

#main .h2_area strong{
	color: #3C2423;
}

#main .h2_area ul{
	margin-left:20px;
}

#main .h2_area ul li{
	list-style-type:disc;
}

#main .h2_area ul.list_pink{
	margin:0px 0px 20px 0px;
	padding:0px;
}

#main .h2_area ul.list_pink li{
	list-style:none;
	font-weight:bold;
	color:#FF7F9F;
	margin-bottom:5px;
}

#main .h2_area .yomogi_banner img {
	margin-left:0px;
	margin-bottom: 10px;
}

#blog p{
	line-height: 3;
	font-size:1.2em;
}

#blog h1{
	line-height: 4;
	font-size:1.2em;
}

#blog h2{
	line-height: 4;
	font-size:1.2em;
}

#blog h3{
	line-height: 4;
	font-size:1.2em;
}


#main h2.top_h2{
	color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	
#main h2.top_h2{
	background:linear-gradient(90deg, #ff8c81, #fff0ef);
    border-radius: 3px;
    padding: 15px 0 13px 21px;
    line-height: 20px;
    font-size: 15px;
}
	
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	
#main h2.top_h2{
	font-size: 18px;
	background: url("../image/h1_bg.png") no-repeat 0 0;
    padding: 13px 0 10px 21px;
    height: 35px;
}
}


/* ******************************************************************** */ 
/* オンライン予約ボタン      */
/* ******************************************************************** */

.online_reservation{
	width: 100%;
	max-width:380px;
	text-align:center;
	margin: 50px auto 50px auto;
	border-radius: 50px;
	font-weight: bold;
}

#main .paragraph .online_reservation a:link,
#main .paragraph .online_reservation a:visited{
	display:block;
	padding:25px 0;
	background-color:#E3E3E3;
	color:#fe6e24;
	text-decoration:none;
	border-radius: 50px;
	font-size: 18px;
	letter-spacing: 3px;
}

#main .paragraph .online_reservation a:hover,
#main .paragraph .online_reservation a:active{
	background-color:#ffa785;
	color:#ffffff;
}


.online_reservation_arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.online_reservation_arrow::before,
.online_reservation_arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.online_reservation_arrow::before{
left: 55px;
box-sizing: border-box;
width: 8px;
height: 6px;
border: 8px solid transparent;
border-left: 8px solid #ed4912;
}


/* ******************************************************************** */ 
/* お問合わせ      */
/* ******************************************************************** */


#main div.h2_area table.contact{
width:100%;
border:5px solid #CCCCCC;
margin:0 0 20px 0;
}

#main div.h2_area table.contact th{
width:30%;
border:1px solid #CCCCCC;
background:#F5F5F5;
padding:10px;
}
#main div.h2_area table.contact td{width:70%;border:1px solid #CCCCCC;padding:10px;text-align:left;background-color:#FFFFFF;}
#main div.h2_area em.must{
font-size:120%;
font-style:normal;
font-weight:bold;
color:#CC0000;
}

#main div.h2_area em.check{
font-size:80%;
font-style:normal;
font-weight:normal;
}

#main div.h2_area table.contact td input,
#main div.h2_area table.contact td textarea{
padding:5px;
}

#main div.h2_area .confirm{
margin:20px 0;
text-align:center;
background:#F5F5F5;
padding:10px;
}

#main div.h2_area .confirm input{
padding:10px 20px;
}

#main div.h2_area .confirm .resetBtn{
}

#main div.h2_area .confirm .backBtn{
}
#main div.h2_area div.error{
border:5px solid #CC0000;
padding:10px;
margin:0 0 20px 0;
}

#main div.h2_area div.error ul{
padding:0 0 0 15px;
}

#main div.h2_area div.error ul li{
list-style-type:disc;
}

#main div.h2_area div.error p{
color:#CC0000;
font-weight:bold;
margin:0 0 10px 0;
}

#main div.h2_area table.contact input[type="text"] {
	width: 100%;
    max-width: 130px;
}

#main div.h2_area table.contact .mwform-tel-field input[type="text"] {
	width: 30px;
}


#main div.h2_area table.contact textarea {
	width: 100%;
    max-width: 95%;
}



/* ******************************************************************** */ 
/* ページトップ      */
/* ******************************************************************** */


#main .h2_area .page_top, #main .page_top {
	margin: 10px 0 0 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
	text-align:  right;
}
#main .h2_area .page_top a, #main .page_top a {
	padding-right: 18px;
	background: url("../image/arrow-02.png") no-repeat 100% 20%;
}

/* ******************************************************************** */ 
/* ブログページネーション      */
/* ******************************************************************** */
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #B3B3B3;
}

.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active{
	color:#fff;
}

.pagination a:hover,
.pagination .current{
	background: #FF9B43;
}

/* ******************************************************************** */ 
/* サイドバー      */
/* ******************************************************************** */



#sidenavi .side_links li{
	margin-bottom: 10px;
}

#sidenavi .contact{
	margin-top: 15px;
}

/* スマホとタブレット */
@media screen and (max-width: 1023px){
	
	#sidenavi{
		width: 90%;
		max-width: 530px;
		margin: 0 auto;
		display: block;
	}

	#sidenavi .side_aesthetic{
		width: 250px;
		margin: 0 auto 30px auto;
	}

	#sidenavi .side_blog{
		width: 250px;
		margin: 0 auto 30px auto;
	}
	
}


/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
	
	#sidenavi{
		float: left;
		display: inline;
		width: 250px;
		margin-bottom: 40px;
	}

	#sidenavi .side_aesthetic{
		margin-bottom: 30px;
	}
}


/* ******************************************************************** */ 
/* フッター      */
/* ******************************************************************** */


#footer{
	background:#fff2e7;
	padding: 0 15px 20px 15px;
}

#footer .site_links{
	padding-top: 32px;
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

#footer .site_links li{
	float: left;
	*white-space: nowrap;
	border-right: 1px solid #CBC8C3;
	padding: 0 12px;
}

#footer .site_links li a,
#footer .site_links li a:visited{
	text-decoration: none;
}

#footer .site_links li a:hover{
	text-decoration: underline;
}

#footer .site_links li.last{
	border-right: none;
}

#footer .copyright{
	text-align: center;
	padding-top: 22px;
	color:#ff8fa4;
	letter-spacing:2px;
	font-weight:bold;
	font-size: 14px;
}

#footer .address{
	text-align:  center;
	color: #999999;
	margin-top: 17px;
}

#footer .tel{
	text-align:  center;
	color: #999999;
	margin-top: 8px;
}

#footer .map{
	text-align:  center;
	margin-top: 10px;
}

#footer .map a,
#footer .map a:visited{
	text-decoration: none;
}

#footer .map a:hover{
	text-decoration: underline;
}


/* ******************************************************************** */ 
/* 余白指定      */
/* ******************************************************************** */


.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt30{
	margin-top:30px;
}

.mt50{
	margin-top:50px;
}

.mb5{
	margin-bottom:5px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.ml10{
	margin-left:10px;
}

.ml0{
	margin-left: 0px!important;
}

.ml15{
	margin-left: 15px;
}

.ml20{
	margin-left: 20px;
}





/* ******************************************************************** */ 
/* ###      */
/* ******************************************************************** */




/* スマホとタブレット */
@media screen and (max-width: 1023px){
}


/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
}


/* タブレットとPC（小画面）*/
@media print, screen and (min-width:768px){
}


/* スマホとタブレットとPC（小画面） */
@media screen and (max-width: 1199px) {
}

/* PC（小画面）とPC（大画面） */
@media print, screen and (min-width : 1024px){
}


/* PC（大画面）のみ */
@media print, screen and (min-width : 1300px){
}


@media all and (-ms-high-contrast:none) and (min-width : 1024px){

}


#net_yoyaku a{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
	border: 2px solid #ff8876;
	padding: 23px 20px;
	font-size:18px;
	text-align: center;
	background: #ff8876;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

#net_yoyaku a:hover{
	opacity: .7;
}

a:hover{
	opacity: .8;
}

#main .top_title p, #main .top_title .site-title {
    background-image: none;
    color: #333;
	text-align:center;
	font-family:Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	font-size:33px;
	letter-spacing:1px;
    padding: 0;
}
#main .top_title .sp_pink{
	color:#ff8876;
}

#main .top_title .sp_small{
	font-size:18px;
}

.top_first {
    width: 100%;
    background-color: #FFB299;
    border-radius: 4px;
    margin: 20px auto;
    padding: 15px 5px;
}
.feature .feature-title  {
    margin: 10px auto;
    font-size: 22px;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color:#ff8876;
	font-weight: bold;
}

.feature span {
    font-style: italic;
    font-size: 30px;
}

/* スマホのみ */
@media screen and (max-width: 767px){
	#net_yoyaku{
		display: none;
	}
	
	#main .top_title .site-title {
        line-height: 1.6;
	    font-size:28px;
}
	.feature .feature-title {
    font-size:4vw;
}
	.feature span{
    font-size:5vw;
}
	.feature {
	padding-left: 5%;
	padding-right: 5%;
}
	
}


table.kyuzin th{
	background: #ff8876;
	color: #fff;
}

/* 2021/11改修　追加CSS */
.img-box img {
    height: auto;
    max-width: 100%;
    text-align: center;
}
#sidenavi .side_aesthetic a:hover {
    opacity: .7;
}
#sidenavi .side_aesthetic img {
    height: auto;
    max-width: 100%;
}
.side-bnr {
    text-align: center;
}
/* Gnavi */
.gnavi {
    margin-bottom: 25px;
}
.gnavi > ul {
    display: flex;
}
.gnavi li {
    flex-grow: 1;
    position: relative;
    text-align: center;
}
.gnavi > ul > li:not(:last-child)::after {
    background-color: #FF8877;
    content: '';
    height: 35px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
}
.gnavi li a, .gnavi li span {
    background-color: #FFF0EB;
    box-sizing: border-box;
    color: #FF8877;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}
.gnavi li a:hover, .gnavi li a:active, .gnavi li a:focus, .gnavi li span:hover, .gnavi li span:active, .gnavi li span:focus {
    background-color: #FF8877;
    color: #FFF0EB;
    text-decoration: none;
}
.gnavi li.has-submenu > span {
    position: relative;
}
.gnavi li.has-submenu > span::after {
    content: '\02228';
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 16px;
}
.gnavi li.has-submenu ul {
    max-height: 0;
    transition: all .4s;
    overflow: hidden;
}
.gnavi li.has-submenu ul.submenu > li {
    text-align: left;
}
.gnavi li.has-submenu ul.submenu > li:not(:last-child) {
    border-bottom: 1px solid #FF8877;
}
.submenu li a {
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: normal;
    opacity: 1.0;
}
.gnavi li.has-submenu:hover ul {
    overflow: visible;
}
@media screen and (max-width: 1023px) {
    .gnavi {
        display: none;
    }
}

/* top エステサロン*/
#main .h2_area.notes {
    padding-left: 0;
}
#main .h2_area.notes.mb20 {
    margin-bottom: 10px;
}
#main.top-esthe .h2_area.notes:first-child {
    margin-bottom: 10px;
}
#main.top-esthe .h2_area.notes:nth-child(2) {
    margin-bottom: 20px;
}
#main .h2_area .notes-h2 {
    display: none;
}
#main .h2_area .notes-cnt {
    max-height: 0;
    overflow: hidden;
    transition: all .8s;
}
#main .h2_area .notes-label {
    background-color: #FFF0EB;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 20px;
    position: relative;
}
#main .h2_area .notes-label::after {
    color: #FF8877;
    content: '\02228';
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 12px;
    transition: .4s;
}
#main .h2_area .notes-h2:checked + .notes-label::after {
    top: 8px;
    transform: rotate(180deg);
}
#main .h2_area .notes-h2:checked + .notes-label + .notes-cnt {
    max-height: 800px;
    visibility: visible;
} 
#main .notes-p {
    color: #FF0000;
    font-size: 20px;
    margin-bottom: 18px;
}
#main .h2_area ul.notes-cnt, #main .h2_area .notes-cnt ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
#main .h2_area ul.notes-cnt li, #main .h2_area .notes-cnt ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}
#main .h2_area ul.notes-cnt li::before, #main .h2_area .notes-cnt ul li::before {
    content: '\02022';
    left: 0;
    position: absolute;
}
#main .h2_area .notes-cnt p {
    padding: 0 20px;
}
#main .h2_area .notes-cnt ul + p {
    margin: 18px 0;
}
.feature .feature_box p {
    text-align: left;
}
@media screen and (max-width: 767px) {
    #main .h2_area .note-p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .feature {
        display: block;
        margin: 0 auto 30px;
        padding: 0;
    }
    .feature_box {
        width: 100%;
    }
}


/* lymph-massage リンパマッサージ */
.inpage-link {
    margin: 30px 0;
    text-align: center;
}
.inpage-link a {
    background-color: #CC0033;
    color: #fff;
    padding: 8px 30px;
    position: relative;
    text-decoration: none;
}
.inpage-link a::after {
    content: '\02228';
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.inpage-link__right a::after {
    content: '>';
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.price-table-wrap {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #main .price-table-wrap {
        overflow: auto;
        white-space: nowrap;    
    }
    #main .price-table-wrap::-webkit-scrollbar {
        height: 5px;
    }
    #main .price-table-wrap::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    #main .price-table-wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    #main .price-table-wrap table.aes {
        box-sizing: border-box;
    }
}
/* staff */
.staff-message {
    align-items: center;
    background-color: #FFF9F9;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}
.staff-message .img-box {
    box-sizing: border-box;
    width: 35%;
}
.staff-message .message-text {
    box-sizing: border-box;
    padding: 30px 20px;
    width: 65%;
}
/* program 体質改善プログラム */
.lead-text {
    margin-bottom: 20px;
    padding-left: 20px;
}
.program-details {
    margin: 0;
    padding: 0;
}
.program-details li {
    margin: 0;
    padding: 0;
}
/* ito */
#main .h2_area dl {
    margin-bottom: 20px;
}
#main .h2_area .price-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main .h2_area .price-list li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}
#main .h2_area .price-list li::before {
    content: '\025cf';
    left: 0;
    position: absolute;
}

/* topお知らせ部分　2021/12　追加CSS　*/
.notice {
    background-color: #fffef4;
    line-height: 1.6;
    margin: 10px auto 40px;
    padding: 20px 40px;
    text-align: center;
}
.notice h2 {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: center;
}
.notice h2 span {    
    background: -moz-linear-gradient(top, transparent 50%, #FBD94B 50%);
    background: -webkit-linear-gradient(top, transparent 50%, #FBD94B 50%);
    background: linear-gradient(to bottom, transparent 50%, #FBD94B 50%);
}
.notice p {
    font-size: 130%;
    margin-bottom: 1em;
}
.notice p span {
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .show-sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .show-pc {
        display: none;
    }
    .notice {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 360px) {
	.notice {
		padding: 15px;
	}
}

/* top お知らせ部分画像追加 追加CSS　*/
.notice02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    text-align: left;
}
.notice-img {
    margin-right: 5%;
    text-align: center;
    width: 35%;
}
.notice-img img {
    max-width: 100%;
}
.notice-text {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .notice02 p {
        margin-bottom: 10px;
    }
    .notice-img {
        margin: 0 auto 20px;
        order: 2;
        width: 60%;
    }
    .notice-text {
        margin-bottom: 20px;
        order: 1;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .notice-img {
        width: 100%;
    }
}
/* 2022/02/21 追加CSS */
.font-normal {
    font-weight: normal;
}
.tac {
    text-align: center;
}
.maternity-bnr {
    margin-top: 30px;
}

/* お知らせアコーディオン部分　2022/03/01 追加CSS */
.color-red {
    color: #FF0000;
}
.font-bold {
    font-weight: bold;
}

/* privacypolicy　フォーム・フッターに追加 追加CSS 2022/06 */
.privacy-check {
    background-color: #F5F5F5;
    line-height: 1.6;
    padding: 10px 20px;
    text-align: center;
}
.privacy-check a {
    text-decoration: underline;
}
.privacy-check a:hover, .privacy-check a:active, .privacy-check a:focus {
    opacity: .7;
}
@media screen and (max-width: 767px) {
    #footer {
        padding-bottom: 80px;
    }
}

/* 2022/06/27 追加CSS */
@media screen and (min-width: 481px) {
	.show-sp480 {
		display: none;
	}
}
/* 2022/09/20 追加CSS */
#main h2.sec-first-h2 {
	margin-top: 30px;
}

/* 2022/12 追加CSS サロン閉鎖 */
#wrapper.salon-integration-wrap {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 910px;
	padding-top: 80px;
	width: 96%;
}
.integ-ttl {
  font-size: 18px;
	font-weight: bold;
	margin-bottom: 3em;
	text-align: center;
}
.salon-integration p {
	margin-bottom: 1em;
}
.integ-link {
	margin: 2em 0;
}
.integ-link + p {
	text-align: right;
}
@media screen and (max-width: 767px) {
	#wrapper.salon-integration-wrap {
		padding-top: 40px;
	}
}
