@charset "UTF-8";

/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1023px) {
div.panel{
	display:block !important;
}
a#menu{
	display:none !important;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav_box {
	background-color: rgba(0,106,184,0.95);
	z-index: 300;
	width: 100%;
	float: left;
}
#mainNav {
	height: 65px;
	float: right;
	margin-top: 5px;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	line-height: 1em;
	color: #b6b6b6;
	letter-spacing: 1px;
	margin: -10px 0 0;
	padding: 0px;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul {
	float: left;	
}
#mainNav ul li {
	float: left;
	padding-top: 13px;
}
#mainNav ul li a {
	color: #18213c;
	font-size: 15px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-left: 1px dotted #e0e0e0;
	width: 170px;
}
#mainNav ul li.menu_last a {
	border-right: 1px dotted #e0e0e0;
}
#mainNav ul li.menu_last .sub-menu a {
	border-right: none;
}
#mainNav ul li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #18213c;
  margin-left: -5px;
  top:58px;
}
#mainNav ul li ul li:hover:after {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#mainNav ul li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #18213c;
  margin-left: -5px;
}
#mainNav ul li.active a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
#mainNav ul li:hover a {
  color: #F90;
}
#mainNav .has-sub {
	z-index: 1000;
	margin-top: 1px;
}
#mainNav .has-sub:hover ul {
  display: block;
}
#mainNav .has-sub ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  border-right: none !important;
}

#mainNav .has-sub ul li {
  *margin-bottom: -1px;
}
#mainNav .has-sub ul li a {
	background: #18213c;
	border-bottom: 1px solid #2d3d6f;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff !important;
	text-align: left;
	*z-index: 10;
	margin-top: -13px;
}
#mainNav .has-sub.long ul li a {
	width:210px;
}
#mainNav .has-sub ul li:hover {
  border-top: none !important;
}
#mainNav .has-sub ul li:hover a {
  background: #006ab8;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav .has-sub .has-sub:hover > ul {
  display: block;
}
#mainNav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
  background: #02747d !important;
}
#mainNav .menu_long ul li a{
	width: 215px ;
}

/* メニュースクロール */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	margin-top: -7px;
}
.under-btn {
    display: none !important;
}

}




@media only screen and (max-width: 519px) {
	
/* メインメニュー */
nav#mainNav {
	display: none;
}
.pullMain li span span{
	display: none;
}
#mmenu_res{
	font-size: 16px !important;
	height:40px !important;
}
.mm-is-menu a{
	color: #fff;
}
.mm-is-menu a:hover{
	color: #ebcd66;
}
/* トップNEW */
#top_new {
	display: none;
}
/* イメージ */
img {
	max-width: 100%;
	height: auto;
}
div.alignright, div.alignright, div.aligncenter, div.alignnone {
	max-width: 100%;
	height: auto;
}
.image_orver li .cover {
    width: 80px;
    height: 80px;
}
.image_orver .image_caption-text .image_title{
	display: none;
}
.image_orver .image_caption-text{
	display: none;
}
div.blog_info_single{
	width: 100% !important;
}
.box_info{
	float: right;
	width: 58% !important;
}
.btn-border {
    max-width: 100%;
}
    
/* レイアウト */
.inner {
	width: 90%;
}
#content, #content_blog {
	width: 100% !important;
	padding: 20px 5% 50px 5% !important;
	margin-bottom: -30px;
}
#sidebar {
	width: 100%;
	padding: 20px 10px 50px 10px !important;
	margin-bottom: -60px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	display: inline;
	width: 100% !important;
	margin-right: 0 !important;
}
.share{
	display: none;
}
.tablepress-id-1 .column-1, .tablepress-id-2 .column-1, .tablepress-id-3 .column-1, .tablepress-id-4 .column-1, .tablepress-id-5 .column-1 {
	width: 30% !important;
}
h2.post_title{
	font-size: 140%;
}

