@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import "https://fonts.googleapis.com/earlyaccess/mplus1p.css";
@import "https://fonts.googleapis.com/earlyaccess/sawarabigothic.css";
@import url('https://fonts.googleapis.com/css?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Rubik+Moonrocks&family=Sancreek&display=swap');

/*\*/

/*------------------------------
SPECIAL / ECHOES 2018
UPDATED : 2018.07.17
GUIDELINE : Ver.01
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * COMMON SETTING / OVERRIDE
 * ------------------------------------ */

body {
	color: #fff;
	background:#000;
	background-attachment: fixed;
	-moz-background-size:cover;
	background-size:cover;
	background-size:70%;
	text-align: center;
	font: 16px/1.5 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	letter-spacing:0.05em;
}

.sp{
	display:none;
}

@media screen and (max-width:961px){
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
}


/* ------------------------------------
 * LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link,a:visited {
	color: #ddd;
	text-decoration: underline;
}

a:hover,a:active {
	color: #09f;
	text-decoration: underline;
}

img{
	max-width:100%;
}

time {
	display:block;
	font-size:70%;
	color:#24775b;
	font-weight:normal;
}

h3{
	margin-bottom:1em;
	font-family: 'Sancreek', serif;
	font-size:2.5em;
}

h3 img{
	max-height:3vw;
}

@media screen and (max-width:767px){
	h3 img{
		max-height:30px;
	}
}

section{
	padding:3em 0;
}

@media screen and (max-width:767px){
	section{
		padding:2em 0;
	}
}


/* ------------------------------------
 * BASIC LAYOUT
 * ------------------------------------ */

/* ------------------------------------
 * wrapper
 * ------------------------------------ */

#wrapper {
	/*position:relative;
	width:100%;
	height:100vh;
	margin-top:51%;*/
	background:rgba(0,0,0,0.8);
	padding:56px 0 0;
}



 
#container {
	margin: 0 auto;
	width: 1024px;
}

#header {
	height: 5%;
}

#header h1 {
	height: 0px;
	text-indent: -9999px;
}

#header p.title {
	padding-top: 50px;
	font-size: 100%;
	float: left;
}

#header p.navi {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
}

#header p.bnr {
	float: right;
}



#header p.facebook {
	float: right;
	padding-top: 40px;
	padding-right: 15px;
}

#content {
	margin:0 auto;
	padding:0;
	/*background: rgba(0,0,0,0.3);*/
}

#content h1 {
	margin-bottom:2%;
}

.cinner {
	width:1024px;
	max-width:95%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.inr {
	width:1024px;
	max-width:95%;
	margin:0 auto;
}


@media screen and (max-width:767px){
	.cinner{
		width:90%;
	}
}

#mainvisual {
	background:url(../img/bg.jpg);
	background-size:cover;
	position:relative;
	overflow:hidden;
	padding:3em 0;
}

#mainvisual .top_center{
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:55%;
	width:60vw;
	opacity:.2;
	z-index:0;
	animation:blink 20s infinite;
}

#mainvisual .top_center img{
	width:100%;
}

#mainvisual .shadow{
	position:absolute;
	width:40vw;
	transform:translate(0, 50%);
	bottom:40%;
	left:-5%;
	z-index:0;
}

#mainvisual .shadow img{
	width:100%;
	opacity:.2;
}

#mainvisual img.logo{
	animation:rotate-lat 15s infinite;
}

#mainvisual .shadow .spot{
	opacity:.1;
}

#mainvisual .shadow .ele{
	position:absolute;
	transform:translate(-50%, 0);
	bottom:-2em;
	left:50%;
	filter:drop-shadow(0 0 0 #000) blur(10px);
	width:50%;
	transition:.3s;
	animation: ball 10s infinite;
}

#mainvisual .comment{
	letter-spacing:0;
	margin-bottom:3em;
	text-shadow: 
    #24775b 3px 0px,  #24775b -3px 0px,
    #24775b 0px -3px, #24775b 0px 3px,
    #24775b 3px 3px , #24775b -3px 3px,
    #24775b 3px -3px, #24775b -3px -3px,
    #24775b 1px 3px,  #24775b -1px 3px,
    #24775b 1px -3px, #24775b -1px -3px,
    #24775b 3px 1px,  #24775b -3px 1px,
    #24775b 3px -1px, #24775b -3px -1px;
}

