@charset "utf-8";
/* CSS Document */
html{
	-webkit-text-size-abjust: 100%;
}
body{
	background-image: url("../image/bg-img3.png");	
}

.header-logo img{
	width:100%;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.gnav ul{
	display:flex;
	justify-content: center;
}

.gnav li{
	width: 10%;
	border-right: 2px solid #FF0101;
	color: #252222;
}

.gnav a{
	color: #252222;
	display: block;
	text-align: center;
	text-decoration: none;
}

.gnav a:hover{
	color: #ff0101;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ff0101;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 900ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff0101;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.container2{
	margin-top:100px; 
}

.Description{
	margin-left: 250px;
	margin-top: -270px;
	margin-bottom: 30px;
	color: #252222;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 50px;
	background-image: url(../image/kumo4.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.News {
	text-align: center;
	margin-top:130px;
}

.News img{
	margin-bottom: 50px;
}

.News-list {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.News-list dt {
  width: 500px;
  padding: 10px 0;
  border-bottom: 1px #ff0101 dotted;
	color: #252222;
}
.News-list dd {
  width: 500px;
  padding: 10px 0;
  border-bottom: 1px #ff0101 dotted;
	color: #252222;
}
.ticket{
	text-align: center;
	margin-top:130px;
}

.Fee{
	margin-top: 15px;
	text-align: center;
	color: #252222;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: bold;
}

.Description2{
	width:80%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 35px;
}
.access{
	text-align: center;
}

.access img{
	margin-top:100px;
}

.access iframe{
	margin-top:30px; 
}

.access p{
	color: #252222;
	width: 1000px;
	text-align: left;
	margin-top: 30px;
	margin-bottom:20px;
	padding-left: 170px;
	font-size: 15px;
	line-height: 22px;
}

.footer{
	/*clear: both;*/
	background-color: #ff0101;
	background-image: url("../image/nami.png");
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.fnav ul{
	padding-top:50px; 
	display:flex;
	justify-content: center;
}

.fnav li{
	width: 10%;
	border-right: 2px solid #fff;
	color: #FFFFFF;
}

.fnav a{
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}

.fnav a:hover{
	color: #ffffff;
	opacity: 0.5;
}

.SNS{
	display: flex;
	justify-content: center;
}
.SNS p{
	padding:20px;
}

.copyright{
	font-size: 13px;
	color: #fff;
	text-align: center;
	
}

.padding-right3px{
	padding-right: 10px;
}

.border{
	border-bottom: 1px #ff0101 dotted;
	color: #252222;
}

.font{
	font-size: smaller;	
}

.cloud1{
	margin-top:30px;
}

.cloud2{
	margin-top:30px;
	text-align: right;
}

/*展示紹介ページ*/
.container3 h2{
	text-align: center;
	margin-top:50px;
	margin-bottom: 30px;
}

.Description3{
	width:80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 35px;
	color: #252222;
}
.imgset{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
	display: flex;
	justify-content: center;
}

.imgset p{
	padding-top:3px;
}
.imgset1{
	text-align: center;
}

.imgset2{
	text-align: center;
}

.imgset1 p{
	color: #252222;
	font-size: 12px;
}

.imgset2 p{
	color: #252222;
	font-size: 12px;
}

.img1{
	width: 60%;
	height: auto;
}

.img2{
	width: 80%;
	height: auto;
}
/*768px以上のスクリーンサイズ設定*/
@media screen and (min-width: 768px){
	.spnav{
		display: none;
	}
}

/*767px以下のスクリーンサイズ設定--sp用*/
@media screen and (max-width: 767px){
	.gnav{
		display: none;
	}
	
	.container2{
	margin-top:30px; 
}
	.container2 img{
		width: 90px;
		height: 136px;
	}
	.Description{
	margin-left: 110px;
	margin-top: -140px;
	margin-bottom: 30px;
	margin-right: 20px;
	color: #252222;
	font-size: 6px;
	line-height: 19px;
	background-image: none;
}
	.News {
	text-align: center;
	margin-top:50px;
}
	
	.News img{
		width:50px;
		height:50px;
		margin-bottom: 10px;
}

.News-list {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.News-list dt {
  width: 250px;
  font-size: 4px;
  padding: 10px 0;
	border: none;
}
.News-list dd {
  width: 250px;
	font-size: 4px;
  padding: 10px 0;
	border-bottom:1px #ff0101 dotted;
}
	.access{
		text-align: center;
	margin-top:10px;
	}
	
	.ticket{
		margin-top:30px;
	}
	.ticket img{
		width:50px;
		height:50px;
	margin-top:3px;
}
	
	.Fee{
	margin-top:15px;
	text-align: center;
	color: #252222;
	font-size: 6px;
	letter-spacing: 1px;
	line-height: 19px;
}

	.Description2{
	color: #252222;
	font-size: 6px;
	line-height: 14px;
	padding-top: 20px;
	}
	
	.Description2 img{
		width:5%;
		height: auto;
	}
	
	.access img{
		width:50px;
		height:50px;
	margin-top:10px;
}

.access iframe {
	margin-top: 10px;
  width: 80%;
  height: 100%;
}
	
	.access p{
	color: #252222;
	width: 300px;
	margin-top: 10px;
		padding-left: 40px;
	font-size: 10px;
	line-height: 12px;
}
	
	.footer{
	background-color: #ff0101;
	background-image: url(../image/nami-sp.png);	
	background-repeat: no-repeat;
	background-position: right bottom;
}

	.fnav{
		display: none;
	}
	
	.SNS{
		display: flex;
		justify-content: center;
	}
	
	.SNS p{
		padding-left:40px;
}
	
	.SNS img{
		width: 35%;
		height:auto;
	}

.copyright{
	font-size: 6px;
	color: #fff;
	text-align: center;
	
}
	.padding-right3px{
	padding-right: 5px;
}
	.cloud1 img{
		width: 30%;
		height: auto;
	}
	
	.cloud2 img{
		width: 30%;
		height: auto;
	}
	/*展示紹介ページ*/
	.container3 h2{
		margin-top:10px;
	}
.container3 img{
	text-align: center;
	width:50px;
		height:50px;
	margin-top:1px;
}
	.Description1-1 img{
		width: 80%;
		height: auto;
	}
.Description3{
	width:80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 6px;
	letter-spacing: 1px;
	line-height: 20px;
}
	
	.imgset{
	padding-bottom: 25px;
}
	
.imgset1 p{
	color: #252222;
	font-size: 5px;
}

.imgset2 p{
	color: #252222;
	font-size: 5px;
}
}

