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

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

a {
	color: #000;
}



a:hover,
a:focus {
	color: #666;
}

a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

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


ol,
ul {
	list-style: none;
}



body {
	color: #000;
	font-family: "Noto Sans JP";
	margin: 0;
	padding: 0;
	line-height: 140%;
}





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


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

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=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
    border: 1px solid;
	margin-right: 0;
/*  transform: scale(0.8);*/
}


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






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


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

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 0;
	padding: 3px 3px 3px 0px;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}




/* 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;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
#scrollTop img {
	width: 80px;
}

@media screen and (max-width: 767px) {
#scrollTop {
	margin-bottom: 5px;

}

#scrollTop img {
	width: 50px;
}

}


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

}
/*ＰＣ関係↑*/


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

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

}
/*スマホ関係↑*/










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


#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

#header {
	width: 100%;
}
.header-inner {
	width: 100%;
}


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

.header-inner-l {
	width: 320px;
	vertical-align: middle;
	background-color: #fff;
}

.header-inner-l img {
	width: 100%;
}



.header-inner-r {
	text-align: right;
	width: auto;
	vertical-align: middle;
}

.header-inner-r-top {
	padding: 10px 10px;
	background-color: #000;
}
.header-inner-r-top span {
	padding: 0 0 0 10px;
	font-size: 80%;
}
.header-inner-r-top span a {
	color: #fff;
	text-decoration: none;
}
.header-inner-r-top span a:hover {
	color: #ececec;
}



.none_text{
      display: none;
}



#globalNavInner {
	width: 100%;
	position: relative;
	background-color: #3172CA;
}

#globalNavInner>ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}


#globalNavInner>ul li {
	text-align: center;
	font-weight: bold;

}




#globalNavInner>ul li a {
	display: block;
	border-left: 1px solid #fff;
	width: 100%;
	font-size: 110%;
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
}
#globalNavInner>ul li:last-child a {
	border-left: none;
}

#globalNavInner>ul li:first-child a {
	border-left: none;
}


#globalNavInner>ul li a:hover {
	color: #ececec;
}








#globalNavInner>ul li:last-child a {
	padding: 0;
}
#globalNavInner>ul li:last-child a img {
	width: 66px;
	display: block;
}


#globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	padding: 0 5px;
	background-color: #fff;
	border: 1px solid #3172CA;
	margin-left: -2px;
}


#globalNavInner>ul .child li {
	border-bottom: 1px dotted #3172CA;
	font-size: 80%;
	min-width: 150px;
	max-width: 250px;
	font-weight: normal;

}
#globalNavInner>ul .child li:last-child {
	border-bottom: none;

}

#globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 7px 5px 7px 20px;
	text-align: left;
	color: #000;
	background-image: url(../images/icon_p2.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 10px;
}
#globalNavInner>ul .child li a:hover {
	background-image: url(../images/icon_p.png);
	opacity: 0.85;
	filter: alpha(opacity=85);
}




.search-aria {
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: -150px;
	right: 0;
	padding: 43px 0 0 0;
	text-align: right;
	background-color: #3172CA;
}
.search-aria2 {
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: -150px;
	right: 0;
	text-align: right;
	background-color: #fff;
}

.search-aria a {
	padding: 6px 5px;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;

}
.search-aria a:hover {
	color: #ececec;
}
.search-aria2 a {
	padding: 6px 5px;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;

}
.search-aria2 a:hover {
	color: #666;
}





.input_item {
	width: 260px;
	height: 29px;
	border: none;
	border-radius: 50px;
	margin-right: 10px;
	padding: 0 5px;
}
.input_item2 {
	height: 32px;
	font-size: 16px;
	width: 50%;
	border: 1px solid;
}



#searchsubmit1 {
	width: 66px;
}

#searchsubmit2 {
	width: 65px;
	height: 65px;
	margin-left: 3px;
}

.header-bottom {
	margin-top: 85px;
}


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

.header-inner-l {
	width: 280px;
}

#globalNavInner>ul li a {
	font-size: 100%;
	padding: 5px 15px;
}