@media screen and (max-width:961px){
	#mainvisual .shadow{
		width:70vw;
		bottom:40%;
		left: 0;
	}

	#mainvisual .comment{
		font-size:.85em;
	}

	#mainvisual .shadow .ele{
		filter:drop-shadow(0 0 0 #000) blur(3px);
	}

	#mainvisual .top_center{
		width:120vw;
		left:50%;
		top:30%;
		opacity:.3;
	}

}

#mainvisual .cancelled {
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	font-size:50px;
	font-weight:bold;
	padding:0.2em 1em;
	display:inline-block;
	background:#cc2222dd;
	border:solid;
}

@keyframes ball{
	0%{
		transform:rotate(0) translate(-50%, 0);
	}
	25%{
		transform:rotate(-10deg) translate(-50%, -10%);
	}
	50%{
		transform:rotate(0) translate(-50%, 0);
	}
	75%{
		transform:rotate(10deg) translate(-50%, 5%);
	}
	100%{
		transform:rotate(0) translate(-50%, 0);
	}
}

@keyframes blink{
	0%{opacity:0.2;transform:translate(-50%, -50%);}
	30%{opacity:0.2;transform:translate(-50%, -55%);}
	60%{opacity:0.2;transform:translate(-50%, -50%);}
	80%{opacity:0.2;transform:translate(-50%, -51%);}
	90%{opacity:0.2;transform:translate(-50%, -50%);}
	95%{opacity:0.4;transform:translate(-50%, -55%);}
	100%{opacity:0.2;transform:translate(-50%, -50%);}
}

@media screen and (max-width:767px){
	#mainvisual .cancelled {
		top:35%;
	}
}


#mainvisual h1 {
	margin: 1em 0 .5em;
	font-family: 'Fontdiner Swanky', cursive;
	font-size:2em;
	color:#24775b;
	text-shadow: 
    #f3f3f3 3px 0px,  #f3f3f3 -3px 0px,
    #f3f3f3 0px -3px, #f3f3f3 0px 3px,
    #f3f3f3 3px 3px , #f3f3f3 -3px 3px,
    #f3f3f3 3px -3px, #f3f3f3 -3px -3px,
    #f3f3f3 1px 3px,  #f3f3f3 -1px 3px,
    #f3f3f3 1px -3px, #f3f3f3 -1px -3px,
    #f3f3f3 3px 1px,  #f3f3f3 -3px 1px,
    #f3f3f3 3px -1px, #f3f3f3 -3px -1px;
}

#mainvisual .eventlist ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#mainvisual .eventlist ul li{
	padding:3em 0;
	width:24.5%;
	font-size:1.2em;
	background:#ffffff10;
	box-sizing:border-box;
	clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 1em, 100% 100%, 1em 100%, 0 calc(100% - 1em));
}

#mainvisual .eventlist ul li p{
	font-size:.8em;
	font-weight:100;
}

#mainvisual .eventlist ul li p em {
	display:block;
	font-size:.9em;
	background: #c41736;
    max-width: 80%;
    margin: 0 auto;
	font-weight:100;
}

#mainvisual .eventlist ul li span {
	display:block;
	font-family: 'Rye', cursive;
	color:#fff;
	line-height:1.3em;
	-webkit-text-stroke: 2px rgba(255,255,255,0.2);
	letter-spacing:0;
	text-shadow: 
    #24775b 3px 0px,  #24775b -3px 0px,
    #24775b 0px -3px, #24775b 0px 3px,
    #24775b 3px 3px , #24775b -3px 3px,
    #24775b 3px -3px, #24775b -3px -3px,
    #24775b 1px 3px,  #24775b -1px 3px,
    #24775b 1px -3px, #24775b -1px -3px,
    #24775b 3px 1px,  #24775b -3px 1px,
    #24775b 3px -1px, #24775b -3px -1px;

}

#mainvisual .maindate span {
	display:block;
	font-size:1.5em;
	font-family: 'Rye', cursive;
	color:#fff;
	line-height:1.3em;
	-webkit-text-stroke: 2px rgba(255,255,255,0.2);
}

