body {
  color: #333;
  /* letter-spacing: 0; */
}
figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#fv {
  height: 650px;
  background-image: url(../img/fv_bg.jpg);
}
#fv .fv {
  width: 1142px;
  padding: 0px;
  align-items: center;
}
#fv .fv .rightBox .bottom-pc img {
  width: auto;
}
#fv .fv .reservationBox {
  width: 480px;
}
#fv .fv .rightBox {
  width: auto;
}

h2.title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
h2.title::after {
  content: "";
  width: 32px;
  height: 3px;
  margin: 25px auto 0;
  background: #c3002f;
  display: block;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #fv {
    height: auto;
    background: none;
  }
  .info-banner {
    margin-bottom: 3vw;
  }
  h2.title {
    font-size: 24px;
    line-height: 1.5;
  }
  h2.title::after {
    margin: 15px auto 0;
  }
}

#company {
  padding: 50px 0 60px 0;
  background: #eaeaea;
}
#company .txt {
  font-size: 16px;
  line-height: 1.5;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #company {
    padding: 30px 0;
  }
  #company .txt {
    width: 90vw;
  }
}

#popularity_search {
  margin: auto 0;
  padding: 80px 0 80px;
  background: url(../img/popularity_search_bg.png) no-repeat center top;
}
#popularity_search ul {
  width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  grid-auto-flow: row;
  gap: 12px;
}
#popularity_search ul li {
  width: 100%;
  height: 162px;
  background: #fff;
  border: solid 2px #c3002f;
  border-radius: 8px;
  box-sizing: border-box;
}
#popularity_search ul li .saianka {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 32px;
  margin-bottom: 20px;
  padding-top: 7px;
  background: #c3002f;
  box-sizing: border-box;
}
#popularity_search ul li .airport {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popularity_search ul li .airport::before {
  content: "";
  width: 29px;
  height: 23px;
  margin-right: 10px;
  background: url(../img/icon_plane.png) no-repeat center center;
  display: block;
}
#popularity_search ul li .price {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#popularity_search ul li .price a {
  color: #333;
}
#popularity_search .caution {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #popularity_search {
    padding: 30px 0;
    background: url(../img/popularity_search_bg_sp.png) no-repeat center bottom / contain;
  }
  #popularity_search .sp_scroll {
    overflow-x: scroll;
  }
  #popularity_search ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content:left;
  }
  #popularity_search ul li {
    width: 41.86vw;
    height: 128px;
    margin: 0 4.53vw 0 0;
    flex-shrink: 0;
  }
  #popularity_search ul li .saianka {
    margin-bottom: 12px;
  }
  #popularity_search ul li .airport {
    font-size: 14px;
  }
  #popularity_search ul li .price {
    font-size: 24px;
    margin-top: 16px;
  }
}

#available {
  padding: 80px 0;
  background: #eaeaea;
}
#available .description {
  font-size: 16px;
  line-height: 1.5;
  width: 1080px;
  margin: 0 auto 60px;
}
#available ul {
  width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
}
#available ul::after {
  display: block;
  content:"";
  width: 332px;
}
#available ul li {
  width: 332px;
  border-radius: 16px;
  background-color: #fff;
}
#available ul li figure {
  width: 332px;
  height: 210px;
}
#available ul li figure img {
  width: 100%;
  height: auto;
}
#available ul li .txt_box {
  padding: 25px 0 20px 23px;
  border-radius: 0 0 8px 8px;
}
#available ul li .car_type {
  color: #c3002f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#available ul li .price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
