@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=family=Noto+Sans+JP:wght@100;300;500;700&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333
}
body::before {
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h1 {
  height: 40px;
  line-height: 40px;
  background-color: #191919;
  color: #fff;
  text-align: center;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px #ddd solid;
}
/*===============================

フッター

================================*/
@media screen and (min-width: 1025px) {
  footer {
    text-align: center;
  }
  footer .copyright {
    padding: 20px 0px;
    font-weight: 600;
  }
  footer .copyright a {
    color: #000;
    text-decoration: none;
  }
  footer .copyright p {
    padding-bottom: 10px;
    color: #aaa;
    font-size: 0.8rem;
    font-weight: 200;
  }
  footer .copyright .hips {
    width: 150px;
    margin: auto;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
  footer .copyright .hips img {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    background: #fff;
    text-align: center;
  }
  footer .copyright {
    margin-top: -10px;
    padding: 15px 0px 40px 0px;
    font-weight: 600;
  }
  footer .copyright a {
    color: #000;
    font-size: 0.7rem;
    text-decoration: none;
  }
  footer .copyright p {
    padding-top: 10px;
    color: #aaa;
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
  footer .copyright .hips {
    width: 100px;
    margin: auto;
    padding-bottom: 5px;
    color: #000;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  footer .copyright .hips img {
    margin-bottom: -10px;
  }
  footer .sns {
    background: -moz-linear-gradient(top left, #222, #000);
    background: -webkit-linear-gradient(top left, #222, #000);
    background: linear-gradient(to bottom right, #222, #000);
  }
  footer .icon {
    padding: 10px;
  }
  footer .icon ul {
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    margin: auto;
  }
  footer .icon li {
    width: calc(100% / 1);
  }
  footer .icon li p {
    padding: 10px;
  }
  footer .logo-sub {
    padding-bottom: 20px;
    text-align: center;
  }
  footer .logo-sub img {
    width: 160px;
    margin: auto;
  }
  footer .logo-sub h2 {
    padding-top: 5px;
    color: #f29cbe;
    font-size: 0.6rem;
    font-weight: bold;
  }
}
/*===============================

パンくずリスト

================================*/
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 15px;
  }
  .breadcrumb ol {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 50px;
    font-size: 0.7rem;
    text-align: center;
  }
  .breadcrumb ol li {
    display: inline;
    list-style-type: none;
  }
  .breadcrumb ol li:before {
    content: " > ";
  }
  .breadcrumb ol li:first-child:before {
    content: "";
  }
  .breadcrumb li a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb span {
    color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 10px;
  }
  .breadcrumb ol {
    width: 340px;
    margin: 0px auto;
    padding-bottom: 10px;
    font-size: 0.7rem;
    text-align: center;
  }
  .breadcrumb ol li {
    display: inline;
    list-style-type: none;
  }
  .breadcrumb ol li:before {
    content: " > ";
  }
  .breadcrumb ol li:first-child:before {
    content: "";
  }
  .breadcrumb li a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb span {
    color: #000;
  }
}
/*===============================

グループ店舗一覧

================================*/
@media screen and (min-width: 1025px) {
  #global-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: -330px;
    z-index: 2;
    transition: left 0.2s ease-out;
    z-index: 110;
  }
  #global-nav.act {
    left: 0;
  }
  #global-nav #burger-ic {
    background-color: #f74472;
    cursor: pointer;
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    order: 2;
    transition: all 0.2s;
    transform-origin: 50% 50%;
  }
  #global-nav #burger-ic:hover {
    background-color: #000;
  }
  #global-nav #burger-ic span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: relative;
    left: 25px;
    top: 0;
    transition: all 0.2s ease;
  }
  #global-nav #burger-ic .top {
    transform: translateY(17px);
    transform-origin: center center;
  }
  #global-nav #burger-ic .middle {
    transform: translateY(24px);
  }
  #global-nav #burger-ic .bottom {
    transform: translateY(30px);
    transform-origin: center center;
  }
  #global-nav #burger-ic.act .middle {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 28px);
  }
  #global-nav #burger-ic.act .top {
    transform: rotate(-45deg) translate(-19px, 18px);
    transform-origin: center center;
  }
  #global-nav #burger-ic.act .bottom {
    transform: rotate(45deg) translate(15px, 15px);
    transform-origin: center center;
  }
  #global-nav #burger-ic .txt {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0;
    padding-top: 36px;
  }
  #global-nav nav {
    width: 270px;
    padding: 0 30px 50px;
    background-color: #f74472;
    order: 1;
  }
  #global-nav nav .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }
  #global-nav nav ul li {}
  #global-nav nav ul li:first-child {}
  #global-nav nav ul li a {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    padding: 0.65em 1em 0.65em 0.8rem;
    line-height: 2;
    transition: background-color 0.2s;
  }
  #global-nav nav ul li a:hover {
    background-color: #000;
    text-decoration: none;
  }
  #global-nav nav .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #global-nav nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #global-nav nav .accordion li:last-child .link {
    border-bottom: 0;
  }
  #global-nav nav .accordion li i {
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 1.1rem;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #global-nav nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
  }
  #global-nav nav .accordion li.open .link {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  #global-nav nav .accordion li.open i {
    color: #fff;
  }
  #global-nav nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #global-nav nav .accordion li.default .submenu {
    display: block;
  }
  #global-nav nav .submenu {
    display: none;
    font-size: 0.8rem;
    font-weight: bold;
  }
  #global-nav nav .submenu li {
    border-bottom: 1px dotted #fff;
  }
  #global-nav nav .submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 9px 0px 9px 14px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1024px) {
  #global-nav {
    background: #fff;
  }
  #global-nav h2 {
    clear: both;
    background: url(../img/h2.png) no-repeat 9px center, -webkit-gradient(linear, left top, left bottom, color-stop(1, #f74472), color-stop(0, #f74472));
    background: url(../img/h2.png) no-repeat 9px center, -webkit-linear-gradient(#f74472, #f74472);
    background: url(../img/h2.png) no-repeat 9px center, -moz-linear-gradient(#f74472, #f74472);
    background: url(../img/h2.png) no-repeat 9px center, -o-linear-gradient(#f74472, #f74472);
    background: url(../img/h2.png) no-repeat 9px center, -ms-linear-gradient(#f74472, #f74472);
    background: url(../img/h2.png) no-repeat 9px center, linear-gradient(#f74472, #f74472);
    font-size: 1.8rem;
    font-family: 'Babylonica', cursive;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: -20px;
    padding: 10px 0 8px 21px;
    position: relative;
    text-shadow: 1px 1px 0px #000;
    -moz-text-shadow: 1px 1px 0px #000;
    -webkit-text-shadow: 1px 1px 0px #000;
  }
  #global-nav h2 span {
    color: #ffd4e5;
    font-size: 0.9rem;
    text-align: right;
    letter-spacing: 1px;
    position: absolute;
    right: 9px;
    top: 22px;
  }
  #global-nav.act {
    left: 0;
  }
  #global-nav #burger-ic {
    background-color: #f74472;
    cursor: pointer;
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    order: 2;
    transition: all 0.2s;
    transform-origin: 50% 50%;
  }
  #global-nav #burger-ic:hover {
    background-color: #000;
  }
  #global-nav #burger-ic span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: relative;
    left: 25px;
    top: 0;
    transition: all 0.2s ease;
  }
  #global-nav #burger-ic .top {
    transform: translateY(17px);
    transform-origin: center center;
  }
  #global-nav #burger-ic .middle {
    transform: translateY(24px);
  }
  #global-nav #burger-ic .bottom {
    transform: translateY(30px);
    transform-origin: center center;
  }
  #global-nav #burger-ic.act .middle {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 28px);
  }
  #global-nav #burger-ic.act .top {
    transform: rotate(-45deg) translate(-19px, 18px);
    transform-origin: center center;
  }
  #global-nav #burger-ic.act .bottom {
    transform: rotate(45deg) translate(15px, 15px);
    transform-origin: center center;
  }
  #global-nav #burger-ic .txt {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0;
    padding-top: 36px;
  }
  #global-nav nav {
    order: 1;
  }
  #global-nav nav .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }
  #global-nav nav ul li {}
  #global-nav nav ul li:first-child {}
  #global-nav nav ul li a {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.65em 1em 0.65em 0.8rem;
    line-height: 2;
    transition: background-color 0.2s;
  }
  #global-nav nav ul li a:hover {
    background-color: #000;
    text-decoration: none;
  }
  #global-nav nav .accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0px;
    padding-bottom: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #global-nav nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #444;
    font-size: 14px;
    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;
  }
  #global-nav nav .accordion li:last-child .link {
    border-bottom: 0;
  }
  #global-nav nav .accordion li i {
    position: absolute;
    top: 14px;
    left: 12px;
    font-size: 1.1rem;
    color: #444;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #global-nav nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
  }
  #global-nav nav .accordion li.open .link {
    color: #f74472;
  }
  #global-nav nav .accordion li.open i {
    color: #f74472;
  }
  #global-nav nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #global-nav nav .accordion li.default .submenu {
    display: block;
  }
  #global-nav 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;
  }
  #global-nav nav .submenu li {
    border-bottom: 1px dotted #888;
  }
  #global-nav nav .submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 8px 0px 8px 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
