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

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

a {
	color:#4d4d4d;
}

a:visited {
	
}
a:hover, a:focus {
	color: #4a4a4a;
}



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


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

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 160%;
	font-weight: 500;
	letter-spacing: 1px;
	color: #4d4d4d;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    font-family: "Noto Sans JP", sans-serif;

}

/*スマホ関係*/
@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;
/*  transform: scale(0.8);*/
}


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


input, select, textarea {
	color: #4d4d4d;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 8px;
    padding: 4px 8px;
    background-color: #ff7836;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 50px;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

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


* {
	-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: 10px;
	z-index: 20;
	margin-bottom: 6px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}

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

#scrollTop {
	right: 5px;
	margin-bottom: 6px;
}

#scrollTop img {
	width: 40px;
}

}



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


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



/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {
#container {
	width: 100%;
	margin: 0;

}

.sp-header {
	display: none;
}
.pc-disp {

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

}
/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {
#container {
	position: relative;
	width: 100%;
	height: auto;
}


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

}
/*スマホ関係↑*/







/*ＰＣ header
---------------------------------------------------------------*/


#header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #7eba20;
	z-index: 100;
}



#header-inner {
	width: 100%;
	padding: 10px 15px 2px 10px;
	margin: 0 auto;
}


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


#header-inner-l {
	float: left;

}

.logo img {
	width: auto;
    height: 70px;
    padding: 6px;
}


#header-inner-r {
	float: right;

	text-align: right;
}

.tool-area {

}
.tool-area-ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.tool-area-ul li {
	display: inline-block;
	margin-left: 10px;
}

.tool-area-ul li a {
	display: block;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 70.5%;
    border-radius: 50px;
	font-weight: bold;
}
.tool-area-ul li a.instagram-icon {
	background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 5px 0 0;
    border: none;
}
.tool-area-ul li a.instagram-icon:hover {
	background-color: #7eba20;
	color: #7eba20;
}
.tool-area-ul li:last-child a {
	background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
    padding: 0;
    border: none;
    /* border-bottom: 1px solid #fff; */
    color: #fff;
    text-decoration: none;
    font-size: 87.5%;
}
.tool-area-ul li:last-child a:hover {
	background-color: #7eba20;
	color: #7eba20;
}

.tool-area-ul li a:hover {
	background-color: #cde91f;
	color: #7eba20;
}


.search_btn img{
	width: 25px;
}





#globalNav {
	width: 100%;
	padding-top: 8px;

}

#globalNav ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}
#globalNav ul li {
	border-left: 1px solid #fff;
}

#globalNav ul li.globalMenu1 {
	border-left: none;
}

#globalNav ul li a {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	padding: 1px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 95%;
    line-height: 100%;
}
#globalNav ul li.globalMenu8 a {
	padding: 1px 0 1px 15px;
}


#globalNav ul li a {
}

.search-aria {
	width: 100%;
	position: fixed;
	top: -150px;
	right: 0;
	display: inline-block;
	padding: 35px 25px 35px 0;
	text-align: right;
	background-color: #7eba20;
}
.search-aria a {
	padding: 1px 10px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 80%;
    border-radius: 50px;
}
.search-aria a:hover {
	color: #e7e7e7;
}

.input_item {
	width: 260px;
	height: 31px;
}
#searchsubmit1 {
	width: 25px;
    margin-left: 8px;
}

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

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

#header-inner {
	padding: 10px 10px 2px 10px;
}


.logo img {
	width: 200px;
}

.tool-area-ul li a {
	padding: 0 6px;
	font-size: 80%;
}


#globalNav ul li a {
	padding: 1px 8px;
	font-size: 90%;
}
.header-bottom {
	padding-top: 85px;
}

}


/* プルダウン Nav */
	
#globalNav > ul .child {
	width: 200px;
	display: none;
	position: absolute;
	z-index: 800;
	padding: 0px;
/*	border: 1px solid #7eba20;*/
	background-color: #f2f2f2;
	border-radius: 20px;
}

#globalNav > ul .child li {
	border-left: none;
	border-right: none;
	font-size: 100%;
	min-width: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #7eba20;
}

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

