@charset "utf-8";

/*
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;}

html{
	min-height:100%;
	width:100%;
    overflow-y: scroll;}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.8;
	height:100%;
	width:100%;
	margin:0px auto;
	letter-spacing:0px;
	color:#333;
	min-width:1180px;}

input, textarea{
	margin: 0;
	padding: 0;}

img{
	border:none;}

ol, ul{
    list-style:none;}

ol.clearfix li,
ul.clearfix li{
	float:left;}

table{
	width:100%;
    border-collapse: collapse;
    border-spacing:0;}

table th{
	font-weight:normal;}

caption, th{
    text-align: left;}

a:focus {
	outline:none;}

p,dd,li,address{
	color:#222;
	font-style:normal;}

#wrapper{
	font-size:92%;}

a:hover img,
input[type="submit"]:hover,
button:hover{
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */
    -webkit-transition: all .4s;
    transition: all .4s;}

.noalpha a:hover img{
	filter:alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity:1.0 !important;      /* khtml, old safari */
	-moz-opacity:1.0 !important;       /* mozilla, netscape */
	opacity:1.0 !important;           /* fx, safari, opera */}

.btn a:hover img{
	visibility:hidden;}

.bold{
	font-weight:bold;}

.underline{
	text-decoration:underline;}

p.indent,
ul.indent{
	text-indent:-1em;
	padding-left:1em;}

.nobdr{
	border:none !important;}

.nobk{
	background:none !important;}

/*
---------------------------------------
link
---------------------------------------
*/

a:link{
color:#333;
text-decoration:none;}

a:visited{
color:#333;
text-decoration:none;}

a:hover{
color:#333;
text-decoration:none;}

a:active{
color:#333;
text-decoration:none;}

.btn{
	text-align:center;}

.btn a{
	display:block;
	background: #fff url(../img/common/ico_arw_btn_off.png) 97% center no-repeat;
	border: solid 2px #25b7aa;
	text-align: center;
	color: #25b7aa;
	white-space: nowrap;
	position: relative;
	transition: all .4s;
	margin:0 auto;}

