@charset "UTF-8";

/* ====================
タイトル
==================== */
.event_title {
	background: #ff9900;
	color: #ffffff;
	font-size: 150%;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 5px 10px;
	display: table;
	width: 650px;
}
.event_title p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.event_title img {
	height: 40px;
	vertical-align: middle;
}

.event_sub_title {
	border-bottom: 5px solid #ff9900;
	color: #ff9900;
	font-size: 150%;
	margin-bottom: 10px;
}

.event_title_small_common {
	background: #ff9900;
	color: #ffffff;
	font-size: 120%;
	padding: .25em 1em;
	margin-bottom: 10px;
}

/* ====================
メニュー
==================== */

.event_menu ul {
	font-size: 0;
	margin-bottom: 3px;
}
.event_menu li {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	width: 16.6%;
}
.event_menu li.live,
.event_menu li.goods {
/*	line-height: 1.4;
*/	width: 17%;
}
.event_menu li.live.active{
	line-height: 1.5;
}
.event_menu a li {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}
.event_menu .top {
	background: #4cceff;
}
.event_menu .event01 {
	background: #6db000;
}
.event_menu .event02 {
	background: #d62e86;
}
.event_menu .live,
.event_menu .goods {
	background: #0090ff;
}
.event_menu .live.noactive {
	font-size: 20px;
}
.event_menu .qa {
	background: #d63300;
}
.event_menu li.qa.noactive {
	box-shadow: 0 0 0 1px #fff inset;
	padding: 6px 0;
}
.event_menu .mimiyori {
	background: #5149c9;
}
.event_menu .noactive {
	background: #ccc;
}
.event_menu a:hover .top {
	background: #80ddff;
}
.event_menu a:hover .event01 {
	background: #8cc928;
}
.event_menu a:hover .event02 {
	background: #d65899;
}
.event_menu a:hover .live,
.event_menu a:hover .goods {
	background: #33a7ff;
}
.event_menu a:hover .qa {
	background: #d6532b;
}
.event_menu a:hover .mimiyori {
	background: #7771c9;
}

/* ====================
メインビジュアル
==================== */
.mainvisual {
	margin-bottom: 0px;
}

/* ====================
トピックス
==================== */
.topics {
	margin-bottom: 20px;
}
.topics .block {
	display: table;
	width: 670px;
	padding: 6px 0 8px;
	overflow: hidden;
}
.topics .date {
	width: 17%;
	font-size: 15px;
	line-height: 150%;
	color: #ff9900;
	display:table-cell;
	vertical-align:top;
}
.topics .text {
	width: 83%;
	display:table-cell;
}
.topics .event_accordion {
	padding:0 0 10px;
	margin:0 auto;
}
.topics .event_accordion p.btn{
	margin-top: 20px;
	text-align: center;
}
.topics .event_accordion span.open {
	display:block;
	background:url(/includes/sp/img/top/news_close_btn.png) no-repeat center center ;
	background-size: 60%;
	padding:0;
	margin:0;
}
.topics .event_accordion span img {
	cursor:pointer;
	margin:0 auto;
	width: 60%;
}
.topics .event_accordion span.open img {
	opacity:0;
}
.topics .event_accordion li.wrap {
	margin: 0;
}
.topics .event_accordion ul {
	display:none;
}
/* ====================
イベント詳細リンク
==================== */
.info {
	width: 41%;
	padding: 10px 20px;
}
.info a {
	text-decoration: none;
}
.info h4 {
	font-size: 140%;
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
}
.info ul {
	display: table;
}
.info li {
	font-weight: bold;
	display: table-cell;
}
.info .subtitle {
	vertical-align: middle;
	font-size: 100% !important;
}
.info .year {
	padding-left: 10px;
	vertical-align: top;
}
.info .month_day {
	vertical-align: top;
}
.info .year,
.info .month_day {
	font-size: 120%;
}
.info#event01 {
	border: #6db000 5px solid;
	float: left;
}
.info#event01 h4 {
	color: #6db000;
	border-bottom: 1px solid #6db000;;
}
.info#event01 .subtitle {
	background: #6db000;
	color: #ffffff;
	padding: 10px;
}

.info#event02 {
	border: #d62e86 5px solid;
	float: right;
}
.info#event02 h4 {
	border-bottom: 1px solid #d62e86;;
	color: #d62e86;
}
.info#event02 .subtitle {
	background: #d62e86;
	color: #ffffff;
	padding: 10px;
}

/* ====================
ボタン
==================== */
.button_event {
	text-align: center;
}
.button_event a {
	text-decoration: none;
}
.button_event p {
	margin: 20px auto 10px;
	padding: 12px 0 8px;
	border-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 120%;
	color: #ffffff;
	font-weight: 500;
	background-color: #FDA417;
	box-shadow: 0 2px #BE7B11;
	text-decoration: none;
	cursor: pointer;
}
a:hover .button_event p,
.button_event a:hover p {
	background: #fcb849;
}

