/* プレイヴィル  */
@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
}
body, html {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Helvetica", "Arial", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #1A1311;
  line-height: 1.6;
  background-color:#FFF;
  word-wrap: break-word;
  -ms-overflow-style:scrollbar;
}
input,
textarea {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Helvetica", "Arial", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* tell-link pc-none */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}
/* リンク =============================================================== */
a {
  display: block;
  color: #1A1311;
  outline:none;
}
a.c-blue {
  color: #008EBA;
}
a:hover,
a.c-blue:hover {
  color: #007DA3;
  text-decoration: none;
}
.box-hover:hover {
  background-color: #DCEFF9;
}
.text_link-icon:hover a:before {
  color: #007DA3;
}

/* 三角アイコン */
/* ▶ */
.link-arrow-r_before:before,
.link-arrow-r_after:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: #0068B6;
  font-weight: 900;
}
.link-arrow-r_before:before {
  padding-right: 8px;
}
.link-arrow-r_after:after {
  padding-left: 8px;
}

/* 三角アイコン 青色 */
.fa-caret-right {
  color: #0068B6;
  margin-left: 8px;
}
/* btn =============================================================== */
/* ボタン 横幅 */
a.btn_width-normal {
  width: 400px;
  max-width: 100%;
}
a.btn_width-short {
  width: 288px;
  max-width: 100%;
}
/* ボタン スタイル */
a.btn_style-normal {
  position: relative;
  text-align: center;
  border-radius: 80px;
  background-color: #F59265;
  color: #fff;
  font-weight: bold;
}
a.btn_style-normal:hover {
  background-color: #F7A682;
}
a.btn_style-normal:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  content: "\f0da";
  color: #fff;
  font-weight: 900;
}
a.btn_style-normal .btn_text {
  display: inline-block;
  padding: 10px 20px 10px 35px;
  font-size: 24px;
  font-size: 2.4rem;
}
/* テキストリンクリンク▶三角アイコン */
.text_link-icon a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  color: #008EBA;
  font-weight: 900;
  padding-right: 8px;
}