.btn a:hover {
	color: #fff;
	background: #25b7aa url(../img/common/ico_arw_btn_on.png) 97% center no-repeat;}

.btn_list_01 a{
	/*font-weight:bold;*/
	font-size:125%;
	width:371px;
	line-height:41px;
	line-height: 2;
	padding: 5px 20px 5px 5px;
	box-sizing: border-box;
	white-space: normal;}

.btn_list_02{
    padding: 10px 0 10px 10px;
    background: #f5f5f5;}

.btn_list_02 li{
	display:table;
	margin:0 10px 0 0;
	width:370px;
	height:59px;}

.btn_list_02 li a{
	display:table-cell;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	color:#444;
	font-weight:bold;
	font-size:14px;
	border:none;
	line-height:1.4;
	background: #fff url(../img/common/btn_list_02_off.jpg) no-repeat;}

.btn_list_02 li a:hover{
	color:#444;
	background: #fff url(../img/common/btn_list_02_on.jpg) no-repeat;}

.btn_list_03{
    padding: 10px 0 10px 10px;
    background: #f5f5f5;}

.btn_list_03 li{
	position:relative;
	display:table;
	margin:0 10px 10px 0;
	width:370px;
	height:70px;
	background: #fff url(../img/common/btn_list_03_off.gif) no-repeat;}

.btn_list_03 li.large{
	width:750px;
	margin-bottom:0;
	background: #fff url(../img/common/btn_list_03_off_large.gif) no-repeat;}

.btn_list_03 li a:before{
	content:" ";
	width:79px;
	height:79px;
	position:absolute;
	left:0;
	bottom:0;}

.btn_list_03 li a{
	position:relative;
	text-align:left;
	padding:0 0 0 88px;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	color:#444;
	font-size:16px;
	border:none;
	transition:all .4s;
	line-height:1.4;}

.btn_list_03 li a{
	background:url(../img/common/ico_btn_list_03_off.png) no-repeat 336px center;}

.btn_list_03 li a:hover{
	background:url(../img/common/ico_btn_list_03_off.png) no-repeat 340px center;}

.btn_list_03 li.large a{
	background:url(../img/common/ico_btn_list_03_off.png) no-repeat 716px center;}

.btn_list_03 li.large a:hover{
	background:url(../img/common/ico_btn_list_03_off.png) no-repeat 720px center;}

.btn_list_03 li a:hover{
	color:#25b7aa;}

p.btn_more a{
	width:496px;
	line-height:41px;
	font-size: 117%;}

p.btn_staff a {
	width:261px;
	line-height: 31px;
	font-size: 12px;
	margin:20px 0 0 0;
	background: #fff url(../img/common/ico_arw_btn01_off.png) 94% center no-repeat;}

p.btn_staff a:hover{
	background: #25b7aa url(../img/common/ico_arw_btn01_on.png) 94% center no-repeat;}

/*
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;}

.clearfix{
	min-height:1px;}

* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/}

.clear,
.both{
clear:both;}

*:first-child+html .clearfix{ zoom: 1; } /* IE7 */

.bold{
	font-weight:bold;}

.dbl img{
	display:block;}

/*
---------------------------------------
fontsize
---------------------------------------
*/

.font9{font-size:74% !important;}

.font10{font-size:83% !important;}

.font11{font-size:91% !important;}

.font12{font-size:100% !important;}

.font13{font-size:108%;}

.font14{font-size:117%;}

.font15{font-size:125%;}

.font16{font-size:133%;}

.font17{font-size:142%;}

.font18{font-size:150%;}

.font19{font-size:158%;}

.font20{font-size:166%;}


/*
---------------------------------------
table
---------------------------------------
*/

table{
	margin:0 auto;}

table th,
table td{
	font-size:108%;
	vertical-align:middle;
	padding:12px 15px;
	border:1px solid #ccc;}

table th{
	text-align:center;
	width:200px;
	background:#f5f5f5;
	font-weight:bold;}

table th img{
	float:right;}

table td{
	background:#fff;}

table td p{
	margin:0 !important;
	line-height:1.4;
	color:#ed709f;
	font-size:13px;}

table td li{
	line-height:1.6;
	margin:12px 0;}

table td input{
	vertical-align:middle;}

table td .clearfix li{
	margin:0 15px 0 0;}


/*
---------------------------------------
text_align
---------------------------------------
*/

.alnL{text-align:left !important;}

.alnC{text-align:center !important;}

.alnR{text-align:right !important;}


/*
---------------------------------------
float
---------------------------------------
*/

.fL{float:left !important;}

.fR{float:right !important;}


/*
---------------------------------------
margin_top
---------------------------------------
*/

.mt0{margin-top:0 !important;}

.mt5{margin-top:5px !important;}

.mt10{margin-top:10px !important;}

.mt15{margin-top:15px !important;}

.mt20{margin-top:20px !important;}

.mt25{margin-top:25px !important;}

.mt30{margin-top:30px !important;}

.mt35{margin-top:35px !important;}

.mt40{margin-top:40px !important;}

.mt45{margin-top:45px !important;}

.mt50{margin-top:50px !important;}

.mt55{margin-top:55px !important;}

.mt60{margin-top:60px !important;}

.mt65{margin-top:65px !important;}

.mt70{margin-top:70px !important;}

.mt75{margin-top:75px !important;}

.mt80{margin-top:80px !important;}

.mt85{margin-top:85px !important;}

.mt90{margin-top:90px !important;}

.mt95{margin-top:95px !important;}

.mt100{margin-top:100px !important;}


/*
---------------------------------------
margin_bottom
---------------------------------------
*/

.mb0{margin-bottom:0 !important;}

.mb5{margin-bottom:5px !important;}

.mb10{margin-bottom:10px !important;}

.mb15{margin-bottom:15px !important;}

.mb20{margin-bottom:20px !important;}

.mb25{margin-bottom:25px !important;}

.mb30{margin-bottom:30px !important;}

.mb35{margin-bottom:35px !important;}

.mb40{margin-bottom:40px !important;}

.mb45{margin-bottom:45px !important;}

.mb50{margin-bottom:50px !important;}

.mb55{margin-bottom:55px !important;}

.mb60{margin-bottom:60px !important;}

.mb65{margin-bottom:65px !important;}

.mb70{margin-bottom:70px !important;}

.mb75{margin-bottom:75px !important;}

.mb80{margin-bottom:80px !important;}

.mb85{margin-bottom:85px !important;}

.mb90{margin-bottom:90px !important;}

.mb95{margin-bottom:95px !important;}

.mb100{margin-bottom:100px !important;}

.mb400{margin-bottom:400px !important;}


/*
---------------------------------------
margin_left
---------------------------------------
*/

.ml0{margin-left:0 !important;}

.ml5{margin-left:5px !important;}

.ml10{margin-left:10px !important;}

.ml15{margin-left:15px !important;}

.ml20{margin-left:20px !important;}

.ml25{margin-left:25px !important;}

.ml30{margin-left:30px !important;}

.ml35{margin-left:35px !important;}

.ml40{margin-left:40px !important;}

.ml45{margin-left:45px !important;}

.ml50{margin-left:50px !important;}


/*
---------------------------------------
margin_right
---------------------------------------
*/

.mr0{margin-right:0 !important;}

.mr5{margin-right:5px !important;}

.mr10{margin-right:10px !important;}

.mr15{margin-right:15px !important;}

.mr20{margin-right:20px !important;}

.mr25{margin-right:25px !important;}

.mr30{margin-right:30px !important;}

.mr35{margin-right:35px !important;}

.mr40{margin-right:40px !important;}

.mr45{margin-right:45px !important;}

.mr50{margin-right:50px !important;}


/*
---------------------------------------
padding_top
---------------------------------------
*/

.pt0{padding-top:0 !important;}

.pt5{padding-top:5px !important;}

.pt10{padding-top:10px !important;}

.pt15{padding-top:15px !important;}

.pt20{padding-top:20px !important;}

.pt25{padding-top:25px !important;}

.pt30{padding-top:30px !important;}

.pt35{padding-top:35px !important;}

.pt40{padding-top:40px !important;}

.pt45{padding-top:45px !important;}

.pt50{padding-top:50px !important;}

.pt100{padding-top:100px !important;}


/*
---------------------------------------
padding_bottom
---------------------------------------
*/

.pb0{padding-bottom:0 !important;}

.pb5{padding-bottom:5px !important;}

.pb10{padding-bottom:10px !important;}

.pb15{padding-bottom:15px !important;}

.pb20{padding-bottom:20px !important;}

.pb25{padding-bottom:25px !important;}

.pb30{padding-bottom:30px !important;}

.pb35{padding-bottom:35px !important;}

.pb40{padding-bottom:40px !important;}

.pb45{padding-bottom:45px !important;}

.pb50{padding-bottom:50px !important;}

.pb800{padding-bottom:800px !important;}


/*
---------------------------------------
padding_left
---------------------------------------
*/

.pl0{padding-left:0 !important;}

.pl5{padding-left:5px !important;}

.pl10{padding-left:10px !important;}

.pl15{padding-left:15px !important;}

.pl20{padding-left:20px !important;}

.pl25{padding-left:25px !important;}

.pl30{padding-left:30px !important;}

.pl35{padding-left:35px !important;}

.pl40{padding-left:40px !important;}

.pl45{padding-left:45px !important;}

.pl50{padding-left:50px !important;}


/*
---------------------------------------
padding_right
---------------------------------------
*/

.pr0{padding-right:0 !important;}

.pr5{padding-right:5px !important;}

.pr10{padding-right:10px !important;}

.pr15{padding-right:15px !important;}

.pr20{padding-right:20px !important;}

.pr25{padding-right:25px !important;}

.pr30{padding-right:30px !important;}

.pr35{padding-right:35px !important;}

.pr40{padding-right:40px !important;}

.pr45{padding-right:45px !important;}

.pr50{padding-right:50px !important;}


/*
---------------------------------------
h1-h6
---------------------------------------
*/

h1,h2,h3,h4,h5,h6{
	line-height:1;
	font-weight:normal;}

/*
------------------------------------------------------------------------------
layout - common(base)
------------------------------------------------------------------------------
---------------------------------------
wrapper
---------------------------------------
*/

article{
	width:100%;
	min-width:1180px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	position:relative;}

.inner_box{
	position:relative;
	width:1080px;
	margin:0 auto;}

.inner_box.nav{
	width: 960px;
}
/*
---------------------------------------
header
---------------------------------------
*/

header{
	position:relative;
	z-index:100;}

header div.top_box01{
	border-bottom:1px solid #d5d5d5;
	color:#fff;
	padding:8px 0 8px 0;
	background:#363636;}

header div.top_box01 h1{
	float:left;
	font-size:100%;
	line-height:1.2;}

header div.top_box01 ul,
header div.top_box01 ul li{
	float:right;
	line-height:1.2;}

header div.top_box01 ul li a{
	color:#fff;
	padding:0 0 0 20px;
	margin:0 0 0 8px;
	display:inline-block;
	font-size:91%;
	line-height:1.2;
	background:url(../img/common/ico_arw.gif) no-repeat left center;}

header div.top_box02{
	height:96px;
	position:relative;}

header div.top_box02 p{
	float:left;
	position:absolute;}

header div.top_box02 p.logo{
	left:0;
	top:23px;}

header div.top_box02 p.reserve{
	display:table;
	left:267px;
	top:30px;
	width:223px;
	height:38px;
	background:url(../img/common/h_btn_reserved_on.gif) no-repeat top center;}

header div.top_box02 p.reserve a{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    text-indent: 10px;
	color:#25b7aa;
	transition:all .4s;
	background:url(../img/common/h_btn_reserved.gif) no-repeat;}

header div.top_box02 p.reserve a:hover{
    color: #fff;
	background:none;}

header div.top_box02 p.bnr{
	top:15px;
	right:286px;}

header div.top_box02 p.tel{
	right:0;
	top:15px;}

header nav *{
	height:64px;}

header nav{
	height:63px;
	background:url(../img/common/bg_nav.gif) repeat-x top;}

.home header nav{
	height:64px;}

header nav ul li{
	position:relative;
	font-size:14px;
	/*border:1px solid #333;*/
	display:table;}

header nav ul li a{
	padding: 0px 0px 0 33px;
    display: table-cell;
    vertical-align: middle;
    text-indent: 1px;
    /* text-align: center; */
    transition: all .6s;
    position: relative;
    font-weight: bold;
    background: url(../img/common/h_ico_nav_off.gif) no-repeat 16px 27px;}

header nav ul li a:hover{
	background:url(../img/common/h_ico_nav_on.gif) no-repeat 16px 27px;}

header nav ul li a:before{
	content:" ";
	width:1px;
	height:33px;
	background:#d9d9d9;
	position:absolute;
	top:15px;
	left:0;}

header nav ul li.gnav06 a:after{
	content:" ";
	width:1px;
	height:33px;
	background:#d9d9d9;
	position:absolute;
	top:15px;
	right:0;}

header nav ul li.gnav01{
	width:175px;}

header nav ul li.gnav02{
	width:161px;}

header nav ul li.gnav03{
	width:133px;}

header nav ul li.gnav04{
	width:232px;}

header nav ul li.gnav05{
	width:133px;}

header nav ul li.gnav06{
	width:246px;}

header nav ul li.gnav04 ul{
	width:232px;}
header nav ul li.gnav01{
	width:175px;}

header nav ul li.gnav02{
	width:133px;}

header nav ul li.gnav03{
	width:133px;}

header nav ul li.gnav04{
	width:232px;}

header nav ul li.gnav05{
	width:133px;}

header nav ul li.gnav06{
	width:246px;}

header nav ul li.gnav04 ul{
	width:232px;}

header nav ul li ul{
	display:none;
	position:absolute;
	height:auto;
	left:0;
	top:64px;
	z-index:100;
	border:1px solid #d9d9d9;
	border-top:none;}

header nav ul li ul li,
header nav ul li ul li a{
	float:none;
	width:100%;
	height:35px !important;}

header nav ul li ul li a{
	font-weight:normal;
	background:#fff;}

header nav ul li ul li a:hover{
	background:#ccc;}

header nav ul li ul li a:before{
	display:none;}

header nav ul li.gnav03 ul{
    width: 498px;
	padding:0 0 5px 0;
	background:#fff;}

/*header nav ul li.gnav03 ul li.icon{
	width:100%;}*/

header nav ul li.gnav02 ul.children li a{
	padding-left: 10px;
}

header nav ul li.gnav02{
	line-height: 1.5;
}

header nav ul li.gnav03 ul li.icon a{
display: inline-block;
    background: #ccc;
    padding: 0;
    width: auto;
    height: auto !important;
    text-align: center;
    color: #fff;
    background: #25b7aa;
    border:1px solid #25b7aa;
    line-height: 23px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin: 0px 15px 0px 15px;
    padding: 0 15px;
    font-size: 13px;}

header nav ul li.gnav03 ul li.icon a:hover{
    background: #fff;
    color: #25b7aa;}

header nav ul li.gnav03 ul li.woman a{
    background: #ff6699;
    border:1px solid #ff6699;}


header nav ul li.gnav03 ul li.woman a:hover{
    background: #fff;
    color:#ff6699;}

header nav ul li.gnav03 ul li,
header nav ul li.gnav03 ul li a{
	height:30px !important;}

header nav ul li.gnav03 ul li{
	width:50%;
	font-size:12px;}

header nav ul li.gnav03 ul li.clear{
	width:100%;}

header nav ul li.gnav03 ul li a{
	padding:0 10px;}

header *{
	position:relative;
	z-index:100;}

article{
	position:relative;
	z-index:1;}

article header{
	width:100%;
	height:157px;
	display:table;
	border-top:3px solid #25b7aa;
	border-bottom:1px solid #ccc;
	background:url(../img/common/bg_h2.gif);}

article header h1{
	width:1080px;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;}

article header h1 span{
	width: 1030px;
    display: block;
    margin: 0 auto;
    border-left: 4px solid #25b7aa;
    min-height: 57px;
    /* text-indent: 10px; */
    position: relative;
    font-size: 26px;
    padding: 0 0 0 20px;
    color: #25b7aa;
    letter-spacing: -2px;}

article header h1 span img{
	position:absolute;
	bottom:0;
	left:20px;}

/*
---------------------------------------
footer
---------------------------------------
*/

footer{
	position:relative;
	width:100%;
	margin:0 auto;}

footer p.page_top{
	width:960px;
	height:60px;
	margin:0 auto;
	position:relative;}

footer p.page_top a{
	z-index: 1;
    position: absolute;
    top: -105px;
	right:0;}

footer p.page_top a:hover{
	top:-115px;}

footer div.contact_box{
	position:relative;
	z-index:2;
	background:url(../img/common/f_bg.jpg) no-repeat center center;
	width:100%;
	height:350px;
	display:table;}

footer div.contact_box div{
	position:relative;
	width:100%;
	height:350px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;}

footer div.contact_box p{
	position:absolute;
	bottom:59px;
	left:0;
	width:100%;}

footer div.contact_box p a{
	color:#fff;
	font-size:15px;
	text-align:center;
	background:#222 url(../img/common/f_btn_mail_off.png) no-repeat 40px 50%;
	width:380px;
	line-height:45px;
	margin:0 auto;
	display:block;
	border:none;
	text-indent:32px;}

footer div.contact_box p a:hover{
	background:#25b7aa url(../img/common/f_btn_mail_off.png) no-repeat 40px 50%;}

footer .menu_box{
	background:#fafafa;}

footer .menu_box .inner_box{
	width:1120px;}

footer .menu_box p{
	font-size:108%;
	padding:25px 20px 20px 20px;}

footer .menu_box p a,
footer .menu_box ul li ul li a{
	text-decoration:underline;}

footer .menu_box ul{
	border-top:3px solid #25b7aa;
	width:240px;
	float:left;
	padding:18px 0;
	margin:0 20px 0 20px;}

footer .menu_box ul li{
	font-size:125%;
	margin:6px 0;}

footer .menu_box ul li a{
	color:#222;}

footer .menu_box ul li ul{
	border:none;
	padding:0;
	margin:0 0 0 1em;}

footer .menu_box ul li ul li{
	font-size:83%;
	margin:8px 0 0 0;}

footer .menu_box ul li ul li a{
	color:#333;}

footer .menu_box ul li a:hover{
	transition:all .4s;
	color:#25b7aa;}

footer p.logo{
	color:#444;
	font-size:125%;
	text-align:center;
	padding:35px 0;
	margin:0 auto;}

footer p.logo img{
	margin:18px auto;
	display:block;}

footer p.logo span{
	font-size:74%;
	color:#777;}

/*
---------------------------------------
contents
---------------------------------------
*/

#contents{
	width:1080px;
	margin:0 auto;
	background:#fff url(http://reina-park.com/wp/wp-content/themes/ecco/img/common/bg.jpg) no-repeat 50% 37px;}

nav#pan{
	margin: 17px 0 10px 0;}

nav#pan ul{
	position:relative;}

nav#pan ul li{
	font-size:108%;
	margin:0 12px 0 0;}

nav#pan ul li a{
	text-decoration:underline;}

div#main{
	width:770px;
	float:left;}

div#sidebar{
	width:280px;
	float:right;
	padding:40px 0 180px 0;}

div#sidebar dl#news,
div#sidebar dl.col_box{
	background:#fff;
	text-align:center;
	position:relative;
	margin:0 0 20px 0;
	padding:12px 18px;
	border:2px solid #e6e6e6;}

div#sidebar dl.col_box{
	border-top:3px solid #25b7aa;}

div#sidebar dl#news dt,
div#sidebar dl.col_box dt{
	font-size:16px;
	font-weight:bold;
	line-height:2;
	padding:0 0 5px 0;
	border-bottom:2px solid #e6e6e6;}

div#sidebar dl#category dd{
	padding:10px 0 0 0;}

#voice div#sidebar dl#latest dd{
	text-align:center;}

div#sidebar dl.col_box dd img{
	max-width:240px;
	height:auto;}

div#sidebar dl.col_box dd ul li{
	font-size:108%;}

div#sidebar dl.col_box dd ul li a{
	text-decoration:underline;}

div#sidebar dl.col_box dt{
	padding:0;}

div#sidebar dl.col_box dd{
	padding:20px 0 10px 0;
	text-align:left;
	font-size:108%;
	border-bottom:1px solid #e6e6e6;}

div#sidebar dl.col_box dd.last{
	border:none;
	padding-bottom:0;}

div#sidebar dl.col_box dd span a,
#column p.cat span a,
#column_list p.cat span a{
	display: inline-block;
    border: 1px solid #fff;
	line-height:21px;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
    background: #ccc;
    text-align: center;
    min-width: 55px;
	padding:0 10px;
	font-size:13px;
    color: #fff;
    margin: 0 0 0 10px;
	position:relative;
	behavior: url(../js/PIE.php);}

div#sidebar dl.col_box dd p a{
	font-size:18px;
	color:#25b7aa;
	letter-spacing:-0.6px;
	line-height:1.2;}

div#sidebar dl#news dd{
	padding:10px;
	line-height:1.4;
	font-size:108%;
	border-bottom:1px solid #e6e6e6;}

div#sidebar dl#news dd span{
	display:block;
	color:#25b7aa;
	padding:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;}

div#sidebar ul.bnr_list{
	padding:5px 0 0 0;
	margin:0 0 20px 0;
	background:#f4f4f4;}

div#sidebar ul.bnr_list li{
	padding:5px 10px 10px 10px;}

div#sidebar ul.bnr_list li *{
	display:block;}

dl#information{
	margin:0 0 20px 0;}

dl#information dt img{
	display:block;}

dl#information dd{
	padding:6px 10px 0 10px;
	border:2px solid #e6e6e6;}

dl#information dd dl dt{
	text-align:center;
		font-weight:bold;
	background:#fff url(../img/common/s_bg_ttl.gif) no-repeat center center;}

dl#information dd dl dd{
	border:none;
	line-height:1.5;
	padding:8px 0 5px 60px;
	position:relative;}

dl#information dd dl dd span{
	display:block;
	position:absolute;
	top:7px;
	left:0;
	font-weight:bold;
	line-height:1.8;
	width:50px;
	text-align:center;
	background:#e8eff5;
	color:#206fb8;}

dl#information dd a{
	display:block;
	margin:7px auto;}


dl#information p.btn_contact{
	display: table;
	margin:12px 0 12px 0;
    width: 256px;
    height: 57px;
    background:#ff596a url(../img/common/s_btn_contact_on.gif) no-repeat top center;}

dl#information p.btn_contact a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    text-indent: 10px;
    transition: all .4s;
	color:#f82b40;
	background:#fff url(../img/common/s_btn_contact_off.gif) no-repeat top left;}

dl#information p.btn_contact a:hover{
	color:#fff;
	background:none;}


/*
---------------------------------------
common
---------------------------------------
*/

section.top_box h2,
.midashi01{
	margin:0 0 10px 0;
	/*font-weight:bold;*/
	color:#25b7aa;
	font-size:20px;
	line-height:1.4;}

section.h2_01{
	margin:50px auto;}

 .studioStaff {
	line-height: 1.6;
    margin: 80px 0 13px 0;
    border-bottom: 3px solid #c8edea;
    font-size: 26px;
    color: #25b7aa;
    font-weight: bold;
}

section.h2_01 h2,
#lecture section.h3_01 h3{
	padding:0 0 0 10px;
	line-height:1.4;
	font-size:22px;
	/*font-weight:bold;*/
	position:relative;
	margin:12px 0 35px 0;
	border-left:5px solid #25b7aa;}

section.h2_01 h2:before,
#lecture section.h3_01 h3:before{
	content:" ";
	width:100%;
	height:3px;
	background:#e6e6e6;
	position:absolute;
	bottom:-12px;
	left:-5px;}

section.h2_02 h1{
	line-height:1.6;
	margin:0 0 13px 0;
	padding: 0 0 0 20px;
	// border-bottom:3px solid #25b7aa;
	font-size:30px;
	color:#fff;
	background: #25b7aa;
	// font-weight:bold;
}


// section.h2_02 h1{
// 	line-height:1.6;
// 	margin:0 0 13px 0;
// 	border-bottom:3px solid #25b7aa;
// 	font-size:30px;
// 	color:#25b7aa;
// 	font-weight:bold;}

section.h2_02 h2{
	line-height:1.6;
	margin:0 0 13px 0;
	border-bottom:3px solid #c8edea;
	font-size:26px;
	color:#25b7aa;
	font-weight:bold;}

section.h2_03 h2,
section.h3_01 h3{
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    padding: 0px 0px 0px 10px;
    margin: 12px 0px 35px;
    border-left: 5px solid rgb(37, 183, 170);}

section.h2_03 h2:before,
section.h3_01 h3:before{
	content:" ";
	width:770px;
	height:3px;
	background:#e6e6e6;
	position:absolute;
	bottom:-12px;
	left:-5px;}

section.h2_04 h2,
section.h3_02 h3{
	line-height:1.4;
	margin:0 0 10px 0;
	font-size:20px;
	color:#25b7aa;}

section.faq_box dl{
	margin:5px 0 30px 0;}

section.faq_box dl dt{
	background:url(../img/common/ico_q.gif) no-repeat top left;
	padding:8px 0 0 50px;
	min-height:40px;
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	margin:20px 0 7px 0;}

section.faq_box dl dd{
	font-size:125%;
	line-height:1.8;
	background:#f6f7f8;
	padding:12px 18px;}

div.txt_box_01 p,
p.txt_box_01{
	font-size:125%;
	line-height:2;}

div.txt_box_02 p,
p.txt_box_02{
	padding:0 0 20px 20px;
	font-size:14px;
	line-height:2;}

div.txt_box_03 p,
p.txt_box_03{
	font-size:14px;
	line-height:2;}

section.top_box .flexslider{
	margin-top:30px;}

#about section.art_box{
	position:relative;
	padding:0 0 0 310px;}

section.art_box h3{
	padding:5px 0 15px 0;
	color:#25b7aa;}

#about section.art_box h3{
	font-size:20px;}

#about section.art_box img.img{
	position:absolute;
	top:0;
	left:0;}

