/*
Theme Name: test_theme
*/

* {
   margin: 0px;
   padding: 0px;
}
body {
  /*background-color:rgb(255, 255, 255);*/
  /*font-family: "Oxygen", sans-serif;*/
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  /*color: gray;*/
  height:auto;
}

.font--ja: {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","DroidSerif",sans-serif;
  font-size:24px;
  }

.font--en: {
  font-family: sans-serif;
  font-size: 24px;
}

a {
  text-decoration: none;
  color:#666;
}

h0, h1, h2, h3 , h4 , h5 , h6 {
   font-size: 14px;
   font-weight: normal;
   color:#666;
   background: :transparent;
}

h0{
  font-size: 14px;
  padding: 0.25em 0.5em;
  color: #666;
  background: transparent;
}

/*コンテンツ見出し*/
h1{
  font-size:24px;
  font-weight:bold;
  padding: 0.25em 0.5em;
  color: #666;
  background: transparent;
  border-left: solid 5px #666;
}

/*小見出し*/
h2{
  font-size:18px;
  font-weight:bold;
  padding-top: 1.5em ;
  padding-bottom: 0.5em;
  color: #666;
  background: transparent;
}


/*global navi */
#globalnavi{
  width:100%;
	background-color:rgba(255, 255, 255, 0.7) ;
}

.fixed{
  width:100%;
  position:fixed;
  top:0;
  z-index:100;
}

#header{
  width:90%;
  margin:auto;
  margin-top: 10;
}

ul.title_list{
  display: table;
  table-layout: fixed;
  width:90%;
  height: auto;
  margin:auto;
}

ul.title_list li{
  width:auto;
  display: table-cell;
  vertical-align: top;
  padding:0px;
  padding-bottom: 2px;
  }

ul.title_list li:last-child {
    width:140px;
    text-align: right;
  }


.title_logo{
  /*position: absolute;*/
  width:360px;
  }

/* 表示ボタン */
.btn_open {
 cursor: pointer;
 padding: 10px;
 color: #666;
}

.btn_open:hover {
  color: #1EA4DB;
}

ul.lang{
  display: none;
  height: auto;
  margin:auto;
  color: #666;
}

ul.lang li{
  width:auto;
  padding:0px;
  }

/* 表示ボタン ー 逆三角アイコン */
.faColor {
 color: #1EA4DB;
 padding-right: 10px;
}

/*menu list*/
ul.menu_list{
  display: table;
  table-layout: fixed;
  width:90%;
  height: auto;
  margin:auto;
  margin-bottom: 0;
  margin-top: 5px;
}

ul.menu_list li{
  width:auto;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding:0px;
  border-left:1px solid #666;
  }

ul.menu_list li:first-child {
  width:auto;
  height:auto;
  text-align: center;
  border:0px;
}

.btn_menu {
  color:#666;
  font-size: 14px;
}

.btn_menu:hover{
  color: #1EA4DB;
  font-weight: bold;
  letter-spacing: 2px;
}

.title_mail{
  /*position: absolute;*/
  right:10px;
  top:24px;
}

.line_00{
  width:100%;
  height: 10px;
  background-color: #1EA4DB;
}

#map{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  height:auto;
  /*background: linear-gradient(-90deg, rgba(255, 255, 255, 0.4), rgba(37, 100, 208, 0.1)),url(images/map_00.png);*/
  /*background-image: url(images/map_00.png);
  background-size: cover;
  background-position: 0% 30%;*/
}

.nagoya{
  position: absolute;
  top:63%;
  left:65%;
  font-size: 15px;
  font-weight: bold;
  color:#fff;
}

.nagoya:hover,
.osaka:hover,
.tokyo:hover{
  letter-spacing: 2px;
}

.osaka{
  position: absolute;
  top:41%;
  left:16%;
  font-size: 15px;
  font-weight: bold;
  color:#fff;
}

.tokyo{
  position: absolute;
  top:35%;
  left:76%;
  font-size: 15px;
  font-weight: bold;
  color:#fff;
}



#farm_list{
  width:90%;
  height:auto;
  margin: auto;
}

ul.farm_list{
  list-style: none;
  width:100%;
  /*background-color: rgb(188, 228, 25);*/
  height:auto;
  margin:auto;
  margin-top:10px;
  border-top:2px solid #666;
  border-bottom:2px solid #666;
}

ul.farm_list li{
  width:100%;
  border:0px;
  vertical-align: middle;
  font-size:20px;
  color: #666;
  line-height: 1.5em;
  padding-left: 5px;
  padding-right:auto;
}

ul.farm_list li:first-child {
}

ul.farm_list li a {
}

.farm{
  width:100%;
  height:auto;
}

.farm td{

}

#map_nagoya,
#map_osaka,
#map_tokyo{
  width:300px;
  height: 200px;
}

#footer{
  width:90%;
  height:auto;
  margin:auto;
}

.footer_table{
  width:100%;
  text-align: center;
}

.footer_table td{
}
