/*-------------------------
 #page_ttl
-------------------------*/
#page_ttl h2 {
  position: relative;
  background: url(../images/ph_main.jpg) top center no-repeat;
  background-size: cover;
}

/*-------------------------
 #intro
-------------------------*/
#intro {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 620px) {
  #intro {
    padding: 15% 0 0 0;
  }
}
#intro .copy {
  margin-bottom: 50px;
}

/*-------------------------
type
-------------------------*/
#type .inner {
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #type .inner {
    padding: 0 5% 15% 5%;
  }
}
#type .detail {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid #8a8a8a 1px;
}
#type .detail.no-border {
  border-bottom: none;
  margin-bottom: 0;
}
#type .detail h3 {
  color: #3f6b08;
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 10px;
}
#type .detail .slick-slider {
  margin: 0 0 30px 0;
}
#type .detail .slick-slider li {
  border-radius: 30px;
  overflow: hidden;
}
#type .detail > p {
  margin-bottom: 15px;
}
#type .detail .time {
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
}
#type .detail .time dt {
  width: 80px;
  color: #3f6b08;
  text-align: center;
  border: solid #3f6b08 1px;
}
#type .detail .time dd {
  width: calc(100% - 80px);
  color: #3f6b08;
  padding-left: 10px;
}
#type .detail .box {
  background-color: white;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
#type .detail .box b {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
#type .detail .box .ico {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#type .detail .box .ico li {
  width: 24%;
  color: #3f6b08;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background-color: #3f6b08;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  aspect-ratio: 1;
  margin-bottom: 15px;
  padding: 15px 10px 10px 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#type .detail .box .ico li img {
  width: 50%;
}
#type .detail .box .ico li span {
  display: block;
  width: 100%;
  color: white;
  line-height: 1;
}
#type .ac {
  width: 100%;
  background-color: white;
  margin: 0 auto 20px auto;
}
#type .ac > dt {
  width: 100%;
  font-weight: 800;
  padding: 15px 15px;
  margin: 0;
  position: relative;
}
#type .ac > dt:hover {
  cursor: pointer;
  opacity: 0.75;
}
#type .ac > dd {
  display: none;
  width: 100%;
  padding: 0 15px 15px 15px;
  margin: 0;
  letter-spacing: 0;
}
#type .ac > dd .ph {
  margin: 15px 0;
}
#type .ac > dd p {
  letter-spacing: 0;
}
#type .ac > dd p b.green {
  font-weight: 800;
  color: #3f6b08;
}
#type .ac > dd h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
#type .ac > dd dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid #8a8a8a 1px;
  margin-bottom: 20px;
}
#type .ac > dd dl dt {
  width: calc(100% - 140px);
  border-bottom: solid #8a8a8a 1px;
  padding: 3px 0 3px 10px;
}
#type .ac > dd dl dd {
  width: 70px;
  text-align: right;
  border-bottom: solid #8a8a8a 1px;
  padding: 3px 10px 3px 0;
}
#type .ac > dt::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: 0.5s;
  position: absolute;
  top: 25px;
  right: 20px;
}
#type .ac > dt.active::after {
  transform: translateY(-25%) rotate(-45deg);
}
#type .amenity {
  color: white;
  background: linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 100%);
  border-radius: 15px 15px;
  padding: 30px 30px;
}
#type .amenity h3 {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 15px;
}
#type .amenity .ph {
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */