* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Main {
  background-color: #fff;
  line-height: 1.9;
}

.Kv {
  width: 100%;
  height: auto;
  padding-top: 156.25vw;
  background: url(/sp/images/age/place/kv_sp.jpg) no-repeat center/cover;
  margin-bottom: 7.8125vw;
}
.Kv img {
  display: none;
}

.Contents {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 354.0625vw;
  background: url(/sp/images/age/place/contents_bg-sp.jpg) no-repeat center/cover;
  margin-bottom: 15.625vw;
}

.Contents__ttl {
  position: absolute;
  top: 7.8125vw;
  left: 50%;
  transform: translateX(-50%);
  width: 74.6875vw;
  margin: 0;
}

.Contents__lead {
  position: absolute;
  top: 31.25vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 4.6875vw;
  font-size: 3.75vw;
  margin: -3.75vw 0 0 0;
  line-height: 1.9;
}

.Contents__lead span {
  display: block;
  margin-top: calc(5/320*100vw);
}

.Contents__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76.25vw;
  padding: 0 0 56.25vw 0;
}

.Contents__block {
  background-color: #fff;
  border: solid 2px #23b3dc;
  border-radius: 6px;
  width: 69.375vw;
  padding: 3.125vw;
  font-size: 4.0625vw;
}

.Contents__block:not(:last-child) {
  margin-bottom: 6.25vw;
}

.Contents__block p {
  margin: 0;
  font-size: 4.0625vw;
  line-height: 1.9;
}

.Contents__block__wrap {
  position: absolute;
  bottom: 6.875vw;
  left: 50%;
  transform: translate(-50%);
}

.Contents__block h3 {
  color: #23b3dc;
  text-align: center;
  margin: 0;
  font-size: 5.625vw;
  font-weight: 500;
}

.Contents__flower01 {
  position: absolute;
  top: 40.625vw;
  left: 7.8125vw;
  width: 6.25vw;
}

.Contents__flower02 {
  position: absolute;
  top: 25vw;
  right: 3.125vw;
  width: 8.59375vw;
}
.Contents__flower03 {
  position: absolute;
  top: 13.75vw;
  right: 3.125vw;
  width: 2.96875vw;
}

.Contents__flower04 {
  position: absolute;
  top: 23.125vw;
  left: 3.125vw;
  width: 10vw;
}

.Contents__human01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20.46875vw;
  transform: translate(-43.75vw, 3.125vw);
}

.Contents__human02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.09375vw;
  transform: translate(28.125vw, 58.4375vw);
}

.Desc {
  padding: 0 4.6875vw;
  margin-bottom: calc(40/320*100vw);
}
.Desc__ttl {
  color: #23b3dc;
  font-size: 22px;
  border-top: solid 1px #23b3dc;
  border-bottom: solid 1px #23b3dc;
  padding: 1.5625vw 0;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
	padding-left: 26px;
	text-indent: -17px;
}
.Desc__ttl::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  background: url(/sp/images/age/place/desc_ttl_icon.png) no-repeat center/cover;
  margin-right: 5px;
}
.Desc__txt {
  margin-bottom: 6.25vw;
  line-height: 1.9;
}
.Desc__photo {
  width: 82.8125vw;
  margin: 0 auto;
}
.Desc__photo:not(:last-child) {
  margin-bottom: 6.25vw;
}
