/* ================================================= *
 *        MainVisual
 * ================================================= */
#main_visual {
  height: auto;
  text-align: center;
  z-index: 1;
}

#main_visual .onlySp {
  padding-top: 30px;
}

#sub_visual {
  margin-bottom: 10px;
}

#sub_visual .web_bnr {
  padding: 0px 15px 30px;
}

#sub_visual .sub_visual_img {
  display: block;
  width: 92%;
  margin: 0 auto 20px;
}

.holiday_pc {
  margin: 0 auto;
  max-width: 900px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.holiday_sp {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .holiday_sp {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .holiday_pc {
    display: none;
  }
}

/* ================================================= *
 *        	news area
 * ================================================= */
.news_area {
  padding: 60px 0;
  background-color: #f5f6f7;
}

@media (max-width: 480px) {
  .news_area {
    padding: 30px 0;
  }
}

.news_area_ttl {
  margin-bottom: 30px;
  color: #00408e;
  font-size: 3.0rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .news_area_ttl {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
}

.news_area_wrap {
  position: relative;
  max-width: 1100px;
  width: 92%;
  margin: auto;
  padding: 20px 40px;
  background-color: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  .news_area_wrap {
    padding: 20px 15px 50px;
  }
}

.news_area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_area_item:not(:last-of-type) {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}

@media (max-width: 480px) {
  .news_area_item.attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news_area_item.attention .news_area_date {
  background-color: #ec9024;
  color: #fff;
}

@media (max-width: 768px) {
  .news_area_item.attention .news_area_txt {
    width: 100%;
  }
}

.news_area_date {
  min-width: 90px;
  margin-right: 20px;
  padding: 3px;
  text-align: center;
  color: rgba(26, 26, 26, 0.6);
  font-size: 1.4rem;
}

.news_area_txt {
  padding: 10px 5px;
  color: #2d2d2d;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .news_area_txt {
    width: 420px;
    font-size: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.news_area_txt a {
  color: #2d2d2d;
}

.news_area_link {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: rgba(26, 26, 26, 0.6);
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .news_area_link {
    right: 15px;
    bottom: 10px;
  }
}

/* ================================================= *
 *        	point area
 * ================================================= */
#point {
  padding-bottom: 40px;
  background: #facf5f;
  padding-top: 15px;
}

#point .container {
  max-width: 100%;
}

#point .container h2 {
  max-width: 804px;
  width: 94%;
  margin: auto;
  padding: 35px 0 70px;
  text-align: center;
}

@media (max-width: 480px) {
  #point .container h2 {
    padding: 35px 0;
  }
}

#point .container h2 img {
  vertical-align: bottom;
}

#point .container .point_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#point .container .point_area li {
  width: 345px;
  margin: 0 15px 60px;
  padding: 12px;
  background-color: #fff;
}

@media (max-width: 480px) {
  #point .container .point_area li {
    width: 100%;
    margin: 0 15px 30px;
  }
}

#point .container .point_area li .icon {
  width: 184px;
  margin: -60px auto 30px;
}

@media (max-width: 480px) {
  #point .container .point_area li .icon {
    margin: -45px auto 0;
  }
}

#point .container .point_area li:first-of-type .icon {
  width: 173px;
}

#point .container .point_area li:nth-of-type(2) .icon {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #point .container .point_area li:nth-of-type(2) .icon {
    margin-bottom: 0;
  }
}

#point .container .point_area li .point_inner {
  padding: 20px;
  border: 4px solid #f7b515;
}

@media (max-width: 480px) {
  #point .container .point_area li .point_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#point .container .point_area li .point_inner .text {
  color: #363332;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.2;
}

@media (max-width: 480px) {
  #point .container .point_area li .point_inner .text {
    width: 80%;
    margin-left: 8%;
    font-size: calc(18 / 480 * 100vw);
    line-height: 1.5;
  }
}

/* ================================================= *
 *        	privilege area
 * ================================================= */
#privilege {
  margin-top: 0px;
  padding-bottom: 40px;
}

#privilege .container {
  max-width: 1100px;
}