#globalNavInner>ul li:last-child a img {
	width: 58px;
}
#searchsubmit1 {
	width: 58px;
}

.header-bottom {
	margin-top: 95px;
}

}


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

.header-inner-l {
	width: 200px;
}

#globalNavInner>ul li a {
	font-size: 90%;
	padding: 5px 12px;
}

#globalNavInner>ul li:last-child a img {
	width: 50px;
}
#searchsubmit1 {
	width: 50px;
}

.header-bottom {
	margin-top: 65px;
}

}


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



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

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

.sp-info {
    text-align: center;
    background-color: #000;
    padding: 30px 0;
}
	



.sp-header {
	display: inline;
	width: 100%;
	padding: 0px;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #fff;
    height: 58px;
}

.logo img{
	height: 58px;
}
@media screen and (max-width: 360px) {
.logo img{
	width: 195px;
}
}
.search-button {
	position: fixed;
	top:0;
	right: 58px;
    height: 58px;
}
.search-button img {
    height: 58px;
}

.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: 50;
	width: 100%;
	height: 100vh;
	background-color: #3172CA;
	-webkit-overflow-scrolling: touch;

}
.sp-header nav ul{
display: block;
    width: 90%;
    /* position: absolute; */
    top: 70px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: scroll;
    margin-top: 50px;
}
.sp-header nav ul li{
	margin: 0 auto;
	text-align: left;
	font-size: 140%;
	border-bottom: 1px dotted #bed3f1;
	padding: 15px;
	display: block;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}



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

.sp-header nav .slick-box-link-ul{}
	
.sp-header nav .slick-box-link-ul li {
    font-size: 100%;
    border-bottom: none;
    padding: 1px;
	    width: auto;
	    margin-bottom: 10px;
}
	
.sp-header nav .slick-box-link-ul li a{
	color: #fff;
	}


/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 58px;
	height: 58px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 15px;
	z-index: 100;
	background-color: #3172CA;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	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:2px;
}
#nav_toggle span:nth-child(2){
	top:13px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}
	
