@charset "utf-8";

/*共通*/
.txt {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
main {
  background: #fff;
  padding: 0 0 0.1px;
  margin-bottom: 50px;
  overflow: hidden;
  color: #4c4948;
}

main figure {
  position: relative;
  height: fit-content;
}

.main_View {
  position: relative;
  width: 100%;
  aspect-ratio: 35 / 12;
  background: url(../img/recommend-plan/rec01.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.main_View div {
  aspect-ratio: 35 / 12;
  position: absolute;
  width: 100%;
}

.main_View h2 {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 500px;
  max-width: 36%;
  transform: translateY(-50%);
}

.main_View p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  color: #fff;
}

.en-copy {
  margin-top: 100px;
}

.inner_1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/* お一人暮らし */

.rec-block {
  margin: 100px 0 150px;
}

.sec-ttl {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  background: #da9894;
  color: #fff;
  font-size: clamp(16px, 2.5vw, 28px);
  padding: 20px 0;
  border-radius: 38px;
  text-align: center;
  text-shadow: 1px 1px 2px #e17f7b;
  position: relative;
  letter-spacing: 0.05em;
}

.sec-ttl::before {
  position: absolute;
  left: 0;
  top: -55%;
  content: '';
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: contain;
  vertical-align: middle;
}

.single::before {
  background-image: url(../img/recommend-plan/rec04.png);
}

.sec-con>div+div {
  margin-top: 60px;
}

.lead-area {
  justify-content: space-between;
  margin-top: 60px;
}

.main-pic {
  width: 53%;
}

.main-desc {
  width: 43%;
}

.main-desc p {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

figure {
  position: relative;
}

.cap-wh {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: #fff;
}

.main-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comb-area {
  justify-content: space-between;
  gap: 3%;
}

.md-pic {
  max-width: 438px;
  width: 40%;
}

.comb-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
}

.comb-ttl {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #4b93a6;
}

.comb-desc figure {
  max-width: 240px;
}

.tenant-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26%;
}

.tenant-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
}

.tenant-ttl::after {
  border-top: 1px solid #4c4948;
  content: "";
  width: 60%;
}

.tenant-list li + li {
  margin-top: 5px;
}

.marker {
  font-size: 14px;
}

.marker:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  background: #4c4948;
  border-radius: 100%;
}

.tenant-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
}

.tenant-time::before {
  border-top: 1px solid #4c4948;
  content: "";
  width: 54%;
}

.shop-list {
  padding: 3em 0 2.5em;
  position: relative;
  border: 2px solid #4b93a6;
  border-radius: 20px;
}

.shop-ttl {
  position: absolute;
  top: -0.7em;
  left: 19.5%;
  font-size: clamp(18px, 2.5vw, 24px);
  color: #4f93a6;
  background: #fff;
  padding: 0 0.5em;
  letter-spacing: 0.05em;
}

.shop-desc {
  justify-content: center;
  gap: 5%;
}

.shop-desc li {
  max-width: 349px;
}

