@charset "utf-8";


/*-----------------------------
	event
------------------------------*/
#event, #event_anniversary{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
#event_anniversary{
	padding: 0 0 30px;
	background: #f3ede0;
}

#event h3{
	clear:both;
	height:55px;
	color:#00AEB2;
	font-size:140%;
	font-weight:bold;
	text-align:left;
	line-height:58px;
	padding-left:60px;
	background:url(images/event.png) no-repeat 15px center #E6FFFF;
	-webkit-background-size:36px;
	-moz-background-size:36px;
	background-size:36px;
	margin-bottom:15px;
}
#event h3.event_anniversary{
	height: auto;
	padding: 0 0 0 0;
	background: none;
	line-height: normal;
}

#event_anniversary h3{
	clear:both;
	height:55px;
	color: #fff;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	line-height:58px;
	background: #6a3908;
	margin-bottom:15px;
}
article{
	clear:both;
	padding:20px;
	background:url(images/article-bg.png) no-repeat right bottom #fff;
	margin-bottom:15px;
	overflow:hidden;
}
#event_anniversary article{
    margin: 0 0 0 0;
    padding: 20px 30px 30px;
	background: #f3ede0;
}

article.margin_no {margin: 0;}


article.yellow{
	background:url(images/article-bg.png) no-repeat right bottom #FFF3C1;
}
article.orange{
	background:url(images/article-bg.png) no-repeat right bottom #FC9;
}
article figure{
	float:left;
	max-width:230px;
	width: 100%;
	margin-right:20px;
	text-align: center;
}
#event_anniversary article figure{
	max-width:300px;
}
#event_anniversary article:nth-of-type(2n):not(:nth-of-type(4)) figure,
#event_anniversary article:nth-of-type(5) figure{
	float: right;
	margin-right: 0;
    margin-left: 20px;
}
#event_anniversary article div.txt_box{
	float: right;
	max-width:620px;
}
#event_anniversary article:nth-of-type(2n):not(:nth-of-type(4)) div.txt_box,
#event_anniversary article:nth-of-type(5) div.txt_box{
	float: left;
}
#event_anniversary article div.txt_box.full{
	float: none;
	max-width: 100%;
}


article figure img{
	width:auto;
	max-width:100%;
	height:auto;
}
article div{
	text-align:left;
	overflow:auto;
}

article div h4{
	color:#00AEB2;
	font-size:130%;
	font-weight:bold;
	padding-bottom:5px;
	background:url(../common/images/line.png) repeat-x left bottom;
	margin-bottom: 5px;
}
#event_anniversary article div h4{
	margin: 0 0 20px;
	padding:0 0 0 90px;
	border-bottom: 1px #6a3908 solid;
	background:none;
	color: #000;
	position: relative;
}
#event_anniversary article div h4 span{
	margin: 0 10px 0 0;
	color: #6a3908;
	font-size: 120%;
}
#event_anniversary article div h4 span.small{
	color: #000;
	font-size: 60%;
}
#event_anniversary article div h4 span.year{
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	    color: #6a3908;
    font-size: 120%;
	    position: absolute;
    bottom: 0;
    left: 0;
}
#event_anniversary article div.full h4{
	padding: 0 0 0 0;
	text-align: center;
}

article div h4 .event_end{
	display: block;
	margin: 0 0 0 0;
	color: #D80000;
	font-size: 0.8em;
}
article div .sub_title {
	font-size:130%;
	line-height:1.4;
	font-weight:bold;
	margin: 20px auto 10px;
}
article div .read{
	font-size:110%;
	line-height:1.4;
	margin: 20px auto 20px;
}
article div .sub_title.margint_no { margin: 0 auto 10px;}


#event_anniversary article ul{
margin: 20px auto 0;
	overflow: hidden;
}
#event_anniversary article ul li{
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	text-align: center;
}
#event_anniversary article ul li:last-child{
	margin: 0 0 0 0;
}
#event_anniversary article ul li img{
	max-width: 100%;
	max-height: 110px;
}

.year_img p{
	margin: 2px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}
.year_img p span{
    margin: 0 5px 0 0;
    color: #6a3908;
	font-size: 120%;
}
.oubo{
	text-decoration: underline;
}
.oubo:hover{
	text-decoration: none;
}




/* ▼▼▼ルビありタイトル用 */
article div h4.ruby {margin:5px 0;}

