@charset "utf-8";
/*********************************************************************
 *
 *  For TICKETS
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* nav */
/* --------------------------------------------------------------------------- */
#nav {
	display: flex;
	margin: 0 auto 50px;
	width: 790px;
}
#nav li {
	width: 20%;
	height: 40px;
}
#nav li a {
	padding: 5px 0; 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
  font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/nav_ico.svg);
	background-size: 11px auto;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#nav li:nth-child(1) a {
	background-color: #c05e08;
}
#nav li:nth-child(2) a {
	background-color: #003acd;
}
#nav li:nth-child(3) a {
	background-color: #a00022;
}
#nav li:nth-child(4) a {
	background-color: #4f9b05;
}
#nav li:nth-child(5) a {
	background-color: #8400ff;
}

/* ippan */
/* --------------------------------------------------------------------------- */
#ippan {
	margin-bottom: 40px;
}
#ippan .inner {
}
#ippan h3 {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	background-color: #c05e08;
}
#ippan h3 span {
	font-size: 1.2rem;
	font-weight: normal;
}
#ippan .info {
	padding: 35px;
	background-color: #FFF;
}
#ippan .info .price {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#ippan .info .price li {
  position: relative;
	width: 330px;
}
#ippan .info .price li:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 52px;
  background: url(../img/ico_soldout.png) center center no-repeat;
  background-size: 156px 52px;
}
#ippan .info .price li h4 {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	background-color: #c05e08;
}
#ippan .info .price li .desc {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#ippan .info .note {
	margin-bottom: 20px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}

/* playguide */
/* --------------------------------------------------------------------------- */
#playguide {
	padding: 20px 25px 10px;
	background-color: #c05e08;
}
#playguide h4 {
	margin-bottom: 20px;
}
#playguide .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#playguide .list li {
	margin-bottom: 10px;
	width: 23%;
}
#playguide .list li a {
	display: block;
}

/* bus */
/* --------------------------------------------------------------------------- */
#bus {
	margin-bottom: 40px;
}
#bus .inner {
}
#bus h3 {
	position: relative;
	padding: 10px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #003acd;
}
#bus h3 p {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}
#bus h3 p span {
	display: block;
	font-size: 1.2rem;
	font-weight:normal;
}
#bus h3::after {
	content: "";
	position: absolute;
	right: -15px;
	top: -20px;
	width: 120px;
	height: 60px;
	background: url(../img/bus_ico.png) center center no-repeat;
	background-size: 120px 60px;
}
#bus .info {
	padding: 35px;
	background-color: #FFF;
}
#bus .info .price {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#bus .info .price span {
	font-size: 1.4rem;
}
#bus .info .desc {
	margin-bottom: 10px;
}
#bus .info .desc dt {
	float: left;
	margin-bottom: 15px;
	width: 166px;
	clear: both;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	background: url(../img/desc_bg_1.svg) right center no-repeat;
	background-size: auto 100%;
}
#bus .info .desc dd {
	margin-bottom: 15px;
	padding-left: 180px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 21px;
}
#bus .info .desc dd span {
	font-size: 1.4rem;
}
#bus .info .note {
	margin-bottom: 20px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}
#bus .info .cap {
	color: #003acd;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#bus .playguide {
	display: flex;
	justify-content: center;
	align-items: center;
}
#bus .playguide h5 {
	font-size: 1.8rem;
	color: #003acd;
	font-weight: bold;
}
#bus .playguide a {
	display: block;
	margin-left: 10px;
	border: 1px solid #000;
}
#bus .playguide img {
  width: auto;
	height: 36px;
}
  
/* tour */
/* --------------------------------------------------------------------------- */
#tour {
	margin-bottom: 40px;
}
#tour .inner {
}
#tour h3 {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	background-color: #a00022;
}
#tour h3 span {
	font-size: 1.2rem;
	font-weight: normal;
}
#tour .info {
	padding: 35px;
	background-color: #e3e3e3;
}
#tour .info .bus {
	display: flex;
	justify-content: space-between;
}
#tour .info .bus li {
	width: 353px;
}
#tour .info .bus li a {
	display: block;
}

