@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/************************************************************************************
 browserupgrade
*************************************************************************************/
.browserupgrade {
	margin: 0.2em 0;
	background: #FFC;
	color: #000;
	padding: 50px;
	line-height: 2;
	text-align: center;
	z-index: 999;
	font-size: 18px;
}
/************************************************************************************
 utility
*************************************************************************************/
/* for HTML5  
-------------------------------*/
article, aside, dialog, figure, footer, header, hgroup, nav, section, .article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
}
/* design utility  
-------------------------------*/
* {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.disable_link {
	pointer-events: none;
}
table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
html {
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body {
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	width: 100%;
}
body, input, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
	text-decoration: none;
	color: #40b5bf;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;/*padding: 0.5em;
	margin: -0.5em;*/
}
a:hover {
	color: #008FD5;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
/* layout utility  
-------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
 *zoom: 1;
}
.visuallyhidden {
	position: absolute;
	width: 1px; /* not 0 */
	height: 1px; /* not 0 */
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
/* ブロック */
.blkC {
	margin: 0 auto;
}
.blkL {
	float: left;
}
.blkR {
	float: right;
}
.ac {
	text-align: center;
}
/* テキスト置換用 */
.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* shorthand */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
/* force margin-top */
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	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;
}
/*  force margin-right */
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	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;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mr100 {
	margin-right: 100px !important;
}
/* force margin-bottom */
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	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;
}
/* force margin-left */
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	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;
}
.ml55 {
	margin-left: 55px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.ml75 {
	margin-left: 75px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.ml85 {
	margin-left: 85px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml95 {
	margin-left: 95px !important;
}
.ml100 {
	margin-left: 100px !important;
}
/* force padding-top */
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	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;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt65 {
	padding-top: 65px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
/* force padding-right */
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	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;
}
.pr55 {
	padding-right: 55px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pr65 {
	padding-right: 65px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pr75 {
	padding-right: 75px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr85 {
	padding-right: 85px !important;
}
.pr90 {
	padding-right: 90px !important;
}
.pr95 {
	padding-right: 95px !important;
}
.pr100 {
	padding-right: 100px !important;
}
/* force padding-bottom */
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	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;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb65 {
	padding-bottom: 65px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb95 {
	padding-bottom: 95px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
/* force padding-left */
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	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;
}
.pl55 {
	padding-left: 55px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl65 {
	padding-left: 65px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl75 {
	padding-left: 75px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl85 {
	padding-left: 85px !important;
}
.pl90 {
	padding-left: 90px !important;
}
.pl95 {
	padding-left: 95px !important;
}
.pl100 {
	padding-left: 100px !important;
}
/* text utility  
-------------------------------*/
.bold {
	font-weight: bold;
}
.red {
	color: #f00;
}
/* don't opera */
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
/* 字間詰 */
.tsume {
	letter-spacing: -0.15em;
}
/* ※list */
.star {
	list-style: none;
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin-bottom: 20px;
}
/* ナンバーリスト装飾 */
ol {
	counter-reset: number;
	padding: 0;
	margin: 0.10em 0 0 0;
	list-style: none;
}
ol li {
	line-height: 1.45em;
	margin-bottom: 0.5em;
}
ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #8bcdba;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin-right: 0.25em;
}
/* don't firefox */  
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */ /* Required for Opera */
	text-overflow: ellipsis;
}
pre {
	white-space: pre-wrap;       /* Chrome & Safari */
	white-space: -moz-pre-wrap;  /* Mozilla since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.br:after {
	content: "\A";
	white-space: pre;
}
/* retinat  
-------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -moz-min-device-pixel-ratio: 2), only screen and ( min-device-pixel-ratio: 2), only screen and ( -webkit-min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
/* retinacss */
}
/************************************************************************************
 icon font
*************************************************************************************/
.icon:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}
.icon:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}
.fa-list:before {
	content: '\f0ca';
	color: #fff;
}
.fa-close:before {
	content: '\f00d';
	color: #fff;
}
.fa-map:before {
	content: '\f041';
	color: #fff;
}
.fa-map:before {
	content: '\f041';
	color: #fff;
}
.fa-mail:before {
	content: '\f003';
	color: #fff;
}
.fa-mail:before {
	content: '\f003';
	color: #fff;
}
.fa-more:before {
	content: '\f061';
	color: #fff;
}
.fa-about:before {
	content: '\f061';
	color: #fff;
}
.fa-search:before {
	content: '\f061';
	color: #fff;
}
.fa-info:before {
	content: '\f061';
	color: #fff;
}
.fa-contact:before {
	content: '\f061';
	color: #fff;
}
.fa-circle:before {
	content: '\f111';
	color: #fff;
}
.fa-arrow-right:before {
	content: '\f061';
	color: #fff;
}
.fa-coment:before {
	content: '\f27a';
	color: #fff;
}
.fa-fee:before {
	content: '\f1b2';
	color: #fff;
}
.fa-access:before {
	content: '\f041';
	color: #fff;
}
.fa-left:before {
	content: '\f104';
	color: #fff;
}
.fa-right:after {
	content: '\f105';
	color: #fff;
}
.fa-volume:before {
	content: '\f028';
	color: #fff;
}
.fa-arrow-circle-right:before {
	content: '\f0a9';
	color: #fff;
}
.fa-arrow-circle-right:after {
	content: '\f0a9';
	color: #fff;
}
.fa-chevron-circle-right:after {
	content: '\f138';
	color: #fff;
}
.fa-chevron-circle-down:before {
	content: '\f13a';
	color: #fff;
}
.fa-chevron-right:before {
	content: '\f054';
	color: #fff;
}
.fa-arrow-right:before {
	content: '\f061';
	color: #fff;
}
/* iconmoon
--------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?h74sl1');
	src: url('../fonts/icomoon.eot?h74sl1#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?h74sl1') format('truetype'), url('../fonts/icomoon.woff?h74sl1') format('woff'), url('../fonts/icomoon.svg?h74sl1#icomoon') format('svg');
}
.icon-pygmalion:before {
	font-family: 'icomoon' !important;
	content: "\e900";
	color: #fff;
}
/************************************************************************************
 design element
*************************************************************************************/
/* 吹き出し
--------------------------------------------------*/
.fukidashi {
	background: #94cc51;
	margin: 0 0 20px 0;
	padding: 4px 15px 6px;
	color: #FFF;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 4px #999;
}
.fukidashi:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 18px;
	bottom: -27px;
	background: transparent;
	border-color: #94cc51 transparent transparent transparent;
	border-style: solid;
	border-width: 15px;
}
/* more link
--------------------------------------------------*/	
.more {
	clear: both;
	background: #e23030;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 10px 10px;
}
.more:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.more a {
	display: block;
	color: #fff;
}
.more .icon:before {
	padding-right: 10px;
	font-size: 24px;
	font-weight: normal;
}
/************************************************************************************
 sp
*************************************************************************************/
.showpc, .showtb {
	display: none;
}
.showsp {
	display: block;
}
/************************************************************************************
 container
*************************************************************************************/
#container {
}
#container-inner {
}
/* container common
--------------------------------------------------*/
#header-inner, #wrap-inner, #footer-inner, #itoblog-inner, #information-inner {
	margin-left: auto;
	margin-right: auto;
	/*width: 87.36%;
  padding-left: 1.82%;
  padding-right: 1.82%;*/
	width: 92%;
}
/************************************************************************************
 header
*************************************************************************************/
#header {
	background: #cbf796;
	/*height: 50px;*/
	height: 60px;/*ロゴ変更*/
}
#header-inner {
	/*padding-top: 11px;*/
	padding-top: 5px;/*ロゴ変更*/
}
h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0;
	/*width: 150px;
  height: 26px;*/
	width: 152px;/*ロゴ変更*/
	height: 48px;/*ロゴ変更*/
	background: url(../images/logo-sp.png) no-repeat;
	background-position: left center;
}
h1 a {
	display: block;
}
#phone, #request {
	display: none;
}
/************************************************************************************
 sp menu
*************************************************************************************/
#menu {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eeb414;
	width: 60px;
	/*height: 50px;*/
	height: 60px;/*ロゴ変更*/
	text-align: center;
}
#menu .fa-list:before {
	font-size: 30px;
	/*line-height: 1.25em;*/
	line-height: 1.5em;/*ロゴ変更*/
}
#menu span {
	display: block;
	font-size: 12px;
	/*line-height: 0.5em;*/
	line-height: 0em;/*ロゴ変更*/
}
#menu a {
	color: #fff;
	display: block;
}
/************************************************************************************
 sidemenu
*************************************************************************************/
.sidemenu.right {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	/*background: rgba(0,0,0,0.3);*/
	z-index: 10;
}
#sidemenu-inner {
	width: 270px;
	background: #fff;
	height: 100%;
	float: right;
	padding: 20px;
	overflow-y: scroll;
}
.sidemenu.right #close {
	margin-bottom: 20px;
	padding: 7px;
	text-align: center;
	line-height: 1.25em;
	border: 1px solid #40b5bf;
	border-radius: 7px;
}
.sidemenu.right #close .fa-close:before {
	color: #40b5bf;
	font-size: 20px;
	padding-right: 7px;
}
.sidemenu.right #close:hover .fa-close:before {
	color: #fff;
}
.sidemenu.right #close:hover {
	background: #40b5bf;
	color: #fff;
}
.sidemenu.right #close:hover a {
	color: #fff;
}
.sidemenu.right #close a {
	display: block;
}
#logo-menu {
	text-align: center;
	margin-bottom: 20px;
}
#contact-btn {
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
	font-size: 17px;
	line-height: 1.35em;
	background: #e23030;
	border-radius: 7px;
}
#contact-btn a {
	display: block;
	color: #fff;
}
#contact-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.sidemenu.right ul {
	margin: 0px 0 20px;
	padding: 0;
	list-style: none;
}
.sidemenu.right ul li {
	margin-bottom: -40px;
}
.sidemenu.right ul li:last-child {
	margin-bottom: 0;
}
.sidemenu.right ul li a {
	display: block;
	border-bottom: #d5d5d5 2px dotted;
	padding: 10px 0;
	margin-left: 34px;
	line-height: 1.5em;
}
.sidemenu.right ul li:last-child a {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.menubar > .sidemenu {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);*/
	position: fixed;
	color: white;
}
.sidemenu.right li#sp-top .icon:before {
	font-size: 32px;
	font-weight: normal;
	color: #97ce59;
	position: relative;
	top: 4px;
	padding-right: 5px;
	margin-left: -31px;
}
.sidemenu.right li#about {
	margin-top: 40px;
}
.sidemenu.right li#about:before {
/*content: url(../images/about.png);
  position: relative;
  left: 0px;
  top: 52px;*/
}
.sidemenu.right li#search:before {
	content: url(../images/search.png);
	position: relative;
	left: 0px;
	top: 42px;
}
.sidemenu.right li#info:before {
	content: url(../images/info.png);
	position: relative;
	left: 0px;
	top: 42px;
}
.sidemenu.right li#contact:before {
	content: url(../images/contact.png);
	position: relative;
	left: 0px;
	top: 42px;
}
.sidemenu.right .banner {
	margin-bottom: 10px;
}
.sidemenu.right #sidemenu-inner {
	padding-bottom: 4.0em;
}
/* f_menu
--------------------------------------------------*/	
#f_menu {
	padding-bottom: 4.0em;
}
.sidemenu.right #f_menu ul {
}
.sidemenu.right #f_menu li {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 50%;
	text-align: center;
	border-bottom: #999 1px solid;
}
.sidemenu.right #f_menu a {
	border-bottom: none;
	margin: 0;
	display: block;
	padding: 10px 0 10px;
}
/************************************************************************************
 nav
*************************************************************************************/
#nav {
	display: none;
}
/************************************************************************************
 footer
*************************************************************************************/
#footer {
	background: #cbf796;
	padding: 7px 0 50px 0;
}
#footer-inner {
}
#copyright {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	line-height: 32px;/*ロゴ変更*/
	overflow: hidden;
	background: url(../images/f-logo-sp.png) no-repeat;
	background-position: center center;
}
#footer-inner dl {
	display: none;
}
#mark img {
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
}
#mark:after {
	content: "\A";
	white-space: pre;
}
#copytxt {
	text-align: center;
	margin: 20px 0 0;
}
/* pageTop
--------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 200;
	display: block;
	width: 100%;
}
#pageTop a {
	display: block;
	height: 4.0em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
	line-height: 4.0em;
	border-radius: 0;
	background: #e23030;
}
#pageTop a:before {
	font-family: 'FontAwesome';
	content: '\f062';
	color: #fff;
	font-size: 18px;
	padding-right: 5px;
	position: relative;
	top: 1px;
}
/* 
--------------------------------------------------*/
#rank {
	margin-top: 40px;
}
#rank_ito {
	margin-top: 40px;
}
#pochi {
	margin-bottom: 0.5em !important;
	padding: 0;
}
#blog-vil {
	display: inline-block;
	margin-right: 1.0em;
}
#blog-rank {
	display: inline-block;
}
/**/
#contactbtn {
	font-size: 28px !important;
	text-align: center;
	border: #40b5bf 1px solid;
	border-radius: 5px;
	margin: 0 15% 70px 15%;
	text-indent: 0;
	padding-left: 0;
}
p#contactbtn:hover {
	background: #40b5bf;
}
p#contactbtn a {
	display: block;
	color: #40b5bf;
	padding: 7px 10px 5px;
}
p#contactbtn a:hover {
	color: #fff;
}
p#contactbtn .fa-chevron-right:before {
	color: #40b5bf;
	margin-right: 10px;
}
p#contactbtn a:hover .fa-chevron-right:before {
	color: #fff;
}
/**/
#bug {
}
#bug a {
	text-decoration: none;
	color: #40b5bf;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;/*padding: 0.5em;
	margin: -0.5em;*/
}
#bug a:hover {
	color: #008FD5 !important;
	background: none !important;
}
/*-----------------------------------------------------------------------------------
20160912更新追加
-----------------------------------------------------------------------------------*/
.fa-phone:before {
	content: '\f095';
	padding-right:0.2em;
}
.fa-user:before {
	content: '\f007';
	padding-right:0.2em;
}
.fa-envelope:before {
	content: '\f0e0';
	padding-right:0.2em;
}
.fa-map-marker:before {
	content: '\f041 ';
	padding-right:0.2em;
}
.fa-map-marker:before {
	content: '\f041 ';
	padding-right:0.2em;
}
.fa-this:before {
	content: '\f061';
	padding-right:0.2em;
}
.bluebtn{
	font-size:16px !important;
	text-align:center;
	border:#40b5bf 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.bluebtn:hover{
	background:#40b5bf;
}
.bluebtn a{
	color:#40b5bf;
}
.bluebtn:hover a{
	color:#fff;
}
.redbtn{
	font-size:16px !important;
	text-align:center;
	border:#e23030 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.redbtn:hover{
	background:#e23030;
}
.redbtn a{
	color:#e23030;
}
.redbtn:hover a{
	color:#fff;
}
.schhd{
}
.schhd h2{
}
.parents{
}
.blogside{
}
/************************************************************************************
 tablet:481px to 768px
*************************************************************************************/
@media only screen and (min-width: 481px) {
.showsp, .showpc {
	display: none;
}
.showtb {
	display: block;
}
/************************************************************************************
 container
*************************************************************************************/
#container {
}
#container-inner {
}
/* container common
--------------------------------------------------*/
#header-inner, #wrap-inner, #footer-inner {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
/************************************************************************************
 header
*************************************************************************************/
/************************************************************************************
 footer
*************************************************************************************/
#footer {
	padding: 17px 0 50px 0;
}
#footer-inner {
}
#copyright {
}
#mark img {
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
}
/*-----------------------------------------------------------------------------------
20160912更新追加
-----------------------------------------------------------------------------------*/
.bluebtn{
	font-size:16px !important;
	text-align:center;
	border:#40b5bf 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.bluebtn:hover{
	background:#40b5bf;
}
.bluebtn a{
	color:#40b5bf;
}
.bluebtn:hover a{
	color:#fff;
}
.redbtn{
	font-size:16px !important;
	text-align:center;
	border:#e23030 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.redbtn:hover{
	background:#e23030;
}
.redbtn a{
	color:#e23030;
}
.redbtn:hover a{
	color:#fff;
}
.schhd{
}
.schhd h2{
}
.parents{
}
.blogside{
}
}
/************************************************************************************
 pc:769px to 1232px
*************************************************************************************/
@media only screen and (min-width: 769px) {
.showsp, .showtb {
	display: none;
}
.showpc {
	display: block;
}
#header-inner, #wrap-inner, .item-inner, #information-inner, #footer-inner, .voice-example {
/*width: 970px;*/
}
/************************************************************************************
 container
*************************************************************************************/
#container {
	background: #fff;
}
#container-inner {
}
/* container common
--------------------------------------------------*/
#header-inner, #wrap-inner, #footer-inner {
	width: 88.2%;
	max-width: 970px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: 0 auto;
}
/************************************************************************************
 header
*************************************************************************************/
#header {
	/*height: 100px;*/
	height: 125px;/*ロゴ変更*/
	margin-bottom: 0 !important;
}
#header-inner {
	/*padding-top: 20px;*/
	padding-top: 10px;/*ロゴ変更*/
	position: relative;
	min-width: 750px;
}
h1 {
	/*width: 320px;
  height: 55px;*/
	width: 323px;/*ロゴ変更*/
	height: 102px;/*ロゴ変更*/
	background: url(../images/logo-pc.png) no-repeat;
}
h1 a {
	display: block;
}
#phone {
	display: block;
	position: absolute;
	top: 28px;
	right: 230px;
}
#phone dt {
	color: #e23030;
	font-weight: bold;
	line-height: 1;
}
#phone dd {
	color: #333;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.35em;
}
#request {
	display: block;
	position: absolute;
	/*top: 10px;*/
	top: 23px;/*ロゴ変更*/
	right: 20px;
	background: #e23030 url(../images/request.png) no-repeat;
	background-position: center left 10px;
}
#request:hover {
	background: #FE8D8D url(../images/request.png) no-repeat;
	background-position: center left 10px;
}
#request p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
#request p a {
	display: block;
	color: #fff;
	padding: 30px 20px 30px 40px;
}
#request .icon {
	position: relative;
	top: 20px;
	left: 0px;
}
/* sp menu
--------------------------------------------------*/
#menu {
	display: none;
}
/************************************************************************************
 nav
*************************************************************************************/
#nav {
	display: block;
	width: 100%;
	min-width: 970px;
	height: 60px;
	background: #fff;
	border-bottom: #ededed 1px solid;
}
#nav-inner {
	margin: 0 auto;
}
#nav-inner ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 55px;
}
#nav-inner li {
	display: inline-block;
	font-size: 18px;
	text-align: 60px;
	margin-right: 27px;
}
#nav-inner li:last-child {
	margin-right: 0;
}
#nav-inner li a {
	color: #94cc51;
	display: block;
}
#nav-inner li a:hover {
	color: #008FD5;
}
#nav-inner li#about-top {
	/*background: url(../images/about.png) no-repeat center left 0px;*/
	padding-left: 35px;
}
#nav-inner li#search-top {
	background: url(../images/search.png) no-repeat center left 0px;
	padding-left: 35px;
}
#nav-inner li#info-top {
	background: url(../images/info.png) no-repeat center left 0px;
	padding-left: 35px;
}
#nav-inner li#contact-top {
	background: url(../images/contact.png) no-repeat center left 0px;
	padding-left: 35px;
}
/*#nav-inner li.icon:before {
	font-size: 24px;
	font-weight: normal;
	color: #97ce59;
}*/
#nav-inner li#home-top .icon:before {
	font-size: 32px;
	font-weight: normal;
	color: #97ce59;
	position: relative;
	top: 4px;
	padding-right: 5px;
}
/************************************************************************************
 footer
*************************************************************************************/
#footer {
	background: #cbf796 url(../images/footer-bg.png) repeat-x left top;
	height: auto;
	/*padding: 50px 0 40px;*/
	padding: 40px 0 40px;/*ロゴ変更*/
}
#footer-inner {
}
#copyright {
	display: block;
	/*width: 226px;
	height: 46px;*/
	width: 228px;/*ロゴ変更*/
	height: 72px;/*ロゴ変更*/
	line-height: 72px;/*ロゴ変更*/
	margin-bottom: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/f-logo-pc.png) no-repeat left 0px;
}
#footer-inner dl {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
#footer-inner dl:last-child {
	margin-right: 20px;
}
#footer-inner dt {
	font-size: 21px;
	color: #e23030;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2.0em;
}
#footer-inner dd {
	font-size: 18px;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 1.5em;
}
#footer-inner dd a {
	color: #333;
}
#footer-inner dd a:hover {
	color: #008FD5;
}
#footer-inner .fa-arrow-circle-right:before {
	color: #e23030;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 32px;
}
#footer-inner .fa-arrow-circle-right:after {
	content: '';
	color: #fff;
}
#mark img {
	margin-bottom: 15px;
	width: 115px;
	height: 115px;
}
#mark:after {
	content: "\A";
	white-space: pre;
}
/* pageTop
--------------------------------------------------*/
#pageTop {
	display: inline;
	width: auto;
	position: fixed;
	bottom: 24px;
	right: 24px;
	margin: 0 auto;
	z-index: 200;
}
#pageTop a {
	display: table-cell;
	width: 6em;
	height: 6em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	border-radius: 50%;
	background: #e23030;
}
#pageTop a:before {
	content: '';
	padding-right: 0;
}
/*-----------------------------------------------------------------------------------
20160912更新追加
-----------------------------------------------------------------------------------*/
.bluebtn{
	font-size:16px !important;
	text-align:center;
	border:#40b5bf 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.bluebtn:hover{
	background:#40b5bf;
}
.bluebtn a{
	color:#40b5bf;
}
.bluebtn:hover a{
	color:#fff;
}
.redbtn{
	font-size:16px !important;
	text-align:center;
	border:#e23030 1px solid;
	border-radius:5px;
	padding:0.15em 1.0em;
}
.redbtn:hover{
	background:#e23030;
}
.redbtn a{
	color:#e23030;
}
.redbtn:hover a{
	color:#fff;
}
.schhd{
}
.schhd h2{
	display:inline-block;
}
.parents{
	display:inline-block;
	float:right;
}
.blogside{
	width: 280px;
	float: right;
	margin-bottom: 30px !important;
}
.ctside{
	margin:0 15%;
	margin-bottom:2.0em !important;
}
.pchide{
	display:none;
}
}
