@charset "utf-8";

/* CSS Document */

/*  reset  */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,textarea,select {
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:bottom;
	margin:0;
	padding:0;
	list-style:none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: url("img/top/bg_main.png") center center;
}

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

.clear {
	clear:both;
}

.clearfix {
	display: inline-block;
}

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

* html .clearfix {
	height: 1%;
}

/*---- TOP page  ---*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background-color:#f9f9f9;
}

header  {
	background-color:#b1a381;
	min-width:1280px;
}

.head  {
	width:980px;
	height:30px;
	margin:0 auto;

	position:relative;
}

.head  h1 {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:30px;
}

.head  ul {
	width:500px;
	position:absolute;
	top:0;
	right:0;
}

.head  ul li {
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:30px;
	float:right;
	margin-right:20px;
}

.head  ul li i {
	color:#000;
	margin-right:5px;
}

.head  ul li a {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	text-decoration:none;
	color:#fff;
}

.head  ul li:first-child {
	margin-right:0;
}

.head  ul li a:hover {
	color:#B5647B;
}

#navi  {
	background-color:#fff;
	min-width:1280px;
	height:120px;
	border-bottom:1px solid #7d7d7d;
}

.fixed {
	position: fixed;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	display:block;
}

.fixed_navi  {
	width:980px;
	height:120px;
	margin:0 auto;
	position:relative;
	bottom:0;
}

.beauty_logo  {
	width:120px;
	height:60px;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-145px;
}

.esthe_logo  {
	width:120px;
	height:60px;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:0;
}

.beauty_tel  {
	width:280px;
	height:22px;
	position:absolute;
	top:15px;
	right:60px;
}

.esthe_tel  {
	width:280px;
	height:22px;
	position:absolute;
	top:46px;
	right:60px;
}

.reserve_btn   {
	width:60px;
	position:absolute;
	top:15px;
	right:0;

}

.reserve_btn a  {

}

.reserve_btn a:hover  {
	opacity:0.5;
}



/*---- Mega Menu 全ページ共通 ---*/
/*----  　Footer　----*/
.menu  {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	/*font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
	margin:10px auto;
	position:absolute;
	top:80px;
	z-index:10;
	letter-spacing:1px;
}
.mega-menu  {
	width:966px;
	margin:0 auto;
}

#mega-menu-1 {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

#mega-menu-1 ul,
#mega-menu-1 ul li {
	list-style: none;
}

#mega-menu-1 ul {
	position: relative;
	padding: 0;
	margin: 0;
}


#mega-menu-1 .sub ul {
	display: block;
}
#mega-menu-1 {
	width: 100%;

	position: relative;
}
#mega-menu-1 li {
	float: left;
	margin: 0;
	padding: 0;

}
#mega-menu-1 li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align:center;
}

#mega-menu-1 ul li ul {
	display: none;
}

#mega-menu-1 .sub {
	display: none;
}

#mega-menu-1 .sub ul {
	display: block;
}

#mega-menu-1 > li {
	width:196px;
	box-sizing:border-box;
	border-left:1px solid #000;
	float:left;
}

#mega-menu-1 >li:last-child {
	border-right:1px solid #000;
}

#mega-menu-1 > li a {
	font-size:16px;
	text-decoration:none;
	line-height:15px;
}


#mega-menu-1 li.mega-hover a,
#mega-menu-1 li.mega-hover a:hover {
	color:#b1a381;
}

#mega-menu-1 li a:hover {
	color: #000;
}
#mega-menu-1 li .sub-container {
	position: absolute;
	padding-top:10px;
	width: 100% !important;

}

#mega-menu-1 li .sub {
	background: #fff;
	padding: 15px 0 20px 20px;
	border: 1px solid #ccc;
	clear:both;
}

.menu_img  {
	max-width:500px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	margin:20px;
}

.menu_img img  {
	width:100%;
}

#mega-menu-1 li .sub .row {
	margin:0 0 0 0;
	overflow: hidden;
	clear:both;
}
#mega-menu-1 li .sub li {
	list-style: none;
	float: none;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
}
#mega-menu-1 li .sub li.mega-hdr {
	margin: 0 10px 10px 0;
	float: left;
}
#mega-menu-1 li .sub li.mega-hdr.last {
	margin-right: 0;
}
#mega-menu-1 li .sub a {
	color: #111;
	padding: 5px;
	display: block;
	float: none;
	font-size: 14px;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px 0px;
	margin-bottom: 5px;
	font-size:16px;
	text-align:left;
	color: #666;
}

.fa {
	padding-right:5px;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #b1a381;
}
#mega-menu-1 .sub li.mega-hdr li a {
	padding: 5px 0 5px 15px;
	font-weight: normal;
	text-align:left;
	color: #666;
}
#mega-menu-1 .sub li.mega-hdr li a:hover {
	color: #b1a381;
}
#mega-menu-1 .sub ul li {
	padding-right: 0;
}
#mega-menu-1 li .sub-container.non-mega .sub {
	padding: 10px;
}
#mega-menu-1 li .sub-container.non-mega li {
	padding: 0;
	width: 190px;
	margin: 0;
}
#mega-menu-1 li .sub-container.non-mega li a {
	padding: 7px 5px 7px 10px;
}
#mega-menu-1 li .sub-container.non-mega li a:hover {
	color: #a32403;
	background: #efefef;
}

/* nav-sub-menu 追加 251016 */
#mega-menu-1 ul.nav-sub-menu {
	padding-left: 17px;
}
#mega-menu-1 ul.nav-sub-menu li a {
	text-indent: -7px;
	padding-left: 7px;
	padding-right: 10px;
	line-height: 17px;
	box-sizing: border-box;
}

