@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/*table {border-collapse: collapse; border-spacing: 0;}*/
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
/*	font-size:small;*/
}
.banner-box p { padding-left:25px !important;padding-bottom: 6px !important;}
/***************************************
スマートフォン/PCでは非表示
***************************************/
.sp-dnone { display:none;}
a{text-decoration:none;}

a:hover{text-decoration:underline;}
.nav { clear:both; display:block; margin-bottom:10px;}
hr{
	border-top:#ccc solid 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0;
}

/***************************************
ヘッダー
***************************************/
header {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
}
.header {width:60%;}
#head {background-color: #FFF;}
/*　ページTOP
**************************************/
#page_top {margin: 0;padding: 0;}
.topto{text-align:right;font-size:smaller;width:100%;}
.topto a{color:#666;}
.topto a:hover{color:#666;text-decoration:none;}
.topto a:visited{color:#666;}

/*　HEADING
**************************************/
h1 {
	padding: 0;
	margin:0;
	text-align: center;
	color: #333333;
	font-size: 18px;
}
	header h1 img { margin:0 0 10px 0;}
	header h1 a {
	  color: #ffffff !important;
	  text-decoration: none;
	}
	header h1 a:hover {
	  color: #cccccc !important;
	  text-decoration: underline;
	  font-size: 18px;
	}
	h1 img {
		max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
	}
h2,
section h2 {
  margin:0;
  padding: 7px 10px!important;
  font-size: 1.2em;
	font-weight: 600;
	text-align: center;
  color: #FFF !important;
  text-shadow: 1px 1px 2px #eb448f!important;
	margin-bottom: 0 !important;
	background-image: none !important;
  background-color: #FFA9B9 !important;
  border-top: 1px solid #FF899F;
  border-bottom: 1px solid #FF899F;
  height: auto;
}
h3{
	background: #EBEBEB;
  color: #2E2E2E;
  font-size: 1.2em;
  line-height: 2.2em;
  border-top: solid 1px #CBCBCB;
  border-bottom: solid 1px #CBCBCB;
  text-align: left;
  text-indent: 0.5em;
}
h3 a:hover{text-decoration:none;}
h4{
	line-height:2.6em;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:5px 0;
	border:solid 1px #ed7eae;
	text-shadow:1px 1px 2px #eb448f;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 126, 174)),color-stop(1, rgb(240, 192, 213)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 126, 174) 0%,rgb(240, 192, 213) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 126, 174) 0%,rgb(240, 192, 213) 100%);
}
/***************************************
コンテンツ
***************************************/
#wrapper{width:100%;}
#container-event,
#event_detail{margin:0;font-size: 13px;}

#event_detail img.responsive_img { max-width:100%;}

#event_detail dl{text-align:left;}
#event_detail dl dt{
	display: block;
	text-indent:0.5em;
	line-height: 2.5em;
	border:solid 1px #ffe5b2;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 248, 220)),color-stop(1, rgb(255, 248, 220)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 248, 220) 0%,rgb(255, 248, 220) 100%);
	background-image: linear-gradient(-90deg,rgb(255, 248, 220) 0%,rgb(255, 248, 220) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fffff8dc, endcolorstr=#fffff8dc, gradienttype=0));
}
#container-event dl dt.new {margin-left: 11px;}
#container-event dl dt.new::before {
	color: #FA5656;
    content: "NEW! ";
    display: block;
    float: left;
    font-size: 91%;
    font-weight: bold;
    height: 17px;
    margin: 0 8px 0 2px;
    overflow: hidden;
    padding: 0.7% 1% 0.5%;
    vertical-align: middle;
    width: 35px;
	}

#container-event dl dt.soldout::after{
		color: #ffffff;
		content: "チケット完売 ";
		display: block;
		float: right;
		font-size: 74%;
		font-weight: bold;
		height: auto;
		margin: 0 8px;
		overflow: hidden;
		padding:0 4.4% 0 4%;
		vertical-align: middle;
		width: auto;
		border-radius: 5px;
		background-color: #FFC200;
	}

#event_detail dl dd strong{
	color:#F00;
	font-weight:bold;
}

#event_detail dl dd{
	margin:0.5em 1em;
	display: block;
}

#container-event dl{
	text-align:left;
	margin-bottom: 2em;
}

#container-event dl dt{
	margin:0 0.5em;
	font-size: 0.9em;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  color: #7B7B7B;
}

