<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
	}

html{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	}

body {
	font-size: 95%;
	line-height: 1.6em;
	letter-spacing:1px;
	text-align:left;
	font-family: 'Noto Sans JP',‘ヒラギノ角ゴシック’,"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
	color: #222;
	background:#fff;
	}

ul{list-style: none;}

a{color: #222;}
a:hover{text-decoration: none;}

/*---------------------------------------------------------------------------------
page/main
---------------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	display: block;
	overflow: hidden;
}

main{
	width: 100%;
    margin: 0 auto;
	}

main.main_img{
	max-width: 1440px;
    margin: 0 auto;
	text-align: center;
	}
	main.main_img &gt; img{
		margin: 0 auto;
		display: block;
		}

/*head_title*/
.eyecacthbox_a .head_title{
	width: 49%;
	height: auto;
	position: relative;
	display: block;
	}

	.eyecacthbox_a .head_title h1{
		width: 90%;
		display: block;
		overflow: hidden;
		margin: 20px auto 5%;
}

	.eyecacthbox_a .head_title h1 img{
		width: 100%;
		}

.head_title_ul{
	display: block;
	float: left;
	width: 60%;
	font-size: 75%;
	line-height: 1.5em;
	margin: 5px 0 10px 0px;
}

.head_title_ur{
	width: 9%;
	display: block;
	float: right;
	margin: 5px 30px 0 0;
}


#googlesearch{
	display: block;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	width: 100%;
	margin: 0 auto 10px;
	border: 2px #d9d9d9 solid!important;
	border-radius: 2px;
}

	#googlesearch input{
		width: 82%;
		padding: 5px 3px;
		font-size: 98%;
		margin: 3px 0 0px 0;
	}

	.btn_googlesearch{
		width: 15%!important;
		margin: -1px 0 0 0!important;
		padding: 0 0 0 0;
		float: right;
		transition: 0.6s;
	}

	.btn_googlesearch:hover{
		opacity: 0.6;
	}

.head_title_sns{
	position: relative;
	bottom: 0;
	width: 90%;
	margin: 0px auto 0;
	display: block;
	overflow: hidden;
}

	.head_title_sns ul{
		width: 100%;
		display: block;
	}

	.head_title_sns ul li{
		width: 14%;
		display: block;
		float: left;
	}

	.head_title_sns ul li:nth-child(1){margin-right: 14%;}
	.head_title_sns ul li:nth-child(2){margin-right: 14%;}
	.head_title_sns ul li:nth-child(3){margin-right: 14%;}

	.head_title_sns ul li i{
		font-size: 150%;
		color: #383735;
	}


/*---------------------------------------------------------------------------------
eyecatch
---------------------------------------------------------------------------------*/
.swiper-container-wrapper {
	position: relative;
	margin: 0; 
	}

	.swiper-container{
		width: 100%;
		padding:0;
		text-align: center;
		}

	.swiper-container .swiper-slide .mini-calendar{
		width: 100%;
		/* max-width: 420px; */
		margin: 0.1rem;
		}

	.prettyprint{
		border: none;
		background: #fafafa;
		color: #697d86;
		}

	.swiper-button-prev02{
		margin-top: -25px;
		}

	.button-prev02{
		display: none!important;
		margin-top:0;
		}

	.swiper-slide img {
		width: 100%;
		}

section.sec_topeyecatch_sp{
	margin: 0;
	padding: 10px;
	width: 100%;
	}

section.sec_topeyecatch{
	display: none;
}


    section.sec_topeyecatch .top_left{
		width: 50%;
		/* max-width: 820px; */
		/* margin-top: 30px; */
		/* background: #2196f3; */
        }

	section.sec_topeyecatch .top_right{
		width: 50%;
		/* max-width: 550px; */
		/* background: #f44336; */
        }

	section.sec_topeyecatch ul{
		list-style: none;
		}

.eyecacthbox_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.eyecacth_a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    /* width: 65.854%; */
    width: 49%;
	/* background: #000; */
	}	
	.eyecacth_a &gt; div{
		width: 100%;
		padding: 0 0 1.5% 1%;
		height: auto;
		}
	.eyecacth_a &gt; div ul {
		}
	.eyecacth_a &gt; div ul &gt; li{
		}
	.eyecacth_a &gt; div ul &gt; li &gt; a{
		display: block;
		}
	.eyecacth_a &gt; div ul &gt; li &gt; a &gt; img{
		display: block;
		width: 100%;
		}


