<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@charaset "shift_jis"; 

/* ============================= 共通 =============================  */
#topics {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

li { list-style-type: none;}

p,li,ul,dl,dt,dd{
	margin:0;
	padding:0;
}
a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}

.leadText{
	font-size:1.1em;
	margin:12px 0;
}
.leadText span{
	color:#c00;
	font-weight:bold;
}
section{
	margin:40px 0;
}
.infomation{
	font-size: 1.1em;
	padding:12px;
	border-top:5px solid #00a0e9;
	border-bottom:5px solid #00a0e9;
	    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #eeeeee), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #eeeeee), color-stop(0.75, #eeeeee), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #eeeeee 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #eeeeee 50%, #eee 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.infomation h2{
	text-align: center;
	margin-bottom:8px;
}
.infomation dl{
	margin-top: 8px;
}
.infomation dt,.infomation dd{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.infomation dt{
	width: 7%;
}
.infomation dd{
	width: 92%;
}
.infomation dt span {
    background: #666;
    width: 42px;
    height: 42px;
    padding: 12px 0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
}
.tourGroup li {
    width: 49.4%;
    float: left;
    border-top: 2px #666 solid;
    border-bottom: 2px #666 solid;
    padding: 8px 0 15px 0;
    margin-bottom: 20px;
    position: relative;
}
.tourGroup li::before,
.tourGroup li::after{
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 45%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.tourGroup li::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666;
}
.tourGroup li::after{
    left: 46.7%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 97%;
}

.tourGroup li:nth-child(2n) {
    margin-left: 8px;
}
.tourGroup li:hover {
    opacity: 0.6;
}
.groupPoint{
	background:#00a0e9;
	border-radius: 100px;
	position:relative;
	text-align: center;
	color:#fff;
	padding:8px 0;
	margin: 0 auto 15px;
}
.groupPoint:before{
	content: "";
  	position: absolute;
  	top: 100%;
	left: 50%;
  	margin-left: -8px;
  	border: 8px solid transparent;
  	border-top: 8px solid #00a0e9;
}
a .tourGroupTtl {
    font-size: 1.2em;
    color: #000;
    padding: 0 8px;
}
.tourGroupTtl span {
    font-weight: bold;
    color: #c00;
}

.tourList h2{
	text-align: center;
	margin-bottom:15px;
	font-size:1.6em;
	padding:60px 0 30px;
	background:url(../../img/topics/umiasobi_bus/icon_ttl.png) no-repeat top center;
	font-family: "Sawarabi Gothic";
	color:#000;
	font-weight:normal;
}
.tourListInfo{
	background: #00a0e9;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1em;
}
.tourListInfo span{
	font-weight:bold;
	font-size:1.2em;
}
#topics .tourList h3 {
	color:#00a0e9;
    border-bottom: none;
    font-size: 1.4em;
    padding: 0 0 8px 0;
}
.tourCont {
    border: 1px solid #999;
    border-radius: 8px;
    padding: 15px;
    margin-bottom:20px;
}
.tourImg{
	width:45%;
	float:left;
}
.tourImg img{
	width:100%;
	height:auto;
}
.tourDetail{
	width:55%;
	float:left;
	padding-left:12px;
	position:relative;
}
.tourDetail h4{
	border-bottom: 2px solid #00a0e9;
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 1.2em;
    position: absolute;
    top: 12px;
    left: 25px;
}
.tourDetail ul {
    background: #eee;
    padding: 50px 8px 8px 12px;
}
.tourDetail li:before{
	content:'・';
}
.arrival{
	margin:8px 0;
}
.arrival dt,.arrival dd{
	display:inline-block;
	margin-right:8px;
}
.arrival dt{
	font-weight: bold;
}
.arrival,.tourPrice{
	border-bottom: 1px dotted #666;
    padding-bottom: 5px;
}
.tourPrice span{
	font-size: 1.3em;
    font-weight: bold;
    color: #c00;
    margin: 0 12px 0 8px;
}
.tourLink {
    margin-top: 20px;
}
.tourLink li{
	width:49.6%;
	display:inline-block;
	padding:12px 8px 0;
	text-align: center;
}
.tourLink li span{
	margin-bottom:3px;
	display:block;
}
.tourLink li a{
	display:block;
	background:#f90;
	color:#fff;
	padding:12px 0;
	font-weight:bold;
	border:1px solid #f90;
}
.tourLink li a:hover{
	background:#fff;
	color:#f90;
}
.courseList {
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
}
.courseList p,.tourLink .courseList li{
	display: inline-block;
    vertical-align: middle;
}
.courseList p {
    width: 30%;  
    font-weight: bold;
    font-size: 1.1em;
}
.tourLink .courseList li{
	width:34%;
}
.mainImg img {
    width: 100%;
}

.sp-only { display: block!important; }
.pc-only { display: none!important; }
@media  (min-width: 787px) {
    .sp-only { display: none!important; }
    .pc-only { display: block!important; }
}

@media screen and (max-width : 767px){
.infomation dt {
    width: 100%;
}	
.infomation dt span {
    background: #666;
    width: 95%;
    height: 35px;
    padding: 9px 0;
    color: #fff;
    border-radius: 0%;
    text-align: center;
    display: block;
    margin: 0 auto;
}	
.leadText {
    font-size: 1.1em;
    margin: 12px 5px;
}
.infomation dd {
    width: 95%;
    margin: 0px 10px;
}	
.tourGroup li {
    width: 95%;
    float: none;
    border-top: 2px #666 solid;
    border-bottom: 2px #666 solid;
    padding: 8px 0 15px 0;
    margin-bottom: 20px;
    margin: 20px auto;
    position: relative;
}	
.groupPoint {
    background: #00a0e9;
    border-radius: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 8px 5px;
    margin: 0 auto 15px;
}	
.tourList h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 1.6em;
    padding: 60px 0 30px;
    background: url(../../img/topics/umiasobi_bus/icon_ttl.png) no-repeat top center;
    font-family: "Sawarabi Gothic";
    color: #000;
    font-weight: normal;
}	
.tourImg {
    width: 95%;
    float: none;
    margin: 0 auto;
}	
.tourDetail {
    width: 100%;
    float: none;
    padding: 8px 0px 8px 0px;
    position: relative;
    margin: 0 auto;
}	
.slick-dots {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}	
.tourLink li {
    width: 100%;
    display: inline-block;
    padding: 12px 8px 0;
    text-align: center;
}	
.tourLink li span {
    margin-bottom: 3px;
    display: block;
    font-size: 1.2em;
}	
.tourLink li a {
    display: block;
    background: #f90;
    color: #fff;
    padding: 9px 0;
    font-weight: bold;
    font-size: 1.1rem;
    border: 1px solid #f90;
}	
.tourLink .courseList li {
    width: 100%;
}	
.courseList p {
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin: 5px 0px;
}	
}</pre></body></html>