@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #282828;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
section {
  margin: 160px 0;
}
.wrapp {
  max-width: 1040px;
  margin: 0 auto;
}
.bkg {
  background-color: #f1f2f7;
}
h2 {
  font-size: 35px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
h2,
h3,
h4,
h5,
p,
a,
span {
  line-height: 1.5em;
}
p {
  margin: 1rem 0;
  font-weight: 500;
}
p.read {
  font-size: 16px;
}
.inner_wrapp {
  padding: 50px;
  border-radius: 15px;
}
/*-----
top page
-------*/
#top header {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  align-items: center;
}
#top header ul {
  display: flex;
  gap: 50px;
  align-items: baseline;
}
#top header ul a {
  display: block;
  color: #282828;
  font-weight: bold;
}
#top header .login_btn a {
  border: solid 2px #f0f2f4;
  padding: 15px;
  text-align: center;
  width: 130px;
  border-radius: 50px;
}
.hamburger {
  display: none;
}
#mv {
  height: 650px;
  position: relative;
  background-color: #f0f2f4;
  margin: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.mv_inner {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5em;
}
.search_box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#mv select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  padding: 0 40px 0 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  font-family: inherit;
}
#mv select:valid {
  color: #282828;
}
.search_box_item:nth-of-type(2) {
  margin-left: -1px;
}
.search_box_btn button {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-color: #ffa300;
  color: #fff;
  height: 37px;
  padding: 0 25px;
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  font-size: 12px;
  margin-left: -1px;
}
.mv_slide {
  position: absolute;
  bottom: -100px;
  overflow: hidden;
  width: 100%;
  cursor: grab;
}
.mv_slide.is_dragging {
  cursor: grabbing;
}
.mv_slide li {
  width: 300px;
  height: 220px;
  min-width: 300px;
  flex: 0 0 auto;
}
.mv_slide li div {
  position: relative;
}
.mv_slide li div span {
  position: absolute;
  left: -3px;
  top: 10px;
  display: block;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
.mv_slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.mv_slide li div span.tour {
  background-color: #8459ae;
}
.mv_slide li div span.event {
  background-color: #92aa5b;
}
.mv_slide li div span.dcp {
  background-color: #17868e;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: 0.4s;
  border-radius: 10px;
}
.card_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: 0.4s;
  font-size: 22px;
  font-weight: bold;
}
.card:hover::before {
  opacity: 1;
}
.card:hover .card_text {
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#slider {
  display: flex;
  gap: 20px;
  width: max-content;
}

