<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{
	font-size:17px;
	margin:30px 0 15px;
}
.goList{
	border: #666 1px solid;
    text-align: center;
    background-size: 18px 18px;
    border-radius: 50px;
    padding: 8px 0;
    width: 90%;
    margin: 8px auto;
}
.churaMenu ul {
    display: -webkit-flex;
    display: flex;
    border-bottom: #999 1px solid;
    border-top: #999 1px solid;
    padding: 5px 0;
}
.churaMenu ul li {
    padding: 5px 0 18px;
    margin: 3px;
    color: #5f5f5f!important;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: bold;
    background: url(/img/category/2009churaumi/iconArrowDown.png) no-repeat bottom;
    background-size: 18px 18px;
    flex: 1 1 33.333%;
    text-align: center;
    line-height: 1.3em;
    border-right: #999 1px dotted;
}
.churaMenu ul li:last-child{
	border-right:none;
}
#introductionChura h3 {
    background: none;
    padding: 5px 0 0px 5px;
    border-bottom: none;
    color: #225A95;
}
#introductionChura p {
    padding: 5px 10px 10px 5px;
    line-height: 1.3em;
    font-size:0.9em;
}


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

.plantit{
	padding: 8px;
    background-color: #225A95;
    color: #FFF;
    font-weight: normal;
}
.plantit a{
	font-size:15px;
	color:#FFF;
}
.ph_left{
	width: 80%;
    margin: 10px auto;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.ph_left img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.right_cate{
	margin:5px;
}

.tourPoint{
	background:url(/img/category/2009churaumi/iconPoint.png) no-repeat left;
	background-size: 40px auto;
	padding:8px 0px 8px 45px;
	font-weight:bold;
}
ul.tourIcon{
	display: flex;
	flex-wrap: wrap;
    font-size: 0.8em;
}
.tourIcon li{
	margin-right:5px;
	padding: 5px;
	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;
	margin-bottom: 5px;
}

.platxt{
	margin:8px 0;
}
.plan .price {  
    color: #000;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.plan .price&gt;div {
    margin: 0 8px;
}
.plan .price span{
    font-weight: bold;
    display:block;
}
.plan .pre-price span {
    color: #000;
    font-size: 120%;
}
.plan .sales-price span {
	color: #c00;
	font-size: 160%;
}
.yoyakushosai{
    display: block;
    background: #FD3D48;
    text-align: center;
    padding: 8px 40px;
    margin: 0 0 8px 8px;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    position: relative;
}

.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;
}

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