@charset "UTF-8";
/*--------------------------------------------*/
/*-media-size---------------------------------*/
/*--------------------------------------------*/
/* ==========================================
買いたい、借りたいトップ用CSS
========================================== */
.search .search-wrapper > .section-ttl:not(.rent) {
  width: 1280px;
  height: 220px;
  background: url("/assets/common/img/img_mv_buy.jpg") no-repeat;
  margin: 0 -100px;
}
.search .search-wrapper > .section-ttl.rent {
  width: 1280px;
  height: 220px;
  background: url("/assets/common/img/img_mv_rent.jpg") no-repeat;
  margin: 0 -100px;
}

.search .search-wrapper > .section-ttl h1 {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
}

.search .search-room-wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px)  {
  .search .search-room-wrapper {
    padding-top: 25px;
  }
	.search .search-wrapper > .section-ttl:not(.rent) {
    width: calc(100% + 40px);
    height: 165px;
    background-position: center center;
    background-size: 100% auto;
    margin: -27px -20px 0;
    background-image: url(/assets/common/img/img_mv_buy_sp.jpg);
	}
	.search .search-wrapper > .section-ttl.rent {
    width: calc(100% + 40px);
    height: 165px;
    background-position: center center;
    background-size: 100% auto;
    margin: -27px -20px 0;
    background-image: url(/assets/common/img/img_mv_rent_sp.jpg);
	}
	.search .search-wrapper > .section-ttl h1 {
		width: auto;
	}
	.search .search-wrapper > .section-ttl h1 span {
		font-size: 1.6rem;
	}
}
.modMap_wrapper .section-ttl-en {
	font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .modMap_wrapper .section-ttl-en ,
  .search-wrapper .section-ttl-en {
    font-size: 2.2rem;
  }
}