.button_event_mini {
	text-align: left;
	width: 30%;
}
.button_event_medium {
	margin: 0 auto;
	width: 50%;
}
.button_event_medium a,
.button_event_mini a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 12px 12px 8px;
	margin: 10px auto;
	border-style: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 120%;
	text-align: center;
	font-weight: 500;
	background-color: #FDA417;
	box-shadow: 0 2px #BE7B11;
	text-decoration: none;
	cursor: pointer;
}
.button_event_mini a:hover,
.button_event_medium a:hover {
	background: #fcb849;
}
.button_event_medium_red a{
	background-color: #d63300;
	box-shadow: 0 2px #ad2500;
}
.button_event_medium_red a:hover{
	background-color: #e23e1e;
}
.button_event_medium.left{
	margin: 0;
}
/* ====================
ロゴ
==================== */
.logo_daiwahouse {
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	padding-top: 10px;
	text-align: center;
}
.logo_daiwahouse img {
	width: 124px;
}

/* ====================
#event01
==================== */
#event01 .event_title_large {
	background: #6db000;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#event01 .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#event01 .event_title_medium {
	color: #6db000;
	font-size: 150%;
	font-weight: bold;
}
#event01 .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#event01 .event_title_small {
	background: #6db000;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
#event01 .seat#seat-s {
	background: #0e8e4a;
	margin: 5px 0;
}
#event01 .seat#seat-a {
	background: #a0c238;
	margin-bottom: 10px;
}
.contents_inner .form_confirm_button .submit_button{
	background-color: #418cc9;
	box-shadow: 0px 4px #0f4e82;
}

.contents_inner.border-top{
	border-top: 1px solid #362521;
	padding-top: 40px;
}


/* ====================
#event02
==================== */
#event02 .event_title_large {
	background: #d62e86;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#event02 .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#event02 .event_title_medium {
	color: #d62e86;
	font-size: 150%;
	font-weight: bold;
}
#event02 .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#event02 .event_title_small {
	background: #d62e86;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
#event02 .seat#seat-s {
	background: #c15d92;
	margin: 5px 0;
}
#event02 .seat#seat-a {
	background: #e3a5a5;
	margin-bottom: 10px;
}




.contents_inner {
	padding: 0 1.5em;
	margin-bottom: 40px;
}
.contents_inner_nopd {
	margin-bottom: 40px;
}
.caution {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
.caution a {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
.caution_link-border a{
	text-decoration: underline;
}
.caution_link-border a:hover{
	text-decoration: none;
}
.date dt,
.date dd {
	display: inline-block;
}

.contents_inner-left {
	float: left;
	width: 386px;
}
.contents_inner-right {
	float: right;
}

.seat dt,
.seat dd {
	color: #ffffff;
	display: inline-block;
	padding: 5px 10px;
	vertical-align: middle;
}
.seat dt {
	border-right: 1px solid #ffffff;
	font-size: 120%;
	font-weight: bold;
}
.seat .price {
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}
.seat .kind {
	width: 156px;
}

.text-list {
	padding-left: 1em;
}
.text-list li {
	list-style: disc;
}

.Wheelchair {
	border: 3px solid #e4007f;
	margin-top: 10px;
	padding: 10px;
	width: 360px;
}
.arena_stand img {
	width: 200px;
}
.area_block {
	margin: 10px 0;
}
.playguide_date {
	background: #F0F0F0;
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 1em;
}

.playguide
{
	border:solid 2px #cccccc;
	margin-bottom: 20px;
	width: 100%;
}

.playguide th
{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding:7px 7px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:20%;
}
.playguide td
{
	padding:7px;
	border-bottom:1px solid #CCC;
	width:80%;
}

.sold {
	color: #ff0000;
	font-weight: bold;
}
th.playguide_name {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em 1em;
	text-align: left;
}

#event01 th {
	background: #EDFFDC;
}
#event01 th.playguide_name {
	background: #6db000;
}
#event02 th {
	background: #FDEEF4;
}
#event02 th.playguide_name {
	background: #d62e86;
}
/* ====================
#先行販売
==================== */
.flow_sukucom {
	background: #DEEFFF;
	padding: 20px;
}
.flow_sukucom_title{
	color: #65a6de;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.orange_title{
	background: #fff;
	margin: 5px 0;
	padding: 5px;
}
.orange_title span{
	background-size: 20px 20px;
	color: #ff9900;
	padding-left: 30px;
	font-weight: bold;
	font-size: 120%;
}
.orange_title_number_01{
	background: url('../images/common/list_number_01.png') no-repeat;
}
.orange_title_number_02{
	background: url('../images/common/list_number_02.png') no-repeat;
}
.text_orange_title{
	color: #ff9900;
	font-weight: bold;
	font-size: 120%;
}
.flow_lawson {
	background: #FFD7D9;
	padding: 20px;
}
.flow_lawson_title{
	color: #cd609a;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.flow_lawson_inner{
	padding-left: 10px;
}