#mainvisual .maindate span em {
	font-size:150%;
	display:block;
}

#mainvisual .maindate span em strong {
	font-size:80%;
}

#mainvisual .eventlist ul li span em {
	font-size:1.5em;
	display:block;
}

#mainvisual .eventlist ul li span em strong {
	font-size:80%;
}

#mainvisual .eventlist ul li .act{
	font-size:14px;
	margin-top:0.5em;
}

#mainvisual .eventlist ul li .act img{
	max-height:1em;
	object-fit:contain;
	display:inline;
	width:auto;
}

#mainvisual .eventlist ul li:last-child .act{
	display:flex;
	align-items:center;
	justify-content:center;
}

#mainvisual .eventlist ul li:last-child .act img{
	max-height:1.5em;
	margin:0 0.5em;
}

#mainvisual .txt,
#mainvisual .maindate {
	text-shadow: 
    #24775b 2px 0px,  #24775b -2px 0px,
    #24775b 0px -2px, #24775b 0px 2px,
    #24775b 2px 2px , #24775b -2px 2px,
    #24775b 2px -2px, #24775b -2px -2px,
    #24775b 1px 2px,  #24775b -1px 2px,
    #24775b 1px -2px, #24775b -1px -2px,
    #24775b 2px 1px,  #24775b -2px 1px,
    #24775b 2px -1px, #24775b -2px -1px;

}

#mainvisual img {
	width:min(70%, 800px);
	margin:1.5em auto;
	display:block;
	filter: drop-shadow(0px 5px 20px #fff);
}

@media screen and (max-width:961px){
	#mainvisual {
		padding:5% 0 5%;
		background-position:center top;
	}


	#mainvisual h1 {
		font-size:1.2em;
	}

	#mainvisual .eventlist ul li{
		width:100%;
		margin-bottom:0.5em;
		padding:1em;
	}

	#mainvisual img {
		width:80%;
		filter: drop-shadow(0px 5px 20px #fff) drop-shadow(0px 5px 20px #fff);
	}

	#mainvisual .maindate span{
		font-size:1.2em;
	}
}

@keyframes rotate-lat{
	0% {transform: rotate(0);}
	90% {transform: rotate(0) scale(1.05);}
	100% {transform: rotateY(360deg) scale(1);}
}


#news {
	position:relative;
	background:url(../img/bg_news.jpg);
	color:#444;
	text-align:left;

}

#news .cinner {
	padding:5% 0 3%;
}

#news:before{
	content:'';
	display:block;
	background:url(../img/bg_o.png);
	background-size:contain;
	height:25px;
}

#news:after{
	content:'';
	display:block;
	background:url(../img/bg_u.png);
	background-size:contain;
	height:25px;
}

#news img.em {
	display:block;
	position:absolute;
	width:10%;
	left:45%;
	top:-5%;
}

#news ul {
	display:flex;
}

#news ul li {
	padding:5%;
	width:40%;
}

#news ul li .img {
	display:flex;
	flex-wrap:wrap;
	margin:2% 0;
	width:100%;
}



#news h4 {
	font-size:120%;
	font-weight:bold;
	padding-bottom:1%;
	border-bottom:solid 1px rgba(0,0,0,0.2);
	margin-bottom:5%;
}

#news h4 a {
	color:#444;
	text-decoration:none;
}

#news ul li .img li {
	display:block;
	padding:0;
	width:50%;
}

#news ul li .img li img {
	width:100%;
}

#news ul li h2 {
	text-align:center;
	margin-bottom:2%;
	font-family: 'Rye', cursive;
	font-size:140%;
	color:#86673b;
}

#news ul li.bnr a {
	display:block;
	margin-bottom:2%;
}

#news ul li.bnr a img {
	width:80%;
	display:block;
	margin:0 auto;
}

#news .paint {
	text-align:center;
	width:70%;
	margin:0 auto 5%;
	padding:3%;
	background:rgba(255,255,255,0.3);
	font-size:120%;
}

#news .paint h3 {
	color:#fff;
	background:#df681a;
	font-weight:bold;
	padding:1% 0;
}

#news .paint ul {
	display:flex;
	flex-wrap:wrap;
}

#news .paint ul li {
	width:29%;
	padding:1%;
	margin:1%;
}

