@charset "UTF-8";

/* ----------------------------------------------------------------
    GoogleMapレスポンシブ
  ----------------------------------------------------------------- */
.ggmap-wrap {
	position: relative;
	padding-bottom: 33.3%;
// これが縦横比 height: 0;
	overflow: hidden;
}
.ggmap-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ----------------------------------------------------------------
    ボタン
  ----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    共通パーツ
  ----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    sp-header
  ----------------------------------------------------------------- */
header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	z-index: 100;
}
.hidden-pc .spmenu-logo {
	position: absolute;
	top: 5px;
	left: 15px;
}
.spmenu_btn {
	display: block;
	position: absolute;
	top: 14px;
	right: 15px;
	width: 30px;
	height: 22px;
	background: #000;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.spmenu_btn:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	top: -9px;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.spmenu_btn:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	bottom: -9px;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.spmenu_btn.active {
	background: #FFF;
}
.spmenu_btn.active:before {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0;
	right: 0;
}
.spmenu_btn.active:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 0;
	right: 0;
}
.spmenu {
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.97);
}

nav {
	display: block;
	width: 100%;
	margin: 0 auto;
}
nav li a {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-align: center;
}
.spmenu nav .navi-home a {
	color: #005ca2;
}	
.spmenu nav .navi-guide a {
	color: #005ca2;
}	
.spmenu nav .navi-artist a {
	color: #005ca2;
}	
.spmenu nav .navi-ticket a {
	color: #005ca2;
}
.spmenu nav .navi-access a {
	color: #005ca2;
}
/* ----------------------------------------------------------------
    pc-header
  ----------------------------------------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 99;
}
header .head-inr {
	padding: 0px;
}

@media only screen and (min-width: 768px) {
header .head-inr h1 {
	position: absolute;
	top: 5px;
	left: 15px;
}
header .head-inr .navi {
	float: right;
}
.navi {
 *zoom: 1;
	list-style-type: none;
	width: 570px;
	margin: 0px auto 30px;
	padding: 0;
}
.navi:before, .navi:after {
	content: "";
	display: table;
}
.navi:after {
	clear: both;
}
.navi li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 148px;
}
.navi li a {
	display: block;
	margin: 0;
	padding: 20px 0;
	background: #fff;
	color: #ccc;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.navi .navi-home a:hover {
	color: #005ca2;
}	
.navi .navi-guide a:hover {
	color: #005ca2;
}	
.navi .navi-artist a:hover {
	color: #005ca2;
}	
.navi .navi-ticket a:hover {
	color: #005ca2;
}
.navi .navi-access a:hover {
	color: #005ca2;
}
.navi li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.navi li ul li {
	margin: 0 -12.5%;
	width: 200%;
}
.navi li ul li a {
	padding: 15px 15px;
	border-top: 1px solid #fff;
	background: #005ca2;
	text-align: center;
	font-size: 14px;
}
.navi .navi-guide ul li a {
	background: #005ca2;
}	
.navi .navi-artist ul li a {
	background: #8a5291;
}	
.navi li:hover > a {
	background: #fff;
}
.navi .navi-guide li a:hover {
	background: #fff;
}
.navi .navi-artist li a:hover {
	background: #fff;
}
#normal li ul {
	display: none;
}
#normal li:hover ul {
	display: block;
}
}

/* ----------------------------------------------------------------
    contact-section
  ----------------------------------------------------------------- */
