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

body.tour-detail{
	color: #333;
}

#topicpath {
	margin: 2em auto 1em;
	width: 100%;
	color: #999;
	font-size: 78%;
}
#topicpath a {
	color: #999;
	text-decoration: underline;
}
#detail-lead {
	width: 90%;
	margin: 0 auto 1em;
	text-align: center;
}
#detail-lead h1 {
	font-size: 200%;
	font-weight: bold;
	color: #00b2df;
}
#detail-lead .tel-link a {
	font-size: 180%;
	font-weight: bold;
	color: #26c0e7;
	margin-top: .2em
}
#detail-lead .lead-notice {
	font-size: 82%;
	font-weight: bold;
	color: #50c9e8;
	margin-top: .5em
}
#tour-genre {
	width: 100%;
	font-size: 82%;
	margin: 0 auto 1em;
}
#tour-genre img {
	width: 45px;
}
#tour-genre span {
	margin-left: .5em;
}
#tour-title {
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;
}
#tour-title .tour-code {
	padding: .7em;
	background-color: #d60021;
	color: #fff;
	font-size: 82%;
	font-weight: bold;
}
#tour-title h2 {
	padding: 1.2em;
	background-color: #ffd600;
	color: #d60021;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: bold;
}
#tour-title .tour-lead {
	padding: 1em;
	background-color: #d60021;
	color: #fff;
	font-size: 72%;
	line-height: 1.3em;
	font-weight: bold;
}
@media screen and (min-width: 960px) {
	#tour-title .tour-code {
		font-size: 92%;
	}
	#tour-title h2 {
		font-size: 112%;
	}
	#tour-title .tour-lead {
		font-size: 88%;
	}
}

#fotorama-box {
  width:100%;
	box-sizing: border-box;
	border: 5px solid #ccc;
	padding: 1.5em 3em;
	margin-bottom: 3em;
}
.fotorama-wrap {
  width:100%;
	margin: 0 auto;
}
.fotorama__caption__wrap {
	background-color: rgba(255,255,255,.7);
	width: 100%;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 960px) {
	.fotorama-wrap {
		width:65%;
	}
}

div.g-inner {
  width:100%;
	box-sizing: border-box;
	border: 5px solid #ccc;
	padding: 1.5em 3em;
	margin-bottom: 3em;
}
#viewwrap {
	position: relative;
	width: 100%;
	height: 230px;
	margin-bottom: .5em;
}
#view {
	position: absolute;
	width: 100%;
	height: 230px;
	top: 0;
	left: 0;
	overflow: hidden;
}
#view p {
	position: absolute;
	width: 100%;
	height: 210px;
	top: 0;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
#view p img {
	width: auto;
	height: 210px;
}
#captionwrap {
	width: 100%;
	min-height: 2em;
	margin-bottom: .5em;
}
#caption {
	font-size: 88%;
	text-align: center;
}
#thumbBtn {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: .5em;
}
#thumbBtn li {
	margin: .7em;
}
#thumbBtn li img {
	border: solid 1px #ccc;		
	box-sizing: border-box;
	height: 45px;
}
#thumbBtn li.active {
	opacity:0.5;
}
@media screen and (min-width: 768px) {
	#viewwrap {
		height: 320px;
	}
	#view {
		height: 320px;
	}
	#view p {
		height: 300px;
	}
	#view p img {
		height: 300px;
	}
	#thumbBtn li img {
		height: 60px;
	}
}
@media screen and (min-width: 960px) {
	#viewwrap {
		height: 480px;
	}
	#view {
		height: 480px;
	}
	#view p {
		height: 450px;
	}
	#view p img {
		height: 450px;
	}
	#thumbBtn li img {
		height: 90px;
	}
}

#tour-explanation {
	width: 100%;
	margin: 0 auto 3em;
}
#tour-explanation div {
	width: 90%;
	margin: 0 auto 2em;
}
#tour-explanation div h4 {
	padding: .7em 1em;
	margin: 0 auto 1.5em;
	color: #fff;
	font-size: 108%;
}
#tour-point h4 {
	background-color: #00b2df;
}
#tour-parts h4 {
	background-color: #01b72c;
}
#tour-addition h4 {
	background-color: #f90;
}
#tour-explanation div p {
	width: 95%;
	margin: 1em auto;
	font-size: 92%;
}

