@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-11-11
----------------------------------------------------------- */
/* line 11, style.scss */
p, span, h2, h3, figcaption {
  max-height: 100%;
  /*クロームバグ*/
}

/* line 12, style.scss */
body {
  -webkit-text-size-adjust: 100%;
  /*クロームバグ*/
}

/* line 16, style.scss */
#tabiiku {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #555555;
}
@media screen and (max-width: 640px) {
  /* line 16, style.scss */
  #tabiiku {
    font-size: 14px;
  }
}

/* line 26, style.scss */
#tabiiku img {
  width: 100%;
  line-height: 1;
}

/* line 31, style.scss */
#tabiiku p {
  color: #707070;
}

/* line 35, style.scss */
#tabiiku a:hover {
  opacity: 0.75;
}

/* line 38, style.scss */
#tabiiku .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ----------------------------------------
.page_nav
----------------------------------------*/
/* line 52, style.scss */
#tabiiku .page_nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  /* line 52, style.scss */
  #tabiiku .page_nav ul {
    border: solid 2px #B4BC79;
    overflow: hidden;
    border-radius: 10px;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 2px 2px 0;
  }
}
/* line 63, style.scss */
#tabiiku .page_nav ul li {
  height: 38px;
}
@media screen and (max-width: 640px) {
  /* line 63, style.scss */
  #tabiiku .page_nav ul li {
    height: 10.4vw;
    margin-bottom: 2px;
  }
}
/* line 70, style.scss */
#tabiiku .page_nav ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 80, style.scss */
#tabiiku .page_nav ul a:after {
  content: "";
  display: block;
  border: solid 5px transparent;
  border-top: solid 8px #B4BC79;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
@media screen and (max-width: 640px) {
  /* line 80, style.scss */
  #tabiiku .page_nav ul a:after {
    border: solid 1.4666666667vw transparent;
    border-top: solid 2.1333333333vw #B4BC79;
    top: calc(50% - pxtovw(16));
  }
}
/* line 94, style.scss */
#tabiiku .page_nav ul li:nth-child(-n+2) {
  width: calc((100% - 344px) / 2 );
}
@media screen and (max-width: 640px) {
  /* line 94, style.scss */
  #tabiiku .page_nav ul li:nth-child(-n+2) {
    width: 100%;
  }
}
/* line 100, style.scss */
#tabiiku .page_nav ul li:nth-child(n+3) {
  width: 169px;
}
@media screen and (max-width: 640px) {
  /* line 100, style.scss */
  #tabiiku .page_nav ul li:nth-child(n+3) {
    width: calc((100% - 2px) / 2 );
  }
}
/* line 105, style.scss */
#tabiiku .page_nav ul li:nth-child(n+3) a {
  background: #F3F5E8;
}
/* line 110, style.scss */
#tabiiku .page_nav ul li:nth-child(1) a {
  background: #FFF2F2;
}
/* line 113, style.scss */
#tabiiku .page_nav ul li:nth-child(1) a:after {
  border-top: solid 8px #F9A6A6;
}
/* line 118, style.scss */
#tabiiku .page_nav ul li:nth-child(2) a {
  background: #FEF9EE;
}
/* line 121, style.scss */
#tabiiku .page_nav ul li:nth-child(2) a:after {
  border-top: solid 8px #C8B380;
}
@media screen and (max-width: 640px) {
  /* line 125, style.scss */
  #tabiiku .page_nav ul li:nth-child(3) {
    margin-right: 2px;
  }
}
/* line 131, style.scss */
#tabiiku .page_nav ul li a img {
  height: 14px;
  width: auto;
}
@media screen and (max-width: 640px) {
  /* line 131, style.scss */
  #tabiiku .page_nav ul li a img {
    height: 4.2666666667vw;
  }
}

/* line 141, style.scss */
#tabiiku .bl_nav {
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  /* line 141, style.scss */
  #tabiiku .bl_nav {
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
  /* line 145, style.scss */
  #tabiiku .bl_nav .page_nav_tit {
    width: 16.8vw;
    margin: 0 auto 2.6666666667vw;
  }
}

/* line 153, style.scss */
#tabiiku .page_nav_02 ul li:nth-child(1) a:after {
  border-top: none;
  border-bottom: solid 8px #F9A6A6;
}

/* line 159, style.scss */
#tabiiku .page_nav_03 ul li:nth-child(1) a:after {
  border-top: none;
  border-bottom: solid 8px #F9A6A6;
}
/* line 163, style.scss */
#tabiiku .page_nav_03 ul li:nth-child(2) a:after {
  border-top: none;
  border-bottom: solid 8px #C8B380;
}

/* line 169, style.scss */
#tabiiku .page_nav_04 ul li:nth-child(1) a:after {
  border-top: none;
  border-bottom: solid 8px #F9A6A6;
}
/* line 173, style.scss */
#tabiiku .page_nav_04 ul li:nth-child(2) a:after {
  border-top: none;
  border-bottom: solid 8px #C8B380;
}
/* line 177, style.scss */
#tabiiku .page_nav_04 ul li:nth-child(n+3) a:after {
  border-top: none;
  border-bottom: solid 8px #B4BC79;
}

