@charset "UTF-8";

#otetsutabi{
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
}



#Hero{
	text-align: center;
}
#Hero img{
	margin: 0 auto;
}

#Menu{
	padding: 50px 0;
}

#Pickup,#Column,#Search{
	text-align: center;
	padding:  80px 0;
}
#Sns{
	text-align: center;
	padding:  0 0 80px;
}

#Whats{
	text-align: center;
	padding:  80px 0 0;
}

.page-menu{
	justify-content: space-between;
}

.page-menu li{
	width: 32%;
}
.page-menu li a:hover{
	opacity: 0.6;
}

.bg-gray{
	background: #F5F5F5;
}



.txt-intro{
	margin: 0 auto;
	max-width: 700px;
	font-weight: bold;
	text-align: center;
}



#otetsutabi h2{
	text-align: center;
	margin: 40px auto 40px;
	position: relative;
	max-width: 90%;
}

#otetsutabi h2 img{
		margin: 0 auto;
}

#otetsutabi h2::before{
	position: absolute;
content: ''; /*何も入れない*/
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	top:-30px;
	left: 50%;
 
}


#otetsutabi h2.tit-sns img{
	margin-top: -40px;
}

#otetsutabi h2.tit-whats::before{
  width: 132px; /*画像の幅*/
  height: 26px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/whats.svg) no-repeat;
}


#otetsutabi h2.tit-search::before{
  width: 135px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/howto.svg) no-repeat;
}


#otetsutabi h2.tit-pickup::before{
  width: 139px; /*画像の幅*/
  height: 25px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/pickup.svg) no-repeat;
}


#otetsutabi h2.tit-column::before{
  width: 136px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/column.svg) no-repeat;
}

#otetsutabi h2.tit-sns::before{
  width: 62px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/sns.svg) no-repeat;
  top:-70px;
}



.bg-enjoy{
	background: url(/static/img/campaign/otetsutabi/pc-sec-bg.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
}
	
.bg-enjoy::after{
	position: absolute;
content: ''; /*何も入れない*/
	bottom:-60px;
	right: 0;
	  width: 700px; /*画像の幅*/
  height: 180px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/pc-script.svg) no-repeat;
	background-size: contain;
	
}

.match{
	position: relative;
	margin-top: 40px;
	background: rgba(225,168,123,0.8);
	padding: 60px 0 2em;
}

.match::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: rgba(225,168,123,0.8) transparent transparent transparent;
  border-width: 30px 60px 0 60px;
}

.list-match{
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	max-width: 750px;
	align-content: center;
}

.list-match li{
	text-align: center;
	padding: 10px;
	width: 42%;
	
}

.list-match li.plus{
	padding: 80px 10px 0;
	max-width: 70px;
}

.box-match{
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
	margin-top: 10px;
	min-width: 220px;
	font-weight: bold;
}
.box-match dt{
	margin-bottom: 20px;
}

.box-match dd{
	text-align: left;
	position: relative;
	padding-left: 30px;
	width: 150px;
	margin: 0 auto;
	
}
.box-match dd::before{
	position: absolute;
content: ''; /*何も入れない*/
	top:0;
	left: 0;
	  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/ico-check.svg) no-repeat;
	background-size: contain;
}
.txt-check{
	color: #fff;
	font-weight: bold;
}
.txt-check::before{
 content:url(/static/img/campaign/otetsutabi/check-wh.svg) ;
  vertical-align: middle;
  padding-right: 5px;
}

.txt-charm{
	color: #fff;
	font-weight: bold;
	max-width: 460px;
	padding: 120px 0;
	margin-left: 48%;
}
.txt-charm b{
	display: block;
	margin-bottom: 30px;
	font-size: 1.3em;
}

.slick-slider{
	padding: 100px 0;
	margin-bottom: 0!important;
}
.slick-slide img{
	border-radius: 6%;
	padding: 0 5px;
}

.Flow{

background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 65%, #E09354 65%, #E09354 100%);
	padding-bottom: 40px;

}
.tit-orange{
	color: #E09354;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 60px auto 40px;
	padding: 0 10px 6px;
	display: inline-block;
	border-bottom:solid #E09354 6px;
}
.list-flow{
	justify-content: space-between;
}

.list-flow li{
	width: 31%;
	display:flex;
	flex-direction: column;
}


.box-flow{
	background: #fff;
	padding: 40px 12px 20px;
	border-radius: 10px;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}

