@charset "UTF-8";
/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*----------------------------------------------------
  ショップ詳細
----------------------------------------------------*/
.home .contents p.ttl {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 40px;
}
.home .contents .shopInformation {
  min-height: 1px;
  border: 5px solid #9fd9f6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 35px;
  margin: 0 0 80px;
}
.home .contents .shopInformation:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .shopInformation h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #005bac;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
}
.home .contents .shopInformation ul.facility {
  text-align: center;
  margin: 0 0 16px;
}
.home .contents .shopInformation ul.facility li {
  display: inline-block;
  padding: 0 4px;
}
.home .contents .shopInformation ul.facility li img {
  height: 24px;
}
.home .contents .shopInformation p.button {
  text-align: center;
  margin: 0 0 16px;
}
.home .contents .shopInformation p.button a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.home .contents .shopInformation p.button a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .home .contents .shopInformation p.button a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home .contents .shopInformation p.button a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .home .contents .shopInformation p.button a:before {
    margin: -12px 0 0;
  }
  .home .contents .shopInformation p.button a br {
    display: inline-block;
  }
}
.home .contents .shopInformation p.extra_time {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fdf5e0;
  color: #e60012;
  text-align: center;
  padding: 18px 0px;
  margin: 0 0 16px;
  line-height: 1.6;
}
.home .contents .shopInformation p.extra_time span {
  border: 1px solid #e60012;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 4px 10px;
  line-height: 1;
  display: inline-block;
}
.home .contents .shopInformation p.extra_time a {
  color: #e60012;
}
.home .contents .shopInformation .feature {
  min-height: 1px;
  margin: 0 0 16px;
}
.home .contents .shopInformation .feature:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .shopInformation .feature span {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.home .contents .shopInformation .feature span em {
  background-color: #eaf6fd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 12px;
}
.home .contents .shopInformation .feature p {
  display: table-cell;
  padding: 0 0 0 1em;
  vertical-align: middle;
  line-height: 24px;
}
.home .contents .shopInformation ul.detail {
  float: left;
  width: 390px;
}
.home .contents .shopInformation ul.detail li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 0;
}
.home .contents .shopInformation ul.detail li i {
  display: inline-block;
  width: 40px;
  height: 28px;
  vertical-align: middle;
}
.home .contents .shopInformation ul.detail li i.i1 {
  background: url(../images/shop/shop_ico_open.png) center center no-repeat;
}
.home .contents .shopInformation ul.detail li i.i2 {
  background: url(../images/shop/shop_ico_tel.png) center center no-repeat;
}
.home .contents .shopInformation ul.detail li i.i3 {
  background: url(../images/shop/shop_ico_holiday.png) center center no-repeat;
}
.home .contents .shopInformation ul.detail li i.i4 {
  background: url(../images/shop/shop_ico_address.png) center center no-repeat;
}
.home .contents .shopInformation ul.detail li i.i5 {
  background: url(../images/shop/shop_ico_train.png) center center no-repeat;
}
.home .contents .shopInformation ul.detail li p {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  line-height: 1.4;
  margin-left: 10px;
}
.home .contents .shopInformation ul.detail li p em {
  display: inline-block;
  float: right;
  color: #aaa;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0 0;
}
.home .contents .shopInformation ul.detail li p em:hover {
  text-decoration: none;
}
.home .contents .shopInformation ul.detail li p em:before {
  content: '▶︎';
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.home .contents .shopInformation ul.detail li.attention {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 1.5em;
  line-height: 1.4;
}
.home .contents .shopInformation ul.detail li.attention-text {
  border: none;
}
.home .contents .shopInformation #main-gallery {
  width: 470px;
  float: right;
  margin-top: 10px;
}
.home .contents .shopInformation #main-gallery .gallery-cell {
  border-radius: 8px;
  overflow: hidden;
  height: 285px;
  counter-increment: gallery-cell;
}
.home .contents .shopInformation #main-gallery .flickity-page-dots .dot.is-selected {
  background: #005bac;
}
.home .contents .shopInformation #gmap {
  width: 470px;
  height: 300px;
  float: right;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.home .contents #accessmap {
  display: none;
  border: 5px solid #005bac;
  border-radius: 10px;
  position: fixed;
  width: 840px;
  height: 560px;
  z-index: 101;
  overflow: hidden;
}
.home .contents #accessmap #gmap {
  width: 100%;
  height: 560px;
}
.home .contents #whiteOut {
  display: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.home .contents .sapporo_info {
  text-align: center;
  margin: 0 0 64px;
}
.home .contents .postArea {
  min-height: 1px;
  padding: 0 0 80px;
}
.home .contents .postArea:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .postArea h2 {
  text-align: center;
  border: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 0;
}
.home .contents .postArea h2 span {
  display: inline-block;
}
.home .contents .postArea h2 span em {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #005bac;
}
.home .contents .postArea h2 span em:after, .home .contents .postArea h2 span em:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
  background-clip: padding;
}
.home .contents .postArea h2 span em:after {
  border-left: 0.2em solid transparent;
}
.home .contents .postArea h2 span em:before {
  border-right: 0.2em solid transparent;
}
.home .contents .postArea .newsArea {
  float: left;
  width: 230px;
}
.home .contents .postArea .newsArea p.banner {
  margin: 0;
}
.home .contents .postArea .newsArea p.banner img {
  width: 100%;
  margin: 0 0 6px;
  border: 1px solid #ccc;
}
.home .contents .postArea .newsArea p.banner span {
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.home .contents .postArea .newsArea ul.post_true {
  border-top: 1px solid #ccc;
  padding: 24px 0 0;
}
.home .contents .postArea .newsArea ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  padding: 0 0 18px;
  margin: 0 0 18px;
}
.home .contents .postArea .newsArea ul li span {
  padding: 0px 0px 8px;
  display: inline-block;
  font-weight: bold;
}
.home .contents .postArea .eventsArea {
  float: right;
  width: 702px;
}
.home .contents .postArea .eventsArea p.type {
  background-color: #eaf6fd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 12px;
  margin: 0 auto 18px;
  width: 662px;
}
.home .contents .postArea .eventsArea .events-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  width: 702px;
}
.home .contents .postArea .eventsArea .events-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .postArea .eventsArea .events-wrap div {
  width: 220px;
  float: left;
  margin: 0 7px 14px;
}
.home .contents .postArea .eventsArea .events-wrap div a {
  text-decoration: none;
  display: block;
}
.home .contents .postArea .eventsArea .events-wrap div p.image {
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 16px;
}
.home .contents .postArea .eventsArea .events-wrap div p.image.photo img {
  position: absolute;
  min-width: 220px;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.home .contents .postArea .eventsArea .events-wrap div p.image.noPhoto {
  box-shadow: 0 0 0 3px #ddd inset;
}
.home .contents .postArea .eventsArea .events-wrap div p.image.noPhoto img {
  width: 68px;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  top: 50%;
  margin-top: -50px;
}

.home .contents .postArea .eventsArea .events-wrap div p.date {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 8px;
}
.home .contents .postArea .eventsArea .events-wrap div p.date span {
  background-color: #005bac;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 2px 12px;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}
.home .contents .postArea .eventsArea .events-wrap div p.title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.home .contents .blog {
  border-top: 2px solid #ccc;
  margin-top: 40px;
  padding: 60px 0 0;
  min-height: 1px;
}
.home .contents .blog:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .blog h2 {
  text-align: center;
  border: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 0;
}
.home .contents .blog h2 span {
  display: inline-block;
}
.home .contents .blog h2 span em {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #005bac;
}
.home .contents .blog h2 span em:after, .home .contents .blog h2 span em:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
  background-clip: padding;
}
.home .contents .blog h2 span em:after {
  border-left: 0.2em solid transparent;
}
.home .contents .blog h2 span em:before {
  border-right: 0.2em solid transparent;
}
.home .contents .blog .content-wrap {
  min-height: 1px;
  margin: 0 0 48px;
}
.home .contents .blog .content-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .contents .blog .content-wrap div {

  float: left;
  width: 310px;

  margin-right: 25px;
}
.home .contents .blog .content-wrap div:last-child {
  margin: 0;
}
.home .contents .blog .content-wrap div a {
  text-decoration: none;
}
.home .contents .blog .content-wrap div p.image {
  width: 310px;
  height: 310px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 16px;
}
.home .contents .blog .content-wrap div p.image img {
  position: absolute;
  min-width: 310px;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.home .contents .blog .content-wrap div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.home .contents .blog .content-wrap div p.blog-title_box {
  height: 80px;
}
.home .contents .blog p.more {
  text-align: center;
}
.home .contents .blog p.more a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.home .contents .blog p.more a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .home .contents .blog p.more a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home .contents .blog p.more a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .home .contents .blog p.more a:before {
    margin: -12px 0 0;
  }
  .home .contents .blog p.more a br {
    display: inline-block;
  }
}

/* トット・ガーデン */
.home .tot-garden .contents .shopInformation {
  border: 5px solid #e1eed8;
}
.home .tot-garden .contents .shopInformation h1 {
  color: #00a73c;
}

/*----------------------------------------------------
  ショップリスト
----------------------------------------------------*/
.shop {
  background-image: url(../images/shop/bg.jpg);
}
.shop-list-page_wrap .titleArea {
  height: 310px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(37, 37, 37, 0.75);
  font-weight: bold;
}
.shop-list-page_wrap .titleArea h1 {
  width: 1280px;
  font-size: 50px;
  font-size: 5rem;
  padding: 215px 0 0;
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.shop-list-page_wrap .inner .contents .title {
  color: #fff;
  height: 180px;
  text-shadow: 0px 0px 6px rgba(37, 37, 37, 0.75);
  text-align: center;
  font-weight: bold;
  margin: 0px 0px 74px;
}
.shop-list-page_wrap .inner .contents .title h2 {
  font-size: 36px;
  font-size: 3.6rem;
  padding: 58px 0 25px;
}
.shop-list-page_wrap .inner .contents .title p {
  font-size: 15px;
  font-size: 1.5rem;
}
.shop-list-page_wrap .inner .contents h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #005bac;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-list-page_wrap .inner .contents h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
    line-height: 1.4;
  }
}
.shop-list-page_wrap .inner .contents .shoplist {
  border-top: 1px solid #ddd;
  padding: 70px 0 0;
  min-height: 1px;
  margin: 70px 0px 0px;
}
.shop-list-page_wrap .inner .contents .shoplist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shop-list-page_wrap .inner .contents .shoplist div.left {
  float: left;
  width: 480px;
}
.shop-list-page_wrap .inner .contents .shoplist div.right {
  float: right;
  width: 480px;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl {
  padding: 150px 0 30px;
  margin: -150px 0 30px;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dt {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 18px;
  line-height: 2;
  margin: 0 0 10px;
  font-weight: bold;
}
.shop-list-page_wrap .inner .contents .shoplist dl.hokkaido dt {
  background-color: #eaf6fd;
}
.shop-list-page_wrap .inner .contents .shoplist dl.kanto dt {
  background-color: #fdede4;
}
.shop-list-page_wrap .inner .contents .shoplist dl.hokuriku dt {
  background-color: #fadce9;
}
.shop-list-page_wrap .inner .contents .shoplist dl.tokai dt {
  background-color: #feecd2;
}
.shop-list-page_wrap .inner .contents .shoplist dl.kansai dt {
  background-color: #d5ead8;
}
.shop-list-page_wrap .inner .contents .shoplist dl.chugoku dt {
  background-color: #e7d5e8;
}
.shop-list-page_wrap .inner .contents .shoplist dl.kyushu dt {
  background-color: #d4ecea;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd {
  min-height: 1px;
  margin: 0 0 16px;
  padding: 0 10px;
  font-weight: bold;
  display: block;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd ul {
  display: inline-block;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd ul li {
  display: inline-block;
  margin: 0 0 0 2px;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd ul li img {
  vertical-align: middle;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  padding: 0 20px 0 0;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a.nolink {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: text;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd.pref {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 15px;
  margin-bottom: 30px;
}
.shop-list-page_wrap .inner .section2 .contents .shoplist dl dd:last-child {
  margin-bottom: 20px;
}
.shop-list-page_wrap .inner .contents .facility p {
  text-align: center;
  margin: 0px 0px 48px;
}
.shop-list-page_wrap .inner .contents .facility ul {
  margin: 0px 0px 30px;
}
.shop-list-page_wrap .inner .contents .facility ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 40px 0 0;
  width: 205px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
}
.shop-list-page_wrap .inner .contents .facility ul li:last-child {
  padding: 0;
}
.shop-list-page_wrap .inner .contents .facility ul li span {
  padding: 0 0 0 4px;
  display: inline-block;
  font-weight: bold;
  width: 160px;
}
.shop-list-page_wrap .inner .contents .facility ul li em {
  color: #888;
  display: block;
  padding: 4px 0 0 40px;
}
.shop-list-page_wrap .inner .contents .facility ul li i {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0;
  width: 37px;
  height: 36px;
  background-repeat: no-repeat;
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon01 {
  background-image: url(../images/shop/shop_ico01.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon02 {
  background-image: url(../images/shop/shop_ico02.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon03 {
  background-image: url(../images/shop/shop_ico03.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon04 {
  background-image: url(../images/shop/shop_ico04.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon05 {
  background-image: url(../images/shop/shop_ico05.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon06 {
  background-image: url(../images/shop/shop_ico06.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon07 {
  background-image: url(../images/shop/shop_ico07.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon08 {
  background-image: url(../images/shop/shop_ico08.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon09 {
  background-image: url(../images/shop/kid_ico01.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon10 {
  background-image: url(../images/shop/kid_ico02.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon11 {
  background-image: url(../images/shop/kid_ico03.png);
}
.shop-list-page_wrap .inner .contents .facility ul li i.icon12 {
  background-image: url(../images/shop/kid_ico04.png);
}
.shop-list-page_wrap .inner .contents .section1 {
  padding: 0;
}
.shop-list-page_wrap .inner .contents .section1__title {
  background: url(../images/shop/shop_ttl_bg01.jpg) no-repeat;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol {
  min-height: 1px;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li {
  width: 300px;
  float: left;
  margin: 0 40px 0 0;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li:first-child p {
  background-image: url(../images/shop/shop_img01.jpg);
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li:nth-child(2) span strong span {
  font-size: 18px;
  font-size: 1.8rem;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li:nth-child(2) p {
  background-image: url(../images/shop/shop_img02.jpg);
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li:last-child {
  margin: 0;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li:last-child p {
  background-image: url(../images/shop/shop_img03.jpg);
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li span {
  min-height: 1px;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li span:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li span em {
  background-color: #005bac;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  padding: 13px 0 0;
  width: 64px;
  height: 51px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  float: left;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li span strong {
  float: right;
  width: 225px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
}
.shop-list-page_wrap .inner .contents .section1 .feature ol li p {
  line-height: 20px;
  padding: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: 0 20px;
  padding: 240px 0 0;
}
.shop-list-page_wrap .inner .contents .section2 {
  border-top: 1px solid #ddd;
}
.shop-list-page_wrap .inner .contents .section2__title {
  background: url(../images/shop/kid_ttl_bg.jpg) no-repeat;
}
.shop-list-page_wrap .inner .contents .section2 ul.other {
  min-height: 1px;
}
.shop-list-page_wrap .inner .contents .section2 ul.other:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li {
  width: 300px;
  float: left;
  margin: 0 40px 0 0;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li a {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 268px 0 0;
  display: block;
  width: 100%;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li a span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 6px 0;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li a em {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #ddd;
  padding: 6px 0 0;
  display: inline-block;
  width: 100%;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li.other1 a {
  background: url(../images/shop/other_img01.jpg) left top no-repeat;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li.other2 a {
  background: url(../images/shop/other_img02.jpg) left top no-repeat;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li.other3 {
  margin: 0;
}
.shop-list-page_wrap .inner .contents .section2 ul.other li.other3 a {
  background: url(../images/shop/other_img03.jpg) left top no-repeat;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist {
  border: none;
  padding: 0px;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a {
  width: 330px;
}
.shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a br {
  display: none;
}
.shop-list-page_wrap .inner .contents .section3 {
  border-top: 1px solid #ddd;
}
.shop-list-page_wrap .inner .contents .section3 ul {
  text-align: center;
}
.shop-list-page_wrap .inner .contents .section3 ul li {
  display: inline-block;
  margin: 0 20px 20px;
}
.shop-list-page_wrap .inner .contents .section3 ul li a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
  width: 290px;
  font-size: 18px;
  font-size: 1.8rem;
}
.shop-list-page_wrap .inner .contents .section3 ul li a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .shop-list-page_wrap .inner .contents .section3 ul li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .shop-list-page_wrap .inner .contents .section3 ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .shop-list-page_wrap .inner .contents .section3 ul li a:before {
    margin: -12px 0 0;
  }
  .shop-list-page_wrap .inner .contents .section3 ul li a br {
    display: inline-block;
  }
}
.shop-list-page_wrap .sidebar p.ttl, .shop-list-page_wrap .sidebar dl {
  display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html {
  scroll-behavior: smooth;
}
.shop-list_area {
  margin-bottom: 75px;
}
.shop-list_area img[usemap] {
  width: 100%;
  height: auto;
}

.shop-list_area .tabSection {
  width: 100%;
  margin: 0 auto;
}
.shop-list_area .tabSection .shop-locality {
  display: none;
}
.shop-list_area .shop-list_tab {
  margin-bottom: -1px;
}
.shop-list_area .anchor_line {
  position: relative;
  top: -160px;
  display: block;
}
.shop-list_area .shop-list_tab.bottom {
  margin-top: 50px;
  font-size:0;/* liの隙間対応 */
}
.shop-list_area .shop-list_tab.bottom li {
  width: 110px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin-right: 9px;
  font-weight: bold;
  list-style: none;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.shop-list_area .shop-list_tab.bottom li span {
  font-size: 16px;
}
.shop-list_area .shop-list_tab.bottom li:hover,
.shop-list_area .shop-list_tab li area:hover {
  cursor: pointer;
  opacity: .8;
}

.shop-list_tab.bottom li:last-child {
  margin: 0 0 0 2px;
}
.shop-list_tab.bottom li.js-current {
  background-color: #fff;
  border-bottom: #fff;
}

.tabSection .shop-list_contents .shop-locality {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.tabSection .shop-list_contents .shop-locality .locality-title {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 0;
}
.shop-list_box.pc-shop-list_box{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 30px 20px;
}
.shop-list_box:nth-last-of-type(2) {
  border-bottom: none;
}
.locality-title + .shop-list_box.pc-shop-list_box {
  padding: 24px 0 30px 20px;
}
.shop-list_img {
  width: 30%;
}
.shop-list_img img {
  width: 100%;
}
.shop-list_detail-text {
  width: 50%;
  padding-left: 25px;
}
.shop-list_area a:hover {
  opacity: 100;
}
.shop-list_area .pc-shop-list_box .shop-list_name a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.shop-list_area .pc-shop-list_box .shop-list_name a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #005bac;
  transition: .3s;
}
.shop-list_area .pc-shop-list_box .shop-list_name a:hover {
  color: #005bac;
}
.shop-list_area .pc-shop-list_box .shop-list_name a:hover::after {
  width: 100%;
}

.shop-list_name {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3;
}

.shop-list_detail_box {
  margin-top: 16px;
}
.shop-list_detail_box dt {
  float: left;
  clear: left;
  width: 58px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 2px;
  margin: 0 8px 1px 0;
  color: #fff;
  text-align: center;
}
.dt-hokkaido .shop-list_detail_box dt {
  background: #61b2d5;
}
.dt-kanto .shop-list_detail_box dt {
  background: #65b4ae;
}
.dt-hokuriku .shop-list_detail_box dt {
  background: #79ad68;
}
.dt-toukai .shop-list_detail_box dt {
  background: #beb749;
}
.dt-kansai .shop-list_detail_box dt {
  background: #d9a258;
}
.dt-shikoku .shop-list_detail_box dt {
  background: #de9086;
}
.dt-kyusyu .shop-list_detail_box dt {
  background: #efa1bd;
}

.shop-list_detail_box dd {
  margin: 0 0 10px 67px;
  padding-top: 3px;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
.shop-list_box .shop-list_link {
  align-self: flex-end;
  width: 170px;
  margin-bottom: 0;
  text-align: right;
}

.shop-list_box .shop-list_link a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #005BAC;
  line-height: 2;
}
.shop-list_box .shop-list_link a:hover {
  opacity: .8;
}
.shop-list_box .shop-list_link a:after {
  content: "▶︎";
  padding: 0 0 0 .5rem;
  font-size: 13px;
  font-size: 1.3rem;
  margin: -9px 0 0;
  color: #005bac;
}
.shop-list_area .sp_shop-list_area,
.shop-list_area .shop-list_box.sp-shop-list_box {
  display: none;
}


@media screen and (max-width: 768px) {
  .shop-list_area .tabSection,
  .shop-list_area .shop-list_box.pc-shop-list_box {
    display: none;
  }
  .shop-list_area .sp_shop-list_area,
  .shop-list_area .shop-list_box.sp-shop-list_box {
    display: block;
  }
  .sp_shop-list_area .dt-bg.dt-hokkaido {
    background: #c6e7ff;
  }
  .sp_shop-list_area .dt-bg.dt-kanto {
    background: #c0ecf4;
  }
  .sp_shop-list_area .dt-bg.dt-hokuriku {
    background: #d7f6db;
  }
  .sp_shop-list_area .dt-bg.dt-toukai {
    background: #f5f7ba;
  }
  .sp_shop-list_area .dt-bg.dt-kansai {
    background: #ffe7c3;
  }
  .sp_shop-list_area .dt-bg.dt-shikoku {
    background: #ffd7d7;
  }
  .sp_shop-list_area .dt-bg.dt-kyusyu {
    background: #ffe2f3;
  }
  .sp_shop-list_area .shop-list_box {
    display: block;
    padding: 10px 0 20px;
  }
  .shop-list_box.sp-shop-list_box {
    border-bottom: 1px solid #ddd;
  }
  .shop-list_box.sp-shop-list_box:last-child {
    border-bottom: none;
  }
  .sp_shop-list_area .shop-list_box:hover {
    background-color: transparent;
  }
  .sp_shop-list_area .dt-bg {
    padding: 8px 20px 5px;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1!important;
  }
  .sp_shop-list_area .dt-bg span {
    font-size: 24px;
    font-weight: bold;
  }
  .sp_shop-list_area .locality-title {
    margin-top: 15px;
    font-weight: bold;
  }
  .sp-shop-list_box .shop-list_name {
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .sp-shop-list_box .shop-list_name a {
    display: block;
    width: 100%!important;
  }

  .sp-shop-list_box .shop-list_detail-text {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .sp-shop-list_box .shop-list_img {
    width: 50%;
    margin-left: 0!important;
  }
  .sp-shop-list_box .shop-list_detail_box {
    width: 50%;
    margin-left: .8rem!important;
  }
  .sp-shop-list_box .shop-list_detail_box dt {
    float: left;
    clear: left;
    width: 20px;
    line-height: 1!important;
    font-size: 12px;
    font-weight: bold;
    padding: 0 2px;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  .shop-list-page_wrap .inner .contents .shoplist .sp-shop-list_box div dl.shop-list_detail_box {
    margin: 0;
  }
  .shop-list-page_wrap .inner .contents .shoplist .sp-shop-list_box div dl.shop-list_detail_box dd {
    display: block;
    margin: 0 0 .4rem 2.5rem;
    font-size: 14px;
  }
  .shop-list-page_wrap .inner .contents .shoplist .sp-shop-list_box div dl.shop-list_detail_box dd:last-child {
    margin: 0 0 0 2.5rem;
  }
  .sp-shop-list_box .shop-list_link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px 0 10px;
    text-align: center;
  }
  .sp-shop-list_box .shop-list_link .shop-list_link_box {
    width: 49%;
    border: 1px solid #005bac;
    border-radius: 10px;
    padding: 8px 3px;
  }
  .shop-list-page_wrap .inner .contents .shoplist .sp-shop-list_box .shop-list_link .shop-list_link_box a {
    width: 50%;
    vertical-align: middle;
    line-height: 1;
  }

} /* @media screen and (max-width: 768px)  */



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*----------------------------------------------------
  プレイヴィル トップページ
----------------------------------------------------*/
.playville {
  background-image: url(../images/playground/playville_bg.jpg);
}
.playville .titleArea {
  height: 310px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0px 0px 6px #333;
  font-weight: bold;
}
.playville .titleArea h1 {
  width: 1280px;
  font-size: 40px;
  font-size: 4rem;
  padding: 20px 0 0;
  line-height: 70px;
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.playville .titleArea h1 em {
  color: #eaf6fd;
  font-size: 98px;
  font-size: 9.8rem;
  padding: 0 36px 0 0;
}
.playville .titleArea p {
  width: 1280px;
  font-size: 30px;
  font-size: 3rem;
  padding: 185px 0 0;
  display: block;
  margin: 0 auto;
}
.playville .wrap .inner .contents p.lead {
  background: url(../images/playground/playville_img01.jpg) center bottom no-repeat;
  padding: 0 165px 520px;
  text-align: left;
  margin: 0 0 80px;
}
.playville .wrap .inner .contents h2 {
  color: #005bac;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0px 0px 50px;
}
.playville .wrap .inner .contents .section1 {
  border-top: 1px solid #ddd;
}
.playville .wrap .inner .contents .section1 h2 + p {
  line-height: 20px;
  width: 600px;
  margin: 0 auto 50px;
}
.playville .wrap .inner .contents .section1 ul.point {
  min-height: 1px;
  background: url(../images//playground/playville_img05.jpg) center bottom no-repeat;
  padding: 0 0 480px;
  margin: 0 0 80px;
}
.playville .wrap .inner .contents .section1 ul.point:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville .wrap .inner .contents .section1 ul.point li {
  width: 300px;
  margin: 0 40px 0 0;
  line-height: 20px;
  float: left;
}
.playville .wrap .inner .contents .section1 ul.point li:last-child {
  margin: 0;
}
.playville .wrap .inner .contents .section1 ul.point li span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 18px 0px 5px;
  display: block;
}
.playville .wrap .inner .contents .section1 p.ttl {
  text-align: center;
  margin: 0px 0px 40px;
}
.playville .wrap .inner .contents .section1 p.ttl span {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 45px;
  border: 1px solid #ddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 25px;
}
.playville .wrap .inner .contents .section1 table.shopdetail {
  width: 800px;
  margin: 0 auto;
}
.playville .wrap .inner .contents .section1 table.shopdetail th {
  vertical-align: top;
  padding: 16px 0;
  white-space: nowrap;
}
.playville .wrap .inner .contents .section1 table.shopdetail th span {
  background-color: #005bac;
  color: #fff;
  width: 100px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.playville .wrap .inner .contents .section1 table.shopdetail td {
  padding: 16px 0 16px 20px;
  line-height: 22px;
}
.playville .wrap .inner .contents .section1 table.shopdetail td span {
  color: #005bac;
}
.playville .wrap .inner .contents .section1 table.shopdetail td em {
  color: #888;
}
.playville .wrap .inner .contents .section1 table.shopdetail td ul {
  color: #888;
}
.playville .wrap .inner .contents .section1 .price {
  min-height: 1px;
  width: 680px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 30px 60px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.playville .wrap .inner .contents .section1 .price:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville .wrap .inner .contents .section1 .price p.left {
  text-align: center;
  background-color: #eaf6fd;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 100px;
  color: #005bac;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100px;
  height: 100px;
  float: left;
}
.playville .wrap .inner .contents .section1 .price div {
  float: left;
  padding: 0 0 0 40px;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
}
.playville .wrap .inner .contents .section1 .price div span {
  color: #005bac;
}
.playville .wrap .inner .contents .section1 .price div ul {
  color: #888;
}
.playville .wrap .inner .contents .section2 {
  border-top: 1px solid #ddd;
}
.playville .wrap .inner .contents .section2 iframe {
  margin: 0 auto 130px;
  display: block;
  width: 960px;
}
.playville .wrap .inner .contents .section3 {
  min-height: 1px;
  padding: 0 0 80px;
}
.playville .wrap .inner .contents .section3:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville .wrap .inner .contents .section3 h2 {
  text-align: center;
  border: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 0;
  color: #333;
}
.playville .wrap .inner .contents .section3 h2 span {
  display: inline-block;
}
.playville .wrap .inner .contents .section3 h2 span em {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  padding: 8px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #005bac;
}
.playville .wrap .inner .contents .section3 h2 span em:after, .playville .wrap .inner .contents .section3 h2 span em:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
  background-clip: padding;
}
.playville .wrap .inner .contents .section3 h2 span em:after {
  border-left: 0.2em solid transparent;
}
.playville .wrap .inner .contents .section3 h2 span em:before {
  border-right: 0.2em solid transparent;
}
.playville .wrap .inner .contents .section3 .newsArea {
  float: left;
  width: 230px;
}
.playville .wrap .inner .contents .section3 .newsArea ul li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding: 0 0 18px;
  margin: 0 0 18px;
}
.playville .wrap .inner .contents .section3 .newsArea ul li span {
  padding: 0px 0px 8px;
  display: inline-block;
}
.playville .wrap .inner .contents .section3 .blog {
  float: right;
  width: 646px;
  min-height: 1px;
}
.playville .wrap .inner .contents .section3 .blog:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap {
  min-height: 1px;
  margin: 0 0 48px;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div {
  float: left;
  width: 310px;
  margin-right: 25px;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div:last-child {
  margin: 0;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div a {
  text-decoration: none;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div p.image {
  width: 310px;
  height: 310px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 16px;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div p.image img {
  position: absolute;
  min-width: 310px;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.playville .wrap .inner .contents .section3 .blog .content-wrap div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
.playville .wrap .inner .contents .section3 .blog p.more {
  text-align: center;
}
.playville .wrap .inner .contents .section3 .blog p.more a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
}
.playville .wrap .inner .contents .section3 .blog p.more a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
#playgrounds {
  margin-top:-138px;
  padding-top:130px;
}
@media screen and (max-width: 1280px) {
  .playville .wrap .inner .contents .section3 .blog p.more a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #playgrounds {
    margin-top:0;
    padding-top:0;
  }
  .playville .wrap .inner .contents .section3 .blog p.more a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville .wrap .inner .contents .section3 .blog p.more a:before {
    margin: -12px 0 0;
  }
  .playville .wrap .inner .contents .section3 .blog p.more a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  SNS
----------------------------------------------------*/
.shop_sns {
  text-align: center;
  padding: 0 !important;
}
.shop_sns p {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 15px;
}
.shop_sns li {
  display: inline-block;
  margin: 0 10px !important;
  border: none !important;
  width: 14%;
}
.shop_sns li img {
  width: 100%;
}

/*----------------------------------------------------
    768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    ショップリスト
  ----------------------------------------------------*/
  .shop-list-page_wrap .titleArea {
    height: auto;
  }
  .shop-list-page_wrap .titleArea h1 {
    padding: 106px 20px 20px;
    letter-spacing: 0;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .shop-list-page_wrap .titleArea h1 em {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 10px 0 0;
  }
  .shop-list-page_wrap .inner .contents .title {
    height: 80px;
    margin: 0px 0px 32px;
  }
  .shop-list-page_wrap .inner .contents .title h2 {
    font-size: 2.9vh;
    padding: 20px 0 6px;
  }
  .shop-list-page_wrap .inner .contents .title p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .shop-list-page_wrap .inner .contents .shoplist {
    margin: 50px 0px 40px;
    padding: 40px 0 20px;
    border-bottom: 1px dashed #ddd;
  }
  .shop-list-page_wrap .inner .contents .shoplist div.left {
    width: 100%;
  }
  .shop-list-page_wrap .inner .contents .shoplist div.right {
    width: 100%;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl {
    padding: 0px;
    margin: 0px 0 16px;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dt {
    line-height: 40px;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dd {
    padding: 0;
    display: none;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dd a {
    padding: 0;
    width: 40%;
    vertical-align: top;
    line-height: 1.3;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dd ul {
    font-size: 0;
    width: 60%;
    float: right;
    text-align: right;
    white-space: nowrap;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dd ul li {
    margin: 0 0 0 6px;
  }
  .shop-list-page_wrap .inner .contents .shoplist div dl dd ul li:first-child {
    margin: 0;
  }
  .shop-list-page_wrap .inner .contents h3 {
    margin: 0 0 30px;
  }
  .shop-list-page_wrap .inner .contents .facility p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    margin: 0px 0px 20px;
  }
  .shop-list-page_wrap .inner .contents .facility ul {
    margin-bottom: 0;
  }
  .shop-list-page_wrap .inner .contents .facility ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f01 span {
    background-image: url(../images/shop/shop_ico01.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f02 span {
    background-image: url(../images/shop/shop_ico02.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f03 span {
    background-image: url(../images/shop/shop_ico03.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f04 span {
    background-image: url(../images/shop/shop_ico04.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f05 span {
    background-image: url(../images/shop/shop_ico05.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f06 span {
    background-image: url(../images/shop/shop_ico06.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f07 span {
    background-image: url(../images/shop/shop_ico07.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f08 span {
    background-image: url(../images/shop/shop_ico08.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f09 span {
    background-image: url(../images/shop/kid_ico01.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f10 span {
    background-image: url(../images/shop/kid_ico02.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f11 span {
    background-image: url(../images/shop/kid_ico03.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li.f12 span {
    background-image: url(../images/shop/kid_ico04.png);
  }
  .shop-list-page_wrap .inner .contents .facility ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 14px 10px 14px 60px;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
  }
  .shop-list-page_wrap .inner .contents .facility ul li span br {
    display: none;
  }
  .shop-list-page_wrap .inner .contents .facility ul li i {
    display: none;
  }
  .shop-list-page_wrap .inner .contents .facility ul li em {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 5px 15px 25px;
  }
  .shop-list-page_wrap .inner .contents .section1 {
    margin: 0 0 20px;
  }
  .shop-list-page_wrap .inner .contents .section1__title {
    background: url(../images/sp/shop/shop_ttl_bg01.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    padding: 77% 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span {
    min-height: 1px;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span em {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 0 10px;
    line-height: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span strong {
    display: inline-block;
    width: 73%;
    height: 60px;
    vertical-align: middle;
    float: left;
    padding: 0 0 0 10px;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span strong span {
    vertical-align: middle;
    display: table-cell;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li span strong br {
    display: none;
  }
  .shop-list-page_wrap .inner .contents .section1 .feature ol li p {
    line-height: 1.6;
  }
  .shop-list-page_wrap .inner .contents .section2 {
    margin: 0 0 20px;
  }
  .shop-list-page_wrap .inner .contents .section2__title {
    background: url(../images/sp/shop/kid_ttl_bg.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .shop-list-page_wrap .inner .contents .section2__title h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .shop-list-page_wrap .inner .contents .section2 ul.other li {
    float: none;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 20px;
  }
  .shop-list-page_wrap .inner .contents .section2 ul.other li a {
    background-size: 100% !important;
    padding: 88% 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .shop-list-page_wrap .inner .contents .section2 ul.other li a span {
    line-height: 22px;
  }
  .shop-list-page_wrap .inner .contents .section2 ul.other li a em {
    padding: 12px 0 0;
  }
  .shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a {
    width: 60%;
  }
  .shop-list-page_wrap .inner .contents .section2 .shoplist dl dd a br {
    display: inline-block;
  }
  .shop-list-page_wrap .inner .contents .section2 .shoplist dl dd ul {
    width: 40%;
  }
  .shop-list-page_wrap .inner .contents .section3 ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .shop-list-page_wrap .inner .contents .section3 ul li:last-child {
    margin: 0;
  }
  .shop-list-page_wrap .inner .contents .section3 ul li a {
    width: 100%;
  }
  .shop-list-page_wrap .sidebar p.ttl, .shop-list-page_wrap .sidebar dl {
    display: none;
  }

  /*----------------------------------------------------
    ショップ詳細
  ----------------------------------------------------*/
  .home .wrap .inner .contents {
    padding: 0;
  }
  .home .wrap .inner .contents h1 {
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .home .wrap .inner .contents p.ttl {
    display: none;
  }
  .home .wrap .inner .contents .shopInformation {
    padding: 0;
    border: none;
    margin: 0 0 50px;
  }
  .home .wrap .inner .contents .shopInformation h1 {
    color: #333;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .home .wrap .inner .contents .shopInformation p.button {
    margin: 20px 20px 30px;
  }
  .home .wrap .inner .contents .shopInformation p.extra_time {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 20px 30px;
    padding: 20px;
  }
  .home .wrap .inner .contents .shopInformation .feature {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 20px 30px;
  }
  .home .wrap .inner .contents .shopInformation .feature span {
    display: block;
    text-align: center;
  }
  .home .wrap .inner .contents .shopInformation .feature span em {
    display: inline-block;
  }
  .home .wrap .inner .contents .shopInformation .feature p {
    display: inline-block;
    line-height: 1.6;
    padding: 1em 0 0;
  }
  .home .wrap .inner .contents .shopInformation ul.facility {
    display: none;
  }
  .home .wrap .inner .contents .shopInformation #main-gallery {
    width: 100%;
    float: none;
    height: 300px;
    margin: 0 0 40px;
  }
  .home .wrap .inner .contents .shopInformation #main-gallery .gallery-cell {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: -100%;
    margin: auto;
    width: auto;
    counter-increment: gallery-cell;
  }
  .home .wrap .inner .contents .shopInformation #main-gallery .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
  .home .wrap .inner .contents .shopInformation #gmap {
    float: none;
    width: 100%;
    height: 260px;
    margin: 0 0 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home .wrap .inner .contents .shopInformation ul.detail {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 1px;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i {
    width: 24px;
    height: 24px;
    float: left;
    background: center center no-repeat;
    background-size: auto 100%;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i.i1 {
    background-image: url(../images/sp/shop/shop_ico_open.png);
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i.i2 {
    background-image: url(../images/sp/shop/shop_ico_tel.png);
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i.i3 {
    background-image: url(../images/sp/shop/shop_ico_holiday.png);
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i.i4 {
    background-image: url(../images/sp/shop/shop_ico_address.png);
  }
  .home .wrap .inner .contents .shopInformation ul.detail li i.i5 {
    background-image: url(../images/sp/shop/shop_ico_train.png);
  }
  .home .wrap .inner .contents .shopInformation ul.detail li p {
    width: 80%;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li p em {
    text-align: center;
    margin-top: 20px;
    float: none;
    display: inline-block;
    text-decoration: none;
    background-color: #005bac;
    text-align: center;
    line-height: 1;
    position: relative;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 16px 16px 42px;
    letter-spacing: 1px;
    border: 0;
    min-width: 250px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li p em:before {
    content: "▶︎";
    padding: 0 1rem 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -9px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 1280px) {
  .home .wrap .inner .contents .shopInformation ul.detail li p em:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .home .wrap .inner .contents .shopInformation ul.detail li p em {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li p em:before {
    margin: -12px 0 0;
  }
  .home .wrap .inner .contents .shopInformation ul.detail li p em br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .home .wrap .inner .contents .shopInformation ul.detail li.attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home .wrap .inner .contents #accessmap {
    width: 90%;
    height: 90%;
  }
  .home .wrap .inner .contents .sapporo_info {
    margin: 0 20px 20px;
  }
  .home .wrap .inner .contents .sapporo_info img {
    width: 100%;
  }
  .home .wrap .inner .contents .postArea {
    padding: 0 20px;
  }
  .home .wrap .inner .contents .postArea h2 {
    text-align: center;
    border: none;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 24px;
    padding: 0;
  }
  .home .wrap .inner .contents .postArea h2 span {
    display: inline-block;
  }
  .home .wrap .inner .contents .postArea h2 span em {
    display: table;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    padding: 8px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #005bac;
  }
  .home .wrap .inner .contents .postArea h2 span em:after, .home .wrap .inner .contents .postArea h2 span em:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
    background-clip: padding;
  }
  .home .wrap .inner .contents .postArea h2 span em:after {
    border-left: 0.2em solid transparent;
  }
  .home .wrap .inner .contents .postArea h2 span em:before {
    border-right: 0.2em solid transparent;
  }
  .home .wrap .inner .contents .postArea .newsArea {
    float: none;
    width: 100%;
  }
  .home .wrap .inner .contents .postArea .newsArea ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0 0 20px;
  }
  .home .wrap .inner .contents .postArea .newsArea ul li:last-child {
    border: none;
  }
  .home .wrap .inner .contents .postArea .newsArea ul li span {
    padding: 0px 0px 16px;
  }
  .home .wrap .inner .contents .postArea .eventsArea {
    float: none;
    width: 100%;
    padding: 0 0;
  }
  .home .wrap .inner .contents .postArea .eventsArea p.type {
    width: 100%;
    margin: 0 0 30px;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp {
    height: auto;
    width: 100%;
    margin: 0 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap {
    display: inline-table;
    max-width: 100%;
    width: 100%;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
    float: none;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a {
    width: 220px;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a p.date {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a p.date span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a p.image {
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
  }
  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a p.image img {
    min-width: 220px;
  }

  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div p.image.noPhoto img {
    width: 75px;
    min-width: 75px;
    text-align: center;
  }

  .home .wrap .inner .contents .postArea .eventsArea .events-wrap-sp .events-wrap div a p.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .home .wrap .inner .contents .blog {
    padding: 50px 0;
  }
  .home .wrap .inner .contents .blog h2 {
    text-align: center;
    border: none;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 24px;
    padding: 0;
    margin: 0 20px 24px;
  }
  .home .wrap .inner .contents .blog h2 span {
    display: inline-block;
  }
  .home .wrap .inner .contents .blog h2 span em {
    display: table;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    padding: 8px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #005bac;
  }
  .home .wrap .inner .contents .blog h2 span em:after, .home .wrap .inner .contents .blog h2 span em:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
    background-clip: padding;
  }
  .home .wrap .inner .contents .blog h2 span em:after {
    border-left: 0.2em solid transparent;
  }
  .home .wrap .inner .contents .blog h2 span em:before {
    border-right: 0.2em solid transparent;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp {
    height: auto;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap {
    width: 740px;
    margin-bottom: 24px;
    padding-left: 20px;
    min-height: 1px;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div {
    vertical-align: top;
    float: left;
    margin-right: 20px;
    width: 220px;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div a {
    display: block;
    width: 220px;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div a p.image {
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div a p.image img {
    min-width: 220px;
  }
  .home .wrap .inner .contents .blog .content-wrap-sp .content-wrap div a p.date {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .home .wrap .inner .contents .blog .more {
    margin-top: 20px;
  }
}
/*----------------------------------------------------
  google map
----------------------------------------------------*/
.modal-content_area {
  position:relative;
  display:none;
  width:70%;
  margin: 170px 30px 30px;
  padding:10px 20px;
  border: 5px solid #005bac;
  border-radius: 10px;
  background:#fff;
}
.modal-content_area p {
  margin:0;
  padding:0;
}
.modal-content_area iframe {
  width: 100%!important;
  height: 65vh;
}
.modal-overlay {
  z-index:1;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}
.modal-wrap {
  z-index:2;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
.modal-link {
  display: block;
  text-decoration:underline;
  float: right;
}
.modal-link:before {
  content: '▶︎';
  font-size: 12px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.js-modal-open {
  color: #aaa;
}
.js-modal-open:hover {
  cursor:pointer;
  color:#f00;
}
.js-modal-close {
  color:#00f;
  text-decoration:underline;
}
.js-modal-close:hover {
  cursor:pointer;
  color:#f00;
}
@media screen and (max-width: 768px) {
  .modal-content_area iframe {
    height: 70vh;
  }
  .modal-content_area {
    width:85%;
    margin:10px;
    padding:5px 10px;
  }
}/* @media screen and (max-width: 768px)*/





