@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.cp_summer {
  background-color: #fcfaf6;
  color: #344a55;
  padding-bottom: 140px;
}
.cp_summer .sp {
  display: none;
}
.cp_summer .pc {
  display: block;
}
.cp_summer section {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
  margin-top: 140px;
}
.cp_summer_mv img {
  max-width: none;
  height: auto;
  width: 100%;
}
.cp_summer_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  font-weight: bold;
  color: #344a55;
  font-size: 2.6rem;
}
.cp_summer_ttl span {
  background-color: #fcfaf6;
  display: inline-block;
  padding: 0 2em;
  position: relative;
  z-index: 2;
}
.cp_summer_ttl .fukidasi {
	left: 35%;
    top: -84px;
    position: absolute;
    z-index: 5;
}
.cp_summer_ttl .fukidasi img {
    width: 80px;
}
.cp_summer_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #344a55;
}
.cp_summer_btn {
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  padding: 2em 6em;
  -webkit-box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.3);
  box-shadow: inset 0 -5px 0 rgba(51, 51, 51, 0.3);
  border-radius: 5px;
  background-color: #e75400;
  color: #ffffff;
}
.cp_summer_living {
  max-width: 1540px;
  width: 92%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}
.cp_summer_living_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #e75400;
}
.cp_summer_living_ttl small {
  margin-top: 1em;
  display: block;
}
.cp_summer_living_img {
  margin-top: 70px;
}
.cp_summer_living_imgs {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1fr;
  gap: 20px;
}
.cp_summer_living_imgs_img {
  opacity: 0;
}
.cp_summer_living_imgs_img:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.cp_summer_living_imgs_img:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.cp_summer_living_imgs_img:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.cp_summer_living_imgs_img:nth-of-type(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.cp_summer_living_imgs.fadeUp .cp_summer_living_imgs_img {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.cp_summer_tokuten_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
  margin-top: 140px;
}
.cp_summer_tokuten_list_item {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 50%;
  background-color: #ffffff;
  padding: 50px 10px;
}
.sec02 .cp_summer_tokuten_list_item {
  padding: 40px 10px 50px;
}
.cp_summer_tokuten_list h5 {
  font-size: 2.6rem;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
.sec02 .cp_summer_tokuten_list h5 {
  position: absolute;
	width: 96%;
  margin: 0 auto;
  top:-16px;
}
.cp_summer_tokuten_list h5 span, .sec02 .cp_summer_tokuten_list h6 span{
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #ffffff), color-stop(81%, #ffde00), to(#ffde00));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffde00 81%, #ffde00 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffde00 81%, #ffde00 100%);
  font-weight: bold;
}
.cp_summer_tokuten_num {
  position: absolute;
  right: 50%;
  top: -60px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
  font-weight: bold;
  color: #e75400;
  font-size: 2rem;
  line-height: 1;
}
.cp_summer_tokuten_num_headLine {
  white-space: nowrap;
}
.cp_summer_tokuten_num_line {
  width: 1em;
  height: 1px;
  background-color: #e75400;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  display: block;
  margin: 0.5em auto 0.25em;
}
.cp_summer_tokuten_num_num {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
}
.cp_summer_tokuten_lead {
  font-size: 1.5rem;
  line-height: 1.7;
}
.cp_summer_tokuten figure {
  margin-top: 20px;
}
.cp_summer_tokuten h6 {
  text-align: center;
  margin-top: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}
.cp_summer_tokuten .cp_summer_tokuten_list_item_2 h6 {
  margin-top: 3em;
  font-size: 1.8rem;
}
.cp_summer_tokuten .cp_summer_tokuten_list_item_2 h6 small {
  display: block;
  font-size: 88%;
  margin-bottom: 1em;
}
.cp_summer_tokuten_caution {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 1em;
  line-height: 1.5;
}
.cp_summer_tokuten_table {
  font-size: 1.4rem;
  display: inline-block;
}
.cp_summer_tokuten_table li {
  text-align: left;
  margin: 0.5em 0;
}
.cp_summer_tokuten_table span {
  display: inline-block;
  width: 7em;
  text-align: right;
}
.cp_summer_recommend {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cp_summer_recommend ul {
  font-size: 1.7rem;
  line-height: 1;
  padding-left: 1.5em;
}
.cp_summer_recommend ul li {
  line-height: 1.8;
  margin-top: 1.5em;
  padding-left: 2em;
  position: relative;
  font-weight: bold;
}
.cp_summer_recommend ul li:first-of-type {
  margin-top: 0.5em;
}
.cp_summer_recommend ul li i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/reccomend_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: center;
  margin-top: 0.3em;
}
.cp_summer_recommend ul li strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #ffffff), color-stop(81%, #ffde00), to(#ffde00));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffde00 81%, #ffde00 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffde00 81%, #ffde00 100%);
  font-weight: bold;
}
.cp_summer_contents {
  margin-top: 90px;
  background-color: #ffffff;
  padding: 80px 60px;
  border-top: 1px solid #344a55;
  position: relative;
}
.cp_summer_contents_line {
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 1px;
  background-color: #344a55;
  display: block;
  top: 0;
}
.cp_summer_contents_line_left {
  left: 0;
}
.cp_summer_contents_line_right {
  right: 0;
}
.cp_summer_contents_line_center {
  top: -25px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.cp_summer_contents h2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.1rem;
  font-weight: bold;
  gap: 1em;
}
.cp_summer_contents dl {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  margin-top: 56px;
}
.cp_summer_contents dl dt {
  position: relative;
}
.cp_summer_contents dl dt img.flow_arrow {
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.cp_summer_contents dl dd {
  margin-top: 20px;
}
.cp_summer_contents dl h6 {
  font-size: 2.6rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #344a55;
  font-weight: bold;
  line-height: 1;
}
.cp_summer_contents dl figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cp_summer_contents dl figure div {
  width: 28.5%;
}
.cp_summer_contents dl figure figcaption {
  width: 67%;
  font-size: 1.6rem;
  line-height: 1.75;
}
.cp_summer_contents dl figure figcaption small {
  display: block;
  margin-top: 1em;
  font-size: 1.3rem;
}
.cp_summer_btnWrap {
  text-align: center;
  margin-top: 50px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.cp_summer_place_ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
.cp_summer_place p {
  margin-top: 1em;
  line-height: 1.6;
}
.cp_summer_place_txt {
  font-size: 2rem;
}
.cp_summer_place_link {
  color: #3589be;
}
.cp_summer_place_link i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/blank_icon.png");
  vertical-align: -0.1em;
}
.cp_summer_place_caution {
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.6;
}
.cp_summer_place_caution li {
  position: relative;
  padding-left: 2rem;
}
.cp_summer_place_caution li .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cp_summer_place_iframe {
  position: relative;
  width: 100%;
  height: 410px;
  margin-top: 50px;
}
.cp_summer_place_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.lp_bnr {
  display: none !important;
}

@media only screen and (max-width: 860px) {
  .cp_summer {
    padding-bottom: 10%;
  }
  .cp_summer .sp {
    display: block;
  }
  .cp_summer .pc {
    display: none;
  }
  .cp_summer section {
    margin-top: 80px;
  }
  .cp_summer_ttl {
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
  .cp_summer_btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
  }
  .cp_summer_living {
    margin-top: 80px;
  }
  .cp_summer_living_ttl {
    font-size: 1.6rem;
  }
  .cp_summer_living_ttl span {
    width: 10em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cp_summer_living_img {
    margin-top: 40px;
  }
  .cp_summer_living_imgs {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
  .cp_summer_living_imgs_img {
    width: 42%;
  }
  .cp_summer_living_imgs_img:first-of-type {
    width: 100%;
  }
  .cp_summer_living_imgs_img.order2 ,
  .cp_summer_living_imgs_img.order4 {
    margin-top: -16vw;
    position: relative;
    z-index: 5;
  }
  .cp_summer_living_imgs_img.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .cp_summer_living_imgs_img.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .cp_summer_living_imgs_img.order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .cp_summer_living_imgs_img.order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .cp_summer_tokuten_list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .cp_summer_tokuten_list_item {
    width: 100%;
    padding: 8vw;
  }
  .cp_summer_tokuten_list h5 {
    font-size: 1.8rem;
  }
  .cp_summer_tokuten_num {
    font-size: 1.4rem;
    left: 0;
    right: auto;
    -webkit-transform: none;
    transform: none;
    top: -1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cp_summer_tokuten_num_headLine {
    margin-right: 0.5em;
  }
  .cp_summer_tokuten_num_line {
    display: none;
  }
  .cp_summer_tokuten_num_num {
    font-size: 4rem;
  }
  .cp_summer_tokuten_lead {
    font-size: 1.2rem;
  }
  .cp_summer_tokuten h6 {
    font-size: 1.6rem;
  }
  .cp_summer_tokuten .cp_summer_tokuten_list_item_2 h6 {
    margin-top: 1em;
    font-size: 1.6rem;
  }
  .cp_summer_tokuten .cp_summer_tokuten_list_item_2 h6 small {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
  .cp_summer_tokuten_caution {
    font-size: 1.1rem;
  }
  .cp_summer_tokuten_table {
    font-size: 1.2rem;
  }
  .cp_summer_recommend {
    display: block;
  }
  .cp_summer_recommend figure {
    margin-bottom: 4vw;
  }
  .cp_summer_recommend h3 {
    width: 136px;
  }
  .cp_summer_recommend ul {
    padding: 0 1.5em;
    font-size: 1.2rem;
  }
  .cp_summer_contents {
    margin-top: 12%;
    padding: 8vw;
  }
  .cp_summer_contents_line {
    height: 16px;
  }
  .cp_summer_contents h2 {
    font-size: 1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5em;
  }
  .cp_summer_contents h2 i {
    width: 18px;
  }
  .cp_summer_contents dl {
    display: block;
    margin-top: 40px;
  }
  .cp_summer_contents dl dt {
    width: 44px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .cp_summer_contents dl dt img {
    margin-left: auto;
    margin-right: auto;
  }
  .cp_summer_contents dl dt img.flow_arrow {
    display: none;
  }
  .cp_summer_contents dl dd {
    margin-top: 0;
  }
  .cp_summer_contents dl h6 {
    text-align: center;
    margin: 1.2em 0;
    padding-bottom: 1.2em;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
  .cp_summer_contents dl figure {
    display: block;
  }
  .cp_summer_contents dl figure div {
    width: 100%;
    padding: 0 4vw;
  }
  .cp_summer_contents dl figure figcaption {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 6vw;
  }
  .cp_summer_place_ttl {
    font-size: 2.2rem;
  }
  .cp_summer_place_txt {
    font-size: 1.2rem;
  }
  .cp_summer_place_caution {
    font-size: 1.1rem;
  }
  .cp_summer_place_caution li {
    padding-left: 1.5rem;
  }
  .cp_summer_place_iframe {
    margin-top: 30px;
    height: 200px;
  }
}
/*20240729add*/
.bnr_popup_section {
	display: none;
}
.sec02 h5 span {
				font-size: 2.2rem;
				display: inline-block;
				color: #fff;
				padding: 5px 25px;
				background: #e75400;
				
			}
			.sec02 .bigBold {
				font-size: 1.5em;
				font-weight: 600;
			}
@media only screen and (max-width: 860px)  {
	.sec02 h5 span {
				font-size: 1.8rem;			
			}
	.cp_summer_ttl .fukidasi {
	left: 30%;
	transform: translateX(-30%);
  top: -60px;
}
.cp_summer_ttl .fukidasi img {
    width: 60px;
}
}