body,p,span,a{
	line-height: 1.4;
}
img{
  width: auto;
  height: auto;
}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
img{
	max-width: 100%;
}
.btn-red{
  font-size: 20px;
  font-weight: bold;
  background: #C41E27;
  border:2px solid #fff;
  border-radius: 30px;
  width: 260px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.btn-red:hover{
  background: #C45759;
  text-decoration: none;
  color: #fff;
}
/*
.btn-green:hover{
  text-decoration: none;
  color: #fff;
  background: #92b944;
}*/
.bg-green{
  background-color: #006755;
}
.title{
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #006755;
}
.textwhite{
  color: #fff;
}
.decs{
	text-align: center;
  font-size: 25px;
}
.textblue{
  color: #0A4CBE;
}
.textgreen{
  color: #006755;
}
@media(max-width:1140px){
  .container{
    width: 100%;
  }
}

@media(min-width:767px){
  .block-mb{
    display: none;
  }
}
@media (max-width:991px){
  .pb100 {
    padding-bottom: 70px;
  }
  .pt100 {
    padding-top: 70px;
  }
}
@media (max-width:767px){
  .pt100{padding-top: 50px;}
  .pb100{padding-bottom: 50px;}
  .hidden-mb{
    display: none;
  }
  .decs{
		text-align: left;
	}
  .title{
    font-size: 37px;
  }
  .mt40{
    margin-top: 20px;
  }
  .title:after{
    width: 70px;
    height: 57px;
  }
  .decs{
    font-size: 20px;
  }
  .btn-green{
    width: 190px;
    padding: 7px;
  }
}

/*----- banner -----*/
.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner h1 img{
  width: 100%;
	height: auto !important;
}
.banner-inner{
  position: absolute;
  top:29vw;
  text-align: center;
  width: 100%;  
}
.banner-inner .container{
  text-align: left;
}
.banner-inner-02{
  background: #006755;
  padding: 15px;
  text-align: center;
}
.banner-inner-02 p{
  font-family: "avo";
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px #004438;
}
.bnr-price{
  font-size: 26px;
}
.banner-inner-02 .btn-red{
  width: 180px;
  margin-top: 5px;
  font-size: 17px;
}
.banner-inner{
		display: none;
	}
@media(min-width:767px){
  .banner-inner{
    top: 3vw;
  }	
  .banner-inner-02{
    position: absolute;
    top: 18vw;
    width: 100%;
    background: inherit;
  }
  .banner-inner-02 p{
    line-height: 1;  
      -webkit--text-stroke: 1px #004438;
   color: white;
    text-shadow: 5px 5px 5px #004438, -2px -2px 5px #004438, 2px -2px 5px #004438, -2px 2px 5px #004438, 2px 2px 5px #004438;
    font-size: 1.6vw;
  }
  .banner-inner-02 .btn-red{
    margin-top: 0;
  }
  .bnr-price{
    font-size: 3vw;
  }
}
@media(min-width:768px){
	.banner-inner{
		display: block;
	}
	.banner-inner img {
    width: 35vw;
		height: auto;
  }
}
@media(min-width:991px){
  .banner-inner img {
    width: 32vw;
  }
  .banner-inner {
    top: 3vw;
  }
  .banner-inner-02{
    top: calc(2vw + 160px);
  }
}
@media(min-width:1140px){
  .banner-inner img {
    width: 32vw;
  }
  .banner-inner {
    top: 4vw;
  }
  .banner-inner-02 {
    top: calc(3vw + 190px);
  }
}
@media(min-width:1440px){
  .banner-inner img {
    width: 26vw;
    height: auto !important;
  }
  .banner-inner {
    top: 5vw;
  }
  .banner-inner-02{
    top: calc(3vw + 230px);
  }
  .banner-inner-02 .btn-red {
    width: 260px;
    margin-top: 5px;
     font-size: 23px; 
  }
}
@media(min-width:1900px){
  .banner-inner {
    top: 4vw;
  }
  .banner-inner-02 {
    top: calc(4vw + 250px);;
  }
  .banner-inner img{
    height: 250px
  }
  .banner-inner-02 p{
    font-size: 27px;
  }
  .bnr-price {
    font-size: 43px;
  }
  .banner-inner-02 .btn-red{
    margin-top: 15px;
  }
}
/*----- end banner -----*/
/*----- control -----*/
.control {
  padding-top: 25px;
}
.control ul {
  display: flex;
  justify-content: space-evenly;
}
.control li a{
  font-weight: bold;
  color: #333;
}
.control li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  font-size: 13px;
}
@media(max-width:767px){
  .control{
    padding-top: 10px;
  }
  .control ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .control li{
    width: 50%;
    padding: 0px 15px
  }
  .control li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
  }
  .control li a:after{
    position: absolute;
    right: 0;
    font-size: 11px
  }
}
@media(max-width:575px){
    .control li{
      width: 100%;      
    }
}
/*----- End control -----*/

