@charset "utf-8";
/* ▼すべての場合に適用 */
/*各コンテンツページ　ベース*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #3C3C3C;
	background-color: #6A5126;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/*コンテンツ全体　コンテナ*/
#wrapper {
	height:  auto;
	width: 100%;
	background-color: #FFFFFF;
	margin:0 auto;
}
a {
	text-decoration: none;
	border-style: none;
	color: #0060CA;
}
a:hover {
	background-color: #EEF2FF;
	color: #911B11;
	text-decoration: underline;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*ヘッダ コンテナ*/
#header {
	height:  auto;
	width: 90%;
	background-color: #600;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
}
#header em {
	font-style: normal;
}
h1 {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	line-height: 2em;
}
#header h2 {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
#header h3 {
	display: none;
}
#topnavi em {
	visibility: hidden;
	font-size: 6px;
}
.p24 {
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	letter-spacing: 3px;
}

/*コンテンツ　コンテナ*/
#contents {
	width: 100%;
	height: auto;
	position: relative;
}

/*サイド　コンテナ*/
#contents #side {
	display: none;
}

/*メイン　コンテナ*/
#contents #main, #contents #main2 {
	height: auto;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}

/*ページトップアイコン*/
#contents .pagetop {
	margin-right: 10px;
	font-size: 16px;
	line-height: 18px;
}
p.pagetop a {
	position: fixed;
	display: block;
	height: 18px;
	width: 45px;
	bottom: 10px;
	right: 10px;
	border:1px solid #888888;
	font-size: 12px;
	background-color: #9A2323;
	color: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 8pt;
	padding-right: 3pt;
	padding-bottom: 5pt;
	padding-left: 4pt;
}
p.pagetop a:hover {
  opacity: 0.6;
}
/*フッタ*/
#footer {
	height: 25px;
	width: 100%;
	clear: both;
	padding: 0px;
	margin-top: 15px;
}
address {
	text-align: center;
	color: #957235;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	padding-bottom: 5px;
}



/* ▼閲覧領域の横幅が559px以下の場合に適用 */
@media (max-width:559px) {
/*トップナビゲーション*/
#topnavi {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#topnavi ul {
	list-style: none outside;
	width: 100%;
}
#topnavi li {
	font-size: 16px;
    list-style-type: none;
    height: 35px;
    line-height: 30px;
}
#topnavi_b {
	display: none;
}
#topnavi_b2 {
	display: none;
}
#topnavi li a {
    font-size: 16px;
    color:#421F00;
    background-color:#FFFFFF;
    background-position:5px center;
    padding-left:32px;
	padding-top: 5px;
    margin-top:13px;
    margin-bottom:0px;
    white-space:nowrap;
    overflow:hidden;
    display:block;
}
#topnavi li a:hover {
    background-position:5px center;
	background-color: #F4EDE1;
	text-decoration: none;
	font-weight: normal;
	color: #6A5126;
}
#topnavi li#m2 a, #topnavi li#m3 a, #topnavi li#m4 a, #topnavi li#m6 a {
	padding-top: 5px;
	color: #6A5126;
}
#nav-drawer {
	position: relative;
	width: 50%;
	float: left;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 180px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

}

/* ▼閲覧領域の横幅が899px以下の場合に適用 */
@media ( max-width:899px) {

}
/* ▼閲覧領域の横幅が560px以上の場合に適用 */
@media (min-width:560px)  {
h1 {
	font-size: 13px;
}
.p24 {
	font-size: 28px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

/*ハンバーガー対応*/
#nav-open {
    display:none;
  }
#nav-drawer {
  position: relative;
}
/*トップナビゲーション*/
#topnavi {
	height: 28px;
	margin: 0px 0px 30px;
	width: 100%;
	background-color: #896832;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #765B30;
}
#topnavi ul {
	list-style: none outside;
	width: 100%;
}
#topnavi li {
	font-size: 16px;
	float: left;
	width: 19%;
	letter-spacing: 0.1em;
}
#topnavi ul ul {
	list-style: none outside;
	display: none;
}
#topnavi li ul {
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
	display: block;
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 100%;
	width: 120px;
}
#topnavi li ul li {
	text-align: -webkit-match-parent;
	font-size: 14px;
	overflow: hidden;
	width: 130px;
	height: 0;
	transition: .2s;
}
#topnavi_b, #topnavi_b2 {
	height: 30px;
}
#topnavi_b {
	display: none;
}
#topnavi_b2 {
	display: none;
}
#topnavi li a {
	text-decoration: none;
	display: block;
	height: 22px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#topnavi li a:hover {
	background-color: #F4EDE1;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 0.1em;
	color: #6A5126;
}
#topnavi li#m2 a, #topnavi li#m3 a, #topnavi li#m4 a, #topnavi li#m6 a {
	background-color: #FFFFFF;
	padding-top: 5px;
	color: #6A5126;
}


}
/* ▼閲覧領域の横幅が900px以上の場合に適用 */
@media (min-width:900px) {
/*コンテンツ全体　コンテナ*/
#wrapper {
	height: 100%;
	width: 940px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0C88F;
	border-left-color: #E0C88F;
}

