/* CSS Document */

/*==========================
		ページベース				
==============================*/

body{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	position: relative;
    right: 0;
    overflow-x: hidden;
	min-width:initial;
	}
	
#wrapper{
	width:100%;
	min-width: 280px;
	height: auto;
	font-size:0.8rem;
	}
		
#wrapper h1 {
	color: #fff;
	font-size: 0.7rem;
	
	/*background: #548E13;*/
	background: #41b306;
  
	
	padding:2px;
	text-indent: 0.4em;
	}
h1 a:link{
	color:#666666;
	text-decoration:none;
	}
h1 a:visited{
	color:#666666;
	text-decoration:none;
	}
.disc {
	display: none;
}

.pc_c {
	display:none;
	} 
.m_c {
}


.opa {
	transition: .3s ease-in-out;
}
.opa:hover {
	opacity: .7;
}
/*==========================
		ヘッダ			
==============================*/
header {
	width:100%;
	min-width: 280px;
	/*position: relative;*/
	min-height: 118px;
	}

/*--------------------------------------*/

.logo {
	margin: 0;
	padding: 0;
	}
.logo a {
	width: 116px;
	height: auto;
	display: block;
	padding: 14px 0 0 2%;
	
	filter: saturate(200%);
}	

/*-----モバイルトップ 追従ヘッダー------*/	


/*.sp_head {
	width:100%;
	height: 60px;
	margin: 0;
	padding: 8px 0 0;
	position: absolute;
  	top: 0;
  	left: 0;
	background: #fff;
	z-index: 1000;
	transition: .6s;
	
}

.is-fixed {
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 1000;
  	width: 100%;
	height: 60px;
	margin: 0;
	padding: 8px 0 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
              0 2px 2px rgba(0,0,0,0.08), 
              0 4px 4px rgba(0,0,0,0.08), 
              0 6px 8px rgba(0,0,0,0.08),
              0 8px 16px rgba(0,0,0,0.08);
}*/

.sp_head {
    background: #fff;
	padding: 0;
    position: absolute;
    width: 100%;
	height: 60px;
	z-index: 1000;
	transition: .3s ease-in-out;
}
.sp_head.fixed{
    position: fixed;
    top: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04), 
              0 2px 2px rgba(0,0,0,0.04), 
              0 4px 4px rgba(0,0,0,0.04), 
              0 6px 8px rgba(0,0,0,0.04),
              0 8px 16px rgba(0,0,0,0.04);
}

/*------------------------------------*/
.gn-tg 	{
	position: absolute;
	top: 8px;
	right: 2.2%;
	width: 274px;
}
.gn-tg ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
/*------------------------------------*/
.br_pc {/*モバイル不要*/
	display: none;
}

/*-----------ヘッダーボタン---------*/
.sp_cost {
	font-weight: bold;
	color: #F00;
	font-size: 1.2em;
	text-align: center;
}
.sp_cost .sp_cost_txt {
	font-weight: 500;
	color: #5b5b5b;
	font-size: .8em;
}
@media screen and (max-width: 414px) {
	
.gn-tg 	{
	width: 238px;
}
.sp_cost {
	font-size: 1.1em;
}

}
@media screen and (max-width: 374px) {
	
.gn-tg 	{
	width: 110px;
}	
.sp_cost {
	display: none;
}

}

@media screen and (max-width: 320px) {
	
.gn-tg 	{
	width: 100px;
}	
}

.tel,
.head_tel,
.head_form {
	display: none;
}


/*-------モバイルTELアイコン-----*/

.sp_tel {
}
.sp_tel a {
	background: url(../img/e_tel.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	transform:rotate(-45deg);
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
	filter: saturate(200%);
}

/*safari + iOSのChrome*/

_::-webkit-full-page-media, _:future, :root .sp_tel {
}

_::-webkit-full-page-media, _:future, :root .sp_text {
}

/*-------------------------------*/
.tel_icon {
	display: none;
}

/*safari + iOSのChrome*/
_::-webkit-full-page-media, _:future, :root .tel_icon {
}

/*-------------------------------*/
.sp_number {
	display: none;
}

/*safari + iOSのChrome*/
_::-webkit-full-page-media, _:future, :root .sp_number {
}

/*----------ハンバーガー-------------*/
.gn-tg .shmenu a {
	display: block;
	width: 42px;
	height: 44px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/menu_icon.svg) no-repeat;
	background-size: cover;
	margin: 2px 0 0;
	}	

