@charset "utf-8";
body{
	background: url(/image/butterfly.png)no-repeat;
    background-size: 100%;
	margin:0
}


/*ヘッダー　*/


.pc-header{
background: rgba(255,255,255,.95);
    text-align: center;
    padding: 5px 15px;
}

.mobile-header{
    display:none;
}

.site-title{
	margin:10px 0 0;
    border-bottom: 1px solid #35B5AF;
}

.site-title a,
.footer-title{
    text-decoration: none;
    color: #35B5AF;
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6;
}



ul.menu{
	padding:0;
	display: flex;
    justify-content: center;
}

ul.menu li{
	list-style:none;
	padding:10px 30px;
	margin:0 30px;
}

ul.menu li a{
	text-decoration:none;
	color:#35B5AF;
}


ul.menu li a:hover{
	text-decoration:underline;
}


/*ヘッダー　ここまで*/


/*フッター*/

.footer{
	background: url(/image/flower-back0149.jpg);
    background-size: 100%;
    padding: 0;
    color: #c4c4c4;
    position: relative;
}

.footer-in{
	padding-top: 58px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding-bottom: 40px;
}

.footer-box{
    width: 42%;
    margin: -130px auto 0;
    text-align: center;
    background: #fff;
    color: #333;
    margin-bottom: 0;
    padding: 50px 20px;
}

.footer-box p{
	margin:0;
	font-size:13px;
}

.footer-goyoyaku{
	display: block;
    font-size: 18px!important;
    color: green;
    font-weight: bold;
    margin-top: 10px!important;
}


.footer-box .tel-link{
	text-decoration: none;
	color: green;
	font-size: 30px;
	font-weight:bold;
}

.footer-info{
	margin:0;
}

.footer-title{
	margin:0;
}

.copyright{
    margin: 0;
    background: #ddd;
    text-align: center;
    color: #333;
    padding: 5px;
    font-size: 13px;
}


/*フッター　ここまで*/



/*共通*/

.container{
	max-width:1000px;
	margin: 0 auto;
	padding-top:30px;
	padding-bottom:150px;
}
.section0 {
    background: rgba(255,255,255,.95);
    color: #fff;
    box-shadow: 1px 1px 6px #666;
    margin-bottom: 30px;
    text-align:center;
}

.section0 span{
    color: #333;
    padding: 5px 0 20px;
    display: inline-block;
}

.section0 h2 {
    padding: 50px 0 30px 0;
    text-align: center;
    border-bottom: 1px solid #35B5AF;
    font-family: "Dancing Script",cursive;
    color: #333;
	font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 13px;
}

.section0 p {
    padding: 10px 30px 30px;
    font-size: 100%;
    text-align: center;
    line-height: 180%;
    color: #666;
}
/*共通　ここまで*/








/*フロントページ*/

.section1 {
    width: 100%;
    text-align: center;
    display: flex;
    overflow: auto;
    padding: 5% 0;
    justify-content: center;
}

.sec1-menu-out, .sec1-info-out, .sec1-qa-out {
    display: block;
    width: 29%;
    float: left;
    padding: 0.7%;
    margin: 0.5%;
    background: url(/image/flower-back0150.jpg);
    background-size: 100%;
}

.sec1-menu, .sec1-info, .sec1-qa {
    width: 100%;
    background: #fff;
}

.sec1-menu a, .sec1-info a, .sec1-qa a {
    width: 100%;
    height: 28vw;
    max-height: 290px;
    background-size: 100% !important;
    display: block;
    transition: 0.3s ease-out;
}

.sec1-menu a {
    background: url(/image/menu-touka0.png)no-repeat;
}

.sec1-qa a {
    background: url(/image/counseling-touka0.png)no-repeat;
}

.sec1-info a {
    background: url(/image/info-touka0.png)no-repeat;
}

.sec1-menu a:hover {
    background: url(/image/menu-touka.png)no-repeat;
}

.sec1-qa a:hover {
    background: url(/image/counseling-touka.png)no-repeat;
}

.sec1-info a:hover {
    background: url(/image/info-touka.png)no-repeat;
}



/*フロントページ　ここまで*/

/*menu*/

.menutable{
	width: 100%;
    background: #fff;
	font-size:90%;
	border: 1px solid #ddd;
	border-spacing: 0;
}

.menutitle{
	margin: 0;
    padding: 0px;
    font-size: 40px;
    font-family: "Dancing Script",cursive;
    color: #666;
    text-align: center;
	margin-top:60px;
}

.menutable tr{
	border-top: 1px solid #ddd;
}

.menutable th{
    padding: 15px 20px;
    font-weight: normal;
    text-align: left;
	border-bottom: 1px solid #ddd;
}

.menutable td{
    padding: 15px 20px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}


/*menu　ここまで*/







/*qa*/

.section0 h3 {
    display: block;
    font-weight: 300;
    border-bottom: none;
    text-align: center;
    margin-left: 0;
    font-size: 25px;
    text-align: center;
    color: #333;
    padding: 0 15px;
}


.kokkaku{
	display: flex;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 15px;
	background: #fff;
	align-items: center;
}

.kokkaku-img{
	width:37%;
	text-align: center;
}
.kokkaku-text{
	width:63%;
}

