@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:link {
  color: #69821b;
}

a:visited {
  color: #69821b;
}

a:hover {
  color: #99ab4e;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


/*---------------------------- ページ全体の指定 ----------------------------*/

body {
  width: 100%;
  font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}


/*---------- メイン ----------*/

#main {
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  line-height: 1.6;
}

#header h1 {
  display: none;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  margin: 0;
  padding: 4px;  /*-- 余白 --*/
  background-color: #ffffff;  /*-- 背景色 --*/
}


/*----- 左 logo -----*/

#h_logo {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #666666;
}

#h_logo h2 {
  padding: 8px 0 4px 0;  /*-- logo 位置 --*/
  margin: 0;
}

#h_logo img {
  max-width: 100%;
  height: auto;
}

#h_logo a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 1em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 1em;
}


/*----- 右 info -----*/

#h_info {
  padding: 6px;
  text-align: center;
  background-color: #f1fde3;
}

#h_info p {
  line-height: 1.0;
}

#h_info a {
  color: #c9171e !important;
  text-decoration: none;
}

#h_info .tel {
  font-size: 1.21em;
  color: #c9171e;
  line-height: 1.0;
  font-weight: bold;
}

#h_info .tel a {
  font-size: 1.21em;
  color: #c9171e;
  line-height: 1.0;
  font-weight: bold;
}


/*---------- ヘッダーメニュー ----------*/

#header-menu {
  margin: 0 1px 4px 1px;
}

#header-menu ul {
  padding: 0;
}

#header-menu ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#header-menu li a {
  width: 100%;
  font-size: 0.95em;
  padding: 13px 0 13px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff6e7 !important;
  text-decoration: none;
  border-left: 1px solid #94a26b;
  border-bottom: 1px solid #c2c775;
  background: #77b258 url(../img/head_menu_back_abase.gif) repeat-x;
}

#header-menu li a:hover {
  color: #fff6e7 !important;
  display: block;
  text-decoration: none;
  background: #77b258 url(../img/head_menu_back_hover.gif) repeat-x;
}

#header-menu li.home a {
  border-left: none;
}

#header-menu span.sub {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*---------- SPインフォメーション ----------*/

.information {
  margin: 0;
  padding: 0;
}

.phone {
  margin: 10px 0;
  padding: 0;
}


/*---------- メイン画像 ----------*/

#header-img {
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- メインコンテンツ ----------*/

#container {
  padding: 0;
}


/*---------- コンテンツ ----------*/

#contents {
  padding: 8px 6px 10px 6px;
  font-size: 1em;
}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

#contents h2 {
  height: auto;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 45px;
  font-size: 20px;
  color: #69821b;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5;
  background-image: url(../img/icon/aircon1cya.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

#contents h2.txt {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.page_title {
  margin: 0 0 10px 0;
  padding: 12px 0 8px 12px;
  font-size: 1.28em;
  color: #882200;
  line-height: 1.6;
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
  border-bottom: solid 3px #882200;
  border-left: solid 4px #882200;
  background-color: #fff8e3;
  background-image: none;
}

#contents h3.icon {
  height: auto;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 45px;
  font-size: 20px;
  color: #69821b;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #966934;
  border-left: solid 5px #966934;
  background-color: #f9f2d5;
  background-image: url(../img/icon/hitofuki.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#contents h3{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/spray2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 12px 16px;
  line-height: 1.4;
  font-size: 18px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 17px;
  color: #882200;
  border-top: solid 1px #999999;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 4px #663300;
  border-left: solid 1px #bbbbbb;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}




#contents h4{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/clover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h4.icon2{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/cleaner2-1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}



#contents h4.icon3{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/electriclight2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h5{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/bucket2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h5.icon2{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/cleaner2-1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h5.icon3{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/fine2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}


#contents h6{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/houki.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h6.icon2{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/j-tea.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}

#contents h6.icon3{
	height: auto;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 45px;
	border-top: 2px dotted olive;
	border-bottom: 2px dotted olive;
	background-image: url(../img/icon/spray2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00858a;
	font-size: 18px;
}
#contents p {
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.6;
}



/*文字の横位置*/
.al-l{ text-align: left!important; }
.al-r{ text-align: right!important; }
.al-c{ text-align: center!important; }


/*文字の縦位置*/
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/


/*リスト1*/

.list1{
  color: #668ad8;/*文字色*/
  border: dashed 2px #668ad8;/*破線 太さ 色*/
  background: #f1f8ff; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.list1 li{
  line-height: 1.5;
  padding: 0.5em 0;
}