.eyecacth_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

	.eyecacth_b &gt; div{
		width: 33.33%;
		height: 91px;
		padding: 0.5% 0 0 0.7%;
		margin: 0;
		}
	.eyecacth_b &gt; div &gt; ul {
		}
	.eyecacth_b &gt; div &gt; ul &gt; li{
		display: block;
		}
	.eyecacth_b &gt; div &gt; ul &gt; li &gt; a{
		display: block;
		}
	.eyecacth_b &gt; div &gt; ul &gt; li &gt; a &gt; img{
		width: 100%;
		display: block;
		
		}


.eyecacthbox_c{
    }

.eyecacth_c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* background: #ff0101; */
	width: 100%;
	}	
	.eyecacth_c &gt; div{
		width: 49.5%;
		height: 50%;
		padding: 0.3% 0 0.8% 0.3%;
		}
	.eyecacth_c &gt; div ul {
		}
	.eyecacth_c &gt; div ul &gt; li{
		}
	.eyecacth_c &gt; div ul &gt; li &gt; a{
		display: block;
		}
	.eyecacth_c &gt; div ul &gt; li &gt; a &gt; img{
		width: 99%;
		display: block;
		}

.eyecacth_d{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
	.eyecacth_d &gt; div{
		width: 49.5%;
		padding: 0.3% 0.2% 0 0.6%;
		}
	.eyecacth_d &gt; div &gt; ul {
		}
	.eyecacth_d &gt; div &gt; ul &gt; li{
		}
	.eyecacth_d &gt; div &gt; ul &gt; li &gt; a{
		display: block;
		}
	.eyecacth_d &gt; div &gt; ul &gt; li &gt; a &gt; img{
		width: 99%;
		display: block;
		}

.bx-wrapper {
    margin-bottom: 0px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    /* background: #ffeb3b; */
	}


/*---------------------------------------------------------------------------------
nav-slide
---------------------------------------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
  }
	.overlay.open {
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	  }

.menu_trigger {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 2000;
	background-color: #e4007f;
    }

.menu_trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 30%;
	width: 40%;
	height: 1px;
	background-color: #fff;
	transition: all .5s;
	}
	.menu_trigger.active span {background-color: #fff;}
	.menu_trigger span:nth-of-type(1) {top: 10px;}
	.menu_trigger span:nth-of-type(2) {top: 20px;}
	.menu_trigger span:nth-of-type(3) {bottom: 30px;}
	.menu_trigger.active span:nth-of-type(1) {transform: translateY(9px) rotate(-45deg);}
	.menu_trigger.active span:nth-of-type(2) {opacity: 0;}
	.menu_trigger.active span:nth-of-type(3) {transform: translateY(-9px) rotate(45deg);}


.menu_trigger p{
	display: block;
	font-size: 80%;
	position: relative;
	top: 32px;
	color: #fff;
	left: 18%;
	font-weight: normal;
}

.active p{
	display: none;
}

p.activeclose{
	display: none;
}

.active p.activeclose{
	display: block;
	left: 18%;
}


nav.slide_menu {
	width: 100%;
	height: auto;
	padding: 10px;
	background: #f5f0f6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	transform: translate(100%);
	transition: all .5s;
	-webkit-overflow-scrolling: touch;
	}

nav.slide_menu.open {
	transform: translateZ(0);
	}
	nav.slide_menu ul {
		width: auto;
		height: 86%;
		overflow-y: scroll;
		-ms-overflow-style:none;
		padding: 0 0;
		}
	nav.slide_menu ul::-webkit-scrollbar {
		display:none;
		}

	nav.slide_menu ul li {
		width: 32%;
		display: block;
		float: left;
		background-color: #fff;
		text-align: center;
		margin-bottom: 5px;
		}

	nav.slide_menu ul li:nth-child(1){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(2){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(4){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(5){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(7){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(8){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(10){margin-right: 5px;}
	nav.slide_menu ul li:nth-child(11){margin-right: 5px;}

.slide_menu1{
	line-height: 2em;
}

	.slide_menu1 img{
		width: 15%;
	}

	.slide_menu1 a{
		display: block;
		transition: 0.5s;
	}

	.slide_menu1 a:hover{
		opacity: 0.6;
	}

	.slide_menu1 i{
		font-size: 110%;
	}

.slide_menu2 span.slide_menu2_icon{
	display: block;
	position: relative;
	z-index: 100;
}

	.slide_menu2 li a img{
		transition: 0.6s;
	}

	.slide_menu2 li a:hover img{
		opacity: 0.6;
	}

	.slide_menu2 span.slide_menu2_icon{
		margin:0% 0 -75% 0;
	}

	.slide_menu2 span.slide_menu2_icon img{
		width: 70%;
		transition: 0.6s;
	}

	.slide_menu2 span.slide_menu2_img{
		display: block;
		position: relative;
		z-index: 50;
		margin: 0 0 -11% 0;
	}

	.slide_menu2 span.slide_menu2_img img{
		width: 100%;
		margin-bottom: 5px;
	}

.slide_menu3 li a{
	height: 40px;
	display: block;
	overflow: hidden;
	color: #222;
	text-decoration: none;
	line-height: 1.3em;
	transition: 0.5s;
	font-size: 80%;
	background-color: #fff;
	padding: 6px 6px;
}

.slide_menu3 li a:hover{
	background-color: #333;
	color: #fff;
}


/*---------------------------------------------------------------------------------
page
---------------------------------------------------------------------------------*/
/*headline*/
#headline{
	display: block;
	width: 93%;
	margin: 40px auto 40px;
	padding: 20px;
	text-align: left;
	border: 3px #333 solid;
}

