@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;
}

a{
color:#3f51b5;
text-decoration:underline;
	cursor:pointer;
}

a:hover{
	text-decoration:none;
}

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

table .btn a{
	display:block;
}

.btn a:hover{
	color:#173F5D;
	background:#fff;
}

/* head */
header{
	padding:0 1em 1em;
	width:100%;
	top:0;
	left:0;
	background:rgba(255,255,255,0.7);
	z-index:9999;
}

#head_cont{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin:auto;
	max-width:1500px;
}

#head_cont #title{
    display: flex;
    align-items: center;
}

#head_cont #title h1 a{
	display:block;
	width:413px;
	height:93px;
	text-indent:-9999px;
	background-image:url(./img/logo_250606.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

#head_cont #translate_wrap{
	display: flex;
	flex-wrap:wrap;
    justify-content: flex-end;
	max-width:950px;
}

/*
#head_cont #translate_wrap .btn:first-child{
	width:24%;
}

#head_cont #translate_wrap .btn:nth-child(2){
	width:24%;
}
*/

#head_cont #translate_wrap #other_lan_wrap{
    display: inline-block;
}

#head_cont #translate_wrap #other_lan_list{
	display:none;
	position: absolute;
	width: 100%;
	max-height: 198px;
	background: #eee;
	left: 0;
	top: 32px;
	overflow-y:scroll;
	z-index:10;
}

#head_cont #translate_wrap #other_lan_list a{
	display: block;
	width: 100%;
	color:#333;
	background: transparent;
	border: 0;
	transition:unset;
}

#head_cont #translate_wrap #other_lan_list a:hover{
	background:#fff;
}

#head_cont #translate_wrap #other_lan_list::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 5px;
}

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

#other_lan_toggle.open a{
    color: #173F5D;
    background: #fff;

}

#head_cont #translate_wrap .btn > a{
	margin-right:.2em;
	margin-bottom:.5em;
	padding: 3px 5px;
}

#head_cont #translate_wrap .btn.hiramegane{
	margin-right:0;
}

#head_cont #translate_wrap .btn.hiramegane a span{
	font-size:70%;
}

#head_cont #translate_wrap .switcher .selected a:after{
	display:none;
}

#head_cont #translate_wrap .switcher{
	font-family:inherit;
	margin-right:.2em;
	overflow: visible !important;
}

#head_cont #translate_wrap .switcher .selected{
	color:#fff;
	background:#173F5D;
}

#head_cont #translate_wrap .switcher .selected a{
	color:#fff;
	border:1px solid #173F5D;
	transition:.2s;
}

#head_cont #translate_wrap .switcher .selected a:hover{
	color:#173F5D;
}

#head_cont #translate_wrap .switcher .selected a:hover:after{
	    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23173F5D'/></svg>");
}

.switcher .option{
	position:absolute !important;
}


#head_cont #translate_wrap .switcher a img{
	opacity:1;
}

#head_cont ul{
	clear:both;
	display:flex;
	align-items:center;
    justify-content: flex-end;
}

#head_cont ul li{
	display:block;
	margin-right: 1em;
}

#head_cont ul li:before{
	content:"\25B6";
	color:#173F5D;
}

#head_cont ul li:first-of-type:before{
	content:"";
}

#head_cont ul li a{
	color:#333;
}

#head_cont #kurashi{
	text-align:center;
}

#head_cont #kurashi a{
	display:block;
	padding:1em 2em;
	color:#173F5D;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-shadow:2px 2px 0 #fff;
	background-image:url(./img/town.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	background-size: auto 100%;
	border:1px solid #ccc;
	transition:.2s;
}

#head_cont #kurashi a:hover{
	opacity:.5;
}


#top-sh input[type="text"],
#sp-sh input[type="text"]{
	font-size:100%;
	max-width:200px;
	height:35px;
}

#top-sh input[type="submit"],
#sp-sh input[type="submit"]{
  display: inline-block;
