@charset "utf-8";

/* CSS Document */

/* .swiper-container */

.swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.swiper-container img {
  width: 120px;
  display: block;
  position: absolute;
  z-index: 10000;
}

.swiper-container h1 {
  font-family: "Emblema One", cursive;
  z-index: 1000;
  margin: 0;
  color: #fff;
  font-size: 10vw;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 10000;
}

.swiper-container a {
  padding-top: 100px;
  position: absolute;
  z-index: 1000;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.swiper-container a span {
  position: absolute;
  display: block;
  margin-top: 250px;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 80vh;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../img/chevron-right.svg);
  color: #ffffff;
  width: 30px;
  background-size: cover;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../img/chevron-left.svg);
  background-size: cover;
  background-position: center;
  width: -30px;
  color: #ffffff;
}

@media (max-width: 678px) {
  .swiper-button-next {
    background-image: none;
  }

  /* 前ページボタンのスタイル */
  .swiper-button-prev {
    background-image: none;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 0;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

/* 全体のスタイル */
.swiper-pagination-bullet {
  width: 12px;
  /* 幅 */
  height: 12px;
  /* 高さ */
  background: #c0c0c0;
  /* 色：緑 */
  opacity: 0.5;
  /* 半透明（デフォルトでは0.2） */
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  width: 20px;
  /* 幅 */
  height: 20px;
  /* 高さ */
  background: #ffffff;
  /* 色：黄色 */
  opacity: 1;
  /* 不透明 */
}

@media (min-width: 768px) {
  .conA h1 {
    font-size: 210px;
  }

  .conA p {
    font-size: 33px;
  }

  .swiper-container {
    height: 100vh;
    min-height: 450px;
  }

  .swiper-container img {
    width: 150px;
  }

  /* 次ページボタンのスタイル */
  .swiper-button-next {
    margin-right: 20px;
  }

  /* 前ページボタンのスタイル */
  .swiper-button-prev {
    margin-left: 20px;
  }
}

.active {
  border-left: solid 5px #b4b4b4;
  padding: 0 0.5em;
  font-family: "Emblema One", cursive;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: 0.4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.slide {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.slide img {
  height: 30vw;
  max-height: 400px;
  min-height: 350px;
}

.slider {
  margin: 0 auto;
}

.slide p {
  margin: 0;
  /* デフォルトCSS打ち消し */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  font-size: 24px;
  /* 文字サイズ指定 */
  background-color: #a6a4a6;
  /* 背景色指定 */
  color: #fff;
  /* 文字色指定 */
  padding: 10px 0 10px 30px;
  /* 余白指定 */
  margin-bottom: 20px;
  /* 周りの余白指定 */
  transition: 0.4s;
}

.slide p:hover {
  margin: 0;
  /* デフォルトCSS打ち消し */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  font-size: 24px;
  /* 文字サイズ指定 */
  background-color: #fff;
  /* 背景色指定 */
  color: #000;
  /* 文字色指定 */
  padding: 10px 0 10px 30px;
  /* 余白指定 */
  margin-bottom: 20px;
  /* 周りの余白指定 */
}

.slide p:before {
  content: "";
  /* 空の要素を作る */
  height: 110%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -3px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #fff;
  /* 背景色指定 */
  transform: rotate(3deg);
  /* 回転 */
  transition: 0.4s;
}

.slide p:hover:before {
  content: "";
  /* 空の要素を作る */
  height: 110%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -3px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #000;
  /* 背景色指定 */
  transform: rotate(3deg);
  /* 回転 */
}

.slide p:after {
  content: "";
  /* 空の要素を作る */
  height: 116%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -6px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #fff;
  /* 背景色指定 */
  transform: rotate(-15deg);
  /* 回転 */
}

.slide p:hover:after {
  content: "";
  /* 空の要素を作る */
  height: 116%;
  /* 高さ指定 */
  width: 3px;
  /* 幅指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 14px;
  /* 位置調整 */
  top: -6px;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */
  background-color: #000;
  /* 背景色指定 */
  transform: rotate(-15deg);
  /* 回転 */
  transition: 0.4s;
}

.news .container {
  max-width: 800px;
  margin: 50px auto;
}

.news article {
  display: flex;
  border-bottom: solid 1px #c0c0c0;
}

/* news */

.news .day {
  display: flex;
  align-items: center;
  padding: 20px;
  flex: 0 0 250px;
}

.news .text {
  padding: 20px;
  flex: 1;
  display: flex;
  align-items: center;
}

.news span {
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .news article {
    display: block;
  }

  .news .day {
    padding: 10px;
  }

  .news .text {
    padding: 10px;
  }
}

.feature .container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.feature .container article {
  flex: 1 1 300px;
  display: flex;
  padding: 10px;
}

.feature .container article div {
  width: 100%;
}

.feature .container .photo {
  width: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
}

.feature .container .text {
  padding-top: 10px;
}

/* アクセス */

.access {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/371A7039.jpg);
  background-position: center;
  background-size: cover;
}

.access .container {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.access .text {
  text-align: center;
}

.access .text h1 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 8px;
}

.access .text p {
  position: relative;
  color: #fff;
  line-height: 100px;
}

.access .container .info {
  display: flex;
  align-items: flex-start;
}

.access .map,
.access .info2 {
  flex: 1;
  max-width: 50%;
  padding: 10px;
}

.access .info2 p {
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
}

.access .info2 a {
    line-height: 30px;
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 1px #fff solid;
  }
  

.access .map img {
  width: 100%;
}

@media (max-width: 768px) {
  .access .container .info {
    display: block;
  }

  .access .map,
  .access .info2 {
    max-width: 100%;
    padding: 10px;
  }
}
