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

summer ticket

****************************************/
/*リセット*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: #333;
}
/*マウスオーバー*/
a img:hover, .mover:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
  -moz-opacity: 0.5; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
}
/*パンくずエリア
----------------------------------------------------*/
.topicpath {
  background: #fff;
  /*	border-bottom: 1px solid #cbc9c8;*/
}
/*snsボタン付けた場合用*/
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  display: none !important;
}
.topicpath .wrap {
  width: 950px;
  margin: auto;
  position: relative;
  text-align: left;
}
.topicpath ul {
  width: 400px;
  margin: 0;
}
.topicpath .snslink {
  position: absolute;
  top: 7px;
  right: 0;
  text-align: right;
}
.topicpath .snslink .snsb {
  float: left;
  margin-right: 5px;
}
/*コンテンツ
----------------------------------------------------*/
#wrap {
  width: 100%;
  margin: 0 auto;
}
#container {
  width: 100%;
}
.contents_wrap {
  width: 100%;
  background: #f9f6ef;
}
#contents {
  float: none;
  width: 980px;
  padding: 0 0 80px;
  margin: auto;
  font-size: 16px;
}
#contents .button{
	width: 250px;
	border: 1px #871D08 solid;
	border-radius: 10px;
	color: #871D08;
	padding: 20px 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
}

/*メインビジュアル*/
#main_ttl h2{
    width: 100%;
    background: #005410;
    margin-bottom: 20px;
  /*  padding-bottom: 30px;*/
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 35px;
  }
  /*

.inner {
  width: 980px;
  margin: auto;
}
/*コンテンツ共通*/

#main_ttl p,#contents p,.sec li{
	line-height: 1.8;
}
h2, h3, h4 {
  margin-bottom: 5px;
}
.sec:nth-of-type(n+2) {
  margin-top:40px;
  text-align: center;
}
/*.se0:nth-of-type(2) {
  margin-bottom: 20px;
}*/
.sec h3 {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #871D08;
    border-bottom: 1px solid #871D08;
  }
.sec dl,.sec p,.sec ul{
  width:100%;
}
.sec ul,.sec p {
  /*margin: 40px auto 30px;*/
}

.sec dl{
  margin: 40px auto 10px;

}
.sec dl &gt; dt,
.sec dl &gt; dd {
    width: 100%;
}

.sec dl &gt; dt {
    font-weight: bold;
}


/*営業について*/
.about_info dl &gt; dt {
  font-weight: bold;
  background: #871D08;
  color: #fff;
  text-align: center;
  padding:10px 0;
}
.about_info dl &gt; dd {
  /*width:74%;*/
  padding:20px 20px 50px;
  box-sizing: border-box;
}
.about_info dl &gt; dd:last-of-type {
  padding:30px 20px;
}
/*営業時間*/

table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
table th {
    background:#eeebe4;
   font-weight:bold;
   text-align: center;
   border:1px solid #B6B6B6;
   padding:8px;
}

table td{
  background: #fff;
  border:1px solid #B6B6B6;
  padding:10px 12px;
  text-align: center;
  line-height: 1.8;
  color: #000;
}


/*202301注意事項*/
.padding_top00{
    padding-top: 10px;
}