.box-flow::after{
	position: absolute;
content: ''; /*何も入れない*/
	right: -11%;
	top: 40%;
	  width: 9%; /*画像の幅*/
  height: 20%; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/arrow-r.svg) no-repeat;
	background-size: contain;
}


.box-flow:last-child::after{
	content: none;
}



.box-flow dt{
	margin-bottom: 20px;
	font-size: 1.2em;
	border-bottom: #CFCFCF dashed 3px;
	display: inline-block;
	padding: 0 10px 3px;
}

.box-flow dd{
	text-align: center;
	font-weight: normal;	
}


.box-flow dd:last-child{
	margin-top: auto;
	padding-top: 20px;
}

.goto{
	background: url(/static/img/campaign/otetsutabi/bus.png) no-repeat;
	background-position: left 10% bottom;
	padding-bottom: 60px;
}


#Pickup h3{
	color: #E09256;
	font-weight: bold;
	font-size: 24px;
	margin:80px 0 20px;
}

.list-pickup{
	justify-content: space-between;
}

.list-pickup li{
	width: 49%;
}

.list-pickup li img{
	border-radius: 10px;
}


.list-pickup li dt{
	padding: 20px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
}

.list-pickup li dd{
	text-align: left;
	padding: 0 10px 40px;
}

.btn-otetsutabi{
	background: linear-gradient(90deg,#E07A79, #E09354);
	display: block;
	color:#fff;
	width:100%;
	max-width: 550px;
	padding: 20px 0;
	margin: 20px auto 20px;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 10px;
	position: relative;
	
}

.btn-otetsutabi:hover{
	color:#fff;
	text-decoration: none;
	opacity: 0.7;
	
}
 .btn-otetsutabi::after{
	 position: absolute;
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	right: 19%;
}

.txt-link{
	color: #339EC5;
	font-weight: bold;
	font-size: 1.1em;
}

.txt-link::after{
	content: "\f105";
    font-family: "Font Awesome 5 Free";
	margin-left: 3px;
	transform: translate(0, -50%);
    font-weight: 900;
}

.list-column{
	width: 100%;
	max-width: 600px;
	margin: 60px auto;
}
.list-column li{
	justify-content: space-between;
	margin-bottom: 20px;
}

.list-column li a{
	display: flex;
	justify-content: space-between;
	color: #3D3C3C;
}

.list-column li img{
	width: 25%;
	border-radius: 10px;
}
.list-column li p{
	width: 72%;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	align-self: center;
}

.ico-sns{
	width: 260px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	

#otetsutabi h2 img{
	height: 50px;
	
}	
	.txt-charm{
	margin-left: 40%;
}
	
.box-flow dt{
	margin-bottom: 20px;
	font-size: 1.1em;
	border-bottom: #CFCFCF dashed 3px;
	display: inline-block;
	padding: 0 8px 3px;
}
	.box-flow dd{
	text-align: center;
	font-weight: normal;
		font-size: 0.9em;
}
.box-flow dd.small{
		font-size: 0.8em;
		
	}
}

@media (max-width: 767px) {
	#otetsutabi h2 img{
		height: 32px;
	}	

#otetsutabi h2.tit-pickup img,#otetsutabi h2.tit-search img {
	height: 75px;
	
}

#Pickup,#Column,#Search{
	text-align: center;
	padding:  30px 0;
}
#Sns{
	text-align: center;
	padding:  0 0 40px;
}

#Whats{
	text-align: center;
	padding:  30px 0 0;
}
	
#otetsutabi h2::before{
	position: absolute;
content: ''; /*何も入れない*/
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	top:-20px;
	left: 50%;
 
}		

	

#otetsutabi h2.tit-whats::before{
  width: 71px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/whats.svg) no-repeat;
	background-size: contain;
		top:-15px;
}


#otetsutabi h2.tit-search::before{
  width: 72px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/howto.svg) no-repeat;
	background-size: contain;
		top:-20px;
}


#otetsutabi h2.tit-pickup::before{
  width: 74px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/pickup.svg) no-repeat;
	background-size: contain;
		top:-20px;
}


#otetsutabi h2.tit-column::before{
  width: 73px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/column.svg) no-repeat;
		background-size: contain;
		top:-15px;	
}

