@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #fff;
/*	
	background: #fff url("/wp-content/themes/lightning2/_g3/assets/images/Videotogif.gif") repeat-y center top;
*/
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	background-size: 100%;
	
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
/******************** a ********************/
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #c00;
}


h1{
	background: url("/wp-content/uploads/2025/04/header_bg.png") no-repeat center;
	background-size:cover;
	background-position-x: -100px;
	color:transparent;
}
#floating img{
	display:none;
}
#floating h1 img{
	display:inline!important;
	width: 70%;
    height: auto;
}


.hamburger{
}
.globalMenuSp{
	display:none;
}
.picture.sp{
	display:none;
}
.page-header{
	display:none;
}
#breadcrumb{
	display:none;
}
#floating img{
}


/********************/
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.bold img {
	margin-right: 3px;
}
.large {
	font-size: 160%;
	line-height: 130%;
}
.orange {
	color: #FF9900;
}
.yellow {
	color: #FFCC00;
}
.red {
	color: #FF0000;
}
.blue {
	color:#0099FF;
}
.gray {
	color: #aaa;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/******************** header ********************/
div#page {
	width: 100%;
	margin: 0 auto;
}
#global_header {
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
#global_header hgroup {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	height: 140px;
}
/******************** nav ********************/
p#open {
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
/*
    margin-top: 10px;
*/
    background-color:#fff;
}
p#open .medium {
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
}
p#open .large {
	font-weight: bold;
	font-size: 160%;
}
.img {
	margin: 0 10px;
}
.img img, .event img {
	width: 100%;
	height: auto;
	max-width: 1200px;
}
.event {
	text-align: center;
	margin: 10px 10px 0;
}

/******************** MENU ********************/
#menu {
	line-height: 20px;
	text-align: center;
}
#menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    list-style: none;
	margin: 0 auto 20px;
}
#menu li {
	width: 32%;
	margin: 0 -1px -1px 0;
}
#menu li a {
	text-shadow: 1px 3px 3px #000;
	display: block;
	background: #222;
	border: 1px solid #fff;
	line-height: 40px;
	color: #fff;
}
#menu li a:hover {
	background: #000;
	color: #888;
}