#globalNav > ul .child li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	text-align: left;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 90%;
}
	
#globalNav > ul .child li a:hover {
	color: #7eba20;
}


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

#globalNav > ul .child {
	width: 160px;
}
#globalNav > ul .child li a {
	font-size: 80%;
}

}

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



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

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




.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {
	display: inline;
	width: 100%;
	padding-top: 5px;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(126,186,32,1);
	height: 55px;
}



.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
#title {
	width: 230px;
}

#title .logo {
	width: 100%;
	padding-left: 10px;
}
	
#title .logo img{
	width: 100%;
	height: auto;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}



#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


	header{

	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

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

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

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

#globalNav .globalMenu1 a, .globalMenu2 a,.globalMenu3 a,.globalMenu4 a,.globalMenu5 a {
	font-size: 100%;
	padding: 0;
}

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



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 55px;
	height: 55px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 13px 8px;
	z-index: 100;
	background-color: rgba(51,51,51,1);
}
#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:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span{
	background: #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);
}



.input_item {
	height: 32px;
	font-size: 16px;
	width: 75%;
}
#searchsubmit2 {
	height: 30px;
	padding-left: 5px;
}



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


.header-bottom {
	padding-top: 55px;
}



}

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



/* タブレットheader
================================================== */

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

#header {
	display: none !important;
}


.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {
	display: inline;
	width: 100%;
	padding-top: 40px;
	vertical-align: middle;
	position: absolute;
	z-index: 1000;
	background-color: rgba(254,254,254,0.8);
}



.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
#title {
	width: 50%;
}

#title .logo {
	width: 100%;
	padding-left: 15px;
}
	
#title .logo img{
	width: 137px;
	height: auto;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}



#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


	header{

	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	background-color: rgba(254,254,254,0.95);
}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
.sp-header nav ul li{
	margin: 0 auto;
	text-align: left;
	font-size: 140%;
	border-bottom: 1px solid #4d4d4d;
	padding: 15px;
	display: block;
}

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


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



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 58px;
	height: 58px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	z-index: 100;
	background-color: rgba(254,254,254,0.8);
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 5px;
	background: #4d4d4d;
	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:15px;
}
#nav_toggle span:nth-child(3){
	top:30px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle span{
	background: #4d4d4d;
}
.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);
}





.input_item {
	height: 32px;
	font-size: 16px;
	width: 50%;
}
.submit_btn {
	height: 26px;
	padding-left: 5px;
}




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



.header-bottom {

}


}
/* タブレットheader終わり
================================================== */





#content {
	width:auto;
	padding-bottom: 80px;
	margin: 0;
}

#home #content {
	padding-bottom: 0;
}

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

#content {
	line-height: 210%;
	padding-bottom: 40px;
}
#home #content {
	position: relative;
	top: 0;
	padding-bottom: 0;
}
	
	

}






.top0 {
	width:100%;
	position: fixed;
	z-index: -1;
	top: 85px;
	background-color: #fff;
}

@media (min-width:768px) and ( max-width:1024px) {
.top0 {
	top: 85px;
}
}


.top0-inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top0-inner-com {
	width: 95%;
    position: absolute;
    top: 30%;
    left: 5%;
    text-align: left;
}

.top0-inner-com img {
	width: 50%;
	max-width: 460px;
}

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

}

@media screen and (max-width: 767px) {
.top0 {
	top: 55px;
}

.top0-inner-com img {
	width: 70%;
}
	
.top0 .slick-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 10% 100%;
    font-family: 'object-fit: cover;';
}


}

.top1 {
	width: 100%;
	margin-top: -172px;
	position: relative;
	background-image: url(../images/top1-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

/*
.top1-bg1 {
	width: 91px;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top1-bg1 img {
	width: 91px;
	height: 73px;
}
.top1-bg2 {
	width: 100%;
	height: 1000px;
	position: absolute;
	top: 72px;
	background-color: #fff;
	z-index: -1;
	border-radius: 0 70px 0 0;
}
*/


.top1-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.top1-ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
}
.top1-ul li {
	width: 18%;
	margin: 0 1%;
}

@media (min-width:768px) and ( max-width:1024px) {
.top1 {
	margin-top: -180px;

}
}

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

.top1 {
	background-image: url(../images/top1-bg-sp.png);
}

.top1-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top1-ul li {
	width: 30%;
    margin: 0 1% 0px 1%;
}

}