section.art_box p{
	line-height:1.9;
	font-size:125%;}


/*
---------------------------------------
about
---------------------------------------
*/

section#place{
	margin:30px auto 62px auto;}

section#place h2{
	font-size:23px;}

section#place p.txt_box_01{
	line-height:1.9;
	margin:15px auto 35px;}

section#place ul li{
	margin:0 23px 0 0;}

section#tairyoku{
	padding:25px 15px 25px 30px;
	background:#f5f5f5;
	margin:0 0 40px 0;}

section#tairyoku h3{
	line-height:1.6;
	margin:0 0 15px 0;
	font-weight:normal;
	color:#25b7aa;
	font-size:20px;}

section#tairyoku dl{
	background:#fff;
	width:674px;
	position:relative;
	margin:20px 0 0 0;
	padding:30px 18px;}

section#tairyoku dl dt{
	position:absolute;
	top:35px;
	left:18px;}

section#tairyoku dl dd{
	width: 350px;
    padding: 0px 0 0 322px;
    letter-spacing: -0.4px;
    text-align: justify;}

section#melit section{
	margin:15px 0 40px 0;
	min-height:	180px;}

section#melit{
	margin-bottom:58px;}

/*
---------------------------------------
staff
---------------------------------------
*/

section.staff_box{
	position:relative;
	min-height:267px;}

section#staff,
article#staff .right_box{
	padding:0 0 0 220px;
	min-height:267px;}

section.staff_box h3,
section.lesson_box h3{
	color:#666;
	line-height:1.6;
	margin:0 0 13px 0;
	font-size:15px;
	border-bottom:2px solid #d7f2ef;}

section.staff_box h3 span,
section.lesson_box h3 span{
	display:block;
	padding:5px 0;
	font-size:20px;
	color:#25b7aa;}

article#staff section.staff_box h3 span,
section.lesson_box h3 span{
	padding:0 0 8px 0;}

section#staff p{
	font-size:125%;}

article#staff .staff_box p{
	font-size:108%;
	text-align:justify;
	margin-bottom:13px;}

section.staff_box img{
	position:absolute;
	left:0;
	top:0;}

article#staff .h2_01{
	margin:42px auto;}

ul.btn_lesson li{
	width:380px;
	height:35px;
	margin:6px 10px 4px 0;}

ul.btn_lesson li a{
	width:378px;
	line-height:33px;
	border:1px solid #92dbd4;
	background: #fff url(../img/common/ico_arw_btn01_off.png) 358px center no-repeat;}

ul.btn_lesson li a:hover{
	background: #92dbd4 url(../img/common/ico_arw_btn01_on.png) 358px center no-repeat;}

#staff section.staff_box dl{
	background:#f6f7f8;
	padding:16px 20px 11px 20px;
	font-size:108%;
	line-height:1.8;}

#staff section.staff_box dl dt{
	font-weight:bold;}

#staff section.staff_box dl dd{
	padding:3px 0;}

#staff .lesson_box{
	margin:30px 0 0 0;}

#staff p.bnr{
	position:relative;
	width:770px;
	height:168px;
	margin:25px auto 60px auto;
	background:url(../img/staff/bnr_staff.jpg) no-repeat top left;}

#staff p.bnr a{
	position: absolute;
    left: 42px;
    bottom: 18px;
    text-align: center;
    width: 439px;
    line-height: 33px;
    background: url(../img/staff/bnr_btn_off.gif) no-repeat top left;}

#staff p.bnr a:hover{
	transition: all .4s;
	color:#fff;
	background:url(../img/staff/bnr_btn_on.gif) no-repeat top left;}

#staff section.staff_box a{
	color:#25b7aa;
	border-bottom:1px solid #25b7aa;}

#staff section.staff_box a:hover{
	border:none;}

#staff section#paku_reina div.clearfix dl{
  width:375px;}

#staff section#paku_reina dl{
  padding:0;
  margin:0 0 15px 0;
  background:none;}

#staff section#paku_reina dl dt{
font-size:15px;}