.kokkaku-text h3{
font-size: 17px;
color: navy;
border-bottom: 1px solid #ddd;
padding-bottom: 4px;
}

.kokkaku-text ul{
	padding-left:23px;
}

.kokkaku-text li{
	line-height:100%;
}







/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #b15151;
    font-size: 20px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	background:#FFFAF0;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*qaここまで*/





/*staff */


.section0 span{
    color:#333;
    padding:20px 0;
}

.staff-box{
    padding:0;
    display:flex;
}

.staff-box-left{
    width:25%;
    text-align: right;
}

.staff-box-left img{
    width:100%;
}

.staff-box-center{
    width:37.5%;
    background:#eff9f9;
    padding: 20px 40px;
    font-size:87%;
}

.staff-box-center .profile{
font-size: 177%;
font-family: "Dancing Script",cursive;
border-bottom: 1px solid #999;
margin-bottom: 10px;
display: block;
color: #666;
}

.staff-box-center h3{
    color: #333;
    margin-bottom: 0;
    line-height: 130%;
    font-size:280%;
    margin:0;
}



.staff-box-center .ruby{
    margin:0;
}
.staff-box-center .katagaki{
    background: #d28887;
    padding: 9px 13px;
    color: #fff;
    display: inline-block;
}

.staff-box-center table{
    width:100%;
}

.staff-box-center table th{
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 28%;
}
.staff-box-center table td{
    padding:10px 0;
    border-bottom: 1px solid #ddd;
}




.staff-box-right{
    width:37.5%;
    background:#eff9f9;
    padding: 20px 40px;
    font-size:87%;
}





.staff-box-right .comment{
    font-size: 177%;
    font-family: "Dancing Script",cursive;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    display: block;
    color: #666;

}



/*salon */
.salon-table{
width: 98%;
margin: 80px 1%;
background: #fff;
font-size:88%;
border-spacing: 0;
}
.salon-table th{
font-weight: normal;
background: #611815;
color: #fff;
text-align: center;
padding: 6px;
border-bottom: 1px solid #ddd;
}

.salon-table td{
    padding:6px 15px;
    border-bottom: 1px solid #ddd;
}


/*salon ここまで*/




/*staff ここまで*/
@media screen and (max-width: 767px){/*スマホ*/


    /*ヘッダー　スマホ*/
    .pc-header{
        display:none;
    }
    .mobile-header{
        display:block;
        background:#fff;
        box-shadow: 0 0 4px #666;
        position:fixed;
        width:100%;
    }

    .mobile-header .site-title{
        margin: 0;
    border-bottom: none;
    padding: 15px;
    text-align:center;
      }

      .mobile-header .site-title a{
        font-size: 25px;
      }


    /*ドロワーメニュー*/
    
    /*ドロワーメニューのClose時のスタイルシート*/
.drawer {
  position:fixed;
  top:0;
  left:-20px;
  width: 300px;
  height: 100%;
  background: #fff;
  padding: 50px 10px;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:9999;
}
.action{
    left:0;
}

/*ドロワーメニューの開閉ボタン*/
.drbtn {
  position: fixed;
  top:0;
  right: -50px;
  width: 50px;
  height: 50px;
  -webkit-transition:ease .5s;
  transition:ease .5s;
  cursor:pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding-bottom: 2px;
  z-index: 10000;
}

/*ハンバーガーボタンを作るスタイルシート*/
.hambarg {
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 2px;
  width: 25px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.hambarg:nth-child(1) {
    top: 25%;
    left: 50%;
}
.hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}
.hambarg:nth-child(3) {
    top: 55%;
    left: 50%;
}

/*ドロワーメニューをOPENにするスタイルシート*/
.drawer.action {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
 
/*ボタンをドロワーメニュー内に表示*/
.drbtn.action {
  right: 0;
  left:auto;
}
 
/*ハンバーガーボタンを"×"に変える*/
.drbtn.action {
  .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}

.drawer ul{
    padding-left:0;
}

.drawer ul li{
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.drawer ul li a{
    text-decoration:none;
    color:#333;
}



    /*ドロワーメニュー　ここまで*/


    .footer-box {
        width: 96%;
        margin: 0;
        padding: 50px 2%;
    }

    /*フッター　スマホ*/

    .container{
        padding-bottom:60px;
    }

    .section0{
        margin-top:50px;
    }



    .section1{
        display:block;
    }

    .sec1-menu-out, .sec1-info-out, .sec1-qa-out {
        display: inline-block;
        width: 93%;
        float: none;
        padding: 1%;
        margin: 0;
        margin-bottom:25px;
    }

    .sec1-menu a, .sec1-info a, .sec1-qa a {
        width: 100%;
        height: 87vw;
        max-height: none;
    }








    .kokkaku-text li {
        line-height: 131%;
        margin-bottom: 4px;
    }

    .accordion{
        background:#fff;
    }





    .staff-box {
        flex-wrap: wrap;
        margin-bottom:50px;
    }

    .staff-box-left {
        width: 36%;
    margin-left: 4%;
    }

.staff-box-center {
    width: 52%;
    background: #fff;
    padding: 0 4% 4%;
}

.staff-box-center h3{
    font-size:25px;
}

.staff-box-center table {
    font-size: 13px;
}

.staff-box-right {
    width: 95%;
    padding: 20px 2.5%;
}









}