@charset "UTF-8";
.mainvisual {
	background: url(../images/tour2022/main.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 15%;
	box-sizing: border-box;
	position: relative;
	height: 100vh;
}
.mainvisual h1 {
	color: #bf9963;
	font-size: 80px;
	font-family: 'Anton', sans-serif;
	letter-spacing: 6px;
	line-height: 1.4em;
	padding-bottom: 5px;
	text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}
.mainvisual h1 span {
	color: #ea7552;
	display: block;
}
.mainvisual h1 b {
	color: #e6c659;
	display: block;
}
.mainvisual h2 {
	color: #03888f;
	font-size: 80px;
	padding-bottom: 0;
	font-family: 'Anton', sans-serif;
	letter-spacing: 6px;
	text-shadow: 1px 1px 0 #000,
             -1px 1px 0 #000,
             1px -1px 0 #000,
             -1px -1px 0 #000;
}
.mainvisual img {
	display: block;
	margin: auto;
}
.mainvisual a.next {
	position: absolute;
	left: 50%;
	bottom: 5%;
	display: block;
	width: 39px;
	height: 22px;
	margin-left: -19.5px;
}
.gnavi {
	background: #014076;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.gnavi.fixed {
	position: fixed;
}
.gnavi ul {
	width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.gnavi ul li {
	display: block;
	width: 33.3%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.gnavi ul li::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.gnavi ul li:last-child::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.gnavi ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
}
.gnavi ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.pt {
	padding-top: 87px;
}
.concept {
	background: url(../images/tour2022/bg1.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 130px;
}
.concept h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 50px;
}
.concept p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 2.3em;
	width: 800px;
	text-align: center;
	margin: auto;
}
.concept a {
	display: block;
	width: 200px;
	line-height: 50px;
	color: #fff;
	border: #fff 2px solid;
	margin: 30px auto 0 auto;
	border-radius: 60px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}
.concept a:hover {
	background: #ea7552;
	border: #000 2px solid;
	transition: .3s;
	color: #000;
}
.ticket {
	padding:60px 0;
	background: #ede9e5;
}
.ticket h2,.schedule h2,.info h2 {
	text-align: center;
	color: #c85f5c;
	font-size: 50px;
	padding-bottom: 30px;
	font-family: 'Anton', sans-serif;
	text-shadow: 2px 2px 0 #000,
             -2px 2px 0 #000,
             2px -2px 0 #000,
             -2px -2px 0 #000;
	letter-spacing: 6px;
}
.info h2 {
	color: #fff;
}
.ticket h3 {
	background: #02858d;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 35px;
}
.ticket h3 span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
.ticket h4 {
	color: #81511c;
	font-size: 18px;
	font-weight: bold;
}
.ticket table {
	width: 100%;
	margin-bottom: 15px;
}
.ticket table th,.ticket table td {
	border-bottom: #bfbfbf 1px solid;
	text-align: left;
	padding: 15px 0;
	font-size: 16px;
	vertical-align: top;
}
.ticket table th {
	width: 175px;
	font-weight: bold;
}
.ticket div.memo {
	padding-bottom: 30px;
}
.ticket div.memo p {
	font-size: 14px;
}
.schedule {
	background: url(../images/tour2022/bg2.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.schedule div.tourlist,.ticket div.tourlist {
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	align-items: flex-start;
	position: relative;
	align-items: center;
}
.ticket div.tourlist {
	background:#fff;
	border: #996c33 2px solid;
}
.schedule div.tourlist h3 {
		color: #fff;
		width: 150px;
}
.schedule div.tourlist h4,.ticket div.tourlist h5 {
	display: block;
	width: 60px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #222;
	background: #4cdfef;
	border-radius: 5px;
	padding: 5px 0;
	border: #000 2px solid;
}
.schedule div.tourlist h4 {
	width: 80px;
}
.ticket div.tourlist h5 {
	color: #222;
}
.schedule div.tourlist p,.ticket div.tourlist p {
	color: #fff;
}
.ticket div.tourlist p {
	color: #222;
}
.schedule div.tourlist p.place,.ticket div.tourlist p.place {
	display: block;
	width: 100px;
	padding-left: 10px;
}
.schedule div.tourlist p.time,.ticket div.tourlist p.time {
	display: block;
	width: 250px;
}
.schedule div.tourlist p.memo,.ticket div.tourlist p.memo {
	display: block;
	width: 300px;
}
.schedule div.tourlist p.memo a {
		color: #fff;
}
.schedule div.tourlist p.memo i,.ticket div.tourlist p.memo i {
	color: #ff9a12;
	font-weight: bold;
	margin-right: 10px;
}
.schedule div.tourlist p.soldout,.ticket div.tourlist p.solidout {
	background: #e60012;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 36px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
.schedule div.tourlist a,.ticket div.tourlist a {
	color: #fff;
	display: block;
}
.schedule div.tourlist a,.ticket div.tourlist a {
	color: #222;
}
.schedule div.inner {
	position: relative;
}
.schedule div.inner div.sout {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	text-align: center;
	box-sizing: border-box;
	padding-top: 100px;
	border-radius: 10px;
}
.schedule div.inner div.sout h3 {
	color: #fff;
	font-size: 80px;
	font-family: 'Anton', sans-serif;
	line-height: 1.2em;
	text-shadow: 2px 2px 0 #000,
             -2px 2px 0 #000,
             2px -2px 0 #000,
             -2px -2px 0 #000;
}
.schedule div.inner div.sout h4 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 45px;
}
.schedule div.inner div.sout p {
	color: #fff;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	margin: auto;
	background: #02858d;
	border-radius: 25px;
	cursor: pointer;
}
.schedule div.inner div.sout p:hover {
	opacity: 0.8;
}
.info {
	background: url(../images/tour2022/bg3.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.info p,.info h3,.info a {
	font-size: 16px;
	color: #fff;
}
.info h3 {
	font-weight: bold;
	line-height: 2em;
	color: #fff;
}
.info ul {
	padding-top: 80px;
}
.info ul li {
	display: inline-block;
	background: #222;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin: 0 5px;
}
.info ul li:hover {
	opacity: 0.8;
}
.info ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.info ul li i {
	color: #fff;
}
.info ul li img {
	vertical-align: -4px;
}
footer {
	background: #222;
}
footer p {
	color: #fff;
}
#notice {
	margin-top: -87px;
	padding-top: 87px;
}