/* stay */
/* --------------------------------------------------------------------------- */
#stay {
	margin-bottom: 40px;
}
#stay .inner {
}
#stay h3 {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	background-color: #4f9b05;
}
#stay h3 span {
	font-size: 1.2rem;
	font-weight: normal;
}
#stay .info {
	padding: 35px;
	background-color: #e3e3e3;
}
#stay .info .bus {
	display: flex;
	justify-content: center;
}
#stay .info .bus li {
	width: 450px;
}
#stay .info .bus li a {
	display: block;
}

/* parking */
/* --------------------------------------------------------------------------- */
#parking {
	margin-bottom: 40px;
}
#parking .inner {
}
#parking h3 {
	padding: 10px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #8400ff;
}
#parking h3 p {
	font-size: 1.4rem;
}
#parking h3 span {
	font-size: 1.4rem;
}
#parking .info {
	padding: 35px;
	background-color: #FFF;
}
#parking .info .price {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
	
#parking .info .price span {
	font-size: 1.4rem;
}
#parking .info .desc {
	margin-bottom: 10px;
}
#parking .info .desc dt {
	float: left;
	margin-bottom: 15px;
	width: 166px;
	clear: both;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	background: url(../img/desc_bg_2.svg) right center no-repeat;
	background-size: auto 100%;
}
#parking .info .desc dd {
	margin-bottom: 15px;
	padding-left: 180px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 21px;
}
#parking .info .desc dd span {
	font-size: 1.4rem;
}
#parking .info .note {
	margin-bottom: 20px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}
#parking .playguide {
	display: flex;
	justify-content: center;
	align-items: center;
}
#parking .playguide h5 {
	font-size: 1.8rem;
	color: #8400ff;
	font-weight: bold;
}
#parking .playguide a {
	display: block;
	margin-left: 10px;
	width: 90px;
	border: 1px solid #000;
}

}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* nav */
/* --------------------------------------------------------------------------- */
#nav {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
  justify-content:space-between;
}
#nav li {
  display: flex;
  align-items: center;
	width: 100%;
}
#nav li a {
	display: block;
  width: 100%;
	padding: 5px 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(../img/nav_ico.svg);
	background-size: 11px auto;
	background-repeat: no-repeat;
	background-position: right 5px center;
}
#nav li:nth-child(1) {
	background-color: #c05e08;
}
#nav li:nth-child(2) {
	background-color: #003acd;
}
#nav li:nth-child(3) {
	background-color: #a00022;
}
#nav li:nth-child(4) {
	background-color: #4f9b05;
}
#nav li:nth-child(5) {
	background-color: #8400ff;
}

/* ippan */
/* --------------------------------------------------------------------------- */
#ippan {
	margin-bottom: 30px;
}
#ippan .inner {
}
#ippan h3 {
	padding: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #c05e08;
}
#ippan h3 span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
#ippan .info {
	padding: 20px 10px;
	background-color: #FFF;
}
#ippan .info .price {
}
#ippan .info .price li {
  position: relative;
	margin-bottom: 10px
}
#ippan .info .price li:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  height: 52px;
  background: url(../img/ico_soldout.png) center center no-repeat;
  background-size: 156px 52px;
}
#ippan .info .price li h4 {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-color: #c05e08;
}
#ippan .info .price li .desc {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#ippan .info .note {
	margin-bottom: 20px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}

/* playguide */
/* --------------------------------------------------------------------------- */
#playguide {
	padding: 20px 10px 10px;
	background-color: #000;
}
#playguide h4 {
	margin-bottom: 20px;
}
#playguide .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#playguide .list li {
	margin-bottom: 10px;
	width: 48%;
}
#playguide .list li a {
	display: block;
}