/*

グループ店舗一覧(PCフッター)
================================*/
.shoplist {
  padding: 80px 0px;
  background: #000;
  color: #fff;
}
.shoplist ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
.shoplist li {
  width: calc(100% / 2);
}
.shoplist dl {
  display: flex;
  width: auto;
  margin: auto;
	padding: 0px 30px
}
.shoplist dl p{
	display: block;
	line-height: 2
		
}
.shoplist dt {
  width: calc(100% / 2);
}


	.shop_ttl{
		margin-bottom: -4px;
		padding: 15px 0 0 15px;
	}

	.shop_ttl h4{
	margin-top: 10px;
padding: 0.25em  0.4em;
		color: #fff;
		font-size: 16px;
  background: transparent;
  border-left: solid 5px #fff;
}
.shoplist .icon {
  padding-top: 10px;
}
.shoplist .icon ul {
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  margin: auto;
  padding-bottom: 25px;
}
.shoplist .icon li {
  width: calc(100% / 1);
}
.shoplist .icon li p {
  padding: 10px 0;
}
	.shoplist h4{
		display: block;
	margin-top: 10px;
padding: 0.25em 0.5em;
  background: transparent;
		color: #fff;
  border-left: solid 5px #fff;
}
.deeps-group {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 140px;
  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;
}
.deeps-group .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: 0.9rem;
  font-weight: 600;
  color: black;
  
    background-image: url("../img/shoplist_bg.jpg");
    background-size: 100% auto;
}
.deeps-group .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #aaa;
}
.deeps-group a {
  color: #fff;
  text-decoration: none;
}
.deeps-group p {
  padding: 7px 0px;
  font-size: 0.8rem;
  font-weight: 600;
}
.deeps-group p i {
  color: #aaa
}


