@charset "utf-8";

/*---------------------
背景
---------------------*/
.outer{
	background: url(../img/bg.jpg) repeat-y center 0;
	background-size: 100%;
}

.bnrAreaBlock, .fBnrBlock{
	background: url(/design/img/true/cmn/bg.gif);
}

#lp-content p{
	margin-top: 0;
	margin-bottom: 0;
}

#lp-content img{
	width: 100%;
	vertical-align: middle;
}

#lp-content a{
	display: block;
}

#lp-content a:hover{
	opacity: 0.5;
}

.md_cont{
	max-width: 1000px;
	width: 92%;
	margin: 0 auto;
}

.br_pc{display: block;}
.br_sp{display: none;}


@media screen and (min-width:2000px){
	.outer{
		background-size: 100% auto;
	}

}

@media screen and (max-width:768px){
	.outer{
		background-size: 200% auto;
		margin-top: 70px;
	}
	
	.cont{
		padding-top: 4%;
	}
	
	.br_pc{display: none;}
	.br_sp{display: block;}
	
}


/*---------------------
ロゴ
---------------------*/
.bg_subheadBlock{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.subheadBlock{
	border-bottom: none;
	background: url(../img/bg_logo.png) center top;
	background-size: 100% 100%;
	max-width: 200px;
	width: 20%;
	position: relative;
	z-index: 99;
}

.subheadBlock h1{
	margin-bottom: 0;
	padding-bottom: 80px;
}


/*---------------------
メインビジュアル
---------------------*/
.l_mv{
	background: url(../img/bg_kv.jpg) no-repeat center top;
	background-size: 100% auto;
	margin: -240px 0 80px 0;
	padding: 80px 0 0 0;
}

.md_mv{
	background: url(../img/img_kv.png) no-repeat center bottom;
	padding: 0 0 300px 0;
}

.md_mv .md_cont{
	position: relative;
}

.is_title1{
	width: 140px;
	position: absolute;
	right: 140px;
}

.md_mv .is_catch{
	color: #41210f;
	font-size: 150%;
	font-weight: 800;
	text-align: center;
	padding: 20px 8% 60px 8%;
}

@media screen and (max-width:768px){
	.l_mv{
		background: url(../img/bg_kv.jpg) no-repeat center top;
		background-size: 100% auto;
		margin: -4% 0 40px 0;
		padding: 30px 0 0 0;
	}
	
	.md_mv{
		background: url(../img/img_kv.png) no-repeat center bottom;
		padding: 0 0 60px 0;
		background-size: 120% auto;
	}
	
	.md_mv .md_cont{
		width: 100%;
	}
	
	.md_mv .is_catch{
		font-size: 112%;
	}
}


/*---------------------
期間限定運行
---------------------*/
.is_maintitle{
	color: #db3924;
	font-size: 200%;
	font-weight: 800;
	text-align: center;
	background: url(../img/bg_title.png) no-repeat center bottom;
	background-size: 300px auto;
	padding: 0 8% 20px 8%;
}

.is_maintitle strong{
	font-size: 200%;
}

.md_kikan{
	display: flex;
	justify-content: center;
}

.md_kikan dl{
	display: grid;
	grid-template-columns: 200px 1fr;
	column-gap: 0;
	row-gap: 20px;
	margin: 40px 0 0 0;
}

.md_kikan dl dt{
	color: #fff;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
	background: #591f7d;
	padding: 10px;
	align-self: start;
	border-radius: 10px;
}

.md_kikan dl dd{
	font-size: 125%;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.md_kikan dl dd strong{
	font-size: 200%;
	line-height: 1;
}

.md_kikan dl dd .is_priceabout{
	font-size: 76%;
	padding: 10px 0 0 0;
}

.md_kikan dl dd a{
	color: #000;
	text-decoration: underline;
	padding: 0 0 0 20px;
	position: relative;
	display: inline-block;
}

.md_kikan dl dd a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #1f2c3e;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0 solid transparent;
	transform: translateY(1px);
	box-sizing: border-box;
}

.md_kikan dl dd a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px){
	.is_maintitle{
		font-size: 125%;
		background-size: 200px auto;
	}
	
	.md_kikan dl{
		display: block;
		margin: 20px 0 0 0;
	}
	
	.md_kikan dl dt{
		font-size: 100%;
		padding: 5px 10px;
		display: block;
	}
	
	.md_kikan dl dd{
		font-size: 100%;
		margin: 0;
		padding: 10px 4% 20px 4%;
	}
	
	.md_kikan dl dd strong{
		font-size: 150%;
	}
	
}


