@media screen and (max-width:640px){
	 
body {
	-webkit-text-size-adjust: 100%;
	height: 100%; 
}

#bg {
	background: url(../img/topbg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	overflow:hidden;
	position:fixed;
	top:-350px;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	filter: alpha(opacity=90);
	 -moz-opacity:0.9;
	 opacity:0.9;
	}
	
	
#wrapper_top {
	width: 100%;
 
}


#wrapper {
	width: 100%;
 
}

#container {
	background: url(../img/public/bg.png) repeat;
	width: 98%;
	position: relative;       /* フッターの為の位置決め用 */
	height: auto !important;  /* IE6対策：この2行で */
	height: 100%;             /* IE6対策：擬似的にmin-heightと同じことをさせてる */
	min-height: 100%;         /* 中身が少なくても高さ100%にする */
	z-index: 150;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
}


#top_container {
  width: 100%;
  margin: 0 auto;
  position: relative;       /* フッターの為の位置決め用 */
  height: auto !important;  /* IE6対策：この2行で */
  height: 100%;             /* IE6対策：擬似的にmin-heightと同じことをさせてる */
  min-height: 100%;         /* 中身が少なくても高さ100%にする */
  z-index:150;
  padding:0 1% 0 1%;
	
}

.block_basic {
	width: 98%;
	margin-top: 15px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 30px;	
}

#title {
	font-family: 'Ropa Sans', sans-serif;
	font-size:26px;
	margin-bottom: 3%;
	border-bottom: 1px solid #a1a1a1;
	line-height: 40px;
	display: block;
	text-indent: 2%;
	font-weight:200;
	}

#title2 {
	font-family: 'Ropa Sans', sans-serif;
	font-size:20px;
	margin-bottom: 3%;
	border-bottom: 1px solid #a1a1a1;
	line-height: 40px;
	display: block;
	text-indent: 2%;
	font-weight:200;
	}


.bnr {
	width: 46%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	margin-bottom: 2%;
}

.bnr a{
	max-width:100%; 
	height:auto;
	width:100%;
	
}

.bnr a:hover img{
	filter: alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
	 -moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.bnr_pc {
	display:none;
	
}

/*=== header ===*/
#header_top {
	display: block;
	width: 100%;
	}
	
#header {
	display: block;
	width: 100%;
	}

#header h1 {
	width: 45%;
	height: auto;
	font-size: 130%;
	color: #fff;
	font-family: 'Ropa Sans', sans-serif;
	display: block;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	}
	
#header_top h1 {
	width: 45%;
	height: auto;
	font-size: 130%;
	color: #fff;
	font-family: 'Ropa Sans', sans-serif;
	display: block;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	}
	
	
.logo a {
	margin-top: 8%;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	

.logo a img {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	text-align:center
}

.logo a:hover img{
	
	filter: alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
	 	}


	
.topbg {
	display: block;
	margin: 0 auto;
	width: 98%;
	height: auto;
	max-width: 100%;
	position: relative;
	margin-top: 6%;
	z-index: 10;
	margin-bottom: 2%;
			}

.topbg img {
	position: relative;
	max-width: 100%; 
    height:auto;
	/*border:1px solid #a1a1a1;*/
}


/*=========▼ MENU ▼=============*/
#menu {
	 background: url(../img/public/bg.png) repeat;
	z-index: 30;
	margin-bottom: 1px;
	border: 1px solid #a1a1a1;
	margin-top:10px;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	}


#menu ul {
	display:block;
}

#menu ul li {
	display:block;
	font-family: 'Ropa Sans', sans-serif;
	height: auto;
	border-bottom: 1px solid #ebebeb;
	}
	

#menu ul li a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #292929 !important;
	height: 30px;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

#menu ul li a:hover {
	color:#fff !important;
	background-color:#292929;
}


#b_home .mn00 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_news .mn01 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_show .mn02 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_profile .mn03 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_works .mn04 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_gallery .mn05 a {
	color:#fff !important;
	background-color:#0099cb;	
}

#b_contact .mn06 a {
	color:#fff !important;
	background-color:#0099cb;	
}

/*=========▼ footer ▼=============*/

#footer_top {
	width: 100%;
	height:auto;
	z-index:150;
	padding:1% 0 1% 0;
	bottom: 0;
	background: url(../img/public/bg.png) repeat;
}