margin: .5em 0;
    padding: 0 !important;
	width:35px;
	height:35px;
	font-size:100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
background:#173F5D;
border:0;
cursor:pointer;
}

/* gl_menu */
#gl_menu nav{
	//height: 100%;
	background:#EEDECD;

}

#gl_menu ul{
	display:flex;
	justify-content:space-between;
	margin:auto;
	max-width:1500px;
	//height:100%;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#gl_menu ul li{
	width:100%;
}

#gl_menu ul li:after{
	position:absolute;
	display:block;
	content:'';
	width:1px;
	height:100%;
	background:#333;
	top:0;
	bottom:0;
	right:0;
}

#gl_menu ul li:last-child:after{
	display:none;
}

#gl_menu ul li a{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:.5em;
	width:100%;
	height:100%;
	color:#333;
	text-align:center;
	text-decoration:none;
}

#gl_menu ul li a:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:0;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:#fff;
	transition:.5s;
}

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


#gl_menu ul li a span{
	display:inline-block;
	padding:.5em .5em .5em 48px;
	font-size:1vw;
	background-image:url(./img/menu_1.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size: auto 30px;
}

#gl_menu ul li.icon-2 a span{
	background-image:url(./img/menu_2.png);
}

#gl_menu ul li.icon-3 a span{
	background-image:url(./img/menu_3.png);
}

#gl_menu ul li.icon-4 a span{
	background-image:url(./img/menu_6.png);
}

#gl_menu ul li.icon-5 a span{
	background-image:url(./img/menu_4.png);
}

#gl_menu ul li.icon-6 a span{
	background-image:url(./img/menu_5.png);
}

/* main image */
#main_image_wrap{
	width:100%;
	height:calc(100vh - 186px);
}

#main_image{
	display:flex;
	justify-content:space-between;
	margin:auto;
	width:100%;
	height:100%;
	overflow:hidden;
}

#main_image:before{
	position:absolute;
	display:block;
	content:'';
	width:3px;
	height:30%;
	background:#fff;
	top:0;
	left:5%;
	transform:skewX(-15deg);
	z-index:999;
}
#main_image:after{
	position:absolute;
	display:block;
	content:'';
	width:3px;
	height:30%;
	background:#fff;
	bottom:0;
	right:5%;
	transform:skewX(-15deg);
	z-index:999;
}

#main_image_slider:before{
	position:absolute;
	display:block;
	content:'';
	width:80%;
	height:100%;
	background:rgba(175,25,25,0.5);
	top:0;
	left:50%;
	transform:skewX(-15deg);
	z-index:99;
	transition:1s;
}
#main_image_slider:after{
	position:absolute;
	display:block;
	content:'';
	width:80%;
	height:100%;
	background:rgba(205,158,107,0.5);
	top:0;
	right:50%;
	transform:skewX(-15deg);
	z-index:99;
	transition:1s;
}

#main_image_wrap.slideopen #main_image_slider:before{
	left:-100%;
}

#main_image_wrap.slideopen #main_image_slider:after{
	right:-100%;
}


#main_image #main_image_slider{
	width:100%;
}

#main_image #main_image_msg{
	position:absolute;
	display:flex;
	margin:auto;
	align-items:center;
	width:45%;
	height:80%;
	z-index:999;
	top:0;
	z-index:9999;
}

#main_image #main_image_msg p{
	padding-top:20%;
	width:100%;
	height:0;
	color:#fff;
	font-size:120%;
	text-indent:-9999px;
	background-color:rgba(23,63,93,0.5);
	background-image:url(./img/slide_msg.png);
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:95% center;
}

#main_image #main_image_msg p span{
	display:block;
}

#main_image #main_image_msg p span:nth-child(2){
	text-indent:1em;
}

#main_image #main_image_msg p span:nth-child(3){
	text-indent:2em;
}


/* 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;
	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_cont */

.content_wrap{
	max-width:1500px;
	padding:1em;
	margin:0 auto ;
	overflow:hidden;
}