/*ヘッダ コンテナ*/
#header {
	height: 70px;
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-image: url(../img/header_06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 5px solid #FFFFFF;
}
#header em, #topnavi em {
	visibility: hidden;
	font-size: 6px;
}
h1 {
	display: block;
	height: 65px;
	width: 400px;
	padding-left: 25px;
	text-align: left;
}
h1 a {
	display: block;
	height: 75px;
	width: 300px;
	font-size: 9px;
	float: none;
}
#header h2 {
	display: none;
}
#header h3 {
	float: right;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#header h3 a {
	color: #896832;
	font-style: normal;
}
#header h3 a:hover {
	color: #FFFFFF;
	background-color: #641C12;
}

/*サイド　コンテナ*/
#contents #side {
	height: auto;
	width: 232px;
	float: left;
	position: relative;
	left: 0px;
	top: 1px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}

/*メイン　コンテナ*/
#contents #main {
	height: auto;
	width: 683px;
	margin-left: 232px;
	padding-right: 25px;
}
#contents #main2 {
	height: auto;
	width: 890px;
	padding-right: 25px;
	padding-left: 25px;
}
/*サイド　ページメニュー*/
#pm_t, #pagemenu {
	height: auto;
	width: 160px;
	border-right: 1px solid #E0C88F;
	border-left: 1px solid #E0C88F;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 25px;
	margin-left: 25px;
}
#pm_t {
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.4em;
	text-align: center;
	color: #6A5126;
	font-weight: bold;
	border-top: 1px solid #E0C88F;
	background-color: #F4EDE1;
}
#pagemenu {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0C88F;
}
#pagemenu ul {
	list-style: none outside;
}
#pagemenu li {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	text-align: left;
}
#pagemenu li li{
	font-size: 12px;
	margin-top: 6px;
	text-indent: 22px;
}

/*サイド　画像＆テキスト*/
#side table {
	margin-left: 5px;
	margin-top: 30px;
	width: 225px;
	padding: 0px;
	margin-right: 0px;
}
#side td {
	text-align: center;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#side td p {
	font-size: 10px;
}
#side #kao {
	height: 235px;
	width: 176px;
	margin-right: 26px;
	margin-bottom: 8px;
	margin-left: 26px;
}

#side img {
}
/*トップナビゲーション*/
#topnavi {
	height: 28px;
	margin: 0px 0px 30px;
	width: 100%;
	background-color: #896832;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #765B30;
}
#topnavi ul {
	list-style: none outside;
}
#topnavi li {
	font-size: 16px;
	float: left;
	letter-spacing: 0.1em;
	width: 138px;
}
#topnavi ul ul {
	list-style: none outside;
	display: none;
}
#topnavi_b, #topnavi_b2 {
	height: 30px;
}
#topnavi_b {
	width: 177px;
	display: block;
}
#topnavi_b2 {
	width: auto;
}
#topnavi li a {
	text-decoration: none;
	display: block;
	height: 22px;
	width: 138px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#topnavi li a:hover {
	background-color: #F4EDE1;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 0.1em;
	color: #6A5126;
}
#topnavi li#m2 a, #topnavi li#m3 a, #topnavi li#m4 a, #topnavi li#m6 a {
	background-color: #FFFFFF;
	padding-top: 5px;
	color: #6A5126;
}
}