@media (min-width:421px) and ( max-width:767px) {
.top0-inner-com {

}

.top1 {
	margin-top: -50px;

}
}
@media screen and (max-width: 420px) {
.top0-inner-com {

}

.top1 {
  margin-top: -100px;

}
}



.top1-ul li img {
	width: 100%;
	transition-duration: 0.5s;
}
.top1-ul li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 1.0;
	filter: alpha(opacity=100);
}





.top2 {
	width: 100%;
	padding: 80px 0 50px 0;
	background-color: #fff;
}
.top2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.top2-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.top2-ul-l {
/*	width: 25%;*/
	    text-align: center;
	margin-bottom: 30px;
}
.top2-ul-l h2 {
	font-size: 200%;
    margin-bottom: 10px;
}
.top2-ul-l .h2-sub {
	color: #7eba20;
	font-style: italic;
}
.more {
	margin-top: 30px;
	    text-align: center;
}
.more a {
	background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    display: inline-block;
    padding: 2px 35px 2px 15px;
    border: 1px solid #7eba20;
    text-decoration: none;
    color: #7eba20;
    font-size: 80%;
    font-weight: bold;
    border-radius: 50px;
}
.more a:hover {
	color: #a2df44;
}

.top2-ul-r {
/*	width: 75%;*/
}


.top2-ul2 li {
	border-bottom: 2px solid #CDCDCD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: normal;
}
.top2-ul2 li:before {
    content: '';
    width: 120px;
    height: 2px;
    background-color: #7EBA20;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.top2-ul2 .td-span {
	display: table-cell;
	width: 120px;
	padding-left: 10px;
}
.top2-ul2 .date {
	color: #7eba20;
	margin-right: 15px;
}
.top2-ul2 .list-category-mark {
	display: inline-block;
	background-color: #e6e6e6;
	font-size: 70%;
	padding: 1px 0;
	width: 160px;
	text-align: center;
}
.top2-ul2 .title {
	display: table-cell;
}

