header .logo {
  position: relative;
  inset: 0;
  margin: 4vw 3% 3vw;
}
header h1 {
  top: auto;
  bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  header h1 {
    bottom: 54px;
  }
  header .logo {
    margin: 51px 0px 30px 4%;
  }
  header .header-nav {
    color: #000;
    position: relative;
    inset: 0;
    margin: 19px 4% 0px auto;
  }
  header .header-nav .header-nav2 li.nav-sub ul {
    /* display: block; */
  }
  header .header-nav .header-nav2 li.nav-sub ul li a:hover {
    color: #000;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  header #key {
    height: 700px;
  }
  header #key h2 {
    position: absolute;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.1em;
    z-index: 2;
    top: 308px;
    left: 4%;
    color: #fff;
    text-align: center;
  }
  header #key h2 span {
    font-size: 18px;
  }
  header #key .kv li {
    height: 700px !important;
  }
  header #key .kv li img {
    width: 100%;
    min-height: auto;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn-dow {
  position: relative;
  text-align: center;
  width: 85%;
  font-size: 5.5vw;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 3;
}
.btn-dow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  width: 27px;
  height: 27px;
  background: url("../img/shared/arrow3.png") center/cover;
  transition: all 0.4s;
}
.btn-dow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  transition: all 0.4s;
}
.btn-dow:hover::before {
  background: url("../img/shared/arrow3_on.png") center/cover;
  transition: all 0.4s;
}
.btn-dow:hover::after {
  height: 4px;
  background: #000;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .btn-dow {
    line-height: 72px;
    font-size: 30px;
    width: 380px;
  }
  .btn-dow::after {
    bottom: -8px;
  }
  .btn-dow::before {
    top: 32%;
  }
}

.btn-red {
  border: 2px solid #b04335;
  color: #b04335;
}
.btn-red::before {
  background: #b04335;
}
.btn-red::after {
  background: url("../img/shared/arrow1.png") center/cover;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover::after {
  background: url("../img/shared/arrow1_on.png") center/cover;
}
.btn-red:hover i img {
  content: url("../img/shared/icon_calander3_on.png");
}
.btn-red i {
  display: inline-block;
  width: 23px;
  margin: 0px 8px 0px 0px;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .btn-red {
    padding: 0px 40px 0px 0px;
  }
  .btn-red i {
    margin: 0px 26px 0px 0px;
  }
}

.btn-black::before {
  background: #000;
}

.ttl {
  font-size: 5.5vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 30px;
  }
}

.ttl2 {
  font-size: 5.5vw;
}
@media only screen and (min-width: 768px) {
  .ttl2 {
    font-size: 24px;
  }
}

.sec-box {
  border: 1px solid #b2afad;
  box-sizing: border-box;
}
.sec-box dt {
  width: 30%;
  text-align: center;
  padding: 4vw 0px;
  font-size: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede5df;
  border-right: 1px solid #b2afad;
}
.sec-box dd {
  width: 70%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 4vw 4%;
}
@media only screen and (min-width: 768px) {
  .sec-box dt {
    width: 292px;
    font-size: 18px;
    padding: 28px 12px;
  }
  .sec-box dd {
    width: calc(100% - 292px);
    padding: 28px 32px;
    letter-spacing: 0;
  }
}

#sec1 {
  margin: 12vw 0px;
}
#sec1 h2 {
  text-align: left;
  margin: 8vw 0px 5vw;
}
#sec1 .sec1-txt {
  letter-spacing: 0;
}
#sec1 .sec1-txt p:nth-child(2) {
  margin: 4vw 0px;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin: 110px 0px 130px;
  }
  #sec1 .sec1-img {
    width: 520px;
    margin-top: 80px;
  }
  #sec1 .sec1-box {
    width: 430px;
    margin: -7px 0px 0px;
  }
  #sec1 h2 {
    line-height: 66px;
    margin: 0px 0px 36px;
  }
  #sec1 .sec1-txt p:nth-child(2) {
    margin: 40px 0px;
  }
}

