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

/*-------------------------
 #intro
-------------------------*/
/*-------------------------
 #type
-------------------------*/
#plan .inner {
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #plan .inner {
    padding: 0 5% 15% 5%;
  }
}
#plan h3 {
  font-size: 5rem;
  text-align: center;
}
#plan .time {
  width: 320px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 auto 30px auto;
}
#plan .time span {
  display: inline-block;
  width: 7.8em;
}
#plan .time i {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 8px;
}
#plan .time i.in {
  background: url(../images/ico_in.svg) top center no-repeat;
}
#plan .time i.out {
  background: url(../images/ico_out.svg) top center no-repeat;
}
#plan .srv {
  color: #3f6b08;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
#plan .ico {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 360px) {
  #plan .ico {
    width: 260px;
    margin: 0 auto;
  }
}
#plan .ico li {
  width: 30%;
  min-width: 100px;
  color: #3f6b08;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  aspect-ratio: 1;
  margin-bottom: 10px;
  padding: 15px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 360px) {
  #plan .ico li {
    min-width: 120px;
  }
}
#plan .ico li:nth-child(4) {
  margin-left: 60px;
}
@media screen and (max-width: 360px) {
  #plan .ico li:nth-child(4) {
    margin-left: 0;
  }
}
#plan .ico li:nth-child(5) {
  margin-right: 60px;
}
@media screen and (max-width: 360px) {
  #plan .ico li:nth-child(5) {
    margin-right: 0;
  }
}
#plan .ico li img {
  width: 75%;
}
#plan .ico li span {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 0px;
}
#plan .amenity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  border-top: solid #3f6b08 1px;
  border-bottom: solid #3f6b08 1px;
  padding: 10px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 620px) {
  #plan .amenity {
    padding: 10px 5px;
  }
}
#plan .amenity::after {
  display: block;
  content: "";
  width: 32%;
}
#plan .amenity li {
  width: 32%;
  color: #3f6b08;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: -1px;
}
#plan .list > li {
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px 20px;
  margin-bottom: 30px;
}
#plan .list > li:last-child {
  margin-bottom: 0;
}
#plan .list > li h4 {
  color: white;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  background-color: #282828;
  margin-bottom: 5px;
  padding: 9px 0;
}
#plan .list > li .ph {
  margin-bottom: 5px;
}
#plan .list > li .price {
  color: #3f6b08;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}
#plan .list > li .price b {
  font-size: 2.8rem;
}
#plan .list > li .txt {
  line-height: 1.5;
  margin-bottom: 15px;
}
#plan .list > li .col-2 {
  display: flex;
  justify-content: space-between;
}
#plan .list > li .col-2 li {
  width: 48%;
}
#plan .list > li .btn {
  color: white;
  font-size: 1.3rem;
  padding: 8px 0;
}
#plan .list > li .btn.man {
  background-color: #3f6b08;
}
#plan .list > li .btn.woman {
  background-color: #7c9c38;
}
#plan .list > li .btn i {
  right: 15px;
}
#plan .list > li .btn:hover i {
  right: 11px;
}/*# sourceMappingURL=style.css.map */