.top2-ul3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top2-ul3 li {
	width: 30%;
/*	border-bottom: 2px solid #CDCDCD;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
.top2-ul3 li {
	width: 47%;
	}
}
/*
.top2-ul3 li:before {
    content: '';
    width: 120px;
    height: 2px;
    background-color: #7EBA20;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
*/

.top2-ul3 .td-span {
	display: table-cell;
	width: 120px;
	padding-left: 10px;
}
.top2-ul3 .date {
	color: #7eba20;
	margin-right: 15px;
}
.top2-ul3 .list-category-mark {
	display: inline-block;
	background-color: #e6e6e6;
	font-size: 70%;
	padding: 1px 0;
	width: 160px;
	text-align: center;
}
.top2-ul3 .title {
	display: table-cell;
}
.top2-ul3 .thumb {
    padding-left: 0px;
    min-height: 100px;
    /* overflow: hidden; */
    margin-right: 0px;
    margin-top: 0px;
    display: block;
}
.top2-ul3 .thumb img {
    width: 100%;
	border-radius:10px;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	
.top2 {
    padding: 30px 10px 50px 10px;
}

.top2-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top2-ul-l {
	width: 100%;
}
.top2-ul .more {
	margin-top: -30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: right;
    border-bottom: 1px solid #7eba20;
}

.top2-ul-r {
	width: 100%;
}
.top2-ul2 .td-span {
	width: 100px;
}


}


.schedule {
    border-radius: 20px!important;
}

.top3 {
	width: 100%;
	padding: 60px 0 50px 0;
	background-color: #f2f2f2;
}
.top3-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.top3 h2 {
	font-size: 200%;
    margin-bottom: 10px;
}
.top3 .h2-sub {
	color: #aaa;
    font-style: italic;
	margin-bottom: 20px;
}
.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.top3-ul-l {
	width: 65%;
	padding-right: 15px;

}
.top3-ul-r {
	width: 40%;
	padding-left: 15px;

}
.top3-ul-r table {
	width: 100%;
	margin-bottom: 20px;
}
.top3-ul-r table th {
	width: 150px;
    /* font-size: 120%; */
    background-color: #4d4d4d;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.top3-ul-r table td {
	background-color: #fff;
	vertical-align: middle;
	padding: 20px 10px 20px 20px;
    border-radius: 0 10px 10px 0;
}

.top3-ul-r ul li a {
	display: table-cell;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 15px;
	padding-left: 20px;
}

.year-schedule {
	display: block;
	margin-bottom: 15px;
}
.year-schedule a {
	background-image: url(../images/window.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 23px center;
    background-size: 25px;
    display: block;
    background-color: #7eba20;
    color: #fff;
    padding: 20px 0 20px 60px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 130%;
    text-decoration: none;
}

.year-schedule a:hover {
	background-color: #cde91f;
}


@media screen and (max-width: 767px) {
.top3-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top3-ul-l {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px
}
.top3-ul-r {
	width: 100%;
	padding-left: 0;

}


}

.top4 {
	width: 100%;
	background-color: #fff;
	padding:50px 0px;
}
.top4-inner {
	width: 100%;
}

.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.top4-ul li {
	position: relative;
	width: 23%;
	overflow: hidden;
	margin: 1%;
}
.top4-ul li img {
	width: 100%;
	display: block;
	 border-radius: 1rem 0;
}


.top4-ul-com {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 10%;
}
.top4-ul-com h2{
	color: #fff;
	font-size: 200%;
	margin-bottom: 10px;
}

.top4-ul li:nth-child(1) .top4-ul-com span {
	color: #cce91f;
	font-style: italic;
}
.top4-ul li:nth-child(2) .top4-ul-com span {
	color: #e4b7ff;
	font-style: italic;
}
.top4-ul li:nth-child(3) .top4-ul-com span {
	color: #fcee21;
	font-style: italic;
}
.top4-ul li:nth-child(4) .top4-ul-com span {
	color: #b3b3b3;
	font-style: italic;
}
.top4-ul li:nth-child(5) .top4-ul-com span {
	color: #72e1ff;
	font-style: italic;
}
.top4-ul li:nth-child(6) .top4-ul-com span {
	color: #ffc2d1;
	font-style: italic;
}

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

.top4-ul-com h2{
	font-size: 140%;
	margin-bottom: 5px;
}
.top4-ul-com span {
	font-size: 80%;
}

}


.top5 {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-size: 40px;
	padding: 60px 0 50px 0;
}
.top5-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.top5-inner h2 {
	text-align: center;
	margin-bottom: 40px;
}
.top5-inner .h2-main {
	background-image: url(../images/diary.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	display: inline-block;
	font-size: 180%;
	padding-left: 48px;
}
.top5-inner .h2-sub {
	display: block;
    color: #aaa;
    font-style: italic;
    font-size: 50%;
    text-align: left;
    margin-top: 8px;
    font-weight: normal;
}


.top5-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.top5-ul-l {
	width: 30%;
	margin-right: 5%;
}


.top5-ul2 .thumb {
	width: 100%;
	text-align: center;
}
.top5-ul2 .thumb img {
	width: 100%;
    /* border: 1px solid #7eba20; */
    border-radius: 10px;
}
.top5-ul2 .date {
	display: block;
	color: #7eba20;
	margin-top: 10px;
}



.top5-ul-r {
	width: 65%;
	padding-left: 20px;

}

.top5-ul3 li {
	margin-bottom: 20px;
}
.top5-ul3 li:first-child {
	display: none;
}
.top5-ul3 .td-span {
	display: table-cell;
	width: 120px;
}
.top5-ul3 .date {
	color: #7eba20;
}

.top5-ul3 .title {
	display: table-cell;
}

.top5 .more {
	text-align: right;
}
/*
.top5 .more a {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	display: inline-block;
	padding: 2px 20px 2px 10px;
	border: 1px solid #7eba20;
	text-decoration: none;
	color: #7eba20;
}
*/


.top5 .more a {
	background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    display: inline-block;
    padding: 2px 35px 2px 15px;
    border: 1px solid #7eba20;
    text-decoration: none;
    color: #7eba20;
    font-size: 80%;
    font-weight: bold;
    border-radius: 50px;
}


.top5 .more a:hover {
	color: #a2df44;
}

@media screen and (max-width: 767px) {
.top5-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top5-ul-l {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.top5-ul2 .thumb img {
	width: 80%;
	max-width: 400px;
}
.top5-ul-r {
	width: 100%;
	padding-left: 0px;
}

.top5-ul3 .td-span {
	display: block;

}
.top5-ul3 .title {
	display: block;
}


}





.top6 {
	width: 100%;
	background-color: #f2f2f2;
	padding: 60px 0 45px 0;
}
.top6-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
.top6-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.top6-ul li {
	width: 23%;
	margin: 1%;
}
.top6-ul li img {
    border-radius: 8px;
	width: 100%;
}

.pickup_banner_image_text {
	display: none;
}

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

.top6 {
	padding: 50px 0 35px 0;
}
.top6-ul li {
	width: 100%;
	text-align: center;
}
.top6-ul li img {
	width: 80%;
	max-width: 400px;
}



}

#footer {
	width: 100%;
	padding: 80px 0 180px 0;
	background-image: url(../images/f-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 60%;
	background-size: cover;
	background-attachment:fixed;
}

/*
@media all and (-ms-high-contrast: none){
#footer {
	background-attachment:fixed;
}
}
@-moz-document url-prefix(){
#footer {
	background-attachment:fixed;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#footer {
	background-attachment:scroll;
}
}
*/

_::-webkit-full-page-media, _:future, :root #footer {
	background-attachment:scroll;
}


/*
#footer:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-image: url(../images/f-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 60%;
	background-size: cover;
}
*/





.footer-inner {
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer-inner a {
	color: #fff;
}
.footer-inner a:hover {
	color: #e7e7e7;
}


.f-logo img {
	width: 80px;
}
.f-name {
	margin: 20px 0 30px 0;
	font-size: 140%;
	font-weight: bold;
}



.footer-ul {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-ul li {
	border-right: 1px solid #fff;
}
.footer-ul li:last-child {
	border-right: none;
}

.footer-ul li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}

.copy {
	margin-top: 30px;
	font-size: 87.5%;
}



@media screen and (max-width: 767px) {
#footer {
	padding: 60px 0 120px 0;

}
.footer-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-ul li {
	border-right: none;
	width: 80%;
	margin: 0 10%;
	text-aligh: center;
	border-bottom: 1px solid #7eba20;
	padding: 5px 0;
}

.f-tel span {
	display: block;
}
.copy {
	font-size: 67%;
}

}

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

.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
    height: 280px;
    object-fit: cover;
    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%;
    top: 45%;
    text-align: center;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 6px;
    color: #fff;
}

