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

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

font-family: 'Courgette', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

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;
}
/*====================*/

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

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

*{
	outline: none;
}

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

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

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

table.aligncenter{
	display:table;
}

table.flex_table.aligncenter,
table.flex_table.alignright,
table.flex_table.alignleft{
	float:none;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

.oubun{
font-family: 'Courgette', cursive;
}

.rtl{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.hukidashi_icon{
	padding-left:50px !important;
	background-image:url(./img/hukidashi_icon.png);
	background-size:2em auto;
	background-repeat:no-repeat;
	background-position:left center;
}

.file_icon{
	padding-left:40px !important;
	background-image:url(./img/file_icon.png);
	background-size:1.8em auto;
	background-repeat:no-repeat;
	background-position:left center;
}


.map_icon{
	padding-left:55px !important;
	background-image:url(./img/map_icon.png);
	background-size:50px auto;
	background-repeat:no-repeat;
	background-position:left center;
}

.btn1 a,
.btn2 a{
	display:inline-block;
	margin:0 auto 1.5em;
	padding:.5em;
	color:#fff;
	text-decoration:none;
	background:#54509E;
	border:1px solid #54509E;
	transition:.2s;
}

.btn2{
	padding:.5em 1em;
	padding-right:50px;
	border-radius:15px;
}


.btn2:after{
	position:absolute;
	display:blcok;
	content:'';
	margin:auto;
	width:20px;
	height:20px;
	background:#fff;
	border-radius:50%;
	top:0;
	bottom:0;
	right:15px;
}

.btn2:hover:after{
	background:#76A26F;
}


.btn1 a:hover,
.btn2 a:hover{
	color:#ACB7E7;
	background:#fff;

}

.btn_kakari {
    text-align: center;
    margin: 1.5em 0;
}
.btn_kakari a {
    color: #fff;
    padding: 1em;
    text-decoration: none;
    background-color: #ce5655;
    border-radius: 5px;
    transition: .2s;
}
.btn_kakari a:hover {
    opacity: .9;
}

.fl_round{
	border-radius:50%;
	overflow: hidden;
}

/* head */
#header_wrap{
	padding:1em;
}

#header{
	display:flex;
	justify-content:space-between;
	margin:auto;
	max-width:1200px;
}

#header #title h1 a{
	display:block;
	width:300px;
	height:60px;
	text-indent:-9999px;
	background-image:url(./img/logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

/* gl_menu */
#gl_menu ul{
	display:flex;
	justify-content:flex-end;
}

#gl_menu ul:nth-child(2) li a{
	display:block;
	padding:0 45px 3px 1em;
	color:#333;
	text-decoration:none;
	background-image:url(./img/arrow.svg);
	background-repeat:no-repeat;
	background-size:40px 25px;
	background-position:99% center;
}

#gl_menu ul:nth-child(2) li a:after{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:0;
	height:3px;
	background-color:#54509E;
	bottom:0;
	left:0;
	transition:.2s;
}

#gl_menu ul:nth-child(2) li.carrent a:after,
#gl_menu ul:nth-child(2) li a:hover:after{
	width:100%;
}

#gl_menu ul:nth-child(3) li a{
	display:block;
	padding:1em;
	color:#333;
	text-decoration:none;
}

#gl_menu ul:nth-child(3) li:last-child a{
	color:#54509E;
}

#gl_menu ul:nth-child(3) li a:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:10px;
	height:10px;
	background-color:#54509E;
	border-radius:50%;
	top:5px;
	left:0;
	right:0;
	opacity:0;
	transition:.2s;
}

#gl_menu ul:nth-child(3) li.carrent a:before,
#gl_menu ul:nth-child(3) li a:hover:before{
	opacity:1;
}



/* main image */
#main_image_wrap{
	background-image:url(./img/slidebg.svg);
	background-size:contain;
	background-position:center;
}

#main_image{
	display:flex;
	justify-content:space-between;
	margin:auto;
	padding:1em;
	max-width:1200px;
}

#main_image > *{
	padding:1em;
	width:50%;
}

#main_image #main_image_left{
	display:flex;
	flex-wrap:wrap;
}

