
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Roboto+Condensed:300i,700i');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

@import @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

.weight100 {
    font-weight:100
}
.weight300 {
    font-weight:300
}
.weight400 {
    font-weight:400
}
.weight500 {
    font-weight:500
}
.weight600 {
    font-weight:600
}
.weight700 {
    font-weight:700
}
.weight900 {
    font-weight:900
}

@media screen and ( max-width:600px ){
    .brPc{
        display: none;
    }
}


@media screen and ( min-width:601px ){
    .brSp{
        display: none;
    }
	
	.letterSpacing{
		letter-spacing: 0.4px;
	}
}

@media screen and ( max-width:450px ){
    .brPc450{
        display: none;
    }
}


@media screen and ( min-width:451px ){
    .brSp450{
        display: none;
    }
}






/* ========================================================================= */
/* ================================ common ================================= */
/* ========================================================================= */

html, body {
    position: relative;
    height: 100%;
}

#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}


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

.cont{
    width: 100%;
    margin: 0 auto;
}

img.radius{
    border-radius: 10px;
}

.flexArea{
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and ( max-width:600px ){
    .flexArea{
        display: block;
    }

    .flexAreaSp{
        display: flex;
        -js-display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
}



@media screen and ( min-width:1200px ){
    .cont{
        width: 1200px;
    }
}

ul,ul li{
    list-style: none;
}



/*************************
header
*************************/
#head{
    border-top: 12px solid #e9d18c;
    height: 171px;
    /*position: relative;*/
}

#head{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
}

.headShadow{
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);   
}

/*#head02{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 159px;
    top: 0;
    top: -169px;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

#headerWrapper{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    top: -72px;
    left: 0;
}
*/

.header .cont{
    position: relative;
}

.header a{
    text-decoration: inherit;
}

.header a:hover{
    color: inherit;
    opacity: 0.5;
}

.header .headLogo{
    width: 358px;
    position: absolute;
    top: 40px;
    left: 12%;
}

hr.headerLine{
    width: calc(88% - 200px);
    height: 3px;
    background: linear-gradient(to right, rgba(236, 122, 167, 0),rgba(236, 122, 167, 1) 60%,rgba(236, 122, 167, 1));
    border: none;
    position: absolute;
    top: 123px;
    left: calc(12% + 200px);
}

hr.headerLineBg{
    position: absolute;
    width: calc(50% - 600px);
    height: 3px;
    background: #ec7aa7;
    border: none;
    top: 123px;
    left: calc(50% + 600px);
}

.header ul.headNavi{
    position: absolute;
    top: 95px;
    left: calc(12% + 355px);
    display: flex;
    -js-display: flex;
    font-weight: 500;
    color: #333;
    width: calc(83% - 505px);
}

.header ul.headNavi li{
    margin-right: 2em;
}

.header .tel{
    position: absolute;
    top: 0;
    right: 5%;
    width: 150px;
    background-color: #ec7aa7;
    color: #fff;
    height: 123px;
    text-align: center;
    font-size: 1.2rem;
	font-size: 12px;
    padding-top:75px;
    line-height: 1.5;
}

.header .tel .telnumber{
    font-size: 2.0rem;
	font-size: 20px;
}

@media screen and ( max-width:1200px ){
    .header .headLogo{
        width: 358px;
        left: 5%;
    }
    
    hr.headerLine{
        width: calc(95% - 200px);
        height: 3px;
        background: linear-gradient(to right, white,#ec7aa7 60%,#ec7aa7);
        border: none;
        position: absolute;
        top: 123px;
        left: calc(5% + 200px);
    }
    
    hr.headerLineBg{
        display: none;
    }
    
    .header ul.headNavi{
        position: absolute;
        top: 93px;
        left: calc(5% + 355px);
        display: flex;
        -js-display: flex;
        font-weight: 500;
        color: #333;
        width: calc(95% - 375px - 150px);
    }
    
    .header .tel{
        right: 5%;
    }
    
}

@media screen and ( max-width:1050px ){
    .header .tel{
        display: none;
    }
    
    .header ul.headNavi{
        width: calc(95% - 375px);
        justify-content: flex-end;
    }
    
}

@media screen and ( max-width:900px ){
    .header .headLogo{
        width: 330px;
        top: 40px;
    }
    
    hr.headerLine{
        width: calc(88% - 150px);
        left: calc(12% + 150px);
        top: 113px;
    }
    
    .header ul.headNavi{
        top: 87px;
        left: calc(5% + 325px);
        width: calc(95% - 325px);
        font-size: 15px;
    }
}

.headNaviSp,.hamburger {
    display: none;
}


@media screen and ( max-width:810px ){
    .header ul.headNavi{
        display: none;
    }
    
    .headNaviSp,.hamburger {
        display: block;
    }
    
    .nav-open #head{
        box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
        box-shadow: none;
    }
}