.cat-img-con span {
    font-size: 120%;
    padding: 15px 30px;
}

@media screen and (max-width: 767px) {
.cat-img-con span {
    background-color: transparent;
}

}

.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#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: #e6e6e6;
	font-size: 80%;
	padding: 10px 0;
	margin-bottom: 60px;
}
#breadCrumb .inner {
	width: 100%;
    margin: 8px auto;
    /* max-width: 1080px; */
    padding: 0px 20px;

}

.pankuze_list_items a{
	}
	
#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{
}

.contentListWrapper{
	padding:0px 0px;	

}
#content-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 0px 15px;

}

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







article{

}

#main {
	float: right;
    width: 76%;
}

#main2 {
    width: 100%;
    /* border: 1px solid #e6e6e6; */
    /* background-color: #fff; */
}


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

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

.contentBody .img_center img {

}


.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin: 30px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #4d4d4d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px;
}

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

.pageList .pagelist-item {
	width: 31.3%;
    margin: 1%;
    padding: 1%;
    background-color: #ffffff;
	transition: 0.3s;
}
	
.pageList .pagelist-item .thumb {
	display: inline-block;
    height: 170px;
    width: 100%;
	margin-bottom: 5%;
    overflow: hidden;
}
.pageList .pagelist-item .thumb img {
	transition: 0.3s;
    width: 100%;
}
	