#available ul li .price span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
#available ul li .text {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 20px;
}
#available .recommend {
  width: 1080px;
  height: 207px;
  margin: auto;
  padding: 30px 32px 0;
  background: url(../img/available_bg.png) no-repeat center center / cover;
}
#available .recommend .type {
  color: #333;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  width: 124px;
  margin-bottom: 15px;
  background: #ffeff3;
  border-radius: 13px;
}
#available .recommend .txt2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
#available .recommend .txt2 strong {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #available img {
    width: 100%;
    height: auto;
  }
  #available {
    padding: 30px 0;
  }
  #available .description {
    width: 90vw;
    margin-bottom: 30px;
  }
  #available ul {
    width: 90vw;
    display: block;
  }
  #available ul li {
    width: 90vw;
    margin-bottom: 16px;
  }
  #available ul li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  #available ul li .txt_box {
    padding: 13px 0 12px 11px;
  }
  #available ul li figure {
    width: 100%;
    height: auto;
  }
  #available ul li .car_type {
    margin-bottom: 9px;
  }
  #available ul li .price span {
    font-size: 20px;
  }
  #available ul li .text {
    padding-right: 11px;
  }
  #available .recommend {
    width: 90vw;
    height: min(72vw, 260px);
    padding: 17px 0 0 5vw;
    border-radius: 8px;
    background: url(../img/available_bg_sp.png) no-repeat center center / cover;
  }
  #available .recommend .type {
    font-size: 10px;
    line-height: 26px;
    width: 93px;
    border-radius: 15px;
  }
  #available .recommend .txt2 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    padding-right: 5vw;
  }
}

#method {
  padding: 80px 0;
  background: url(../img/method_bg.png) no-repeat center bottom;
}
#method .description {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 90px;
  width: 1080px;
}
#method ul {
  width: 1080px;
  margin: auto;
}
#method .list_title {
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 23px;
  cursor: pointer;
}
#method .list_title:hover {
  color: #c3002f;
}
#method .js_active .list_title {
  color: #c3002f;
}
#method .js_active {
  padding-left: 40px;
  margin-bottom: 23px;
  border-left: solid 2px #c3002f;
}
#method .flex_box {
  display: flex;
  justify-content: space-between;
}
#method .flex_box .txt_box {
  width: 500px;
}
#method .flex_box .txt_box .txt {
  font-size: 16px;
  line-height: 1.5;
}
#method .flex_box .txt_box .option {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  width: 106px;
  margin: 24px 0;
  background: #808080;
  border-radius: 16px;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #method img {
    width: 100%;
    height: auto;
  }
  #method {
    padding: 30px 0;
    background: url(../img/method_bg_sp.png) no-repeat center bottom / cover;
  }
  #method .description {
    text-align: left;
    padding: 5vw;
    width: 90vw;
  }
  #method ul {
    width: 90vw;
  }
  #method .js_active {
    padding-left: 15px;
  }
  #method .list_title {
    font-size: 16px;
  }
  #method .flex_box {
    display: block;
  }
  #method .flex_box .txt_box {
    width: 82.66vw;
  }
  #method .flex_box .txt_box .option {
    font-size: 10px;
    line-height: 26px;
    width: 80px;
  }
  #method .flex_box .txt_box .txt {
    font-size: 12px;
  }
  #method figure {
    margin: 30px auto 0;
  }
  #method .method_img1 {
    width: 60.2vw;
  }
  #method .method_img2 {
    width: 70.93vw;
  }
  #method .method_img3 {
    width: 58.66vw;
  }
}

#option {
  padding: 80px 0 100px;
  background: #eaeaea;
}
#option .description {
  font-size: 16px;
  line-height: 1.5;
  width: 1080px;
  margin: 0 auto 80px;
}
#option ul {
  width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  gap: 50px 24px;
}
#option ul li {
  grid-column: 1/2;
}
#option ul li:nth-child(even) {
  grid-column: 2/3;
}
#option ul li:last-child {
  grid-column: 1/4;
}
#option ul li figure {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
}
#option ul li figure img {
  width: 100%;
  height: auto;
}
#option ul li h3 {
  color: #c3002f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#option ul li p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #option .description {
    width: 90vw;
  }
  #option ul {
    width: 90vw;
    display: flex;
    flex-direction: column;
  }
  #option ul li {
    width: 90vw;
  }
  #option ul li figure img {
    width: 100%;
    height: auto;
  }
  #option ul li h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  #option ul li p {
    font-size: 14px;
  }
}