/* 新規　ここから*/
@media screen and (min-width: 768px) {
  .search-buy-inner .search-btn-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.search-buy-inner .search-btn-wrapper .search-btn,
.search-rent-inner .search-btn-wrapper .search-btn {
  padding-bottom: 8px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  background: #FFF;
  margin-bottom: 20px;
}

.search-rent-inner .search-btn-wrapper .search-btn.rent a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-rent-inner .search-btn-wrapper .search-btn.rent div.txt p:not(:first-child) {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #5E5E5E;
}

.search-rent-inner .search-btn-wrapper .search-btn.rent p img {
  border-radius: 10px 0 0 10px;
}

.search-rent-inner .search-btn-wrapper .search-btn.rent p.search-btn-img {
  height: auto;
  line-height: 0;
  width: 200px;
}

@media screen and (min-width: 768px) {
  .search-room-wrapper .rent-special-box {
    display: flex;
    justify-content: space-between;
  }
  .search-room-wrapper .rent-special-box .search-btn-wrapper:first-child {
    width: 40%;
  }
  .search-room-wrapper .rent-special-box .search-btn-wrapper:last-child {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .search-rent-inner .search-btn-wrapper {
    margin-top: 20px;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:last-child .search-btn {
    width: calc((100% - 50px) / 2);
    height: 160px;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:last-child .search-btn .search-btn-img {
    height: 125px;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:first-child .search-btn .search-btn-img {
    height: 310px;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:first-child .search-btn .search-btn-img img {
    height: 100%;
    width: 100;
    object-fit: cover;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:last-child .search-btn:nth-child(odd) {
    margin-right: 25px;
  }
  .search-rent-inner .search-btn-wrapper .search-btn.rent {
    width: 550px;
    padding: 0;
  }
  .search-buy-inner .search-btn-wrapper .search-btn {
    margin: 20px 20px 0 0;
    width: calc((100% - 70px) / 3);
  }
  .search-buy-inner .search-btn-wrapper .search-btn p.search-btn-img {
    height: 165px;
  }  
  .search-buy-inner .search-btn-wrapper .search-btn p img,
  .search-rent-inner .search-btn-wrapper .search-btn p img {
    border-radius: 10px 10px 0 0;
  }
}

.search-buy-inner .search-btn-wrapper .search-btn div.txt,
.search-rent-inner .search-btn-wrapper .search-btn div.txt {
  background-color: #FFF;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 5px;
  border-radius: 0 0 10px 10px;
}

.search-rent-inner .search-btn-wrapper .search-btn.rent div.txt {
  width: 60%;
  padding-right: 20px;
  margin-top: -5px;
}

.search-buy-inner .search-btn-wrapper .search-btn div.txt::before,
.search-rent-inner .search-btn-wrapper .search-btn div.txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc((100% - 6px) / 2);
  right: 20px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.search-buy-inner .search-btn-wrapper .search-btn div.txt p,
.search-rent-inner .search-btn-wrapper .search-btn div.txt p {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .search-buy-inner .search-btn-wrapper .search-btn:first-child {
    margin-top: 20px;
  }
  .search-buy-inner .search-btn-wrapper .search-btn {
    width: 90vw;
    margin: 0 auto 10px;
    padding: 0;
  }
  .search-buy-inner .search-btn-wrapper .search-btn a {
    display: flex;
    align-items: center;
  }
  .search-buy-inner .search-btn-wrapper .search-btn a p.search-btn-img {
    width: 30%;
    line-height: 0;
  }
  .search-buy-inner .search-btn-wrapper .search-btn p img {
    height: 80px;
    width: 120px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .search-buy-inner .search-btn-wrapper .search-btn a div.txt {
    width: 70%;
    background: none;
  }
  .search-buy-inner .search-btn-wrapper .search-btn a div.txt p {
    font-size: 1.6rem;
  }
  .search-rent-inner .search-btn-wrapper {
    margin-top: 20px;
  }
  .search-rent-inner .search-btn-wrapper .search-btn.rent {
    padding: 0;
    border-radius: 5px;
  }
  .search-rent-inner .search-btn-wrapper .search-btn.rent div.txt p {
    font-size: 1.8rem;
  }

  .search-rent-inner .search-btn-wrapper .search-btn.rent p img {
    border-radius: 5px 0 0 5px;
    height: 140px;
    object-fit: cover;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:first-child .search-btn p img {
    height: 170px;
    object-fit: cover;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper .search-btn p img {
    border-radius: 10px 10px 0 0;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:last-child .search-btn {
    width: calc((100vw / 2) - 30px);
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper .search-btn div.txt p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .search-rent-inner .rent-special-box .search-btn-wrapper:first-child .search-btn div.txt p {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 2px 0 5px;
  }
  .search-rent-inner .search-btn-wrapper .search-btn.rent div.txt {
    width: 70%;
  }
  .search-rent-inner .search-btn-wrapper .search-btn.rent div.txt p:last-child {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
  }
}

.article-list-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .article-list-wrapper {
    width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .swiper-container {
    width: 1080px;
  }
}

.article-list-wrapper .swiper-wrapper .swiper-slide {
  width: 300px;
}

.swiper-button-next, .swiper-button-prev {
  border: 1px solid #999;
  border-radius: 50%;
  background: url(/assets/common/img/icon_arrow_head_black.png) no-repeat center;
  background-color: #fff;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  top: 40%;
  background-size: 8px 16px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-prev {
  transform: rotate(-180deg);
  left: -25px;
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    background-color: rgb(255 255 255 / 60%);;
    border: 1px solid #ccc;
    background-size: 6px 11px;
    width: 32px;
    height: 32px;
    top: 40%;
  }
  .swiper-button-next {
    right: -35px;
  }

  .swiper-button-prev {
    transform: rotate(-180deg);
    left: -35px;
  }
}

.center-title-inner .section-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}

.bg-gray-inner {
  background: #F6F6F6;
  margin-bottom: 40px;
}

.article-other-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.article-other-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .article-other-list li {
    width: calc((100% / 3) - 20px);
  }
}

.article-other-list li a {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #1D87B7;
  position: relative;
  cursor: pointer;
}

.article-other-list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .article-other-list li a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #1D87B7;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .5s all;
  }
  .article-other-list li a:hover::before {
    width: 100%;
  }
}

.buy-cta-btn h3,
.rent-cta-btn h3 {
  font-size: 2rem;
  text-align: center;
}

.buy-cta-btn h3 span,
.rent-cta-btn h3 span {
  font-size: 2.3rem;
  font-weight: bold;
}

.buy-cta-btn a,
.rent-cta-btn a {
  display: block;
  background: #017F9D;
  box-shadow: 0 6px #004151;
  transition: .3s;
  border-radius: 10px;
  width: 440px;
  margin: 10px auto 0;
  padding: 20px;
}

.rent-cta-btn a {
  width: 450px;
  background: #F26C6C;
  box-shadow: 0 6px #AF2626;
}

.buy-cta-btn a:hover,
.rent-cta-btn a:hover {
  box-shadow: none;
  transform: translate3d(0, 6px, 0);
}

.buy-cta-btn a p,
.rent-cta-btn a p {
  text-align: center;
  color: #fff;
  line-height: 1;
}

.buy-cta-btn a p:first-child,
.rent-cta-btn a p:first-child {
  font-size: 1.8rem;
}

.buy-cta-btn a p:last-child{
  font-size: 3.6rem;
  margin-top: 10px;
}

.rent-cta-btn a p:last-child {
  font-size: 3rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .buy-cta-btn h3,
  .rent-cta-btn h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .buy-cta-btn h3 span,
  .rent-cta-btn h3 span {
    font-size: 2rem;
  }
  .buy-cta-btn a,
  .rent-cta-btn a {
    width: 90%;
  }
  .buy-cta-btn a p:last-child {
    font-size: 3rem;
    margin-top: 10px;
  }
  .rent-cta-btn a p:first-child {
    font-size: 1.4rem;
  }
  .rent-cta-btn a p:last-child {
    font-size: 2rem;
    margin-top: 10px;
  }
}

.border-rink-list ul a {
  font-size: 1rem;
}

.border-rink-list p {
  line-height: 1.2;
  margin-top: 10px;
}

.border-rink-list p:last-child {
  font-size: 1.5rem;
} 

.menu-wrapper .menu-inner {
  position: fixed;
  bottom: 100px;
  right: 0;
  opacity: 1;
  width: auto;
  margin: 0;
  z-index: 110;
  display: none;
}

.menu-wrapper .menu-inner a {
  background: #017F9D;
  color: #FFF;
  display: flex;
  align-items: center;
  border-radius: 6px 0 0 6px;
  justify-content: center;
  padding: 13px 33px 13px 23px;
}

@media screen and (max-width: 767px) {
  .menu-wrapper .menu-inner a > .btn-inner {
    margin-left: 20px;
  }
}

.menu-wrapper .menu-inner.rent-cta  a {
  background: #F26C6C;
}

.menu-wrapper .menu-inner a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 8;
}

.menu-wrapper .menu-inner a > div:not(.btn-inner) {
  background: #FFF;
  border-radius: 3px;
}

.menu-wrapper .menu-inner a > div:not(.btn-inner) p {
  color: #017F9D;
  padding: 2px 5px;
  font-size: 1.6rem;
}

.menu-wrapper .menu-inner.rent-cta a > div:not(.btn-inner) p {
  color: #F26C6C;
}

.menu-wrapper .menu-inner a > div.btn-inner p {
  color: #FFF;
  line-height: 1;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .menu-wrapper .menu-inner a > div.btn-inner p {
    margin-left: 0;
  }
}

.menu-wrapper .menu-inner a > div.btn-inner p:first-child {
  font-size: 1.4rem;
}

.menu-wrapper .menu-inner a > div.btn-inner p:last-child {
  font-size: 1.8rem;
  margin-top: 3px;
} 

@media screen and (max-width: 767px) {
  .menu-wrapper .menu-inner {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0 -15px;
    z-index: 999;
  }
  .menu-wrapper .menu-inner .contents-inner {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    padding: 10px 20px;
    margin: 0;
    bottom: auto;
    top: auto;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    position: fixed;
  }
  .menu-wrapper .menu-inner a {
    border-radius: 6px;
    width: 70vw;
    margin: 0 auto;
    position: relative;
  }
  .footer-gotoTop.is-fixed {
    bottom: 85px;
  }

  .article-list-wrapper ul li div.border-rink-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .article-list-wrapper ul li div.border-rink-list p:first-child {
    width: 30%;
    margin-right: 15px;
  }
  .article-list-wrapper ul li div.border-rink-list p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-list-wrapper ul li div.border-rink-list p:last-child {
    width: 70%;
  }
}

