@charset "UTF-8";
/* header
   ========================================================================== */
header {
	background: url(../image/head_back.jpg) no-repeat center bottom;
	background-size: cover;
	margin: auto auto 30px;
	padding: 0 0 40px;
	overflow: hidden;
}

.hdr_inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 980px;
	text-align: center;
}

.hdr_top {
	display: block;
	margin: auto;
	width: 75%;
}

.hdr_h1 {
	display: block;
	margin: auto auto 20px;
	width: 85%;
}

.hdr_book {
	float: left;
	width: 30%;
	margin-left: 3%;
}

.hdr_right {
	float: right;
	width: 60%;
	margin-top: -20px;
	margin-right: 3%;
}

.hdr_nc {
	display: block;
	width: 100%;
}

.hdr_txt01 {
	font-size: 110%;
	text-align: center;
	text-shadow: 0 0 5px #fff;
	margin-top: -15px;
}

@media screen and (max-width: 800px) {
header { padding: 0 0 1px;}

.hdr_inner {
	width: 100%;
	padding: 0 2% 10px;
}

.hdr_top {
	margin: 10px auto;
	width: 80%;
}

.hdr_h1 { width: 100%;}

.hdr_book {
	float: none;
	width: 40%;
	margin: auto;
	text-shadow: 0 0 3px #529654;
}

.hdr_right {
	float: none;
	width: 100%;
	margin: auto;
}

.hdr_nc {
	margin: auto;
	width: 90%;
}

.hdr_txt01 { margin-top: 1px;}
}


/* drawr
   ========================================================================== */
@media screen and (min-width: 800px) {
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	/*
	box-shadow: 0px 1px 3px rgba(0,41,88,0.9);
	-webkit-box-shadow: 0px 1px 3px rgba(0,41,88,0.9);
 	-moz-box-shadow: 0px 1px 3px rgba(0,41,88,0.9);
	*/
}
}

#fixedBox {
	background: #dbce58;
	overflow: hidden;
}

.mainmenu {
	list-style: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.mainmenu li {
	box-sizing: border-box;
	float: left;
	line-height: 1;
	text-align: center;
	width: 25%;
	overflow: hidden;
}

.smtop { display: none;}
 
.mainmenu li a {
	display: block;
	/*background: #24ade2;*/
	border-left: solid 1px #333;
	color: #333 !important;
	font-weight: 600;
	padding: 17px 0;
	text-decoration: none;
}

.mainmenu li:first-child a { border-left: none;}

.mainmenu a:hover {
	background: #f3e77b;
	transition: 0.5s;
}

.close-bt { display: none;}


@media screen and (max-width: 800px) {
/*右上に固定でメニューボタンを設置*/
.drawr-bt {
	display: block;
	background: #f7f9fb;
	box-shadow: 0 0 2px #333;
	cursor: pointer;
	text-align: center;
	font-size: 200%;
	padding: 6px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 7777;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px; /* widthの半分引いた数 */
  background: #333;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  background: #333;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
}

#panel-btn-icon:before { margin-top: -10px; height: 1.5px;}
#panel-btn-icon:after { margin-top: 8px;}


/*右から出てくるメニューボックス。こちらもfixed。z-indexでメニューボタンの上に持ってきましょう。*/
.drawr {
	display: none;
	background: rgba(255,255,255,0.9);
	padding: 0;	
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 8888;
}

/*閉じるボタンを設置。z-indexを最強にしておかないと隠れちゃいます。*/
.close-bt {
	display: block;
	background: #f7f9fb;
	cursor: pointer;
	margin: 11px 11px 11px auto;
	width: 51px;
	height: 51px;
	z-index: 9999;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0,41,88,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,41,88,0.3);
 	-moz-box-shadow: 0px 1px 3px rgba(0,41,88,0.3);	
}

.close-btn-icon {
  display: block;
	background: #f00;
	color: #333;
	position: relative;
	top: 50%;
	left: 50%;
  width: 30px;
  height: 2px;
	margin: -1px 0 0 -15px;
	background: transparent;
	transition: 0.3s;
}

.close-btn-icon:before,
.close-btn-icon:after {
	background: #333;
	content: "";
	position: absolute;
  width: 30px;
  height: 2px;
	margin-top: -1px;
}

.close-btn-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.close-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#fixedBox {	background: none;}

.mainmenu { width: 100%; margin-bottom: 50px;}

.mainmenu li {
	float: none;
	text-align: left;
	width: 100%;
}

.smtop { display: block;}

.mainmenu li a {
	background: none;
	border: none;
	border-bottom: solid 1px #eee !important;	
	box-sizing: border-box;
	color: #000 !important;
	padding: 20px 10px;
	margin: 0 3%;
	text-align: center;
}

.mainmenu li:nth-child(1) a {
	border: none;
	border-top: solid 1px #eee;
}

.mainmenu a:hover {

}
}

/* プリント非表示
   ========================================================================== */
@media print {
	.drawr-bt { display: none !important;}
}