/* CSS Document */

/*==========================
		ページベース				
==============================*/

body{
	text-align:center;
	font-size:80%;
	-webkit-text-size-adjust: 100%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
/*body {
	text-align:center;
	font-size:80%;
	-webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}*/
	
#wrapper{
	width:940px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	text-align:left;
	position:relative;
	color:#333;
	}
	
 
.pc_c {
	} 
.m_c {
	display: none;
}

/*==========================
		ヘッダ				
==============================*/
header {
	width: 920px;
	position: relative;
	height: 130px;
	cursor: default;
	
	/*margin: 15px 0 10px;*/
	margin: 15px 0 8px;
	
	padding: 0;
	}
#wrapper h1{
	position: absolute;
	/*width: 215px;*/
	font-size: 13px;
	color: #8c8c8c;
	left: 148px;
	top: 2px;
	line-height: 1.3;
	width: 202px;
	}
h1 a:link{
	color:#666666;
	text-decoration:none;
	}
h1 a:visited{
	color:#666666;
	text-decoration:none;
	}
.disc {
	position: absolute;
	left: 10px;
	top: 43px;
	color: #878787;
	width: 344px;
	 /* [disabled]font-size: 12px; */
	font-size: 0.95em;
	font-weight: normal;
	
}

.disc a:link, .disc a:visited{
	color: #666666;
	text-decoration:none;
}

.opa {
	transition: .3s ease-in-out;
}
.opa:hover {
	opacity: .7;
}

/*------モバイル用トップ 追従ヘッダー--------*/	
.sp_head {
	}
	

/*---------コンタクトボタン---------*/
	
.logo a {
	position:absolute;
	width:119px;
	height:46px;
	left: 2px;
	top: 0;
	display:block;
	
   filter: saturate(200%);
}	
.gn-tg {
	position: absolute;
	/*box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3) ;*/
	border: 1px solid rgba(69,100,53,.7);
	
	right: 1px;
	/*top: 3px;*/
	top: 0;
	
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*width: 560px;*/
	border-radius: 6px;
	box-sizing: border-box;
	padding: 10px 12px 12px 6px;
}
.gn-tg ul {
	display: flex;
}
/*--------ヘッダー-------*/
.sp_cost,.sp_cost2 {
	display: none;
}

/*-----------------------------*/
.tel {
	width: 250px;
	font-size: 1.05em;
	
}
.tel p {
	/*color: #8c8c8c;*/
	/*color: #548e13;*/
	
	/*color: #01a32d;*/
	color: rgba(22,61,2,.8);
	
	line-height: 1.35;
	padding: 2px 0 0;
	margin: 0 0 0 6px;
	
}
.tel p span:nth-of-type(3) {
	font-weight: 700;
}
.letter_s {
	letter-spacing: 0.05em;
	font-weight: 700;
}
.letter_s2 {
	letter-spacing: -0.02em;
	font-weight: 700;
}
.head_contact_text {
	font-size: 0.8em;
	color: #5b5b5b;
}

/*@media screen and (max-width:800px){
.tel {
	}
.tel p {
	font-size: 1.6vw;
	line-height: 1.4;
	}

}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.tel p {
	font-size: .9em;
	}
}




/*---------フリーダイアル-----------*/

.head_tel {
	position: relative;
	width: 150px;
	height: 56px;
	box-sizing: border-box;
	border: 1px solid #7f9a7f;
	box-shadow: 0 1px 1px #CCC;
	border-radius: 6px;
	background: #FFF;
	display: block;
	text-align: center;
	margin: 0 10px 0 -16px;
}