/*---------------------
予約はこちら
---------------------*/
.md_white{
	background: #fff;
	border-radius: 10px;
	margin: 40px 0 0 0;
	padding: 40px;
}

.is_kome{
	font-size: 86%;
}

.md_white .is_kome{
	text-align: center;
	padding: 10px 0 0 0;
}

@media screen and (max-width:768px){
	.md_white{
		margin: 20px 0 0 0;
		padding: 20px 4%;
	}
}


/*--------------------
ボタン
--------------------*/
.is_btn a{
	color: #fff;
	font-size: 125%;
	font-weight: 700;
	text-align: center;
	border: #db3924 1px solid;
	border-radius: 100px;
	max-width: 500px;
	text-decoration: none;
	background: #db3924;
	width: 100%;
	margin: 0 auto;
	padding: 15px 25px;
}

.is_btn a span{
	width: 20px;
	position: relative;
}

.is_btn a span::after{
	content: "";
	position: absolute;
	top: -11px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 9px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 0 solid transparent;
	transform: rotate(-90deg);
	box-sizing: border-box;
}

.is_btn a img{
	width: 11px !important;
	height: auto;
	margin-left: 10px;
	display: inline-block;
}

@media only screen and (max-width: 767.98px){
	.is_btn a{
		padding: 10px 8%;
	}
	
}


