@charset "utf-8";
/* CSS Document */
/* ********************************************
// --- リセット ---
// ※ブラウザのデフォルトCSSをリセット
// ***************************************** */
	
*{
  padding: 0;
  margin: 0;
}
header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}
ul, ol {
	list-style: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: bottom;
}
a img {
  border: none;
}

/*-----------------------
 全体フェードイン、スムーズ移動
 -----------------------*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	scroll-behavior: smooth;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*-----------------------
 COMMON
 -----------------------*/

/*body {
  background-image: url("../images/p1.jpg");
  
  
}*/

  body {
    background: url("../images/p1.jpg") no-repeat center;
	  background: -webkit-image-set( url("../images/p1.jpg") 1x, url("../images/p1@2x.jpg") 2x ) no-repeat center;
	  background-color: #160060;
	  background-position: center center;
	  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Verdana, "游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	font-weight: 500;
  }

a { text-decoration: none !important;}
a:hover { 
	text-decoration: none; 	
	opacity: 0.6 ;
	filter: alpha(opacity=60) ;	/* Ie用 */
}

html,body {
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
	height: 100%;
}

.sp {	
	display: none;
}

/*アニメ―ションする要素を非表示にする*/
.invisible {
    visibility: hidden;
}


@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	
	.pc{
		display: none;
	}
	
	  body {
    background: none;
  }
	
	body::before {
  background: url("../images/p1s.jpg") no-repeat center;/* 画像（ここにfixedは入れない） */
		background: -webkit-image-set( url("../images/p1s.jpg") 1x, url("../images/p1s@2x.jpg") 2x ) no-repeat center;
		background-size: cover;/* cover指定できる */
		background-color: #160060;
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
	

}

/*-----------------------
 Header Menu
 -----------------------*/

#wrapper nav a.hoverAction img{
	opacity: 0.6 ;
	filter: alpha(opacity=60) ;	/* Ie用 */
}

#wrapper nav {
    position: fixed;
    top: 0;
    right: -278px;
    width: 278px;
    height: 530px;
    padding-top: 70px;
	background-color: rgba(0,0,0,0.8);
    font-size: 12px;
    box-sizing: border-box;
    z-index: 2;
}
#wrapper nav ul li {
    display:block;
    padding: 0px 0px 30px 40px;
}
#wrapper nav ul li a {
    text-decoration: none;
    color: #fff;
}
#wrapper nav ul li img {
	margin-right: 10px;
}
#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 3;
	padding-left: 17px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	background-image: url("../images/han_menu_btn.png");
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 21px;
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 29px;
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 37px;
}
#wrapper .btn-gnavi.open span:nth-child(1) {
    bottom: 0;
  transform: rotate(45deg);
	top: 28px;
}
#wrapper .btn-gnavi.open span:nth-child(2) {
    background: rgba(255, 255, 255, 0);
}
#wrapper .btn-gnavi.open span:nth-child(3) {
    top: 0;
  transform: rotate(-45deg);
	top: 28px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
#wrapper .contents section:nth-child(even) p {
    right: 10%;
}

/*-----------------------
 Title
 -----------------------*/

#top .flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 90%;
	max-width: 1100px;
	margin: 0px auto 0px;
	z-index: 10;
}

#top .flex .flex1 {
	width: 50%;
	padding: 110px 50px 100px 0px;
}

#top .flex .flex1 img {
	width: 100%;
}

#top .flex .flex2 {
	width: 50%;
	padding-top: 210px;
}

.movie {
	width: 100%;
	margin-bottom: 40px;
}
 
.movie iframe {
     width: 100%;
}

#top .flex .flex2-1 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 100%;
}

#top .flex .flex2-1 .flex2-1-1 {
	width: 485px;
	margin: 0px auto;
}

#top .flex .flex2-1 .flex2-1-2 {
	width: 50%;
	max-width: 250px;
	margin-left: 10px;
}