article div table{
	width:100%;
	margin-bottom:10px;
}
article div table th{
	width:100px;
	color:#00AEB2;
	font-weight:bold;
/* 	padding:10px 0; */
	border-bottom:1px solid #d6d6d6;
	text-align: left;
}
article div table th.place{
	padding-left:23px;
	background:url(images/icon-place.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.date{
	padding-left:23px;
	background:url(images/icon-date.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.price{
	padding-left:23px;
	background:url(images/icon-price.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.hour{
	padding-left:23px;
	background:url(images/icon-hour.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.info{
	padding-left:23px;
	background:url(images/icon-info.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.child{
	padding-left:23px;
	background:url(images/icon-child.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.program{
	padding-left:23px;
	background:url(images/icon-program.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.no_icon{padding-left:23px;}


article div table td{
	padding:10px 0;
	border-bottom:1px solid #d6d6d6;
}
article div p{
	line-height:1.8;
	margin-bottom:8px;
	}
article div p.event_b{
	padding-left:2.5em;
	text-indent:-2.5em;
	}
article div p.red a{
	color: #D80000;
	text-decoration: underline;
}
article div p a link{
	text-decoration: underline;
}
	
article div .halloween_img {
	width: 200px;
	margin-bottom: 10px;
	}
article div .halloween_img img {width: 100%;}
	
article div p.green{
	margin-bottom:0;
}
article div dl{
	line-height:1.8;
	margin-bottom:8px;
	overflow:hidden;
}
article div dl dt{
	float:left;
	margin-right:20px;
}
article div dl dd{
	overflow:auto;
}
	#event #event1 p.detail, #event_anniversary #event1 p.detail {
		background:url(images/yajirushi.png) no-repeat left center; 
		padding:0 0 0 10px; 
		margin-right:20px;
		font-weight:bold;
		line-height: 1.3;
		}
		#event #event1 p.detail a, #event_anniversary #event1 p.detail a {
		    color: #00AEB2;
		    text-decoration: underline;
			}	
			
article div table td .link_kiyaku {margin: 10px auto;}
	article div table td .link_kiyaku:before { 
		content: ">";
		color: #00aeb2;
		margin-right: 5px;
		font-weight: bold;
		}
article div table td .link_kiyaku a {
	color: #00aeb2;
	text-decoration: underline;
	}
	article .link_kiyaku:before { 
		content: ">";
		color: #00aeb2;
		margin-right: 5px;
		font-weight: bold;
		}
article .link_kiyaku a {
	color: #00aeb2;
	text-decoration: underline;
	}
article div table td .btn_insta {
	width: 220px;
	}
article div table td .btn_insta img {width: 100%;}
	
article div table td .syouhin_img {
	width: 60%;
	margin: 20px 0;
	}
article div table td .syouhin_img img{
	width: 100%;
}

article .model {overflow: hidden;}
	article .model li {
		float: left;
		width: 20.5%;
		margin: 0 6% 15px 0;
		}
		
article .model li:nth-child(4n) {margin: 0 0 30px 0;	}
	article .model li:last-child {margin: 0;}
		article .model li img {width: 100%;}
	article .model li .logo_insta {
		width: 35px;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px; 
		}
article .model li .model_name {
	margin: 0 0 5px 0;
	font-size: 14px;
	text-align: center
	}

article .float_list {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
article .float_list li{
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
article .float_list li:last-child{
	margin: 0 0 0 0;
}

article .btn a{
	display: block;
	text-align: center;
	color: #00AEB2;
	background: #fff;
	text-decoration: none;
	line-height: 50px;
	border: 1px solid #00AEB2;
	border-radius: 5px;
}
article .btn a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
		
		


@media screen and (max-width:640px){
#event, #event_anniversary{
	margin-bottom:20px;
	padding: 0 0 10px;
}
#event h3, #event_anniversary h3{
	margin-bottom:10px;
	font-size: 140%;
	height: 50px;
	line-height: 50px;
}
article{
	clear:both;
	padding:15px;
	background:#fff;
	margin-bottom:10px;
	overflow:hidden;
}
#event_anniversary article {
    margin: 0 0 0 0;
    padding: 20px 10px 20px;
    background: #f3ede0;
}
article figure{
	float:none;
	width:100%;
	max-width:100%;
	text-align:center;
	margin-right:0;
	margin-bottom:15px;
}
article figure img{
	margin:0 auto;
}
article div{
	text-align:left;
	overflow:auto;
}
article div h4{
	color:#00AEB2;
	font-size:130%;
	line-height:1.4;
	font-weight:bold;
	padding-bottom:5px;
	background:url(../common/images/line-sp.png) repeat-x left bottom;
	-webkit-background-size:262px auto;
	-moz-background-size:262px auto;
	background-size:262px auto;
	margin-bottom:0;
}
	#event_anniversary article div h4{
		padding: 10px 0 0 85px;
		font-size: 100%;
	}
	#event_anniversary article div h4 span.year{
		font-size: 140%;
	}
	article div h4 .event_end{
		display: block;
		margin: 0 0 0 0;
	}

article div table{
	width:100%;
	margin-bottom:10px;
}
article div table th{
	display:block;
	width:auto;
	color:#00AEB2;
	font-weight:bold;
	padding:10px 0 3px;
	border-bottom:none;
}
article div table th.price{
	padding-left:23px;
	background:url(images/icon-price.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.hour{
	padding-left:23px;
	background:url(images/icon-hour.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.place{
	padding-left:23px;
	background:url(images/icon-place.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.info{
	padding-left:23px;
	background:url(images/icon-info.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.child{
	padding-left:23px;
	background:url(images/icon-child.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table th.program{
	padding-left:23px;
	background:url(images/icon-program.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}

article div table th.date{
	padding-left:23px;
	background:url(images/icon-date.png) no-repeat left 10px;
	-webkit-background-size:20px;
	-moz-background-size:20px;
	background-size:20px;
}
article div table td{
	display:block;
	width:auto;
	padding:0 0 10px;
	border-bottom:1px solid #d6d6d6;
}
article div .halloween_img {
	width: 80%;
	margin: 0 auto 10px;
	}
article div table td .syouhin_img {
	width: 100%;
	margin: 10px 0;
	}
article div table td .syouhin_img img {width: 100%;}
	article div table td .btn_insta {
	width: 74%;
	margin: 0 auto;
	}
article div table td .btn_insta img {width: 100%;}

article .model {overflow: hidden;}
	article .model li {
		float: left;
		width: 48%;
		margin: 0 4% 30px 0;
		}
	article .model li:last-child {margin: 0;}
	article .model li:nth-child(2n) {margin: 0;}
	
		article .model li img {width: 100%;}
	article .model li .logo_insta {
		width: 40px;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px; 
		}
article .model li .model_name {
	margin: 0 0 5px 0;
	font-size: 13px;
	text-align: center
	}
	
#event_anniversary article ul{
margin: 20px auto 0;
	overflow: hidden;
}
#event_anniversary article ul li{
	float: none;
	width: 100%;
	margin: 0 0 35px 0;
	text-align: center;
}
#event_anniversary article ul li:last-child{
	margin: 0 0 0 0;
}
#event_anniversary article ul li img{
	width: 100%;
	max-width: 100%;
	max-height: none;
}
	
.year_img p{
	margin: 2px 0 0 0;
	font-size: 100%;
}
.year_img p span{
    margin: 0 5px 0 0;
	font-size: 120%;
}
		

article .float_list {
	margin: 20px 0 10px 0;
	overflow: hidden;
}
article .float_list li{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
article .float_list li:last-child{
	margin: 0 0 0 0;
}

article .btn a{
	display: block;
	text-align: center;
	color: #00AEB2;
	text-decoration: none;
	line-height: 50px;
	border: 1px solid #00AEB2;
	border-radius: 5px;
}
		

}







/*-----------------------------
	show
------------------------------*/

#show{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
/* showtitle */
#show .showtitle{
	background:#E6FFFF;
	margin-bottom:15px;
}
#show .showtitle h3{
	height:55px;
	color:#00AEB2;
	font-size:140%;
	font-weight:bold;
	text-align:left;
	line-height:58px;
	padding-left:60px;
	background:url(images/show.png) no-repeat 15px center #E6FFFF;
	-webkit-background-size:36px;
	-moz-background-size:36px;
	background-size:36px;
	border-bottom:2px solid #00AEB3;
}
#show .showtitle div{
	text-align:left;
	padding:15px 60px;
	overflow:hidden;
}
#show .showtitle div dl{
	float:left;
	width:30%;
	overflow:hidden;
	margin-bottom:10px;
}
#show .showtitle div dl:nth-child(2){
	width:40%;
}
#show .showtitle div dl dt{
	float:left;
	width:100px;
	color:#00AEB4;
	font-weight:bold;
	line-height:27px;
	text-align:center;
	border:1px solid #00B3B9;
	margin-right:10px;
}
#show .showtitle div dl.place dt span{
	padding-left:20px;
	background:url(images/icon-place.png) no-repeat left center;
	-webkit-background-size:18px;
	-moz-background-size:18px;
	background-size:18px;
}
#show .showtitle div dl.hour dt span{
	padding-left:23px;
	background:url(images/icon-hour.png) no-repeat left center;
	-webkit-background-size:18px;
	-moz-background-size:18px;
	background-size:18px;
}
#show .showtitle div dl.price dt span{
	padding-left:23px;
	background:url(images/icon-price.png) no-repeat left center;
	-webkit-background-size:18px;
	-moz-background-size:18px;
	background-size:18px;
}
#show .showtitle div dl dd{
	padding:5px 0 0;
	overflow:hidden;
}
@media screen and (max-width:640px){
#show{
	margin-bottom:20px;
}
/* showtitle */
#show .showtitle{
	background:#E6FFFF;
	margin-bottom:10px;
}
#show .showtitle div{
	text-align:left;
	padding:10px 15px;
	overflow:hidden;
}
#show .showtitle div dl{
	float:none;
	width:auto;
	overflow:hidden;
	margin-bottom:5px;
}
#show .showtitle div dl:nth-child(2){
	width:auto;
}
#show .showtitle div dl dt{
	float:left;
	width:100px;
	color:#00AEB4;
	font-weight:bold;
	line-height:27px;
	text-align:left;
	padding-left:10px;
	border:1px solid #00B3B9;
	margin-right:10px;
}
}








