<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 */
* {
	margin: 0;
	padding: 0;
	border: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
　 html, body {
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
.box_main {
	width: 100%;
	display: block;
}
.box_main img {
	width: 100%;
}
h1 {
	margin: 0px;
	display: block;
}
h2 {
	display: block;
}
.img_mc {
	margin-top: 0px;
}
.img_guest {
	margin-top: 0px;
}
.contents {
	background-image: url(../image/bg_all.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f9faf0;
}
header {
	width: 980px;
	margin: auto;
	display: block;
	height: auto;
}
.main {
	width: 980px;
	margin: auto;
	display: block;
	height: auto;
}
#contents img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.img_photo {
	margin-bottom: 30px;
	margin-top: 190px;
}
footer {
	clear: both;
	display: block;
	background-image: url(../image/bg_footer.jpg);
	background-repeat: repeat-x;
}
.inner {
	width: 980px;
	margin: auto;
	text-align: center;
}
.img_s {
	display: none;
}
.pt {
	display: none;
}
.t_tvo {
	display: none;
}
.movie{
	width:937px;
	height:379px;
	background-image:url(../image/bg_movie.jpg);
	display:block;
	margin:30px auto 0;}
	
	
.img_movie{
	margin-top:38px;
	margin-left:38px;
	float:left}
.img_mc3{
	float:right;
	margin-top:2px;}
.img_midokoro {
	margin:auto;
	display:block;
	margin:99px auto 27px; 
}
.movie_s{
	display:none;}		
.tvo-overlay img:hover {
	opacity: 0.5 ;
}
	
}

@media screen and (max-width:640px) {
body {
	background-color: #f9faf0;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
#contents {
	margin: auto;
	background-image: url(../image/bg_s.jpg);
	background-repeat: repeat-y;
	width: 100%;
	height: auto;
	display: block;
	color: #FFFFFF;
	background-color: #f9faf0;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.img_photo {
	width: 100%;
	margin: 0px auto 30px;
}
.img_1 {
	width: 100%;
}
.img_midokoro {
	display: none;
}
.img_s {
	display: block;
	width: 100%;
}
footer {
	width: 100%;
	overflow: hidden;
}
footer.pt {
	font-size: 12px;
	background-color: #49090b;
}
footer.pt p.pagetop {
	width: 26%;
	border-radius: 5px 5px 0 0;
	background-color: #e4dda6;
	text-align: center;
	padding: 2%;
	margin-left: 67%;
}
footer.pt p.pagetop a {
	color: #000;
}
footer.pt p.site {
	text-align: center;
	background-color: #e4dda6;
	width: 100%;
	padding: 3% 0;
	color: #000;
}
footer.pt p.site a {
	color: #000;
	text-decoration: underline;
}
.t_tvo {
	color: #3a4149;
	text-align: center;
}
.t_tvo div ul {
	background-color: #e4dda6;
}
.t_tvo div ul li a {
	display: block;
	padding-top: 3%;
	padding-bottom: 2%;
	color: #3D2727;
	font-weight: bold;
	font-size: 0.9rem;
}
.cop a {
	background-color: #000;
	padding: 3% 0 2%;
	font-size: 0.8rem;
	display: block;
	text-decoration: none;
	color: #fff !important;
}
.img_copy {
	display: none;
}
.img_movie{
	display:none;}
	
.img_mc3{
	display:none;}
.movie_s img:hover {
	opacity: 0.5 ;
}
	
.movie_s{
	display:block;
	width:90%;
	margin:auto;
	margin:15px auto;}	
	
}
</pre></body></html>