.sec_toppage{
	width: 93%;
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin: 60px auto 0;
}

/*top_news*/
.box_top_news{
	display: block;
	overflow: hidden;
	width: 100%;
}

	.box_top_news h2{
		font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: bold;
		color: #222;
		display: block;
		float: left;
		margin: 2px 10px 0 0;
		font-size: 160%;
		letter-spacing: 3px;
	}

	.btn_list_1 a{
		padding: 5px 25px;
		background-color: #e5007f;
		color: #fff;
		border-radius: 30px;
		font-size: 80%;
		text-decoration: none;
		line-height: 2.5em;
		font-weight: normal;
		transition: 0.6s;
	}

	.btn_list_1 a:hover{
		opacity: 0.6;
	}

.box_top_news_in{
	display: block;
	overflow: hidden;
	margin: 15px 0 0 0;
}

	.box_top_news_in dl{
		display: block;
		overflow: hidden;
		padding: 8px 0;
		border-bottom: 1px #f2f0f0 solid;
	}

		.box_top_news_in dl:nth-child(n + 6) {
			display: none;
		}

	.box_top_news_in dl dt{
		display: block;
		overflow: hidden;
		width: 100%;
		font-size: 85%;
	}

	.box_top_news_in dl dd{
		display: block;
		overflow: hidden;
		width: 100%;
		font-size: 95%;
		line-height: 1.5em;
	}

	.box_top_news_in dl dd a{
		color: #222;
		text-decoration: none;
	}

	.box_top_news_in dl dd a:hover{
		text-decoration: underline;
}

	.box_top_news_icon1,
	.box_top_news_icon2{
		font-size: 70%;
		color: #fff;
		padding: 1px 0 2px 0;;
		line-height: 1.4em;
		margin: 5px 0 0 5px;
		text-align: center;
		letter-spacing: 0;
	}

		.box_top_news_icon1{background-color: #006FE5;padding: 0 22px;}
		.box_top_news_icon2{background-color: #474747;padding: 0 10px;}


/*top_menu*/
.box_top_menu{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 50px 0 0 0;
}

	.box_top_menu h2{
		font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight: bold;
		color: #222;
		display: block;
		/*float: left;*/
		margin: 2px 10px 0 0;
		font-size: 160%;
		letter-spacing: 3px;
	}

	.btn_list_1 a{
		padding: 5px 25px;
		background-color: #e5007f;
		color: #fff;
		border-radius: 30px;
		font-size: 80%;
		text-decoration: none;
		line-height: 2.5em;
		font-weight: normal;
		transition: 0.6s;
	}

	.btn_list_1 a:hover{
		opacity: 0.6;
	}

.box_top_menu_in{
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.box_top_menu_in ul{
	display: block;
	overflow: hidden;
}

.box_top_menu_in ul li{
	display: block;
	width: 32%;
	text-align: center;
	float: left;
}

.box_top_menu_in ul li:nth-child(1){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(2){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(4){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(5){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(7){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(8){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(10){margin-right: 5px;}
.box_top_menu_in ul li:nth-child(11){margin-right: 5px;}


.box_top_menu_in ul li a{
	display: block;
	transition: 0.4s;
}

.box_top_menu_in ul li a:hover{
	opacity: 0.4;
}

.box_top_menu_in ul li a img{
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.box_top_menu_search{
	display: block;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	width: 80%;
	margin: 10px auto 0;
	border: 2px #d9d9d9 solid!important;
	border-radius: 2px;
}

	.box_top_menu_search input{
		width: 82%;
		padding: 5px 3px;
		font-size: 98%;
		margin: 3px 0 0 0;
	}

	.btn_googlesearch{
		width: 10%!important;
		margin: -1px 0 0 0!important;
		padding: 0 0 0 0;
		float: right;
		transition: 0.6s;
	}

	.btn_googlesearch:hover{
		opacity: 0.6;
	}


/*---------------------------------------------------------------------------------
pagehead
---------------------------------------------------------------------------------*/
.sec_pagehead{
	width: 100%;
	display: block;
	overflow: hidden;
}

.head_page{
	width: 100%;
	height: 60px;
	display: block;
	overflow: hidden;
}

h1#h1_page{
	width: 108px;
	float: left;
	display: block;
	margin: 15px 0 0 15px;
}

.head_page_r{
	width: 40%;
	display: block;
	overflow: hidden;
	float: right;
	position: relative;
	right: 70px;
	top: 7px;
}

	.head_page_r_txt{
		display: none;
		width: 35%;
		overflow: hidden;
		float: left;
		font-size: 80%;
		line-height: 1.4em;
	}

	.googlesearch_page{
		display: block;
		overflow: hidden;
		padding: 5px 5px 0 5px;
		width: 100%;
		margin: 0 0 0 0;
		border: 2px #d9d9d9 solid!important;
		border-radius: 2px;
		float: right;
	}

		.googlesearch_page input{
			width: 82%;
			padding: 5px 3px;
			font-size: 98%;
			margin: 3px 0 5px 0;
		}

		.btn_googlesearch{
			width: 15%!important;
			margin: -1px 0 0 0!important;
			padding: 0 0 0 0;
			float: right;
			transition: 0.6s;
		}

		.btn_googlesearch:hover{
			opacity: 0.6;
		}


/*---------------------------------------------------------------------------------
page詳細
---------------------------------------------------------------------------------*/
.bread{
	display: block;
	overflow: hidden;
	background-color: #f5f0f6;
	color: #878787;
	padding: 8px 15px;
	font-size: 80%;
}

.bread a{
	color: #878787;
}

.sec_pagebox{
	display: block;
	overflow: hidden;
	width: 93%;
	margin: 00px auto 40px;
}

.sec_pagebox h2{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #e5007f;
	font-size: 170%;
	font-weight: bold;
	width: 1200px;
	max-width: 95%;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 2em;
	margin: 0px 0 0 0;
}

	.sec_pagebox h2 img{
		width: 30%;
		display: block;
		margin: 0 auto -40px;
	}

#list_box{
	display: block;
	overflow: hidden;
	margin: 30px 0 40px 0;
}

	#list_box ul{
		display: grid;
		gap: 20px 5px;
		margin: 0 0 20px 0;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	#list_box ul li a{
		display: block;
		text-decoration: none;
	}

	#list_box ul li a h4{
		font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-size: 95%;
		font-weight: bold;
		margin: 0 0;
		padding: 10px 6px;
		line-height: 1.3em;
		display: block;
		transition: 0.5s;
	}

	#list_box ul li a:hover h4{
		background-color: #e5007f;
		color: #fff;
	}

	#list_box ul li a span{
		width: auto;
		min-height: 108px;
		max-height: 108px;
		display: block;
		overflow: hidden;
		text-align: center;
		background-color: #EBEBEB;
	}

	#list_box ul li a span img{
		width: auto;
		min-height: 108px;
		max-height: 108px;
		margin: 0 0 -6px 0;
		transition: 0.5s;
	}

	#list_box ul li a:hover span img{
		opacity: 0.7;
	}

#list_box ul li a p{
	display: block;
	margin: -5px 6px 0 6px;
	font-size: 90%;
	color: #4A4A4A;
}
	
.list_box_more{
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 30px auto 0;
}

.btn_more{
	width: 30%;
	margin: 0 auto;
	display: block;
	font-size: 100%;
	background-color: #e5007f;
	padding: 8px ;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}

.btn_more:hover{
	opacity: 0.6;
}

.box_number{
	display: block;
	margin: 25px 0 0 0;
	font-size: 85%;
}


/*DB詳細*/
.sec_detailbox{
	display: block;
	overflow: hidden;
	width: 93%;
	margin: 30px auto 40px;
}

.sec_detailbox h2{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #e5007f;
	font-size: 150%;
	font-weight: bold;
	width: 1200px;
	max-width: 95%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.sec_detailbox_l{
	display: block;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.sec_detailbox_r{
	display: block;
	overflow: hidden;
}

/*DB詳細スライド*/
.thumbnail .slick-track {
	transform: unset !important;
}
	.thumbnail-img {
	width: 80px!important;
	opacity: 0.3;
	margin: 10px 10px 0 0;
	transition: opacity .3s linear;
	}

	.thumbnail .slick-current {
	opacity: 1;
	}

.slider &gt; div{
	text-align: center;
	background-color: #f5f0f6;
}

	.slider &gt; div img{
	width: auto;
		max-height: 240px;
		min-height: 240px;
		display: block!important;
		margin: 0 auto!important;
	}

	.thumbnail &gt; div img{
	min-height: 70px;
		max-height: 70px;
		width: auto;
		max-width: 120px;
		display: block!important;
		margin: 0 auto!important;
	}


/*要素*/
.sec_detailbox_img{
	display: block;
	overflow: hidden;
	margin: 0 0 60px 0;
}

.sec_detailbox_txt{
	display: block;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.sec_detailbox_outline{
	display: block;
	overflow: hidden;
	margin: 0 0 60px 0;
}

	.sec_detailbox_outline dl{
		display: block;
		overflow: hidden;
		border-bottom: 1px #b3b3b3 solid;
		padding: 20px 0 20px 0;
	}

	.sec_detailbox_outline dl dt{
		display: block;
		overflow: hidden;
		color: #e50081;
	}

	.sec_detailbox_outline dl dd{
		display: block;
		overflow: hidden;
	}


.sec_detailbox_connection{
	display: block;
	background-color: #f5f0f6;
	padding: 20px 20px 20px 10px;
	margin: 0 0 20px 0;
}

	.sec_detailbox_connection h4{
		font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		color: #e5007f;
		font-size: 140%;
		font-weight: bold;
		width: 1200px;
		max-width: 95%;
		display: block;
		text-align: left;
		line-height: 2em;
		margin-bottom: 20px;
	}

	.sec_detailbox_connection ul{
		display: block;
		overflow: hidden;
	}

	.sec_detailbox_connection ul li{
		display: block;
		overflow: hidden;
		padding: 0 0 0 1.2em;
		text-indent: -1.2em;
		font-size: 90%;
		margin-bottom: 6px;
	}

	.sec_detailbox_connection ul li span{
		font-size: 60%;
		margin: 0 6px 0 0;
	}

#map{
	width: 100%;
	height: 280px;
	display: block;
	overflow: hidden;
	margin: 0 0 60px 0;
}

#map_btn a{
	display: block;
	width: 100%;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background-color: #e54bbe;
	text-decoration: none;
	transition: 0.5s;
}


/*固定ページ*/
.sec_editbox{
	display: block;
	overflow: hidden;
	width: 93%;
	margin: 40px auto 40px;
}

.sec_editbox h2{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #e5007f;
	font-size: 160%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.sec_editbox h3{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #e5007f;
	border-bottom: 2px #e5007f solid;
	border-top: 2px #e5007f solid;
	padding: 10px 0 10px 18px;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 20px 0;
}

.sec_editbox h4{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #222;
	border-bottom: 4px #9B9A9A solid;
	padding: 0 0 12px 10px;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 30px 0 20px 0;
	position: relative;
}


.sec_editbox h4:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 40%;
  height: 4px;
  content: '';
  background: #232323;
}



.sec_editbox h5{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #0073B3;
	border-left: 5px #0073B3 solid;
	padding: 0 0 0 14px;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 60px 0 20px 0;
}


.imgedit_right{
	float: right;
	width: 300px!important;
	height: auto!important;
	margin: 0 0 0 30px;
}

.edit_txtbox{
	width: 100%;
	display: block;
}

h3.h3_edit_title_tab{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #222;
	border-left: none;
	border-bottom: none;
	border-top:1px #ccc solid;
	padding: 15px 0 15px 10px;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 0px 0 0px 0;
}

h3.h3_edit_title_tab:hover{
	cursor: pointer;
}

h3.h3_edit_title_tab::before{
	content: "&gt;";
	transform:rotate(90deg)scale(1.5, 2);
	float: left;
	font-size: 65%;
	left: 30%;
	margin:  2px 10px 0 0;
	color: #222;
}
h3.h3_edit_title_tab.active::before{
	content: "&gt;";
	transform:rotate(-90deg)scale(1.5, 2);
	float: left;
	font-size: 70%;
	left: 30%;
	margin:  0px 12px 15px -3px;
	color: #D41EC2;
	font-weight: bold;
}

h3.h3_edit_title_tab span{
	display: block;
	color: #DB0306;
	font-size: 80%;
	margin-left: 18px;
	line-height: 1.5em;
}
h3.h3_edit_title_tab.active span{
	display: block;
	color: #DB0306;
	font-size: 80%;
	margin-left: 18px;
}


/*個別ページまつりなど*/
h3.h3_edit_title_tab_off{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #222;
	border-top: none;
	border-bottom: 1px #ccc solid;
	padding: 0 0 10px 18px;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 30px 0 20px 0;
	position: relative;
}


h3.h3_edit_title_tab_off span{
	display: block;
	color: #DB0306;
	font-size: 70%;
	line-height: 1.5em;
}


h4.h4_edit_title_tab_on{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #222;
	border-left: none;
	border-bottom:1px #EFEFEF solid;
	padding: 0px 10px 15px 0px;
	font-size: 110%;
	font-weight: bold;
	width: 90%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin: 0px 0 20px 40px;
}

h4.h4_edit_title_tab_on:hover{
	cursor: pointer;
}

h4.h4_edit_title_tab_on::before{
	content: "&gt;";
	transform:rotate(90deg)scale(1.5, 2);
	float: left;
	font-size: 65%;
	left: -11%;
	top: -20px;
	margin:  2px 0px 0 0;
	color: #222;
	background: none!important;
	position: absolute;
	height: 50px;
	width: 0%;
}

h4.h4_edit_title_tab_on.active::before{
	content: "&gt;";
	transform:rotate(-90deg)scale(1.5, 2);
	float: left;
	font-size: 70%;
	left: 4%;
	top: -10px;
	margin:  2px 0px 0 0;
	color: #D41EC2;
	font-weight: bold;
	background: none!important;
	position: absolute;
	height: 50px;
	width: 0%;	
}



/**/
.tab_box_in{
	display: none;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	background-color: #F9F9F9;
}

.tab_box_in em{
	font-style: normal;
	color: #DC171A;
}

	.dsblock{display: block;}

.img_box_c{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.img_box_c img{
	width: 100%;
}

.imgedit_rightbox{
	width: 30%;
	float: right;
	display: block;
	overflow: hidden;
	margin: 0 30px 40px 40px;
}

.imgedit_rightbox img{
	display: block;
	width: 100%!important;
	margin: 0 0 30px 0!important;
}

.imgedit_right{
	margin: 0 30px 40px 40px!important;
}

.imgedit_rightbox_s{
	width: 15%;
	float: right;
	display: block;
	overflow: hidden;
	margin: 0 30px 40px 40px;
}
.imgedit_rightbox_s img{
	display: block;
	width: 100%!important;
	margin: 0 0 30px 0!important;
}

.imgedit_center,
.imgedit_center_noline,
.imgedit_right_noline{
	width: 100%;
	display: block;
	margin: 30px auto;
}

/*新着詳細*/
.sec_newdetailbox{
	display: block;
	overflow: hidden;
	width: 93%;
	margin: 40px auto 40px;
}

.sec_newdetailbox h2{
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #e5007f;
	font-size: 160%;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.sec_newdetailbox_l{
	width: 100%;
	display: block;
	overflow: hidden;
	float: left;
}

.sec_newdetailbox_img{
	background-color: #f5f0f6;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
}

.sec_newdetailbox_img img{
	width: 100%;
	margin:  0 0 -7px 0;
}

.sec_newdetailbo_outline{
	display: block;
	overflow: hidden;
	margin: 0 0 30px 0;
}

	.sec_newdetailbo_outline dl{
		display: block;
		overflow: hidden;
		border-bottom: 1px #b3b3b3 solid;
		padding: 0px 0 20px 0;
	}

	.sec_newdetailbo_outline dl dt{
		display: block;
		overflow: hidden;
	}

	.sec_newdetailbo_outline dl dd{
		display: block;
		overflow: hidden;
	}

/*お知らせ一覧*/
.box_newslist_in{
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
}

	.box_newslist_in dl{
		display: block;
		overflow: hidden;
		padding: 10px 0;
		border-bottom: 1px #f2f0f0 solid;
	}


	.box_newslist_in dl dt{
		display: block;
		overflow: hidden;
		font-size: 85%;
	}

	.box_newslist_in dl dd{
		display: block;
		overflow: hidden;
		font-size: 95%;
	}

	.box_newslist_in dl dd a{
		color: #222;
		text-decoration: none;
	}

	.box_newslist_in dl dd a:hover{
		text-decoration: underline;
}



/*---------------------------------------------------------------------------------
画像ダウンロード＆お問い合わせ
---------------------------------------------------------------------------------*/
/*検索フォーム*/
#list_search{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 30px auto;
	padding: 10px;
	background-color: #EFEFEF;
	font-size: 90%;
}

	#list_search table{
		border-collapse: collapse;
	}

	#list_search table th,
	#list_search table td{
		border: none;
	}

	#list_search input,
	#list_search select{
		border: 2px #ddd solid;
		padding: 12px;
		margin-bottom: 10px;
	}

	#list_search input[type="text"]{
		display: block;
	}