/* ヘッダ */
#header{
	margin-bottom: 30px;
}
#header .inner {
	width: 90%;
}
#header .header_top{
	margin-top: 0px;
	line-height: 20px;
	padding: 0;
}
#header .header_top p{
	margin-bottom: -10px;
}
#header .copy {
	float: none;
	font-size: 80%;
	margin-top: 10px;
	margin-left: 0px;
}
#header .sns {
	float: none;
	padding: 10px 0;
}
#header .sns img {
	margin-left: 5px;
	height: 20px;
	width: 20px;
}
#header .logo {
	margin-top: 0px;
}
#header .banner{
	margin: 10px 0;
	width: 100%;
}
#header .banner img{
	width: 200px;
	height: auto;
}
#mainImg {
	margin-top: 130px;
}
#mainImg_main {
	height: 150px;
	margin-top: 130px;
}
.head_title, .head_title_blog {
	height: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
.head_title h1, .head_title_blog h1{
	font-size: 180%;
	line-height: 1.4em;
}
.sub_title:before{
	font-size: 0px;
	content: "";
	margin-right: 0px;
}
.sub_title{
	margin-top: 5px;
}
h2.page_title{
	font: 160% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0px 0px 20px;
}
/* フッダ */
#footer .inner {
	width: 90%;
}
.footer_under {
	text-align: center;
}
.footer_menu{
	display: none;
}
.copyright {
	padding-bottom: 50px;
	clear: both;
    float:none;
}
#footer .widget_my_recent_posts{
	display: none;
}
/* ページスクロール */
.scrollup {
	bottom:20px !important;
	right:10px !important;
}
/* 画像拡大 */
a.img_hover img{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a.img_hover img:hover{
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.under-btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    display: flex;
    width: 100%;

    border-top: 1px solid rgba(255,255,255,.4);
    background: rgb(0, 72, 124);
    z-index: 100;
}
.under-btn a {
    width: 50%;flex-basis: 50%;display: block;
    max-width: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 90%;
    padding: 5px 0;
}
.under-btn a svg {
    color: #fff;
    font-size: 90%;
}
.under-btn a:first-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.under-btn a:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,.4);
}
.footer-under {
    padding-bottom: 55px;
}

}

@media only screen and (max-width: 580px) {
.wp-image-193 {
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 520px) and (max-width: 1023px) {
	
/* メインメニュー */
nav#mainNav {
	display: none;
}
.pullMain li span span{
	display: none;
}
#mmenu_res{
	font-size: 16px !important;
	height:40px !important;
}
.mm-is-menu a{
	color: #fff;
}
.mm-is-menu a:hover{
	color: #ebcd66;
}
.image_orver li .cover {
    width: 120px;
    height: 120px;
}
.image_orver .image_caption-text .image_title{
	display: none;
}
.image_orver .image_caption-text{
	display: none;
}
div.blog_info_single{
	width: 100% !important;
}
.box_info{
	float: right;
	width: 58% !important;
}
/* レイアウト */
.inner {
	width: 90%;
}
#content, #content_blog {
	width: 100% !important;
	padding: 20px 3% 50px 3% !important;
	margin-bottom: -30px;
}
#sidebar {
	width: 100%;
	padding: 20px 10px 50px 10px !important;
	margin-bottom: -60px;
}
.grid3 {
	width: 49.0% !important;
	margin-bottom: 10px;
}
.last_mobile {
	margin-right: 0 !important;
}
.share{
	display: none;
}
/* ヘッダ */
#header .inner {
	width: 90%;
}
#header .header_top{
	margin-top: 0px;
	line-height: 20px;
	padding: 0;
	background-color: #fff;
}
#header .banner img{
	width: 200px;
	height: auto;
	margin-top: 10px;
}
.head_title, .head_title_blog{
	float: left;
	width: 100%;
}
#mainImg {
	margin-top: 130px;
}
#mainImg_main {
	height: 150px;
	margin-top: 130px;
}
.head_title, .head_title_blog {
	height: auto;
	padding: 15px 10px;
}
.head_title h1, .head_title_blog h1{
	font-size: 220%;
	line-height: 1.4em;
}
.sub_title:before{
	font-size: 0px;
	content: "";
	margin-right: 0px;
}
.sub_title{
	margin-top: 10px;
}
/* フッダ */
#footer .inner {
	width: 80%;
}
#footer .grid3, #footer .grid4 {
	width: 100%;
}
.footer_under {
	text-align: center;
}
.footer_menu{
	display: none;
}
#footer .widget_my_recent_posts{
	display: none;
}
/* ページスクロール */
.scrollup {
	bottom:20px !important;
	right:15px !important;
}
/* 画像拡大 */
a.img_hover img{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a.img_hover img:hover{
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.under-btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    height: 40px;
    border-top: 1px solid rgba(255,255,255,.4);
    background: rgb(0, 72, 124);
    z-index: 100;
}
.under-btn br {
    display: none;      
    }
.under-btn a {
    width: 50%;flex-basis: 50%;display: block;
    max-width: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 90%;
}
.under-btn a svg {
    color: #fff;
    font-size: 90%;
}
.under-btn a:first-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.under-btn a:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,.4);
}
.footer-under {
    padding-bottom: 55px;
}
.copyright {
	padding-bottom: 35px;
	clear: both;
    float:none;
}

}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
	
