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

#page_ttl {
  background-repeat: no-repeat;
  background-position: center center no-repeat;
  background-image: url(../img/rental/kv.jpg);
}

section.content .content_inner {
  padding-top: 0;
  padding-bottom: 0;
}

section.content.anchor {
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  section.content.anchor {
    margin-top: -18.67vw;
    padding-top: 18.67vw;
  }
}

.lttl .new {
  display: inline-block;
  margin-right: .5em;
  color: #FFFF00;
}

.lttl .note {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lttl .note {
    font-size: calc((30/760)*100vw);
  }
}


.mttl .new {
  display: inline-block;
  margin-right: .5em;
  color: #FF7F00;
}

.sttl {
  margin: 40px 0 30px;
  color: #2A2A60;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sttl {
    margin: calc((40/760)*100vw) 0 calc((30/760)*100vw);
    font-size: 1.8rem;
  }
}

.rental_text01 {
  line-height: 1.8;
}

.rental_text02 {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .rental_text02 {
    font-size: calc((30/760)*100vw);
  }
}

.rental_note li {
  padding-left: 1em;
  text-indent: -1em;
}

.palt {
  font-feature-settings: "palt";
}

.rental_nav {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .rental_nav {
    margin-bottom: 3rem !important;
    /**margin: calc((20/760)*100vw) 0;**/
    padding-top: 3rem;
  }
}

.rental_nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .rental_nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc((6/760)*100vw);
  }
}

.rental_nav li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 154px;
}

@media screen and (max-width: 768px) {
  .rental_nav li {
    width: calc((216/760)*100vw);
    margin-top: calc((6/760)*100vw);
  }

  .rental_nav li:nth-child(-n+3) {
    margin-top: 0;
  }
}

.rental_nav li a {
  display: block;
  width: 100%;
  padding: 25px 0;
  background: url("../img/rental/rental_nav_arrow.png") bottom 15px center no-repeat, #2A2A60;
  color: #FFF;
  text-align: center;
  border-radius: 9px;
  box-shadow: .4rem .4rem #2A2A6066;
}

@media screen and (max-width: 768px) {
  .rental_nav li a {
    padding: calc((20/760)*100vw) 0;
    background: url("../img/rental/rental_nav_arrow.png") bottom 1vw center no-repeat, #2A2A60;
    background-size: calc((20/760)*100vw);
  }
}

.rental_nav li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.rental_nav li .new {
  margin: -10px 0 0;
  color: #FFFF00;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .rental_nav li .new {
    margin-top: calc((-10/760)*100vw);
    font-size: calc((20/760)*100vw);
  }
}

.rental_nav li .rental_nav_text {
  margin: 0 0 20px;
  padding: .2em 0 0;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .rental_nav li .rental_nav_text {
    margin-bottom: .5em;
    font-size: calc((20/760)*100vw);
  }
}

.mv .mv_main {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .mv .mv_main {
    margin-bottom: 0;
  }
}

.mv .mv_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mv .mv_list {
    display: block;
  }
}

.mv .mv_list_item {
  position: relative;
  width: calc(100% / 3);
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_item {
    width: 100%;
    padding: calc((50/760)*100vw) calc((30/760)*100vw);
    border-bottom: #2A2A60 1px solid;
  }
}

.mv .mv_list_item:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: '';
  width: 1px;
  height: 220px;
  background: #2A2A60;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_item:after {
    content: none;
  }
}

.mv .mv_list_item:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: '';
  width: 1px;
  height: 220px;
  background: #2A2A60;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_item:first-child:before {
    content: none;
  }
}

.mv .mv_list_ttl {
  margin-bottom: 15px;
  color: #2A2A60;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_ttl {
    font-size: calc((50/760)*100vw);
  }
}

.mv .mv_list_text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_text {
    font-size: calc((30/760)*100vw);
  }
}

.mv .mv_list_note {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mv .mv_list_note {
    font-size: calc((30/760)*100vw);
  }
}

.corona_area .sttl {
  margin: 30px 0 20px;
}

/*---------------------
おすすめパックプラン
---------------------*/
.rental01 .rental01_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .rental01 .rental01_list {
    display: block;
    margin-bottom: calc((60/760)*100vw);
  }
}

.rental01 .rental01_list_item {
  position: relative;
  width: 540px;
}

@media screen and (max-width: 768px) {
  .rental01 .rental01_list_item {
    width: 100%;
    margin-bottom: calc((60/760)*100vw);
  }
}

.rental01 .rental01_list_item:first-child:after {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
  content: '';
  width: 0;
  height: 0;
  border: transparent 17px solid;
  border-left: #2A2A60 17px solid;
}