#faq {
  padding: 80px 0;
  background: #fafafa;
}
#faq dl {
  width: 1080px;
  margin: auto;
  display: grid;
  gap: 16px 0;
}
#faq dl dt {
  font-size: 16px;
  padding: 16px;
  background: #0098a1;
  position: relative;
  cursor: pointer;
  color: #fff;
}
#faq dl dt::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon_plus.png) no-repeat center center / contain;
  display: block;
  position: absolute;
  right: 24px;
  top: calc(50% - 10px);
}
#faq dl dt.active::after {
    background: url(../img/icon_minus.png) no-repeat center center / contain;
}
#faq dl dd {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  background: #eaeaea;
  display: none;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #faq dl {
    width: 90vw;
  }
  #faq dl dt {
    padding-right: 14.4vw;
    line-height: 1.5;
  }
}

#feature {
  padding: 80px 0;
  background-image: -moz-linear-gradient( 133deg, #c3002f 0%, #cd758a 100%);
  background-image: -webkit-linear-gradient( 133deg, #c3002f 0%, #cd758a 100%);
  background-image: -ms-linear-gradient( 133deg, #c3002f 0%, #cd758a 100%);
}
#feature h2.title {
  color: #fff;
}
#feature h2.title::after {
  background: #fff;
}
#feature .description {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  width: 840px;
  margin: 0 auto 60px;
}
#feature ul {
  width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#feature ul li {
  width: calc((100% - 32px * 2) / 3);
  background: #fff;
  border-radius: 4px;
}
#feature ul li img {
  width: 100%;
  height: auto;
}
#feature ul li .flex {
  padding: 16px;
  display: flex;
  align-items: center;
}
#feature ul li .flex .icon {
  width: 40px;
  margin-right: 14px;
}
#feature ul li .flex h3 {
  color: #c3002f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#feature ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 16px 16px;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #feature {
    padding: 30px 0;
  }
  #feature .description {
    width: 90vw;
    margin-bottom: 36px;
  }
  #feature ul {
    width: 90vw;
    flex-wrap: wrap;
  }
  #feature ul li {
    width: 90vw;
  }
  #feature ul li + li {
    margin-top: 25px;
  }
  #feature ul li .image {
    width: 90vw;
  }
  #feature ul li .txt {
    font-size: 12px;
    width: 80vw;
  }
}

#lookfor {
width: 1080px;
/* height: 643px; */
padding: 3vw 0 0;
margin: 0 auto;
}
@media screen and (max-width: 975px) {
#lookfor {
  width: 100%;
  padding: 2.8vw 1vw 0;
}
}
@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
#lookfor {
  padding: 6vw 1vw 0;
  height: auto;
}
#lookfor h2::after {
  content: none;
}
#lookfor h2 .show-sp {
  display: block;
}
}
#lookfor .major_tab_list {
  margin: 1.5vw 0 0;
}
@media screen and (max-width: 819px), screen and (orientation: landscape) and (max-width: 1179px) {
  #lookfor .show-pc {
    display: none;
  }
  #lookfor .show-sp {
    display: block;
    padding: 6vw 0 0;
  }
}
.major_tab_list ul {
  list-style: none
}

.major_tab_list__tab {
  display: flex;
  padding-bottom: 1px;
  border-bottom: solid 2px #00a8e8;
}

.major_tab_list__tab li {
  background-color: #4dc1f1;
  color: #ffffff;
  margin-right: 5px;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.major_tab_list__tab li.current {
  background-color: #00a8e8;
}

.major_tab_list__tab li:hover {
  cursor: pointer
}

.major_tab_list__tab li:last-child {
  margin-right: 0
}

.major_tab_list__tab li:hover {
  cursor: pointer
}

.major_tab_list__tab li:last-child {
  margin-right: 0
}