/*about*/
#about {
  margin-top: 180px;
}
#about h2 {
  text-align: left;
}
.about_inner {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.round_image {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
}
.round_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}
/*tour*/
.tour_list dt .tour_card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.tour_list dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.tour_list dt .tour_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s;
}
.tour_list dt .tour_card_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: 0.4s;
}
.tour_list dt:hover .tour_card::before {
  opacity: 1;
}
.tour_list dt:hover .tour_card_text {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.tour_inner li {
  width: calc(94%/2);
}
.tour_inner ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.tour_inner dd p {
  text-align: center;
}
.mv_slide.dcp_inner {
  position: static;
  width: 100%;
  cursor: pointer;
  overflow: visible;
}
.mv_slide.dcp_inner li {
  width: calc(90%/3);
  min-width: 250px;
}
.mv_slide.dcp_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
  margin: 50px auto;
  width: 100%;
}
.mv_slide.dcp_inner li {
  height: fit-content;
}
.mv_slide.dcp_inner li a {
  color: #282828;
  text-align: center;
}
/*column*/
.column_inner ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.column_inner li {
  width: calc(90%/3);
  min-width: 250px;
}
.column_inner dt {
  margin: 0 auto;
}
.column_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	/*border-radius: 200px;*/
}
.column_inner a {
  color: #282828;
}
.column_inner dd {
  text-align: center;
  margin-top: 25px;
}
.column_inner dd h3 {
  font-weight: bold;
  font-size: 18px;
}
/*region*/
.region_cont:nth-of-type(even) dl {
  flex-direction: row-reverse;
}
.region_cont {
  margin: 100px 0;
}
.region_cont :first-of-type {
  margin-top: 0;
}
.region_cont dl {
  display: flex;
  gap: 50px;
  align-items: center;
}
.region_cont dt {
  width: 450px;
  height: 400px;
  flex-shrink: 0;
}
.region_cont dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.region_cont dd h3 {
  font-size: 25px;
  font-weight: bold;
}
.region_cont dd a {
  color: #282828;
  border: solid 1px #282828;
  padding: 8px 40px;
  display: block;
  border-radius: 50px;
  width: fit-content;
  margin: 20px 0;
  font-size: 13px;
}
.region_cont .app {
  display: flex;
  gap: 40px;
  border: solid 4px #f0f2f4;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
}
.region_cont .app img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.region_cont .app h4 {
  font-weight: bold;
  font-size: 18px;
}
.region_cont .app p {
  font-size: 13px
}
.flow {
  margin-top: 30px;
}
.flow p {
  text-align: center;
}
.flow_cont {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.flow_cont p {
  padding: 10px 20px;
  border: solid 2px #17868e;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 80px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #17868e;
  transform-origin: calc(100% - 2px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.osusume {
  margin-top: 40px;
  background-color: #f1f2f7;
  padding: 40px;
  border-radius: 20px;
}
.osusume p {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 30px;
}
.osusume img {
  display: block;
  width: 250px;
  margin: 0 auto;
}
/*footer*/
footer {
  background-color: #282828;
  padding: 80px 30px 50px 30px;
}
footer ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
footer ul a img {
  width: 25px;
}
small {
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  margin-top: 30px;
}
/*responsive*/
@media (max-width:1053px) {
  .mv_slide.dcp_inner ul {
    gap: 40px 45px;
  }
}

@media (max-width:1080px) {
  .wrapp {
    max-width: 95%;
  }
  #top header {
    padding: 20px;
    position: relative;
    z-index: 1000;
  }
  #top header img {
    width: 140px;
  }
  #top header ul {
    display: block;
    position: fixed;
    top: 0;
    right: -120%;
    width: 90%;
    height: 100vh;
    background: #fff;
    padding: 100px 30px 40px;
    transition: .35s;
    z-index: 999;
  }
  #top header ul a {
    font-size: 15px;
  }
  #top header ul.open {
    right: 0;
  }
  #top header ul li {
    margin-bottom: 25px;
  }
  #top header ul a {
    font-size: 18px;
  }
  #top header .login_btn a {
    width: auto;
    display: inline-block;
  }
  .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    position: relative;
    z-index: 1001;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #282828;
    position: absolute;
    left: 6px;
    transition: .3s;
  }
  .hamburger span:nth-child(1) {
    top: 11px;
  }
  .hamburger span:nth-child(2) {
    top: 19px;
  }
  .hamburger span:nth-child(3) {
    top: 27px;
  }
  .hamburger.open span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
  body.menu_open {
    overflow: hidden;
  }

}
@media (max-width:982px) {
  .tour_inner li {
    width: calc(90%/2);
  }
}
@media (max-width:900px) {
  .about_inner {
    display: block;
  }
  .round_image {
    margin: 40px auto 0 auto;
  }
}
@media (max-width:880px) {
  .column_inner ul {
    display: block;
	justify-items: center;
  }
  .column_inner ul li {
    margin-bottom: 40px;
  }
  .region_cont dl {
    display: block;
  }
  .region_cont dt {
    margin: 0 auto 40px auto;
  }
  .region_cont dd a {
    margin: 20px auto;
  }
  h1 {
    font-size: 36px!important;
  }
  #mv {
    height: 500px;
	background-attachment: scroll;
  }
  .mv_inner {
    top: -50px;
  }
  .region_cont {
    margin: 60px 0;
  }
}
@media (max-width:660px) {
  .tour_inner li {
    width: 100%;
  }
  .flow_cont {
    display: block;
  }
  .arrow {
    transform: rotate(90deg);
    margin: 0 auto;
    display: block;
    height: 15px;
  }
  .round_image {
    width: 68.966vw;
    height: 68.966vw;
    flex-shrink: 0;
  }
  .about_inner {
    padding: 30px;
  }
  .inner_wrapp {
    padding: 30px;
  }
  .tour_list dt .tour_card {
    height: 200px;
  }
  .region_cont dt {
    width: 77.586vw;
    height: 68.966vw;
    flex-shrink: 0;
  }
  .region_cont .app {
    display: block;
  }
  .region_cont .app img {
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media (max-width:550px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .region_cont dd h3 {
    font-size: 20px;
  }
  .osusume p {
    font-size: 20px;
  }
  .search_box {
    display: block;
    width: 90%;
    margin: 50px auto 0 auto;
  }
  .search_box_btn button {
    width: 100%;
  }
  .search_box_item {
    margin-bottom: 5px;
  }
  .mv_inner {
    top: -80px;
  }
}


.mt3 {
	margin-top: 3em!important
}

.mt4 {
	margin-top: 4em!important
}

.mt5 {
	margin-top: 5em!important
}

.newin {
    color: white !important;
    font-weight: bold;
    font-size: .7em;
    margin-right: 5px;
    background-color: red;
    padding: 0 3px;
    position: relative !important;
}