@charset "utf-8";
/* ▼共通cssここから */
html {overflow: overlay;}
img {vertical-align: bottom;}
header {width: 100%;justify-content: center;
position: fixed;top: 0;left: 0;z-index: 9999;}
header.is-hide { transform: translateY(0);}
/* スマホ */
@media screen and (max-width: 767px) {
  header .header-nav_upper {
    justify-content: center;
  }
}
/* PC反映 */
@media screen and (min-width: 768px) {
  body {overflow-x: hidden;}}
body.fixed {position: fixed;width: 100%; top: 0;left: 0;}
footer, .footer-lower {border: none;}
.footer {background: #fff;}

/* スマホ */
@media screen and (max-width: 767px) {
  .footer-gotoTop.is-fixed {bottom: 80px;}
  .fix-btn-wrapper {background-color: rgb(255 255 255 / 20%);position: fixed;}
  .fix-btn-wrapper .CTA-btn {
    background-color: rgba(58, 55, 55, 0.85);
    border-top: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    z-index: 999;
  }
  .fix-btn-wrapper .CTA-btn a {
    transition: all 0.2s ease;
    padding: 8px 0;
    text-align: center;
    width: 360px;
    background-image: linear-gradient(90deg, #ff6f57, #ffb30d);
    border-radius: 7px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .fix-btn-wrapper .CTA-btn a:active {
    transform: scale(0.97);
    opacity: 0.8;
  }
.fix-btn-wrapper .CTA-btn a::after{
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:4px;
  pointer-events:none;
}
.fix-btn-wrapper .sp-fv-copy{
  position:relative;
  z-index:2;
  gap:3px;
}
.fix-btn-wrapper .sp-fv-label{
  color:#fff;
  font-size:1.2rem;
  line-height:1;
  margin:0;
}
.fix-btn-wrapper .minits-maru-moji{
  margin:0;
  line-height:1;
}
  .arrow_r {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  .arrow_r:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .fix-btn-wrapper .CTA-btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 0;
    opacity: 1;
    width: auto;
    margin: 0;
    z-index: 999;
  }
  .fix-btn-wrapper .CTA-btn a {
    align-items: center;
    width: auto;
    border-radius: 10px 0 0 10px;
    padding: 8px 35px 8px 12px;
    justify-content: flex-start;
  }
  .fix-btn-wrapper .CTA-btn a:hover {
    box-shadow: 0 6px #941e00;
    position: static;
    top: 0;
    transform: none;
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  header:hover {
    background-color: #000;
  }
  header .header {
    height: auto;
  }
  header .header-nav_wrapper {
    margin-top: 0;
    background-color: #fff;
  }
  header .header-nav_wrapper .header-nav_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* PC */
@media screen and (max-width: 767px) {
  header .header-nav_wrapper {
    margin-top: 0;
  }
}
.rent-form {
  font-family: "Noto Serif JP", serif;
}
/* スマホ */
@media screen and (max-width: 767px) {
  .rent-form {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  main.rent-form {
    margin-top: 51px;
  }
  .sp-only {
    display: block;
    margin-top: 0%;
  }
}

main.rent-form {
  padding-bottom: 30px;
}

header .header-nav_wrapper .header-nav_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header-nav_logo {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .header-nav_logo {
    width: 170px;
  }
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.arrow_r:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rent-form .header-nav_upper > p {
  display: flex;
  align-items: baseline;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1;
}
.rent-form .header-nav_upper p span {
  font-size: 1.5rem;
}

/* 内側の線 */
.cta-btn a::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  pointer-events: none;
}
.CTA-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 8;
}

.pcOnly .CTA-btn {
  background-color: rgba(58, 55, 55, 0.85);
  border-top: 1px solid rgb(255 255 255 / 50%);
  width: 95%;
  position: fixed;
  padding: 10px;
  bottom: 0;
  z-index: 999;
}
.pcOnly .CTA-btn a {
  padding: 5px 15px;
  text-align: center;
  width: calc(50% - 40px);
  background: linear-gradient(
    0deg,
    rgba(84, 71, 18, 1) 0%,
    rgba(194, 163, 39, 1) 100%
  );
  border-radius: 7px;
  display: inline-block;
}
.minits-maru-circle {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #fe8240;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
/* ヘッダーの改修 入居者募集 */
.header-nav_upper{
  justify-content:space-between;
}
.nyuukyo-bosyu {
  width: 200px;
}
.nyuukyo-bosyu-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #FE8462;
  padding: 4px 0;
  border-radius: 4px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .minits-maru-circle {
    color: #ff6f57;
  }
  .fix-btn-wrapper .CTA-btn a .minits-maru-moji {
    color: #fff;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .CTA-btn a {
    transition: all 0.2s ease;
  }
  .CTA-btn a:active {
    transform: scale(0.97);
    opacity: 0.8;
  }
  .arrow_r:before {
    width: 6px;
    height: 6px;
    right: -10px;
  }
  .nyuukyo-bosyu {
    width: 120px;
  }
  .nyuukyo-bosyu-txt {
    font-size: 1.4rem;
  }
}
section.section-box {
  margin: 0 auto;
  transform: translate(0, 20%);
  opacity: 0;
  transition: 2s;
transform: translate(0,20%);
opacity:0;
}
section.section-box.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.sp-only {
  display: none;
}
.fv-wapper {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.fv-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv-img.active {
  opacity: 1;
}
.fv-img:nth-child(1) {
  background-image: url(/lp/rent/classeum/img/top-slide01-pc.jpg);
}
.fv-img:nth-child(2) {
  background-image: url(/lp/rent/classeum/img/top-slide02-pc.jpg);
}
.fv-img:nth-child(3) {
  background-image: url(/lp/rent/classeum/img/top-slide03-pc.jpg);
}
.fv-copy-area{
  position:absolute;
  top:1.5%;
  left:10%;
  width:350px;
  padding:18px 24px;
  background:#F4F4F4;
  z-index:10;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.fv-top-sub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 6px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
}
.fv-copy-area p.fv-top-sub {
    margin-bottom: 4px;
}
.fv-top-sub::before, .fv-top-sub::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #b49952;
}
.fv-tags{
  display:flex;
  gap:6px;
  margin-bottom:12px;
}
.fv-tags span{
  background:#b49952;
  color:#fff;
  padding:4px 8px;
  border-radius:3px;
  font-size:1.4rem;
  font-family:"Noto Sans JP", sans-serif;
  font-weight:700;
}
.fv-copy{
font-size:2.1rem;
line-height:1.5;
font-weight:bold;
color:#222;
margin:8px 0 12px;
}
.fv-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.fv-sub span{
  color:#b49952;
  font-weight:bold;
}
.fv-note{
  font-size:1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #777;
  margin-top: 2px;
}
/* ボックス下のボタン */
.pc-fv-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.pc-fv-label{
  color:#fff;
  font-size:1.1rem;
  line-height:1;
  margin-bottom:4px;
  font-family:"Noto Sans JP", sans-serif;
}
.pc-fv-cta-text{
  color:#fff;
  font-size:2rem;
  font-weight:bold;
  line-height:1;
  font-family:"Noto Sans JP", sans-serif;
}
.pc-fv-cta{
  position:absolute;
  left:11%;
  top:320px;
  z-index:20;
}
.pc-fv-cta a{
  width:360px;
  padding:12px 8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  position:relative;
  background:linear-gradient(
    90deg, #ff8266 0%, #f7b51d 100%);
  border-radius:6px;
}
.pc-fv-cta a::before{
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:4px;
}
.pc-fv-cta a::after{
  content:"";
  position:absolute;
  right:14px;
  width:9px;
  height:9px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}
/* スマホ */
@media screen and (max-width: 767px) {
.fv-copy-area {
  position: static;
  background: none;
  box-shadow: none;
  padding: 0;
}
.fv-copy-area .fv-tags {
  position: absolute;
  top: 40px;
  left: 10px;
}
.fv-copy-area .text-inner {
  padding: 0;
}
/* タグ部分 */
.fv-tags span {
  background: #b49952;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.fv-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
  z-index: 1;
}
  .fv-wapper {
    margin-top: 0px;
    position: relative;
    aspect-ratio: 375 / 220;
    height: auto;
    overflow: hidden;
  }
  .fv-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fv-img.active {
    opacity: 1;
  }
  .fv-img:nth-child(1) {
    background-image: url(/lp/rent/classeum/img/spmv_bg.png);
  }
  .fv-img:nth-child(2) {
    background-image: url(/lp/rent/classeum/img/top-slide02-sp.png);
  }
  .fv-img:nth-child(3) {
    background-image: url(/lp/rent/classeum/img/top-slide03-sp.png);
  }
  /* 見出し */
.fv-copy-area h2.fv-copy {
  position: absolute;
  top: 236px;
  right: 0;
  z-index: 100;
  max-width: none;
  color: #333;
  background: rgba(255, 255, 255, .85);
  white-space: nowrap;
  padding: 1px 1px 1px 6px;
  display: inline-block;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  }
.fv-copy-area h2.fv-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
  background: rgba(255, 255, 255, .85);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .fv-note {
    font-size: 0.9rem;
  }
.sp-campaign-box img {
  padding: 10px;
  box-sizing: border-box;
}
  .property-name {
    margin-top: 51px;
    background: #555;
    color: #fff;
    padding: 8px 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    clear: both;
  }
.main .info-area {
  width: 100%;
  background:
    url(/lp/rent/classeum/img/spmv_bg-bottom.png)
    no-repeat center center;
  background-size: cover;
}
  .main .info-area .list-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .main .list-info li {
    position: relative;
    width: auto;
    min-height: 58px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 0;
  }
  /* 縦線 */
  .main .list-info li:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255,255,255,.25);
  }
  /* 横線 */
  .main .list-info li:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  .main .list-info p {
    line-height: 1.8;
    margin: 0;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .main .size01 {
    font-size: 170%;
    font-weight: bold;
  }
}
/* メインコピー細かな調整 */
 @media screen and (max-width: 420px) {
  .fv-copy-area h2.fv-copy {
  top: 227px;
  }
}
 @media screen and (max-width: 410px) {
  .fv-copy-area h2.fv-copy {
  top: 222px;
  }
}
 @media screen and (max-width: 400px) {
  .fv-copy-area h2.fv-copy {
  top: 215px;
  }
}
 @media screen and (max-width: 385px) {
  .fv-copy-area h2.fv-copy {
  top: 207px;
  }
}
 .main .info-area .list-info li span.num01 {
    font-size: 1.85em;
    letter-spacing: 0;
    line-height: 1;
  }
/* PC 768以上の時 */
@media screen and (min-width: 768px) {
  section.section-box {
    margin: 0 auto;
  }
  .main .contents {
    max-width: 1080px;
    margin: 0 auto;
  }
  .main .info-area {
    width: 100%;
    background-color: #59595d;
    padding: 10px 0;
  }
  .main .info-area .list-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    line-height: 1;
  }
  .index .main-sec .info-area .list-info li {
    display: table-cell;
    height: 100%;
    padding: 10px 16px;
    vertical-align: middle;
  }
  .main .info-area .list-info li:first-child {
    width: 20%;
    padding-left: 0;
  }
  .main .info-area .list-info li {
    position: relative;
  }
  .main .info-area .list-info li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.3);
  }
  .size01 {
    font-size: 150%;
  }
}
/* スマホ */
@media screen and (max-width: 767px) {
/* セクション前のCV追加 */
.sp-fv-cta{
  padding:10px 0 0;
}
.sp-fv-cta a{
  width: 360px;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding: 12px 4px;
  background:linear-gradient(90deg,#ff8266 0%,#f7b51d 100%);
  border-radius:6px;
  position:relative;
  text-decoration:none;
  overflow:hidden;
}
/* 白い内枠 */
.sp-fv-cta a::before{
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:4px;
}
/* 矢印 */
.sp-fv-cta a::after{
  content:"";
  position:absolute;
  right:14px;
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}
.sp-fv-cta .minits-maru-circle{
  width:40px;
  height:40px;
  font-size:1rem;
  line-height:1.1;
  color:#ff775c;
  font-weight:700;
  position:relative;
  z-index:2;
}
.sp-fv-cta-text{
  color:#fff;
  font-size:4rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.02em;
  margin:0;
  position:relative;
  z-index:2;
}
.sp-fv-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.sp-fv-label{
  color:#fff;
  font-size:1.2rem;
  margin-bottom:4px;
  line-height:1;
  font-family: "Noto Sans JP", sans-serif;
}
.sp-fv-cta-text{
  color:#fff;
  font-size:2rem;
  line-height:1;
  font-weight:bold;
  font-family: "Noto Sans JP", sans-serif;
}
}
.swiper-container > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.fix-btn-wrapper {
  box-sizing: border-box;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
/* スマホ */
@media screen and (max-width: 767px) {
  .section-box .btn-normal {
    width: 180px;
    margin-top: 0;
  }
  .btn-normal p {
    font-size: 1.4rem;
  }
  .btn-normal a {
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .rent-form.white-header .header-nav_upper .kuramoa-logo {
    width: 80px;
    margin-left: 20px;
  }
}

.rent-form.main-white {
  background-color: #f4f4ef;
}
.main-white * p {
  color: #000;
}

@media screen and (min-width: 768px) {
  .rent-form.main-white {
    margin-top: 80px;
  }
  .main-white section.section-box:nth-child(3n) {
    margin-top: 40px;
  }
  .main-white .access p:last-child {
    width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .main-white .section-box.access,
  .main-white .section-box.location {
    padding: 10px;
  }
}
/* PCSP共通シャインエフェクト */
.pc-fv-cta a,
.sp-fv-cta a,
.fix-btn-wrapper .CTA-btn a{
  position: relative;
  overflow: hidden;
  transition:
    transform .3s ease,
    filter .3s ease,
    box-shadow .3s ease;
}
/* ホバーも */
.pc-fv-cta a:hover,
.sp-fv-cta a:hover,
.fix-btn-wrapper .CTA-btn a:hover{
  transform: translateY(-4px);
  filter: brightness(0.90);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.shine{
  position: absolute;
  top: -50%;
  left: -100px;
  width: 40px;
  height: 200%;
  background: rgba(255,255,255,.45);
  filter: blur(6px);
  transform: rotate(25deg);
  animation: shineMove 1.5s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes shineMove{
  from{left: -100px;}
  to{ left: 120%; }
}
.minits-maru-circle,
.pc-fv-copy,
.sp-fv-copy{
  position: relative;
  z-index: 2;
}
/* FVの追従CTA */
@media screen and (max-width: 767px) {
  .fix-btn-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .fix-btn-wrapper.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* NEW　改修後 既存CSSは後ほど整理*/
/* 第1セクション　Reason */
section.section-box .sec-inner{
  width: 1080px;
  margin: 0 auto;
}
section.section-box {
  transform: translate(0,20%);
  opacity:0;
}
.reason-box{
  background:#fff;
  font-family:"Noto Sans JP", sans-serif;
  padding:60px 0;
  width:100%;
  margin:0;
}
.reason-heading{
  text-align:center;
}
.reason-en{
  font-size:2.6rem;
  color:#cdc7af;
  font-weight: lighter;
  font-family:"Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.reason-heading h2{
  position:relative;
  font-size:3rem;
  font-family:"Noto Serif JP", sans-serif;
  font-weight: bold;
  padding-bottom:20px;
}
.reason-heading h2::after{
  content:"";
  width:60px;
  height:2px;
  background:#b49952;
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
}
.reason-lead{
  text-align:center;
  font-size:2rem;
  font-family:"Noto Sans JP", sans-serif;
  line-height:1.6;
  margin:40px auto 60px;
}
.reason-lead span{
  font-weight: bold;
}
.reason-list{
  width:1080px;
  margin:0 auto;
  display:flex;
  gap:30px;
}
.reason-item{
  width: 30%;
  background:#F5F4EB;
  padding:30px 10px;
  position:relative;
}
.reason-num{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  background:#B49952;
  color:#fff;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:3px;
  font-size: 1.4rem;
  font-family:"Noto Sans JP", sans-serif;
}
.reason-item h3{
  font-size:1.8rem;
  font-weight: bold;
  text-align:center;
  margin-bottom:10px;
}
.reason-item p{
  font-size:1.6rem;
  line-height:1.6;
}
@media screen and (max-width:767px){
  section.section-box .sec-inner{
  width: 100%;
  margin: 0 auto;
}
  .section-box{
    box-sizing: border-box;
  }
  .reason-box{
    padding:40px 10px;
  }
  .reason-en{
    font-size:1.8rem;
    font-weight: lighter;
  }
  .reason-heading h2{
    font-size:2rem;
  }
  .reason-lead{
    font-size:1.2rem;
    margin:20px auto;
  }
  .reason-list{
    width:auto;
    display:block;
  }
  .reason-item{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 10px;
    padding:10px 10px 10px 60px;
  }
  .reason-num{
    left:15px;
    top:18px;
    transform:none;
    width:36px;
    height:36px;
    font-size: 1.4rem;
  }
  .reason-item h3{
    text-align:left;
    font-size:1.4rem;
    margin-bottom:4px;
  }
  .reason-item p{
    font-size:1.2rem;
    line-height:1.6;
  }
}

/* 第2セクション　間取りプラン */
.plan-box{
  background:#F4F4EF;
  width:100%;
  margin:0;
  padding:60px 0;
}
.plan-lead{
  text-align:center;
  font-size:2rem;
  margin:30px 0 20px;
  font-family:"Noto Sans JP",sans-serif;
  font-weight: normal;
}
.plan-note{
  width:420px;
  margin:0 auto 40px;
  padding:10px;
  border:1px solid #B49952;
  border-radius:6px;
  text-align:center;
  font-size:1.6rem;
  line-height:1.6;
  font-family:"Noto Sans JP",sans-serif;
  font-weight: normal;
}
.plan-swiper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.plan-swiper .swiper-slide{
  height:auto;
  display: flex;
}
.plan-item{
  width: 330px;
  background:#fff;
  padding: 20px;
  box-sizing:border-box;
}
.plan-img{
  text-align:center;
}
.plan-img{
  height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.plan-img img{
  width:auto;
  max-width:100%;
  max-height:280px;
  object-fit:contain;
}
.plan-info{
  border-top:1px solid #B79881;
  padding-top:15px;
  margin-top: 10px;
  position:relative;
  font-family:"Noto Sans JP",sans-serif;
}
.plan-info-yoko-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-type{
  font-size:2rem;
}
.plan-size{
  font-size:1.6rem;
  color:#555;
  font-weight: normal;
}
.plan-rent{
  font-size:1.6rem;
}
.plan-rent span{
  color:#B49952;
  font-size:2.2rem;
  font-weight:bold;
}
.plan-room{
  background:#B49952;
  color:#fff;
  padding:4px 10px;
  font-size:1.6rem;
  border-radius: 2px;
}
.plan-prev, .plan-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fff;
  border:1px solid #ccc;
  cursor:pointer;
  z-index:10;
}
.plan-prev::before{
  content:"";
  position:absolute;
  top:20px;
  left:22px;
  width:10px;
  height:10px;
  border-top:1px solid #666;
  border-left:1px solid #666;
  transform:rotate(-45deg);
}
.plan-next::before{
  content:"";
  position:absolute;
  top:20px;
  left:18px;
  width:10px;
  height:10px;
  border-top:1px solid #666;
  border-right:1px solid #666;
  transform:rotate(45deg);
}
.plan-next {
  right: 5px;
}
.plan-prev {
  left: 5px;
}
@media screen and (max-width:767px){
  .plan-box{
    padding:40px 10px;
  }
  .plan-lead{
    font-size:1.4rem;
  }
  .plan-note{
    width:calc(100% - 20px);
    margin-bottom:30px;
    font-size:1.4rem;
  }
.plan-swiper{
  padding:0 20px;
}
.plan-prev, .plan-next{
  display: none;
}
.plan-img{
  height:250px;
}
.plan-img img{
  width:auto;
  max-width:100%;
  max-height:220px;
  object-fit:contain;
}
.plan-item{
  padding:15px 8px;
  width: 270px;
}
.plan-prev, .plan-next{
  top:40%;
}
.plan-info{
  padding:0;
  margin-top:0;
}
.plan-type{
  font-size:1.7rem;
}
.plan-room{
  display:inline-block;
  font-size: 1.2rem;
}
.plan-size {
    font-size: 1.2rem;
}
.plan-rent {
    font-size: 1.2rem;
}
.plan-rent span {
    font-size: 1.8rem;
}
}
/* 写真・設備 */
.equipment-gallery{
  margin:40px auto 10px;
  display:flex;
  gap:20px;
}
.gallery-main{
  width:100%;
}
.gallery-main img{
  width:500px;
  object-fit:cover;
}
.gallery-sub{
  width:100%;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.gallery-sub img{
  width:266px;
  object-fit:cover;
}
.equipment-bels{
  margin:40px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
}
.equipment-bels-img img{
  width:120px;
  display:block;
}
.equipment-bels-text{
  text-align:left;
}
.equipment-bels-title{
  font-family:"Noto Sans JP",sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1.4;
  margin:0;
  color:#111;
}
.equipment-bels-title span{
  color:#4CAF50;
}
.equipment-bels-note{
  margin-top:6px;
  font-family:"Noto Sans JP",sans-serif;
  font-size:10px;
  color:#666;
  line-height:1.5;
}
.equipment-spec{
  width:1080px;
  margin:0 auto;
  text-align:center;
}
.equipment-spec img{
  width:100%;
  max-width:900px;
}
@media screen and (max-width:767px){
  .equipment-gallery{
    width:100%;
    display:block;
    margin:20px auto 10px;
  }
  .gallery-main{
    width:100%;
    margin-bottom:10px;
  }
  .gallery-sub{
    width:100%;
    gap:10px;
  }
.gallery-main img{
  width:100%;
  margin: 0 auto;
}
.gallery-sub img {
    width: 100%;
}
  .equipment-bels{
    width:100%;
    gap:12px;
    margin: 0 auto;
  }
  .equipment-bels-img img{
    width:70px;
  }
  .equipment-bels-title{
    font-size:1.3rem;
  }
  .equipment-bels-note{
    font-size:10px;
  }
  .equipment-spec{
    width:100%;
  }
  .equipment-spec img{
    width:100%;
  }
}
/* アクセス */
.access-map{
  margin:40px auto 20px;
}
.access-map img{
  width:100%;
  display:block;
  padding-bottom: 40px;
}
.access-station-list{
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px 20px;
  padding-bottom: 40px;
}
.access-station-item{
  background:#fff;
  text-align:center;
  padding:10px;
}
.station-time strong{
font-size:2rem;
font-weight:bold;
}
.station-name{
  font-family:"Noto Sans JP",sans-serif;
  font-size:2rem;
  line-height: 1.3;
}
.station-time{
  font-family:"Noto Sans JP",sans-serif;
  font-size:1.8rem;
  font-weight:700;
  line-height:1.2;
}
.station-time span{
  font-size:1.3rem;
  font-weight:400;
}
.station-time strong{
  font-size:2.6rem;
}
.station-note{
  font-family:"Noto Sans JP",sans-serif;
  font-size:.9rem;
  color:#555;
  line-height:1.6;
  margin-top:4px;
}
@media screen and (max-width:767px){
  .access-map{
    width:100%;
    margin:20px auto;
  }
  .access-map img{
  padding-bottom: 20px;
}
.access-station-list{
  padding-top: 20px;
}
  .access-station-list{
    width:100%;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
  .access-station-item{
    padding:12px 5px;
  }
  .station-name{
    font-size:1.2rem;
  }
  .station-time{
    font-size:1.2rem;
  }
  .station-time strong{
    font-size:1.6rem;
  }
  .station-note{
    font-size:0.9rem;
  }
}
/* 物件概要と店舗情報 */
.overview-table-wrap{
  margin:30px auto 0;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.overview-table{
  width:100%;
  border-collapse:collapse;
  font-family:"Noto Sans JP",sans-serif;
  overflow:hidden;
  background:#fff;
}
.overview-table tbody tr{
  border:1px solid #F4F4F4;
  border-radius: 4px;
}
.overview-table th, .overview-table td{
  padding:18px 20px;
  border-bottom:1px solid #e5e5e5;
  font-size:1.6rem;
  line-height:1.6;
  text-align:left;
  vertical-align:middle;
}
.overview-table tr:last-child th, .overview-table tr:last-child td{
  border-bottom:none;
}
.overview-table th{
  width:160px;
  background:#FAF6EC;
  color:#B49952;
  font-weight:bold;
  text-align:center;
}
.overview-table th, .overview-table td{
  border:1px solid #e5e5e5;
}
.shop-name{
  text-align: center;
  font-size: 1.6rem;
  padding-top: 40px;
  font-family:"Noto Sans JP",sans-serif;
}
.shop-name span{
  font-weight: bold;
}
.shop-box{
  padding-bottom: 80px;
}
@media screen and (max-width:767px){
  .overview-table-wrap{
    margin-top:20px;
  }
  .overview-table{
    table-layout:fixed;
  }
  .overview-table th, .overview-table td{
    display:table-cell;
    padding:12px 10px;
    vertical-align:middle;
    font-size:1.4rem;
    box-sizing:border-box;
  }
  .overview-table th{
    width:80px;
    text-align:center;
    font-weight:700;
    color:#B49952;
    background:#f4f0e6;
  }
  .overview-table td{
    width:auto;
    line-height:1.5;
    word-break:break-word;
  }
  .shop-box {
    padding-bottom: 60px;
}
}
