@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

input,textarea {
  -webkit-appearance: none;
}


::selection {
    background: #0095d9;
	color: #fff;
}

a {
	color: #000;
}



a:hover,
a:focus {
	color: #0095d9;
}



img {

}




a:hover img,
a:focus img {
	opacity: 0.7;
  	filter: alpha(opacity=70);
 	 -ms-filter: "alpha(opacity=70)";
}







:-ms-input-placeholder {
	color: #bbb;
}




body {
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




.wf-notosansjapanese { font-family: "Noto Sans JP"; }


/*スマホ関係*/
@media screen and (max-width: 768px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



}
/*スマホ関係終わり*/


select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel] {
	font-size: 16px;
	border: 1px solid;
	margin-right: 0;
}




.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}



.new {
	background: #ab1919;
	color: #fff;
	margin-right: 3px;
	padding: 2px 5px;
 	font-size: .9em;
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.skip a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


#scrollTop {
	position: fixed;
	right: 5px;
	margin-bottom: 5px;
	z-index: 10;
}
#scrollTop img {
	width: 60px;
	vertical-align: bottom;
}

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

#scrollTop img {
	width: 40px;
}

}


#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}

:-ms-input-placeholder  {color: #999999;}


/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {


.sp-header {
	display: none;
}
.sp-disp {
	display: none !important;
}

}


.sp-disp2 {
	display: none !important;
}

/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {

#header {
	display: none !important;
}
.pc-disp {
	display: none !important;
}
	
	
.sp-disp2 {
	display: block !important;
}
	
.pc-disp2 {
	display: none !important;
}
	

}
/*スマホ関係↑*/










/* PCヘッダー
================================================== */


#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
/*	background-color: rgba(255,255,255,0.6); */
}

#header {
	width: 100%;
}
.header-inner {
	width: 90%;
	margin: 0 auto;
}

.header-inner table {
	width: 100%;
	height: 50px;
}

.header-inner-l {
	width: 50%;
	vertical-align: middle;
	padding-left: 10px;
}

.header-inner-l #logo {
	width: 380px;
	padding: 5px 0;
}
#logo img {
	width: 100%;
	display: block;
}



.header-inner-r {
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}



.input_item {
	width: 200px;
	height: 28px;
	font-size: 16px;
	padding-right: 25px;
}

.search_area {
	margin-top: 30px;
}
.search_area .input_item {
	width: 75%;
	max-width: 400px;
}

.searchsubmit {
	width: 18px;
	margin-left: -22px;
}




.none_text{
      display: none;
}



#globalNavInner {
	width: 100%;
	padding: 0 5%;
	background-color: #0095d9;	
	border-radius:  10px;

}

#globalNavInner > ul {
	width: 100%;
	display: inline-flex;
	justify-content: center;
}


#globalNavInner > ul li {
	width: 22%;
	text-align: center;

	padding: 5px 0;

}

#globalNavInner > ul li:nth-child(3) {
	width: 34%;

}



#globalNavInner > ul li a {
	display: block;
	border-right: 1px solid #fff;
	text-decoration: none;
	padding: 6px 0;
	color: #fff;
	font-size: 110%;
}
#globalNavInner > ul li a span {
	background-image: url(../images/kagi.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	padding-left: 20px;
}


#globalNavInner > ul li:last-child  a {
	border-right: none;
}

#globalNavInner > ul li a:hover {
	opacity: 0.7;
  	filter: alpha(opacity=70);
 	 -ms-filter: "alpha(opacity=70)";
}




#globalNavInner > ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	background-color: #0095d9;

}


#globalNavInner > ul .child li {
	border-bottom: 1px dotted #fff;
	width: 250px;
	border-right: none;
}
#globalNavInner > ul .child li:last-child {
	border-bottom: none;

}

#globalNavInner > ul .child li a {
	display: block;
    text-decoration: none;
    text-align: left;
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 90%;
}
#globalNavInner > ul .child li a:hover {
	background-color: #000;
	color: #0095d9;
	opacity: 1;
	filter: alpha(opacity=100);
}


.header-bottom {

}





/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 767px) {

#top-pc-header {
	display: none !important;
}

#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

.top1-top {
	display: none;
}



.sp-header {
	display: inline;
	width: 100%;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	height: 50px;
	background-color: rgba(255,255,255,0.8);
}
.sp-header-inner {
	width: 100%;
	position: relative;
	height: 50px;
}

.logo {
	padding-top: 2px;
	padding-left: 10px;
}

.logo img{
	width: 250px;
}

@media screen and (max-width: 350px) {
.logo {
	padding-top: 4px;
	padding-left: 5px;
}

.logo img{
	width: 220px;
}


}

