<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: 0;
}
.page {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-image: url(../images/bg_all.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f5fcfd;
}
.main {
	width: 100%;
}

.page h1 {
	margin-top: 0px;
	padding: 0px;
}
.page h2 {
	margin-top: -10px;
	padding: 0px;
}
.movie {
	width: 1000px;
	height: 580px;
	padding: 10px;
	text-align: center;
	display: block;
	margin: -7px auto 0;
	background-image: url(../images/bg_movie.jpg);
	background-repeat: repeat-x;
}
.s_movie {
	display: none;
}

.contents {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_ir2.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}
.page .box_ir {
	width: 100%;
	background-image: url(../images/bg_ir2.jpg);
	background-repeat: repeat;
	clear: both;
}
.ir {
	background-image: url(../images/bg_ir.jpg);
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}

.ir p {
	margin-bottom: 20px;
	font-size: 1.3rem;
	font-weight: normal;
}
.ir h2 {
	margin-top: 30px;
}
.shiranai {
	text-align: center;
	color: #0A0A0A;
	font-size: 1.2rem;
	padding-bottom: 30px;
}
.shiranai h1 {
	margin-bottom: 40px;
}
.box_syuzai {
	background-image: url(../images/bg_box_syuzai.jpg);
	padding: 50px 0;
}
.syuzai {
	width: 1200px;
	margin: 0 auto 50px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2rem;
}
.img2 {
	display: inline-block;      /* インラインブロック要素にする */
	background-color: #3d2e0b;    /* 背景色指定 */
	padding: 10px;             /* 余白指定 */
	height: 210px;
	margin: 20px 0px 20px 35px;/* 高さ指定 */
	width:28%;
}
.img3 {
	display: inline-block;      /* インラインブロック要素にする */
	background-color: #ccc;    /* 背景色指定 */
	padding: 10px;             /* 余白指定 */
	height: 210px;
	margin: 20px 0px 0px 0;/* 高さ指定 */
}
.syuzai p {
	padding: 0px 40px;
	line-height: 2.8rem;
}
.p_mt_30 {
	margin-top: 30px;
}
.syuzai_detail1 {
	background-image: url(../images/bg_syuzai.jpg);
	height: auto;
	padding: 0px 0 20px;
	margin: 30px 0;
}
.syuzai_detail2 {
	background-image: url(../images/bg_syuzai.jpg);
	height: auto;
	padding: 0px 0 20px;
	margin: 30px 0;
}
.img1 {
	margin: 20px 30px;
	float: right;
}
.footer {
	background-image: url(../images/bg_footer.jpg);
	margin-bottom: -6px;
}
.ir img {
	margin-bottom: 30px;
}
.img_s {
	display: none;
}
.br_s{
	display: none;
}
/*===============================================
スマホ
===============================================*/
@media screen and (max-width: 1024px) {
	.br_s{
		display: block;
	}
	.img_s{
		display: block;
	}
	.img_pc{
		display: none;
		
	}
img{
	width: 100%;
	height: auto;
		
	}
.page {
	
	background-image: none;
	background-color: #73e8fc;
}
.main {
	width: 100%;
}

.page h1 {
	margin-top: 0px;
	padding: 0px;
}
.page h2 {
	margin-top: -10px;
	padding: 0px;
}
.movie {
	display: none;
	height: 0px;
}
.s_movie {
	display: block;
		width: 100%;
	height: 220px;
	padding: 10px;
	text-align: center;
	display: block;
	margin: -6px auto 0;
	background-image: url(../images/bg_movie.jpg);
	background-repeat: repeat-x;
	box-sizing: border-box;
}
.box_movie {
	background-color: #f5fcfd;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_ir2.jpg);
	background-size: 100%;
	background-position: center top;
}
.page .box_ir {
	width: 100%;

}
.ir {
	background-image: url(../images/s_bg_ir.jpg);
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	background-size: 100%;
	background-position: center bottom;
}
.ir p {
	margin-bottom: 20px;
	font-size: 1.1rem;
	font-weight: normal;
}
	.img_ir{
		width: 25%;
	
}
	
.ir h2 {
	margin-top: 30px;
}
	.img_ir2{
		width: 90%;
	}
		.img_ir3{
		width: 70%;
	}
.shiranai {
	text-align: left;
	color: #0A0A0A;
	font-size: 1.0rem;
	line-height: 2.0rem;
	padding-bottom: 0px;
}
.shiranai h1 {
	margin-bottom: 40px;
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
}
.box_syuzai {
	background-image: url(../images/bg_box_syuzai.jpg);
	padding: 20px 0 1px;
}
	

.syuzai {
	width: 100%;
	margin: 0 auto 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.9rem;
}


.syuzai p {
	padding: 0px 20px;
	line-height: 1.5rem;
}
.p_mt_30 {
	margin-top: 30px;
}
.syuzai_detail1 {
	background-image: url(../images/bg_syuzai.jpg);
	height: auto;
	padding: 0px 0 20px;
	margin: 30px 0;
}
.syuzai_detail2 {
	background-image: url(../images/bg_syuzai.jpg);
	height: auto;
	padding: 0px 0 20px;
	margin: 30px 0;
}
.img1 {
	width: 90%;
	margin: 20px auto 0;
	float:none;
	display: block;
	float: none;
}
	
.footer {
	background-image: url(../images/bg_footer.jpg);
	margin-bottom: -6px;
}
.ir img {
	margin-bottom: 30px;
}
.img2 {
	display:block;      /* インラインブロック要素にする */
	background-color: #3d2e0b;    /* 背景色指定 */
	padding: 5px;   
	height: auto;
	width: 85%;
	margin: 10px auto 0px;
	float: none;
}
.img3 {
		display:block;      /* インラインブロック要素にする */
	background-color: #ccc;    /* 背景色指定 */
	padding: 5px;   
	height: auto;
	width: 85%;
	margin: 0 auto 0px;
	float: none;
}
	.megami{
		width: 50%;
		height: auto;
		margin: -60px auto 0;
	}
	.br_pc{
		display: none;
	}
	.footer {
	background-image: url(../images/bg_footer.jpg);
	margin-top: -10px;
}
}
</pre></body></html>