@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.font_50 {
	font-size: 3.13em;
}
.font_40 {
	font-size: 2.54em;
}
.font_30 {
	font-size: 1.91em;
}
.font_28 {
	font-size: 1.755em;
}
.font_26 {
	font-size: 1.66em;
}
.font_24 {
	font-size: 1.525em;
}
.font_23 {
	font-size: 1.44em;
}
.font_22 {
	font-size: 1.4em;
}
.font_21 {
	font-size: 1.3725em;
	letter-spacing: 4px;
}
.font_20 {
	font-size: 1.275em;
}
.font_19 {
	font-size: 1.2em;
}
.font_18 {
	font-size: 1.13em;
}
.font_16 {
	font-size: 1.02em;
	font-weight: 300;
}
.font_14 {
	font-size: 0.9em;
}
.font_13 {
	font-size: 0.825em;
}
.font_12 {
	font-size: 0.765em;
}
.font_10 {
	font-size: 0.6em;
}
.height_26 {
	line-height: 2.6;
}
.height_2 {
	line-height: 2;
}
.height_19 {
	line-height: 1.9;
	letter-spacing: 1.5px;
}
.height_18 {
	line-height: 1.8;
}
.height_175 {
	line-height: 1.75;
}
.height_16 {
	line-height: 1.6;
}
.height_153 {
	line-height: 1.53;
}
.height_15 {
	line-height: 1.5;
}
.height_146 {
	line-height: 1.46;
}
.height_1 {
	line-height: 1;
}
.space_100 {
	letter-spacing: 0.1em;
}
.space_200 {
	letter-spacing: 0.2em;
}
.normal {
	font-weight: 500;
}
.selector {
  font-feature-settings: "palt";
}


