@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/


/************************************
** 子テーマ用のスタイル
************************************/



/*コンテンツ全体*/


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

img{
	vertical-align: middle;
}

.content {
    margin-top: 0;
}

.main{
	padding:0;
}

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



.page-template-0front-page .header {
    color: #000;
    z-index: 1;
    height: auto;

}
.page-template-0front-page .header a{
color:#fff;
}
.logo-image {
    padding: 10px 0;
}
.logo-image span, .logo-image a {
    display: inline-block;
    max-width: 75px;
	font-size:1px;
}

.logo-text {
    padding:15px 0 0;
}


.page-template-0front-page .header  .tagline{
	margin-top:0;
}


.page-template-0front-page #header-container-in{
	position: absolute;
    width: 100%;
    z-index: 1;
	padding:0 40px;
}


.page-template-0front-page .navi {
	background:none;
}

.page-template-0front-page .navi-in a{
    color: #fff;
    font-weight: 400;
}
.page-template-0front-page .navi-in a:hover{
	background:rgba(0,0,0,.5);
}

.page-template-0front-page .header-container-in.hlt-top-menu{
	background:#333333ab;
}



.slider-logo-image{
	position: absolute;
    z-index: 1;
    width: 390px;
    top: 30vh;
    left: 15vw;
}

.insta{
	position:absolute;
	width:20px;
	top:50%;
	right:20px;
	z-index:1;
}

.slider-contact-button{
	font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 5%;
    right: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 60px;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
	transition:0.5s;
	z-index:2;
}

.slider-contact-button:hover{
	background:#333;
	color:#fff;
	border-color:#333;
}


h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 55px;
	line-height: 115%;
	margin-bottom:20px;
}
h2 span{
	font-size: 21px;
    line-height: 100%;
    display: block;
    font-weight: 600;
    color: #73b7d1;
	margin-bottom:7px;
}




/*ボタンデザイン*/

.button007 a {
	background: none;
    border: 1px solid #333;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 70px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration:none;
	    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.button007 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1.5em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}
.button007 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}
.button007 a:hover:before, .button007 a:hover:after {
    right: 0;
}
.button007 a:hover {
    background: #333;
    color: #fff;
}



/*ボタンデザイン　ここまで*/







/*トップページ*/


/*vegasスライダー*/

#vegas-outer{
position: relative;
    /* max-width: 1150px; */
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;

}

#vegas-inner{
	margin-left:0;
	position:relative;
}


#vegas{
	width: 100%;
	height:96.5vh;
	margin-left:0;
	margin-top: -1px;
}
/*
#vegas-outer:before{
content: "";
    width: 100%;
    height: 91vh;
    position: absolute;
    background: #56a6f7;
    top: 0;
    left: 0;
}
*/



.vegas-slide-inner{
	background-position:center right!important;
}


/*vegasスライダー　ここまで*/



/*sec1*/
.sec1-in{
	display:flex;
	max-width:1900px;
	padding:150px 0;
	margin:0 auto;
	justify-content: center;
  align-items: center;
}
.sec1-text{
	width: 100%;
    padding: 25px 45px 25px 45px;
    font-size: 1.3vw;
}

.sec1-text p{
	margin-bottom:35px;
}

.sec1-image{
	width:27%;
	margin-right:25px;
}




/*sec1 ここまで*/



/*sec2*/

.sec2{
	padding: 120px 0;
    background: #f1efe6;
}

.sec2 h2{
	text-align:center;
}

.sec2-in ul{
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
   /* align-items: center;*/
	padding: 50px 0;
}
.sec2-in ul li{
    width: 24%;
    object-fit: cover;
	list-style:none;
display: inline-block;
	margin:0 0.5%;
	position:relative;
	min-height:350px;
}

.sec2-in ul li img{
    object-fit: cover;
    height: 100%;
}

.sec2-in ul li .staff-des{
	position: absolute;
    bottom: 0;
    width: 100%;
	display: flex;
}

.sec2-in ul li .staff-des span{
width:50%;
padding:15px 30px;
	display:inline-block;
}

.sec2-in ul li .staff-des span.katagaki{
	background:#19448e82;
	color:#fff;
	text-align: right;
}
.sec2-in ul li .staff-des span.stylistname{
background: #f1efe6;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.sec2-in .button007{
	text-align:center;
}


/*sec2　ここまで*/

/*sec3*/

.sec3{
	padding:150px 0;
}

.sec3-in{
	display:flex;
	width:100%;
	flex-direction: row-reverse;
	justify-content: center;
    align-items: center;

}

.sec3-in .sec3-text{
	width:60%;
	padding: 10px 50px;
}

.sec3-text h2{
	font-size:43px;
}

.sec3-in .sec3-text p{
	font-size:1.3vw;
		margin-bottom:35px;
}

.sec3-in .sec3-image{
	width:40%;
}


/*sec3ここまで*/



/* sec4 */

.sec4-in{
	text-align:center;
	position:relative;
}
.sec4 h2{
	    display: block;
	position:absolute;
	margin:0 auto;
	top:-60px;
	    width: 100%;
}

