@charset "utf-8";
/* 
** 賃貸LP共通css
** 共通部分のcssは修正時に他ページも影響がないか要確認
** 各建物別のcssはコメントで区切り記載する
*/

/* ▼共通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;
  }
}

@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: #000;
}

@media screen and (max-width: 767px) {
  .footer-gotoTop.is-fixed {
    bottom: 80px;
  }
  .fix-btn-wrapper .CTA-btn {
    background-color: rgb(255 255 255 / 20%);
    padding: 10px 20px 14px;
    margin: 0;
    width: calc(100% - 40px);
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .fix-btn-wrapper .CTA-btn a {
    padding: 5px 10px;
    text-align: center;
    background: linear-gradient(0deg, rgba(84, 71, 18, 1) 0%, rgba(186, 157, 40, 1) 100%);
    border-radius: 10px;
    display: block;
  }
  .fix-btn-wrapper .CTA-btn a p {
    color: #FFF;
    font-size: 2rem;
  }
}

@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 .btn-catch {
    padding: 7px 5px 6px;
  }
  .fix-btn-wrapper .CTA-btn a::before {
    top: calc(50% - 4px);
    right: 35px;
    width: 8px;
    height: 8px;
  }
  .fix-btn-wrapper .CTA-btn p:not(.btn-catch) {
    font-size: 2.6rem;
    line-height: 1.2;
    padding: 0 30px 0 15px;
  }
  .fix-btn-wrapper .CTA-btn a:hover {
    box-shadow: 0 6px #941e00;
    position: static;
    top: 0;
    transform: none;
    opacity: .5;
  }
}

@media screen and (min-width: 768px) {
  header:hover {
    background-color: #000;
  }
  header .header {
    height: auto;
  }
  header .header-nav_wrapper {
    margin-top: 0;
  }
  header .header-nav_wrapper .header-nav_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  header .header-nav_wrapper {
    margin-top: 0;
  }
}

.rent-form {
  background-color: #000;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
  .rent-form {
    background-color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
  }
  main.rent-form {
    margin-top: 51px;
  }
}

main.rent-form {
  padding-bottom: 30px;
}

.rent-form .header-nav_upper > p {
  display: flex;
  align-items: baseline;
  font-size: 2.8rem;
  color: #FFF;
  letter-spacing: 5px;
  line-height: 1;
}

.rent-form .header-nav_upper p span {
  font-size: 2rem;
}

.cta-btn {
  width: 350px;
}
.cta-btn a {
  display: block;
  text-align: center;
  background: linear-gradient(0deg,rgba(84, 71, 18, 1) 0%, rgba(186, 157, 40, 1) 100%);
  border-radius: 10px;
  padding: 10px 0;
}

.cta-btn a p {
  color: #FFF;
  font-size: 2rem;
}

.fv-wapper {
  background: url(/newmedia/lp/rent/classeum/img/spmv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 80vh;
  position: relative;
}

.fv-wapper .text-inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  text-align: center;
  padding: 30px;
}

.fv-wapper .text-inner > p {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin: 0 60px 10px;
}
.fv-wapper .text-inner p {
  color: #FFF;
}

.fv-wapper .text-inner .fv-point-inner p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.fv-wapper .text-inner .fv-point-inner p span {
  font-size: 150%
}

.fv-wapper .text-inner .fv-point-inner {
  position: relative;
  text-shadow: 3px 3px 3px #4f4f4f;
}

.fv-point-open {
  position: absolute;
  bottom: 60px;
  left: 10px;
  background-color: rgb(255 255 255 / 70%);
  padding: 5px 10px;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 800;
}

.fv-open-notice {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #FFF;
  background-color: rgb(0 0 0 / 50%);
  padding: 3px 10px;
  width: 95%;
  font-size: 1rem;
}

section.section-box {
  margin: 0 auto 50px;
  transform: translate(0, 20%);
  opacity: 0;
  transition: 2s;
}
section.section-box.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fv-wapper {
    min-height: 410px;
  }
  .fv-wapper .text-inner .fv-point-inner p:nth-child(2) {
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .fv-wapper {
    padding: 20px 20px 60px;
    background: url(/newmedia/lp/rent/classeum/img/pcmv_bg.png);
    background-size: cover;
    min-height: 80vh;
  }
  .fv-wapper .text-inner {
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 43vw;
    max-width: 520px;
    margin: 100px 30px 30px;
    position: relative;
  }
  .fv-wapper .text-inner > p {
    font-size: 2rem;
    width: auto;
    margin: 0 90px 30px;
  }
  .fv-wapper .text-inner .fv-point-inner p {
    font-size: 4rem;
    line-height: 1.3;
  }
  .fv-wapper .text-inner .fv-point-inner p span {
    font-size: 130%;
  }
  .fv-point-open {
    position: absolute;
    top: 100px;
    right: 10px;
    background-color: rgb(255 255 255 / 50%);
    padding: 55px 10px 20px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.3;
    width: 130px;
    height: 75px;
    left: auto;
  }
  .fv-open-notice {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #FFF;
    background-color: rgb(0 0 0 / 50%);
    padding: 3px 10px;
    width: 99%;
    font-size: 1.1rem;
    text-align: center;
  }
  section.section-box {
    width: 1080px;
    margin: 0 auto 100px;
  }
}

section.section-box.read-txt {
  width: 100vw;
  margin-top: -20px;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 100%);
}

.read-txt p {
  text-align: center;
  color: #FFF;
  font-size: 1.4rem;
  margin: 0 auto 30px;
  line-height: 1.4;
}

.read-txt p span {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .read-txt p {
    font-size: 2.2rem;
    width: 760px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #fff;
  }

  .read-txt p span {
    font-size: 130%;
  }
}

.point-inner p,
.price-box li {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

.point-inner p span,
.price-box li span {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .point-inner p:nth-child(1),
  .point-inner p:nth-child(2){
    margin-bottom: 20px;
  }
  .point-inner p:nth-child(3),
  .point-inner p:nth-child(5) {
    border-bottom: 1px solid #FFF;
    width: 80vw;
    margin: 0 auto 30px;
    padding-bottom: 20px;
  }
  .price-box {
    position: relative;
    border: #FFF 1px solid;
    width: 90vw;
    margin: 80px auto 0;
            padding: 30px 0 15px;
  }
  .price-box h3 span {
    font-size: 1.8rem;
  }
  .price-box h3 {
    position: absolute;
    top: -30px;
    background-color: #000;
    color: #FFF;
    font-size: 3rem;
    padding: 0 5px;
    left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .point-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .point-inner p,
  .price-box li {
    font-size: 2rem;
    line-height: 1.4;
    color: #FFF;
  }
  .point-inner p:nth-child(2),
  .point-inner p:nth-child(5) {
    margin: 0 110px;
  }
  .point-inner p:nth-child(n+4) {
    margin-top: 30px;
  }
  .point-inner p span,
  .price-box li span {
    font-size: 3.8rem;
  }
  .price-box {
    position: relative;
    border: #FFF 1px solid;
    padding: 45px 40px 30px;
    margin-top: 80px;
  }
  .price-box h3 span {
    font-size: 2rem;
  }
  .price-box ul {
    display: flex;
    justify-content: space-between;
  }
  .price-box h3 {
    position: absolute;
    top: -30px;
    left: calc((100% / 3) - 40px);
    background-color: #000;
    color: #FFF;
    font-size: 3.8rem;
    padding: 0 20px;
  }
}

.point-inner p span.point-txt,
.price-box li span.point-txt {
  color: #E0C218;
}

section.section-box.bg-white {
  background-color: #FFF;
  width: 100%;
}

.bg-white p {
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 3rem;
}

.bg-white p span {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .bg-white p {
    font-size: 1.8rem;
  }
  .bg-white p span {
    font-size: 2.2rem;
  }
}

section.section-box.merit-box {
  width: 100vw;
  background: url(/newmedia/lp/rent/classeum/img/img_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 800px;
}

@media screen and (max-width: 767px) {
  section.section-box.merit-box {
    background-position: 50% 50%;
    padding: 0;
  }
}

.merit-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* ▲共通cssここまで▲ */