/* ヘッダ */
#header .inner {
	width: 94%;
}
/* フッダ */
#footer .inner {
	width: 94%;
}
}


@media only screen and (max-width: 720px) {
.covid .grid2 {
    width: 50% !important;
    margin-right: 0 !important;
}
.covid h2 {
    width: 90%;
    font-size: 140%;
}
}
@media screen and (min-width: 721px) and (max-width: 1023px) {
.covid h2 {
    width: 90%;
    font-size: 140%;
}
}


@media only screen and (min-width:1023px) {
/* footer slider */
#footer_slider_wrap { width:100%; min-width:1024px; overflow:hidden; }
#footer_slider { width:1024px; margin:0 auto; padding:35px 0; }
#footer_slider_post_list { width:1024px; }
#footer_slider_post_list a.image { display:block; margin:0 0 10px 0; width:190px; height:104px; }
#footer_slider_post_list a.image img { display:block; }
#footer_slider_post_list a.title { color:#333; font-size:11px; display:block; text-decoration:none; margin:0; width:190px; }
#footer_slider_post_list a.title:hover { text-decoration:underline; color:#15acca; }
#footer_slider_post_list .owl-wrapper-outer { width:1024px; overflow:hidden; }
.owl-next { background:url(images/slider_arrow1.png) no-repeat left top; display:block; text-indent:100%; white-space:nowrap; overflow:hidden; width:26px; height:43px; position:absolute; left:-60px; top:75px; }
.owl-prev { background:url(images/slider_arrow2.png) no-repeat left top; display:block; text-indent:100%; white-space:nowrap; overflow:hidden; width:26px; height:43px; position:absolute; right:-40px; top:75px; }
.owl-next:hover, .owl-prev:hover { background-position:left bottom; }
.owl-theme .owl-controls .owl-page { display:none; }
#footer_slider_post_list div{ float: left; }
}

@media only screen and (max-width:1023px) and (min-width:520px) {
/* footer slider */
#footer_slider_wrap { padding:0 5px; overflow:hidden; }
#footer_slider { margin:0 auto; padding:30px 0 20px; }
#footer_slider_post_list { }
#footer_slider_post_list a.image { display:block; margin:0 0 10px 0; position:relative; overflow:hidden; }
#footer_slider_post_list a.image img { display:block; width:100%; height:auto; }
#footer_slider_post_list a.title { color:#333; font-size:12px; display:block; text-decoration:none; margin:0; }
#footer_slider_post_list a.title:hover { text-decoration:underline; }
#footer_slider_post_list .owl-wrapper-outer { overflow:hidden; }
.owl-next { display:none; }
.owl-prev { display:none; }
.owl-item > div { margin:0 5px; }

.owl-theme .owl-controls{ margin-top:10px; text-align:center; }
.owl-theme .owl-controls .owl-page { display:inline-block; zoom:1; *display: inline;/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span { display:block; width:12px; height:12px; margin:5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; background:#869791; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; }
}

@media only screen and (max-width:519px) {
/* footer slider */
#footer_slider_wrap { padding:0 10px; overflow:hidden; }
#footer_slider { margin:0 auto; padding:30px 0 20px; }
#footer_slider_post_list { }
#footer_slider_post_list a.image { display:block; margin:0 0 10px 0; position:relative; overflow:hidden; }
#footer_slider_post_list a.image img { display:block; width:100%; height:auto; }
#footer_slider_post_list a.title { color:#333; font-size:12px; display:block; text-decoration:none; margin:0; }
#footer_slider_post_list a.title:hover { text-decoration:underline; }
#footer_slider_post_list .owl-wrapper-outer { overflow:hidden; }
.owl-next { display:none; }
.owl-prev { display:none; }

.owl-theme .owl-controls{ margin-top:10px; text-align:center; }
.owl-theme .owl-controls .owl-page { display:inline-block; zoom:1; *display: inline;/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span { display:block; width:12px; height:12px; margin:5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; background:#869791; }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; }
.view a.info_news {
   	margin-top: 120px;
}	
}