#top_cont1_wrap .desc{
	padding:1.5em 0;
	text-align:center;
	font-size:150%;
	line-height:2;
	font-weight:bold;
}

#top_cont1 h3,
#top_cont2 h3,
#news_wrap h3,
#access_wrap h3{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em;
	color:#173F5D;
	font-size:180%;
}

#top_cont1 h3:before,
#top_cont2 h3:before,
#news_wrap h3:before,
#access_wrap h3:before{
	position:absolute;
	display:block;
	content:'';
	width:220px;
	height:1px;
	background:#173F5D;
	top:0;
	right:0;
}

#top_cont1 h3:after,
#top_cont2 h3:after,
#news_wrap h3:after,
#access_wrap h3:after{
	position:absolute;
	display:block;
	content:'';
	width:220px;
	height:1px;
	background:#173F5D;
	bottom:0;
	left:0;
}

#top_cont1 #kouryu,
#top_cont1 #volunteer,
#top_cont1 #event{
	min-height:350px;
	background-image:url(./img/main_cont1.png);
	background-size:163px auto;
	background-repeat:no-repeat;
	background-position:left center;
}

#top_cont1 #volunteer{
	background-image:url(./img/main_cont2.png);
}

#top_cont1 #event{
	background-image:url(./img/main_cont3.png);
}

#top_cont1 .menu_link{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}

#top_cont1 .menu_link a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	transition:.2s;
}

#top_cont1 .menu_link a:hover{
	background:rgba(255,255,255,0.5);
}


#top_cont1 .menu_text{
	padding-left:100px;
}

#top_cont1_wrap #top_cont1{
	display:flex;
	justify-content:space-between;
}

#top_cont1_wrap #top_cont1 > section {
	padding:1.5em;
	width:100%;
}

#focus{
	margin-bottom:1.5em;
}

#focus h3{
	padding:.2em .2em .2em 1em;
	color:#fff;
	background:#173F5D;
}

#focus_ticker{
	padding:.5em;
	text-align:right;
	border:3px solid #173F5D;
}

#focus_ticker .slick-prev,
#focus_ticker .slick-next{
	left:3px;
-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#focus_ticker .slick-prev{
	top:0;
}

#focus_ticker .slick-next{
	bottom:0;
}


#focus_ticker .slick-list{
	display:inline-block;
	width: calc(100% - 30px);
	text-align:left;
}

p.focus_slide.slick-slide{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

#news_wrap{
	overflow:hidden;
}

#news_wrap h3{
	display:table;
	margin:0 auto 1.5em;
	padding:.5em 3em; 
	font-size:180%;
	text-align:center;
}

#news_wrap h3 span{
	display:block;
	font-size:50%;
}

#news_wrap ul{
	display:flex;
	//justify-content:space-evenly;
	flex-wrap:wrap;
}

#news_wrap ul li {
	margin:2%;
	width:29.3333%;
	overflow:hidden;
	transform: skewY(-5deg);
		transform-origin: bottom left;
}

#news_wrap ul li a{
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    top: 0;
    left: 0;
    z-index:9999;
}

#news_wrap ul li .news_pict{
	display:block;
	margin-bottom:1em;
	padding-top:250px;
	background-color:#173F5D;
	transform: skewY(-5deg);
	transform-origin: bottom left;
	overflow:hidden;
}

#news_wrap ul li .news_pict span{
	position:absolute;
	display:block;
	width:100%;
	height:115%;
	text-indent:-9999px;
	background-image:url(./img/no-image.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center top;
	top:-20px;
	left:0;
	transform: skewY(5deg);
}

#news_wrap ul li p:after{
	position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 95%;
    border-right: 1px solid #173F5D;
    border-bottom: 1px solid #173F5D;
    bottom: 1px;
    left: -1px;
    z-index:-1;
    	transform: skewY(-5deg);
}