#news .paint ul li img {
	width:100%;
}

#news .price {
	margin:2% auto;
}

#news .price strong {
	color:#f22;
}

#news .price span {
	display:block;
	font-size:80%;
}

#news .time span {
	display:block;
}




@media screen and (max-width:767px){
	#news .cinner {
		padding:10% 0 5%;
	}

	#news ul {
		display:block;
	}

	#news ul li {
		width:90%;
		margin:1% auto;
	}

	#news ul li.bnr a img {
		display:block;
		width:100%;
		margin:0 auto;
	}

	#news img.em {
		width:20%;
		left:40%;
		top:-1.5%;
	}

	#news .paint {
		width:95%;
	}

	#news .paint h3 {
		font-size:90%;
	}

}


#artist {
	background:url(../img/bg_artist.jpg);
	padding:3% 0 5%;
}

#artist ul {
	display:flex;
	flex-wrap:wrap;
	margin:3% 0;
	/* justify-content:space-between; */
	justify-content: center;
}

#artist ul.sbwn{
	justify-content: space-between;
}

/* #artist ul:after{
	content:'';
	width:33%;
} */

#artist ul li {
	width:33%;
	position:relative;
	margin-bottom:0.6%;
}

#artist ul li .thumb{
	width:100%;
	padding-top:100%;
	position:relative;
	overflow:hidden;
}

#artist ul li span em{
	display:block;
	position:absolute;
	width:80%;
	padding-top:15%;
	transform:translate(-50%, 0);
	left:50%;
	bottom:1em;
	z-index:3;
}

#artist ul li span em img{
	position:absolute;
	width:100%;
	height:100%;
	object-fit:contain;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	filter: drop-shadow(2px 4px 6px black);
	z-index:1;
}

#artist ul li i{
	position:absolute;
	bottom:0;
	left:50%;
	width:100%;
	font-style:normal;
	font-size:min(.7em, 2vw);
	transform:translate(-50%, 0);
	z-index:2;
}

#artist ul li .thumb img {
	width:100%;
	height:100%;
	object-fit:contain;
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	z-index:1;
}

#artist ul li .thumb img.blur{
	object-fit:cover;
	filter:blur(10px);
	z-index:0;
	scale:1.2;
}

/* #artist ul li span {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:1% 0;
	font-weight:bold;
	z-index:2;
} */

#artist ul li em.new{
	background:url(../img/new.png) no-repeat;
	background-size:contain;
	width:30%;
	height:30%;
	position:absolute;
	top:0;
	left:0;
}

#artist ul li a {
	text-decoration:none;
}

#artist .flxbox{
	display:flex;
	justify-content:space-between;
}

#artist .flxbox .first{
	width:calc(60% - 1em);
	margin-top:0;
}

#artist .flxbox .timetable{
	width:40%;
}

/* #artist .flxbox .timetable:hover img{
	height: 100vh;
    position: fixed;
    top: 00;
    left: 50%;
    width: auto;
    z-index: 1000;
    transform: translate(-50%, 0);
	transition:.3s;
} */

#artist .flxbox .first li{
	width:calc(50% - .5em);
	margin:0;
	margin-bottom:1em;
}

@media screen and (max-width:767px){
	#artist {
		padding:7% 0 9%;
	}

	#artist ul li {
		width:49.5%;
	}

	#artist .flxbox{
		flex-wrap:wrap;
	}

	#artist .flxbox .first,
	#artist .flxbox .timetable{
		width:100%;
	}
}



#food {
	background:url(../img/bg_food.jpg);
	padding:5% 0 7%;
}

#food ul {
	display:flex;
}

#food ul li {
	width:30%;
	margin:1%;
	background:rgba(0,0,0,0.7);
}

#food ul li img {
	width:100%;
}

#food ul li img.sp {
	display:none;
}

#food ul li ul.menu {
	display:block;
	margin:5% 0;
}

#food ul li ul.menu li {
	width:95%;
	margin:2% auto 3%;
	background:none;
	font-family: 'Kosugi Maru', sans-serif;
}

#food ul li ul.menu li span {
	font-size:115%;
}

#food ul li ul.menu li span em {
	display:block;
	color:#ead900;
	font-size:70%;
}