.search-button {
	position: fixed;
	top: 0;
	right: 50px;
	width: 30px;
	text-align: center;

}
.search-button a {
	display: inline-block;
	padding-top: 10px;
}
.search-button img {
	width: 30px;
}



.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.95);
	-webkit-overflow-scrolling: touch;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
	padding-top: 55px;
}
.sp-header nav ul li{
	margin: 0 auto;
    font-size: 110%;
    border-bottom: 1px dotted #ccc;
    padding: 12px;
    display: block;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
}
.sp-header nav ul li a span {
    background-image: url(../images/kagi.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 20px;
}


.sp-header nav ul li:last-child{
		border: none;
}
	

/*開閉ボタン*/
#nav_toggle{
	    display: block;
    width: 50px;
    height: 55px;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 11px 8px 15px 8px;
    z-index: 1201;
    /* background-color: #0095d9; */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* padding: 10px 5px 12px 5px; */

}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #0095d9;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

.nav_toggle_menu {
	position:absolute;
	top:25px;
	font-size: 80%;
	text-align: center;
	width: 100%;
	color: #fff;
}



/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}


.open #nav_toggle span{
	background-color: #0095d9;
}
.open #nav_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.open .nav_toggle_menu {
	display: none;
}




/*メニュー関係終わり*/





.header-bottom {

}

}



/* スマホサイトheader終わり
================================================== */








#content {
	width: 100%;
	padding-bottom: 50px;
}


#home #content {
	padding-bottom: 0;

}






.top1 {
	width: 100%;
    background-color: #fff;
}



.top1-inner {
	width: 100%;
	position: relative;
}
.top1-inner img {
	width: 100%;
	vertical-align: bottom;
}

.cover-image {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 40%;

}
.cover-inner {
	box-shadow: 0 0 10px gray;
	border-radius: 10px;
}

@media screen and (max-width: 420px) {
.cover-image {
	top: 36%;
}
}

.cover-image img {
	width: 100%;
	border-radius: 10px;
}

.cover-image ul li p {
	margin-top: -40px;
	padding-bottom: 18px;
	text-align: center;

/*
	text-shadow: 1px 1px 1px #000;
	 -webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
*/
}
.cover-image ul li p span {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 3px 5px;
}

@media screen and (max-width: 1000px) {
.cover-image ul li p span {
	font-size: 85%;
}
}

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

.cover-inner {
	box-shadow: none;
	border-radius: 0;
}


.cover-image img {
	width: 100%;
	border-radius: 0;
}

.slick-box li p {
	margin-top: 5px;
}

}




.top2 {
	width: 100%;
}



.top2-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 15px;

}



.top2-inner h2 {
	text-align: center;
}
.top2-inner h2 img {
	width: 145px;
}

.ichiran {
	text-align: right;
	margin: -30px 0 40px 0;
}

.ichiran a {
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	text-decoration: none;
	padding-left: 25px;
}
.ichiran a:hover {

}




.top2-ul {
	width: 100%;

}
.top2-ul li {
	padding: 8px 0;
}
.top2-ul li .td-span {
	display: table-cell;
	width: 250px;
}


.top2-ul li .date {
	margin-right: 20px;
}
.top2-ul li .list-category-mark {
	display: inline-block;
	width: 120px;
	padding: 1px 0;
	text-align: center;
}
.top2-ul li .list-category-news-1 {
	background-color: #0095d9;
}
.top2-ul li .list-category-news-2 {
	background-color: #019e97;
}
.top2-ul li .list-category-news-3 {
	background-color: #a5ddf8;
}
.top2-ul li .list-category-news-4 {
	background-color: #acede7;
}

.top2-ul li .title {
	display: table-cell;
	width: auto;
}
.top2-ul li .title a {
	text-decoration: none;
}
.top2-ul li .title a:hover {
	text-decoration: underline;
}


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

.top2-ul li .td-span {
	display: block;
}
.top2-ul li .title {
	display: block;
}


}



.top3 {
	width: 100%;
	background-image: url(../images/bg-top3.png);
	background-repeat: repeat;
	background-position: left top;
}


.top3-inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 15px;
	margin: 0 auto;
}

.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top3-ul li {
	width: 25.33%;
	margin: 0 4%;
	text-align: center;
}
@media screen and (max-width: 400px) {
.top3-ul li {
	width: 90%;
	margin: 0 5% 30px 5%;
}
.top3-ul li:last-child {
	margin: 0 4% 0 4%;
}


}



.top3-ul li img {
	width: 80%;
}

.top3-ul li p {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}







.top4 {
	width: 100%;
}

.top4-inner {
	width: 100%;
}
.top4-inner table {
	width: 100%;
	min-height: 200px;
}
.top4-inner table td {
	vertical-align: middle;
}
.top4-inner table td h2 img {
	width: 154px;
}


