@charset "UTF-8";
/* CSS Document */

/*ライフツアー・屋久島トレッキング特集用のCSSです*/

/*---------------------------------------------------------
mv
---------------------------------------------------------*/
.kum-trekking{
  font-size:16px;
}
.mv{
  position: relative;
}
.mv h2{
  font-family: '游明朝';
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 50%;
    text-shadow: 2px 2px 5px #cca556;
}
.mv h2 span{
  display: block;
  font-size: 4.5rem;
}
.trekking-text {
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 5px;
  font-weight: bold;
  color: #4e4e4e;
}
#naviMenu {
   list-style: none;
   text-align: center;
}
#naviMenu li {
   display: inline-block;
   background: #74df3f;
   padding: 1rem 2rem;
   -webkit-transform: skew(-15deg);
   transform: skew(-15deg);
   font-size: 2rem;
   font-weight: bold;
}
#naviMenu li a{
  color: #fff;
}
#naviMenu li:hover{
  background: #19521c;
}
.kum-trekking .main-inner .box-wrap{
  margin-top: 50px;
}
/*---------------------------------------------------------
見出し
---------------------------------------------------------*/
.kum-trekking .main-inner .box-wrap .midashi {
    width: 30%!important;
    margin: 30px 0!important;
    padding: 1rem 3rem!important;
    background: #9cd87f!important;
    -webkit-transform: skew(-20deg)!important;
    transform: skew(-20deg)!important;
    box-shadow: 5px 5px 0 #19521c!important;
    font-size: 2rem!important;
    font-weight: bold!important;
}

/*---------------------------------------------------------
事前準備：ツアーの申込み、屋久島までの行き方、トレッキング当日の朝食と昼食の用意
---------------------------------------------------------*/
.box7 {
    padding: 1em;
    margin: 20px 0;
    background-color:#fdffe9;/*背景色*/
    color:#000000;/*文字色*/
    border-radius: 10px;/*角の丸み*/
    font-size: 16px;
    line-height: 1.5em;
}
/*---------------------------------------------------------
持ち物(box3)&お薦めスタイル(box4)
---------------------------------------------------------*/
.preboxWrap{
  display: flex;
  justify-content: space-between;
}
.box3, .box4{
 background: no-repeat center/100% url(/kyusyu/special/yakushima-trekking/i/memo.jpg);
 background-size: cover;
 padding: 15px;
 color: #000000;/*文字色*/
 font-size: 15px;
 width: calc(100% / 2 - 5px);
}
.box3 .box3-title,
.box4 .box4-title {    
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    font-size: 1.5em;
    color: #2f1006;
    font-weight: bold;
}
.box3 p, .box4 p{
  font-size: 14px;
  width: 98%;
}
.img-center{
    text-align: center;
    position: relative;
}

/*---------------------------------------------------------
事前準備：屋久島までの行き方
---------------------------------------------------------*/
h4{
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-top: 20px;
  text-align: center;
}
h4:before,
h4:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

h4:before {
  left: 0;
}

h4:after {
  right: 0;
}
h5 {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 10px solid #08c6bd;
    font-size: 17px;
    font-weight: bold;
    width: 30%;
    margin: 2em 0 0.5em 0;
}
h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #08c6bd;
}

.course {
    margin: 50px auto 20px;
}
.forward {
    text-align: center;
    margin: 0 0 17px;
}
.step {
  color: #fff;
  width: 370px;
  padding: 10px 5px;
  margin: -15px auto 10px;
  background: #19521c;
  position: relative;
  font-size: 18px;
}
.step-img li {
    display: inline-block;
    width: 17%;
    padding: 5px 0 10px 0;
 }

.course dl {
    color: #4c4c4c;
    font-size: 14px;
    position: relative;
    background: #fdffe9;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    margin: 10px 0 25px 0;
    display: inline-block;
    vertical-align: middle;
}
.course dl dt {
    clear: both;
    font-size: 13px;
    font-weight: bold;
}
.course dl dd {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
}
.course dl.pink {
    color: #4c4c4c
    background: #fff4e0f0 !important;
}
.arrow {
    display: inline-block;
}