/*リスト2*/

.list2{
  color: #668ad8; 
  border: double 5px #668ad8;/*二重線 太さ 色*/
  background: #f1f8ff; 
  padding: 0.5em 0.5em 0.5em 2em;
}

.list2 li{
  line-height: 1.5;
  padding: 0.5em 0;
}

/*リスト3*/
.list3{
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.list3 li{
  line-height: 1.5;
  padding: 0.5em 0;
}



/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- 表（テーブル） ----------*/

table.t01 {
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
  padding: 4px;
}

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
}

td.head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00 {
  padding: 4px;
}


table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
  background-color: #fff8e3;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #fff8e3;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
  width: auto;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding: 12px 8px 12px 8px;
}

/*---------- 動画 ----------*/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


/*---------- サイドエリア ----------*/

#menu {
  margin : 0 0 20px 0;
}

.menulist {
  width: 100%;
  text-decoration: none;
  margin: 0 0 25px 0;
}

.menulist h2 {
  padding: 10px 0 6px 38px;
  font-size: 1.18em;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color:  green;
  height: 30px;
  background-color: #E8F3C9;
  background-image: url(../images/pageimages/icon/glass_det.gif) ;
  background-repeat: no-repeat;
  background-position: left center;
}

.menulist h3 {
  padding: 10px 0 6px 38px;
  font-size: 1.18em;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color:  green;
  height: 30px;
  background-color: #E8F3C9;
  background-image: url(../images/pageimages/icon/glass_det.gif) ;
  background-repeat: no-repeat;
  background-position: left center;
}


.menulist house {
  padding: 10px 0 6px 38px;
  font-size: 1.18em;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color:  green;
  height: 30px;
  background-color: #E8F3C9;
  background-image: url(../images/pageimages/icon/hitofuki.gif) ;
  background-repeat: no-repeat;
  background-position: left center;
}

.menulist eakon {
  padding: 10px 0 6px 38px;
  font-size: 1.18em;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color:  green;
  height: 30px;
  background-color: #E8F3C9;
  background-image: url(../images/pageimages/icon/house.png) ;
  background-repeat: no-repeat;
  background-position: left center;
}

.menulist biru {
  padding: 10px 0 6px 38px;
  font-size: 1.18em;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color:  green;
  height: 30px;
  background-color: #E8F3C9;
  background-image: url(../images/pageimages/icon/glass_det.gif) ;
  background-repeat: no-repeat;
  background-position: left center;
}

.menulist ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

.menulist li {
  width: 100%;
  list-style: none;
  text-align: center;
}

.menulist li a {
  position: relative;
  padding: 13px 10px 8px 10px;
  display: block;
  color: #54351f !important;
  text-decoration: none;
  border-bottom: solid 1px;
  border-bottom-color: green;
  background-color: white;
}

.menulist li a:hover {
  color: #745a45 !important;
  display: block;
  text-decoration: none;
  border-bottom: solid 1px;
  border-bottom-color: green;
  background-color: #E8F3C9;
}

.menulist li a:after {
  content: url(../img/flow_icon.png);
  position: absolute;
  right: 10px;
}

.menu_free {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-size: 1em;
  color: #333333;
  background-color: #f1f0f0;
}

.menu_free h2 {
  margin: 0 0 6px 0;
  padding: 10px 0 6px 14px;
  font-size: 1.18em;
  color: #fffffc;
  border-bottom: solid 1px;
  border-bottom-color: #583822;
  background: url(../img/h_bg_gray.gif) center repeat-x;
}

.menu_free h3 {
  margin: 0 0 6px 0;
  padding: 10px 0 6px 14px;
  font-size: 1.18em;
  color: #fffffc;
  border-bottom: solid 1px;
  border-bottom-color: #583822;
  background: url(../img/h_bg_gray.gif) center repeat-x;
}

.menu_free p{
  padding: 0 5px 0 5px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
}

.menu_top {
  display: none;
}

.menu_btn_under {
  display: none;
}


/*---------- サイドエリア・トップに戻る ----------*/

.menu_back {
  display: inline;
}


/*---------- フッター ----------*/

#footer {
  width: auto;
  padding: 20px 10px 20px 10px;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #e8f3c9;
}

#footer p {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}

#footer small {
  padding: 10px;
  font-size: 0.92em;
  color: #555555;
}

#footer small a {
  color: #555555 !important;
  text-decoration: none;
}

#footer small a:hover {
  color: #777777 !important;
  text-decoration: underline;
}

#footer small a:visited {
  color: #555555;
  text-decoration: none;
}

}