.pageList .pagelist-item .thumb img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
	
.pageList .pagelist-item .title{
	display: block;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 140%;
	line-height: 160%;
	text-align: left;
	border-bottom: 2px solid #7EBA20;
}

.pageList .pagelist-item .title a{
	/*font-size: 125%;*/
    text-decoration: none;
    font-weight: bold;
	display: block;
}
	
.pageList .pagelist-item .title a:hover {
	text-decoration: underline;
}
.pageList .pagelist-item .description {
	padding: 0 5px 5px 5px;
	display: block;
	font-size: 90%;
	line-height: 140%;
}
.pageList .pagelist-item p {
	font-size: 90%;
}


.pageList .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.pageList .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #00a53a;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:5px;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb{
	display: none;
	}




/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
.contentBodyWrapper .search-area {
	padding-bottom: 40px;
}
}
.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;
}





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


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

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

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

.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: #7eba20;
	}
	
.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: #4d4d4d;	
}

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

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

/*サイトマップ終わり
================================================== */

/*culb*/
.club-ichiran ul.club-list {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px!important;
    justify-content: flex-start;
	list-style-type: none;
}
.club-ichiran ul.club-list li {
	justify-content: space-between;
	width: 31%;
	vertical-align: top;
	padding: 0;
	margin: 0% 1% 2% 1%;
	text-align: center;
	list-style-type: none;
	background-image: none;
}
.club-ichiran ul > li::before {
    display: none;
}
.club-list .name a{
display: block;
}


.club_ditail .thumb{
	margin-top: 30px;
	text-align: center;
}

.club_ditail h2{
	margin-bottom: 2em;
	padding: 10px 15px;
	background-color: #333333;
	color: #fff;
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-top: 2em;
}
.club_profile{
}
.club_ditail table{
	width: 100%;
	border-spacing: 15px 5px;
	border-collapse: separate;
}

.club_profile-list th{
	padding: 5px;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 100px;
	border-radius: 12px;
}
.club_profile-list td{
	padding: 5px;
	font-size: 1em;
	letter-spacing: 1px;
}
.club_profile-list2{margin-top: 20px;}
.club_profile-list2 th{
	padding: 5px;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	border-radius: 12px;
}
.club_info p{
	line-height: 1.5em;

}
.club_txt{
	display: inline-block;
	margin-top: 20px;
}
@media screen and (max-width: 811px) {
.club_profile{
	clear: both;
	margin-top: 30px;
	margin-left: 0px;
	width: 100%;

}
.club_ditail .thumb{
	width: 100%;
	float: left;
}

}

/*subject*/
.subject-ichiran ul.subject-list {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px!important;
    justify-content: flex-start;
	list-style-type: none;
}
.subject-ichiran ul.subject-list li {
	justify-content: space-between;
	width: 31%;
	vertical-align: top;
	padding: 0;
	margin: 0% 1% 2% 1%;
	text-align: center;
	list-style-type: none;
}
.subject-ichiran ul > li::before {
    display: none;
}
.subject-list .name{
	font-size: 1.3em;
}

/*校歌*/
.kouka-wrap{
	display: flex;
	justify-content: space-between;
}
.kouka-wrap div{
}
@media screen and (max-width: 811px) {
.kouka-wrap{
	display: block;
}

}

/*学科内新着*/
.s-con{
    display: inline-block;
}
.s-news{
    width: 100%;
    display: inline-block;
    background-color: #FBFBFB;
    border: 1px solid #7eba20;
    padding-left: 15px;
    padding-right: 15px;
	min-height: 100px;
}

.subject_ditail .s-news h2 {
    margin: 30px 0;
    font-size: 160%;
    color: #7ebb20;
}

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