/* ----------------------------------------
page_header
 ----------------------------------------*/
/* line 189, style.scss */
#tabiiku .page_header {
  padding-bottom: 45px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 189, style.scss */
  #tabiiku .page_header {
    padding-bottom: 6.6666666667vw;
  }
}
/* line 195, style.scss */
#tabiiku .page_header .page_tit {
  max-width: 1280px;
  margin: 0 auto 23px;
}
@media screen and (max-width: 640px) {
  /* line 195, style.scss */
  #tabiiku .page_header .page_tit {
    margin-bottom: 2vw;
  }
}
/* line 202, style.scss */
#tabiiku .page_header .page_lead {
  background: url("../img/camera.png") no-repeat;
  background-position: top right 15px;
  padding-top: 20px;
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  /* line 202, style.scss */
  #tabiiku .page_header .page_lead {
    background-position: top right;
    background-size: 17.4666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
/* line 213, style.scss */
#tabiiku .page_header .page_lead_tit {
  width: 292px;
  margin-bottom: 34px;
}
@media screen and (max-width: 640px) {
  /* line 213, style.scss */
  #tabiiku .page_header .page_lead_tit {
    width: 44.6666666667vw;
    margin-bottom: 4.8vw;
  }
}
/* line 221, style.scss */
#tabiiku .page_header .page_lead_txt {
  width: calc(100% - 160px);
}
@media screen and (max-width: 640px) {
  /* line 221, style.scss */
  #tabiiku .page_header .page_lead_txt {
    width: 100%;
  }
}
/* line 226, style.scss */
#tabiiku .page_header .page_lead_txt p {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  /* line 226, style.scss */
  #tabiiku .page_header .page_lead_txt p {
    font-size: 14px;
  }
}
/* line 233, style.scss */
#tabiiku .page_header .page_nav .page_nav_tit {
  width: 307px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  /* line 233, style.scss */
  #tabiiku .page_header .page_nav .page_nav_tit {
    width: 85.3333333333vw;
    margin-bottom: 3.6vw;
  }
}

/* ----------------------------------------
.sec
----------------------------------------*/
/* line 248, style.scss */
#tabiiku .sec_tit {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 248, style.scss */
  #tabiiku .sec_tit {
    padding: 6vw 0 4.1333333333vw;
    margin-bottom: 0;
  }
}
/* line 257, style.scss */
#tabiiku .sec_tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #F9A6A6, #F9A6A6 4px, transparent 4px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

/* ----------------------------------------
.sec_tour
----------------------------------------*/
@media screen and (max-width: 640px) {
  /* line 278, style.scss */
  #tabiiku .sec_tour .sec_tit .tit_txt {
    padding-bottom: 4.6666666667vw;
  }
}
/* line 283, style.scss */
#tabiiku .sec_tour .container {
  max-width: 984px;
  padding: 0 0 30px;
}
@media screen and (max-width: 640px) {
  /* line 283, style.scss */
  #tabiiku .sec_tour .container {
    padding: 0;
  }
}

/* line 292, style.scss */
#tabiiku .tour_nav {
  margin: 0 15px;
}
/* line 294, style.scss */
#tabiiku .tour_nav ul {
  display: flex;
  justify-content: space-between;
}
/* line 298, style.scss */
#tabiiku .tour_nav li {
  width: calc((100% - 3vw) / 3);
  height: 9.4666666667vw;
}
/* line 301, style.scss */
#tabiiku .tour_nav li a {
  display: flex;
  width: 100%;
  height: 100%;
  border: solid 2px #F9A6A6;
  background: #ffffff;
  border-radius: 6px;
  align-items: center;
  color: #F9A6A6;
  font-size: 4vw;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
/* line 314, style.scss */
#tabiiku .tour_nav li a:after {
  content: "";
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-left: solid 2px #F9A6A6;
  border-bottom: solid 2px #F9A6A6;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.3333333333vw;
  transform: rotate(-45deg);
}