/*-----top slider-----*/

#top_slider  {
	width:100%;
	margin:0 auto;
}

.bxslider  {
	width:100%;
}

.bxslider li img {
	width:100%;
}

/*------topic ------*/

#topics  {
	width:980px;
	margin:0 auto;
}

.title  {
	width:120px;
	margin:100px auto 20px;
	text-align:center;
}

#topics ul {
	width:980px;
	margin:0 auto;
}

#topics ul li {
	margin: 0 5px 25px 0;
	float:left;
}

#topics ul li:nth-child(3n) {
	margin-right:0;
}

#topics ul li > a {
	display:block;
}

#topics ul li > a:hover {
	opacity:0.5;
}

.renatus_two_btn  {
	position:relative;
}

.facial_btn  {
	position:absolute;
	top:173px;
	left:22px;
}

.body_btn  {
	position:absolute;
	top:173px;
	right:22px;
}

.facial_btn a,
.body_btn a {
	display:block;
	background-color:rgba(255,255,255,0.3) transparent;
}

.facial_btn a:hover,
.body_btn a:hover {
	display:block;
	background-color:rgba(255,255,255,0.8);

}


.section_wrap  {
	width:980px;
	margin:0 auto 100px;
}

#salon  {
	width:645px;
	margin:0;
	float:left;
}

#news  {
	width:310px;
	margin:0;
	float:right;
}

.base  {
	width:290px;
	height:495px;
	margin:0 ;
	padding:10px;
	box-sizing:border-box;
	border-top:5px solid #b1a381;
	border-left:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
}

.base dl {
	width:245px;
	padding:0 0 10px;
	border-bottom:dotted 1px #666;
	margin:10px 20px;
}

.base dt {
	font-size:16px;
	line-height:1.5;
	font-weight:600;
}

.base dd {
	font-size:14px;
	line-height:1.8;
}

.ichiran  {
	text-align:right;
}

#concept  {
	width:980px;
	margin:0 auto 100px;
}

.title01  {
	width:130px;
	margin:20px auto;
	text-align:center;
}
.beauty_collection  {
	width:470px;
	margin:0;
	float:left;
}

.img_photo  {
	width:470px;
	margin:0 0 20px;
}

.beauty_collection p,
.estheup  p {
	font-size:14px;
	line-height:1.8;
}