#tour-schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto .5em;
}
#tour-schedule th,
#tour-schedule td {
	border: 1px solid #ccc;
}
#tour-schedule th {
	background-color: #bbe7f2;
	padding: .8em;
	vertical-align: middle;
}
#tour-schedule .topline th {
	background-color: #54d4f4;
	color: #fff;
}
#tour-schedule .topline th:nth-of-type(3) {
	white-space: nowrap;
}
#tour-schedule td {
	font-size: 82%;
	padding: .5em .8em;
	text-align: left;
}
#tour-schedule tr td:nth-of-type(2) {
	text-align: center;
	vertical-align: middle;
}
#tour-schedule .s-lead {
	font-weight: bold;
}
#tour-schedule td p img {
	display: inline-block;
	margin: 0 .3em;
}
#tour-schedule td p a {
	color: #0277c9;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	#tour-schedule {
		width: 90%;
	}
}

#tour-schedule-annotation {
	width: 100%;
	margin: 0 auto 5em;
	font-size: 82%;
}
@media screen and (min-width: 768px) {
	#tour-schedule-annotation {
		width: 90%;
	}
}

#tour-term {
	text-align: center;
	font-size: 118%;
	margin-bottom: 1em;
}

#tour-information {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto .5em;
}
#tour-information th,
#tour-information td {
	border: 1px solid #ccc;
	font-size: 82%;
	vertical-align: middle;
}
#tour-information th {
	background-color: #f7ead2;
	padding: .8em;
	font-weight: normal;
}
#tour-information .topline th {
	background-color: #cb343b;
	color: #fff;
	font-weight: bold;
}
#tour-information td {
	padding: .5em .8em;
}
#tour-information .s-lead {
	font-weight: bold;
}
#tour-information td p img {
	display: inline-block;
	margin: 0 .3em;
}
#tour-information td p a {
	color: #0277c9;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#tour-information {
		width: 90%;
	}
}
#tour-information .info-inner {
	padding: 0;
}
#tour-information .info-inner table {
	border-collapse: separate;
    border-spacing: 5px;
	width: 100%;
	margin: 0 auto;
}
#tour-information .info-inner &gt; table th,
#tour-information .info-inner &gt; table td {
	vertical-align: middle;
}
#tour-information .info-inner table th {
	background-color: #ffc851;
	padding: .8em;
	font-weight: bold;
}
tour-information .info-inner table td {
	padding: .5em .8em;
	border-bottom: 1px dotted #999;
}
#tour-information .info-inner table .s-lead {
	font-weight: bold;
}
#tour-information .info-inner table td p img {
	display: inline-block;
	margin: 0 .3em;
}
#tour-information .info-inner table td p a {
	color: #0277c9;
	text-decoration: underline;
}

#tour-information-annotation {
	width: 100%;
	margin: 0 auto 3em;
	font-size: 82%;
}
@media screen and (min-width: 768px) {
	#tour-information-annotation {
		width: 90%;
	}
}

#tour-upgrade {
	width: 100%;
	margin: 0 auto 3em;
	padding: 1em 3em;
	box-sizing: border-box;
	font-size: 88%;
	color: #f00;
	font-weight: bold;
	border: 2px solid #f00;
}
@media screen and (min-width: 768px) {
	#tour-upgrade {
		width: 90%;
	}
}
#tour-upgrade-btn {
	margin: 1em auto 0;
}
#tour-upgrade-btn a {
	width: 80%;
	max-width: 200px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-weight: bold;
	background: #e00000;
	padding: .5em 1em;
	margin: 0 auto;
	border: 1px solid #e00000;
	text-align: center;
}
#tour-upgrade-btn a:hover {
	color: #e00000;
	font-weight: bold;
	background: #fff;
}