/* line 330, style.scss */
#tabiiku .wrap_tour_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 337, style.scss */
#tabiiku .tour_box {
  width: calc(100% / 3);
  padding: 15px 12px 22px;
  background: #FFF9F9;
}
@media screen and (max-width: 640px) {
  /* line 337, style.scss */
  #tabiiku .tour_box {
    width: 100%;
    padding: 5.8666666667vw 15px 6.6666666667vw;
    position: relative;
  }
  /* line 345, style.scss */
  #tabiiku .tour_box:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #F9A6A6, #F9A6A6 4px, transparent 4px, transparent 8px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  /* line 358, style.scss */
  #tabiiku .tour_box:last-child {
    border-bottom: solid 2px #F9A6A6;
  }
}
/* line 362, style.scss */
#tabiiku .tour_box .tour_area {
  text-align: center;
}
/* line 365, style.scss */
#tabiiku .tour_box .tour_area span {
  background: #F9A6A6;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 100px;
  padding: 6px 24px;
  position: relative;
  max-height: 100%;
}
@media screen and (max-width: 640px) {
  /* line 365, style.scss */
  #tabiiku .tour_box .tour_area span {
    padding: 1.3333333333vw 5.7333333333vw;
  }
}
/* line 378, style.scss */
#tabiiku .tour_box .tour_area span:after {
  content: "";
  border: solid 5px transparent;
  border-top: solid 8px #F9A6A6;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 4px);
}
/* line 387, style.scss */
#tabiiku .tour_box .tour_tit {
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  /* line 387, style.scss */
  #tabiiku .tour_box .tour_tit {
    font-size: 6.1333333333vw;
  }
}
/* line 401, style.scss */
#tabiiku .tour_box .tour_point {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
/* line 405, style.scss */
#tabiiku .tour_box .tour_point:before, #tabiiku .tour_box .tour_point:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
}
@media screen and (max-width: 640px) {
  /* line 405, style.scss */
  #tabiiku .tour_box .tour_point:before, #tabiiku .tour_box .tour_point:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
/* line 415, style.scss */
#tabiiku .tour_box .tour_point:before {
  border-left: solid 2px #F9A6A6;
  border-bottom: solid 2px #F9A6A6;
  bottom: 0;
  left: 0;
}
/* line 421, style.scss */
#tabiiku .tour_box .tour_point:after {
  border-right: solid 2px #F9A6A6;
  border-bottom: solid 2px #F9A6A6;
  right: 0;
  bottom: 0;
}
/* line 427, style.scss */
#tabiiku .tour_box .tour_point .tour_point_tit {
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 431, style.scss */
#tabiiku .tour_box .tour_point .tour_point_tit img {
  width: 182px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  /* line 431, style.scss */
  #tabiiku .tour_box .tour_point .tour_point_tit img {
    width: 60.2666666667vw;
  }
}
/* line 438, style.scss */
#tabiiku .tour_box .tour_point .tour_point_tit:before {
  content: "";
  width: 22px;
  height: 22px;
  border-left: solid 2px #F9A6A6;
  border-top: solid 2px #F9A6A6;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 448, style.scss */
#tabiiku .tour_box .tour_point .tour_point_tit:after {
  content: "";
  width: 22px;
  height: 22px;
  border-right: solid 2px #F9A6A6;
  border-top: solid 2px #F9A6A6;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 459, style.scss */
#tabiiku .tour_box .tour_point ul {
  padding: 20px 10px 15px;
}
@media screen and (max-width: 640px) {
  /* line 459, style.scss */
  #tabiiku .tour_box .tour_point ul {
    padding: 3.3333333333vw 15px 3.3333333333vw;
  }
}
/* line 464, style.scss */
#tabiiku .tour_box .tour_point ul li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 468, style.scss */
#tabiiku .tour_box .tour_point ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  /* line 464, style.scss */
  #tabiiku .tour_box .tour_point ul li {
    font-size: 14px;
  }
}
/* line 474, style.scss */
#tabiiku .tour_box .tour_point ul li span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #F9A6A6;
  border-radius: 100px;
  color: #ffffff;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  /* line 474, style.scss */
  #tabiiku .tour_box .tour_point ul li span {
    font-size: 11px;
    line-height: 20px;
    width: 19px;
    height: 19px;
  }
}
/* line 492, style.scss */
#tabiiku .tour_box .tour_txt {
  margin-bottom: 10px;
}
/* line 495, style.scss */
#tabiiku .tour_box .tour_link_tit {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
/* line 499, style.scss */
#tabiiku .tour_box .tour_link_tit:before, #tabiiku .tour_box .tour_link_tit:after {
  content: "";
  display: block;
  width: calc((100% - 148px) / 2);
  height: 2px;
  background: #F9A6A6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
@media screen and (max-width: 640px) {
  /* line 499, style.scss */
  #tabiiku .tour_box .tour_link_tit:before, #tabiiku .tour_box .tour_link_tit:after {
    width: 25.3333333333vw;
  }
}
/* line 512, style.scss */
#tabiiku .tour_box .tour_link_tit:after {
  left: auto;
  right: 0;
}
/* line 516, style.scss */
#tabiiku .tour_box .tour_link_tit img {
  width: 122px;
}
@media screen and (max-width: 640px) {
  /* line 516, style.scss */
  #tabiiku .tour_box .tour_link_tit img {
    width: 35.8666666667vw;
  }
}
/* line 523, style.scss */
#tabiiku .tour_box .tour_link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 527, style.scss */
#tabiiku .tour_box .tour_link ul li {
  width: calc((100% - 3px) / 2);
  height: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  /* line 527, style.scss */
  #tabiiku .tour_box .tour_link ul li {
    width: calc((100% - 10px) / 2);
    height: 40px;
  }
}
/* line 535, style.scss */
#tabiiku .tour_box .tour_link ul li a {
  background: #F9A6A6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1px;
  border-radius: 6px;
  padding: 0 10px;
  position: relative;
}
/* line 549, style.scss */
#tabiiku .tour_box .tour_link ul li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url("../img/arrow_w.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}
/* line 562, style.scss */
#tabiiku .tour_box .tour_link ul li:last-child {
  width: 100%;
  margin-bottom: 0px;
}
/* line 565, style.scss */
#tabiiku .tour_box .tour_link ul li:last-child a {
  background: #ffffff;
  border: solid 2px #F9A6A6;
  color: #F9A6A6;
  position: relative;
}
/* line 570, style.scss */
#tabiiku .tour_box .tour_link ul li:last-child a:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url("../img/arrow_p.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}

