<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{
	position: relative;
	text-align: center;
	font-size:25px;
	margin:30px 0 60px;
}
h2.style_h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #00b2db;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}
article{
	width:1000px;
	margin:0 auto;
}
.text-center{
	text-align: center;
}
.d-flex{
	display: flex;
}
/*ticket*/
.ticket-menu ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.ticket-menu li{
	flex: 0 0 30%;
    margin: 10px;
}
.ticket-menu a{
	display: block;
	border: 2px solid #00b2db;
    position: relative;
    text-align: center;
}

.ticket-menu h3 {
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #00b2db;
}
.ticket-menu li p{
	font-size: 16px;
    text-align: center;
    padding: 30px 30px 20px;
}
.ticket-menu li .price {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    display: block;
    border: none;
}
.ticket-menu li .price:after {
    content: "";
    width: 32px;
    height: 3px;
    margin: 17px auto 12px;
    display: block;
    background-color: #00b2db;
}

/*recommend*/
.recommend-wrap {
    margin: 50px 0;
}
.recommend {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.recommend h3 {
    background: #b8e9f4;
    padding: 10px;
    font-size: 1.1rem;
}
.recommend p {
    padding: 15px;
}
.recommend:first-of-type {
    margin-right: 20px;
}
/*buscont*/
.bus-cont {
	display: inline-block;
    vertical-align: top;
    margin: 10px;
    border: 2px solid #666;
    width: 47%;
}
.bus-cont h3 {
    text-align: center;
    background: #666;
    color: #fff;
    padding: 10px;
}
.bus-cont ul {
    padding: 15px;
}
.bus-cont li:before{
	content: '・';

}
/*ツアー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:15px 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: #f90;
    text-align: center;
    padding: 8px 0;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 30px;
    letter-spacing: 3px;
    position: relative;
    width: 80%;
    margin: 10px auto;
}
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;
}
.plan .yoyakushosai{
	width: 200px;
}

/*tab*/
.tab {
    border-bottom: 3px solid #00b2db;
    margin: 15px 0;
}
.tab ul {
    display: flex;
    justify-content: center;
}
.tab li {
    color: #333;
    margin: 0 10px -1px 0;
    padding: 15px 20px;
    border: 1px solid #00b2db;
    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: #00b2db;
    cursor: auto;
}
 
.cont section,.tab-cont {
  display: none;
}
.cont .show,.tab-cont.show {
  display: block;
}

/*pass*/
.about-pass{
  background:#00abe5;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
      margin: 20px 0;
}
.about-pass-cont{
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.about-pass-cont h3{
  color: #00abe5;
      margin-bottom: 10px;
      font-size: 1.1rem;
}
.about-pass-cont p{
	margin-top: 10px;
  font-size: 0.9rem;
}

.activityCont ul{
	flex-wrap: wrap;
}
.activityCont li{
	margin-bottom:8px;
	width: 48.8%;
    flex: 0 0 24%;
    padding: 8px;
    background: #fff;
    border-top: #A3CFF6 5px solid;
    border-bottom: #A3CFF6 5px solid;
    line-height: 1.3em;
    margin-bottom: 12px;
    vertical-align: top;
    margin-right: 12px;
}
.activityCont li:nth-child(4n){
	margin-right: 0;
}
.activityCont li a{
	position:relative;
	color:#000;
}
.activityCont li .actImg{
	width:80%;
	margin:0 auto 8px;
}
.activityCont li .actImg img{
	width:100%;
	height:150px;
}
.activityCont li .actText{
	padding:0 15px;
	position: relative;
}
#topics .activityCont li .actText h3{
	font-size:1.2em;
	color:#000;
	text-align: center;
	margin-bottom:8px;
}
.activityCont li .actText p{
	line-height:1.3em;
}
.activityCont li:hover{
	opacity: 0.6;
}

.pass-model-course{
  background: #f3f3f3;
  padding: 30px;
}
.pass-model-theme h4{
  background:#00abe5;
  color: #fff;
  padding: 10px;
}
.pass-model-theme-cont{
  background: #fff;
  padding: 20px;
}
.pass-model-theme-cont span{
  color: #c00;
  font-weight: bold;
}
.pass-model-theme-cont &gt; div &gt; div{
  position: relative;
  padding-right: 30px;
}
.pass-model-theme-cont &gt; div &gt; div:first-child:after{
  position: absolute;
  content: '';
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #00abe5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.pass-schedule h4{
  color: #00abe5;
  margin: 10px 0;
}
.pass-schedule ul{
  position: relative;
}
.pass-schedule li{
  position: relative;
  padding: 0 0 20px 30px;
  
}
.pass-schedule li:before,.pass-schedule li:after{
  content: '';
  position: absolute;
}
.pass-schedule li:after{
  border-left: 5px solid #00abe5;
    width: 5px;
    height: 100%;
    top: 10px;
    left: 10px;
}
.pass-schedule li:before{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00abe5;
  left: 5px;
  top: 5px;
}
.pass-schedule li:last-child:after{
  border-left: none;
}
.pass-schedule img {
    width: 300px;
    margin-left: 10px;
}
.model-ttl{
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.1rem;
}
.tab-cont h3.ttl-spot{
    text-align: center;
    font-size: 1.2rem;
    margin: 30px 0 10px;
    color: #00abe5;
}
.tab-cont table{
    width: 100%;
}
.tab-cont table,.tab-cont th,.tab-cont td{
    border: 1px solid #999;
}
.tab-cont th,.tab-cont td{
    padding: 3px 8px;
}
.tab-cont table tr:first-child {
    background: #eee;
}
.tab-cont th{
    width: 20%;
}
.tab-cont tr td:last-child {
    width: 20%;
}
@media screen and (max-width: 769px) {
    h2.style_h2{
        border-left: none;
        background: none;
        font-size: 18px;
        margin: 20px 0 40px;
    }
    h2.style_h2:before{
        width: 90%;
        bottom: 0px;
    }
    .tab li{
        font-size: 1em;
        padding: 10px;
    }
    .ticket-menu ul{
        flex-direction: column;
    }
    .ticket-menu li{
        margin: 10px 20px;
    }
    .ticket-menu li .price{
        font-size: 40px;
    }
    .ticket-menu li p{
        padding: 30px 20px 10px;
    }
    .recommend,.bus-cont{
        display: block;
        width: 96%;
        vertical-align: top;
        margin: 10px auto;
    }
    .recommend:first-of-type{
        margin-right: auto;
    }
    .activityCont li{
        flex: 0 0 47%;
    }
    .activityCont li .actImg img{
        height: 100px;
    }
    .about-pass{
        flex-direction: column;
    }
    .about-pass-cont{
        width: 96%;
    }
    .about-pass-cont p {
    display: inline-block;
    vertical-align: middle;
    }

    .about-pass-cont p img {
        width: 100px;
    }

    .about-pass-cont div {
        width: 96%;
        margin: auto;
    }

    .about-pass-cont div img {
        width: 33%;
    }

    .about-icon img {
        width: 30px;
    }
    .plan{
        margin: 0 10px 30px;
    }
    .ph_left {
        width: 80%;
        margin: 10px auto;
        float: none;
    }
    .right_cate {
        width: 96%;
        float: none;
        margin: 10px;
    }
    .price .sales-price span{
        font-size: 160%;
    }
	.pass-model-course{
    padding: 20px;
  }
  .pass-model-theme-cont{
    padding: 10px;
    font-size: 0.85rem;
  }
  .pass-model-theme-cont &gt; div &gt; div{
    padding:0 0 30px 0;
  }
  .pass-model-theme-cont &gt; div &gt; div:first-child:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 10px solid #00abe5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .pass-model-theme-cont &gt; div {
    flex-direction: column;
  }
  .pass-schedule .d-flex{
    flex-direction: column;
  }
}</pre></body></html>