#otetsutabi h2.tit-sns::before{
  width: 33px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/sns.svg) no-repeat;
  top:-40px;
		background-size: contain;
			top:-35px;
}	
	
	#otetsutabi h2.tit-sns{
		margin: 40px auto 20px
		
	}	
	h2.tit-whats{
		width: 80%;
	}
		
	.txt-intro{
		text-align: left;
	}	
	
	.list-match li{
		width: 100%;
	}	
	
	.list-match li.plus{
		padding: 20px 0;
		text-align: center;
		display: inline-block;
	}	
	.list-match li img{
				height: 60px;
		
	}	
	.list-match li.plus img{
		width: 40px;
		height: 40px;

	}	
	.match{
		padding: 30px 0;
	}
	.box-match{
		padding: 20px;
	}
	
	.match::after{
		display: none;
	}	
	
	.bg-enjoy{
		background: url(/static/img/campaign/otetsutabi/sp-sec-bg.jpg) no-repeat bottom center;
		background-size: cover;
		margin-bottom: 60px;
	}	
	
	.txt-charm{
		margin-left: 0;
		padding: 20px 20px 300px;
		text-align: left;
	}
	.txt-charm b{
		margin-bottom: 14px;
	}
	
	
.bg-enjoy::after{
	position: absolute;
content: ''; /*何も入れない*/
	bottom:-50px;
	right: 0;
	  width: 95%; /*画像の幅*/
  height: 140px; /*画像の高さ*/
  background: url(/static/img/campaign/otetsutabi/sp-script.svg) no-repeat;
	background-size: contain;
	
}	

.slick-slider{
	padding: 40px 0;
	margin-bottom: 0!important;
}	
	
	.list-flow li{
		width: 100%;
	}	
	
	.box-flow::after{
		    transform: translate(-50%, -50%);
	right: 34%;
    top: 116%;
    width: 16%;
    height: 26%;
    background: url(/static/img/campaign/otetsutabi/arrow-b.svg) no-repeat;
    background-size: contain;
	}
	
	.box-flow{
	padding: 20px 12px 20px;

	margin-bottom: 48px;
	font-weight: bold;
	position: relative;
}

.Flow {
    background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 85%, #E09354 85%, #E09354 100%);
    padding-bottom:10px;
}	
	
.goto{
	background: url(/static/img/campaign/otetsutabi/bus.png) no-repeat;
	background-size: 70%;
	background-position: right 10% bottom;
	padding-bottom: 60px;
}
	
	.list-pickup li{
		width: 100%;
	}	
	
	.list-pickup li dt{
		text-align: left;
		padding:10px 0 5px;
	}
	#Pickup h3{
		margin: 60px 0 20px
		
	}
	
	.list-column{
		margin: 40px 0;
	}
	
	.list-pickup li dd{
	text-align: left;
	padding: 0 0 40px;
}
	
	.list-column li img{
	width: 35%;
}
.list-column li p{
	width: 62%;
}


	
}



@media (max-width: 576px) {
	
#Menu{
	padding: 30px 0;
}
	
	.page-menu{
		margin: 0 auto;
	}	
.page-menu li{
	width: 100%;
		margin: 0 auto 10px;
	
}
	
.page-menu li img{
	margin: 0 auto;
	}

	
	
}


/***********************************************
最安値
************************************************/

#lowest-price{
  position: relative;
  border:solid 1px #C7C7C7;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
#lowest-price .tab-pane{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#lowest-price .nav{
  padding:20px;
  background:url(/static/3/img/bus_search/ja/bg-stripe.png),#fff;
}
#lowest-price .nav li{
  text-align:center;
  font-size:16px;
  line-height:1.0;
  padding: 0 2.5px;
}