.tel_icon {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 34px;
	height: 24px
}
.tel_text {
	margin: 10px 0 0 37px;
	font-weight: 600;
	font-size: 0.975em;
	color: #7f7f7f;
	letter-spacing: 0.025em;
}
.tel_number {
	
	/*color: #548e13;*/
	
	color: #06aa2e;
	
	
	
	font-weight: 700;
	font-size: 1.35em;
	margin: 2px 0 0 0;
	letter-spacing: -0.03em;
}
/*safari + iOSのChrome*/
_::-webkit-full-page-media, _:future, :root .tel_icon {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 32px;
	height: 23px
}
/*safari + iOSのChrome*/
_::-webkit-full-page-media, _:future, :root .tel_text {
	margin: 8px 0 0 40px;
	font-weight: 600;
	font-size: 1.0em;
	color: #5b5b5b;
	letter-spacing: 0.025em;
}
/*safari + iOSのChrome*/
_::-webkit-full-page-media, _:future, :root .tel_number {
	color: #548e13 !important;
	font-weight: 700;
	font-size: 1.35em;
	margin: -2px 0 0;
	letter-spacing: -0.04em;

}
/*---------フォーム-----------*/

.head_form {
	position: relative;
	width: 150px;
	height: 56px;
	box-sizing: border-box;
	border: 2px #fff solid;
	box-shadow: 1px 1px 1px 1px #b2b2b2;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #42ff39), color-stop(1.00, #00a12d));
	background: -webkit-linear-gradient(#42ff39, #00a12d);
	background: -moz-linear-gradient(#42ff39, #00a12d);
	background: -o-linear-gradient(#42ff39, #00a12d);
	background: -ms-linear-gradient(#42ff39, #00a12d);
	background: linear-gradient(#42ff39, #00a12d);
	
}
.head_form a {
	display: block;
	height: 100%;
	border-radius: 6px;
  	transition: .3s ease-in-out;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #42ff39), color-stop(1.00, #00a12d));
	background: -webkit-linear-gradient(#42ff39, #00a12d);
	background: -moz-linear-gradient(#42ff39, #00a12d);
	background: -o-linear-gradient(#42ff39, #00a12d);
	background: -ms-linear-gradient(#42ff39, #00a12d);
	background: linear-gradient(#42ff39, #00a12d);
}
.head_form a:hover {
  	background: #52cc46;
	box-shadow: 0 0 1px 1px inset #3C0;
}



.form_icon {
	position: absolute;
	width: 28px;
	right: 108px;
	top: 16px;
}
.form_text {
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px #333;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 1.3;
}

.letter_s3 {
	letter-spacing: 0.175em;
}
	
/*--------navi-------------------------------------------*/


#h-navi{
	width:920px;
	clear:both;
	background-image: url(../img/navi_bar.gif);
	background-repeat: repeat-x;
	}	

#h-navi ul{
	}	
	
#h-navi li{
	float:left;
	height:21px;
	background:url(../img/navi_bar_end.gif) no-repeat;
	padding:5px 7px 0 10px;
	}

#h-navi li a{
	 display: block;
	color: #333333;
	}
#h-navi li a:hover {
	opacity: 0.6;
	transition: all .3s ease-in-out;
	
}
#h-navi li a.wb{
	 background:url(../img/wakaba.gif) no-repeat center left;
	 padding:0 0 0 15px;
	}
	
#h-navi li a.hatena{
	 background:url(../img/hatena.gif) no-repeat center left;
	 padding:0 0 0 15px;
	}
	
#h-navi li a:link, #h-navi li a:visited{
	 text-decoration:none;
	 color:#510000;
	 }

.mitu{
	}
/*----------------------------------*/	
.glo_navi {
	position: absolute;
	/*top: 90px;*/
	top: 89px;
	left: 10px;
	width: 920px;
	/*margin: 6px 0 15px;*/
	margin: 6px 0 12px;
	
	background: rgb(160,226,129);
	background: linear-gradient(0deg, rgba(160,226,129,1) 0%, rgba(155,209,129,1) 100%);

}
.glo_navi ul {
	display: flex;
	justify-content: space-between;
}
.glo_navi ul li {
	flex: 0 1 12.5%;
	}
.glo_navi ul li a {
	border-right: 1px solid #fdfffd;
	
	/*background: rgb(160,226,129);
	background: linear-gradient(0deg, rgba(160,226,129,1) 0%, rgba(155,209,129,1) 100%);*/
	
	
	/*background: linear-gradient(#00a12d,#42ff39);*/
	
/*background-image: linear-gradient(
  180deg,
  hsl(100deg 95% 41%) 0%,
  hsl(105deg 75% 47%) 16%,
  hsl(108deg 67% 50%) 25%,
  hsl(110deg 68% 52%) 32%,
  hsl(111deg 69% 54%) 40%,
  hsl(113deg 71% 56%) 47%,
  hsl(115deg 72% 58%) 54%,
  hsl(116deg 74% 60%) 63%,
  hsl(117deg 76% 62%) 74%,
  hsl(118deg 79% 63%) 100%
);*/

background-image: linear-gradient(
  180deg,
  hsl(100deg 96% 46%) 0%,
  hsl(105deg 81% 52%) 32%,
  hsl(108deg 81% 56%) 46%,
  hsl(110deg 81% 58%) 55%,
  hsl(111deg 82% 60%) 60%,
  hsl(113deg 83% 62%) 64%,
  hsl(114deg 84% 64%) 67%,
  hsl(115deg 85% 66%) 71%,
  hsl(117deg 86% 67%) 77%,
  hsl(118deg 87% 69%) 100%
);
	
	padding: 4px 4px;
	text-align: center;
	display: block;
	
	/*color: #1b3d0a;*/
	
	color: #163d02;
	
	transition: .3s ease-in-out;
	}
.glo_navi ul li a:hover {
	/*background: #67a844;*/
	
	/*background: linear-gradient(#00a12d,#42ff39);*/
	
	background-image: linear-gradient(
  180deg,
  hsl(134deg 96% 44%) 71%,
  hsl(128deg 73% 52%) 92%,
  hsl(126deg 73% 55%) 97%,
  hsl(124deg 72% 58%) 100%,
  hsl(123deg 71% 60%) 100%,
  hsl(122deg 71% 62%) 101%,
  hsl(121deg 71% 64%) 101%,
  hsl(120deg 71% 66%) 100%,
  hsl(119deg 71% 67%) 100%,
  hsl(118deg 71% 68%) 100%
);
	
	color: #fff !important;
	text-shadow: none;
	}
.glo_navi ul li:last-of-type {
	border-right: none;
	}
.close_menu {
	display: none;
}
/*===========g-search==========*/
.g-search_wrap {
	display: flex;
	width: 920px;
	height: 41px;
	margin: 0 0 10px;
	background: #f1f1f1;
}
#g-search{
	clear:both;
	width:360px;
	/*background: #d6d6d6;*/
	background: #dddddd;
	height: 38px;
	position:relative;
	margin:0 0 8px;
	border-radius: 0 8px 8px 0;
	padding: 0 0 2px;
	}
/*--------bg-google検索--------*/	

/*#g-search{
	clear:both;
	width:920px;
	background:url(../img/search_back.gif) no-repeat  ;
	height: 38px;
	position:relative;
	margin:0 0 10px;
	}	*/
	
/*-----------------------------*/	
	
#g-search p {
	position:absolute;
	top: 9px;
	left:15px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #fff;
	text-shadow:
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c,
	0 0 2px #7c7c7c,0 0 2px #7c7c7c;
	}

