@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
section p {
}



/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
	background-image: url("../img/tour/fv.jpg");
}
@media (max-width: 1239px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
}




/* ---------------------------------------------------------
 * #lead
** --------------------------------------------------------- */
#lead {
  padding-top: 110px;
  padding-bottom: 100px;
}
#lead .lead_txt {
  display: flex;
  justify-content: space-between;
}
#lead .lead_txt .left {
  flex-shrink: 0;
  margin-right: 30px;
}
#lead .lead_txt .sm_ttl {
  margin-bottom: 30px;
  color: #444;
  font-size: 14px;
}
#lead .lead_txt h2 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 2px;
}
#lead .lead_txt .right {
  max-width: 700px;
  width: 100%;
  padding-top: 80px;
}
#lead .lead_txt ul {
}
#lead .lead_txt li {
  position: relative;
  padding-left: 20px;
}
#lead .lead_txt li:not(:first-child) {
  margin-top: 26px;
}
#lead .lead_txt li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d2cbc1;
  border-radius: 10px;
}
@media (max-width: 1159px) {
  #lead .lead_txt {
    display: block;
    max-width: 800px;
  }
  #lead .lead_txt .left {
    margin-right: 0;
  }
  #lead .lead_txt h2 br {
    display: none;
  }
  #lead .lead_txt .right {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  #lead {
    padding-bottom: 50px;
  }
  #lead .lead_txt h2 {
    font-size: 28px;
  }
  #lead .lead_txt p {
  }
}
@media (max-width: 680px) {
}




/* ---------------------------------------------------------
 * #gallery
** --------------------------------------------------------- */
#gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e0dace;
  overflow: hidden;
}
#gallery .loopslider {
}
#gallery .loopslider ul {
  display: flex;
}
#gallery .loopslider li {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 1239px) {
}
@media (max-width: 991px) {
  #gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #gallery .loopslider li img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #gallery .loopslider li img {
    width: 220px;
  }
}
@media (max-width: 519px) {
  #gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #gallery .loopslider li img {
    width: 180px;
  }
}




/* ---------------------------------------------------------
 * #tours
** --------------------------------------------------------- */
#tours {
  padding-top: 70px;
  padding-bottom: 100px;
}
#tours section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
#tours section + section {
  margin-top: 80px;
}
#tours .content {
}
#tours section:nth-child(2n) .content {
  order: 2;
}
#tours h2 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 1.5;
}
#tours h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -40px;
  top: -20px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../img/tour/ttl_deco.png");
}
#tours ul {
  margin-top: 20px;
}
#tours li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
#tours li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 10px;
}
#tours .price_btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
#tours .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#tours .price > span {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
#tours .jpy {
  font-size: 16px;
}
#tours .btn_area {
}
#tours .btn_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}
#tours .btn_area p {
  position: absolute;
  top: 100%;
  right: 0;
  line-height: 1.6;
}
#tours .img {
  width: 100%;
  max-width: 550px;
  padding-top: 10px;
}
#tours .img img {
  width: 100%;
}
@media (max-width: 1239px) {
  #tours .btn_area a {
    width: 200px;
    height: 70px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 959px) {
  #tours .price_btn {
    display: block;
  }
  #tours .btn_area {
    margin-top: 20px;
  }
  #tours .btn_area a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #tours section {
    display: block;
  }
  #tours h2 {
    font-size: 24px;
  }
  #tours .img {
    max-width: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
}