    @charset "UTF-8";

/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h1 {
}
h2 {
}

h3 {
    overflow: hidden;
    text-align: center;
	font-size:16px;
	letter-spacing:0.1em;
	
}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#585858;
	
}

h3 span:before,
h3 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 0.5em;
}

h3 span:before {
    right: 100%;
}

h3 span:after {
    left: 100%;
}

h4.message {
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:10px;
}

blockquote {
}
	
blockquote span {

}


/* body
----------------------------------- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:14px;
	letter-spacing:0.05em;
	color:#6a6a6c;
	margin:0;
	padding:0;
	line-height:25px;
	background:#fff;
}

a {	 color:#6a6a6c; text-decoration:none; }
a:link {  color:#6a6a6c; text-decoration:none; }
a:hover {	color:#da5f70; text-decoration:none; }


input, select, textarea { 
	color: #434343; 	
	border:none;
	background:none;	
}

.searcharea {
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
   -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
        box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
		border:1px solid #a5a4a4;
		text-indent:13px;
		}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}

.r {
	float:right;
}

.l {
	float:left;
}

br.sp {
	display:none;
}
br.pc {
}
.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}

.mt10 {
margin-top:10px;
}
.mt15 {
margin-top:15px;
}
.mt20 {
margin-top:20px;
}

.mb5 {
margin-bottom:5px;
}
.mb10 {
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom:20px;
}
.mb25 {
margin-bottom:25px;
}
.mb30 {
margin-bottom:30px;
}
.mb35 {
margin-bottom:35px;
}
.mb40 {
margin-bottom:40px;
}
.mb45 {
margin-bottom:45px;
}
.mb50 {
margin-bottom:50px;
}
.mb60 {
margin-bottom:60px;
}
.mb70 {
margin-bottom:70px;
}
.mb80 {
margin-bottom:80px;
}
.mb100 {
margin-bottom:100px;
}

.mr10 {
margin-right:10px;
}
.mr15 {
margin-right:15px;
}
.mr20 {
margin-right:20px;
}
.mr30 {
margin-right:30px;
}
.pl10 {
padding-left:10px;
}

.ml5 {
margin-left:5px;
}
.ml10 {
margin-left:10px;
}
.ml15 {
margin-left:15px;
}
.ml20 {
margin-left:20px;
}

/* oowaku
----------------------------------- */

#all {
	text-align:center;
	overflow:hidden;
	position:relative;
	margin-top:100px;
}

#container {
	text-align:center;
	margin:0 auto;
}



/* head
----------------------------------- */
#header {
	width:100%;
	height:100px;
	background:#ffffff;
	position:fixed;
	z-index:100;
	top:0;
}

#header_in {
	width:940px;
	height:100px;
	margin:0 auto;
	position:relative;
}

#header_in p.logo {
	width: 59px;
	height: 94px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#header_in p.logo a {
	width: 59px;
	height: 94px;
	display: block;
}
#header_in p.logo a::after {
	height:0px;
}

#header_in p.logo a:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity:0.70;
}
@media screen and (min-width:768px) and ( max-width:1024px) {

#header_in p.logo {
	left:20px;
}

}

#nav {
	margin: 0px auto;
}

#nav ul  {
	position:absolute;
	bottom:12px;
	left:104px;
}

#nav ul li {
	text-align: left;
	float: left;
	padding-left:12px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.2em;
}
#nav ul li a {
	padding:0 3px;
}
#nav ul li#mm_1 {margin-right:36px;}
#nav ul li#mm_2 {margin-right:36px;}
#nav ul li#mm_3 {margin-right:36px;}
#nav ul li#mm_4 {margin-right:36px;}
#nav ul li#mm_5 {margin-right:36px;}

