@charset "UTF-8";
/* CSS Document */
@media (max-width:1023px){/*スマホ用のcss*/}
body{
	margin: 0;
	background-color: #FFF4DD;
	width: 375px;
	background-size:cover;
	min-height: 0px;
	max-width: 375px;
}
header {
	overflow: hidden;
	padding: 12px;
	background-color: #2814A2;
	width: 100%;
	min-height: 0px;
	max-width: 375px;
}
.header-nav-wrapper{
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#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-color: #FFFFFF;
	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: 55%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 200px;/*最大幅（調整してください）*/
	height: 150%;
	background-color: #F4DBBA;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-100%);
	transform: translateX(-105%);/*左に隠しておく*/
	max-height: 275px;
	font-family:fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 600px;
	line-height: 27px;
	margin-top: 40px;
	color: #55372A;
}
/*チェックが入ったらもろもろ表示*/
#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 20px rgba(0,0,0,.15);
}
.main-wrapper{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50px;
	width: 100%;
	overflow: hidden;
}
a{
	color: #1A3565;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(100,100,100,0.4);
}
a:hover{
	outline: 1px soild #ea6357;
	background: #deb887;
}
h1{
	font-size: 20px;
	margin-top: 65px;
	font-family:fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 600px;
	background-color:#F4DBBA;
	border: 2px dotted #C4A67E;
	color:#4E3423;
	margin-left: -10px;
	margin-right: -10px;
}
.arenge h3{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 30px;
}
.arenge p{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 30px;
	margin-left: 10px;
}
.arenge img{
	margin-left:28px;
	margin-right:20px;
	border: 10px solid #F4DBBA;
}
table{
	margin-top: 5px;
	border-collapse:collapse;
}
td{
	padding: 10px;
	font-size: 14px;
	width: 170px
}
td:nth-child(4),td:nth-child(6){
	text-align: right;
}
table{
	border: 3px solid #A87F61
}
tbody td{
	border-bottom: 1px dashed #A87F61;
}
tbody tr:nth-child(2n){
	background-color: #F4DBBA
}
h3{
	margin-left: 10px;
	margin-right: 17px;
	border-bottom: 7px double #98704F;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 30px;
}
.menu{
	font-size: 14px;
	margin-left: -10px;
	margin-top: 40px;
	line-height: 1.6;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 30px;
}
.menu li{
	width: 100%;
	border-bottom: 1px dashed #A87F61;
}
.kigu{
	margin-left: 8px;
	font-size:12px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 30px;
}
.last{
	background-color: #2814A2;
	margin-top: 30px;
	min-height: 115px;
}
.last a{
	color: aliceblue;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 20px;
	margin-left:11px;
}
h4{
	margin-top: 40px;
	margin-left: 135px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	background-color: #E2C4AC;
	margin-right: 182px;
	color: #53341D;
	border-style: solid;
	border-width: thin;
}
.last img{
	margin-left: 1px;
	width: 200px;
}
.last2{
	margin-top: -7px;
	font-size: 9px;
	color: #FFF9F9;
	background-color: #2814A2;
	margin-bottom: -15px;
}