#container-event dl dd{
	border-bottom:#CCC dotted 1px;
	padding:0 1em;
	margin-bottom:3px;
	font-size:1em;
	font-weight:bold;
}
#container-event dl dd a {
	width: 100%;
	display: block;

}
#container-event dl dd a {
	color: #005298;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	line-height: 44px;
	}

#container-event dl dd a::after{
		content: url(../../sp/img/list_mark.png);
		float: right;
	}

.link{margin:0px auto;font-size:0.9em;}
.marigin10{margin:10px auto;}
.image img{border:1px solid #666; max-width: 100%; box-sizing: border-box;}

#copylight img{width:60%;}

/*************************************
リスト
*************************************/
#event_detail ul.list-mark {
  list-style: disc;
  list-style-position: outside;
  padding-bottom: 10px;
  padding-left: 15px;
}
#event_detail ol.list-mark {
  list-style: decimal;
  list-style-position: outside;
  padding-bottom: 10px;
  padding-left: 15px;
}

#event_detail ol.kome,
#event_detail ul.kome{
  list-style: none;
}
#event_detail ol.kome,
#event_detail ul.kome{
  list-style: none;
}
#event_detail ol.kome li:before,
#event_detail ul.kome li:before {content:"※";}

.evert-nav ul {
	list-style:none !important;
	margin:0;
	padding:0 0 20px 0;
	}
.evert-nav li {
	float:left;

	}
/*****************************
     実施概要内
******************************/
.overviewarea {}
.overviewarea img { max-width: 100%;}

