@charset "UTF-8";
h2 {
  font-family: "Bebas Neue", sans-serif;
}

#page_title {
  background-image: url(../images01/style/mv_bg_pc.jpg);
}

.head_box h2 {
  font-size: 29px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .head_box h2 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box h2 {
    font-size: 4vw;
  }
}
.head_box h2 span {
  font-weight: bold;
}
.head_box .head_txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
  margin-top: 1.5em;
}
@media screen and (max-width: 1400px) {
  .head_box .head_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .head_box .head_txt {
    font-size: 2.7vw;
  }
}

.slie_section {
  margin-top: 210px;
}
@media screen and (max-width: 1400px) {
  .slie_section {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section {
    margin-top: 17.3vw;
  }
}
.slie_section .title_box {
  padding-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .slie_section .title_box {
    padding-bottom: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section .title_box {
    padding-top: 5.6vw;
    padding-bottom: 4.8vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.slie_section .title_box .t_txt01 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .slie_section .title_box .t_txt01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section .title_box .t_txt01 {
    font-size: 2.5vw;
  }
}
.slie_section .title_box h3 {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 1400px) {
  .slie_section .title_box h3 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section .title_box h3 {
    font-size: 2.8vw;
  }
}
.slie_section .title_box .t_txt02 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 1400px) {
  .slie_section .title_box .t_txt02 {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section .title_box .t_txt02 {
    font-size: 2.3vw;
    font-weight: normal;
  }
}
.slie_section .slide_content {
  position: relative;
}
.slie_section .slide_content::before, .slie_section .slide_content::after {
  content: "";
  position: absolute;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .slie_section .slide_content::before, .slie_section .slide_content::after {
    width: calc((100% - 71.4vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .slie_section .slide_content::before, .slie_section .slide_content::after {
    display: none;
  }
}
.slie_section .slide_content::before {
  top: 0;
  left: 0;
  background-position: right center;
}
.slie_section .slide_content::after {
  top: 0;
  right: 0;
  background-position: left center;
}
.slie_section .slide_content .slide_box {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .slie_section .slide_content .slide_box {
    max-width: none;
    width: 71.4vw;
  }
}
@media screen and (max-width: 768px) {
  .slie_section .slide_content .slide_box {
    width: 100%;
  }
}
.slie_section#kitahama .title_box .t_txt01 {
  color: #a48b78;
}
@media screen and (max-width: 768px) {
  .slie_section#kitahama .title_box {
    background-image: url(../images01/style/kitahama_bg_sp.png);
  }
}
.slie_section#kitahama .slide_content::before {
  background-image: url(../images01/style/kitahama_bg_left_pc.png);
}
.slie_section#kitahama .slide_content::after {
  background-image: url(../images01/style/kitahama_bg_right_pc.png);
}
.slie_section#kitahama .slick-dots li button:before {
  color: #a48b78;
}
.slie_section#oita .title_box .t_txt01 {
  color: #898989;
}
@media screen and (max-width: 768px) {
  .slie_section#oita .title_box {
    background-image: url(../images01/style/oita_bg_sp.png);
  }
}
.slie_section#oita .slide_content::before {
  background-image: url(../images01/style/oita_bg_left_pc.png);
}
.slie_section#oita .slide_content::after {
  background-image: url(../images01/style/oita_bg_right_pc.png);
}
.slie_section#oita .slick-dots li button:before {
  color: #898989;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 13px;
  height: 11px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(../images01/style/arrow_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(../images01/style/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.slick-prev {
  left: 20px;
}

[dir=rtl] .slick-prev {
  right: 20px;
  left: auto;
}

.slick-next {
  right: 20px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 20px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*---------------------------
アニメーション用CSS
-----------------------------*//*# sourceMappingURL=style_style.css.map */