@charset "UTF-8";
.deco__item--icon-car::before,
.element::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.deco__item--car-rental-sakura,
.deco__item--icon-car,
.deco__item--special-hero-txt,
.element,
.hero__sub__ttl--txt-sub,
.z-10,
.z-30,
.z-50 {
  position: relative
}
.ksk-font-color {
  color: #4d4d4d
}
.ksk-bg-pin {
  background: #f6ecf1
}
.bg-clr-turquoise {
  background: #0c95a7
}
.bg-clr-orange-yellow {
  background: #fcecb2
}
.z-50 {
  z-index: 50
}
.z-30 {
  z-index: 30
}
.z-10 {
  z-index: 10
}
.bl__paragraph-wide {
  line-height: 1.6
}
.element::before {
  position: absolute;
  content: "";
  background-image: url(/path/to/image.png);
  width: 120px;
  height: 80px
}
@media screen and (min-width:1025px) {
  .car-rental header {
    margin-bottom: -10rem
  }
  .car-rental .hero__sub__img img {
    height: 110px!important
  }
}
@media screen and (min-width:576px) and (max-width:1024px) {
  .car-rental header {
    margin-bottom: -16.5rem
  }
  .car-rental .hero__sub__img img {
    height: 17rem!important
  }
}
.hero__sub__ttl--txt-sub::before {
  position: absolute;
  top: -10px;
  content: "KOSHIKI ISLAND";
  left: 47%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-weight: 400;
  font-size: 60%;
  letter-spacing: 2px;
  width: 100%
}
@media (min-width:576px) and (max-width:1920px) {
  .car-rental .hero__sub__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (min-width:1025px) and (max-width:1920px) {
  .car-rental .hero__sub__img img {
    height: 90px
  }
}
.special-header,
.special-header__hero .special-header__img {
  max-width: 1920px;
  margin: auto
}
.special-header__ttl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.page-menu__nav {
  padding: 2rem 0
}
.page-menu__nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.page-menu__nav__item {
  width: 100%
}
.about-sakura .border-box .card__item:nth-child(2),
.page-menu__nav__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-menu__nav__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px
}
.page-menu__nav__list li {
  border-right: 1px solid #fff;
  padding: 0 5px;
  width: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.page-menu__nav__list li:last-child {
  border: none
}
.page-menu__nav__list button {
  background: inherit;
  border: none
}
.page-menu__nav__reserv {
  text-align: center;
  margin-right: 1.5rem;
  width: 170px;
  min-width: auto
}
.page-menu__nav__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.btn-border-link,
.btn-reservation {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: currentColor
}
.page-menu__nav__insta i {
  color: #fff;
  font-size: 250%
}
.page-menu__nav .bl__btn-rec-border:hover {
  color: #fff!important
}
.car-rental__index {
  max-width: 900px;
  margin: auto
}
.btn-reservation {
  border: 3px solid #e8b202;
  padding: 2.5rem 4%;
  font-size: 2.2rem;
  border-radius: 10px
}
.deco__item--icon-car::before {
  position: absolute;
  content: "";
  background-image: url(/img/koshiki/car-rental/icon-car.png?0);
  width: 36px;
  height: 32px;
  top: 0;
  left: -4.5rem
}
@media screen and (min-width:576px) and (max-width:1024px) {
  .car-rental .hero__sub__img img {
    height: 13rem
  }
  .page-menu__nav__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 830px
  }
  .page-menu__nav__item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    margin-right: 0
  }
  .page-menu__nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 555px
  }
  .deco__item--icon-car::before {
    width: calc(36px * .9);
    height: calc(32px * .9);
    left: -3.5rem
  }
}
@media screen and (max-width:575px) {
  .fit-over__sp--30 {
    height: 30vh
  }
  .fit-over__sp--30 > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
  }
  .fit-over__sp--40 {
    height: 40vh
  }
  .fit-over__sp--40 > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
  }
  .hero__sub__ttl--txt-sub::before {
    display: none
  }
  .car-rental .hero__sub__img {
    height: auto;
    margin-top: 8rem
  }
  .car-rental .hero__sub__img img {
    width: auto;
    height: auto
  }
  .header-sub {
    background: 0 0
  }
  .page-menu__nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .page-menu__nav__list li {
    width: 155px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 5px
  }
  .page-menu__nav__list button {
    font-size: 1.9rem
  }
  .page-menu__nav .triangle {
    position: relative;
    margin-left: 13px
  }
  .page-menu__nav .triangle::before {
    position: absolute;
    content: "▶";
    top: 1px;
    left: -15px
  }
  .deco__item--icon-car::before {
    width: calc(36px * .9);
    height: calc(32px * .9);
    top: -2px;
    left: calc((32px * .9)/ -2)
  }
}
.deco__item--car-rental-sakura::before,
.deco__item--special-hero-txt::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%
}
.deco__item--car-rental-sakura::before {
  background-image: url(/img/koshiki/car-rental/car-rental-sakura.png?0);
  width: 28%;
  height: 89%;
  bottom: -11%;
  -webkit-transform: translateX(calc(-50% + 300px));
  transform: translateX(calc(-50% + 300px))
}
@media screen and (min-width:576px) and (max-width:1024px) {
  .deco__item--car-rental-sakura::before {
    width: 32%;
    height: 85%;
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
    bottom: -6px
  }
}
@media screen and (max-width:575px) {
  .deco__item--car-rental-sakura::before {
    width: 122%;
    height: 63%;
    bottom: -6px;
    -webkit-transform: translateX(-21%);
    transform: translateX(-21%)
  }
}
.deco__item--special-hero-txt::after {
  background-image: url(/img/koshiki/car-rental/txt-special-hero.png?0);
  width: 577px;
  height: 224px;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 192px),calc(-50% + 15px));
  transform: translate(calc(-50% - 192px),calc(-50% + 15px))
}
@media screen and (min-width:576px) and (max-width:1024px) {
  .deco__item--special-hero-txt::after {
    width: 46%;
    height: 86%;
    -webkit-transform: translate(calc(-50% - 154px),calc(-50% + 15px));
    transform: translate(calc(-50% - 154px),calc(-50% + 15px))
  }
}
.bl__category {
  margin-bottom: 7rem
}
.bl__category .category__ttl {
  border-bottom: 3px solid #19c2d8;
  padding: 0 4%;
  margin-bottom: 1.5rem
}
.bl__category .category__ttl__inner {
  font-weight: 400;
  margin: 0 0 1.5rem;
  font-size: 2.5rem
}
@media screen and (min-width:1025px) {
  .page-menu__nav {
    font-size: 1.8rem
  }
  .bl__category .category__ttl__inner {
    letter-spacing: 3px
  }
}
.border-box {
  border: 3px solid #eb5a5b;
  border-radius: 30px
}
.about-sakura .border-box {
  padding: 2.5rem 4%
}
.about-sakura .border-box .card__ttl {
  letter-spacing: 2.2px;
  font-size: 2.5rem;
  margin: 0 0 1rem;
  font-weight: 400
}
.about-sakura .border-box .card__item:nth-child(2) .card__list__txt {
  border-top: 1px solid currentColor;
  margin: 0;
  padding: 1rem 4%
}
.about-sakura .border-box .card__item__inner:nth-child(2) {
  padding-left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.about-sakura .border-box .card__icon {
  background: #f49697;
  display: inline-block;
  color: #fff;
  padding: .5rem;
  border-radius: 5px;
  margin: 0 0 .5rem
}
.about-sakura .battery-charging .card__ttl {
  background: #eb5b5b;
  border-radius: 100px;
  font-size: 2rem;
  padding: .8rem 4%
}
.before-adding-options .card__ttl,
.charging-spot .card__ttl {
  background: #009892;
  display: inline-block;
  padding: 1rem 6%
}
@media screen and (min-width:576px) {
  .page-menu__nav__list button {
    color: #fff
  }
  .deco__item--icon-car {
    margin-left: 36px
  }
  .about-sakura .border-box .card__item__inner:first-child {
    width: 40%
  }
  .about-sakura .border-box .card__item__inner:nth-child(2) {
    width: 60%
  }
  .charging-spot .card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .charging-spot .card__body .card__item {
    width: 50%
  }
  .charging-spot .card__addresses {
    padding-left: 4%
  }
}
.charging-spot .card__address {
  border-bottom: 1px solid;
  padding-bottom: 1rem
}
.charging-spot .card__address:nth-child(2) {
  padding-top: 1rem
}
.table__ttl {
  background: #9ddede;
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1rem
}
.table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  font-size: 1.6rem
}
.table td,
.table th {
  border: 1px solid #000;
  padding: 10px;
  height: 50px
}
.table thead th {
  background-color: #f0f0f0;
  font-weight: 700
}
.table tbody tr:nth-child(even) {
  background-color: #e0e0e0
}
.table tbody tr:nth-child(odd) {
  background-color: #fff
}
.cancel .table,
.option-table .table,
.pricing-table .table {
  border: 2px solid
}
.pricing-table .table td,
.pricing-table .table th {
  border-left: 2px solid;
  border-right: 2px solid
}
.pricing-table .table thead tr {
  border-top: 2px solid;
  border-bottom: 2px solid
}
.pricing-table td:nth-child(1),
.pricing-table th:nth-child(1) {
  background-color: #fcfcfc
}
.pricing-table td:nth-child(2),
.pricing-table th:nth-child(2) {
  background-color: #fff7d8
}
.pricing-table td:nth-child(3),
.pricing-table th:nth-child(3) {
  background-color: #ffe5e5
}
.cancel thead th,
.option-table thead th {
  background-color: #fcfcfc;
  font-weight: 700;
  border: 2px solid
}
.cancel tbody tr:nth-child(even),
.option-table tbody tr:nth-child(even) {
  background-color: #fff;
  border: 2px solid
}
.option-table tbody tr:nth-child(odd) {
  background-color: #eaf2c0
}
.cancel tbody tr:nth-child(odd) {
  background-color: #efefef
}
.btn-border-link {
  border: 2px solid #919191;
  padding: 1.5rem 4%;
  font-size: 1.8rem;
  border-radius: 10px
}
.access .shop-name,
.bnr-rakuten-lodging-and-set,
.ttl-tag {
  font-size: 2rem
}
.ttl-ribbon,
.ttl-tag {
  display: inline-block;
  color: #fff
}
.ttl-tag {
  background: #1bc2d8;
  padding: .8rem 3%;
  border-radius: 20px
}
.ttl-ribbon {
  background: #009892;
  padding: 1rem 6%
}
.access .map-car-rental .btn-border-link {
  max-width: 500px;
  padding: 1.5rem
}
.sightseeing-spots .deco-circle {
  font-family: "Sawarabi Gothic","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  width: 76px;
  height: 76px;
  background: #fff;
  color: #047686;
  border: 3px solid #1bc2d8;
  top: 0;
  left: -2rem;
  font-weight: 700
}
@media screen and (max-width:1024px) {
  .hero__sub__ttl {
    top: 55%
  }
  .sightseeing-spots .deco-circle {
    width: calc(76px * .8);
    height: calc(76px * .8);
    top: .7rem
  }
}
.faq-car-rental .faq-list__list__block > * {
  margin-bottom: 1.2rem
}
.faq-car-rental .faq-list__list__block > :first-child,
.faq-car-rental .faq-list__list__block > :nth-child(2) li {
  border-radius: 10px
}
.faq-car-rental .faq-list__list__block > :first-child {
  border: 2px solid #7cd7e3;
  background: #c9f0f5;
  margin-bottom: .5rem;
  padding: 10px 6%
}
.faq-car-rental .faq-list__list__block > :nth-child(2) li {
  border-radius: 10px;
  border: 2px solid #efabab;
  background: 0 0;
  padding: 15px 4% 15px 7%
}
.faq-car-rental .faq-list__list {
  color: currentColor
}
@media screen and (max-width:575px) {
  .deco__item--special-hero-txt::after {
    background-image: url(/img/koshiki/car-rental/txt-special-hero-sp.png?0);
    width: 101%;
    height: 57%;
    -webkit-transform: translate(-50%,-106%);
    transform: translate(-50%,-106%);
    top: 65%
  }
  .bl__category .category__ttl__inner {
    font-size: 2.2rem
  }
  .about-sakura .border-box .card__item:nth-child(2) {
    display: grid
  }
  .about-sakura .border-box .card__item__inner:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .about-sakura .border-box .card__item__inner:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem
  }
  .about-sakura .battery-charging .card__ttl {
    padding: 2rem 8%
  }
  .charging-spot .card__body .card__item:first-child {
    margin-bottom: 2rem
  }
  .table {
    font-size: 1.5rem
  }
  .ttl-tag {
    padding: .8rem 6%
  }
  .faq-car-rental .faq-list__list__block > :first-child {
    padding: 10px 9%
  }
  .bnr-rakuten-lodging-and-set {
    font-size: 1.8rem
  }
}