@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

*{
margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

/*====================*/

*{
	position:relative;
	box-sizing:border-box;
}

body{
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	font-size:15px;
	line-height:1.8;
	letter-spacing:0.02em;
	color:#333;
}

a{
	color:#0785c1;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.aligncenter{
	display:table;
}

.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn a{
	display:inline-block;
	padding:.5em 1em;
	color:#fff;
	text-decoration:none;
	background:#42b1e6;
	border:1px solid #42b1e6;
	border-radius:25px;
	transition:.2s;
}

#main .btn.yellow a{
	border:1px solid #ff7f00;
	background:#ff7f00;

}

#main .btn.green a{
	border:1px solid #90c31f;
	background: #90c31f;

}

.btn a + a{
	margin-left:1em;
}

.btn a:hover{
	color:#42b1e6;
	background:#fff;
}

.noborder,
.tb_noborder,
.tb_noborder > tbody > tr th,
.tb_noborder > tbody > tr td{
	border:0 !important;
	box-shadow:none !important;
}

.noshadow{
	box-shadow:none !important;
}


/* head */
#header_wrap{
}

#page #header_wrap{
	height:auto;
}


#header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:auto;
	padding:0 3em;
	background:#fff;
	box-shadow: 2px 2px 2px #333;
}

#page #header{
	box-shadow:none;
}

#header h1 a{
	display:block;
	margin:.5em;
	width:535px;
	height:101px;
	color:#333;
	font-size:150%;
	text-decoration:none;
	text-indent:-9999px;
	font-weight:bold;
	background-image:url(./img/logo.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#header #head_add{
	color:#ff7f00;
font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;

	font-size:160%;
}

#header #head_add a{
	display:block;
	padding:.2em;
	color:#fff;
	font-size:70%;
	text-align:center;
	text-decoration:none;
	border-radius:8px;
	background-color:#ff7f00;
    text-shadow: 1px 1px 2px #666;
	transition:.2s;
}

#header #head_add a:hover{
	opacity:.7;
}


/* main_image */
#main_image {
	width:100%;
	vertical-align: middle;
}

#main_image:after {
	position:absolute;
	content:'';
	margin:auto;
	width:100%;
	height:100%;
	background-image:url(./img/imagebg.svg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right;
	top:0;
	right:0;

}

#main_image p:first-of-type{
	padding-top:40%;
	width:100%;
	height:0;
	text-indent:-9999px;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
}

#main_image p:nth-child(2){
	position:absolute;
	display:flex;
	align-items:center;
	margin:auto;
	padding:.5em 1em;
	color:#f893ba;
	font-size:220%;
font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	right:3em;
	top:0;
	bottom:0;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#page #main_image p:nth-child(2){
	display:none;
}

#main_image > p:nth-child(2) span{
	z-index:10;
}


/* main_menu */
#main_menu{
	background:#fff;
	box-shadow: 2px 2px 2px #333;
	z-index:10;
}

#main_menu.fixed{
	position:fixed;
	width:100%;
	z-index:9999;
	animation-name: fadeIn;
	animation-duration: .3s;
	animation-iteration-count:1;
	top:0;
}

@keyframes fadeIn { 
	0% {opacity: 0;}
	100% {opacity: 1;}
}     


#main_menu ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:auto;
	//max-width:1200px;
}

#main_menu ul li{
	width:100%;
}

#main_menu ul li a{
	display:block;
	padding:.8em;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	transition:.2s;
}

#main_menu ul li a span{
	display: inline-block;
}


#main_menu ul li a span:after{
	position:absolute;
	content:'\f105';
	margin:auto;
	color:#ff7f00;
	top:0;
	bottom:0;
	left:-1.5em;
opacity:0;
	transition:.2s;


    font-family: "Font Awesome 5 Free";
-webkit-font-smoothing: antialiased;
    display: table;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#main_menu ul li.carrent a span:after,
#main_menu ul li a:hover  span:after{
	left:-1em;
	opacity:1;
}

/* news */
#info_wrap{
	clear:both;
	display:flex;
	justify-content:space-between;
	padding:3em 0;
	margin:0 auto 1.5em;
	max-width:calc(1200px - 2em);
}

#info_wrap > section{
	padding-right:1em;
	width:100%;
}

#info_wrap > section:last-child{
	padding-right:0;
	padding-left:1em;
}