#top .flex .flex2-1 .flex2-1-1 img,
#top .flex .flex2-1 .flex2-1-2 img {
	width: 100%;
}

.soon {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	margin: 30px 0px 50px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#top .flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	
	#top .flex .flex1 {
		width: 100%;
		padding:  50px 20px 50px 20px;
	}
	
	#top .flex .flex2 {
		width: 100%;
		padding-top: 0px;
	}
}

/*-----------------------
 News
 -----------------------*/

#news div.div-n {
	width: 80%;
	margin: 80px auto 120px;
	background-color: rgba(0,0,0,0.8);
	padding: 30px 20px 40px 20px;
	text-align: center;
	z-index: 10;
}

#news h2 {
	padding-bottom: 20px;
}

#news h2 img {
	max-width: 100%;
}

#news .date {
	font-size: 15px;
	margin-bottom: 5px;
}

#news .txt {
	margin-bottom: 30px;
}

#news .txt a {
	color: #fff;
}

#news .txt a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
}

/*-----------------------
 Story
 -----------------------*/

#story div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(0,0,61,0.7);
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#story h2 {
	padding-bottom: 0px;
}

#story h2 img {
	max-width: 100%;
}

#story p img {
	width: 70%;
	min-width: 1000px;
}

@media screen and (max-width: 768px) {
	#story p img {
		width: 95%;
		min-width: 300px;
	}
}

/*-----------------------
 Map
 -----------------------*/

#map div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#map h2 {
	padding-bottom: 0px;
}

#map h2 img {
	max-width: 100%;
}

#map p img {
	width: 80%;
}

@media screen and (max-width: 768px) {
	#map p img {
		width: 95%;
	}
}

/*-----------------------
 Spot
 -----------------------*/

#spot div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(43,19,1,0.70);
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#spot h2 {
	padding-bottom: 10px;
}

#spot h2 img {
	max-width: 100%;
}

#spot p {
	margin-bottom: 80px;
}

#spot p img {
	width: 70%;
	min-width: 1100px;
}

@media screen and (max-width: 768px) {
	#spot p img {
		width: 95%;
		min-width: 300px;
	}
}

/*-----------------------
 Event
 -----------------------*/

#event div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#event h2 {
	padding-bottom: 0px;
}

#event h2 img {
	max-width: 100%;
}

#event .flex {
  	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 90%;
	margin: 20px auto 50px;
}

#event .flex .flex1,
#event .flex .flex2 {
	width: 50%;
	padding: 0px 10px 0px 10px;
}

#event .flex img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#event .flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}
	
	#event .flex .flex1,
	#event .flex .flex2 {
		width: 100%;
		padding:  0px 0px 0px 0px;
	}
}

/*-----------------------
 access
 -----------------------*/

#access div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(0,35,16,0.70);
	padding: 30px 0px 40px 0px;
	text-align: center;
}

#access h2 {
	padding-bottom: 20px;
}

#access h2 img {
	max-width: 100%;
}

.googlemap{
	width: 70%;
	margin: 0 auto;
}

#access p img {
	width: 70%;
	min-width: 1100px;
}

@media screen and (max-width: 768px) {
	
	.googlemap{
		width: 95%;
		margin: 0 auto;
	}
	
	#access p img {
		width: 95%;
		min-width: 300px;
	}
}

/*-----------------------
 Toku
 -----------------------*/

#toku div.div-n {
	width: 100%;
	margin: 80px 0px 120px;
	background-color: rgba(0,0,0,0.5);
	padding: 30px 20px 40px 20px;
	text-align: center;
}

#toku h2 {
	padding-bottom: 0px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 38px;
}

#toku h2 img {
	max-width: 100%;
}

#toku p img {
	width: 80%;
}

@media screen and (max-width: 768px) {
	#toku p img {
		width: 95%;
	}
}

/*-----------------------
 Copy
 -----------------------*/

#copy .div-n {
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 10px 8px 10px;
	text-align: center;
}

#copy div p {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