/*開閉ボタン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: #fff;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-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: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}








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


.header-bottom {
	margin-top: 40px;

}



}

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








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto;
}
#home #content {
	padding-bottom: 0;
}

.top1 {
	width: 100%;
}

.top1-inner {
	width: 100%;
	position: relative;
}
.copy {
	width: 47%;
	position: absolute;
	top: 25%;
	left: 3%;
	display: none;
}
.copy img {
	width: 100%;
}


.slick-box-link {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	padding: 0 10px;
	bottom: 30px;
}
.slick-box-link-ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slick-box-link-ul li {
	width: 400px;
	margin: 0 10px;
}

.slick-box-link-ul li:nth-child(1) a {
	background-image: url(../images/icon_y.png);
}
.slick-box-link-ul li:nth-child(2) a {
	background-image: url(../images/icon_b.png);
}
.slick-box-link-ul li:nth-child(3) a {
	background-image: url(../images/icon_p2.png);
}
.slick-box-link-ul li a {
	font-size: 140%;
    display: block;
    padding: 30px 30px 30px 30px;
    background-color: rgba(0,0,0,0.80);
    color: #fff;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 23px;
    text-decoration: none;
    border: 1px solid #fff;
}
.slick-box-link-ul li a:hover {
	background-color: rgba(0,0,0,0.70);
	opacity: 0.85;
	filter: alpha(opacity=85);
}

@media screen and (max-width: 767px) {
.copy {
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
}
.copy img {
	width: 80%;
	max-width: 300px;
}

}


.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}


.top1 .slick-box img{
	width: 100%;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}







.special-news {
	width: 100%;
	background-color: #ff0000;
	padding: 20px 10px;
}

.special-news-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 20px;
	background-color: #fff;
}

.special-news-inner h2{
	text-align: center;
	color: #ff0000;
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ff0000;
}


.special-news-ul {
	width: 100%;
}

.special-news-ul li {
	margin-bottom: 10px;
}

.special-news-ul li .td-span {
	display: table-cell;
	width: 110px;
}
.special-news-ul li .date {
	color: #ff0000;
}


.special-news-ul li .title {
	display: table-cell;
}
.special-news-ul li .title a {
	text-decoration: none;
}
.special-news-ul li .title a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
.special-news-ul li .td-span {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
}

.top2 {
	width: 100%;
}

.top2-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.top2-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.top2-ul-li-l {
	width: 50%;
	padding: 100px 5%;
	background-color: #e2eff8;
}



.top2-inner h2 {
	font-size: 200%;
	margin-bottom: 20px;
}
.top2-inner h2 span{
	padding-top: 17px;
    font-size: 46%;
    display: block;
    color: #3172CA;
}



.cat-sel {

	padding-bottom: 10px;
	border-bottom: 3px solid #b3b3b3;
}

.cat-sel ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	    justify-content: center;
	}

.cat-sel ul li {
	width: 20%;
	margin: 0 1%;
	text-align: center;
}

@media screen and (max-width: 480px) {
.cat-sel ul li:nth-child(1),
.cat-sel ul li:nth-child(5) {
	width: 13.66%;
}
.cat-sel ul li:nth-child(6) {
	width: 10.66%;
}

.cat-sel ul li:nth-child(3) {
	width: 15.66%;
}
.cat-sel ul li:nth-child(4) {
	width: 22.00%;
}
}

.cat-sel ul li a {
	padding: 7px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #3172CA;
	font-size: 80%;
}



.cat-sel ul li a:hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.news-list ul {
	width: 99%;
	padding: 10px;
    min-height: 290px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 300px;
}

.top-category_news .news-list ul {
    overflow-y: visible;
    height: auto;
}


.news-list ul li {
	padding: 15px 0;
	border-bottom: 1px solid #b3b3b3;
}
.news-list ul li .td-span {
	display: table-cell;
	width: 230px;
}


.news-list ul li .list-category-mark {
	display: inline-block;
	text-align: center;
	width: 110px;
	background-color: #fff;
	font-size: 80%;
	margin-right: 10px;
	padding: 5px 0;
	    color: #3172ca;
}

.news-list ul li .date {
	    color: #3173ca;
}

.news-list ul li .title {
	display: table-cell;

}
.news-list ul li .title a {
	text-decoration: none;

}
.news-list ul li .title a:hover {
	text-decoration: underline;

}

.top2-ichiran {
	text-align: right;
	margin-top: 25px;
	}

.top2-ichiran a {
	background-image: url(../images/icon_p2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 0 0 0 20px;
	color: #3172CA;
	text-decoration: none;
}

.top2-ichiran a:hover {
	background-image: url(../images/icon_p.png);
	opacity: 0.85;
	filter: alpha(opacity=85);
}


.top2-inst {
	margin-top: 20px;
}

.top2-inst img{
	width: 100%;
}


.top2-ul-li-r {
	width: 50%;
	padding: 100px 5%;
	background-color: #d3e8f7;
}


/*行事予定
top_calendar.css
one_calendar.css
*/