/* line 586, style.scss */
#tabiiku .tour_slider {
  width: calc(100% - 28px);
  margin: 0 auto 30px;
  background: #ffffff;
}
/* line 590, style.scss */
#tabiiku .tour_slider .slick-prev:before, #tabiiku .tour_slider .slick-next:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 3px #F9A6A6;
  border-right: solid 3px #F9A6A6;
  transform: rotate(-135deg);
}
/* line 599, style.scss */
#tabiiku .tour_slider .slick-prev {
  left: -15px;
}
/* line 602, style.scss */
#tabiiku .tour_slider .slick-next:before {
  transform: rotate(45deg);
}
/* line 605, style.scss */
#tabiiku .tour_slider .slick-dots {
  bottom: -30px;
  margin-bottom: 5px;
}
/* line 609, style.scss */
#tabiiku .tour_slider .slick-dots li {
  margin: 0;
}
/* line 612, style.scss */
#tabiiku .tour_slider .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border: solid 1px #F9A6A6;
  border-radius: 50px;
}
/* line 621, style.scss */
#tabiiku .tour_slider .slick-dots li.slick-active button::before {
  background: #F9A6A6;
}
/* line 624, style.scss */
#tabiiku .tour_slider figure {
  margin: 0 1px;
}
/* line 627, style.scss */
#tabiiku .tour_slider figcaption {
  text-align: center;
  font-size: 11px;
  padding: 5px;
}

/* ----------------------------------------
tour_01
----------------------------------------*/
/* line 640, style.scss */
#tabiiku #tour_01 {
  background: #FFF2F2;
  border-top: solid 4px #F9A6A6;
}
/* line 643, style.scss */
#tabiiku #tour_01 .tit_txt {
  width: 262px;
  margin: 0 auto;
}
/* line 648, style.scss */
#tabiiku #tour_01 .wrap_tour_box .tour_box:nth-child(odd) {
  background: #FFF2F2;
}

/* ----------------------------------------
tour_02
----------------------------------------*/
/* line 658, style.scss */
#tabiiku #tour_02 {
  background: #FEF9EE;
  border-top: solid 4px #C8B380;
}
/* line 661, style.scss */
#tabiiku #tour_02 .tour_nav ul li a {
  border: solid 2px #C8B380;
  color: #C8B380;
}
/* line 664, style.scss */
#tabiiku #tour_02 .tour_nav ul li a:after {
  border-left: solid 2px #C8B380;
  border-bottom: solid 2px #C8B380;
}
/* line 669, style.scss */
#tabiiku #tour_02 .sec_tit:after {
  background-image: linear-gradient(to right, #C8B380, #C8B380 4px, transparent 4px, transparent 8px);
}
/* line 672, style.scss */
#tabiiku #tour_02 .tit_txt {
  width: 232px;
  margin: 0 auto;
}
/* line 676, style.scss */
#tabiiku #tour_02 .tour_box {
  background: #FEFCF8;
}
@media screen and (max-width: 640px) {
  /* line 679, style.scss */
  #tabiiku #tour_02 .tour_box:not(:last-child):after {
    background-image: linear-gradient(to right, #C8B380, #C8B380 4px, transparent 4px, transparent 8px);
  }
  /* line 682, style.scss */
  #tabiiku #tour_02 .tour_box:last-child {
    border-bottom: solid 2px #C8B380;
  }
}
/* line 687, style.scss */
#tabiiku #tour_02 .wrap_tour_box .tour_box:nth-child(odd) {
  background: #FEF9EE;
}
/* line 690, style.scss */
#tabiiku #tour_02 .tour_area span {
  background: #C8B380;
}
/* line 692, style.scss */
#tabiiku #tour_02 .tour_area span:after {
  border-top: solid 8px #C8B380;
}
/* line 697, style.scss */
#tabiiku #tour_02 .tour_point:before {
  border-left: solid 2px #C8B380;
  border-bottom: solid 2px #C8B380;
}
/* line 701, style.scss */
#tabiiku #tour_02 .tour_point:after {
  border-right: solid 2px #C8B380;
  border-bottom: solid 2px #C8B380;
}
/* line 707, style.scss */
#tabiiku #tour_02 .tour_point ul li span {
  background: #C8B380;
}
/* line 714, style.scss */
#tabiiku #tour_02 .tour_point_tit:before {
  border-left: solid 2px #C8B380;
  border-top: solid 2px #C8B380;
}
/* line 718, style.scss */
#tabiiku #tour_02 .tour_point_tit:after {
  border-right: solid 2px #C8B380;
  border-top: solid 2px #C8B380;
}
/* line 724, style.scss */
#tabiiku #tour_02 .tour_link_tit:before, #tabiiku #tour_02 .tour_link_tit:after {
  background: #C8B380;
}
/* line 729, style.scss */
#tabiiku #tour_02 .tour_link ul li a {
  background: #C8B380;
}
/* line 732, style.scss */
#tabiiku #tour_02 .tour_link ul li:last-child a {
  background: #ffffff;
  border: solid 2px #C8B380;
  color: #C8B380;
}
/* line 736, style.scss */
#tabiiku #tour_02 .tour_link ul li:last-child a:after {
  background: url("../img/arrow_br.svg") no-repeat center;
}
/* line 742, style.scss */
#tabiiku #tour_02 .tour_slider .slick-prev:before, #tabiiku #tour_02 .tour_slider .slick-next:before {
  border-top: solid 3px #C8B380;
  border-right: solid 3px #C8B380;
}
/* line 746, style.scss */
#tabiiku #tour_02 .tour_slider .slick-dots li button::before {
  border: solid 1px #C8B380;
}
/* line 749, style.scss */
#tabiiku #tour_02 .tour_slider .slick-dots li.slick-active button::before {
  background: #C8B380;
}

