/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  height: 100%;
}
.inner {
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}
ul,
dl {
  font-size: 0;
}
p,
li,
dt,
dd,
th,
td {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
}
a {
  color: #000;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.no-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tel-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 376px) {
  .sp-item {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .pc-item {
    display: none !important;
  }
}
/*----------------------------
header
----------------------------*/
header {
  background: url("../img/header-key-v.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 91vh;
  position: relative;
}
header h1 img {
  width: 303px;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 781px) {
  header h1 img {
    bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  header h1 img {
    width: 200px;
    bottom: 30px;
  }
}
header .tel-link {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-right: 15px;
  text-align: right;
  text-shadow: 0 0 4px #000;
}
header .tel-link a {
  color: #fff;
}
@media screen and (max-width: 375px) {
  header .tel-link {
    font-size: 35px;
  }
}
header .gnav-area {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
header ul {
  max-width: 768px;
  text-align: center;
  margin: 0 auto;
}
header ul li {
  font-family: 'Amatic SC', cursive;
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
  margin: 0 15px 15px 0;
  line-height: 1.5;
}
header ul li:last-of-type {
  margin-right: 0;
}
header ul li a {
  background: #7f212c;
  color: #fff;
  border-radius: 33px;
  display: block;
  width: 180px;
}
@media screen and (max-width: 610px) {
  header ul li {
    width: 45%;
    margin-right: 0;
  }
  header ul li a {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  header ul li {
    font-size: 20px;
    margin-right: 0;
    width: 50%;
  }
  header ul li:nth-of-type(-n+2) {
    margin-bottom: 10px;
  }
  header ul li a {
    display: inline-block;
    padding: 0px 30px;
    width: 50%;
  }
}
/*----------------------------
footer
----------------------------*/
footer {
  background: #7f212c;
  padding: 5px 0;
}
footer .inner {
  position: relative;
}
footer figure {
  bottom: 40px;
  position: fixed;
  right: 20px;
  z-index: 100;
}
footer figure a {
  display: block;
}
footer figure a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
footer figure a img {
  height: auto;
  width: 36px;
}
footer .copyright {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
}
/*----------------------------
contents
----------------------------*/
#contents {
  position: relative;
  padding-top: 30px;
}
#contents h2 {
  color: #7f212c;
  font-family: 'Amatic SC', cursive;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#contents section {
  padding: 30px 0;
}
#contents section:last-of-type {
  padding-bottom: 0;
}
/*---block1---*/
#contents #block1 {
  position: relative;
}
#contents #block1 .notice {
  border: solid 1px #64461e;
  padding: 20px;
  margin: 0 auto 20px;
  max-width: 570px;
}
#contents #block1 .notice p:not(:last-of-type) {
  margin-bottom: 10px;
}
#contents #block1 h3 {
  color: #64461e;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
#contents #block1 p {
  text-align: center;
}
/*---block2---*/
#contents #block2 {
  position: relative;
}
#contents #block2 .fb-area {
  text-align: center;
  height: 300px;
}
/*---block3---*/
#contents #block3 {
  position: relative;
}
#contents #block3 ul.insta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
#contents #block3 ul.insta-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #fff;
  -webkit-box-shadow: 1px 1px 1px #999;
          box-shadow: 1px 1px 1px #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 174px;
  width: 174px;
  margin: 0 10px 10px 0;
  position: relative;
}
#contents #block3 ul.insta-list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 410px) {
  #contents #block3 ul.insta-list li {
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #999;
            box-shadow: 3px 3px 3px #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 4% 10px 0;
    position: relative;
    height: 45.5vw;
    width: 48%;
  }
  #contents #block3 ul.insta-list li:nth-of-type(2n) {
    margin: 0 0 10px;
  }
}
#contents #block3 .btn {
  font-family: 'Amatic SC', cursive;
  font-size: 33px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  width: 140px;
}
#contents #block3 .btn a {
  background: #7f212c;
  color: #fff;
  border-radius: 33px;
  display: block;
}
@media screen and (max-width: 375px) {
  #contents #block3 .btn {
    font-size: 20px;
    width: 140px;
    line-height: 1.5;
  }
}
/*---block4---*/
#contents #block4 .info-list {
  border-bottom: 1px solid #7f212c;
  padding: 15px 0 0 13%;
}
#contents #block4 .info-list:first-of-type {
  padding-top: 0;
}
#contents #block4 .info-list:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}
#contents #block4 .info-list > dt {
  font-family: 'Roboto Condensed', sans-serif;
  color: #755225;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 10px 0;
  width: 21%;
}
#contents #block4 .info-list > dd {
  display: inline-block;
  margin-bottom: 10px;
  word-break: break-all;
  width: 79%;
}
#contents #block4 .info-list > dd .biz-hours {
  max-width: 190px;
  margin-bottom: 10px;
}
#contents #block4 .info-list > dd .biz-hours dt {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}
#contents #block4 .info-list > dd .biz-hours dd {
  display: inline-block;
  vertical-align: top;
}
#contents #block4 .info-list > dd p {
  font-size: 14px;
  line-height: 1.4;
}
#contents #block4 .info-list > dd p span {
  display: inline-block;
}
#contents #block4 .info-list > dd .notice {
  border: solid 1px #64461e;
  padding: 10px 15px;
  margin: 5px 0 10px;
  max-width: 524px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents #block4 .info-list > dd .notice p:first-of-type {
  margin-bottom: 10px;
}
#contents #block4 .info-list > dd .notice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents #block4 .info-list > dd .notice dl dt {
  width: 15%;
  line-height: 1.3;
  margin-bottom: 10px;
}
#contents #block4 .info-list > dd .notice dl dd {
  width: 85%;
  line-height: 1.3;
  margin-bottom: 10px;
}
#contents #block4 .info-list > dd .notice dl dd span {
  font-size: 90%;
}
#contents #block4 .info-list > dd.icon a {
  background: url("../img/block4-icon.png") no-repeat 100% 30%;
  background-size: 17px 17px;
  padding-right: 25px;
}
@media screen and (max-width: 510px) {
  #contents #block4 .info-list {
    padding: 15px 6% 0;
  }
  #contents #block4 .info-list > dt,
  #contents #block4 .info-list > dd {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #contents #block4 .info-list > dd .notice dl dt {
    width: 22%;
  }
  #contents #block4 .info-list > dd .notice dl dd {
    width: 78%;
  }
}
#contents #block4 .hp-map {
  margin-bottom: 30px;
}
#contents #block4 .hp-map .map {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-right: 4%;
}
@media screen and (max-width: 700px) {
  #contents #block4 .hp-map .map {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
#contents #block4 .hp-map .hotpepper {
  text-align: center;
  display: inline-block;
  width: 35%;
}
#contents #block4 .hp-map .hotpepper > div {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  #contents #block4 .hp-map .hotpepper {
    display: block;
    width: auto;
  }
}
/*---block5---*/
#contents #block5 {
  position: relative;
  padding-bottom: 30px;
}
#contents #block5 ul {
  text-align: center;
}
#contents #block5 ul li {
  display: inline-block;
  margin-right: 5px;
}
#contents #block5 ul li:last-of-type {
  margin-right: 0;
}
#contents #block5 ul li img {
  width: 52px;
}
