@charset "UTF-8";
/*------------------------------------------------------------------------------

series

------------------------------------------------------------------------------*/
.series {
  width: 100%;
  min-width: 1200px;
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
  clear: both;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 739px) {
  .series {
    min-width: 0;
    background: #f7f7f7;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.series_list {
  width: 100%;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 739px) {
  .series_list {
    width: 89.33%;
    margin: 0 auto;
    padding-top: 5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 739px) {
  .series_list.tokyo {
    height: 180vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 739px) {
  .series_list.isOpen {
    height: auto;
    padding-bottom: 40vw;
  }
}

.series_list li {
  width: 216px;
  padding-right: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 739px) {
  .series_list li {
    width: 47%;
    padding-right: 0;
    margin-bottom: 6vw;
  }
}

.series_list li:nth-child(5n) {
  padding-right: 0;
}
@media screen and (max-width: 739px) {
  .series_list li:nth-child(5n) {
    padding-right: 0;
  }
}

@media screen and (max-width: 739px) {
  .sp_series_box {
    position: relative;
  }
}

.series_item_image {
  width: 100%;
}
.series_item_image img {
  display: inline-block;
  max-width: 100%;
  border-radius: 7px;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 739px) {
  .series_item_image img {
    border-radius: 2vw;
  }
}

a:hover .series_item_image img {
  opacity: 0.7;
}
.series_item_num {
  position: relative;
}
.series_item_num em {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: -20px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #a6b7af;
  font-size: 16px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 10;
}
@media screen and (max-width: 739px) {
  .series_item_num em {
    left: 2vw;
    top: -3vw;
    padding: 1.5vw 3vw;
    border-radius: 1vw;
    font-size: 3.6vw;
  }
}

.series_item_num sup {
  vertical-align: top;
  top: 0.5em;
}
.series_item_headline {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 739px) {
  .series_item_headline {
    padding-top: 6vw;
    font-size: 4vw;
    letter-spacing: 0em;
  }
}

.series_item_text {
  padding-top: 8px;
  font-size: 12px;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 739px) {
  .series_item_text {
    padding-top: 2vw;
    font-size: 3vw;
  }
}

/*カラー*/
.series_item_num.series_num_color01 em {
  background: #c49361;
}

.series_item_num.series_num_color02 em {
  background: #b6a9e2;
}

.series_item_num.series_num_color03 em {
  background: #a2cfa0;
}

.series_item_num.series_num_color04 em {
  background: #dbcf80;
}

.series_item_num.series_num_color05 em {
  background: #eaa2a3;
}

.series_item_num.series_num_color06 em {
  background: #b6a9e2;
}

.series_item_num.series_num_color07 em {
  background: #9eb6e2;
}

.series_item_num.series_num_color08 em {
  background: #ebaaab;
}

.series_item_num.series_num_color09 em {
  background: #b6a9e2;
}

.series_item_num.series_num_color10 em {
  background: #a6b7af;
}

.series_item_num.series_num_color11 em {
  background: #94afe0;
}

.series_item_num.series_num_color12 em {
  background: #9db0a7;
}

.series_item_num.series_num_color13 em {
  background: #eaa2a3;
}

.sp_series_more {
  display: none;
}
@media screen and (max-width: 739px) {
  .sp_series_more {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f700), color-stop(40%, #f7f7f7), to(#f7f7f7));
    background: linear-gradient(to bottom, #f7f7f700 0%, #f7f7f7 40%, #f7f7f7 100%);
    z-index: 990;
  }
}

@media screen and (max-width: 739px) {
  .sp_series_more:after {
    content: "";
    position: absolute;
    top: 18.5vw;
    left: calc(50% - 2.2vw);
    width: 2.5vw;
    height: 2.5vw;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
            transform-origin: right 50% 0;
    z-index: 992;
  }
}

@media screen and (max-width: 739px) {
  .sp_series_more.isOpen:after {
    top: 19vw;
    border-right: none;
    border-bottom: none;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
  }
}

@media screen and (max-width: 739px) {
  .sp_series_more:before {
    content: "";
    display: block;
    position: absolute;
    top: 15vw;
    left: calc(50% - 4vw);
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: #454545;
    z-index: 991;
  }
}

@media screen and (max-width: 739px) {
  .sp_series_more p {
    text-align: center;
    padding-top: 25vw;
    font-size: 4vw;
  }
}

/*------------------------------------------------------------------------------

下部その他

------------------------------------------------------------------------------*/
.bottom_other {
  width: 100%;
  min-width: 1200px;
  clear: both;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 739px) {
  .bottom_other {
    min-width: 0;
    background: #fff;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 739px) {
  .bottom_other .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

.bottom_banner_list {
  width: 100%;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 739px) {
  .bottom_banner_list {
    width: 100%;
    padding-top: 8vw;
  }
}

.bottom_banner_list li {
  width: 314px;
  padding: 0 30px;
}
@media screen and (max-width: 739px) {
  .bottom_banner_list li {
    width: 48%;
    padding: 0 1%;
    text-align: center;
  }
}

.bottom_banner_list img {
  display: inline-block;
  border-radius: 9px;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 739px) {
  .bottom_banner_list img {
    max-width: 96%;
    border-radius: 2vw;
  }
}

.bottom_banner_list a:hover img {
  opacity: 0.7;
}
.bottom_pankuzu {
  width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 15px;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 739px) {
  .bottom_pankuzu {
    width: 100%;
    padding-top: 8vw;
    display: none;
  }
}

.bottom_pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 25px;
}
@media screen and (max-width: 739px) {
  .bottom_pankuzu li {
    margin-right: 5vw;
  }
}

.bottom_pankuzu a,
.bottom_pankuzu em {
  position: relative;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  color: #666;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 739px) {
  .bottom_pankuzu a,
.bottom_pankuzu em {
    font-size: 2.8vw;
    text-decoration: underline;
  }
}

.bottom_pankuzu a:hover {
  text-decoration: underline;
}
.bottom_pankuzu a:after {
  content: ">";
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: calc(50% - 9px);
  font-size: 15px;
}
@media screen and (max-width: 739px) {
  .bottom_pankuzu a:after {
    left: calc(100% + 1.5vw);
    top: calc(50% - 1.5vw);
    font-size: 3vw;
  }
}

@media all and (-ms-high-contrast: none) {
  p[id^=plan] {
    padding: 10px 0;
  }
}
.search-room-box,
.sp-lineup-lead {
  display: none;
}