/*----- info -----*/
.tour-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media(min-width:767px){
  .tour-info > p{
    line-height: 1.6;
    text-align: center;
  }
}
/*----- End info -----*/

/*----- schedule -----*/
.schedule-list{
  position: relative;
}
.schedule-list li{  
  position: relative;
  z-index: 2;
}
.time{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  background-color: #006755;
}
.schedule-content{
  background-color: #F8F8F8;
  padding: 15px 10px; 
}
.schedule-content > strong{
  display: block;
  margin-bottom: 3px;
}
.schedule-inner{
  position: relative;
}
.schedule-list:after{
  content: '';
  display: block;
  position: absolute; 
  background: url("../img/line.png") repeat;  
  z-index: 0;
  width: 3px;
  height: 100%;
  top: 0;
  left: 39px;
}
@media(min-width:991px){
  .schedule-list{
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .schedule-list li{
    width: 17.5%;   
    text-align: center;
  }
  .schedule-list:after{
    width: 100%;
    height: 3px;
    top: 25px;
    left: 0;
  }
  .schedule-content{
    margin-top: 2px;
  }
  .time{
    font-size: 20px;
  }
}
@media(min-width:991px){
  .time{
    font-size: 22px;
  }
}
@media(max-width:991px){
  .time{
    font-size: 20px;    
  }
}
@media(max-width:991px){
  .schedule-list li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .schedule-list li:last-child{
    margin-bottom: 0;
  }
  .schedule-list:after{
    background: url("../img/line-02.png") repeat; 
  }
  .time{
    width: 80px;
    padding: 15px 0;
    margin-right: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .schedule-content{
    width: calc(100% - 80px);
    padding: 15px 15px;
  }
}
@media(max-width:767px){
  .schedule-inner > p.text-center{
    text-align: left !important;
  }
}
/*----- End schedule -----*/

/*----- departure -----*/
#departure .row{
  justify-content: center;
}
.calendar{
  background-color: #fff;
  padding: 30px;
}
.calendar-mane{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.calendar-table {
  width: 100%;
  margin-top: 15px;
}
.calendar-table th,
.calendar-table td,
.calendar-table{
  border-collapse: collapse;
  padding: 13px 5px;
  text-align: center;
}
.scheduled-departure,
.confirmed-tour{
  position: relative;
}
.scheduled-departure:after,
.confirmed-tour:after{
  content: '';
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.scheduled-departure:after{
  background: #8EEED0;
}
.confirmed-tour:after{
  background: #CE2B2B;
}
.confirmed-tour{
  color: #fff;
}
.calendar-table td span{
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.note-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 30px;
  color: #fff;
}
.note-list li > span{
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  background-size: 62%;
  position: relative;
  margin-top: -3px;
}
.note-list li .scheduled-departure:after,
.note-list li .confirmed-tour:after{
  width: 100%;
  height: 100%; 
}
@media(max-width:991px){
  .calendar{
    padding: 20px 15px;
  }
  .calendar-table th, .calendar-table td, .calendar-table{
    padding: 10px 5px;
  }
}
@media(max-width:767px){
  .departure-box .row > div:nth-child(2){
    margin-top: 20px;
  }
  .departure-box .container > p.mt30.text-center{
    text-align: left!important;
  }
  .departure-box .container > div.text-center{
    text-align: left !important;
  }
  .note-list li{
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}
/*----- End departure -----*/

/*----- sightseeing -----*/
.sightseeing-box{
  border-top:2px dotted #858585;
}
.sightseeing-list{
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.sightseeing-list li{
  width: 33.3333%;
  padding-left: 5px;
  padding-right: 5px;  
}
.sightseeing-list li > a > div{
  padding: 0 10px 10px 10px;
  display: flex;
  justify-content: center;
}
.sightseeing-list li > a > div > p{
  max-width: calc(100% - 30px);
  padding-left: 10px;
}
.sightseeing-list li > a{
  display: block;
  text-align: center;
  color: #333;
}
.sightseeing-list li > a img{
  width: 100%;
  aspect-ratio: 1.53 / 1;
}
.number{  
  font-weight: bold;
  color: #fff;
  width: 25px;
  height: 34px;
  background: url("../img/map-icon.png") no-repeat;
  background-size: 100% auto;
  text-align: center;
  line-height: 30px; 
  display: inline-block;
}
.number-big{
  width: 44px;
  height: 58px;
  font-size: 30px;
  line-height: 50px;
}
.sighseeing-title{
  display: flex;
  align-items: center;
}
.sighseeing-title h3{
  font-size: 30px;
  font-weight: bold;
  color: #C41E27;
  margin-left: 15px;
  width: calc(100% - 50px);
  
}
.sighseeing-content{
  line-height: 1.4;
}
.img-list .row,
.img-list.row{
  margin-left: -3px;
  margin-right: -3px;
}
.img-list .row > div,
.img-list.row > div{
  padding-left: 3px;
  padding-right: 3px;
  margin: 3px 0;
}
.img-list.row .row > div:nth-child(1){
  margin-top: 0;
}
.img-list img{
  width: 100%;
}
@media(max-width:991px){
  .sightseeing-list li > a > div > p{
    text-align: left;
  }
}
@media(max-width:767px){
  .sighseeing-title h3{
    font-size: 25px;
    text-align: center;
    width: auto;
  }
  .number-big {
    width: 39px;
    height: 50px;
    font-size: 25px;
    line-height: 40px;
  }
  .sighseeing-title{
    justify-content: center;
  }
}
@media(max-width:575px){
  .img-list > div{
    margin-top: 6px;
  }
  .img-list > div:nth-child(1){
    margin-top: 0;
  }
  .sightseeing-list li{
    width: 100%;
    margin-top: 10px;
  }
  .sightseeing-list li:nth-child(1){
    margin-top: 0;
  }
  .sightseeing-list li > a{
    display: flex;    
    padding-bottom: 0;
  }
  .sightseeing-list li > a > div{
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .sightseeing-list li > a img{
    width: 75px;
  }
  .sightseeing-list li > a > div{
    width: calc(100% - 75px);
  }
  .sightseeing-list li > a > div > p{
    width: calc(100% - 40px);
    text-align: left;
    margin-top: 0;
  }
  #sightseeing01 .img-list .row > div{
    margin-top: 0;
  }  
}
/*----- End sightseeing -----*/
/*----- Tour outline -----*/
.outline-table{
  width: 100%;
  background-color: #fff;
}
.outline-table th,
.outline-table td{
  border-collapse: collapse;
  border:1px solid #DEF1C9;
  padding: 15px 30px;
}
.list-dot li{
  margin-bottom: 7px;
}
.list-dot li:last-child{
  margin-bottom: 0;
}
@media(min-width:767px){
  .outline-table th{
    width: 250px;
  }
}
@media(max-width:767px){
  .outline-table th, .outline-table td{
    display: block;
    width: 100%;
    padding: 15px 15px;        
    vertical-align: middle;
  }
  .outline-table th{
    border-bottom: none;
    padding-bottom: 0;
  }
  .outline-table td{
    border-top:none;
    padding-top: 5px;
  }
}
/*----- End Tour outline -----*/

.textpink{
  color: #E24886;
}
.modal-strawberry-title {
  font-size: 30px;
  color: #E24886;
  font-weight: bold;
  background: url(../img/strawberry_icon_02.png) no-repeat left 7px;
  padding: 0px 0 0px 43px;
}
.strawberry-icon{
  text-decoration: underline;
  background: url("../img/strawberry_icon_01.png") no-repeat left top;
  padding: 5px 0 5px 45px;
}
#modal01 .modal-dialog{
  width: 1140px;
  max-width: 96%;
}
#modal01 .modal-header{
  border-bottom: none;
}
#modal01 .close{
  padding: 30px;
  opacity: 1;
}
#modal01 .close span{
  display: none;
}
#modal01 .close:after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/close.png") no-repeat center center;
}
.modal-body{
  padding-top: 0;
  padding-bottom: 40px;
}
@media(min-width:991px){
  #modal01 .modal-body{
    padding: 0 70px 40px 70px;
  }
}
@media(max-width:767px){
  .modal-strawberry-title{
    font-size: 20px;
    padding: 7px 0 5px 40px;
  }
  .strawberry-title{
    font-size: 25px;
  }
  .modal-body .modal01-content:nth-child(2){
    margin-top: 30px;
  }
  .modal01-content img{
    margin-top: 15px;
    width: 100%;
  }
  #modal01 .close{
    padding: 25px 15px;
  }
  #modal01 .close:after{
    width: 20px;
    height: 20px;
  }
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
.list-dot li{
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.list-dot li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 9px;
}

