<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 */

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.style_h2{
	text-align: center;
	font-size:25px;
	margin:30px 0;
}

article{
	width:1000px;
	margin:0 auto;
}

/*メニュー*/
nav.pageLink{
	margin:10px 0;
}
.pageLink ul {
    display: flex;
    justify-content: space-between;
}
nav.pageLink ul li{
	text-align: center;
    padding: 5px 0;
    font-size: 1em;
    border-right: 1px solid #999;
    width: 100%;
}

nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a{
	text-decoration:none;
	color:#666666;
	padding: 10px 0;
    display: block;
	background:#fff;
}

nav.pageLink ul li i{
	margin-left:5px;
}
.goList {
    width: 300px;
    margin: 15px auto;
}
.goList a {
    background: #f90;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    display: block;
    text-align: center;
}
/*about*/
.about{
    display: flex;
    padding: 15px;
    border: 2px dotted #999;
    margin: 30px 0;
}
.about-img{
	flex:0 0 30%;
	margin-right: 15px;
}
.about-img img{
	width:100%;
}
.about h2{
    color: #1a305f;
    font-size: 1.2em;
    margin-bottom: 8px;
}
.about p{
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 15px;
}

.menu-tag {
    margin-bottom: 20px;
    padding: 10px 0;
}
.menu-tag ul{
	display:flex;
	justify-content:center;
}
.menu-tag li{
	text-align: center;
}
.menu-tag li a {
    background: #eee;
    padding: 8px 20px;
    text-decoration: underline;
    font-size: 1.1em;
    margin: 0 10px;
    color: #225a95;
}

/*ツアーbox*/
#planList [class*="hidden-"] {display: none!important;}
.plan{
	margin:0 0 30px;
	border:solid #225A95 2px;
	padding-bottom: 15px
}

.plantit{
	padding: 12px;
    background-color: #225A95;
    color: #FFF;
    font-weight: normal;
    font-size: 1.3em;
}
.plantit a{
	font-size:16px;
	color:#FFF;
}
.ph_left{
	width: 35%;
	margin:10px;
	float:left;
}
.right_cate{
	width:60%;
	float:left;
	margin:5px 0 0 15px;
}

.tourPoint{
	background:url(../../img/category/2009churaumi/iconPoint.png) no-repeat left;
	background-size: 40px auto;
	padding:8px 0px 8px 45px;
	font-weight:bold;
	margin-bottom:8px;
}
.plan .right_cate .tourIcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.tourIcon li{
	margin:0 8px 8px 0;
	padding: 8px;
	line-height:1.2em;
	text-align:center;
	color:#333333;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	border-radius: 3px;  
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	box-shadow: 1px 1px 0px #999;
	-moz-box-shadow: 1px 1px 0px #999;  
	-webkit-box-shadow: 1px 1px 0px #999;
	background:#a0a0a0;	
	color:#fff;
}

.platxt{
	margin:8px 0;
}
.plan .right_cate ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan .price {  
    float: left;
    color: #000;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan .price&gt;div {
    text-align: center;
}
.sales-price {
    margin-left: 15px;
}
.pre-price {
    margin-right: 15px;
}
.pre-price span {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    color:#000;
}
.price .sales-price span {
    font-size: 200%;
    font-weight: 700;
    margin: 0;
    color: #c00;
    display: block;
}

.yoyakushosai{
    display: block;
    background: #FD3D48;
    text-align: center;
    padding: 8px 50px;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #422703;
	letter-spacing: 3px;
	position:relative;
}
a:hover.yoyakushosai{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.yoyakushosai::before,
.yoyakushosai::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yoyakushosai::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.yoyakushosai::after{
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f60;
}



/*QA*/
#QandA dl{
	font-size:13px;
	line-height:1.5em;
	padding:10px 0;
}
#QandA dt{
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-bottom:10px;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before,#QandA dd:before{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 8px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dt:before{
	content:"Q";
	background:#666;
}
#QandA dd:before{
	content:"A";
	background:#0099FF; 
}

/*tab*/
.tab {
    border-bottom: 3px solid #1a305f;
    margin: 15px 0;
}
.tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab li {
    color: #333;
    margin: 0 10px -1px 0;
    padding: 15px 20px;
    border: 1px solid #1a305f;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.tab li.active {
    color: #fff;
    background: #1a305f;
    cursor: auto;
}
 
.cont section,.tab-cont {
  display: none;
}
.cont .show,.tab-cont.show {
  display: block;
}
</pre></body></html>