html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
	font-family: "Sawarabi Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.1rem;
	background-image: url("../images/bg.webp");
	background-size: contain;
	background-position: top ;
	background-repeat: repeat-y;
	overflow-y:scroll;
	
	/*スクロールバー非表示（IE・Edge）（Firefox）*/
	-ms-overflow-style: none;
}
.rocknroll-one {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*スクロールバー非表示（Chrome・Safari）*/
body::-webkit-scrollbar{
	display:none;
}

a {
	color:#000;
	text-decoration: none;
}
::selection {
	background-color: #888888;
	color:#ffffff;
}
ul {
	padding:0;
	margin:0;
}
li {
	list-style: none;
}
h1,h2,h3,p {
	margin:0;
}
h4 {
	font-weight: 400;
	font-size: 1.2rem;
	margin: .2em 0;
}
* {
	box-sizing: border-box;
}
.pc_none{
		display: none;
	}

/*-----------------------------------
warp
-----------------------------------*/

.wrap{
	margin: 0 auto;
	padding: 0;
	width: 80svw;
	max-width: 1000px;
	text-align: center;
	
	color: #00003B;
}
	
/*-----------------------------------
fadein
-----------------------------------*/
.fadeUp{
	-webkit-animation-name: fadeUpAnime;
	animation-name:fadeUpAnime;
	-webkit-animation-duration: 1s;
	animation-duration:1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
	transform: translateY(20px);
  }
  to {
    opacity: 1;
	 -webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0; /*非表示*/
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.8s;
animation-fill-mode:forwards;
animation-delay: 2.8s;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*-----------------------------------
header
-----------------------------------*/
header{
	width: 70svw;
	max-width: 1000px;
	margin: 5em auto !important;
	padding: 3em;
	border-top-right-radius: 2250px;
	border-top-left-radius: 2200px;
	border-bottom-right-radius: 1600px;
	border-bottom-left-radius: 1900px;
	background-color:rgba(255,255,255,0.7);
}
.top_view{
	width: 65svw;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.img_photo{
	width: 100%;
	margin: 2em auto 0;
}
.img_title{
	width: 75%;
	max-width: 900px;
	margin: -3.5em auto 3em;
	padding-left: 2em;
}







/*-------------------------------
 section
-------------------------------*/
.section_info{
	width: 100%;
	margin: 15em auto 5em;
}

.top_text{
	font-weight: 900;
}
.top_text_s{
	margin: 2em auto;
	color: #00003B;
}
.btn-gradient-radius {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #FFF;
	font-weight: bold;
	font-size: 1.1rem;
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  transition: .8s;
	margin: 4em auto;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
}

.tochigi{
	width: 80px;
	margin: 6em auto 1em;
}




h2{
	border-radius: 6px;
	background-color: #1B55A4;
	padding: .3em 2em;
	text-align: center;
	display:inline-block;
	margin: 5em auto 1em;
	color: #fff;
	letter-spacing: 0.2rem;
	font-size: 1.1rem;
}

.shutten{
	width: 10%;
	min-width: 160px;
	margin: 10em auto 0;
}


.hanbai{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 80%;
	margin: 1em auto 0;
	
}
.hanbai li{
	width: 45%;
	margin: .5em auto 0;
	text-align: center;
	font-weight: 600;
}
.place{
	font-weight: 600;
}

.date{
	margin: 5em auto;
	
}
.rizi{
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 2em auto;
}
.rizi img{
	width: 35%;
	max-width: 500px;
}
.time_txt{
	width: 30%;
	max-width: 250px;
	margin: 2em auto;
}
.schedule_box{
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	width: 90%;
	margin: 4em auto 2em;
}
.schedule_box img{
	width: 48%;
	max-width: 400px;
}
.schedule_box_02{
	width: 70%;
	margin: 4em auto 2em;
	max-width: 500px;
}
.schedule_box_02 img{
	width: 100%;
}
.schedule_item{
	width: 40%;
	max-width: 350px;
	margin: 5em auto;
}
.schedule_item_02{
	width: 55%;
	max-width: 500px;
	margin: 5em auto;
}
.schedule_item_txt{
}
.schedule_item_txt_a{
	font-weight: 600;
	color: #1B55A4;
}



.itiran_title{
	margin-bottom: .5em;
}
.itiran_box{
	width: 100%;
	margin: 3em auto;
	background-color: #fff;
	border-radius: 20px;
	padding:4em 0 1em;
}
.sijou_photo{
	width: 90%;
	margin: 0 auto 1em;
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sijou_photo li{
	width: 30%;
}
.sijou_photo img{
	width: 100%;
}

.sijou_photo::after {
display: block;
content:"";
width:30%;
}
.map{
	margin: 8em auto 20em;
}
.map_box{
	width:60%;
	margin: 2em auto;
	
	
}
.map_img{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	
}
.newtora_box{
	z-index: 99;
	position:relative;
	left: 0;
	width:60%;
	margin: -50px auto -50px;
	text-align: left;
}
.newtora{
	width: 25%;
	max-width: 150px;
	
}

.zev_info_title{
	width: 50%;
	max-width: 900px;
	background-color: transparent;
	padding: 0;
	display:block;
}
.zev_info_title img{
	width: 100%;
}
.zev_info{
	margin: 2em auto;
	width: 100%;
	
}
.zev_info_txt p{
	font-weight: 600;
}

.zev_info_box{
	width: 90%;
	margin: 2em auto;
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
}
.zev_info_box img{
	width: 30%;
	margin: 0 0 1em;
}
.zev_merit{
	margin: 10em auto;
}
.zev_cost{
	width: 90%;
	margin: 7em auto 22em;
	background-color: #fff;
	border-radius: 20px;
	padding:3em 0;
}
.zev_cost img{
	width: 60%;
	margin: 2em auto;
}
.zev_cost_txt{
	width: 60%;
	margin: 2em auto;
	text-align: left;
}







.atention{
	position: relative;
  display: inline-block;
  margin: -2em auto 6em;
  padding: 2em;
  max-width: 100%;
  color: #00003B;
  background: rgba(255,255,255,0.7);
	border-radius: 10px;
}

.atention:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(255,255,255,0.7);
}

.atention_text{
	margin-top: 0.7em;
	color: #1B55A4;
}
.atention p{
}

.atention_02{
  margin: -2em auto 4em;
  padding: 0 0 2em;
  width: 90%;
	
}



footer{
	width: 100svw;
	background-color: #1B55A4;
	text-align: center;
	padding: 3em 0 2em;
	color: #fff;
	margin-top: 7em;
}
.footer_txt,.footer_txt_a{
	
	color: #fff;
}
.footer_txt{
	margin-bottom: 5em;
}
footer .tochigi{
	margin-top: 0;
	margin-bottom: .5em;
}
.copy_txt{
	margin: 5em auto 2em;
}
.top_link{
		width:100%;
	position: relative;
	right: 5%;
		top:-90px;
		text-align: right;
  animation: fluffy 3s infinite;
}
.top_link img{
		width: 100px;

}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*-------------------------------
 sp
-------------------------------*/
@media screen and (max-width: 1000px) { 
/* 画面サイズが1000px以下に適用*/ 
	.sp_none{
		display: none;
	}
	.pc_none{
		display: block
	}
	
	.wrap{
		width: 90%;
	}
	body{
		font-size: 14px;
	}
	header{
		margin: 2.5em auto !important;
	}
	
.btn-gradient-radius {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #FFF;
	font-weight: bold;
	font-size: .9rem;
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  transition: .8s;
	margin: 4em auto;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
}

	.top_view{
		margin: 0 auto;
		width: 85%;
	}
	.img_photo{
		width: 100%;
		padding: 0;
		margin: 1.5em auto 0;
	}
	.img_title{
		
		width: 80%;
		padding: 0;
		margin: -1.3em auto 1.5em;
	}
	.section_info{
		margin-top: 5em;
		
	}
	.top_text{
		padding: 0 1em;
		font-size: 16px;
		text-align: justify;
	}
	.top_text_s{
		padding: 0 1em;
		text-align: justify;
	}
	.hanbai, .rizi, .schedule_box, .zev_info_box{
		display:block;
		
	}
	.hanbai li,.rizi img, .schedule_box img, .zev_info_box img{
		width: 100%;
		font-size: 16px;
	}
	.place p{
		font-size: 18px;
	}
	.date{
		width: 100%;
		text-align: center;
		
	}
	.rizi{
		margin-bottom:2em;
	}
	.rizi img{
		width: 70%;
		margin-top: 2em;
		margin-bottom: 2em;
		max-width: 300px;
	}
	.time_txt{
		width:50%;
		margin: 1em auto;
		max-width: 280px;
	}
	.schedule_box,.schedule_box_02{
		width: 100%;
	}
	.schedule_box img,.schedule_box_02 img, .zev_info_box img{
		
		margin-bottom: 1em;
	}

	.schedule_item{
		width: 80%!important;
		margin: 2em auto;
		max-width: 350px;
	}
	.schedule_item_02{
		width: 90%;
		margin: 2em auto;
		max-width: 400px;
	}
	
.schedule_item_txt{
	
		width: 90%;
		margin: 2em auto;
		max-width: 400px;
		text-align: justify;
}
	.itiran p{
		font-size: 14px;
	}
	.itiran_box{
		padding-top: 2em;
	}
	
.sijou_photo{
	width: 90%;
	margin: 0 auto 1em;
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sijou_photo li{
	width: 48%;
}
.sijou_photo img{
	width: 100%;
	margin: 1em auto;
}
	
.map{
	margin: 10em auto;
}
.map_box{
	width:90%;
	margin: 2em auto;
}
.map_img{
	margin: 0 auto;
	width: 100%;
	
}
	.zev_info_title{
		width: 80%;
	}
	.zev_info_txt p{
		width: 80%;
		margin: 0 auto;
		text-align: justify;
		
	}
	.zev_cost{
		width: 94%;
		padding: 2em 0;
	}
	.zev_cost img, .zev_cost_txt{
		width: 88%;
		text-align: justify;
		letter-spacing: normal;
	}
	
	.newtora_box{
		z-index: 99;
		position:relative;
		top:-90px;
		left: 0;
		width:95%;
		text-align: left;
	}
	.newtora{
		width: 170px;
	
	}
	footer{
		padding: 0 0 2em;
		margin-top: 10em;
	}
	.footer_txt{
		font-size: 12px;
		margin-top: -4em;
	}
	.top_link{
		width:100%;
	position: relative;
	right: 5%;
		top:0px;
		text-align: right;
}
.top_link_img{
		width: 70px;

}
	.atention{
	padding: 2em .5em;
}
	.atention p{
	text-align: center;
}
}


/*-------------------------------
 menu
-------------------------------*/

/*　ハンバーガーボタン　*/
.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 64px;
  height: 38px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 11px;
  width: 36px;
  height: 1px;
  background-color: #333;
  transition: all .4s;
}

.hamburger span:nth-of-type(1) {
  top: 14px;
}
.hamburger span:nth-of-type(2) {
  top: 22px;
}

/* メニューオープン時 */
.hamburger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-20deg);
}
.hamburger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(20deg);
}

.globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100svh;
  background-color: #B9B9B9;
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 99;
	padding: 3.5em;
}

.globalMenu.active {
  transform: translateX(0);
}

.menus {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.menu {
}

.menu a {
  display: block;
  padding: 15px 0;
  color: #333;
}






