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

エスプリ サロン・ド・ボーテ

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

@charset "utf-8";


body {
	background-image:url(../img/bg_ie.png);

}
/******************************************************

PC

******************************************************/
header{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 622px;
    background-image:url(../img/titlebg_pc_ie.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fefffc;
}
header:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: rgba(15, 15, 15, 0.60);
}

.headerline{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background:#fff;
    background: rgba(255, 255, 255, 0.7);
}

.headerline .logo{
    float: left;
    padding: 8px;
}
.headerline ul{
    float: right;
    padding-right: 8px;
}

.headerline li{
    float: left;
    padding-left: 20px;
}
p.tel{
    position: relative;
}
p.tel a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
p.tel a:hover{
    background: rgba(255, 255, 255, 0.5);
}

.serif{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p.tel em{
    font-size: 15px;
    font-weight: bold;
    padding-right: 15px;
}
.freedial{
    font-size: 17px;
    font-weight: bold;
    padding-left: 30px;
    background:url(../img/freedial_ie.png) left center no-repeat;
}

hgroup{
    position: absolute;
    left: 50%;
    text-align: right;
    top: 78px;
    margin-left: 20px;
}
hgroup h1{
    padding-bottom: 20px;
}


article{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

header .btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 10;
    background: rgba(15, 15, 15, 0.80);
}
.btn{
    display: block;
    width: 1000px;
    height: 55px;
    line-height: 55px;
    background:#32302e;
    text-align: center;
    color: #ba9b68;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.06em;
}
.btn i{
    padding-left: 10px;
}
.btn:hover{
    color: #f1e0a7;
    background:#f35f6e
}
section{
    width: 850px;
    margin: 0 auto;
    padding-top: 40px;
}

.subtitle{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    background:url(../img/bg01_ie.png) repeat-x left bottom;
}

.bold{
    font-weight: bold;
    font-size: 15px;
}


.text01{
    width: 560px;
    margin: 0 auto;
    padding: 35px 0 50px;
    line-height: 2.1;
}

.dotline{
    display:block;
    margin: 0 auto;
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
    font-size: 28px;
    color: #a5976a;
    line-height: 64px;
    text-align: center;
}

.dotline.short{
    width: 600px;
}

.circleArea{
    width: 700px;
    height: 293px;
    margin: 50px auto;
    position: relative;
}
.circleArea li{
    position:absolute;
    text-align: center;
    z-index: 10;
}
.circleArea li:nth-child(1){
    left: 0;
    top: 0;
}
.circleArea li:nth-child(2){
    left: 30%;
    margin-left: -74px;
    bottom:0;
}
.circleArea li:nth-child(3){
    left: 50%;
    margin-left: -74px;
}
.circleArea li:nth-child(4){
    left: 70%;
    margin-left: -74px;
    bottom:0;
}
.circleArea li:nth-child(5){
    right: 0%;
}


.circleArea li a{
    display: block;
    width: 148px;
    height: 148px;
    position: relative;
    text-align: center;
}
.circleArea li a span{
    position: absolute;
    color: #fff;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 52px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    z-index: 2;
}
.circleArea li a img.lid{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.circleArea li:nth-child(3) span{
    padding-top: 66px;
}
.circleArea a:hover img{
    opacity: 1;
}
.circleArea li a:hover img.lid{
    opacity: 0;
}


.circleArea li a:before {
    content:"";
    display: block;
    position: absolute;
    width: 148px;
    height: 148px;
    z-index: 2;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #dda284;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.circleArea li a:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 28px #000;
    background: rgba(255, 255, 255, 0.8);
}

.circleArea li a:hover span{
    color: #000;
}




.Straight span{
    display: none;
}

.Straight span:nth-child(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left: 74px;
	top: 168px;
}
.Straight span:nth-child(2){
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:148px;
	top: 168px;
}
.Straight span:nth-child(3){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	left:50%;
	top: 168px;
}
.Straight span:nth-child(4){
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:74px;
	top: 168px;
}


.redline{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.redline:after{
    content: "";
    width: 50%;
    height: 7px;
    background:#f73d50;
    opacity: .2;
    position: absolute;
    left: 25%;
    bottom: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.redline + .bold{
    text-align: center;
    padding-top: 10px;
}

.coltisol{
    width: 685px;
    margin: 20px auto 40px;
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
    padding: 10px;
    box-sizing: border-box;
}

.coltisolInner{
    background-color: #fff;
    background-image:url(../img/cortisol_ie.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 163px auto;
    padding: 20px;
}

.coltisolInner ul{
    color: #a19675;
    font-size: 15px;
}
.coltisolInner ul li:before{
    content: "・"
}

.item{
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}
.item li{
    float: left;
    width: 50%;
}

.item li img{
    float: left;
}
.item li strong{
    display: block;
    margin-left: 160px;
    font-size: 18px;
    color: #f35f6e;
}

.item li p{
    display: block;
    margin-left: 160px;
    margin-right: 20px;
    line-height: 1.5;
    font-size: 14px;
}

.bannerBox{
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
    padding-top: 10px;
}

.courseTitle{
    position:relative;
    padding-top: 40px;
    margin-bottom: 60px;
}
.courseTitle:before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
}

.course{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.course li{
    float: left;
    width: 235px;
    min-height: 300px;
    margin-right: 12px;
    margin-bottom: 12px;
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
    padding: 20px;
}
.course li iframe{
    line-height: 1;
    vertical-align: top;
}

.course li dl dt{
    font-size: 17px;
    font-weight: bold;
    color: #32302e;
    letter-spacing:-0.06em;
}
.course li dl dt span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #32302e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    text-indent: -1px;
    font-weight: normal;
}

.course li dl dd{
    line-height: 1.5;
}

.course li:nth-child(3n){
    margin-right: 0;
}


.beforeAfter{
    background-image:url(../img/bg01_ie.png);
    background-position: center center;
    background-repeat:repeat;
    background-size: 6px 6px;
    padding: 20px;
    margin-top: 20px;
}
.beforeAfterInner{
    width: auto;
    padding:20px 40px 100px;
    overflow: hidden;

    position: relative;
    text-align: center;
    background: #f4f4f4;
}
.beforeAfterInner dl{
    z-index: 10;
    position: relative;
}
.beforeAfterInner dt{
    width: 100%;
    height: 30px;
    position: relative;
    margin: 20px 0;
}
.beforeAfterInner dt span:nth-child(1){
    display: inline-block;
    background: #fff;
    line-height: 30px;
    width: 160px;
    position: absolute;
    left: 9.5%;
}

.beforeAfterInner dt span:nth-child(2){
    display: inline-block;
    background: #323232;
    color: #fff;
    line-height: 30px;
    width: 160px;
    position: absolute;
    right: 9.5%;
}

.beforeAfterInner dd{
    padding: 0;
    position: relative;
}
.beforeAfterInner dd p{
    position: absolute;
    width: 660px;
    font-size: 14px;
    font-weight: bold;
}

.beforeAfterInner dd:nth-child(3) p{
    bottom: 0;
}



.leftBg{
    display: none;
}
.rightBg{
    display: none;
}


.info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 810px;
    background: #ffecee;
    z-index: 10;
    padding: 20px 0;
    color: #ff6c7a;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.beforeAfter + small{
    display: block;
    line-height: 1;
    font-size: 10px;
    text-align: right;
    padding-top: 10px;
    margin-bottom: 60px;
}



.footerContent {
    margin-top: 60px;
    padding: 60px 0;
    background: -moz-linear-gradient( 90deg, rgb(193,177,162) 0%, rgb(238,233,230) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(193,177,162) 0%, rgb(238,233,230) 100%);
    background: -ms-linear-gradient( 90deg, rgb(193,177,162) 0%, rgb(238,233,230) 100%);
}

.salonInfo{
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}


.salonInfo > img{
    float: left;
}
.salonInfo dl{
    margin-left: 347px;
    box-sizing: border-box;
    text-align: center;
}
.salonInfo dl dt{
    background: #a5976a;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    letter-spacing:2px;
}
.salonInfo ul{
    width: 530px;
    overflow: hidden;
    margin: 0 auto;
    border-top:#e9e2da dotted 1px;
    border-bottom:#e9e2da dotted 1px;
    padding: 10px 0;
}
.salonInfo ul li{
    float: left;
    width: 49%;
    overflow: hidden;
}
.salonInfo ul li:first-child{
    border-right:#e9e2da dotted 1px;
    box-sizing: border-box;
}
.salonInfo p.tel{
    line-height: 1;
}
.salonInfo p.bold{
    line-height: 1.5;
    padding: 20px 0;
}
.salonInfo address{
    font-size: 11px;
    line-height: 1;
    display: block;
    padding: 5px 0;
}
.salonInfo address + a{
    display: block;
    line-height: 1;
    font-size: 11px;
    text-indent: 130px;
}

.businesshours{
    padding-top: 10px;
    font-size: 12px;
}
.businesshours span{
    margin-right: 10px;
}

.Copyright{
    background: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 9px;
    color: #217d22;
}