#main_wrap #main #info_wrap > section h3{
	padding-bottom:100px;
	font-size:120%;
	background-image:url(./img/news2_bg.jpg);
	background-size:cover;
	background-position:right bottom;
	box-shadow:2px 2px 2px #ccc;
	border-top:3px solid #9cd000;
	overflow:hidden;
}

#main_wrap #main #info_wrap > section h3 span{
	position:absolute;
	display:block;
	margin:auto;
	padding:.2em 2em;
	border-radius:0 0 8px 0;
	background-color:#9cd000;
	top:0;
	left:0;
}

#main_wrap #main #info_wrap > section#event_wrap h3{
	background-image:url(./img/kensyu_bg.jpg);
	background-position:right bottom;
}

#main_wrap #main #info_wrap > section ul{
	display:flex;
	flex-direction:column;
	margin:authttps://demo33.echna.ne.jp/o;
 	padding-left: 0;
	max-width:1000px;
}

#main_wrap #main #info_wrap > section ul li{
	display:block;
	padding:.5em;
 	margin-left: 0;
	border-bottom:1px dotted #333;
}

#main_wrap #main #info_wrap > section ul li:before{
	display:none;
}

#main_wrap #main #info_wrap > section ul li span{
	display:block;
}

#main_wrap #main #info_wrap > section ul li span.date{
	font-size:80%;
	color:#aaa;
	text-align:right;
}


#main_wrap #main #info_wrap > section #kako{
	justify-content:flex-end;
	border-bottom:0;
}

/* searchform */
#search{
	padding:1em  1em 1.5em;
	margin:0 auto;
	max-width:1200px;
	text-align:right;
}

#search input{
	font:inherit;
}


/* main */

#main_wrap {
	padding:1em 0;
	//background-color:#fffded;
	border-bottom:3px solid #ff7f00;
}

#main{
	padding:1em  1em 1.5em;
	//margin:0 auto;
	max-width:1000px;
	width:calc(100% - 332px);

	overflow:hidden;
}

#page #main {
	min-height:500px;
}


/* main parts */
#page #p_list{
	border-top:1px solid #ff7f00;
	//background-color: #fffded;
}


#page #breadcrumb{
	margin:auto;
	padding:1em;
	max-width:1400px;
	display:flex;
	margin-bottom:0;
	font-size:90%;
	justify-content:flex-end;

}

#page #breadcrumb li{
	margin-left: .5em;
	margin-bottom:0;
	padding-left: 0;
}

#page #breadcrumb li:after{
	margin-left: .5em;
	content: '＞';
}

#page #breadcrumb li:last-child:after{
	margin-left: .5em;
	content: '';
}

#page #breadcrumb ul li:last-child:after{
	content:'';
}

#page #breadcrumb ul li:before{
	display:none;
}

#page #breadcrumb{
	padding:.5em 2em;
	//margin:0  auto;
	//max-width:1200px;
}

#page #breadcrumb ul{
	display:flex;
	font-size:90%;
	justify-content:flex-end;
	padding:0 1em;
}

#page #breadcrumb ul li{
	margin-left: .5em;
	padding-left: 0;
}

#page #breadcrumb ul li:after{
	margin-left: .5em;
	content: '＞';
}

#page #breadcrumb ul li:last-child:after{
	content:'';
}

#main_wrap{
	clear:both;
	display:flex;
	justify-content:center;
	margin:auto;
	padding:1em;
	background-image:url(./img/bg_nami_o20.png);
}

#page h2{
	margin:auto;
	padding:.5em 2em;
	max-width:1400px;
	font-size:200%;
//background-color: #fffded;
}

#main_wrap h3{
	clear:both;
	padding:.3em .5em .3em 1.8em;
	margin:3em auto 1.5em;
	color:#fff;
	font-size:150%;
	background-color:#9cd000;
	background-image:url(./img/h3bg.svg);
	background-repeat:no-repeat;
	background-position:8px center;
	background-size:1.2em;
	border-radius:8px;
    text-shadow: 1px 1px 2px #666;
}

#main_wrap #main > h3:first-child{
	margin:0 auto 1.5em;

}


#main_wrap h4{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em .5em .5em 1em;
	font-size:120%;
	border:1px solid #db828d;
	border-bottom:3px solid #db828d;
	border-radius:8px 0 0 0;

}

#main_wrap h4:before{
	position:absolute;
	content:'';
	width:4px;
	height:4px;
	border:1px solid #db828d;
	border-radius:50%;
	left:4px;
	top:.8em;
}