.top2-r-title-tb {
	width: 100%;
}
.top2-r-td-r {
	text-align: right;
}
.top2-r-td-r a {
	padding: 5px 35px 5px 15px;
	background-color: #3172CA;
	color: #fff;
	background-image: url(../images/icon_w.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	text-decoration: none;
}
.top2-r-td-r a:hover {
	background-image: url(../images/icon_y.png);
	opacity: 0.85;
	filter: alpha(opacity=85);
}



.today_tb {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}
.today_tb th {
	vertical-align: middle;
	padding: 20px 0;
	color: #3172CA;
	width: 150px;
	text-align: center;
}
.today_tb td {
	vertical-align: top;
	padding: 20px 5px;
}
.today_tb td ul {
	width: 100%;
}
.today_tb td ul li {
	width: 100%;
	padding: 7px 0;
}
.today_tb td ul li a {
	background-image: url(../images/icon_p2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.today_tb td ul li a:hover {
	background-image: url(../images/icon_p.png);
	text-decoration: underline;
	opacity: 0.85;
	filter: alpha(opacity=85);
}


@media screen and (max-width: 1100px) {
	
.slick-box-link {
    padding: 0 30px;
}

.top2-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.top2-ul-li-l {
	width: 100%;
	padding: 70px 40px;
}
.top2-ul-li-r {
	width: 100%;
	padding: 70px 40px;
}

.cat-sel ul li {
	width: 19%;
	margin: 0 0.5%;
}

.news-list ul li .td-span {
	display: block;
	width: 100%;
	padding-bottom: 7px;
}
.news-list ul li .title {
	display: block;
	width: 100%;
}

.today_tb tr,
.today_tb th,
.today_tb td {
	display: block;
}
.today_tb th {
	width: 100%;
}
.today_tb td {
	padding: 10px 10px;
}
	
	

}


@media screen and (max-width: 375px) {
/*
.cat-sel ul li:nth-child(3) a {
	font-size: 70%;
	padding: 8px 0;
}
*/
}

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


.top3-inner {
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
.top3-inner table {
	width: 100%;
	    margin-bottom: 12px;
}
.top3-inner table td {
	vertical-align: middle;
	padding: 0 2%;
	text-align: center;
}
.top3-inner table td img {
	width: 100%;
}

.top3-td-l,
.top3-td-r {
	width: 30%;
}
.top3-td-c {
	width: 30%;
}

@media screen and (max-width: 767px) {
.top3-inner {
	
    padding: 25px 0 40px 0;

}

.top3-inner table tr,
.top3-inner table td {
	display: block;
	width: 100%;
}
.top3-inner table .top3-td-l img {
	width: 50%;
}
.top3-inner table .top3-td-c img {
	width: 80%;
	max-width: 450px;
}

}
.top4 {
	width: 100%;
	background-color: #fff;
	position: relative;
}
.sankaku {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 10;
}

.top4-inner {
	width: 100%;
}
.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-ul li {
	width: 25%;
	position: relative;
	overflow: hidden;
}


.top4-ul li h3 {
	position: absolute;
	width: 100%;
	top: 60%;
	text-align: center;
}
.top4-ul li h3 a {
	    text-decoration: none;
    color: #fff;
    font-size: 170%;
    letter-spacing: 2px;
}


.top4-ul li img {
	width: 100%;
	display: block;
}




@media screen and (max-width: 767px) {
.top4-ul li {
	width: 50%;
}
}

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


.top5-inner {
	width: 100%;
/*	max-width: 1400px;*/
	margin: 0 auto;
	padding: 30px 60px 60px 60px;
}
.top5-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.top5-ul li {
	width: 48%;
	margin: 0 1%;
}
.top5-ul li img {
	width: 100%;
	transition-duration: 0.5s;
}
.top5-ul li img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.05);
	transition-duration: 0.5s;
}



@media screen and (max-width: 767px) {
.top5-inner {
	padding: 30px 10px 50px 10px;
}
.top5-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top5-ul li {
	width: 98%;
	margin: 0 1% 10px 1%;
}
}

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


.top6-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 10px 50px 10px;
}
.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% 10px 1%;
}
.top6-ul li a {
	display: block;
	padding: 15px 30px 15px 10px;
	background-color: #1e4269;
	color: #fff;
	background-image: url(../images/icon_w.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	text-decoration: none;
	border: 1px solid #fff;
}
.top6-ul li a:hover {
	background-image: url(../images/icon_y.png);
	opacity: 0.85;
	filter: alpha(opacity=85);
}

@media screen and (max-width: 767px) {
.top6-ul li {
	width: 48%;
	margin: 0 1% 10px 1%;
}
}


#footer {
	width: 100%;
	background-color: #323332;
	position: relative;
}
.f_bg {
	position: absolute;
	top: 20px;
	right: 40px;
}
.f_bg img {
	width: 100px;
}
.footer-inner {
	width: 100%;
	padding: 60px 10px 60px 5%;
	
}
.footer-ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.footer-ul-li-01 {
	width: auto;
}

