 @charset "UTF-8";
/* CSS Document */



body{
	font-family: "MS Pゴシック" ;
}

.sub{

}

/* ヘッダー
------------------------------------------------------------*/

.cf::before,
.cf::after {
    content: " ";
    display: block;
}

.cf::after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*offcanvasの設定*/
/*チェックボックスを非表示*/
input#trigger {
	display:none;
}

/*ハンバーガーメニュー本体の設定*/


#triggerbutton {
	width:40px;
	height:37px;
	position:fixed;
	top:15px;
	right:30px;
	z-index:100;
	background-color: #4A9250;
	border-radius: 3px;

}

/*ハンバーガーメニュー３本線*/
#triggerbutton::before,
#triggerbutton::after,
#triggerbutton span {
	content:"";
	display:block;
	background-color:#FFFFFF;
	width:25px;
	height:4px;
	position:absolute;
	left: 8px;
	-webkit-transition:0.5s;
	transition:0.5s;
}
/*ハンバーガーメニュー３本線それぞれの配置*/
#triggerbutton::before {
	top:6px;
}
#triggerbutton::after {
	top:26px;
}
#triggerbutton span {
	top:16px;
}

/*ハンバーガーメニューでカーソルを手のマークに*/
label{
	cursor: pointer;
}

/*コンテンツエリアを暗転させるやつ*/
#coverlayer {
	background-color:transparent;
	width:1px;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	z-index:5;
	-webkit-transition:0.5s;
	transition:0.5s;
}


/*クリック後*/
/* ハンバーガーボタンをチェックした時の最上部の線のスタイル*/
input#trigger:checked ~ #triggerbutton::before {
  top: 16px; /* 上から2番目の線の位置に変更 */
  background: #fff;

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 上から2番目の線のスタイル */
input#trigger:checked ~ #triggerbutton span {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
input#trigger:checked ~ #triggerbutton::after {
  top: 16px; /* 上から2番目の線の位置に変更 */
  background: #fff;

  /* 線を135度回転 */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*ハンバーガーボタンをチェックした時のnavの状態*/
input#trigger:checked ~ header nav {
	top:60px;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	/*opacity: 1;*/
	-webkit-transition:0.5s;
	transition:0.5s;
  display:block;
}
/*ハンバーガーボタンをチェックした時の#coverlayerの状態*/
input#trigger:checked ~ #coverlayer {
	width:100%;
	background-color:#4A9250;
	opacity: 0.9;
}


body{
	font-size: 16px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	background: #fff;

}
a{
	color: #000;
	text-decoration: none;
}
header{
	margin-left:auto;
}

nav{
	position: fixed;
	/*opacity: 0;*/
	z-index: 10;
  display:none;
}
nav ul{
	height: 100%;
}

nav ul li a{
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
}



/*タブレット用*/
@media only screen and (min-width:821px){
nav {
	margin: 0 auto;
	width: 100%;
	opacity: 1;
	background-color: #4A9250;
	opacity: 0.9;
  display: block;　
  }
nav ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 10vw;
}
nav ul li{
	display: inline-block;
	padding: 10px 10px 20px;
	font-size: 14px;
	font-weight: 300;
  }
nav ul li a{
	font-size: 0.8rem;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;

  }
nav ul li:nth-child(odd) {
	width: 10%;
  }
nav ul li:last-child a{
	border-right: none;
	}
#triggerbutton{
	display: none;
}
}


/*PC用*/
@media only screen and (min-width:1280px){


header,nav{
		width: 100%;
}

nab ul{
	text-align: right;

}

a:hover{
	background: #e6e6e6;
}
ul.topnav li.icon {
	display: none;
}

}






/* フッター
------------------------------------------------------------*/
nav h1{
	display:none;
}

main h1 {
	display:none;
}

h1{
	display: none;
}

#mainSub{
	position: relative;
    overflow:hidden;
    width:100%;
    height:auto;
	margin-top: 0px;
}

#mainSub img{
	position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
	margin-top: 77px;
}


#main{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
	margin-top: 0px;

}

#main img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
	text-shadow: 1px 2px 3px #808080;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}
/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* topics
------------------------------------------------------------*/

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:94%;
	height: auto !important;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:40%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:20px 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 20px 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:13px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
	border:none;
}