.top4-inner table td:first-child {
	width: 45%;
	background-color: #dfedef;
	text-align: right;
	padding: 0 15% 0 0;
	background-image: url(../images/bg-top4.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.top4-inner table td:last-child {
	width: 55%;
	padding-left: 30px;
	background-color: #eaf2f4;
}



.top4-ul {
	width: 100%;
}
.top4-ul li {
	margin-bottom: 10px;
}
.top4-ul li .date {
	display: table-cell;
	width: 120px;
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	padding-left: 20px;
}
.top4-ul li .title {
	display: table-cell;
	width: auto;
}
.top4-ul li .title a {
	text-decoration: none;
}
.top4-ul li .title a:hover {
	text-decoration: underline;
}



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

.top4-inner table {
	min-height: 100px;
}


.top4-inner table tr,
.top4-inner table td {
	display: block;
}

.top4-inner table td:first-child {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
	background-image: none;

}
.top4-inner table td:last-child {
	width: 100%;
	padding: 30px 0 30px 30px;
}

}

@media screen and (max-width: 400px) {
.top4-ul li .date {
	display: block;
}
.top4-ul li .title {
	display: block;
}

}




.top5 {
	width: 100%;
	background-color: #ffff;
}


.top5-inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 15px;
	margin: 0 auto;

}

.top5-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top5-ul li {
	width: 31.333%;
	margin: 0 1%;
}
.top5-ul li img {
	width: 100%;
}


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

.top5-inner {
	padding: 40px 15px 25px 15px;
}
.top5-ul li {
	width: 96%;
	margin: 0 2% 15px 2%;
}

}


.top6 {
	width: 100%;
	background-color: #f3f3f3;
}


.top6-inner {
	width: 100%;
	max-width: 1100px;
	padding: 60px 15px 40px 15px;
	margin: 0 auto;

}

.top6-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top6-ul li {
	width: 31.333%;
	margin: 0 1% 20px 1%;
}
.top6-ul li img {
	width: 100%;
}


@media screen and (max-width: 400px) {
.top6-inner {
	padding: 40px 15px 25px 15px;;
}
.top6-ul li {
	width: 96%;
	margin: 0 2% 15px 2%;
}


}






#footer {
	width: 100%;
	background-color: #0095d9;
	line-height: 160%;

}

.footer-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 10px 15px;
	color: #fff;
}

.footer-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-li-l,
.footer-li-r {
	width: 50%;
}



.logo-text {
	margin: 0 0 15px 0;
	font-size: 130%;
}


.f-tel {
}

.f-add {
	margin: 0 0 5px 0;
}

.f-link {

}
.f-link li {
	pading: 5px 0;
}
.f-link li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	background-image: url(../images/icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	color: #fff;
}
.f-link li a:hover {
	opacity: 0.7;
  	filter: alpha(opacity=70);
 	 -ms-filter: "alpha(opacity=70)";
}

.f-copy {
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 87.5%;
}

@media print,screen and (max-width: 550px) {


.footer-li-l {
	width: 58%;
}
.footer-li-r {
	width: 42%;
}

.logo-text {
	font-size: 110%;
}

.f-add span{
	display: block;
}

}



	/* コンテンツページ関係始まり
================================================== */



.cat-img-wrap {
	position: relative;
	z-index: -1;
}
.cat-img img {
	    width: 100%;
    vertical-align: bottom;
}




@media screen and (max-width: 768px) {
.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: bottom;
}
}


.cat-img-con {
    position: absolute;
    width: 100%;
    top: 58%;
    text-align: center;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
   text-shadow: 1px 2px 3px #000;
}

.cat-img-con span {

}








	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

#breadCrumb {
	width: 100%;
	font-size: 100%;
	padding: 12px 15px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 90%;
	}


	#breadCrumb p {
		margin-left: 0px;

	}

#breadCrumb a{

}



	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
		width: 73%;
		float: left;
	}

#main2 {
	width: 100%;
	line-height: 180%;
}

.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	min-height: 0em;
}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}


.contentListWrapper .pagelist-item {
	width: 100%;
    /* background-color: #f2eeea; */
    margin: 1%;
    border: 1px solid #000;
    padding: 0;
	transition: 0.3s;
}

ul.pageList.current-category_news li{
	width: 48%;
}

@media screen and (max-width: 540px) {
	ul.pageList.current-category_news li{
	width: 100%;
}
}

.contentListWrapper .pagelist-item:hover {
	background-color: #f3efe9;
	transition: 0.3s;
}