#main_image #main_image_left p{
	display:flex;
	align-items:center;
	margin-bottom:1.5em;
	width:100%;
}

#main_image #main_image_left p:nth-child(2){
	display:flex;
	align-items:center;
	color:#54509E;
	font-size:120%;
	line-height:2;
}

#main_image #main_image_left p:first-of-type,
#main_image #main_image_left p:nth-child(2){
	width:50%;
}

#main_image #main_image_left p:nth-child(3){
	margin-left:4em;
	color:#54509E;
	font-size:180%;
	text-indent:-3em;
}

#main_image #main_image_left h2{
	font-weight:normal;
}


#main_image #main_image_left p img{
	width:100%;
	height:auto;
}

/* slider */
#main_image_slider .slick-track,
#main_image_slider .slick-list,
#main_image_slider p{
	width:100%;
	height:100%;
}

#main_image_slider p{
	background-size:cover;
	border-radius:50%;
	background-position:center;
	text-indent:-9999px;
}

.slick-dotted.slick-slider{
	margin-bottom:0;
}

.slick-dots{
	position:absolute;
	text-align:right;
	bottom:0;
	right:0;
}

.slick-dots li button{
	width: 15px;
	height: 15px;
	border:1px solid #ABA9A9;
	border-radius:50%;
}

.slick-dots li button:before{
	content:'';
	margin:auto;
	width: 15px;
    height: 15px;
    background-color:transparent;
	border-radius:50%;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.slick-dots li.slick-active button:before{
    background-color:#ABA9A9;
}

/* top news */
#news_wrap{
	margin:auto;
	padding:120px 0 1.5em;
	max-width:1200px;
}

#news_wrap:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:50px;
	height:55px;
	background-image:url(./img/scroll_arrow.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	top:1.5em;
	left:0;
	right:0;
}

#news_wrap > *{
	margin:2em;
}

#news_wrap h3{
	margin-bottom:1.5em;
	padding:1em 1em 25px;
	color:#54509E;
	font-size:120%;
	text-align:center;
	background-image:url(./img/h3bottom_p.svg);
	background-repeat:no-repeat;
	background-size:100% 20px;
	background-position:center bottom;
}

#news_wrap h3 a{
	position:absolute;
	display:block;
	margin:auto;
	height: min-content;
	font-size:80%;
	font-weight:normal;
	top:0;
	bottom:0;
	right:0;
}

#news_wrap div ul{
	display:block;
}

#news_wrap div ul li{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	margin-bottom:1.5em;
	border-bottom:1px dotted #ccc;
}

#news_wrap div ul li span.news_date{
	width:100px;
}

#news_wrap div ul li.cat_lead .news_date{
	color:#0BC593;
}

#news_wrap div ul li.cat_normal .news_date{
	color:#54509E;
}

#news_wrap div ul li.cat_leap .news_date{
	color:#70CC50;
}

#news_wrap div ul li span.news_text{
	margin-bottom:1.5em;
		width:calc(100% - 100px);
}

#news_wrap div ul li span.news_cat{
	display:block;
}

#news_wrap div ul li a{
	display: inline-block;
	margin-bottom:1em;
	padding: 0 45px 3px 0;
	color: #333;
	text-decoration: none;
	background-image: url(./img/arrow.svg);
	background-repeat: no-repeat;
	background-size: 40px 25px;
	background-position: 99% center;
}

#news_wrap div ul li a:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:0;
	height:3px;
	background-color:#54509E;
	bottom:0;
	left:0;
	transition:.2s;
}

#news_wrap div ul li a:hover:before{
	width:100%;
}

/* top sns */
#sns_wrap{
	display: flex;
	justify-content: space-between;
	margin:auto;
	max-width:1200px;
}

#sns_wrap > * {
    margin: 2em;
    width: calc(100% - 2em);
}

#sns_wrap h3{
	margin-bottom:1.5em;
	padding:1em 1em 25px;
	color:#cf5755;
	font-size:120%;
	text-align:center;
	background-image:url(./img/h3bottom_k.svg);
	background-repeat:no-repeat;
	background-size:100% 20px;
	background-position:center bottom;
}

#sns_wrap > div:nth-child(2) h3{
	color:#00B900;
	background-image:url(./img/h3bottom_g.svg);
}