#g-search form{
	position:absolute;
	top: 8px;
	left:125px;
	}

#g-search input[type="text"] {
	width:155px;
}

#g-search input[type="submit"]{
	padding: 1px 8px;
	margin: -1px 0 0 3px;
	box-shadow: 2px 2px 0 0 #ccc;
	background: #fff;
	border-radius: 6px;
	color: #163d02;
	
}
_:lang(x)+_:-webkit-full-screen-document, #g-search input[type="submit"]{
  padding: 1px 8px;
	margin: -1px 0 0 3px;
	box-shadow: 2px 2px 0 0 #ccc;
	background: #fff;
	border-radius: 6px;
	color: #163d02;
}


.sTxt_wrap {
	background: #f1f1f1;
	position: relative;
	width: 560px;
}
.sTxt {
	position: absolute;
	padding-left: 10px;
	font-size: .9em;
	top: 4px;
	left: 5px;
	line-height: 2;
	}
.sTxt a {
	margin: 0 5px 0 0;
	color: #163d02;
}
.sTxt a:last-of-type {
	margin: 0;
}
/*------------------------*/
.sTxt a:hover {
	color: #5b5b5b !important;
}
.sTxt a {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.sTxt a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #989898;
  transition: all .3s ease-in-out;
}
.sTxt a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}




