@charset "UTF-8";
/* CSS Document */

/* BASE */
body {
  color: #FFFFFF;
  font-size: 14px;
}
* {
  list-style:none;
  margin: 0;
  padding: 0;
}
p {
	font-size: 14px;
  line-height: 148%;
}
a{
  color: #fefefe;
  text-decoration: none;
  transition: 0.5s ease 0s;
}
a:hover{
  opacity: 0.6;
}
main {
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.85);
	position: absolute;
	top: 100%;
	margin: -240px 0 0;
}
#bg * {
	width: 100%;
	height: 100%;
}



/* TITLE */
header {
	display: block !important;
	height: 64px;
	padding: 0;
	top: 0;
	width: 100%;
	position: fixed;
	background: #000;
	z-index: 9999;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
	height: 64px;
}
header h1 {
	float: left;
	margin: 10px 0 0;
}
header nav ul {
	height: 64px;
	float: right;
	font-size: 0;
	margin: 25px 0;
}
header nav li {
	text-align: center;
	display: inline-block;
  margin: 0 0 0 45px;
}
/* ナビでコンテンツがない場合 */
nav ul li > img {
	opacity: 0.5;
}



/* TOUR SCHEDULE */
#schedule {
	width: 100%;
	margin: 0 auto;
	padding: 10vh 0;
	background: rgba(0,2,29,0.85);
  z-index: 2;
  position: absolute;
}



/* TOPICS */
#topics {
	width: 1000px;
	margin: 15px auto 40px;
}
#topics dt {
	display: table-cell;
	width: 178px;
}
#topics dd {
	display: table-cell;
	vertical-align: top;
}
#topics dd li span {
	color: #878085;
	display: inline-block;
	font-size: 13px;
	width: 160px;
	vertical-align: top;
}
#topics dd li {
	display: inline-block;
	font-size: 13px;
	line-height: 148%;
	padding: 15px 0;
	border-bottom: dotted 1px #342A2E;
}
#topics dd li:first-child {
	padding-top: 0;
}
#topics dd li span{
	display: table-cell;
}
#topics dd li a {
	display: table-cell;
}
#topics dd li span img{
	margin: 0 0.85em 0 0;
	position: relative;
	top: 2px;
}




/* PICKUP */
#pickup {
	width: 1000px;
	margin: 0 auto 200px;
}
#pickup dt {
	display: table-cell;
	width: 178px;
}
#pickup dd {
	display: table-cell;
	vertical-align: top;
}



/* FOOTER */
footer {
	background: #000;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	min-width: 950px;
	text-align: center;
	z-index: 1000;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
}
footer .info ul {
  overflow: hidden;
}
footer .info li {
	font-size: 16px;
	line-height: 120%;
}
footer .info li a span {
	margin: 0 1em 0 0;
}
footer p {
	height: auto;
	line-height: 3vh;
}
footer p img {
	width: auto;
	height: auto;
}



.copy {
	float: left;
}
.bnr_area {
	float: right;
	font-size: 0;
}
.bnr_area li {
	display: inline-block;
	margin: 0 0 0 10px;
}



#pagetop a {
	position: fixed;
	right: 0;
	bottom: 13vh;
	border-radius: 5px 0 0 5px;
	background: #E5C55F;
	display: block;
	color: #000;
	padding: 20px 30px;
  font-family:impact;
  z-index: 5;
}


.slick-slider {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	z-index: -1;
}
.slick-slide img {
	display: block;
	min-width: 100%;
  width: auto;
	height: 100%;
}
.slick-arrow {
	display: none !important;
}



/* BANNER */
#add_bnr {
	margin: 0 auto 15px;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 15px 0 60px;
	position: fixed;
	bottom: 0;
}
#add_bnr a {
	display: inline-block;
	margin: 0 4px;
}