#staff section#paku_reina dl dd{
  margin:5px 0;
  font-size: 12px;
    height: 150px;
    overflow: auto;
  background:#f6f7f8;
  padding:10px 15px;}

#staff section#paku_reina dl dd ul li{
  border-bottom:1px solid #ccc;
  padding:3px 0 ;}

/*
---------------------------------------
voice
---------------------------------------
*/

article#voice h2{
	margin:0 0 40px 0;}

section.voice_box{
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	border-bottom:2px solid #e6e6e6;
	position:relative;
	min-height:267px;}

section.voice_box .right_box{
	padding:0 0 0 220px;
	min-height:267px;}

section.voice_box img{
	position:absolute;
	left:0;
	top:0;}

section.voice_box h3{
	color:#25b7aa;
	line-height:1.5;
	margin:0 0 13px 0;
	font-weight:bold;
	font-size:22px;}

section.voice_box h3 span{
	font-weight:normal;}

section.voice_box h3 span.info{
	font-size:15px !important;
	display:block;
	font-size:20px;
	color:#666;}

section.voice_box dl{
	padding:3px 0;}

section.voice_box dl dt{
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 48px;
	position:relative;}

section.voice_box dl dt:before{
	content:" ";
	width:40px;
	height:1px;
	background:#b2b2b2;
	position:absolute;
	top:14px;
	left:0;}

section.voice_box dl dd{
	font-size: 108%;
    padding: 5px 0 17px 0;}

section.voice_box .txt_box{
	margin:20px auto;
	background: #f6f7f8;
    padding: 14px 20px 11px 20px;
    font-size: 108%;
    line-height: 1.8;}

section.voice_box .txt_box p.alnR{
	font-weight:bold;
	font-size:12px;}

/*
---------------------------------------
column
---------------------------------------
*/

#column .h2_02 h2,
#column_list .h2_02 h2{
	border-color:#c8edea;}

#column #class_list .main_img img{
	max-width:770px;
	height:auto;}

.cat_button_box{
	margin: 5px 0 25px 0;}

.cat_button_box p.cat{
	float:right;
	font-size:117%;
    max-width: 360px;}

section.column_box_top{
	padding:0 0 15px 0;}

section.column_box_top h3,
section.column_box h3{
	padding:0 0 0 10px;
	line-height:1.2;
	font-size:20px;
	/*font-weight:bold;*/
	position:relative;
	margin:12px 0 35px 0;
	border-left:5px solid #25b7aa;}

section.column_box h3{
	margin:25px 0 27px 0;}

section.column_box_top h3:before,
section.column_box h3:before{
	content:" ";
	width:770px;
	height:3px;
	background:#e6e6e6;
	position:absolute;
	bottom:-12px;
	left:-5px;}

section.column_box_top .main_img img{
	max-width: 770px;
    height: auto;}

section.column_box_top section h4{
	font-size:20px;
	color:#25b7aa;
	padding:16px 0;}

section.column_box_top section .txt_box p{
	font-size:125%;}

section.column_box_top p.btn{
	margin:25px auto;}

section.column_box_top p.btn a{
	width:496px;
	line-height:41px;
	font-size:125%;}

section.column_box_list{
	border-top:2px solid #e6e6e6;
	padding:40px 0 40px 305px;
	position:relative;
	min-height:190px;}

section.column_box_list h3{
	font-size:18px;
	color:#25b7aa;
	padding:0 0 10px 0;}

section.column_box_list p.main_img{
	width:280px;
	height:210px;
	overflow: hidden;
	position:absolute;
	top:40px;
	left:0;}

section.column_box_list p.main_img img{
	width:280px;
	height:auto;}

section.column_box_list h4{
	font-weight:bold;
	font-size:125%;}

section.column_box_list p.cat{
	font-size:108%;
	margin:0 0 15px 0;}

/*section.column_box_list p.cat span{
	font-size:12px;
	background:#b2b2b2;}*/

section.column_box_list .txt_box{
	margin:10px 0 12px 0;}

section.column_box_top .txt_box p,
section.column_box_list .txt_box p{
	font-size:125%;
	line-height:1.6;}

section.column_box_list p.btn{
	width:261px;
	line-height:31px;}

section.column_box_list section p.btn a{
	background-image:url(../img/common/ico_arw_btn01_off.png);}

section.column_box_list section p.btn a:hover{
	background-image:url(../img/common/ico_arw_btn01_on.png);}

section.column_box .txt_box p{
	font-size:125%;}

section.column_box section a{
	color:#25b7aa;
	text-decoration:underline;}

#column ul.btn_list_01{
	margin:25px auto;}

#column .column_box .txt_box p,
#column .column_box .txt_box{
	font-size:17px;
	line-height:2;}

#column .txt_box p img{
	margin:10px 0;}

#column h1,
#column .h2_02 h2{
	margin-top:25px;
}
#column p img.aligncenter {
    margin: 10px 0;
    display: block;
    margin: 10px auto;
}
#column .txt_box a{
	color:#25b7aa;
	text-decoration:underline;
}

/*
---------------------------------------
faq
---------------------------------------
*/

div#faq_menu{
	background:#e9f8f6;
	padding:20px 20px 0 20px;
	margin:0 0 60px 0;}

div#faq_menu dl{
	width:355px;}

div#faq_menu dl dt{
	color:#fff;
	font-size:15px;
	line-height:30px;
	background:#25b7aa;
	text-align:center;}

div#faq_menu dl dd{
	padding:15px 0 22px 0;}

div#faq_menu dl dd ul.indent{
	 text-indent: -2em;
   padding-left: 2em;
}

div#faq_menu dl dd ul li{
	color:#69706f;
	line-height:2;
	font-size:15px;}

div#faq_menu dl dd ul li a{
	color:#69706f;
	margin:0 0 0 0.5em;
	/*border-bottom:1px solid #69706f;*/
	text-decoration: underline;
}

div#faq_menu dl dd ul li a:hover{
	border:none;}

article#faq section{
	margin:0 auto 10px auto;}

article#faq section dl{
	margin-bottom:50px;}

article#faq section dl dd{
	margin-bottom:30px;}

article#faq section dl dd a{
	color: #333;
	text-decoration: underline;
	margin: 0 0 0 0.5em;
	}

article#faq section dl dd a:hover{
	color: #333;
	text-decoration: none;
	margin: 0 0 0 0.5em;
	}

#faq p.btn_top{
	position:relative;
	/*height:25px;*/}

#faq p.btn_top a{
	border-width: 1px;
    width: 158px;
    line-height: 23px;
    position: absolute;
    right: 0;
	top:-35px;
    text-indent: 12px;
    background: #fff url(../img/common/ico_arw_top.png) no-repeat 17px 6px;}

#faq p.btn_top a:hover{
    background: #25b7aa url(../img/common/ico_arw_top_on.png) no-repeat 17px 6px;}

/*
---------------------------------------
media
---------------------------------------
*/

section.md_box{
	position:relative;
	padding:25px 0 30px 357px;
	margin:0 0 5px 0;
	min-height:209px;
	background:url(../img/media/line.gif) no-repeat bottom center;}

section.md_box h2{
	font-size:20px;
	line-height:1.5;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:3px solid #e6e6e6;}

section.md_box h2 span{
	display:block;
	font-size:14px;}

section.md_box img.img{
	position:absolute;
	top:25px;
	left:0;}

section.md_box p{
	line-height:1.8;
	font-size:125%;}

/*
---------------------------------------
top
---------------------------------------
*/


article#top{
	background:url(../img/top/bg_top_01.jpg) no-repeat 50% 360px;}

#layer{
	position:relative;
	z-index:100;}

#layer img{
	position:absolute;}

#layer img.apple{
	top: -286px;
    left: -111px;}

#layer img.lesson{
	top: -242px;
    right: -35px;}

#sliders_top{
	margin:0;
    min-height: 338px;}

#sliders_top .slides li{
	width:100%;
	height:338px;}

#sliders_top .slides li.slide01{
	background:url(../img/top/img_slide_01.jpg) no-repeat top center;}

#sliders_top .slides li.slide02{
	background:url(../img/top/img_slide_02.jpg) no-repeat top center;}

#sliders_top .slides li.slide03{
	background:url(../img/top/img_slide_03.jpg) no-repeat top center;}

#sliders_top .slides li.slide04{
	background:url(../img/top/img_slide_04.jpg) no-repeat top center;}

#sliders_top .slides li p{
	position:relative;
	width:1080px;
	height:100%;
	margin:0 auto;}

#sliders_top .slides li.slide01 p{
	background:url(../img/top/img_slide_01_box.png) no-repeat 125px 0px;}

#sliders_top .slides li.slide02 p{
	background:url(../img/top/img_slide_02_box.png) no-repeat 597px 29px;}

#sliders_top .slides li.slide03 p{
	background:url(../img/top/img_slide_03_box.png) no-repeat top center;}

#sliders_top .slides li.slide04 p{
	background:url(../img/top/img_slide_04_box.png) no-repeat top center;}

#sliders_top .slides li p a{
	display: block;
    line-height: 37px;
	text-align:center;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition:all .4s;
	font-size:14px;
    position: absolute;
	behavior: url(../js/PIE.php);}

#sliders_top .slides li.slide01 p a,
#sliders_top .slides li.slide02 p a{
	color:#25b7aa;
    border: 2px solid #25b7aa;
	background:#fff url(../img/common/ico_arw_btn01_off.png) no-repeat 302px 52%;}

#sliders_top .slides li.slide03 p a{
	color: #efd750;
    width: 397px;
    border: 2px solid #efd750;
    background: url(../img/top/ico_arw_s_01.png) no-repeat 382px 52%;
    bottom: 19px;
    left: 337px;}

#sliders_top .slides li.slide04 p a{
    color: #fff;
    width: 297px;
    border: 2px solid #fff;
    background: url(../img/common/ico_arw_btn01_on.png) no-repeat 382px 52%;
    bottom: 23px;
    left: 386px;}

#sliders_top .slides li.slide03 p a:hover{
    background:#efd750 url(../img/common/ico_arw_btn01_on.png) no-repeat 382px 52% !important;}

#sliders_top .slides li.slide03 p a:hover{
    background:#fff url(../img/common/ico_arw_btn01_off.png) no-repeat 382px 52%;}

#sliders_top .slides li p a:hover{
	color:#fff;
	background:#25b7aa url(../img/common/ico_arw_btn01_on.png) no-repeat 302px 52%;}

#sliders_top .slides li.slide01 p a{
    width: 317px;
    bottom: 24px;
    left: 188px;}

#sliders_top .slides li.slide02 p a{
	right: 165px;
    bottom: 62px;
    width: 286px;
    background-position: 272px 52%;
	/* opacity: 0.1; */}

#sliders_top div.flex-viewport{
	margin: 0 0 30px 0;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;}

#sliders_voice{
	visibility:hidden;}

