@charset "utf-8";
/*  style　[ top ]
=================================================================== */
/*----------------------------------------------
   header
---------------------------------------------*/

header {
  background: none;
}

/*	slider
=================================================================== */
#slide-show {
  position: relative;
  background-color: rgba(2,161,229,0.2);
}

.slider{
   /* margin: 100px auto;
    width: 80%;*/
  list-style: none;
  margin: 1em 0;
  padding: 0;
  opacity: 0;
  transition: 3s;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .slider{
  margin: 0;
}
}

.slick-initialized{
    opacity: 1;
}
.slide{
    position: relative;
}
a.slide__link:link{
    color: #fff;
    text-align: center;
}
a.slide__link:hover{
    color: #fff;
    text-align: center;
}
a.slide__link:visited{
    color: #fff;
    text-align: center;
}
/*.slide img{
    height: auto;
    width: 100%;
}*/
.slide__content-wrap{
    left: 5%;
    position: absolute;
    top: 15%;

}
.slide__content{
    display: block;
    opacity: 0;
    /*transform: translate(-50%,20%);*/
    transition: 0s;
}
.slide__content.on{
    opacity: 1;
   /* transform: translate(-50%,-50%);*/
    transition: .5s;
}
h2.slide__title {
  display: block;
  color: #fff;
}
.slide__title{
    font-size: 2em;
  font-weight: 700;
  /*text-shadow:1px 1px 3px #333;*/
  text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
.slide__text{
  color: #fff;
  font-size: 1.2em;
  margin-top: 10px;
  text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000!important;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .slide__title{
    font-size: 1em;
  font-weight: 600;
}
  .slide__text{
  font-size: 1em;
}
}

/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin: 2em auto;
  border: none;
  padding: 0;
  border-radius: 0;
}

/* ------------------------------
   お知らせ
------------------------------ */
.covid a {
  border: #c33 2px solid;
  color: #c33;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
}
.covid a:hover {
  background: #c33;
  color: #fff;
}



.news_h2 {
  color: #1053B5;
  text-align: center;
  margin: 1em auto 0.5em auto;
}

.news-list {
  list-style: none;
 border: #00A5E7 1px solid;
  background: rgba(0,165,231,0.1);
  padding: 1em 1em 1em 2em;
}
.news-list li {
  padding: 5px;
  border-bottom: #00A5E7 1px dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



/* ～768px(xs) ____________________________________________________ */
@media screen and (max-width: 768px) {
  .ttlnews {
  width: 100%;
    margin: 0 0 1em 0;
}
  .news-list {
  width: 100%;
    padding: 0.5em;
}
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .news-list li a {
  width: 78%;
}
.date {
  width: 20%;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  .news-list li a {
  width: 84%;
}
.date {
  width: 15%;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .news-list li a {
  width: 83%;
}
.date {
  width: 15%;
}
}

/* ～768px(xs) ____________________________________________________ */
@media screen and (max-width: 768px) {
  .news-list li a {
  width: 100%;
}
.date {
  width: 100%;
  padding: 5px 0;
}
}
/* ------------------------------
   menu
------------------------------ */
#menu {
  background: #EEEEEE;
  padding: 1em 0;
}
ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
       align-content: stretch;
}
ul.menu li {
  width: 32%;
  margin: 5px 0;
  border: #00A5E7 1px solid;
  background: #fff;
  filter: drop-shadow(2px 2px 3px rgba(143,130,130,0.6));
}
ul.menu li a{
  display: block;
}

ul.menu li a:hover img {
  opacity: 0.8;
}
ul.menu li p {
  text-align: center;
  padding: 1.5em 0;
}
ul.menu li p.br2 {
  padding: 1em 0;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  /*ベース*/
section.typeA{
	display: none;
}
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

/*ベース*/
section.typeA{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
section.typeA::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(0,137,167,.7);
}
section.typeA .tabLabel {	/* タブ */
	/*margin-right: 3px;*/
  margin: 3px 0.2%;
	padding: 5px 12px;
	/*flex: 1;*/
	order: -1;
	/*border-radius: 3px 3px 0 0;*/
  border-radius: 3px;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  width: 49%;
}

section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.typeA input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}
/* h1 */
.purpose-h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
  
  /* menu */
    ul.menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-around;
}
ul.menu li {
  width: 48%;
  font-size: 0.9em;
}
    ul.menu li p {
  text-align: center;
  padding: 0.5em 0 1em 0;
}
ul.menu li p.br2 {
   padding: 0 0 0.5em 0;
}
}
@media screen and (max-width: 480px) {
ul.menu li {
  font-size: 0.8em;
}

}

/*----------------------------------------------
   環境
---------------------------------------------*/
.kankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  flex-wrap: wrap;
}
.kankyou_h2 {
  font-family: 'Noto Serif JP', serif;
}
.kankyou figure {
  width: 40%;
}
.kankyou div {
  width: 55%;
}
.kankyou div p{
  margin: 1.5em 0;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .kankyou figure {
  width: 100%;
    margin: 1em 0;
}
.kankyou div {
  width: 100%;
}
}
/*----------------------------------------------
   calendar
---------------------------------------------*/
#calendar {
  background-color: rgba(2,161,229,0.2);
  background: url(../images/bg01.png) center center no-repeat;
  margin: 0;
  padding: 2em 0;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  #calendar {
  background-size: cover;
}
}

.calendar_h2 {
  text-align: center;
  margin-bottom: 1em;
}
.calendar_table {
  margin: 1em auto;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 3px rgba(143,130,130,0.6));
  padding: 5px;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .calendar_table {
  margin: 1em auto;
  width: 96%;
}
}
.calendar_table td {
  padding: 5px;
}
.calendar_list {
  list-style: none;
  margin: 0;
  padding: 2em;
}
.calendar_list li {
  margin: 0.5em 0;
  padding: 0;
}

/*----------------------------------------------
   map
---------------------------------------------*/
#access iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 250px;
}

/*----------------------------------------------
   footer
---------------------------------------------*/
footer {
  margin: -7px 0 0 0;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {

}