/* NAVI */
.wp-pagenavi {
	clear: both;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #9D7786;
	background: #9D7786;
	color: #22161B;
	margin: 0 1vw;
}
.wp-pagenavi a {
	border-color: #22161B;
	background: #22161B;
	color: #9D7786;
	margin: 0 1vw;
}



/* スマホ */
@media screen and (max-width: 640px) { 
/* BASE */
body {
  background: #000;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 148%;
}
* {
  list-style:none;
  margin: 0;
  padding: 0;
}
p {
	font-size: 2.75vw;
	line-height: 3.75vw;
}
a {
	color: #fff;
	text-decoration: none;
}


main {
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.85);
	position: static;
	margin: 0;
}



/* TITLE */
header {
	display: block !important;
	padding: 0;
	top: 0;
	width: 100%;
	height: 64px;
	/* position: static; */
}
header h1 {
	float: none;
	margin: 10px 0 0;
	text-align: center;
	padding: 0 0 3%;
	background: #000;
}
header .inner {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
header nav {
	overflow: hidden;
	background: #000;
}
header nav ul {
	display: block;
	width: 90%;
	margin: 0 5% 3%;
	position: static;
	text-align: center;
	height: 3vw;
}
header nav li {
	justify-content: space-around;
	width: auto;
	height: auto;
	text-align: center;
	display: inline-block;
	margin: 0 3vw 0 0;
}
header nav li:last-child {
  margin: 0;
}
header nav li img {
	width: auto;
	height: 3vw;
}
.slick-slider {
	position: absolute;
	display: block;
	top: 20vw;
	left: 0;
	width: 100%;
	height: 56.25vw;
	overflow: hidden;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 5%;
}



.video, .popup {
	display: none;
  opacity: 0;
}



/* TOPICS */
#topics {
	width: 80%;
	margin: 70vw 10% 10%;
	position: static;
	padding: 5% 0 0;
}
#topics dt {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 3%;
}
#topics dt img {
	height: 20vw;
}
#topics dd {
	display: block;
	vertical-align: top;
}
#topics dd li {
	display: block;
	font-size: 13px;
	line-height: 148%;
	padding: 15px 0;
	border-bottom: dotted 1px #342A2E;
}
#topics dd li a {
	display: block;
	font-size: 12px;
	line-height: 120%;
	margin: 2% 0 0;
}



/* PICKUP */
#pickup {
	width: 80%;
	margin: 5% 10%;
}
#pickup dt {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 3%;
}
#pickup dt img {
	height: 20vw;
}
#pickup dd {
	display: block;
	vertical-align: top;
  width:100%;              /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}
#pickup dd iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.slick-list {
	position: static;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
}




/* 下層ページ */
h2 img {
	height: 6vw;
	width: auto;
}



/* FOOTER */
footer {
	background: #000;
	position: static;
	bottom: 0;
	padding: 3% 10%;
	width: 80%;
	min-width: auto;
	height: auto;
}
footer .inner {
	width: 100%;
	margin: 0 auto;
}
footer .info ul {
  /* padding: 0 0 50%; */
  overflow: hidden;
}
footer .info li {
	font-size: 2.5vw;
	line-height: 3.25vw;
}
footer .info li a span {
	margin: 0 1em 0 0;
}
footer p img {
	width: 100%;
	height: auto;
	margin: 1.25vh 0 0;
}
.bnr_area li {
	display: inline-block;
	margin: 0 0 0 2%;
	width: 32%;
}
.bnr_area li:first-child {
	margin: 0;
}
.bnr_area li img {
	width: 100%;
	height: auto;
}
.copy {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
}




/* BANNER */
#add_bnr {
	margin: 0;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 0;
	position: static;
	bottom: 0;
}
#add_bnr a {
	display: inline-block;
	margin: 0 0 0 2vw;
	vertical-align: middle;
}
#add_bnr a img {
	width: 44.5vw;
	height: auto;
	vertical-align: bottom;
}




/* NAVI */
.wp-pagenavi {
	clear: both;
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
}
} 