#lowest-price .nav li a{
  display:block;
  color:#333;
  font-weight:bold;
  background:#fff;
  padding:15px 25px;
  border-radius:5px;
  border:1px solid #fdd7e5;
}
#lowest-price .nav li a:hover,
#lowest-price .nav li a.active{
  background:#FDD4E3;
  text-decoration:none;
}
#lowest-price table{
  font-size:14px;
  width:84%;
  margin:30px auto;
}
#lowest-price table th,
#lowest-price table td{
  padding:11px;
  line-height:1.0;
  text-align: center;
  font-size: 20px;
}
#lowest-price table thead th{
  text-align:center;
  border-top:none;
}
#lowest-price table th:first-child,
#lowest-price table td.route_title{
  width:260px;
  background:#F6F6F6;
  padding-left:15px;
  padding-right:15px;
  border-color:#fff;
  text-align: left;
}
#lowest-price table thead th:first-child,
#lowest-price table thead th{
  text-align: center;
}
#lowest-price table td.route_title a{
  color: #111111;
}
.table thead th{
  color:#111111;
  border-bottom:1px solid #E7E7E7;
}
#lowest-price table td.route_title{
  color:#111111;
}
.this_month,
.next_month,
.after_2months,
.after_3months{
  text-align:right;
}
.this_month a,
.next_month a,
.after_2months a,
.after_3months a,
.this_month a:hover,
.next_month a:hover,
.after_2months a:hover,
.after_3months a:hover{
  color:#F53D7E;
  font-size:20px;
  font-weight:bold;
}
.this_month a:before,
.next_month a:before,
.after_2months a:before,
.after_3months a:before{
  content: "￥";
    font-size: 18px;
}
@media(max-width : 1199px) {
  #lowest-price .nav li{
    font-size:14px;
  }
  #lowest-price table{
    font-size:12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:20px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 18px;
  }
}
@media(min-width : 768px) and (max-width : 991.98px) {
  #lowest-price .nav li{
    font-size:16px;
  }
  #lowest-price table{
    font-size:14px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:16px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 14px;
  }
}
@media(max-width : 767px) {
  #lowest-price{
    height:auto;
  }
  #lowest-price .nav{
    padding:15px 8px;
  }
  #lowest-price table{
    margin: 13px auto;
    width: calc(100% - 20px);
  }
  #lowest-price table th,
  #lowest-price table td{
    padding:10px 5px;
    font-size: 12px;
  }
  #lowest-price table td{
    text-align: center;
  }
  #lowest-price table td.route_title{
    text-align: left;
  }
  #lowest-price table th:first-child,
  #lowest-price table td.route_title{
    padding-left:5px;
    padding-right:5px;
    width: 100px;
    font-size: 12px;
  }
  .this_month a,
  .next_month a,
  .after_2months a,
  .after_3months a,
  .this_month a:hover,
  .next_month a:hover,
  .after_2months a:hover,
  .after_3months a:hover{
    font-size:11px;
  }
  .this_month a:before,
  .next_month a:before,
  .after_2months a:before,
  .after_3months a:before{
      font-size: 10px;
  }
}
@media(max-width:374px) {
  #lowest-price .nav li{
    font-size:12px;
  }
  #lowest-price table{
    width:365px;
  }
  #lowest-price table td.route_title{
    padding-left:10px;
  }
  #lowest-price table th:first-child, 
  #lowest-price table td.route_title{
    width:95px !important;
  }
}
#lowest-price .scroll-set .nav{
  padding:12px 13px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#lowest-price .scroll-set{
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background:none;
  padding:0;
  border-bottom: 1px solid #dee2e6;
}
#lowest-price .scroll-set .nav-tabs li a{
  font-size:18px;
}
#lowest-price .scroll-set .nav{
  width:100%;
}
@media(min-width : 768px) and (max-width : 991.99px) { 
  #lowest-price .scroll-set .nav{
    padding:21px 13px;
  }
  #lowest-price .scroll-set{
    overflow-x: hidden;
    background:none;
    padding:0;
    border-bottom: 1px solid #dee2e6;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    font-size:14px;
  }
  #lowest-price .scroll-set .nav{
    width:100%;
  }
} 
@media(max-width:767px) { 
  #lowest-price .scroll-set .nav{
    padding:10px 7px;
  }
  #lowest-price .scroll-set{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background:none;
    padding:0;
    border-bottom: 1px solid #dee2e6;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 10px 10px;
    font-size:12px;
  }
}
@media(max-width:420px) {
  #lowest-price .scroll-set .nav{
    width:410px;
    justify-content: flex-start;
  }
  #lowest-price .nav li{
    width: 100%;
  }
  #lowest-price .scroll-set .nav-tabs li a{
    padding: 10px 3px;
  }
}
@media(max-width:394px) {
  #lowest-price .scroll-set .nav{
    width:385px;
  }
}

@media(max-width:376px) {
  #lowest-price .scroll-set .nav{
    width:375px;
  }
}
@media(max-width:361px) {
  #lowest-price .scroll-set .nav{
    width:355px;
  }
}
@media(min-width:768px) {
.wrap-coupon{
   border:solid 6px #6790DC;
   border-radius: 20px;
}
.wrap-coupon h3{
   font-size: 20px;
   padding: 15px 5px;
}
.body-coupon{
   padding: 20px;
}
.body-coupon p{
   font-size: 16px;
}
.underpage #lowest-price table td.route_title a{
  font-size: 14px;
}
}