#nav ul li#mm_1 a {
	width:47px;
	height:18px;
	background:url(../img/nav01_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_1 a:hover  {
	background-position: 0 -18px;
}

#nav ul li#mm_2 a {
	width:78px;
	height:18px;
	background:url(../img/nav02_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_2 a:hover  {
	background-position: 0 -18px;
}

#nav ul li#mm_3 a {
	width:83px;
	height:18px;
	background:url(../img/nav03_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_3 a:hover  {
	background-position: 0 -18px;
}

#nav ul li#mm_4 a {
	width:78px;
	height:18px;
	background:url(../img/nav04_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_4 a:hover  {
	background-position: 0 -18px;
}

#nav ul li#mm_5 a {
	width:38px;
	height:18px;
	background:url(../img/nav05_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_5 a:hover  {
	background-position: 0 -18px;
}

#nav ul li#mm_6 a {
	width:64px;
	height:18px;
	background:url(../img/nav06_sprite.png) no-repeat;
	display:block;
	text-indent:-9999px;
}

#nav ul li#mm_6 a:hover  {
	background-position: 0 -18px;
}

a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
a::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #da5f70;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
a:hover::after {
	width: 100%;
}

ul.language {
	position:absolute;
	top:66px;
	right:0px;
}
ul.language li {
	float:left;
	vertical-align:bottom;
}

ul.language li#eng{
	padding-left:0px;
}
ul.language li#jp{
	padding-left:10px;
	background:url("../img/slash.jpg") no-repeat ;
}
#key {
  display: table;
  height:290px;
  width: 100%;
  max-width:1184px;
  margin:0 auto;
  position: relative;
  background-position: center bottom;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-repeat: no-repeat;
  padding-top:210px;

}

#key a {
	position:absolute;
	display:block;
	width:1184px;
	height:500px;
	z-index:100;
	top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#key a:after {
	text-decoration:none;
	background:none;
	height:0;
}
p.key_logo {
	text-align:center;
}

#header_sm {
	display:none;
}

#header_sm_lp {
	display:none;
}

#key_sm {
	display:none;
}

#key_sm img {
	display:none;
}

/* #news
----------------------------------- */

#news {
  width: 100%;
  position: relative;
	background:#fff;
}

div.news_in {
	width:810px;
    min-height:137px;
	margin:0 auto;
	text-align:left;
	padding:63px 65px 47px;
	background:url(../img/border.png) no-repeat bottom;
}
div.news_box {

	height:95px;
	overflow-y:scroll;
	margin:25px 0px;
}

table.news {
	width:100%;
	font-size:12px;
	line-height:18px;

}

table.news th {
	padding:3px 0;
	letter-spacing:0.1em;
	vertical-align:top;
	text-align:center;
	width:133px;
}

table.news td {
	text-align:left;
	padding:3px 0;
}

div.news_in a {
	color:#da5f70;
}


/* #method
----------------------------------- */


#method {
  width: 100%;
  position: relative;
}


div.method_in {
	width:820px;
	margin:0 auto;
	text-align:left;
	background:url(../img/border.png) no-repeat bottom;
	padding:50px 55px 47px 65px;
}

#method h2 {
	margin-bottom:28px;
}

p.kaze_method {
	margin-bottom:20px;
	margin-left:40px;
	line-height:40px;
	text-align:center;
}

#method p.sub_tit {
	font-size:18px;
	height:31px;
	line-height:31px;
	letter-spacing:0.1em;
	margin-left:40px;
	margin-bottom:35px;
	text-align:center;
}

#method p.sub_tit img {
	width:300px;
}


#method p.sub_tit span {
	margin-left:150px;
}

#method p.bird_img {
	margin-left:40px;
	text-align:center;
	margin-bottom:50px;
}

#method p.bird_img img {
	width:500px;
}
p.bird_img2 {
	margin-left:40px;
	text-align:center;
	margin-bottom:30px;
}

p.bird_img img2 {
	width:500px;
}

#method .paper {
	
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width:680px;
	height:863px;
	position:relative;
	background:url(../img/bg_paper.png) no-repeat;
	line-height:34px;
	padding:55px 70px 0;
	letter-spacing:0.1em;
	margin-bottom:47px;
}

#method .paper p {
	color:#3d3d3d;
}

#method h4 {
	text-align:center;
	margin-bottom:27px;
	padding-right:33px;
}

.pencil {
	position:absolute;
	top:505px;
	left:715px;
}

.shadow {
	display:none;
}


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



#animation h3 {
	margin-bottom:10px;
}
div.profile01 {
	padding: 0 10px;
	line-height:34px;
	margin-bottom:60px;
}

.profile01_sm {
	display:none;
}