@media screen and (min-width: 768px) {
  .merit-box:not(.madori-wapper,.facility,.courtyard) .merit-inner:first-child {
    padding-top: 230px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .merit-box:not(.facility).merit-inner:not(.madori):last-child {
    width: 800px;
    margin: 0 auto;
  }
}

.merit-box .merit-item {
  padding: 20px;
  margin-top: 30px;
}

.merit-box .merit-item.ocher {
  background-color: rgb(139 116 28 / 70%);
}

.merit-box .merit-item.black {
  background-color: rgb(0 0 0/ 70%);
}

.merit-box .merit-item p {
  color: #FFF;
  text-align: center;
}

.merit-box .merit-item p:first-child {
  font-size: 2.8rem;
}

.merit-box .merit-item p:last-child {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .merit-inner {
    position: relative;
  }
  .merit-inner .merit-item {
    position: absolute;
  }
  .merit-inner:first-child .merit-item:nth-child(1) {
    top: 100px;
    width: 85vw;
  }
  .merit-inner:first-child .merit-item:nth-child(2) {
    top: 225px;
  }
  .merit-inner:first-child .merit-item:nth-child(3) {
    top: calc((225px * 1.5) + 10px);
  }
  .merit-inner:nth-child(2) .merit-item:nth-child(1) {
    top: calc((225px * 2) + 20px);
  }
  .merit-inner:nth-child(2) .merit-item:nth-child(2) {
    top:calc((225px * 2.5) + 30px);
  }
  .merit-box .merit-item.ocher {
    background-color: rgb(139 116 28 / 70%);
    right: 0;
  }
  .merit-box .merit-item.black {
    background-color: rgb(0 0 0/ 70%);
    left: 0;
  }
  .merit-box .merit-item p:first-child {
    font-size: 1.8rem;
  }
  .merit-box .merit-item p:last-child {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

section.section-box.swiper-rent {
  width: 100vw;
}

.swiper-container > .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}

@media screen and (min-width: 768px) {
  section.section-box.location {
    width: 1000px;
  }
}

section.section-box.location,
section.section-box.access {
  background-color: #4f4f4f;
  padding: 20px 40px;
}

section.section-box.access p {
  color: #FFF;
}

.location .ttl-txt,
.shop-detail .ttl-txt,
.bukkenn-detail .ttl-txt,
.access .ttl-txt {
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #FFF;
  font-size: 3.5rem;
}

.location .location-wapper p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
}

.location .location-wapper p.sub-ttl {
  font-size: 2.4rem;
  margin-top: 30px;
}

.location .location-wapper .location-box {
  display: flex;
  justify-content: center;
}

.location .location-wapper .location-box div {
  width: 280px;
  margin: 10px 20px;
}

.location .location-wapper .location-box div p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}