/*--------navi----------------------*/
		
#h-navi {
	position: fixed;
    top: 0;
    right: -248px;
    width: 240px;
    height: 100%;
    background: #fff;
	border-left:solid 1px #999;
	z-index:1002;
	font-size:0.8rem;
	font-weight:bold;
	box-shadow: -2px 5px 3px 0 rgba(0,0,0,0.2);
	overflow-y: scroll;
	}
	

#h-navi ul{
	background:#F2F1EC;
	border-top:solid 21px #548E13;
	
	}	
	
#h-navi li{
	border-bottom:solid 1px #ccc;
	line-height:3;
	}

#h-navi li a {
	color:#333;
	text-decoration:none;
	padding: 8px 0 8px 12px;
	display: block;
	}
#h-navi li a:active {
	background: #69C;
	}

/*.mitu{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/close-btn.svg) no-repeat 10px 10px;
	height: 100px;
	margin: 8px 0 0;
	cursor: pointer;
	}*/
/*----------------------------------------*/		
.glo_navi {
	position: fixed;
    top: 0;
    right: -248px;
    width: 240px;
    height: 100%;
    background: #fff;
	border-left:solid 1px #999;
	z-index:1002;
	font-size:0.8rem;
	font-weight:bold;
	box-shadow: -2px 5px 3px 0 rgba(0,0,0,0.2);
	overflow-y: scroll;
	}
	

.glo_navi ul{
	background:#F2F1EC;
	border-top:solid 21px #548E13;
	
	}	
	
.glo_navi li{
	border-bottom:solid 1px #ccc;
	line-height:3;
	}

.glo_navi li a {
	color:#5b5b5b;
	text-decoration:none;
	padding: 8px 0 8px 12px;
	display: block;
	}
.glo_navi li a:active {
	background: #69C;
	}

.close_menu{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/close-btn.svg) no-repeat 10px 10px;
	height: 100vw;
	margin: 8px 0;
	cursor: pointer;
	}
/*------search---------------------*/

.g-search_wrap {
}
#g-search{
	clear:both;
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
	}
#g-search form{
	}

#g-search input[type="text"] {
	width:76%;
	height:26px;
	border:solid 1px #CCCCCC;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"]{
	width:20%;
	-webkit-appearance: none;
	border-radius: 4px;
	background: #e9e9ed;
	border:solid 1px #8f8f9d;
	padding: 5px;
	color: #5b5b5b;
	}

.sTxt_wrap{
	display:none;

	}
.sTxt {
	display:none;
}


/*---------------------*/
	
#sprootnavi {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 999;
	width: 100%;
	}
	
#sprootnavi ul {
	width:100%;
	display:table;
	}
#sprootnavi li {
	display:table-cell;
	text-align:center;
	width:25%;
	height:100%;
	background:#f4f3f3;
	font-size:0.7rem;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	}
	#sprootnavi li a {
		display:block;
		padding-top:30px;
		padding-bottom:5px;
		text-decoration:none;
		color:#060;
		}
#sprootnavi li:last-of-type {
	border-right: none;
}
#sprootnavi li.rootguide a {
	background:url(../img/root-guide.png) no-repeat center 5px;
	background-size:34px auto;
	}
	
#sprootnavi li.rootcat a {
	background:url(../img/root-cat.png) no-repeat center 5px;
	background-size:34px auto;
	}
	/**top**/
	#sprootnavi li.rootcat-top a {
	background:url(../img/root-cat.png) no-repeat center 5px;
	background-size:34px auto;
	}
	
#sprootnavi li.rootinq a {
	background:url(../img/root-mail.png) no-repeat center 5px;
	background-size:34px auto;
	}
	
#sprootnavi li.rootsearch a {
	background:url(../img/root-search.png) no-repeat center 5px;
	background-size:34px auto;
	}

/*------家庭用注意書文----------------*/

