@charset "UTF-8";
/*PC*/
/*
$lineSpace_normal_pc:48px;
$lineSpace_xsmall_pc:30px;
$lineSpace_small_pc:30px;
$lineSpace_large_pc:70px;
$lineSpace_xlarge_pc:40px;
$lineSpace_h1_pc:80px;
$lineSpace_h2_pc:48px;
$lineSpace_footer_pc:20px;
*/
/*
$color_main1:#F8C961;
$color_main2:#F4A923;
$color_main3:#F9F8ED;
*/
.button_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 1000px;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin: 0 auto 24px auto;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .button_wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .button_wrapper {
    width: 90%;
  }
}

html {
  scroll-behavior: auto;
}

.scroll-target {
  scroll-margin-top: 72px; /* 固定ヘッダーの高さに合わせる */
}

header .header_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 80px;
  justify-content: space-around;
}
@media screen and (max-width: 1116px) {
  header .header_box {
    height: auto;
  }
}
@media screen and (max-width: 1116px) {
  header .header_box .__logo_area_box {
    width: 20%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
header .header_box .__logo_area_box img {
  width: 128px;
}
@media screen and (max-width: 1116px) {
  header .header_box .__logo_area_box img {
    width: 100%;
    height: auto;
    margin: 8px 16px;
  }
}
header .header_box .__language_select_box {
  width: 800px;
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1116px) {
  header .header_box .__language_select_box {
    width: 70%;
    padding: 8px;
  }
}
@media screen and (max-width: 599px) {
  header .header_box .__language_select_box {
    font-size: 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
header .header_box .__language_select_box div {
  width: auto;
  padding: 4px 8px;
  background-color: #D1F1FB;
}
header .header_box .__language_select_box a {
  text-decoration: underline;
  transition: 0.4s;
}
header .header_box .__language_select_box a:visited {
  color: #3D3D3D;
  transition: 0.4s;
}
header .header_box .__language_select_box a:hover {
  color: #D80E1C;
  transition: 0.4s;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

hhtml[lang=zh-Hans] body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", sans-serif;
}

html[lang=zh-Hant] body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", sans-serif;
}

.body_back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background-image: url("../img/body_backimg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
}

a {
  text-decoration: none;
  color: #3D3D3D;
}

.common_button {
  transition: 0.4s;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*
  width: $w;
  height: $h;
  */
  display: inline-flex;
  padding: 16px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #D80E1C;
  box-shadow: 4px 4px 6px 0 #FF7882 inset, 2px 2px 6px 0 rgba(75, 75, 75, 0.25);
}
.common_button:hover {
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}
.common_button:active {
  transform: scale(0.95) translateY(2px);
  box-shadow: inset 2px 2px 6px rgba(94, 91, 91, 0.3);
}
.common_button i {
  color: #FFF;
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

._button_large {
  width: 420px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 599px) {
  ._button_large {
    width: 300px;
  }
}

._button_tel_number {
  font-size: 24px;
  padding: 14px 0px;
  width: 300px;
  height: 64px;
}
@media screen and (max-width: 599px) {
  ._button_tel_number {
    width: 300px;
    box-sizing: border-box;
    font-size: 24px;
    padding: 6px 40px;
  }
}

._c_black {
  background: #3D3D3D;
  box-shadow: 4px 4px 6px 0 #808080 inset, 2px 2px 6px 0 rgba(75, 75, 75, 0.25);
}

h2 {
  display: block;
  position: relative;
  width: 736px;
  box-sizing: border-box;
  padding: 16px 32px;
  border: 3px solid #1F4CB1;
  background: #FFF;
  margin: 112px auto 80px auto;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  h2 {
    width: 480px;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    width: 80%;
    font-size: 20px;
    margin: 64px auto 48px auto;
  }
}
h2::before {
  content: "";
  width: 736px;
  height: 64px;
  flex-shrink: 0;
  position: absolute;
  top: 24px;
  left: 8px;
  border: 3px solid #1F4CB1;
  background: #1F4CB1;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  h2::before {
    width: 100%;
    height: 100%;
    top: 16px;
    left: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  h2::before {
    width: 480px;
  }
}

h2.rainbow {
  width: 100vw;
  font-size: 28px;
  background-image: url("../img/rainbow.svg");
  background-repeat: repeat-x;
  background-position: 50% 50%;
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 0px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  h2.rainbow {
    flex-wrap: wrap;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  h2.rainbow {
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
}
h2.rainbow::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  z-index: -1;
}
h2.rainbow::after {
  content: "";
  width: 150px;
  height: 22px;
  background-image: url("../img/yui_rail.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -16px;
}
@media screen and (max-width: 599px) {
  h2.rainbow::after {
    width: 80px;
    height: 12px;
    top: -8px;
    left: calc(50vw - 40px);
  }
}

h3 {
  display: block;
  position: relative;
  width: auto;
  display: flex;
  justify-content: center;
  margin: 40px auto 0px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  h3 {
    width: 90%;
    font-size: 18px;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  h3 {
    width: 90%;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  h3 img {
    width: 80%;
  }
}

._underline {
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 599px) {
  ._underline {
    font-size: 16px;
  }
}

.c_1_1 {
  background-color: #EF9683;
}

.c_1_2 {
  background-color: #FEF4F4;
}

.c_2_1 {
  background-color: #89C3EB;
}

.c_2_2 {
  background-color: #EAF4FC;
}

.c_3_1 {
  background-color: #FABF14;
}

.c_3_2 {
  background-color: #FFEECE;
}

.c_4_1 {
  background-color: #93CA76;
}

.c_4_2 {
  background-color: #DEF3DE;
}

.content_area {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .content_area {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .content_area {
    width: 90%;
  }
}

body a {
  text-decoration: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br-sp {
    display: inline;
  }
}

.br-stb {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .br-stb {
    display: inline;
  }
}

.margin_center {
  margin: 0px auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.mv_top {
  width: 100%;
  max-width: 1170px;
  margin: 24px auto 40px auto;
}
.mv_top img {
  width: 100%;
}

.obj_center {
  margin: 0 auto;
}

.big_strong_text {
  color: #E10000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .big_strong_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .big_strong_text {
    font-size: 18px;
  }
}

.text_normal {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .text_normal {
    font-size: 14px;
    text-align: left;
  }
}

.text_20 {
  font-size: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .text_20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .text_20 {
    font-size: 16px;
  }
}

.text_24 {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .text_24 {
    font-size: 14px;
  }
}

.text_red {
  color: #D80E1C;
}

.text_center {
  text-align: center;
}

.text_bold {
  font-weight: bold;
}

.top_24 {
  margin-top: 24px;
}

.bottom_24 {
  margin-bottom: 24px;
}

.top_40 {
  margin-top: 40px;
}

.bottom_40 {
  margin-bottom: 40px;
}

.top_80 {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .top_80 {
    margin-top: 40px;
  }
}

.bottom_80 {
  margin-bottom: 80px;
}

.rail_image {
  text-align: center;
  padding-top: 24px;
}
.rail_image img {
  width: 560px;
  height: 338px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .rail_image img {
    width: 100%;
  }
}

.text_box {
  width: 800px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .text_box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .text_box {
    width: 100%;
  }
}

.text_under_red {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.text_under_red::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #E10000;
}

@media screen and (max-width: 599px) {
  .top_title {
    display: none;
  }
}

.top_title_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .top_title_sp {
    display: block;
    margin-bottom: 24px;
  }
  .top_title_sp img {
    width: 100%;
    height: auto;
  }
}

.calender_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 40px auto;
}
.calender_wrapper table {
  border-collapse: collapse;
  position: relative;
}
.calender_wrapper table tr {
  position: relative;
}
.calender_wrapper table tr th {
  padding: 8px 16px;
  border: 1px solid;
}
@media screen and (max-width: 599px) {
  .calender_wrapper table tr th {
    padding: 4px 8px;
  }
}
.calender_wrapper table tr th:first-child {
  background-color: #FFB5B5;
}
.calender_wrapper table tr th:last-child {
  background-color: #D1F1FB;
}
.calender_wrapper table tr td {
  padding: 8px 16px;
  border: 1px solid;
  position: relative;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .calender_wrapper table tr td {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.calender_wrapper table tr td:first-child {
  background-color: #FFB5B5;
}
.calender_wrapper table tr td:last-child {
  background-color: #D1F1FB;
}
.calender_wrapper table tr .set_1 {
  text-align: center;
}
.calender_wrapper table tr .set_1::after {
  content: "★";
  bottom: 0;
  color: #0097FF;
}

.ara_movie {
  text-align: center;
  padding-top: 64px;
  position: relative;
  width: 90%;
  margin: 40px auto 0px auto;
  padding-top: 56.25%;
}
.ara_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.schedule_text {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .schedule_text {
    font-size: 16px;
  }
}
.schedule_text .week_day {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .schedule_text .week_day {
    font-size: 12px;
  }
}

.area_time_table {
  margin: 104px auto;
}
.area_time_table .time_schedule_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 40px auto;
}
.area_time_table .time_schedule_wrapper table {
  border-collapse: collapse;
  position: relative;
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table {
    table-layout: fixed;
    width: 100%;
  }
}
.area_time_table .time_schedule_wrapper table tr {
  position: relative;
}
.area_time_table .time_schedule_wrapper table tr th {
  padding: 8px 16px;
  border: 1px solid;
  background-color: #1F4CB1;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr th {
    padding: 4px 8px;
    font-size: 8px;
  }
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr th:first-child {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr th:nth-child(2) {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr th:nth-child(3) {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr th:last-child {
    width: 50px;
  }
}
.area_time_table .time_schedule_wrapper table tr td {
  padding: 8px 16px;
  min-width: 113px;
  border: 1px solid;
  position: relative;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .area_time_table .time_schedule_wrapper table tr td {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.area_time_table .time_schedule_wrapper table tr .set_1 {
  text-align: center;
}
.area_time_table .time_schedule_wrapper table tr .set_1::after {
  content: "★";
  bottom: 0;
  color: #0097FF;
}

.recommendation_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .recommendation_area {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .recommendation_area {
    flex-wrap: wrap;
  }
}
.recommendation_area .recommendation__box {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .recommendation_area .recommendation__box {
    width: 33%;
    min-width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .recommendation_area .recommendation__box {
    width: 100%;
  }
}
.recommendation_area .recommendation__box ._image_box {
  width: 298px;
  height: 267px;
  border-radius: 30px 30px 0px 0px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .recommendation_area .recommendation__box ._image_box {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .recommendation_area .recommendation__box ._image_box {
    margin: 0 auto;
    -moz-column-gap: 0px;
         column-gap: 0px;
    width: 80%;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
    background-size: contain;
  }
}
.recommendation_area .recommendation__box .image_1 {
  background-image: url("../img/ideal-users1.jpg");
}
.recommendation_area .recommendation__box .image_2 {
  background-image: url("../img/ideal-users2.jpg");
}
.recommendation_area .recommendation__box .image_3 {
  background-image: url("../img/ideal-users3.jpg");
}
.recommendation_area .recommendation__box ._text_box {
  width: 298px;
  height: 64px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .recommendation_area .recommendation__box ._text_box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recommendation_area .recommendation__box ._text_box {
    margin: 0 auto;
  }
}
.recommendation_area .recommendation__box ._text_box p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.confort_image_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 40px auto;
}
@media screen and (max-width: 599px) {
  .confort_image_area {
    flex-wrap: wrap;
  }
}
.confort_image_area .__box {
  width: 320px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media screen and (max-width: 599px) {
  .confort_image_area .__box {
    width: 80%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.confort_image_area .confort_car_rental {
  background-image: url("../img/confort_car_rental.png");
}
.confort_image_area .confort_rail {
  background-image: url("../img/confort_rail.png");
}

.caution_area {
  width: 100%;
  text-align: center;
  margin-top: 200px;
  padding: 100px 24px 40px 24px;
  background-color: #FFEB79;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .caution_area {
    margin-top: 80px;
    padding: 64px 16px 40px 16px;
  }
}
.caution_area .__text {
  width: 90%;
  max-width: 1008px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .caution_area .__text {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .caution_area .__image_yoko {
    display: none;
  }
}
.caution_area .__image_yoko img {
  max-width: 1008px;
  width: 90%;
  margin: 100px auto 40px auto;
}
.caution_area .__image_tate {
  display: none;
}
@media screen and (max-width: 599px) {
  .caution_area .__image_tate {
    display: block;
  }
}
.caution_area .__image_tate img {
  width: 100%;
  margin: 40px auto 40px auto;
}
.caution_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 131px;
  background-image: url("../img/caution.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: -80px;
}
@media screen and (max-width: 599px) {
  .caution_area::after {
    height: 80px;
    top: -40px;
  }
}

.under_mark {
  width: 100%;
  height: 40px;
  margin-top: 48px;
  margin-bottom: 64px;
  background-image: url("../img/under_mark.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .under_mark {
    width: 30%;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0px auto;
  }
}

.recommendation_info {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .recommendation_info {
    display: none;
  }
}

.recommendation_info_sp {
  display: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 8px;
}
@media screen and (max-width: 599px) {
  .recommendation_info_sp {
    display: block;
  }
}

.price_out_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.price_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  margin: 64px auto 16px auto;
}
@media screen and (max-width: 599px) {
  .price_wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.price_wrapper .price_box {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 6px rgba(95, 95, 95, 0.25));
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box {
    font-size: 12px;
  }
}
.price_wrapper .price_box .price_title_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.price_wrapper .price_box .price_title {
  width: 240px;
  height: 90px;
  padding: 16px 40px;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box .price_title {
    padding: 8px 24px;
    width: 150px;
    height: auto;
  }
}
.price_wrapper .price_box .price_info {
  width: 240px;
  box-sizing: border-box;
  padding: 16px 24px;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box .price_info {
    padding: 8px 24px;
    width: 150px;
    height: auto;
  }
}
.price_wrapper .price_box .info_long {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .price_wrapper .price_box .info_long {
    width: 300px;
    height: auto;
  }
}

.price_notice {
  width: 100%;
  display: grid;
  justify-content: right;
  padding: 0px 24px 0px 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .price_notice {
    justify-content: center;
  }
}
.price_notice .__text {
  width: 100%;
  color: #000;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .price_notice .__text {
    font-size: 10px;
  }
}

.map_box {
  filter: drop-shadow(2px 2px 6px rgba(95, 95, 95, 0.25));
}
.map_box .map_image {
  width: 480px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .map_box .map_image {
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }
}
.map_box .asakusa {
  background-image: url("../img/map_asakusa.jpg");
}
.map_box .tokyo {
  background-image: url("../img/map_tokyo.jpg");
}

.__button_point_box {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  margin: 40px auto;
  justify-content: center;
}
.__button_point_box img {
  display: block;
  margin: 0 auto 8px auto;
}
.__button_point_box a {
  text-align: center;
}

.taxi_point {
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 40px 24px 0px;
  margin: 0 auto 40px auto;
  border-style: dotted;
  border-width: 2px;
  border-color: #000;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .taxi_point {
    padding: 24px 24px 24px 0px;
  }
}
.taxi_point ul li {
  list-style-type: "* ";
}

.car_rental_button_set {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  margin: 40px auto;
  width: 860px;
}
@media screen and (max-width: 1116px) {
  .car_rental_button_set {
    width: 90%;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
    margin: 40px auto;
  }
}
.car_rental_button_set .__buton_box {
  display: flex;
  flex-wrap: wrap;
  width: 259px;
  height: 89px;
  padding: 15px 49px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #1F4CB1;
  box-shadow: 4px 4px 8px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 8px 0 #002F9A inset, 4px 4px 8px 0 rgba(110, 110, 110, 0.25);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.car_rental_button_set .__buton_box .__shop {
  font-size: 16px;
}
.car_rental_button_set .__buton_box:hover {
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}
.car_rental_button_set .__buton_box:active {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4), inset -2px -2px 4px rgba(255, 255, 255, 0.1);
  transform: translateY(1px); /* クリック感の演出 */
}

.course_image_box {
  width: 560px;
  height: 338px;
  background-image: url("../img/course_set_image.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin: 40px auto;
}
@media screen and (max-width: 599px) {
  .course_image_box {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}

.tour_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 64px auto;
  padding-bottom: 56px;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .tour_wrapper {
    margin: 24px auto;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .tour_wrapper {
    width: 90%;
    flex-wrap: wrap;
    margin: 16px auto 16px auto;
    padding-bottom: 16px;
  }
}
.tour_wrapper .info_box {
  width: 420px;
  height: 315px;
  align-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  .tour_wrapper .info_box {
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .tour_wrapper .info_box {
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.tour_wrapper .info_box ._title_box {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
}
.tour_wrapper .info_box ._title_box h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  margin: 0px 0px 4px 0px;
}
@media screen and (max-width: 599px) {
  .tour_wrapper .info_box ._title_box h4 {
    font-size: 20px;
  }
}
.tour_wrapper .info_box .t_1 {
  background-color: #f3582c;
}
.tour_wrapper .info_box .t_2 {
  background-color: #1EB576;
}
.tour_wrapper .info_box .t_3 {
  background-color: #00AEED;
}
.tour_wrapper .info_box .t_4 {
  background-color: #FEB04A;
}
.tour_wrapper .info_box ._text_box {
  width: 100%;
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .tour_wrapper .info_box ._text_box {
    font-size: 14px;
  }
}
.tour_wrapper .info_box ._day_box {
  width: 100%;
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .tour_wrapper .info_box ._day_box {
    font-size: 14px;
  }
}
.tour_wrapper .image_box {
  width: 420px;
  height: 315px;
  aspect-ratio: 3/2;
  background-image: url("../img/tour_image_edo_culture.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .tour_wrapper .image_box {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto;
  }
}
.tour_wrapper .c_1 {
  background-image: url("../img/c1_kinron_image.png");
}
.tour_wrapper .c_2 {
  background-image: url("../img/c2_yashigani_image.png");
}
.tour_wrapper .c_3 {
  background-image: url("../img/c3_techtour_image.png");
}
.tour_wrapper .c_4 {
  background-image: url("../img/c4_wakuwaku_image.png");
}
.tour_wrapper .soukichi {
  background-image: url("../img/soukichi.jpg");
}

.type_2 {
  flex-wrap: wrap-reverse;
}

.rental_info_area {
  width: 849px;
  margin: 114px auto;
}
@media screen and (max-width: 1116px) {
  .rental_info_area {
    width: 90%;
    margin: 80px auto;
  }
}
.rental_info_area .__box {
  border-radius: 20px;
  border: 1px #1F4CB1 solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto;
}
.rental_info_area .__box .__title {
  width: 100%;
  background-color: #1F4CB1;
  margin-top: 0px;
  padding: 16px;
  border-radius: 19px 19px 0px 0px;
}
.rental_info_area .__box .__title h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin-top: 0px;
}
.rental_info_area .__box .__info_area {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 32px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .rental_info_area .__box .__info_area {
    width: 90%;
    padding: 24px 8px;
  }
}
.rental_info_area .__box .__info_area img {
  margin-bottom: 16px;
}
.rental_info_area .__box .__info_area .__info_text {
  width: 100%;
  margin-top: 32px;
  text-align: justify;
}

.rental_car_shop_site_button {
  display: flex;
  width: 480px;
  height: 89px;
  padding: 15px 49px;
  margin: 40px auto 24px auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #1F4CB1;
  box-shadow: 4px 4px 8px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 8px 0 #002F9A inset, 4px 4px 8px 0 rgba(110, 110, 110, 0.25);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .rental_car_shop_site_button {
    width: 90%;
    font-size: 18px;
    margin: 16px auto 8px auto;
  }
}
.rental_car_shop_site_button:hover {
  transition: 0.4s;
  transform: scale(1.05);
  cursor: pointer;
}
.rental_car_shop_site_button:active {
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4), inset -2px -2px 4px rgba(255, 255, 255, 0.1);
  transform: translateY(1px); /* クリック感の演出 */
}

.back_button_area {
  margin: 40px auto 80px auto;
}

.red {
  color: #D80E1C;
}

.no_wrap {
  display: inline-block;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
footer {
  background: #1A1A1A;
  padding: 36px;
}
footer .footer_text {
  width: 800px;
  margin: 0 auto;
  color: #FFF;
}
footer .footer_text ul li {
  list-style-type: "● ";
}
@media screen and (min-width: 600px) and (max-width: 1116px) {
  footer .footer_text {
    max-width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_text {
    width: 100%;
    font-size: 12px;
  }
}

.coming_soon {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 24px;
  margin: 24px auto;
  color: #1F4CB1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #ECF4FB;
}