#privilege .container h2 {
  max-width: 804px;
  width: 94%;
  margin: auto;
  padding: 75px 0 25px;
  background-color: #fff;
}

#privilege .container h2 img {
  vertical-align: bottom;
}

#privilege .container .txt {
  max-width: 92%;
  margin: auto;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  #privilege .container .txt {
    font-size: 1.55rem;
  }
}

#privilege .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

#privilege .container ul li {
  margin: 20px 10px;
}

@media (max-width: 768px) {
  #privilege .container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 94%;
    margin: auto;
  }
  #privilege .container ul li {
    width: 48%;
    margin: 2% 1%;
  }
}

/* ================================================= *
 *        	course area
 * ================================================= */
#course {
  margin-top: 0px;
  padding: 60px 0;
  background-color: #f5f6f7;
}

#course .container {
  max-width: 1100px;
  margin-bottom: 60px;
  padding: 50px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 768px) {
  #course .container {
    padding: 15px;
  }
}

#course .container h2 {
  max-width: 560px;
  width: 92%;
  margin: auto;
  padding-bottom: 30px;
}

#course .container ul li {
  padding-bottom: 20px;
}

#course .container ul li:nth-of-type(2) {
  position: relative;
}

#course .container ul li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 6%;
  right: -2%;
  display: inline-block;
  width: 15%;
  height: 53%;
  background: url(../img/top/icon_most_popular@3x.png) center center no-repeat;
  background-size: contain;
}

@media (max-width: 480px) {
  #course .container ul li:nth-of-type(2)::after {
    content: none;
  }
}

@media (max-width: 480px) {
  #course .container ul li .pc {
    display: none;
  }
}

#course .container ul li .sp {
  display: none;
}

@media (max-width: 480px) {
  #course .container ul li .sp {
    display: block;
  }
}

/* ================================================= *
 *        	shop
 * ================================================= */
.top_shop {
  padding: 80px 0;
  background-color: #f5f6f7;
}

.top_shop .container {
  max-width: 1100px;
}

.top_shop_ttl {
  margin-bottom: 60px;
  color: #00408e;
  font-size: 3.0rem;
  font-weight: bold;
}

.top_shop_name {
  margin-bottom: 35px;
  border-bottom: 2px solid #ec9024;
  color: #2d2d2d;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 480px) {
  .top_shop_name {
    font-size: 2.2rem;
  }
}

.top_shop_wrap {
  padding: 35px 45px;
  background-color: #fff;
}

.top_shop_wrap:first-of-type {
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .top_shop_wrap {
    padding: 30px 15px;
  }
}

.top_shop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .top_shop_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .top_shop_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_shop_inner > div {
    width: 100%;
  }
}

.top_shop_head {
  width: 27.129%;
}

@media (max-width: 768px) {
  .top_shop_head {
    width: 43%;
  }
}

.top_shop_head_img {
  margin-bottom: 15px;
}

.top_shop_head_link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 4px 10px;
  background-color: #ec9024;
  color: #fff;
  font-size: 1.8rem;
}

.top_shop_head_map {
  display: block;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ec9024;
  color: #ec9024;
  font-size: 1.4rem;
}

.top_shop_info {
  width: 33.069%;
  margin: 0 2.27%;
  text-align: left;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .top_shop_info {
    font-size: calc(16 / 1200 * 100vw);
  }
}

@media (max-width: 768px) {
  .top_shop_info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 15px 0 30px;
  }
}

.top_shop_info_data {
  padding: 10px 2px;
  border-bottom: 1px solid #878787;
  color: #2d2d2d;
}

.top_shop_info_data .ttl, .top_shop_info_data .txt {
  display: inline-block;
}

.top_shop_info_data .ttl a, .top_shop_info_data .txt a {
  color: #2d2d2d;
}

.top_shop_info_data .ttl {
  width: 85px;
}

.top_shop_map {
  width: 35.248%;
}

@media (max-width: 768px) {
  .top_shop_map {
    width: 54%;
  }
}