/*--------bg-google検索--------*/

/*.sTxt {
	background: url(../img/dotarrow.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 12px;
	top: 8px;
	left: 380px;
	line-height: 2;
	position: absolute;
	}	*/
	
/*-----------------------------*/
	
.sTxt a:before{
	content: "";
	display: inline-block;
	background: url(../img/dotarrow.svg) no-repeat;
	background-size: contain;
	margin: -2px 2px 0 0;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	
}	
.sTxt a:hover:before{
	background:url(../img/dotarrow_g.svg) no-repeat left center;
	
}
/*=============================*/

/*--------家庭用注意書文-------------*/

#home-tyui {/*使用停止*/
	float: right;
	width: 720px;
	padding:10px 0;
	color: #FF0000;
	font-size: 1.2em;
	background: rgba(107,243,100,.5);
	margin: 10px auto;
	text-align: center;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#home-tyui_top {/*トップページ・プランニング・お問い合わせ用・その他ページ*/
	width: 920px;
	padding:10px 0;
	color: #FF0000;
	font-size: 1.2em;
	background: rgba(107,243,100,.5);
	margin: 20px auto 0;
	text-align: center;
	clear: both;
}
/*------------foot------------------*/
	
#footer, footer{
	clear:both;
	width: 920px;
	padding:20px 0 30px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	/*background: rgba(155,210,129,.8);*/
	
	background: #6bf364;
	
}

#foot-navi {
}

#foot-navi li{
	display:inline;
	margin: 0 6px 0 0;
}

#foot-navi li a {
	text-decoration:none;
	display: inline-block;
	padding: 4px;
  	position: relative;
	
	color: #163d02;
}
#foot-navi li a:hover {
	color: #5b5b5b !important;
}

#foot-navi li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #5b5b5b;
  transition: all .3s ease-in-out;
}
#foot-navi li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*----------------------*/

#copyright{
	color: #163d02;
	font-style:normal;
	margin: 15px 0 0 0;
	}
	
#copyright a:link{color:#666666;text-decoration:none;}
#copyright a:visited{color:#666666;text-decoration:none;}
	

#footup1{
	width:920px;
	margin:20px 0;
	}
#footup1 li{
	float:left;
	padding:0 6px;
	border-right:solid 1px #CCCCCC;
	}
#footup1 li.b-no{
	border-right:solid 0px #fff;
	}
#footup1 a{
	text-decoration:none;
	}

/*---------リンクテキストボタン------------*/

.text_button,
.text_button2,
.text_button3,
.text_button4 {
	position: relative;
	padding: 12px 15px 12px 4px;
	display: inline-block;
	margin: 10px 0;
	width: 200px;
	text-align: center;
	border-radius: 6px;
	transition: all .3s ease-in-out;
	font-weight: bold;
	font-size: 1.1em;		
}

