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

/*--------------------------------------------------
  ○ SP
--------------------------------------------------*/
.cover{
	height:500px;
}


#sp_wrap{
	width:100%;
	height:auto;
	clear:both;
	color:#eeeeee;
	position:relative;
}

#sp_wrap #sp_head{
	width:100%;
	padding:20px 0;
	clear:both;
	text-align:center;
	z-index:999;
}

#sp_wrap #sp_head li{
}

#sp_wrap #sp_head li a{
	color:#FFFFFF;
	text-decoration:none;
	font-family: 'Titillium Web', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size:16px;
}

.sp_logo{
	text-align:left;
	padding-left:20px;
}

.sp_logo img{
	width:50% !important;
}
#sp_wrap #sp_head li a:hover{
	color:#fe0002;
}

#sp_wrap #sp_con01{
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:20px 0;
}

#sp_disc{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:50px 0;
}
#overBg{
	background:#b6010a;
}
#bgline{
	background:#b6010a;
	padding:30px 0px;
}

#sp_wrap #sp_video{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:50px 0;
}

#sp_wrap #sp_video h5{
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom:25px;
}

#sp_wrap #sp_video h5 span{
	padding:0 15px;
}

.videos{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.videos iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



#sp_wrap #sp_video2{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:100px 0;
}

#sp_wrap #sp_video2 h5{
	display:block;
	text-align:center;
	clear:both;
	font-size:30px;
	font-weight:200;
	font-family: 'Titillium Web', sans-serif;
	background:url(../../images/sp/h5bg.jpg) repeat-x left center;
	margin-bottom:25px;
}

#sp_wrap #sp_video2 h5 span{
	background:#000000;
	padding:0 15px;
}

#sp_wrap #sp_video3{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:100px 0;
}

#sp_wrap #sp_video3 h5{
	display:block;
	text-align:center;
	clear:both;
	font-size:30px;
	font-weight:200;
	font-family: 'Titillium Web', sans-serif;
	background:url(../../images/sp/h5bg.jpg) repeat-x left center;
	margin-bottom:25px;
}

#sp_wrap #sp_video3 h5 span{
	background:#000000;
	padding:0 15px;
}

#sp_wrap #sp_video4{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:100px 0;
}

#sp_wrap #sp_video4 h5{
	display:block;
	text-align:center;
	clear:both;
	font-size:30px;
	font-weight:200;
	font-family: 'Titillium Web', sans-serif;
	background:url(../../images/sp/h5bg.jpg) repeat-x left center;
	margin-bottom:25px;
}

#sp_wrap #sp_video4 h5 span{
	background:#000000;
	padding:0 15px;
}

#sp_wrap #sp_video5{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:100px 0;
}

#sp_wrap #sp_video5 h5{
	display:block;
	text-align:center;
	clear:both;
	font-size:30px;
	font-weight:200;
	font-family: 'Titillium Web', sans-serif;
	background:url(../../images/sp/h5bg.jpg) repeat-x left center;
	margin-bottom:25px;
}

#sp_wrap #sp_video5 h5 span{
	background:#000000;
	padding:0 15px;
}


#sp_wrap #sp_info h5{
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom:25px;
}

#sp_wrap #sp_info h5 span{
	padding:0 15px;
}


#sp_wrap #sp_info{
	width:90%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:50px 0;
}

#sp_wrap #sp_info .sp_info_con{
	clear:both;
}

#sp_wrap #sp_info .sp_info_con dl{
	display:block;
	clear:both;
}

#sp_wrap #sp_info .sp_info_con dl dt{
	display:block;
	clear:both;
	font-size:60px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#sp_wrap #sp_info .sp_info_con dl dd{
	display:block;
	clear:both;
	margin-bottom:20px;
}

#sp_wrap #sp_info .tourlist{
	display:block;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

#sp_wrap #sp_info .tourlist li{
	display:block;
	width:30%;
	float:left;
	padding:0 3% 7px 0;
	font-size:14px;
	color:#dddddd;
}

#sp_wrap #sp_foot{
	width:100%;
	padding:20px 0;
	clear:both;
	text-align:center;
	border-top:1px solid #CCC;
	background:#b6010a;
}

#sp_wrap #sp_foot li{
	display:inline-block;
	line-height:1;
	padding:0 15px;
}

#sp_wrap #sp_foot li a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-family: 'Titillium Web', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size:16px;
}

#sp_wrap #sp_foot li a:hover{
	color:#fe0002;
}

/*--*/
#sp_wrap .overCon{
	background:#ffffed;
}



/**update**/
.contents-release{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.contents-release dl{
	display: block;
	padding: 0px 20px;
	box-sizing: border-box;
}
.contents-release.row-2 dl{
	width: 50%;
}
.contents-release.row-3 dl{
	width:33.33333%; /* 未対応ブラウザ用 */ 
	width:-webkit-calc(100% / 3); /* ベンダープレフィックス */ 
	width:calc(100% / 3) ; 
}
.contents-release dl:nth-of-type(2),
.contents-release dl:nth-of-type(3){
	border-left: 1px solid #cccccc;
}
.contents-release dl dt{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px;
}
.contents-release dl dd:nth-of-type(1){
	display: block;
	font-size: 12px;
}
.contents-release dl dd:nth-of-type(2){
	display: block;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
}
.contents-release dl dd:nth-of-type(3){
	display: block;
}



.topinfoinlistbox.newpost-list{
	width:618px;
	height:295px;
	clear:both;
	overflow: auto;
}

.topinfoinlistbox.newpost-list dl{
	display:block;
	height:auto;
	clear:both;
	overflow:hidden;
	padding:10px 0px;
	border-bottom:dotted 1px #333333;
}

.topinfoinlistbox.newpost-list dt{
	display:block;
	width:80px;
	height:auto;
	float:left;
}

.topinfoinlistbox.newpost-list dl dd:nth-of-type(1){
	display:block;
	width:55px;
	height:auto;
	float:left;
	padding:0px 15px 0px 0px;
}
.topinfoinlistbox.newpost-list dl dd:nth-of-type(1) span{
	display:block;
	padding:3px 2px 2px 2px;
	background: #505050;
	color: #eeeeee;
	font-size: 8px;
	line-height: 1;
	text-align: center;
}

.topinfoinlistbox.newpost-list dl dd:nth-of-type(2){
	display:block;
	width:calc(100% - 150px);
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
}

.topinfoinlistbox.newpost-list dd a{
	color:#005b92;
}

.topinfoinlistbox.newpost-list dd a:hover{
	color:#2a89c2;
}

.spbtn{
	text-align:center;
	padding-top:30px;
}
.spbtn a{
	width:80%;
	height:auto;
	display:inline-block;
	padding:15px 0px;
	background:#e4222c;
	color:#FFF;
	border-radius:10px;
	text-decoration:none;
	font-size:18px;
}

.spbtn a:hover{
	opacity:0.8;
}





#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  position:absolute;
  right:20px;
  top:25px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.category {
  text-align: center;
  margin-top: 2rem;
}

.category-title {
  padding: 0.5rem;
}

.category-title a {
  color: #333;
  text-decoration: none;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}