html {
  background: #f1f5f6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}

#type01 .roll_line:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.arimo_f {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.03rem;
}

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

.wave {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .wave {
    margin-bottom: 20px;
  }
}
.wave.white {
  color: #fff;
}
.wave .main_ttl {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .wave .main_ttl {
    font-size: 28px;
  }
}
.wave .wave_img {
  width: 70px;
}
@media screen and (max-width: 850px) {
  .wave .wave_img {
    width: 50px;
  }
}

.break1000 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .break1000 {
    display: none;
  }
}

header {
  height: 100px;
  position: fixed;
  background: #f1f5f6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  header {
    height: 60px;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
header .inner .logo {
  width: 100px;
}
@media screen and (max-width: 850px) {
  header .inner .logo {
    width: 70px;
  }
}
header .inner .header_logo {
  max-width: 200px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #008aed;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #008aed;
  transition: 0.5s;
}
@media screen and (max-width: 850px) {
  header .inner .header_logo {
    max-width: 140px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
header .inner .header_logo:hover {
  background: #fff;
  color: #0076cb;
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  main {
    padding-top: 60px;
  }
}
main .first_cont {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 4%;
}
@media screen and (max-width: 850px) {
  main .first_cont {
    margin: 0 auto 60px;
  }
}
main .first_cont .kv {
  height: 500px;
  width: 100%;
  background: url(../img/kv.jpg) no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  main .first_cont .kv {
    background: url(../img/kv.jpg) no-repeat -200px center;
    background-size: cover;
    height: 400px;
  }
}
main .first_cont .first_Box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 0 40px;
}
@media screen and (max-width: 1000px) {
  main .first_cont .first_Box {
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  main .first_cont .first_Box {
    margin-top: 30px;
  }
}
main .first_cont .first_Box .first_ttl .main_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 3vw;
}
@media screen and (max-width: 1300px) {
  main .first_cont .first_Box .first_ttl .main_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1000px) {
  main .first_cont .first_Box .first_ttl .main_ttl {
    font-size: 28px;
    line-height: 2rem;
  }
}
main .first_cont .first_Box .first_ttl .sub_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #0076cb;
  padding-top: 20px;
}
@media screen and (max-width: 1300px) {
  main .first_cont .first_Box .first_ttl .sub_ttl {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1000px) {
  main .first_cont .first_Box .first_ttl .sub_ttl {
    font-size: 20px;
    padding-top: 10px;
  }
}
main .first_cont .first_Box .fir_txt {
  width: 50%;
  font-size: 16px;
  line-height: 1.8rem;
}
@media screen and (max-width: 1000px) {
  main .first_cont .first_Box .fir_txt {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  main .first_cont .first_Box .fir_txt {
    font-size: 14px;
    line-height: 1.5rem;
  }
}
main .second_cont .price_Box {
  padding: 0 4%;
}
main .second_cont .price_Box .price_area {
  background: #fff;
  padding: 60px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main .second_cont .price_Box .price_area {
    padding: 40px 4%;
  }
}
main .second_cont .price_Box .price_area .price_txt {
  font-size: 30px;
  color: #c8101b;
  text-align: center;
}
@media screen and (max-width: 850px) {
  main .second_cont .price_Box .price_area .price_txt {
    font-size: 26px;
  }
}
main .second_cont .price_Box .price_area .price_txt .small {
  font-size: 20px;
}
@media screen and (max-width: 850px) {
  main .second_cont .price_Box .price_area .price_txt .small {
    font-size: 16px;
  }
}
main .second_cont .price_Box .price_area .price_read {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.8rem;
}
@media screen and (max-width: 850px) {
  main .second_cont .price_Box .price_area .price_read {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 15px;
  }
}
main .second_cont .img_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  background: linear-gradient(180deg, rgb(241, 245, 246) 85%, rgb(224, 234, 235) 85%, rgb(224, 234, 235) 100%);
}
@media screen and (max-width: 768px) {
  main .second_cont .img_area {
    flex-direction: column;
    align-items: flex-end;
  }
}
main .second_cont .img_area .flex_left img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  main .second_cont .img_area .flex_left img {
    width: 80%;
  }
}
main .second_cont .img_area .flex_right {
  margin-top: 140px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  main .second_cont .img_area .flex_right {
    margin-top: 10%;
  }
}
main .second_cont .img_area .flex_right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .second_cont .img_area .flex_right img {
    width: 80%;
  }
}
main .third_cont {
  background: #e0eaeb;
  padding: 60px 4% 120px;
}
main .third_cont .active_area {
  background: #fff;
  padding: 60px 50px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 60px;
}
main .third_cont .active_area:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area {
    padding: 40px 4%;
    margin: 0 auto 40px;
  }
}
main .third_cont .active_area h3 {
  border-bottom: 1px solid #0076cb;
  padding-bottom: 20px;
}
main .third_cont .active_area h3 .number {
  font-size: 40px;
  font-weight: bold;
  color: #0076cb;
}
@media screen and (max-width: 768px) {
  main .third_cont .active_area h3 .number {
    font-size: 28px;
  }
}
main .third_cont .active_area h3 .sub_ttl {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .third_cont .active_area h3 .sub_ttl {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
main .third_cont .active_area .tour_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box {
    flex-direction: column;
  }
}
main .third_cont .active_area .tour_box .tour_img {
  width: 50%;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_img {
    width: 80%;
    margin: 0 auto;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_txt {
  line-height: 1.5rem;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_txtbox .tour_txt {
    font-size: 14px;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_list {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_txtbox .tour_list {
    margin-top: 30px;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 15px;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr th {
    padding: 10px 0 5px;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr td {
  font-size: 14px;
  padding: 15px 0 15px 10px;
  width: 75%;
}
@media screen and (max-width: 850px) {
  main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr td {
    padding: 0 0 10px;
    width: 100%;
  }
}
main .third_cont .active_area .tour_box .tour_txtbox .tour_list tbody tr td .small {
  font-size: 12px;
}
main .third_cont .option_area {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
main .third_cont .option_area h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0076cb;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area h3 {
    font-size: 24px;
  }
}
main .third_cont .option_area .op_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  gap: 40px 40px;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .third_cont .option_area .op_flex .op_box {
  background: #fff;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box {
    padding: 40px 4%;
  }
}
main .third_cont .option_area .op_flex .op_box h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
main .third_cont .option_area .op_flex .op_box .op_img {
  width: 80%;
}
main .third_cont .option_area .op_flex .op_box .op_txtbox {
  margin-top: 20px;
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_txt {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box .op_txtbox .op_txt {
    font-size: 14px;
  }
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_txt .small {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box .op_txtbox .op_txt .small {
    font-size: 12px;
  }
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list {
  margin-top: 20px;
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 15px 0 15px;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr th {
    padding: 10px 0 5px;
  }
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr td {
  font-size: 14px;
  padding: 15px 0 15px 10px;
  width: 75%;
}
@media screen and (max-width: 850px) {
  main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr td {
    padding: 0 0 10px 0;
  }
}
main .third_cont .option_area .op_flex .op_box .op_txtbox .op_list tbody tr td .small {
  font-size: 12px;
}
main .last_cont {
  background: url(../img/bg_img.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 850px) {
  main .last_cont {
    padding: 60px 0;
  }
}
main .last_cont .btn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #008aed;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid #008aed;
  transition: 0.5s;
}
@media screen and (max-width: 850px) {
  main .last_cont .btn {
    max-width: 300px;
    height: 60px;
    font-size: 20px;
  }
}
main .last_cont .btn:hover {
  background: #fff;
  color: #0076cb;
}

footer {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 12px;
}/*# sourceMappingURL=layout.css.map */