div.profile01 span {
	margin-right:10px;
	margin-bottom:20px;
	display:inline-block;
}
div.profile01 span {
        box-sizing: border-box;
		/*width:273px;*/
        width: 267px;
        float: left;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
}
div.profile01 span img {
        width: 190px;
}
div.profile01 span a {
          display: block;
          padding: 40px 40px 40px 40px;
}
div.profile01 span a::after {
          height:0;
}

div.profile01 span:hover{
          background-color: #da5f70;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear;
}

div.profile01 p {
	white-space:nowrap;
	position:relative;
}
div.profile01 p em {
	position:absolute;
	top:30px;
	left:277px;
	font-style:inherit;
}

#animation02 h3 {
	margin-bottom:30px;
}
div.profile02 {
	padding: 0 10px;
	line-height:34px;
	margin-bottom:60px;
}

div.profile02 img {
	float:right;
	margin-top:15px;
	margin-bottom:20px;
}

div.profile02 p {
}

/* #lesson
----------------------------------- */
#lesson {
  width: 100%;
  position: relative;
	background:#fff;
}


div.lesson_in {
	width:810px;
	margin:0 auto;
	text-align:left;
	background:url(../img/border.png) no-repeat bottom;
	padding:60px 55px 47px 65px;
}
#lesson h2 {
	margin-bottom:66px;
}
.clock_sm {
	display:none;
}
 .clock {
	width:820px;
	height:653px;
	position:relative;
	background:url(../img/bg_clock.png) no-repeat;
	margin-bottom:35px;
}

.clock p strong {
	line-height:30px;
	font-size:15px;
	font-weight:bold;
}
.clock p {
	font-size:12px;
	letter-spacing:0.08em;
	position:absolute;
	color:#3d3d3d;
	font-weight:bold;
}

.clock p.monday {
	top:54px;
	left:60px;
}

.clock p.wednesday {
	top:54px;
	left:551px;
}

.clock p.friday {
	top:526px;
	left:551px;
}

.clock p.picnic {
	top:526px;
	left:60px;
}

ul.price {
	font-size:14px;
	margin-bottom:102px;
}
ul.price li {
	/*background:url(../img/bg_price.png) no-repeat left center;*/
	padding-left:28px;
	padding:6px 28px;
}

#lesson li span.kome {
	font-size:11px;
	padding-left:5px;
}

#lesson h3 {
	letter-spacing:0.4em;
	margin-bottom:52px;
}

.studio {
	width:820px;
	height:593px;
	position:relative;
	margin-bottom:35px;
	
}
.studio a {
	position:absolute;
}
.studio a::after {
	height:0;
}
.studio a:hover {
	opacity:0.7;
}
.studio a.studio01 {	top:0; left:0 }
.studio a.studio02 {	top:0; right:0 }
.studio a.studio03 {	bottom:0; left:0 }
.studio a.studio04 {	bottom:0; right:0 }
	
p.studio_detail {
	text-align:center;
	font-size:15px;
	line-height:56px;
	letter-spacing:0.1em;
}
p.studio_detail a {
	color:#da5f70;
}

p.studio_detail a img {
	display:table-cell;
	vertical-align:middle;
}

p.studio_detail a:hover {
	color:#000;
}

p.studio_detail a::after {
}



/* #schedule
----------------------------------- */
#schedule {
  width: 100%;
  position: relative;
	background:#fff;
}


div.schedule_in {
	width:820px;
    min-height:667px;
	margin:0 auto;
	text-align:left;
	background:url(../img/border.png) no-repeat bottom;
	padding:57px 55px 47px 65px;
}

#schedule h2 {
	margin-bottom:39px;
}
.schedule {
	width:403px;
	height:109px;
	background:url(../img/bg_schedule.png) no-repeat;
	position:relative;
	padding-top:471px;
}

.abe {
	width:20px;
	position:absolute;
	top:180px;
	left:319px;
}


.abe2 {
	width:20px;
	position:absolute;
	top:335px;
	left:63px;
}
p.souji {
	font-weight:bold;
	font-size:16px;
	position:absolute;
	top:423px;
	left:261px;
}

p.tit_number {
	font-family: arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#6a6a6c;
	position:absolute;
	top:63px;
	left:49px;
	
}
p.tit_month {
	font-family: arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
}
table.calendar {
	width:300px;
	margin:0 auto;
	position:absolute;
	top:138px;
	left:51px;
}