#food ul li ul.menu li strong {
	font-size:130%;
}

#food .movielist {
	display:flex;
}

#food .movinr {
	width:48%;
	margin:1% 1% 1% 0;
}


#food .movie {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin:5% 0;
}

#food .movie iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

@media screen and (max-width:767px){
	#food ul li img.pc {
		display:none;
	}

	#food ul li img.sp{
		display:block;
	}

	#food ul {
		flex-wrap:wrap;
	}

	#food ul li {
		width:48%;
	}

	#food ul li:first-child{
		width:100%;
		margin-bottom:5%;
	}

	#food ul li ul.menu li span {
		font-size:115%;
	}


	#food .movielist {
		display:block;
	}

	#food .movinr {
		width:100%;
	}

}

#ticket {
	background:url(../img/bg_ticket.jpg);
	/* font-family: 'Rye', cursive,'Noto Sans JP', sans-serif; */
	position:relative;
}

#ticket p {
	text-align:center;
	margin-bottom:3em;
}

#ticket .ticketara{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:2em;
}

#ticket .ticketara dl{
	width:49%;
	padding: 1em;
    border: solid 1px #ffffff40;
    box-sizing: border-box;
	position:relative;
	background:#33624080;
}

#ticket .ticketara dl.pre{
	filter:grayscale(1);
	position:relative;
}

#ticket .ticketara dl.pre *{
	opacity:.7;
}

#ticket .ticketara dl.pre:after{
	content:'受付前';
	display:inline-block;
	padding:.5em;
	color:#fff;
	background:#aaa;
	position:absolute;
	transform:translate(-50%, -50%) rotate(-3deg);
	top:50%;
	left:50%;
	min-width:200px;
}

#ticket .ticketara dl.end:after{
	content:'受付期間終了';
	min-width:60%;
	transform:translate(-50%, -50%) rotate(-1deg);
	background:#cc222280;
	color:#fff;
	padding:0.2em 1em;
	position:absolute;
	top:50%;
	left:50%;
	font-weight:bold;
	letter-spacing:0.2em;
}

#ticket .ticketara dl.end ul li{
	filter:grayscale(1);
	pointer-events:none;
	opacity:.5;
}

@media screen and (max-width:961px){
	#ticket .ticketara dl{
		width:100%;
		margin-bottom:1em;
	}

	#ticket .ticketara dl dd{
		font-size:0.9em;
	}
}


#ticket h4 {
	font-size:150%;
	margin:2% 0 0;
	/*font-family: 'Lobster', cursive;*/

}

#ticket .date {
	font-size:200%;
}

#ticket .price em {
	font-size:70%;
}

#ticket .info {
	font-size:70%;
	font-family: 'Noto Sans JP', sans-serif;
}



#tour {
	background:#fef4ee;
	padding:5% 0 7%;
	color:#555;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
}

#tour h2 {
	font-size:200%;
	margin-bottom:5%;
	text-align:center;
	font-family: 'Fontdiner Swanky', cursive;

}

#tour h2 em {
	font-weight:bold;
}

#tour ul {
	display:flex;
	flex-wrap:wrap;
	width:95%;
	margin:0 auto;
}

#tour ul li {
	width:45%;
	padding:2%;
	margin:0.5%;
	background:rgba(255,255,255,0.3);
}

#tour ul li .info {
	text-align:right;
}

#tour ul li h3 {
	font-size:150%;
	padding-bottom:1%;
	margin-bottom:2%;
	text-align:center;
	border-bottom:solid 1px #d96518;
}

#tour .time,
#tour .price {
	max-width:70%;
	margin:0 auto;
}

@media screen and (max-width:767px){
	#tour .time,
	#tour .price {
		max-width:none;
	}
}


ul.ticket {
	display:flex;
	width:25%;
	margin:2% auto;
	justify-content: center;
}

ul.ticket li {
	margin:1%;
	padding:2%;
	max-width:60px;
}

ul.ticket li.pre{
	background: #ddd !important;
	opacity:.7;
}


ul.ticket li.end a{
	pointer-events:none;
	filter:grayscale(1);
}


#tour ul.ticket {
	width:40%;
	margin:5% auto;
}

#tour ul.ticket li {
	width:28.3%;
	margin:1%;
	padding:1%;
	background:#ff3850;
}

