/* CSS Document */

body{ background: #fff;}

#container{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	bottom: auto;
}

.pc{ display: none}

h1{
	background-color: #80C7D5;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	padding: 6px;
	margin-bottom: 20px;
	display: block
}

/* ヘッダ */
.navi { width:100%;max-width:640px;}

/* ヘッダ画像設定 */

.navi { position: relative; text-align: center;}
.navi .dr{ position: absolute; top:0;left: 0;width:20%}
.navi .logo{ text-align: center;max-width: 60%; margin: 0 auto;}
.navi .telinfo{ display:none}
.navi .tel{ position: absolute; top:0;right: 0; width:20% }
.navi img{ width:100%;}

.navi img:hover {opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}
  
  
div#footerArea {  
	display: block;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	text-align: center;
	bottom:0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -150px;
	width:300px;


}  
* html div#container{  
    height: 100%;  
    overflow: auto;  
} 

#catch{ margin: 25px 0px 50px 0px}

 /* ドロワー */ 
 /*css*/
/* :::::: toggle button :::::: */
 
#navTgl {
  display: none;
}
 
label.open,
label.close {
  cursor: pointer;
  top: 0;
  left: 0;
}
 
.open {
  z-index: 2;
  width: 20%;

  font-size: 2em;
  line-height:2em;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
 
#navTgl:checked + .open {
  background-color: ;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
 
.close {
  /*pointer-events: none;*/
  z-index: 999999999;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
 
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0,0,0,.3);
}
 
/* :::::: drawer menu :::::: */
 
.menu {
  z-index: 999999999999999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  overflow:auto;
}
 
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 
.menu p,
.menu li a {
  color: white;
}
 
.menu p {
  text-align: center;
}
 
.menu ul {
  padding: 0;
  list-style-type:none;
}
 
.menu li {
  border-bottom: 1px solid rgba(255,255,255,.6);
  font-size: 1em;
  line-height: 1.5em;
}
 
.menu li:first-child {
  border-top: 1px solid rgba(255,255,255,.6);
}
 
.menu li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  transition: background-color .6s;
}
 
.menu li a:hover {
	background-color: #5dc1d0;
}



/* newface */
a.newface{ display: block;}
a.newface{display: inline-block; width: 32%; margin-bottom: 10px}
.mr{ margin-right: 1%}



