<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Mouse+Memoirs);
/*
	##### SITE NAME #####
	Copyright (C) 著作者名 All Rights Reserved.

	[Base] Formatting browser's default styles
		0. Reset
		1. HTML, Body, Anchor
		2. Headings
		3. Lists
		4. Tables
		5. Forms
		6. Others

	[Layout] 
		0. Base Layout
		1. Header
		2. Content
		3. Footer

	[Module] 
		1. Common Module
		90. Others
		99. Clearfix
*/

/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer,
header, hgroup, menu, nav, section {
	display: block;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
}
a {
	color: #c00;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
}
img{
	max-width: 100%;
	height: auto;
}
/* ------------------------------------------------------------
	2. Headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */
li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */
img {
	border: none;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
mark {
	font-weight: bold;
}
object {
	vertical-align: middle;
	outline: none;
}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin: 30px 0;
}
pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
	background: url(../img/bg.png) repeat-y left top;
	background-size: 100% auto;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body &gt; header {
	float: left;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
}
body &gt; header h1 {
	margin-bottom: 0;
}
.sns{
	float: left;
	width: 100%;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content{
	float: left;
	width: 100%;
	padding: 0 6% 30px;
	}
	#content h1{
		margin-bottom: 20px;
}
.content{
	float: left;
	width: 100%;
	padding: 0 3% 30px;
}

.pageTtl{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}

.jkt{
	text-align: center;
	vertical-align: middle;
	}
	.jkt img{
		clear: none;
		margin: 0 0 20px;
}

.sns{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
	list-style: none;
	}
	.sns li {
		display: inline-block;
		padding: 0 5px;
}

.Title,
.P_10 {
	padding: 10px;
}
.Title h3{
	color: #c9171d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top, #d7a303, #f2db00);/* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#d7a303), to(#f2db00));/* Safari,Google Chrome */
}

#youtube h1{
	margin-bottom: 10px;
	text-align: left;
}
#buy {
	margin-bottom: 20px;
	text-align: center;
	}
	#buy li{
		display: inline-block;
		vertical-align: middle;
		padding: 5px 2px;
		}
		#buy li img{
			height: 26px !important;
}

.Media{
	padding:0 10px 10px;
	}
	#content dl{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	#content dt{
		float: left;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 1px #000;
		background: -moz-linear-gradient(top, #aa0000, #ff0000);/* Firefox */
		background: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#ff0000));
	}
	#content dd{
		float: left;
		width: 100%;
		border-bottom: 1px dashed #333;
		margin-bottom: 5px;
	}
	#content .Media p{
		border-bottom: 0;
	}
	#content dd p.left{
		float: left;
		text-align: left;
	}
	#content dd p.right{
		float: right;
		text-align: right;
}

#menu{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
	#menu ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		border-top:1px solid #fff;
		}
		#menu ul li{
			float: left;
			width: 100%;
			padding: 5px;
			border-bottom:1px solid #fff;
			line-height: .9;
	}
	#menu p{
		float: left;
		width: 100%;
		margin: 0;
		padding: 30px 10px 30px;
		list-style: none;
		border-bottom:1px solid #fff;
	}
	#menu p a{
		float: left;
		width: 100%;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 1.2em;
		background: #e62566;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-bottom: 5px;
}

#content #tour {
	padding: 0;
}
#content #tour ul{
	float: left;
	width:100%;
	text-align: left;
	margin-bottom: 1em;
	}
	#content #tour ul li{
		float: left;
		width: 100%;
		padding: 5px 10px;
		border-top: 1px dotted #999;
	}
	#content #tour ul li:first-child{
		border-top: 3px double #666;
	}
	#content #tour ul li:last-child{
		border-bottom: 3px double #666;
}
#content #tour h1{
	margin-bottom: 10px
}
#content #tour p{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}
#content #tour p.final{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#content #tour p a{
	float: left;
	width: 100%;
				text-shadow: -1px -1px 0 rgba(0,0,0,.5);
				text-transform: uppercase;
				display: inline-block;
				padding: 6px 0;
				font-family: 'Mouse Memoirs', sans-serif;
				font-size: 1.5em;
				background: #1b829d;
				color: #fff;
				border-radius: 5px;
				text-decoration: none;
				letter-spacing: 1px
}