.contact-container {
	width: 100%;
	background-color: #fff;
	padding: 50px 0;
}
.contact-container .contact-inr {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
.contact-container .contact-inr .testimony {
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin: 5%;
	padding: 10%;
	text-align: center;
	width: 70%;
}
.contact-container .contact-inr .testimony h3 {
	font-size: 24px;
}
.contact-container .contact-inr .testimony .quote i {
	color: #fff;
	background: #171c61;
}
.contact-container .contact-inr .testimony blockquote p {
	color: #333 !important;
}
.contact-container .contact-inr .testimony blockquote .caption {
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
.contact-container {
	width: 100%;
	background-color: #fff;
	padding: 100px 0;
}
.contact-container .contact-inr .testimony {
	margin: 0%;
	padding: 0%;
}
.contact-container .contact-inr .tel {
	float: left;
	padding: 50px 0;
	width: 49%;
}
.contact-container .contact-inr .mail {
	float: right;
	padding: 50px 0;
	width: 49%;
}
}

/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
#footer .col {
	float: left;
}
#footer .col-5 {
	width: 33.2%;
}
#footer .col-3 {
	width: 16.6%;
}
#footer {
	width: 100%;
	background-color: #fff;
}
#footer .container {
    margin: 0 auto;
    width: 90%;
}
#footer h3 {
	color: #333333;
	font-size: 16px;
	font-weight: 900;
}
.testimony .phone {
	color: #333333;
	font-size: 32px;
	font-weight: 900;
}
#footer ul li {
	font-size: 14px;
	line-height: 2.8em;
}
.copyright {
	font-size: 13px;
	color: #fff;
	background: #333333;
	padding: 10px 5% 10px;
	margin-top: 80px;
	margin-bottom: 0px;
    width: 90%;
}
.copyright p {
    text-align: center;
}

/* ----------------------------------------------------------------
    第2階層
  ----------------------------------------------------------------- */
 #contents-section  {
    background-color: rgba(0,0,0,0.03);
	margin: 0 auto;
	max-width: 1224px;
	width: 100%;
}
.contents-inner  {
	margin: 0 auto;
	max-width: 1024px;
    padding: 100px 0;
	width: 90%;
}
#headImg {
	margin: 100px 0 50px 0;
}
#headImg .page-title {
	margin: 20px 0 10px;
}
#headImg h2 {
	color: #005ca2;
	font-family: futura-pt, sans-serif;
	font-size: 90px;
}
#headImg p {
	color: #005ca2;
	font-family: futura-pt, sans-serif;
	font-size: 30px;
}
.anime_txt-secondary {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	animation-name: anime-secondary;
	animation-duration: 10s;
	animation-fill-mode: both;
	opacity: 0;
	line-height: 1.25;
	animation-delay: 1s;
}
 @keyframes anime-secondary {
 0% {
 opacity: 0;     /* 背景色指定 */
}
5% {
 opacity: 0;     /* 背景色指定 */
}
6% {
 opacity: 1;     /* 背景色指定 */
}
55% {
 opacity: 1;     /* 背景色指定 */
}
56% {
 opacity: 1;     /* 背景色指定 */
}
100% {
 opacity: 1;  /* 背景色指定 */
}
}
.marquee-secondary {
	position: relative;
	overflow: hidden;
}
.marquee-secondary::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	animation-name: marquee-secondary;
	animation-timing-function: ease;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

 @keyframes marquee-secondary {
from {
 transform: translateX(-100%);
 opacity: 1;
}
10% {
 transform: translateX(0);
}
20% {
 transform: translateX(100%);
}
to {
 transform: translateX(100%);
}
}
.anime_txt-secondary1, .marquee-secondary1::after {
	animation-delay: 0.1s;
}
.anime_txt-secondary2, .marquee-secondary2::after {
	animation-delay: 0.3s;
}
.marquee-secondary3 {
    height: 20px;
}
.marquee-secondary4 {
    height: 10px;
}
.marquee-secondary1::after {
	background: #FFFFFF;
}
.marquee-secondary2::after {
	background: #FFFFFF;
}
.marquee-secondary3::after {
	animation-delay: 0.2s;
	background: #FFFFFF;
}
.marquee-secondary4::after {
	animation-delay: 0.4s;
	background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
#headImg {
	margin: 100px 0 50px 0;
}
#headImg .page-title {
	margin: 20px 0 10px;
}
#headImg h2 {
	font-size: 60px;
}
#headImg p {
	font-size: 15px;
}
}

/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
.hidden-sp {
	display: none !important;
}
}

@media only screen and (min-width: 768px) {
.hidden-pc {
	display: none !important;
}
}

@media only screen and (max-width: 360px) {
.hidden-u360px {
	display: none;
}
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
.hidden-sm {
	display: none;
}
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
.hidden-md {
	display: none;
}
}

@media only screen and (min-width: 1100px) {
.hidden-lg {
	display: none;
}
}
#wrap {
	overflow: hidden;
}