/*申請フォーム*/
#box_details_all{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 30px auto;
	padding: 10px 10px;
	background-color: #EFEFEF;
	font-size: 90%;
}

	#box_details_all table{
		border-collapse: collapse;
	}

	#box_details_all table th,
	#box_details_all table td{
		border: none;
	}

	#box_details_all table th{
		padding: 0 0 0 5px;
	}

	#box_details_all table td{
		padding: 0 0 25px 0;
	}

	#box_details_all input,
	#box_details_all select,
	#box_details_all textarea{
		border: 2px #ddd solid;
		padding: 12px;
	}

	.list_form_txt,
	.list_form_txt{
		width: 100%;
	}


/*画像ダウンロードボタン*/
.download_btn_check a{
	display: block;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	background-color: #e4007f;
	padding: 12px;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.5s;
}

	.download_btn_check a:hover{
		opacity: 0.6;
	}

/*検索ボタン*/
.list_form_btn{
	display: block;
	padding: 10px 30px!important;
	transition: 0.5s;
	border: none!important;
	background-color: #686868;
	border-radius: 25px;
	color: #fff;
	width: 40%;
	margin: 0 auto 10px!important;
}

	.list_form_btn:hover{
		cursor: pointer;
		opacity: 0.6;
	}

/*認証ボタン*/
input.all_form_btn{
	display:inline-block;
	min-width: 40%;
	margin: 10px;
	background-color: #7A7A7A;
	padding: 6px 15px;
	color: #fff;
	border-radius: 25px;
	line-height: 1.5em;
	font-size: 100%;
	border: none!important;
	transition: 0.5s;
}

	input.all_form_btn:hover{
		cursor: pointer;
		opacity: 0.6;
	}