.footer-ul2 li {
	margin-bottom: 15px;
}
.footer-ul2 li a {
	color: #fff;
	background-image: url(../images/icon_p2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.footer-ul2 li a:hover {
	background-image: url(../images/icon_p.png);
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.footer-ul-li-02 {
	width: 400px;
	color: #fff;
}
.footer-ul-li-02 a {
	color: #fff;
}
.logo-text {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.tel {
	margin-bottom: 20px;
}
.f-copy {
	font-size: 80%;
}


@media screen and (max-width: 767px) {
.f_bg {
	top: -35px;
	right: 20px;
}
.f_bg img {
	width: 75px;
}


.footer-ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
         flex-direction: row;
}
.footer-ul-li-01 {
	width: 100%;
	padding-bottom: 30px;
}
.footer-ul-li-02 {
	width: 100%;
}


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



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



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


.cat-img-con {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cat-img-con span {
	display: inline-block;
    padding: 15px 50px;
    background-color: rgba(0,0,0,0.80);
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 160%;
    color: #fff;
}


@media screen and (max-width: 767px) {
.cat-img-con span {
    display: inline-block;
    padding: 15px 25px;
    background-color: rgba(0,0,0,0.80);
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 160%;
    color: #fff;
}

}







	#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%;
background-color: #e2eff8;
		font-size: 100%;
		padding: 10px 0;
		margin-bottom: 25px;
	}

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


	#breadCrumb p {
		margin-left: 0px;

	}




	.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: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px 30px;

	}

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



	article {}

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

	#main2 {
		width: 100%;
		font-size: 110%;
    line-height: 190%;
	}

	#sidemenu {
		width: 24%;
		float: right;
		padding: 40px 0 0 0;
	}


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


	}

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

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
}


	.contentListWrapper .pagelist-item {
		border: 1px solid #3172CA;
    margin: 1%;
    padding: 20px 20px 20px 10px;
    width: 48%;
	}

	.contentListWrapper .pagelist-item:hover {
		background-color: #e2eff8;
	}

.contentListWrapper .pagelist-item .date{
	    text-align: right;
    display: block;
    font-size: 90%;
    margin-top: 10px;
    color: #3172ca;
}


@media screen and (max-width: 767px) {
	.contentListWrapper .pageList {
		display: block;
}
	.contentListWrapper .pagelist-item {
		    width: auto;
		    margin: 4% 1%;
}
}
	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 0 0 15px;

	}

	.contentListWrapper .pagelist-item .thumb img {
	}

	.contentListWrapper .pagelist-item .title a{
        font-weight: bold;
    font-size: 130%;
    background-image: url(../images/icon_p2.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 18px;
    padding: 0px 0px 0px 35px;
    text-decoration: none;
    display: block;
    line-height: 160%;
	}



	.contentListWrapper .pagelist-item .title a:hover {
		text-decoration: none;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 10px 0px 0px 35px;
		display: block;
		font-size: 90%;
		color: #3172ca;
	}

	.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: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}

	#sidemenu .sideHeader {
		background-color: #3172CA;
		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: #edf5ff;
		width: 20%;
	}



	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

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


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

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

	.contentBody .mail-form a {
		border: 1px solid #000;
		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;

}

ul.sitemap-list.sm-depth1-list {
	border-left: none;
}
	
.sitemap li.sm-depth1-item {
	font-size: 150%;
    font-weight: bold;
    padding: 0;
    letter-spacing: 2px;
}
	
.sitemap li.sm-depth1-item a {
	color: #3172CA;
}
.sitemap li.sm-depth1-item a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}




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

span.sitemap-list-item-span.sm-depth1-label {
	background-color: #f1f1f1;
    padding: 2%;
    display: block;
    margin: 2% 0;
}

span.sitemap-list-item-span.sm-depth2-label {
	padding-left: 24px;
    display: block;
    margin: 22px 0;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
}
	
