<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#topics {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"メイリオ", Meiryo,sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
a{text-decoration: none}
a:hover{opacity:0.8;}
.mainPhoto{
    position:relative;
}
.mainPhoto img{
    vertical-align: bottom;
}
.link_each{
    position:absolute;
    bottom:0;
    right:8px;
    background:#089fe6;
    padding:8px 15px;
    color:#fff;
    border-radius: 8px 8px 0 0;
}
.link_each a{
    color:#fff;
}
.page_navi{
    display: flex;
    flex-wrap:wrap;  
}
.page_navi li{
    flex:0 0 47%;
    margin:8px;
}
.page_navi li a {
    display: block;
    background: #089fe6;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    position: relative;
}
.page_navi li a:after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #089fe6 transparent transparent transparent;
}
/**/
.category_select{
	display: flex;
    margin: 15px 0;
}
.category_select li {
    flex: 0 0 33%;
    position: relative;
    margin: 0 3px;
}
.category_select .categoryImg {
    height: 150px;
    overflow: hidden;
}
.category_select .categoryImg img {
    width: 100%;
    min-height: 150px;
}
.category_select .categoryArea {
    position: absolute;
    bottom: 0;
    background: rgba(240, 240, 240, 0.9);
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 8px 0;
    font-weight:bold;
}

.company_info a{
	display:flex;
}

.planListBtn {
    margin: 8px auto;
    width: 80%;
    text-align: center;
    color: #fff!important;
	background:#f90;
    padding: 8px 0;
    border-radius: 50px;
}
.category_info {
    display: flex;
    padding: 8px;
}
.tour_img,.info_img{
	margin-right: 15px;
    overflow: hidden;
    position:relative;
}
.tour_img{
    flex: 0 0 20%;
}
.info_img{
	flex: 0 0 30%;
}
.info_img img,.tour_img img {
    width: 100%;
    vertical-align: bottom;
}
.tour_img span,.info_img span{
	position: absolute;
    left: 5px;
    top: 5px;
	background:#c00;
	color:#fff;
	padding: 3px 8px;
}
.category_tour_list {
    margin: 30px 0 0;
}
.ttl_category,.ranking h2.ttl,.new h2.ttl {
    text-align: center;
    color: #089fe6;
    font-size: 1.3em;
    margin: 15px 0 8px;
    border-top: 3px solid #089fe6;
    padding: 15px 0;
    border-bottom: 3px solid #089fe6;
    background: #f6fdf8;
    width: 100%;
}
.category_tour_list .cate_ttl {
    color: #fff;
    margin: 30px auto 12px;
    text-align: center;
    font-size: 1.3em;
    background: #024c0f;
    padding: 10px;
}
.info_text h3{
    font-size:1.3em;
    color: #000;
}
.info_point {
    margin: 12px 0;
    padding: 8px 8px 3px 8px;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #c00;
    border-bottom: 2px solid #c00;
}
.info_point span{
    position: absolute;
    font-family: 'Leckerli One', cursive;
    top: 10px;
    right: 0;
    transform: rotate(15deg);
    font-size: 25px;
    font-weight: normal;
    color: #ed9393;
}
.info_point li {
    margin-bottom: 5px;
}
.info_text dl {
    display: flex;
    flex-wrap: wrap;
    background: #eee;
    padding: 8px;
}

.info_text dt {
    font-weight: bold;
    margin-right: 8px;
    width: 23%;
}
.info_text dd {
    width: 74.5%;
}
.plan_cont {
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
}
.plan_cont li {
    border: 1px solid #d2d2d2;
    box-shadow: rgba(139, 132, 105, 0.1) 4px 4px 1px 0px;
    border-radius: 5px;
    margin: 0 0 15px;
    overflow: hidden;
}
.category_tour_list{
	display: flex;
	flex-wrap:wrap;
	margin: 15px 0;
}
.category_tour_list li{
	 flex:0 0 48%;
     color:#c00;
}

.category_tour_list li a {
    display: flex;
    color: #000;
    align-items: center;
    position: relative;
}

.tour_text {
    padding: 8px 15px 8px 0;
}

.tour_text h5 {
    line-height: 1.4em;
    margin-bottom:8px;
    font-size:1rem;
}

.tour_price span{
    color: #c00;
    font-weight: bold;
    font-size: 1.2em;
    margin:8px 0 0;
}

.category_tour_list li a:after{
	position: absolute;
	content:'\f054';
	font-family: "fontAwesome";
	right:8px;
	font-size:16px;
}
#point h3 {
    border-bottom: 2px solid #089fe6;
    margin-bottom: 8px;
}
.faq dt{
    font-size: 1.1em;
    padding: 8px;
    background: #eee;
}
@media screen and (max-width: 768px) { 
.lead_text{
	font-size:0.9em;
}
.page_navi{
    display:block;
}
/*ランキング*/
.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    flex: 0 0 100px;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price span{
	font-size:110%;
}

.rankBox img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.rankBox .price{
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
.ranking-mark{
	padding: 3px;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.category_tour_list .cate_ttl{
	margin: 15px auto 12px;
}
.category_select li{
	flex: 0 0 32%;
}
.category_select .categoryImg{
    height:100px;
}
.category_select .categoryImg img{
    min-height: 100px;
}
.category_select .categoryArea{
    font-size:0.9em;
    padding:5px 0;
}
.category_info {
    display: block;
    padding: 8px;
}
.category_info .info_img {
    margin: 0 auto 8px;
    width: 90%;
}
.category_info p {
    font-size: 0.9em;
}
.plan_cont li{
    margin: 0 8px 0;
}
.info_text h3{
    text-align: center;
}
.tour_text h4{
	font-size:inherit;
}
.info_text dt{
    width:25%;
}
.info_text dd{
    width:72%;
}
#point h3{
    color: #000;
    font-size: 1.1em;
}
.faq dd{
    padding:8px;
}
.info_img img,.tour_img img {
    width: 100%;
    vertical-align: bottom;
	height: 225px;
	object-fit: contain;
    object-position: center;	
}	
.tour_img{
    flex: 0 0 30%;
}
.category_tour_list li a {
    display: flex;
    color: #000;
    align-items: center;
    position: relative;
	height: 125px;
}	
}</pre></body></html>