/*もっとみる*/
.list_more_btn{
	padding: 10px 30px!important;
	border: none!important;
	background-color: #686868;
	border-radius: 25px;
	color: #fff;
	display: block;
	width: 40%;
	margin: 0 auto;
	transition: 0.5s;
}

	.list_more_btn:hover{
		cursor: pointer;
		opacity: 0.6;
	}


/*最終ダウンロードボタン*/
.download_btn_check_down input{
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	background-color: #e4007f;
	padding: 12px;
	color: #fff;
	border-radius: 25px;
	font-size: 100%;
	transition: 0.6s;
}

	.download_btn_check_down input:hover{
		opacity: 0.6;
		cursor: pointer;
	}

input:disabled{
	opacity: 0.4;
}

input:disabled:hover{
	opacity: 0.4;
	cursor:text;

}


#download_box{
	display: block;
	overflow: hidden;
}

	.download_list{
		display: block;
		overflow: hidden;
		float: left;
		margin: 15px 4px ;
		width: 47%;
		height: 210px;
		font-size: 90%;
		line-height: 1.4em;
		background-color: #EFEBEB;
	}

.download_list_px{
	display: block;
	font-size: 80%;
	margin: 5px 10px 0 10px;
}

.download_list_title{
	display: block;
	font-size: 100%;
	margin: 0px 10px;
}