.flow_lawson_list{
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}
.flow_lawson_list_discription{
	padding-left: 1em;
}
.arrow{
	width: 113px;
}
.event_title_small_common_small{
	font-size: 80%;
}
.presale_inner{
	border: 3px solid #ff0000;
}
.presale_title{
	background:#ff0000;
	color: #ffffff;
	font-size: 16px;
	padding: 0.5em;
	margin-bottom:20px;
}
.presale_text{
	text-align:center;
	margin-bottom:10px;
}
.presale_check{
	display:inline-block !important;
	margin-right:5px !important;
}
.presale_button{
	text-align:center;
	margin-bottom:20px;
}
.button_event_medium_2columns .button_event_medium{
	width: 48%;
}



/* ====================
#qa
==================== */
#qa .event_title_large {
	background: #d63300;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#qa .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#qa .event_title_medium {
	color: #d63300;
	font-size: 150%;
	font-weight: bold;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#qa .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#qa .event_title_small {
	background: #d63300;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
#qa .text-list {
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 1.8em;
}
#qa .text-list#last {
	margin-bottom: 3em;
}
#qa #contact_box {
	border: 5px solid #d63300;
	padding: 10px 20px;
	text-align: center;
}
#qa #contact_box h6 {
	border-bottom: 1px solid #d63300;
	color: #d63300;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
#qa #contact_box .tel {
	font-size: 150%;
	font-weight: bold;
}


#live
==================== */
#live .event_title_large {
	background: #0090ff;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#live .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#live .event_title_medium {
	color: #0090ff;
	font-size: 150%;
	font-weight: bold;
}
#live .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#live .event_title_small {
	background: #0090ff;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
#live .text-box {
	float: left;
	width: 65%;
}
#live .photo-box {
	float: right;
	width: 30%;
}
#live .photo-box img {
	width: 100%;
}
#live .photo-box span {
	font-size: 80%;
	line-height: 1.2;
}
#live .contact {
	border: 1px solid #0090ff;
}
#live .contact h4 {
	background: #0090ff;
	margin-bottom: 20px;
}
#live .contact .number {
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 20px;
}
#live .catch {
	margin-bottom: 2em;
	text-align: center;
}

#live .playguide th{
	background: #b8e0ff;
}

#live .playguide_name{
	background: #0090ff!important;
	text-align: left;
	color: #fff!important;
}
.top_live{
	text-align:center;
	background: #0090ff!important;
	font-size: 12px;
	margin-bottom: 15px;
}
.top_live a{
	padding: 7px 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.top_live a:hover {
	background: #33a7ff;
}

/* ====================
#mimiyori
==================== */
#mimiyori .event_title_large {
	background: #5149c9;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#mimiyori .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#mimiyori .event_title_medium {
	color: #5149c9;
	font-size: 150%;
	font-weight: bold;
}
#mimiyori .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#mimiyori .event_title_small {
	background: #5149c9;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
#mimiyori dl:nth-child(even){
	background: #d9d6ff;
}
#mimiyori dl:nth-child(odd){
	background: #ecebff;
}
#mimiyori dt,
#mimiyori dd {
	display: inline-block;
}
#mimiyori dt {
	padding: 0.75em 1em;
}

#mimiyori .article_list li {
	list-style: disc;
	padding-bottom: 0.75em;
}