/* ----------------------------------------
tour_hotel
----------------------------------------*/
/* line 761, style.scss */
#tabiiku #hotel {
  background: #F3F5E8;
  border-top: solid 4px #B4BC79;
  padding-bottom: 43px;
}
/* line 765, style.scss */
#tabiiku #hotel .sec_tit:after {
  background-image: linear-gradient(to right, #B4BC79, #B4BC79 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 640px) {
  /* line 765, style.scss */
  #tabiiku #hotel .sec_tit:after {
    display: none;
  }
}
/* line 771, style.scss */
#tabiiku #hotel .tit_txt {
  width: 288px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  /* line 771, style.scss */
  #tabiiku #hotel .tit_txt {
    margin: 0 auto;
    width: 62.6666666667vw;
  }
}
/* line 779, style.scss */
#tabiiku #hotel .bl_table * {
  box-sizing: content-box;
}
@media screen and (max-width: 640px) {
  /* line 782, style.scss */
  #tabiiku #hotel .bl_table {
    overflow-x: auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* line 789, style.scss */
  #tabiiku #hotel .fixed_header_display_none_at_print {
    margin-top: 50px;
  }
}
/* line 794, style.scss */
#tabiiku #hotel table {
  border: solid 2px #B4BC79;
  width: 100%;
}
@media screen and (max-width: 640px) {
  /* line 794, style.scss */
  #tabiiku #hotel table {
    width: 1220px;
  }
}
/* line 801, style.scss */
#tabiiku #hotel th, #tabiiku #hotel td {
  border: solid 1px #B4BC79;
}
/* line 804, style.scss */
#tabiiku #hotel thead {
  background: #EDF2D4;
}
/* line 806, style.scss */
#tabiiku #hotel thead th {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}
/* line 814, style.scss */
#tabiiku #hotel thead th:first-child {
  color: #A0AA58;
  font-size: 17px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  /* line 814, style.scss */
  #tabiiku #hotel thead th:first-child {
    width: 100px;
  }
}
/* line 824, style.scss */
#tabiiku #hotel thead th:nth-child(n+2), #tabiiku #hotel tbody td {
  width: 45px;
}
@media screen and (max-width: 640px) {
  /* line 824, style.scss */
  #tabiiku #hotel thead th:nth-child(n+2), #tabiiku #hotel tbody td {
    width: 80px;
  }
}
/* line 833, style.scss */
#tabiiku #hotel tbody th {
  text-align: left;
  padding: 10px;
}
/* line 837, style.scss */
#tabiiku #hotel tbody td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
}
/* line 841, style.scss */
#tabiiku #hotel tbody td:nth-child(1) {
  text-align: left;
}
/* line 845, style.scss */
#tabiiku #hotel tbody a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
/* line 850, style.scss */
#tabiiku #hotel tbody .bg_pink {
  background: #FFF2F2;
}
/* line 852, style.scss */
#tabiiku #hotel tbody .bg_pink a {
  color: #F9A6A6;
}
/* line 856, style.scss */
#tabiiku #hotel tbody .bg_green {
  background: #F3F5E8;
}
/* line 858, style.scss */
#tabiiku #hotel tbody .bg_green a {
  color: #B4BC79;
}
/* line 862, style.scss */
#tabiiku #hotel tbody .bg_brown {
  background: #FEF9EE;
}
/* line 864, style.scss */
#tabiiku #hotel tbody .bg_brown a {
  color: #C8B380;
}