#main_wrap h4:after{
	position:absolute;
	content:'';
	width:4px;
	height:4px;
	border:1px solid #db828d;
	border-radius:50%;
	left:4px;
	bottom:.8em;
}

#main_wrap h5{
	clear:both;
	margin-bottom:1.5em;
	padding:0 .2em .2em .8em;
	font-size:120%;
	border-left:5px solid #9cd000;
	border-bottom:1px dotted #9cd000;
	box-sizing:content-box;
}

#main_wrap h6{
	margin-bottom:1.5em;
	padding:.5em;
	font-size:100%;
	border-bottom:1px dotted #666;
}

#main_wrap p{
	margin-bottom:1.5em;
}

#main_wrap blockquote{
	margin-bottom:1.5em;
	padding:2em;
	background:#fbf0e6;
	border-radius:8px;
}

#main_wrap #main blockquote ul{
	padding-left:0;
}

#main_wrap #main blockquote > :last-child{
	margin-bottom:0 !important;
}

#main_wrap hr{
	clear:both;
	border:0;
	border-bottom:1px dotted #ccc;
}

#main_wrap #main > p{
	padding:0 2em;
}

#main_wrap a:hover{
	text-decoration:none;
}

#main_wrap a:hover img{
	opacity:.7;

}

#main_wrap img{
	margin:.5em;
	max-width:calc(100% - 1em);
	height:auto;
	box-shadow:2px 2px 5px #aaa;
	transition:.2s;
}

#main_wrap #main ul{
	padding-left:2em;
	margin-bottom:1.5em;
}

#main_wrap #main ul li{
	margin-left:1.5em;
	margin-bottom:.5em;
}

#main_wrap #main ul li:last-child{
	margin-bottom:0;

}

#main_wrap #main ul li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: .5em;
	height: .5em;
	background-color: #ff7f00;
	border-radius:25px;
	top:.5em;
	left: -1.5em;
}


#main_wrap #main dl{
	padding-left:2em;
	margin-bottom:1.5em;
}

#main_wrap #main dl dt{
	margin-left:1.5em;
	margin-bottom:.5em;
}

#main_wrap #main dl dt:last-child{
	margin-bottom:0;

}

#main_wrap #main dl dt:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: .5em;
	height: .5em;
	background-color: #ff7f00;
	border-radius:25px;
	top:.5em;
	left: -1.5em;
}

#main_wrap #main dl dd{
	margin-left:1.5em;
	margin-bottom:.5em;
}



#main_wrap #main ol{
	margin-bottom:1.5em;
}

#main_wrap #main ol li{
	margin-left:1.5em;
	margin-bottom:.5em;
	counter-increment: olNum1;

}

#main_wrap #main ol li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: 1em;
	height: 1em;
//	background-color: #ff7f00;
	border-radius:5px;
	top:.25em;
	left: -1.5em;
}

#main_wrap #main ol > li:after{
	position: absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 1em;
	height: 1em;
	border-radius: 25px;
	color: #ff7f00;
	top: .25em;
	left: -1.5em;
	content: counter(olNum1);
}

#main_wrap table{
	margin-bottom:1.5em;
	border-top: 3px solid #9cd000;
	border-bottom:3px solid #9cd000
}

#main_wrap table th,
#main_wrap table td{
	vertical-align:top;
	padding:1em;
	border-bottom:1px solid #ccc;
}

#main_wrap table th{
	padding:1em 2em;
}

#main_wrap table tr > th:first-of-type,
#main_wrap table tr > td:first-of-type{
	//border-left:1px solid #ccc;
}

#main_wrap #main table tr > th > :last-child,
#main_wrap #main table tr > td > :last-child{
	margin-bottom:0;
}

#main_wrap table.flex_table,
#main_wrap table.flex_table > tbody{
	display:block;
	max-width:100%;
	background:transparent;
	border:0;
}

#main_wrap table.flex_table > tbody > tr{
	display:flex;
}

#main_wrap table.flex_table > tbody > tr > td{
	display:block;
	padding:.5em;
	width:auto !important;
	border:0;
}

#main_wrap table.flex_table > tbody > tr > td table.flex_table td{
	padding:.5em;
}

#main_wrap table.flex_table.aligncenter > tbody > tr{
	justify-content:center;
}

#main_wrap table.flex_table.aligncenter > tbody > tr > td{
	width:auto !important;
}

