@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	font-family: 'Noto Sans JP',‘ヒラギノ角ゴシック’,"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
	font-size: 95%;
	text-align:left;
	color: #242424;
    height: 100%;
    overflow-x: hidden;
    position: relative;
	background-color: #fff;
	}

a{text-decoration:underline; color:#1c7faf;}
a:hover{text-decoration:none;}
.f_bold{font-weight: bold;}
.c_red{color: #e62323;}
.txt_b{color: #5f5132; font-weight: bold;}

.pc_only{display: none;}

/*---------------------------------------------------------------------------------
wrapper
---------------------------------------------------------------------------------*/
#wrapper{
    width:100%;
    height: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    position:relative;
    overflow:hidden;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
	}


/*---------------------------------------------------------------------------------
nav slide
---------------------------------------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
  }
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  }

.menu_trigger {
  display: inline-block;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 2000;
    }
.menu_trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: all .5s;
	}
	.menu_trigger.active span {background-color: #ffffff;}
	.menu_trigger span:nth-of-type(1) {top: 0;}
	.menu_trigger span:nth-of-type(2) {top: 9px;}
	.menu_trigger span:nth-of-type(3) {bottom: 0;}
	.menu_trigger.active span:nth-of-type(1) {transform: translateY(9px) rotate(-45deg);}
	.menu_trigger.active span:nth-of-type(2) {opacity: 0;}
	.menu_trigger.active span:nth-of-type(3) {transform: translateY(-9px) rotate(45deg);}

nav.slide_menu {
	width: 250px;
	height: 100%;
	padding-top: 46px;
	background: rgb(0 0 0 / 80%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate(-250px);
	transition: all .5s;
	-webkit-overflow-scrolling: touch;
	}

nav.slide_menu.open {
	transform: translateZ(0);
	}
	nav.slide_menu ul {
		width: auto;
		height: max-content;
		overflow-y: scroll;
		-ms-overflow-style: none;
		padding: 0 15px;
		margin-bottom: 15px;
		}
	nav.slide_menu ul::-webkit-scrollbar {
		display:none;
		}

		nav.slide_menu ul li:first-of-type {
			}

		nav.slide_menu ul li {
			color: #000;
			padding: 0;
			list-style: none;
			border-bottom: dotted 1px rgb(255 255 255 / 0.5);
			font-family: 'Noto Sans JP',‘ヒラギノ角ゴシック’,"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
			font-weight: normal;
			font-size: 15px;
			}
			nav.slide_menu ul li a{
				display: block;
				padding: 15px 5px;
				text-align: left;
				color: #ffffff;
				text-decoration: none;
				line-height: 1em;
				}

			nav.slide_menu ul li a:hover{
				opacity: 0.5;
				-webkit-transition: .3s;
				transition: .3s;
				}

				nav.slide_menu ul li a img{
					display: block;
					height: 20px;
					margin: 0;
					}

			nav.slide_menu ul li a i{
				float: right;
				}

	nav.slide_menu > div {
		padding: 0 15px;
		}
		nav.slide_menu > div a{
			background: #008ac9;
			display: block;
			padding: 10px;
			color: #ffffff;
			text-decoration: none;
			line-height: 1.3em;
			font-size: 96%;
			border-radius: 3px;
			text-align: center;
			}


nav.slide_menu ul.sp_lang {
    position: absolute;
    top: 10px;
	}
	nav.slide_menu ul.sp_lang li{
		float: left;
		border: none;
		}
		nav.slide_menu ul.sp_lang li a{
			border: dotted 1px rgb(255 255 255 / 0.5);
			padding: 5px;
			margin: 0 10px 0 0;
			}



/*---------------------------------------------------------------------------------
main
---------------------------------------------------------------------------------*/
main{
	clear: both;
	height: 100%;
	}

article{
	clear: both;
	height: 100%;
	}

	section{
		display: block;
		clear: both;
		}


.top_wrapper section{
    margin: 0 auto;
	padding: 0 10px;
    }

/*---------------------------------------------------------------------------------
top
---------------------------------------------------------------------------------*/
.top_wrapper header{
	display: block;
	overflow: hidden;
    width: auto;
	height: auto;
	margin: 0;
	position: relative;
	background: #000;
	}
	.top_wrapper header > div h1{
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		position: absolute;
		width: 100%;
		top: 56%;
		text-align: center;
		z-index: 10;
		font-size: 120%;
		line-height: 1.1em;
		text-decoration: none;
		color: #ffffff;
		}

	.top_wrapper header > div h1 span{
		font-family: 'Noto Sans JP',‘ヒラギノ角ゴシック’,"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
		font-size: 60%;
		display: block;
		letter-spacing: 2px;
		line-height: 1.4em;
	}


	.top_wrapper header > div > img{
		width: 100%;
		display: block;
		}


	.top_wrapper header > div div.h1_index{
		position: absolute;
		top: 2%;
		left: 2%;
		width: 80%;
		text-align: left;
		z-index: 10;
		font-size: 50%;
		text-decoration: none;
		color: #ffffff;
		line-height: 1.6em;

		}

	.top_wrapper header > div div.h1_index img{
		margin: 2px 0 0 0;
		width: 20%;
		border: 2px #000 solid;
}



ul.hd_btn{display: none;}
ul.hd_lang{display: none;}


/*--- eyecatch ---*/
.eyecatch {
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
	}

.flexslider .slides img {
    margin: 0 auto;
	}

.flexslider .flex-caption {
    /* margin: -120px 0 0; */
    /* background: rgb(0 0 0 / 56%); */
    color: #ffffff;
    height: auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 2%;
    z-index: 10;
	}
	.flexslider .flex-caption p{
		margin: 0;
		font-size: 65%;
		}
	.flexslider .flex-caption h2{
		margin: 0 0 -5px;
		font-size: 80%;
		}
	.flexslider .flex-caption span{
		margin: 0;
		font-size: 60%;
		}
.flex-control-nav {
    bottom: -30px;
	}
.flex-control-paging li a.flex-active {
    background: #fff;
	}

.img_dot_filter{
	background: url(../img/eyecatch/dot.png) repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
	}


.top_wrapper .atfirst{
	width: 100%;
    margin: 40px auto;
	}
	.top_wrapper .atfirst section.where{
		width: auto;
		margin-bottom: 30px;
		}
		.top_wrapper .atfirst section.where h2{
			display: block;
			text-align: center;
			font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
			font-weight: bold;
			font-size: 140%;
			}
		.top_wrapper .atfirst section.where img{
			display: block;
			width: 100%;
			}

	.top_wrapper .atfirst section.about{
		width: auto;
		}
		.top_wrapper .atfirst section.about h2{
			display: block;
			text-align: center;
			font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
			font-weight: bold;
			font-size: 140%;
			}
		.top_wrapper .atfirst section.about p{
			margin-bottom: 40px;
			}

		.top_wrapper .atfirst section.about img{
			width: 100%;
			}


.top_wrapper .atsecond {
	margin: 80px auto 20px;
	}
	.top_wrapper .atsecond .season{
		}
		.top_wrapper .atsecond .season h2{
			display: block;
			text-align: center;
			font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
			font-weight: bold;
			font-size: 140%;
			border-bottom: dotted 1px #000;
			}
		.top_wrapper .atsecond .season p{
			text-align: left;
			font-size: 94%;
			}
		.top_wrapper .atsecond .season ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			clear: both;
			margin-top: 20px;
			}
			.top_wrapper .atsecond .season ul li{
				font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
				list-style: none;
				width: 49%;
				position: relative;
				margin-bottom: 8px;
				}
				.top_wrapper .atsecond .season ul li a {
					display: block;
					}
					.top_wrapper .atsecond .season ul li a span{
						position: absolute;
						bottom: 0;
						background: rgb(0 0 0 / 60%);
						color: #fff;
						width: 100%;
						text-align: center;
						padding: 10px 0;
						font-size: 18px;
						}
					.top_wrapper .atsecond .season ul li a img{
						display: block;
						width: 100%;
						}

	.top_wrapper .atsecond .bottom{
		margin-top: 50px;
		}
		.top_wrapper .atsecond .bottom div:first-of-type{
			width: auto;
			}
			.top_wrapper .atsecond .bottom div:first-of-type ul{

				}
				.top_wrapper .atsecond .bottom div:first-of-type ul li{
					list-style: none;
					}
					.top_wrapper .atsecond .bottom div:first-of-type ul li a{
						margin: 0 0 10px;
						display: block;
						padding: 10px 30px 10px 15px;
						width: auto;
						color: #ffffff;
						text-decoration: none;
						font-size: 18px;
						text-align: right;
						background: url(../img/icon/arrow.png) 98% 50% no-repeat #000;
						background-size: 16px;
						}
						.top_wrapper .atsecond .bottom div:first-of-type ul li a img{
							display: inline-block;
							width: 28px;
							margin: 0 10px -7px 0;
							}


			.top_wrapper .atsecond .bottom div:first-of-type p{
				font-size: 80%;
				}

		.top_wrapper .atsecond .bottom div:last-of-type{
			width: auto;
			}
			.top_wrapper .atsecond .bottom div:last-of-type ul{
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-end;
				}
				.top_wrapper .atsecond .bottom div:last-of-type ul li{
					list-style: none;
					margin: 0 0 0 20px;
					}
					.top_wrapper .atsecond .bottom div:last-of-type ul li a{
						display: block;
						width: 35px;
						height: 35px;
						}
						.top_wrapper .atsecond .bottom div:last-of-type ul li a img{
							display: block;
							width: 100%;
							}


/*---------------------------------------------------------------------------------
detail
---------------------------------------------------------------------------------*/
.detail_wrapper header{
	display: block;
	overflow: hidden;
    width: auto;
	height: auto;
	margin: 0 0 15px;
	position: relative;
	background: #000;
	}

	.detail_wrapper header h1 a{
		display: block;
		position: relative;
		margin-bottom: -49px;
		margin-top: 8px;
		text-decoration: none;
		color: #fff;
		font-size: 40%;
		transition: opacity 0.5s;
		text-align: center;
		}

	.detail_wrapper header h1 a:hover{
		opacity: 0.5;
		}


	.detail_wrapper header > div{
		position: absolute;
		top: 45%;
		left: 4%;
		color: #ffffff;
		padding-right: 4%;
		line-height: 1.2em;
		width: 100%;
		}
        .detail_wrapper header > div p{
			font-size: 60%;
			padding-right: 28px;
            }
		.detail_wrapper header > div h2{
            font-size: 90%;
            margin: 0px 0;
			}
        .detail_wrapper header > div span{
			font-size: 60%;
            }

	.detail_wrapper header > img{
		width: 100%;
		display: block;
		}


/*detail_page*/
.detail_page header{
	display: block;
	overflow: hidden;
    width: 100%;
	height: 180px;
	margin: 0 0 40px;
	position: relative;
	background: #000;
	}
	.detail_page header > div{
		text-align: center;
		position: relative;
		top: 4%;
		left: 0%;
		color: #ffffff;
		}

	.detail_page header img{
		width: 350%;
		margin: -160px 0 0 0;
}

		.detail_page header > div h1 a{
			display: block;
			text-decoration: none;
			color: #fff;
			font-size: 40%;
			line-height: 1.3em;
			transition: opacity 0.5s;
			}

			.detail_page header > div h1 a:hover{
				opacity: 0.5;
			}

	h2.h2_detail_page{
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
		font-size: 160%;
		color: #fff;
		margin: 30px 0 0 0;
	}

	h2.h2_detail_page span{
		display: block;
		font-size: 30%;
		font-weight: normal;
		letter-spacing: 0px;
	}






article.detail_day{
	margin-bottom: 60px;
	}
	article.detail_day section{
		margin-bottom: 60px;
		}
		article.detail_day section h2{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 15px;
			background: #f2f2f2;
			border-left: solid #3fbad5 2em;
			}

			article.detail_day section h2 div.daybox{
				margin-left: 3%;
				color: #fff;
				font-size: 18px;
				width: auto;
				line-height: 1em;
				position: absolute;
				left: 0;		
				}
				article.detail_day section h2 div.daybox span{
					font-size: 11px;
					display: block;
					margin: 0px 0 0 0;
					}
			article.detail_day section h2 div.arrowbox{
				width: 5%;
				}
				article.detail_day section h2 div.arrowbox img{
					display: block;
					width: 100%;
					min-width: 50px;
					margin-left: -22px;
					}

			article.detail_day section h2 b{
				width: 72%;
				line-height: 1.2em;
				padding-left: 17px;
				font-size: 80%;
				}

		article.detail_day section > div{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding: 0 10px;
			}
			article.detail_day section > div p{
				width: 100%;
				margin: 0 0 15px;
				}
			article.detail_day section > div div{
				width: 100%;
				}
				article.detail_day section > div div img{
					width: 100%;
					display: block;
					}


.index_application{
	display: block;
	overflow: hidden;
	width:94%;
	margin-left: 0px;
	margin-top: 0px;
	border-bottom: 1px #000 dotted;
	padding-bottom: 15px;
}

.index_application p{
	display: block;
	margin-left: 26px;
	margin-bottom: 10px;
}

.index_application span{
	font-size: 110%;
	display: block;
	margin-top: 17px;
}

.index_application span em{
	color: #fff;
	background-color: #000;
	font-size: 75%;
	padding: 1px 4px 2px 4px;
	margin-right: 5px;
	font-style: normal;
}

.index_application i{
	color: #9F9F9F;
	font-size: 140%;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: 40px;
}






.detail_inq{
	text-align: center;
	}
	.detail_inq a{
		margin: 0 0 10px;
		padding: 10px 30px 10px 15px;
		width: auto;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		background: url(../img/icon/arrow.png) 98% 50% no-repeat #000;
		background-size: 16px;
		}

.detail_inq_box{
	display: block;
	margin: 0 10px;
}

.detail_inq_box table{
	width: 100%;
	margin: 0 0 30px 0;
}

.detail_inq_box table th{

	display: block;
	background-color: #DDD3D3;
	padding: 10px;
}

.detail_inq_box table th span{
	background-color: #8A3334;
	color: #fff;
	border-radius: 3px;
	font-size: 74%;
	padding: 1px 5px;
	font-weight: normal;
	margin-left: 5px;
}

.detail_inq_box table td{
	display: block;
	background-color: #EBEBEB;
	padding: 10px;
}

input,textarea,select{
	border: 1px #C4B6B6 solid;
	margin: 8px 0;
	padding: 10px;
	font-size: 110%;
}

.input_w_l{width: 93%;}
.input_w_m{width: 93%;}

a.form_submit{
	display: block;
	width: 300px;
	margin: 25px auto 50px;
	padding: 10px 0;
	background-color: #9B292B;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	font-size: 120%;
	cursor: pointer;
	transition: opacity 0.5s;
	text-decoration: none;
}

a.form_submit:hover{
				opacity: 0.7;
			}
label{
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

input[type="radio"]{
	margin-right: 3px;
}

/*---------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------*/
footer{
	clear: both;
	margin: 0;
	padding-top: 0px;
	}
	footer > div{
		width: 100%;
		height: auto;
		margin: 0 0;
		display: block;
		overflow: hidden;
		background-color: #454545;
		}
		footer > div ul{
			margin: 15px 15px;
			list-style: none;
			display: flex;
			flex-wrap: wrap;
			justify-content: left;
			}
			footer > div ul li a{
				margin: 0 12px 0 0;
				list-style: none;
				font-size: 86%;
				color: #ffffff;
				}

footer small{
    clear: both;
    background: #000000;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 0;
    padding: 6px 0;
    font-size: 60%;
	}

/*---------------------------------------------------------------------------------
Font
---------------------------------------------------------------------------------*/
.w_10{width: 10%;}
.w_20{width: 20%;}
.w_30{width: 30%;}
.w_40{width: 40%;}
.w_50{width: 50%;}
.w_60{width: 60%;}
.w_70{width: 70%;}
.w_80{width: 80%;}
.w_90{width: 90%;}

.font_80{font-size: 80%;}
.font_90{font-size: 90%;}
.font_110{font-size: 110%;}
.font_120{font-size: 120%;}
.font_130{font-size: 130%;}
.font_140{font-size: 140%;}
.font_150{font-size: 150%;}
.font_160{font-size: 160%;}
.font_170{font-size: 170%;}

.space_h10{display: block;height: 0px;}
.space_h20{display: block;height: 0px;}
.space_h30{display: block;height: 0px;}
.space_h40{display: block;height: 0px;}
.space_h50{display: block;height: 0px;}

.hsp{
	display: none;
}
/*---------------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 25px;
	right: 10px;
	font-size: 64%;
	z-index: 9999;
	}

#pagetop a {
    background: rgb(0 0 0 / 0.5);
    text-decoration: none;
    color: #ffffff;
    width: 26px;
    padding: 3px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
	}

#pagetop a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
	}

#pagetop a i{font-size: 200%;}



/*---------------------------------------------------------------------------------
END
---------------------------------------------------------------------------------*/