#sns_wrap > div:nth-child(2) h4{
	clear:both;
	padding:1em;
	color:#00B900;
	text-align:center;
}

#sns_wrap > div:nth-child(2) p:first-of-type{
	color: #00B900;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#sns_wrap > div:nth-child(2) p{
	margin-bottom:1.5em;
}

#sns_wrap #qr_table{
	border-collapse: separate;
	border-spacing: 1em 0;
	margin-bottom:1em;
	width:100%;
}

#sns_wrap #qr_table > tbody > tr > th,
#sns_wrap #qr_table > tbody > tr > td{
	width:50%;
	text-align:center;
}

#sns_wrap #qr_table > tbody > tr > th{
	padding:.5em;
	color:#fff;
	background-color:#0BC593;
	border-radius:8px 8px 0 0 ;
}

#sns_wrap #qr_table > tbody > tr > th:last-child{
	background:#70CC50;
}

#sns_wrap #qr_table > tbody > tr > td{
	padding:.5em;
	border:1px solid #0BC593;
	border-radius:0 0 8px 8px;
}


#sns_wrap #qr_table > tbody > tr > td img{
	width:150px;
	height:auto;
}


/* topcont_footer */
#topcont_footer{
	clear:both;
	background:rgba(239,243,254,.7);
}

#topcont_footer > *{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#topcont_footer .flex_table td{
	padding:1em;
}

#topcont_footer h3{
	margin:0 auto 1.5em;
	padding:1em 1em 25px;
	max-width:1200px;
	font-size:120%;
	text-align:center;
	background-image:url(./img/h3bottom_b.svg);
	background-repeat:no-repeat;
	background-size:100% 20px;
	background-position:center bottom;
}

#topcont_footer .tri_box{
	display:flex;
	justify-content:space-around;
	margin:0 auto 1.5em;
	max-width:1200px;
}

#topcont_footer .tri_box p{
	margin:0 3%;
	width:94%
}

#topcont_footer img{
	max-width:100%;
	width:100%;
	height:auto;
	transition:.2s;
}


#topcont_footer .tri_box p img:hover{
	opacity:.7;
}

#topcont_footer .harf_box{
	display:flex;
	justify-content:space-around;
	align-items:center;
	margin:auto;
	max-width:1200px;
}

#topcont_footer .harf_box > *{
	padding:2em;
	width:100%;
}

#topcont_footer .harf_box #map{
	height:500px;
}

#topcont_footer .harf_box h4{
	margin-bottom:1.5em;
}

#topcont_footer .harf_box ul{
	margin-bottom:1.5em;
}

#topcont_footer .harf_box ul li {
	position: relative;
	padding: 0.2em 1em 0.2em 25px;
	font-size:inherit;
}

#topcont_footer .harf_box ul li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}

#topcont_footer .harf_box ul li:before {
	top: 1.1em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	background: #ACA9D9;
	transform: translateY(-50%);
	z-index:10;
}

#topcont_footer .harf_box table{
	margin-bottom:1.5em;
}

#topcont_footer .harf_box table th{
	padding:.5em 1em;
	color:#fff;
	background:#54509E;
}

#topcont_footer .harf_box table td{
	padding:.5em 1em;
	color:#333;
	border-bottom:1px solid #333;
}

/* footer_wrap */
#footer_wrap{
	background:rgba(239,243,254,.7);
}

#footer_wrap #foot_menu{
	margin:auto;
	padding:1em;
	max-width:800px;
}

#footer_wrap #foot_menu ul{
	display:flex;
	justify-content:space-around;
}

#footer_wrap #foot_menu ul li{
	display:block;
}

#footer_wrap #foot_menu ul li a{
	color:#333;
}

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

#address{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	padding:.5em;
	max-width:1200px;
}

#address p:first-of-type{
	margin-right:1em;
	font-size:120%;
	font-weight:bold;
	white-space:nowrap;
}

#address p:first-of-type img{
	vertical-align: text-bottom;
	height:1.5em;
	width:auto;
}

#copyright{
	margin:auto;
	padding:1em;
	max-width:800px;
	font-size:80%;
	text-align:center;
}


