﻿@charset "utf-8";

/*+++++++++++++ ページ全体 +++++++++++++*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	letter-spacing:0
	}
body{
	font-size: 17px;
	line-height: 1.618;
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: center;
	background: #FFF;
	}
.clear{
	clear: both;
	}
.float_box-wrap{
  overflow:  auto;            /* 親要素の高さを出す */
	}

/*+++++++++ #skiplink +++++++++*/
/*スキップリンクは、スクリーンリーダー使用時のみ読み上げられるテキストです*/
#skiplink{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/*+++++++++++++ メイン見出し +++++++++++++*/
h2{
	width: 80%;
	max-width: 800px;
	margin: 70px auto 40px;
	padding: 10px 0;
	font-size: 1.3em;
	color: #694c28;
	text-align: center;
	background: url("img_40/b_beige.jpg") #E4D4A1;
	text-indent: 0; 
	border: none;
	font-weight: normal;
	}
h2.table_title{
	padding: 30px 0;
	margin-top: 100px;
	font-size: 1.3em;
	color: #694c28;
	text-align: center;
	background: url("img_40/b_beige.jpg") #E4D4A1;
	text-indent: 0; 
	border: none;
	font-weight: normal;
	}
h3{
	width: 80%;
	max-width: 780px;
	margin: 3% auto 5%;
	font-size: 1.3em;
	border-bottom:1px solid #333;
	color: #694c28;
	text-align: center;
	}
h4{
	width: 80%;
	max-width: 760px;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 600;
	}

/*--------- link ---------*/
a{
	color: green;
	}
a:link{
	text-decoration: none;
	}
a:hover{
	border-bottom: 2px solid green;
	}
a:hover.a_img{
	border: hidden;
	}

/*+++++++++++++ header ++++++++++++*/
header{
	margin: 0 auto;
	font-size: 15px;
	color: #FFF;
	background: url("img_40/b_lightgreen_2.jpg") #6d9a4a;
	}
#header_logo{
	max-width: 900px;
	margin: 0 auto;
	}
#header_logo h1 img{
	width: 800px;
	padding: 10px 0 0;
	}
#accessibility{
	display: none;
	/*
	text-align: right;
	padding: 0 50px 10px 0;
	*/
	}
h1.media_800{
	display: none;
	}

/*----- #header link -----*/
#header_logo h1 a:link{
	background: transparent;
	text-decoration: none;
	}
#header_logo h1 a:visited{
	background: transparent;
	text-decoration: none;
	}
#header_logo h1 a:hover{
	background: transparent;
	text-decoration: none;
	}

/*+++++++++++++ main ++++++++++++*/
main{
	width: 100%;
	display:flex;		/* フレックスボックス */
	flex-wrap: no-wrap;	/* 改行不許可 */
	flex-direction: column-reverse;	/* 子要素を下から上に配置*/
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFF;
	}

/*+++++++++++++ #contents +++++++++++++*/
#contents{
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	}
nav{
	width: 100%;
	margin: 0 auto;
	height: 30px;
	}

/*--------- greeting ---------*/
#greeting{
	width: 100%;
	margin: 20px auto;
	padding: 30px 0 0;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	}
#greeting_box{
	margin: 0 auto;
	}
#greeting img{
	width: 50%;
	max-width: 450px;
	margin: 0 0 40px;
	}
.G_title{
	margin: 30px 0;
	color: #333;
	}
.G_sub{
	width: 60%;
	max-width: 700px;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	}

/*--------- #infomation ---------*/
#information{
	margin: 0 auto;
	}
#information table{
	max-width: 780px;
	border-collapse: separate;
	border-spacing: 30px 40px;
	margin: 0 auto;
	padding: 0;
	}
.info_title{
	margin: 0 auto;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #6d9a4a;
	background: #fff;
	border-bottom: 1px solid #333;
	}