/*----- Select box -----*/
.select-box{
  width: 150px;
  position: relative;
  float: right;
  margin-bottom: 10px;
}
.select-box p{
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
}
.select-box p:after{
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #686666;
}
.select-box.active p:after{
  transform: rotate(180deg);
}
.select-box ul{
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;  
  z-index: 2;
  background: #fff;
  display: none;
}
.select-box ul li{
  font-size: 13px;
  display: block;
  padding: 2px 15px;
}
.select-box ul li a{
  display: block;
  width: 100%;
}
.select-language:after{
  content: '';
  clear: both;
  display: block;
}
@media(min-width:600px){
  .select-box{
    margin-top: -28px;
  }
}

@media(min-width:767px){
  .readmore-btn-cm{
    display: none !important;
  }  
}
@media(max-width:767px){
  .hidden {
    display: none;
  }
}

.readmore-btn-cm{
  color: #004EC7; 
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
.readmore-btn-cm:after{
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.readmore-btn-cm.icon-down:after{
  content: "\f106"; 
}

.btn-position{
  padding: 20px 0;
  position: fixed;
  bottom:0;
  width: 100%;
  z-index: 20;
  background: url("../img/bg-green.png") repeat;
  border-top: 1px solid #AFF7D1;
}
.btn-position-inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-position-inner p{
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-right: 30px;
}
.btn-position-inner .price{
  font-size: 38px;
}
@media(max-width:767px){
  .btn-position{
    padding: 10px 0;
  }
  .btn-position-inner .btn-red{
    font-size: 17px;
    width: 150px;
  }
  .btn-position-inner p{
    font-size: 17px;  
  }
  .btn-position-inner .price{
    font-size: 30px;
  }
  #backToTop2019{
    bottom:75px;
  }
}
.map iframe{
  max-width: 100%;
}

.bus__body{
  align-items: center;
}
.bus__action--footer a:before,
.bus__action--body a:before{
  content: '\f054';
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 6px;
}
.bus{
  margin-top: 20px;
}
.sightseeing-list li > a img{
  aspect-ratio: 1.53 / 1;
}
@media(max-width:575px){
  .bus__footer{
    display: block !important;
  }
  .bus__action--footer,
  .bus__photo--footer{
    width: 100% !important;
  }
  .bus__action--footer a{
    width: 300px !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .bus__action--footer{
    margin-top: 10px;
  }
}
@media(min-width:767px){
  .bus__action--body {
    width: auto !important;
    display: flex;
    vertical-align: middle;
  }
  .bus__action a{
    width: 260px;
  }
  .bus__action--body li:last-child {
     margin-top: 0 !important; 
    margin-left: 15px;
  }
  .bus__box:nth-child(1) {
    width: 100% !important;
  }
  .bus__box:nth-child(2) {  
    width: 100% !important;
  }
}
@media screen and (min-width: 768px){
  .bus__action--footer{
    width: 80% !important;
  }
  .bus{
    margin-top: 30px;
  }
}
@media(min-width:991px){
  .block-991{
    display: none;
  }
  .bus__box:nth-child(1) {
    width: 30% !important;
  }
  .bus__box:nth-child(2) {  
    width: 80% !important;
  }
}


@media screen and (max-width: 767px){
  .bus__box{
    text-align: center;
  }
}