#footer {
	width: 100%;
	height:auto;
	z-index:150;
	padding:1% 0 1% 0;
	bottom: 0;
	background: url(../img/public/bg.png) repeat;
}


#copy {
	text-align:center;
	font-size:8px;
	color:#292929;
	line-height:14px;
	
}



/*=========▼ contents ▼=============*/

.tab_menu {
	display: block;
	min-height: 35px;
	height: 100%;
	border-bottom:1px solid #a1a1a1;
}

.tab_menu ul {
	display:block;
	
	
}

.tab_menu li {
	float:left;
	font-family: 'Ropa Sans', sans-serif;
	text-align:center;
	display:block;    
	width:33%;
	vertical-align:middle;
	min-height: 35px;
	height:100%;
	   }

.tab_menu li a {
	display: block;
	color: #292929;
	font-size: 14px;
	white-space: nowrap;
	min-height: 35px;
	height:100%;
	vertical-align: central;
	line-height:35px;
	border-top:1px solid #a1a1a1;
	border-left:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	margin-right:2%;
}

.tab_menu li a:hover{
	text-decoration: none;
}

.tab_content{
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}



/*=== NEWS ===*/
#news_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-bottom: 5%;
}


#news_content ul {
	list-style-type:none;
	}
	

#news_content a {
	color:#d43b47;
	text-decoration:underline;
	}
	
#news_content a:hover{
	color:#8e000b ;
	text-decoration:underline ;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}


#news_content a img:hover{
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	filter: alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
	}
	
	
	
#news_content h4 {
	font-size: 18px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	margin-top: 5%;
	}

#news_content .newsday {
	font-size: 11px;
	display: inline-block;
	padding-right: 3px;
}


.news_inner {
	display: block;
	padding-top: 5%;
	padding-bottom: 10%;
}


div.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*=== SHOW ===*/
#show_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-top: 20px;
	margin-bottom: 5%;
}


#show_content ul {
	list-style-type:none;
	}
	

#show_content a {
	
	color:#d43b47;
	text-decoration:underline;
	}
	
#show_content a:hover{
	color:#8e000b ;
	text-decoration:underline ;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}


#show_content .data {
	background-image:url(../img/public/arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
	
}



/*
#show_content .data:before {
	font-size:10px;
	color:#e4e4e4;
	position: absolute;
	top: 15%;
	right: 10px;
	display: block;
	content: 'more';
	width: 11px;
	height: 11px;
	margin-top: -4px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}*/




	
#show_content h4 {
	font-size: 11px;
	line-height: 20px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	border-bottom: 1px dashed #a1a1a1;
	position: relative;
	min-height:45px;
	height:auto;
	vertical-align:middle;
	padding-bottom:5px;
	}

#show_content h4 span {
	font-size: 11px;
	line-height: 15px;
}

.show_inner {
	width: 100%;
	display: block;
	padding-top: 4%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	white-space: normal;
}
.show_inner dl {
	width:100%;
	display:block;
	white-space:nomal;
	font-size:10px;
}

.show_inner dl dt {
	clear: both;
	display: block;
	float: left;
	width: 25%;
	margin-right: 2%;
	padding: 1px 0 1px 0;
	border: 1px solid #a1a1a1;
	text-align: center;
	margin-bottom: 2%;
	line-height:130%;
}

.show_inner dl dd {
	display:block;
	float:left;
	padding: 2px 0 2px 0;
	margin-bottom:2%;
	width:71%;
	white-space:nomal;
	line-height:130%;
	word-break:break-all;
	word-wrap:break-word;
}

.data {
	cursor:pointer;
}


.hide_contents {
	display:block;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

.hide_contents a {
	display:block;
	text-align:center;
	font-size:11px;
	height:20px;
	border:1px solid #ccc;
	text-decoration:none !important;
	color:#292929!important;
	line-height:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px #ccc;
}


.hide_contents a:hover {
	background-color:#545454;
	text-decoration:none !important;
	color:#a1a1a1!important;
}

.form_box {
	margin-top:5%;
	margin-bottom:5%;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
}





/*=== Profile ===*/
#profile_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-bottom: 5%;
}


#profile_content ul {
	list-style-type:none;
	}
	

#profile_content a {
	
	color:#d43b47;
	text-decoration:underline;
	}
	
#profile_content a:hover{
	color:#8e000b ;
	text-decoration:underline ;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}
	
	
