h1, h2, h3{
	color: #3b2d48;
	line-height: 1.3;
	font-weight: bold;
}
h1{
	font-size: 40px;
	text-align: center;
}
.intro-service h2 {
	font-size: 29px;
	text-align: center;
}
#plans h2{
	font-size: 40px;
	text-align: center;
}
h3{
	font-size: 22px;
}
.banner img, .intro-service img, .list-tour img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
p{
	font-size: 16px;
	line-height: 1.4;
}
.pt100{
	padding-top: 100px;
}
.pt80{
	padding-top: 80px;
}
.pt50{
	padding-top: 50px;
}
.pt30{
	padding-top: 30px;
}
.pt20{
	padding-top: 20px;
}
.pt10{
	padding-top: 10px;
}
.pb100{
	padding-bottom: 100px;
}
.pb80{
	padding-bottom: 80px;
}
.pb50{
	padding-bottom: 50px;
}
.pb150{
	padding-bottom: 150px;
}
@media(max-width:991px){
	#plans h2{
		font-size: 32px;
		text-align: center;
	}
	h3 {
    font-size: 25px;
	}
	.list-tour-con dt h3 {
    font-size: 20px;
	}	
	.pt100{
		padding-top: 80px;
	}
	.pt80{
		padding-top: 50px;
	}
	.pt50{
		padding-top: 40px;
	}
	.pb100{
		padding-bottom: 80px;
	}
	.pb80{
		padding-bottom: 50px;
	}
	.pb50{
		padding-bottom: 40px;
	}
}
@media(max-width:767px){
	h2 {
    font-size: 30px;
	}
	.list-tour-con dt h3 {
	}	
}
/*----------Intro-----------*/
.intro-service{
	display: flex;
	margin: 0 -30px;
}
.short-intro{
	text-align: center;
}
.note{
	color: #E90000;
  font-size: 14px;
}
.intro-service .col-md-6{
	padding-right: 30px;
	padding-left: 30px;
}
.list-advantages li{
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}
.list-advantages li::before{
	content: '';
	width: 14px;
	height: 17px;
	background: url(img/icon_advantages.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
}
.btn-wrap{
	text-align: center;
}
.borderd-button{	
	min-width: 200px;
	border-radius: 50px;
	border: 1px solid #DB5F00;
	padding: 10px 50px;
	text-align: center;
  display: inline-block;
}
.notice-txt{
  font-size: 14px;
  margin-top: 20px;
  color: #d44600;
}
@media(max-width: 1180px){
	.intro-service {
    margin: 0 -15px;
	}
}
@media(max-width: 991px){
	.short-intro {
    text-align: left;
	}
	.intro-service {
    display: flex;
    margin: 0 -15px;
	}
	.intro-service .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
	}
}
@media(max-width: 767px){
	.short-intro {
    text-align: left;
	}
	.intro-service {
    display: inherit;
    margin: 0;
	}
	.intro-service .col-md-6 {
    padding-right: 0;
    padding-left: 0;	
	}
	.intro-service .col-md-6:first-child{
		padding-bottom: 70px;
	}
}
/*----------End Intro-----------*/