#main_wrap table.flex_table.alignright > tbody > tr{
	justify-content:flex-end;
}


#main_wrap table.flex_table.al_center > tbody > tr{
	align-items:center;
}

#main_wrap table.flex_table.eq_width > tbody > tr > td{
	width:100% !important;
}

#bn_wrap{
	width:280px;
}

/* form */

#page #main form input,
#page #main form textarea{
	max-width:100%;
	padding:.2em 1em;
	font-size: 100%;
	border:1px solid #ccc;
	border-radius:5px;
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}

#page #main form textarea{
	width:100%;
}

#page #main form select{
	padding:1em;
	padding:.2em 1em;
	font-size: 100%;
	border:1px solid #ccc;
	border-radius:5px;
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}

#page #main form input[type=submit],
#page #main form button[type=submit]{
	position:relative;
	display:block;
	margin:auto;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5em;
	text-shadow:none;
	background: #ff7f00;
	border:0;
	cursor:pointer;
	transition:.2s;
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}

#page table#mfp_confirm_table tr th,
#page table#mfp_confirm_table tr td{
	padding:1em .5em;
	font-size:100%;
}

#page .mfp_element_submit,
#page .mfp_element_reset,
#page .mfp_element_button,
#page button.mfp_next,
#page button.mfp_prev{
	position:relative;
	margin:auto;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.05em;
	text-shadow:none;
	background: #052f47;
	cursor:pointer;
	transition:.2s;
	font-family: 游ゴシック,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}


#page #main form input[type=submit]:hover,
#page #main form button[type=submit]:hover{
	background-color:#718692;
	transition:.2s;
}

#page #main form input[type=submit]:before {
    display: block;
    position: absolute;
    content: '';
    margin: auto;
    width: 1em;
    height: .5em;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #052F47 50.5%) no-repeat top left/100% 100%;
    top: .5em;
    left: -1.2em;
}

#page #main form input[type=reset]{
	position:relative;
	display:inline-block;
	margin:auto;
	padding:.5em 1em;
	width:auto;
	color:#fff;
	font-size:100%;
	letter-spacing:.8em;
	background-color:#666;
	text-align:center;
	cursor:pointer;
	transition:.2s;
}

#page #main form input[type=reset]:hover{
	background-color:#aaa;
	transition:.2s;
}


/* page advance */
#page .su-spoiler-title{
	display: inline-block;
	color: #002F58;
	font-size:100%;
	text-decoration:underline;
}

#page .su-spoiler-title:hover{
	text-decoration:none;
}

#page .wp-caption{
	display:inline-block;
	text-align:center;
}


/* footer */
footer{
	background:#fff;
}

#footer_wrap{
	clear:both;
	margin:auto;
	max-width:1200px;
	width:100%;
	background:#fff;
}

#footer_wrap ul{
	display:flex;
}

#footer_wrap ul li{
	padding:.5em;
}

#footer_wrap ul li a{
}

#footer_wrap ul li a:hover{
	text-decoration:none;
}

#foot_add{
	padding:.5em;
	font-style:normal;
}

#foot_add p{
	text-align:right;
}

#foot_add p:first-of-type{
	font-weight:bold;
	font-size:120%;
}

#copyright{
	padding:.5em;
	text-align:center;
	font-size:90%;
}

/* pagetop */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background: rgba(29, 159, 214, 0.7);
  opacity: 0;
  transition:.2s;
  z-index:999;
  transform: rotate(45deg);
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
    transform: rotate(-45deg);
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height:1;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#sp_toggle{
	display:none;
}

@media screen and (max-width:800px){

/*記事内の画像*/
.alignleft,
.alignright,
.alignnone {
	float: none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

#header{
	flex-direction:column;
	flex-wrap:wrap;
	padding: 0;
}

#header_wrap p:nth-child(2){
	font-size:150%;
}

#sp_toggle{
	position:relative;
	display:table;
	margin: 0 0 0 auto;
	padding:1.5em;
	font-size:100%;
	color:#333;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	cursor:pointer;
}

#sp_toggle #sp_toggle_icon{
  display: block;
  position: absolute;
  margin:auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #333;
  transition: .2s;
}

#sp_toggle #sp_toggle_icon:before,
#sp_toggle #sp_toggle_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333;
  transition: .3s;
}

#sp_toggle #sp_toggle_icon:before{
  margin-top: -8px;
}

#sp_toggle #sp_toggle_icon:after{
  margin-top: 8px;
}