/* 写真にボカシいれ */
a.newface .frame {
	display: inline-block;
	position: relative;

}
a.newface .frame:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( /* ここで光を作っている */ 0deg, 
	  rgba(93, 193, 208, 0.7) 0, 
	  rgba(93, 193, 208, 0.7) 45%,
	  rgba(93, 193, 208, 0) 45%);
}
a.newface .frame p.text{ color:#5dc1cf; position: absolute; bottom: 0; text-align: center; width: 100%; padding: 0; z-index: 999999999}
a.newface .frame p.text strong{ font-size: 110%; display: block;}
a.newface .frame p.text b{ font-size: 80%; font-weight: normal; display: block; margin-bottom: 3px}
a.newface .frame img{  width: 100%}


/* schedule */
a.schedule{ display: block;}
a.schedule{width: auto; margin-bottom: 30px}


/* 写真にボカシいれ */
a.schedule .frame {
	display: inline-block;
	position: relative;

}
a.schedule .frame:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( /* ここで光を作っている */ 0deg, 
	  rgba(93, 193, 208, 0.7) 0, 
	  rgba(93, 193, 208, 0.7) 35%,
	  rgba(93, 193, 208, 0) 35%);
	  
	  
}
a.schedule .frame .text{z-index: 999999999; position: absolute;bottom: 15px; width: 100%; }
a.schedule .frame .text .l_box{float: left; width: 50%;color: #fff; position: relative;padding-top: 15px}
a.schedule .frame .text .l_box .new{position: absolute; left: 10px; display: inline-block;
top:-150%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: skyblue;
  text-align:center;
  line-height: 50px;
  vertical-align: middle;}

a.schedule .frame .text .l_box strong{  font-size:24px; text-align:  center;display: block;color: #1d1d1d;}
a.schedule .frame .text .l_box strong span{ font-size: 16px;}
a.schedule .frame .text .l_box b{ font-size: 13px;display: block;text-align:  center;color: #1d1d1d;}

a.schedule .frame .text .r_box{float: left;width: 50%;color: #fff;}
a.schedule .frame .text .r_box strong{ font-size:15px; background: #5dc1cf; padding: 3px; width:99%;display: block; margin: 0 0 5px 0; text-align: center;}
a.schedule .frame .text .r_box b{ font-size: 11px;display: block; width: 100%; float: left; background: #dfacb6; color: #fff;padding: 2%; text-align:center; margin: 20px 0 0 0}
a.schedule .frame .text .r_box .mr{ margin-left: 1%}



/* 写真にボカシいれ */



.profile .frame {
	display: inline-block;
	position: relative;width: 100%

}
.profile .frame:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( /* ここで光を作っている */ 0deg, 
	  rgba(255, 250, 250, 0.7) 0, 
	  rgba(255, 250, 250, 0.7) 15%,
	  rgba(255, 250, 250, 0) 15%);
}
.profile .frame p.text{
	color:#5dc1cf;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 0 0 10px 0;
	z-index: 999999999
}
.profile .frame p.text strong{ font-size: 200%; display: block;color: #1d1d1d}
.profile .frame p.text b{ font-size: 100%; font-weight: normal; display: block; margin-bottom: 3px;color: #1d1d1d}
.profile .frame img{
	width: 100%;
	margin-top: 25px;
}



*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.buttons {
  margin-top: 0px;
  text-align: center;

}

.blob-btn {
	z-index: 1;
	position: relative;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #5dc1cf;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	outline: none;
	border: none;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	cursor: pointer;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #5dc1cf;
}
.blob-btn:after {
}
.blob-btn:hover {
  color: #fff;
}
.blob-btn:hover:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  -webkit-filter: url("#goo");
          filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 6px;
  width: 25%;
  height: 100%;
  background: #5dc1cf;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
          transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
            transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.24s;
3          transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
          transform: translateZ(0) scale(1.7);
}
@supports ((-webkit-filter: url("#goo")) or (filter: url("#goo"))) {
  .blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
            transform: translateZ(0) scale(1.4);
  }
}



a.bt_newface{ display: block; width: auto; padding: 10px 0px 10px 0px; text-align: center; font-size: 100%; text-decoration: none; color: #5dc1cf; border: solid 5px #5dc1cf; margin: 0 auto 40px auto;font-family: "Sawarabi Gothic";box-sizing:border-box;}



.title{
	width: auto;
	margin: 0 auto 65px auto;
	color: #5dc1cf;
	text-align: center;
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 600;
}
.title .l_name{ width: 50%; font-size: 55px; text-align: center; float: left; font-family: "Sawarabi Mincho"}
.title .r_name{float: left;width: 47% ; font-size: 15px; border-left: solid 5px #5dc1cf; text-align: left; padding: 15px 0px 15px 3%}




.title_page{
	width: 100%;
	margin: 70px auto 45px auto;
	color: #5dc1cf;
}
.title_page .l_name{ width: 50%; font-size: 30px; text-align: center; float: left; font-family: "Sawarabi Mincho"; color: #333; padding: 7px 0 0 0}
.title_page .r_name{float: left;width: 47% ; font-size: 20px; text-align: left; padding: 15px 0px 15px 3%}



footer{
	padding-top: 40px;
	text-align: center;
	color: #84cbdb;
	font-size: 60px;
	margin-bottom: 14px;
	font-family: "Sawarabi Mincho"
}

.telbox{
	border-radius: 4px;
	background: #5DC1D0;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.telbox p{ font-size: 24px; font-family: "Sawarabi Mincho" }
.telbox p.hr{ border-bottom: solid 1px  #4FB5C4; margin-bottom: 10px; font-size: 14px; padding-bottom: 10px}

* html body{  
    overflow: hidden;  
}  

div#footerFloatingMenu {
	display: block;
	position: fixed;
	bottom: 2px;
	background: #fff;
	z-index: 9999999999999999999999;
	text-align: center;
	bottom:0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -50%;
	width: 100%;


}  
* html div#container{  
    height: 100%;  
    overflow: auto;  
} 







@import "compass/css3";

[class*=bg] {
  @include inline-block;
  width: 100%;
  height:150px
}

/* プロフィール */

.bg {
	background-image: linear-gradient(
      -45deg,
      transparent 50%,
      rgba(93, 193, 205, 1) 40%
    );
	background-size: 120px 120px;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 20px;
	float: left;
	width: 39%;
}


.bg .counter{
	font-size:40px;
	color:#444444;
	float:left;
	margin-left: 11px;
}
.bg .age{
	font-size:15px;
	font-weight:bold;
	color:#444444;
	float:left;
	padding-top: 15px;
	margin-left: 5px;
}

.time{
	float: left;
	width: 59%;
	padding-top: 10px;
	font-size: 200%;
}




#profile_icon{
	float: left;
	width: 59%;

}

#profile_icon p{ margin:15px 0 15px 0}

#profile_icon b{
	font-size: 16px;
	display: block;
	width: 90%;
	background: #5DC1D0;
	color: #fff;
	padding: 2%;
	text-align: center;
	border-radius: 4px;	
	margin: 0 0 10px 0;
}


#comment{
	margin-bottom: 60px;
	line-height: normal;
	padding: 10px
}
.thumbnail_vertical{width: auto; margin: 0 0 10px 0}
.thumbnail_vertical img{
	width: 100%;
	margin-bottom: 5px;
}
.thumbnail_vertical img.mr{
	margin-left: 1%
}
.thumbnail_side{width: auto; margin: 0 0 10px 0}
.thumbnail_side img{
	width: 99%
}




#blog{	border-radius: 4px;	 background: #ECECEC;  padding: 0 0 15px 0}
#blog h2{ padding: 15px; text-align: center; font-size: 20px}
#blog .box{
	margin-right: 5%;
	margin-top: 0;
	margin-left: 5%;
	margin-bottom: 5%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	background-color: #FFFFFF;
}
#blog .box b{ display: block; margin-bottom: 15px; border-bottom: solid 1px #eeeeee; }




a.schedule{ display: block; box-shadow:0px 0px 6px 1px #efefef;border:1px solid #ffffff;shadowColor:"#efefef",
shadowOffset:{width:0,height:0},
shadowOpacity:1,
shadowRadius:6,
borderWidth:1,
borderColor:"#ffffff",
borderRadius:6}

a.schedule img{width: 100%; }

a.schedule .lbox{ width: 40%; float: left;}
a.schedule .lbox img{ width: 100%; vertical-align: text-bottom; }
a.schedule .rbox{ float: left;width: 60%; position: relative; text-align: center;}
a.schedule .rbox .new{
	position: absolute;
	left: 10px;
	display: inline-block;
	top: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #5DC1D0;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	color: #FFFFFF;
}
a.schedule .rbox .taiken{
	position: absolute;
	right: 10px;
	display: inline-block;
	top: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #5DC1D0;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	color: #FFFFFF;
}
a.schedule .rbox .photo{
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	width: 100px;
}
a.schedule .rbox .photo img{border-radius: 100px; width: 100%}
a.schedule .rbox .name{ font-size: 18px; color: #5DC1D0;margin-bottom: 5px;}
a.schedule .rbox .size{
	color: #333333;
	margin-bottom: 5px;
	font-size: 13px;
	
}
a.schedule .rbox .times{
	width: 70%;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.schedule .rbox .profile_icon{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
a.schedule .rbox .profile_icon b{font-size: 10px;display: block; width: 32%; float: left; background: #dfacb6; color: #fff;padding: 2%;}
a.schedule .rbox .profile_icon .mr{ margin-right: 1%}





#system{
	width:100%; max-width:640px; margin:0 auto;
}


#system img{ width:100%; vertical-align:bottom;}

dl.price {
	font-size: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 20px;
}
dl.price dt,
dl.price dd {
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
dl.price dt {
	padding-left: 3px;
	font-size:13px;
	letter-spacing: .05em;
	color: #fff;
	background: #5cc2cf;
	width: 18%;
}
dl.price dd {
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: bold;
	color: #5cc2cf;
	background: rgba(255,255,255,.7);
	width: 32%;
	text-align: center;
}





dl.price02 {
	font-size: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 20px;
}
dl.price02 dt,
dl.price02 dd {
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
dl.price02 dt {
	padding-left: 3px;
	font-size:13px;
	letter-spacing: .05em;
	color: #fff;
	background: #5cc2cf;
	width: 18%;
}
dl.price02 dd {
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: bold;
	color: #5cc2cf;
	background: rgba(255,255,255,.7);
	width: 82%;
	text-align: center;
}
#entrance{ width:100%; max-width:640px; margin:0 auto;}
#entrance img{ vertical-align:bottom; width:100%; border:0}


.word{ font-size:15px; margin:70px 0 0 0}
.word p{
	line-height:1.8em;
	padding:5%;
	margin-bottom: 20px;
}


  table {

	margin-bottom:15px;

	width:96%;
	margin:0 auto;
	margin-bottom:15px;
  }
  table td {
    display: block;
    text-align:left;
	width:auto;
	line-height:24px;
	margin-bottom:20px
  }
  table th {
	display: block;
	border-top: none;
	border-bottom: none;
	width: auto;
	background: #80C7D5;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	
  }


















.extend {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0px;
  }

.extend label {
	color: #333;
	padding: 2px;
	display: block;
	margin: 0;
	text-align: center;
  }

.extend label:hover {

  }

.extend input[type="checkbox"].on-off{
    display: none;
  }

.extend ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }

.extend ul#newfs {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }


.extend li {
    padding: 5px;
  }

.extend input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
  }

.extend input[type="checkbox"].on-off:checked + ul{
    height: auto;
  }
  
  
  
  

  
  .info_photo{
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #5CC2D0;
}
.info_txt{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}



p.info_name{
	background-color: rgba(0,0,0,1);
	padding: 0.5em;
	color:rgba(255,255,255,1);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}


.frame{ margin-bottom: 50px}


.frame{
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
  
  
  .box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #80C7D5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}




.subInner {
    display:none;
    padding:10px;
    background:#f19c75;
}

.subContent h4 {
    margin:10px 0;
    padding:10px;
    line-height:20px;
    color:#fff;
    background:#000;
    cursor:pointer;
}

.subContent h4 span {
    display: block;
    background:url('../images/arrow.png') 100% 0% no-repeat;
}

.subContent h4 span.open {
    background:url('../images/arrow.png') 100% 100% no-repeat;
}