@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: #f00 url("/wp-content/themes/lightning2/_g3/assets/images/Videotogif.gif") repeat-y center top;
	background-size: 100%;	font-size: 16px;
*/
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
}
/******************** a ********************/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
/********************/
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;
}
.large {
	font-size: 160%;
	line-height: 140%;
}
.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;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}

/* よく使いそうな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用 */  
}

/******************** header ********************/
div#page {
	width: 100%;;
	min-width: 320px;
	margin: 0 auto;
}
#global_header {
	width: 320px;
	text-align: center;
	margin: 0 auto;
}
#global_header img{
	width:100%;
}

#global_header hgroup {
	display: none;
	text-indent: -10000px;
	overflow: hidden;
	height: 130px;
}

.pc{
	display:none;
}
.sp{
	display:block;
}
/******************** contents ********************/
div#contents {
	text-align: left;
}
.text {
	padding: 8px;
}
.text p.page_top {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}
/********************/
p.bar {
	background: url("/wp-content/uploads/2025/06/bar.png") repeat-x;
	height: 45px;
	width: 100%;
}
div.entrance {
	background: #000;
	height: 200px;
	text-align: center;
	margin-left: -10px;
}
div.entrance p.text {
	padding: 18px 0 5px 10px;
}
div.entrance p.leave {
	margin-top: -12px;
}
p.concept {
	width: 100%;
	background: #333;
	color: #fff;
	margin: 10px auto 40px;
	padding: 10px 0;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
h1{
	background: url(/wp-content/uploads/2025/04/header_bg.png) no-repeat center;
        background-size: cover;
        background-position-x: -100px;
        color: transparent;
}
.banner{
	display:none;
}

/******************** global footer ********************/

footer#global_footer {
/*
	background: url("/wp-content/uploads/2025/06/bar.png") repeat-x left bottom;
*/
	padding: 10px 0 20px;
	color: #ff0;
	font-size: 90%;
}
p.copyright {
	text-align: center;
	color: #ff0;
}
p.copyright a {
	color: #ff0;
}

footer{
	display:none!important;
}