@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.7;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	background: #000;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}
p {
  margin-bottom: 1em;
}

h3 {
  margin-bottom: 0.5em;
}
ul {
  margin-bottom: 1em;
}

ul li {
  list-style: none;
}

ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

dl dd {
  margin-bottom: 1em;
}

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

/* パーツ */
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

.center {
  text-align: center;
}

.clear {
   clear: both;
}

.small {
  font-size: 86%;
}

.large {
  font-size: 120%;
}

.red {
  color: red;
}
.mgb {
  margin-bottom: 2em;
}

/* 見出し */
h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1.35;
}

h2:after {
  display: block;
  font-size: 70%;
}

#sec_system h2:after {
  content: "システム";
}

#sec_access h2:after {
  content: "アクセス";
}

#room h2:after {
  content: "店内のご案内";
}

#recruit h2:after {
  content: "求人募集";
}

#privacy h2:after {
  content: "プライバシーポリシー";
}

#sitemap h2:after {
  content: "サイトマップ";
}

/* header */
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #000;
  padding: 20px 0;
}

nav {
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#logo {
  width: 150px;
  height: auto;
}

nav ul {
  list-style: none;
  font-size: 1.2em;
  display: flex;
  margin-bottom: 0;
}

nav .pc_only ul li {
  padding: 0 1em;
  font-size: 90%;
  margin-top: 40px;
}

main {
  margin: 0 auto 4em;
  text-align: center;
}

@media (max-width: 768px) {
  main {
    width: 100%;
  }
}

main .sec {
  text-align:left;
  display: inline-block;

}

@media (max-width: 768px) {
  main .sec {
    width: 95%;
    margin: 0 auto;
  }
}

.wrap_section {
  background: url(../images/arrow.png) no-repeat center top;
  padding-top: 50px;
}

/* TOP */
#slide-top {
  position: relative;
  margin-bottom: 2em;
  width: 100%;
  overflow: visible;
  z-index: 0 !important;
  padding-top: 40%;
}

@media (max-width: 768px) {
  #slide-top {
    margin-bottom: 30%;
  }
}
#slide-room {
  position: relative;
  margin-bottom: 2em;
  width: 100%;
  overflow: visible;
  z-index: 0 !important;
  padding-top: 65%;
}

#slide-top li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#slide-room li {
  top: 0;
  left: 5%;
  width: 90%;
  position: absolute;
}

#sec_system {
  margin-bottom: 2em;
}

#bg_system {
  background: url(../images/bg_system.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 50px;
  text-align: center;
}

#bg_system .container {
  text-align:left;
  display: inline-block;
}

/* map */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 2em;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* recruit */
#merit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content:space-between;
  margin-bottom: 2em;
}

#merit li {
  width: calc((100% - 40px) / 3);
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 1em;
  padding: 0.5em 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2em;
  border-top: 1px solid #fff;
}

th,td {
  padding-top: 1em;
  padding-bottom: 1em;
}

th {
  width: 5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-right: 2em;
  vertical-align: top;
}

td{
  border-bottom: 1px solid #fff;
  padding-left: 2em;
}

@media (max-width: 768px) {
  th {
    padding-right: 1em;
  }
  td {
    padding-left: 1em;
  }
}

.btn {
  display:inline-block;
}
.btn a{
  background: #fff;
  color: #333;
  display: block;
  width:100%;
  padding: 0.5em 2em;
  text-align: center;
  font-weight: bold;
}

/* form */
#entry main {
  background: #fff;
  color: #333;
  padding-top: 2em;
  
}

#entry main .sec {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #entry main .sec {
    width: 95%;
    margin: 0 auto;
  }
}

form {
  text-align: center;
}

form table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  text-align: left;
  display: inline-block;
}

@media (max-width: 768px) {
  form table {
    border: 0;
    width: 100%;
    margin: 0 auto;
  }
}

form td {
  padding-top: 1em;
  padding-bottom: 1em;
}

form tr:last-child th,
form tr:last-child td {
  border-bottom:0;
}

form th {
  width: 30%;
  min-width: 7em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  vertical-align: top;
  text-align: right;
  padding: 1em;
}

form td{
  width: 70%;
  min-width: 30em;
  border-bottom: 1px solid #333;
  padding: 1em;
}

@media (max-width: 768px) {
  form {
    width: 100%;
  }
  form th,
  form td {
    display: block;
    width: 100%;
    min-width: auto;
    text-align: left;
    border: 0;
    padding: 0;
  }
  form th {
    margin-bottom: 0.5em;
  }
  form td {
    margin-bottom: 1em;
  }
}

form textarea {
    height: 100px;
}

input[type="text"], textarea, button, select, input[type="email"],input[type="tel"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 0;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.2em 0.4em;
    width: 80%;
}

.short input[type="text"] {
  width: 30%;
}

@media (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 77%;
  }
}

.button {
  display: flex;
  justify-content: space-between;
  width: 24em;
  margin: 0 auto 4em;
}

@media (max-width: 768px) {
  .button {
    width: 18em;
    margin: 0 0 4em;
  }
}

button {
  color: #fff;
  padding: 1em;
  width: 16em;
}
@media (max-width: 768px) {
  button {
    width: 12.5em;
  }
}

button:hover {
  cursor: pointer;
}
button[type="submit"],
button[type="confirm"] {
  background: #333;
}

button[type="reset"],
button[type="button"] {
  background: grey;
}
/* footer */
footer {
  margin: 0 auto 2em;
}

@media (max-width: 768px) {
  footer {
    margin-bottom: 5em;
  }
}

footer .container{
  width: 95%;
  margin: 0 auto;
}

#logo_b img{
  width: 150px;
}

#ban_nag img {
  width: 100px;
}

#link_f {
  float: right;
  display: flex;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #link_f {
    float: none;
    justify-content:center;
    margin-bottom: 1em;
  }
}

#link_f li {
  font-size: 90%;
}

#link_f li:first-child:after{
  content: " ｜ ";
}

#btn_bottom {
  width: 100%;
}

@media (max-width: 768px) {
  #btn_bottom {
    position: fixed;
    bottom: 0;
    background: #000;
    padding: 2.5% 0;
  }
}

#btn_bottom ul{
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}

#btn_bottom ul li {
  font-size: 120%;
  display: flex;
  width: calc((100% - 10px) / 2);
}

@media (max-width: 768px) {
  #btn_bottom ul li {
    font-size: 80%;
  }
}

#btn_bottom ul li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  width: 100%;
  font-weight: bold;
}
#btn_bottom ul li:first-child a{
  background: #a0854c;
}

#btn_bottom ul li:last-child a{
  background: #59b8b1;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}







