@charset "UTF-8";
/* CSS Document */
/* ------------------------------------- */
/*	 リンク
/* ------------------------------------- */
a {
	color:			#12baab;
	text-decoration:none;
	}
a:hover {
	color:			#12baab;
	text-decoration:underline;
	}
	
/* ------------------------------------- */
/*　線
/* ------------------------------------- */
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #ff9800; /* 線色 */
	height: 1px; /* 高さ */
	max-width: 100%;
	clear:both;
	margin: 15px 0px;
}
/* ------------------------------------- */
/*	title
/* ------------------------------------- */

#main_title {
	width: 100%;
	clear: left;
	margin: 0px 0px 0px 0px;
	display: block;
	background: url(../img/page/title_x.jpg) repeat-x;
}
#title {
	text-decoration: none;
	display: block;
	width: 100%;
	overflow:hidden;
	outline:none;
	height: 135px;
	background: url(../img/page/title.jpg) no-repeat center;	
}
h2 {
	text-align: left;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	color: #069391;
	font-weight: normal;
	width:980px;
	font-size: 200%;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

@media only screen and (max-width: 800px) {/* タブレット幅 */
#title {
height: 91px;
-moz-background-size:cover;
	background-size:cover;
}
h2 {
	text-align: left;
	padding: 26px 0px 0px 0px;
	margin: 0 0 0 30px;
	font-size: 170%;
  }}

@media only screen and (max-width: 650px) {/* スマホ幅 */
#main_title {
	width: 100%;
	text-align:center;
}
#title {
	outline:none;
	height: 58px;
	background-color: #fff;/*　背景の色 */	
}
h2 {
	padding: 16px 20px 0px 0px;
	font-size: 130%;
}}

/* ------------------------------------- */
/*	パンくず
/* ------------------------------------- */
.pan {
	font-size:		0.8em;
	color:			#777;
	padding:		0;
	margin:			0 auto 20px auto;
	}
.pan a {	
	color:			#12baab;
	text-decoration:underline;
	}
.pan a:hover {
	color:			#12baab;
	text-decoration:none;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.pan {
			padding:		0;
			width:			auto;
			margin:			0 30px 20px 30px;
			}
		}

/* --- パンくずリスト スマホでは表示しない --- */
@media only screen and (max-width: 650px) {/* スマホ幅 */
.pan {
	display:		none;
		}
	}

/*	tex
/* ------------------------------------- */
.tex {
	width: 100%;
	font-size:0.9em;
	line-height: 1.8em;
	margin: 0 0 20px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.tex {
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		.tex {
			}
		}
.tex a {
	color:			#12baab;
	text-decoration:none;
	}
.tex a:hover {
	color:			#12baab;
	text-decoration:underline;
	}
.tex img {
	border: 0;
	max-width: 100%;
	height: auto;
	}
.tex img a {
	border: 0;
}

.tex a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}