@media screen and (max-width: 768px) {
  .rental01 .rental01_list_item:first-child:after {
    top: auto;
    right: auto;
    bottom: calc((-60/760)*100vw);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border: transparent calc((17/760)*100vw) solid;
    border-top: #2A2A60 calc((17/760)*100vw) solid;
  }
}

.rental01_mttl {
  padding: 20px;
  border: #2A2A60 2px solid;
  color: #2A2A60;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rental01_mttl {
    padding: calc((20/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}

.rental01_mttl .new {
  font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
  .rental01_mttl .new {
    font-size: calc((50/760)*100vw);
  }
}

/*---------------------
事前決済取置サービス
---------------------*/
/*---------------------
レンタル料金＆アイテム
---------------------*/
/*---------------------
レンタルカムバック割
---------------------*/
/*---------------------
MOSSデモセンター
---------------------*/
/*---------------------
スノースクート
---------------------*/
.rental04 .table_basic th.left {
  text-align: left;
}

/*---------------------
スノースケート
---------------------*/
.rental_skate .table_basic th {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto !important;
    /*tableをスクロールさせる*/
    white-space: nowrap !important;
    /*tableのセル内にある文字の折り返しを禁止*/
  }

  .scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    /*height: 20px !important;*/
  }

  .scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1 !important;
  }

  .scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #333 !important;
  }
}











/*---------------------
トップ女性
---------------------*/


.rental_mv .rental_mv_note {
  text-align: center;
}

.rental_mv .girls_item {
  position: relative;
  width: 435px;
  margin-top: -19px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border: 10px solid #C5C7FF;
  border-radius: 19px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item {
    width: calc((435/760)*100vw);
    margin-top: calc((20/760)*100vw);
    padding: calc((100/760)*100vw) calc((25/760)*100vw) calc((25/760)*100vw);
    border: #DDD calc((10/760)*100vw) solid;
    border-radius: calc((19/760)*100vw);
    font-size: calc((26/760)*100vw);
  }
}

.rental_mv .girls_item.girls_01 {
  margin-left: 289px;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_01 {
    margin-left: calc((181/760)*100vw);
  }
}

.rental_mv .girls_item.girls_01:after {
  position: absolute;
  top: -30px;
  left: -289px;
  content: '';
  width: 425px;
  height: 509px;
  background: url("../img/rental/girls_01.png") top center no-repeat;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_01:after {
    top: calc((-42/760)*100vw);
    left: calc((-211/760)*100vw);
    width: calc((330/760)*100vw);
    height: calc((368/760)*100vw);
    background-size: contain;
  }
}

.rental_mv .girls_item.girls_02 {
  margin-right: 250px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_02 {
    margin-right: calc((223/760)*100vw);
  }
}

.rental_mv .girls_item.girls_02:after {
  position: absolute;
  top: -218px;
  right: -248px;
  content: '';
  width: 286px;
  height: 485px;
  background: url("../img/rental/girls_02.png") top center no-repeat;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_02:after {
    top: calc((-28/760)*100vw);
    right: calc((-237/760)*100vw);
    width: calc((219/760)*100vw);
    height: calc((397/760)*100vw);
    background-size: contain;
  }
}

.rental_mv .girls_item.girls_03 {
  margin-left: 289px;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_03 {
    margin-left: calc((121/760)*100vw);
  }
}

.rental_mv .girls_item.girls_03:after {
  position: absolute;
  top: -70px;
  left: -229px;
  content: '';
  width: 218px;
  height: 523px;
  background: url("../img/rental/girls_03.png") top center no-repeat;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_03:after {
    top: calc((-24/760)*100vw);
    left: calc((-147/760)*100vw);
    width: calc((176/760)*100vw);
    height: calc((420/760)*100vw);
    background-size: contain;
  }
}

.rental_mv .girls_item.girls_04 {
  margin-right: 250px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_04 {
    margin-right: calc((193/760)*100vw);
  }
}

.rental_mv .girls_item.girls_04:after {
  position: absolute;
  top: -214px;
  right: -217px;
  content: '';
  width: 231px;
  height: 469px;
  background: url("../img/rental/girls_04.png") top center no-repeat;
}

@media screen and (max-width: 768px) {
  .rental_mv .girls_item.girls_04:after {
    top: calc((-126/760)*100vw);
    right: calc((-221/760)*100vw);
    width: calc((178/760)*100vw);
    height: calc((360/760)*100vw);
    background-size: contain;
  }
}



@media screen and (max-width: 768px) {
  img.iconp {
    width: 60% !important;
  }
}


.book {
  text-align: center;
}

.book a {
  padding: 10px 50px;
  background-color: #2A2A60;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.book a:hover {
  opacity: 0.6;
}