#news_wrap ul li p{
	padding:1em 1em;
	transform: skewY(5deg);
	transition:.2s;
}

#news_wrap ul li p:not(.nolink):hover{
	padding:1em 0;
	opacity:.7;
}




#news_wrap ul li p .news_text,
#news_wrap ul li p .news_cat,
#news_wrap ul li p .news_date{
    display: block;
    margin:.5em 0;
}

#news_wrap ul li p .news_cat{
	float:left;
	padding:.2em;
	color:#fff;
	background:#173F5D;
}

#news_wrap ul li.cat_volunteer p .news_cat{
	background:#AF1919;
}

#news_wrap ul li.cat_event p .news_cat{
	background:#A57949;
}

#news_wrap ul li p .news_date{
	clear:both;
	text-align:center;
}


#top_cont2_wrap{
}

#top_cont2_wrap h3{
	display:table;
	margin:0 auto 1.5em;
	padding:.5em 3em; 
	font-size:180%;
	text-align:center;
}

#top_cont2_wrap h3 span{
	display:block;
	font-size:50%;
}

#top_cont2_wrap h4{
	margin-bottom:1.5em;
	width:100%;
	color:#173F5D;
	font-size:150%;
}

#top_cont2_wrap #top_cont2{
	display:flex;
	justify-content:space-between;
}

#top_cont2_wrap #top_cont2 > section{
	display:flex;
	flex-wrap:wrap;
	padding:.5em;
	width:50%;
	overflow:hidden;
}

#top_cont2_wrap #top_cont2 #eventcal table,
#top_cont2_wrap #top_cont2 #eventcal tbody{
	display:block;
	width:100%;
}

#top_cont2_wrap #top_cont2 #eventcal tr{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}

#top_cont2_wrap #top_cont2 #eventcal tr > *{
	display:block;
	width:14%;
	border-right:1px solid #173F5D;
	border-bottom:1px solid #173F5D;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td{
	min-height:5em;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td.later{
    background: #f8f8f8;
}

#top_cont2_wrap #top_cont2 #eventcal tr > th{
	color:#fff;
	background:#173F5D;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .day{
	display:block;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .day .holiday{
	font-size:70%;
	color:#e91e63;
}


#top_cont2_wrap #top_cont2 #eventcal tr > td .day.sat{
	color:#03A9F4;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .day.sun{
	color:#e91e63;
}


#top_cont2_wrap #top_cont2 #eventcal tr > td .eve_name{
	display: block;
	width: 100%;
	border-radius:5px;
	font-size:80%;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .eve_name .hol{
	color: #e91e63;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .eve_name a{
	padding:.2em;
	text-decoration:underline;
	color:inherit;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td .eve_name a:hover{
	opacity:.5;
}


#top_cont2_wrap #top_cont2 #eventcal tr > td .eve_name a:after{
	content:' \f35d';
font-family: 'Font Awesome 5 Free';
    font-weight: 500;
}

#calbtn{
	display:flex;
	justify-content:space-between;
	width:100%;
}

#calbtn a{
	
}

#top_cont2_wrap #top_cont2 #facebook #inst{
	margin: 0 auto 1.5em;
	width: 50%;
    text-align: center;
}

#top_cont2_wrap #top_cont2 iframe{
	margin:0 auto 3em;
	height:100%;
	max-height:300px;
}

#top_cont2_wrap #top_cont2 #inst img {
    width: 230px;
}

#bn_wrap td{
	padding:.5em;
}

#access_wrap{
	padding:1em; 
	background:#173F5D;
}

#access_wrap h3{
	display:table;
	margin:0 auto 1.5em;
	padding:.5em 3em; 
	color:#fff;
	font-size:180%;
	text-align:center;
}

#access_wrap h3:before,
#access_wrap h3:after{
	background:#fff;
}

#access_wrap h3 span{
	display:block;
	font-size:50%;
}

#access_wrap *{
	color:#fff;
	text-align:center;
}