#sec2 {
  position: relative;
  padding: 16vw 0px;
  background: #ede5df;
}
#sec2 .sec2-txt1 {
  margin: 4vw 0px 8vw;
}
#sec2 .sec2-slide {
  position: relative;
  margin: 0px -5%;
}
#sec2 .sec2-slide .slider-for {
  position: relative;
}
#sec2 .sec2-slide .slider-for .sec2-box {
  box-sizing: border-box;
  margin: 16vw 0px 0px;
  padding: 6vw 10%;
}
#sec2 .sec2-slide .slider-for .sec2-box h3 {
  font-size: 6vw;
  text-align: center;
}
#sec2 .sec2-slide .slider-for .sec2-box .sec2-txt2 {
  margin: 4vw 0px;
  padding: 3vw 0px 0px;
  border-top: 1px dashed #000;
  text-align: center;
}
#sec2 .sec2-slide .slider-nav {
  position: absolute;
  top: 42%;
  left: 10%;
  width: 80%;
}
#sec2 .sec2-slide .slider-nav .slick-arrow {
  height: auto;
  margin: 0px;
  width: auto;
  top: -1%;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/tourism/pre.jpg") center/cover;
  font-size: 0px;
}
#sec2 .sec2-slide .slider-nav .slick-arrow.slick-prev {
  left: -5%;
}
#sec2 .sec2-slide .slider-nav .slick-arrow.slick-next {
  right: -5%;
  background: url("../img/tourism/next.jpg") center/cover;
}
#sec2 .sec2-slide .slider-nav p {
  cursor: pointer;
  width: 260px !important;
  margin: 0px 8%;
}
#sec2 .sec2-slide .slider-nav p img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 70px 0px 118px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec2 h2 {
    line-height: 50px;
  }
  #sec2 .sec2-txt1 {
    margin: 22px 0px 46px;
    text-align: center;
  }
  #sec2 .sec2-slide {
    margin: 0px;
  }
  #sec2 .sec2-slide .slider-for .sec2-img {
    margin: 0px;
  }
  #sec2 .sec2-slide .slider-for .sec2-box {
    background: #fff;
    padding: 32px 38px 36px;
    width: 312px;
    margin: 0px;
    position: absolute;
    top: 73px;
    right: 31px;
    z-index: 1;
  }
  #sec2 .sec2-slide .slider-for .sec2-box h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #sec2 .sec2-slide .slider-for .sec2-box h3 span {
    color: #b04335;
  }
  #sec2 .sec2-slide .slider-for .sec2-box .sec2-txt2 {
    margin: 12px 0px 10px;
    padding: 0px 0px 0px;
    border-top: none;
    border-bottom: 1px dashed #000;
  }
  #sec2 .sec2-slide .slider-for .sec2-box .sec2-txt3 {
    line-height: 24px;
    letter-spacing: 0;
  }
  #sec2 .sec2-slide .slider-for .slide12 .sec2-box {
    right: auto;
    left: 31px;
  }
  #sec2 .sec2-slide .slider-nav {
    width: 89%;
    margin: -22px auto 0px;
    position: relative;
    inset: 0;
  }
  #sec2 .sec2-slide .slider-nav .slick-track {
    width: 100% !important;
    transform: none !important;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .sec2-slide .slider-nav .slide2 {
    width: 177px !important;
    margin: 0px;
  }
  #sec2 .sec2-slide .slider-nav .slick-current .slide2 img {
    content: url("../img/tourism/sec2_slidenav_01_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slick-current .slide22 img {
    content: url("../img/tourism/sec2_slidenav_02_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slick-current .slide23 img {
    content: url("../img/tourism/sec2_slidenav_03_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slick-current .slide24 img {
    content: url("../img/tourism/sec2_slidenav_04_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slick-current .slide25 img {
    content: url("../img/tourism/sec2_slidenav_05_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slide2:hover img {
    content: url("../img/tourism/sec2_slidenav_01_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slide22:hover img {
    content: url("../img/tourism/sec2_slidenav_02_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slide23:hover img {
    content: url("../img/tourism/sec2_slidenav_03_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slide24:hover img {
    content: url("../img/tourism/sec2_slidenav_04_on.png");
  }
  #sec2 .sec2-slide .slider-nav .slide25:hover img {
    content: url("../img/tourism/sec2_slidenav_05_on.png");
  }
  #sec2 .sec2-slide .sec2-deco {
    position: absolute;
    top: 595px;
    left: 56px;
    width: 885px;
  }
}

#sec3 {
  position: relative;
  margin: 12vw 0px 16vw;
}
#sec3 .sec3-bg {
  padding: 12vw 0px 16vw;
  background: #ede5df;
}
#sec3 h2 {
  position: relative;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 7vw;
  background: #a99e95;
}
#sec3 ul {
  position: relative;
  margin: 28vw 0px 0px;
}
#sec3 ul::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 2%;
  width: 1px;
  height: 84%;
  border-left: 2px dotted #000;
}
#sec3 ul::after {
  content: "";
  position: absolute;
  top: 62%;
  left: -3%;
  width: 15%;
  height: 6vw;
  background: url("../img/tourism/sec3_line.jpg") center/cover;
}
#sec3 ul li {
  position: relative;
  z-index: 1;
  margin: 0px 0px 16vw;
}
#sec3 ul li:nth-child(7) {
  margin: 24vw 0px 10vw;
}
#sec3 ul li span {
  font-size: 5vw;
  padding: 0px 0px 0px 8%;
  color: #986232;
}
#sec3 ul li .sec3-txt1 {
  text-align: center;
  color: #fff;
  background: #986232;
  line-height: 2.5;
  position: relative;
  z-index: 1;
  font-size: 5vw;
  width: 55%;
}
#sec3 ul li .sec3-img1 {
  width: 60%;
  position: absolute;
  top: -20vw;
  left: 37%;
}
#sec3 ul li .sec3-img2 {
  width: 65%;
  position: absolute;
  top: -8vw;
  right: -7%;
}
#sec3 ul li .sec3-img3 {
  width: 63%;
  top: 7vw;
  position: absolute;
  left: 48%;
}
#sec3 ul li .sec3-img4 {
  width: 50%;
  position: absolute;
  top: 0px;
  right: -7%;
}
#sec3 ul li .sec3-img5 {
  width: 60%;
  position: absolute;
  top: 11vw;
  left: 56%;
}
#sec3 ul li .sec3-img6 {
  width: 60%;
  position: absolute;
  top: 2vw;
  right: -1%;
}
#sec3 ul li .sec3-img7 {
  width: 100%;
  margin: 9vw 0px 0px;
}
#sec3 .sec3-img8 {
  width: 85%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin: 129px 0px 180px;
  }
  #sec3::before {
    content: "";
    position: absolute;
    top: -1050px;
    right: 0px;
    width: 605px;
    height: 1768px;
    background: url("../img/tourism/sec3_deco.jpg") top center/cover;
    z-index: -1;
  }
  #sec3 .sec3-bg {
    padding: 61px 0px 118px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec3 h2 {
    line-height: 66px;
  }
  #sec3 h2::before {
    top: -98px;
    height: 78px;
  }
  #sec3 ul {
    margin: 74px 0px 266px;
  }
  #sec3 ul::before {
    height: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec3 ul::after {
    left: 50%;
    transform: translateX(-50%);
    width: 99px;
    height: 37px;
    top: 886px;
  }
  #sec3 ul li {
    width: 242px;
    margin: 0px auto 44px;
  }
  #sec3 ul li:nth-child(7) {
    margin: 65px auto 44px;
  }
  #sec3 ul li span {
    font-size: 24px;
    padding: 0px;
  }
  #sec3 ul li .sec3-txt1 {
    line-height: 62px;
    width: 100%;
    font-size: 25px;
  }
  #sec3 ul li .sec3-img1 {
    width: 299px;
    top: -42px;
    left: -380px;
  }
  #sec3 ul li .sec3-img2 {
    width: 242px;
    top: 5px;
    right: -375px;
  }
  #sec3 ul li .sec3-img3 {
    width: 320px;
    top: -4px;
    left: -377px;
  }
  #sec3 ul li .sec3-img4 {
    width: 321px;
    top: -23px;
    right: -372px;
  }
  #sec3 ul li .sec3-img5 {
    width: 340px;
    top: -66px;
    left: -391px;
  }
  #sec3 ul li .sec3-img6 {
    width: 381px;
    top: -14px;
    right: -354px;
  }
  #sec3 ul li .sec3-img7 {
    margin: 0px;
    width: 659px;
    position: absolute;
    top: 77px;
    left: -244px;
  }
  #sec3 h3 {
    text-align: left;
    line-height: 50px;
    margin: 115px 0px 0px 84px;
  }
  #sec3 .sec3-img8 {
    width: 497px;
    margin: 0p;
  }
}/*# sourceMappingURL=tourism.css.map */