#event section{
	text-shadow: 1px 1px 1px #fff;
	}
	#event section h2{ margin-bottom: 0px;font-size: .9em;}
	#event section h1{
		color: #c00;
		font-size: 1em;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	#event section p{
		font-size: 0.8em;
		padding: 0 3%;
	}
	#event section p.cast{
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 20px;
}

.blue	{	color: #47CACC !important}
.red	{	color: #E3007F !important}
.grey	{	color: #cbcbcb !important}
.m0		{	margin: 0}
.m5		{	margin: 5px}
.m10	{	margin: 10px}
.m15	{	margin: 15px}
.m20	{	margin: 20px}
.mt0	{	margin-top: 0 !important}
.mt5	{	margin-top: 5px !important}
.mt10	{	margin-top: 10px !important}
.mt15	{	margin-top: 15px !important}
.mt20	{	margin-top: 20px !important}
.mb0	{	margin-bottom: 0 !important}
.mb5	{	margin-bottom: 5px !important}
.mb10	{	margin-bottom: 10px !important}
.mb15	{	margin-bottom: 15px !important}
.mb20	{	margin-bottom: 20px !important}
.mb25	{	margin-bottom: 25px !important}
.mb30	{	margin-bottom: 30px !important}
.mb40	{	margin-bottom: 40px !important}
.mb50	{	margin-bottom: 50px !important}
.mb60	{	margin-bottom: 60px !important}
.mb70	{	margin-bottom: 70px !important}
.mb80	{	margin-bottom: 80px !important}
.mb90	{	margin-bottom: 90px !important}
.mb100	{	margin-bottom: 100px !important}
.ml10	{	margin-left: 10px}
.mr10	{	margin-right: 10px}
.mlr5	{	margin: 0 5px}
.p0		{	padding: 0 !important}
.p5		{	padding: 5px !important}
.p10	{	padding: 10px !important}
.p15	{	padding: 15px !important}
.p20	{	padding: 20px !important}
.pb0	{	padding-bottom: 0 !important}
.pb5	{	padding-bottom: 5px !important}
.pb10	{	padding-bottom: 10px !important}
.pb15	{	padding-bottom: 15px !important}
.pb20	{	padding-bottom: 20px !important}
.pt0	{	padding-top: 0 !important}
.pt5	{	padding-top: 5px !important}
.pt10	{	padding-top: 10px !important}
.pt15	{	padding-top: 15px !important}
.pt20	{	padding-top: 20px !important}
.pt35	{	padding-top: 35px !important}
.pt40	{	padding-top: 40px !important}
.pl10	{	padding-left: 10px !important}
.pr10	{	padding-right: 10px !important}
.pr20	{	padding-right: 20px !important}
.pr30	{	padding-right: 30px !important}
.plr5	{	padding-left: 5px;padding-right: 5px}
.plr10	{	padding-left: 10px;padding-right: 10px}
.plr15	{	padding-left: 15px;padding-right: 15px}
.plr20	{	padding-left: 20px;padding-right: 20px}
.PLR25	{	padding-left: 25px;padding-right: 25px}
.FlR	{	float: right !important}
.FlL	{	float: left !important}
.ClB	{	clear: both !important}
.TaL{ text-align: left !important;}
.TaC{ text-align: center !important;}
.TaR{ text-align: right !important;}



section.message{
	float: left;
	width: 94%;
	padding: 0 3%;
	color: #000;
	text-align: left;
}
section.message p{
	margin-bottom: 20px;
}


.interview{
	float: left;
	width: 100%;
	padding: 0 3.4%;
	color: #000;
	font-size: 14px;
	text-align: left;
}
.interview h1 {
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 20px;
	padding: 0 .5em 5px;
	border-bottom: 3px double #000;
}
.interview h1 small{
	font-size: .6em;
	line-height: 1.7;
	display: inline-block;
	padding: 0 10px;
	background: #000;
	border-radius: 5px;
	color: #fff;
}
.interview p{
	margin-bottom: 20px;
	color: #000;
}


.interview h2{
	padding: .5em .5em;
	margin: 0 0 1.5em;
	font-size: 30px;
	line-height: 1;
	vertical-align: bottom;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	background: #c5476b
}

.interview p.int11,
.interview p.int12,
.interview p.int13{
	border-left: 3px solid #000;
	padding-left: 7px;
}
.interview p.int01 b,
.interview p.int02 b,
.interview p.int03 b{
	color: #fff100;
}
.interview img{
	border: 1px solid #fff;
	outline: 1px solid #000;
}

.interviewNav {
	float: left;
	width: 100%;
	padding: 5px 10px;
}
.interviewNav p{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
.interviewNav p.right{
	float: right;
	text-align: right;
}
.interviewNav p a{
	padding: 5px 8px;
	background: #d00;
	border: 1px solid #a00;
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}

.interview p.int00 {color: #1b829d; font-weight: bold;}

.pageNav{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
	}
	.pageNav li{
		display: inline-block;
		padding: 0 5px;
		font-size: 1.1em;
		}
		.pageNav li a{
			padding: 5px 7px;
			background: #127a61;
			border: 1px solid #127a61;
			color: #fff !important;
			text-decoration: none;
			border-radius: 4px;
		}
		.pageNav li span{
			padding: 5px 7px;
			background: #999;
			border: 1px solid #999;
			color: #fff;
			text-decoration: none;
			border-radius: 4px;
}



.tourPick{
	float: left;
	width: 100%;
	padding: 0 5px 10px;
	border-bottom: 1px dotted #aaa;
	font-size: .8em;
	text-align: left;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
	}
	.tourPick p{
		margin-bottom: 10px;
	}

.tourList{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 10px;
	font-size: .8em;
	text-align: left;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
	}
	.tourList li{
		float: left;
		width: 100%;
		padding: 5px 5px;
		border-bottom: 1px dotted #aaa;
		font-weight: bold;
}
.word{
	text-align: left;
	font-size: .8em;
	color: #666;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body &gt; footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 3% 2em;
	color: #000;
}
body &gt; footer a{
	color: #000;
}

/* Copyright
------------------------------------------------- */
body &gt; footer .copyright {
	font-size: 11px;
	padding-top: 10px;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

#newsList{
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	text-align: left;
}
#newsList &gt; h1{
	font-size: 24px;
	padding: 0 5px 5px;
	color: #d00020;
	background: left bottom repeat-x url(../img/border.jpg);
}
#newsList article{
	padding: 10px 10px;
	border-bottom: 1px dotted #999;
}


/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}
input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

.gNav{
	float: left;
	width: 100%;
	margin-bottom: 0;
	}
	.gNav ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		background: #1b829d;
		border-top: 1px solid #fff;
		}
		.gNav ul li{
			float: left;
			width: 33.33%;
			padding: 0 3px 5px;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
		.gNav ul li:first-child,
		.gNav ul li:nth-child(4){
			border-left: none;
			}
			.gNav ul li a{
				float: left;
				width: 100%;
				padding: 10px 0 5px;
				text-decoration: none;
				border-bottom: 3px solid #fff;
				color: #eee;
				font-weight: bold;
				line-height: 1.4;
		}
		.gNav ul li.on{
			background: #000;
		}
		.gNav ul li.on a{
			color: #999;
			border-color: #999;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
.group:after {
	content : '';
	display : block;
	clear : both;
}</pre></body></html>