@charset "utf-8";


@media print{
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}



hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

table {
}
.fc-header-title {
	font-size: 20px;
	font-weight: normal;
}

body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	background:url(../images/bg.png) #FFF;
	border-top:3px solid #ff8f00;
}

.drawer-hamburger{ display:none;}
.pc_none{ display:none;}
.pc_noWrap{ display:block;}
.wow{ display:block !important; opacity:1 !important; visibility:visible !important;}




/* -------------------------------

header Large（大）

------------------------------- */



#hdr_container{ opacity:0;}
#hdr_container.default{ opacity:1 !important; width:100%; height:158px; background-color:#FFF; }
#hdr_container.default #hdr{ width:980px; margin:0 auto; position:relative;}
#hdr_container.default #logo{
	width:286px;
	height:50px;
	position:absolute;
	top:23px;
	left:0;	
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#hdr_container.default #logo a{ display:block; width:286px; height:50px; background:url(../images/logo.png) no-repeat; background-size:286px 50px;}
#hdr_container.default #logo a:hover{ opacity:0.6}
#hdr_container.default h1{ position:absolute; top:43px; left:330px; color:#999999; font-size:12px; font-weight:normal;}
#hdr_container.default .hdr_banner{ width:170px; height:55px; position:absolute; top:20px; right:0; margin-bottom:10px;}
#hdr_container.default .hdr_banner a{ width:170px; height:55px; display:block; background:url(../images/banner.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;}
#hdr_container.default .hdr_banner a:hover{ opacity:0.6;}


/* nav */
#hdr_container.default nav.drawer-nav{ width:980px; padding-top:83px;}
#hdr_container.default nav.drawer-nav ul{ width:980px; display:table;}
#hdr_container.default nav.drawer-nav ul li{ display:table-cell; padding:10px 50px; line-height:1.2em; text-align:center; vertical-align:middle; min-height:30px;}
#hdr_container.default nav.drawer-nav ul li:first-child{ padding:10px 50px 10px 0;}
#hdr_container.default nav.drawer-nav ul li:last-child{ width:225px; padding:10px 0 10px;}
#hdr_container.default nav.drawer-nav ul li.nav_line{ background:url(../images/nav_line.png) left center no-repeat; background-size:15px 34px}

#hdr_container.default nav.drawer-nav ul li.nav_contact{}
#hdr_container.default nav.drawer-nav ul li.nav_contact a{  width:225px; border-radius:25px; color:#FFF; text-align:center; background:url(../images/icon_contact_arrow_s.png) no-repeat 218px center #ff8f00; background-size:10px 16px; padding:10px; display:block;}



nav.drawer-nav ul li a{ text-align:center; font-weight:bold;}
nav.drawer-nav ul li a:link, nav.drawer-nav ul li a:visited{	color:#333;	text-decoration:none;}
nav.drawer-nav ul li a:hover, nav.drawer-nav ul li a:active{	color:#ff8f00;	text-decoration:none;}


nav.drawer-nav ul li span{ font-size:10px;}
nav.drawer-nav ul li.nav_contact a:link, nav.drawer-nav ul li.nav_contact a:visited{	color:#FFF;	text-decoration:none;}
#hdr_container.default nav.drawer-nav ul li.nav_contact a:hover, 
#hdr_container.default nav.drawer-nav ul li.nav_contact a:active{	color:#FFF;	text-decoration:none; background-color:#fcae4a;}







/* -------------------------------

header small（小）

------------------------------- */

.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
		opacity:1 !important; 
}
#hdr_container.fixed{ width:100%; background-color:#FFF; border-top:3px solid #ff8f00; box-shadow:rgba(163, 163, 163, 0.4) 0px 0px 6px 3px;}
#hdr_container.fixed #hdr{ width:980px; margin:0 auto; position:relative;}
#hdr_container.fixed #logo{
	width:141px;
	height:29px;
	position:absolute;
	top:18px;
	left:0;	
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#hdr_container.fixed #logo a{ display:block; width:141px; height:29px; background:url(../images/logo_s.png) no-repeat;
	background-size:141px 29px;}
#hdr_container.fixed #logo a:hover{ opacity:0.6}
#hdr_container.fixed h1{ display:none;}
#hdr_container.fixed .hdr_banner{ width:85px; height:28px; position:absolute; top:16px; left:681px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;}
#hdr_container.fixed .hdr_banner a{ width:85px; height:28px; display:block; background:url(../images/banner_s.png) no-repeat; background-size:85px 28px;
	margin-bottom:10px;}
#hdr_container.fixed .hdr_banner a:hover{ opacity:0.6;}


/* nav */
#hdr_container.fixed nav.drawer-nav{ width:816px; margin-left:165px;}
#hdr_container.fixed nav.drawer-nav ul{ width:816px; display:table;}
#hdr_container.fixed nav.drawer-nav ul li{ display:table-cell; padding:10px 0; line-height:1.2em; text-align:center; min-height:28px; vertical-align:middle;}
#hdr_container.fixed nav.drawer-nav ul li.nav_line{ background:url(../images/nav_line.png) left center no-repeat; background-size:15px 34px}
#hdr_container.fixed nav.drawer-nav ul li.nav_about{ width:236px;}
#hdr_container.fixed nav.drawer-nav ul li.nav_what{ width:123px; padding-left:10px;}
#hdr_container.fixed nav.drawer-nav ul li.nav_profile{ width:108px; padding-left:10px;}


