@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: 100%;
}
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: 225px;
	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: 48px;
	width: 100%;
	overflow: hidden;
}
h1{
	letter-spacing: 6px;
	background-color: #FFFFFF;
	max-height: 70px;
	display: inline;
	padding-left: 55px;
	padding-right: 80px;
	padding-top: 4px;
	text-align: center;
	color: #633E32;
}
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
body{
	margin: 0;
}
.wrapper{
	background: #000000;
}
.container{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-size: 0;
}
.container img{
	width: 100%;
}
.relative {
    position: relative;
    width: 500px;
}
.relative img{
	width: 280px
}
.absolute {
    position: absolute;
	text-align: center;
    bottom: 90px;
	left: 20px;
	line-height: 2.0;
	font-family:fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 600px;
}
.line img{
	width: 350px;
	margin-top: -30px;
}
.rekisi {
    position: relative;
    width: 500px;
}
.rekisi img{
	width: 280px
}
.rekisip {
    position: absolute;
	text-align: center;
	font-size: 13px;
    bottom: 52px;
	left: -17px;
	line-height: 2.3;
	font-family:fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 600px;
}
.tuuzyou img{
	width: 350px;
	margin-left: 8px;
}
.linee img{
	width: 350px;
}
.lineee img{
	width: 350px;
	margin-top: -20px;
}
.lineeee img{
	width: 350px;
}
.articles ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.articles li{
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	background: #F4DBBA
}
.articles .thumbnail{
	float: left;
	margin-right: 10px;
	font-size: 0;
}
.articles .category{
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #4C5B7D;
	font-family:fot-tsukubrdgothic-std, sans-serif;
    font-style: normal;
}
.articles .title{
	margin: 0;
	font-size: 13px;
	font-family:fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 600px;
	line-height: 19px;
}
.articles .title a{
	text-decoration: none;
	color: #43230F
}
.thumbnail img{
	border: 5px solid #FFFFFF
}
table{
	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
}
a{
	color: #1A3565;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(100,100,100,0.4);
}
a:hover{
	outline: 1px soild #ea6357;
	background: #deb887;
}
.last{
	background-color: #2814A2;
	margin-top: 30px;
	min-height: 115px;
}
.last img{
	margin-left: 10px;
	width: 200px;
}
.last2{
	margin-top: -7px;
	font-size: 9px;
	color: #FFF9F9;
	background-color: #2814A2;
	margin-bottom: -15px;
}