#access_wrap .content_wrap{
	display:flex;
	justify-content:space-between;
}

#access_wrap .content_wrap > div{
	width:100%;
}

#access_wrap .content_wrap > div table{
	margin-bottom:1.5em;
}

#access_wrap .content_wrap > div td{
	padding:.5em;
	text-align:left;
}

#access_wrap .content_wrap > div th{
	padding:.5em;
	text-align:left;
}

#access_wrap #contact_wrap{
	margin:0 auto;
	width:90%;
	padding:1em;
	border:1px solid #fff;
	transform:skewX(-15deg);
}

#access_wrap #contact_wrap h4{
	margin-bottom:1em;
	font-size:150%;
	transform:skewX(15deg);
}

#access_wrap #contact_wrap p{
	margin-bottom:1.5em;
	transform:skewX(15deg);
}

#access_wrap #contact_wrap p a{
	display:table;
	margin:0 auto;
	color:#173F5D;
	background:#fff;
}

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

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

#foot_cont ul li{
	display:block;
}

#foot_cont ul li a{
	color:#333;
}

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

#foot_cont ul li a span{
	display:inline-block;
	padding:.5em .5em .5em 30px;
	background-image:url(./img/menu_1.png);
	background-repeat:no-repeat;
	background-size:auto 1.2em;
	background-position:center left;
}

#foot_cont ul li:nth-child(2) a span{
	background-image:url(./img/menu_2.png);
}

#foot_cont ul li:nth-child(3) a span{
	background-image:url(./img/menu_3.png);
}

#foot_cont ul li:nth-child(4) a span{
	background-image:url(./img/menu_4.png);
}

#foot_cont ul li:nth-child(5) a span{
	background-image:url(./img/menu_5.png);
}

address{
	margin:auto;
	padding:.5em;
	font-style:normal;
}

address p:first-of-type{
	display:block;
	margin:auto;
	width:280px;
	height:93px;
	text-indent:-9999px;
	background-image:url(./img/logo_250606.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

address p{
	margin-right:1em;
	text-align:center;
	white-space:nowrap;
}

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


/* page */

#page .content_wrap{
	max-width:1200px;
	margin-bottom:3em;
	padding:.5em 3em 1em;
}

#page_index_toggle{
	display:inline-block;
	cursor: pointer;
	padding:.5em;
	border-radius:5px;
	background:#173F5D;
	border:1px solid #173F5D;
	color:#fff;
	transition:.5s;
}

#page_index_toggle:hover{
	background:#fff;
	color:#173F5D;

}

#page_index{
	display:none;
}

#page #other-language{
    display:flex;
justify-content:center;
    max-width: 1200px;
    padding: .5em 1em 0;
}

#page #other-language li{
	dispaly:block;
margin-right:.5em;
}

#page #other-language li a{
	display: inline-block;
    cursor: pointer;
    padding: .5em;
text-decoration:none;
    border-radius: 5px;
    background: #173F5D;
    border: 1px solid #173F5D;
    color: #fff;
    transition: .5s;
}

#page #other-language li a:hover {
    background: #fff;
    color: #173F5D;
}

#page #breadcrumb{
	margin:auto;
	padding:1em;
	max-width:1400px;
}

#page #breadcrumb{
	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{
	content:'';
}

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

#sns_bookmark{
	margin-bottom:1em;
	text-align:right;
	z-index:10;
}

#sns_bookmark p{
	text-align:left;
}

#sns_bookmark img{
	height:22px;
	width:auto;
}

#sns_bookmark p span{
	font-weight:bold;
}

#sns_bookmark *{
	vertical-align: middle;
}

#sns_bookmark > section{
	display:inline-block;
	line-height: 1;
}

#page #gl_menu{
	margin-bottom:1.5em;
}

#page h2{
	clear:both;
	display:table;
	margin:0 auto;
	padding:.5em 3em; 
	color:#173F5D;
	font-size:180%;
	text-align:center;
}

