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

/*webフォント*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

/* 共通設定 */
* {
  transition: all 0.5s ease 0s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body, h1, h2, p, ul, dl, dd {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.ft12 {
  font-size: 12px;
}

.ft13 {
  font-size: 13px;
}

.ft14 {
  font-size: 14px;
}

.ft17 {
  font-size: 17px;
}

.ft20 {
  font-size: 20px;
}

.ft23 {
  font-size: 23px;
}

.ft32 {
  font-size: 32px;
}

.ft28 {
  font-size: 28px;
  line-height: 1;
}

.ft30 {
  font-size: 30px;
}

.txt-right {
  text-align: right;
}

/* //共通設定 */

body {
  background-color: #E9F8FB;
  font-family: 'Kiwi Maru', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}

main {
  width: 1080px;
  margin: 0 auto;
}

/* 共通パーツ */

.button {
  height: 40px;
  padding: 10px 38px 10px 30px;
  border: none;
  outline: none;
  appearance: none;
  border-radius: 20px;
  position: relative;
  color: #000;
  background-color: #9cd6e4;
  font-family: 'Kiwi Maru', sans-serif;
}

.button::after {
  content: "→";
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
}

.button:hover {
  opacity: 0.5;
}

/* //共通パーツ */

/* ヘッダー */

.header {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
}

.header__inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 50px;
}

.header-nav {
  width: 700px;
  margin-left: auto;
}

.header-nav__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.header-nav__nav {
  display: flex;
  justify-content: space-between;
}

.header-nav__nav li {
  list-style-type: none;
}

/* //ヘッダー */

/* メインビジュアル */

.main-visual {
  height: 700px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.main-visual > div:first-child {
  align-self: flex-end;
  width: 270px;
}

.main-visual > div:last-child {
  width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-visual .news-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.main-visual .news-container h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

.main-visual .news-container .news__content {
  width: 428px;
  height: 118px;
  background-color: #fff;
  padding: 14px 36px;
}

.main-visual .news-container .news__content dl > a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.main-visual .news-container .news__content dl > a:last-child {
  margin-bottom: 0;
}

.main-visual .news-container .news__content dl > a > dt {
  width: 150px;
}

.main-visual .news-container .news__content dl > a > dd {
  width: 278px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* //メインビジュアル */

/* 下層メインビジュアル */

.main-image {
  height: 400px;
  margin-bottom: 50px;
}

/* //下層メインビジュアル */

/* セクション */

.about {
  margin-bottom: 100px;
}

.about__illust {
  text-align: center;
  margin-bottom: 10px;
}

.about__title {
  text-align: center;
  margin-bottom: 30px;
}

.about__text {
  margin-bottom: 80px;
  text-align: center;
}

.about__container {
  display: flex;
  justify-content: space-around;
}

.about__container .about-content {
  width: 466px;
}

.about__container .about-content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__container .about-content__text {
  margin-bottom: 30px;
}

.gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.access {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.access .access-info__contact {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.access .access-info__contact > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 30px;
}

.access .access-info__contact > div:last-child > h2,
.access .access-info__contact > div:last-child > p {
  margin-bottom: 6px;
}

.access .access-info__contact > div:last-child > h2 > * {
  display: block;
}

.access .access-info__contact > div:last-child > p:last-child {
  margin-bottom: 0;
}

.access .access-info__schedule table {
  width: 100%;
  height: 160px;
  border: #000 2px solid;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}

.access .access-info__schedule table thead {
  background-color: #9cd6e4;
}

.access .access-info__schedule table th,
.access .access-info__schedule table td {
  border: #000 1px solid;
}

.news-section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-section__title > h2 {
  margin-left: 30px;
}

.news-section__content {
  height: 500px;
}

/* //セクション */

/* フッター */

.footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}

.footer__inner {
  width: 1080px;
  margin: 0 auto 0;
}

.footer__inner .footer-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer__inner .footer-content__logo {
  width: 350px;
}

.footer__inner .footer-content__logo > p {
  margin-bottom: 10px;
}

.footer__inner .footer-content__nav {
  width: 680px;
}

.footer__inner .footer-content__nav > div:first-child {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__inner .footer-content__nav > div:last-child > ul {
  display: flex;
  justify-content: space-between;
}

.footer__inner .footer-content__nav > div:last-child > ul li {
  list-style-type: none;
}

/* //フッター */