.top-category_sakumotsu .contentListWrapper .pagelist-item {
    width: 33%;
    background-color: transparent;
    margin: 0;
    padding: 2%;
    margin-bottom: 40px;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .thumb img {
    height: auto;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .thumb {
    display: block;
    height: auto!important;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .title {
    display: block;
    text-align: center;
    background-image: none;
    padding: 0;
    margin-top: 5px;
}

.top-category_sakumotsu .contentListWrapper .pagelist-item .title a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 115%;
    padding: 3px 6px;
    text-decoration: none;
    background: linear-gradient(transparent 70%, #efe133 43%);
}



@media screen and (max-width: 600px) {
.contentListWrapper .pagelist-item {
	width: 100%;
	margin-bottom: 20px;
}
}

.contentListWrapper .pagelist-item .thumb {
	width: 100%;

/*	height: はjavaScriptで動的に取得*/
}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: "object-fit: cover";
	display: block;
}



.contentListWrapper .pagelist-item .thumb a img:hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 0.7;
  	filter: alpha(opacity=70);
 	 -ms-filter: "alpha(opacity=70)";
}

.contentListWrapper .pagelist-item .title {
	display: block;
    font-weight: bold;
    margin-top: 0;
    font-size: 120%;
	}

.contentListWrapper .pagelist-item .title a {
	text-decoration: none;
	display: block;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 17px;
	padding: 20px 0px 20px 40px;
}

.contentListWrapper .pagelist-item .title a:hover {
	background-position: left 13px center;
}
.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	font-size: 80%;
	font-weight: normal;
	padding: 0 10px 0 0;
}


.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 28px;
    display: block;
    font-size: 75%;
    line-height: 160%;
}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}














	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #0095d9;
		color: #fff;
		text-decoration: none;
		text-align: center;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 6px 10px;
	}

	#sidemenu .sideHeader {
		background-color: #0095d9;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
    margin: 80px 0px 30px 0;
    padding: 10px 15px;
    border-left: 14px solid #0095d9;
    font-size: 155%;
    line-height: 160%;
    background-color: #f7f7f7;
}










.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 12px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
.search-result ul li {
	background-size: 9px;
	padding: 0px 0px 0px 22px;
}
}


.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
	display: none;
}

.search-result p {
	margin-bottom: 20px;
}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #4c4c4c;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




	/*コンテンツページ関係終わり
================================================== */







	/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
	}


@media screen and (max-width: 767px) {
.sitemap li.sm-depth1-item {
	width: 98%;
}
}




.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #0095d9;
    background-color: #f2eeea;
}
	
ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    /* font-weight: normal; */
    margin: 18px 8px;
}
	
ul.sitemap-list.sm-depth2-list  a {

}
ul.sitemap-list.sm-depth2-list  a:hover {

}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 10px 0px;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #d8c7e6;
}





.contentListWrapper .pageList {
    margin-top: 45px;
}

@media screen and (max-width: 1070px) {
#content-inner {
    padding: 0px 20px;
}
}


@media screen and (max-width: 1000px) {
	
article {
    display: block;
}

	
.contentListWrapper .pageList {
    margin-top: 0;
}
	
}


	/*リンク集
================================================== */




li.pagelist-item.current-category_link-item {
    width: 31.3%;
    background-color: #000000;
    margin: 1%;
	border: 0;
    padding: 0;
}

li.pagelist-item.current-category_link-item:hover {
	background-color: #b4914f;
}

li.pagelist-item.current-category_link-item .title {
   display: block;
    background-image: none;
    padding: 0px;
    font-size: 90%;
	text-align: center;
}

li.pagelist-item.current-category_link-item .title a{
	color: #fff;
	padding: 15px 0;
    background-image: none;
	display: block;
}

li.pagelist-item.current-category_link-item .thumb {
    height: auto!important;
	margin-bottom: 10px;
}


li.pagelist-item.current-category_link-item .thumb img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* font-family: "object-fit: cover"; */
    display: block;
}


@media screen and (max-width: 1000px) {
	
	li.pagelist-item.current-category_link-item {
    width: 23%;
	padding: 4%;
	}
	
	li.pagelist-item.current-category_link-item .thumb {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 942px) {
	
	li.pagelist-item.current-category_link-item {
	padding: 2%;
	}

}

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

li.pagelist-item.current-category_link-item {
    width: 31.3%;
}
}


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

li.pagelist-item.current-category_link-item .thumb {
    margin-bottom: 10px;
}
}


@media screen and (max-width: 450px) {
	
	
li.pagelist-item.current-category_link-item .thumb {
    margin-bottom: 0px;
}


li.pagelist-item.current-category_link-item .thumb img {
    padding: 10%;
}
	
	
li.pagelist-item.current-category_link-item .title a {
    line-height: 170%;
}
	
}

.clr{}
.clr img{
    display: table-cell;
}
.clr p{
    display: table-cell;
}