@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
h1 {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #000;
  position: fixed;
  top: 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  z-index: 100000000;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  padding: 240px 10px 20px 10px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  h2 {
    padding: 210px 10px 10px 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
footer {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 100000000;
}
footer address {
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  footer address {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.index {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.index strong {
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(3s0%, #ff0));
  background: linear-gradient(transparent 30%, #ff0 30%);
}
.index span {
  display: block;
  font-size: 1.8rem;
  color: #ff5273;
}
@media screen and (max-width: 599px) {
  .index span {
    font-size: 1.5rem;
  }
}
.index .mask {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.reinforcement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #ff5273;
  line-height: 1.2;
  animation: fuwafuwa 2s infinite;
}
.reinforcement2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 150px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #ff5273;
  line-height: 1.2;
  animation: fuwafuwa 2s infinite;
}
@media screen and (max-width: 599px) {
  .reinforcement {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .reinforcement2 {
    width: 100%;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.reinforcement p {
  color: white;
  font-size: 3rem;
  font-weight: bold;
}
.reinforcement span {
  color: yellow;
  font-size: 3.5rem;
}
@media screen and (max-width: 599px) {
  .reinforcement p {
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .reinforcement span {
    font-size: 3rem;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 599px) {
  .index .mask {
    padding-bottom: 70px;
  }
}
.index .contents {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 880px;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 150px;
  padding-bottom: 25px;
  border-radius: 10px;
  border: solid 10px #ddd;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .index .contents {
    width: 92%;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 60px;
    border: solid 5px #ddd;
  }
}
.index .contents .anime {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .index .contents .anime {
    width: 120px;
    top: -60px;
    left: -40px;
  }
}
.index .logo {
  position: absolute;
  width: 350px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -150px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .index .logo {
    position: absolute;
    width: 250px;
    margin-top: -50px;
    z-index: 1;
  }
}
.index .btn {
  width: 300px;
  margin: auto;
}
.index .exit {
  width: 200px;
  margin: auto;
}

.index .town {
  margin: 10px 0;
}
.index .mark {
  width: 70px;
  margin: auto;
}
.index .text {
  padding: 15px 0;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .index .text {
    font-size: 1.2rem;
  }
}

.index .inner {
  width: 680px;
  margin: auto;
  padding: 10px 0;
}
.index .inner img {
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .index .inner {
    width: auto;
    padding: 10px 10px 10px 10px;
  }
  .index .inner img {
    border-radius: 10px;
  }
}

/*
動画調整
================================*/
.index video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .index video {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 120%;
    width: 100%;
  }
}
/*===============================
リンク集
================================*/
.textlink {
  display: none;
  background: #000;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.textlink a {
  color: #fff;
  text-decoration: none;
}
.textlink_btn {
  width: 85%;
  margin: auto;
  margin-top: 10px;
  padding: 7px 0;
  background: #333;
  border-radius: 3px;
  text-align: center;
}
.textlink_btn a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.linkbanner {
  width: 100%;
  margin: auto;
  padding: 0 0 100px;
}
.linkbanner li {
  margin-top: 10px;
}
.linkbanner img {
  width: auto;
  margin: auto;
}
.linkbanner .big img {
  width: 468px;
}
@media screen and (max-width: 599px) {
  .linkbanner {
    overflow-x: auto;
    width: 95%;
    margin: auto;
    margin-top: -15px;

    padding: 0 0 10px;
  }
  .linkbanner img {
    max-width: 100%;
  }
}
.tetsujin {
  width: 85%;
  margin: auto;
  padding: 0 10px 40px;
}

@media screen and (max-width: 599px) {
  .tetsujin {
    width: 100%;
    padding: 0 10px 10px;
  }
}

グループ店舗一覧(PCフッター)================================*/ .shoplist_pc {
  width: 100%;
}
.shoplist_pc ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  padding: 80px 0px;
}
.shoplist_pc li {
  width: calc(100% / 2);
}
.shoplist_pc.icon {
  padding-top: 10px;
}
.shoplist_pc .icon ul {
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  margin: auto;
  padding-bottom: 25px;
}
.shoplist_pc .icon li {
  width: calc(100% / 1);
}
.shoplist_pc .icon li p {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .shoplist_pc {
    display: none;
  }
}
.saitama {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 160px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.saitama .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.saitama .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.saitama a {
  color: #fff;
  text-decoration: none;
}
.saitama p {
  padding: 7px 12px;
  font-size: 1.3rem;
  font-weight: 600;
}
.saitama p i {
  color: #e4007f;
}
.chiba {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 160px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.chiba .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #d08f0e, #b67900);
  background: -webkit-linear-gradient(top left, #d08f0e, #b67900);
  background: linear-gradient(to bottom right, #d08f0e, #b67900);
}
.chiba .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8f5f00;
}
.chiba a {
  color: #fff;
  text-decoration: none;
}
.chiba p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.chiba p i {
  color: #b67900;
}
.tokyo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  height: 415px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tokyo .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #57d8ff, #00c4ff);
  background: -webkit-linear-gradient(top left, #57d8ff, #00c4ff);
  background: linear-gradient(to bottom right, #57d8ff, #00c4ff);
}
.tokyo .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #006b89;
}
.tokyo a {
  color: #fff;
  text-decoration: none;
}
.tokyo p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.tokyo p i {
  color: #00a3d1;
}
.kanagawa {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.kanagawa .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #a3d637, #8fc31f);
  background: -webkit-linear-gradient(top left, #a3d637, #8fc31f);
  background: linear-gradient(to bottom right, #a3d637, #8fc31f);
}
.kanagawa .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #486a00;
}
.kanagawa a {
  color: #fff;
  text-decoration: none;
}
.kanagawa p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.kanagawa p i {
  color: #8fc31f;
}
.ibaraki {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.ibaraki .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #7751a6, #4e287d);
  background: -webkit-linear-gradient(top left, #7751a6, #4e287d);
  background: linear-gradient(to bottom right, #7751a6, #4e287d);
}
.ibaraki .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3b136d;
}
.ibaraki a {
  color: #fff;
  text-decoration: none;
}
.ibaraki p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.ibaraki p i {
  color: #4e287d;
}
.tochigi {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tochigi .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #505fd1, #2536b7);
  background: -webkit-linear-gradient(top left, #505fd1, #2536b7);
  background: linear-gradient(to bottom right, #505fd1, #2536b7);
}
.tochigi .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #111e88;
}
.tochigi a {
  color: #fff;
  text-decoration: none;
}
.tochigi p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.tochigi p i {
  color: #2536b7;
}
.other {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.other .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.other .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.other a {
  color: #fff;
  text-decoration: none;
}
.other p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.other p i {
  color: #e4007f;
}
.shoplist_sp {
  margin-bottom: 65px;
}
@media screen and (min-width: 1080px) {
  .shoplist_sp {
    display: none;
  }
}
.shoplist_sp .nav {
  order: 1;
  background: #eee;
  padding: 10px;
}
.shoplist_sp .nav ul li {
}
.shoplist_sp .nav ul li:first-child {
}
.shoplist_sp .nav ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.65em 1em 0.65em 0.8rem;
  line-height: 2;
  transition: background-color 0.2s;
}
.shoplist_sp .nav ul li a:hover {
  background-color: #000;
  text-decoration: none;
}
.shoplist_sp .nav .accordion {
  width: auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.shoplist_sp .nav .accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #444;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shoplist_sp .nav .accordion li:last-child .link {
  border-bottom: 0;
}
.shoplist_sp .nav .accordion li i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 1.5rem;
  color: #444;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shoplist_sp .nav .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.shoplist_sp .nav .accordion li.open .link {
  color: #e46296;
}
.shoplist_sp .nav .accordion li.open i {
  color: #e46296;
}
.shoplist_sp .nav .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shoplist_sp .nav .accordion li.default .submenu {
  display: block;
}
.shoplist_sp .nav .submenu {
  display: none;
  background: -moz-linear-gradient(top left, #666, #555);
  background: -webkit-linear-gradient(top left, #666, #555);
  background: linear-gradient(to bottom right, #666, #555);
  font-size: 0.8rem;
  font-weight: bold;
}
.shoplist_sp .nav .submenu li {
  border-bottom: 1px dotted #888;
}
.shoplist_sp .nav .submenu li i {
  display: block;
}
.shoplist_sp .nav .submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0px 8px 22px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.heaven-banner {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}
.heaven-banner img {
  max-width: 360px;
}
@media screen and (max-width: 599px) {
  .heaven-banner {
    padding: 0 0 10px;
  }
}