/* アンカーリンク▼三角アイコン */
.anker_link a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: inline-block;
  color: #008EBA;
  font-weight: 900;
  padding-right: 8px;
}
/**/
.hover:hover {
  opacity: 0.8;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
dl, ol, ul {
  margin: 0;
}
h2,h3 {
  margin: 0;
}
/*margin padding*/
.mt-88{
  margin-top: 88px;
}
.mt-80{
  margin-top: 80px;
}
.mb-88{
  margin-bottom: 88px;
}
.mb-80{
  margin-bottom: 80px;
}
.pt-88{
  padding-top: 88px;
}
.pt-80{
  padding-top: 80px;
}
.pb-88{
  padding-bottom: 88px;
}
.pb-80{
  padding-bottom: 80px;
}
/* 991以下 none */
.pc-lg-none {
  display: none;
}
.pc-lg-br-none {
  display: none;
}
/* 768以上 none spのみ表示 */
.pc-none {
  display: none;
}
.pc-br-none {
  display: none;
}
/* 991以上 block 大サイズpcのみ表示 */
.sp-lg-none {
  display: block;
}
.sp-lg-br-none {
  display: inline-block;
}
/*768以下 none*/
.sp-none {
  display: block;
}
.sp-br-none {
  display: inline-block;
}
/* 背景 */
.inner_bg-pink {
  background-color: rgba(245,146,101,0.07);
}
.inner_bg-green {
  background-color: rgba(0,188,101,0.03);
}

/* 画像 */
.img-size {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* text */
.c-white {
  color: #fff;
}
/*h2*/
h2 {
  font-size: 40px;
  font-size: 4rem;
}
h2.bg-title {
  padding: 10px 16px 6px 16px;
  border-radius: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  background-color: #00BC65;
}
.title_text {
  color: #1A1311;
  text-align: center;
  font-weight: bold;
}
.title_text.margin-b {
  margin-bottom: 24px;
}
/*h3*/
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
/* リスト 入れ子 */
.annotation_nest {
  padding-left: 1em;
  text-indent: -1em;
}
/* リード文テキストエリア */
.read_area {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1A1311;
}
.read_text {
  margin-bottom: 24px;
  color: #1A1311;
}
.read_area .read_text:last-child {
  margin-bottom: 0;
}
.read_area-width {
  width: 880px;
  margin: 0 auto;
  line-height: 2;
}
/* 注釈テキスト */
.notes-list {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1A1311;
}

/* scroll-to-top */
.scroll-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 100;
}
.scroll-to-top span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  z-index: 100;
}
.scroll-to-top a:before{
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 100;
}
/* wrap =============================================================== */
.common_wrap {/*1000px*/
  width: 1020px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.wrap-short {/*880px*/
  width: 900px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.bg-img-wrap {/*背景イラスト*/
  position: relative;
  margin: 0 auto;
}

/* inner =============================================================== */
.lower-page_inner {
  padding-top: 80px;
  padding-bottom: 88px;
}
.lower-page_inner_bottom {
  padding-bottom: 90px;
}
.common_padding {
  padding-top: 80px;
  padding-bottom: 88px;
}
/* dl dt dd =============================================================== */
.common_dl dt,
.common_dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.common_dl dt {
  float: left;
  clear: left;
  width: 120px;
  max-width: 100%;
  padding: 8px 0 6px;
  margin-right: 16px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background-color: #00BC65;
}
.common_dl dd {
  margin-left: 136px;
  line-height: 1.6;
  padding-top: 3px;
}

/* 背景画像 bg_gray =============================================================== */
.bg_gray {
  background-image: url(../image/common/bg_gray.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
}
/* 背景イラスト =============================================================== */
.bg-top_01 img.img-bg-top_01,
.bg-top_02 img.img-bg-top_02,
.top-bg_bottom img.img-top-bg_bottom {
  width: 100%;
}
.bg-top_01 img.img-bg-top_01 {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 1;
}
.bg-top_02 img.img-bg-top_02 {
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 1;
}
.top-bg_bottom img.img-top-bg_bottom {
  position: absolute;
  width: 500px;
  max-width: 100%;
  bottom: -280px;
  right: 0;
  z-index: 1;
}
/* 背景色 */
.bg_orange {
  background-color: rgba(245,146,101,0.07);
}
.bg_green {
  background-color: rgba(0,188,101,0.03);
}
.bg_yellow {
  background-color: rgba(248,226,107,0.07);
}
/* header =============================================================== */

.header_area {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
.header_area.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header_area .logo_area {
  line-height: 1;
}
.header_area .navbar {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header_area .navbar-collapse {
  padding-right: 16px;
}
.header_area .navbar-brand {
  padding: 16px;
}
.header_area .navbar-brand h1 {
  line-height: 1;
  margin-bottom: 2px;
}
.header_area .navbar-brand img {
  width: 210px;
  max-width: 100%;
}
/* ヘッダーメニューリンク */
.header_area .navbar-nav li {
  display: inline-block;
  text-align: right;
  padding-left: 24px;
}
.header_area .navbar-nav li a {
  color: #1A1311;
  font-weight: bold;
}
.header_area .navbar-nav li a:hover {
  color: #0072C7;
}

/* ヘッダー トグルボタン */
.navbar-toggler {
  padding-right: 16px;
}
.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .js-menu-trigger.navbar-toggler-icon {
  background-image: none;
}
.js-menu-trigger,
.js-menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.js-menu-trigger {
  position: relative;
  width: 24px;
  height: 22px;
}
.js-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #180D09;
  border-radius: 4px;
}
.js-menu-trigger span:nth-of-type(1) {
  top: 0;
}
.js-menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.js-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.js-menu-trigger.js-menu-open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.js-menu-trigger.js-menu-open span:nth-of-type(2) {
  opacity: 0;
}
.js-menu-trigger.js-menu-open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* ヘッダー下マージン */
.sticky-mb {
  margin-bottom: 90px;
}
/*パンくず*/
.breadcrumbs .breadcrumbs_icon {
  content: '';
  display: inline-block;
  background-image: url(../image/common/icon-breadcrumbs.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 0;
  width: 7px;
  height: 12px;
  margin: 0 5px;
}
.breadcrumbs_area {
  background-color: #fff;
  color: #1A1311;
}
.breadcrumbs {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrumbs_area a {
  display: inline-block;
  color: #008EBA;
}
/* ページネーション =============================================================== */
.pnavi_area {
  width: 200px;
  margin: 40px auto 0;
  color: #5D5552;
}
.pnavi_area .pnavi {
  justify-content: space-around;
  align-items: center;
}
.pnavi_area .pnavi span.current {
  padding: 0 8px;
  background-color: #00BC65;
  color: #FFF;
  display: inline-block;
}
.pnavi_area .pnavi a {
  color: #5D5552;
}
/* 記事詳細ページネーション */
.post_link_area {
  margin-top: 40px;
  justify-content: space-between;
}
.post_link_area .post_link_btn a {
  position: relative;
  width: 144px;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  border-radius: 80px;
  background-color: #F59265;
  color: #fff;
  font-weight: bold;
}
.post_link_area .post_link_btn a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  content: "\f0da";
  color: #fff;
  font-weight: 900;
}


/* 下層ページ =============================================================== */
.lower-page_title_area {
  margin-bottom: 30px;
}
.lower-page_title_inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  z-index: 5;
}
.lower-page_title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  color: #1A1311;
}



/* footer =============================================================== */
.footer_area {
  border-top: 1px solid #D0CECD;
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 60px;
}
.footer_box {
  position: relative;
  justify-content: space-between;
  z-index: 5;
}
.footer-logo_area {
  width: 210px;
  max-width: 100%;
  margin-right: 20px;
}
.footer-logo_area img {
  width: 100%;
}
.footer-link_box {
  width: 227px;
  max-width: 100%;
}
.footer-link_box .footer-link_caption {
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #6B6B6B;
}
.footer-link_box .footer-list {
  padding-left: 5px;
}
.footer-link_box .menu-item {
  margin-top: 16px;
}
.footer-link_box .footer-list .menu-item a {
  font-weight: bold;
  color: #0068b6;
}

.footer-list .menu-item a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  color: #0068b6;
  font-weight: 900;
  padding-right: 8px;
}
.footer-list .menu-item a:hover {
  color: #0072C7;
}
.footer-list .menu-item a:hover:before {
  color: #0072C7;
}
.copyright-sns_area {
  margin-top: 24px;
  align-items: baseline;
  justify-content: flex-end;
}
.copyright-sns_area .copyright {
  margin-right: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1A1311;
}
.copyright-sns_area .sns_list li {
  margin-right: 16px;
}
.copyright-sns_area .sns_list li:last-child {
  margin-right: 0;
}

/* バナーエリア =============================================================== */
.banner-link_area {
  flex-wrap: wrap;
  margin-bottom: -32px;
  padding-bottom: 60px;
}
.banner-link_area .banner-link_box {
  width: -webkit-calc(100% / 3 - 32px);
  width: calc(100% / 3 - 32px);
  /*margin-right: 32px;*/
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.banner-link_area .banner-link_box:nth-child(3n) {
  /*margin-right: 0;*/
}

.banner-link_area .banner-link_box img {
  width: 100%;
}
.banner-link_area .banner-link_box a {
  border: 1px solid #C1C1C1;
}
.banner-link_area a:hover {
  opacity: 0.8;
}
/* ショップ一覧 =============================================================== */
.shop-list_item {
  margin-bottom: 37px;
}
.shop-list_item:last-child {
  margin-bottom: 0;
}
.shop-list_item .shop-list_img {
  position: relative;
  width: 400px;
  max-width: 100%;
}

.shop-list_detail {
  width: 576px;
  max-width: 100%;
  margin: 0 0 0 24px;
}
.shop-list_detail .shop-list_detail_box {
  padding-right: 5px;
}
.shop-list_detail .shop-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 3px 12px 0;
  background-color: #00BC65;
  color: #FFF;
  font-weight: bold;
}
.shop-list_detail .shop-list_copy {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 16px 5px 8px 0;
}

.shop-list_detail .shop-list_detail_box dt {
  float: left;
  clear: left;
  width: 72px;
  line-height: 1;
  padding: 4px 2px 2px;
  margin: 0 8px 1px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00BC65;
}
.shop-list_detail .shop-list_detail_box dd {
  margin: 0 0 10px 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  display: block;
}
.shop-list_detail .shop-btn_area {
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
}
.shop-list_detail_box .hours_notes,
.address_area .hours_notes {
  font-size: 16px;
  font-size: 1.6rem;
}

/* おしらせ一覧 =============================================================== */
.news-link_area {
  flex-wrap: wrap;
}
.news-link_box {
  width: -webkit-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-bottom: 24px;
  background-color: #fff;
}
.news-link_box:nth-child(3n) {
  margin-right: 0;
}
.news-link_box .news-img_area img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}
.news-link_box .news-link_detail {
  padding: 13px 12px 16px;
}
.news-link_box .category-day_area {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.news-link_box .category-day_area .category {
  margin-right: 8px;
  padding: 3px 8px 1px;
  color: #FFF;
  background-color: #41BCE2;
}
.news-link_box .category-day_area .day {
  margin-top: 3px;
  width: 70%;
}
.shop_events .news-link_box .category-day_area .day {
  width: auto;
}
/* 曜日の色 */
.news-link_box .category-day_area .day,
.news-link_box .category-day_area .day .week {
  color: #6B6B6B;
}
.news-link_box .category-day_area .day .sun {
  color: #EA470A;
}
.news-link_box .category-day_area .day .sat {
  color: #0068B6;
}
/* テキスト */
.news-link_box .news-text {
  color: #5D5552;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
}
/* 料金表 =============================================================== */
table.price-list {
  width: 100%;
}
table.price-list th {
  width: 168px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #F59265;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
}
table.price-list td {
  height: 124px;
  padding: 16px 18px;
  vertical-align: middle;
  background-color: #F2F2F2;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
table.price-list .price-text {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
table.price-list .price-notes li {
  margin-bottom: 5px;
}
table.price-list .price-notes li:last-child {
  margin-bottom: 0;
}
/* 店舗詳細 =============================================================== */
.shop-list_detail_box iframe {
  width: 100%;
}

.map_link {
  display: inline-block;
  background-color: #D9F2F9;
  padding: 3px 11px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #008EBA;
}
.map_link:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url(../image/common/icon-target-blank.svg);
  background-size: contain;
  vertical-align: middle;
}
.map_link:hover {
  cursor: pointer;
}
/* モーダル =============================================================== */
.modal iframe {
  height: 65vh;
}

.modal-content {
  border-radius: 16px;
}
.modal-header {
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.modal-header img.modal-close {
  width: 32px;
  height: 32px;
}
.modal-header .close {
  padding: 16px 16px 0;
  margin: -1rem -1rem -1rem auto;
  opacity: 1;
  color: #5D5552;
}
.modal-body {
  padding: 16px 40px 40px;
}
.modal-body p.modal-text {
  text-align: center;
  margin-top: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #5D5552;
}
@media (min-width: 992px){
  .modal-lg {
    max-width: 680px;
  }
  .shop-list_detail_box .modal-xl {
    max-width: 70%;
  }
}


