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

/************************************
*	ブラウザのデフォルトリセット設定*
************************************/
* {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

/************************************
*	基礎設定                        *
************************************/
body {
	font-size:14px;
	line-height:16px;
	font-family:"ＭＳ Ｐゴシック";
	background-color:#222;
	color: #fff;
}
#logo{
	margin:5px 0 0 10px;
}
#copyright{
	padding:20px 0;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-align:center;
}

h1{
	font-size:1px;
	line-height:1px;
	color:#eee;
	text-indent: -9999px;
}

#header{
	border-bottom:solid 1px #666;
	padding-bottom:10px;
}
.header-word{padding:5px; font-size:10px;}

.main_menu p {
	background-image:url(../img/sp/menu_open.png);
	background-repeat: no-repeat;
	background-position:50% center;
	background-size:90px;
}
.main_menu p.open {
	background-image:url(../img/sp/menu_close.png);
	background-repeat: no-repeat;
	background-position:50% center;
	background-size:90px;
}
.menu_list {
}
.menu_list ul .menu {
	border-top: 1px solid #000;
	font-size: 14px;
	background: #000;
	color: #fff;
}
.menu {
	border-top: 1px solid #000;
	border-bottom: 1px solid #181818;
	box-shadow: 0 0 2px 2px #181818 inset;
	list-style-type:none;
}
.menu_list ul li a {
	color:#000;
	text-decoration:none;
}
.menu_list ul li div {
	padding:0 10px;
	line-height:32px;
}

.menu_list ul li ul {
	margin-left:10px;
	border-top: 1px solid #000;
	font-size: 12px;
	background: #181818;
	color: #fff;
}
.menu_list ul li a {
	color:#fff;
	text-decoration:none;
}
.menu_list ul li ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #111;
	box-shadow: 0 0 2px 2px #111 inset;
	list-style-type:none;
}
.menu_list ul li ul li div {
	padding:0 10px;
	line-height:26px;
}