#sliders_voice div.flex-viewport{
	border:1px solid #c1c1c1;}

#sliders_top .flex-control-nav{
	bottom:-33px;}

#sliders_top .flex-control-paging li{
	margin:0 7px 0 8px;}

#sliders_top .flex-control-paging li a{
	width:6px;
	height:6px;}

#sliders_voice{
	width:1080px;
	margin:0 auto;}

#popular_lesson{
	width:1080px;
	margin:27px auto;}

#popular_lesson h2{
	padding:25px 0;
	font-size:24px;
	color:#25b7aa;
	text-align:center;
	position:relative;}

#popular_lesson h2 span{
	background:#fff;
	display:inline-block;
	padding:0 20px;
	position:relative;
	z-index:5;}

#popular_lesson h2:before,
#popular_lesson h2:after{
	content:" ";
	width:100%;
	position:absolute;}

#popular_lesson h2:before{
	height:2px;
	background:#bde9e5;
	bottom:35px;
	left:0;}

#popular_lesson h2:after{
	top:0;
	left:0;
	height:13px;
    background:url(../img/top/ico_lesson.gif) no-repeat top center;}

#popular_lesson section{
	float:left;
	width:334px;
	margin:0 39px 30px 0;}

#popular_lesson section h3{
	text-align:center;
	font-size:20px;
	padding:10px 0 17px 0;}

#popular_lesson section p{
	font-size:14px;}

#sliders_results{
	background:#f1f1f1;
	padding:20px 0 15px 0;
	margin:0;}

#sliders_results .flexslider{
	width:1080px;
	margin:0 auto;
	background:#f1f1f1;}

#sliders_results ul.slides li{
	font-weight:bold;
	line-height:1.6;
	width:255px;}

#sliders_results ul.slides li p{
	font-size:117%;}

#sliders_results ul.slides li img{
	width:245px;
	border: 5px solid #fff;
	margin:0 0 5px 0;}

#sliders_results .flex-direction-nav .flex-prev,
#sliders_results .flex-direction-nav .flex-next{
	height: 185px;
    top: 0;
    margin: -10px 0 0 0;}

#sliders_results .flex-direction-nav .flex-next{
	background-image: url(../img/top/ico_arw_r_r.png);}

#sliders_results .flex-direction-nav .flex-prev{
	background-image: url(../img/top/ico_arw_l_r.png);}

section#concept h2{
	margin-bottom:40px;}

section#concept section{
	padding:0 340px 0 0;
	min-height:253px;
	position:relative;}

section#concept section h3{
	color:#25b7aa;
	font-size:25px;
	margin:10px 0 15px 0;}

section#concept section p span{
	font-size:16px;}

section#concept img.img{
	position:absolute;
	top:0;
	right:0;}

section#concept p.btn{
	margin-top:25px;}

section#balance_ball h2{
	margin-bottom:40px;}

section#balance_ball section,
section#balance_ball div{
	padding:0 0 0 340px;
	min-height:272px;
	position:relative;}

section#balance_ball section h3{
	color:#25b7aa;
	font-size:25px;
	margin:10px 0 15px 0;}

section#balance_ball section p span{
	font-size:16px;}

section#balance_ball img.img{
	position:absolute;
	top:0;
	left:0;}

section#concept p.btn{
	margin-top:25px;}


#top section.art_box{
	padding:0;
	width:365px;
	float:left;
	margin:0 40px 30px 0;}

#top section.art_box h3{
	padding:12px 0 7px 0;
	text-align:center;
	font-size:18px;}

#top section.art_box p{
	line-height:1.8;
	text-align: center;
}

#osusume ul li{
	text-align:center;
	padding:0;
	width:215px;
	float:left;
	margin:0 20px 50px 20px;}

#osusume ul li p{
	font-size:16px;
	line-height:1.6;
	margin:5px 0;}

#lesson_voice section{
	padding:0;
	width:230px;
	float:left;
	margin:0 40px 30px 0;}

#lesson_voice section h3{
	padding:12px 0 10px 0;
	text-align:center;
	font-size:18px;
	color: #25b7aa;}

#studio_access section{
	position:relative;
	border:2px solid #e9eaed;
	padding:10px 10px 60px 10px;
	width:356px;}

#studio_access section iframe{
	width:356px;
	height:271px;
	margin:0 auto;}

#studio_access section h3{
	font-weight:bold;
	font-size:125%;
	line-height:1.6;
	margin:5px 0 0 0;}

#studio_access section p{
	font-size:14px;
	line-height:1.8;}

#studio_access section p.btn_map{
	position:absolute;
	left:10px;
	bottom:18px;}

#studio_access section p.btn_map a{
	font-size:12px;
	width: 356px;
    line-height: 32px;
    border: 1px solid #bbb;
	background: #bbb url(../img/common/ico_arw_btn_on.png) 97% center no-repeat;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align:center;
    color: #fff;
	display:block;
	transition: all .4s;
	position:relative;
	behavior: url(../js/PIE.php);}

#studio_access section p.btn_map a:hover{
	border-color: #25b7aa;
	background-color: #25b7aa;}

#studio_access section p.btn_map a:after{
	content:" ";
	position:absolute;
	width:11px;
	height:18px;
	top:7px;
	left:107px;
	background:url(../img/top/ico_marker.png) no-repeat top left;}



/*
---------------------------------------
reccomend
---------------------------------------
*/

div.rec_menu_box{
	background:#f6f7f8;
	padding:10px;
	margin:20px 0;}

div.rec_menu_box dl{
	border:1px solid #d9d9d9;
	padding:0 19px;
	background:#fff;
	margin:0 0 15px 0;}

div.rec_menu_box dl.last{
	margin:0;}

div.rec_menu_box dl dt{
	position:relative;
	font-size:19px;
	line-height:68px;
	padding:0 0 0 60px;
	border-bottom:3px solid #e6e6e6;}

div.rec_menu_box dl dt a{
	display: block;
    color: #25b7aa;
    white-space: nowrap;
    transition: all .4s;
    margin: 0;
    width: 145px;
    line-height: 1.2;
    border: 1px solid #92dbd4;
    background: #fff url(../img/common/ico_arw_btn01_off.png) 158px center no-repeat;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 17px;
    padding: 4px 13px;
    text-align: left;}

div.rec_menu_box dl dt a:hover{
	color:#fff;
    background: #92dbd4 url(../img/common/ico_arw_btn01_on.png) 158px center no-repeat;}

div.rec_menu_box dl dt:before{
	content: " ";
    width: 50px;
    height: 74px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/general/ico_btn.png) no-repeat;}

div.rec_menu_box dl dd{
	padding:14px 0 15px 0;}

ul.ico_list_01 li{
	padding:0 0 0 25px;
	font-size:15px;
	line-height:1.8;
	background: url(../img/recommend/ico_01.gif) no-repeat left center;}

ul.ico_list_01 li a{
	transition:all .4s;
	border-bottom:1px solid #444;}

ul.ico_list_01 li a:hover{
	border-bottom:none;}

.rec_box h2{
	margin-bottom:40px;}

.rec_box section{
	border-bottom:1px solid #e6e6e6;
	min-height:166px;
	margin:28px auto;
	position:relative;
	padding:0 0 30px 206px;}

.rec_box section img.img{
	position:absolute;
	top:0;
	left:0;}

.rec_box h3{
	margin:2px 0 12px 0;
	padding:2px 0;
	font-size:17px;
	color:#25b7aa;}

.rec_box p.txt_box{
	line-height:1.8;
	font-size:15px;}

.rec_box .btn{
	margin:10px 0 0 0;}

.rec_box .btn a{
	margin:0;
	width:320px;
	line-height:35px;
	border: 1px solid #92dbd4;
    background: #fff url(../img/common/ico_arw_btn01_off.png) 358px center no-repeat;}

.rec_box .btn a:hover{
	background: #92dbd4 url(../img/common/ico_arw_btn01_on.png) 358px center no-repeat;}

/*
---------------------------------------
general
---------------------------------------
*/

article#general header h1 span img{
	width:158px;}


/*各項目ボタンリスト - レッスン*/
#general .btn_list_03 li.li01 a:before{
    background: url(../img/general/ico_btn_04.png) no-repeat;}

#general .btn_list_03 li.li02 a:before{
    background: url(../img/general/ico_btn_05.png) no-repeat;}

#general .btn_list_03 li.li03 a:before{
    background: url(../img/general/ico_btn_06.png) no-repeat;}

#general .btn_list_03 li.li04 a:before{
    background: url(../img/general/ico_btn_07.png) no-repeat;}

#general .btn_list_03 li.li05 a:before{
    background: url(../img/general/ico_btn_08.png) no-repeat;}

#general .btn_list_03 li.li06 a:before{
    background: url(../img/general/ico_btn_09.png) no-repeat;}


#general .flexslider .flex-direction-nav .flex-prev{
	background-image:url(../img/general/ico_arw_l_l.png);}

#general .flexslider .flex-direction-nav .flex-next{
	background-image:url(../img/general/ico_arw_l_r.png);}

#general section.clearfix{
	width: 690px;
    margin: 0 auto;}

.slide_box h3{
	font-size:20px;
	line-height:1.4;
	margin:0 0 17px 0;
	color:#25b7aa;}

.slide_box p{
	color:#444;
	margin:0 0 30px 0;
	font-size:15px;}

.slide_box div.fL{
	position:relative;
	width:376px;}

.slide_box div.fR{
	width:284px;}

.slide_box div.fR dl,
#maternity section .right_box dl{
	background:#f6f7f8;
	padding:10px 20px;
	margin:0 0 20px 0;}

.slide_box div.fR dl dt,
#maternity section .right_box dl dt{
	font-size:15px;
	padding:2px 0;
	font-weight:bold;
	border-bottom: 2px solid #bbb}

.slide_box div.fR dl dd,
#maternity section .right_box dl dd{
	font-size:13px;
	padding:10px 0;}

.slide_box div.fR dl dd li,
#maternity section .right_box dl dd li{
	font-size: 11px;
    list-style: none;
}

.slide_box div.fR table th,
.slide_box div.fR table td{
	text-align:center;
	font-size:13px;
	padding:4px 0;
	border:1px solid #e8e9eb;}

.slide_box div.fR table td.status{
	color:#25b7aa;}

.slide_box div.fR table td span{
	display:inline-block;
	padding:0 8px;
	margin:0 5px;
	color:#fff;
	font-size:11px;
	line-height:1.4;
	background:#25b7aa;}

.slide_box div.fR table th{
	width:96px;
	letter-spacing:-0.1px;
	font-weight:normal;
	background:#f6f7f8;}

.btn_contact a{
	width:372px;
	font-size: 15px;
	line-height:31px;}

#general .flexslider{
	border:2px solid #070002;}

/*
---------------------------------------
contact
---------------------------------------
*/
#contactat{
    font-size:11px;
    color:#6e6e6e;
}

#contact div.top_box p.ttl{
	color:#25b7aa;
	font-size:20px;
	margin:20px 0 15px 0;}

#contact div.top_box ul li{
	font-size:15px;}

#contact table th,
#contact table td{
	padding:17px;
	font-size:14px;}

