
p,td{
	font-size: 16px;
	line-height: 22px;
}

img{
	max-width: 100%;
}
.btn_comingsoon {
	background: #ccc !important;
	color: #fff;
	cursor: no-drop;
}
.clearfix {
	clear: both;
}
/*----------- Control ----------*/
.control {
	margin-bottom: 30px;
}
.control ul li{
    width: 33.33333333%;
	float: left;
	border-right: 1px solid #ccc;
	text-align: center;
}
.control ul li:last-child{
	border-right: none;
}
.control ul li a{
	font-weight: bold;
	color: #555555;	
}
.control:after{
	content: '';
	display: block;
	clear: both;
}
@media (max-width: 767px) {
	.control ul li{
		width: 50%;
    border-right: none;
    padding-right: 15px;
    text-align: left;
	}
	
	.control ul li a{
		border-bottom: 1px solid #ccc;
		padding: 8px 0 8px 0;
		display: block;
	}
}
@media(max-width:425px) {
	.control ul li a {
		font-size: 14px;
	}
}


/*----------- Banner -----------*/
/*
@font-face {
  font-family: albertaheavy;
  src: url(/tw/tour/magome/font/UTMALBERTAHEAVY.TTF);
}
@font-face {
  font-family: alberta;
  src: url(/tw/tour/magome/font/UTMAQUARELLE.TTF);
}
*/