.location .location-wapper .location-text {
  width: 60%;
  margin: 0 auto;
}

.location .location-wapper .location-text li {
  display: flex;
  justify-content: space-between;
  border-bottom: #a0a0a0 solid 1px;
  padding: 6px 10px 2px 10px;
}

.location .location-wapper .location-text li:last-child {
  border-bottom: none;
}

.shop-detail table {
  color: #FFF;
  margin: 30px auto 0;
  text-align: left;
  font-size: 1.8rem;
}

.shop-detail table th {
  width: 100px;
}

.shop-detail.bukkenn-detail table th {
  width: 200px;
}

.shop-detail table td {
  width: 400px;
}

.shop-detail.bukkenn-detail table td {
  width: 500px;
}

.shop-detail.bukkenn-detail table td p.small-text {
  font-size: 1.2rem;
  line-height: 1.2;
}

.bg-white p.small-txt {
  font-size: 1.2rem;
  text-align: left;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.section-box.location {
    padding: 20px 10px;
    margin: 0 10px 50px;
  }
  .location .ttl-txt,
  .shop-detail .ttl-txt {
    font-size: 2.2rem;
    width: 80vw;
    margin: 0 auto;
  }
  .location .location-wapper p.sub-ttl {
    font-size: 1.8rem;
  }
  .location .location-wapper p {
    font-size: 1.4rem;
  }
  .location .location-wapper .location-box div {
    width: calc((100vw / 2) - 20px);
    margin: 0;
  }
  .location .location-wapper .location-box div:nth-child(2) {
    margin-left: 15px;
  }
  .location .location-wapper .location-box div p {
    font-size: 1.3rem;
  }

  .shop-detail table {
    color: #FFF;
    margin: 30px auto 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .shop-detail table th,
  .shop-detail table td,
  .shop-detail.bukkenn-detail table th,
  .shop-detail.bukkenn-detail table td {
    display: block;
    width: 90vw;
  }
  .shop-detail table td {
    margin-bottom: 15px;
  }
  .bg-white p.small-txt {
    font-size: 1rem;
    width: 90vw;
  }
}

.section-box.eco p:first-child {
  width: 200px;
  margin: 0 auto;  
}

.section-box.eco p:last-child {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .section-box.eco p:first-child {
    width: 100px;
  }
  .section-box.eco p:last-child {
    width: 80vw;
    margin: 0 auto;
    line-height: 1;
    margin-top: 10px;
  }
}

.section-box.article {
  background-color: #FFF;
  padding: 20px;
  width: 60%;
}

.section-box.article > div {
  display: flex;
  gap: 30px;
}

.section-box .btn-normal {
  width: 350px;
  margin-top: 30px;
}

.section-box.article > div > p {
  width: 30%;
}

.section-box.article > div > div {
  width: 70%;
}

.fix-btn-wrapper {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .section-box.article {
    width: 80vw;
  }
  .section-box.article p {
    line-height: 1.2;
  }
  .section-box.article > div {
    gap: 20px;
  }
  .section-box.article > div > p {
    width: 40%;
  }
  .section-box.article > div > div {
    width: 60%;
  }
  .section-box .btn-normal {
    width: 180px;
    margin-top: 0;
  }
  .btn-normal p {
    font-size: 1.4rem;
  }
  .btn-normal a {
    height: 35px;
  }
}

.text-black-color {
  color: #000;
}
.text-white-color {
  color: #FFF;
}

/* プロシード池上　背景白 */
@media screen and (max-width: 767px) {
  header .header {
    height: 50px;
  }
  .main-white.main {
    margin-top: 53px;
  }
  .main-white .fv-wapper .text-inner {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,rgb(255 255 255 / 80%) 80%, rgb(255 255 255 / 80%) 100%);
    width: 100vw;
    margin: 0 auto;
    padding: 30px 0;
  }
  .fv-wapper .text-inner .fv-point-inner {
    text-shadow: 1px 1px 3px #FFF;
  }
  .main-white .fv-wapper .text-inner > p {
    font-size: 1.6rem;
  }
  .main-white .fv-wapper .text-inner .fv-point-inner p span {
    font-size: 158%;
    line-height: 1.3;
  }
}

