@charset "UTF-8";
/* =================================== *
	style-SP
 * =================================== */
body{
}

/* =================================== *
	共通部分変化用
 * =================================== */

/* タイトル要素 */
h1{
	font-family:"Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 7vw;
	text-align: center;
	font-weight: bold;
}

h2{
	position: relative;
	text-align: center;
	color: #dc143c;
	font-size: 4vw;
	margin-bottom: 10px;
	line-height: 1.3;
}

h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: center;
}
h2::before {
	position: absolute;
	top: 33%;
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #dc143c;
	background: -webkit-repeating-linear-gradient(45deg, #ff6347, #ff6347 5px, #dc143c 5px, #dc143c 10px);
	background: repeating-linear-gradient(45deg, #ff6347, #ff6347 5px, #dc143c 5px, #dc143c 10px);
}

h3{
	color: #4169e1;
	text-align: left;
}

h3::before{
	content: '●';
	padding-right: 5px;
}

h4{
	font-weight: bold;
}

h5{
	font-weight: bold;
}


/* 注意事項 */
.attention_box dt{
	background-color: #d80000;
}
.attention {
	font-size: 90%;
}

.attention ul{
	display: inline-block;
	margin: 0 auto;
}

.attention ul li{
	padding-left: 1.5em;
    text-indent: -1.5em;
    text-align: left;
}

.attention ul li::before{
	content: "※";
	margin-right: 0.5em;
}
/* 注釈 */
.sup{
	font-size: 90%;
	color: #666;
}

/* タイトルボックス */
.title_box{
	margin-bottom: 30px;
}

#catch{
	text-align: left;
	margin: 10px auto;
}

#catch .text{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}


#catch p{
	margin-bottom: 10px;
}

#catch p:last-of-type{
	margin-bottom: 0;
}

/* コンテンツ情報 */
.content_inner{
	width: 90%;
	margin: 0 auto;
}

.box{
	margin-bottom: 30px;
}

.box:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
}

.box p{
	margin-bottom: 1em;
}

.box p:last-of-type{
	margin-bottom: 0;
}


.buy_ticket h4{
	margin-top: 10px;
}

.buy_ticket h5{
	margin-top: 10px;
}

dl{
	text-align: center;
}

dl dt,
dl dd{
	vertical-align: top;
	text-align: left;
}

dl dt{
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #ee7700;
    border-radius: 10px;  
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

dl .LetaSpa02{
	letter-spacing: 1.5em;
}
dl .LetaSpa03{
	letter-spacing: 0.4em;
}

dl dt span{
	font-weight: normal;
	font-size: 90%;
	color: #666;
}
dl dt div{
	display: inline-block;
}

dl dd{
}

.post_size {
	max-width: 70%;
}

.fz21 {
	font-size: 21px;
}

.w24 {
	width: 23%!important;
	margin-top: 20px;
}

.tobe {
	font-size: 3vw;
	text-align: center;
}

.post_size {
	width: 70%;
	margin-top: 20px;
}

.btn_event02 {
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid #e9518e!important;
	color: #e9518e!important;
	padding: 5px;
	display: inline-block;
}
.btn_event02:hover{
	border: 2px solid #e9518e!important;
	background-color: #e9518e!important;
	color: #fff!important;
	transition: 0.3s;
}

/* ---------------------------------------------------------------- *
	 店舗営業時間
 * ---------------------------------------------------------------- */
.shop_opentime{
}

.shop_opentime dl{
	overflow: hidden;
	border: 1px #ccc solid;
	padding: 2% 3%;
}

.shop_opentime dl dt{
	margin: 0;
	margin-right: 0px;
    font-weight: normal;
}

.shop_opentime dl dd{
	font-size: 90%;
	margin: 0;
	margin-left: 1em;
}