.banner{
    background: url(/tw/tour/magome/img/banner.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    min-height: 630px;
    position: relative;
}
.banner h1 {
	line-height: 73px;
    font-size: 60px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 2px #4774a8, -2px -2px 3px #4774a8, -1px -1px 3px #4774a8, -1px 1px 3px #4774a8, 1px 1px 3px #4774a8;
}
.banner p {
    font-size: 60px;
    margin-bottom: 7px;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    text-shadow: 2px 2px 3px #4774a8, -2px -1px 3px #4774a8, 1px -1px 3px #4774a8, -1px 1px 3px #4774a8, 1px 1px 2px #4774a8;
}
.bnr-text01{
    font-size: 36px;
    top: 11%;
    position: absolute;
    right: 0;
    left: 0;
    text-align: right;
}
.bnr-text01 p{
	font-weight: normal;
	line-height: 50px;
}

.bnr-price{
	font-size: 40px;
	font-weight: bold;
	color: #e74801;
}

.bnr-text01 div{
	font-size: 45px;
    margin-bottom: 7px;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    text-shadow: 2px 2px 3px #4774a8, -2px -1px 3px #4774a8, 1px -1px 3px #4774a8, -1px 1px 3px #4774a8, 1px 1px 2px #4774a8;
}
.bnr-text01 div span {
    font-size: 50px;
    font-weight: 900;
}
.bnr-text02 {
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
	text-align: right;	
}
.bnr-text02 a {
	display: inline-block;
    background: #f89646;
    color: #fff;
    border: solid 1px #ffe5b3;
    padding: 18px 35px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1900px) {
	.banner{
		background-size: cover;
		padding: 4vw 0 14vw 0;
	}
}
@media (max-width: 991px) {
	.banner {
    padding: 3vw 0 10vw 0;
	}
	.bnr-text01 {
    font-size: 24px;
	}
	.banner h1{
		font-size: 50px;
	}
	
}
@media (max-width: 767px) {
	.bnr-text02 {
		bottom: 7%;
	}
	.bnr-text02 a {
		padding: 11px 20px;
		font-size: 17px;
	}
	.banner p, .banner h1, .bnr-text01 div {
		font-size: 6vw;
		text-shadow: 2px 2px 3px #000, -2px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 2px #000;
	}
	.banner{
		background-image: none;
		background-color: #f7eedb;
		min-height: auto;
		padding: 0;
		position: relative;
	}
	.banner > img{
		width: 100%;
	}
	.bnr-text01 {
		font-size: 5vw;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		text-align: center;
		bottom: 17%;
	}
	.bnr-text01 div span {
		font-size: 6vw;
	}
	.bnr-text01 div {
		font-size: 6vw;
	}
	.banner h1 {
		font-size: 7vw;
		line-height: 9vw;
	}
	.bnr-price{
		font-size: 30px;
	}
	.bnr-text02 {
		bottom: 7%;
		text-align: center;
	}
}

@media(max-width:600px) {
	.bnr-text01 {
		bottom: 25%;
	}
	.banner p, .bnr-text01 div {
		font-size: 7vw;
		line-height: inherit;
	}
	.banner h1 {
		font-size: 7vw;
	}
}

@media(max-width:425px) {
	.bnr-text02 {
		bottom: 8%;
	}
	.bnr-text01 {
		bottom: 28%;
	}
}

@media(max-width:375px) {
	.bnr-text02 {
		bottom: 7%;
	}
}

/*----------- End Banner -----------*/

/*About*/
.title_page {
	font-size: 30px;
	font-weight: bold;
	color: #c02d00;
	margin: 0;
	text-align: center;
}
.about {
    padding: 40px 0;	
}
.about h2 {
	text-align: left;
	margin-bottom: 10px;
}
.about p {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	text-align: left;
}
.map_magone {
	
}
.map_magone img {
	width: 100%;
}
.block-xs {
	display: none;
}
.about .container .row {
	position: relative;
}
.about .col-sm-6 {
	position: relative;
}
.text_about {
    position: absolute;
    transform: translate(0, 50%);
}
@media(max-width:991px) {
	.text_about {
		transform: translate(0, 35%);
	}
}

@media(max-width:800px) {
	.text_about {
		transform: translate(0, 25%);
	}
}
@media(max-width:769px) {
	@media(max-width:991px) {
		.text_about {
			position: static;
			transform: inherit;
		}
	}
}

@media(max-width:767px) {
	.about {
		padding-top: 10px;
	}
	.about h2 {
		margin-bottom: 20px;
	}
	.about .row .col-sm-6 {
		width: 100%;
		text-align: center;
	}
	.block-xs {
		display: block;
	}
	.about h2 {
		text-align: center;
	}
}

/*About*/
/*==========================================*/

/*selectable*/
.priceShow {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.priceShow p {
	font-size: 16px !important;
	color: #333;
}
.priceShow p span.price-smallText, .priceShow p span.price-smallText {
	
}
.priceShow p span.price_inset_mc_done {
    font-size: 24px;
    color: #c02d00;
    font-weight: bold;
    margin-left: 5px;
}

.selectable {
	background: url('/tw/tour/magome/img/selectable_bg.jpg') top center repeat;
	padding: 40px 0;
}

.selectable .row {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-left: -7px;
    margin-right: -7px;
}
.selectable .col-sm-4 {
	padding: 0 7px;
}
.box_items {
	
}
.thumbs_item {
	
}
.thumbs_item img {
	display: block;
	width: 100%;
}
.cont_items {
    background: #fff;
    padding: 15px
}
.cont_items h4 {
    font-size: 18px;
    font-weight: bold;
}
.cont_items h4 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
}
.cont_items h3 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.cont_items p {
    font-size: 14px;
    color: #333;	
}
.cont_items .price__show {
    overflow: hidden;
    margin-top: 20px;
}
.cont_items .price__show p {
    font-size: 30px;
    font-weight: bold;
    color: #e73600;
    float: left;
	margin-top: 7px;
}
.cont_items .price__show p span {
    color: #333333;
    font-size: 15px;
}
.cont_items .price__show a {
    background: #f56e01;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 45px;
    display: inline-block;
}

.row_full .col-md-6 > .row_full{
    background: #fff;
    padding-top: 30px;
    text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
.row_full .row_full02 .col-sm-6  {
	padding: 0 7px;
}
.row_full .col-md-6 {}

.row_full .col-md-6 .row_full h3 {
    vertical-align: middle;
    color: #c02d00;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
}
.row_full .col-md-6 .row_full h3 img {
	vertical-align: middle;
}

.tree_map_wrap {
    margin-top: 30px;
    border: solid 1px #f1ce9f;
    background: #fffff7;
}
.tree_map_wrap .treemap_mb {
	display: none;
}
.tree_map p {
	margin-bottom: 20px;
}
.tree_map {
    background: #fffff7;
    padding: 20px 5px;
}
.imgTree img {
	width: 100%;
	display: block;
}
.image-map area {
	outline: none;
}
.map_magone02 {
	display: none;
	margin-top: 15px;
}
.map_magone02 ul {
	text-align: left;
	list-style: none;
	background: #feffea;
	border: solid 1px #cd0000;
}
.map_magone02 ul li:first-child {
	border-top: none;
}
.map_magone02 ul li {
	display: block;
	border-top: solid 1px #cd0000;
}
.map_magone02 ul li a {
    display: block;
    color: #cd0000;
    font-size: 18px;
    padding: 10px;
}
.map_magone02 ul li a i {
    float: right;
    font-size: 16px;	
}

@media(max-width:991px) {
	.cont_items .price__show p {
		font-size: 24px;
	}
	.cont_items .price__show a {
		font-size: 16px;
		padding: 10px 25px;
	}
}

@media(max-width:767px) {
	.image-map {
		display: none;
	}
	.map_magone02 {
		display: block;
	}
	.row_full .col-md-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.row_full .row_full02 .col-sm-6 {
		width: 50%;
		margin-bottom: 0;
	}
	.tree_map_wrap .treemap_mb {
		display: block;
	}
	.tree_map_wrap .treemap_pc {
		display: none;
	}
	.cont_items h3 {
		font-size: 19px;
	}
	.cont_items .price__show a {
		font-size: 19px;
		padding: 10px 45px;
	}
	.cont_items .price__show p {
		font-size: 30px;
	}
	.cont_items .price__show p span {
		color: #333333;
		font-size: 20px;
	}
	.selectable .col-sm-4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.selectable .row {
		padding-bottom: 0;
	}
}

@media(max-width:480px) {
	.cont_items .price__show a {
		padding: 10px 5px;
		display: block;
	}
	.cont_items h4 {
		font-size: 15px;
	}
	.cont_items h4 span {
		font-size: 14px;
	}
}
@media(max-width:425px) {
	.cont_items h4 {
		font-size: 14px;
	}
}

@media(max-width:374px) {
	.row_full .row_full02 .col-sm-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cont_items h4 {
		font-size: 18px;
	}
	.cont_items h4 span {
		font-size: 16px;
	}
}
/*selectable*/

/*==========================================*/

/*sightseeing*/


.sightseeing {
	padding: 40px 0;
}

.sightseeing .row {
    padding-top: 40px;
    margin-left: -7px;
    margin-right: -7px;	
}
.sightseeing .col-sm-4 {
	padding: 0 5px;
	margin-bottom: 20px;
}
.cont__itemSightseeing  {}
.cont__itemSightseeing img {
	display: block;
}
.title_guide {
    background: #f3f0e9;
    font-size: 19px;
    text-align: left;
    padding: 20px 15px;
    font-weight: bold;
    color: #78523e;
	
}
.title_guide span {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 19px;
}

@media(max-width:767px) {
	.sightseeing .col-sm-4 {
		width: 50%;
	    max-width: inherit;
	    flex: initial;

	}
}
@media(max-width:425px) {
	.sightseeing .col-sm-4 {
		width: 100%;
	}
}


/*sightseeing*/

/*--- Route area ---*/
#bus{
	padding: 50px 0 70px 0;
}
.the__title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: 11px;
	color: #dd437e;
	border-bottom: solid 3px #dd437e;
}
.tour_area h2,
#bus .the__title {
	margin-bottom: 11px;
}
.note,
.tour_area > .text-center > p {
	margin-bottom: 40px;
	font-size: 18px;
	color: #333;
}