.rent-form.white-header {
  background-color: rgb(251 251 245 / 80%);
}

header.rent-form.white-header .header {
  border-bottom: 3px solid #6a5306;
}

.rent-form.white-header .header-nav_upper > p {
  color: #000;
}

.white-header .cta-btn a {
  background: linear-gradient(0deg, #978641 0%, #E6C028 100%);
  box-shadow: rgb(51 51 51 / 30%) 2px 3px 3px;
}

@media screen and (max-width: 767px) {
  .rent-form.white-header .header-nav_upper {
    justify-content: space-between;
  }
  .rent-form.white-header .header-nav_upper > p {
    font-size: 1.8rem;
  }
  .rent-form.white-header .header-nav_upper > p.kuramoa-logo {
    width: 60px;
    font-weight: 600;
  }
  .main-white .fix-btn-wrapper .CTA-btn a {
    background: linear-gradient(0deg, #978641 0%, #E6C028 100%);
    box-shadow: rgb(51 51 51 / 30%) 2px 3px 3px;
  }
}

@media screen and (min-width: 768px) {
  .rent-form.white-header .header-nav_upper .kuramoa-logo {
    width: 80px;
    margin-left: 20px;
  }
  .main-white .fv-wapper .text-inner {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 100%);
  }
  .main-white .fv-wapper .text-inner > p {
    width: 60%;
    margin: 0 auto 20px;
  }
  .main-white .point-inner p:nth-child(n + 2) {
    position: relative;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .main-white .point-inner {
    margin-top: -10px;
  }
  .main-white .point-inner p span {
    font-size: 2.5rem;
  }
  .main-white .point-inner > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 20px;
  }
  .main-white .point-inner > div:nth-child(odd) {
    background-color: #6A5306;
    padding: 10px;
  }
  .main-white .point-inner > div:nth-child(odd) p {
    color: #FFF;
    margin: 10px 0;
  }
  .main-white .point-inner > div:nth-child(odd) p:last-child {
    color: #FFF;
    position: relative;
  }
  .main-white .point-inner > div:nth-child(odd):last-child p {
    margin: 0;
    border: none;
  }
  .main-white .point-inner > div:nth-child(odd) p:last-child:before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    border-radius: 3px;
  }
  .main-white .point-inner > div:nth-child(even) p:last-child {
    position: relative;
  }
  .main-white .point-inner > div:nth-child(even) {
    gap: 0 20px;
  }
  .main-white .point-inner > div:nth-child(even) p:last-child:before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
  }
  .main-white .point-inner > div:nth-child(odd) p span.point-txt {
    color: #FFF;
  }
  .main-white .point-inner > div:nth-child(2) p span.point-txt {
    color: #000;
  }
  .main-white .point-inner > div:last-child {
    flex-wrap: wrap;
  }
  .main-white .point-inner > div:last-child div {
    display: flex;
    gap: 0 20px;
  }
  .main-white .point-inner p {
    font-size: 1.5rem;
    margin: 10px 0;
    width: calc(100vw / 2);
  }
  .main-white .point-inner > div:last-child p {
    width: auto;
  }
}

