@charset "utf-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;width:100%;display:block}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
#navToggle{display:none;position:absolute;right:14px;top:8px;width:30px;height:25px;cursor:pointer;z-index:20}#navToggle div{position:relative}#navToggle span{display:block;position:absolute;width:100%;border-bottom:solid 3px #fff;-webkit-transition:.35s ease-in-out;-moz-transition:.35s ease-in-out;transition:.35s ease-in-out}#navToggle span:nth-child(1){top:0}#navToggle span:nth-child(2){top:11px}#navToggle span:nth-child(3){top:22px}header nav{position:absolute;right:0;top:-31pc;background-color:#35A02C;width:100%;padding:0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;text-align:left;z-index:10;box-sizing:border-box}header ul{margin:0}header ul li{display:block;margin:0;border-bottom:dotted 1px #fff;line-height:1.6;padding:0 10px;font-size:1pc}header ul li a{display:block;color:#fff;padding:.7em 0}header ul li a:link,header ul li a:visited{text-decoration:none}header ul li:after{content:''}header ul li:last-child{background:url(../images/ico_back.png)no-repeat 96% center #5CC14A;background-size:15px auto;padding:0 10px;border-bottom:0}#navToggle{display:block}.openNav #navToggle span:nth-child(1){top:11px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.openNav #navToggle span:nth-child(2),.openNav #navToggle span:nth-child(3){top:11px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.openNav nav{-moz-transform:translateY(555px);-webkit-transform:translateY(555px);transform:translateY(555px)}


/******************************************************************** common
*/
html {
	font-family: メイリオ, Meiryo, Osaka, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.1pc;
	color: #333
}
body {margin:0;}
body#index{background:#FBF8EF;}

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