.routes-area table tr {
  display: block;  
	margin-bottom: 10px;
	width: 100%;
}
.routes-area table tr td {
	display: block;
	width: 100%;
}
.tour_area{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#bus table tr td > a{
	border: solid 1px #e8d3b0;
	background: #fff8e5;
	display: inline-block;
	width: 100%;
}
.routes-area table tr td > a{
	color: #333;    
	font-weight: bold;
	font-size: 23px;
	padding: 10px;
}
.routes-area table tr td > a{
	cursor: pointer;
}
.routes-area table tr td > a::after{
	clear: both;
}
.roprice_book span {
	background: #e5518a;
	color: #fff;
	display: inline-block;
	padding: 14px 20px;
	border-radius: 3px;
	font-size: 16px;
	min-width: 170px;
	text-align: center;
	font-weight: bold;
}
.temp_blue .roprice_book span{
	background: #e5518a;	
}
.temp_yellow .roprice_book span{
	background: #79b101;	
}
.temp_pink .roprice_book span{
	background: #e5518a;	
}
.roprice_book {
	float: right;
	width: 18%;
	text-align: right;
}
.rodest, .roprice {
	display: inline-block;
	margin: 0 !important;
}
.rodest {
	width: 80%;
	padding-top: 12px;
}
.rodest .icon-one-way{
	color: #e5518a;
	font-weight: bold;
	font-size: 20px;
}
.name_area_route span {
	font-size: 16px;
}
.roprice {
	float: right !important;
}
.roprice .price-smallText{
	font-size: 18px;
	color: #000;
}
.rpbig,
.min,
.price_big {
	color: #de0101;
	font-size: 29px !important;
}
.roprice .rofrom {
	margin: 0;
	text-align: right;
	float: none;
}
.roprice .rofrom p {
	line-height: 24px;
}
.name_area_route {
	float: left;
	font-size: 20px;
}
.routes_area02 .routes-area table tr td > div {
	background: #fff;
}
.view__more {
	text-align: center;
}
.view__more a {
	display: inline-block;
	color: #fff;
	padding: 20px 40px;
	background: #ff9600;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px;
}
.temp_blue .view__more a {
	background: #ff9600;
}
.temp_yellow .view__more a {
	background: #ff9600;
}
.temp_pink .view__more a {
	background: #8193ea;
}
.routes_list tr{
	display: block;
	margin-bottom: 10px;
}
.temp_blue .routes_list table tr td > a {
	border: solid 1px #95bddf;
}
.temp_yellow .routes_list table tr td > a {
	border: solid 1px #e9d5af;
}
.temp_pink .routes_list table tr td > a {
	border: solid 1px #f0c6d0;
}
.routes_list table tr td > a {
	display: block;
	background-color: #fff;
}
.price_big{
	padding: 0 0 0 5px;
}
@media(max-width:1024px) {
	.routes-area table tr td a .rodest {
		width: 80%;
	}
	.roprice_book{
		width: 20%;
		padding-left: 2%;
	}
	.roprice_book span{
		width: 100%;
		min-width: auto;
	}
	.name_area_route{
		width: 60%;
		word-break: break-word;
	}
}
@media(max-width:769px) {
	.rodest .roprice{
		width: auto;
	}
	.text-center{
    padding-left: 15px!important;
    padding-right: 20px!important;
	}
}
@media(max-width:767px) {	
	.roprice_book,
	.routes-area table tr td a .rodest{
		width: 100%;
	}
	.name_area_route{
		font-size: 18px;
		text-align: left;
	}
	.name_area_route span {
    font-size: 14px;
	}
	.roprice_book, .routes-area table tr td a .rodest{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.roprice_book span{
		width: 250px;
		padding: 14px 30px;
	}
	.price-smallText{
		font-size: 15px !important;
	}
	.roprice_book {
		margin-top: 10px;
	}
	.routes_area .rodest {
		display: block;
		width: 100% !important;
		overflow: hidden;
		text-align: center;
	}
	.routes_area .roprice_book {
		width: 100%;
		display: block;
		text-align: center;
	}
	.roprice_book,
	.routes-area table tr td a .rodest{
		width: 100%;
	}
	.name_area_route{
		font-size: 18px;
		text-align: left;
	}
	.name_area_route span {
    font-size: 14px;
	}
	.roprice_book, .routes-area table tr td a .rodest{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.roprice_book span{
		width: 250px;
		padding: 14px 30px;
	}
	.price-smallText{
		font-size: 15px !important;
	}
	.rpbig, .min, .price_big{
		font-size: 24px !important;
	}
	.rodest .roprice{
		width: 40%;
	}
	.set-plan-area{
		margin-top: 20px;
	}
	.set-plan-area .area_detailsPage{
		padding: 20px 0;
	}
	.view__more{
		padding-bottom: 20px;
	}
}

@media(max-width:600px){
	.name_area_route{
		width: 100%;
	}		
	.routes-area table tr td a .roprice{
		width: 100% !important;
		text-align: center;
		margin-top: 10px !important;
	}
	.roprice_book{
		margin-top: 2px;
	}
	.roprice .rofrom,
	.name_area_route{
		text-align: center;
	}
	.routes-area table tr {
    margin-bottom: 5px;
 	}
}
@media(max-width:425px) {
	.routes-area table tr td a .rodest {
		width: 100%;
		padding-top: 0;
	}
	.roprice_book {
		width: 100%;
		text-align: center;
	}
	.name_area_route {
		float: none;
		text-align: center;
		width: 100%;
	}
	.roprice .rofrom {
		text-align: center;
	}	
}
/*--- End Route area ---*/


/*==========================================*/