.estheup  {
	width:470px;
	margin:0;
	float:right;
}

/*----  全ページ共通　Footer　Bridal以外----*/
#banners  {
	min-width:980px;
	background:url(img/top/banner_back.jpg) repeat;
}

#banners ul {
	width:980px;
	margin:0 auto;
	padding:50px 0;
}

#banners ul li {
	width:310px;
	float:left;
	margin-right:25px;
	margin-bottom:30px;
}

#banners ul li:nth-child(3n) {
	margin-right:0;
}

.six_promise  {
	min-width:980px;
	padding:50px 0;
	margin:0 auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #f4eddd)) repeat-x;
	background: -webkit-linear-gradient(#f4eddd, #fff)  repeat-x;
	background: -moz-linear-gradient(#f4eddd, #fff) repeat-x;
	background: -o-linear-gradient(#f4eddd, #fff repeat-x);
	background: -ms-linear-gradient(#f4eddd, #fff) repeat-x;
	background: linear-gradient(#f4eddd, #fff) repeat-x;

}

.promise_img  {
	width:980px;
	margin:0 auto;
}
.promise  {
	display:block;
	text-align:center;
}

#foot_site_map  {
	min-width:980px;
	background:#f4eddd;
	border-top:1px solid #666;
	background: url("img/top/bg_title01.png") center center;
	background-size: contain;
}

#foot_site_map > ul {
	width:980px;
	margin:0 auto;
	padding:50px 0;

}

#foot_site_map > ul > li {
	width:160px;
	height:260px;
	margin:0;
	float:left;
	text-decoration:none;
	color:#2a2f28;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
}

#foot_site_map > ul > li:nth-child(6n) {
	width:180px;
}

#foot_site_map > ul > li  a {
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	color:#2a2f28;
	margin-bottom:5px;
}

#foot_site_map > ul > li ul {
	width:auto;
	text-decoration:none;
}

#foot_site_map > ul > li ul li {
	width:auto;
	margin:0 0 5px 0;
}

#foot_site_map > ul > li ul li a {
	text-decoration:none;
	color:#5d5d5d;
	font-weight:normal;
	font-size:12px;
}

#group  {
	min-width:980px;
	margin:0 auto;
	background:#e2d5b6;
	padding:50px 0 20px;
}

.title02  {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
    font-weight: 600;
    width: 370px;
    margin: 20px auto;
    text-align: center;
}

#group ul {
	width:630px;
	margin:0 auto 50px;
	padding:20px 0;
}

#group ul li {
	float:left;
	margin:0 15px;
}

.chiku  {
	width:96px;
	display:block;
}

.tokyo  {
	float:left;
	margin-left:5px;
}

.tokyo a,
.osaka a {
	font-size:14px;
	text-decoration:none;
	color:#000;
}

.osaka  {
	float:right;
	margin-right:5px;

}

footer  {
	min-width:980px;
	background:#b1a381;
}

footer p {
	width:500px;
	text-align:center;
	margin:0 auto;
	padding:20px;
	font-size:14px;
	color:#fff;
}




/*追加CSS*/
.sub{min-height:300px;}
#mega-menu-1 .sub{}
.ft12{
	font-size: 12px;
	font-weight: normal;
}
.ft18{
	font-size: 18px!important;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
}
.price_caption {
	font-size: 12px;
	margin: 10px 0px 0 0px;
	text-align: right;
	padding-right: 20px;

}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
#info  {width:50%; text-align:center; margin:50px auto; padding:20px 0; border: 2px solid #b1a381; border-radius:4px; background-color:#ffffff;}
#info h3 { font-size:20px; font-weight:700; color:#888; padding-bottom: 20px; }

#info  .sp{width:400px; text-align:center; margin:30px auto; padding:20px 0; border: 2px solid #ffe4e1	; border-radius:4px; background-color:#ffffff;}
#info  .sp h3 { font-size:18px; font-weight:700; color:#888; padding-bottom: 20px; }

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #b1a381;
	color: #fff;
	font-weight:700;
	padding: 20px;
	border-radius:4px;

}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border:  2px solid #b1a381;
	color: #b1a381;
}