ul.sitemap-list.sm-depth2-list {
	font-size: 90%;
	letter-spacing: 1px;
    padding: 0 3%;
	}
	
ul.sitemap-list.sm-depth2-list  a{
	color: #000;	
}

ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 8px;
	}
	
ul.sitemap-list.sm-depth3-list li{
	margin: 0;
	padding: 5px;
	}
	
.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 #3172CA;
}

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

span.sitemap-list-item-span.sm-depth1-label {
    padding: 4%;
    margin: 5% 0;
}
	
ul.sitemap-list.sm-depth2-list {
    padding: 0 5%;
}
}


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

.slick-box-link-ul li a {
    font-size: 115%;
    display: block;
    padding: 20px 20px 20px 20px;
    background-color: rgba(0,0,0,0.80);
    color: #fff;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    text-decoration: none;
    border: 1px solid #fff;
}
	
.top2-ul-li-l {
    padding: 40px 20px;
}
	
.top2-ul-li-r {
    padding: 40px 20px;
}
	
.top4-ul li h3 a {
    font-size: 130%;
    letter-spacing: 1px;
}
	
}




	/*部活動詳細ページ
================================================== */

.club_ditail .thumb {
	width: 100%;
	max-width: 630px;
}
.club_ditail .thumb li img {
	width: 100%;
}
.club_ditail .thumb .capt {
	display: none;
}
.club_ditail{
	display: flex;
	font-size: 90%;
}
.club_profile{margin: 5px;}
.contentBodyWrapper .club_profile-list {
	width: 100%;
	margin-top: 15px;
}
.contentBodyWrapper .club_profile-list tr {
	border-bottom: 1px dotted #3172CA;
}
.contentBodyWrapper .club_profile-list th {
	background-color: #3172CA;
	text-align: left;
	padding: 1px 0 1px 5px;
	color: #fff;
	font-weight: normal;
}
.contentBodyWrapper .club_profile-list td {
	padding: 3px;

}
.contentBodyWrapper .club_profile-list td p{
	padding: 0px;
	margin: 5px;
}
.contentBodyWrapper .club_profile-list2 {
	width: 100%;
	margin-top: 30px;
}
.contentBodyWrapper .club_profile-list2 th {
	background-color: #3172CA;
	color: #fff;
}

@media screen and (max-width: 600px) {
.contentBodyWrapper .club_profile-list th {
	width: 90px;
}
.club_ditail{
	display: block;
}
}



	/*部活動一覧リストページ
================================================== */

.contentBody.club-ichiran ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
        align-items: flex-end;
	list-style: none;
	padding-left: 0;
	margin: 30px 0 0 0;

}
.contentBody.club-ichiran ul li {
	width: 48%;
	margin: 0 1% 35px 1%;
}
.contentBody.club-ichiran ul li .thumb img {
	width: 100%;
	display: block;
}
.contentBody .name {
	margin: 5px 0;
	text-align: center;
}
.contentBody .name a {
	font-weight: bold;
	font-size: 130%;
	background-image: url(../images/icon_p2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 25px;
}

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

.contentBody.club-ichiran ul li {
	width: 96%;
	margin: 0 2% 35px 2%;
}

}


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

.search-aria,
.search-aria2 {
	display: none;
}
}


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

.copy {
    width: 75%;
	top: 18%;
}
	
}
@media screen and (max-width: 1100px) {
	
.top4-ul li h3 a {
    font-size: 130%;
}

.top6-inner {
    padding: 70px 40px;
}
}

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

.slick-box-link-ul li a {
    font-size: 110%;
    display: block;
    padding: 18px 18px 18px 20px;
    background-color: rgba(0,0,0,0.80);
    color: #fff;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;
    text-decoration: none;
    border: 1px solid #fff;
}
	
}

@media screen and (max-width: 767px) {
	
.copy {
    width: 100%;
    top: 55%;
}
	
.copy img {
    max-width: 100%;
}
	
.top6-inner {
    padding: 70px 15px;
}
	
}


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

.top1 .slick-box img {
    height: 380px;
}
}