@charset "utf-8";

.title {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  text-shadow: 1px 1px 10px #060606;
  background-image: url(/images/concept/artspafeimage4.jpg);
  }

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: bold;
}

.title p {
  font-size: 45px;
  margin-top: 15px;
  font-weight: bold;
}

.maim.title {
  padding-top: 0px;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-image: url(/images/index/p_da0013_m_da00132.jpg);
}

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
  background-color: rgb(211, 241, 241);
  padding: 30px;
  font-weight: bold;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 40px;
  margin-right: 0;
}

.feature-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.backgroundimage {
  display: block;
  background-image: url(/images/index/p_da0013_m_da00132.jpg);
}

.explanation {
  background-color: rgb(219, 243, 235);
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.explanation p {
  text-align: left;
  line-height: 1.5;
  display: inline-block;
}

.weekdaysfee {
  text-align: left;
  line-height: 1.5;
  display: inline-block;
  font-size: 20px;
  color: crimson;
  padding-top: 15px;
  padding-bottom: 10px;
}

.weekendfee {
  text-align: left;
  line-height: 1.5;
  display: inline-block;
  font-size: 20px;
  color: crimson;
  padding-top: 15px;
  padding-bottom: 10px;
}

.sistem{
  padding-bottom: 20px;
}
.sistem h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.art supplie {
  padding-top: 15px;
}

h3 {
  padding-top: 15px;
  padding-bottom: 20px
}

.explanation h2 {
  text-decoration:underline;
}

.explanation h3 {
  text-decoration:underline;
}


・ @media (max-width: 800px) {
  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .movie {
    width: 500px;
    padding: 30px 25px;
  }

  .movie iframe {
    height: 240px;
  }
}