#contact table th{
	font-weight:normal;
	text-align:center;
	width:196px;
	background:#fff;
	border-right:1px dashed #c2c2c2;}

#contact table td{
	border-left:1px dashed #c2c2c2;}

#contact table td.submit_area{
	border-left-style:solid;
	text-align:center;}

#contact table th span.imp{
	display:inline-block;
	font-size:13px;
	color:#fff;
	line-height:17px;
	background:#f45b5b;
	padding:0 10px;
	margin:0 5px;}

#contact table td input[type="text"]{
	font-size:14px;
	line-height:2;
	padding:2px;
	border:1px solid #819eba;}

#contact table label{
	cursor:pointer;}

#contact table td input[type="radio"]{
	vertical-align:text-bottom;}

table td .clearfix li{
    line-height: 34px;}

table td .clearfix li.bdr{
	border-left:1px solid #c2c2c2;
	margin:0 0 0 15px;
	padding:0 0 0 15px;}

#contact textarea{
	width:490px !important;}

#contact input.inp01{
	width:321px !important;}

#contact input.inp02{
	width:248px !important;}

#contact input.inp03{
	width:129px !important;}

#contact input.inp04{
	width:37px !important;}

#contact input.submit{
	width:450px;
	height:55px;
	font-size:17px;
	border:2px solid #25b7aa;
	text-align:center;
	background:#fff;
	cursor:pointer;
	color:#25b7aa;
	margin:0 auto;}

#contact input.submit:hover{
	color:#fff;
	background:#25b7aa;
	transition:all .4s;}

#contact #main section dl dt{
	font-size:17px;
	margin:15px 0 5px 0;
	font-weight:bold;}

#contact #main section dl dd{
	font-size:14px;}

/*
---------------------------------------
maternity
---------------------------------------
*/

article#maternity header h1 span img{
	width:270px;}

/*各項目ボタンリスト - マタニティ*/
#maternity .btn_list_03 li.li01 a:before{
    background: url(../img/general/ico_btn_01.png) no-repeat;}

#maternity .btn_list_03 li.li02 a:before{
    background: url(../img/general/ico_btn_02.png) no-repeat;}

#maternity .btn_list_03 li.li03 a:before{
    background: url(../img/general/ico_btn_03.png) no-repeat;}

#maternity section{
	margin:30px 0;
}
#maternity section .inner{
	width: 690px;
	margin: 0 auto;
}
#maternity section .left_box{
	width: 375px;
	float: left;
}
#maternity section .left_box p.txt_box_01{
    margin: 0 0 30px 0;
    font-size: 15px;}

#maternity section .right_box{
	width: 285px;
	float: right;
}
#maternity section .right_box .recommend_box{
	font-size: 0.8rem;
	background: #f6f7f8;
	padding: 16px 20px;
	box-sizing: border-box;
}
#maternity section .right_box .recommend_box b{
	display: block;
	font-size: 1rem;
	text-align: center;
}
#maternity section .right_box table{
	margin: 20px 0 0 0;
}
#maternity section .right_box table th{
	width: 94px;
	font-weight:normal;
}
#maternity section .right_box table th,
#maternity section .right_box table td{
	padding: 0.3em 1em;
	font-size:13px;
}
#maternity section .right_box table td.star{
	color: #25b7aa;
}
#maternity section .right_box table td span{
	font-size: 11px;
	background: #25b7aa;
	padding: 0.2em 0.5em;
	color: #fff;
	margin-left: 0.8em;
}

#maternity .contact_box{
	letter-spacing: -1em;
	background: #f2f2f2;
	padding: 20px;
}
#maternity .contact_box dt{
	width: 176px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
#maternity .contact_box dt,
#maternity .contact_box dd{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
#maternity .contact_box dd{
	width: 260px;
	background: #fff;
	margin-left: 10px;
	padding: 16px 0;
	text-align: center;
	border-bottom: 2px solid #d9d9d9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative;
	behavior: url(../js/PIE.php);}
}
#maternity .contact_box dd span{
	display: inline-block;
}
#maternity .contact_box dd .ttl{
	font-size: 15px;
	margin-bottom: 0.5em;
}
#maternity .contact_box dd.tel .ttl + a{
	display: inline-block;
	margin-bottom: 0.8em;
}
#maternity .contact_box dd.tel .ttl:before,
#maternity .contact_box dd.mail .ttl:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	position: relative;
	margin-right: 0.2em;
}
#maternity .contact_box dd.tel .ttl:before{
	width: 17px;
	height: 19px;
	top: -3px;
	background: url(../img/maternity/ico_tel.png) no-repeat;
}
#maternity .contact_box dd.mail .ttl:before{
	width: 20px;
	height: 15px;
	top: -1px;
	background: url(../img/maternity/ico_mail.png) no-repeat;
}
#maternity #about_totalcare p{
	font-size: 15px;
}
#maternity #about_totalcare .intro{
	margin: 30px 0 0 0;
}
#maternity #about_totalcare .intro b{
	font-size: 18px;
	line-height: 1.4em;
}
#maternity #about_totalcare .intro p{
	font-size: 15px;
	margin-top: 10px;
}
#maternity #about_totalcare .ttl01{
	font-size: 18px;
	margin: 0 0 1em 0;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 3px solid #e6e6e6;
}
#maternity #about_totalcare figure{
	text-align:center;
	margin:40px 0 30px 0;}

#maternity #about_totalcare #program .target{
	font-size: 13px;
	margin: 1em 0 0 0;
}
#maternity #about_totalcare #program .target span{
	background: #25b7aa;
	color: #fff;
	padding: 0.2em 1em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	margin-right: 0.5em;
	position:relative;
	behavior: url(../js/PIE.php);
}
#maternity #about_totalcare #program figure{
	display: block;
	text-align: center;
	margin: 30px 0;
}

#maternity #about_totalcare #program ul{
	overflow: hidden;
	margin: -9px;
}
#maternity #about_totalcare #program ul li{
	width: 244px;
	float: left;
	margin: 9px;
	box-sizing: border-box;
	font-size: 15px;
	border: 2px solid #e6e6e6;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	behavior: url(../js/PIE.php);
}
#maternity #about_totalcare #program ul li h4{
	background: #f2f2f2;
	text-align: center;
	padding: 7px 0;
	line-height: 1.4;
	font-weight: bold;
}
#maternity #about_totalcare #program ul li p{
	padding: 16px 14px;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
}
#maternity #about_totalcare #curriculum figure{
	margin: 40px 0;
	display: block;
	text-align: center;
}
#maternity #about_totalcare #curriculum ul{
	overflow: hidden;
	margin: -10px;
}
#maternity #about_totalcare #curriculum ul li{
	width: 375px;
	float: left;
	margin: 7px 10px;
	display: table;
	box-sizing: border-box;
	font-size: 15px;
	border: 2px solid #b2dfda;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
	behavior: url(../js/PIE.php);
}
#maternity #about_totalcare #curriculum ul li h4{
	display: table-cell;
    width: 100px;
    background: #d3f1ee;
    color: #25b7aa;
    text-align: center;
    line-height: 1.4;
    /* font-weight: bold; */
    vertical-align: middle;
    font-size: 17px;
}
#maternity #about_totalcare #curriculum ul li ul{
	display: table-cell;
	padding: 5px 15px;
}
#maternity #about_totalcare #curriculum ul li ul li{
	display: block;
	float: none;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
#maternity #about_totalcare #reason ul{
	overflow: hidden;
	margin: 10px -9px 115px -9px;
}
#maternity #about_totalcare #reason ul li{
	width: 244px;
	float: left;
	margin: 9px;
	font-size: 15px;
	box-sizing: border-box;
	border: 1px solid #b2dfda;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
	behavior: url(../js/PIE.php);
}
#maternity #about_totalcare #reason ul li h4{
	background: #d3f1ee;
	color: #25b7aa;
	text-align: center;
	/*line-height: 1.4em;*/
	/*font-weight: bold;*/
	vertical-align: middle;
	/*padding: 1em;*/
	line-height: 47px !important;
}
#maternity #about_totalcare #reason ul li p{
	padding: 14px;
	line-height: 1.6;
	font-size: 14px;
}

/*
---------------------------------------
lecture
---------------------------------------
*/

#lecture #intro{
	margin:30px 0;
}
#lecture #intro .box{
	overflow: hidden;
	margin: 40px 0 0 0;
}
#lecture #intro .box .img_box,
#lecture #intro .box .img_box img{
	width: 280px;
	height: auto
}
#lecture #intro .box .txt_box{
	width: 460px;
}
#lecture #intro .box.left .img_box{
	float: left;
}
#lecture #intro .box.left .txt_box{
	float: right;
}
#lecture #intro .box.right .img_box{
	float: right;
}
#lecture #intro .box.right .txt_box{
	float: left;
}


#lecture #intro .result{
	margin: 60px 0 0 0;
}
#lecture #intro .result .midashi01{
	text-align: center;
}
#lecture #intro .result .box{
	background: #f5f5f5;
	padding: 25px 30px;
	font-size: 13px;
	margin: 20px 0 0 0;
}
#lecture #intro .result .box h4{
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#lecture #intro .result .box ul li{
	width: 50%;
	float: left;
	/*margin: 10px 0 0 0;*/
	letter-spacing: normal;
	text-indent: -1.4em;
	padding-left: 1.4em;
	box-sizing: border-box;
}



#lecture #license{
	margin: 60px 0 0 0;
}
#lecture #license ul.lic_01{
	padding:10px 35px 0 35px;
}
#lecture #license ul.lic_02{
	padding:0 145px;
}
#lecture #license ul li{
	width: 225px;
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
}
#lecture #license ul li h4{
	font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px 0 9px 0
}
/*#lecture #license ul li p{
	text-align: left;
}*/

#lecture #merit{
	margin: 60px 0 0 0;
}
#lecture #merit ul li{
	font-size: 15px;
	margin:0 0 12px 0;
}
#lecture #merit ul li span{
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin: 0 0.5em 0 0;
	background: #25b7aa;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-radius: 16px;
	text-align: center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

#lecture #merit ul li p{
	display: inline-block;
	max-width: 730px;
	font-size: 14px;
}
#lecture #merit ul li p b{
	color: #e32678;
}

