@charset "UTF-8";
/*-------------------------
 #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;
}
#intro ul li {
  background-color: white;
  border-radius: 15px 15px;
  padding: 20px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  #intro ul li {
    padding: 15px 15px;
  }
}
#intro ul li:last-child {
  margin-bottom: 0;
}
#intro ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#intro ul li dl dt {
  width: 88px;
}
@media screen and (max-width: 620px) {
  #intro ul li dl dt {
    width: 68px;
  }
}
#intro ul li dl dt span {
  display: inline-block;
  border: solid #3f6b08 1px;
  border-radius: 40px;
  overflow: hidden;
  padding: 10px;
}
#intro ul li dl dt span img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 620px) {
  #intro ul li dl dt span img {
    width: 40px;
    height: 40px;
  }
}
#intro ul li dl dd {
  width: calc(100% - 103px);
}
@media screen and (max-width: 620px) {
  #intro ul li dl dd {
    width: calc(100% - 83px);
  }
}
#intro ul li dl dd h3 {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media screen and (max-width: 620px) {
  #intro ul li dl dd h3 {
    font-size: 1.6rem;
  }
}
#intro ul li dl dd h3 b {
  color: #3f6b08;
  font-size: 2.5rem;
  background: linear-gradient(transparent 70%, #dfd468 70%, #dfd468 90%, transparent 90%);
}
@media screen and (max-width: 620px) {
  #intro ul li dl dd h3 b {
    font-size: 2.1rem;
  }
}
#intro ul li dl dd h3 b span {
  font-size: 1.9rem;
}
#intro ul li dl dd p {
  line-height: 1.5;
}

/*-------------------------
type
-------------------------*/
#type .inner {
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #type .inner {
    padding: 0 5% 15% 5%;
  }
}
#type .select {
  margin-bottom: 70px;
}
#type .select li {
  margin-bottom: 15px;
}
#type .select li a {
  display: block;
  color: #3f6b08;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  position: relative;
}
#type .select li a b {
  font-size: 1.8rem;
}
#type .select li a span {
  font-size: 1.4rem;
  margin-left: 10px;
}
#type .select li a .ico {
  position: absolute;
  left: 15px;
  top: 10px;
}
#type .select li a .man {
  display: inline-block;
  content: "";
  width: 15px;
  height: 32px;
  background: url(../images/ico_man.svg) top center no-repeat;
  vertical-align: middle;
}
#type .select li a .man.only {
  margin-left: 10px;
}
#type .select li a .woman {
  display: inline-block;
  content: "";
  width: 15px;
  height: 32px;
  background: url(../images/ico_woman.svg) top center no-repeat;
  vertical-align: middle;
}
#type .select li a .arrow {
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 6px;
}
#type .select li a .arrow::before, #type .select li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 7.7px;
  border-radius: 9999px;
  background-color: #3f6b08;
  transform-origin: 50% calc(100% - 0.5px);
}
#type .select li a .arrow::before {
  transform: rotate(42deg);
}
#type .select li a .arrow::after {
  transform: rotate(-42deg);
}
#type .detail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid #8a8a8a 1px;
}
#type .detail h3 {
  color: #3f6b08;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#type .detail h3::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: black;
  margin: 5px auto 5px auto;
}
#type .detail h3 b {
  font-weight: 900;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
#type .detail h3 .sm {
  font-size: 1.4rem;
  vertical-align: middle;
  font-weight: 800;
}
#type .detail h3 .floor {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 10px;
}
#type .detail h3 .floor .man {
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(../images/ico_man.svg) top center no-repeat;
  vertical-align: middle;
}
#type .detail h3 .floor .woman {
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(../images/ico_woman.svg) top center no-repeat;
  vertical-align: middle;
}
#type .detail h3 .floor span {
  vertical-align: middle;
  margin-left: 5px;
}
#type .detail strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
#type .detail .slick-slider {
  margin: 0 0 50px 0;
}
#type .detail .slick-slider li {
  border-radius: 30px;
  overflow: hidden;
}
#type .detail dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#type .detail dl dt {
  width: 30px;
  color: #3f6b08;
  border: solid #3f6b08 1px;
  display: flex;
  align-items: center;
}
#type .detail dl dt span {
  writing-mode: vertical-rl;
}
#type .detail dl dd {
  width: calc(100% - 30px);
  padding-left: 20px;
}
#type .detail dl dd h4 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.075rem;
  color: #3f6b08;
  margin-bottom: 10px;
}
#type .detail dl dd p {
  letter-spacing: -1px;
}
#type .detail > p {
  margin-bottom: 20px;
}
#type .amenity {
  background-color: white;
  padding: 25px 25px;
  border-radius: 15px;
  /*SPのみアコーディオン*/
}
@media screen and (max-width: 620px) {
  #type .amenity {
    background-color: inherit;
    padding: 0;
  }
}
#type .amenity .ac-open-sp {
  pointer-events: none;
}
@media screen and (max-width: 620px) {
  #type .amenity .ac-open-sp {
    pointer-events: all;
  }
}
@media screen and (max-width: 620px) {
  #type .amenity .ac-open-sp:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 620px) {
  #type .amenity .ac-sp {
    display: none;
  }
}
#type .amenity dl {
  width: 100%;
  margin: 0 auto 10px auto;
}
#type .amenity dl:nth-of-type(1) {
  border-bottom: solid #8a8a8a 1px;
  padding-bottom: 15px;
}
@media screen and (max-width: 620px) {
  #type .amenity dl:nth-of-type(1) {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 620px) {
  #type .amenity dl {
    background-color: white;
  }
}
#type .amenity dt {
  width: 100%;
  font-weight: 800;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 620px) {
  #type .amenity dt {
    padding: 15px 15px;
  }
}
#type .amenity dd {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 620px) {
  #type .amenity dd {
    padding: 0 15px 15px 15px;
  }
}
#type .amenity dd .ph {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 620px) {
  #type .amenity 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;
  }
}
@media screen and (max-width: 620px) {
  #type .amenity dt.active::after {
    transform: translateY(-25%) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  #type .amenity dl {
    width: 100%;
    display: block;
  }
  #type .amenity dt {
    width: 100%;
  }
  #type .amenity dd {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */