@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html,
body {
  font-size: 10px;
}

body {
  position: relative;
  background: url(../img/bg_page.jpg) repeat center top;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

body * {
  box-sizing: border-box;
}

/* Ancher */
a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a.inactive {
  pointer-events: none;
  cursor: default;
  color: #999 !important;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* PARTS
---------------------------------------- */
sup {
  vertical-align: top;
  font-size: 0.5em;
}

/* Note */
.note {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.noteList {
  font-size: 1.4rem;
}
.noteList li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
}

/* text-align */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/* vertical-align */
.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

/* Table */
.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}

.tbl.top .cell {
  vertical-align: top;
}

.tbl.btm .cell {
  vertical-align: bottom;
}

/* Other */
.ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.sq::before,
.sq > li::before {
  content: '■';
}

.dsk::before,
.dsk > li::before {
  content: '●';
}

.tri::before,
.tri > li::before {
  content: '▼';
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
}

.fixedBg {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#goTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 0;
  z-index: 99;
}
#goTop a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-indent: -999px;
}
#goTop a::after {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url("../img/icon_arrow_01.png") no-repeat center center;
  background-size: 100% auto;
  transform: rotate(-90deg);
}

#mq {
  width: 0;
  height: 0;
}

/* ▼ @media : PC */
@media screen and (min-width: 769px) {
  #mq {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* ▼ @media : SP */
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    line-height: 1.5;
  }

  #mq,
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tbl.rsp,
  .tbl.rsp .row,
  .tbl.rsp .cell {
    display: block;
  }

  .tbl.rsp .row + .row {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  #goTop {
    right: 10px;
    bottom: 10px;
  }
  #goTop a {
    width: 50px;
    height: 50px;
  }
  #goTop a::after {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
/* Inview
---------------------------------------- */
.fade {
  position: relative;
  top: 100px;
  opacity: 0.0;
  transition: all 2.0s ease;
}

.fade.on {
  opacity: 1.0;
  top: 0 !important;
}

/* #container
---------------------------------------- */
#container {
  font-size: 1.5rem;
  text-align: center;
}
#container > section > article {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

/* header
---------------------------------------- */
header {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 260px;
}
header h1 {
  max-width: 274px;
}
header h1 img {
  width: 100%;
}

/* #hero
---------------------------------------- */
#slider img {
  width: 100%;
}

/* #movie
---------------------------------------- */
#movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
#movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* #lead
---------------------------------------- */
#lead {
  padding: 95px 0 10px;
}
#lead article {
  margin: 0 auto;
}
#lead article .box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#lead article .box > div {
  flex: 0 0 auto;
  position: relative;
  width: 50%;
}
#lead article .box img {
  width: 100%;
}
#lead article .box.b1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#lead article .box.b1 .img img {
  top: 150px;
}
#lead article .box.b1 .txt img {
  top: 300px;
}
#lead article .box.b2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#lead article .box.b2 .img img {
  top: 300px;
}
#lead article .box.b2 .txt img {
  top: 150px;
}
#lead article .box + .box {
  margin-top: 10px;
}

/* #menu
---------------------------------------- */
#menu article {
  padding: 0 20px 120px;
}
#menu article div + div {
  margin-top: 55px;
}

/* #rsv
---------------------------------------- */
#rsv {
  padding: 0 20px 120px;
}
#rsv div a {
  display: block;
  max-width: 568px;
  margin: 0 auto;
  background: #fff;
}
#rsv div a img {
  transition: opacity 180ms ease;
}
#rsv div a:hover img {
  opacity: 0.8;
}

/* #shop
---------------------------------------- */
#shop {
  padding: 70px 20px 50px;
  background: #717071;
  text-align: center;
  color: #fff;
}
#shop h2,
#shop p {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
#shop h2,
#shop .hours {
  margin-bottom: 40px;
}
#shop .tel {
  margin-bottom: 55px;
}

/* footer
---------------------------------------- */
footer {
  padding: 35px 20px 40px;
  color: #fff;
}
footer ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
footer ul li {
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  line-height: 1.3;
}
footer ul li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}

/* @media : PC */
@media screen and (min-width: 769px) {
  #lead article .box.spbox {
    display: none;
  }
}
/* @media : SP */
@media screen and (max-width: 768px) {
  header {
    height: 200px;
  }
  header h1 {
    width: 35%;
    max-width: none;
  }

  #lead {
    padding: 50px 0;
  }
  #lead article .box.b1,
  #lead article .box.b2 {
    display: none;
  }
  #lead article .spbox {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  #lead article .img {
    margin-top: 50px;
  }

  #menu article {
    padding-bottom: 60px;
  }
  #menu article div + div {
    margin-top: 30px;
  }

  #rsv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    width: 50%;
  }

  #lead {
    padding: 50px 0;
  }
  #lead article .txt {
    width: 80%;
  }
  #lead article .img {
    width: 100%;
    margin-top: 50px;
  }

  #shop {
    padding: 35px 20px 25px;
  }
  #shop h2, #shop .hours, #shop .tel {
    margin-bottom: 20px;
  }

  #shop .noteList li {
    text-align: left;
    font-size: 1.2rem;
  }

  footer {
    font-size: 3.125vw;
  }
}