table.calendar th {
	font-family: arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
	padding-bottom:22px;
}

table.calendar td {
font-family: arial, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
	letter-spacing:0;
	padding-bottom:25px;
}

table.calendar a {
	color:#6a6a6c;
	padding:3px 8px;
  border-radius: 50%;
  /*background: skyblue;/*背景色*/
	/*border:2px solid #333;
	border-radius: 50%;*//*角丸*/
	color:#6a6a6c;
	border:2px solid #4E9AA3;
}

table.calendar a:hover {
	opacity:0.7;
	text-decoration:none;
  background: none;/*背景色*/
}

table.calendar a::after {
	height:0;
}

table.calendar th.sun,table.calendar td.sun {
	color:#ffb43a;
}

table.calendar td.maru {
	background:url(../img/bg_maru.png) no-repeat;
	background-position:center 28px;
	background-size:8px auto;
}
table.calendar td.mon {
	background:url(../img/bg_mon.png) no-repeat;
	background-position:center 23px;
	background-size:15px auto;
}
table.calendar td.wen {
	background:url(../img/bg_bird.png) no-repeat;
	background-position:center 25px;
	background-size:24px auto;
}
table.calendar td.fri {
	background:url(../img/bg_moon.png) no-repeat;
	background-position:center 28px;
	background-size:18px auto;
}

table.calendar td.yasumi {
	background:url(../img/bg_rest.png) no-repeat;
	background-position:center 27px;
	background-size:18px auto;
}

table.calendar td.picnic {
	background:url(../img/abe.png) no-repeat;
	background-position:center 2px;
	background-size:16px auto;
}
table.calendar td.holiday {
	color:#ffb43a;
}
table.calendar td.holiday a {
	color:#ffb43a;
}


table.calendar td.halloween {
	background:url(../img/bg_halloween.png) no-repeat;
	background-position:center 28px;
	background-size:18px auto;
}
table.calendar td.bnfm {
	background:url(../img/bg_bnfm.png) no-repeat;
	background-position:center 28px;
	background-size:18px auto;
}
table.calendar td.rehearsal {
	background:url(../img/bg_rehearsal.png) no-repeat;
	background-position:center 28px;
	background-size:18px auto;
}

/* #information
----------------------------------- */
#information {
  width: 100%;
  position: relative;
  background:url(../img/bg_information.png) no-repeat center top;}


div.information_in {
	width:810px;
	margin:0 auto;
	text-align:left;
	background:url(../img/border.png) no-repeat bottom;
	padding:67px 55px 47px 65px;
}

#information h2 {
	margin-bottom:17px;
	
}
#information h3 {
	margin-bottom:30px;
	
}

#information p.sub_tit {
	font-size:15px;
	line-height:56px;
	height:31px;
	letter-spacing:0.02em;
	margin-left:40px;
	margin-bottom:130px;
}

.info_box_out {
	width:764px;
	height:552px;
	background:url(../img/bg_info_box.png);
	padding:10px 12px 30px 44px;
	overflow-x:hiden;
	margin-bottom:10px;
}

.info_box {
	width:764px;
	height:552px;
	overflow-y:scroll;
	color:#3d3d3d;
}

.info_box table {
	width:98%;
	padding:37px 38px 30px 5px;
	border-bottom:1px dashed #555555;
}

.info_box table.last {
	border-bottom:none;
}

.info_box a {
	color:#da5f70;
}

.info_box a::after {
	height:0;
}
.info_box a:hover {
	color:#000;
}
.info_box a:hover img {
	opacity:0.7;
}

.info_box table th {
	font-size:21px;
	letter-spacing:0.1em;
	padding-bottom:15px;
	vertical-align:top;
}

.info_box table th span {
	font-size:12px;
	display:block;
	font-style:italic;
}

.info_box table th small {
	font-size:11px;
}

.info_box table td {
	font-size:12px;
	letter-spacing:0.08em;
	line-height:18px;
	vertical-align:top;
}

.info_box table td div {
	display:table;
}

.info_box table td span {
	display:table-cell;
	white-space:nowrap;
}

.info_box table td.info_img {
	text-align:right;
	vertical-align:middle;
	padding-left:20px;
}


.info_box table td.info_img img {
	
}

p.past_live {
	text-align:right;
}