/******************** contents ********************/
div#contents {
	text-align: center;
}
p.page_top {
	clear: both;
	margin: 10px 5px 10px 0;
	text-align: right;
	font-size: 90%;
}
p.page_top a {
	color: #fff;
}
div#contents h2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ab0000+1,ab0000+1,f74141+1,c20401+76,bf403e+99,bf403e+99,ab0000+99 */
	background: #ab0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab0000 1%, #ab0000 1%, #f74141 1%, #c20401 76%, #bf403e 99%, #bf403e 99%, #ab0000 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ab0000 1%,#ab0000 1%,#f74141 1%,#c20401 76%,#bf403e 99%,#bf403e 99%,#ab0000 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ab0000 1%,#ab0000 1%,#f74141 1%,#c20401 76%,#bf403e 99%,#bf403e 99%,#ab0000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0000', endColorstr='#ab0000',GradientType=0 ); /* IE6-9 */
	color: #ddd;
	font-size: 120%;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0 10px;
	text-align: center;
}
.text {
	padding: 8px;
}
.text p.page_top {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}
/******************** topics ********************/
dl.accordion {
	line-height: 150%;
	margin: 10px 0;
	text-align: left;
}
dl.accordion dt {
	cursor: pointer;
	background: #eaab00 url(/wp-content/uploads/2025/06/icon_arrow.png) no-repeat right;
	border-bottom: 1px solid #b68500;
	padding: 2% 8px;
	clear: both;
}
dl.accordion dt:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
dl.accordion time {
	font-weight: bold;
}
dl.accordion span.text {
	width: 95%;
	display: block;
	float: left;
	padding: 0;
}
dl.accordion .btn, dl.accordion dt.opened .btn {
	float: right;
	margin: -8px -3px 0 0;
	background: url(/wp-content/uploads/2025/06/icon_plus.png) no-repeat right;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
dl.accordion dt.opened .btn {
	background: url(/wp-content/uploads/2025/06/icon_minus.png) no-repeat right;
}
dl.accordion dd {
	padding: 10px 5px 10px 10px;
        color: #000;
        background-color: #fff;
    opacity: 0.9;
}
dl.accordion dd:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
dl.accordion a img {
	float: left;
	margin: 0 10px 10px 0;
}
/******************** accordion ********************/
div.accordion {
	line-height: 150%;
	margin: -1px 0 15px;
}
div.accordion h2, div.accordion h3 {
	cursor: pointer;
	clear: both;
}
div.accordion h2:after, div.accordion h3:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.accordion h2 .btn, div.accordion h2 .opened .btn,
div.accordion h3 .btn, div.accordion h3 .opened .btn {
	float: right;
	margin: 6px 5px 0 0;
	background: url(/wp-content/uploads/2025/06/icon_plus2.png) no-repeat right;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
div.accordion h3 .btn, div.accordion h3 .opened .btn {
	margin: 4px 5px 0 0;
	background: url(/wp-content/uploads/2025/06/icon_plus.png) no-repeat right;
}
div.accordion h2 .opened .btn {
	background: url(/wp-content/uploads/2025/06/icon_minus2.png) no-repeat right;
}
div.accordion h3 .opened .btn {
	background: url(/wp-content/uploads/2025/06/icon_minus2.png) no-repeat right;
}
/******************** schedule ********************/
ul#schedule_date {
	display: flex;
	justify-content: center;
	margin: 0px auto 5px;
	width: 100%;
	text-align: center;
	_zoom: 1;
	overflow: hidden;
	list-style-type: none;
	position: relative;
	font-size: 12px;
}
ul#schedule_date li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fd0;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: inline-block;
	line-height: 140%;
	margin: 0 2px;
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #fff;
}
ul#schedule_date li.current {
	padding-left: 2px;
}
ul#schedule_date li a {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: block;
	line-height: 140%;
	padding-left: 2px;
}
ul#schedule_date li a:hover {
	color: #fd0;
	background: #000;
}
/********************/
#schedule_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	max-width: 1200px;
	text-align: center;
}
ul.schedule, ul.schedule.new, ul.schedule_newface {
	text-align: center;
	padding: 5px;
	margin: 3px;
	line-height: 120%;
	border: 1px solid #ffde00;
	text-shadow: 1px 1px 1px #000;
    font-weight: normal;
    font-size: 13px;
}
ul.schedule_newface {
	border: 1px solid #fff;
	background: #370000 url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule.new {
	background: url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule img, ul.schedule.new img, ul.schedule_newface img {
	margin-bottom: 5px;
	width: 100px;
	height: 150px;
	object-fit: cover;
}
li.name a {
	font-weight: bold;
	color: #fd0;
}
li.name a:hover {
	color: #c00;
}
img.covid {
    width: 35px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: -40px !important;
    left: -65px !important;
    margin: 0 0 -35px -35px !important;
}

.pc{
	display:none;
}
.sp{
	display:block;
}
#sub_btn{
	display:none;
}

#concept img{
	width:100%!important;
	height:auto!important;
}
#concept2 img{
	width:100%!important;
	height:auto!important;
}

#vk-mobile-nav-menu-btn{
	display:none;
}
#vk-mobile-nav{
	display:none;
}
footer{
	display:none;
}
footer.site-footer{
	display:none;
}
footer ul{
	display:none;
}

#tel{
	display:inline-block;
	width:48px;
	height:48px;
        position: relative;
        top: 10px;
}
#tel img{
	margin-left:10px;
	width:100%;
	height:100%;
}


/******************** twitter ********************/
div.twitter {
	width: 300px;
	margin: 0 auto;
}
/******************** bottom ********************/
ul.bn {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
}
ul.bn li {
	width: 48%;
	margin: 2px;
}
ul.bn li img {
	width: 100%;
	height: auto;
}
/******************** warning ********************/
#warning {
    text-align: left;
    font-size: 14px;
        color: #000;
        background-color: #fff;
    opacity: 0.9;
}
/******************** global footer ********************/
p.page_top {
	margin: 30px auto 10px;
	line-height: 150%;
	text-align: center;
}
footer#global_footer {
	background: url("/wp-content/uploads/2025/06/bar.png") repeat-x left bottom;
	padding: 10px 0 20px;
	color: #888;
	font-size: 90%;
}
p.copyright {
	text-align: center;
}
p.copyright a {
	color: #888;
}
#global_header hgroup {
    display: none;
}
header img{
width: auto;
    height: 80px;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}