/*---------------------
魅力
---------------------*/
.is_maintitle2{
	background: none;
	margin-top: 80px !important;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.is_maintitle2 img{
	width: 200px !important;
	margin: 40px 20px 0 0;
}

.is_maintitle2 .is_goodno{
	color: #591f7d;
	font-size: 400%;
	margin-top: -36px;
}

.l_good{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_good li{
	width: 31%;
}

.l_good li .icon_no{
    color: #fff;
	font-size: 200%;
	font-weight: 700;
	line-height: 1;
	display: flex;
	background: url(../img/icon_good.svg) no-repeat center center;
	background-size: 60px 100%;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 57px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	position: relative;
}

.l_good .md_good{
	background: #fff;
	border-radius: 10px;
	border: #db3924 2px solid;
	padding: 30px 20px 20px 20px;
	margin: -30px 0 80px 0;
}

.l_good .md_good p{
	text-align: center;
}

.l_good .md_good p.is_goodimg{
	width: 80%;
	margin: 0 auto;
}

.l_good .md_good p.is_goodtxt{
	font-size: 150%;
	font-weight: 600;
	padding: 10px 0 0 0;
}

.l_good .md_good p.is_goodtxt strong{
	color: #db3924;
}

@media screen and (max-width:768px){
	.is_maintitle2{
		display: block;
	}
	
	.is_maintitle2 img{
		width: 100px !important;
		margin: 0 0 10px 0;
	}
	
	.is_maintitle2 p:nth-child(2){
		line-height: 1;
	}
	
	.is_maintitle2 .is_goodno{
		margin-top: 0;
	}
	.l_good li{
		width: 100%;
	}
	
	.l_good .md_good{
		margin-bottom: 20px;
	}
	
}


/*---------------------
ご案内
---------------------*/
.l_time{
	background: rgba( 210, 137, 0, 0.2);
	padding: 80px 0;
}

.l_time .is_timetitle strong{
	color: #591f7d;
	font-size: 200%;
	font-weight: 600;
}

.l_time .md_white .is_kome{
	text-align: left;
}

.l_time .md_time{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_time .md_time div{
	width: 48%;
}

.l_time .md_time .is_goto{
	color: #40220f;
	font-size: 125%;
	font-weight: 600;
	padding: 20px 0 10px 0;
	display: flex;
	align-items: center;
}

.l_time .md_time .is_goto img{
	width: 20px !important;
	margin: 0 10px;
}

.l_time .md_time div table{
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	width: 100%;
}

.l_time .md_time div table th{
	text-align: center;
	border-left: #000 1px solid;
	border-top: #000 1px solid;
	background: #e5edd7;
	padding: 10px 10px;
}

.l_time .md_time div table th.is_down{
	background: #fde6cb;
}

.l_time .md_time div table td{
	text-align: center;
	border-left: #000 1px solid;
	border-top: #000 1px solid;
	padding: 10px 10px;
}

.l_time .md_map{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_time .md_map li{
	width: 31%;
}

.l_time .is_btn a{
    max-width: 640px;
	margin-top: 60px;
}

.l_time .is_btn a{
	border-color: #601986;
	background: #601986;
}


@media screen and (max-width:768px){
	.l_time{
		padding: 40px 0;
	}
	.l_time .md_time div{
		width: 100%;
	}
	
	.l_time .md_map{
		gap: 20px;
	}
	
	.l_time .md_map li{
		width: 100%;
	}
	
	.l_time .is_btn a{
		margin: 20px 4% 0 4%;
		width: 92%;
	}
}


/*---------------------
バスツアーに関するお問い合わせ・お申し込み
---------------------*/
.md_bustour{
	padding: 80px 0;
}

.md_busreserve{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.md_busreserve .is_busreserve{
	width: 48%;
}

.md_bustour .is_tbustour{
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background: #db3b24;
	padding: 10px 0 5px 0;
}

.md_bustour .is_bustour{
	border: #db3b24 6px solid;
	background: #fff;
	padding: 10px 15px;
}

.md_bustour .is_busname{
	color: #000;
	font-size: 2.2rem;
	font-weight: 600;
}

.md_bustour .is_bustel{
	color: #db3b24;
	font-size: 350%;
	font-weight: bold;
	line-height: 1;
}

.md_bustour .is_bustel img{
	width: 40px !important;
	margin-right: 10px;
}

.md_bustour .is_bustel + p{
	color: #000;
	font-size: 100%;
}

.md_bustour .is_busbtn a{
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
    text-decoration: none;
	border-radius: 10px;
    border: #db3b24 3px solid;
	background: #db3b24;
	margin: 0 40px 0 40px;
	padding: 5px;
	display: block !important;
}

.md_bustour .is_busbtn a:hover{
	color: #db3b24;
	background: #fff;
	opacity: 1 !important;
}

.md_bustour .is_bustour li:nth-child(2) .is_bustournaiyo{
	border: #c94e97 4px solid;
	border-top: none;
}

.md_bustour .is_bustour li:nth-child(2) .is_busbtn a{
	border: #c94e97 3px solid;
}

.md_bustour .is_bustour li:nth-child(2) .is_busstation,
.md_bustour .is_bustour li:nth-child(2) .is_busbtn a:hover{
	background: #c94e97;
}

.is_atttitle{
	font-weight: 600;
	padding: 40px 0 0 0;
}

.is_disc{
	margin: 0;
}

.is_disc li{
	text-align: justify;
	padding: 0 0 0 1.2em;
	position: relative;
}

.is_disc li::before{
	content: "";
	background: #000;
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	top: 0.5em;
	left: 0px;
	border-radius: 50%;
}

@media screen and (max-width:768px){
	.md_bustour{
		padding: 8% 0;
	}
	
	.md_busreserve .is_busreserve{
		width: 100%;
	}
	
	.md_bustour p{
		font-size: 1.4rem;
	}
	
	.md_bustour .is_bustour{
		padding: 3% 4%;
	}
	
	.is_busreserve{
		padding-top: 4%;
	}
	
	.md_bustour .is_tbustour{
		font-size: 1.8rem;
	}
	
	.md_bustour .is_busstation{
		font-size: 2.0rem;
	}
	
	.md_bustour .is_busname{
		font-size: 2.2rem;
	}
	
	.md_bustour .is_bustel{
		font-size: 3.2rem;
	}
	
	.md_bustour .is_bustel img{
		width: 20px !important;
	}
	
	.md_bustour .is_bustel + p{
		font-size: 1.4rem;
	}
	
	.md_bustour .is_busbtn a{
		font-size: 2.0rem;
		margin: 0;
	}
	
	.is_disc li{
		font-size: 86%;
	}
}
