<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-f37 {
	font-size: 37px;
}
.fbold {
	font-weight: bold;
}
.fnormal {
	font-weight: normal;
}
.maiwiller-info h3 {
	font-weight: normal;
}
.f16 {
	font-size: 16px;
}
.btn-line-orange {
	font-size: 17px;
}
.img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.img-wrap img {
    width: 100%;
    transition: all 0.3s;
    display: block;
    height: auto;
    transform: scale(1);
}
.img-wrap img:hover {
	transform: scale(1.05);
}

.w65 {
	width: 65%;
}
.w25 {
	width: 25%;
}
.lh12 {
	line-height: 1.2;
}
.f21 {
	font-size: 21px;
}
.red {
	color: #FF483C;
}
.hidden {
	display: none;
}
.btn-light:hover {
    color: #fff;
    background-color: #FF483C;
    border-color: #FF483C;
}
.about-company a {
    color: #30C0F0;
}
.route__content__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #F8F8F8;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
}
.route__content__block:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 1px #0000001f;
	transition: all ease .5s;
}
.route__content ul li a:hover {
	color: #000;
}
.tour-price {
    color: #FF483C;
    font-size: 1.5rem;
    margin-top: 20px;
    display: block;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
	.route__content__block .txt.fbold.f16.lh12.w65 {
		width: 50%;
	}
	.route__content__block .txt.fbold.f21.red.w25 {
		width: 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.route__content__block .txt.fbold.f16.lh12.w65 {
		width: 50%;
	}
	.route__content__block .txt.fbold.f21.red.w25 {
		width: 40%;
	}
	.bnr-caption .btn {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.txt.f21.red.w25:after {
		content: "";
		background: url(../img/polygon.svg) no-repeat right 0px;
		width: 10px;
		height: 10px;
		display: inline-block;
		margin-left: 5px;
	}
	.route h3.f21 {
		margin-bottom: 20px;
	}
	.footer_cpr p {
		font-size: 10px;
	}
	.footer li a, .footer p, .footer h3, .foot_ttl {
		font-size: 18px;
	}
	.footer {
		display: block;
	}
	.foot_link {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 50px;
	}
	.foot_ttl {
		margin-bottom: 20px;
		width: 45%;
	}
	.f-content02 ul {
		width: 55%;
	}
	.footer_cpr {
		padding: 50px 0;
	}
	.f-content02 {
		flex-direction: column;
	}
	.foot_block {
		width: 100%;
	}
	.newsimg-wrap {
		width: 100px;
	}
	.news-list li img {
		display: block;;
	}
}
@media screen and (min-width: 320px ) and (max-width: 767px) {
	h3 {
		font-size: 24px;
	}
	.title-f37 {
		font-size: 32px;
	}
	.route__content__block {
		flex-direction: column;
	}
	.route__content__block .txt {
		width: 100%;
	}
	.route__content__block .txt:first-child {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.route__content__block .txt:nth-child(2) {		
		font-size: 17px;
	}
}
@media(min-width:767px){
	.container-fluid{
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media(min-width:1280px){
	.container-fluid{
		padding-left: 70px;
		padding-right: 70px;
	}		
}
@media(min-width:1920px){
	.container-fluid{
		padding-left: 145px;
		padding-right: 145px;
	}	
}
@media(min-width:1281px){
	.btn-line-orange{
		max-width: 100%;
		width: 388px;
		padding: 1rem;
		font-size: 25px;
		line-height: inherit;
	}
}
@media(max-width:767px){
	.container-fluid{
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media(min-width:1920px){
	.wrap-content{
		width: 1310px;
		max-width: 100%;
		margin: 0 auto;		
	}

}</pre></body></html>