.rent-form.main-white {
  background-color: #F4F4EF;
}

.main-white * p {
  color: #000;
}

.main-white .fv-wapper .text-inner p {
  color: #000;
}

.main-white .fv-wapper .text-inner > p {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .main-white .fv-wapper .text-inner p {
    text-shadow: none;
  }
  .rent-form.main-white {
    margin-top: 80px;
  }
  .main-white section.section-box:nth-child(3n) {
    margin-top: 40px;
  }
  .main-white .point-inner p span.point-txt {
    color: #000;
  }
  .main-white .access p:last-child {
    width: 550px;
    margin: 0 auto;
  }
  .main-white .courtyard p:last-child {
    width: 450px;
    margin: 0 auto;
  }
}

.main-white .location .ttl-txt,
.main-white .shop-detail .ttl-txt,
.main-white .bukkenn-detail .ttl-txt,
.main-white .access .ttl-txt {
  color: #000;
  border-bottom: 1px solid #000;
}

.main-white .section-box.access,
.main-white .section-box.location {
  background-color: rgb(0 0 0 / 10%);
  padding: 20px 40px;
}

.main-white .section-box.access.map iframe {
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .main-white .section-box.access.map iframe {
    width: 1080px;
  }
}

.main-white .shop-detail table,
.main-white .location .location-wapper p,
.main-white section.section-box.access p {
  color: #000;
}