.text a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*	arvhive
/* ------------------------------------- */
.info_box1{
	margin: 20px 0px 0px 0px;
}
.info_box {
	border-bottom: 1px solid #12baab;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}

.i_box{
	float:left;
	width: 75%;
}
.i_date{
	color: #12baab;
	margin: 0px 10px 0px 0px;
}
.i_text{
	margin: 0px 0px 0px 0px;
}

.i_m{
	color: #777;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text a {
	color: #444;
	text-decoration: none;
}

.i_text a:hover {
	color: #444;
	text-decoration: underline;
}
.i_date2{
	color: #777;
}
.i_title{
	color: #12baab;
	font-size: 150%;
	font-weight:	400;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #12baab;
}
.i_m2{
	color: #777;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #777 solid 1px;
}
.i_text_box{
	border-bottom: 1px solid #12baab;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

li.widget{
	list-style-type: none;
	}
h2.widgettitle{
	color: #12baab;
	font-size:1em;
	font-weight:	300;
	border-bottom: 1px solid #12baab;
	margin: 0px 0px 5px 0px;
	}
li.cat-post-item{
	list-style-type: none;
	margin: 0px 0px 30px 10px;
	}
li.cat-post-item a{
	color: #777;
	font-size:0.85em;
	margin: 0px 0px 3px 10px;
	}

li.cat-post-item a.post-title{
	font-weight:	300;
	}



/* ------------------------------------- */
/*	form
/* ------------------------------------- */
#form h4{
	color:		#ff9800;
	font-size:	1.2em;
	font-weight:400;
	}
dl.fo {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #12baab solid 1px;
	background-color: #e3fff1;
}
.fo_box {
	width: 100%;
	border-bottom: #12baab solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo dt {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	color: #444;
	line-height: 120%;
	border-bottom: #12baab solid 1px;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px 0px;
	float: left;
	background-color: #FFF;
}
.f_b {
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
	text-align:left;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #444;
	line-height: 17px;
	padding: 2px;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.t_m {
	line-height: 160%;
}

@media only screen and (min-width: 801px) {/* PC幅 */
/* form
/* ------------------------------------- */
dl.fo {
	max-width: 670px;
	width: 100%;
}
.fo_box {
	width: 670px;
}
dl.fo dt,
dl.fo2 dt {
	width: 180px;
	text-align: right;
	border-bottom: none;
}
dl.fo dd {
	width: 490px;
	padding: 10px;
}
.f_b {
	text-align:left;
}}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.contactform-width {
    max-width: 100%;
}


/* ------------------------------------- */
/*	お問い合わせボタン
/* ------------------------------------- */
.buttonContainer{
	text-align:center;
	padding:20px 0 0px 0;
}
#button{
	width:			200px;
	display:		inline-block;
	
	font:			normal normal 300 1.3em '';
	text-decoration:none;	
	
	color:			#12baab;
	background-color: transparent;
	border:			1px solid #12baab;
	border-radius:	100px;
	
	padding:		.2em 1em;
	margin:			5px;
			
	background-size:200% 100%;	
	background-color: #fff;
	transition: 	background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

#button:hover{
	color:rgba(255, 255, 255, 1);
	background-color:#12baab;
	background-position: -100% 100%;
}


/* ct
---------------------------------------------------- */
.comments-head{
	color: #12baab;
	margin: 20px 0px 0px 0px;
	font-weight: normal;
}
.ct{
	color: #888888;
	padding: 20px 0px 50px 0px;
	font-size: 90%;
	width: 100%;
}
.ct a {
	text-decoration: none;
	color: #888888;
}
.ct a:visited {
	color: #AAA;
	text-decoration: none;
}
.ct a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

/* pagenavi
---------------------------------------------------- */
.pagenavi {
	width: 100%;
}
.pagenavi a {
	text-decoration: none;
	color: #fff;
}
.pagenavi a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
.pagenavi .left {
	float: left;
}
.pagenavi .right {
	float: right;
	margin: 0px 0px 10px 0px;
}

.wp-pagenavi {
	clear: both;
	color: #666;
	padding: 20px 0px 0px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	background-color: #FFF;
}

.wp-pagenavi a:visited {
	color: #666;
}
.wp-pagenavi a:hover {
	background-color: #12baab;
	color:#FFF;
}
.wp-pagenavi span.current {
	background-color: #efefef;
	font-weight: bold;
}
/* ------------------------------------- */
/*	中見出し
/* ------------------------------------- */
h3.midasi {
	font-size:		1.3em;
	line-height:	110%;
	color:			#ff9800;
	font-weight:	400;
	margin:			0px 0 15px 0;
	text-align: left;
	padding: .8em .75em;
	width:100%;
	height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	background: -webkit-linear-gradient(top, #fefbe4 0%, #fbecc0 100%);
	background: linear-gradient(to bottom, #fefbe4 0%, #fbecc0 100%);
	}

	@media only screen and (max-width: 650px) {/* スマホ幅 */
		h3.midasi {
			font-weight:	400;
			}
		}

/* ------------------------------------- */
/*	スタッフ紹介ページ
/* ------------------------------------- */

section.stafflist {
	padding: 30px 0px;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
section.stafflist p {
	padding: 0px;
	margin-left: 40%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
section.stafflist img {
	float: left;		/*画像を左へ回り込み*/
	width: 35%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
}
/*ボックス内のh4タグ設定*/
section.stafflist h4 {
	font-size: 100%;
	color: #069391;	/*文字色*/
	margin-left: 40%;	/*左の写真とのバランスをとって設定*/
	margin-bottom: 0.5em;
	padding: .8em .75em;
	background-color:#e3fff1;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 650px) {/* スマホ幅 */
section.stafflist {
	padding: 30px 0px;
	margin:0 auto;
overflow:hidden;
width: 100%;
}
/*ボックス内の段落タグ設定*/
section.stafflist p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
section.stafflist img {
	float: none;
	background: #fff;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 0 0 10px 0;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
section.stafflist h4 {
	margin-left: 0;
}
}

/* ------------------------------------- */
/*	お客様の声
/* ------------------------------------- */
.faq-catname{
	display:none;
}
.qa-faq-title{
	margin: 0px 0px 10px 0px;
	background:url(../img/es_logo.png) no-repeat #e3fff1;
	padding: 10px 10px 10px 50px;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.qa-faq h3{
	font-weight:normal;
	}
.qa-faq-title a,
.qa-faq-title h3 a {
	text-decoration: none;
	display:block;
	color: #069391;
	}
.qa-faq-answer{
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 650px) {/* スマホ幅 */
		.qa-faq h3,
		.qa-faq-answer {
			line-height: 160%;
			}
		}
		
/*	wp-pagenavi
/* ------------------------------------- */
.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #12baab;
}
.wp-pagenavi a {
    color: #12baab;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #12baab;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #12baab;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}