.big{font-size:1.2em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}
.red{color:#F00;}

a {color:#0005FF;}

section h2 {
	background:#30A736;
	color: #fff;
	text-align: center;
	font-size: 6vw;
	padding: 3%;
	margin-bottom: 1pc
}
h2 span {font-size:14px}
li, ul {
	padding: 0;
	margin: 0;
}
li {list-style:none;}

.contact{
	background-image: url(../images/bg_pattern_blue.gif);
	padding: 6% 0;
	position:relative;
	z-index:3;
}
.contact h3{
	text-align:center;
	color:#FF0;
	font-size:5.4vw;
	margin:0 0 0.25em;
	padding-bottom:2.25em;
	font-family: "Rounded Mplus 1c";
	font-weight:500;
	position:relative;
}
.contact h3:before{
	display:block;
	content:"";
  width: 0px;
  border-color: #FF0;
  border-style: solid;
  border-width: 0.5em;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	margin:0 0 0 -0.5em;
	position:absolute;
	left:50%;
	bottom:0.75em;
}
.contact h3:after{
	display:block;
	content:"";
  width: 0px;
  border-color: #FF0;
  border-style: solid;
  border-width: 0.5em;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 0 0 -0.5em;
	position:absolute;
	left:50%;
	bottom:0;
}
.contact p {
	font-size: 4.4vw;
}
.contact > p{margin:0 4%;}
.contact div > a{
	line-height:0;
	border:#FF0000 4px solid;
	border-radius:6px;
	display:block;
	margin:0 3.125%;
	box-sizing:border-box;
	box-shadow: 6px 6px 0 rgba(0,0,0,0.6);
}
.contact div > a img{border-radius:2px;}
.contact div a:link,
.contact div a:visited{color:#FF0;}
.contact div p{padding:8% 4%; margin:0;}
.contact div p.woman{
	background: #fffcf4;
	background: -moz-linear-gradient(-45deg, #fffcf4 0%, #efebde 100%);
	background: -webkit-linear-gradient(-45deg, #fffcf4 0%,#efebde 100%);
	background: linear-gradient(135deg, #fffcf4 0%,#efebde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf4', endColorstr='#efebde',GradientType=1 );
	padding:5% 36% 5% 5%;
	margin-top:10%;
	text-align:left;
	position:relative;
	line-height:1.8;
	font-family: "Rounded Mplus 1c";
	font-weight:400;
}
.contact div p.woman:after{
	background:url(../images/bg_woman.png) no-repeat center top;
	background-size:auto 100%;
	display:block;
	content:"";
	width:32%;
	height:108%;
	position:absolute;
	right:2%;
	bottom:0;
}
.center, .contact p {
	text-align: center
}


/******************************************************************** header
*/
header {
	background:#35A02C;
}
header .disc {
	background: #4ca7ed;
	color: #fff;
	text-align: center;
	font-size: 14px
}
header h1 {
	background:#FFF;
	line-height:0;
	margin: 0;
	position:relative;
	z-index:20;
	width : 83.125% ;
	width : -webkit-calc(100% - 58px) ;
	width : calc(100% - 58px) ;
	text-align:center;
	padding:7px 0;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}
header h1 img{width:95%; max-width:230px; display:inline-block;}
header h1:before{
	display:block;
	content:"メニュー";
	color:#FFF;
	position:absolute;
	width:58px;
	height:1em;
	top:44px;
	right:-58px;
	z-index:99;
	font-size:8px;
}
header.openNav h1:before{content:"閉じる";}
header h1:after{
	display:block;
	content:"";
	background:#35A02C;
	width:58px;
	height:50px;
	position:absolute;
	top:0;
	right:-58px;
}
header .title_label {
	margin: 2% 0
}
header .st_label {
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	font-size: 1pc;
	padding: 5px 0 8px;
	position: absolute;
	bottom: 0;
	width: 100%
}
header .st_label span {
	border-bottom: 1px solid #d00000
}
header .mainV {
	background:url(../images/bg_catch.jpg) no-repeat center center;
	background-size:cover;
	margin: 0;
	position: relative;
	padding-bottom:5%;
}
header .mainV h2{
	width:95%;
	margin:0 auto;
	padding:10% 0 12.5%;
	line-height:0;
}
header .mainV .members{
	background:rgba(0,0,0,0.6);
	padding:2.5%;
	/*position:relative;*/
}
header .mainV .members .detail{
	width:64%;
	position:relative;
	z-index:2;
}
header .mainV .members ol{
	margin:0;
	padding:0;
}
header .mainV .members ol li{
	box-sizing:border-box;
	padding:0.5em 1% 0.3em 22px;
	margin-bottom:0.5em;
	background:url(../images/ico_check.png) no-repeat 2% center #FFF;
	background-size:15px auto;
	border:#036 1px solid;
	color:#036;
	font-size:4vw;
}
header .mainV .members .detail p{
	margin:0;
	font-size:3.6vw;
	color:#FFF;
}
header .mainV .members figure{
	width:41%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
header .mainV .members figure figcaption{
	background:rgba(255,255,255,0.8);
	text-align:center;
	color:#333;
	font-size:3.2vw;
	position:absolute;
	left:50%;
	bottom:5%;
	padding:0.5em;
	margin-left:-5em;
}
header .sub{
	background:#FBF8EF;
	margin:0;
	padding:5% 2.5%;
}

/******************************************************************** footer
*/
.photo{margin:0;}
address {
	text-decoration: none!important;
	font-style: normal!important
}
footer {
	background-color:#333;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	font-size: 14px;
	margin: 0;
}
.footer address {
	text-align: left;
	margin-left: 4%;
	margin-bottom: 1pc
}
.footer span {
	display: block;
	padding: 2%;
	font-size: 9pt;
	background-color: #3e5571
}
#index > footer {
	margin-bottom: 44px
}

#fix_Box {
	position: fixed;
	bottom: -44px;
	width: 100%;
	height: 44px;
	z-index:10;
}
#fix_Box .fix_bottom {
	background: rgba(0,0,0,.67)
}
#fix_Box .fix_bottom ul {
	overflow: hidden;
	margin: 0;
	height: 44px;
	width: 100%;
	padding: 0
}
#fix_Box .fix_bottom li {
	width: 50%;
	float: left;
	list-style: none;
	text-align: center
}
#fix_Box .fix_bottom li.tel{
	float:left;
	width:50%;
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #BC1B03 100%);
	background: -webkit-linear-gradient(top,  #ff0000 0%,#BC1B03 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#BC1B03 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#BC1B03',GradientType=0 );
	text-align:center;
}
#fix_Box .fix_bottom li.tel a{
	display:block;
	position:relative;
	font-size:1.1rem;
	line-height:44px;
}
#fix_Box .fix_bottom li.tel a:before{
	display:inline-block;
	vertical-align:-0.5em;
	content:"";
	background:url(../images/ico_cta_tel.png) no-repeat left center;
	background-size:20px auto;
	width:26px;
	height:34px;
	position:relative;
	z-index:100;
	margin-right:0;
}
#fix_Box .fix_bottom li.mail{
	background: #50bd1c;
	background: -moz-linear-gradient(top,  #50bd1c 0%, #4e9e27 100%);
	background: -webkit-linear-gradient(top,  #50bd1c 0%,#4e9e27 100%);
	background: linear-gradient(to bottom,  #50bd1c 0%,#4e9e27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bd1c', endColorstr='#4e9e27',GradientType=0 );
	float:left;
	width:50%;
}
#fix_Box .fix_bottom li.mail a{
	display:block;
	position:relative;
	font-size:1rem;
	line-height:44px;
}
#fix_Box .fix_bottom li.mail a:before{
	display:inline-block;
	vertical-align:-0.6em;
	content:"";
	background:url(../images/ico_cta_mail.png) no-repeat left center;
	background-size:33px auto;
	width:33px;
	height:33px;
	position:relative;
	z-index:100;
	margin-right:0.2em;
}
#fix_Box .fix_bottom li a:link,
#fix_Box .fix_bottom li a:visited{
	color:#FFF;
	text-decoration:none;
}


