@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";


/*\*/

/*------------------------------
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: 12px/1.5 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
}


/* ------------------------------------
 * 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;
}

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


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

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

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



 
#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:70%;
	margin:0 auto;
}

.inr {
	width:1200px;
	margin:0 auto;
}

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

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

#mainvisual {
	background:url(../img/bg.jpg);
	background-size:cover;

	padding:7% 0 5%;
}



#mainvisual h1 {
	font-family: 'Fontdiner Swanky', cursive;
	font-size:250%;
	color:#17b5aa;
text-shadow: 
    #110d3e 3px 0px,  #110d3e -3px 0px,
    #110d3e 0px -3px, #110d3e 0px 3px,
    #110d3e 3px 3px , #110d3e -3px 3px,
    #110d3e 3px -3px, #110d3e -3px -3px,
    #110d3e 1px 3px,  #110d3e -1px 3px,
    #110d3e 1px -3px, #110d3e -1px -3px,
    #110d3e 3px 1px,  #110d3e -3px 1px,
    #110d3e 3px -1px, #110d3e -3px -1px;
}

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

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

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

#mainvisual .txt {
	text-shadow: 
    #4a6e6a 2px 0px,  #4a6e6a -2px 0px,
    #4a6e6a 0px -2px, #4a6e6a 0px 2px,
    #4a6e6a 2px 2px , #4a6e6a -2px 2px,
    #4a6e6a 2px -2px, #4a6e6a -2px -2px,
    #4a6e6a 1px 2px,  #4a6e6a -1px 2px,
    #4a6e6a 1px -2px, #4a6e6a -1px -2px,
    #4a6e6a 2px 1px,  #4a6e6a -2px 1px,
    #4a6e6a 2px -1px, #4a6e6a -2px -1px;

}

#mainvisual img {
	width:30%;
	margin:1% auto;
	display:block;
	filter: drop-shadow(0px 5px 20px #fff);
}

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


	#mainvisual h1 {
		font-size:150%;
	}

	#mainvisual img {
		width:50%;
	}
}


#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 {
	font-size:130%;
	color:#fff;
	background:#16b3a8;
	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:10% auto 1%;
	}

	#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 {
	margin:1%;
	display:flex;
	flex-wrap:wrap;
	margin:3% 1%;
}


#artist ul li {
	width:30%;
	margin:1%;
	position:relative;
}

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

#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;
	font-size:16px;
}

#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;
}


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

	#artist ul li span {
		font-size:12px;
	}

	#artist ul li {
		width:48%;
	}

	#artist h3 img {
		display:block;
		width:50%;
		margin:0 auto 3%;
	}
}



#food {
	background:url(../img/bg_food.jpg);
	background-size:cover;
	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:170%;
}

#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);
	padding:5% 0 7%;
	    font-family: 'Rye', cursive,'Noto Sans JP', sans-serif;
	font-size:150%;
}

#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:#e2e2e2;
	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 #aaa;
}



ul.ticket {
	display:flex;
	width:25%;
	margin:2% auto;
}

ul.ticket li {
	width:28.3%;
	margin:1%;
	padding:2%;
}

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

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

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}

#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%;
}

#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;
		width:50%;
		margin:0 auto 3%;
	}

	#tour .act {
		width:100%;
	}


}



#map {
	width:100%;
	padding-top:30%;
	position:relative;
}

#map iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#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){

}



#footer {
	background:rgba(0,0,0,0.8);
	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 5%;
	color:rgba(255,255,255,0.3);
}



@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){


}


/* 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 */

