﻿@charset "UTF-8";
img{
	font-size:10px;
	line-height:1;
	vertical-align:top;
	border:0;
	margin: 0;
	}

	a{
	outline:none;
	text-decoration:none;
	-moz-transition:opacity 200ms ease-in-out;
	-o-transition:opacity 200ms ease-in-out;
    -webkit-transition:opacity 200ms ease-in-out;
	transition:opacity 200ms ease-in-out;
	display: inline-block;
	margin: 0;
	color: black;
	}

	a,button{
	-webkit-tap-highlight-color:transparent
	}

	button::-moz-focus-inner,input::-moz-focus-inner{
	padding:0;
	border:0
	}

	body{
	-webkit-text-size-adjust:100%
	}

	input,textarea,select,button{
	outline:none;
	font-weight:inherit;
	font-style:inherit
	}

	a:hover {
		opacity: 0.5;
	}

	h1{
		margin: 10px;
	}
	h2{
		margin: 10px;
	}
	p{
		margin: 2px;
	}

	dl{
	margin:0
	}

	html,body{
	min-width:1000px;
	margin: auto;
	}

	body{
	margin: 0;
	padding: 0;
	line-height: 1.75em;
	letter-spacing: 0.1em;
	font-family: 'Yu Mincho','YuMincho','Yu Mincho','游明朝体',serif;
	font-weight: 600;
	color: black;
	text-align: center;
}
.untouchable {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

#contents1 {
	text-align: center;
}
#contents1 h1 {
	font-family: 'Yu Mincho','YuMincho','Yu Mincho','游明朝体',serif;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 0.2em;
	margin-top: 60px;
}
#contents1 h2 {
	font-size: 22px;
	margin: 40px 0 60px;
	line-height: 1.75em;
	letter-spacing: 0.15em;
}
#topnews {
	padding-bottom: 60px;
}
.midashi {
	position: relative;
	margin: 60px 0;
}
.midashi h1 {
	font-size: 24px;
	letter-spacing: 0.15em;
	position: absolute;
	bottom: 0;
	top: 40px;
	right: 0;
	left: 0;
}
#topnews ul {
	margin: auto;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 600px;
}
#topnews li {
	list-style: none;
	text-align: left;
	margin: auto;
	border-bottom: 1px dashed black;
}
#topnews li+li {
	margin-top: 20px;
}
.hiduke {
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px !important;
}
#topnews p {
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 14px;
}
#intro {
	background-color: #f0f0f4;
	background-image: url(image/introback.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 80px;
}
#intro img {
	margin: auto;
}
.introbutton {
	width: 320px;
	height: 50px;
	background-color: white;
}
.introbutton p {
	font-size: 20px;
	padding-top: 10px;
}
#intro h1 {
	font-size: 36px;
	letter-spacing: 0.18em;
	margin: 140px 0 60px;
}
#intro p {
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.15em;
	width: 800px;
	text-align: left;
	margin: auto;
}
#ticket {
	padding-bottom: 60px;
}
#ticket h1 {
	font-size: 25px;
}
#ticket h2 {
	font-size: 21px;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 2em;
}
#ticket p {
	font-size: 16px;
	margin: auto;
	padding: 40px 0;
}
#goods {
	background-color: #f0f0f4;
	padding-top: 20px;
	padding-bottom: 100px;
}
#goods img {
	padding-bottom: 40px;
	margin: auto;
}
#about {
	padding-top: 20px;
	padding-bottom: 100px;
}
#about p {
	font-size: 18px;
	line-height: 2em;
	width: 800px;
	text-align: left;
	margin: auto;
	padding: 40px 0;
}
#info {
	background-color: #f0f0f4;
	padding-top: 60px;
	padding-bottom: 100px;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
	font-weight: 600;
}
#info ul {
    	list-style: none;
    	padding: 0;
    	text-align: center;
    	display: inline-block;
    	margin-top: 60px;
    }
    #info li {
    	margin: 0;
    	display: inline-block;
    	vertical-align: top;
    	width: 48%;
    }
    #info li p {
    	width: 450px;
    }
    #info li img {
    	margin-left: 20px;
    }
    #info li+li {
    	margin-left: 2%;
    	display: inline-block;
    }
    #info p {
    	line-height: 1.75em;
    	text-align: left;
    	font-size: 16px;
    }
    #info .table {
	width: 850px;
	margin: auto;
	text-align: left;
	margin-top: 40px;
}
#info .table dl {
	display:table;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0;
}
#info .table dt,#info .table dd {
	display:table-cell;
	text-align-last:auto;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px
}
#info .table dt {
	width:50px;
	max-width:60px;
	min-width:60px
}
#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
	font-weight: 600;
}
#footer ul {
	text-align: center;
	padding: 0;
}
#footer li {
	list-style: none;
	display: inline-block;
}
#footer img {
	margin: 20px 0 40px;
}
#footer p {
	font-size: 12px;
}
#access {
	padding-top: 20px;
	padding-bottom: 100px;
}
#access img {
	text-align: left;
	margin-bottom: 20px;
}
#access ul {
	padding: 0;
}
#access li {
	width: 470px;
	display: inline-block;
}
#access h2 {
	font-size: 21px;
	text-align: left;
	margin-left: 0;
}
#access p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 40px;
}
#access p span {
	font-size: 12px;
}


#event{
	padding-top: 20px;
	padding-bottom: 100px;
}
#event img,#media img{
	margin: auto;
}

#media {
	background-color: #f0f0f4;
	padding-top: 20px;
	padding-bottom: 100px;
}