.sec4-in ul{
	padding:0;
}

.sec4-in ul li{
	list-style:none;
}

.salon-info{
	display:flex;
	background:#f1f1f1;
	justify-content: center;
    align-items: center;
	padding: 50px 80px;
}

.salon-info img{
	width:150px;
	margin-bottom:8px;
}


.salon-info-text{
	width:50%;
	padding:80px;
	text-align:center;
}
.salon-info-image{
	width:50%;
	height:300px;
}
.salon-info-image img{
	object-fit:cover;
	width:100%;
	height:100%;
	margin:0;
	
}


/* sec4 ここまで*/



/*トップページ　ここまで*/









/* フォーム*/
/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:834px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#56a6f7;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
	transition: 0.6s;
}

.submit-btn {
text-align: center;
    cursor: pointer;
    max-width: 400px;
    margin: 20px auto;
}

.submit-btn input:hover {
	background: #3e77b1;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.7em;
padding: 4px;
border-radius: 5px;
margin-right: 10px;
background: #ebbbbb;
color: #ffffff;
}

/*ーーーーーーーーーーーーーーーー*/


.demodesu{
	display: block;
    text-align: center;
    margin: 70px;
}

/* フォーム　ここまで*/



/*　フッター　*/

.footer{
	background:#045073;
	margin-top:0;
}


.navi-footer-in > .menu-footer{
	justify-content:center;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content{
	display:block;
}
.footer-bottom.fnm-text-width .menu-footer li a{
	color:#fff;
	padding:10px 4vw;
	border-top:1px solid #045073;
		border-bottom:1px solid #045073;
	transition:0.8s;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover{
	background:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}



.copyright{
color:#fff;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	
	main.main, div.sidebar{
		padding:0;
	}
	
	
	
	
	
	

}


/*834px以下　スマホ*/
@media screen and (max-width: 834px){
	
	main.main, div.sidebar{
		padding:0;
	}
	
	.header .tagline{
		margin:0;
	}
	
	#header-container{
		display:none;
	}
	
	.mobile-menu-buttons {
    display: block;
	}
	
	
	.mobile-header-menu-buttons{
		background:#333;
	}
	.logo-menu-button{
		position:absolute!important;
		left: 50%;
		top:23px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
	
	.navi-menu-button{
	position: absolute;
    top: 11px;
    left: 0;
	}
	.logo-menu-button img {
    max-height: 24px
	}
	
	.fa-bars:before, .fa-navicon:before {
    color: #fff;
}
	
	.mobile-menu-buttons {
    align-items: center;
}
	.mobile-menu-buttons .menu-caption{
		display:none;
	}
	
	.mobile-menu-buttons > li{
		padding-top:0;
	}
	
	.search-menu-button{
		display:none;
	}
	
	.logo-image {
    padding: 5px 0 10px;
}
	
	h2{
		font-size:40px;
	}
	.page-template-0front-page #header-container-in{
		position:relative;
		background:#333;
	}
	html {
    margin-top: 0;
	}
	
	.slider-logo-image{
		width:65vw;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 44vh;
	}
	
	
	.sec1-in{
		flex-wrap:wrap;
		padding:6px 3px 25px;
	}
	
	.sec1-image{
    width: 48%;
    margin: 0 1%;
	}
	
	.sec1-text{
		font-size:15px;
		padding: 25px 18px;
	}
	
	.sec1-in .button007{
		text-align:center;
	}
	
	
	
	.sec2{
		padding: 50px 15px 100px;
	}
	
	.sec2-in ul{
		padding:25px 0 10px;
		display: block;
	}
	
	.sec2-in ul li{
		width:100%;
		margin-bottom:35px;
		min-height:0;
	}
	
	.sec2-in ul li img{
		width:100%;
		height:auto;
	}
	
	.sec3{
		padding:0 0 150px;
	}
	.sec3-in{
		display:block;
	}
	.sec3-text h2{
		font-size:30px;
	}
	
	.sec3-in .sec3-image{
		width:100%;
		margin-bottom: 20px;
	}
	
	.sec3-in .sec3-text {
    width: 100%;
    padding: 10px 15px;
}
	
	.sec3-in .sec3-text p {
    font-size: 15px;
	}
	
	.sec3-in .button007{
		text-align:center;
	}
	
	.salon-info{
		display: block;
    padding: 50px 15px;
}
	
	
	.salon-info-text{
		width:100%;
		padding:0;
		font-size:13px;
		margin-bottom:30px;
	}
	
	.salon-info-text ul li .fa{
		margin-right:7px;
	}
	
	.salon-info img{
		width:100px;
	}
	
	.salon-info-image{
		width:100%;
	}
	.salon-info .salon-info-image img{
		width:100%;
	}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}









/*アニメーションエフェクト関連*/

/*下からふわっ*/
.fadeUpTrigger{
	opacity:0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*左からふわっ*/
.fadeRightTrigger{
	opacity:0;
}

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}




/*==================================================
sec2 staff ふわっ
===================================*/

/* その場で */

.fadeInTrigger{
	opacity:0;
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*==================================================
sec2 staff ふわっ ここまで
===================================*/













