@charset "UTF-8";

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"],label{cursor:pointer}
a,canvas{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
}

/* public ----------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #735d4f;
	position: relative;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.tel a{
	color: inherit;
	text-decoration: none;
}
/* wrapper ----------------------------------------*/
.wrapper{
}

/* header ----------------------------------------*/
.wrapper > header .inner{
	position: relative;
	display: table;
	width: 100%;
	padding: 6px 0;
	border-bottom: 8px solid #919F7A;
	background: #ffffff;
}
.wrapper > header .inner h1{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}
.wrapper > header .inner #menu_btn{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	padding-right: 11px;
}
/* gnav ----------------------------------------*/
#overlay{
	content: "";
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	background: #000000;
	opacity: 0.5;
	z-index: 99;
}
#gnav{
	position: fixed;
	top: 0px;
	right: -250px;
	width: 250px;
	height: 100%;
	z-index: 100;
	background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#gnav.open{
	right: 0;
}
#gnav #menu_btn_close{
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#gnav h1{
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #919F7A;
}
#gnav ul{
}
#gnav li{
	border-left: 1px solid #B9BB9B;
	border-bottom:1px solid #B9BB9B;
	border-top: none;
	width: 50%;float: left;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
font-size: 14px;
height: 50px;overflow: hidden;
}
#gnav li a{
	display: block;
	padding: 1.5em;
	text-align: center;
	color: #919F7A;
	text-decoration: none;
}

/* contents ----------------------------------------*/
#contents{
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 200px;
	background-size: auto 200px;
	position: relative;
}
#contents:before{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 200px;
	z-index: -10;
	background: url(../img/body_bg.jpg) repeat-x center top;
	-webkit-background-size: auto 200px;
	background-size: auto 200px;
}
#contents > h1{
	height: 110px;
	padding-top: 90px;
	text-align: center;
}
/* contents > contact ----------------------------------------*/
#contents .contact{
	text-align: center;
}
#contents .contact .tel{
	display: inline-block;
	padding: 5px 0 0 35px;
	font-size: 24px;
	font-weight: bold;
	color: #595757;
	background: url(../img/icon_tel_contact.png) no-repeat left center;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
#contents .contact .info{
    width: 239px;
    height: 18px;
    line-height: 18px;
    margin: 2px auto 0;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    background: #E95513;
}
#contents .contact .btn{
	margin-top: 25px;
}

/* cnav01 ----------------------------------------*/
#cnav01{
	margin-top: 45px;
}
#cnav01 > header{
	max-width: 320px;
	margin: 0 auto;
}
#cnav01 > header h1{
	text-align: center;
}
#cnav01 > header p{
	padding: 10px 15px 35px;
	text-align: left;
	line-height: 1.8;
	font-size: 16px;
}
#cnav01 ul{
	text-align: center;
}
#cnav01 li{
	display: inline-block;
	vertical-align: top;
}
#cnav01 li a{
	display: block;
	height: 60px;
	text-align: center;
	border: 1px solid #919F7A;
	position: relative;
}
#cnav01 li a:before{
	content: "";
	position: absolute;
	display: block;
	top: -7px;
	left: -4px;
	width: 12px;
	height: 12px;
	z-index: 10;
	background: url(../img/icon_square.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav01 li a:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px auto;
	background: url(../img/icon_arrow01.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav01 li:first-child a{
	width: 74px;
	padding-left: 95px;
	margin-right: 7px;
	background: url(../img/cnav01_link01_image.jpg) no-repeat left bottom #ffffff;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav01 li:first-child a img{
	padding-top: 15px;
}
#cnav01 li:last-child a{
	width: 50px;
	padding-left: 55px;
	margin-left: 7px;
	background: url(../img/cnav01_link02_image.jpg) no-repeat left bottom #ffffff;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav01 li:last-child a img{
	padding-top: 15px;
}

/* cnav02 ----------------------------------------*/
#cnav02{
	margin-top: 24px;
	text-align: center;
}
#cnav02 li{
	display: inline-block;
	padding: 10px;
}
#cnav02 li:first-child{
/*	margin-right: 20px;*/
}
#cnav02 li a{
	display: block;
	width: 140px;
	height: 140px;
}
/* cnav03 ----------------------------------------*/
#cnav03{
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#cnav03 > header{
}
#cnav03 > header h1{
	text-align: center;
}
#cnav03 > header p{
	padding: 10px 15px 35px;
	text-align: left;
	line-height: 1.8;
}
#cnav03 ul{
	text-align: center;
}
#cnav03 li{
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}
#cnav03 li a{
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	border: 1px solid #919F7A;
	position: relative;
}
#cnav03 li a:before{
	content: "";
	position: absolute;
	display: block;
	top: -14px;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	z-index: 10;
	background: url(../img/icon_square.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav03 li a:after{
	content: "";
	position: absolute;
	display: block;
	bottom: 14px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	background: url(../img/icon_arrow01.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav03 li:first-child a{
	background: url(../img/cnav03_link01_image.jpg) no-repeat 0 bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav03 li:last-child a{
	background: url(../img/cnav03_link02_image.jpg) no-repeat 0 bottom;
	-webkit-background-size: contain;
	background-size: contain;
}
#cnav03 li a img{
	padding-top: 18px;
}

/* cnav04 ----------------------------------------*/
#cnav04{

	margin-top: 33px;
	margin-bottom: 44px;

}
#cnav04 a{
	display: block;
	padding: 23px 0 18px;
	text-align: center;
	background: url(../img/cnav04_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#cnav04 a p{
	text-align: center;
}
#cnav04 a p:last-child{
	margin-top: 4px;
}
/* voice_list ------------------------------------------*/
#voice_list{
	padding: 30px 0 65px;
	text-align: center;
	background: #B9BB9B;
}
#voice_list .image{
	width: 134px;
	height: 134px;
	margin: 20px auto 0;
}
#voice_list .image img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#voice_list .name{
	margin-top: 12px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