.box7-txt li {
    display: inline-block;
    font-size: 20px;
}
.box-wrap2 .box{
  margin: 10px 0;
}
.box-wrap2 .box .box-subttl{
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

/*---------------------------------------------------------
トレッキング行程
---------------------------------------------------------*/
.trekking-name{
  text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 30px;
}
.schedule-list{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedule-list li {
    width: calc(100% / 3 - 5px);
    height: 500px;
    vertical-align: top;
    margin: 0 5px;
}
.schedule-list .slide-arrow {
    position: absolute;
    top: 25vh;
}
.prev-arrow {
    left: -30px;
    width: 25px;
}
.next-arrow {
    right: -30px;
    width: 25px;
}
.schedule-list li dl{
  position: relative;
}
.schedule-list li dl dt::after{
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-size: 20px;
  position: absolute;
  right: 0;
}
.schedule-list li img{
  width:100%;
}
.time {
    font-size: 20px;
    margin: -40px 0;
    }
.title {
    margin: 5px 0;
    font-weight: bold;
    padding: 0 5px;
}
.title-color {
    color: #19521c;
    font-size: 18px;
}
.txt {
  line-height: 1.8em;
  font-size: 1.4rem;
  padding: 0 5px;
}
.txt-deco {
    border-bottom: dashed 1px #19521c;
}
.color1,.color2,.color3  {
    background: linear-gradient( to left, rgb(61 241 48) 25%, rgb(54 153 51) 75% );
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.5rem;
    margin: 0 5px;
}
.border {
    border-bottom: dashed;/*下線を点線にする*/
    border-color: #FF0000;
    border-width: 2px;
 　 }
/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
.postit {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 10px solid #f98c2b;
    font-size: 17px;
    font-weight: bold;
    width: 50%;
    margin: 2em 0 0.5em 0;
}
.postit::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f98c2b;
}
/*アコーディオン*/
.accbox {
    margin: 2em 0;
    padding: 0;
}
.accbox label {
    display: block;
    margin: 5px 0;
    padding: 10px;
    color: #474747;
    font-weight: bold;
    background: #f0ffd7;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 18px;
}
.accbox .question::after{
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-size: 20px;
  margin-left: 10px;
}
.accbox label:hover {
    background :#cfff8c;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    font-size: 15px;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    background: #fdffe9;
    opacity: 1;
}
/*---------------------------------------------------------
ツアーお申込
---------------------------------------------------------*/
.tourlinkName{
  background: #74df3f;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin: 30px 10px;
}
.mlpres .btnlist-btn05 li .txt-sub{
  color: #fd3f3f;
}
/*---------------------------------------------------------
レスポンシブ
---------------------------------------------------------*/
@media only screen and (max-width: 750px){
.mlpres {
    width: 100%;
    margin: 0 auto;
}
.kum-trekking .main-inner .box-wrap {
    margin-top: 30px;
    width: 88%;
}
.mv h2{
  font-size: 2.5rem;
    bottom: 40%;
    width: 88%;
    left: 1%;
}
.mv h2 span{
  font-size: 2.5rem;
}
.trekking-text {
font-size: 14px;
}
.preboxWrap {
    display: block;
}
.preboxWrap.box3, .preboxWrap.box4{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
h4{
  font-size: 1.7rem;
  padding: 0 60px;
}
#naviMenu li {
    padding: 5px;
    margin: 5px 0;
    width: calc(100% / 2 - 5px);
    -webkit-transform: inherit; 
    transform: inherit; 
}
.contents-menu {
width: 100%;
}
.box7 {
    padding: 1em 0.5em;
}
.step-img li {
    width: 100%;
    padding: 5px 15px;
}
.step-img li img{
  width: 100%;
}
.course dl{
  margin: 5px 0;
  padding: 5px;
}
.course dl dd,.course dl dt{
  font-size: 16px;
}
.arrow {
    display: none;
}
.box3,.box4 {
  width: 100%;
    margin: auto;
    padding: 15px;
}
.box3 .box3-title {
font-size: 1.3em;
}
.box4 .box4-title {
font-size: 1.3em;
}
h5{
width: 100%;
}
.schedule-list li {
  width: 100%;
  padding: 15px 0;
}
.trekking-name {
    font-size: 2rem;
    margin-top: 10px;
}
.postit {
width: 100%;
}
.accbox label {
    display: block;
    margin: 5px;
    padding: 10px;
    font-size: 16px;
}
.accbox .question::after {
    font-size: 18px;
    margin-left: 2px;
}
.tourlinkName {
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0;
}
}