/******************************************************************** about
*/
body > section{margin-bottom:10%;}
#intro .contact div p:first-of-type{margin: 2% 4%;}
#about h3{
	text-align:center;
	font-size:6vw;
}


/******************************************************************** fee
*/
.costBox, section .inner {
	padding:0 2%;
}
.costBox_kabarai {
	border-radius: 6px;
	padding: 2%;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
	border: 4px solid #30A736;
	margin-bottom:10%;
}
.costBox_kabarai p:first-of-type{margin:2% 0 6%;}
.costBox_kabarai .exet{margin-bottom:1em;}
.costBox_kabarai .exet ul{
	display: block;
	padding: 0 2%;
	font-size:0.8em;
}
#fee,
#fee .txt{margin:0;}

.memo{
	background:#FCFDCC;
	color:#30A736;
	padding:2%;
	font-family: "Rounded Mplus 1c";
	font-weight:600;
}
.memo:before{
	display:inline;
	content:"【Point】";
}


/******************************************************************** list
*/
#list dl{font-size:0.9rem;}
#list dl dt{color:#C00;}
#list dl dd{
	margin:0 1em 1em 1.5em;
	font-size:0.8rem;
}


/******************************************************************** attention
*/
section#attention .inner {padding:0;}
section#attention .inner > .txt {padding:0 2%;}
#attention h2{
	margin-top:0;
}
#attention ul>li{
	margin-bottom:8%;
}
#attention ul>li:last-child{margin-bottom:0;}

#attention ul>li .ttl{
	background:url(../images/p_attention01.jpg) no-repeat center center;
	background-size:cover;
	letter-spacing:0;
	position:relative;
	display:flex;
	align-items:center;
	height:30vh;
	margin-bottom:2.25em;
	padding:0;
}
#attention ul>li .ttl:before{
	display:block;
	content:"";
  width: 0px;
  border-color: #000;
  border-style: solid;
  border-width: 0.5em;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	margin:0 0 0 -0.5em;
	position:absolute;
	left:50%;
	bottom:-1.5em;
}
#attention ul>li .ttl:after{
	display:block;
	content:"";
  width: 0px;
  border-color: #000;
  border-style: solid;
  border-width: 0.5em;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 0 0 -0.5em;
	position:absolute;
	left:50%;
	bottom:-2.25em;
}
#attention ul>li:nth-child(2) .ttl{
	background:url(../images/p_attention02.jpg) no-repeat center center;
	background-size:cover;
}
#attention ul>li h3{
	background:rgba(0,0,0,0.5);
	font-size: 5.8vw;
	margin:0;
	padding:0.8em 0;
	text-align:center;
	color:#FFF;
	width:100%;
}
#attention ul>li:first-child h3{padding:1.6em 0;}
#attention ul>li p.txt{
	margin:0 2%;
	padding:5%;
	background: url(../images/bg_pattern.gif) repeat center center #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}