#voice_list .method{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #ffffff;
}
#voice_list .comment{
	max-width: 280px;
	margin: 0 auto;
	padding: 20px;
	line-height: 2;
	text-align: left;
}
#voice_list .more{
	margin-top: 10px;
}
#voice_list .more a{
	display: inline-block;
	width: 185px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.m300{text-align: center;}
.m300 img{max-width: 300px;}
/* feature ------------------------------------------*/
#feature{
	margin-top: 40px;
	text-align: center;
}
#feature .inner{
	max-width: 320px;
	margin: 5px auto 0;
	position: relative;
}
/*#feature .inner:before{
	content: "";
	position: absolute;
	top: 85px;
	left: 80px;
	display: block;
	width: 160px;
	height: 320px;
	background:
		url(../img/line_dotted.png) repeat-x top left,
		url(../img/line_dotted.png) repeat-x bottom left,
		url(../img/line_dotted.png) repeat-y top left,
		url(../img/line_dotted.png) repeat-y top right;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	z-index: -10;
}*/
#feature dl{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 24px;
    background: #B9BB9B;
}
#feature dl:nth-child(2),
#feature dl:nth-child(3),
#feature dl:nth-child(6){	background: #E8BB5A; }
#feature dl:nth-child(odd){ margin-right: 15px; }
#feature dt{
	padding: 40px 0 5px;
}
#feature dt img{
	height: 100%;
}
/*#feature dl:nth-child(5) dt{ padding: 10px 0 3px;}*/
#feature dd{
	line-height: 1.8;
	color: #ffffff;
	font-size: 14px;
}
#feature dl:nth-child(5) dd{ line-height: 1.6;}

/* fbanner ----------------------------------------*/
#fbanner{
	margin-top: 55px;
	text-align: center;
	padding-bottom: 20px;
}
#fbanner li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}

.tanka{font-size: 16px !important;text-align: center;position:absolute;top:180px}


/* ページ先頭へ ----------------------------------------*/

.gotop {
	position: fixed;
	right: 0px;
	bottom: 0;
	margin: 0 0 0 0px;
	z-index: 200;
	clear: both;
}

.gotop a {
	width: 48px;
	height: 48px;
	display: block;
}

.gotop a img{
	max-width: 100%;
}

/* footer ----------------------------------------*/
.wrapper > footer{
	padding-top: 27px;
	background: #B9BB9B;
}
.wrapper > footer .inner{
	display: table;
	margin: 0 auto;
	width: 320px;
	position: relative;
}
.wrapper > footer h1{
	display: table-cell;
	padding-left: 0px;
	vertical-align: top;
	text-align: left;
}
.wrapper > footer .contact{
	display: table-cell;
	width: 186px;
	padding-right: 16px;
	vertical-align: top;
	text-align: center;
}

.wrapper > footer .contact .cv_foot{
 font-size: 10px;
 padding: 0px 0 0 10px;overflow: hidden;
 text-align: left;
 color: #fff;
}

.contact .cv_nav{
 font-size: 14px;
 padding: 10px 0 0 0px;overflow: hidden;
}
.wrapper > footer .contact .tel{
	display: inline-block;
	padding: 5px 0 0 25px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/icon_ftel.png) no-repeat left center;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.wrapper > footer .contact .info{
	display: inline-block;
	width: 186px;
	height: 15px;
	line-height: 15px;
	margin-top: 2px;
	color: #ffffff;
	font-size: 10px;
	border-radius: 6px;
	text-align: center;
	background: #E95513;
}
.wrapper > footer #fnav ul{
	padding: 23px 0 13px;
	max-width: 320px;
	margin: 0 auto;
}
.wrapper > footer #fnav li{
	float: left;
	text-align: center;
	width: 33.33%;
}
.wrapper > footer #fnav li a{
	display: block;
	line-height: 33px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.wrapper > footer #fnav li:not(:nth-child(3n+1)) a{
	border-left: 1px solid #ffffff;
}
.wrapper > footer #fnav li a:hover{
	text-decoration: underline;
}
.wrapper > footer .copyright{
	padding: 15px 0 12px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background: #E8BB5A;
}
.inner{
	margin:20px 0;
}
