@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.mv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .mv {
    height: 375px;
    justify-content: right;
    align-items: flex-end;
    margin-top: 74px;
  }
}
.mv .inner {
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .mv .inner {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.mv .mv_ttl {
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.785;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 818px) {
  .mv .mv_ttl {
    font-size: 20px;
    line-height: 1.4;
    text-align: right;
  }
}
.mv .mv_ttl_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 818px) {
  .mv .mv_ttl_jp {
    font-size: 20px;
    line-height: 1.4;
    text-align: right;
  }
}
.mv .search_box {
  padding-top: 24px;
  padding-bottom: 0;
}
.mv .search_box .search_bg {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.tours_list {
  position: relative;
  z-index: 10;
}
.tours_list .t_bg {
  background: #ffffff;
  padding-top: 24px;
}
@media screen and (max-width: 818px) {
  .tours_list .t_bg {
    padding-top: 0;
  }
}
.tours_list .search_box {
  padding-top: 10px;
  padding-bottom: 0;
}
.tours_list .h2_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .tours_list .h2_ttl {
    margin-bottom: 24px;
    margin-top: 34px;
  }
}
#footer {
  margin-top: -88px !important;
}
@media screen and (max-width: 818px) {
  #footer {
    margin-top: -138px !important;
  }
}
