@charset "utf-8";
/*お店案内～最後まで*/
.store {
  width: 100%;
  background-color: #3F251E;
  padding-top: 3em;
  padding-bottom: 2em;
}
.store h1 {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  color: white;
  font-size: 3em;
  letter-spacing: 0.3em;
  font-weight: 600;
  transition: .8s;
}
.store_intro {
  display: flex;
  margin-top: 3em;
  flex-wrap: nowrap;
  transition: .8s;
}
.store_intro_slider {
  width: 55%;
  margin-right: 30px;
}
.store_intro_slider img {
  width: 100%;
  height: auto;
}
.store_intro_t {
  width: 45%;
}
.store_intro_title {
  font-family: source-han-serif-japanese, serif;
  color: white;
  font-size: 1.7em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 0.5em;
  border-bottom: 1px solid white;
  margin-top: -0.5em;
  margin-bottom: 0.7em;
}
.store_intro p {
  color: white;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.store_intro_t img {
  width: 75%;
  height: auto;
}
.store_intro_tt {
  color: white;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-top: 0.8em;
}
.store_screen {
  margin-top: 1.5em;
  transition: .8s;
}
.store_screen img {
  width: 100%;
  height: auto;
}
.store_layout {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}
.store_layout_figure {
  width: 48%;
  height: auto;
  transition: .8s;
}
.store_layout_figure img {
  width: 100%;
  height: auto;
}
.store_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: .8s;
}
.store_gallery_items {
  width: 31%;
  margin-bottom: 2em;
}
.store_gallery_items img {
  width: 100%;
  height: auto;
}
.access_title {}
.access_bg {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(../img/access.jpg);
  background-size: 100% auto;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  transition: .8s;
  background-position: center center;
}
.access_bg2 {
  width: 100%;
  background-image: url(../img/access2.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 3em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2em;
  transition: .8s;
}
.access_infobox {
  display: flex;
  justify-content: space-between;
}
.access_info {
  width: 50%;
}
.access_info a {
  color: white;
  text-decoration: none;
}
.info_title {
  color: white;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid white;
}
.access_info table {
  color: white;
}
.access_info th {
  width: 95px;
  text-align: left;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.access_info td {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
.access_figure {
  width: 46%;
}
.access_figure img {
  width: 100%;
  height: auto;
}
.access_figure p {
  color: white;
  margin-top: 1em;
  font-size: 0.9em;
  letter-spacing: 0.1em;
    line-height: 1.4;
}
.gmap {
  width: 100%;
  transition: .8s;
}
.gmap iframe {
  height: 500px;
}
footer {
  width: 100%;
  background-color: #2B1F1A;
  padding-top: 3em;
  padding-bottom: 1.5em;
}
.footer_menu {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: white;
  font-size: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.footer_menu a {
  text-decoration: none;
  color: white;
  font-family: source-han-serif-japanese, serif;
}
.access_title2 {
  display: none;
}
.footerbox {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
.footerbox_logo {}
.footerbox_sns {}
.footerbox_sns img {
  margin-left: 20px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .8s;
}
#myBtn:hover {}
#topbt {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}
/* スライダー */
.mySlides {
  display: none
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
/* スライダー */
@media screen and (max-width:1024px) {
  .store h1 {
    font-size: 2.7em;
  }
  .store_intro_slider {
    width: 50%;
    margin-right: 30px;
  }
  .store_intro_t {
    width: 50%;
  }
  .store_intro_title {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .store_intro p {
    font-size: 1em;
    line-height: 1.6em;
  }
  .store_intro_t img {
    width: 70%;
  }
  .access_bg {
    padding: 2em 0;
  }
  .info_title {
    font-size: 1.6em;
    border-bottom: 1px solid white;
  }
  .access_info th {
    width: 90px;
    padding-bottom: 5px;
    font-size: 0.9em;
  }
  .access_info td {
    padding-bottom: 5px;
    font-size: 0.9em;
  }
}
@media screen and (max-width:768px) {
  .store {
    padding-top: 2.5em;
  }
  .store h1 {
    font-size: 2.4em;
  }
  .store_intro {
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .store_intro_slider {
    width: 100%;
    margin-right: 0px;
  }
  .store_intro_t {
    margin-top: 2em;
    width: 100%;
  }
  .store_intro_title {
    font-size: 1.7em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
  }
  .store_intro_t img {
    width: 70%;
  }
  .store_gallery_items {
    width: 48%;
    margin-bottom: 1.5em;
  }
  .access_title img {
    width: 35px;
    height: auto;
  }
  .access_bg {
    padding: 1.5em 0;
  }
  .access_bg2 {
    padding-top: 2em;
  }
  .access_infobox {
    display: flex;
    flex-wrap: wrap;
  }
  .access_info {
    width: 100%;
    margin-bottom: 1em;
  }
  .access_figure {
    width: 100%;
  }
  .access_info th {
    width: 100px;
    padding-bottom: 5px;
    font-size: 1em;
  }
  .access_info td {
    padding-bottom: 5px;
    font-size: 1em;
  }
  iframe {
    height: 350px;
  }
  .footer_menu {
    letter-spacing: 0em;
    font-size: 1em;
  }
  .footerbox_logo img {
    width: 150px;
    height: 45px;
  }
  .footerbox_sns img {
    width: 28px;
    height: 28px;
    margin-left: 15px;
  }
  #topbt img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width:480px) {
  .store h1 {
    font-size: 2em;
  }
  .store_layout {
    flex-wrap: wrap;
  }
  .store_layout_figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .store_gallery_items {
    margin-bottom: 1em;
  }
  .access_title {
    background-size: auto 100%;
  }
  .access_title img {
    width: 25px;
  }
  .access_bg {
    padding: 1.5em 0;
  }
  .footer_menu {
    display: none;
  }
  footer {
    padding-top: 0.1em;
    padding-bottom: 1em;
  }
  .footerbox_logo img {
    width: 150px;
    height: 45px;
  }
  .footerbox_sns img {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    margin-top: 5px;
  }
  #myBtn {
    bottom: 65px;
    right: 0px;
  }
  #topbt img {
    width: 65%;
  }
}
@media screen and (max-width:380px) {
  .store_intro {
    margin-top: 1.5em;
  }
  .store {
    padding-top: 2em;
  }
  .store h1 {
    font-size: 1.8em;
  }
  .store_intro_title {
    font-size: 1.2em;
  }
  .store_intro p {
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .store_intro_t img {
    width: 100%;
  }
  .store_intro_tt {
    letter-spacing: 0em;
  }
  .store_screen {
    margin-top: 1em;
  }
  .access_title {
    font-size: 1.5em;
    background-size: auto 100%;
  }
  .access_bg {
    padding: 0.8em 0;
  }
  .access_info th {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    font-size: 0.9em;
    border-bottom: 1px dotted white;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .access_info td {
    display: block;
    padding-top: 3px;
    padding-bottom: 20px;
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .info_title {
    font-size: 1.4em;
  }
  .access_bg {
    display: none;
  }
  .access_title2 {
    display: block;
    transition: .8s;
  }
  .access_title2 img {
    width: 100%;
    height: auto;
  }
  .footerbox_logo img {
    width: 130px;
    height: 40px;
  }
  .dot {
    height: 10px;
    width: 10px;
  }
  .fade {
    margin-bottom: -0.5em;
  }
  .store_gallery_items img {
    width: 90%;
  }
  #topbt img {
    width: 50%;
  }
  .store_gallery_items img {
    width: 98%;
    height: auto;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px
  }
}