@charset "UTF-8";


/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media only screen and (min-width:680px) and (max-width:920px) {


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

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #333333;
  -webkit-text-size-adjust: none;
}


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

#main {
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}


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

#header {
  width: 100%;
  margin: 0 auto 0 auto;
  border-top: solid 3px #208b0;
  /*background-image: url(../img/header.png);
  background-repeat: repeat-x;*/
  background-color:#FFF;
}

#header h1 {
  background-image:url(../img/head_text_bg.png);
  margin: 0 auto 0 auto;
  padding: 3px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 0.62em;
  color: #5b3926;
}


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

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

#header_inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


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

#h_logo {
  width: 40%;
  padding: 0;  /*-- 左右余白0px --*/
  margin: 0;
  float: left;
  font-size: 0.87em;
  color: #555555;
  text-align: left;
  line-height: 1.5;
  text-decoration: none;
}

#h_logo h2 {
  margin: 0;
  /*padding: 20px 0 0 0;*/  /*-- logo 位置 --*/
  text-align: left;
  font-size: 1.25em;
  color: #444444;
  letter-spacing: 0.05em;
}

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

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

#h_logo a:hover {
  font-size: 1.12em;
  color: #888888;
  text-decoration: none;
}


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

#h_info{
  width: 60%;
  padding: 4px 0 0 0;  /*-- info画像 左右余白0px --*/
  margin: 0;
  text-align: right;
  float: right;
  font-size: 1em;
  color: #333333;
  line-height: 1.5;
  text-decoration: none;
}

#h_info p {
  margin: 0;
  padding: 4px 0 0 0;
  text-align: left;
  font-size: 0.87em;
  color: #444444;
  letter-spacing: 0.05em;
}

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

#h_info a{
  font-size: 1em;
  color: #333333;
  text-decoration: none;
}

#h_info a:hover{
  font-size: 1em;
  color: #666666;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}


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

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

#header-menu ul {
  width: 100%;
  display: table;
  padding: 0;
  background-image: url(../img/head_menu_back_base.png);
  background-repeat: repeat-x;
}

#header-menu ul li {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#header-menu li a {
  padding: 16px 0 14px 0;
  display: block;
  font-size: 0.75em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fffffc !important;
  text-decoration: none;
  border-left: 1px solid #435042;
  background: url(../img/head_menu_back_abase.png) repeat-x;
}

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

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

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


/*---------- SP電話ボタン ----------*/

.phone {
  display: none;
}


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

#header-img {
  clear: both;
  width: 100%;
  margin: 0px 0 6px 0;
  text-align: center;
}

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


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

#container {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 6px 0;
  background-color: #ffffff;
}


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

#contents {
  margin: 0;
  padding: 5px 8px 5px 8px;
  font-size: 1em;
  width: auto;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

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

#contents h2 {
  margin: 0 0 10px 0;
  padding: 10px 0 6px 18px;
  font-size: 1.28em;
  color: #54351f;
  line-height: 1.7;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 4px #208b0f;
  border-left: solid 1px #cccccc;
  background: url(../img/h2_bg_tab.png) center repeat-x;
}

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

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

#contents h2.page_title {
  margin: 0 0 10px 0;
  padding: 13px 0 7px 18px;
  font-size: 1.28em;
  color: #581201;
  line-height: 1.7;
  border-top: solid 4px #208b0f;
  border-right: solid 1px #208b0f;
  border-bottom: solid 1px #208b0f;
  border-left: solid 1px #208b0f;
  background-color: #ebffdf;
  background-image: none;
}

#contents h2.contact_title {
  margin: 0 0 10px 0;
  padding: 13px 0 7px 18px;
  font-size: 1.28em;
  color: #ce0808;
  line-height: 1.7;
  border-top: solid 4px #feb608;
  border-right: solid 1px #feb608;
  border-bottom: solid 1px #feb608;
  border-left: solid 1px #feb608;
  background-color: #fef2bb;
  background-image: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 11px 10px 7px 13px;
  line-height: 1.7;
  font-size: 1.28em;
  color: #208b0f;
  border-top: solid 1px #3a8b2d;
  border-right: solid 1px #3a8b2d;
  border-bottom: solid 1px #17630b;
  border-left: solid 5px #208b0f;
  background: url(../img/h3_bg.png) center repeat-x;
}