#lecture #requirements{
	margin: 60px 0 0 0;
}
#lecture #requirements .box{
	margin: 30px 0 0 0;
	padding: 0 0 1px 0;
	background: #f5f5f5;
}
#lecture #requirements .box h4{
	font-size: 18px;
	color: #fff;
	line-height: 39px;
}
#lecture #requirements #requirement01 h4{
	background: #ec6d56;
}
#lecture #requirements #requirement02 h4{
	background: #a6cc32;
}
#lecture #requirements #requirement03 h4{
	background: #2eb0e3;
}
#lecture #requirements #requirement04 h4{
	background: #515151;
}
#lecture #requirements #requirement05 h4{
	background: #eea33f;
}
#lecture #requirements .box h4:before{
	display: inline-block;
	content: "";
	margin: 0 10px 0 20px;
	vertical-align: middle;
}
#lecture #requirements #requirement01 h4:before{
	width: 20px;
	height: 22px;
	background: url(../img/lecture/requirement01_ico.png) no-repeat;
}
#lecture #requirements #requirement02 h4:before{
	width: 21px;
	height: 21px;
	background: url(../img/lecture/requirement02_ico.png) no-repeat;
}
#lecture #requirements #requirement03 h4:before{
	width: 12px;
	height: 26px;
	background: url(../img/lecture/requirement03_ico.png) no-repeat;
}
#lecture #requirements #requirement04 h4:before{
	width: 25px;
	height: 19px;
	background: url(../img/lecture/requirement04_ico.png) no-repeat;
}
#lecture #requirements #requirement05 h4:before{
	width: 32px;
	height: 26px;
	background: url(../img/lecture/requirement05_ico.png) no-repeat;
}
#lecture #requirements .box .box_inner{
	margin: 20px;
	padding: 27px 30px 20px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

#lecture #requirements .box .box_inner h5{
	font-size: 17px;
    margin-bottom: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d9;
}
#lecture #requirements .box .box_inner{
	overflow: hidden;
	font-size: 15px;
}
#lecture #requirements .box .box_inner .left_box{
	width: 360px;
	float: left;
}
#lecture #requirements .box .box_inner .left_box .midashi01{
	margin: 2em 0 1em 0;
	font-size: 18px;
}
#lecture #requirements #requirement05 .box_inner .left_box .midashi01{
	margin: .5em 0 1em 0;
	font-size: 18px;
}
#lecture #requirements .box .box_inner .right_box{
	width: 284px;
	float: right;
}


#lecture #requirements .box .box_inner .right_box table{
	font-size: 13px;
	margin: 20px 0 0 0;
}
#lecture #requirements .box .box_inner .right_box th{
	width: 80px;
    font-weight: normal;
}
#lecture #requirements .box .box_inner .right_box th,
#lecture #requirements .box .box_inner .right_box td{
	padding:5px 10px;
    font-size: 13px;
	line-height:1.6;
}
#lecture #requirements .box .box_inner .right_box td.star{
	color: #25b7aa;
}
#lecture #requirements .box .box_inner .right_box td span{
	font-size: 11px;
	background: #25b7aa;
	padding: 0.2em 0.5em;
	color: #fff;
	margin-left: 0.8em;
}

#lecture #requirements .btn_box{
	width: 100%;
	clear: both;
	overflow: hidden;
}
#lecture #requirements .btn_box li{
	width: 48%;
	float: left;
}
#lecture #requirements .btn_box li:first-child{
	margin-right: 4%;
}

/*
---------------------------------------
20180111 日程の修正
---------------------------------------
*/

#lecture #requirements .days{
	margin-top: 20px;
}
#lecture #requirements .days .nagoya_list{
	margin-bottom: 20px
}
#lecture #requirements .days .days_list li{
	margin-bottom: 5px;
}
#lecture #requirements .days .days_list li p{
	padding: 5px 10px;
}
#lecture #requirements .days .days_list li p span{
	padding-left: 1em;
}
#lecture #requirements .days .days_list li p:first-child{
	font-weight: bold;
	background-color: #F6F7F9;
}
/*
---------------------------------------
20181226 日程の修正
---------------------------------------
*/
#lecture #requirement05 .days .days_list p:first-child{
	font-weight: normal	!important;
	background-color: #F6F7F9;
}
#lecture #requirement05 .days .days_list	li:first-child	p:first-child{
	font-weight: bold	!important;
}

/*#lecture #requirements .days td div{
	overflow: auto;
	height: 150px;
}*/

/*
---------------------------------------
ここまで
---------------------------------------
*/


#lecture #voice{
	margin: 60px 0 0 0;
}
#lecture #voice dl dt{
	font-size: 16px;
	font-weight: bold;
}
#lecture #voice dl dt:before{
	content: "Q";
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0.5em 0 0;
	background: #25b7aa;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
#lecture #voice dl dd{
	background: #f6f7f8;
	padding: 1em;
	margin: 1em 0;
	font-size: 14px;
}

#lecture .box_inner .btn_list_01{
	clear:both;
	padding:30px 0 0 0;}

#lecture .box_inner .btn_list_01 a {
    font-size: 14px;
    width: 316px;}

/*
---------------------------------------
schedule
---------------------------------------
*/

#schedule #lessons_list section#lesson05 h3 {
    font-size: 17px;
    text-align: center;
	padding:0;
    line-height: 39px;
    background: #a8a8a8;
    color: #fff;}

#schedule #lessons_list section#lesson05 .l01 h4 {
	color:#25b7aa;}

#schedule #lessons_list section#lesson05 .l02 h4 {
	color:#ea447b;}
#schedule table #tableat{

    font-size:80%;
}

/*
---------------------------------------
studio
---------------------------------------
*/

#studio section.top_box{
	padding:0 0 25px 0;}

#studio div.box_wrap{
	position:relative;
	min-height:396px;}

#studio div.box_wrap section{
	margin:0 0 40px 0;}

#studio div.box01{
	padding:0 305px 0 0;
	margin:0 0 74px 0;}

#studio div.box02{
	padding:0 0 0 310px;}

#studio div.box01 img.img{
	position:absolute;
	top:0;
	right:0;}

#studio div.box02 img.img{
	position:absolute;
	top:0;
	left:0;}

#studio section.h2_01 h2{
	margin-bottom:30px;}

#studio section#rental dl,
#studio section#service dl{
	background:#f5f5f5;
	padding:5px 30px 22px 30px;
	margin:25px auto;}

#studio section#rental dl dt,
#studio section#service dl dt{
	font-size:15px;
	padding:20px 0 0 0;
	font-weight:bold;}

#studio section#rental table{
	margin:20px auto 30px auto;}

#studio section#rental dl dd ul li{
	font-size:15px;}

#studio section#rental dl dd ul li a{
	border-bottom:1px solid #25b7aa;
	color:#25b7aa;}

#studio section#rental dl dd ul li a:hover{
	border:none;}

#studio section#service dl dd ul li{
	line-height:2.1;
	font-size:13px;}

#studio section#service dl dd ul.indent li{
	text-indent: -1.5em;
    padding-left: 1.5em;}

#studio section#service p.main_img{
	margin:20px auto 12px auto;}

#studio section#service ul li{
	font-size:15px;}

#studio section#access .acc_box{
	border:2px solid #e9eaed;
	background:#fff;
	padding:8px;
	margin:20px 0 25px 0;}

#studio section#access .acc_box iframe{
	width:750px;
	height:380px;
	display:block;}

#studio section#access table{
	margin:25px auto;}

#studio section table th,
#studio section table td{
	text-align:left;
	font-size:15px;
	padding:11px 15px;
	line-height:1.6;
	border:1px solid #d9d9d9;}

#studio section table th{
	font-weight:normal;
	background:#f6f7f8;
	width:176px;
	padding:11px 20px;}

#studio #access #nagoya{
	margin:0 0 25px 0;
	border-bottom:2px solid #e9eaed;}


/*
---------------------------------------
tairyoku
---------------------------------------
*/

#top section#tairyoku{
	padding:25px 15px 25px 30px;
	background:#f5f5f5;
	margin:0 0 40px 0;}

#top section#tairyoku h3{
	line-height:1.6;
	margin:0 0 15px 0;
	font-weight:normal;
	color:#25b7aa;
	font-size:20px;}

#top section#tairyoku dl{
	background:#fff;
	width:674px;
	position:relative;
	margin:20px 0 0 0;
	padding:30px 18px;}

#top section#tairyoku dl dt{
	position:absolute;
	top:35px;
	left:18px;}

#top section#tairyoku dl dd{
	width: 350px;
    padding: 0px 0 0 322px;
    letter-spacing: -0.4px;
    text-align: justify;}

#top section#melit section{
	margin:15px 0 40px 0;
	min-height:	180px;}

#top section#melit{
	margin-bottom:58px;}


#tairyoku p.ttl{
	margin:20px 0 18px 0;
	font-size:20px;
	color:#25b7aa;}

#tairyoku .h3_02{
	margin:0 0 28px 0;}

#tairyoku .h3_02 h3{
    position: relative;
    font-size: 20px;
    padding: 4px 0 4px 30px;
    background: url(../img/tairyoku/ico_01.gif) no-repeat 0%;
    margin: 0 0 28px 0;}

#tairyoku .h3_02 h3:before{
	content:" ";
	position:absolute;
	left:0;
	bottom:-15px;
	width:100%;
	height:5px;
	background:url(../img/tairyoku/line.gif) no-repeat top left;}

#tairyoku #balance_feature{
	margin:0 0 85px 0;}

#tairyoku .in_box{
	position:relative;}

#tairyoku #balance_feature .in_box{
	padding: 0 385px 0 0;
	min-height:265px;
    margin: 0 0 30px 0;}

#tairyoku #balance_feature .in_box img{
	position:absolute;
	top:0;
	right:10px;}

#tairyoku #heart_body .box_01{
	padding: 10px 0 0 250px;
	min-height:250px;
    margin: 0 0 30px 0;}

#tairyoku #heart_body .box_01 img{
	position:absolute;
	left:0;
	top:15px;}


#tairyoku #heart_body .box_02{
	padding: 10px 250px 0 0;
	min-height:250px;
    margin: 0 0 30px 0;}

#tairyoku #heart_body .box_02 img{
	position:absolute;
	right:0;
	top:15px;}

#tairyoku #recommendation {
	overflow: hidden;
}

#tairyoku #recommendation img{
	float: left;
	margin: 0 10px 10px 20px;
	border: 1px solid #ddd;
}

#tairyoku #aerobic_exercise{
	margin:15px auto 55px auto;}

#tairyoku #aerobic_exercise h3{
	font-size:18px;
	padding:0 0 10px 0;
	border-bottom:3px solid #e6e6e6;}

#tairyoku #aerobic_exercise p{
	margin:	18px 0 9px 0;
	font-size:17px;}

#tairyoku #aerobic_exercise ul{
	margin:0 0 52px 0;}

#tairyoku #aerobic_exercise ul li{
	font-size:15px;
	line-height:1.8;
    padding: 7px 0 7px 30px;
	margin:0 0 8px 0;
    background: url(../img/tairyoku/ico_01.gif) no-repeat 0%;
	border-bottom:1px solid #e6e6e6;}

