@charset "Shift_JIS";
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
.nodis {
  display: none;
}
a:hover {
  -ms-filter: "alpha(opacity=80)";
  /* IE8用記述 */
  filter: alpha(opacity=80);
  /* IE6~IE7用記述 */
  opacity: 0.80;
}
.space_center {
  text-align: center;
}
/* =====共通設定 */
body {
  line-height: 150%;
  font-size: 13px;
  margin: 0px auto;
  background: #fff;
  color: #2d2d2d;
  font-family: Lato, '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-x: hidden;
}
/* =====index */
.fixed-bg {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.fixed-bg h1 {
  height: 35px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center
}
@media screen and (max-width: 599px) {
  .fixed-bg {
    display: none
  }
}
.bg01 {
  margin: 0;
  padding: 0;
  background-image: url(../img/index-new.jpg);
}
.enter {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 640px;
  margin: auto
}
.enter ul {
  display: flex;
}
.enter li {
  width: calc(100% / 2);
}
button, button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button {
  width: 300px;
  background: none;
  border: 3px solid #2d2d2d;
  background: #fff;
  border-radius: 5px;
  color: #2d2d2d;
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  margin: 1em auto;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
}
button::before, button::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
button:hover {
  background: #2d2d2d;
  color: #fff
}
button span {
  display: block;
  font-size: 12px
}
.btn {
  width: 320px;
}
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.btn-1:hover:after {
  height: 100%;
}
.btn-1 p {
  font-size: 0.9rem;
  line-height: 1
}
@media screen and (max-width: 599px) {
  .enter {
    position: static;
    width: 300px;
    margin: auto
  }
  .enter ul {
    display: block;
  }
  .enter li {
    width: calc(100% / 1);
  }
  button, button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  button {
    width: 300px;
    background: none;
    border: 3px solid #2d2d2d;
    background: #fff;
    border-radius: 5px;
    color: #2d2d2d;
    display: block;
    font-size: 2.2em;
    font-weight: bold;
    margin: 1em auto;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
  }
  button::before, button::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
  }
  button:hover {
    background: #2d2d2d;
    color: #fff
  }
  button span {
    display: block;
    font-size: 12px
  }
  .btn {
    width: 320px;
  }
  .btn-1::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  .btn-1:hover:after {
    height: 100%;
  }
  .btn-1 p {
    font-size: 0.9rem;
    line-height: 1
  }
}
.index_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
.index_banner h3 {
  color: #fe62a1
}
.index_banner .link {
  max-width: 468px;
  margin: auto;
  padding-top: 25px
}
.index_banner .diary {
  max-width: 600px;
  margin: auto;
  padding-top: 25px
}
.index_sp {
  display: none
}
@media screen and (max-width: 599px) {
  .index {
    display: none
  }
  .index_sp {
    display: block
  }
  .index_sp img {
    width: 100%
  }
  .index_sp .enter {
    width: 100%
  }
  .index_sp .exit {
    width: 120px;
    margin-left: auto
  }
  .index_sp .text {
    position: absolute;
    right: 145px;
    bottom: 25px;
    font-size: 10px;
    text-align: right;
    line-height: 1.1;
    text-shadow:
      #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
  .index_banner {
    width: 95%;
    padding: 0;
    text-align: center
  }
  .index_banner h2 {
    padding: 0 15px;
    font-size: 14px;
  }
  .index_banner h3 {
    color: #fe62a1;
    font-size: 16px;
  }
  .index_banner p {
    padding: 0 10px;
    font-size: 12px
  }
  .index_banner img {
	  max-width: 100%;
    width: auto;
	  height: auto;
    margin: auto;
  }
  .index_banner .text {
    background: #2d2d2d;
    padding: 10px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    text-align: center
  }
  .index_banner .link {
    display: none
  }
  .index_banner .diary {
    display: none
  }
}
footer {
  display: block;
  margin: 0;
  padding: 15px 0;
  background: #ffdae2;
  font-weight: bold;
  text-align: center
}
@media screen and (max-width: 599px) {
  footer {
    display: block;
    margin: 0;
    padding: 5px 0;
    background: #ffdae2;
    font-weight: bold;
    text-align: center;
    line-height: 1
  }
}
@media screen and (max-width:768px) {
  .pc-none {
    display: none
  }
}
@media screen and (min-width:769px) {
  .sp-none {
    display: none
  }
}



.shoplist {
  max-width: 1220px;
  margin: auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .shoplist {
    padding: 30px 0 10px;
  }
}
.shoplist ul {
  display: flex;
  flex-wrap: wrap;
}
.shoplist li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .shoplist li {
    width: 50%;
  }
}
.shoplist a {
  display: block;
}
.shoplist p {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}
.shoplist img{
	width: 100%
}
@media screen and (max-width: 767px) {
  .shoplist p {
    height: 40px;
    font-size: 11px;
    line-height: 1.2;
  }
}
.shoplist__ttl {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .shoplist__ttl {
    width: 100%;
  }
}
.shoplist__inner {
  margin: 10px;
  background-color: white;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .shoplist__inner {
    margin: 3px;
  }
}

.shoplist .data{
	margin-top: -7px;
}