@media screen and (min-width: 768px) {
  .merit-inner.merit-color-01 {
    background-color: rgb(0 0 0 / 60%);
    padding: 0 20px 20px;
  }
  .merit-inner.merit-color-02 {
    background-color: rgb(139 116 28 / 80%);
    padding: 0 20px 20px;
  }
  .merit-inner.merit-color-01,
  .merit-inner.merit-color-02 {
    width: 1080px;
    margin: 0 auto;
  }
}

.merit-inner h2 {
  font-size: 2.8rem;
  color: #FFF;
  text-align: center;
}

.section-box .sub-ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 30px 0 20px 0;
  text-align: center;
}

/* 間取り図有　メリット */
@media screen and (min-width: 768px) {
  .merit-inner.madori {
    width: 1080px;
    margin: 0 auto;
  }
}

.merit-inner.madori .merit-item {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .main-white .section-box .sub-ttl {
    font-size: 1.4rem;
  }
  .merit-inner.madori h2 {
  font-size: 2rem;
  }
  .merit-inner.madori .merit-item:nth-child(1) {
  }
  .main-white .merit-inner .merit-item {
    padding-top: 20px;
    max-width: 85vw;
  }
}

.madori-wapper {
  margin-top: 20px;
}

.merit-inner.madori > p {
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}

.merit-inner.madori .madori-wapper .madori-items {
  display: flex;
  justify-content: space-between;
}

.merit-inner.madori .madori-items div.madori-img {
  width: 52%;
}

.merit-inner.madori .madori-items ul {
  display: flex;
  flex-wrap: wrap;  
  width: 48%;
  gap: 10px;
}

.merit-inner.madori .madori-items ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  width: 215px;
  min-height: 70px;
}

@media screen and (max-width: 767px) {
  .merit-inner.madori .madori-items ul li {
    width: 155px;
    min-height: 40px;
  }
}

.merit-inner.madori .madori-items button {
  background-color: #848484;
  border-radius: 5px;
}

.merit-inner.madori .madori-items button.is-select {
  background-color: #FFF;
}

.merit-inner.madori .madori-items button .direction {
  display: flex;
  flex-flow: column;
  width: 70px;
  margin-right: 10px;
}

.merit-inner.madori .madori-items button .direction p {
  color: #FFF;
  font-size: 1rem;
  padding: 3px;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
}

.merit-inner.madori .madori-items button .direction p.south {
  background-color: #3A5800;
}

.merit-inner.madori .madori-items button .direction p.west {
  background-color: #16214e;
}

.merit-inner.madori .madori-items button .direction p.north {
  background-color: #363636;
}

.merit-inner.madori .madori-items button .direction p.east {
  background-color: #7f4f21;
}

.merit-inner.madori .madori-items button p {
  font-family: 'Noto Serif JP', serif;
}

.merit-inner.madori .madori-items button p.plan-text {
  font-size: 1.9rem;
  line-height: 1;
  text-align: right;
  margin-bottom: -10px;
}

.merit-inner.madori .madori-items button p.plan-text span {
  font-size: 1.2rem;
}

.merit-inner.madori .madori-items button p.type-text {
  font-size: 2rem;
  text-align: left;
}

.merit-inner.madori .madori-items button.is-select p.plan-text,
.merit-inner.madori .madori-items button.is-select p.type-text {
  color: #000;
}

