@charset "utf-8";
/* 初めての方へ */

/***************************
 ** ご挨拶
 */
#greeting {
  margin-bottom: 4rem;
}

.greeting_img {
  flex-basis: 30%;
  text-align: center;
}

.greeting_img img {
  margin-bottom: 0.6rem;
}

.greeting_img p {
  font-size: 1.15rem;
}

.greeting_img p span {
  font-size: 0.75rem;
}

.greeting_text {
  flex-basis: 66%;
  margin-left: 4%;
}

.greeting_text h3 {
  font-size: 1.75rem;
  font-family: "Sawarabi Mincho";
  color: #F57878;
  margin-bottom: 2rem;
}

.greeting_text h4 {
  font-size: 1.5rem;
  font-family: "Sawarabi Mincho";
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media screen and (max-width: 736px) {
  #greeting {
    margin-bottom: 2rem;
  }

  .greeting_img {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }

  .greeting_img img {
    width: 70%;
    margin: 0 auto 0.6rem;
  }

  .greeting_text {
    flex-basis: 100%;
    margin-left: 0;
  }

  .greeting_text h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .greeting_text h4 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .greeting_text p {
    font-size: 0.875rem;
  }
}

/***************************
 ** 案内PDFリンク
 */
.document_link li {
  box-sizing: border-box;
  margin-right: 2%;
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
}

.document_link li:last-child {
  margin-right: 0;
}

.document_link li img {
  margin-bottom: 0.3rem;
}

.document_link li p {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.document_link li a {
  display: block;
  line-height: 2;
  padding: 0 1rem;
  border-radius: 30px;
  background: #F57878;
  transition: 0.8s;
  text-decoration: none;
  color: #fff;
}

.document_link li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .document_link {
    flex-wrap: wrap;
  }
  
  .document_link li {
    flex-basis: 48%;
    padding: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .document_link li:nth-child(even) {
    margin-right: 0;
  }

  .document_link li a {
    display: block;
    line-height: 2;
    padding: 0 1rem;
    border-radius: 30px;
    background: #F57878;
    transition: 0.8s;
    text-decoration: none;
    color: #fff;
  }

  .document_link li a:hover {
    opacity: 0.7;
  }
}


/***************************
 ** 施設紹介
 */

/* 営業時間 */
.time_table {
  border: 1px solid #ccc;
}

.time_table h5 {
  padding: 0.5rem 1rem;
  font-weight: bold;
  background: #fae2e2;
}

.time_detail:first-of-type {
  border-right: 1px solid #ccc;
}

.time_text {
  padding: 1rem;
}

.time_text p {
  margin-bottom: 0.6rem;
}

.time_text .note {
  margin-bottom: 0.6rem;
}

.time_text h6 {
  color: #F57878;
  font-weight: bold;
}

.time_text h6::before {
  content: "◆ ";
}

.time_text h6:last-of-type {
  padding-top: 1rem;
  border-top: 1px dotted #ccc;
}

/* 施設情報 */
.base_info {
  margin-bottom: 1rem;
}

.base_info li {
  margin-bottom: 0.5rem;
}

.base_info li span {
  font-weight: bold;
}

.base_info li:nth-child(n+2) {
  padding-left: 3em;
  text-indent: -3em;
}

.btns span {
  font-size: 0.75rem;
}
