@charset "UTF-8";
body {
  background-color:none;
}

.main_visual{
	background: #f2d6aa;
	width : 100vw ;
}

header{
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	background : url(images/pic.jpg) center top / cover no-repeat scroll padding-box border-box #f7f7f7;
}



.title{
	font-size : 16px;
	padding-bottom : 0;
	margin-bottom : 0;
	border-bottom: solid 3px yellow;
  	font-family : "メイリオ";
}

.tour-img{
	width : 100vw ;
}

.h2{
	font-size : 24px;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 1rem 2rem;
	border-left: 4px solid #000;
  	font-family : "メイリオ";
}

.text1{
	font-size : 14px;
	font-family : "メイリオ";
}

.company{
	font-size : 14px;
	font-family : "メイリオ";
}

.date{
	font-size : 14px;
	font-family : "メイリオ";
}
.textBox{
	 border: 2px solid #333;
	 border-radius: 5px;
	 padding: 10px;
	 padding-left: -20px;
	 position: relative;
 }



.donate{
	font-size : 14px;
	font-family : "メイリオ";
}

nav{
 text-align: center;
 }

nav ul{
 margin-top: 10px ;
 margin-bottom: 30px ;
 padding: 0 ;
 }
 
nav ul li{
 list-style: none;
 display: inline-block;
 width: 18%;
 min-width: 90px;
 position: relative;
 }
 
nav ul li a{
 text-decoration: none;
 color: #333;
 }

nav ul li.current a{
 color: black;
 }

nav ul li a:hover{
 color: #E7DA66;
 }

nav li::after{
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: black;
  position: absolute;
  right: -1px;
  top: 0px;
}

nav li:last-child::after{
  content: none;
}