<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body,ul,li,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	list-style: none;
}
a{display:block;}
img{width:100%;}
.sawarabi{
	font-family: "Sawarabi Gothic";
}
.flex_box{
	display: flex;
	flex-wrap: wrap;
}
.mainImage{
    width: 100%;
}

.mainContent {
    width: 1120px;
    margin: 0 auto;
}
.block{
	margin:30px auto;
}

h2{
	text-align: center;
	font-size:1.8em;
	font-weight: bold;
	padding:50px 0;
	margin-top: 30px;
	font-family: "Sawarabi Gothic"; 
	background:url(/assets/images/special/guam/cocos/ttl_bg.png) no-repeat center;
}
h3{
	text-align: center;
	font-family: "Sawarabi Gothic"; 
	font-weight: bold;
}
.tour_cont h3{
	background: url(/assets/images/special/guam/cocos/ttl_bg2.png) no-repeat center top;
    padding: 60px 0 30px;
    margin-top: 30px;
    font-size:1.4em;
}
/*about*/
.about_text{
	margin-left:30px;
	width:742px;
}
.about_text h3 {
    border-bottom: 2px solid #f62929;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.2em;
    text-align: left;
}
/*link btn*/
.reserve {
    margin: 15px auto;
    width:80%;
}
.reserve p{
	float:left;
	color:#c00;
	font-weight:bold;
	font-size:1.5em;
}
.reserve p span {
    font-size: 0.8em;
    color: #000;
}

.reserve a{
	background:#f90;
	color:#fff;
	padding: 12px 50px;
    border-radius: 100px;
    text-align: center;
}
/*navi*/
.page_navi {
    padding: 15px 0;
}
.page_navi ul {
    flex-wrap:nowrap;
    justify-content: space-around;
}
.page_navi li {
    border-right: 1px solid #666;
    width: 100%;
    text-align: center;
    padding:15px 0;
}
.page_navi li a{
	text-decoration: underline;
}


.tour_detail {
    flex: 0 0 49%;
    border: 1px solid #999;
    margin-bottom:20px;
}
.tour_detail:nth-child(2n) {
    margin-left: 20px;
}
.tour_img {
    position: relative;
    height:240px;
    overflow: hidden;
}
.tour_img span{
	position:absolute;
	background:#666;
	color:#fff;
	font-size:0.9em;
	right:0;
	top:8px;
	padding:5px 12px;
}
.tour_detail h4{
	padding:15px;
	font-weight:bold;
}
.tour_detail p{
	padding:15px;
}
.tour_img img {
    vertical-align: bottom;
}
.tour_info {
    padding: 0 15px;
}
.tour_info li {
    padding: 5px 5px 5px 22px;
    margin-right: 15px;
}
.tour_info .time{
	background: url(/assets/images/special/guam/cocos/icon_time.png) no-repeat center left;
    background-size: 16px auto;
}
.tour_info .meeting{
	background: url(/assets/images/special/guam/cocos/icon_meet.png) no-repeat center left;
    background-size: 18px auto;
}
.tour_price {
    padding: 0 15px;
    color: #f95757;
    font-weight: bold;
}
.tour_price span{
	font-size:0.9em;
	color:#000;
}
/*syousai*/
.island_map{
	width:920px;
	margin:15px auto;
}
.island_cont .spot_list li{
	flex: 0 0 49%;
    border: 1px solid #999;
    padding:15px;
    margin-bottom: 20px;
}
.island_cont .spot_list li:nth-child(2n) {
    margin-left: 20px;
}
.island_img {
    width: 44%;
}
.island_text {
    width: 53%;
    margin-left: 15px;
}
.island_text h3,.coupon h3{
	margin-bottom:8px;
	text-align: left;
}
/*coupon*/
.coupon{
	padding:15px 0;
	border-top: 5px solid #f62929;
    border-bottom: 5px solid #f62929;
}
.coupon_text {
    width: 78%;
    margin-left: 20px;
}
.sp_only{
	display: none;
}
@media screen and (max-width:480px) { 
	.block {
    	margin: 15px auto;
	}
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	h2{
		font-size:1.1em;
		padding:20px 0;
    	margin-top: 0;
	}
	h3{
		line-height: 1.3em;
	}
	p {
	    line-height: 1.3em;
	}
	.tour_cont h3{
		font-size:1em;
		padding: 40px 0 20px;
    	margin-top: 0px;
	}
	.mainImage{
		height:auto;
	}
	.mainImage img{
		width:100%;
		height:auto;
	}
	.mainContent {
    	width: 100%;
	}
	.flex_box {
    	display: block;
	}
	.page_navi ul{
		display:flex;
		flex-wrap: wrap
	}
	.page_navi li{
		width:48%;
		font-size: 13px;
		border-radius: 50px;
	    margin-bottom: 5px;
	    border: 1px solid #666;
	    padding: 5px 0;
	}
	.about_text {
	    margin:15px 8px;
	    width: 96%;
	}
	.about_map {
	    width: 80%;
	    margin: 0 auto;
	}
	.about_text h3{
		font-size:1em;
	}
	.about_text p {
	    font-size: 14px;
	}
	.tour_detail:nth-child(2n){
		margin-left:0;
	}
	.tour_img{
		height:auto;
	}
	.tour_img span{
		font-size: 0.8em
	}
	.tour_detail p{
		font-size:14px;
		padding:10px 15px;
	}
	.reserve p{
		font-size: 1.1em;
        padding: 5px 0;
        margin-top:0;
	}
	.reserve a{
		padding: 8px 15px;
    	font-size: 1.3rem;
	}
	.island_map{
		width:96%;
	}
	.tour_info,.island_cont .spot_list li,.coupon{
	    display: flex;
	    font-size: 14px;
	}
	.island_cont .spot_list li{
		padding:10px;
	}
	.island_img {
	    width: 40%;
	}
	.island_cont .spot_list li:nth-child(2n){
		margin-left:0;
	}
	.coupon_img {
	    width: 25%;
	}
	.coupon_text {
	    width: 70%;
	    margin-left: 8px;
	}
}</pre></body></html>