@charset "utf-8";
/* CSS Document */
.p-page-heading {
  z-index: 2;
}
.marginbottom_10per {
  margin-bottom: 10% !important;
}
.left {
  text-align: left !important;
}
.anchor {
  padding-top: -110px;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {}
/*=============================
	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: 3px 3px 4px #074d83;
}
.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.5rem;
  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;
  }
}
/*=============================
	事例
=============================*/
.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_contents03 {
  padding: 8% 0;
}
.blue_area01 h3 {
  font-size: 1.5rem;
  /*background-color:rgba(18,106,116,0.60);*/
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.blue_area01_area01 p, .blue_area01_area03 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: 1rem;
}
.m-box01 li:first-child {
  float: left;
  color: #fff;
  width: 55%;
  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: 55%;
  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;
  }
  .m-box01 li p, .m-box02 li p {
    font-size: 0.9rem;
  }
  .blue_area01 {
    background-color: rgba(255, 255, 255, 0.80);
  }
  .blue_area01 h3 {
    font-size: 2.5rem;
    padding: 0;
  }
  .blue_area01 h3, .blue_area01 h3, .blue_area01 h3 {
    font-size: 1.3rem;
  }
  .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;
}
.model_course_nav {
  margin: 10% 0;
}
.model_course_nav ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.model_course_nav ul a {
  display: block;
  width: calc(100%/2);
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 2em;
}
.model_course_nav ul a li {
  color: rgba(153, 153, 153, 0.7);
  border-bottom: solid 1px rgba(153, 153, 153, 0.7);
  padding: 1em 0;
}
.model_course_nav ul a li:hover {
  color: #66ccff;
  border-bottom: solid 1px #66ccff;
}
.detail_con {
  margin: 5% 0 0;
}
.start {
  width: 330px;
}
.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;
}
.day_course {
  display: flex;
  flex-wrap: wrap;
}
.c_margin {
  margin: 5% 0;
}
.c_line {
  border: 1px dotted #bc88d1;
}
.day_course li {
  width: 31.3%;
  height: auto;
  margin: 0 1%;
  display: flex;
  flex-direction: column;
}
.model_course h4 {
  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 {
  text-align: left;
}
/*hotel*/
.course_hotel {
  margin: 5% 0;
  padding: 2em;
  background-color: rgba(176, 162, 207, 0.5);
  position: relative;
}
.course_hotel_bg {
  position: absolute;
  font-size: 7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: rgba(255, 255, 255, 0.40);
  left: 0;
  top: -2.5rem;
  z-index: 0;
}
.course_hotel_info {
  display: flex;
  align-items: center;
}
.course_hotel_info:last-child {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.course_hotel_txt {
  text-align: left;
  margin-right: 2em;
  width: 55%;
}
.course_hotel_txt h4 {
  font-size: 1.8rem;
  z-index: 2;
}
.course_hotel_txt p {
  font-size: 1.1rem;
  margin: 0 2em;
}
.course_hotel_photo {
  width: 40%;
}
.model_course h5 {
  color: #704bc2;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.75;
  font-weight: bold;
  border-bottom: 2px solid #704bc2;
  margin: 2rem 2em 1rem 0;
}
.course_hotel_sdgs {
  display: block;
}
.course_hotel_sdgs li {
  width: 100%;
  text-align: left;
  margin-bottom: 0.6rem;
}
.course_hotel_sdgs li h6 {
  font-weight: bold;
}
.course_hotel_sdgs li h6:before {
  content: "\f046";
  color: #704bc2;
  font-family: FontAwesome;
  margin-right: 0.55em;
}
.k_icon {
  position: absolute;
  left: -16px;
  width: 35px;
}
/*reccommend*/
.course_recommend {
  margin: 5% 0;
  padding: 2em;
  position: relative;
}
.ss {
  background-color: #c5e8cc;
}
.aw {
  background-color: #d7f5f9;
}
.course_recommend_bg {
  position: absolute;
  font-size: 7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: rgba(255, 255, 255, 0.30);
  left: 0;
  top: -2.5rem;
  z-index: 0;
}
.course_recommend h3 {
  margin: 2em 0;
}
.course_recommend h3 span {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.course_recommend h3 span::before, .course_recommend h3 span::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 2em;
  height: 2px;
  background-color: #000;
  margin: 0 -5rem;
}
.course_recommend h3 span::before {
  left: 0;
}
.course_recommend h3 span::after {
  right: 0;
}
.course_recommend_info {
  display: flex;
  border-bottom: 1px dotted #000;
}
.course_recommend_info:last-child {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: none;
}
.course_recommend_txt {
  text-align: left;
  width: 50%;
  padding-top: 2em;
}
.course_recommend_txt h4 {
  font-size: 1.3rem;
  z-index: 2;
}
.course_recommend_txt p {
  font-size: 1rem;
  margin: 0 2em;
}
.course_recommend_photo {
  width: 50%;
}
@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: 80%;
  }
  .k_icon {
    left: -14px;
  }
  .course_move {
    margin: 2em 0 1em 2em;
  }
  .move_l {
    font-size: 1rem;
  }
  .course_spot, .course_spot2 {
    margin: 2em 0 5em 1em;
  }
  .day_course {
    display: block;
  }
  .day_course li {
    width: 100%;
    margin-bottom: 10%;
  }
  .model_course_nav ul {
    width: 100%;
    display: block;
  }
  .model_course_nav ul a {
    width: 100%;
    margin: 0;
  }
  /*hotel*/
  .course_hotel {
    padding: 2em 1em;
  }
  .course_hotel_bg {
    font-size: 4rem;
    top: -1.5rem;
  }
  .course_hotel_info {
    display: block;
  }
  .course_hotel_txt, .course_hotel_photo {
    width: 100%;
    margin: 0 0 1em;
  }
  .course_hotel_txt h4 {
    font-size: 1.3rem;
  }
  .course_hotel_txt p {
    font-size: 0.9rem;
    margin: 0;
  }
  /*recommend*/
  .course_recommend {
    padding: 2em 1em;
  }
  .course_recommend_bg {
    font-size: 3.5rem;
    top: -1.5rem;
  }
  .course_recommend_info, .course_recommend_info:last-child {
    display: block;
  }
  .course_recommend h3 {
    margin-bottom: 0;
  }
  .course_recommend h3 span {
    font-size: 1.3rem;
  }
  .course_recommend h3 span::before, .course_recommend h3 span::after {
    margin: 0 -3rem;
  }
  .course_recommend_txt, .course_recommend_photo {
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
  }
  .course_recommend_txt h4 {
    font-size: 1.3rem;
  }
  .course_recommend_txt p {
    font-size: 0.9rem;
    margin: 0;
  }
}