/*----------Plan detail-----------*/
#plans{
	background-color:#f1f7eb;
}
.list-tour li {
	padding: 0 15px;	
}
.list-tour li a {
	color: #212529;
}
.list-tour li a:hover {
	text-decoration: none;
}
.list-tour-con {
	background-color: #FFF;
	padding: 20px 20px 40px 20px;
	margin-top: 50px;
	box-shadow: #d0dbc5 5px 5px 10px;
	border: 1px solid white;
}
.list-tour li a:hover .list-tour-con {
	border: 1px solid #ff9369;
}
.list-tour-con img {
	width: 100%;
	height: auto;
}
.list-tour-con .tour-code {
	width: 50px;
	background-color: #6A9218;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	padding: 3px 0;
	border-radius: 5px;
}
.list-tour-con dl {
	margin: 5px 0 35px;
	font-size: 16px;
}
.list-tour-con dt h3 {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #333;
	padding-top: 5px;
}
.list-tour-con dt h3 span {
	font-size: 16px;
}
.list-tour-con dd {
	padding-bottom: 5px;
}
.list-tour-con dd:last-child {
	padding-top: 10px;
	padding-bottom: 0;
}
.list-tour-con .btn-book {
	margin: 0 auto;
}
.box-btn {
	text-align: center;
}
.list-tour-con .tag {
	font-size: 11px;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #CECECE;
	padding: 1px 5px 2px;
	margin-right: 5px;
	display: initial;
}
.tag-audio{
	background: url(img/icon_headphone.png) 0px 2px no-repeat;
	padding-left: 15px;
}
.tag-daytime{
	background: url(img/icon_sun.png) 0px 2px no-repeat;
	padding-left: 15px;
}
.tag-meal{
	background: url(img/icon_meal.png) 0px 2px no-repeat;
	padding-left: 15px;
}
.tag-nighttime{
	background: url(img/icon_moon.png) 0px 2px no-repeat;
	padding-left: 15px;
}
.tag-guide{
	background: url(img/icon_guide.png) 0px 2px no-repeat;
	padding-left: 15px;
}
.list-tour{
	margin: 0 -30px;
}
.list-tour-con .price {
	font-size: 20px;
	font-weight: bold;
	color: #EB0000;
}
.wrapp-tokyo-tourbus p {
	line-height: 1.3;
	text-align: left;
}
.btn-book {
	display: block;
    width: 250px;
    padding: 12px 35px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 20px !important;
    text-align: center;
    background: #DB5F00;
}
.btn-book.soldout {
    background: #b4b4b4;
}
#sky-bus{
	border-top: 4px dotted #9bb086;
}
/*#sky-bus .row{
	display: inline-flex;
	margin: 0 auto;
}*/
@media(max-width: 1140px){
	.list-tour-con .tag {
    font-size: 10px;
    padding: 1px 4px 2px;
    margin-right: 3px;
	}
}
@media(max-width: 991px){
	.btn-book {
    font-size: 18px !important;
	}
	.list-tour-con .tag {
		font-size: 12px;
		padding: 1px 6px 2px;
		margin-right: 5px;
	}
	.tag-audio{
		background: url(img/icon_headphone.png) 0px 3px no-repeat;
		padding-left: 16px;
	}
	.tag-daytime{
		background: url(img/icon_sun.png) 0px 3px no-repeat;
		padding-left: 16px;
	}
	.tag-meal{
		background: url(img/icon_meal.png) 0px 3px no-repeat;
		padding-left: 16px;
	}
	.tag-nighttime{
		background: url(img/icon_moon.png) 0px 3px no-repeat;
		padding-left: 16px;
	}
	.tag-guide{
		background: url(img/icon_guide.png) 0px 3px no-repeat;
		padding-left: 16px;
	}
}
@media(max-width: 767px){
	.list-tour li:first-child .list-tour-con{
		margin-top: 20px !important;
	}	
}
@media(max-width: 424px){
	.list-tour-con .tag {
    font-size: 10px;
    padding: 1px 6px 2px;
    margin-right: 5px;
	}
}
/*----------End Plan detail-----------*/

/*---------Notice-------*/
.tour-notice li{
	/*margin-left: 10px;*/
}
/*.tour-notice li::before{
	content: '\f111';
	font-family: FontAwesome;
	font-size: 8px;
	color: #DB5F00;
	padding-right: 15px;
}*/
.tour-notice li::before{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #DB5F00;
	border-radius: 20px;
	display: block;
	float: left;
	margin-top: 8px;
}
.tour-notice li span{
	padding-left: 15px;
	display: block;
	line-height: 1.4;
}
/*---------End Notice-------*/

 /*--------- Popup Window style-------*/
#place-contents {
	width:760px;
	margin:20px auto;
}
#gathering {
	margin-top: 30px;
}
#place-contents h1 {
	background:#3e62ad url(/st/3/en/pc/campaign/kyoto/img/tit-course-bg.png) no-repeat 100% 140%;
	padding:14px;
	margin:0 auto 10px;
	color:#fff;
	font-size:1.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
	background:#3e62ad url(/st/3/en/pc/campaign/kyoto/img/tit-course-bg.png) no-repeat 100% 140%;
}
#gathering h1 {
	background:#3e62ad url(/st/3/en/pc/campaign/kyoto/img/tit-course-bg.png) no-repeat 100% 140%;
	padding:14px;
	margin:0 auto 10px;
	color:#fff;
	font-size:1.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
	background:#3e62ad url(/st/3/en/pc/campaign/kyoto/img/tit-course-bg.png) no-repeat 100% 140%;
}
.tbl-detail a {
	text-decoration: underline !important;
}
#main-conts-mobile320, .img-example-mobile320, .arrivalMobile, .arrivalMobileBlock {
	display: none;
}
.tC {
    text-align: center;
}
.tC img {
		max-width: 100%;
}
.logo-okoshibus {
	text-align: center;
}
.logo-okoshibus img {
    width: 460px;
	height: auto;
}
@media(max-width:480px){
	.logo-okoshibus img {
		width: 90%;
	}
}