#profile_content h4 {
	font-size: 13px;
	line-height: 45px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	border-bottom: 1px dashed #a1a1a1;
	position: relative;
	}

.profile_inner {
	width: 100%;
	display: block;
	padding-top: 4%;
	padding-right: 0%;
	padding-bottom: 5%;
	padding-left: 0%;
	white-space: normal;
}
.profile_inner dl {
	width:100%;
	display:block;
	white-space:nomal;
	font-size:12px;
}

.profile_inner dl dt {
	clear: both;
	display: block;
	float: left;
	width: 25%;
	margin-right: 2%;
	padding: 1px 0 1px 0;
	border: 1px solid #a1a1a1;
	text-align: center;
	margin-bottom: 2%;
	}

.profile_inner dl dd {
	display:block;
	float:left;
	padding: 2px 0 2px 0;
	margin-bottom:2%;
	width:71%;
	white-space:nomal;
	word-break:break-all;
	word-wrap:break-word;
}

.catchcopy {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	font-style: italic !important;
	text-align: center;
	line-height: 45px;
}

.catchcopy2 {
	font-size: 11px;
	text-align: center;
}

.profile_pic {
	width:100%;
	height:auto;
	margin-bottom:5%;
}

.profile_pic img {
	max-width:100%;
	height:auto;
	width:100%;
}



.bnr_inner {
	width: 47%;
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0%;
}

.bnr_inner a img{
    height:auto;
	width:100%;
}


.bnr_inner a:hover img{
	filter: alpha(opacity=70);
	 -moz-opacity:0.7;
	 opacity:0.7;
	 -moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}


/*==== woks  ====*/

#works_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-top: 20px;
	margin-bottom: 5%;
}



#works_content a {
	
	color:#d43b47;
	text-decoration:underline;
	}
	
#works_content a:hover{
	color:#8e000b ;
	text-decoration:underline ;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}
	
	
#works_content h4 {
	font-size: 24px;
	line-height: 35px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	border-bottom: 1px dotted #a1a1a1;
	position: relative;
	}
	
	
#works_content h4 span {
	font-size:14px;
	border:1px solid #545454;
	margin-right:2%;
	vertical-align:10%;
	padding:0 2px 0 2px;
	
}

.works_inner {
	width: 100%;
	display: block;
	padding-top: 4%;
	padding-right: 0%;
	padding-bottom: 15%;
	padding-left: 0%;
	white-space: normal;
}
.works_inner dl {
	width:100%;
	display:block;
	white-space:nomal;
	font-size:12px;
}

.works_inner dl dt {
	clear: both;
	display: block;
	float: left;
	width: 25%;
	margin-right: 2%;
	padding: 1px 0 1px 0;
	border: 1px solid #a1a1a1;
	text-align: center;
	margin-bottom: 2%;
	}

.works_inner dl dd {
	display:block;
	float:left;
	padding: 2px 0 2px 0;
	margin-bottom:2%;
	width:71%;
	white-space:nomal;
	word-break:break-all;
	word-wrap:break-word;
}

.works_pic {
	width:40%;
	height:auto;
	margin-bottom:5%;
	float:left;
}

.works_pic img {
	max-width:100%;
	height:auto;
	width:100%;
	border:1px solid #e4e4e4;
}


.works_data {
	float: left;
	width: 57%;
	margin-left: 3%;
	font-size: 12px;
}

.works_data .detail {
	border-bottom:1px solid #545454;
	padding-bottom:1%;
	margin-bottom:5%;
}

.works_data .tracks {
	margin-bottom:5%;
}


.works_data .price {
	margin-bottom:8%;
}
	
.works_data .shops {
	border-bottom:1px dotted #545454;
	padding-bottom:3%;
	margin-bottom:3%;
}

/*==== Gallery  ====*/

#gallery_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-top:20px;
	margin-bottom:8%;
	
}



#gallery_content a img {
	color:#d43b47;
	text-decoration:underline;
	}
	
#gallery_content a:hover img{
	color:#8e000b ;
	text-decoration:underline ;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	}
	
	
	
#gallery_content h4 {
	font-size: 24px;
	line-height: 35px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	border-bottom: 1px dotted #a1a1a1;
	position: relative;
	}
	
	
#gallery_content h4 span {
	font-size:14px;
	border:1px solid #545454;
	margin-right:2%;
	vertical-align:10%;
	padding:0 2px 0 2px;
	
}

