/* CSS Document */

/*reset and intialize*/
@charset "utf-8";
ul, ol, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
a img {
	border: none;
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #999999;
}
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
	display: block;
	margin: 0;
}
/* paddingやborderも含めて幅を指定できる */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*{

}
table {
	border-collapse: collapse;
}
article{
	background:#000000 url(../img/img_all/bk_all.png) center bottom no-repeat;
}
article>section {
	padding: 40px 0;
	position:relative;
}
article>aside {
	margin: 20px;
}



body {
	font: 100%/1.4 "Times New Roman", "Hiragino Kaku Gothic Pro","YuGothic", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background:#000000 ;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
input[type="text"],textarea{
	width:100%;	
}
#menu{
	flex:1 2 auto;
	max-width:500px;
}
/*----------------------------------------------
	align
----------------------------------------------*/
.r {
	text-align: right;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.vtop {
	vertical-align: top;
}
.vmdl {
	vertical-align: middle;
}
.vbtm {
	vertical-align: bottom;
}
.dtbl {
	display: table;
}
* html .dtbl {
	position: relative;
}
*+html .dtbl {
	position: relative;
}
.tcm {
	display: table-cell;
	vertical-align: middle;
}
* html .tcm {
	position: absolute;
	top: 50%;
}
*+html .tcm {
	position: absolute;
	top: 50%;
}
.tct {
	display: table-cell;
	vertical-align: top;
}
.tcb {
	display: table-cell;
	vertical-align: bottom;
}
/*----------------------------------------------
	liststyle
----------------------------------------------*/
.list_disc {
	list-style: disc;
	padding-left: 12px;
}
.list_none {
	list-style: none;
}
/*----------------------------------------------
	font
----------------------------------------------*/
.fb {
	font-weight: bold;
}
.f_white {
	color: #ffffff;
}
.f_black {
	color: #000000;
}
.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f100 {
	font-size: 100%;
}
.f110 {
	font-size: 110%;
}
.fs {
	font-size: smaller;
}
.fss {
	font-size: small;
}
.fxs {
	font-size: x-small;
}
.fxxs {
	font-size: xx-small;
}
.ln150 {
	line-height: 150%;
}
.lh200 {
	line-height: 200%;
}
.nw {
	white-space: nowrap;
}
/*----------------------------------------------
	padding
----------------------------------------------*/
/*----------------------all */
.pa0 {
	padding: 0px;
}
.pa5 {
	padding: 5px;
}
.pa10 {
	padding: 10px;
}
.pa15 {
	padding: 15px;
}
.pa20 {
	padding: 20px;
}
.pa30 {
	padding: 30px;
}
/*----------------------top */
.pt3 {
	padding-top: 3px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
/*----------------------left */
.pl3 {
	padding-left: 3px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl70 {
	padding-left: 70px;
}
/*----------------------right */
.pr3 {
	padding-right: 3px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr70 {
	padding-right: 70px;
}
/*----------------------bottom */
.pb3 {
	padding-bottom: 3px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
/*----------------------------------------------
	margin
----------------------------------------------*/
.m0a {
	margin: 0 auto;
}
.ma0 {
	margin: 0px;
}
.ma5 {
	margin: 5px;
}
.ma10 {
	margin: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb50 {
	margin-bottom: 50px;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.clear:after {
	content: "";
	clear: both;
	display: block;
}
.dib {
	display: inline-block;
}
/*----------------------------------------------
	line-height
----------------------------------------------*/
.lh0 {
	line-height: 0px;
}
.lh150p {
	line-height: 150%;
}
.lh200p {
	line-height: 200%;
}
/*----------------------------------------------
	LayOut
----------------------------------------------*/
.wall {
	width: 950px;
}
.w10p {
	width: 10%;
}
.w15p {
	width: 15%;
}
.w20p {
	width: 20%;
}
.w25p {
	width: 25%;
}
.w30p {
	width: 30%;
}
.w35p {
	width: 35%;
}
.w50p {
	width: 50%;
}
.w60p {
	width: 60%;
}
.w70p {
	width: 70%;
}
.w80p {
	width: 80%;
}
.w90p {
	width: 90%;
}
.w100p {
	width: 100%;
}
.w200 {
	width: 200px;
}
.w950 {
	width: 950px;
	margin: 0 auto;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w780 {
	width: 780px;
	margin: 0 auto;
}
.w700 {
	width: 700px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
	margin: 0 auto;
}
.w450 {
	width: 450px;
}
.w480 {
	width: 480px;
}
.w320 {
	width: 320px;
}
.w510 {
	width: 510px;
}
.w710 {
	width: 710px;
}
.w240 {
	width: 240px;
}
.w500 {
	width: 500px;
}
.w460 {
	width: 460px;
}
.w470 {
	width: 470px;
}
.w550 {
	width: 550px;
}
.w400 {
	width: 400px;
}
.w630 {
	width: 630px;
}
.w310 {
	width: 310px;
}
.h100p {
	height: 100%;
}
.h50p {
	height: 50%;
}
.fl {
	text-align: left;
	float: left;
}
.fr {
	text-align: left;
	float: right;
}
/*----------------------------------------------
	util
----------------------------------------------*/
.pageTop {
	width: 100%;
}
.pageTopContents {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	font-size: small;
}
.top {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: small;
}
.abu {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.potision_relative {
	position: relative;
}
.list {
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.list ul {
	width: 100%;
	list-style: none outside none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}
.list ul li {
	float: left;
	padding: 5px;
	position: relative;
}
#btn_list li {
	padding: 5px 0 0 0;
}
#btn_search:hover {
	opacity: 0.8;
}
.delta_list li {
	background: url("../img/img_all/bk_list.png") left top no-repeat;
	padding:0 20px 20px 25px !important;
	color:rgba(23, 34, 117, 1);
}
.delta_cont {
	color:#000000;
	font-size:95%;
}
#link {
	font-size: 90%;
	margin-bottom: 20px;
}
#link ul {
	float: left;
	list-style-type: disc;
	margin-left: 50px;
}
#link a {
	color: #FFFFFF;
}
#link a:hover {
	color: #cccccc
}
#link:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.a_btn >img{
	margin:2%;
	width:auto !important;
}

/* ========ここからスタイル(Flexデザイン)======== */
article{
	width:100%;	
	position:relative;
}
aside{
	padding:20px;
	color:#FFFFFF;
	font-size:90%;	
}
.container{
	width:1100px;
	margin:0 auto;	
}
article h2{
	color:#000000;
	font-size:34px;
	padding:5px 0;
	font-weight:normal;
}
article h3{
	font-weight:normal;	
}

.slide_container{
	position:fixed;
	top:0;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	width:100%;
	z-index:1;
}
.slide_container .container{
	position:fixed;
	top:0;
	left:0;
	right:0;
	display:block;
	bottom:0;
	margin:0 auto;
	height:90vh;
}
.top_buffer{
	height:90vh;
	position:relative;
}
#header_logo{
	position:absolute;
	height:230px;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:block;
}
#header_logo .flex a{
	flex:1 1 auto;
	-webkit-flex:1 1 auto;
}
.search_plan{
	color:#FFFFFF;
	display:block;
	margin:0 auto;
	z-index:999;
	background:url(../img/img_all/bk_search.png);
	position:relative;
	height:100px;
}
.search_plan .container{
	padding:15px 0;
}
.search_plan h2{
	font-family:"HG行書体","HGP行書体";
	font-weight:normal;
}
.search_plan .flex>div:not(:nth-of-type(2)){
	flex:1 1 auto;
}
.search_plan .flex>div:nth-of-type(2){
	flex:2 1 auto;
}
footer{
	color:#FFFFFF;
	text-align:center;
	z-index:999;
	height:500px;
	position:relative;
	margin:50px 0 0 0;
}
footer .container{
	height:500px;
	position:relative;
}
footer .flex2x>div{
	width:50%!important; 
}
.footer_logo{
	max-width:252px;
}
.footer_nav{
	padding:25px 0;
}
.footer_nav li:not(:last-child){
	border-right: 1px solid #ffffff;
}
footer aside{
	position:absolute;
	bottom:0;
	right:0;
}

<!--
#headimage{
	display:block;
	margin:0 auto;
	width:100%;	
	line-height:0;
}
-->
#headimage>img{
	width:100%;	
}
#headimage img{
	width:100%;
}
.fleft{
	justify-content: flex-start;	
	-webkit-justify-content: flex-start;	
}
.fright{
	justify-content: flex-end;	
	-webkit-justify-content: flex-end;	
}
.fcenter{
	justify-content: center !important;	
	-webkit-justify-content: center !important;	
}
.fbet{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.faround{
	justify-content: space-around !important;	
	-webkit-justify-content: space-around !important;	
}

.ftop{
	align-items: flex-start;	
	-webkit-align-items: flex-start;	
}
.fbottom{
	align-items: flex-end ;	
	-webkit-align-items: flex-end ;	
}
.fmiddle{
	align-items: center;	
	-webkit-align-items: center;	
}
.fbase{
	align-items: baseline ;	
	-webkit-align-items: baseline ;	
}
.ffix{
	align-items: stretch ;	
	-webkit-align-items: stretch ;	
}

.fatop{
	align-content: flex-start;	
	-webkit-align-content : flex-start;	
}
.fabottom{
	align-content: flex-end;	
	-webkit-align-content : flex-end;	
}
.fab{
	align-content: space-between;	
	-webkit-align-content : space-between;	
}
.faa{
	align-content: space-around;	
	-webkit-align-content : space-around;	
}

.flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_nowrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.flex_nowrap_r{
	display: flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	flex-flow:row-reverse;
	-webkit-flex-flow:row-reverse;
}

.flex2x{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex2x>div{
	width:48%;
}
.flex2x>div>a,.flex3x>div>a,.flex4x>div>a{
	width:100%;
}
.flex2x>div>a>img,.flex3x>div>a>img,.flex4x>div>a>img{
	width:100%;
}
.flex2x>div>img,.flex3x>div>img,.flex4x>div>img{
	width:100%;
}
.flex3x{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex3x>div{
	width:30% ;
}
.flex4x{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex4x>div{
	width:25%;
}
.flex>li{
	flex:1 1 auto;
}
#menu a{
	color:#FFFFFF;	
	font-family:  "Hiragino Kaku Gothic Pro","YuGothic", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:90%;
	
}
.sub_font{
	font-size:90%;
}
h2, h3{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
h2[class="pop1"]{
	text-align:center;	
	color:#000000;
}
h2[class="pop2"]{
	text-align:left;	
	color:#FFFFFF;
}
h2[class="pop3"]{
	text-align:center;	
	color:rgba(77, 120, 40, 1);
}

.iframe {
  position: relative;
  height: 0;
  padding-top: 51.61%;
  width:100%;
  border:1px solid rgba(77, 120, 40, 0.8);
}
.iframe>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.content p{
	padding:0 10px 25px 10px;	
	text-align:center;
}
.anti_visible_flex{
	display:none;
}
#search_bar{
	height:36px;
}
#search_bar div{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	margin:5px 0;
	line-height:26px;
}
#search_bar div>*{
	display:inline-block;
}
#search_bar input[type="image"]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

#sub_header{
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
}

#sub_header .container{
	height:150px;
	padding:0 45px;
}
.menu{
	width:270px;
}
/**************************************************************************************************/
#btn_top {
	height:70px;
	width:70px;
	position: absolute;
	bottom: 60px;
	right: 0;
	z-index: 100;
}