#sp_toggle #sp_toggle_icon.close{
  background: transparent;
}

#sp_toggle #sp_toggle_icon.close:before, #panel-btn .close:after{
  margin-top: 0;
}

#sp_toggle #sp_toggle_icon.close:before{
  margin-top: -1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#sp_toggle #sp_toggle_icon.close:after{
  margin-top: -1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#head_add {
	margin-bottom:.5em;
}

#title,
#header h1 a{
	margin:0;
	width:100%;
	background-position:center;
	background-size:contain;
}

#header #head_add{
	text-align:center;
}


#main_image{
	height:350px;
}

#main_image:after{
	display:none;
}

#main_image p:first-of-type{
	padding-top:0;
	height:100%;
	background-size:cover;
}


#main_image p:nth-child(2){
	align-items:flex-end;
	width:80%;
	font-size:120%;
	background:transparent;
	right:0;
}

#main_image p:nth-child(2){
	justify-content:flex-end;
}

#main_menu{
	position:fixed;
	top:0;
	right:0;
	background:rgba(255,255,255,.7);
	z-index:9999;
}

#main_menu.menuopen{
	width:100%;
}

#main_menu ul{
	display:none;
	flex-direction: column;
	width:100vw;
	height:100vh;
}

#main_menu ul li a{
	color:#333;
	margin-bottom:1.5em;
	padding-left: 1em;
	text-align:left;
	background:transparent;
	border:0;
}

#main_menu ul li.carrent a, #main_menu ul li a:hover{
	background:transparent;
}

#main_menu ul li:first-of-type a{
	padding-left: 1em;
	background-image:none;
}

#top #main_wrap #main table.flex_table.eq_width > tbody > tr{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
}


#top #main_wrap #main table:not(.large_table) > tbody > tr > td{
	display:block;
	width:50% !important;
}

#news_wrap{
	margin:0 1em;
}


#main_wrap{
	flex-direction:column;
	padding:0;
}

#info_wrap > section{
	margin:0;
	padding-left:0;
	padding-right:0;
}

#main{
	width:100%;
}

#news_wrap ul li:not(#kako){
	flex-direction:column;
}


#main_wrap iframe{
	width:100%;
}

#main_wrap h2{
	font-size:150%;
}

#main_wrap h3{
	font-size:120%;
}

#main_wrap #main > p{
	padding:0;
}

#main_wrap img{
	max-width:100%;
	height:auto;
}

#main_wrap #main ul{
	padding-left:0;
}

#main_wrap #main table.flex_table > tbody > tr{
	flex-direction:column;
}

#main_wrap #main  table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main_wrap #main table.large_table strong{
	word-break: keep-all;
}

#main_wrap #main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main_wrap #main table.large_table:before{

}

#main_wrap #main table.large_table th,
#main_wrap #main table.large_table td{
	white-space: nowrap;
	padding:3px 8px;
}

#main_wrap #main table.large_table {
     overflow: auto;
}

#main_wrap #main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main_wrap #main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #173F5D;
    border-radius: 10px;
}
#main_wrap #main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #e1e6ea;
}
#main_wrap #main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #e1e6ea;
}

#main_wrap #main table:not(.large_table){
	width:100%;
}

#main_wrap #main table:not(.large_table) > tbody > tr > td,
#main_wrap #main table:not(.large_table) > tbody > tr > th{
	display:block;
	overflow:hidden;
	padding: .5em 1em;
	width:100% !important;
	text-align:left;
	border-right:0;
}

#main_wrap #main table:not(.large_table) td{
	text-align:left !important;
}

#bn_wrap{
	padding:1em;
	width:100%;
}

#bn_wrap br{
	display:none;
}

#footer_wrap ul{
	flex-direction:column;
}

#footer_wrap ul li{
	padding:1em .5em;
}

#foot_add{
	padding:1em .5em;
}

}

@media screen and (max-width:450px){

#header{
	display:block;
	padding:.5em;
}


#header_wrap{
	//height:150px;
}

#header h1 a{
	display: flex;
	align-items: center;
	padding:.5em 0 .5em 15%;
	font-size: 5.2vw;
	background-size:contain;
}

#header #head_add{
	font-size:100%;
}

#header_wrap p:nth-child(2){
	font-size: 120%;
	right:0;
}


#main_image p:nth-child(2) br{
	display:none;
}


#info_wrap{
	flex-direction:column;
	padding:0;
}

}