/******************************************************************** flow
*/
body > section#flow{margin-bottom:0;}

#flow ul>li{
	position:relative;
}
#flow ul>li:before{
	display:block;
	content:"";
  width: 4px;
	height:100%;
  background: #30A736;
	position:absolute;
	left:1em;
}
#flow ul>li:nth-child(2):before{height:96%;}
#flow ul>li:last-child:before{display:none;}
#flow ul>li:nth-child(2):after{
	display:block;
	content:"";
  width: 0px;
  border-color: #30A736;
  border-style: solid;
  border-width: 8px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	position:absolute;
	left:1em;
	bottom:-2%;
	margin-left:-6px;
}
#flow ul>li h3{
	background:#FFF;
	border:#30A736 2px solid;
	font-size:5.2vw;
	margin:0 0 0.5em;
	position: relative;
	line-height:1.2;
	text-align:center;
	padding:0.5em 0;
	color:#30A736;
}
#flow ul>li h3 b{color:#333;}
#flow ul>li:last-child h3{background:#30A736; color:#FFF;}
#flow ul>li:last-child h3 b{color:#FF0;}
#flow ul>li p{
	padding:0 1em 8% 2.25em;
	margin:0;
	font-size:0.9rem;
}
#flow ul>li:last-child p{border-left:none; padding:0 1em 0 2.25em; }

#flow .picture{
	margin:12% 0 0;
	position:relative;
}
#flow .picture p{
	position:absolute;
	padding:2.5%;
	width:100%;
	box-sizing:border-box;
	top:5%;
	left:0;
	font-size:5.4vw;
	font-family: "Rounded Mplus 1c";
	font-weight:500;
	margin:0;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	color:#FFF;
	line-height:1.6;
	text-align:center;
}


/******************************************************************** faq
*/
#faq,
#faq dl{margin:0;}
#faq .inner{margin-bottom:10%;}
#faq dl dt{
	padding:5%;
	margin:0 5% 0 0;
	background:#FBEBCC;
	font-weight:bold;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	position:relative;
	z-index:2;
}
#faq dl dt:before{
	display:inline;
	content:"【質問】";
}
#faq dl dd{
	padding:7.5% 5% 5%;
	background:#E6F5D3;
	margin:-2.5% 0 8% 5%;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
}
#faq dl dd:last-child{margin-bottom:0;}
#faq dl dd .detail{
	color:#2651B3;
}
#faq dl dd:before{
	display:inline;
	content:"【回答】";
	font-weight:bold;
}

.ttl{
	font-size: 6vw;
	text-align:center;
	margin:0;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-top:8%;
	text-shadow:1px 1px 3px rgba(0,0,0,.2);
	font-feature-settings : "palt";
}


/******************************************************************** access
*/
#access{margin:0;}
#access .inner{padding:0 2% 8%;}
#access .inner h3{
	font-size:6vw;
	padding-bottom:2%;
	margin:0 0 4%;
	line-height:1.4;
	border-bottom:#999 1px solid;
	text-align:center;
}
#access .inner h4{
	font-size:6vw;
	margin:0;
	padding:0;
	text-align:center;
}
#access .inner p{
	margin:0 0 8%;
	font-size:1pc;
}
#access .inner p.notice{font-size:0.8rem; text-align:center;}
#access .inner ul li{
	list-style:disc;
	margin-left:1.5em;
	font-size:1pc;
}
#access .inner p.add{font-size:0.9pc;}

#access .photo{
	position:relative;
	width:55.5%;
	margin:0 auto 4%;
}
#access .photo figcaption{
	background:rgba(0,0,0,0.5);
	text-align:center;
	color:#FFF;
	font-size:0.8rem;
	width:80%;
	position:absolute;
	left:10%;
	bottom:5%;
	padding:0.5em 0;
}
#access .inner p.address{
	margin:0 0 8%;
	font-size:0.8rem;
}

.content_w{padding:0 2%;}