/*ヘッダーの高さ調整　ここを変更したときは「.headNaviSp」と「#keyVisual」も変更すること*/
@media screen and ( max-width:700px ){
    #head{
        border-top: 10px solid #e9d18c;
        height: 100px;
    }

    .header .headLogo{
        width: 231px;
        position: absolute;
        top: 20px;
        left: 10px;
    }

    hr.headerLine{
        width: calc(100% - 128px);
        height: 3px;
        top: 78px;
        left: 128px;
    }

    hr.headerLineBg{
        display: none;
    }    
    
}



/* ハンバーガーメニュー */
.headNaviSp {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  background-color: #fff;
    opacity: 0.9;
  transition: all .6s;
  z-index: 5;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

@media screen and ( max-width:700px ){
    .headNaviSp {
         padding-top: 130px; 
    }
}

.hamburger {
  position: absolute;
  right: 0;
  top: -12px;/* headerのborder-topの幅 */
  width: 50px; 
  height: 50px;
  cursor: pointer;
  z-index: 300;
    background-color: #ec7aa7;
}

.headNaviSpList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headNaviSpBtn {
  text-align: center;
  padding: 0 14px;
}
.headNaviSpBtn a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #ec7aa7;
}
.headNaviSpBtn a:hover {
  background-color: #f9d7e4;
}

.hamburgerLine {
  position: absolute;
  left: 11px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}
.hamburgerLine1 {
  top: 17px;
}
.hamburgerLine2 {
  top: 26px;
}
.hamburgerLine3 {
  top: 35px;
}

/* 表示された時用のCSS */
.nav-open .headNaviSp {
  left: 0;
}

.nav-open .hamburgerLine1 {
  transform: rotate(45deg);
  top: 25px;
}
.nav-open .hamburgerLine2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 25px;
}



/*************************
keyVisual
*************************/

#keyVisual{
    margin-top: 171px;
}

@media screen and ( max-width:700px ){
    #keyVisual{
        margin-top: 110px;
    }
}

/*************************
section（.pages）
*************************/
.pages{
    padding-top: 110px;
}

.pageCont{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-bottom: 0px;
}

@media screen and ( max-width:810px ){
    .pageCont{
        width:90%;
    }
}

.pageCont h2{
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 3px;
    border-bottom: 2px dotted #666;
    padding-bottom: 18px;
    line-height: 1em;
    margin-bottom: 45px;
}

.pageCont h2 .eng{
    display: block;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    color: #808080;
    letter-spacing: 0;
}

.innerPageCont{
    width: 640px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-bottom: 0px;
}

#salonInfo .innerPageCont .textgroup,
#dressing .innerPageCont .textgroup{
    margin-bottom: 60px;
}

#salonInfo .innerPageCont h3,
#dressing .innerPageCont h3{
    color: #ec7aa7;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.3rem;
}

#salonInfo .innerPageCont p,
#dressing .innerPageCont p{
    text-align: justify;
    margin-bottom: 2.5rem;
}

@media screen and ( max-width:700px ){
    .innerPageCont{
        width:100%;
    }
}

@media screen and ( max-width:600px ){
    .pageCont h2{
        font-size: 2.8rem;
        padding-bottom: 10px;
    }
    
    #salonInfo .innerPageCont .textgroup,
    #dressing .innerPageCont .textgroup{
        margin-bottom: 50px;
    }
    
    #salonInfo .innerPageCont h3,
    #dressing .innerPageCont h3{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    #salonInfo .innerPageCont p,
    #dressing .innerPageCont p{
        margin-bottom: 2rem;
    }
}