#mimiyori .subtitle {
	color: #ff9900;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
}
#mimiyori .subtitle span {
	background: #ff9900;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 0.5em;
	margin-right: 0.5em;
}
#mimiyori .explanation {
	background: #e9f9ff;
	padding: 1em;
}
#mimiyori .explanation.red{
	background: #f5e3de;
}
#mimiyori .explanation.yellow-dot{
	background: url('/INCLUDE_HTML/wanwan2016/images/mimiyori/mimi04_bg01.gif');
}
#mimiyori .logo img {
	height: 100px;
	margin-bottom: 1em;
}
#mimiyori .character_lists-one {
	width: 180px;
	margin: 0 auto;
}
#mimiyori .character_lists-two {
	width: 380px;
	margin: 0 auto;
}
#mimiyori .character_lists-three {
	width: 580px;
	margin: 0 auto;
}
#mimiyori .character_lists-two .character:nth-child(1){
	margin-right: 15px;
}
#mimiyori .character_lists-three .character:nth-child(1),
#mimiyori .character_lists-three .character:nth-child(2){
	margin-right: 15px;
}
#mimiyori .character {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
#mimiyori .character img {
	width: 180px;
}
#mimiyori .introduction_left{
	float: left;
	width: 33.33%;

	text-align: center;
}
#mimiyori .introduction_left_inner{
	width: 155px;
	margin: 0 auto;
	position: relative;
}
#mimiyori .introduction_left_logo_figure{
	margin: 10% 0 0 10%;
	width: 90%;
	height: auto;
}
#mimiyori .introduction_left_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	z-index: 10;
}
#mimiyori .introduction_left_figure{
	width: 155px;
}
#mimiyori .introduction_left_figure.large{
	width: 200px;
}
#mimiyori .introduction_right{
	float: right;
	width: 63.66%;
}
#mimiyori .explanation_image{
	text-align: center;
}
#mimiyori .explanation_image img{
	width: 80%;
}
#mimiyori .fukidashi-wrapper{
	position: relative;
}
#mimiyori .fukidashi{
	position: absolute;
	right: 0;
	top: -75px;
}
#mimiyori .fukidashi img{
	width: 150px;
}
#mimiyori .goods-tag{
	width: 50px;
	padding-right: 20px;
}
#mimiyori .line{
	width: 100%;
}
#mimiyori .button_event_medium.green a{
	background: #6db000;
	box-shadow: 0 2px #3b5f00;
}
#mimiyori .button_event_medium.bullet a:before{
	content: " ";
	display:inline-block;
	margin-right: .5em;
	width: 13px;
	height: 15px;
	background: url('/INCLUDE_HTML/ss2016/images/mimiyori/mimi07_img06.png') no-repeat;
	background-size:contain;
	vertical-align: middle;
}
#mimiyori .button_event_medium.green a:hover{
	background: #7fbb1d;
}
#mimiyori .fukidashi-recommend{
	position: relative;
}
#mimiyori .fukidashi-recommend-img{
	width: 34%;
	top: -20px;
	right: 10px;
	position: absolute;
}
#mimiyori .border-orange{
	border: 2px solid #ff9900;
	padding: 18px;
}



.credit {
	margin-bottom: 50px;
}
.credit dl {
	display: table;
}
.credit dt,
.credit dd {
	display: table-cell;
}
.credit dt {
	width: 5em;
}


.contact {
	border: 1px solid #ff9900;
	padding-bottom: 20px;
	text-align: center;
}
.contact h4 {
	background: #ff9900;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
}
.contact .number {
	font-size: 150%;
	font-weight: bold;
	margin: 20px;
}

p.btn_common_registration a{
	width: 50%;
}
p.btn_common_registration a:hover{
	opacity: 0.8;
}

/* ====================
#goods
==================== */
#goods .event_title_large {
	background: #0090ff;
	margin-bottom: 20px;
	padding: 20px 10px;
}

#goods .event_title_large h3 {
	border-left: 5px solid #ffffff;
	color: #ffffff;
	font-size: 150%;
	line-height: 1;
	padding-left: 10px;
}

#goods .event_title_medium {
	color: #0090ff;
	font-size: 150%;
	font-weight: bold;
}
#goods .event_title_medium:before {
	content:"●";
	font-size: 150%;
	margin-right: 5px;
}
#goods .event_title_small {
	background: #0090ff;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}

#goods .article_list li {
	list-style: disc;
	padding-bottom: 0.75em;
}
/* ====================
臨時のお知らせ
==================== */
.info_temporary {
	border: 5px solid #ff0000;
	color: #ff0000;
	padding: 1em;
	margin-bottom: 20px;
}

.align-center {
	text-align: center;
}
.color-red {
	color: #ff0000;
}
.color-orange {
	color: #ff9900;
}
.color-blue{
	color: #5149c9;
}
.color-white{
	color: #ffffff!important;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs120 {
	font-size: 120%;
}
.fw-bold {
	font-weight: bold;
}
.mt1em {
	margin-top: 1em;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb3em {
	margin-bottom: 3em;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.pt1em{
	padding-top: 1em;
}
.pl1em{
	padding-left: 1em;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.decimal_list li{
	list-style-type: decimal;
	margin-left: 20px;
}
.pc-fl{
	float:left;
}
.pc-fr{
	float:right;
}
.pc-width60{
	width: 60%;
}
.pc-width50{
	width: 50%;
}
.pc-width40{
	width: 40%;
}
.pc-width48{
	width: 48%;
}
.pc-width40 img,
.pc-width48 img,
.pc-width50 img,
.pc-width60 img{
	width: 100%;
}
.limark{
	list-style: disc;
	margin-left: 1em;
}
.border-dotted{
	border: 1px dotted #999;
	padding: 1em;
}
.pc-float-left{
	float:left;
}
.pc-float-right{
	float: right;
}