#page h2:before{
	position:absolute;
	display:block;
	content:'';
	width:220px;
	height:1px;
	background:#173F5D;
	top:0;
	right:0;
}

#page h2:after{
	position:absolute;
	display:block;
	content:'';
	width:220px;
	height:1px;
	background:#173F5D;
	bottom:0;
	left:0;
}

#page h2 span{
	display:block;
	font-size:50%;
}

#page .content_wrap h3{
	clear:both;
	display:table;
	padding:.5em 2em;
	margin:1em auto 1.5em;
	font-size:150%;
}

#page .content_wrap > h3{
	margin-top:3em;
}

#page .content_wrap > h3:first-of-type{
	margin-top:1em;
}

#page .content_wrap h3 span{
	z-index:10;
}

#page .content_wrap h3:before{
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 100%;
	border: 3px solid #173F5D;
	background-color:#173F5D;

	transform: skewY(-15deg);
	transform-origin: left top;
	top:0;
	left:-8px;
	z-index:1;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px #ccc;
}

#page .content_wrap h5{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em;
	color:#173F5D;
	//text-align:center;
	font-size:150%;
}

#page .content_wrap h4{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em;
	width:calc(100% - .5em);
	color:#fff;
	text-align:center;
	font-size:150%;
	background-color:#173F5D;
}

#page .content_wrap h4:before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #173F5D;
	top:8px;
	left:8px;
	z-index:-1;
	box-sizing: border-box;
}

#page .content_wrap h6{
	margin-bottom:1.5em;
	padding:.5em .5em .5em 2em;
	width:calc(100% - .5em);
	color:#fff;
	font-size:120%;
	background-color:#AF1919;
	overflow:hidden;
}

#page .content_wrap h6:before{
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 100%;
	background:#BE5A5A;
	top:0;
	left:-25px;
	transform:skewX(-30deg);
	box-sizing: border-box;
}

#page .content_wrap h3:after{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #173F5D;
	background-color:#fff;
    transform-origin: left top;
	top:0;
	left:0;
	z-index:1;
box-sizing: border-box;
}

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

.content_wrap a img{
	transition:.2s;
}

.content_wrap a:hover img{
	opacity:.5;
}

.content_wrap blockquote{
	margin-bottom:1.5em;
	padding:1em;
	background:#e1e6ea;
}

#page .content_wrap ul,
#page .content_wrap ol{
	margin-bottom:1em;
}

#page .content_wrap ul li,
#page .content_wrap ol li{
	padding:.5em .5em .5em 1.5em;
	counter-increment: olNum1;
}

#page .content_wrap ul li:before,
#page .content_wrap ol li:before{
	position:absolute;
	display:block;
	content:'';
	width:1.2em;
	height:.9em;
	background-color:#173F5D;
	left:0;
	top:.9em;
	transform: skewX(-15deg);
}

#page .content_wrap ol li:after{
	position:absolute;
	display:block;
	content: counter(olNum1);
	color:#fff;
	font-size:80%;
	left:.5em;
	top:.9em;
	transform: skewX(-15deg);
}

#page .content_wrap table{
	margin-bottom:1.5em;
	border-top:2px solid #173F5D;	
}

#page .content_wrap table th,
#page .content_wrap table td{
	padding:.5em;
	border-bottom:2px solid #173F5D;	
	border-right:2px dotted #173F5D;	
}

#page .content_wrap table th{
	color:#173F5D;
}

#page .content_wrap table th:last-child,
#page .content_wrap table td:last-child{
	border-right:0;
}

#page .content_wrap table th :last-child,
#page .content_wrap table td :last-child{
	margin-bottom:0;
}

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

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

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

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


.content_wrap table.flex_table > tbody > tr > td .btn{
	display:flex;
	width:100%;

}

.content_wrap table.flex_table > tbody > tr > td .btn a{
	width:100%;
}

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

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

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

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

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

