@charset "shift_jis";


/*---------------------------- タブレット向けのスタイル ----------------------------*/
@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: #fffbf2;
}


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

#header {
  width: 100%;
  margin: 0 auto 8px auto;
  border-bottom: solid 1px #bbbbbb;
  background-color: #ffffff;
}

#header h1 {
  display: none;
}


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

#header_inner {
  height: auto;  /*-- 高さ --*/
  margin: 0;
  padding: 4px;  /*-- 余白 --*/
}

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


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

#h_logo {
  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: 22px 0 16px 16px;  /*-- 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.18em;
  color: #555555;
  text-decoration: none;
}

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


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

#h_info {
  float: right;
}

.h_menu {
  with: auto;
}

.h_menu ul {
  text-align: right;
  margin: 0;
  padding: 40px 0 0 0;
  text-align: right;
}

.h_menu ul li {
  display: block;
  margin: 0;
  float: left;
  list-style: none;
  border-left: solid 1px #cccccc;
}

.h_menu ul li a {
  text-decoration: none;
  padding: 0 8px 0 8px;
  font-size: 0.75em;
}

.h_menu ul li a:hover {
  margin: 0;
}

.h_menu ul li.home {
  border-left: none;
}

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


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

#container {
  margin: 16px 12px 0 12px;
  overflow: hidden;
  padding: 0 0 6px 0;
}


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

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

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

#contents h2 {
  margin: 0 0 7px 0;
  padding: 10px 0 6px 4px;
  font-size: 1.28em;
  line-height: 1.7;
  color: #882200;
  border-bottom: 3px solid #000000;
  background: url(../img/h2_bg.gif) repeat-x;
}

#contents h2.txt {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 1.28em;
  color: #54351f;
  background: url(../img/h2_bg.gif) repeat-x;
}

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 1.28em;
  color: #54351f;
  background: url(../img/h2_bg.gif) repeat-x;
}

#contents h2.page_title {
  margin: 0 0 10px 0;
  padding: 11px 0 7px 18px;
  font-size: 1.28em;
  color: #882200;
  line-height: 1.7;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 3px #000000;
  border-left: solid 4px #000000;
  background-color: #ffffff;
  background-image: none;
  background: url(../img/h2_bg.gif) repeat-x;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 11px 10px 7px 13px;
  line-height: 1.7;
  font-size: 1.28em;
  color: #662200;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #bb905d;
  border-left: solid 5px #bb905d;
  background: url(../img/h3_bg.gif) 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.gif) 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.gif) ;
}

#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;
}


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

.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: 15px 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: 24px;
  margin: 0;
  padding: 10px 0 6px 6px;
  font-size: 1.06em;
  color: #333333;
  border-bottom: 3px solid #444444;
}

.menulist h3 {
  height: 24px;
  margin: 0;
  padding: 10px 0 6px 6px;
  font-size: 1.06em;
  color: #333333;
  border-bottom: 3px solid #444444;
}

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

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

.menulist li a{
  position: relative;
  color: #000000;
  display: block;
  border-right: solid 1px #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  padding: 12px 10px 8px 10px;
  font-size: 0.87em;
  line-height: 1.9;
  text-decoration: none;
  background-color: #ffffff;
}

.menulist li a:hover{
  color: #54351f;
  background: url(../img/nav_bg_hover.gif) 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: #fbf0e1;
}

.menu_free h2 {
  height: 24px;
  margin: 0;
  padding: 10px 0 9px 6px;
  font-size: 1.06em;
  color: #333333;
  border-bottom: 3px solid #444444;
  background-color: #fffbf2;
}

.menu_free h3 {
  height: 24px;
  margin: 0;
  padding: 10px 0 6px 6px;
  font-size: 1.06em;
  color: #333333;
  border-bottom: 3px solid #444444;
  background-color: #fffbf2;
}

.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: #fffffc;
  line-height: 1.8;
  background-color: #000000;
}

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

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

}