@charset "UTF-8";
@import url("global.css");
.intro .catch {
  font-size: 21px;
  font-family: YakuHanMPs, "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
.intro p:not([class]) {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.section {
  margin-top: 100px;
}
.section .top {
  height: 640px;
  position: relative;
  margin-bottom: 65px;
}
.section .title {
  font-size: 28px;
  font-family: YakuHanMPs, "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .20em;
  width: 60px;
  padding-top: 60px;
}
.section .image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc( 1200px + ((100% - 1200px) / 2) - 140px );
}
.section .image .inner {
  height: 100%;
  width: 100%;
}
.section .image .slick-list, .section .image .slick-track {
  height: 100%;
}
.section .main {
  display: flex;
  align-items: center;
}
.section .main .text {
  width: 50%;
}
.section .main .text .catch {
  font-size: 24px;
  font-family: YakuHanMPs, "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
.section .main .text p:not([class]) {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
.section .main .text dl {
  line-height: 28px;
}
.section .main .text dl dt {
  float: left;
  width: 90px;
  padding-bottom: 2px;
  background-color: #f6f6f6;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  clear: both;
}
.section .main .text dl dd {
  margin: 0 0 10px 110px;
  font-size: 15px;
  font-weight: 400;
  padding-top: 1px;
}
.section .main .button {
  margin: 0 140px 0 auto;
}
.section .main .button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 340px;
  box-sizing: border-box;
  background-color: #F9A821;
  color: #fff;
  padding: 10px 30px 12px 40px;
  border-radius: 3px;
  margin-left: auto;
}
.section .main .button a span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  margin-left: 25px;
  vertical-align: 3px;
}
.section .main .button a span::before, .section .main .button a span::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.section .main .button a span::before {
  left: 0;
}
.section .main .button a span::after {
  width: 16px;
  transform: rotate(35deg);
  transform-origin: right top;
}
.section:nth-of-type(odd) .top .wrapper {
  text-align: right;
}
.section:nth-of-type(odd) .slick-dots {
  text-align: right;
  padding-right: 20px;
}
.section:nth-of-type(even) .image {
  right: 0;
}
.section:nth-of-type(even) .main {
  flex-direction: row-reverse;
}
.section:nth-of-type(even) .slick-dots {
  text-align: left;
  padding-left: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint (1680px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1680px) {
  .section .image {
    width: calc( 1200px + ((100% - 1200px) / 2) - 40px );
  }
  .section:nth-of-type(even) .image {
    width: calc( 1200px + ((100% - 1200px) / 2) - 220px );
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint (1500px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1500px) {
  .section .image {
    width: calc( 100% - 180px );
  }
  .section:nth-of-type(even) .image {
    width: calc( 100% - 380px );
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section .image {
    width: calc( 100% - 150px );
  }
  .section .main {
    display: block;
  }
  .section .main .text {
    width: auto;
    margin-bottom: 50px;
  }
  .section:nth-of-type(even) .title {
    margin-left: -120px;
  }
  .section:nth-of-type(even) .image {
    width: calc( 100% - 220px );
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  br.pc {
    display: none;
  }

  .intro .catch {
    font-size: 19px;
  }

  .section {
    margin-top: 100px;
  }
  .section .top {
    height: 480px;
    margin-bottom: 65px;
  }
  .section .title {
    font-size: 22px;
    width: 40px;
  }
  .section .image {
    width: calc( 100% - 120px );
  }
  .section .main .text {
    margin-bottom: 45px;
  }
  .section .main .text .catch {
    font-size: 22px;
  }
  .section .main .button {
    margin: 0 0 0 auto;
  }
  .section .main .button a {
    width: auto;
  }
  .section:nth-of-type(odd) .slick-dots {
    padding-right: 0;
  }
  .section:nth-of-type(even) .title {
    margin-left: -120px;
  }
  .section:nth-of-type(even) .image {
    width: calc( 100% - 130px );
  }
  .section:nth-of-type(even) .slick-dots {
    padding-left: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .intro .catch {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .intro .catch br {
    display: none;
  }
  .intro p:not([class]) {
    margin-top: 1em;
    font-size: 13px;
    letter-spacing: 0;
  }

  .section {
    margin-top: 60px;
  }
  .section .top {
    height: auto;
    margin-bottom: 40px;
  }
  .section .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: auto;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    white-space: normal;
    display: block;
    letter-spacing: inherit;
    padding: 0;
  }
  .section .image {
    position: relative;
    width: auto;
    aspect-ratio: 10 / 6;
  }
  .section .main .text {
    margin-bottom: 30px;
  }
  .section .main .text .catch {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .section .main .text p:not([class]) {
    font-size: 13px;
    letter-spacing: 0;
    line-height: inherit;
    margin-bottom: 30px;
  }
  .section .main .text dl {
    line-height: 24px;
  }
  .section .main .text dl dt {
    width: 80px;
    font-size: 13px;
  }
  .section .main .text dl dd {
    margin: 0 0 10px 95px;
    font-size: 13px;
    font-weight: 500;
  }
  .section:nth-of-type(odd) .top .wrapper {
    text-align: left;
  }
  .section:nth-of-type(odd) .slick-dots {
    text-align: center;
  }
  .section:nth-of-type(even) .title {
    margin-left: 0;
  }
  .section:nth-of-type(even) .image {
    width: auto;
  }
  .section:nth-of-type(even) .slick-dots {
    text-align: center;
  }
}

/*# sourceMappingURL=tour.css.map */