#page .content_wrap table.flex_table.aligncenter,
#page .content_wrap table.flex_table.aligncenter > tbody{
	display:inline-block;
	margin:auto;
	width: 100%;
}

#page .content_wrap table.tb_noborder,
#page .content_wrap table.tb_noborder td{
	border:0;
}

#page footer{
	border-top:2px solid #173F5D;
}



/* other language */
.other_lan #gl_menu ul{
	justify-content:space-around;
	max-width: 1104px;
}

.other_lan.easy-japanese #gl_menu ul{
	flex-wrap:wrap;
	justify-content:flex-start;
	max-width: 100%;
}


.other_lan #gl_menu ul li{
	width:100%;
}

.other_lan.easy-japanese #gl_menu ul li{
	width:auto;
}

.other_lan #gl_menu ul li a span{
	padding:.5em;
	background-image:none;
}


.ts_top #gl_menu,
.ts_top #kurashi,
.ts_top #head_cont ul{
	display:none;
}


.ts_top #main_image_wrap{
	margin-bottom:1.5em;
}

.ts_top #page_cont ul:not(#breadcrumb) li{
	margin-bottom:1.5em;
	padding:0;
	background:#e1e6ea;
	border:1px solid #e1e6ea;
}

.ts_top #page_cont ul:not(#breadcrumb) li:after{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:0;
	height:calc(100% - 2px);
	background:#fff;
	left:0;
	right:0;
	top:1px;
	transition:1s;
}

.ts_top #page_cont ul:not(#breadcrumb) li:hover:after{
	width:calc(100% - 2px);
}


.ts_top #page_cont ul:not(#breadcrumb) li a{
	display:block;
	padding:1em .5em;
	font-weight:bold;
	text-align:center;
	z-index: 10;
}

.ts_top #page_cont ul:not(#breadcrumb) li:before{
	display:none;
}

.ts_top #page_cont ul:not(#breadcrumb) li.link-covid-19-info{
	background:#ffecd1;
	border-color:#ffecd1;
	overflow:hidden;
}

.ts_top #page_cont ul:not(#breadcrumb) li.link-covid-19-info:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:50px;
	height:50px;
	background:#862d11;
	transform:rotate(45deg);
	left:-25px;
	top:-25px;
	z-index:999;
}

.ts_top #page_cont ul:not(#breadcrumb) li.link-covid-19-info a{
	color:#862d11;
}

body.vi{
	font-family: Arial;
}

/* easy-japanese */
#page.easy-ja .content_wrap .no-wrap{
	display:inline-block;
	white-space:nowrap;
	margin-right:1em;
}

#page.easy-ja .content_wrap .no-wrap br{
	//display:none;
}

#page.easy-ja .content_wrap a{
	display:inline-block;
}

#page.easy-ja .content_wrap a + a{
	margin-left:1em;
}

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

	smartphone

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

#sp_toggle{
	display:none;
}

#sp_sub_toggle{
	display:none;
}

@media screen and (max-width: 1030px) { 
#head_cont{
    flex-direction: column;
}

#head_cont #translate_wrap{
	justify-content:flex-start;
}

#gl_menu ul{
	display:none;
}

#head_cont #translate_wrap .btn.hiramegane a{
	margin-right:.5em;
}

#head_cont #translate_wrap .switcher{
	margin-bottom:.5em;
}

#kurashi{
	margin-bottom:1.5em;
}


#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 nav{
	background:transparent;
}

#gl_menu ul{
	flex-direction:column;
	border-right:0;
	border-left:0;
}

#gl_menu ul li{
	padding:0;
}

#gl_menu ul li:after{
	display:none;
}

#gl_menu ul li a{
	justify-content:flex-start;
}


#gl_menu ul li a span{
	font-size:100%;
	background-size: unset;
}


#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_wrap{
	height:auto;
}

#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 > *{
    margin: 0;
	padding:1em;
    width: 100%;
}

#news_wrap:before{
	display:none;
}

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

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

