@charset "UTF-8";
/*-------------
reset.css
---------------*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

#container a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
  padding-bottom: 110px;
  display: block;
}

.inside,
.inside2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 640px;
}

.inside {
  background-color: #ffffff;
}

/*=========================
スライダー
=========================*/
.slick-next,
.slick-prev {
  width: 30px !important;
  height: 30px !important;
  z-index: 5;
}

.slick-next::before,
.slick-prev::before {
  font-size: 30px !important;
}

.slick-next {
  right: 20px !important;
}

.slick-prev {
  left: 10px !important;
}

/*=========================
フッター
=========================*/
footer {
  width: 100%;
  padding: 8% 1% 40%;
}

footer * {
  color: #ffffff;
  text-align: center;
}

.f-logo {
  margin-bottom: 3%;
}

.f-logo img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}

.f-tel {
  font-size: 4.6vw;
  margin-bottom: 2%;
}

.f-time {
  margin-bottom: 3%;
  font-size: 3.3vw;
}

.f-url {
  margin-bottom: 3%;
  font-size: 3.7vw;
}

.f-address {
  margin-bottom: 8%;
  font-size: 3.2vw;
}

.f-copy {
  font-size: 2.5vw;
}

#page-top {
  position: fixed;
  right: 5px;
  bottom: 100px;
  width: 40px;
  z-index: 16;
}

#sp-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#sp-contact-in {
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
  position: relative;
  width: 640px;
  max-width: 100%;
}

#sp-contact-in ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sp-contact-in ul > li a {
  display: block;
  background-color: #ffffff;
}

#sp-contact-in ul > li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/*=========================
コンテンツ共通
=========================*/
#sign {
  position: absolute;
  top: 2.5%;
  right: 4%;
  width: 30%;
  z-index: 1;
}

#main {
  position: relative;
}

.parts1 {
  position: absolute;
  left: 0;
  bottom: -1px;
}

#access {
  margin-bottom: 3%;
}

#access img {
  margin-bottom: 3%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

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

#store {
  margin-bottom: 3%;
}

.imgfr {
  padding: 0 0.4%;
}

#line {
  padding: 14% 4% 18%;
}

#ippin {
  padding: 4% 4% 10%;
}

#bn1 {
  padding: 4% 4% 7%;
}

#bn2 {
  padding: 4% 4% 7%;
}

.bnimg {
  margin-bottom: 3%;
}

@media print, screen and (min-width: 420.001px) {
  .f-tel {
    font-size: 40px;
  }
  .f-time {
    font-size: 28px;
  }
  .f-url {
    font-size: 30px;
  }
  .f-address {
    font-size: 22px;
  }
  .f-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .map {
    padding-top: 100%;
  }
}