/*****************************
     pager
******************************/
#second_contents .textgallery li {
    border-right: 1px solid #efefef;
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 24.8%;
}
#second_contents .textgallery li:nth-child(4) {
    border-right: medium none;
}
/*************************************
　注釈などのコメント時に使用
*************************************/
.attention, .notice, .success, .other {
	border: 1px solid #DDD;
	font-size:12px;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	margin:3px;
	line-height:180%;
}
.attention {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.attention a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.other {background: #f5f5f5; color: #575856; border-color: #c0c0c0;}
.other a {color: #575856;}

.orange-radius {
    background: #FF9900;
    border-radius: 5px;
    padding: 5px 15px 4px 15px;
		margin: 5px 0;
    color: #FFF;
    text-align: left;
}
.pink-radius {
    background: #F9DAE8;
    border-radius: 5px;
    padding: 5px 15px 4px 15px;
		margin: 5px 0;
    color: #4A2334;
    text-align: left;
}
div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}

/*************************************
　外部リンク
*************************************/
dl a[target="_blank"] {
	background: url(../img/icon_external.gif) no-repeat right center;
	padding-right: 18px;
	color: #0762cc;
}
/*ブラックボタン*/
.btn_blk a {
	color: #fff;
	text-decoration:none;
	width:100%;
	}

.btn_blk {
	width:30%;
	text-align: center;
	padding: 5px;
	margin: 11px 5px 5px 5px;
	background: -moz-linear-gradient(top,#A3A3A3 0%,#3B3B3B 50%,#242424 50%,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3),color-stop(0.50, #3B3B3B),color-stop(0.50, #242424),to(#000));
	color: #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}

/*************************************
ボタン
*************************************/
.Download-btn { text-align: center; width: auto!important;float: none !important;display: inline-block!important; padding: 9px 20px !important; margin-bottom: 5px}
/*ブラックボタン ワイド*/
.btn_blk_wide a {
	color: #fff;
	text-decoration:none;
	}

.btn_blk_wide {
	text-align: center;
	padding: 5px;
	margin:auto 5px;
	background: -moz-linear-gradient(top,#A3A3A3 0%,#3B3B3B 50%,#242424 50%,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3),color-stop(0.50, #3B3B3B),color-stop(0.50, #242424),to(#000));
	color: #DDD;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border: 1px solid #000;
		-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
		-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}

/*************************************
スマホ適用　height指定
*************************************/
iframe#iframebox { min-height:800px !important; max-height:1300px !important; overflow:auto !important;}

.Facebook-area iframe {width: 150px;}
/*回り込み*/
.right { float:right;}
.left { float:left;}
/*************************************
バナー掲載
*************************************/

div.banner-box {  background:#ffe5ed; font-size:0.9em; margin:0 auto;}
.banner-box { margin-bottom:0.8em; text-align:left;}

.banner-box p {
	color:#ff99b7;
	border-bottom:#ffb2c9 1px solid;
	text-indent:-1em;
}
/*************************************
section fonts
*************************************/
section .contents-text,section li,section p{ font-size:0.8em;}
section p {
	padding: 3px 8px 3px 8px;
	line-height: 1.7;
}
section p a:link {
color: #FF80C0;
}

/*************************************
トップに戻る
*************************************/
.to-top {
	margin: 0 0 8px 0;
	padding: 0 6px 0 0;
	text-align: right;
	font-size: 0.8em;

}
.to-top a {color: #FF80C0 !important;}
/*************************************
ナビボタン
*************************************/
#container-event .nav a {
	display: table-cell;
	width: 33.3333%;
	float: left;
	padding: 10px;
	color: #ffffff;
	box-sizing: border-box;}
#container-event .nav {
	margin: 0 0 1px;
	display: table;
	width: 100%;
}
 a.btn-blu,.btn-blu {
	width:20px;
	text-align: center;
	padding: 5px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 0;
	border-right: 1px solid #2F9FFF;
	border-bottom: 1px solid #2F9FFF;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#0089FF),
		color-stop(0.5, #007EEA),
		color-stop(0.5, #0089FF),
		to(#007EEA));
	background:linear-gradient(#007EEA, #0089FF 50% , #007EEA 50%, #0089FF);
	line-height: 30px;
}
/*まつり2015*/
section#content .lineup { margin-bottom:0; background-color:none}

/* 更新履歴ボックス */
.news {
		overflow:auto;
		height:161px;
		padding:5px;
		border:2px dotted #ffffff;
		color:#666666;
		background-color:#FFFFFF/*#5bc6ed*/;
		line-height:1.5em;
	}
/**************************************
                フォーム
**************************************/

/* モバイル用 */
@media screen and (max-width: 768px) {
/*▽ テーブル（表）はDLで作成しているので使用時は要素にIDを付与*/
.contents_detail a:link {color: #EA6167;}/*クリック前*/
.contents_detail a:visited {color: #6736C6;}/*クリック後*/
.contents_detail a:hover {}/*マウスオーバー時*/
.contents_detail a:active {}/*クリック時*/
#second_contents .contents_detail h3 { border: 0;font-size: 1em;height: auto; margin: 0; line-height: 1.5; text-align: center; color: #ffffff; background:  #FF959A}
#second_contents .contents_detail h4 {
	border: 0;
	font-size: 1em;
	height: auto;
	margin: 0;
	line-height: 3.5;
	text-align: center;
	color: #222222;
	background:#CBCBCB;
	text-shadow: none;
	border-radius: 0;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 93%;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0 none;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    cursor: not-allowed;
}
.contents_detail dl{
    text-align:left;
    font-size:0.8em;
    border: 1px solid #F9B5B8;
    border-top: none;
    background: #ffe2e3;
    margin:0 ;
}
textarea.form-control {
    height: auto;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}
.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: 400;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg {
    height: auto;
}
.btn-default {
    background-color: #eeeeee ;
    border:1px solid #cccccc;
    color: #333333 ;
    border-radius: 5px;
    margin: 15px 0 0 ;
    line-height: 1;
  	padding: 14px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    background-color: #333;
    color: #fff;
}
.contents_detail dl dt:first-child {}
.contents_detail dl dt,
.contents_detail dl dd{ padding: 10px 5px;  height: auto;}
.contents_detail dl dt{
    background: none;
    border-top: 1px solid #F9B5B8;
    text-align:center;
    line-height:1.5;
	font-weight:bold;
}
.contents_detail dl dd strong{
    color:#F00;
    font-weight:bold;
}
.contents_detail dl dd{
    background:#FFF;
    border-top: 1px solid #F9B5B8;

    line-height:1.5;
}
.contents_detail dl dt dd{
    padding:5px;
}

.text-center{ text-align:center}
.contents_detail_table { font-size:13px;}
.Agreement-post h2 {
		background:rgba(112,96,84,1.00);
		color:rgba(255,253,253,1.00);
		line-height: 2.6em;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin: 5px 0 10px;}
.Agreement-post ul { list-style:none; margin:10px; padding:0;}
.Agreement-post li { font-size:0.9em; margin:10px; padding: 5px 5px 13px; line-height: 154%;clear: both; border-bottom:1px dotted #ccc;height: auto;}
.Agreement-post li:last-child { border-bottom:0;}
}
