@charset "UTF-8";

html{
scroll-behavior: smooth;
}

/* Body */
body {
	font-family: "Hiragino Kaku Gothic","メイリオ", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
	letter-spacing: 4px;
	text-align: center;
	color: #000;
}

p {
	text-align: center;
	line-height: 25px;
	color: #000;
	font-size:14px;
}



a{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: none;
}


.border{
	border-bottom: solid 2px #000;
}


/* Container */
.container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

header {
    font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 50px;
	background-color: #FEFEFE ;
	padding: 10px 0px;
	position :fixed;
    top: 0;
    z-index: 10;
}

/* Navigation */
.logo {
	float: left;
	margin-top: 8px;
	margin-left: 50px;
}
nav.glovalnavpc {
	float: right;
	width: 74%;
	text-align: right;
	margin-right: 25px;
}
nav.glovalnavpc ul.pc {
	list-style: none;
	float: right;
}
nav.glovalnavpc ul.pc li {
	list-style: none;
	float: left;
	color: #000;
	font-size: 14px;
	margin-right: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000;
	text-decoration: none;
}
ul li:hover a {
	color: #909090;
}

/* sp */

nav.glovalnavsp {
	background-color:#fff;
	display: none;
}

ul.sp {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}

ul.sp li {
    list-style-type: none; /* リストのマーカーを消去 */
    display: inline-block; /* 横並びに */
    margin: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.3s linear;
}

/* top Section */

.top{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

.top img{
	max-width:100%;
	width:1000px;

}

/* About Section */

.about {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 300px;
	margin-bottom: 300px;
}


/* stores Section */

.stores {
	padding-top: 100px;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.stores h3 {
	margin-top: 50px;
	}
}

.access img{
	max-width:100%;

}


footer {
	background-color: #FDFDFD;
		text-align: center;
	padding-top: 5vh;
	padding-bottom: 5vh;

}

footer img {
	width: 10vh;
}

ul.footlogo {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}
 
ul.footlogo li {
  list-style-type: none; /* リストのマーカーを消去 */
  display: inline-block; /* 横並びに */
  margin: 0 10px 0 0;
}

ul.footlogo2 {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}
 
ul.footlogo2 li {
  list-style-type: none; /* リストのマーカーを消去 */
  display: inline-block; /* 横並びに */
  margin: 0 3px 0 0;
}


ul.footlogo2sp {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
  display: none;
}


ul.footlogo2sp li {
  list-style-type: none; /* リストのマーカーを消去 */
  display: inline-block; /* 横並びに */
  margin: 0 3px 0 0;
}

footer a {
}

footer a:hover {
	opacity: 0.5 ;
}

.footer{
	font-size:12px;
}

.copyright {
	text-align: center;
	background-color: #fcfcfc;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
	border-top-width: 2px;
}

.copyrightsp {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	color: #000;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

nav.glovalnavpc{
	display: none;
}	

nav.glovalnavsp{
	display: block;
}

.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}

.text_column {
	text-align:left;
	width: 90%;
	margin: 0;
	padding: 20px;
}
.thumbnail {
	width: 100%;
}
	
.thumbnail3 {
	width: 100%;
}


.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}

.container{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #fff;
}

nav.glovalnavpc{
	display: none;
}	

nav.glovalnavsp{
	display: block;
}

.top{
	padding-top: 250px;
	padding-bottom: 200px;
}	

.about{
	padding-top: 50px;
	padding-bottom: 25px;
}
	
.artistlist{
	padding-top: 100px;
	padding-bottom: 25px;
}
	
.foodlist{
	padding-top: 100px;
	padding-bottom: 25px;
}	

.tickets{
	padding-top: 100px;
	padding-bottom: 25px;
}


.gallery .thumbnail h4 {
	width: 100%;
	text-align: center;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
	
.gallery3 .thumbnail3 h4 {
	width: 100%;
	text-align: center;
	padding: 0;
}
.thumbnail3 {
	width: 100%;
}
	

.text_column {
	text-align:left;
	width: 90%;
	margin: 0;
	padding: 20px;
}	


.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1090px) {	
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

nav.glovalnavpc{
	display: none;
}	

nav.glovalnavsp{
	display: block;
}
	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%
}
	
.thumbnail3 {
	width: 48%
}

.tickets{
	padding-top: 100px;
	padding-bottom: 25px;
}

ul.footlogo2{
	display: none;
}	

ul.footlogo2sp{
	display: block;
}
	

.copyrightsp p{
	font-size:10px;
}

}
