@charset "utf-8";

/* 基本設定 */

article{
	line-height: 120%;
}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

#js-gallery a,#js-gallery2 a {
	position: static!important;
left: 180px !important; }


/* 共通 */

a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
}

a img:hover{
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}


    
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    }

#newsflash-campaign{
	display: none;
}

.sticky-top {
    z-index: 20!important;
}

/* トリミングしたいサイズで枠を作る */
.thumb {
    width: 35%;
    padding-top: 35%;

  position: relative;
  overflow: hidden;
  float: left;
}

.itembox-body {
	margin-top: 10px;
}


/* 横幅に合わせてトリミング */
.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}



/* モーダル */

.modal-open {
    padding-right:0px !important;
}


.modal-header{
	background:#FAFAFA;
	border-radius:0;
	min-height:35px;
	padding:0;
	padding: 10px;
}

.modal-header .close{
	color:#333;
	font-size:30px;
	padding:0;
	opacity:1.0;
	position: absolute;
	top:23px;
	right:25px;
}


.modal-title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100%;
	max-width: 95%;
}

.modal .loc-title-zone{
	margin-bottom:10px;
}

.modal .areaconts{
	width:100%;
}

.modal .main-single,
.modal .box-d3{
	margin-bottom:0;
}

.modal-footer{
	display:block;
	border-top:none;
	text-align:center !important;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	width: 99.5%;
	background: rgba(255,255,255,0.8);
	z-index:10;
}

.modal-footer button{
	width:100%;
	background:#333 !important;
	border:none;
}


.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active{
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
} 


.modal-content {

    border-radius: 0 !important;
}

.modal-footer .btn.focus, .modal-footer .btn:focus, .modal-footer .btn:hover {
    color: #fff;
}

/* メインビジュアル */
#main-img .title-main img { width: 100%; }
/*#main-img {  position: relative; max-height: 550px; }     
#main-img .title-main {  position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center;} */
#main-img .title-main img {margin: 0 auto;} 
/*#main-img .bg-main { margin: 0 auto; width: 100%;max-height: 550px;object-fit: cover;}	*/

.block-mobile {
display: none;
}
@media (max-width:767px){
	.hidden-mobile {
		display: none;
	}
	.block-mobile {
		display: block;
	}
	/*#main-img .title-main{
		width: 67%;
	}*/
}




.tour-type-wrap h5 {
    text-align: center;
    font-weight: bold;
    color: #660000;
    margin-bottom: 15px;
}

.tour-type-wrap {
    border-bottom: 1px dashed #660000;
    margin-bottom: 30px;
}


.tour-type-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.tour-type-tum{
	float: left;
}



.tour-type-body p {
	padding-left:100px;
	font-size: 14px;
	padding-bottom: 30px;
}


#copy {
    width: 100%;
}


#copy h2 {
    text-align: center;
    font-size: 22px;
    margin: 30px 0;
}



@media screen and (max-width: 767px) {
#copy h2 {
    text-align: center;
    font-size: 18px;
    margin: 20px 15px;
    font-weight: bold;
}

}
	
	

.reason-wrap h5 {
    text-align: center;
    font-weight: bold;
    color: #660000;
    margin-bottom: 15px;
}

.reason-wrap {
    border-bottom: 1px dashed #660000;
    margin-bottom: 30px;
    clear: both;
    padding-bottom: 30px;

}


.reason-wrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.reason-tum{
	float: left;

}



.reason-body p {
	padding-left: 175px;
	font-size: 14px;
	padding-bottom: 30px;
	min-height: 160px;

}





/* 目的地からオプショナルツアーを探す */



#list > div.col-sm-4:nth-child(3n+1){
	clear: both;
}
.itembox {margin-bottom: 50px;}


.itembox-body h3 {
	text-align: left;
    font-size: 14px;
    margin: 5px 0;
}

.itembox-body h3 a{
	color: #333;
	font-size:18px;
	font-weight: bold;
	margin: 5px 0;

}




@media screen and (max-width: 767px) {
.itembox-body h3 a{
	font-size:14px;
	}
	
	.itembox-body .example-txt {
		font-size:12px;
	}
	#list > div.col-sm-4:nth-child(3n+1){
		clear: inherit;
		float: left;
	}
	#list > div.col-sm-4:nth-child(2n+1){
		clear: both;
	}
}


.itembox-body .example-txt {
	text-align: left;
}


#discover {
    text-align: center;
}


#discover h2 {
    font-size: 30px;
    margin: auto;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 73px;
	margin-bottom: 15px;
}


#discover h2:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 100%;
    background: url(/en/sightseeing-bus/img/ico_stamp.png) no-repeat left center;
    background-size: contain;
    margin-right: 14px;
		position: absolute;
		left: 0;
}

