@charset "UTF-8";
/* CSS Document */
*{
margin: 0px;
padding: 0px;
}

body{
font-family: 'Noto Sans JP', sans-serif;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
line-height: 1.8;
color:#585858;
font-size:15px;
background:#fff;
position: relative;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1000px;    	
}

@media (max-width: 767px) {
    body{
		
    overflow-x: hidden;
    min-width: initial !important;
		font-size:14px;
	} 
}

@media (max-width: 320px) {
    body{font-size:13px;} 
}

img{border:0; outline:none;}

a:hover img.hover-alp{filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}
a:hover img.hover-alp100{filter: alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
.alp50{filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;}

a:link{color:#6C68A4;}
a:visited{color:#585858;}
a:hover{color:#E2002E;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

.btn-ticket{position: fixed; bottom:30px; right:20px; width:88px; height:88px; z-index: 99999;  animation: fadeIn 1s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.sp-only{display: none !important ;}
@media (max-width: 767px) {
.sp-only{display: block !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.en-01{
	font-family: "BodoniLTPro-Book" !important;
}


/*==================================================
全体コンテンツエリア
================================================== */
.wrapper{padding-top: 120px;}
.base-con{padding:50px 0;}
.base-con.contents-page{padding-top: 120px !important;}
.contents-area{width: 1000px; margin-left: auto; margin-right: auto;}
.contents-area-sub{width: 900px; margin-left: auto; margin-right: auto;}
.contents-area-sub800{width: 800px; margin-left: auto; margin-right: auto;}

.box-main{width:1060px; padding:20px; margin:0 auto; background:#fff; position:relative;}

.bg-c01{background-color: #fffffb;}
.bg-c02{background-color: #f4f4f4;}

@media (max-width: 767px) {
.wrapper{padding-top: 65px;}
.base-con{padding:30px 0;}
.base-con.contents-page{padding-top: 74px !important;}
.contents-area{width:90%; margin-left:auto; margin-right:auto;}
.contents-area-sub{width: 90%; margin-left: auto; margin-right: auto;}
.contents-area-sub800{width: 90%; margin-left: auto; margin-right: auto;}

.box-main{width:94%; padding:10px 2%; margin-left:auto; margin-right:auto; border:5px solid #FEFCF9; background:#fff; box-sizing:border-box;}
}

/*==================================================
共通テキスト指定
================================================== */

.catch-txt{font-family:リュウミン R-KL; color:#EC6C00; font-size:16px;}

/*==================================================
タイトル
================================================== */

.title-base{display: block; text-align: center; font-size: 32px; letter-spacing: 0.1em; margin-bottom: 50px; line-height: 1.5em; font-family: FP-HiraginoUDSansStdN-W5;}
.title-base span{
    display: block;
    font-size: 60%;
    padding-top: 7px;	
}
.title-base.en-01{
	font-size: 42px;
	margin-bottom: 30px;
}

.page-title{display:inline-block; padding:20px 30px; background-color: rgba(255,255,255,0.7); margin-top:60px; }
.page-title h2{
	display:block;
	font-family:Ryumin Regular KL;
	color:#EC6C00;
	font-size:160%;
	padding:20px 10px;
}

.page-title h2 span{font-size:70%;}

.title-contents{padding:6px 8px; font-family:Ryumin Regular KL; border-top:1px solid #EC6C00; border-bottom:1px solid #EC6C00; font-size:120%; font-weight:normal; margin-bottom:20px; color:#EC6C00;}
.title-contents-pink{background:#EC6C00; color:#fff; padding:20px; font-size:120%; font-weight:normal; margin-bottom:30px;}
.title-contents-hobbiko{background:#FEFCF9; border-left: 4px solid #AE7925; padding:15px; font-size:110%; font-weight:normal; margin-bottom:30px;}

.title-page{
	background: #E2002E;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
}

.title-page small{
	font-size: 60%;
}

.title-bg-grey{
	display: block;
	background: #efefef;
	font-size: 24px;
	padding: 25px 20px;
	margin-bottom: 50px;
	line-height: 1;
}

.title-bg-grey span{
	display: block;
	border-left: 6px solid #E2002E;
	padding: 1px 10px;
}

.title-basic{
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
}

.title-red {
    display: block;
	text-align: left;
    margin: 0 0 30px;
    padding: 15px ;
    background: #E2002E;
    color: #fff;
    font-size: 110%;
    font-weight: normal;
}




@media (max-width: 767px) {
	
.title-page{
	padding: 30px 0;
	font-size: 20px;
}	
	
.title-base{font-size: 24px; margin-bottom: 30px; }
.title-base.en-01{
	font-size: 34px;
}
	
.page-title{
	border-top:1px solid #EC6C00; border-bottom:1px solid #EC6C00;
	display:block;
	font-family:Ryumin Regular KL;
	color:#EC6C00;
	font-size:120% !important;
	padding:8px 5px;
	text-align:left;
	margin-bottom:20px;
}

.page-title h2 span{font-size:70%;}
.title-contents{border-bottom:1px solid #2a9466; margin-bottom:20px; padding:8px 8px 7px; background:#f4f4f4; font-family:Ryumin Regular KL; font-size:100%; font-weight:normal;}
.title-contents-pink{border-bottom:1px solid #EC6C00; margin-bottom:20px; padding:8px 8px 5px; background:#fde7c8; font-family:Ryumin Regular KL; font-size:100%; font-weight:normal;}
.title-contents-hobbiko{padding:10px; border-top:1px solid #EC6C00; border-bottom:1px solid #EC6C00; font-family:Ryumin Regular KL; font-size:100%; font-weight:normal; margin-bottom:20px; box-sizing:border-box;}

.title-ex-detail{
	display:block;
	border-top:3px solid #f94368;
	border-bottom:3px solid #f94368;
	color:#f94368;
	font-size:120%;
	padding:10px;
	text-align:left;
	margin-bottom:20px;
}

.title-bg-grey{
	font-size: 16px;
	padding: 15px 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.title-bg-grey span{
	padding: 1px 8px;
}

.title-basic{
	font-size: 15px;
	margin-bottom: 25px;
}
	
.title-red {
    margin: 0 0 25px;
    padding: 10px;
    font-size: 100%;
}	
	
}

@media (max-width: 320px) {
.title-base{font-size: 18px; margin-bottom: 30px;}
}

/*==================================================
メインコンテンツエリア
================================================== */

#mainContents{width:100%; padding:30px 0; }

/*==================================================
サイドカラム
================================================== */

#side{width:230px; position:absolute; top:20px; left:20px; z-index:1000;}
.page-menu-title{background:#FDE7C8; padding:20px 0; text-align:center; font-size:120%; font-weight:normal;}
#side ul{list-style-type:none; border:1px solid #FDE7C8; border-bottom:none;}
#side li a{display:block; padding:20px 10px; font-size:94%; background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/y_pagemenu.png); background-repeat:no-repeat; background-position: center right;  border-bottom:1px solid #FDE7C8; text-decoration:none;}
#side li a:link{background-color:#FEFCF9; color:#333;}
#side li a:visited{background-color:#FEFCF9; color:#333;}
#side li a:hover{background-color:#FDE7C8;  color:#333;}

/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{
	font-size: 88%;
	padding: 5px 0;
	width:100%;
	background:#f4f4f4;
}

.breadcrumbs div, .breadcrumbs section{width:1000px; margin:0 auto;}
.breadcrumbs a:link{color: #333; }
.breadcrumbs a:visited{color: #333;}
.breadcrumbs a:hover{color: #2a9466;}

@media (max-width: 767px) {
.breadcrumbs div, .breadcrumbs section{width:94%; margin:0 auto;}
.breadcrumbs{font-size: 12px;}
.breadcrumbs div{width:96%;}
}



/*==================================================
footer
================================================== */
footer{clear:both; width:100%; padding:30px 0 0; position:relative; background:#E2002E;}
.area-footer{width: 1000px; margin: 0 auto; position: relative;}
.footer-link{display: inline-block; position: absolute; top: 0; right: 0; vertical-align: top;}
.footer-link span{display: inline-block;}

.area-footer .btn-area{
	padding: 0 !important;
	background-color: transparent !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
}

.area-footer .btn-area a{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}


.footer-box{width:22%; float:left; margin-right: 30px;}
.footer-box h2{color:#fff; font-size:14px; border-bottom:1px solid #fff; padding:0 5px 5px; margin-bottom:20px; font-weight:normal;}
.footer-box ul{list-style:none; margin:0 10px; font-size:12px; text-align: left;}
.footer-box li a{color:#fff; text-decoration:none;}
.footer-box li a:hover{color:#fff; text-decoration: underline;}
.footer-box li a:before{content:"▶︎"; font-size:75%; padding-right:5px;}

.footer-box-wide{width:44%; float:left;}
.footer-box-wide h2{color:#fff; font-size:14px; border-bottom:1px dashed #fff; padding:0 5px 5px; margin-bottom:20px; font-weight:normal;}
.footer-box-wide ul{list-style:none; margin:0 10px; font-size:12px;}
.footer-box-wide li{dislay:block !important; width: 49%; float: left;}
.footer-box-wide li a{color:#fff; text-decoration:none;}
.footer-box-wide li a:hover{color:#f6bba6;}
.footer-box-wide li a:before{content:"▶︎"; font-size:75%; padding-right:5px;}


a.btn-footer{display:block; border-radius:20px; background-color: #00a0e9; color:#fff; font-size:12px; text-align:center; padding:5px 0; text-decoration:none; margin:25px 0; border:1px solid #00a0e9;}
a.btn-footer span{font-size:75%; padding-right:7px;}
a.btn-footer:hover{background-color:transparent; color: #fff; -webkit-transition: all .5s;  transition: all .5s; border-color:#fff;}
a.btn-footer i{padding-right:5px;}
#footer-sns{margin:30px 0 0 5px;}
#footer-sns img{margin:0 6px}

.footer-sns-link{border-top:1px dashed #fff; padding:30px 0 10px; width:1000px; margin:35px auto 20px; clear:both; text-align: center;}

.footer-sns-link a{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	padding: 0 15px;
}

#credit{border-top:1px dashed #fff; padding:20px 0; width:1000px; margin:20px auto 20px; clear:both;}
#credit table{margin:0 10px; width:100%; box-sizing:border-box; color:#fff;}
#credit th{text-align:left; vertical-align:top; font-size:12px; font-weight:normal; width:90px;}
#credit td{text-align:left; vertical-align:top; font-size:12px; }
#footer-logo{width:1000px; margin:0 auto; text-align: center; padding: 30px 0 ;}
#footer-logo img{width: 360px; filter: brightness(1) invert(0);}

@media (max-width: 767px) {

footer{clear:both; padding:15px 0; }
.area-footer{width: 85%; margin: 0 auto; position: relative;}
.area-footer .btn-area{
	padding: 0 0 20px !important;
	background-color: transparent !important;
	text-align: center;
	position: relative;
	right: inherit;
	top: inherit;
	width: 100%;
}	
	
	.area-footer .btn-area a{
		width: 100% !important;
	}
.footer-box{width: 100%; float: none; margin:0 0 20px;}
.footer-box h2{color:#fff; font-size:100%; border-bottom:1px dashed #fff; padding:0 5px 5px; margin-bottom:15px; font-weight:normal;}
.footer-box ul{margin-bottom: 20px;}
.footer-box ul li{display:inline-block; width:49%; vertical-align:top;}
.footer-box ul li.wmax{display:inline-block; width:98%; vertical-align:top;}
.footer-box li a{display:block; color:#fff; text-decoration:none; padding: 3px 0;}
.footer-box li a:hover{color:#f6bba6;}
.footer-box li a:before{content:"▶︎"; font-size:75%; padding-right:5px;}
a.btn-footer{display:block; width: 94%; border-radius:28px; background-color: transparent; color:#fff; font-size:12px; text-align:center; padding:12px 0; text-decoration:none; margin:20px auto 5px; border:1px solid #fff;}
a.btn-footer span{font-size:75%; padding-right:7px;}
a.btn-footer:hover{background:#fff; color: #1c1c1c; -webkit-transition: all .5s;  transition: all .5s;}
.footer-link{text-align: center;}
.footer-link img{margin: 0 20px;}
	
.footer-sns-link{
	padding:30px 0 0; 
	width:100%;
	margin: 0 auto;
	}

#credit{
	width:100%; margin:20px auto; padding:20px 0 0; clear:both;}
#credit th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	}
	
	#credit td{
		display: block;
		text-align: left;
		padding: 5px 0 15px 10px;
		width: 100%;
		box-sizing: border-box;
	}

#footer-logo{width:100%; padding: 20px 0 0;}
#footer-logo img{width: 70%;}
}
@media (max-width: 480px) {
.footer-box ul{margin:0; margin-bottom: 20px; }
#credit table{margin:0; }
}

/*==================================================
pagetopボタン
================================================== */

#btnarea-pagetop{padding: 25px 0; text-align: center; font-size: 90%; margin: 50px 0 0; border-top: 1px solid #f4f4f4;}
#btnarea-pagetop i{display: inline-block; width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 50%; border:1px solid #333; margin: 0 8px; font-size: 85%;}
#btnarea-pagetop a{text-decoration: none; color: inherit !important;}
#btnarea-pagetop a:hover{text-decoration: underline;}

@media (max-width: 767px) {
#btnarea-pagetop{margin: 20px 0 0; }    
}

/*==================================================
トップページ
================================================== */

#mainimg-top{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    background: #D3BBDA;
    position: relative;
    top: 120px;
}
#mainimg-top img{
	width: 1000px;
    height: auto;
    vertical-align: bottom;
}

#top-btn{background: #fff !important;}

@media (max-width: 767px) {
#mainimg-top{top: 74px;}
#mainimg-top img{
	width: 100%;
}
}

#top-banner{text-align: center; border-bottom: 1px solid #e7e7e7; line-height: 1; padding: 25px 0 30px;}
#top-banner article{width: 1006px; margin: 0 auto; }
#top-banner article img{margin: 0 5px; width: 320px;}
#top-banner article a:hover img{filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

@media (max-width: 767px) {
#top-banner{padding: 15px 0 5px; text-align: left}
#top-banner article{width: 94%; }
#top-banner article img{margin: 0 5px; width: 46.4%; margin-bottom: 10px;}
}

/*
#top-exarea{width:100%; padding: 50px 0;}
#area-exarea{width: 1000px; margin: 0 auto; text-align: center;}
#area-exarea ul{list-style: none; margin-bottom: 50px;}
#area-exarea li{display: inline-block; vertical-align: top; width: 180px; margin: 0 15px;}
#area-exarea li a{color: #1c1c1c; text-decoration: none; font-size: 12px; line-height: 1.6em;}
#area-exarea li a:hover{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
#area-exarea li a h3{text-align: center; margin-bottom: 7px;}
#area-exarea li a h3 span{font-size: 90%;}
#area-exarea li a p{line-height: 1.4em; color: #3d3b3b;}
*/

#ticket .title-base{line-height: 1.8;}
#ticket a.btn{
	display: block; 
	margin: 20px auto 40px; 
	width: 280px; 
	text-align: center;
}

.top-main-txt p{text-align: center;}

.top-questionnaire{margin: 30px 0 0; padding-top: 30px; border-top: 1px dashed #ddd; text-align: center;}
.img-questionnaire{display: block; margin: 0 auto 7px ; width: 400px;}

@media (max-width: 767px) {
#ticket .title-base{line-height: 1.6; letter-spacing: 0; font-size: 18px;}
#ticket a.btn{margin: 30px 0 10px; width: 100%; box-sizing: border-box;}
.top-main-txt p{text-align: left;}
    .top-questionnaire{margin: 20px 0 0; padding-top: 20px; text-align: left;}
    .top-questionnaire a.btn{display: block !important; width: 80%; padding:8px 0 !important; text-align: center !important; box-sizing: border-box; margin: 15px auto 15px !important;}
    .img-questionnaire{width: 100%; margin: 0;}
}


#top-jhty, #top-shino{border-top: 1px solid #e7e7e7; padding-top: 50px;}
.box-jhty-l{width: 520px; float: left; padding: 0; line-height: 1.8em;}
.box-jhty-r{width: 380px; float: right; text-align: right;}
.pic-top-jhty{display: inline-block; vertical-align: top; text-align: center; width:100px; margin: 0 10px; font-size: 85%;}
.pic-top-jhty img{width: 100%;}

.box-topshino-l{width: 550px; float: left; padding: 0; line-height: 1.8em;}
.box-topshino-r{width: 320px; float: right; text-align: right;}
.box-topshino-r img{width: 100%;}

#top-in{padding: 30px 0;}
#top-in .contents-area{text-align: center;}
#top-in article{display: inline-block; width: 400px; vertical-align: top; margin: 0 25px; text-align: left;}
#top-in article h2{display: block; font-size: 130%; line-height: 1.4em; min-height: 60px;}
#top-in article a{display: block !important; width: 40% !important; margin: 20px auto !important; text-align: center !important;}

#top-exarea{width:100%; padding: 50px 0;}
#area-exarea{margin: 0 auto; text-align: center;}
#area-exarea ul{list-style: none; margin-bottom: 50px;}
#area-exarea li{display: inline-block; vertical-align: top; width: 180px; margin: 0 12px;}
#area-exarea li img{width: 100%; margin-bottom: 10px;}
#area-exarea li a{color: #1c1c1c; text-decoration: none; font-size: 12px; line-height: 1.6em;}
#area-exarea li a:hover{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
#area-exarea li a h3{text-align: center; margin-bottom: 10px;}
#area-exarea li a h3 span{font-size: 90%;}
#area-exarea li a p{line-height: 1.4em; color: #3d3b3b;}


#top-news{width:100%; background:#f4f4f4; padding: 40px 0 50px;}
#area-news{width: 1000px; margin: 0 auto;}
#top-news dl{width:800px;  max-height:240px; overflow:auto; overflow-x:hidden; margin:0 auto;}
#top-news dt{display:inline-block; vertical-align:top; width:150px; font-size:90%; padding-bottom: 15px;}
#top-news dd{display:inline-block; vertical-align:top; width:625px; font-size:90%; padding-bottom: 15px;}

.top-btn-area{
	text-align: center;
	padding-bottom: 55px;
}

.top-btn-area a.btn{
	display: inline-block;
	margin: 0 10px;
	width: 360px !important;
	padding: 15px 0 !important;
	text-align: center !important;
}

@media (max-width: 767px) {
#top-news{padding: 35px 0 50px;}
#top-news .title-base{margin-bottom: 20px;}
#area-news{width: 90%;}
#top-news dl{width: 100%; max-height:190px; -webkit-overflow-scrolling: touch; }
#top-news dt{display:block; width: 100%; font-size:14px; padding-bottom: 0;}
#top-news dd{display:block; width: 100%; font-size:14px; padding: 0 0 15px 0;}
	

.top-btn-area{
	padding-bottom: 25px;
}
	
	#global-nav .top-btn-area{
		width: 92%;
		margin: 0 auto;
	}

.top-btn-area a.btn{
	display: block;
	margin: 8px auto;
	width: 100% !important;
}	
}

.jimukyoku{
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 25px;
	text-align: left;
	margin: 0 auto;
}

.jimukyoku strong{
	display: block;
	text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
}

#ad10 .jimukyoku{
	width: 62% !important;
}

@media (max-width: 767px) {

.jimukyoku{
	padding: 3px 0 3px 10px;
	width: 92%;
	margin: 0 auto;
}

#ad10 .jimukyoku{
	width: 92% !important;
}

.jimukyoku strong{
    font-size: 15px;
}

	
}


#top-intro{width:100%; padding: 50px 0;}
#area-intro{width: 1000px; margin: 0 auto;}
.top-intro-l{display: inline-block; width: 450px; margin: 0 15px; vertical-align: top; font-size: 14px; line-height: 1.7em;}
.top-intro-l p{margin-bottom: 30px;}
.top-intro-r{display: inline-block; width: 430px; margin: 0 15px; vertical-align: top; font-size: 14px; line-height: 1.7em;}
.top-intro-r img{width: 100%; margin-bottom: 20px;}
.top-intro-l h3{font-size: 16px; margin-bottom: 30px;}
.top-intro-r h3{font-size: 16px; margin-bottom: 20px;}
.pic-top02{float: right; margin-left: 10px;}
.pic-top03{float: left; margin-right: 10px; padding-bottom: 20px;}

#top-comm{width:100%; padding: 50px 0;}
#area-comm{width: 1000px; margin: 0 auto;}
.top-comm-l, .top-comm-r{display: inline-block; width: 440px; margin: 0 15px; vertical-align: top; text-align: center;}
.top-comm-r .title-base span{display: inline-block; background:url(//hobbyshow.jp/site/hbs2019/data/i_mail.png) no-repeat center left; height: 29px; line-height: 29px; font-size: 100%;}
.top-comm-l .ul-icnmenu{
	text-align: center;
}
.top-comm-l .ul-icnmenu li{
	margin: 0 15px;
}

.top-comm-l .ul-icnmenu li img{
	width: 100% !important;
}
.top-comm-r input{display: block; width: 90%; margin: 0 auto; border: none !important; border-bottom: 1px solid #000 !important; border-radius: 0 !important; margin-bottom: 30px;}
.top-comm-r input:focus{background:#f4f4f4 !important; }
.top-comm-r button{display: block; width: 60%; margin: 0 auto; font-size: 100%; padding: 10px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none;}
.top-comm-r button:hover{background:#1c1c1c; color: #fff; cursor: pointer; -webkit-transition: all .5s;  transition: all .5s;}

@media (max-width: 767px) {
#top-intro{width:100%; padding: 30px 0;}
#area-intro{width: 90%; margin: 0 auto;}
.top-intro-l, .top-intro-r{display: block; width: 100%; margin: 0 auto; line-height: 1.6em;}
.top-intro-l img{width: 100%; margin-bottom: 20px;}
.top-intro-l{margin-bottom: 20px;}
.top-intro-l h3, .top-intro-r h3{font-size: 120%; margin-bottom: 20px;}
.pic-top02{float: right; margin-left: 10px;}
.pic-top03{float: left; margin-right: 10px;}

#top-comm{padding: 30px 0 0;}
#area-comm{width: 90%;}
.top-comm-l, .top-comm-r{display: block; width: 100%; margin: 0 auto 20px;}
.top-comm-r .title-base span{background-size: 10%; }

.top-comm-l{margin-bottom: 30px;}
.top-comm-l .ul-icnmenu li{
	margin: 0 7px;
}

.top-comm-l .ul-icnmenu li img{
	width: 80% !important;
}
.top-comm-r{padding-top: 30px; border-top:1px solid #ddd;}
.top-comm-r button{width: 70%;}

}

#enq2018{border-top:1px solid #e7e7e7; padding-top: 50px;}
#enq2018 .contents-area-sub{width: 800px;}
#enq2018 img{width: 240px; float: right; margin-left: 25px;}
#enq2018 a.btn{display: block; width: 240px; text-align: center; margin: 30px 0; padding: 8px 0;}


/*==========毎日がホビーショー==============*/

#adventure{
    background:url(https://hobbyshow.jp/site/hbs2020/data/bg_adventure.gif) center center repeat;
    padding: 40px 0 30px;
    background-size:60%;
    background-attachment: fixed;
}

.adventure-catch{
    padding: 20px 0;
    text-align: center;
    font-size: 28px;
    color: #f16649;
    font-weight: 500;
    line-height: 1.6;
}

.adventure-catch span{
    background-color:rgba(255,255,255,0.86);
}

#adventure ul{
    list-style: none;
}

#adventure ul li{
    width: 235px;
    margin: 10px 20px 10px 0;
    float: left;
}

#adventure ul li:nth-child(4),
#adventure ul li:nth-child(8),
#adventure ul li:nth-child(12),
#adventure ul li:nth-child(16),
#adventure ul li:nth-child(20),
#adventure ul li:nth-child(24),
#adventure ul li:nth-child(28),
#adventure ul li:nth-child(32),
#adventure ul li:nth-child(36),
#adventure ul li:nth-child(40),
#adventure ul li:nth-child(44),
#adventure ul li:nth-child(48),
#adventure ul li:nth-child(52),
#adventure ul li:nth-child(56),
#adventure ul li:nth-child(60),
#adventure ul li:nth-child(64),
#adventure ul li:nth-child(68),
#adventure ul li:nth-child(72),
#adventure ul li:nth-child(76),
#adventure ul li:nth-child(80),
#adventure ul li:nth-child(84){
    margin-right: 0;
}

#adventure ul li a{
    display: block;
    border:1px dotted #f16649;
    padding: 10px;
    background:#feeeeb;
    text-decoration: none;
    color: #f16649;
    line-height: 1.5;
    min-height: 260px;
}

#adventure ul li a:hover{
    border:1px solid #f16649;
    background:#fff;
}

#adventure ul li a img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}

#adventure ul li a h2{
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 0 0;
}



@media (max-width: 767px) {
    
#adventure{
    padding: 20px 0;
    background-size:180%;
}

.adventure-catch{
    padding: 0 0 5px;
    font-size: 18px;
    line-height: 1.4;
}

#adventure ul{
    list-style: none;
}

#adventure ul li{
    width: 100%;
    margin: 0 auto 15px;
    float: none;
}

#adventure ul li:nth-child(4),
#adventure ul li:nth-child(8),
#adventure ul li:nth-child(12),
#adventure ul li:nth-child(16),
#adventure ul li:nth-child(20),
#adventure ul li:nth-child(24),
#adventure ul li:nth-child(28),
#adventure ul li:nth-child(32),
#adventure ul li:nth-child(36),
#adventure ul li:nth-child(40),
#adventure ul li:nth-child(44),
#adventure ul li:nth-child(48),
#adventure ul li:nth-child(52),
#adventure ul li:nth-child(56),
#adventure ul li:nth-child(60),
#adventure ul li:nth-child(64),
#adventure ul li:nth-child(68),
#adventure ul li:nth-child(72),
#adventure ul li:nth-child(76),
#adventure ul li:nth-child(80),
#adventure ul li:nth-child(84){
    margin-right: auto;
}

#adventure ul li a{
    display: block;
    border:1px dotted #f16649;
    padding: 10px;
    min-height: auto;
}

#adventure ul li a img{
    width: 100px;
    height: 100px;
    float: right;
}

#adventure ul li a h2{
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}    
    
}




/*==================================================
フォーム画面
================================================== */

.table-form{width:100%; box-sizing:border-box; border-collapse:collapse; border-top:1px solid #ddd;}
.table-form th{font-weight:normal; width: 250px;  border-bottom:1px solid #ddd; text-align:left; vertical-align:top; padding:20px; background:#f4f4f4;}
.table-form td{border-bottom:1px solid #ddd; text-align:left; vertical-align:middle; padding:20px; line-height: 2.2;}

@media (max-width: 767px) {
.table-form{border-top:none;}	
.table-form th{ display:block; width: 100%; box-sizing: border-box; border-bottom:none;  text-align:center; padding:10px 0;}
.table-form td{display:block; background:#fff; text-align:left; padding:20px 10px 25px;}	
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"] , input[type="tel"] ,input[type="search"]  { 
height:30px; font-size:100%; border:1px solid #ddd; padding:2px 5px;
border-radius: 6px;
}

@media (max-width: 767px) {
input[type="text"], input[type="number"], input[type="email"], input[type="password"] , input[type="tel"] ,input[type="search"]  { height:40px;}	
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #fef8d8;
border: 1px solid #fbc84d;
}

textarea{min-height:180px; font-size:100%; border:1px solid #ddd; padding:2px 5px; width:90%; border-radius: 6px;}

input[type="checkbox"]{vertical-align:bottom; width:20px; height:20px;}
input[type="submit"]{font-size:100%;}

.pict-confirm-booth{width: 120px; margin:0 10px 0 0;}
.check-kiyaku{margin: 20px 0 0 15px;}


@media (max-width: 767px) {
textarea{min-height:120px; width:94%; }
.pict-confirm-booth{width: 30%; margin:0 5px 0 0;}
.check-kiyaku{margin: 15px 0 0 10px;}
}

/*セレクト*/

select{background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
	font-size:94%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
	width:180px;}
	
/*ラジオボタン*/
label.rdbox{display:inline-block; padding-right:10px;}
#wish-zone label.rdbox{display:block; padding-right:0; margin-bottom:7px;}

@media (max-width: 767px) {
select{
	width:180px;}
	
label.rdbox{display:block; padding-right:0; margin-bottom: 6px;}
}

.blo-ck{display: inline; padding-right: 7px;}

@media (max-width: 767px) {
.blo-ck{display: block; padding-right: 0; margin-bottom: 10px;}
}

/*チェックボックス*/

label.ckbox{display:inline-block; padding-right:10px;}


/*必須マーク*/
.required{display:inline; padding:3px; text-align:center; font-size:80%; color:#fff; background:#E2002E; border-radius: 4px; margin-left:5px; vertical-align:top;}

/*幅*/
.w-min{width:10%;}
.w-ss{width:20%;}
.w-s{width:30%;}
.w-m{width:50%;}
.w-l{width:70%;}
.w-ll{width:80%;}
.w-max{width:90%;}

@media (max-width: 767px) {
.w-ss{width:70%;}
.w-s{width:50%;}
.w-m, .w-l{width:94%;}
}

/*ボタンエリア*/
.box-btn{margin-top:20px; }
.box-btn .btn{border:none;}
.btn-form{margin:30px 0;}

.btn-form input[type="submit"]{padding: 15px 50px; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%;}
.btn-form input[type="submit"]:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}

.btn-form button{padding: 15px 50px; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%;}
.btn-form button:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form button.btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form button.btn-back:hover{background-color:transparent; border-color:#1c1c1c;}

/*エラー文章*/
.form-err{color:#f00; font-size:90%; margin-top:10px;}
.form-att{border:1px solid #f00; background:#fff1f1; padding:10px; margin:10px 0; box-sizing:border-box;}
.form-att ul{margin-left:30px;}
	
.height-ta-default{height:200px;}

#entry-koma th ,#entry-check th{width: 240px;}
.txt-new{display: inline-block; padding-left: 7px; color: #ef0505;}

.txt-img-up{margin-bottom: 30px;}
.box-img-up{background: #f4f4f4; border-radius: 4px; padding: 15px 20px; margin: 0 0 15px;}

@media (max-width: 767px) {
.btn-form{margin:20px 0;}

.btn-form input[type="submit"]{display: block; width: 100%; box-sizing: border-box; padding: 15px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%; text-align: center; -webkit-appearance:none;}
.btn-form input[type="submit"]:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form input[type="submit"].btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form input[type="submit"].btn-back:hover{background-color:transparent; border-color:#1c1c1c;}

.btn-form button{display: block; width: 100%; box-sizing: border-box; padding: 15px 0; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none; cursor: pointer; font-size: 100%; text-align: center;}
.btn-form button:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s;}
.btn-form button.btn-back{border-radius: 6px; background: #f4f4f4; border:1px solid #f4f4f4; padding: 10px 30px; text-decoration: none; cursor: pointer; text-align: center; display: inline-block; color: #000; font-size:100%;}
.btn-form button.btn-back:hover{background-color:transparent; border-color:#1c1c1c;}
}


/*==================================================
Border-Type Valiation
================================================== */

.b-no{border:none;}


/*==================================================
Title-Type Valiation
================================================== */

.title-type-form{background:#f4f4f4; border-bottom:3px solid #d6a0a1; color:#270000; padding:5px 10px; font-size:100%; }
.title-type01{border-bottom:6px solid #d6a0a1;}
.title-type01 span{
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color:#eec7c8;
padding:5px 30px 2px; display:inline-block;
}

.title-type02{font-size:120%; color:#EC6C00; padding:0 0 5px; margin:20px 0; font-family:Ryumin Regular KL;}
.title-type03{border:1px solid #AE7925; padding:5px 10px; display:inline-block; margin-bottom:20px; font-weight:normal; font-size:110%; background:#F2EFE9;}
.title-type04{font-size:120%; color:#EC6C00; padding:0 0 5px; margin:20px 0; font-family:Ryumin Regular KL;}
.title-type05{background:#EC6C00; color:#fff; font-size:120%; font-weight:normal; border-radius:6px; padding:15px; box-sizing:border-box;}
.title-type06{margin-bottom:20px; font-weight:normal;}
.title-type06 span{display:inline-block; border:1px solid #EC6C00; padding:5px 10px; margin-right:10px; font-weight:normal; font-size:110%; background:#FDE7C8;}

.title-type07{font-size:100%; border-bottom:1px solid #EC6C00; margin-bottom:30px; padding:8px 8px 5px; background:#fefcf9;}

.title-booth{font-size:110%; font-weight:normal; margin-bottom:15px; color:#EC6C00;}

/*==================================================
テーブル
================================================== */

.table{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box;}
.table th{border:1px solid #ddd; 
background: #f4f4f4; 
font-weight:normal; text-align:center; padding:15px;}
.table td{border:1px solid #ddd; font-weight:normal; padding:15px;}
.table tr{background:#fff;}
.table-striped tr:nth-child(odd) { background:#f9f9f9;}
.table-hover > tbody > tr{cursor:pointer;}
.table-hover > tbody > tr:hover{background:#f6e8e8;}

.table caption{text-align:left; margin-bottom:5px;}

.table-type01{width:100%; box-sizing:border-box; border-collapse:collapse;}
.table-type01 th{font-weight:normal; width:20%; text-align:left; vertical-align:top; padding:20px 5px;}
.table-type01 td{text-align:left; vertical-align:top; padding:20px 5px;}

.table-type02{width:100%; box-sizing:border-box; border-collapse:collapse;}
.table-type02 th{font-weight:normal; border:1px dashed #AE7925; color:#AE7925; text-align:center; vertical-align:middle; padding:20px 0;}
.table-type02 td{text-align:left; vertical-align:middle; padding:20px;}

.table-type03{width:100%; box-sizing:border-box; border-collapse:collapse; border:1px solid #ddd;}
.table-type03 th{background:#f4f4f4; padding:7px 10px; font-weight:normal; border:1px solid #ddd; vertical-align:middle;}
.table-type03 td{background:#fff; padding:7px 10px; font-weight:normal; border:1px solid #ddd; vertical-align:middle;}

.table-list{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box;}
.table-list th{border:1px solid #ddd; 
background:#e2e2e2;
font-weight:normal; text-align:center; padding:12px 10px;}
.table-list td{border:1px solid #ddd; font-weight:normal; padding:8px 10px; font-size:90%;}

.table-basic{border-collapse: collapse; box-sizing: border-box; width: 100%;}
.table-basic th{font-weight: normal; text-align: left; border-bottom: 1px solid #f4f4f4;}
.table-basic td{border-bottom: 1px solid #f4f4f4; text-align: left;}


/*==================================================
アラート
================================================== */
.alert {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	text-align:center;
	color: #f00;
    background-color: #fff1f1;
    border-color: #f00;
}

.alert-success {
	color: #013e4f;
    background-color: #b9e5f1;
    border-color: #4ab6d5;
}

.alert-info {
	color:#000;
    background-color: #f9f9f9;
    border-color: #ddd;
}

.alert-warning {
    color: #000;
    background-color: #f8fb02;
    border-color: #fbc302;
}

/*==================================================
ラベル（タグ）
================================================== */

ul.tag{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tag li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0;
}

ul.tag li a {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 1em;
    background-color: #e2e2e2;
    border-radius: 0 3px 3px 0;
    font-size: 85%;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.tag li a::before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #e2e2e2 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    -webkit-transition: .2s;
    transition: .2s;
}

ul.tag li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}

ul.tag li span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.label {
    display: inline;
    padding: .1em .6em .1em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	background:#e2e2e2;
}

/*==================================================
ボタン
================================================== */

/*デフォルトのボタン*/

.btn{padding: 15px 50px; border-radius: 32px;  border:1px solid #1c1c1c; color: #1c1c1c; background:#fff; text-decoration: none;}
.btn:hover{background:#1c1c1c; color: #fff; -webkit-transition: all .5s;  transition: all .5s; cursor: pointer;}
.btn i{padding: 0 7px;}

.btn-red{
	background: #E2002E !important;
	border-color: #E2002E !important;
	color: #fff !important;
}

.btn-red:hover{
	background: #fff !important;
	color: #E2002E !important;
}

.btn-red02{
	background: #bd3338 !important;
	border-color: #bd3338 !important;
	color: #fff !important;
}

.btn-red02:hover{
	background: #fff !important;
	color: #bd3338 !important;
}

.btn-grey{
	background: #585858 !important;
	border-color: #585858 !important;
	color: #fff !important;
}

.btn-grey:hover{
	background: #fff !important;
	color: #585858 !important;
}

.btn-yellow{
	background: #ffdc00 !important;
	border-color: #ffdc00 !important;
	color: #3e3a39 !important;
}

.btn-yellow:hover{
	background: #fff !important;
	color: #3e3a39 !important;
}

.btn-purple{
	background: #6C68A4 !important;
	border-color: #6C68A4 !important;
	color: #fff !important;
}

.btn-purple:hover{
	background: #fff !important;
	color: #6C68A4 !important;
}

.btn-blue{
	background: #0071bc !important;
	border-color: #0071bc !important;
	color: #fff !important;
}

.btn-blue:hover{
	background: #fff !important;
	color: #0071bc !important;
}

.btn-pink{
	background: #ee86a3 !important;
	border-color: #ee86a3 !important;
	color: #fff !important;
}

.btn-pink:hover{
	background: #fff !important;
	color: #ee86a3 !important;
}


/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}


/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr12{margin-right:12px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Align Valiation
================================================== */

.ta-c{text-align:center !important;}
.ta-r{text-align:right !important;}
.ta-l{text-align:left !important;}

.va-t{vertical-align:top !important;}
.va-m{vertical-align:middle !important;}
.va-b{vertical-align:bottom !important;}

/*==================================================
FontSize Valiation
================================================== */

.fs-10{font-size:10px;}
.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-80per{font-size:80%;}
.fs-90per{font-size:90%;}
.fs-100per{font-size:100%;}
.fs-110per{font-size:110%;}
.fs-120per{font-size:120%;}
.fs-130per{font-size:130%;}
.fs-140per{font-size:140%;}
.fs-150per{font-size:150%;}

/*==================================================
FontStyle Valiation
================================================== */

.fwb{font-weight: bold; font-family: FP-HiraginoUDSansStdN-W5 !important;}
.fwn{font-weight:normal;}
.td-n{text-decoration:none;}
.td-ul{text-decoration:underline;}

/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#585858 !important;}
.fc-red{color:#E2002E !important;}
.fc-pink{color:#E84478 !important;}
.fc-sub01{color: #BF98C5 !important;}
.fc-sub02{color: #FFDC00 !important;}
.fc-sub03{color: #6C68A4 !important;}
.fc-avenue{color: #D80A30 !important;}
.fc-company{color: #E8380D !important;}
.fc-personal{color: #E84478 !important;}

/*==================================================
Width Valiation
================================================== */

.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}
.w220per{width:220% !important;}

.w490px{width:490px;}
.w510px{width:510px;}
.w670px{width:670px;}
.w1000px{width:1000px;}
.w1100px{width:1100px;}

/*==================================================
Float Valiation
================================================== */

.fl-l{float:left;}
.fl-r{float:right;}
.fl-n{float:none;}

/*==================================================
Display Valiation
================================================== */

.dis-n{display:none;}
.dis-b{display:block;}
.dis-ib{display:inline-block;}
.dis-i{display:inline;}
.dis-t{display:table;}
.dis-tc{display:table-cell;}

/*==================================================
BackgrondColor-Type Valiation
================================================== */

.bgc-red{background:#E7380C;}
.bgc-green{background:#9db801;}
.bgc-orange{background:#EC6C00;}
.bgc-pink{background:#fe96c0;}
.bgc-grey{background:#f4f4f4;}
.bgc-blue{background:#2bbdf9;}
.bgc-yellow{background:#FFD800;}
.bgc-grey02{background:#D4DBD2;}
.bgc-w{background:#fff;}
.bgc-black{background:#000;}
.bgc-pinkgrey{background:#f7e3e3;}

/*==================================================
Line-Height Valiation
================================================== */

.lh-10{line-height:1.0em;}
.lh-12{line-height:1.2em;}
.lh-14{line-height:1.4em;}
.lh-16{line-height:1.6em;}
.lh-18{line-height:1.8em;}
.lh-20{line-height:2.0em;}

/*==================================================
List Style Valiation
================================================== */

.nav-links{border:1px solid #c7c7c7; padding:5px 0; text-align:center; margin:30px 0;}
.nav-links a{padding-right:15px;}

.list-terms{list-style-type:square; margin:0 20px;}
.list-terms li{margin-bottom:15px;}

ul.list-normal{list-style-type:disc; margin-left:20px;}
ul.list-normal li{margin-bottom:7px;}

/*==================================================
DL Style Valiation
================================================== */

.dl-terms dt{font-weight:bold; font-size:100%; margin-bottom:15px;}
.dl-terms dd{margin:0 20px 20px;}

/*==================================================
Border-Radius Style Valiation
================================================== */

.br4{-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.br6{-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.br8{-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

/*==================================================
Border Style Valiation
================================================== */
.border{border:1px solid #ddd;}
.border-b{border-bottom:1px solid #ddd;}
.border-t{border-top:1px solid #ddd;}
.border-l{border-left:1px solid #ddd;}
.border-r{border-right:1px solid #ddd;}

.border-c-red{border-color:#ed4548;}
.border-c-green{border-color:#9db801;}
.border-c-orange{border-color:#f67c05;}
.border-c-pink{border-color:#fe96c0;}
.border-c-grey{border-color:#c6bfae;}
.border-c-blue{border-color:#2bbdf9;}
.border-c-yellow{border-color:#fefc47;}
.border-c-grey02{border-color:#e7e7e6;}
.border-c-w{border-color:#fff;}
.border-c-black{border-color:#000;}
.border-c-pinkgrey{border-color:#f7e3e3;}

.border-line2px{border-width:2px;}
.border-line3px{border-width:3px;}
.border-line4px{border-width:4px;}
.border-line5px{border-width:5px;}
.border-line6px{border-width:6px;}
.border-line7px{border-width:7px;}
.border-line8px{border-width:8px;}
.border-line9px{border-width:9px;}
.border-line10px{border-width:10px;}

.border-dotted{border-style:dotted;}
.border-dashed{border-style:dashed;}
.border-outset{border-style:outset;}
.border-inset{border-style:inset;}
.border-groove{border-style:groove;}

.bb-red{
	border-bottom: 2px solid #e2002e;
}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto; padding-top:20px;}
	
.PageList ul {
}
.PageList ul li {
	display: inline;
}
.PageList ul li.now { /* 現在のページ */
}
.PageList ul li a {
	padding: 5px 12px;
	border-width: 1px;
	border-style:  solid;
	text-decoration: none;
}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {
	border-color: #ddd;
	color: #999;
}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {
	border-color: #d6a0a1;
	background-color:#fff;
	color: #d6a0a1;
}
.PageList ul li.now a { /* 現在のページ */
	border-color: #d6a0a1;
	background-color:#d6a0a1;
	color: #fff;
}




#banner-area{padding:25px 0; text-align:center; background:#fff;}
/*#banner-area img{margin:0 20px 20px;}*/

#mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }

@media only screen and (max-width:480px){
    #mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }
}

@media only screen and (max-width:1280px){
    #mainimg{background-size:cover; background-repeat:no-repeat; background-position:center center; width:100%; height:240px; }
}

.mainimg-about{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-about.jpg);}
.mainimg-faq{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-faq.jpg);}
.mainimg-access{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-access.jpg);}
.mainimg-news{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-news.jpg);}
.mainimg-contact{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-contact.jpg);}
.mainimg-exhibitor{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-exhibitor.jpg);}
.mainimg-ticket{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-ticket.jpg);}
.mainimg-ad{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-ad.jpg);}
.mainimg-policy{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-policy.jpg);}
.mainimg-lineup{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-lineup.jpg);}
.mainimg-workshop{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-workshop.jpg);}
.mainimg-stage{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg_stage.jpg);}
.mainimg-pickup{background-image:url(//hobbyshow.jp/site/hobbyshow/view/img/mainimg-pickup.png);}



.dl-type01 dt{color:#AE7925; font-size:120%; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.dl-type01 dd{margin:0 15px 20px; padding-bottom:20px; border-bottom:dashed 1px #d7be9c;}


caption{text-align:left; margin-bottom:5px;}


/*==================================================
インタビュー
================================================== */
.box-main-interview{width:1030px; margin:0 auto; background:#fff; position:relative; border:5px solid #FDE7C8; padding:30px;}
.contents-area-interview{ float:left; width:710px;}
#side-interview{float:right; width:250px; padding:20px; background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_side_interview.gif) repeat top left;}
#side-interview h3{background:#AE7925; color:#fff; text-align:center; padding:7px 0; font-weight:normal; font-size:100%;}
.box-side-interview{background:#fff; margin-bottom:20px;}
.box-side-interview ul{list-style-type:none;}
.box-side-interview li{border-bottom:1px dotted #AE7925; }
.box-side-interview li a{display:block; padding:10px 10px; font-size:90%; color:#333; text-decoration:none;}
.box-side-interview li a:hover{background:#D7BE9C;}

.it-left{float:left; width:40%;}
.it-left img{width:100%;}
.it-right{float:right; width:55%;}
.it-right h5{font-size:100%; margin-bottom:10px; font-weight:normal;}

.title-interview01{background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_mainContents.gif) repeat top left; border:3px solid #EC6C00; color:#EC6C00; padding:20px; margin-bottom:30px; font-size:120%;}
.title-interview02{background:url(//hobbyshow.jp/site/hobbyshow/view/img/bg_mainContents.gif) repeat top left; border-bottom:2px solid #EC6C00; color:#EC6C00; padding:20px; text-align:center; margin-bottom:30px; font-size:120%;}
.interview-top{padding-bottom:10px;}
.interview-top table{width:100%; border-top:1px solid #D7BE9C; border-bottom:1px solid #D7BE9C; margin-bottom:15px;}
.interview-top th{text-align:left; width:100px; vertical-align:top; padding:15px 15px 15px 0; font-weight:normal;}
.interview-top td{text-align:left; vertical-align:top; padding:15px 0 15px 0; font-weight:normal; }
.box-in-zone{border:1px solid #D7BE9C;}
.box-in-zone h5{background:#AE7925; color:#fff; text-align:center; padding:8px 0; font-size:100%; font-weight:normal;}
.box-in-zone div{padding:15px;}
.box-interview{border-top:1px dashed #EC6C00; padding-top:30px; margin-top:30px;}
.box-interview dt{font-size:120%; color:#EC6C00; margin-bottom:20px;}
.box-interview dd{margin:0 0 40px 20px; font-size:100%; line-height:1.8em;}



/*==================================================
FAQ
================================================== */
#faq .dl-type01 dt{font-size: 100% !important;}


/*==================================================
exhibitor
================================================== */

.box-theme{text-align:center; line-height:1.8em; padding:20px; margin-bottom:30px; background:#fffbf8;}
#exhibitor-merit ol{list-style-type:decimal; margin:0 20px 30px;}
#exhibitor-merit ol li{margin-bottom:15px; }
.box-ex-topv{display:inline-block; width:46%; margin-right:20px; vertical-align:top;}
.box-ex-topv h4{color:#AE7925; font-size:100%; font-weight:normal; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.box-ex-topv2{margin:30px 0;}
.box-ex-topv2 h4{color:#AE7925; font-size:100%; font-weight:normal; border-left:4px solid #AE7925; padding-left:12px; margin-bottom:20px;}
.box-ex-topv2 li{margin:0 30px 10px;}

.ex-message{border:3px solid #EC6C00; padding:100px 0; text-align:center;}

/*==================================================
exhibitor > schedule
================================================== */

.box-sche{border-radius:6px; background:#fff; border:1px solid #ddd; text-align:center; }
.box-sche h4{padding:10px; text-align:center; display:block; width:30%; border-right:1px solid #ddd; float:left; font-size:100%; font-weight:normal; vertical-align:middle;}
.box-sche div{padding:10px 25px; text-align:left; display:block; width:60%; float:left; vertical-align:middle;}



/* =======================================
	アコーディオンパネル
======================================= */

dl.accordion {}
dl.accordion dt {
    background:url(//hobbyshow.jp/site/hobbyshow/view/img/open.png) 97% center no-repeat; background-color:#F6BBA6;
    font-size:100%; text-indent:10px; color:#333; cursor:pointer; margin:0 0 10px; padding:20px 0; }
dl.accordion dt.open {
    background:url(//hobbyshow.jp/site/hobbyshow/view/img/close.png) 97% center no-repeat; background-color:#EC6C00; color:#fff; }
dl.accordion dd { background:#fff; padding:10px; display:none; margin:0 0 10px; }

/*==================================================
English Site
================================================== */

.box-advantage{border:1px solid #EC6C00; padding:20px; padding-bottom:10px; box-sizing:border-box; background:#EBC1C6;}





/*==================================================
出展者一覧関連コンテンツ
================================================== */
.title-ex{background:#EC6C00; color:#fff; font-size:120%; font-weight:normal; border-radius:6px; padding:15px; box-sizing:border-box;}
.arealist{clear:both; margin:0 15px 20px; padding-bottom:20px; border-bottom:1px dashed #b4b5b5;}
.arealist h5{font-size:110%; margin-bottom:15px;}
.arealist img{float:right; margin-left:15px; margin-bottom:20px;}

.label-ex{display:inline-block; background:#ebc1c6; color:#fff; font-size:90%; padding:1px 10px; margin-right:5px; margin-bottom:20px; border-radius:4px;}
.ex-body{width:740px; float:left;}
.ex-body table{width:100%; box-sizing:border-box; border-collapse:collapse; border:none;}
.ex-body th{width:210px; padding:15px 0 15px 10px; font-weight:normal; text-align:left; font-size:100%; border-bottom:1px solid #AE7925;}
.ex-body td{padding:15px 0 15px; font-weight:normal; font-size:100%; border-bottom:1px solid #AE7925;}
.ex-pic{width:225px; float:right;}
.ex-pic img{margin-bottom:5px;}

.table-ex{border-collapse:collapse; border:1px solid #ddd; box-sizing:border-box; margin-bottom:20px; width:100%;}
.table-ex th{border:1px solid #ddd; 
background:#f2efe9;
font-weight:normal; text-align:center; padding:20px 0;}
.table-ex td{border:1px solid #ddd; font-weight:normal; padding:20px; }
.table-ex td img{margin-right:5px;}

.table-exzone{width: 100%; box-sizing: border-box; border:1px solid #ec6c00; border-collapse: collapse; margin-bottom: 50px;}
.table-exzone th{background: #fde7c8; text-align: center; padding: 20px 0; width: 160px; font-weight: normal;}
.table-exzone td{padding: 15px 10px; border-bottom: 1px solid #fde7c8;}
.bb-orange{border-bottom: 1px solid #ec6c00 !important;}
.table-exzone td.zone-title{text-align: center; width: 190px; color: #ec6c00;}
.table-exzone td.zone-ex{width: 480px;}
.table-exzone td.ex-btn{text-align: center;}
.table-exzone td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 0; text-decoration:none; text-align:center; display:inline-block; width: 84%; color:#fff; font-size: 90%;}
.table-exzone td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

.area-ex{margin-bottom: 50px;}
.box-lineuplist{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #666;}
.box-lineuplist img{width: 260px; float: right; margin-left: 20px; margin-bottom: 20px;}
.box-lineuplist h4{font-size: 110%; color: #ec6c00; font-weight: normal; margin-bottom: 20px;}
.box-lineuplist a{width: 20% !important;}
.txt-booth{margin-bottom: 20px;}

table.lineupList{width: 100%; box-sizing: border-box; }
table.lineupList tr{display: block; border-bottom: 1px dashed #ddd;}
table.lineupList tr:hover{cursor: pointer; background: #fde7c8;}
.lineupList-pic img{width: 80px;}
table.lineupList th{width: 250px; text-align: left; padding: 10px; font-weight: bold; color: #EC6C00;}
table.lineupList td{padding: 10px;}
.lineupList-txt{width: 630px;}

#detail-booth{position: relative;}
.detail-snsbooth{position: absolute; top:0; right:30px;}
.detail-snsbooth img{margin-left: 5px;}
.detail-txtbooth{font-family:Ryumin Regular KL; /*color:#EC6C00;*/ font-size:110%; margin: 25px;}
.detail-picbooth{margin: 20px;}
.detail-picbooth img{height: 170px; margin-right: 10px;}
.booth-lavel{margin:25px 20px;}
.booth-lavel span{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#5c2a0c; color: #fff;}
.boothws-info{}
.boothws-info table{border-collapse:collapse; border:none; margin:0 5px 0; width: 100%; box-sizing: border-box;}
.boothws-info tr{display:block; margin-bottom:12px;}
.boothws-info th{border-left:3px solid #5c2a0c; text-align:left; padding:1px 0 1px 9px;}
.boothws-info td{text-align:left; padding:1px 0;}
.boothws-info table.ws-table1 th{width:100px; }
.boothws-info table.ws-table1 td{width:520px; }
.boothws-info table.ws-table2 th{width:100px; }
.boothws-info table.ws-table2 td{padding-right: 50px; }
.pic-boothws{margin: 20px 0;}
.pic-boothws img{height: 150px; margin-right: 10px;}

.table-tetote{width: 100%; box-sizing: border-box; border:none; border-collapse: collapse; margin-bottom: 30px;}
.table-tetote thead{border-bottom: 1px solid #ec6c00;}
.tetote-no{width: 140px; text-align: center;}
.tetotetd-no{text-align: center;}
.tetote-name{text-align: left; padding-left: 95px !important;}
.tetotetd-name{padding-left: 100px !important;}
.table-tetote thead th{padding: 20px 10px; font-weight: normal;}
.table-tetote td{padding: 20px 10px; border-bottom: 1px dashed #666;}
.table-tetote td.ex-btn{text-align: center;}
.table-tetote td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 10px; text-decoration:none; text-align:center; display:inline-block; color:#fff; font-size: 90%;}
.table-tetote td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

/*==================================================
クラフトレクリエーション
================================================== */
.box-txt-cr{padding-bottom: 30px;}
.box-txt-cr img{float: right; margin-left: 30px; width: 360px;}
.box-txt-cr p{padding-top: 20px;}
.box-img-cr{text-align: left; margin: 0 0 50px;}
.table-cr{width: 100%; box-sizing: border-box; border:none; border-collapse: collapse; margin-bottom: 50px;}
.table-cr thead{border-bottom: 1px solid #ec6c00;}
.cr-no{width: 90px; text-align: center;}
.crtd-no{text-align: center;}
.cr-name{text-align: left; width: 180px; font-weight: bold;}
.table-cr thead th{padding: 20px 10px; font-weight: normal;}
.table-cr td{padding: 20px 10px; border-bottom: 1px dashed #666;}
.table-cr td.crtd-name{text-align: left !important; font-family: "中ゴシックBBB";}
.crtd-naiyou h4{margin-bottom: 10px; color: #ec6c00;}
.crtd-naiyou img{float: right; margin-left: 20px; width: 140px;}
.table-cr td.ex-btn{text-align: center;}
.table-cr td.ex-btn a{border-radius: 4px; border:1px solid #5C2A0C; background:#5C2A0C; padding:5px 10px; text-decoration:none; text-align:center; display:inline-block; color:#fff; font-size: 90%;}
.table-cr td.ex-btn a:hover{background-color:transparent; color:#5C2A0C;}

.cr-oubo{margin: 50px 0; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; padding: 30px 0; text-align: center;}
.cr-att{font-size: 90%; display: inline-block; padding-top: 10px;}

/*==================================================
Marche talents a la carte
================================================== */

table.mrche{border-collapse:collapse; width:100%; border:1px solid #EC6C00; box-sizing:border-box; margin-bottom:30px;}
.mrche th{background:#EC6C00; color:#fff; text-align:center; border:1px solid #EC6C00; padding:12px 0;}
.mrche td{background:#FDE7C8; text-align:center; border:1px solid #EC6C00; padding:12px 0; vertical-align:top;}
a.mrche-link{display:block; border-radius:6px; width:80%; margin:0 auto 12px; padding:10px 0; text-align:center; background:#fff; text-decoration:none; border:1px solid #EC6C00;}
a:hover.mrche-link{display:block; border-radius:6px; width:80%; margin:0 auto 12px; padding:10px 0; text-align:center; background:#EC6C00; text-decoration:none; border:1px solid #EC6C00; color:#fff;}

/*==================================================
ワークショップ情報
================================================== */

.box-onebooth{border:1px solid #ec6c00; margin:0 15px 30px;}
/*.box-onebooth h4{color:#fff; font-size:110%; background:#ec6c00; padding: 10px; font-weight: normal;}*/
.box-onebooth h4{display: block; position: relative; color:#fff; font-size:110%; background:#ec6c00; padding: 10px; font-weight: normal;}
.box-onebooth h4 a{display: inline-block; position: absolute; right: 10px; top: 10px; border-radius: 4px; background: #fff; padding: 0 5px; font-size: 85%; text-decoration: none; border:1px solid #ec6c00;}
.box-onebooth h4 a:hover{background: #ec6c00; color: #fff; border:1px solid #fff;}
.box-onews{background: #fefcf9; box-shadow:0px 0px 6px -1px #9e9e9e; margin: 20px; padding: 20px; }
.box-onews h5{font-size: 110%; color: #ec6c00; font-weight: normal; margin-bottom: 20px;}
.ws-pic{width: 260px; float: right;}
.ws-pic img{width: 100%;}
.ws-info{width: 620px; float: left;}
.ws-txt{margin-bottom: 20px;}
.ws-info table{border-collapse:collapse; border:none; margin:0 5px 0; width: 100%; box-sizing: border-box;}
.ws-info tr{display:block; margin-bottom:12px;}
.ws-info th{border-left:3px solid #5c2a0c; text-align:left; padding:1px 0 1px 9px;}
.ws-info td{text-align:left; padding:1px 0;}
.ws-info table.ws-table1 th{width:100px; }
.ws-info table.ws-table1 td{width:520px; }
.ws-info table.ws-table2 th{width:100px; }
.ws-info table.ws-table2 td{width:198px; }

.ws-lavel{margin-bottom: 20px;}
.ws-lavel span{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%;}
.ws-lavel span.ws-day{background:#f6ac3b; color: #fff;}
.ws-lavel span.ws-pre-r{background:#e73800; color: #fff;}
.ws-lavel span.ws-day-r{background:#ae7925; color: #fff;}

span.prer{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#e73800; color: #fff;}
span.dayr{display: inline-block; border-radius: 2px; padding: 0 5px; margin-left: 4px; font-size: 85%; background:#ae7925; color: #fff;}

a.btn-yoyaku{display:inline-block; padding:3px 8px; background:#fff; text-align:center; border:1px solid #EC6C00; color:#c80505; border-radius:6px; margin-left:8px; text-decoration:none; font-size:92%;}
a:hover.btn-yoyaku{display:inline-block; padding:3px 8px; background:#c80505; text-align:center; border:1px solid #c80505; color:#fff; border-radius:6px; margin-left:8px; text-decoration:none; font-size:92%;}

div.txt-att{position:absolute; width:250px; top:160px; right:20px; font-size:85%;}
div.txt-att2{position:absolute; top:200px; right:20px; font-size:85%;}


.box-wslist{border-left: 1px solid #ec6c00; padding-left: 20px; margin:0 5px 30px;}

#admin-ws .table-exzone{width: 100%; box-sizing: border-box; border:1px solid #ec6c00; border-collapse: collapse; margin-bottom: 50px;}
#admin-ws .table-exzone td.zone-title{text-align: left; width: 210px; color: #ec6c00; }
#admin-ws .table-exzone td.zone-ex{width: 532px;}
#admin-ws .table-exzone td.ex-btn{padding: 15px 0;}



/*==================================================
会場内MAP
================================================== */
#map{background:#fff; width:100%; text-align: center;}


.box-map{background:#fff; text-align:center; padding:10px 0;}
.box-map a.btn-type03{margin-bottom: 25px;}
.box-map-frame{width:1100px; height:700px; margin:0 auto; overflow:auto; text-align:center;}
/*.box-map img{width:100%;}*/

a.btn-map{border-radius:8px; display:block; width:35%; text-decoration:none; margin:0 auto 30px; padding:20px 40px; font-size:120%; color:#fff; background:#EC6C00; text-align:center;}
a:hover.btn-map{background:#EBC1C6;}

/*==================================================
Google Material icons
================================================== */

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align:middle;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-10 { font-size: 10px; }
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
 
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/*==================================================
アンケート
================================================== */

.copy-enq{text-align:center; font-size:140%; color:#EC6C00; margin-bottom:30px;}
.box-enq{float:left; margin:0 10px 20px; border:1px solid #c6c6c6; padding:9px; width:210px; background:#fff; border-radius:6px; text-align:center; font-size:90%;}
.box-enq img{width:100%;}
.box-enq strong{padding-bottom:10px;}
.shouhin{border-top:1px dashed #ddd; margin-top:50px; padding-top:50px;}

/*==================================================
共通ボタンエリア
================================================== */

.btn-area{padding:40px 0; background: #f4f4f4;  text-align: center;}
.btn-area a{display:inline-block; background:#E2002E; color:#fff; border-radius:28px; height: 52px; line-height: 50px; font-size: 15px; padding:0 80px; text-align:center; text-decoration:none; margin:0 auto; border:1px solid #E2002E;}
.btn-area a:hover{background-color:#fff; color:#E2002E;}
.btn-area a span:before{content: "▶︎"; font-size: 86%; padding-right: 5px;}

.btn-area.btn-w a{
	background: #fff !important;
	color: #E2002E !important;
}

@media (max-width: 767px) {
.btn-area{padding:30px 0; }
.btn-area a{display:block; width: 90%; padding:0; }
}

/*==================================================
広告・協賛について
================================================== */
.ad-table{border-collapse:collapse; border:1px solid #ddd; width:64%;}
.ad-table th{background:#FEFCF9; text-align:center; padding:10px; font-weight:normal; border:1px solid #ddd;}
.ad-table td{background:#fff; text-align:center; padding:10px; font-weight:normal; border:1px solid #ddd;}
.ad-table th.pack{background:#F6BBA6;}

/*==================================================
前回の様子
================================================== */
.box-prev{margin:0 10px;}
.box-prev img{width:24%; margin:0 0.5% 10px;}


/*==================================================
トップページ開催中止コンテンツ
================================================== */

#top-chushi article{
    width: 930px;
    margin: 0 auto;
    border:5px solid #ef8fb9;
    padding: 30px;
}

.title-chushi{
    display: block;
    background:#ef8fb9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.box-chushi{
    width: 90%;
    margin: 0 auto 50px;
    line-height: 1.8em;
}

.title-chushi-sub{
    display: block;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
}

.title-chushi-sub span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.box-chushi h4{
    display: block;
    background: #f4f3f4;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    margin: 30px auto;
}

.box-chushi .btn{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.box-chushi h5{
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
}

.box-chushi h5 span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.faq dt{
    font-family: FP-HiraginoUDSansStdN-W5;
    font-weight: 600;
    font-size: 16px;
}

.faq dd{
    margin: 0 0 25px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    
    #top-chushi{
        padding: 20px 0 !important;
    }    
#top-chushi article{
    width: 90%;
    box-sizing: border-box;
    padding: 15px;
}

.title-chushi{
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.box-chushi{
    width: 94%;
    margin: 0 auto 30px;
    line-height: 1.7em;
}

.title-chushi-sub{
    font-size: 18px;
    margin: 0 0 30px;
}

.box-chushi h4{
    font-size: 15px;
    padding: 10px 0;
    margin: 30px auto;
}

.box-chushi .btn{
    width: 100%;
}

.box-chushi h5{
    font-size: 16px;
    margin: 0 0 20px;
}

.faq dt{
    font-size: 15px;
}

.faq dd{
    margin: 0 0 20px;
    padding-bottom: 20px;
}    
}

/*==================================================
チケット払い戻しページ
================================================== */

.chushi-top-txt{
    width: 900px;
    margin: 50px auto;
}

.title-ticket-chushi{
    display: block;
    margin: 0 0 30px;
    font-size: 24px;
    font-family: FP-HiraginoUDSansStdN-W5;
    text-align: center;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 20px;
}

.title-ticket-chushi img.img-7{
    width: 150px;
}

.title-ticket-chushi img.img-rakuten{
    width: 180px;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
     font-family: FP-HiraginoUDSansStdN-W5;
}

.title-ticket-chushi-02{
    color: #6d03a4;
}

.title-ticket-chushi-03{
    font-size: 15px;
    border-left: 4px solid #000; 
    padding-left: 10px;
}

.ticket-payback .table-type03 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 30px auto 50px;
}

.ticket-payback .table-type03 td p{
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    
.chushi-top-txt{
    width: 90%;
    margin: 50px auto 30px;
}

.title-ticket-chushi{
    margin: 0 0 20px;
    font-size: 18px;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 0;
    display: block;
    margin: 0 auto 20px
}

.title-ticket-chushi img.img-7{
    width: 50%;
}

.title-ticket-chushi img.img-rakuten{
    width: 50%;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    font-size: 15px;
}

.ticket-payback .table-type03 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 20px auto 30px;
}
    
    .ticket-payback .con-ticket{
        padding-top:30px;
    }

.ticket-payback .table-type03 td p{
    margin: 0 auto 20px;
}    
}

/*==================================================
リスト（ul）
================================================== */

.ul-basic{
	margin: 0 0 30px 20px;
}

.ol-basic{
	margin: 0 0 0 40px;
}

@media (max-width: 767px) {

.ol-basic{
	margin: 0 0 0 18px;
}
	
}

/*==================================================
top-catch
================================================== */

#top-catch{
	margin: 170px auto 50px;
	text-align: center;
	line-height: 2.2;
	font-size: 28px;
	font-family: FP-HiraginoUDSansStdN-W5;
}

@media (max-width: 767px) {

#top-catch{
	margin: 105px auto 35px;
	line-height: 1.7;
	font-size: 5.8vw;
}
	
}

/*==================================================
top-message
================================================== */

#top-message{
	width: 960px;
	margin: 80px auto 80px;
	box-sizing: border-box;
	border: 5px solid #efefef;
	background: #fff;
}

#top-message h3{
	display: block;
	text-align: center;
	padding: 17px 0;
	font-size: 24px;
	line-height: 1;
	background: #efefef;
}

#top-message > div{
	padding: 30px 50px;
}

.ul-covid{
	list-style: none;
	display: flex;
}

.ul-covid li{
	width: calc(100%/5);
	text-align: center;
}

.img-covid{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.ul-covid li img{
	width: 40%;
}

.ul-covid li:nth-child(3) img{
	width: 35%;
	padding-left: 15px;
}

.ul-covid li h4{
	display: block;
	color: #bf98c5;
	font-size: 14px;
	margin-bottom: 7px;
}

.ul-covid li span{
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 767px) {

#top-message{
	width: 90%;
	margin: 35px auto 35px;
}

#top-message h3{
	padding: 13px 0;
	font-size: 18px;;
}

#top-message > div{
	padding: 25px 20px 0;
}

.ul-covid{
	display: block;
	margin-top: 35px;
}

.ul-covid li{
	width: 100%;
	margin-bottom: 50px;
}

.img-covid{
	display: block;
	height: auto;
}

.ul-covid li img{
	width: 35%;
}

.ul-covid li:nth-child(3) img{
	width: 31%;
	padding-left: 15px;
}

.ul-covid li h4{
	font-size: 15px;
	margin: 10px 0 0;
}
	
}

/*==================================================
top-workshop
================================================== */

.top-ws,
.top-info{
	border-top: 1px solid #ddd;
	padding: 50px 0;
	text-align: center;
}

.top-ws .title-base,
.top-info .title-base{
	margin-bottom: 20px;
}

.top-ws > p,
.top-info > p{
	font-size: 24px;
	margin-bottom: 35px;
}

.top-ws > div > a.btn{
	display: inline-block;
	width: 300px;
	text-align: center;
	margin: 0 10px;
	border-radius: 8px;
	padding: 20px 0;
}

#top-kit.top-ws > div{
	display: block;
	text-align: center;
}

#top-kit,
#top-Dayticket{
	border-bottom: 1px solid #ddd;
}

#top-ticket p img{
	width: 100px;
	vertical-align: middle;
	margin-right: 15px;
}

.qr-top-ws img{
	width: 200px;
	vertical-align: bottom;
	margin: 30px 0;
}

.top-info a.btn{
	display: inline-block;
	margin: 20px auto;
}

@media (max-width: 767px) {

.top-ws,
.top-info{
	padding: 35px 0;
}

.top-ws > p,
.top-info > p{
	font-size: 15px;
	margin-bottom: 25px;
}

.top-ws > div,
.top-info > div{
	display: block;
}

.top-ws > div > a.btn{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 12px;
	padding: 15px 0;
}

#top-ticket p img{
	display: block;
	width: 25%;
	margin: 0 auto 5px;
}
	
.qr-top-ws{
    display: none;
}

.top-info > div > a.btn{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#top-Preticket.top-info > div > a.btn{
	border-radius: 80px;
}
	
}







