@charset "utf-8";
/* CSS Document */
.p-page-heading {
  z-index: 2;
}
.marginbottom_10per {
  margin-bottom: 10% !important;
}
/*=============================
	TOP img
=============================*/
.mv {
  position: relative;
  background: url("../images/mv.jpg") no-repeat;
  background-size: cover;
  height: 450px;
}
.mv_ttl h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  font-size: 3rem;
  text-shadow: 2px 2px 4px #164d4e;
}
.ttl_p {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: block;
  font-size: 5rem;
  line-height: 1.1;
}
.mv_ttl p span {
  font-size: 2.2rem;
  display: block;
}
.ttl_sub {
  width: 80%;
  margin: 0 auto;
  font-size: 2.2rem;
  padding: 1rem 0;
}
.ttl_sub span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.ttl_sub:before, .ttl_sub:after {
  content: '';
  display: block;
  height: 2px;
  background: #FFF;
  flex: 1 1 auto;
}
.txt{
	font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 280px;
    margin-bottom: 5%;
  }
  .ttl_p {
    font-size: 2.5rem;
  }
  .mv_ttl p span {
    font-size: 1.3rem;
  }
  .ttl_sub:before, .ttl_sub:after {
    display: none;
  }
.txt{
	font-size: 1rem !important;
}	
}
/*=============================
	サスティナブルな団体旅行の魅力
=============================*/
.s-point ul {
  margin: 8% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.s-point ul li {
  width: 30%;
  margin: 0 1% 5%;
  padding: 2rem;
  position: relative;
  border-radius: 10px;
}
.s-point ul li:first-child {
  border: 15px solid rgba(127, 204, 222, 0.3);
}
.s-point ul li:nth-child(2) {
  border: 15px solid rgba(56, 186, 208, 0.3);
}
.s-point ul li:nth-child(3) {
  border: 15px solid rgba(35, 146, 176, 0.3);
}
.s-point ul li:nth-child(4) {
  border: 15px solid rgba(22, 95, 164, 0.3);
}
.s-point ul li:last-child {
  border: 15px solid rgba(44, 123, 192, 0.3);
}
.s-point-number {
  position: absolute;
  left: 0;
  top: -25%;
  color: #fff;
  text-shadow: 5px 5px 2px #2392b0;
  font-size: 7rem;
  font-family: "MS Serif", "New York", "serif";
}
.s-point ul li dl dt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.s-point ul li dl dd {
  font-size: 1rem;
}
.tabi {
  position: absolute;
  top: 0;
  right: 0;
}
.tabimae {
  font-weight: bold;
  display: inline-block;
  padding: 2px 1rem;
  color: #FFF;
  margin-top: 1rem;
  background-color: #7fccde;
}
.tabinaka01 {
  font-weight: bold;
  display: inline-block;
  padding: 2px 1rem;
  color: #FFF;
  margin-top: 1rem;
  background-color: #38bad0;
}
.tabinaka02 {
  font-weight: bold;
  display: inline-block;
  padding: 2px 1rem;
  color: #FFF;
  margin-top: 1rem;
  background-color: #2392b0;
}
.tabinaka03 {
  font-weight: bold;
  display: inline-block;
  padding: 2px 1rem;
  color: #FFF;
  margin-top: 1rem;
  background-color: #165fa4;
}
.tabiato {
  font-weight: bold;
  display: inline-block;
  padding: 2px 1rem;
  color: #FFF;
  margin-top: 1rem;
  background-color: #2c7bc0;
}
.s-point-txt {
  font-size: 1rem;
  padding: 1rem 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .s-point ul {
    margin: 10% 0 0;
  }
  .s-point-number {
    font-size: 5rem;
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  .s-point ul {
    display: block;
    margin: 15% 0 0;
  }
  .s-point ul li {
    width: 100%;
    margin: 0 auto 5%;
  }
  .s-point ul li dl dt {
    font-size: 1.3rem;
  }
  .s-point-number {
    font-size: 4rem;
    top: -8%;
    margin: 0 0 8%;
  }
}
/*=============================
	事例
=============================*/
.blue_area01 {
  background-color: #e9ecf2;
  position: relative;
  z-index: 0;
}
.bg_txt_blue_area01 {
  position: absolute;
  font-size: 8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: rgba(255, 255, 255, 0.50);
  left: 0;
  top: 0;
  z-index: 0;
}
.blue_area01_contents {
  padding: 10% 0 2%;
}
.blue_area01 h3 {
  font-size: 2rem;
  color: #004098;
  font-weight: bold;
  text-align: center;
}
.blue_area01 h4 {
  font-size: 1.5rem;
  /*background-color:rgba(18,106,116,0.60);*/
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.blue_area01 p {
  font-size: 1rem;
  line-height: 2;
}
.m-box01, .m-box02 {
  margin: 5% 0 0;
  position: relative;
}
.box_area {
  position: relative;
}
.bg2 {
  position: absolute;
  width: 180px;
  top: -10%;
  left: -1%;
}
.bg3 {
  position: absolute;
  width: 180px;
  top: -10%;
  right: -1%;
}
.bg4 {
  position: absolute;
  width: 180px;
  top: -5%;
  left: 20%;
}
.m-box01 li p, .m-box02 li p {
  font-size: 1.1rem;
}
.m-box01 li:first-child {
  float: left;
  color: #fff;
  width: 60%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 3rem;
  background-color: rgba(33, 110, 190, 0.70);
  padding: 3em;
  border-radius: 10px;
}
.m-box01 li:last-child {
  float: right;
  z-index: 1;
}
.m-box02 li:first-child {
  float: right;
  color: #fff;
  width: 60%;
  z-index: 2;
  position: absolute;
  top: 3rem;
  background-color: rgba(33, 110, 190, 0.70);
  padding: 3em;
  border-radius: 10px;
  right: 0;
  text-align: right;
}
.m-box02 li:last-child {
  float: left;
  width: 65%;
  z-index: 1;
}
.m-box01 li:last-child img, .m-box02 li:last-child img {
  border-radius: 10px;
}
.s-point-number_stl {
  top: -0.85em !important;
}
.s-point-number_str {
  right: 0 !important;
  top: -0.85em !important;
}
.sdgs_per_r {
  width: 130px;
  position: absolute;
  right: -20px;
  bottom: -30px;
}
.sdgs_per_l {
  width: 130px;
  position: absolute;
  left: -20px;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .bg4 {
    width: 150px;
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .bg_txt_blue_area01 {
    font-size: 3rem;
  }
  .blue_area01 {
    background-color: rgba(255, 255, 255, 0.80);
  }
  .malamahawaii h3 {
    font-size: 2.5rem;
    padding: 0;
  }
  .blue_area01 h3, .malamahawaii_area03 h3, .malamahawaii_area04 h3 {
    font-size: 1.3rem;
  }
  .blue_area01 h4, .malamahawaii_area03 h4 {
    font-size: 1.3rem;
  }
.blue_area01 p {
  font-size: 0.9rem !important;
  line-height: 1.5;
}	
  .m-box01, .m-box02 {
    position: inherit;
  }
  .m-box01 li:first-child, .m-box01 li:last-child, .m-box02 li:first-child, .m-box02 li:last-child {
    float: inherit;
    width: 100%;
    position: inherit;
    top: 0;
    padding: 0;
  }
  .m-box01 li:first-child, .m-box02 li:first-child {
    padding: 2em;
    margin: 15% 0 2%;
  }
  .m-box02 li:first-child {
    text-align: left;
  }
  .bg2 {
    width: 100px;
  }
  .bg3 {
    width: 100px;
    top: -5%;
  }
  .bg4 {
    width: 80px;
    top: -3%;
    left: 0;
  }
  .malamahawaii p {
    text-align: left;
  }
  .sdgs_per_r {
    opacity: 0.9;
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sdgs_per_l {
    opacity: 0.9;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/*=============================
	モデルコース
=============================*/
.model_course {
  margin: 10% 0;
}
.detail_con {
  margin: 5% 0 0;
}
.start {
  width: 130px;
}
.goal {
  font-size: 1.5rem;
  color: #7ec4e8;
  font-weight: bold;
  border: 2px solid #7ec4e8;
  padding: 3px 2rem;
  display: inline-block;
  float: left;
}
.detailCourse {
  counter-reset: count;
  position: relative;
  margin: 0;
  padding: 2em 0;
}
.detailCourse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #7ec4e8;
  z-index: 0;
}
.course_move {
  margin: 2em 0 2em 5em;
  border: 2px solid #bc88d1;
  padding: 0.5rem 1rem;
}
.move_l {
  font-size: 1.5rem;
  color: #bc88d1;
  font-weight: bold
}
.course_spot, .course_spot2 {
  margin: 2em 0 5em 5em;
}
.course_spot ul {
  display: flex;
  flex-wrap: wrap;
}
.c_margin {
  margin: 5% 0;
}
.c_line {
  border: 1px dotted #bc88d1;
}
.course_spot ul li {
  width: 31.3%;
  height: auto;
  margin: 0 1%;
  display: flex;
  flex-direction: column;
}
.course_ttl {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;	
}
.course_txt {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.k_icon {
  position: absolute;
  left: -16px;
  width: 35px;
}
@media screen and (max-width: 1024px) {
  .detailCourse {
    padding: 2em 0.9em;
  }
  .k_icon {
    width: 30px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .detailCourse {
    padding: 2em 0;
  }
  .start {
    width: 80px;
  }
  .k_icon {
    left: -14px;
  }
  .course_move {
    margin: 2em 0 1em 2em;
  }
  .move_l {
    font-size: 1rem;
  }
  .course_spot, .course_spot2 {
    margin: 2em 0 5em 2em;
  }
  .course_spot ul {
    display: block;
  }
  .course_spot ul li {
    width: 100%;
    margin-bottom: 10%;
  }
}