@charset "utf-8";
/* CSS Document */

/*******************
全体(共通)
*******************/

body{
	font-family: 'Sawarabi Mincho', sans-serif;
	min-width: 1000px;
	font-size: 20px;
	line-height: 2em;
	color: #561C27;
}

h2{
	font-weight: 100;
	display: block;
	font-size: 52px;
	letter-spacing: 10px;
	margin: 20px auto 40px;
	text-align: center;
}


a {outline:none;}
a img{outline:none;}
area {outline:none;}

.sp_br{
	display: none;
}



/*******************
header
*******************/
header{
		background: linear-gradient(#E7336E, #A64A97 );
	/*background-color:rgba(255,255,255,0.7);*/
	background-blend-mode:lighten;
	 background:-webkit-gradient(linear, left top, right top, from(#E7336E), to(#A64A97));
    background:-webkit-linear-gradient(left, #E7336E, #A64A97);
    background:-moz-linear-gradient(left, #E7336E, #A64A97);
    background:-o-linear-gradient(left, #E7336E, #A64A97);
    background:linear-gradient(to right, #E7336E0, #A64A97);
/*	height: 20px;*/
	opacity: 0.7;
}

.header{
	background-image: url("../img/headerback.png");
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.header img{
	width: 800px;
}


/*******************
slider
*******************/
#slider{
	line-height: 0;
}


/*******************
メニュー
*******************/
.tel_img_h{
	display: none;
}

.globalnav-wrap {
  font-size:16px;
  color:#fff;
  background:#333;
  display:flex;
  justify-content:space-between; 
}

  .dropdown-btn {
    position:relative;
    display:inline-block;
    padding:20px;
    cursor:pointer;
}
.dropdown-btn:hover {
      background:#666;
    }

  .dropdown {
    z-index:1000;
    background:#666;
    position:absolute;
    left:0;
    top:55px;
    width:200px;
    padding:10px 20px;
    display:none;
}
 
.dropdown li {
      display:inline-block;
      margin:10px 0;
}
.dropdown a {
        color:#fff;
      }

.nav-button-wrap,.open {
    display:block;
  }

  .close {
    display:block;
  }


/*******************
スライダー
*******************/

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots{
  text-align: center;
}
.slide-dots  li{
    display: inline-block;
    margin: 0 15px;
}
.slide-dots button{
      position: relative;
      text-indent: -9999px;
}
.slide-dots button:before{
        content: '●';
        font-size: 12px;
        text-indent: 0px;
		color: #FFFFFF;
        position: absolute;
   		top: -30px;
   		left: 0;
	
}
   
.slick-active button:before{
        content: '●';
		color: #F95E81;
      }

ul.slide-dots {
    width: 300px;
    margin-left: auto;
    position: relative;
    top: -20px;
    margin-bottom: -60px;
}


/*******************
concept
*******************/

.concept{ 
	background-image: url("../img/concept/concept_b.png");
	background-position: center;
	background-size: cover;
	
	
	text-align: center;
	color: #561C27;
	padding: 100px 0 0;
}


.concept_text{
	margin: 10px auto 0;
}

/*.concept strong{
	font-weight: 100;
	display: block;
	font-size: 52px;
	letter-spacing: 10px;
	margin: 20px auto 40px;
}
*/
.concept span{
	font-weight: 100;
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	margin: 20px auto;
}

.concept p{
	letter-spacing: 4px;
}

.concept_img {
    width: 1000px;
    margin: 110px auto;
}

.concept_staff{
	margin: 0 auto;
	width: 1000px;
}

/*各種画像*/

.concept_img ul{
	height: 950px;
}

.con_img1 {
    width: 460px;
    position: relative;
    left: 260px;
}

.con_img2 {
    width: 220px;
    position: relative;
    left: 680px;
    top: -160px;
}

.con_img3 {
    width: 330px;
    position: relative;
    top: -350px;
}

.con_img4 {
    width: 330px;
    position: relative;
    top: -560px;
    left: 340px;
}

.con_img5 {
    width: 280px;
    position: relative;
    top: -710px;
    left: 620px;
}

.con_img6 {
    width: 440px;
    position: relative;
    top: -980px;
}

.fade_off {
    opacity: 0;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
	transform: translate(0, 45px);
    transition: all 3s;
}

.fade_on {
    opacity: 1;
	transform : translate(0, 0);
}






/*******************
concept
*******************/

.plan{
	margin: 150px auto;
	
}


/*.plan strong{
    font-weight: 100;
    display: block;
	text-align: center;
    font-size: 52px;
    letter-spacing: 10px;

}*/

.plan_b{
	background: linear-gradient(#E7336E, #A64A97 );
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}

.plan_img{
	margin: 0 auto;
	width: 1000px;
	background: #FFFFFF;
	padding: 20px;
	
}

.c_self{
	padding: 50px 0;
}

.c_self strong {
    text-align: center;
    margin: 100px auto;
    font-size: 40px;
    letter-spacing: 32px;
    display: block;
    background-image: url(../img/concept/self_back.png);
    background-size: contain;
    background-position: center;
    /*padding: 70px 0;*/
    padding: 100px 0;
	text-shadow:0px 0px 7px #ffffff,0px 0px 7px #ffffff,0px 0px 7px #ffffff;
}

.concept_point {
    width: 600px;
    margin: 0 auto;
}

.side_self {
    position: absolute;
    width: 90px;
    top: 3780px;
    right: 1310px;
}


/*******************
self
*******************/
.self {
    background-image: url(../img/self/self_b.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 700px;
    padding: 0 0 80px 0;
}

.self_menu{
	width: 900px;
	margin: 0 auto;
}

#map{
	background-image: url("../img/self/self.png");
	background-size: cover;
}



.self_text{
	width: 900px;
	margin: 100px auto 0;
	
}

.self_pic ul{
	display: flex;
}


/*******************
self_pic
*******************/

/*.self_pic{
	background-image: url("../img/self/self_pic_long.png");
	height: 280px;
	background-size: contain;
	background-size: auto 280px;
	background-position: center;
	
}*/

.self_pic{
	background-image: url("../img/self/self_pic_long.png");
 background-size: contain;
	height: 200px;
 width: 100%;
/* padding-top: calc( 332/1920*100% );*/
 -moz-animation: loop 100s linear infinite;
 animation: loop 100s linear infinite;

}

@keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}

/*******************
.est_menu2
*******************/

.est_menu2{
	width: 100%;
	margin: 0 auto;
}



.est_menu2 li{
	padding: 150px 0;
	text-align: center;
	margin: 0 auto;
}


.est_menu2 li img{
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.body_b{
	background-color: #FDEBF0; 
}


.whitening_b{
	background-color: #F6EDF5; 
}

/*.stafflist_b img{
		transform: rotateZ( 5deg );
}*/

.stafflist_b{
	width: 1000px;
	margin: 0 auto;
	
}

.hukidashi{
	z-index: 1;
    position: relative;
    width: 200px;
    text-align: right;
    /* right: -480px; */
    left: 760px;
    top: 40px;
}



.s_list{
		transform: rotateZ( 5deg );
}

#staff_a{
	background-image: url("../img/stafflist_b.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 700px;
}

.stafflist_b h2{
	font-size: 34px;
	line-height: 1.5em;
}


/******************
loop anime
******************/

/*.est_menu3{
	background-image: url( "../img/est_menu3_b.png");
	height: 280px;
	/*background-size: contain;
	background-size: auto 280px;
	background-position: center;
	background-repeat: repeat-x;
}

*/

.est_menu3{
	background-image: url( "../img/est_menu3_b.png");
 background-size: contain;
	height: 200px;
 width: 100%;
/* padding-top: calc( 332/1920*100% );*/
 -moz-animation: loop 100s linear infinite;
 animation: loop 100s linear infinite;

}

@keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
 0% {background-position: 2000px 0;}
 25% {background-position: 1500px 0;}
 50% {background-position: 1000px 0;}
 75% {background-position: 500px 0;}
 100% {background-position: 0 0;}
}


/*******************
contact
*******************/
.contact{
	background-image: url("../img/contact/con_b.png");
	background-position:top left;
	background-repeat: no-repeat;
	background-size: 800px;
	padding: 200px 0;
	text-align: center;
}

.contact p{
	font-size: 21px;
}

.contact span{
	background: #EC5C8B;
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	width: 400px;
	border-radius: 40px;
}

.contact_tel{
	width: 400px;
	margin: 20px auto;
}

.contact_time {
    display: flex;
    justify-content: center;
    margin: 6px auto;
    text-align: center;
}
.contact_time em {
    font-style: normal;
    background: #EC5C8B;
    color: #FFFFFF;
    text-align: center;
    padding: 0 30px;
    margin: 0 20px 0 0;
    border-radius: 40px;
}

.c_attention{
	width: 350px;
	margin: 0 auto;
}

.c_attention p{
	text-align: left;
	font-size: 16px;
}


.gaikan{
	width: 400px;
	margin: 40px auto;
	
}

/*.contact_time em{
	font-style:normal;
	background: #EC5C8B;
	color: #FFFFFF;
	text-align: center;
	padding: 0 30px;
	margin: 0 20px;
	border-radius: 40px;
	
}*/

/*受付時間*/
.contact_time tbody{
	display: flex;
}

.contact_time tr{
	display: flex;
	flex-flow: column;
}
.contact_time td{
	font-size: 24px;
}

.uketuke{
	color: #FFFFFF;
	background: #EC5C8B;
	font-weight: 100;
	border-radius: 20px;
	padding:0 10px; 
	
}

.day{
	font-size: 16px;
	color: #EC5C8B;
}

.contact_time p{
	font-size: 30px;
	
}


/*駐車場*/
.contact_parking{
	width: 550px;
	margin: 40px auto;
}

.contat_map{
	width: 800px;
	margin: 0 auto;
}


/*******************
footer
*******************/

#footer{
	text-align: center;
}

#footer p{
	margin: 20px auto;
}

.f_logo img{
	width: 100px;
	padding: 30px 0;
}

.f_grade{
	background: linear-gradient(#E7336E, #A64A97 );
	/*background-color:rgba(255,255,255,0.7);*/
	background-blend-mode:lighten;
	 background:-webkit-gradient(linear, left top, right top, from(#E7336E), to(#A64A97));
    background:-webkit-linear-gradient(left, #E7336E, #A64A97);
    background:-moz-linear-gradient(left, #E7336E, #A64A97);
    background:-o-linear-gradient(left, #E7336E, #A64A97);
    background:linear-gradient(to right, #E7336E0, #A64A97);
	height: 20px;
	opacity: 0.7;
}


/*******************
戻るボタン
*******************/

/* ページトップボタン */
#page-top {
	
    position: fixed;
/*    width: 70px;*/
    /*right: 20px;*/
    bottom: 0;
    z-index: 99;
	width: 100%;
}


.est_menu3_tel {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
	display: flex;
	justify-content: center;
	align-items:center;
	width: 100%;
/*    bottom: -180px;*/
}


.tel_img{
	width: 500px;
}

.top_buttun {
    right: 100px;
    width: 70px;
    position: fixed;
    bottom: 0px;
}

/* responsive rules */
@media all and (max-width : 980px) {
	
	


/*******************
全体(共通)
*******************/

body{
	min-width: inherit;
	font-size: 14px;
}

h2{

	font-size: 21px;
}

.sp_br{
	display: inherit;
}


/*******************
header
*******************/

.header {
    background-image: url(../img/headerback.png);
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}
	
.header img {
    width: 70%;
}

/*******************
concept
*******************/
.concept{ 

}

/*.concept strong{
	font-weight: 100;
	display: block;
	font-size: 52px;
	letter-spacing: 10px;
	margin: 20px auto 40px;
}
*/
.concept span{
	font-weight: 100;
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
	margin: 20px auto;
	width: 90%;

}

.concept p{
	letter-spacing: 2px;
	width: 90%;
	margin: 0 auto;
}

.concept_img {
    width: 100%;
    margin: 110px auto;
}

.concept_staff{
	margin: 0 auto;
	width: 100%;
}

/*各種画像*/

.concept_img ul{
	height: auto;
	display: flex;
	flex-wrap: wrap;
	
}

.con_img1 {
    width: 50%;
    position: relative;
    left: 0;
	margin: 0 auto;
}

.con_img2 {
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
	margin: 0 auto;
}

.con_img3 {
    width: 50%;
    position: relative;
    top: 0;
	margin: 0 auto;	
}

.con_img4 {
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
		margin: 0 auto;
}

.con_img5 {
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
	margin: 0 auto;
}

.con_img6 {
    width: 50%;
    position: relative;
    top: 0;
	margin: 0 auto;
}




.plan{
	margin: 70px auto;
	
}
	
	
	
.c_self{
	padding: 50px 0;
}

.c_self strong {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 24px;
    display: block;
	background-repeat: repeat-x;
    padding: 60px 0;
	text-shadow:0px 0px 7px #ffffff,0px 0px 7px #ffffff,0px 0px 7px #ffffff;
}

.concept_point {
    width: 90%;
    margin: 0 auto;
}

.side_self {
    position: absolute;
    width: 90px;
    top: 3510px;
    right: 1310px;
}



/*******************
plam
*******************/


.plan_img{
	margin: 0 auto;
	width: 100%;
	
}


/*******************
self
*******************/
.self{
	background-image: url("../img/self/self_b.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 250px;
	
}

.self_menu{
	width: 100%;
	margin: 0 auto;
}

.self_text{
	width: 100%;
	margin: 100px auto 0;
	
}

.self_pic ul{
	display: flex;
}

	
	
	
	



/*******************
self_pic
*******************/

.self_pic{
	background-image: url("../img/self/self_pic_long.png");
	height: 150px;
	background-size: auto 170px;
	background-repeat: repeat-x;
	background-position: center;
	
}
	
	
	
	

/*******************
.est_menu2
*******************/

.est_menu2{
	width: 100%;
	margin: 0 auto;
}



.est_menu2 li{
	padding: 80px 0;
	text-align: center;
	margin: 0 auto;
}


.est_menu2 li img{
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.body_b{
	background-color: #FDEBF0; 
}


.whitening_b{
	background-color: #F6EDF5; 
}

.stafflist_b img{
		transform: rotateZ( 0deg );
}

#staff_a{
	background-image: url("../img/stafflist_b.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 400px;
}

.est_menu3{
	background-image: url( "../img/est_menu3_b.png");
	height: 150px;
	background-size: auto 170px;
	background-position: center;
	background-repeat: repeat-x;
}

.est_menu3_tel {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
	bottom: 0;
}
.est_menu3_tel img{
	width: 100%;

}

	
	
.stafflist_b{
	width: 100%;
	margin: 0 auto;
	
}

.hukidashi {
    z-index: 1;
    position: relative;
    width: 21%;
    text-align: right;
    left: 75%;
    top: 40px;
}



.stafflist_b h2{
	font-size: 21px;
	line-height: 1.5em;
}


/*******************
contact
*******************/
.contact{
	background-image: url("../img/contact/con_b.png");
	background-position:top left;
	background-repeat: no-repeat;
	background-size: 800px;
	padding: 200px 0;
	text-align: center;
}

	
.gaikan{
	width: 60%;
	margin: 8% auto;
	
}
	
.contact p{
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.contact span{
	background: #EC5C8B;
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	width: 80%;
	border-radius: 40px;
}

.contact_tel{
	width: 50%;
	margin: 20px auto;
}

.contact_time{
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 20px auto;
	text-align: center;
	width: 90%;
	font-size: 21px;
}


/*.contact_time em{
	font-style:normal;
	background: #EC5C8B;
	color: #FFFFFF;
	text-align: center;
	padding: 0 30px;
	margin: 0 20px;
	border-radius: 40px;
	
}*/

.contact_time em{
	font-style:normal;
	background: #FFFFFF;
	    color: #561C27;
	text-align: center;
	padding: 0 20px;
	margin: 0 20px;
	border-radius: 40px;
	
}


.contact_time p{
	width: 90%;
	font-size: 18px;
	margin: 10px auto;
	
}

.contact_parking{
	width: 80%;
	margin: 40px auto;
}

.contat_map{
	width: 80%;
	margin: 0 auto;
}
	
	
/*受付時間*/
.contact_time tbody{
	display: flex;
	flex-flow: column;
}

.contact_time tr {
    display: flex;
    flex-flow: row;
    width: 100%;
    flex-wrap: wrap;
}
	
.contact_time td{
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.contact_time th{
	width: 100%;
	text-align: center;
	
}

	
.c_attention{
	width: 80%;
}

.c_attention p{
	text-align: center;
	font-size: 16px;
}

	
.uketuke{
	
	}
	

.day{
	font-size: 16px;
	color: #EC5C8B;
}

.contact_time p{
	font-size: 30px;
	
}



/*******************
footer
*******************/

#footer{
	text-align: center;
}

#footer p{
	margin: 10px auto;
}

.f_logo img{
	width: 100%;
	padding: 30px 0;
}

	
	
.f_logo{
	width: 80px;
	margin: 0 auto;
	}	

.f_grade{
	background: linear-gradient(#E7336E, #A64A97 );
	/*background-color:rgba(255,255,255,0.7);*/
	background-blend-mode:lighten;
	 background:-webkit-gradient(linear, left top, right top, from(#E7336E), to(#A64A97));
    background:-webkit-linear-gradient(left, #E7336E, #A64A97);
    background:-moz-linear-gradient(left, #E7336E, #A64A97);
    background:-o-linear-gradient(left, #E7336E, #A64A97);
    background:linear-gradient(to right, #E7336E0, #A64A97);
	height: 4px;
	opacity: 0.7;
}

	
	
	

/******************
loop anime
******************/

.self_pic{
	height: 100px;
	transform: rotate(0.0001deg);
	outline: 1px solid transparent;
}
	


.est_menu3{

	height: 100px;
	transform: rotate(0.0001deg);
	outline: 1px solid transparent;

}

	
	
/*******************
戻るボタン
*******************/

/* ページトップボタン */
#page-top {
	
    position: fixed;
/*    width: 70px;*/
    /*right: 20px;*/
    bottom: 0;
    z-index: 99;
	width: 100%;
}


	#sp_none{
		display: none;
	}


.top_buttun {
    right: 20px;
    width: 70px;
    position: fixed;
    bottom: 80px;
}
	
.tel_img {
    width: 90%;
	margin: 0 auto;
}


}/*終わり*/