ul.accordion { width:100%; margin:0 auto; list-style: none;}
ul.accordion span.title { display:block; margin-right:6px; padding:9px 10px 7px 10px; background-position:right center; background-repeat:no-repeat; font-size:14px; line-height:16px; color:#fff; font-weight:bold;}
ul.accordion ul { display:none; list-style: none; }
ul.accordion &gt; li { }
ul.accordion &gt; li &gt; p { 
	background-color:#eee;
	border:solid 1px #eee;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* 左上,右上,左下,右下 */
}
ul.accordion &gt; li &gt; p span { background-image:url(../sp/img/menu_open.gif); background-size:12px;}
ul.accordion &gt; li &gt; p span.open { background-image:url(../sp/img/menu_close.gif); background-size:12px;}
ul.accordion &gt; li &gt; ul &gt; li { margin-left:10px;}

ul.accordion2 { width:100%; margin:0 auto 10px; list-style: none;}
ul.accordion2 span.region { display:block; margin-right:6px; padding:6px 10px 5px 10px; background-position:right center; background-repeat:no-repeat; font-size:12px; line-height:14px; color:#fff;}
ul.accordion2 &gt; li { }
ul.accordion2 &gt; li &gt; p { 
	background-color:#eee;
	border:solid 1px #eee;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* 左上,右上,左下,右下 */
	margin-top:5px;
}
ul.accordion2 &gt; li &gt; p span { background-image:url(../sp/img/menu_open2.gif); background-size:12px;}
ul.accordion2 &gt; li &gt; p span.open { background-image:url(../sp/img/menu_close2.gif); background-size:12px;}
ul.accordion2 &gt; li &gt; ul &gt; li { margin-left:10px;}

ul.accordion3 { width:100%; margin:0 auto 10px; list-style: none;}
ul.accordion3 span.area { display:block; margin-right:6px; padding:4px 10px 3px 10px; background-position:right center; background-repeat:no-repeat; font-size:12px; line-height:14px; color:#80500d;}
ul.accordion3 &gt; li { }
ul.accordion3 &gt; li &gt; p { 
	background-color:#eecc22;
	border:solid 1px #eecc22;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* 左上,右上,左下,右下 */
	margin-top:5px;
}
ul.accordion3 &gt; li &gt; p span { background-image:url(../sp/img/menu_open_yellow2.gif); background-size:12px;}
ul.accordion3 &gt; li &gt; p span.open { background-image:url(../sp/img/menu_close_yellow2.gif); background-size:12px;}
ul.accordion3 &gt; li &gt; ul &gt; li { margin-left:10px;}

ol {
  color:#774b0c;
}

.footer{
	margin-top:50px;
	padding:10px 5px 0 5px;
	background-color:#000;
}
.footer-menu{
	margin-top:10px;
	padding-left:12px;
	background-image: url(../img/sp/arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size:6px;
	text-align:left;
}
.footer-menu a{
	color:#fff;
}
.footer-line{
	margin-top:10px;
	border-top:solid 1px #fff;
}

/************************************
*	hタグ
************************************/
h2{
	margin-top:10px;
	background-color:#f6f6f6;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding:10px 15px;
	color:#333;
}
h3{
	border-bottom:solid 1px #ccc;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding-bottom:4px;
	color:#555;
}
h4{
	margin-top:40px;
	border:solid 1px #333;
	background-color:#666;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding:5px 10px;
	color:#fff;
}

/************************************
   スライドショー
************************************/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/************************************
   link
************************************/
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#ffe500;
}

.blog-link a{
	text-decoration:underline;
}
.blog-main a{
	color:#00f;
	font-weight:bold;
	text-decoration:none;
}
.blog-main a:hover{
	color:#00f;
	font-weight:bold;
	text-decoration:underline;
}

.blog-body a{
	color:#00f;
}
/************************************
   空白
************************************/
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt21{margin-top:21px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mlr5{margin:0 5px;}

.margin01{margin:5px 5px 0 5px;}
.margin02{margin:30px 5px 0 5px;}
.margin03{margin:40px 0 15px 0;}

.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}

.ptb5{padding:5px 0;}

.plr5{padding:0 5px;}

/************************************
   画像
************************************/
.image01{max-width:100px; height:auto;}
.image02{max-height:30px; width:auto;}
.image03{vertical-align:middle; margin-top:-3px;}

/************************************
   文字
************************************/
.fb{font-weight:bold;}

.f10{font-size:10px; line-height:12px;}
.f12{font-size:12px; line-height:14px;
}
.f14{font-size:14px; line-height:16px;}
.f16{font-size:16px; line-height:18px;}

.fc-red{color:#c00;}
.fc-gray{color:#555;}
.fc-orange{color:#ffe500;}
.fc-orange a{color:#ffe500;}

/************************************
   幅
************************************/
.wrapper{display:flex;}
.wrapper-wrap{display:flex; flex-wrap:wrap;}
.wrapper-start{display:flex; align-items:flex-start; flex-wrap:wrap;}

.wrapper-left{flex:1;}
.wrapper-left2{flex:2;}
.wrapper-left3{flex:3;}
.wrapper-left10{margin-left:10px; flex:1;}
.wrapper-left20{margin-left:20px; flex:1;}
.wrapper-left40{margin-left:40px; flex:1;}
.wrapper-middle-items{display:flex; flex:1; align-items:center;}
.wrapper-middle-number{display:flex; align-items:center;}

.wrapper-top-center{display:flex; justify-content:center;}
.wrapper-middle-center{display:flex; align-items:center; justify-content:center;}

.wrapper-middle{align-items:center;}

.box-s{box-sizing:border-box;}

.width36{width:36px;}
.width52{width:52px;}
.width80{width:80px;}

/************************************
   フォーム
************************************/
.form-text01{
	width:100%;
	box-sizing:border-box;
}

.form-textarea01{
	width:100%;
	height:80px;
	font-size:14px;
	line-height:18px;
	box-sizing:border-box;
}

.form_button{
	width:200px;
	height:24px;
	border:solid 1px #ccc;
	background-color:#f6f6f6;
	font-size:14px;
	line-height:24px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.form_button2{
	width:120px;
	height:24px;
	border:solid 1px #ccc;
	background: linear-gradient(to top, #fff, #ccc);
	font-size:14px;
	line-height:24px;
	font-family: "Osaka", sans-serif;
	color:#111;
}
.form_button2:hover{
	border:solid 1px #eee;
	background: #fff;
	color:#d00;
	cursor: pointer;
}

.mail_form .mail_text{
	border:solid 1px #ccc;
	padding:10px;
	font-size:14px;
	line-height:16px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.mail_form .mail-ta{
	border:solid 1px #ccc;
	padding:10px;
	font-size:14px;
	line-height:24px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.mail_form input[type="text"]:focus {
	background-color:#f6f6f6;
}
.mail_form .mail-ta:focus {
	background-color:#f6f6f6;
}

.comment_form .mail_text{
	border:solid 1px #ccc;
	font-size:14px;
	line-height:16px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.comment_form .mail-ta{
	border:solid 1px #ccc;
	font-size:14px;
	line-height:24px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.comment_form input[type="text"]:focus {
	background-color:#fafafa;
}
.comment_form .mail-ta:focus {
	background-color:#fafafa;
}
.comment_button{
	width:100px;
	height:24px;
	border:solid 1px #ccc;
	background-color:#f6f6f6;
	font-size:14px;
	line-height:20px;
	font-family: "Osaka", sans-serif;
	color:#555;
}
.comment_button:hover {
	background-color:#eee;
}

/************************************
   フロート
************************************/
.float{
	overflow:hidden;
}

.fl-left{
	float:left;
}

.fl-right90{
	float:right;
	width:90px;
}


.width-all{
	width:100%;
}
.width-half{
	width:50%;
}

/************************************
   カレンダー
************************************/

.calendar-title{
	margin-top:20px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#555;
}
.calendar-monthly{
	color:#555;
	font-weight:bold;
}
.calendar-main{
	margin-top:2px;
	width:308px;
	border-top:solid 1px #555;
	border-left:solid 1px #555;
}
.calendar-weekly{
	float:left;
	width:43px;
	padding:3px 0;
	border-right:solid 1px #555;
	border-bottom:solid 1px #555;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	background-color:#ccc;
	text-align:center;
}
.calendar-day{
	float:left;
	width:43px;
	padding:5px 0;
	border-right:solid 1px #555;
	border-bottom:solid 1px #555;
	font-size:12px;
	line-height:14px;
	text-align:center;
}
.calendar-holiday{
	float:left;
	width:43px;
	padding:5px 0;
	border-right:solid 1px #555;
	border-bottom:solid 1px #555;
	font-size:12px;
	line-height:14px;
	color:#d00;
	font-weight:bold;
	background-color:#fcc;
	text-align:center;
}

/************************************
   内容
************************************/
.news-line{
	border-top:solid 1px #000;
	border-bottom:solid 1px #666;
}
.news-large-title{
	padding:10px 5px 0;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.news-large1{
	margin:5px 5px 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#bbb;
}
.news-large2{
	margin:3px 5px 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#bbb;
}
.news-large2 a{
	color:#ffe500;
}
.news-list{
	border-top:solid 1px #000;
	border-bottom:solid 1px #666;
	color:#fff;
}
.news-list2{
	border-top:solid 1px #000;
	color:#fff;
}
.news-list a:hover{
	color:#ffe500;
}
.news-list-image{
	float:left;
	width:100px;
	text-align:center;
}
.news-list-text{
	float:left;
	width:70%;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.news-list-title{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.news-list-day{
	margin-top:5px;
	color:#bbb;
}
.news-list-tab{
	margin-top:5px;
	font-weight:normal;
	color:#bbb;
}
.news-list-genre{display:inline-block; background-color:#fff; width:auto; color:#111; font-size:12px; font-weight: bold; margin-top: 3px; padding:2px 5px;}
.news_more{
	float:right;
	margin-top:10px;
	font-size:12px;
	line-height:14px;
}
.news_arrow{
	width:140px;
	padding-left:12px;
	background-image: url(../img/sp/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	background-size:6px;
	text-align:left;
}

.sponsor01{
	border-top:solid 1px #ffe500;
	border-bottom:solid 1px #000;
	margin-top:40px;
}
.sponsor02{
	border-top:solid 1px #000;
	border-bottom:solid 1px #ffe500;
	padding-bottom:20px;
	text-align:center;
}


.page{margin:30px 0 50px; font-weight:bold;}
.page a{color:#ffe500;}
.page ul{list-style-type:none; padding-left:0;}
.page li{border:solid 1px #181818; background-color:#000;}
.page-inline{text-align:center;}
.page-inline li{display:inline;}

.prev01{padding:10px 5px; color:#444;}
a .prev01{color:#ffe500;}
.prev02{padding:10px 8px; margin-right:8px; color:#444;}
a .prev02{color:#ffe500;}
.number{padding:10px 14px; color:#fff;}
a .number{color:#ffe500;}
.next01{padding:10px 5px; color:#444;}
a .next01{color:#ffe500;}
.next02{padding:10px 8px; margin-left:8px; color:#444;}
a .next02{color:#ffe500;}


.flow{padding:5px 10px 3px; background-color:#666; font-weight:bold; color:#fff;}
.flow ul {font-size: 0;}
.flow li {display: inline-block; font-size:14px; line-height:16px;}
.flow a {color:#fff;}
.flow p:after {margin:0 12px; content:"&gt;";}


.news{margin:40px 10px 0;}
.news-title{font-size:18px; line-height:26px; font-weight: bold;}
.news-sub{margin-top:5px; font-size:12px; line-height:14px; text-align:right; color:#bbb; font-weight:bold;}
.news-sub a{color:#ffe500;}
.news-sub a:hover{text-decoration:underline;}
.news-image{margin-top:20px; text-align:center;}
.news-text{margin-top:20px; font-size:14px; line-height:24px;}
.news-text a{color:#ff0; text-decoration:underline;}
.news-text div{margin:20px 0; text-align:center;}
.relation{margin:40px 10px 0; padding:0 5px 3px; font-size:14px; line-height:16px; font-weight:bold; border-bottom:solid 1px #ccc;}

.news-button a{color:#fff;}
.news-button:hover{cursor: pointer;}
.news-twitter-button:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 10px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(../img/twitter.png);
  background-size: contain;
  vertical-align: middle;
	margin-top:-1px;
	margin-right:5px;
}
.news-twitter-button{border-radius: 3px; background-color: #1B95E0; padding:5px 8px; font-size: 12px; box-sizing: border-box;}
.news-twitter-button:hover{background-color: #0C7ABF;}
.news-facebook-button:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 10px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(../img/facebook.png);
  background-size: contain;
  vertical-align: middle;
	margin-top:-1px;
	margin-right:5px;
}
.news-facebook-button{border-radius: 3px; background-color: #4267B2; padding:5px 8px; font-size: 12px; box-sizing: border-box;}
.news-facebook-button:hover{background-color: #365899;}

.news-image-size{vertical-align:bottom; max-width: 800px; max-height: 800px;}

@media screen and ( max-width:680px )
{.news-image-size{vertical-align:bottom; max-width: 600px; max-height: 600px;}}

@media screen and ( max-width:480px )
{.news-image-size{vertical-align:bottom; max-width: 280px; max-height: 280px;}}

.genre-area{margin-top:40px; padding:0 20px 40px; text-align: center; border-bottom:solid 1px #666;}
.genre-area2{margin:40px 40px 0; text-align: center;}
.genre-title{font-size: 20px; font-weight: bold;}
.genre-text{margin-top: 15px; font-size: 14px; line-height: 24px;}

.contents-area{margin-top:40px; padding:0 20px 40px; text-align: center;}

.contents-text{margin-top: 30px; font-size: 14px; line-height: 36px;}
.contents-text2{margin-top: 30px; font-size: 14px; line-height: 24px; text-align: left;}
.contents-text3{margin-top: 30px; font-size: 14px; line-height: 24px;}
.contents-text4{margin-top: 30px; font-size: 14px; line-height: 24px; border-top:solid 1px #666;}
.contents-sub-title{margin-top: 30px; font-size: 16px; font-weight: bold; line-height: 28px;}
.contents-text div:first-child{margin-top: 50px; }

.service-text01{font-size:14px; line-height:26px; color:#ff0;}
.service-text02{margin-top:40px; font-size:16px; font-weight:bold;}

.inquiries-area{margin-top:10px; padding:0 10px 20px 10px; border:solid 1px #666; box-sizing:border-box; background-color:#282828; text-align: left;}
.inquiries-title{padding:20px 5px 0 5px; font-size:14px; line-height:16px; font-weight:bold;}
.inquiries-contents{border-bottom:solid 1px #666; padding:10px 5px; font-size:12px; line-height:16px;}

.staff-area{margin-top:40px; padding-bottom:40px; text-align: center;}
.staff{border-top:solid 1px #000; border-bottom:solid 1px #666; padding:0 20px 10px;}
.staff-image-size{vertical-align:bottom; max-width: 200px; max-height: 200px;}
.staff-name{margin-top:10px; font-size: 18px; font-weight: bold;}
.staff-comment{font-size: 16px;}

.youtube-area{display:inline-block; background-color:#fff; width:auto;}
.youtube-size01{display: block;}
.youtube-size02{display: none;}
.youtube-size03{display: none;}

@media screen and ( max-width:680px ){
	.youtube-size01{display: none;}
	.youtube-size02{display: block;}
	.youtube-size03{display: none;}
}

@media screen and ( max-width:360px ){
	.youtube-size01{display: none;}
	.youtube-size02{display: none;}
	.youtube-size03{display: block;}
}
</pre></body></html>