@charset "UTF-8";

/*************************************
 header
*************************************/
header{
	background:#000;
	padding:10px;
}

/*************************************
 top
**************************************/
.top-body{
	background:#000;
}
.top-body .inner{
	width:1000px;
	margin:0 auto;
}
.top-body .inner a:hover{
	opacity:0.8;
}
@media only screen and (min-width:751px) and (max-width:960px){
.top-body{
	padding:10px;
	height:800px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}
@media only screen and (min-width:640px) and (max-width:750px){
header .logo{
	line-height:0;
}
header .logo img{
	width:40%;
	height:auto;
}
.top-body{
	padding:10px;
	height:680px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}
@media only screen and (max-width:639px){
header .logo{
	line-height:0;
}
header .logo img{
	width:60%;
	height:auto;
}
.top-body{
	padding:10px;
	height:400px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}

/*************************************
 footer
**************************************/
.footer-menu{
	background:#000;
}
.footer-nav{
	width:750px;
	margin:0 auto;
	padding:40px 0;
	display:flex;
	justify-content:space-between;
	color:#fff;
}
.footer-nav p{
	margin:0 10px;
}
.footer-nav .fa-chevron-right{
	margin-right:10px;
}
.copy{
	background:#191919;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:0.8em;
}


@media only screen and (min-width:751px) and (max-width:960px){
}
@media only screen and (min-width:640px) and (max-width:750px){
.footer-menu{
	padding:10px;
}
.footer-nav{
	width:100%;
	padding:20px 0;
}
}
@media only screen and (max-width:639px){
.footer-menu{
	padding:10px;
}
.footer-nav{
	width:100%;
	padding:20px 0;
	display:block;
}
}

/*****************************************
 contents
*****************************************/
a{
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.sp_img{
	display:none;
}
.container_box{
	background:#000;
	display:flex;
	min-height:800px;
}
.box_img{
	color:#fff;
	font-size:0.8em;
}
.box_text{
	background:#736857;
	padding:40px 20px;
	color:#fff;
	width:100%;
}
.box_text_title{
	border-bottom: 2px solid #43321a;
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 2em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #fff;
    font-weight: 100;
    line-height: 1.4em;
}
.box_text h2{
	background:#5a4b33;
	color:#e0d17c;
	font-size:2em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding:20px;
	margin-bottom:1em;
}
.box_text p{
	font-size:1.2em;
	margin-bottom:2em;
}
.box_pager{
	display:flex;
	justify-content:space-between;
}
.box_prev,
.box_next{
	background:#463319;
	padding:4px 16px;
	color:#fff;
	border-radius:6px;
	text-decoration:none;
}
.box_prev:hover,
.box_next:hover{
	background:#df8800;
	color:#fff;
}
.box_prev .fa-chevron-left{
	margin-right:10px;
}
.box_next .fa-chevron-right{
	margin-left:10px;
}
.reference{
	text-align:center;
	padding:100px 0;
	min-height:600px;
}
.box_text_attention{
	background:#5a4b33;
	border:1px solid #fff;
	color:#fff;
	padding:10px;
	margin-bottom:2em;
}
.box_list{
	padding-left:20px;
}
.box_list li{
	color:#463319;
	font-size:1.2em;
	list-style-type:initial;
	margin-bottom:2em;
}
.box_list li span{
	color:#fff;
}
.box_table_list{
	width:800px;
	color:#222;
}
.box_table_list,
.box_table_list tr,
.box_table_list th,
.box_table_list td{
	border-collapse: collapse;
	border:1px solid #000;
}
.box_table_list th{
	background:#9999cc;
}
.box_table_list td{
	background:#cccc99;
	text-align:center;
	padding:4px;
}
.facility{
	background:#669999 !important;
}
.box_chapter_list,
.box_sitemap{
	width:100%;
	background:#222;
	padding:20px;
}
.box_chapter_list h1,
.box_sitemap h1{
	color:#e0d17c;
	font-size:2em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom:1em;
}
.box_sitemap ul li{
	color:#fff;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #666;
}
.box_sitemap ul li .fa-caret-right{
	margin-right:10px;
}
.box_chapter_list ul{
	width:800px;
}
.box_chapter_list ul li{
	margin-bottom:1em;
}
.chapter_link{
	display:flex;
	justify-content:space-between;
	align-items: center;
	border:1px solid #666;
	background:#000;
	padding:10px;
}
.chapter_title{
	font-size:1.4em;
}
.chapter_link:hover{
	background:#333;
}

@media only screen and (min-width:751px) and (max-width:960px){

}
@media only screen and (min-width:640px) and (max-width:750px){
.sp_img{
	display:block;
}
.sp_img img{
	width:100%;
	height:auto;
}
.container_box{
	width:100%;
	display:block;
	min-height:600px;
}
.inner_box{
	display:none;
}
.box_text{
	padding:20px;
	width: auto;
}
.box_text img{
	width:100%;
	height:auto;
}
.box_text_title{
    font-size: 1.6em;
    line-height: 1.4em;
}

.box_text h2{
	font-size:1.2em;
	padding:10px;
}
.box_text p{
	font-size:1em;
	margin-bottom:1em;
}
.box_btn img{
	width:100%;
}
.reference{
	text-align:center;
	padding:20px 0;
}
.reference img{
	width:100%;
	height:auto;
}
.box_text_attention{
	margin-bottom:1em;
}
.box_list li{
	font-size:1em;
	margin-bottom:1em;
}
.box_table_list{
	width:100%;
	font-size:0.8em;
}
.box_sitemap{
	width: initial;
	padding:10px;
}
.box_sitemap h1{
	font-size:1.2em;
}
.box_chapter_list{
	width: initial;
}
.box_chapter_list ul{
	width: initial;
}
.chapter_title{
	padding-right:10px;
	font-size:1em;
}
.chapter_image img{
	width:90px;
	height:60px;
}
}
@media only screen and (max-width:639px){
.sp_img{
	display:block;
}
.sp_img img{
	width:100%;
	height:auto;
}
.container_box{
	width:100%;
	display:block;
	min-height:600px;
}
.inner_box{
	display:none;
}
.box_text{
	padding:20px;
	width: auto;
}
.box_text img{
	width:100%;
	height:auto;
}
.box_text_title{
    font-size: 1.4em;
    line-height: 1.4em;
}
.box_text h2{
	font-size:1.2em;
	padding:10px;
}
.box_text p{
	font-size:1em;
	margin-bottom:1em;
}
.reference{
	text-align:center;
	padding:20px 0;
}
.reference img{
	width:100%;
	height:auto;
}
.box_text_attention{
	margin-bottom:1em;
}
.box_list li{
	font-size:1em;
	margin-bottom:1em;
}
.box_table_list{
	width:100%;
	font-size:0.8em;
}
.box_sitemap{
	width: initial;
	padding:10px;
}
.box_sitemap h1{
	font-size:1.2em;
}
.box_chapter_list{
	width: initial;
}
.box_chapter_list ul{
	width: initial;
}
.chapter_title{
	padding-right:10px;
	font-size:1em;
}
.chapter_image img{
	width:90px;
	height:60px;
}
}