@media (max-width: 480px) {
  .top_shop_map {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* ------------------------------------
 *        	price
------------------------------------ */
.price {
  padding: 80px 0;
  background-color: #facf5f;
}

@media (max-width: 480px) {
  .price {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .price .row {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.price_ttl {
  margin-bottom: 60px;
  color: #00408e;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .price_ttl {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media (max-width: 480px) {
  .price_ttl {
    margin-bottom: 30px;
  }
}

.price_list {
  margin-bottom: 60px;
}

.price_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #ffed9b;
}

@media (max-width: 991px) {
  .price_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4%;
  }
}

@media (max-width: 480px) {
  .price_item {
    padding: 15px;
  }
}

.price_car_icon {
  max-width: 186px;
}

@media (max-width: 991px) {
  .price_car_icon {
    max-width: 230px;
    width: 47%;
    margin-right: 2%;
  }
}

.price_car_name {
  color: #00408e;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 991px) {
  .price_car_name {
    width: 49%;
  }
}

@media (max-width: 480px) {
  .price_car_name {
    font-size: 1.2rem;
  }
}

.price_car_name .type {
  font-size: 3.8rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .price_car_name .type {
    font-size: calc(36 / 750 * 100vw);
  }
}

.price_car_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 503px;
  width: 45.727272727%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .price_car_detail {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
  }
}

.price_car_detail .cost {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .price_car_detail .cost {
    font-size: 2.1rem;
  }
}

@media (max-width: 480px) {
  .price_car_detail .cost {
    font-size: 1.6rem;
  }
}

.price_car_detail .cost_ttl {
  display: block;
  margin-left: -15px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .price_car_detail .cost_ttl {
    font-size: 1.3rem;
  }
}

.price_car_detail .cost .small {
  margin: 0 5px;
  font-size: 70%;
}

@media (max-width: 480px) {
  .price_car_detail .cost .small {
    margin: 0 2px;
  }
}

.price_car_detail .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e81c24;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .price_car_detail .total {
    font-size: 2.6rem;
  }
}

@media (max-width: 480px) {
  .price_car_detail .total {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .price_car_detail .total {
    font-size: 1.6rem;
  }
}

.price_car_detail .total_ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 480px) {
  .price_car_detail .total_ttl {
    font-size: 1.3rem;
    font-weight: bold;
  }
}

.price_car_detail .total .online_reservation {
  display: block;
  margin-bottom: -5px;
  font-size: 1.3rem;
  line-height: 1;
}

@media (max-width: 480px) {
  .price_car_detail .total .online_reservation {
    font-size: 1.0rem;
    margin-bottom: 0;
  }
}

@media (min-width: 360px) {
  .price_car_detail .total .online_reservation br {
    display: none;
  }
}

.price_car_detail .total .small {
  font-size: 70%;
}

.price_link {
  display: block;
  max-width: 511px;
  width: 90%;
  margin: auto;
  padding: 25px;
  background-color: #00408e;
  border-radius: 9px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}

.price_link:hover {
  opacity: 0.8;
}

/* ------------------------------------
 *        	campaign
------------------------------------ */
.campaign_note {
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
}

/* ================================================= *
 *        	slick サムネイルボタン
 * ================================================= */
@media (min-width: 769px) {
  #main_visual .slick-dots {
    position: unset;
    width: min(100%, 1200px);
    margin-inline: auto;
    margin-top: 10px;
  }
  #main_visual .slick-dots li {
    width: 20%;
    height: auto;
    margin: 0;
    aspect-ratio: 1000 / 364;
    background-position: center;
    background-size: cover;
  }
  #main_visual .slick-dots li:nth-child(1) {
    background-image: url(../img/top/slid05@3x.png);
  }
  #main_visual .slick-dots li:nth-child(2) {
    background-image: url(../img/top/slid01@3x.png);
  }
  #main_visual .slick-dots li:nth-child(3) {
    background-image: url(../img/top/slid02@3x.png);
  }
  #main_visual .slick-dots li:nth-child(4) {
    background-image: url(../img/top/slid03@3x.png);
  }
  #main_visual .slick-dots li button {
    display: none;
  }
  #main_visual .slick-dots li button {
    display: none;
  }
}