/* page */
#page_image{
    background-image: url(./files/uploads/2021/06/c463c2e78e1e4ad3bd006bce2a806070.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#page_image:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.7);
	left:0;
	right:0;
}

#page_image p{
	margin:auto;
	padding:1.5em;
	max-width:1200px;
	color:#fff;
	font-size:250%;
	text-shadow:2px 2px 0 #333;
}

#content_wrap #breadcrumb{
	margin: auto;
	padding:1em;
}

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

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

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

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

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


#content_wrap{
	margin:auto;
	padding:0 2em 2em;
	max-width:1200px;
}

#content_wrap h2 {
    margin-bottom: 1.5em;
    padding: 1em 1em 25px;
    color: #54509E;
    font-size: 120%;
    text-align: center;
    background-image: url(./img/h3bottom_p.svg);
    background-repeat: no-repeat;
    background-size: 100% 20px;
    background-position: center bottom;
}

#content_wrap h3 {
    clear:both;
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 55px;
    color: #54509E;
    font-size: 120%;
	font-weight:normal;
    background-image: url(./img/h3_icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
}

#content_wrap h4 {
    clear:both;
	margin-bottom: 1.5em;
	padding:.5em 1em;
	font-size:120%;
	background:#f1f5fe;
	border-radius:25px; 
	border-top:2px solid #fff;
	border-bottom:2px solid #54509e;
	border-left:2px solid #54509e;
	border-right:2px solid #54509e;
}

#content_wrap h5 {
	margin-bottom: 1.5em;
	padding:.5em 1em;
	border-radius:25px; 
	border-top:2px solid #fff;
	border-bottom:2px solid #54509e;
	border-left:2px solid #54509e;
	border-right:2px solid #54509e;
}

#content_wrap h6 {
	margin-bottom: 1.5em;
	padding:.5em 1em;
	background:#f1f5fe;
	border-radius:25px; 
	border-left:25px solid #54509e;
}

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

#content_wrap blockquote{
	margin-bottom:1.5em;
	padding:1em;
	border:3px solid #54509e;
	border-radius:8px;
	overflow:hidden;
}

#content_wrap img.maru{
	border-radius:50%;
}

#content_wrap hr{
	clear:both;
	border:0;
	border-bottom:1px dotted #54509e;
}

#content_wrap ul{
	margin-bottom:1.5em;
}

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

#content_wrap ul li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: 1em;
	height: 1em;
	background-color: #acb7e7;
	border-radius:50%;
	top:.25em;
	left: -1.5em;
}

#content_wrap ol{
	margin-bottom:1.5em;
}

#content_wrap ol li{
	margin-left:1.5em;
	counter-increment: olNum1;

}

#content_wrap ol li:before {
	display: block;
	position: absolute;
	content: '';
	margin: auto;
	width: 1.2em;
	height: 1.2em;
	background-color: #acb7e7;
	border-radius:5px;
	top:.25em;
	left: -1.5em;
}

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

#content_wrap table{
	border-top:1px solid #ACB7E7;
	border-left:1px solid #ACB7E7;
}

#content_wrap table th{
	background:#f1f5fe;
	padding:.5em 1em;
	border-right:1px solid #ACB7E7;
	border-bottom:1px solid #ACB7E7;
}

#content_wrap table td{
	padding:.5em 1em;
	border-right:1px solid #ACB7E7;
	border-bottom:1px solid #ACB7E7;
}


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

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

#content_wrap table.flex_table > tbody > tr > td{
	display:block;
	padding:1em;
	width:auto !important;
	border-right: 0;
	border-bottom: 0;
}

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

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

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

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

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

#content_wrap table.flex_table.aligncenter,
#content_wrap table.flex_table.aligncenter > tbody{
	display:table;
	margin:auto;
}

/* form */

#content_wrap form input,
#content_wrap 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;
}

#content_wrap form textarea{
	width:100%;
}

#content_wrap 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;
}

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

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

#content_wrap .mfp_element_submit,
#content_wrap .mfp_element_reset,
#content_wrap .mfp_element_button,
#content_wrap button.mfp_next,
#content_wrap 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;
}


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

#content_wrap 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;
}

#content_wrap 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;
}

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