#information_r {
  width: 100%;
  position: relative;
  background:url(../img/bg_information_r.png) no-repeat center top;}


div.information_in_r {
	width:810px;
	margin:0 auto;
	text-align:left;
	background:url(../img/border.png) no-repeat bottom;
	padding:67px 55px 47px 65px;
}
#information_r h3 {
	margin-bottom:30px;
	color:#fff;
	
}


/* #gallery
----------------------------------- */
#gallery {
  width: 100%;
  position: relative;
  background:#fff;}


div.gallery_in {
	width:810px;
  min-height:261px;
	margin:0 auto;
	text-align:left;
	padding:60px 55px 147px 65px;
}

#gallery h2 {
	margin-bottom:47px;
	
}
#gallery h3 {
	font-size:200%;
	
}

/* footer
----------------------------------- */
#footer {
	width:100%;
	border-top:1px solid #cccccc;
  position: relative;
}

.footer_in {
	width:1000px;
	margin:0 auto;
}

.footer_in img {
	position:absolute;
	top:10px;
	right:25px;
}
#copyright {
	line-height:75px;
	text-align:left;
	color:#000;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.2em;
}
#copyright span {
	display:block;
}
#page-top {
position: fixed;
bottom: 20px;
right: 30px;
z-index:100;
}
 
#page-top div a #img{
display:block;
width:47px;
height:47px;
padding-top:60px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat;
text-indent:-9999px;
}
 #page-top div a::after {
	height: 0px;
	 
 }
#page-top div a p:hover{
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
text-decoration:none;
}

#footer_out2 {
	width:100%;
	height:66px;
	background:#00a0e9;
	
}
#footer2 {
	width: 1000px;
	height:66px;
	
	z-index: 10;
	color: #FFF;
	margin:0 auto;
	position:relative;
}
#copyright2 {
	font-size:10px;
	position:absolute;
	bottom:21px;
	left:0;
}


/* member_profile
----------------------------------- */
.box-member {
  margin-bottom: 40px;
  background:#; }
  
  .box-member ul {
      overflow: hidden;
      margin-top: 40px;
	  margin-bottom:100px;
	  /*height:700px;
	  overflow-y:scroll*/
	   }
      .box-member ul li {
        box-sizing: border-box;
		/*width:273px;*/
        width: 267px;
		border-bottom:1px solid #f3f3f3;
        float: left;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear; }
		.box-member ul li img.pc {
        width: 190px;
		}
		.box-member ul li img.sp {
			display:none;
		}
		.box-member ul li.middle {
		border-left:1px solid #f3f3f3;
		border-right:1px solid #f3f3f3;
		}
		.box-member ul li.noborder {
		border-bottom:none;		
		}
		.box-member ul li.border_r {
		border-right:1px solid #f3f3f3;
		}
        .box-member ul li:hover {
          background-color: #da5f70;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
        .box-member ul li:not(:nth-child(3n)) {
          margin-right: 0px; }
        .box-member ul li a {
          display: block;
          padding: 40px 40px 20px 40px; }
        .box-member ul li a::after {
			height:0; }
        .box-member ul li a:hover p {
			color:#fff; }
      .box-member ul p.name {
        font-size: 16px;
        margin: 5px 0 0 0; }
      .box-member ul p.furigana {
        font-size: 14px;
        color: #8d8d8d;
        margin: 0; }

div.member_detail {
}
div.member_detail img {
	width:300px;
	float:left;
	margin-right:30px;
}

div.member_detail p.name {
        font-size: 20px;
        margin: 5px 0 0 0;
}

div.member_detail p.furigana {
        font-size: 14px;
        color: #8d8d8d;
        margin: 0; 
}

div.member_detail p.tit {
        font-size: 16px;
        margin: 25px 0 0 0;
		color:#da5f70;
}

div.member_detail_yoko {
}
div.member_detail_yoko img {
	width:400px;
	float:left;
	margin-right:30px;
}

div.member_detail_yoko p.name {
        font-size: 20px;
        margin: 5px 0 0 0;
}

div.member_detail_yoko p.furigana {
        font-size: 14px;
        color: #8d8d8d;
        margin: 0; 
}

div.member_detail_yoko p.tit {
        font-size: 16px;
        margin: 25px 0 0 0;
		color:#da5f70;
}


body .insta_sp {
	display:none;
}