.gallery_inner {
	width: 100%;
	display: block;
	padding-top: 15%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
	white-space: normal;
}

.gallery_inner .gallery_pic {
	display:block;
	width:100%;
		
	
}

.gallery_inner .gallery_pic li {
	float: left;
	display: block;
	width: 47.5%;
	margin-right: 5%;
}

.gallery_inner .gallery_pic li a {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:5%;
	cursor:pointer;
}

.gallery_inner .gallery_pic li a img {
	max-width:100%;
	height:auto;
	width:100%;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0px 3px 3px #a1a1a1;
	-moz-box-shadow: 0px 3px 3px #a1a1a1;
	box-shadow: 0px 3px 3px #a1a1a1;
}


.gallery_inner .gallery_pic li a:hover img {
	
}



/*===== contact =====*/

#contact_content {
	font-size: 11px;
	line-height: 180%;
	color: #292929;
	margin-top:20px;
	margin-bottom:8%;
	
}
	
#contact_content h4 {
	font-size: 24px;
	line-height: 35px;
	color: #292929;
	display: block;
	margin-bottom: 2%;
	font-weight: lighter;
	border-bottom: 1px dotted #a1a1a1;
	position: relative;
	}
	
	
#contact_content h4 span {
	font-size:14px;
	border:1px solid #545454;
	margin-right:2%;
	vertical-align:10%;
	padding:0 2px 0 2px;
	
}

.contact_inner {
	width: 98%;
	display: block;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 10%;
	padding-left: 0%;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
}

.contact_inner p {
	font-size:13px;
	margin-bottom:20px;
}

.att_box {
	width: 98%;
	margin: 0 auto 30px auto;
	border: 1px solid #a1a1a1;
	padding:10px;
}

.form_b {
	width: 98%;
	margin: 0 auto 30px auto;
	padding: 10px 0;
}


.attention {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid #a1a1a1;
	height: 25px;
	text-indent: 10px;
	line-height: 25px;
}
	
	

.required {
	color: #f00;
	font-size: 9px;
	vertical-align: 20%;
}

.indication {
	font-size: 10px !important;
	margin-bottom: 10px !important;
	line-height:16px;
}

.mess {
	margin-bottom:10%;
}

.contact_inner table tr td {
	padding:3px;
}
		
@font-face {
font-family: 'IconicStroke';
src: url('font/iconic_stroke-webfont.eot');
src: url('font/iconic_stroke-webfont.eot?#iefix') format('embedded-opentype'),
url('font/iconic_stroke-webfont.woff') format('woff'),
url('font/iconic_stroke-webfont.ttf') format('truetype'),
url('font/iconic_stroke-webfont.svg#IconicStrokeRegular') format('svg');
font-weight: normal;
font-style: normal;
}
 
.iconic:before{
font-size:25px;
font-family: "IconicStroke";
}
.iconic.link:before { content: '/'; }
.iconic.quote-alt:before { content: "'"; }
.iconic.comment:before { content: "q"; }
.iconic.user:before { content: "u"; }
.iconic.mail-alt:before { content: "M"; }

** we remove the red glow around required fields since we are already using the red star */
input:required, textarea:required {
-moz-box-shadow:none;
-webkit-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
/** inputs and textarea**/
input:not([type="submit"]),
textarea{
outline:none;
display:block;
width:98%;
padding:2px 4px;
border:1px solid #a1a1a1;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
border-radius:2px;
transition:background 0.2s linear,
box-shadow 0.6s linear;
}

.ticketbox {
	outline:none;
display:block;
width:35% !important;
padding:2px 4px;
border:1px solid #a1a1a1;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
border-radius:2px;
transition:background 0.2s linear,
box-shadow 0.6s linear;

	
}


input {width:100%; height:35px;}
select {width:98%; height:25px; padding: 5px;}
input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus{
background:#F7F7F7;
border:solid 1px #545454;
box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:([type="submit"]){
height: 35px;
line-height:35px;
width:80%;
margin-left:auto;
margin-right:auto;
}
textarea{
min-height:150px;
resize:vertical;
}
/* placeholder */
::-webkit-input-placeholder  {
color:#BABABA;
font-style:italic;
font-size:11px;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
color:#BABABA;
font-style:italic;
font-size:11px;
}


.works_data:after {
	content:"";
	clear:both !important;
}

}