ul.ticket li img {
	width:80%;
	display:block;
	margin:0 auto;
}

ul.ticket li.pia {background:#3264c8}
ul.ticket li.lowson {background:#0074be}
ul.ticket li.eplus {background:#e85298}
ul.ticket li.lf {background:#ff3850}

#tour ul.ticket li.pia {background:#3264c8}
#tour ul.ticket li.lowson {background:#0074be}
#tour ul.ticket li.eplus {background:#e85298}

#tour .act {
	position:relative;
	width:70%;
	margin:0 auto 2%;
}

#tour .act span {
	display:block;
	background:rgba(255,255,255,0.7);
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	text-align:center;
	font-family: 'Acme';
	font-size:15px;
	padding:0.2em 0;
}

#tour .act img {
	width:100%;
}

#tour .act span img {
	display:block;
	width:25%;
	margin:0 auto;
}

@media screen and (max-width:767px){
	#tour h2 {
		font-size:150%;
	}

	#tour ul li {
		width:45%;
	}

	#tour ul li h3 {
		font-size:120%;
	}

	#tour ul.ticket {
		width:80%;
	}

	ul.ticket {
		width:50%;
	}

	#tour ul.ticket li {
		width:28%;
	}

	#ticket {
		font-size:100%;
	}

	#ticket h3 img {
		display:block;
		margin:0 auto 3%;
	}

	#tour .act {
		width:100%;
	}

	#tour .act span {
		font-size:13px;
		padding:0.1em 0;
	}

}


#map{
	background:#5c1414;
	background:url(../img/bg_artist.jpg);
}

#map h3{
	/* text-shadow: 
    #e17f72 3px 0px,  #e17f72 -3px 0px,
    #e17f72 0px -3px, #e17f72 0px 3px,
    #e17f72 3px 3px , #e17f72 -3px 3px,
    #e17f72 3px -3px, #e17f72 -3px -3px,
    #e17f72 1px 3px,  #e17f72 -1px 3px,
    #e17f72 1px -3px, #e17f72 -1px -3px,
    #e17f72 3px 1px,  #e17f72 -3px 1px,
    #e17f72 3px -1px, #e17f72 -3px -1px; */
}

.mapara {
	width:100%;
	padding-top:56.25%;
	position:relative;
}

.mapara iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border:none;
}



@media screen and (max-width:767px) {
	body{
		background-size:90%;
		background-position:center 60px;
	}

	#wrapper {
	}

	#content {
		width:100%;
	}

	.mapara{
		padding-top:130%;
	}



}


@media screen and (max-width:500px){

}



#footer {
	/* background:rgba(0,0,0,0.8); */
	background:#233a29;
	text-align:center;
	padding:2% 0 10%;
	clear: both;
}

address {
	display: block;
}

p.backtoTop {
	clear: both;
	text-align: right;
	padding: 0 50px 15px 0;
	font-size: 90%;
}


footer {
	padding:2% 0 10%;
	color:rgba(255,255,255,0.8);
}

footer small{
	font-size:.6em;
}



@media screen and (max-width:1280px){
	#container {
		width:1024px;
	}


}

@media screen and (max-width:1024px) {
	#container {
		width:90%;
	}


}



@media screen and (max-width: 767px) {
	#container {
		width:100%;
	}

}


@media screen and (max-width:500px){


}


#goods {
	background:#000;
}

#goods img {
	width:100%;
}

#goods img.sp {
	display:none;
}

@media screen and (max-width:767px) {
	body{
		background-size:90%;
		background-position:center 60px;
	}

	#wrapper {
	}

	#content {
		width:100%;
	}

	#goods img.pc {
		display:none;
	}

	#goods img.sp {
		display:block;
	}

}


@media screen and (max-width:500px){

}

/* menu */

#menu-box {
	margin-top:10px;
	height:auto;
	overflow: hidden;
}

#menu{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
/*  width: 12.5%;*/
  width: 11.11%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
#menu li a:hover{
  background: #444;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 50%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
font-family: 'Montserrat', sans-serif;

  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

/* //menu */





center{
	background:#00000080;
	color:#fff;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	padding:0.5em 1em;
	margin:1em 0;
}