/*202104GWページ*/
.padding_top{
    padding-top: 10px;
}
/*.about_info .dt_hight{
    padding: 50px 0;
}
.about_info .time_box{
    margin-top: 10px;
}
.about_info{
    padding-bottom: 20px;
}
.about_info h4{
    background-color: #3fa8f4;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.about_info h4 span{
    color: #fff;
    text-decoration: underline;
}
.about_info ul{
    padding-top: 5px;
    font-weight: bold;
}
.about_info ul li{
    list-style: disc;
    margin-left: 1em;
}
.about_info ul li span{
    color: #ff1d25;
}*/
.about_ticket{
    padding-bottom: 10px;
    text-align: left;
}
/*.about_ticket .ticket{
    padding-top: 5px;
}
.about_ticket .ticket span{
    color: #ff1d25;
    font-weight: bold;
}
.about_ticket .ticket p{
    color: #006633;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: #006633 1px solid;
    margin: 10px 0 0;
}*/
.table_info,.txt_info{
    padding-top: 20px;
}
.table_info h4,.txt_info h4{
    font-weight: bold;
}
.table_info a,.qanda a{
    color: #0071bb;
}
.table_info table{
    border-collapse:collapse;
     border-spacing:0;
    width: 100%;
}
.table_info th,.table_info td{
    text-align: left;
    padding: 20px 10px;
    border: #4b5659 1px solid;
    white-space: nowrap;
}
.table_info td:last-of-type{
  white-space: initial;
}
.td_twice{
  width: 20%;
}
.table_info th{
    width: 9em;
    background-color: #e2e0d9;
}
.txt_info ul{
    padding-top: 10px;
}
.txt_info li{
    text-indent: -1em;
    padding-left: 1em;
}
.txt_info span{
    color: #ff1d25;
}
.qa dl{
    width: 95%;
    margin:40px auto 10px;
}
.qa dt{
    color: #005410;
    font-weight: bold;
}
.qa dd{
    padding: 10px 0 30px;
}
/*2022.6*/
#main_ttl h2 {
    width: 100%;
  /*  background: #0000AA;*/
  margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 35px;
}

.about_ticket h3 {
    text-align: center;
}

.font-weight {
    font-weight: bold;
}

.padding_top {
    padding-top: 30px;
}

.red {
  color: #FF0000;
}

.advance{
    font-weight: bold;
   /* color: #FF0004;*/
    font-size: 120%;
    width: 50%;
}

/*2022.10*/
.event_price caption{
  font-weight: bold;
  padding: 10px 0;

}
table tr.discount th,table tr.discount td{
  background:#f0f8ff;
  color:#0000AA;
  font-weight: bold;
  font-size: 120%;
}
/*2022.10.20追加*/

table.dprice{
	/*margin-top: 20px;*/
	width: 100%;
	/*background-color:#B6B6B6;
	border-collapse:separate;
	border-spacing:1px;*/
}
table.dprice caption{
	font-size: 18px;
	font-weight: bold;
	padding:2px;
}
table.dprice caption span{
	font-size: 12px;
	font-weight: normal;
}
table.dprice th,table.dprice td {
	color: #000;
	font-size:16px;
	text-align: center;
}
table.dprice th {
	padding:15px 12px;
	font-weight: bold;
	background:#eeebe4;
	text-align: center;
	box-sizing: border-box;
}
table.dprice td {
	padding:10px 12px;
	color: #000;
	background: #fff;
	box-sizing: border-box;
}
table.dprice th:nth-child(n+2){
	width: 199px;
}
table.dprice td:first-child {
	color: #3fa3ef;

}
table.dprice td.pattern_a{
	color: #008c00;
	background:#e9ed78;
	font-weight: bold;
}
table.dprice td.pattern_b{
	color: #de4d5b;
	background:#fcdce0;
	font-weight: bold;
}
table.dprice td.pattern_c{
	color: #359b91;
	background:#dbf8f5;
	font-weight: bold;
}
table.dprice td.pattern_d{
	color: #F44F12;
	background:#FFDEAA;
	font-weight: bold;
}

.dprice.eventwari td:nth-of-type(n+2){
  background:#f0f8ff;
  color:#0000AA;
  font-weight: bold;
  font-size: 120%;
  }

/*2022.10.21 旅行支援追加ほか*/
.sub_ttl h2 {
  width: 100%;
 background: #FF6600;
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: center;
  margin-top:80px;
  padding: 20px 0;
  color: #fff;
  font-size: 35px;
}

.dprice.eventwari td:nth-of-type(n+2) span{
	font-weight: normal;
	font-size: 14px;
}
p.saletxt{
	background:#fff;
	border: 1px solid #D3292C;
	padding: 5px;
	text-align: center;
	color: #D3292C;
	font-size: 18px;
  margin-bottom: 15px;
}
/*汎用
----------------------------------------------------*/
.sec .caution_txt li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.4em;
  color: #FF0004;
}
.btn {
  margin: 20px auto;
  text-align: center;
}
.closed {
  width: 100%;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #9A9A9A;
  color: #9A9A9A;
  font-size: 20px;
}
.box {
  margin-bottom: 20px;
}
.l-box {
  float: left;
}
.r-box {
  float: left;
}
</pre></body></html>