#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(../img/h3_beta.png) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(../img/h3_point.png) ;
}

#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 1em;
}


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

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}


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

table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  padding: 10px;
  border: solid 1px #cccccc;
  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);
}


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

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

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



table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #999;
	padding: 12px 14px 12px 14px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff8e3;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}



/*---------- リンクページ　企業コメント ----------*/

ul.comment_box li{
	width:96%;
	/*height:000px;*/
	border:solid 1px #bebebe;
	/*border-color:#bebebe;*/
	background:#fff;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
	padding:10px;
	color:#583822;
}

com_topbox {
	width:100%;
	height:45px;
}

ul.comment_box li div.com_topbox img {
	width:180px;
	height:45px;
	margin-right:15px;
}

span.com {
	width:65%;
	height:23px;
	background-image: url(../../link/img/icon_bill.png);
	background-repeat: no-repeat;
	padding-left:25px;
	position:absolute;
}

span.com_tel {
	/*width:197px;*/
	height:22px;
	background-image: url(../../link/img/icon_tel.png);
	background-repeat: no-repeat;
	padding-left:25px;
	margin-right:55px;
}

span.com_fax {
	/*width:196px;*/
	height:22px;
	background-image: url(../../link/img/icon_fax.png);
	background-repeat: no-repeat;
	padding-left:25px;
}

div.com_underbox {
	width:100%;
}

div.com_address {
	width:97%;
	height:23px;
	background-image: url(../../link/img/icon_marker.png);
	background-repeat: no-repeat;
	padding-left:25px;
}

div.com_url {
	width:97%;
	height:23px;
	background-image: url(../../link/img/icon_net.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-bottom:10px;
	border-bottom:dashed 1px #6b6868;
	margin-bottom:15px;
}

div.com_com {
	width:100%;
	padding-bottom:15px;
	
}





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

.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 15px 0;
  padding: 0 8px 0 8px;
  text-align: left;
  letter-spacing: 0.05em;
}

.menulist {
  margin: 0 0 28px 0;
  padding: 5px 0 0px 0;
  text-align: left;
}

.menulist h2 {
  height: 28px;
  margin: 0;
  padding: 10px 0 6px 14px;
  font-size: 1em;
  color: #fffffc;
  background: url(../img/h_bg_green.png) center repeat-x;
}

.menulist h3 {
  height: 28px;
  margin: 0;
  padding: 10px 0 6px 14px;
  font-size: 1em;
  color: #fffffc;
  background: url(../img/h_bg_green.png) center repeat-x;
}

.menulist ul {
  margin: 0;
  padding: 0;
}

.menulist li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.menulist li a{
  position: relative;
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 13px 10px 7px 10px;
  font-size: 0.87em;
  line-height: 1.9;
  text-decoration: none;
  background: url(../img/nav_bg.png) repeat-x;
}

.menulist li a:hover{
  color: #745a45;
  background: url(../img/nav_bg_hover.png) repeat-x;
}

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

.menu_free {
  margin: 0 0 28px 0;
  padding: 0;
  text-align: left;
  background-color: #f1f0f0;
}

.menu_free h2 {
  height: 28px;
  margin: 0;
  padding: 10px 0 9px 14px;
  font-size: 1em;
  color: #fffffc;
  background: url(../img/h_bg_green.png) center repeat-x;
}

.menu_free h3 {
  height: 28px;
  margin: 0;
  padding: 10px 0 6px 14px;
  font-size: 1em;
  color: #fffffc;
  background: url(../img/h_bg_green.png) center repeat-x;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 0.87em;
  line-height: 1.8;
}

.menu_top {
  display: none;
}

.menu_btn_under {
  display: none;
}


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

.menu_back {
  display: inline;
}


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

#footer {
  width: auto;
  margin: 0;
  padding: 30px 10px 30px 10px;
  text-align: center;
  font-size: 0.93em;
  color: #333333;
  line-height: 1.8;
  border-top: solid 2px #7b5134;
  background-color: #fbf3de;
}

#footer a {
  color: #333333;
  font-size: 0.93em;
  text-decoration: none;
}

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

}