@charset "utf-8";

main {
  color: black;
}
main a {
  color: #00846d;
  font-weight: bold;
}
#travel {
  max-width: 690px;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
  line-height: 200%;
  font-feature-settings: "palt";
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  #travel {
    padding: 50px 25px 0 25px;
  }
}
.indent {
  text-indent: 1em;
}
.mt10 {
  margin-top: 10px;
}
.mt25 {
  margin-top: 25px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.heading02-01 {
  max-width: 175px;
  margin: 75px auto 50px auto;
}
.heading02-02 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #00846d;
  line-height: 175%;
  position: relative;
  z-index: 1;
}
.heading02-02 span {
  background: white;
  padding: 0 15px;
}
.heading02-02::after {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px dotted #00846d;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.heading03-01 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  color: #00846d;
  line-height: 175%;
}
.heading03-02 {
  background: #00846d;
  text-align: center;
  margin-bottom: 10px;
}
.heading03-02 img {
  background: #00846d;
  width: 90px;
  padding: 10px;
}
@media (max-width: 767px) {
  .heading02-02,
  .heading03-01 {
    font-size: 18px;
  }
}
.text-center {
  text-align: center;
}
.text-center-inner {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
.text-center-inner dt {
  font-weight: bold;
}
.slick_slider p {
  margin-top: 10px;
  font-size: 14px;
}
.travel-btn01 {
  width: 280px;
  margin-bottom: 15px;
}
.travel-btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #64DCDC 0%, #BEBEFF 50%, #FFAADC);
  border-radius: 20px;
  color: white;
  font-size: 17px;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 767px) {
  .travel-btn01 a {
    font-size: 15px;
  }
}
.travel-btn02 {
  display: flex;
  justify-content: space-between;
}
.travel-btn02 li {
  width: 48%;
}
.travel-btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #00846d;
  color: #00846d;
  font-size: 17px;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 767px) {
  .travel-btn02 {
    display: block;
  }
  .travel-btn02 li {
    width: 100%;
  }
  .travel-btn02 li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .travel-btn02 a {
    font-size: 15px;
  }
}
.travel-list {
  text-align: center;
  font-weight: bold;
}
.travel-list li {
  padding: 5px;
  position: relative;
  margin-bottom: 20px;
  background: #FFE2D7;
}
.travel-list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00846e transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
}
.travel-list li:last-child::after {
  display: none;
}
.travel-list li.backgr01 {
  background: #F0F0F0;
}
.travel-list li.backgr02 {
  background: #D9EDE9;
}
.travel-list li.backgr03 {
  background: #F0F0F0;
}
.color01 {
  color: #FFE2D7;
}
.color02 {
  color: #D9EDE9;
}
@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}