/* ----------------------------------------
search
----------------------------------------*/
/* line 881, style.scss */
#tabiiku #search {
  padding: 70px 0 60px;
}
@media screen and (max-width: 640px) {
  /* line 881, style.scss */
  #tabiiku #search {
    padding: 0;
  }
}

/* ----------------------------------------
ツアーを検索
 ----------------------------------------*/
/* line 894, style.scss */
#tabiiku form input, #tabiiku form textarea, #tabiiku form select, #tabiiku form button {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  /* Google Chrome、Safari */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* 標準のスタイルを無効に */
  color: #222222;
  font-size: 1.6rem;
  width: 100%;
}

/* line 913, style.scss */
#tabiiku #search {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  /* line 913, style.scss */
  #tabiiku #search {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-bottom: 0;
  }
}
/* line 921, style.scss */
#tabiiku #search select, #tabiiku #search input[type="text"] {
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 40px;
}
/* line 927, style.scss */
#tabiiku #search h2 {
  background: #B4BC79;
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  padding: 15px;
}
/* line 935, style.scss */
#tabiiku #search .search_wrap {
  background: #F3F5E8;
  padding: 5px 5%;
}
@media screen and (min-width: 769px), print {
  /* line 935, style.scss */
  #tabiiku #search .search_wrap {
    padding: 15px 60px;
  }
}
@media screen and (min-width: 769px), print {
  /* line 943, style.scss */
  #tabiiku #search .pc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 947, style.scss */
  #tabiiku #search .pc_flex > div {
    flex-basis: 48%;
  }
  /* line 949, style.scss */
  #tabiiku #search .pc_flex > div.not50 {
    flex-basis: 100%;
  }
}
/* line 955, style.scss */
#tabiiku #search .form_tit {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 5px;
  margin: 10px 0 5px;
}
/* line 960, style.scss */
#tabiiku #search .form_tit span.hissu {
  color: #F9A6A6;
  font-size: 11px;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 640px) {
  /* line 960, style.scss */
  #tabiiku #search .form_tit span.hissu {
    margin-left: 1.3333333333vw;
  }
}
/* line 969, style.scss */
#tabiiku #search .form_tit.req::after {
  font-size: 1.1rem;
  color: #F9A6A6;
}
/* line 973, style.scss */
#tabiiku #search .form_tit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
  font-size: 1.6rem;
}
/* line 979, style.scss */
#tabiiku #search .form_tit_purpose::before {
  content: "\f3c5";
}
/* line 982, style.scss */
#tabiiku #search .form_tit_depday::before {
  content: "\f073";
}
/* line 985, style.scss */
#tabiiku #search .form_tit_days::before {
  content: "\f783";
}
/* line 988, style.scss */
#tabiiku #search .form_tit_hotel::before {
  content: "\f236";
}
/* line 991, style.scss */
#tabiiku #search .form_tit_sp::before {
  content: "\f00c";
}
/* line 994, style.scss */
#tabiiku #search .form_tit_sp::before {
  content: "\f00c";
}
/* line 997, style.scss */
#tabiiku #search .form_tit_budget::before {
  content: "\f157";
}
/* line 1000, style.scss */
#tabiiku #search .form_tit_keyword::before {
  content: "\f4ad";
}
/* line 1004, style.scss */
#tabiiku #search .form_info {
  color: #F9A6A6;
  font-size: 1.1rem;
  margin-top: -5px;
}
/* line 1009, style.scss */
#tabiiku #search .form_box {
  margin-bottom: 8px;
  display: flex;
}
/* line 1012, style.scss */
#tabiiku #search .form_box > div {
  flex-grow: 1;
}
/* line 1015, style.scss */
#tabiiku #search .form_box .purpose {
  flex: 0 0 30%;
}
/* line 1017, style.scss */
#tabiiku #search .form_box .purpose::after {
  content: none;
}
/* line 1020, style.scss */
#tabiiku #search .form_box .purpose select {
  border-right: none;
}
/* line 1024, style.scss */
#tabiiku #search .form_box .purpose_area {
  flex: 0 0 53%;
}
/* line 1027, style.scss */
#tabiiku #search .form_box #purpose_btn {
  background: #CACFA6;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 15%;
  margin: 2% 0 2% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1039, style.scss */
#tabiiku #search .form_box span.budget {
  align-self: center;
  margin: 0 2%;
}
/* line 1044, style.scss */
#tabiiku #search #purpose_02 {
  display: none;
}
/* line 1049, style.scss */
#tabiiku #search .row_group {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}
/* line 1053, style.scss */
#tabiiku #search .row_group > div {
  flex: 0 1 48.5%;
}
/* line 1058, style.scss */
#tabiiku #search .form_label {
  position: relative;
}
/* line 1060, style.scss */
#tabiiku #search .form_label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #CC0000;
  border-bottom: 1px solid #CC0000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