#top_cont2_wrap #top_cont2{
	flex-direction:column;
}

#top_cont2_wrap #top_cont2 > section{
	width:100%;
}

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

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

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

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

	#news_wrap ul li{
		width:46%;
	}

}

@media screen and (max-width: 700px) {
.content_wrap table.flex_table > tbody > tr{
	flex-direction:column;
}

.content_wrap iframe{
	width:100%;
}
}

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

 a{
	word-break: break-all;
}

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

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

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

header{
	padding:1em;
}

#head_cont #title h1 a{
	margin-bottom:.5em;
	width: 300px;
	height: 60px;
}

#head_cont #translate_wrap{
	display:none;
	flex-direction:column;
}

#head_cont #translate_wrap .btn{
	width:auto !important;
}

#head_cont ul{
	flex-wrap:wrap;
	margin-bottom:.5em;
}

#head_cont #translate_wrap .btn.hiramegane a{
	margin-left:0;
	margin-bottom:.5em;
}

#sp_sub_toggle{
	display:block;
	margin-bottom:.5em;
}

#head_cont #translate_wrap #other_lan_list{
	width:auto;
	max-height:unset;
	z-index:9999;
}

#head_cont #translate_wrap .switcher{
	z-index:9998;
}

.fa-plus.fa-minus:before{
	content: "\f068";
}

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

#top_cont1_wrap .desc{
	font-size:100%;
	text-align:left;
}

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

#top_cont1 .menu_text{
	padding-left:0;
}

#top_cont1 h3, #top_cont2 h3, #news_wrap h3, #access_wrap h3{
	padding:.5em 0
}

#news_wrap ul li{
	width:96%;
}

#page .content_wrap{
	padding:1em;
}

#top_cont1_wrap #top_cont1,
#access_wrap .content_wrap,
#foot_cont ul{
	flex-direction:column;
}

#top_cont2_wrap #top_cont2 #eventcal table, #top_cont2_wrap #top_cont2 #eventcal tbody{
	overflow:scroll;
}

#top_cont2_wrap #top_cont2 #eventcal tr{
	display:block;
	width:100% !important;
}


#top_cont2_wrap #top_cont2 #eventcal tbody tr:first-child{
	display:none;
}

#top_cont2_wrap #top_cont2 > section{
	width:100%;
}

#top_cont2_wrap #top_cont2 #eventcal table{
	height:350px;
	border-top: 1px solid #173F5D;
	overflow:y-scroll;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td{
	display:block;
	width:100%;
	padding:.5em;
	min-height:5em;
	border-left: 1px solid #173F5D;
}

#top_cont2_wrap #top_cont2 #eventcal tr > td.empty{
	display:none;
}

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

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

#page .content_wrap table.large_table strong{
	word-break: keep-all;
}

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

#page .content_wrap table.large_table:before{

}

#page .content_wrap table.large_table th{
	white-space: nowrap;
	padding:3px 8px;
}

#page .content_wrap table.large_table {
     overflow: auto;
}

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

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

#page .content_wrap table:not(.large_table) > tbody > tr > td,
#page .content_wrap table:not(.large_table) > tbody > tr > th{
	display:block;
	overflow:hidden;
	width:100% !important;
	border-right:0;
}

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


#page h2{
	padding:.5em;
	font-size:150%;
}

#page .content_wrap h3{
	padding:.5em 1em;
	font-size:130%;
}

#page .content_wrap h4{
	font-size:120%;
	text-align:left;
}

#page .content_wrap h5{
	padding-left:0;
	padding-right:0;
	font-size:120%;
}

#page #breadcrumb{
	display:none;
}

#page iframe{
	width:100% !important;
	min-height:200px;
}

#page.easy-ja .content_wrap a{
	display:block;
	margin-left:0;
}

#page.easy-ja .content_wrap a + a{
	margin-left:0;
}

address p{
	margin-right: 1em;
	text-align: center;
	white-space: break-spaces;
}

}