.download_list img{
	margin: 0 auto;
	display: block;
	width: auto;
	max-height: 120px;
}

.modal_box {
	display: none;
	background-color: #EDECEC;
	padding: 20px;
	width: 95%;
	color:#333;
	font-size:12px;
	}

.modal_box .image_box{
	text-align:center;
	background-color:#fff;
	color:#fff;
	display:block;
	padding:10px;
	margin-bottom:10px;
	}

.modal_box .image_box img{
	width: 100%;
}

.img_modal_b:hover{
filter: alpha(opacity=50);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	opacity:0.5;
	}

.modal_title{
	color:#8D2233;
	font-size:14px;
	margin-bottom:10px;}

.modal-close {
	text-align: right;
	cursor:pointer;
	width:89px;
	height:32px;
	background:url(../img/modal/close.png) left center no-repeat;
	position:absolute;
	right:-10px;
	top:-17px;
	text-indent:-999em;
	}

	.modal-close:hover {background:url(../img/modal/close_on.png) left center no-repeat;}

#modal-win {
	width: 100%;
	position: absolute;
	}

#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 1001;
	border-radius: 10px;
	}

#modal-win-inner &gt; * {border-radius: 10px;}

#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	cursor: pointer;
	}

.box_number{
	display: block;
	text-align: center;
}