/*----------------------------------

	smartphone

-----------------------------------*/

#sp_toggle{
	display:none;
}


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

#gl_menu ul{
	display:none;
}


#sp_toggle{
	position:relative;
	display:table;
	margin: 0 0 0 auto;
	padding:1.2em;
	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;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -2.5em;
  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: 14px;
  height: 2px;
  background: #333;
  transition: .3s;
}

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

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

#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);
}

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

#gl_menu.menuopen{
	width:100%;
}


#gl_menu ul{
	flex-direction:column;
}

#gl_menu ul li{
	padding:0;
}

#gl_menu ul:nth-child(2) li a{
	padding:.5em 1em;

	background-image:none;
}

#gl_menu ul:nth-child(3) li a:before{
	top:0;
	bottom:0;
	left:0;
	right:auto;

}

#contact_wrap{
	top:auto;
	bottom:0;
	left:0;
	width:100%;
}

#contact_wrap .rtl{
	-ms-writing-mode: unset;
	writing-mode: unset;
}

#main_image{
	flex-direction:column-reverse;
	padding:0;
}

#contact_wrap p{
	display: flex;
	font-size:90%;
}

#contact_wrap p img{
	margin:0 .5em;
	height: 20px;
}

#main_image > * {
    width: 100%;
}

#main_image_slider{
	padding:0;
}

#main_image_slider p{
	min-height:300px;
	border-radius:0;
}

#main_image #main_image_left p{
	width:50%;
}

#main_image #main_image_left p:nth-child(3){
	width:calc(50% - 4em);
}

#main_image #main_image_left p:last-child{
	padding:1em;
}

#news_wrap > *,#sns_wrap > *{
    margin: 0;
	padding:1em;
    width: 100%;
}

#news_wrap:before{
	display:none;
}

#news_wrap,#sns_wrap{
	flex-direction:column;
	padding-top:0;
}

#news_wrap #qr_table > tbody > tr > td img{
	width:100%;
}

#topcont_footer .harf_box{
	flex-direction:column;
}

#topcont_footer .harf_box #map{
	height:300px;
}

#topcont_footer .harf_box > *{
	padding:1em;
}

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


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

#content_wrap table.flex_table > tbody > tr > td{
	padding:0;
}

#content_wrap table.flex_table > tbody > tr > td > :last-child{
	margin-bottom:1.5em;
}


#footer_wrap #foot_menu ul{
	flex-direction:column;
}

#footer_wrap #foot_menu ul li{
	padding:1em;
}

#address{
	flex-direction:column;
	align-items: flex-start;
}

#address p:first-of-type{
	margin-right:0;
}

#copyright{
    font-size: 2vw;
	margin-bottom:60px;
}

}

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

#header #title h1 a{
	width: 150px;
	height: 30px;
}

#main_image #main_image_left p,
#main_image #main_image_left p:nth-child(3){
	width:100%;
}

#contact_wrap p{
    font-size: 3.5vw;
}

#news_wrap div:first-of-type ul li span.news_date,
#news_wrap div:first-of-type ul li span.news_text{
	width:100%;
}

#news_wrap div:first-of-type ul li span.news_cat{
	margin-bottom:1em;
}

#news_wrap > div:nth-child(2) h3{
	padding:1em 0 25px;
}

#news_wrap #line_step,
#news_wrap #line_step tbody,
#news_wrap #line_step tr{
	display:block;
	width:100%;
}

#news_wrap #line_step td{
	display:flex;
	align-items:center;
	width:100%;
}

#news_wrap #line_step td img{
	display:block;
	margin:.5em;
	width:100px;
	height:auto;
}

#news_wrap #line_step td:after{
	top:auto;
	bottom:-1em;
	left:0;
	transform:rotate(90deg);
}

#topcont_footer .harf_box table{
	width:100%;
}

#topcont_footer .tri_box{
	flex-direction:column;
}

#topcont_footer .tri_box p{
	margin:0 auto 1.5em;
	text-align:center;
}

#topcont_footer .tri_box p img{
	width:200px;
}

#topcont_footer .harf_box table th,
#topcont_footer .harf_box table td{
	padding:.5em 0;
	width:calc(100% / 7);
	text-align:center;
}

}