.shop-copy {
  font-size: clamp(15px, 2.5vw, 16px);
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.shop-name {
  font-size: 16px;
  color: #4f93a6;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.toho {
  font-size: 1.4em;
}

.shop-name small {
  font-size: 0.8em;
}

/* ご家族暮らし */

.family::before {
  background-image: url(../img/recommend-plan/rec11.png);
}

.spot-list {
  margin-top: 60px;
  justify-content: space-between;
}

.spot-list li {
  width: 31%;
}

.spot-txt {
  justify-content: space-between;
  align-items: end;
}

.spot-txt p {
  font-size: clamp(16px, 2.5vw, 18px);
  margin-top: 2px;
  letter-spacing: 0.01em;
}

.spot-name {
  color: #4f93a6;
  line-height: 1.3;
}

.spot-txt .toho {
  font-size: clamp(16px, 2.5vw, 18px);
  color: #4c4948;
}

.spot-txt strong {
  font-size: 1.8em;
  color: #4f93a6;
  font-weight: normal;
}

.spot-txt small {
  font-size: 0.8em;
}

/* お二人暮らし */

.couple-block {
  margin-bottom: 100px;
}

.couple::before {
  background-image: url(../img/recommend-plan/rec17.png);
}

.rec-block .co-area01,
.rec-block .co-area02 {
  margin-top: 80px;
}

.co-ttl {
  position: relative;
  border-top: 2px solid #4b93a6;
}

.co-ttl span {
  background: #4b93a6;
  color: #fff;
  position: absolute;
  top: -1.1em;
  left: 0;
  font-size: clamp(15px, 2.5vw, 24px);
  letter-spacing: 0.05em;
  padding: 8px 10px;
  line-height: 1.4;
}

.co-desc {
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}

.co-copy {
  width: 40%;
  color: #d39998;
  font-size: clamp(18px, 2.5vw, 30px);
  line-height: 2;
  letter-spacing: 0.05em;
}

.co-pic {
  width: 58%;
  gap: 4%;
}

.sm-f {
  margin-top: 20px;
}

.sm-f small {
  display: block;
  line-height: 1.3;
}

.sm-f small + small {
  margin-top: 8px;
}

.co-area02 .co-pic {
  width: 65%;
  gap: 4%;
}

.co-txt {
  width: 30%;
}

.food-spot {
  font-size: clamp(20px, 2.5vw, 30px);
  color: #4f93a6;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.co-txt .toho {
  font-size: clamp(16px, 2.5vw, 18px);
  color: #4c4948;
}

.co-txt strong {
  font-size: 1.8em;
  color: #4f93a6;
  font-weight: normal;
}

.co-txt small {
  font-size: 0.8em;
}

.food-spot-txt {
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.pink-ttl {
  line-height: 1;
  color: #d39998;
  font-size: clamp(18px, 2.5vw, 28px);
  text-align: center;
  letter-spacing: 0.05em;
}

.co-area03 .txt {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(16px, 2.5vw, 18px);
}

.pink-ttl::after {
  content: "";
  width: 64%;
  height: 2px;
  background-color: #b1b1b1;
  display: block;
  margin: 14px auto 0;
}

.co-area03 .spot-list {
  margin-top: 30px;
  justify-content: space-between;
}

/* 背景黄色エリア */

.plan-area {
  background: #f9faeb;
  padding: 100px 0;
}

.fukidashi {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  width: fit-content;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0 2rem;
  color: #4f93a6;
  font-size: clamp(20px, 2.5vw, 40px);
  
}

.fukidashi::before, .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 2px;
  height: 4.2rem;
  background: #4f93a6;
}
.fukidashi::before {
  transform: rotate(-30deg);
  left: 0;
}
.fukidashi::after {
  transform: rotate(30deg);
  right: 0;
}

.inner_1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.madori-box {
  background-color: #fff;
  box-shadow: 0 10px 20px 10px rgba(177, 177, 177, .4);
  padding: 100px 56px 70px;
  margin-top: 100px;
  position: relative;
  border-radius: 17px;
}

.madori-ttl {
  background-color: #d39998;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  padding: 14px 0;
  display: flex;
}

.madori-ttl .type-name {
  border-right: 2px solid #fff;
}

.madori-ttl p {
  padding: 0 30px;
  font-size: clamp(18px, 2.5vw, 32px);
  letter-spacing: 0.05em;
}

.madori-ttl p span {
  font-size: 1.4em;
}

.madori {
  padding: 0 4%;
  justify-content: space-between;
}

.zumen {
  width: 56%;
}

.plan-desc {
  width: 40%;
}

.menseki-item {
  position: relative;
  margin-top: 8px;
}

.menseki-item::before {
  display: block;
  content: '■ ';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.menseki-item > div {
  justify-content: space-between;
  align-items: center;
  padding-left: 1.3em;
}

.menseki-item p {
  font-size: clamp(16px, 2.5vw, 20px);
}

.menseki-item .num {
  font-size: clamp(16px, 2.5vw, 18px);
}

.menseki-item .num strong {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: normal;
}

.menseki-item .num strong span {
  font-size: 1.4em;
}

.menseki-item .num strong span.num-md {
  font-size: 1.1em;
}

.wtc {
  margin-top: 20px;
  font-size: clamp(14px, 2.5vw, 16px);
}

.detail {
  margin-top: 40px;
}

.detail p {
  margin-top: 10px;
  font-size: clamp(16px, 2.5vw, 18px);
}

.price-bnr {
  margin-top: 50px;
}

/* Dtype */

.madori-box + .madori-box {
  margin-top: 130px;
}

.plan-btn a {
  margin-top:16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #d39998;
  border: 1px solid #d39998;
  border-radius: 30px;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: clamp(15px, 2.5vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
  transition-duration: 0.3s;
}

.plan-btn a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -7px;
}
.plan-btn a:hover:before {
  border-color: transparent transparent transparent #d39998;
}

.plan-btn a:hover {
  background: #fff;
  color: #d39998;
}

@media only screen and (max-width : 767px) {

  /*共通*/
  .main_View {
    background: url(../img/recommend-plan/rec01-sp.png) no-repeat center center;
    background-size: contain;
    aspect-ratio: 75 / 48;
  }

  .main_View div {
    aspect-ratio: 75 / 48;
}

  .main_View h2 {
    right: 6%;
    max-width: 54%;
  }

  .main_View p {
    bottom: 5px;
    left: 5px;
    font-size: 11px;
  }

  .en-copy {
    margin-top: 40px;
  }

  /* お一人暮らし */

.rec-block {
  margin: 40px 0 60px;
}

  .sec-ttl {
    max-width: 100%;
    padding: 14px 10px 14px 80px;
    line-height: 1.4;
    border-radius: 100px;
    text-align: left;
    letter-spacing: 0.01em;
  }
  
  .sec-ttl::before {
    left: -3%;
    width: 80px;
    height: 80px;
  }

  .single::before {
    top: -5.5%;
  }

  .sec-con>div+div {
    margin-top: 30px;
}

  .cap-wh {
    bottom: 5px;
    right: 5px;
    font-size: 11px;
  }

  .lead-area {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .main-pic {
    width: 100%;
  }
  
  .main-desc {
    width: 100%;
  }

  .sub-pic {
    margin-top: 20px;
  }

  .comb-area {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }

  .md-pic {
    max-width: 100%;
    width: 100%;
  }

  .comb-desc-pc {
    display: none;
  }
  
  .comb-desc {
    gap: 0;
    width: 100%;
    position: relative;
    margin: 10px 0 40px;
  }

  .kyori {
    position: absolute;
    bottom: -30px;
    width: 200px;
    filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 7px #ffffff);
  }

  .comb-ttl {
    margin-bottom: 10px;
}

  .comb-desc figure {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .tenant-list {
    gap: 16px;
  width: 100%;
}

.tenant-ttl {
  font-size: 18px;
}

.marker {
  font-size: 15px;
}

.tenant-ttl::after {
  width: 62%;
}

.tenant-time::before {
  width: 58%;
}

.sec-con .shop-list {
  padding: 3em 0 1.5em;
  margin-top: 60px;
}

.shop-ttl {
  top: -1.3em;
  left: 11.5%;
  text-align: center;
  line-height: 1.4;
}

.shop-desc {
  flex-direction: column;
  padding: 0 1.4em;
  gap: 30px;
}

.shop-desc li {
  max-width: 100%;
}
.shop-name {
  font-size: 15px;
}
  
/* ご家族暮らし */

.family::before {
  top: -5.5%;
}

.spot-list {
  margin-top: 30px;
  flex-direction: column;
  gap: 24px;
}

.spot-list li {
  width: 100%;
}

/* お二人暮らし */

.couple::before {
  top: -32%;
}

.couple-block {
  margin-bottom: 50px;
}

.co-area01 .co-ttl span {
  top: -2em;
}

.co-area02 .co-ttl span {
  top: -1.3em;
}

.co-desc {
  margin-top: 30px;
  flex-direction: column;
}

.co-sp {
  position: relative;
  margin-bottom: 30px;
}

.co-kyori {
  position: absolute;
  bottom: -30px;
  filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 7px #ffffff);
  color: #4e93a6;
}

.co-kyori img {
  width: 132px;
}


.sm-f {
  margin-top: 10px;
}

.rec-block .co-area01,
.rec-block .co-area02 {
  margin-top: 60px;
}

.co-area01 .co-copy,
.co-area02 .co-copy {
  width: 100%;
}

.co-area01 .co-copy {
  margin-top: 10px;
  line-height: 1.5;
}

.co-area01 .co-pic,
.co-area02 .co-pic {
  width: 100%;
  gap: 14px;
  margin-top: 10px;
}

.co-area02 .co-txt {
  width: 100%;
  margin-top: 10px;
}

.co-area02 .co-txt div {
  display: flex;
  align-items: end;
  justify-content: center;
}

.food-spot {
}

.food-spot-txt {
  margin-top: 8px;
}

.co-txt .toho {
  line-height: 1;
}


.pink-ttl {
  line-height: 1.4;
}

.co-area03 .txt {
  margin-top: 20px;
}

.pink-ttl::after {
  width: 80%;
  padding: 10px auto 0;
}

.co-area03 .spot-list {
  margin-top: 20px;
}


/* 背景黄色エリア */

.plan-area {
  padding: 50px 0;
}

.fukidashi {
  font-weight: 600;
  padding: 0 1.5rem;
}

.fukidashi::before, .fukidashi::after {
  bottom: -10px;
}

.madori-box {
  padding: 40px 24px 30px;
  margin-top: 60px;
}

.madori-ttl {
  top: -22px;
  padding: 8px 0;
}

.madori-ttl p {
  padding: 0 20px;
}

.madori {
  padding: 0;
  flex-direction: column-reverse;
}

.zumen {
  width: 100%;
  margin-top: 20px;
}

.zumen-pic {
  width: 92%;
  margin-left: 8%;
}

.plan-desc {
  width: 100%;
}

.detail {
  margin-top: 24px;
}

.price-bnr {
  margin-top: 24px;
}

.plan-btn a:before {
  right: 16px;
}

/* Dtype */

.madori-box + .madori-box {
  margin-top: 70px;
}
}