#hdr_container.fixed nav.drawer-nav ul li.nav_contact{ padding-left:135px;}
#hdr_container.fixed nav.drawer-nav ul li.nav_contact a{  width:194px; border-radius:25px; color:#FFF; text-align:center; background:url(../images/icon_contact_arrow_s.png) no-repeat 172px center #ff8f00; background-size:10px 16px; padding:5px 0; display:block; font-size:11px;}
#hdr_container.fixed nav.drawer-nav ul li.nav_contact a:hover, 
#hdr_container.fixed nav.drawer-nav ul li.nav_contact a:active{	color:#FFF;	text-decoration:none; background-color:#fcae4a;}






/* -------------------------------

slider

------------------------------- */
#slider{ width:100%; height:370px;}
#slider .slider01{ background:url(../images/mainvisual01_bg.jpg) repeat-x; background-size:8px 370px;  text-align:center;}
#slider .sliderItem img{ width:1080px; margin:0 auto;}
#slider .slick-prev{ width:16px; height:28px; border:0; text-indent:-9999px; background:url(../images/icon_slider_arrow_l.png) no-repeat; background-size:16px 28px; position:absolute; outline:none; z-index:10;}
#slider .slick-next{ width:16px; height:28px; border:0; text-indent:-9999px; background:url(../images/icon_slider_arrow_r.png) no-repeat; background-size:16px 28px; position:absolute;outline:none; z-index:10; }

@media only screen and (max-width:1179px){
#slider .slick-prev{ left:10px !important; }
#slider .slick-next {
    right: 10px;
}
}
@media only screen and (min-width: 1180px){
#slider .slick-prev{ left:50px; }
#slider .slick-next{ right:50px; }
}