#tairyoku #aerobic_exercise p.txt_img{
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
	margin:48px 0 0 0;}

#tairyoku #aerobic_exercise p.txt_img img{
	display:block;
	margin:0 0 30px 0;}

#tairyoku #aerobic_exercise ul.clearfix li{
	font-size:15px;
	width:208px;
	line-height:1.8;
    padding: 7px 0 7px 25px;
	margin:0 28px 8px 0;
    background: url(../img/tairyoku/ico_01.gif) no-repeat 0%;
	border-bottom:1px solid #e6e6e6;}

#tairyoku #aerobic_exercise ul.clearfix{
	margin:20px 0 0 0;}

#tairyoku #aerobic_exercise ul.clearfix li.last{
	font-size:13px;
	letter-spacing:-1px;}

/*
---------------------------------------
20161020追加　骨盤調整ページ
---------------------------------------
*/
#pelvis p {
	font-size: 15px;
}

#pelvis .inner{
	width:1080px;
	margin:0 auto;
}
#pelvis .key{
	background: url("../img/pelvis/pelvis_key_bg.png") top center no-repeat;
	background-size:cover;
	height:571px;
}
#pelvis .key .inner p:first-child{
	padding:100px 0 0 300px;
}
#pelvis .key .inner p:last-child{
	padding:10px 0 0 315px
}
#pelvis .cont01 h2{
	text-align:center;
	margin-top:35px;
}
#pelvis .cont01 ul.clearfix{
	margin:30px auto;
	width:952px;
}
#pelvis .cont01 ul li{
	font-weight: bold;
	line-height: 1.5;
}
#pelvis .cont01 ul li span{
	color:#f1102a;
}
#pelvis .cont01 ul.clearfix li{
	font-size:22px;
	width:284px;
	float:left;
	text-align: center;
	padding-top:20px;
	height:238px;
	margin-right:50px;
}
#pelvis .cont01 ul.clearfix li:first-child{
	background:url("../img/pelvis/pelvis_img01.png");
}
#pelvis .cont01 ul.clearfix li:nth-child(2){
	background:url("../img/pelvis/pelvis_img02.png");
}
#pelvis .cont01 ul.clearfix li:nth-child(3){
	background:url("../img/pelvis/pelvis_img03.png");
	margin-right:0;
}
#pelvis .cont01 .clearfix{
	width:620px;
	margin:0 auto;
}
#pelvis .cont01 .clearfix p{
	background: url("../img/pelvis/pelvis_img04.png") top left no-repeat;
	width:210px;
	height:62px;
	padding:15px 0 0 45px;
	font-size:20px;
	font-weight: bold;
	float:left;
}
#pelvis .cont01 .clearfix ul{
	float:left;
	width:350px;
	font-size:20px;
	list-style-type: disc;
	padding-top:4px;
}
#pelvis .cont01 .inner > p{
	margin-top:20px;
	text-align:center;
}
#pelvis .cont02{
	background: url("../img/pelvis/pelvis_bg01.png");
	margin-top:50px;
	padding-bottom:50px;
}
#pelvis .cont02 .inner > p{
	text-align: center;
}
#pelvis .cont02 .inner h2{
	text-align: center;
	padding:20px 0 50px;
}
#pelvis .cont02 ul li{
	background:#fff;
	border:1px solid #fff;
	border-radius: 5px;
	width:310px;
	margin-right:40px;
	padding:10px;
	height: 480px;
}
#pelvis .cont02 ul li:last-child{
	margin:0;
}
#pelvis .cont02 ul li p:first-of-type{
	margin:-40px 0 0 -15px;
}
#pelvis .cont02 ul li h3{
	font-size:22px;
	color:#480c00;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #c8b6b2;
	padding:20px 0 5px;
	margin-bottom:5px;
}
#pelvis .cont03{
	padding:30px 0 0;
}
#pelvis .cont03 h3{
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
}
#pelvis .cont03 h3 span{
	color:#eb1f4a;
}
#pelvis .cont03 ol{
	margin:50px 0 0;
}
#pelvis .cont03 ol li{
	padding:20px 0 10px 220px;
	margin:20px 0 0;
	min-height:140px;
}
#pelvis .cont03 ol li:first-child{
	background: url("../img/pelvis/pelvis_icon01.png") top left no-repeat;
	border-bottom:1px solid #a0a0a0;
}
#pelvis .cont03 ol li:nth-child(2){
	background: url("../img/pelvis/pelvis_icon02.png") top left no-repeat;
	border-bottom:1px solid #a0a0a0;
}
#pelvis .cont03 ol li:nth-child(3){
	background: url("../img/pelvis/pelvis_icon03.png") top left no-repeat;
}
#pelvis .cont04{
	background: url("../img/pelvis/pelvis_bg02.png") center no-repeat;
	background-size: 100%;
}
#pelvis .cont04 p{
	text-align: center;
}
#pelvis .cont05 h2{
	text-align: center;
}
#pelvis .cont05 ul{
	width:1050px;
	margin:30px auto;
}

#pelvis .cont05 ul li{
	width:330px;
	float:left;
	background: url("../img/pelvis/pelvis_icon04.png") top left no-repeat;
	margin-right:30px;
	border-bottom:3px solid #ededed;
	padding-bottom:30px;
}
#pelvis .cont05 ul li:last-of-type{
	margin:0;
}
#pelvis .cont05 ul li p:first-of-type{
	padding:30px 0 0 20px;
}
#pelvis .cont05 ul li h3{
	font-size:24px;
	border-bottom:1px dotted #a0a0a0;
	color:#480c00;
	text-align: center;
	padding:20px 0 5px;
	margin-bottom:20px;
}
#pelvis .cont06{
	border-top:2px solid #3bbeb3;
	margin-top:100px;
	border-bottom:2px solid #e9e9e9;
}
#pelvis .cont06 h2{
	margin-top:-50px;
	text-align: center;
}
#pelvis .cont06 .img{
	width:194px;
	float:left;
	padding-left:60px;
}
#pelvis .cont06 .img img{
	vertical-align: middle;
}
#pelvis .cont06 .text{
	width:740px;
	float:left;
	margin:20px 0 0 30px;
}
#pelvis .cont06 h3{
	border-bottom:1px dashed #c8c8c8;
	font-size:22px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#pelvis .cont06 h3 span:first-of-type{
	color:#fff;
	padding:3px 10px 3px;
	font-size:12px;
	background:#f3b24f;
	vertical-align: middle;
	margin-right:20px;
}
// #pelvis .cont06 h3 span:last-of-type{
// 	font-size:12px;
// 	text-align:right;
// 	margin-left:470px;
// }
#pelvis .cont06 .text p:first-of-type{
	font-size:15px;
	padding-bottom:15px;
}
#pelvis .cont06 .text p:last-of-type{
	font-size:15px;
	background:#f2f2f2;
	padding:15px;
}
#pelvis .cont07 h2{
	background: url("../img/pelvis/pelvis_icon05.png") top left no-repeat;
	border-bottom:3px solid #e6e6e6;
	font-size:22px;
	font-weight:bold;
	padding:7px 0 7px 20px;
	margin:50px 0 20px;
}
#pelvis .cont07 table{
	font-size:16px;
	font-weight:bold;
}
#pelvis .cont07 table tr td:last-of-type{
	text-align: right;
}
#pelvis .cont07 .caution {
	text-align: right;
	margin: 5px 0 0;
}
#pelvis .cont08{
	background: url("../img/pelvis/pelvis_bg01.png");
	margin:80px 0 50px;
	padding:20px 0;
}
#pelvis .cont08 .inner{
	border:20px solid #ee646f;
	background:#fff;
}
#pelvis .cont08 .inner .text{
	width:530px;
	float:left;
	margin:25px;
	position: relative;
}
#pelvis .cont08 .inner .img{
	width:475px;
	float:left;
	margin:25px 25px 25px 0;
}
#pelvis .cont08 .inner .text h2{
	background: #ec2a39 url("../img/pelvis/pelvis_icon07.png") 60px 7px no-repeat;
	padding:12px 0 7px 90px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
#pelvis .cont08 .inner .text p:first-of-type{
	position: absolute;
	margin:-67px;
}
#pelvis .cont08 .inner .text h3{
	font-size: 22px;
	font-weight:bold;
	padding:30px 0 20px;
}
#pelvis .cont08 .inner .text h3 span{
	color:#ec2a39;
}
#pelvis .cont08 .inner .text p:nth-of-type(2){
	font-size:15px;
	height:140px;
}
#pelvis .cont08 .inner .text p:last-of-type{
	text-align: center;
	border: 2px solid #222222;
}
#pelvis .cont08 .inner .text p:last-of-type a{
	display: block;
	padding:10px 0 5px;
	font-size:14px;
	background:url("../img/pelvis/pelvis_icon08.png") 510px 15px no-repeat;
}
#pelvis .cont08 .inner .text p:last-of-type a:hover{
	background:#222;
	color:#fff;
}
#pelvis .cont09{
	text-align: center;
}






/*
---------------------------------------
この部分を必ず最後に
---------------------------------------
*/

.wp-pagenavi{
	text-align:center;
	margin: 0 0 30px 0;
    position: relative;
    top: -20px;}

div.wp-pagenavi a.page,
div.wp-pagenavi span.current {
    width: 26px;
	font-family:Arial, Helvetica, sans-serif;
    line-height: 26px;
	margin: 0 5px;
	display:inline-block;
	font-size:125%;
	padding:0;
	font-weight:normal;}

div.wp-pagenavi span.current {
	color:#fff;
	background:#25b7aa;
	border:2px solid #25b7aa;}

div.wp-pagenavi a.page{
	color:#222;
	background:#fff;
	border:2px solid #e6e6e6;}

#fb-root{
    display: none;}

ul.att{
  color:#858585;
  font-size:11px;}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  vertical-align: top;}

.pocket_button{
  display: inline-block;
  vertical-align: top;
  width: 63px;
	margin:0;}

.g-plusone{
display:inline;}

.fb-like,
#twitter-widget-0{
	margin:0 16px 0 0;}

.hatena-bookmark-button-frame{
	margin:0 16px;}

.sc{
  width:695px;
  margin:20px auto 5px;
}

.sc #tit{
    background: #25b7aa;
    color:#ffffff;
    padding:7px;
    text-align: center;
}

.sc td{
    padding:15px 20px;
}

#at{
  font-size: 13px !important;
  width:695px;
  margin:0px auto;
  font-weight: bold;
}
#at span{
	color: #f00;
}
@media screen and (min-width: 1500px) {
	#sliders_top .slides li,
	footer div.contact_box{
		background-size:100% auto !important;}
}

/*#schedule_calendar .full_content .tab_content .studio-img-of img {
	border: solid 10px #eee !important;
}*/