/*************************
サロン情報（salonInfo）
*************************/

#salonInfo .flexArea .textWrapper{
    flex-basis: 67%;
}

#salonInfo .flexArea .photoWrapper{
    flex-basis: 28%;
    padding-top: 7px;
}

#salonInfo .flexArea .photoWrapper .photo{
    margin-bottom: 30px;
}

@media screen and ( max-width:600px ){
    #salonInfo .flexArea .textWrapper{
        flex-basis: 100%;
    }

    #salonInfo .flexArea .photoWrapper{
        flex-basis: 100%;
        padding-top: 0px;
        margin-top: 20px;
    }
    
    #salonInfo .flexArea .photoWrapper .photo{
        flex-basis: 49%;
    }
}

/*************************
メニュー&プライス（menuPrice）
*************************/
#menuPrice{
    background-color: rgba(236,122,167,0.1);
}

#menuPrice .menuWrapper{
    border-top: 1px solid #666;
    padding: 17px 5px 40px;
}

#menuPrice .menuWrapper h3{
    color: #ec7aa7;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#menuPrice .menuWrapper h3 span{
    font-size: 1.6rem;
}

#menuPrice .menuWrapper ul{
    padding: 0 5px;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}

#menuPrice .menuWrapper ul li{
    flex-basis: 50%;
} 

#menuPrice .menuWrapper p{
    text-align: justify;
    padding: 0 5px;
    margin-top: 2.5rem;
    margin-top: 0;
}

#menuPrice .menuWrapper p.multiple{
    margin-bottom: 2.5rem;
}

#menuPrice .menuWrapper p.explanation{
    color: #666;
}

#menuPrice .menuWrapper#dressingMenu p{
    padding-left: 3.7rem;
    margin-top: 1rem;
    margin-bottom: 60px;
}

#menuPrice .menuWrapper#dressingMenu ul.note{
    position: relative;
    margin-bottom: 60px;
}

#menuPrice .menuWrapper#dressingMenu ul.note li{
    flex-basis: 100%;
    list-style-type: none!important;
    padding-left: 18px;
    text-indent: -18px;
}

#menuPrice .menuWrapper#dressingMenu ul.note li:before{
    content: "●";
    color: #ec7aa7;
    padding-right: 2px;
}

@media screen and ( max-width:600px ){
    #menuPrice .menuWrapper h3{
        font-size: 1.8rem;
    }
    
    #menuPrice .menuWrapper h3 span{
        font-size: 1.4rem;
    }
    
    #menuPrice .menuWrapper ul{
        display: inherit;
    }
    
    #menuPrice .menuWrapper#dressingMenu p{
        padding-left: 3rem;
        margin-top: 0rem;
        margin-bottom: 40px;
    }
    
    #menuPrice .menuWrapper#dressingMenu ul.note{
        margin-bottom: 30px;
    }
    
    #menuPrice .menuWrapper#dressingMenu ul.note li{
        padding-left: 16px;
        text-indent: -16px;
    }
}

/*************************
着付け（dressing）
*************************/
.dressingSliderWrapper{
    margin-bottom: 50px;
}

ul.dressingSlider{
    width: 100%;
    display: flex;
    -js-display: flex;
    margin-bottom: 60px;
}

ul.dressingSlider li{
    flex-basis: 25%;
}

@media (min-width: 451px) and (max-width: 600px) {
    
    ul.dressingSlider{
        width: 80%;
        margin: 0 auto;
    }
}

#dressing .textgroup .flexArea p{
    flex-basis: 46%;
}

#dressing .textgroup .flexArea .photo{/* PC用写真 */
    flex-basis: 24%;
}

@media screen and ( max-width:600px ){
    #dressing .textgroup .flexArea .photo{
        display: none;
    }
}

#dressing .spPhoto{
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and ( min-width:601px ){
    #dressing .spPhoto{
        display: none;
    }
}

#dressing .spPhoto .photo{
    flex-basis: 49%;
}



#dressing .neduInfo{
    border-left: 2px solid #ec7aa7;
    padding-left: 11px;
    margin-bottom: 42px;
}

@media screen and ( max-width:600px ){
    #dressing .neduInfo{
        margin-bottom: 30px;
    }
}

