@charset "UTF-8";
/* CSS Document */
BODY {
  min-width: 1000px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #000;
}
img {
  width: 100%;
}
.opt {
	font-family: "Optima",Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif; 
}
header {
  width: 100%;
  background-image: url("../img/page-back.png");
  background-position: center center;
  background-size: cover;
}
header h1 {
  width: 30%;
  line-height: 1;
  margin: 0 auto;
  padding: 5px 0 5px 0;
}
nav {
  width: 1000px;
  margin: 0 auto;
  line-height: 0;
}
nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav ul li {
  width: 160px;
  margin: 0;
	
}
article {
  width: 100%;
  background-image: url("../img/page-back.jpg");
  background-position: top center;
  background-size: contain;
}
#main {
  width: 100%;
	height: 300px;
  margin: 0;
	background-color: #000;
}
#menu .mainbox {
  width: 1000px;
  margin: 0 auto;
	background-color: #000;
  background-image: url("../img/menu-back.jpg");
  background-position: top center;
  background-size: cover;
	height: 300px;
}
#audio .mainbox {
  width: 1000px;
  margin: 0 auto;
	background-color: #000;
  background-image: url("../img/audio-back.jpg");
  background-position: top center;
  background-size: cover;
	height: 300px;
}
#access .mainbox {
  width: 1000px;
  margin: 0 auto;
	background-color: #000;
  background-image: url("../img/access-back.jpg");
  background-position: top center;
  background-size: cover;
	height: 300px;
}
h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 120px 0  0;
  color: #fff;
  text-align: center;
}
#menu h3 {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 80px 0 40px 0;
  color: #fff;
  text-align: center;
}
.menubox {
  width: 50%;
  /*background-color: #000;*/
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
#menuphoto {
  width: 70%;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menuphoto figure {
  width: 48%;
  margin: 0 0 5px 0;
}
#audio h3 {
  width: 50%;
  margin: 50px auto 15px;
}
p.audio1 {
  text-align: center;
  letter-spacing: 0;
  padding: 0 0 30px 0;
  color: #fff;
}
#audio figure {
  width: 70%;
  margin: 0 auto;
}
p.audio2 {
  padding: 0 20% 30px 20%;
  color: #fff;
}
p.acc1 {
  padding: 30px 0 15px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
#map {
  width: 50%;
  margin: 50px auto;
}
#spec {
  width: 70%;
  margin: 50px auto;
}
#spec ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#spec ul li {
  width: 48%;
  padding: 5px 0;
  margin: 0 0 10px 0;
  text-align: center;
  color: #fff;
  border: 1px solid #ddd;
  font-size: 15px;
}
#g-map {
  width: 100%;
  height: 400px;
  margin: 30px 0;
}
/*footer*/
footer {
  width: 100%;
  padding: 30px 0 0 0;
  background-image: url("../img/foot-back2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
	margin: 100px 0 0 0;
}
#footbox {
  width: 40%;
  margin: 0 auto;
  display: flex;
  padding: 50px 0 0 0;
}
.foot1 {
  width: 45%;
}
.foot2 {
  width: 40%;
  margin: 20px 0 0 15%;
}
.foot2 p {
  font-size: 18px;
  text-align: left;
  line-height: 1.5em;
  color: #fff;
}
address {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.call {
  width: 30%;
  margin: 20px auto;
}
.copy {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  color: #ccc;
}
.tpp {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
#sns {
	width: 200px;
	margin: 0 auto;
}
#sns ul {
	width: 100%;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sns ul li {
	width: 25%;
}
.pay {
	width: 500px;
	margin: 10px auto;
}
/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
  BODY {
    min-width: 100%;
    background-color: #000;
  }
  p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: justify;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  header {
    width: 100%;
    background-image: url("../img/page-back.png");
    background-position: center center;
    background-size: cover;
  }
  header h1 {
    width: 50%;
    line-height: 1;
    margin: 0 auto;
    padding: 5px 0 5px 0;
  }
  nav {
    width: 100%;
    line-height: 0;
  }
  nav ul {
    display: flex;
  }
  nav ul li {
    width: 25%;
	  margin: 0;
  }
  article {
    width: 100%;
    background-image: url("../img/page-back.jpg");
    background-position: top center;
    background-size: contain;
  }
#main {
  width: 100%;
	height: auto;
  margin: 0;
	background-color: #000;
}
  #menu .mainbox {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/menu.jpg");
    background-position: top center;
    background-size: cover;
	  height: auto;
  }
  #audio .mainbox {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/audio.jpg");
    background-position: top center;
    background-size: cover;
	  height: auto;
  }
  #access .mainbox {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/access.jpg");
    background-position: top center;
    background-size: cover;
	  height: auto;
  }
  h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 50px 0 50px 0;
    color: #fff;
    text-align: center;
  }
  #menu h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 30px 0 15px 0;
    color: #fff;
    text-align: center;
  }
  .menubox {
    width: 90%;
    /*background-color: #000;*/
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }
  #menuphoto {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menuphoto figure {
    width: 48%;
    margin: 0 0 5px 0;
  }
  #audio h3 {
    width: 100%;
    margin: 25px auto 15px;
  }
  p.audio1 {
    text-align: center;
    letter-spacing: 0;
    padding: 0 0 30px 0;
	  font-size: 16px;
  }
  #audio figure {
    width: 100%;
    margin: 0 0 5px 0;
  }
  p.audio2 {
    padding: 0 20px 30px 20px;
	  font-size: 16px;
  }
  p.acc1 {
    padding: 30px 0 15px 0;
    font-size: 16px;
  }
  #map {
    width: 90%;
    margin: 20px auto;
  }
  #spec {
    width: 90%;
    margin: 20px auto;
  }
  #spec ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #spec ul li {
    width: 48%;
    padding: 5px 0;
    margin: 0 0 10px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
  }
  #g-map {
    width: 100%;
    height: 300px;
    margin: 30px 0;
  }
  .tpp {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  /*footer*/
  footer {
    width: 100%;
    padding: 30px 0 0 0;
    background-image: url("../img/foot-back2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
	  margin: 0;
  }
  #footbox {
    width: 90%;
    margin: 0 auto;
    display: flex;
	  padding: 0;
  }
  .foot1 {
    width: 45%;
  }
  .foot2 {
    width: 55%;
    margin: 0;
  }
  .foot2 p {
    font-size: 14px;
    text-align: left;
    line-height: 1.5em;
    color: #fff;
  }
  address {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .call {
    width: 60%;
    margin: 20px auto;
  }
  .copy {
    text-align: center;
    font-size: 10px;
    padding: 20px 0;
    color: #ccc;
  }
	.pay {
	width: 90%;
	margin: 10px auto;
}
}