@media screen and (max-width: 767px) {
  .main-white .location .location-wapper .location-text {
    width: 100%;
  }
  .location .location-wapper .location-text li {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .merit-inner.madori .madori-wapper .madori-items {
    flex-wrap: wrap-reverse;
  }
  .merit-inner.madori .madori-items ul,
  .merit-inner.madori .madori-items div.madori-img {
    width: 100%;
    margin: 0 auto;
  }
  .merit-inner.merit-color-01 .merit-item:nth-child(1) {
    top: 0;
  }
  .merit-inner.merit-color-01 > div {
    background-color: rgb(0 0 0 / 60%);
    padding: 0 20px 20px;
  }
  .merit-inner.merit-color-02 > div {
    background-color: rgb(139 116 28 / 70%);
    padding: 20px;
  }
  .merit-inner:first-child.merit-color-02 .merit-item:nth-child(1) {
    top: 0;
  }
  .merit-inner.madori .madori-items ul {
    display: flex;
    margin-top: 20px;
    position: relative;
    width: 110vw;
    flex-wrap: nowrap;
    margin-right: -70px;
  }
  .scroll-hint {
    margin-left: -10px;
  }
  .merit-inner.madori .madori-items ul::before {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .merit-inner.madori .madori-items button {
    width: 165px;
    padding: 0;
  }
  .merit-inner.madori .madori-items button p.plan-text,
  .merit-inner.madori .madori-items button p.type-text {
    font-size: 1.4rem;
  }
  .merit-inner.madori .madori-items button .direction p {
    font-size: 0.7rem;
  }
  .merit-inner.madori .madori-items button .direction {
    width: 45px;
    margin-right: 5px;
  }
  .merit-inner.madori .madori-items button p.plan-text span {
    font-size: 1rem;
  }
  .main-white .section-box.access,
  .main-white .section-box.location {
    padding: 10px;
  }
}

/* ▼プロシード用▼ */
@media screen and (min-width: 768px) {
  .proceed .fv-point-open {
    top: auto;
    bottom: 0;
    background-color: rgb(106 83 6);
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 20px;
    padding: 13px 0;
    color: #FFF;
  }
  .proceed .fv-point-open span {
    font-size: 80%;
    margin-right: 10px;
  }
  .proceed .fv-wapper {
    background-image: url(/newmedia/lp/rent/proceed-ikegami/img/pcmv_bg.jpg);
    background-position: center;
    padding: 15px 0;
  }
  .proceed .fv-wapper .text-inner {
    margin-top: 20px;
    max-width: 560px;
    width: 45vw;
  }
  .proceed .point-inner p:nth-child(2)::before,
  .proceed .point-inner p:nth-child(3)::before,
  .proceed .point-inner p:nth-child(5)::before,
  .proceed .point-inner p:nth-child(7)::before {
    position: absolute;
    left: -50px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
  }
  .proceed .merit-inner.madori .madori-items ul {
    align-items: center;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .proceed .fv-wapper {
    background-image: url(/newmedia/lp/rent/proceed-ikegami/img/spmv_bg.jpg);
    min-height: 390px;
    background-size: cover;
    margin-bottom: 0;
  }
  .proceed .fv-point-open {
    background: rgb(171 141 45 / 80%);
    color: #FFF;
    font-size: 1.8rem;
    border-radius: 0;
    padding: 5px 0;
    width: 100%;
    left: 0;
    bottom: 20px;
  }
  .proceed .fv-point-open span {
    font-size: 80%;
    margin-right: 10px;
  }
}

.proceed section.section-box.merit-box {
  min-height: 700px;
}

.proceed section.section-box.madori-wapper {
  background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg01.jpg);
  background-size: cover;
  padding: 20px 0;
}

.proceed section.section-box.facility {
  background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg02.jpg);
  background-size: cover;
  padding: 20px 0;
}

.proceed section.section-box.courtyard {
  background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg03.jpg);
  background-size: cover;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .facility .merit-inner {
      width: 1080px;
      margin: 150px auto 0 auto;
  }
}