.info_details{
	width: 80%;	
	padding-bottom: 40px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	border-bottom: 1px dotted #333;
	}
.details_title{
	color: green;
	font-size: 1.2em;
	line-height: 2.5em;
	font-weight: 600;
	}
.info_img{
	width: 15%;	
	margin: 0;
	padding-bottom: 40px;
	vertical-align: top;
	}
#information p{
	margin: 0;
	padding: 0;
	}
#information p img{
	width: 100%;
	border: 1px solid #888;
	}
.info_img a:link{
	border: gray;
	}

/*--------- #main_contents ---------*/
#main_contents{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#main_contents p{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	}


/*+++++++++++++ nav +++++++++++++*/
nav ul{
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	height: 30px;
	text-align: center;
	}
nav li{
	display: inline-block;
	padding: 0 15px;
	line-height: 30px;
	list-style: none;
	text-decoration: none;
	}
nav li a{
	font-weight: normal;
	display: block;
	width: 100%;
	text-align: center;
	}

/*--------- nav link ---------*/
nav li a:hover{
	border-bottom: 4px solid #6d9a4a;
	}
nav li a.here{
	border-bottom: 3px dotted #6d9a4a;
	}

/* +++++++++ pagetop +++++++++ */
.to_pagetop{
	width: 93%;
	margin: 0;
	padding: 30px 0 50px;
	text-align: right;
	}

/*+++++++++++++ footer +++++++++++++*/
footer{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
	font-size: 0.95em;
	line-height: 1.2em;
	color: green;
	background: url("img_40/b_green_1.jpg") #6d9a4a;
	}

/*--------- #footer_bottom ---------*/
#footer_bottom{
	width: 100%;
	display:flex;		/* 横並び */
	flex-wrap: no-wrap;	/* 改行不許可 */
	align-items: stretch;	/* 縦方向の長さを合わせる */
	justify-content: center;
	flex-direction: row;	/* 子要素を右から左に配置*/
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: center;
	color: #FFF;
	}
#footer_bottom ul.fb_1{
	max-width: 80%;
	margin: 20px 20px 0 0;
	list-style: none;
	text-align: left;
	}
#footer_bottom ul.fb_2{
	max-width: 20%;
	margin: 20px 20px 10px 0;
	list-style: none;
	text-align: left;
	vertical-align: middle;
	}
#footer_bottom ul.fb_2 img{
	width: 80px;
	}
#footer_bottom ul.fb_3{
	max-width: 50%;
	margin: 20px 20px 10px 0;
	list-style: none;
	line-height: 1.4em;
	text-align: left;
	}
#footer_bottom ul.fb_4{
	max-width: 22%;
	margin: 20px 0 10px 0;
	list-style: none;
	line-height: 1.4em;
	text-align: left;
	}
#footer_bottom ul li{
	font-size: 0.9em;
	}
#footer_bottom ul li.fb_ul_title{
	padding: 0 0 7px;
	font-size: 1em;
	}
#footer_bottom ul li.fb_ul_title2{
	padding: 0 0 20px;
	font-size: 1em;
	}

/*--------- footer link ---------*/
footer a:link{
	text-decoration: none;
	color: #FFF;
	}
footer a:visited{
	color: #FFF;
	} 
footer a:hover{
	border-bottom: 1px solid #FFF;
	}

/*--------- others ---------*/
.text_right{
	margin: 0 ;
	padding: 1em 0 0;
	text-align: right;
	}
.m_right{
	margin-right: 10%;
	}
.m_top_0{
	margin-top: 0;
	}
.paddingTI{
	padding-top: 30px;
	}
.paddingBI{
	padding-bottom: 20px;
	}

/*--------- pagejamp ---------*/
#pageJamp{
	width: 80%;
	max-width: 750px;
	margin: 10% auto 0;
	}
#pageJamp p{
	margin-bottom: 2%;
	}

/*--------- ruby ---------*/
ruby > rt {
    font-size: 60%;
	}