/* line 1075, style.scss */
#tabiiku #search .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media screen and (min-width: 769px), print {
  /* line 1075, style.scss */
  #tabiiku #search .form_btn_wrap {
    width: 50%;
    margin: auto;
  }
}
/* line 1084, style.scss */
#tabiiku #search .form_btn_wrap .btn_detail {
  background: #CACFA6;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1095, style.scss */
#tabiiku #search .form_btn_wrap .btn_search {
  flex: 0 0 40%;
}
/* line 1097, style.scss */
#tabiiku #search .form_btn_wrap .btn_search input {
  background: #F9A6A6;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px;
}
/* line 1110, style.scss */
#tabiiku #search .form_btn_wrap .btn_clear input {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
/* line 1121, style.scss */
#tabiiku #search .check_list {
  display: flex;
  flex-wrap: wrap;
}
/* line 1124, style.scss */
#tabiiku #search .check_list li {
  margin-right: 20px;
}
/* line 1126, style.scss */
#tabiiku #search .check_list li input[type=checkbox] {
  display: none;
}
/* line 1128, style.scss */
#tabiiku #search .check_list li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 20px;
}
/* line 1135, style.scss */
#tabiiku #search .check_list li input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #FFF;
  border-radius: 0px;
  border: solid 1px #d2d2d2;
}
/* line 1150, style.scss */
#tabiiku #search .check_list li input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #F9A6A6;
  border-bottom: 3px solid #F9A6A6;
  transform: rotate(-45deg);
}
/* line 1167, style.scss */
#tabiiku #search .search_bl_02 {
  display: none;
}

/* ----------------------------------------
page_footer
 ----------------------------------------*/
/* line 1182, style.scss */
#tabiiku .page_footer {
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 1182, style.scss */
  #tabiiku .page_footer {
    padding: 4.9333333333vw 0 4.6666666667vw;
  }
}
/* line 1188, style.scss */
#tabiiku .page_footer .txt_01 {
  font-size: 26px;
  color: #555555;
  margin-bottom: 25px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  /* line 1188, style.scss */
  #tabiiku .page_footer .txt_01 {
    font-size: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
    font-weight: 900;
  }
}
/* line 1198, style.scss */
#tabiiku .page_footer .txt_01 span {
  font-size: 30px;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 1198, style.scss */
  #tabiiku .page_footer .txt_01 span {
    font-size: 6vw;
  }
}
/* line 1207, style.scss */
#tabiiku .page_footer .con_box {
  width: 100%;
  max-width: 853px;
  padding: 30px 50px;
  border: solid 1px #DDDDDD;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  /* line 1207, style.scss */
  #tabiiku .page_footer .con_box {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
  }
}
/* line 1221, style.scss */
#tabiiku .page_footer .con_box .bord_01 {
  width: calc(100% - 359px);
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 1221, style.scss */
  #tabiiku .page_footer .con_box .bord_01 {
    width: 100%;
    padding-bottom: 0;
  }
}
/* line 1230, style.scss */
#tabiiku .page_footer .con_box .bord_02 {
  width: 334px;
}
@media screen and (max-width: 640px) {
  /* line 1230, style.scss */
  #tabiiku .page_footer .con_box .bord_02 {
    width: 100%;
  }
}
/* line 1237, style.scss */
#tabiiku .page_footer .txt_02 {
  color: #555555;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  /* line 1237, style.scss */
  #tabiiku .page_footer .txt_02 {
    font-size: 3.4666666667vw;
    margin-bottom: 4.9333333333vw;
    text-align: center;
  }
}
/* line 1248, style.scss */
#tabiiku .page_footer .txt_03 {
  text-align: left;
  position: absolute;
  bottom: 0;
}
/* line 1253, style.scss */
#tabiiku .page_footer .bl_btn_tel {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  /* line 1253, style.scss */
  #tabiiku .page_footer .bl_btn_tel {
    height: 12.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* line 1261, style.scss */