#discover h2:after {
    content: '';
    display: inline-block;
     width: 60px;
    height: 100%;
    background: url(/en/sightseeing-bus/img/ico_stamp.png) no-repeat right center;
	background-size: contain;
    margin-left: 5px;
	position: absolute;
	right:0;
}


@media screen and (max-width: 767px){
#discover h2:before {
    width: 30px;
    margin-right:10px;
}

#discover h2:after {
     width: 30px;
    margin-left: 10px;
}
}


#discover .itembox img {
    width: 100%;
}

#discover .itembox02 .itembox-book{
		padding:6px 0px 5px 0px;
	}


#discover  .itembox-book a.btn-main {
background: #333;
    border-color: #333;
    font-weight: bold;
    color: #fff!important;
	margin: 8px auto 20px auto;
    padding: 8px;
    min-width: 50%;
    display: inline-block;
    font-size: 14px;
}

#discover .comingsoon {
	display: none;
}
#discover .comingsoon .itembox-book a.btn-main {font-size:0;opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;pointer-events: none;}
#discover .comingsoon .itembox-book a.btn-main:before {content: "Not available";    font-size: 14px;}
#discover .comingsoon .itembox-book a.btn-main:after {margin-left: 0px;}

#discover .comingsoon .itembox img,#discover .comingsoon .itembox h3 {font-size:0;opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;}

#discover .comingsoon,
#discover .comingsoon .itembox a{ 
pointer-events: none;}

#discover .comingsoon .itembox-body a {pointer-events: none;}


#discover .soldout .itembox-book a.btn-main {font-size:0;opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;pointer-events: none;}
#discover .soldout .itembox-book a.btn-main:before {content: "Soldout";    font-size: 14px;}
#discover .soldout .itembox-book a.btn-main:after {margin-left: 0px;}

#discover .soldout .itembox img,#discover .soldout .itembox h3 {font-size:0;opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;}
    
#discover .soldout .itembox a{ 
pointer-events: none;}

#discover .soldout .itembox-body a {pointer-events: none;}



@media screen and (max-width: 767px) {
#discover .itembox-book a.btn-main {
    width: 100%;
}

}

#discover .itembox-book a.btn-main:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 15px;
    color: #fff!important;
}





@media screen and (max-width: 767px) {
	#discover h2 {
		font-size: 22px;
		padding: 0 40px;
	}
	#discover h2:after,
	#discover h2:before{
		top: 5px;
	}
	
}


#discover .title-wrap img{
	margin: 0 auto;
	width: auto;
}

#discover .title-wrap {
	margin: 50px auto 30px auto;
    width: 100%;
}
@media screen and (max-width: 767px) {
	#discover .title-wrap {
		margin: 40px auto 30px auto;
	}
}


/* 地図 */

#map-img {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

#map-img img {width: 100%;}

@media screen and (max-width: 767px) {
#map-img {
display:none;
}
	
}


#map-img em {    font-style: normal;}

#map-img a {
	position: absolute;
	color: #333;
		font-size: 20px;
		font-weight: bold;
}


@media screen and (max-width: 991px) {
.container {
	max-width: 100%;
}
#map-img a {
font-size: 14px;
}
}

#map-img a.comingsoon {
color: #ccc;
    pointer-events: none;
}

#map-img a.soldout {
color: #ccc;
    pointer-events: none;
}


#map-img a.hakodate {
    top: 26%;
    left: 78%;
}

#map-img a.tokyo {
    top: 71%;
    left: 69.5%;
}

#map-img a.tokyo_r {
    top: 75%;
    left: 69.5%;
}

#map-img a.yamanashi {
    top: 79%;
    left: 62%;
}

#map-img a.shizuoka {
    top: 87%;
    left: 48%;
}

#map-img a.kyoto {
	top: 59%;
	left: 32%;
}

#map-img a.kyoto_r {
    top: 53%;
    left: 33%;
}
#map-img a.osaka {
    top: 91%;
    left: 33%;
}

#map-img a.nara {
    top: 91%;
    left: 43%;
}

#map-img a.shimane {
    top: 47%;
    left: 27%;
}

#map-img a.hiroshima {
    top: 61%;
    left: 16%;
}

#map-img a.oita {
    top: 68%;
    left: 8.5%;
}
#map-img a.gifu{
    bottom: 34%;
    left: 69%;	
}
#map-img a.nagasaki{
    top: 75%;
    left: -0.5%;
}

#map-img a.kumano {
    bottom: 1%;
    left: 30%;
}

#map-img a.kochi{
    bottom: 9%;
    left: 31%;
}
#map-img a.kochi-shimanto{
    bottom: 5%;
    left: 20%;
}