.text_button:after,
.text_button2:after,
.text_button3:after,
.text_button4:after {
	position: absolute;
	top: 50%;
	right: 1.0em;
	content: '';
	margin-top: -5px;
	border: 9px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #5c8746;
	transition: all .3s ease-in-out;
}
.text_button:hover:after,
.text_button2:hover:after,
.text_button3:hover:after,
.text_button4:hover:after {
	top: 50%;
	right: .8em;
	content: '';
	margin-top: -5px;
	border: 9px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #f1f1f1;
}

/*---------ボタン1------------------*/
.text_button {
	background: #dcfac5;
	border: 2px solid #fff;
	color: #5c8746 !important;
	box-shadow: 0 0 1px 1px #41b306;	
}
.text_button:hover {
	background: #41b306;
	/*background: #57c81b;*/
	color: #f1f1f1 !important;
}
/*-----------ボタン2-------------------*/

/*.text_button2 {
	background: #d8e8fe;
}
.text_button2:hover {
	background: #39629a;
	color: #f1f1f1 !important;
}*/
/*-----------ボタン3-------------------*/

.text_button3 {
	background: #f5f9fa;
	border: 1px solid #406365;
	color: #406365 !important;
}
.text_button3:hover {
	background: #406365;
	color: #f5f9fa !important;
}

/*------------ボタン4------------------*/

.text_button4 {
	background: #f7f15d;
	color: #fe0000 !important;
	box-shadow: 0 0 1px 1px #fe0000 !important;
}
.text_button4:hover {
	background: #F60;
	color: #f1f1f1 !important;
}
.text_button4:after {
	border-left-color: #fe0000 !important;
}
.text_button4:hover:after {
	border-left-color: #f1f1f1 !important;
}
/*------お問い合わせフォームページ------*/

.form-text{
	width:700px;
	margin:0 auto;
	padding:10px 5px;
	line-height:1.5;
	letter-spacing:0.1em;
	}
	
.thank-text{
	width:700px;
	margin:40px auto 80px;
	line-height:1.6;
	letter-spacing:0.1em;
	font-size:14px;
	text-align: center;
	}

.thank-text img:not(.footer_catalog img) {
	margin:0 auto 40px;
	text-align: center;
	}
.thank-text p {
	line-height:1.8;
	padding: 0 20px;
	}
.thank-text p:first-of-type {
	color: #95645a;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 600;
	}
/*-----------お問合せthank you------------*/
.back_btn {
	margin: 45px 0 0;
}
.back_btn a {
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
  color: #61677C;
  /*font-weight: bold;*/
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  width: 300px;
  margin: 0 0 60px;
}
.back_btn a:hover {
  color: #5898ea;
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
.back_btn a:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

/*---------------------------*/

.thanks_header {
	box-sizing: border-box;
	width: 700px;
	padding: 0 10px 5px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #7eb734;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 5px 5px 0;
	
}
.thanks_header div:first-of-type {
	margin: 10px 0 0;
}
.thanks_header .done {
	font-size: 1.2rem;
	font-weight: bold;
	color: #8c8c8c;
	margin: 50px 0 0;
}

/*---------施設サイト　お問合せThank You-----------------*/

.shisetu_thank_wrap {
	background-image: url(https://www.ekag-shisetu.com/image/hero_image1_pc.jpg);
	height: 100vh;
	background-size: cover;
	padding: 120px 0 0 0;
}
.shisetu_thank {
	background: rgba(255,255,255,.95);
	width: 600px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 8px;
}

.shisetu_thank h1 {
	color: #f4a460;
	margin: 0 0 20px;
}
.shisetu_thank h1 span:last-of-type {
	color: #82b966;
	margin: 0 0 0 10px;
}
.shisetu_thank h1 + p {
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 20px;
}

.shisetu_thank p {
	font-size: 1.25em;
	line-height: 1.6;
	text-align: left;
}

.shisetu_thank p:nth-last-of-type(2) {
	font-weight: bold;
}
.shisetu_thank p:nth-last-of-type(-n+2) {
	font-size: 1.4em;
	text-align: center;
}