#home-tyui {
	padding:10px 2%;
	color: #FF0000;
	font-size: 1.0em;
	margin: 0 1% 10px;
	background: rgba(107,243,100,.5);
	text-align: center;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#home-tyui_top {
	padding:10px 2%;
	color: #FF0000;
	font-size: 1.0em;
	background: rgba(107,243,100,.5);
	margin: 10px 0 0 0;
	text-align: center;
}

/*------foot--------------------------*/
	
#footer, footer{
	clear:both;
	/*background: #bbd9ab;
	background: rgba(155,210,129,.8);*/
	padding: 20px 10px 30px;
	font-size: 0.8rem;
	text-align: center;
	margin-bottom: -20px;
	
	background: #6bf364;
	}

#foot-navi {
	margin-bottom:20px;
	text-align:center;}

#foot-navi li{
	
	display:inline-block;
	margin:0 10px 15px 0;
	}

#foot-navi li a{
	text-decoration:none;
  	position: relative;
	color: #163d02;
	}
#foot-navi li a:hover {
	color: #5b5b5b !important;
	}

#foot-navi li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  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{
	clear:both;
	background: #6bf364;
	font-style:normal;
	font-size:.9em;
	}
	
#copyright a:link{color:#666666;text-decoration:none;}
#copyright a:visited{color:#666666;text-decoration:none;}


/*---------リンクテキストボタン化------------*/

.text_button,
.text_button2,
.text_button3,
.text_button4 {
	position: relative;
	padding: 10px 0 8px;
	font-size: 1.1em;
	display: block;
	margin: 5px auto 15px;
	width: 300px;
	text-align: center;
	border-radius: 6px;
	transition: all .3s ease-in-out;
	font-weight: bold;
}
.text_button:after,
.text_button2:after,
.text_button3:after,
.text_button4:after {
	position: absolute;
	top: 49%;
	right: 1.2em;
	content: '';
	margin-top: -4px;
	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: 0.9em;
	content: '';
	margin-top: -5px;
	border: 9px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #f1f1f1;
}
/*safari*/

/*_::-webkit-full-page-media, _:future, :root .text_button,
_::-webkit-full-page-media, _:future, :root .text_button2,
_::-webkit-full-page-media, _:future, :root .text_button3,
_::-webkit-full-page-media, _:future, :root .text_button4 {
	position: relative;
	background: #cbd9d0;
	padding: 10px 0 12px 0;
	font-size: 1.2em;
	display: block;
	margin: 5px auto 15px;
	width: 300px;
	text-align: center;
	border-radius: 6px;
	border: 2px #FFF solid;
	box-shadow: 0 0 1px 1px #ccc;
  }*/

/*---------ボタン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;
}

/*------お問い合わせフォームページ------*/
	
.thank-text {
	width:100%;
	padding: 10px;
	margin: 20px auto 100px;
	letter-spacing: 0.1em;
	font-size: .8rem;
	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;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.0rem;
	}	
	
/*-----------お問合せthank you------------*/
.back_btn {
	margin: 45px 0 0;
}
.back_btn a {
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: .9rem;
  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 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-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: 100%;
	padding: 0 10px 15px;
	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;
	display: flex;
	flex-direction: column;
}
.thanks_header div:first-of-type img {
	width: 80%;
}
.thanks_header div:last-of-type {
	margin: -5px 0 0;
	font-size: 85%;
}
.thanks_header .done {
	font-size: 1.0rem;
	font-weight: bold;
	color: #8c8c8c;
	margin: auto 0 0;
}
@media screen and (max-width: 414px) {

.thanks_header .done {
	font-size: .9rem;
	font-weight: bold;
	color: #8c8c8c;
}
}
@media screen and (max-width: 374px) {	
.thanks_header div:last-of-type img {
	display: none;
}

}

/*---------施設サイト　お問合せThank You-----------------*/

.shisetu_thank_wrap {
	width: 100%;
	background-image: url(https://www.ekag-shisetu.com/image/hero_image1_pc.jpg);
	height: 100vh;
	background-size: cover;
	padding: 100px 0 0 0;
}
.shisetu_thank {
	background: rgba(255,255,255,.95);
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
}
.shisetu_thank h1 {
	color: #f4a460;
	margin: 0 0 20px;
}
.shisetu_thank h1 span:last-of-type {
	color: #82b966;
	display: inline-block;
}
.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;
}