#tabiiku .page_footer .bl_btn_tel a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 42px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  color: #F9A6A6;
}
@media screen and (max-width: 640px) {
  /* line 1261, style.scss */
  #tabiiku .page_footer .bl_btn_tel a {
    justify-content: center;
    align-items: center;
    font-size: 6.5333333333vw;
    background: #F9A6A6;
    border-radius: 7px;
    color: #ffffff;
    padding: 0;
    padding-left: 2vw;
  }
}
/* line 1281, style.scss */
#tabiiku .page_footer .bl_btn_tel a:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 640px) {
  /* line 1281, style.scss */
  #tabiiku .page_footer .bl_btn_tel a:before {
    font-size: 5.0666666667vw;
    left: 11.2vw;
    bottom: 3.8666666667vw;
  }
}
/* line 1313, style.scss */
#tabiiku .page_footer .bl_btn_form {
  width: 100%;
  height: 47px;
}
@media screen and (max-width: 640px) {
  /* line 1313, style.scss */
  #tabiiku .page_footer .bl_btn_form {
    height: 12.9333333333vw;
    margin-bottom: 4vw;
  }
}
/* line 1320, style.scss */
#tabiiku .page_footer .bl_btn_form a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: solid 1px #F9A6A6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #F9A6A6;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  /* line 1320, style.scss */
  #tabiiku .page_footer .bl_btn_form a {
    border: solid 2px #F9A6A6;
    font-size: 4.2666666667vw;
    font-weight: bold;
    padding-left: 4vw;
    border-radius: 7px;
  }
}
/* line 1339, style.scss */
#tabiiku .page_footer .bl_btn_form a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  left: 40px;
}
@media screen and (max-width: 640px) {
  /* line 1339, style.scss */
  #tabiiku .page_footer .bl_btn_form a:before {
    font-size: 5.0666666667vw;
    left: 11.2vw;
  }
}
/* line 1353, style.scss */
#tabiiku .page_footer .bl_btn_form a:after {
  content: "";
  display: block;
  border-top: solid 2px #F9A6A6;
  border-right: solid 2px #F9A6A6;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  top: 20px;
  right: 15px;
}
@media screen and (max-width: 640px) {
  /* line 1353, style.scss */
  #tabiiku .page_footer .bl_btn_form a:after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    right: 2.08vw;
    top: 4.8933333333vw;
  }
}
/* line 1374, style.scss */
#tabiiku .page_footer .txt_03 {
  color: #555555;
}
@media screen and (max-width: 640px) {
  /* line 1374, style.scss */
  #tabiiku .page_footer .txt_03 {
    font-size: 1.7333333333vw;
  }
}

/* ----------------------------------------
bl_breadcrumb_area
 ----------------------------------------*/
/* line 1389, style.scss */
#tabiiku .bl_breadcrumb_area {
  width: 100%;
  background: #f2f2f2;
  margin-top: 40px;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 640px) {
  /* line 1389, style.scss */
  #tabiiku .bl_breadcrumb_area {
    margin-top: 0;
  }
}
/* line 1397, style.scss */
#tabiiku .bl_breadcrumb_area .breadcrumb_area {
  max-width: 1280px;
  width: calc(100% - 30px);
}
/* line 1401, style.scss */
#tabiiku .bl_breadcrumb_area .nav_breadcrumb > li a {
  color: #333333;
}

/* line 1409, style.scss */
.tw_pagetop {
  display: none;
}

/* ----------------------------------------

 ----------------------------------------*/
@media screen and (max-width: 640px) {
  /* line 1420, style.scss */
  #tabiiku .fix_btn_search {
    position: fixed;
    z-index: 10000;
    top: 60px;
    right: 4%;
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #F9A6A6;
    text-align: center;
    border: 1px solid #F9A6A6;
    border-radius: 5px;
    padding: 2px;
  }
  /* line 1433, style.scss */
  #tabiiku .fix_btn_search::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
  }
  /* line 1441, style.scss */
  #tabiiku .fix_btn_search span {
    display: block;
    width: 100%;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: 50% 0;
    line-height: 1;
  }
  /* line 1451, style.scss */
  #tabiiku .fix_btn_cnt, #tabiiku .btn_cnt_close {
    position: fixed;
    z-index: 10002;
    top: 110px;
    right: 4%;
    width: 45px;
    height: 45px;
    background: #F9A6A6;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 2px;
  }
  /* line 1464, style.scss */
  #tabiiku .fix_btn_cnt::before, #tabiiku .btn_cnt_close::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
  }
  /* line 1471, style.scss */
  #tabiiku .fix_btn_cnt span, #tabiiku .btn_cnt_close span {
    display: block;
    width: 100%;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: 50% 0;
    line-height: 1;
    padding-top: 2px;
  }
  /* line 1482, style.scss */
  #tabiiku .fix_btn_cnt::before {
    content: "\f0c9";
  }
  /* line 1486, style.scss */
  #tabiiku .btn_cnt_close {
    display: none;
  }
  /* line 1488, style.scss */
  #tabiiku .btn_cnt_close::before {
    content: "\f00d";
  }
  /* line 1493, style.scss */
  #tabiiku .cnt_menu {
    display: none;
    background: #F9A6A6;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 92%;
    position: fixed;
    z-index: 10002;
    top: 170px;
    left: 4%;
  }
  /* line 1503, style.scss */
  #tabiiku .cnt_menu li {
    width: 100%;
  }
  /* line 1505, style.scss */
  #tabiiku .cnt_menu li span, #tabiiku .cnt_menu li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
  }
  /* line 1510, style.scss */
  #tabiiku .cnt_menu li + li {
    border-top: 1px solid #fff;
  }
}
/* line 1517, style.scss */
#tabiiku .js-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10001;
}
