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

/*----------------------------------初期設定----------------------------------*/

/*---------------
	RESET
-----------------*/
/*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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	color:#4c4c4c;
	font-family:sans-serif;
}*/
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;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 140%;
}
.mincho {/* 明朝体の場合 */
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	color:#FFFFFE;
	font-size:10px;/*rem基準*/
}
body{
	font-size:14px;
	font-size:1.4rem;
	-webkit-text-size-adjust: 100%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}
a{
	color:#33c;
}
a:hover{
	color:red;
}

/*----------------------------------全ページ共通----------------------------------*/
.note{
	font-size:12px;
}

.mt1{
	margin-top:1em;
}
.ind1{
	padding-left:1em;
	text-indent:-1em;
}
.ind7{
	padding-left:7em;
	text-indent:-7em;
}

hr{
	margin:0 48px;
	height: 6px;
	background: url(/musical-grandhotel/images/naname.png) repeat-x 0 0;
	border: 0;
}

.txt-url{
	word-wrap:break-word;
}


.body{
	background-color:#bea574;
}

.allArea{
	min-width:980px;
	margin:0 auto;
}

.mainArea{
	width:980px;
	margin:0 auto;
}

.contentsArea{
	margin-top:5px;
}

/*Header*/
.headerArea{
	position:relative;
}
.headerArea img{
	width:100%;
}


/*メニュー*/
.menuArea{
	position:relative;
	background-color:#8d723d;
	margin-top: -3px;
}
.menuArea .in{
	width:980px;
	margin:0 auto;
}
.menuArea .menu{
	text-align:right;
	margin:0 0 1px 0;
}
.menuArea .menu li{
	display:inline-block;
	border-right:1px solid #bea574;
}
.menuArea .menu li:first-child{
	border-left:1px solid #bea574;
}
.menuArea .menu li a{
	font-family: 'Rye', cursive;
	font-size: 14px;
	color:#bea574;
	text-decoration:none;
	display:block;
	padding:10px 20px;
}
.menuArea .menu li a:after{
	content: "\f105";
	font-family:"FontAwesome";
	padding-left:.5em;
}



/*パンくず*/
.syncer-brcb {
	overflow: hidden ;
	list-style-type: none ;
}
.syncer-brcb li {
	float: left ;
	font-weight: 700 ;
}
.syncer-brcb li:after {
	content: "&gt;" ;
	padding: 0 8px ;
	font-weight: 400 ;
}
.syncer-brcb li:last-child a{
	color:#FFF;
	text-decoration:none;
}
.syncer-brcb li:last-child:after {
	content: none ;
}

.pageTitle{
	font-family: 'Rye', cursive;
	font-size:36px;
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}
.pageTitle .s{
	font-family: 'Rye', cursive;
	font-size:26px;
}



.SNSButtonArea{
	margin:8em 0 0 0;
}
.SNSButtonArea li{
	float:left;
	margin-right:10px;
}

.siteFooter{
	border-top: 3px double #fff;
	font-size:10px;
	padding:1em 0 2em 0;
	text-align:center;
	margin-top:5em;
}



/*----------------------------------
	ボタン
----------------------------------*/
.button {
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .8em 1.8em 0.85em 1.5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgb(0,0,0);
	-moz-box-shadow: 0 1px 2px rgb(0,0,0);
	box-shadow: 0 1px 2px rgb(0,0,0);
	position: relative;
	font-weight:bold;
}
.button .b{
	font-weight:bold;
}

.button:hover {
	text-decoration: none;
}
.button:before{
	padding-right:5px;
}
.normal {
	color: #FFFFFE;
	background: #503f5c;
}
.normal:hover {
	color: #FFFFFE;
	background: #5c3f53;
}
.blue {
	color: #FFFFFE;
	background: #487baf;
}
.blue:hover {
	color: #FFFFFE;
	background: #7397bf;
}


/*飾り枠*/
.kazariWaku{
	background-image: 
		url(/musical-grandhotel/images/kazari_lt.png),
		url(/musical-grandhotel/images/kazari_rt.png),
		url(/musical-grandhotel/images/kazari_lb.png),
		url(/musical-grandhotel/images/kazari_rb.png),
		url(/musical-grandhotel/images/kazari_t.png),
		url(/musical-grandhotel/images/kazari_r.png),
		url(/musical-grandhotel/images/kazari_b.png),
		url(/musical-grandhotel/images/kazari_l.png);
	background-repeat: no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-x,
		repeat-y,
		repeat-x,
		repeat-y;
	background-position: top left,
		top right,
		bottom left,
		bottom right,
		top right,
		top right,
		bottom left,
		top left;
	 
	text-align:center;
	width: 100%;
	height: 100%;
}
.kazariWaku .wakuTitle{
	font-weight: bold;
	font-size: 20px;
	position:relative;
	border-bottom: 2px solid #90742f;
	margin: 0 68px;
	padding:2em 0 10px 0;
	color: #7b5e10;
}
.kazariWaku .wakuTitle:before{
	content:" ";
	background-image:url(/musical-grandhotel/images/kazarikei_l.png);
	width:28px;
	height:28px;
	position:absolute;
	bottom: -15px;
	left: -28px;
}
.kazariWaku .wakuTitle:after{
	content:" ";
	background-image:url(/musical-grandhotel/images/kazarikei_r.png);
	width:28px;
	height:28px;
	position:absolute;
	bottom: -15px;
	right: -28px;
}
.kazariWaku .wakuCon{
	margin:3em 68px 68px 68px;
	text-align:left;
}
.kazariWaku .wakuCon .img img{
	width: 100%;
}



/*YouTube*/
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
</pre></body></html>