#tour-fee {
	width: 100%;
	margin: 0 auto 3em;
	box-sizing: border-box;
	border: 2px solid #fbd600;
}
#tour-fee #tour-fee-title {
	width: 100%;
	padding: 1em 2em;
	box-sizing: border-box;
	background-color:	#fbd600;
	color:#333;
}
#tour-fee #tour-fee-title h2 {
	width: 100%;
	text-align: center;
	font-size: 108%;
	line-height: 1.3em;
	margin-bottom: .5em;
}
#tour-fee #tour-fee-title h3 {
	width: 100%;
	text-align: center;
	color: #c00;
	font-size: 88%;
}
#tour-fee ul {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 1.5em 0;
}
#tour-fee li {
	width: 45%;
	margin-bottom: 1em;
}
#tour-fee table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 .5em;
}
#tour-fee table th,
#tour-fee table td {
	border: 1px solid #cccf;
	text-align: center;
	vertical-align: middle;
	font-size: 78%;
}
#tour-fee table th {
	background-color: #c03;
	color: #fff;
	padding: .3em;
	vertical-align: middle;
}
#tour-fee table .secondline td {
	background-color: #f0f0f0;
	line-height: 1.2em;
}
#tour-fee table .secondline td span {
	font-size: 82%;
}
#tour-fee table td {
	padding: .3em .5em;
}
#tour-fee table tr td:nth-of-type(3) {
	text-align: right;
}
#tour-fee table tr td .sut {
	color: #06f;
}
#tour-fee table tr td .sun {
	color: #f00;
}

#tour-fee li.limitedday {
	width: 80%;
	font-size: 112%;
}

#tour-fee li.limitedday table tr td:nth-of-type(3) {
	text-align: center;
}

@media screen and (min-width: 768px) {
	#tour-fee {
		width: 90%;
	}
	#tour-fee li {
		width: 28%;
	}
	
	#tour-fee li.limitedday {
	width: 80%;
	font-size: 112%;
	}
}

#tour-fee-caution {
	width: 90%;
	margin: 0 auto 2em;
}
#tour-fee-caution h4 {
	padding: .5em;
	color: #fff;
	background-color: #1d233b;
	font-size:88%;
	line-height: 1em;
}

#tour-fee-caution ul {
	width: 95%;
	margin: 1em auto 0;
	font-size: 82%;
	line-height: 1.3em;
}
#tour-fee-caution ul li {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	padding-left: 1.5em;
}
#tour-fee-caution ul li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: .8em;
  height: .8em;
  background-color: #c00;
}
#tour-fee-caution ul li + li {
	margin-top: .5em;
}

#application-caution {
	width: 90%;
	margin: 0 auto 3em;
}
#application-caution h4 {
	padding: .5em;
	color: #fff;
	background-color: #1d233b;
	font-size:88%;
	line-height: 1em;
}

#application-caution ul {
	width: 95%;
	margin: 1em auto 0;
	font-size: 82%;
	line-height: 1.3em;
}
#application-caution ul li {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	padding-left: 1.5em;
}
#application-caution ul li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: .8em;
  height: .8em;
	border-radius: 50%;
  background-color: #fc0;
}
#application-caution ul li + li {
	margin-top: .5em;
}

#application-btn {
	width: 90%;
	margin: 0 auto 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1em 0 .5em;
	border: 1px solid #00b2df;
}
#application-btn li {
}
#application-btn li a {
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-weight: bold;
	background: #00b2df;
	padding: .5em 1em;
	margin: 0 .7em .5em;
	border: 1px solid #00b2df;
}
#application-btn li:first-child a {
	color: #fff;
	background: #e00000;
	border: 1px solid #e00000;
}
#application-btn li a:hover {
	color: #00b2df;
	font-weight: bold;
	background: #fff;
	border: 1px solid #00b2df;
}
#application-btn li:first-child a:hover {
	color: #e00000;
	background: #fff;
	border: 1px solid #e00000;
}

.center-caption {
	text-align: center;
	font-weight: bold;
	margin-top: 2.5em;
}

.youtube-box {
	width: 95%;
	max-width: 560px;
	aspect-ratio: 16 / 9;
	margin: .5em auto 2.5em;
}
.youtube-box iframe {
	width: 100%;
	height: 100%;
}

.nodis {
	display: none;
}</pre></body></html>