.ul_txt_indent{
	display: block;
	overflow: hidden;
	margin: 0 0 40px 0;
}

	.ul_txt_indent li{
		display: block;
		padding: 0 0 0 1em;
		text-indent: -1em;
		margin: 0 0 15px 0;
	}


/*---------------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 65%;
	z-index: 9999;
}

	#pagetop a {
		background: #e5007f;
		text-decoration: none;
		color: #fff;
		width: 60px;
		padding: 10px 0;
		text-align: center;
		display: block;
		transition: 0.6s;
	}

	#pagetop a span{
		display: block;
		margin: 0 ;
		line-height: 1em;
}

	#pagetop a:hover {
		text-decoration: none;
		background: #b0b0b0;
		color: #f6f6f6;
	}

	#pagetop a i{font-size: 300%;}


/*---------------------------------------------------------------------------------
foot
---------------------------------------------------------------------------------*/
/*footlink*/
.sec_footlink{
	width: 100%;
	display: block;
	overflow: hidden;
	background-color: #f5f0f6;
	margin: 40px 0 0 0;
}

	.sec_footlink ul{
		width: 93%;
		margin: 40px auto 35px;
		display: block;
		overflow: hidden;
	}

	.sec_footlink ul li{
		display: block;
		overflow: hidden;
		float: left;
		width: 49%;
	}

	.sec_footlink ul li span{
		font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		position: relative;
		z-index: 100;
		float: left;
		top: 0;
		left: 0;
		background-color: #808080;
		color: #fff;
		font-size: 80%;
		text-align: center;
		width: 30px;
		margin: 0 0 -24px 0;
	}

	.sec_footlink ul li img{
		position: relative;
		z-index: 50;
		width: 100%;
		transition: 0.6s;
	}

	.sec_footlink ul li:nth-child(1){margin-right: 5px;}
	.sec_footlink ul li:nth-child(3){margin-right: 5px;}
	.sec_footlink ul li:nth-child(5){margin-right: 5px;}
	.sec_footlink ul li:nth-child(7){margin-right: 5px;}
	.sec_footlink ul li:nth-child(9){margin-right: 5px;}
	.sec_footlink ul li:nth-child(11){margin-right: 5px;}

	.sec_footlink ul li img:hover{
		opacity: 0.6;
	}