.slick-dots .slick-active button{
    background:#000000;/*ドットボタンの現在地表示の色*/
}



/* contents
------------------------------------------------------------*/
#contents{
	position: relative;
	font-family: "MS Pゴシック",sans-serif;
	margin-bottom: 50px;

}


#contents img{
	width: 95%;
	height: auto;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.box{
	position: absolute;
	top: 10%;
	left: 10px;
}

.box h2{
	position: relative;
	top:-50px;
	font-weight: 900;
	font-size: 5rem;
}

.top-left{
	position: relative;
    z-index: 1;
    text-align: center;
    width: 300px;
    height: 100px;
	color: #fff;
	text-decoration: none;
	margin: 5px auto;
	font-size: 1.5rem;

}

.top-left a {
	color: #FFFFFF;
}

 .top-left::before {
    transform: skewX(-30deg);/*平行四辺形の角度*/
    content: "";
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000000;
	margin: 40px auto;
  }


.contentsLeft{
	position: relative;
	top: -60px;
	width: 400px;
	height: auto;
}


.gif{

	height: 400px;
	position: absolute;
	top: 150px;
	right: 30px;
}



/* graph
------------------------------------------------------------*/
#graph{

	position: relative;
	top: 10%;
	font-family: "MS Pゴシック",sans-serif;
	margin-bottom: 60px;
	height: auto;
}

.boxGraph{
	position: relative;
	top: 10%;
	left: 10px;
}

.boxGraph h2{
	position: relative;
	top:60px;
	left: -30%;
	padding-bottom: 9vh;
	font-weight: 900;
	font-size: 5rem;

}

.boxGraph p{
	position: relative;
	top: -10%;
	left: 65%;
  padding-top: 10vh;
	padding-bottom: 2vh;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin-bottom: 5vh;
}


.tbl-r05{
	width: 80%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

.SAT{
	background-color: rgba(118,158,247,1.00);
}

.SUN{
	background-color: rgba(228,128,129,1.00);
}

table{
	border-collapse: separate;
    border-spacing:0px 5px;

}



th{
	background: #FFFFFF;
	border: solid 1px #ccc;
	color: #000000;
	padding: 10px;
	text-align: center;
}
td{
	border: solid 1px #ccc;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

tr{
	border-collapse: separate;
}

.button019{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.button019 a {
    background: #4A9250;
    border-radius: 3px;
    position: relative;
	top: -30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 330px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	color: #FFFFFF;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}







/* access
------------------------------------------------------------*/

#access{

	position: absolute;
	top: 310%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



#access dl{
	line-height: 1.2;
}

#access dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#access dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}



#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#footer{
	padding-top: 200px;
}



/*Sub-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.boxSub{
	position: relative;
	width: 90%;
	margin: 0 auto;

}

.boxSub h2{
	position: relative;
	top: 0;
	left: -27%;
	font-weight: 900;
	font-size: 5rem;

}

.boxSub p{
	position: relative;
	top: 20%;
	text-align: center;
	padding:50px 0 0px;
}



.calendar-container {
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 80%;
	margin: 0 auto;
	border-radius: 0px;
	background: #f6f5f4;
	color: #1a1a1a;
}
.month {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	margin: 0;
}
.calendar {
	padding: 0 30px 30px 30px;
	width: 100%;
}


.week{
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}



.day{
	text-align: center;
	font-weight: bold;
}

.day td{
	padding: 20px;
}

.day td a{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

.SUN :first-child{
	color: #F1888A;
}

.SAT :first-child{
	color: rgba(146,176,245,1.00);
}


.contentsSub{
	margin: 0 auto;
}



.tbl-r06{
	width: 80%;
	margin: 2% auto;
}



.googleCalendar{
	text-align: center;
	margin: 1% 0% 3%;
}

.googleCalendar iframe {
	width: 70%;
	height: 400px;
}


.thead{
	background: #FFFFFF;
	border: solid 1px #ccc;
	color: #000000;
	padding: 10px;
	text-align: center;
}


.thead02 th{
	border:none;
	padding: 0px;
}

.button020{
	position: relative;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.button020 a {
    background: #4A9250;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 3%;
    width: 330px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	color: #FFFFFF;
}

.button020 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button020 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button020 a:hover:after {
  right: 1.4rem;
}
