@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////

Salon

////////////////////////////////////////*/

#sub-contents-salon{
	background-image:url(../salon/img/ange-back3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:0px;
	
}

/*//Salon///*/
.salon-ttl-area{
	width:960px;
	height:465px;
	margin:0 auto 0;
	text-align:center
	}

.bg-line-under{
	width:100%;
	background-image:url(../salon/img/line-back.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:126px;
}

.p-relative{ position:relative;}

.oil{
	position:absolute;
	top: -170px;
}
.oil-right{
	position:relative;
	top: -40px;
	right:0px;
}

.map{ margin:0 auto 30px; text-align:center;}


address#salon-add{
	width:960px;
	margin:0 auto 30px;
}

address#salon-add p{
	width:960px;
	margin:0 auto 15px;
	text-align:center;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.reserve{
	margin:0 auto 0;
	text-align:center;
	padding:5px;
	font-size:18px;
	color:#FFF;
}
.bg-red{ background-color:#F03; padding:5px; }
p.msg {
	margin:0 auto 0;
	width:960px;
	text-align:center;
}

.tuika-h2{
	font-size:24px;
	margin:0 0 20px 0;
	color:#47210d;
}
	

dl.kodawari{
	width:460px;
	margin-top:15px;
}

dl.kodawari dt{
	width:70px;
	float:left;
	font-weight:bold;
	line-height:20px;
}

dl.kodawari dd{
	width:380px;
	float:right;
	line-height:20px;
}
.sikaku{
	margin-top: 30px;
	margin-bottom: 80px;
    border-width: 1px;
    border-style: solid;
    width: 420px;
    padding: 10px;
    background-color: #e5ddd8;
    font-size: 95%;
}

/* ****** ホットストーン ****** */
.hotstone_top_wrap{
	margin: 50px 0;
}
.hotstone_top_title{
    width: 460px;
}
.hotstone_top_img{
	float: right;
	margin-top: -300px;
}
.hotstone_feature{
	width: 960px;
	text-align: center;
	margin: 50px auto;
}
#hotstone h2{
	font-size: 1.5rem;
}
#hotstone .content{
	display: block;
	width: 960px;
	margin: 0 auto;
}
#hotstone li.menu{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
#hotstone li.menu:nth-of-type(2n){
	flex-direction: row-reverse;
}
#hotstone li.menu + li.menu{
	margin-top: 30px;
}
#hotstone li.menu .main_img{
	width: 48%;
}
#hotstone li.menu .main_img img{
	width: 100%;
	height: auto;
}
#hotstone .text{
	width: 50%;
}
#hotstone .menu_ttl{
	font-size: 1.25rem;
	margin-bottom: .625rem;
}
#hotstone .menu_ttl .fee{
	text-align: right;
}
#hotstone .parts{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-top: .625rem;
}
#hotstone .parts h4{
	font-size: .8em;
	background: #e5ddd8;
	margin-right: 1em;
	padding: 0 1em;
}
#hotstone .parts p{
	line-height: 1.5;
}
#hotstone .check li{
	position: relative;
	padding-left: 1.5em;
}
#hotstone .check li::before{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: .5em;
	height: .5em;
	background: #eae0d7;
	border-radius: 50%;
	transform: translateY(-50%);
}
.hotstone_fee_p{
	color: #208f3b;
	font-size: 18px;
	text-align: center;
	margin: 30px auto;
}
.msg_top{
	display: flex;
	margin: auto;
}
.top_banner_wrap{
	margin-bottom: 100px;
}
/* ****** ホットストーン fin ****** */

/* ****** about ****** */
#about .circle_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6%;
	max-width: 635px;
	margin: 3em auto;
}
#about .circle_list li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	text-align: center;
	line-height: 1.4;
	background: #eae0d7;
	/* outline: solid 1px #47210d; */
	border-radius: 50%;
	box-sizing: border-box;
}
#about .list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em 1.5em;
	width: fit-content;
	margin: 2.5em auto 3.5em;
}
#about .list li{
	position: relative;
	padding-left: 1.5em;
}
#about .list li::before{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: .7em;
	height: .7em;
	background: #eae0d7;
	border-radius: 50%;
	transform: translateY(-50%);
}
/* ****** about fin ****** */