@charset "UTF-8";
/* CSS Document */
.news time {
  font-size: 1.4em;
  line-height: 2.2rem;
  /*	margin-bottom: 20px;*/
}
.news h2 {
  margin-top: 20px;
}
.news h2, .section-time h2, .section-access h2, .section-requests h2 {
  padding-bottom: 15px;
}

.news, .section-time, .section-access, .section-requests {
  margin-bottom: 54px;
}
.news img{
	width: 100%;
	padding: 20px 0px;
}
#slick-slider{
	display: none;
}
.news ol li {
  padding-left: 3%;
  list-style: none;
}
.news iframe {
  width: 100%;
  aspect-ratio: 1.7/1; /*アスペクト比＝横：縦。1:1で正方形になる。レスポンシブにしても縦横比を保つことができる*/
}
.section-time ol {
  padding-bottom: 30px;
}
.section-time ol li {
  list-style: none;
}
.section-access address {
  font-style: normal;
  padding-top: 10px;
}
.section-access iframe {
  width: 100%;
  aspect-ratio: 1.7/1; /*アスペクト比＝横：縦。1:1で正方形になる。レスポンシブにしても縦横比を保つことができる*/	
}

@media(min-width:767px) {
  h1 {
    font-size: 3.2rem;
  }
  .news time {
    font-size: 2.2rem;
    line-height: 2.7rem;
    /*	  margin-bottom: 30px;*/
  }
  .news h2, .section-time h2, .section-access h2, .section-requests h2 {
    padding-bottom: 25px;
  }
  .news, .section-time, .section-access, .section-requests {
    margin-bottom: 70px;
  }
	#slick-slider{
	display: block;
}
  .section-access iframe {
    max-width: 1040px;
    max-height: 500px;
    aspect-ratio: 2/1; /*アスペクト比＝横：縦*/
    padding-top: 30px;
  }
  .section-access__break {
    display: inline-block;
  }
  .section-access__wrapper {
    display: flex;
    flex-direction: column;
  }
  .section-access__iframe {
    order: 2;
  }
  .section-access__access {
    order: 1;
  }
}