/*footer*/
footer{
	display: block;
	overflow: hidden;
	background-color: #333333;
	padding: 40px 0 30px 0;
	color: #fff;
	font-weight: normal;
	margin: 40px 0 0 0;
}

.footer_in{
	display: block;
	overflow: hidden;
	width: 93%;
	margin: 0 auto;
}

.footer_l{
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 85%;
	margin-bottom: 25px;
}

.footer_l a{
	color: #fff;
}

	.footer_l h5{
		display: block;
		font-size: 115%;
		margin-bottom: 15px;
		line-height: 3em;
		font-weight: normal;
	}

	.footer_l h5 img{
		float: left;
		width: 30px;
		margin: 6px 5px 0 -3px;
	}

	.footer_l ul{
		overflow: hidden;
		display: block;
		width: 100%;
		margin: 10px 0 25px 0;
	}

	.footer_l ul li{
		float: left;
		display: block;
		overflow: hidden;
		margin-right: 35px;
	}

	.footer_l ul li i{
		font-size: 140%;
		color: #fff;
	}

	#copyright{
		text-align: center;
		font-size: 90%;
		margin: 10px auto 0;
	}

.footer_c{
	display: block;
	overflow: hidden;
	width: 100%;
}

	.footer_c a{
		display: block;
		color: #fff;
		font-size: 90%;
	}

.footer_r{
	display: block;
	overflow: hidden;
	width: 80%;
	margin: 20px auto 0;
}

	.footer_r ul{
		display: block;
		overflow: hidden;
	}

	.footer_r ul li a{
		display: block;
		overflow: hidden;
		padding: 8px 0;
		text-align: center;
		color: #fff;
		text-decoration: none;
		border: 1px #666666 solid;
		font-size: 95%;
		margin-bottom: 8px;
		transition: 0.5s;
	}

	.footer_r a{
		color: #fff;
		font-size: 85%;
	}

	.footer_r ul li a:hover{
		opacity: 0.4;
	}


/*etc*/
hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #bbb;
	height: 1px;
	margin: 16px 20px 16px 20px;
	display:block;
	clear:both;
	}
</pre></body></html>