/* bus */
/* --------------------------------------------------------------------------- */
#bus {
	margin-bottom: 30px;
}
#bus .inner {
}
#bus h3 {
	position: relative;
	padding: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #003acd;
}
#bus h3 p {
	color: #FFF;
	font-size: 1.1rem;
	font-weight: bold;
}
#bus h3 p span {
	display: block;
	font-size: 1.1rem;
	font-weight:normal;
}
#bus h3::after {
	content: "";
	position: absolute;
	right: -5px;
	top: -10px;
	width: 60px;
	height: 30px;
	background: url(../img/bus_ico.png) center center no-repeat;
	background-size: 60px 30px;
}
#bus .info {
	padding: 20px 10px;
	background-color: #FFF;
}
#bus .info .price {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#bus .info .price span {
	font-size: 1.1rem;
}
#bus .info .desc {
	margin-bottom: 10px;
}
#bus .info .desc dt {
	margin:0 auto  5px;
	width: 166px;
	clear: both;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	background: url(../img/desc_bg_1.svg) right center no-repeat;
	background-size: auto 100%;
}
#bus .info .desc dd {
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
}
#bus .info .desc dd span {
	font-size: 1.1rem;
}
#bus .info .note {
	margin-bottom: 10px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}
#bus .info .cap {
	color: #003acd;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#bus .playguide {
}
#bus .playguide h5 {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.6rem;
	color: #8400ff;
	font-weight: bold;
	text-align: center;
}
#bus .playguide a {
  margin: 0 auto 10px;
	display: table;
	border: 1px solid #000;
}
#bus .playguide a img {
  width: auto;
  height: 40px;
}
  
/* tour */
/* --------------------------------------------------------------------------- */
#tour {
	margin-bottom: 30px;
}
#tour .inner {
}
#tour h3 {
	padding: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #a00022;
}
#tour h3 span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
#tour .info {
	padding: 20px 10px;
	background-color: #FFF;
}
#tour .bus {
}
#tour .bus li {
	margin-bottom: 10px;
}
#tour .bus li a {
	display: block;
}

/* stay */
/* --------------------------------------------------------------------------- */
#stay {
	margin-bottom: 30px;
}
#stay .inner {
}
#stay h3 {
	padding: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #4f9b05;
}
#stay h3 span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
#stay .info {
	padding: 20px 10px;
	background-color: #FFF;
}
#stay .bus {
}
#stay .bus li {
	margin-bottom: 10px;
}
#stay .bus li a {
	display: block;
}

/* parking */
/* --------------------------------------------------------------------------- */
#parking {
	margin-bottom: 30px;
}
#parking .inner {
}
#parking h3 {
	position: relative;
	padding: 10px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #8400ff;
}
#parking h3 p {
	font-size: 1.1rem;
	font-weight: bold;
}
#parking h3 span {
	font-size: 1.1rem;
	font-weight:normal;
}
#parking .info {
	padding: 20px 10px;
	background-color: #FFF;
}
#parking .info .price {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#parking .info .price span {
	font-size: 1.1rem;
}
#parking .info .desc {
	margin-bottom: 10px;
}
#parking .info .desc dt {
	margin:0 auto  5px;
	width: 166px;
	clear: both;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	background: url(../img/desc_bg_2.svg) right center no-repeat;
	background-size: auto 100%;
}
#parking .info .desc dd {
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
}
#parking .info .desc dd span {
	font-size: 1.1rem;
}
#parking .info .note {
	margin-bottom: 10px;
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0rem;
}
#parking .playguide {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
}
#parking .playguide h5 {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.6rem;
	color: #8400ff;
	font-weight: bold;
	text-align: center;
}
#parking .playguide a {
	margin-bottom: 10px;
	width: 48%;
	display: block;
	border: 1px solid #000;
}

}/* max-width: 767px */