/* 20201005 */

.side_link {
	margin-left: 20px;
}
.side_link a {
	font-size: 12px;
	text-decoration: none;
	color: #4e555b;
	font-weight: 300;
}
.side_link a:hover {
	text-decoration: underline;
}
.btn_detail  {
	margin:20px 0px 0px 48px;

}
.btn_detail a {
	background:#b1a381;
	width:160px;
	display:block;
	text-decoration:none;
	padding:8px 10px;
	font-size:14px;
	color:#fff;
	vertical-align:middle;
}

.btn_detail a:hover {
	background:#b5647b;
}

.insta_info {
	font-size: 14px;
	margin: 20px auto;
}
.grid-lg-4 {
	max-width: 800px;
	display: grid;
	grid: auto-flow auto / 25% 25% 25% 25%;
	grid-gap: 10px 10px;
	justify-content: center;
}

.grid-lg-4 .insta_img {
	max-width: 200px;
	height: 200px;

}
.grid-lg-4 .insta_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 20201118 */

.ryumin {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
.declaration_tlte {
	background: url("img/top/bg_title01.png") no-repeat center center;
	background-size: cover;
	padding: 8px 0;
	border-top: 3px solid #e99ba0;
	border-bottom: 3px solid #e99ba0;
	text-align: center;
}
.declaration_tlte h2 {
	font-size: 38px;
}

.declaration_tlte_other {
	background: url("img/top/bg_title01.png") no-repeat center center;
	background-size: cover;
	padding: 8px 0;
	border-top: 3px solid #e99ba0;
	border-bottom: 3px solid #e99ba0;
	text-align: center;
	margin-bottom: 40px;
}
.declaration_tlte_other h2 {
	font-size: 26px;
}
.grid-lg-2 {
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 60% 40%;
	grid-template-areas:
			"lg_l lg_r";
}
.lg-l {
	grid-area: lg_l;
    padding: 0 32px 0 80px;
}
.lg-r {
	grid-area: lg_r;
}
.grid-lg-2r {
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 50% 50%;
	grid-template-areas:
			"lg_r1 lg_l1";
}
.lg-l1 {
	grid-area: lg_l1;
	padding: 0 0px 0 0px;

}
.lg-r1 {
	grid-area: lg_r1;
	padding: 0 16px 0 80px;
}
.declaration_wrap {
    max-width: 996px;
    margin: auto;

}
.declaration_box {
	margin: 60px 20px;
	position: relative;
	border: 1px solid #000;
	padding: 0 20px;
}
.declaration_box::before {
	content: '';            	/* 擬似要素に実体を持たせる */
	width: calc(100% + 4px);    /* 外側の線になる要素の幅を指定する*/
	height: calc(100% + 4px);   /* 外側の線になる要素の高さを指定する */
	border: 1px solid #000;    	/* 外側の線になる一本線の枠線をひく*/
	position: absolute;        	/* 外側の線の位置を自由に動かせるようにする */
	top: 8px;            		/* 外側の線の位置を、内側の線から上に3pxずらす */
	left: 8px;            		/* 外側の線の位置を、内側の線から左に3pxずらす*/
}
.declaration_box img {
	width: 100%;
}
.declaration_box .declaration_box_inner {
	width: 100%;
	margin: 32px 0px 32px 0px;

}
.declaration_box .declaration_box_inner .declaration_logo {
	max-width: 180px;
	position: absolute;
	top: 32%;
	left: -93px;

}
.declaration_box .declaration_box_inner h3 {
    font-size: 23px;
    margin-bottom: 18px;

}
.declaration_box .declaration_box_inner p {
    font-size: 14px;
}
.declaration_box .declaration_box_inner .declaration_img {
    max-width: 412px;
    margin-right: 0px;
}



/* 20201223 */
.bxslider_off  {
	width:100%;
}

.bxslider_off li img {
	width:100%;
}