.bokurano-group {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 140px;
  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;
}
.bokurano-group .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: 0.9rem;
  font-weight: 600;
  color: black;
  
    background-image: url("../img/shoplist_bg.jpg");
    background-size: 100% auto;
}
.bokurano-group .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #aaa;
}
.bokurano-group a {
  color: #fff;
  text-decoration: none;
}
.bokurano-group p {
  padding: 7px 0px;
  font-size: 0.8rem;
  font-weight: 600;
}
.bokurano-group p i {
  color: #aaa
}



.hips-group {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 150px;
  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;
}
.hips-group .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: 0.9rem;
  font-weight: 600;
  color: black;
  
    background-image: url("../img/shoplist_bg.jpg");
    background-size: 100% auto;
}
.hips-group .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #aaa;
}
.hips-group a {
  color: #fff;
  text-decoration: none;
}
.hips-group p {
  padding: 7px 0px;
  font-size: 0.8rem;
  font-weight: 600;
}
.hips-group p i {
  color: #aaa
}
.saitama {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  height: 385px;
  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: 0.9rem;
  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: 0.8rem;
  font-weight: 600;
}
.saitama p i {
  color: #e4007f;
}
.chiba {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  height: 385px;
  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: 0.9rem;
  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: 0.8rem;
  font-weight: 600;
}
.chiba p i {
  color: #b67900;
}
.tokyo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  height: 385px;
  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: 0.9rem;
  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: 0.8rem;
  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: 0.9rem;
  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: 0.8rem;
  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: 0.9rem;
  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: 0.8rem;
  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: 0.9rem;
  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: 0.8rem;
  font-weight: 600;
}
.tochigi p i {
  color: #2536b7;
}
.recruit {
  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;
}
.recruit .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: 0.9rem;
  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);
}
.recruit .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.recruit a {
  color: #fff;
  text-decoration: none;
}
.recruit p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.recruit p i {
  color: #e4007f;
}
/*===============================

メニュー項目

================================*/
.is-fixed .nav-contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.nav-contents-sub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.contents {
  position: relative;
  background: #000;
}
.contents ul {
  width: 1200px;
  height: 80px;
  margin: auto;
  display: flex;
}
.contents li {
  width: calc(100% / 10);
  padding-top: 16px;
  margin-left: -1px;
  border-right: 1px #333 dotted;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(0.03deg);
  text-align: center;
  line-height: 1;
}
.contents li:last-child {
  width: calc(100% / 10);
  padding-top: 16px;
  margin-left: -1px;
  border-right: 0px #333 dotted;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(0.03deg);
  text-align: center;
  line-height: 1;
}
.contents li a {
  display: block;
  height: 62px;
  color: #fff;
  font-size: 0.7rem;
  text-decoration: none;
}
.contents li a:after {
  content: "";
  width: 0;
  margin-top: 10px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ef017c;
  display: block;
}
.contents li a:hover:after {
  width: 100%;
  border-bottom: 1px solid #ef017c;
}
.contents li em {
  font-family: "Poiret One", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contents li span {
  color: #ef017c;
}
.contents .nav-rec {
  position: absolute;
  width: 80px;
  height: 80px;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
  top: 0;
  right: 0;
  text-align: center;
}
.contents .nav-rec img {
  width: 25px;
  margin: auto;
  margin-bottom: 5px;
}
.contents .nav-rec a {
  display: block;
  height: 80px;
  color: #fff;
  text-decoration: none;
}
.contents .nav-rec p {
  padding-top: 20px;
  color: #fff;
  font-size: 0.7rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(0.03deg);
}
.contents .nav-staff {
  position: absolute;
  width: 80px;
  height: 80px;
  background: -moz-linear-gradient(top left, #57d8ff, #00c4ff);
  background: -webkit-linear-gradient(top left, #57d8ff, #00c4ff);
  background: linear-gradient(to bottom right, #57d8ff, #00c4ff);
  top: 0;
  right: 80px;
  text-align: center;
}
.contents .nav-staff img {
  width: 25px;
  margin: auto;
  margin-bottom: 5px;
}
.contents .nav-staff a {
  display: block;
  height: 80px;
  color: #fff;
  text-decoration: none;
}
.contents .nav-staff p {
  padding-top: 20px;
  color: #fff;
  font-size: 0.7rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(0.03deg);
}
.contents .nav-mailmagazine {
  position: absolute;
  width: 80px;
  height: 80px;
  background: -moz-linear-gradient(top left, #aaa, #888);
  background: -webkit-linear-gradient(top left, #aaa, #888);
  background: linear-gradient(to bottom right, #aaa, #888);
  top: 0;
  right: 160px;
  text-align: center;
}
.contents .nav-mailmagazine img {
  width: 25px;
  margin: auto;
  margin-bottom: 5px;
}
.contents .nav-mailmagazine a {
  display: block;
  height: 80px;
  color: #fff;
  text-decoration: none;
}
.contents .nav-mailmagazine p {
  padding-top: 20px;
  color: #fff;
  font-size: 0.7rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(0.03deg);
}
.contents-sub {
  background: #fff;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
}
.contents-sub ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  padding: 10px 0px;
}
.contents-sub li.scroll {
  width: 600px;
}
.contents-sub li.scroll .scroll-text {
  border: 1px solid #ddd;
  color: #000;
  font-size: 0.8rem;
}
.contents-sub li.scroll .scroll-text p {
  padding: 5px 0px 4px 0px;
  font-weight: 600;
  line-height: 1.2;
}
.contents-sub li.time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 400px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
}
.contents-sub li.tel {
  width: 200px;
  padding-top: 4px;
  color: #000;
  font-size: 1.1rem;
  text-align: right;
}
.contents-sub li.tel .number {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.contents-sub a {
  color: #000;
  text-decoration: none;
}
/*
スマホヘッダーメニュー
================================*/
.sp-h-contents {
  width: 100%;
  background: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  box-shadow: 0 2px 5px rgba(160, 160, 160, 0.5);
}
.sp-h-contents ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #ddd solid;
}
.sp-h-contents li {
  width: calc(100% / 5);
  margin-left: -1px;
  padding: 10px 0px;
  border-right: 1px #ddd solid;
  text-align: center;
}
.sp-h-contents li:last-child {
  margin-left: -1px;
  padding: 10px 0px;
  border-right: 0px #ddd solid;
  text-align: center;
}
.sp-h-contents li a {
  color: #000;
  text-decoration: none;
}
.sp-h-contents li img {
  width: 25%;
  margin: auto;
}
.sp-h-contents li:last-child img {
  width: 50%;
  margin: auto;
}
.sp-h-contents li p {
  padding-top: 5px;
  font-size: 0.6rem;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  transform: rotate(0.03deg);
}
.sp-chousei {
  height: 52px;
  background: #fff;
}
.sp-open {
  background: #ec6b9c;
}
.sp-open p {
  padding: 12px 0 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.sp-scroll {
  background: #aaa;
}
.sp-scroll p {
  padding: 6px 0px 2px 0px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
}
.sp-tel {
  position: fixed;
  bottom: 35px;
  right: 5px;
  z-index: 1000000;
}
.sp-tel img {
  width: 50px;
}
/*
スマホフッターメニュー
================================*/
.sp-f-contents {
  padding-bottom: 10px;
  background: #fff;
}
.sp-f-contents h2 {
  clear: both;
  background: url(../img/h2.png) no-repeat 9px center, -webkit-gradient(linear, left top, left bottom, color-stop(1, #f74472), color-stop(0, #f74472));
  background: url(../img/h2.png) no-repeat 9px center, -webkit-linear-gradient(#f74472, #f74472);
  background: url(../img/h2.png) no-repeat 9px center, -moz-linear-gradient(#f74472, #f74472);
  background: url(../img/h2.png) no-repeat 9px center, -o-linear-gradient(#f74472, #f74472);
  background: url(../img/h2.png) no-repeat 9px center, -ms-linear-gradient(#f74472, #f74472);
  background: url(../img/h2.png) no-repeat 9px center, linear-gradient(#f74472, #f74472);
  font-size: 1.8rem;
  font-family: "Pinyon Script", cursive;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 10px 0 8px 21px;
  position: relative;
  text-shadow: 1px 1px 0px #000;
  -moz-text-shadow: 1px 1px 0px #000;
  -webkit-text-shadow: 1px 1px 0px #000;
}
.sp-f-contents h2 span {
  color: #ffd4e5;
  font-size: 0.9rem;
  text-align: right;
  letter-spacing: 1px;
  position: absolute;
  right: 9px;
  top: 22px;
}
.sp-f-contents ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px #ddd dotted;
}
.sp-f-contents ul:last-child {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #ddd dotted;
}
.sp-f-contents li {
  width: calc(100% / 4);
  border-right: 1px #ddd dotted;
  box-sizing: border-box;
  background: #fff;
}
.sp-f-contents li:last-child {
  width: calc(100% / 4);
  border-right: 0px #ddd dotted;
  box-sizing: border-box;
  background: #fff;
}
.sp-f-contents li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.sp-f-contents li p {
  padding: 10px 0px;
  font-size: 1rem;
}
.sp-f-contents li span {
  font-size: 0.9rem;
  font-weight: bold;
}
.sp-f-contents li.sub {
  background: -moz-linear-gradient(top left, #fff, #fff1f7);
  background: -webkit-linear-gradient(top left, #fff, #fff1f7);
  background: linear-gradient(to bottom right, #fff, #fff1f7);
}
.header-recruit {
  position: relative;
  margin-bottom: -3px;
}
.header-recruit .link-frame {
  position: absolute;
  top: 0;
  left: 0;
}
/*===============================

リンク集

================================*/
@media screen and (min-width: 1025px) {
  .sougolink {
    padding-top: 175px;
  }
  .sougolink h2 {
    width: 320px;
    margin: auto;
    padding-top: 20px;
    color: #f29cbe;
    font-size: 3.5rem;
    font-family: "Pinyon Script", cursive;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    border-bottom: solid 1px #000;
    position: relative;
  }
  .sougolink h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #f29cbe;
    bottom: -1px;
    width: 10%;
  }
  .sougolink h3 {
    width: 320px;
    margin: auto;
    margin-top: 0px;
    padding: 10px 0px;
    font-size: 1rem;
    font-family: "Sawarabi Mincho";
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    letter-spacing: 0.3em;
    text-align: center;
    text-indent: 0.3em;
    transform: rotate(0.03deg);
  }
  .sougolink span {
    color: #000;
  }
  .sougolink .box {
    width: 75%;
    margin: auto;
    padding-bottom: 60px;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 2;
  }
  .sougolink .title {
    background: #fff3f3;
    margin: 50px 0 30px;
    padding: 15px 0px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .sougolink img {
    width: auto;
    float: left;
  }
  .link-banner {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .sougolink {
    padding: 16px 0px 25px 0px;
  }
  .sougolink h2 {
    width: 320px;
    margin: auto;
    padding-top: 20px;
    color: #f29cbe;
    font-size: 3rem;
    font-family: "Pinyon Script", cursive;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    border-bottom: solid 1px #000;
    position: relative;
  }
  .sougolink h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #f29cbe;
    bottom: -1px;
    width: 10%;
  }
  .sougolink h3 {
    width: 320px;
    margin: auto;
    margin-top: 0px;
    padding: 10px 0px;
    font-size: 1rem;
    font-family: "Sawarabi Mincho";
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    letter-spacing: 0.3em;
    text-align: center;
    text-indent: 0.3em;
    transform: rotate(0.03deg);
  }
  .sougolink span {
    color: #000;
  }
  .sougolink .box {
    margin: auto;
    padding-bottom: 30px;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .sougolink .title {
    background: #fff3f3;
    margin-bottom: 30px;
    padding: 10px 0px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .sougolink img {
    width: auto;
    float: left;
  }
}
/*===============================

認証ページ

================================*/
@media screen and (min-width: 1025px) {
  .index {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  .index h1 {
    padding: 0px 0 30px 0px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
  }
  .index h2 {
    color: #ffe1f2;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
  }
  .index h3 {
    padding-bottom: 30px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
    line-height: 2;
  }
  .index .background {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .index_container {
    width: 30%;
    margin-left: auto;
    padding: 0.5% 3% 0;
  }
  .index_logosub {
    width: 80%;
    margin: auto;
  }
  .index_logo {
    width: 90%;
    margin: auto;
    padding: 30px 0 0;
  }
  .index_text {
    width: 50%;
    margin: auto;
    padding: 10px 0 0
  }
  .index_enter {
    display: block;
    width: 60%;
    margin: auto;
    padding: 10px 0 0
  }
  .index_exit {
    display: block;
    width: 75%;
    margin: auto;
    padding: 30px 0 0
  }
  .index_town {
    display: block;
    width: 50%;
    margin: auto;
    padding: 10px 0 0
  }
  .index-banner {
    padding: 50px 0px;
  }
  .index-banner h3 {
    padding-bottom: 20px;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.3;
  }
  .index-banner h4 {
    font-size: 0.7em;
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
  }
  .index-linkbanner-l ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .index-linkbanner-l li {
    min-height: 68px;
  }
  .index-linkbanner-l img {
    width: auto;
    float: left;
  }
  .index-banner img {
    width: auto;
    margin: auto;
    padding: 5px 0px;
  }
  .index-etc {
    padding: 50px 0 0;
    background-image: url("../img/index-bg.jpg");
    background-size: 25% auto;
  }
  .index-linkbanner img {
    width: auto;
    float: left;
  }
  .index-rec {
    width: 956px;
    margin: auto;
    padding-top: 15px;
  }
  .index-rec ul {
    display: flex;
    flex-wrap: wrap;
  }
  .index-rec li {
    width: 50%;
  }
  .index-rec li img {
    width: 468px;
  }
  .index-rec li p {
    padding: 5px;
  }
  .safe {
    width: 620px;
    margin: auto;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .index {
    display: none
  }
  .index .background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .index .background img {
    background-size: cover;
  }
  .index .mask {
    height: 100%;
  }
  .index h1 {
    padding: 20px 0 10px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
    z-index: 10;
  }
  .index h2 {
    color: #ffe1f2;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
    line-height: 1.6;
    z-index: 10;
  }
  .index h3 {
    padding: 10px 0 0;
    color: #fff;
    font-size: 0.75em;
    font-weight: normal;
    text-shadow: #222 2px 0px 2px, #222 -2px 0px 2px, #222 0px -2px 2px, #222 -2px 0px 2px, #222 2px 2px 2px, #222 -2px 2px 2px, #222 2px -2px 2px, #222 -2px -2px 2px, #222 1px 2px 2px, #222 -1px 2px 2px, #222 1px -2px 2px, #222 -1px -2px 2px, #222 2px 1px 2px, #222 -2px 1px 2px, #222 2px -1px 2px, #222 -2px -1px 2px, #222 1px 1px 2px, #222 -1px 1px 2px, #222 1px -1px 2px, #222 -1px -1px 2px;
    text-align: center;
    line-height: 2;
    z-index: 10;
  }
  .index .logo {
    width: 300px;
    margin: auto;
    padding: 20px 0 10px 0;
    z-index: 10;
  }
  .index-sp h1 {
    display: block;
    padding: 5px 0;
    background: #ef017c;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
  }
  .index-sp h2 {
    display: block;
    padding: 5px 0;
    background: #ffcbdc;
    font-size: 0.7rem;
    text-align: center;
  }
  .index .index-type {
    padding-bottom: 20px;
  }
  .index-enter {
    width: 80%;
    margin: auto;
  }
  .index-exit {
    padding: 5px;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    text-align: center
  }
  .index-exit a {
    color: #000;
  }
  .index-etc {
    width: auto;
    padding: 10px;
    ;
    background-image: url("../img/index-bg.jpg");
    background-size: 100% auto;
  }
  .index-town {
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
  }
  .safe {
    padding-top: 10px;
  }
  .index-banner {
    padding: 25px 10px;
  }
  .index-banner h3 {
    font-size: 0.7em;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
  }
  .index-banner h4 {
    font-size: 0.7em;
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
  }
  .index-banner img {
    width: 85%;
    margin: auto;
    padding: 5px 0px;
  }
  .index-linkbanner-l ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 50px;
  }
  .index-linkbanner-l li {
    min-height: 68px;
  }
  .index-linkbanner-l img {
    width: auto;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5px;
  }
  .newshop {
    width: 100%;
    margin: auto;
    background: #fff;
  }
  .newshop a {
    display: block;
    padding-bottom: 10px;
  }
}
/*===============================

お問い合わせ

================================*/
.contact {
  padding: 50px 0px 90px 0px;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
}
.contact h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.contact ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.contact li {
  width: calc(100% / 2);
}
.contact li .detail {
  position: relative;
  height: 200px;
  margin: 0px 20px;
  padding: 35px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
.contact li .detail a {
  text-decoration: none;
}
.contact li .detail .title {
  padding-bottom: 10px;
  color: #c7af69;
  font-size: 1.4rem;
  font-weight: 600;
}
.contact li .detail .loading-panel-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 70px;
}
.contact li .detail .loading-panel {
  width: 200px;
  height: 80px;
  margin: auto;
  padding: 0px 30px;
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
  /* IE6-9 */
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  animation: 2s bounce ease infinite;
}
.contact li .detail .loading-panel span {
  display: table-cell;
  vertical-align: middle;
}
.contact li .detail .loading-panel h3 {
  width: 205px;
  margin: auto;
  padding-top: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -2px 0;
}
.contact li .detail .loading-panel h4 {
  margin-top: -10px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -2px 0;
}
.contact li .detail .shadow {
  position: absolute;
  width: 175px;
  height: 20px;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #464646;
  opacity: 0.2;
  transform-origin: -50% -50%;
  animation: 2s pulsate ease infinite;
  z-index: -1;
}
.contact a {
  color: #fff;
  text-decoration: none;
}
@keyframes bounce {
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
/*===============================

テキストリンク

================================*/
.text-link {
  background: #eee;
  padding: 30px 0px;
}
.text-link ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
.text-link li {
  width: calc(100% / 11);
  margin-left: -1px;
  border-right: 1px dotted #666;
}
.text-link li:last-child {
  border-right: 0px dotted #666;
}
.text-link li p {
  font-size: 0.8rem;
  text-align: center;
}
.text-link li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .swiper-inner {
    width: 640px;
    margin: auto;
    padding-top: 50px;
  }
  .swiper-inner img {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-inner {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
  .swiper-inner img {
    width: 100%;
  }
}

/*===============================

画像アニメーション

================================*/
.purun {
  -webkit-animation: purun 0.8s linear 0s 1;
  animation: purun 0.8s linear 0s 1;
}
@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.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: 10px 0 0;
  }
}


