@charset "utf-8";

.header-title {
  font-size: 3.5rem;
  letter-spacing: 0.7rem;
  font-weight: 300;
  line-height: 5.0rem;
}

#tour-ideas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tour-idea-title {
  position: relative;
  padding: 0 50px;
  margin: 50px;
  max-width: 1000px;
  text-align: center;
}

.tour-idea-title:before,
.tour-idea-title:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.tour-idea-title:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  top: 0;
  left: 0;
}

.tour-idea-title:after {
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  bottom: 0;
  right: 0;
}

.tour-idea-title p {
  margin: 0 0 80px 0;
  padding: 0;
}

.custom-tours-title {
  margin-bottom: 50px;
}

.exclusive-experiences-title {
  margin: 200px 0 50px 0;
}

.idea-table {
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}

.idea-table tbody tr td {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.idea-table div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.idea-table tr:nth-child(even),
table.idea-table>tbody>tr:nth-child(even)>td {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.discription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discription h2 {
  letter-spacing: 0.25rem;
}

#tips td {
  text-align: left;
  vertical-align: top;
  padding: 15px;
}

.singleTips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.singleTips img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  max-height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

.singleTips h3 {
  font-size: 1.0rem;
  font-weight: 700;
  -webkit-margin-before: 0rem;
  margin-block-start: 0rem;
  -webkit-margin-after: 0.5rem;
  margin-block-end: 0.5rem;
}

.singleTips p {
  -webkit-margin-before: 0rem;
  margin-block-start: 0rem;
  -webkit-margin-after: 0rem;
  margin-block-end: 0rem;
}

.scroll-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 1px #414141;
  padding: 5px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 0.9rem;
  color: #414141;
}

@media (hover: hover) and (pointer: fine) {
  .scroll-contact:hover {
    background-color: #44a7354f;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.photo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 6 / 5;
}

.photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 6 / 5;
  -o-object-fit: cover;
  object-fit: cover;
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #eaeaea;
  /*矢印の色*/
  border-right: 2px solid #eaeaea;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-track {
  width: 100%;
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
  /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 10px;
  /*ドットボタンのサイズ*/
  height: 10px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #eaeaea;
  /*ドットボタンの色*/
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}

@media (hover: hover) and (pointer: fine) {
  .slick-dots button:hover {
    cursor: pointer;
  }
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.contact {
  position: static;
  z-index: none;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-select {
  color: white;
}

@media screen and (max-width: 959px) {
  h1 {
    font-size: 2.0rem;
  }

  .header-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
  }

  .tour-idea-title {
    padding: 0 20px;
    margin: 50px 20px;
  }

  .tour-idea-title p {
    margin: 0 0 40px 0;
  }

  .idea-table tbody tr td.idea-table-sp {
    width: 100%;
    display: block;
  }

  #tips tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #tips td {
    padding: 20px 5px;
  }

  #tips h3 {
    letter-spacing: 0.07rem;
  }

  .discription {
    padding: 25px;
  }

  .discription h2 {
    letter-spacing: 0.11rem;
  }

  .singleTips img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
  }

  .exclusive-experiences-title {
    text-align: center;
    margin: 100px 0 50px 0;
    font-size: 1.6rem;
  }

  .contact {
    width: 80%;
  }
}