/* -------------------------------

contents

------------------------------- */
.content{ width:980px; margin:0 auto; padding:80px 0;}
.buttonLink{ text-align:center; margin-top:25px;}
.buttonLink button{ width:560px; min-height:105px; border-radius:50px; border:20px solid #ff8f00; color:#FFF; font-weight:bold; font-size:22px; line-height:1.4em; background:url(../images/icon_contact_arrow_l.png) no-repeat right center #ff8f00; background-size:16px 28px; outline:none; cursor:pointer; }
.buttonLink button:hover{ background-color:#fcae4a; border:20px solid #fcae4a; }
 


/* coaching */
.coachingContainer{ width:980px; margin:0 auto; padding:30px 0 60px;}
.coaching_h2{ width:980px; height:38px; background:url(../images/h2_coaching.png) no-repeat;
background-size:980px 38px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin-bottom:10px;
}
.coacing_first{ margin-bottom:10px;}
.coaching_text{ width:399px; float:left; margin-top:79px; margin-left:30px;}
.coaching_text img{ width:399px;}
.coaching_img{ width:491px; float:right; margin-right:30px;}
.coaching_img img{ width:491px;}


/* blog */
.blogContainer{ width:610px; height:340px; overflow:auto; float:left; background-color:#FFF; border:1px solid #DDD;}
.blogContainer h3{ font-size:18px; background:url(../images/icon_blog.png) no-repeat; background-size:38px 36px; padding:10px 0 0 42px; margin:20px 0 0 20px;}
.blogContainer #feed1{ margin:10px 20px 20px !important;}
.fbContainer{ width:340px; float:right;}


/* about */
#about{ background-color:#f9f3eb;}
.about_title{ height:54px; background:url(../images/title_about.png) no-repeat , url(../images/title_bg.png) repeat-x bottom; background-size:515px 28px, 5px 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin-bottom:20px;}
#about p+.coachingSectoin{ margin-top:30px;}
#about .coachingSectoin+.coachingSectoin{ margin-top:60px;}
.coachingSectoin{ background-color:#FFF; border-radius:5px 5px 0 0; overflow:hidden;}
.coachingSectoin h3{ background-color:#e8dccd; padding:12px 30px 6px;}
.coachingSectoin h3.about_h3_01 img{ width:214px;}
.coachingSectoin h3.about_h3_02 img{ width:189px;}
.coachingSectoinInner{ padding:30px 30px 40px;}
.coachingSectoin h4{ border-left:4px solid #e8dccd; padding-left:13px; line-height:1.4em; font-size:18px; font-weight:bold; margin-bottom:20px;}
.coachingSectoin .coacingLeft{ width:550px; float:left;}
.coachingSectoin .coacingRight{ width:400px; float:right; margin-right:-30px; text-align:center;}
.coachingSectoin table{ width:100%; border-collapse:collapse; margin-top:20px;}
.coachingSectoin th , .coachingSectoin td{ border:1px solid #e8dccd; padding:5px 8px; line-height:1.6em}
.coachingSectoin th{ width:83px; background-color:#EEE}
.coachingSectoin hr{ width:920px; margin:40px auto; border:none; border-top:2px solid #e8dccd; }



/* what */
#what{ }
.what_title{ height:54px; background:url(../images/title_what.png) no-repeat , url(../images/title_bg.png) repeat-x bottom; background-size:399px 28px, 5px 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin-bottom:20px;}
#what h3{ border-left:4px solid #e8dccd; padding-left:13px; line-height:1.4em; font-size:18px; font-weight:bold; margin-bottom:20px;}
.buttonLink+h3{ margin-top:60px;}



/* profile */
#profile{ background-color:#ecfaf1;}
.profile_title{ height:58px; background:url(../images/title_profile.png) no-repeat , url(../images/title_bg.png) repeat-x bottom; background-size:335px 37px, 5px 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin-bottom:20px;}
#profile h3{ border-left:4px solid #bce7ca; padding-left:13px; line-height:1.4em; font-size:18px; font-weight:bold; margin-bottom:20px;}
p+h3{ margin-top:60px;}
#profile .pforile_img{ width:320px; float:left;}
#profile .pforile_img img{ width:320px;}
#profile .profile_history{ width:632px; float:right;}
.profile_messege{ background-color:#FFF; padding:20px; border:1px solid #dcf5e4; margin-top:20px; margin-bottom:60px;}



/* -------------------------------

お問い合わせ

------------------------------- */

.contact{ }
.contact #hdr_container.default{ box-shadow:rgba(163, 163, 163, 0.4) 0px 0px 6px 3px;}
.contact h2{ border-left:4px solid #e8dccd; padding-left:13px; line-height:1.4em; font-size:18px; font-weight:bold; margin-bottom:20px;}
table.contactTable{ border-collapse:collapse; border:1px solid #DDD; background-color:#FFF;}
table.contactTable th , table.contactTable td{ padding:10px; border-collapse:collapse; border:1px solid #DDD; vertical-align:middle;}
table.contactTable th{ width:30%; background-color:#EEE; text-align:right}



table.contactTable2{ width:100%; border-collapse:collapse; background-color:#FFF;}
table.contactTable2 th{ padding:5px; border-collapse:collapse; border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; vertical-align:middle; text-align:center; background-color:#EEE; padding:10px; }
table.contactTable2 td{ padding:5px; border-collapse:collapse; border-left:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; vertical-align:middle; text-align:center; padding:20px 10px 10px; }
table.contactTable2 td p{ text-align:left;}





input{ padding:10px; border: 1px solid #DDD; border-radius:3px; font-size:14px;}
input.inputL{ width:440px;}
input.inputS{ min-width:200px;}

input:focus, select:focus, textarea:focus {
outline: 1px solid #ff8f00;
background-color:#f9f3eb;
}
textarea{ width:90%; padding:10px; border: 1px solid #DDD; border-radius:3px; font-size:14px;}

select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
.select-box01,
.select-box02 {
	width: 60%;
}


.select-box01 select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DDD;
	background: #eee;
	background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#EEE 100%);
	background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#EEE 100%);
	background-size: 20px, 100%;
	font-size:14px;
}

/* デフォルトボタン */
.formBtnArea{ position:relative; margin-top:25px;}
.buttonForm{ text-align:center;}
.buttonForm button{ width:460px; min-height:85px; padding:10px 0 10px; border-radius:50px; border:20px solid #ff8f00;color:#FFF; font-weight:bold; font-size:22px; line-height:1.4em; background:url(../images/icon_contact_arrow_l.png) no-repeat right center #ff8f00; background-size:16px 28px; outline:none; cursor:pointer; }
.buttonForm button:hover{ background-color:#fcae4a ; border:20px solid #fcae4a; }


/* 戻る */
.buttonBack{ text-align:center; position:absolute; top:0; left:0;}
.buttonBack button{ width:150px; min-height:85px; padding:10px 0 10px; border-radius:50px; border:20px solid #333;color:#FFF; font-weight:bold; font-size:22px; line-height:1.4em; background:url(../images/icon_contact_back_l.png) no-repeat left center #333; background-size:16px 28px; outline:none; cursor:pointer; }
.buttonBack button:hover{ background-color:#999 ; border:20px solid #999; }

/* thanks */
.contact_thanks{ width:600px; display:table; margin:0 auto; border:1px solid #DDD; background-color:#FFF;}
.contact_thanks p{ display:table-cell; vertical-align:middle; text-align:center; padding:80px 0;}


/* -------------------------------

footer

------------------------------- */
footer{ background-color:#FFF; padding:30px; text-align:center;}
footer p{ font-size:12px;}


/* page-top */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	line-height:0;
}
#page-top a {
	text-decoration: none;
	color: #333;
	text-align: center;
	display: block;
	padding:20px;
	
	width: 30px;
	height: 30px;
	-webkit-border-radius: 106px;/* width,height縺ｮ蜊雁� */
	-moz-border-radius: 106px;
	border-radius: 106px;
	background-color: #FFF;/* 蜀��濶ｲ */
	border:2px solid #ff8f00;
}
#page-top a:hover {
	text-decoration: none;
	background: #FFF;
	opacity:0.6
}
#page-top span{ word-break: break-all;}