.proceed .swiper-container {
  margin: 30px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .proceed section.section-box.madori-wapper {
    background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg01_sp.jpg);
    background-size: cover;
    padding: 20px 0;
  }
  .proceed section.section-box.facility {
    background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg02_sp.jpg);
    background-size: contain;
    padding: 20px 0;
  }
  .proceed section.section-box.courtyard {
    background: url(/newmedia/lp/rent/proceed-ikegami/img/img_bg03_sp.jpg);
    background-size: contain;
    padding: 20px 0;
    background-repeat: no-repeat;
    min-height: 510px;
  }
  .proceed section.section-box.courtyard .merit-inner {
    height: 510px;
  }

  .proceed .ttl-txt {
    width: auto;
  }
  .proceed .merit-inner {
    height: 700px;
  }
  .proceed .shop-detail {
    padding: 10px;
  }
  .proceed .shop-detail table,
  .proceed .shop-detail.bukkenn-detail table {
    width: 90vw;
    margin: 20px auto;
  }
  .proceed .shop-detail table th,
  .proceed .shop-detail table td,
  .proceed .shop-detail.bukkenn-detail table th,
  .proceed .shop-detail.bukkenn-detail table td {
    display: table-cell;
    text-align: left;
  }
  .proceed .shop-detail table th,
  .proceed .shop-detail.bukkenn-detail table th{
    width: 45vw;
  }
}

/* ▼クラシアムのみ適用css▼ */
@media screen and (min-width: 768px) {
  .classeum .merit-inner:last-child {
    width: 800px;
    margin: 0 auto;
  }
}

.classeum .fv-wapper .text-inner .fv-point-inner p.gold-color {
  background-color: #b29726;
  color: #FFF;
  padding: 5px;
  font-size: 1.9rem;
  text-shadow: none;
  width: 220px;
  margin: 10px auto 0;
}
.classeum section.section-box.merit-box {
  min-height: 500px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
              url(/newmedia/lp/rent/classeum/img/img_bg.png), bottom;
}

@media screen and (max-width: 767px) {
  .classeum section.section-box.merit-box:not(.madori):not(.facility):not(.madori-wapper) {
    min-height: 750px;
  }
  .classeum section.section-box.facility {
    min-height: 550px;
    margin: 0;
  }
  .classeum .merit-inner.madori {
    height: 700px;
  }
}

.classeum section.section-box.madori-wapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
              url(/newmedia/lp/rent/classeum/img/img_bg_madori.jpg);
  background-size: cover;
}
.classeum section.section-box.facility {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
              url(/newmedia/lp/rent/classeum/img/img_bg_setsubi.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .classeum .merit-box:not(.madori-wapper,.facility,.courtyard) .merit-inner:first-child {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .classeum section.section-box.merit-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
                url(/newmedia/lp/rent/classeum/img/img_bg_sp.jpg);
    background-size: cover;
  }
    .classeum section.section-box.madori-wapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
                url(/newmedia/lp/rent/classeum/img/img_bg_madori_sp.jpg);
    background-size: cover;
  }
  .classeum section.section-box.facility {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 1) 100%),
                url(/newmedia/lp/rent/classeum/img/img_bg_setsubi_sp.jpg);
    background-size: cover;
  }
  .classeum .fv-wapper .text-inner .fv-point-inner p.gold-color {
    font-size: 1.5rem;
    width: 170px;
  }
}

.classeum .merit-inner.madori .madori-items button p.type-text {
  line-height: 1;
}

.classeum .merit-inner.madori .madori-items button p.plan-text {
  margin: 7px 0 0;
}
.classeum .direction .south-east { /*南東*/
  background-color: #a15f87;
}

.classeum .direction .north-west { /*北西 */
  background-color: #a48b78;
}

.classeum .direction .south-west { /*南西 */
  background-color: #5f7187;
}

@media screen and (min-width: 768px) {
  .classeum .merit-inner.madori .madori-items ul {
    height: 70px;
  }
  .classeum .merit-inner.madori .madori-items ul li {
    min-height: 50px;
  }
}

.classeum .merit-inner.madori .madori-items ul li {
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .classeum .merit-inner.madori .madori-items ul li {
    padding: 7px;
  }
}

.classeum .merit-inner.madori .madori-items button .direction {
  width: 65px;
  margin-right: 5px;
}

