@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

img {
  width: 100%;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 60px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.shop-btn {
  display: block;
  width: 320px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  color: #fff;
  background-color: #1eaa39;
  line-height: 80px;
}

.intro,
.features,
.contents,
.access,
.group {
  padding: 80px 3%;
  color: #222;
}
.intros {
  padding-bottom: 0;
}

.under-line {
  /* background-color: #fff33f; */
}
.under-line::after {
  content: "";
  background-color: #fff33f;
}

.features,
.access {
  background-color: #f4f4f5;
}

.section-text {
  text-align: center;
  line-height: 1.6;
  margin: 0;
}

.headding-gray {
  background-color: #323333;
  padding: 5px 15px;
  color: #fff;
}
.headding-pink {
  font-size: 64px;
  color: #1eaa39;
}

.headding-img {
  text-align: center;
  margin-bottom: 80px;
}
.headding-img > img {
  width: 80%;
  max-width: 500px;
}
.headding-img > span {
  display: inline-block;
  margin-top: 10px;
  font-size: 32px;
}

.kv {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg_sky.jpg);
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-contents {
  width: 80%;
  max-width: 600px;
  text-align: center;
}
.kv-logo {
  width: 80%;
  margin-bottom: 60px;
}
.kv-date {
  width: 70%;
}

.intro h2 {
  margin-bottom: 40px;
}
.intro-text {
  font-size: 24px;
  line-height: 2.4;
  text-align: center;
  font-weight: 500;
}

.img-slider {
  background-image: url(../img/tunagaru-bg.jpg);
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: repeat-x;
  background-position-x: 0;
  animation: slideAnime 400s linear infinite;
  margin-top: -80px;
  margin-bottom: 100px;
}
@keyframes slideAnime {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2000%;
  }
}

.intro-item {
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
  padding: 40px;
  border: 3px solid #2a1eaa;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
}
.intro-item-left {
  width: 50%;
}
.intro-item-right {
  width: 50%;
  padding: 20px 0 0 40px;
}
.intro-item-right h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.intro-item-right p {
  line-height: 1.6;
}

.intro-item-right-link {
  text-align: right;
  margin-top: 60px;
}
.intro-item-right-link a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  border: 2px solid #222;
}

.features-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 80px auto;
}

.features-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 60px;
}

.features-item:nth-of-type(3n) {
  margin-right: 0;
}

.features-item h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  text-align: center;
}

.features-item-img {
  margin: 15px 0 30px;
}

.group-items {
  max-width: 1600px;
  margin: 40px auto;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.group-item {
  width: calc((100% - 80px) / 3);
  margin: 40px 40px 40px 0;
  padding: 20px;
  border: 3px solid #2a1eaa;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.group-item:nth-of-type(3n) {
  margin-right: 0;
}
.group-item-img {
  margin-bottom: 15px;
}
.group-item h3 {
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
.group-item p {
  line-height: 1.8;
  font-size: 14px;
}
.group-item-link {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}

.access-contents {
  display: flex;
  padding: 40px 0;
}
.access-left,
.access-right {
  width: 50%;
}
.access-right {
  padding: 20px 0 0 40px;
}
.access-right-top {
  margin-bottom: 30px;
  border-bottom: 1px solid #222;
}

.access-right h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.access-right p {
  margin-bottom: 20px;
}
.access-map-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #222;
}

.access-train h3::before,
.access-bus h3::before {
  content: "●";
}

.access li {
  margin: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.access .shop-btn {
  margin: 40px auto 0;
}

footer {
  height: 40px;
  background-color: #5f5f5f;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 1201px) {
  .intro,
  .features,
  .contents,
  .access,
  .group {
    padding: 120px 5%;
  }
  .intros {
    padding-bottom: 0;
  }

  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 901px) {
  .intros,
  .features,
  .contents,
  .access,
  .group {
    padding: 60px 5%;
  }
  .intros {
    padding-bottom: 0;
  }

  .intro-item {
    flex-direction: column;
  }
  .intro-item-left {
    width: 100%;
  }
  .intro-item-right {
    width: 100%;
    padding: 20px 0;
  }
  .contents-item,
  .features-items,
  .access-contents,
  .group-items {
    flex-direction: column;
  }

  .features-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .group-item {
    width: 100%;
  }

  .contents-item {
    padding: 20px;
  }

  .contents-item-right p {
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .contents-item-left,
  .contents-item-right {
    width: 100%;
  }

  .contents-item-right {
    padding: 0;
  }

  .contents-item dt {
    width: 60px;
  }
  .contents-item dd {
    width: calc(100% - 60px);
    line-height: 1.2;
  }

  .contents-item-icon {
    top: -12px;
    left: -12px;
  }

  .access-left,
  .access-right {
    width: 100%;
  }
  .access-right {
    padding: 20px 0 0;
  }
  .access li {
    margin: 15px 0;
  }
  .access-train,
  .access-bus {
    margin: 40px 0 0;
  }
  .features-items {
    margin-bottom: 0;
  }
  .contents-items,
  .staff-items {
    margin: 30px 0;
  }

  h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 801px) {
  .intro-item {
    padding: 20px;
  }
  .intro-item h3 {
    font-size: 24px;
  }
  .intro-text {
    font-size: 18px;
    line-height: 2;
  }
  .headding-img {
    margin-bottom: 40px;
  }
  .intro-item-right-link {
    text-align: center;
    margin-top: 20px;
  }
  .features-items {
    margin: 40px 0;
  }
  .contents-item-title {
    text-align: center;
  }
  .shop-btn {
    width: 90%;
    margin: 0 auto;
  }
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 501px) {
  .kv-open {
    padding: 0 10px;
    top: 5%;
    left: 0;
  }

  .pc {
    display: none;
    padding: 0 10px;
  }
  .sp {
    display: block;
  }

  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 430px) {
  .kv-logo,
  .kv-date {
    width: 100%;
    padding: 0 5%;
  }

  .contents-item-title {
    margin: 20px 0;
  }
}

/* anime */
@keyframes toi-btn-anime {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4%);
  }
  75% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0);
  }
}