#dressing .neduInfo p{
    margin-bottom: 0;
}

#dressing .pdfDownload{
    border: solid 1px #ec7aa7;
    padding: 0 4px;
}

#dressing .pdfDownloadInner{
    border-left: solid 1px #ec7aa7;
    border-right: solid 1px #ec7aa7;
    padding: 20px 25px 35px;
}

#dressing .pdfDownload h4{
    color: #ec7aa7;
    font-size: 1.9rem;
    margin-bottom: 12px;
}

#dressing .pdfDownload p{
    margin-bottom: 10px;
}

#dressing .pdfDownload ul{
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}

@media screen and ( max-width:700px ){
    #dressing .pdfDownload ul{
        display: block;
    }
}

#dressing .pdfDownload ul li{
    flex-basis: calc(60% - 1.5em);
    list-style: none;
    margin-bottom: 7px;
}

#dressing .pdfDownload ul li.right{
    flex-basis: calc(40% - 1.5em);
}

#dressing .pdfDownload ul li:before{
    content: "・";
    padding-right: 0px;
}

@media screen and ( max-width:600px ){
    #dressing .pdfDownload h4{
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

/*************************
マップ（map）
*************************/
#map{
    background-color: rgba(233,209,140,0.2);
    padding-bottom: 110px;
}

#map .innerPageCont{
    text-align: center;
}

#map .innerPageCont h3,
#map .innerPageCont p{
    line-height: 1.5;
}

#map .innerPageCont h3{
    color: #ec7aa7;
}

#map .innerPageCont p{
    margin-bottom: 2.5rem;
}

div#gmap{
    width:100%;
    height:477px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#google_big{
    display:block;
    width:800px;
    height:auto;
    margin: 0 auto;
}

div#google_big p{
    text-align: center;
    font-size: 80%;
    margin-top: 10px;
    color: #4d4d4d;
}

@media screen and ( max-width:800px ){
    div#google_big{
        width:100%;
    }
}

/*************************
フッター（footer）
*************************/
footer {
    margin:0px 0px 0px 0px;
    padding:60px 0px 0px 0px;
    clear:both;
    width:100%;
    height:150px;
    color:#FFFFFF;
    background-color:#E2D08D;
    text-align: center;
    background-image:url(../img/footerBG.png);
    background-repeat:repeat-x;
    background-position:left 18px;
    font-size: 1.2rem;
}


/*************************
slick（着付け）
*************************/
.slider{
    margin: 100px auto;
    width: 400px;
}

.slider img{
    height: auto;
    width: 100%;
}

img.slide-arrow{
    width: 23px!important;
    height: auto;
    position: absolute;
    top: 40%;
    margin-top: 0px;
    z-index: 5;
    cursor: pointer;
}

.prev-arrow{
  left: 10px;
}

.next-arrow{
  right: 10px;
}

#keyVisual .keySlider .slide-item,
#keyVisual .keySlider img{
  width:100%;
  max-width:1200px; 
}

@media screen and ( min-width:1201px ){
    #keyVisual .keySlider .slick-slide:not(.slick-center) {
      /*-webkit-filter: opacity(30%);
      -moz-filter: opacity(30%);
      -o-filter: opacity(30%);
      -ms-filter: opacity(30%);
      filter: opacity(30%);*/
        opacity: 0.3;
      transition: 0.2s linear;
    }
}



/*************************
slick（ドット）slide-dots
*************************/
.slide-dots
{
    position: absolute;
    bottom: -25px;
    bottom: 10px;/*H*/

    display: block;

    width: 100%;
    max-width: 1200px;/*H*/
    padding: 0;
    padding: 0 30px;
    margin: 0;

    list-style: none;

    text-align: center;
    text-align: right;/*H*/
    
	left      : 50%;/*H*/
	transform : translateX(-50%);/*H*/

    
}
.slide-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;

    cursor: pointer;
}
.slide-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus
{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before
{
    opacity: 1;
}
.slide-dots li button:before
{
    /*font-family: 'slick';*/
    font-family: "Noto Sans JP",  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    content: "○";
    text-align: center;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before
{
    opacity: 1;
    color: white;
    content: "●";
}
















