@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru|Noto+Sans+JP:700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
/*  TOP
=================================================== */
.top-info {
  padding: 20px;
  color: #721c24;
  border: solid 1px #f5c6cb;
  border-radius: 5px;
  background: #f8d7da;
}

.top-info strong {
  text-decoration: underline;
}

/*
 keyvisual
*/
#top #keyvisual {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 40%;
  background: url(../img/top/main.png) no-repeat center bottom;
  background-size: cover;
}

#top #keyvisual h2 {
  font-family: "YakuHanJP", "Kosugi Maru", sans-serif;
  position: absolute;
  top: 25%;
  color: #574327;
}

#top #keyvisual p {
  font-family: "YakuHanJP", "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  top: 30%;
  text-align: center;
  color: #574327;
}

#top #keyvisual .logo {
  position: absolute;
  top: 48%;
  text-align: center;
}

#top #keyvisual .logo img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #top #keyvisual {
    top: 35px;
  }
  #top #keyvisual h2 {
    font-size: 5vw;
  }
  #top #keyvisual p {
    font-size: 3vw;
    width: 95%;
    margin: 5% auto;
  }
  #top #keyvisual .logo {
    display: none;
  }
}

/*
 施設一覧
*/
#top-fac {
  text-align: center;
}

#top-fac img {
  border: #fff solid 5px;
}

#top-fac h4 {
  margin: 0;
}

#top-fac address {
  margin: 0;
}

#top-fac a {
  color: #222;
}

#top-fac a:hover {
  text-decoration: none;
}

/*
 たけのこ
*/
#top-takenoko {
  text-align: center;
  background: url("../img/top/takenoko-bg.png") center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #top-takenoko h3 {
    font-size: 5vw;
  }
  #top-takenoko p:first-of-type {
    text-align: left;
  }
}

/*
 スタッフ募集
*/
#top-staff {
  text-align: center;
  background: url("../img/top/staff.jpg") center top no-repeat;
}

#top-staff h4 {
  color: #fff;
}

#top-staff p {
  color: #fff;
}

@media screen and (max-width: 640px) {
  #top-staff p {
    text-align: left;
  }
}

/*  ページ共通
=================================================== */
/*
お知らせ
*/
.oshirase {
  padding: 20px;
  color: #721c24;
  border: solid 1px #f5c6cb;
  background: #f8d7da;
}

.oshirase p {
  line-height: 1.8;
  margin-bottom: 0;
}

.oshirase a {
  display: block;
}

.oshirase strong {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .oshirase {
    margin-top: 20px;
    text-align: left;
  }
}

/*
 keyvisual
*/
#keyvisual {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 20%;
  background-size: cover;
}

#keyvisual h2 {
  font-family: "YakuHanJP", "Kosugi Maru", sans-serif;
  position: absolute;
  top: 45%;
  letter-spacing: 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #keyvisual {
    top: 35px;
  }
  #keyvisual h2 {
    font-size: 5vw;
    letter-spacing: 3px;
  }
}

/*
 見出し
*/
.ttl {
  font-family: "YakuHanJP", "Kosugi Maru", sans-serif;
  text-align: center;
  letter-spacing: 5px;
  color: #574327;
  border-bottom: #9C816C dotted 2px;
}

.ttl2 {
  position: relative;
  padding: 0.5em 3em 0.5em 1em;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #6ea919 0%);
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #6ea919 0%);
}

.ttl2::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.65507em;
  height: 3.5493em;
  content: "";
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  border-bottom-left-radius: 6px;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2));
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .ttl2 {
    font-size: 5vw;
  }
}

.ttl3 {
  padding: 0.5em;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 3em 0.7em 2em 0.7em/0.7em 2em 0.7em 3em;
}

.ttl4 {
  padding: 0.5em;
  text-align: center;
  border-bottom: 3px solid #ccc;
}

@media screen and (max-width: 768px) {
  .ttl4 {
    text-align: left;
  }
}

/*
 dl横並び
*/
dl.yoko dt {
  float: left;
  width: 8em;
  margin: 0;
  padding: 5px;
}

dl.yoko dd {
  margin: 0;
  padding: 5px;
  padding-left: 8.5em;
  border-bottom: #ccc dotted 1px;
}

dl.yoko dd ul {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  dl.yoko dt {
    float: none;
    width: 100%;
    padding: 5px 0 0 0;
  }
  dl.yoko dd {
    padding: 0 0 5px 0;
    padding-left: 0;
  }
}

/*
 サービス
*/
table.service th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: #ccc solid 1px;
  background: #6ea919;
}

table.service td {
  text-align: left !important;
  border: #ccc solid 1px;
}

@media screen and (max-width: 768px) {
  table.service th {
    display: block;
  }
  table.service td {
    display: block;
  }
}

/*
 料金表
*/
table.price th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: #ccc solid 1px;
  background: #6ea919;
}

table.price td {
  text-align: center;
  border: #ccc solid 1px;
}

table.price .total {
  font-size: 1.2rem;
}

/*
 地図
*/
.gmap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
