#page.-special .content-block > .inner {
  max-width: 950px;
}

#page.-special #eerf {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #cee1dc !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.p-content-frame {
  padding: 25px;
}

.p-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
}

.p-content-header > .logo {
  width: 150px;
}

.p-content-header > .logo img {
  width: 150px;
  height: auto;
}

.p-content-header > .linear-button {
  width: 230px;
  margin: 0;
}

.p-content-header > .linear-button > li {
  margin: 0;
  width: 100%;
}

.p-content-section {
  background: #fff url("http://static.hirakatapark.co.jp/theboon/img/content-section_bg.jpg") 0 0 repeat;
}

.p-special-block {
  width: 850px;
  margin: 30px auto 0;
}

.p-special-block ul li img {
  width: 100%;
  height: auto;
}

#pagehead .fancybox-close {
  width: 78px;
  height: 78px;
  top: -39px;
  right: -39px;
  background-image: url("http://static.hirakatapark.co.jp/theboon/img/modal-close-button.png");
  background-size: 78px 78px;
}

.p-food-bottom {
  color: #389ad2;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 10px;
  margin: 35px 0 0;
}

.p-food-top {
  color: #389ad2;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 10px;
  margin: 0;
}

h4 {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #0079c3;
  margin-top: 0;
}

.p-image-ad {
  margin: 0 0 35px;
}

.p-image-ad > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-ad.-img02 {
  margin-right: calc((100% - 618px) / 2);
  margin-left: calc((100% - 618px) / 2);
}

.p-image-cm > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-cm > .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  background: #fff;
}

.p-image-cm > .cont > .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 420px;
}

.p-image-cm > .cont > .img a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-image-cm > .cont > .img a:hover, .p-image-cm > .cont > .img a:active, .p-image-cm > .cont > .img a:focus {
  opacity: 0.8;
}

.p-image-cm > .cont > .txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - (420px + 20px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.p-image-cm > .cont > .txt > .hdg {
  margin: 0 0 8px;
  font-size: 2rem;
}

.p-image-cm > .cont > .txt > p {
  margin: 0;
  font-size: 1.6rem;
}

.p-image-cm > .cont > .txt > p em {
  color: #365bb4;
}

.p-image-cm2 {
  background: #fff;
}

.p-image-cm2 > .title {
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 7px 10px;
}

.p-image-cm2 > .txt {
  margin: 25px 10px;
}

.p-image-cm2 > .txt > p {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
}

.p-image-cm2 > .txt > p em {
  color: #365bb4;
}

.p-image-cm2 > .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.p-image-cm2 > .cont > .img {
  width: calc((100% - 5px) / 2);
}

.p-image-cm2 > .cont > .img .caption {
  display: block;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 6px 0 5px;
}

.p-image-cm2 > .cont > .img a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-image-cm2 > .cont > .img a:hover, .p-image-cm2 > .cont > .img a:active, .p-image-cm2 > .cont > .img a:focus {
  opacity: 0.8;
}

.p-image-cm2 > .cont.one-column {
  display: block;
}

.p-image-cm2 > .cont.one-column > .img {
  width: 100%;
}

.p-image-food {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-image-food > .item {
  width: calc((100% - 11px * 2) / 3);
  margin: 0 11px 10px 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-image-food > .item .list > li {
  margin: 0 0 10px;
}

.p-image-food > .item.-prime {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 8px;
}

.p-image-food > .item.-prime .image {
  width: 350px;
}

.p-image-food > .item.-prime .info {
  margin: 7px 10px 0 25px;
}

.p-image-food > .item.-prime .shop {
  margin: 50px 0 10px;
}

.p-image-food > .item.-prime .list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}

.p-image-food > .item.-prime .list > li .name {
  margin: 0 2.5em 0 0;
}

.p-image-food > .item.-prime .list > li .price {
  float: none;
}

.p-image-food > .item .info {
  margin: 7px 15px 0;
  overflow: hidden;
}

.p-image-food > .item .info .img {
  margin: -7px -15px 10px;
}

.p-image-food > .item .info .img img {
  width: 100%;
}

.p-image-food > .item .info .img a:hover img {
  opacity: 0.7;
}

.p-image-food > .item .info .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0079c3;
  line-height: 1.3;
  margin: 0 0 5px;
  clear: both;
}

.p-image-food > .item .info .name > .small {
  font-size: 1.4rem;
}

.p-image-food > .item .info .price {
  float: right;
}

.p-image-food > .item .info .price > span {
  display: inline-block;
  background: #0079c3;
  color: #fff;
  font-size: 1.5rem;
  padding: 1px 10px;
  white-space: nowrap;
}

.p-image-food > .item .info .price + .name {
  padding-top: 1em;
}

.p-image-food > .item .shop {
  margin: 20px 15px 15px;
  font-size: 1.4rem;
}

.p-image-food > .item.-modal {
  width: auto;
  margin: 0 auto 20px;
}

.p-image-food > .item.-modal img {
  max-width: 100%;
}

.p-image-pool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-image-pool > .item {
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px;
  background: #fff;
}

.p-image-pool > .item .image {
  height: 280px;
}

.p-image-pool > .item .image .detail-picture {
  width: 415px;
  border: none;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.p-image-pool > .item .image .detail-picture.slick-initialized {
  opacity: 1;
}

.p-image-pool > .item > .title {
  padding: 18px 10px;
  background: #fff;
  text-align: center;
  color: #0079c3;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-image-pool > .item > .title > span {
  font-size: 1.4rem;
  display: block;
}

.p-image-pool > .item > .title > .note {
  margin: 10px 0 0;
  display: block;
  text-align: right;
  color: #333;
  font-weight: normal;
}

.p-image-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #fff;
  margin: 0 0 20px;
}

.p-image-slider.-imgleft > .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.p-image-slider.-imgleft > .cont {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.p-image-slider > .img {
  width: calc(100% / 2);
}

.p-image-slider > .cont {
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 10px 20px;
}

.p-image-slider > .cont > .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 18px;
}

.p-image-slider > .cont > .header > .hdg {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0079c3;
  margin: 4px 0 0;
  line-height: 1.2;
}

.p-image-slider > .cont > .header > .price > span {
  display: inline-block;
  background: #0079c3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 2px 10px;
  white-space: nowrap;
}

.p-image-slider > .cont > .outline {
  font-size: 1.6rem;
  margin: 0 0 0.6em;
  font-weight: bold;
}

.p-image-slider > .cont > .note {
  font-size: 1.4rem;
}

.p-image-slider > .cont > .note.-period {
  font-weight: bold;
  font-size: 1.7rem;
  color: #0079c3;
  margin-bottom: 10px;
  margin-top: -16px;
  margin-left: 4px;
  margin: -16px 0 10px 4px;
}

.p-image-slider > .cont > .list {
  margin: 0.3em 0 0;
  font-size: 1.4rem;
}

.p-image-slider > .cont > .list > li {
  position: relative;
  padding-left: 1.7em;
}

.p-image-slider > .cont > .list > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.p-image-slider > .cont > .list.-note > li {
  padding-left: 1em;
}

.p-modal-attention > .attention-panel {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.p-modal-attention > .attention-panel > .body > ul > li, .p-modal-attention > .attention-panel > .body ol > li {
  font-size: 1.6rem;
}

.p-modal-attention > .attention-panel > .body ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-modal-body {
  background: url("http://static.hirakatapark.co.jp/theboon/img/modal-section_bg.jpg") 0 0 repeat;
}

.p-modal-facility .block {
  border: solid 3px rgba(0, 121, 195, 0.5);
  padding: 30px;
  margin-bottom: 30px;
}

.p-modal-facility .block h3 {
  font-size: 2.8rem;
  margin: 0 0 15px 0;
}

.p-modal-facility .block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0;
}

.p-modal-facility .block ul li {
  width: 48%;
  margin: 0 0 20px 0;
}

.p-modal-facility .block ul li img {
  max-width: 100%;
  height: auto;
}

.p-modal-facility .block ul li .txt {
  font-size: 1.4rem;
}

.p-modal-facility .block ul li .image {
  margin-bottom: 10px;
}

.p-modal-hdg {
  margin: 0 0 15px;
  font-size: 3.2rem;
  text-align: center;
  color: #0079c3;
}

h4.p-modal-hdg {
  margin: 0 0 15px;
  font-size: 2.2rem;
  text-align: left;
  color: #004da0;
  font-weight: normal;
  border-bottom: 3px solid #004da0;
  padding-bottom: 8px;
}

.p-modal-price > .table {
  margin: 0 0 25px;
}

.p-modal-price > .table > table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  table-layout: fixed;
  line-height: 1.3;
}

.p-modal-price > .table > table th, .p-modal-price > .table > table td {
  padding: 15px 30px;
  border: 4px solid #d6fbfd;
}

.p-modal-price > .table > table th {
  background-color: #0079c3;
  color: #fff;
}

.p-modal-price > .table > table td {
  background-color: #fff;
  text-align: center;
}

.p-modal-price > .table > table thead th {
  text-align: center;
}

.p-modal-price > .table > table tbody th {
  text-align: left;
}

.p-modal-price > .table > table tbody th span {
  font-size: 1.4rem;
}

.p-modal-price .notice > li {
  position: relative;
  padding-left: 1em;
}

.p-modal-price .notice > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.p-modal-price > .banner {
  margin: 20px 0 0;
  background: #fff352;
  padding: 35px;
}

.p-modal-price > .banner > .hdg {
  margin: 0 0 10px;
  font-size: 2.6rem;
  line-height: 1.3;
}

.p-modal-price > .banner > .hdg > span {
  font-size: 2rem;
}

.p-modal-price > .banner > .cont {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1em;
}

.p-modal-price > .banner > .cont strong {
  color: #e8405c;
}

.p-modal-price > .banner > .notice > li {
  margin: 0 0 3px;
}

.p-modal-price > .banner > .foot {
  margin: 1em 0 0;
}

.p-modal-price .extra {
  background: #fff;
  padding: 30px;
}

.p-modal-price .extra h3 {
  margin: 0 0 15px;
  font-size: 2.0rem;
}

.p-modal-price .extra ul.info {
  margin: 10px 0;
}

.p-modal-price .extra ul.info li {
  font-weight: bold;
}

.p-modal-price .extra ul.info li .red {
  color: #c00;
}

.p-modal-price .extra ul.notice {
  margin-bottom: 15px;
}

.p-modal-renewal-image {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-modal-renewal-image > .img {
  margin: 0;
  width: calc((100% - 15px) / 2);
  background: #fff;
  text-align: center;
}

.p-modal-renewal-image > .img img {
  max-width: 100%;
}

.p-modal-renewal-image > .img > .caption {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  margin: 0;
  padding: 5px;
  background: #fff;
  text-align: center;
}

.p-modal-renewal {
  position: relative;
  padding: 0;
}

.p-modal-renewal > .hdg {
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

.p-modal-renewal > .badge {
  position: absolute;
  top: -55px;
  left: -5px;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #43a4e0;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.p-modal-renewal > .txt {
  padding-top: 45px;
  margin: 0;
  font-size: 1.8rem;
}

.p-modal-section {
  color: #333;
  padding: 35px;
}

.p-modal-section > .inner {
  padding: 25px 35px 35px;
  background: rgba(255, 255, 255, 0.8);
}

.p-modal-section > p.img > img {
  width: 100%;
  max-width: 970px;
}

#pagehead .p-nav-global {
  margin: -35px 0 0;
}

.p-nav-local {
  margin: 0 25px 25px;
}

.p-nav-local > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-nav-local > ul > li {
  margin: 0 14px 14px 0;
  width: calc((100% - (14px * 2)) / 3);
}

.p-nav-local > ul > li.-wide {
  width: 100%;
  margin-right: 0;
}

.p-nav-local > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  color: #0079c3;
  text-align: center;
  border: 2px solid #0079c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background-image: linear-gradient(to bottom, #fff, #d7d7d7);
  padding: 30px 15px 25px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p-nav-local > ul > li > a:hover, .p-nav-local > ul > li > a:active, .p-nav-local > ul > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #ededed, #f9f9f9);
}

.p-nav-local > ul > li img {
  width: auto;
  height: 74px;
}

.p-nav-mobile {
  display: none;
}

.p-note-right {
  margin: 0;
  text-align: right;
  font-size: 1.4rem;
}

.p-image-slider + .p-note-right {
  margin-top: -10px;
}

.p-open-schedule {
  margin: 35px 25px;
}

.p-open-schedule > .hdg {
  background-color: rgba(0, 121, 198, 0.75);
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin: 0;
}

.p-open-schedule > .cont {
  background: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-open-schedule > .cont > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-open-schedule > .cont > div > p {
  margin: 0 !important;
  font-size: 26px !important;
  color: #004da0;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}

.p-open-schedule > .cont > div > p.period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004da0;
  padding: 8px 5px;
  color: #fff !important;
  font-size: 16px !important;
  margin-right: 15px !important;
  width: 80px;
  line-height: 1.2;
}

.p-open-schedule > .cont > div > p > span {
  display: block;
  font-size: 17px !important;
}

.p-open-schedule > .cont > div > p > span.day {
  display: inline-block;
}

.p-open-schedule > .cont > div > p.attention {
  color: #f00;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 1em;
}

.p-open-schedule > .cont > a img {
  margin: auto;
}

.cm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
}

.cm-block > .txt {
  max-width: 386px;
  width: 100%;
}

.cm-block > .txt > .hdg {
  margin: 0 0 8px;
  font-size: 2rem;
}

.cm-block > .txt > p {
  margin: 0;
  font-size: 1.5rem;
}

.cm-block > .txt > p em {
  color: #333;
  font-size: 1em;
}

.p-cm-video {
  margin: 0 20px 0 0;
  text-align: center;
  width: 100%;
  max-width: 424px;
}

.p-description {
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 20px;
}

.p-description .txt > p {
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
}

.p-pool-note {
  margin: 0;
}

.p-pool-note > .big {
  padding: 7px 10px;
  background: #e8405c;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
}

.p-pool-note > .big > em {
  font-weight: bold;
}

.p-pool-note > .cont {
  position: relative;
  padding: 15px 260px;
  background: #fff;
  font-weight: bold;
}

.p-pool-note > .cont > p {
  margin: 0;
  font-size: 1.6rem;
}

.p-pool-note > .cont > p > span {
  font-size: 1.3rem;
}

.p-pool-note > .cont .thumimage01 {
  position: absolute;
  top: -5px;
  left: -25px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.p-pool-note > .cont .thumimage01 img {
  width: 240px;
  height: auto;
  border: solid 1px #ccc;
  padding: 5px;
  background: #fff;
}

.p-pool-note > .cont .thumimage02 {
  position: absolute;
  top: -15px;
  right: -20px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.p-pool-note > .cont .thumimage02 img {
  width: 240px;
  height: auto;
  border: solid 1px #ccc;
  padding: 5px;
  background: #fff;
}

.p-section-block {
  padding: 55px 0 45px;
}

.p-section-block.-alpha {
  padding: 0;
}

.p-section-block.-alpha::before {
  content: '';
  display: block;
  width: 100%;
  height: 105px;
  background: url("http://static.hirakatapark.co.jp/theboon/img/section-block_bg_top.png") 0 0 no-repeat;
}

.p-section-block.-alpha::after {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  background: url("http://static.hirakatapark.co.jp/theboon/img/section-block_bg_bottom.png") 0 0 no-repeat;
}

.p-section-block.-alpha > .inner {
  background: rgba(255, 255, 255, 0.63);
}

.p-section-block.-alpha.-last::after {
  display: none;
}

.p-section-block.-alpha.-last > .inner {
  padding-bottom: 35px;
}

.p-section-block > .inner {
  padding: 0 25px;
}

.p-special-block a:hover img {
  opacity: 0.7;
}

.p-section-hdg {
  background-color: rgba(0, 121, 198, 0.75);
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #page.-special .content-block > .inner {
    padding: 0 0 30px;
  }
  #page.-special #eerf {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .p-content-frame {
    padding: 0;
    background: #fff;
  }
  .p-content-header {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    background: #fff url("http://static.hirakatapark.co.jp/theboon/img/content-section_bg_sp.jpg") 0 0 repeat;
    background-size: 345px 400px;
  }
  .p-content-header > .logo {
    width: auto;
    text-align: center;
    margin: 0;
    display: none;
  }
  .p-content-header > .logo img {
    width: 220px;
    height: auto;
  }
  .p-content-header > .linear-button {
    display: none !important;
    width: 180px;
    float: right;
    margin-right: 10px !important;
  }
  .p-content-section {
    background: #fff url("http://static.hirakatapark.co.jp/theboon/img/content-section_bg_sp.jpg") 0 0 repeat;
    background-size: 345px 400px;
    padding-bottom: 0;
  }
  .p-special-block {
    width: auto;
    margin: 15px;
  }
  .p-food-bottom {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  .p-food-top {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  h4 {
    margin-top: 15px;
  }
  .p-image-ad {
    margin: 0 0 10px;
  }
  .p-image-ad > .img {
    text-align: center;
  }
  .p-image-ad > .title {
    font-size: 1.8rem;
  }
  .p-image-ad.-img02 {
    margin: 0 0 10px;
  }
  .p-image-cm {
    margin: 25px 0 0;
  }
  .p-image-cm > .title {
    font-size: 1.8rem;
  }
  .p-image-cm > .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-image-cm > .cont > .img {
    width: auto;
    text-align: center;
  }
  .p-image-cm > .cont > .txt {
    width: auto;
  }
  .p-image-cm > .cont > .txt > .hdg {
    font-size: 1.8rem;
  }
  .p-image-cm > .cont > .txt > p {
    font-size: 1.4rem;
  }
  .p-image-cm2 {
    margin: 25px 0 0;
  }
  .p-image-cm2 > .title {
    font-size: 1.8rem;
  }
  .p-image-cm2 > .txt {
    margin: 25px 10px 5px;
  }
  .p-image-cm2 > .txt > p {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-image-cm2 > .cont {
    display: block;
  }
  .p-image-cm2 > .cont > .img {
    width: auto;
    margin-top: 20px;
  }
  .p-image-cm2 > .cont > .img .caption {
    font-size: 1.6rem;
    margin: 4px 0 5px;
  }
  .p-image-food {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-image-food > .item {
    width: 48%;
    margin: 0 0 10px;
    display: block;
    background: none;
  }
  .p-image-food > .item.-prime {
    display: block;
    padding: 10px;
  }
  .p-image-food > .item.-prime .image {
    width: auto;
    margin: -10px -10px 10px;
  }
  .p-image-food > .item.-prime .image .img {
    text-align: center;
  }
  .p-image-food > .item.-prime .info {
    margin: 0;
    padding: 0;
  }
  .p-image-food > .item.-prime .shop {
    margin: 0 -10px;
    padding-bottom: 0;
  }
  .p-image-food > .item .info {
    margin: 0;
    padding: 10px 10px 0;
  }
  .p-image-food > .item .info .img {
    margin: -10px -10px 10px;
    text-align: center;
  }
  .p-image-food > .item .info .name {
    font-size: 1.4rem;
  }
  .p-image-food > .item .info .name > .small {
    font-size: 1.2rem;
  }
  .p-image-food > .item .info .price > span {
    font-size: 1.3rem;
  }
  .p-image-food > .item .shop {
    margin: 0;
    padding: 35px 15px 10px;
    font-size: 1.2rem;
  }
  .p-image-pool {
    display: block;
  }
  .p-image-pool > .item {
    width: auto;
    margin: 0 0 10px;
  }
  .p-image-pool > .item > .img {
    text-align: center;
  }
  .p-image-pool > .item .image {
    height: auto;
  }
  .p-image-pool > .item > .title {
    padding: 10px;
    font-size: 1.8rem;
  }
  .p-image-pool > .item > .title > span {
    font-size: 1.2rem;
  }
  .p-image-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 10px;
  }
  .p-image-slider.-imgright > .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-image-slider.-imgright > .cont {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-image-slider > .img {
    width: auto;
    text-align: center;
  }
  .p-image-slider > .cont {
    width: auto;
    padding: 8px 10px 10px;
  }
  .p-image-slider > .cont > .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-image-slider > .cont > .header > .hdg {
    font-size: 1.8rem;
  }
  .p-image-slider > .cont > .header > .price {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .p-image-slider > .cont > .header > .price > span {
    font-size: 1.4rem;
  }
  .p-image-slider > .cont > .outline {
    font-size: 1.4rem;
  }
  .p-image-slider > .cont > .note {
    font-size: 1.2rem;
  }
  .p-image-slider > .cont > .list {
    font-size: 1.2rem;
  }
  .p-modal-attention > .attention-panel > .body > ul > li, .p-modal-attention > .attention-panel > .body ol > li {
    font-size: 1.3rem;
  }
  .p-modal-body {
    background: url("http://static.hirakatapark.co.jp/theboon/img/modal-section_bg_sp.jpg") 0 0 repeat;
    background-size: 100% auto;
  }
  .p-modal-facility .block {
    border: solid 3px rgba(0, 121, 195, 0.5);
    padding: 30px;
    margin-bottom: 30px;
  }
  .p-modal-facility .block h3 {
    font-size: 2rem;
    margin: 0 0 15px 0;
  }
  .p-modal-facility .block ul li {
    width: 100%;
  }
  .p-modal-facility .block ul li .txt {
    font-size: 1.2rem;
  }
  .p-modal-hdg {
    font-size: 2rem;
  }
  h4.p-modal-hdg {
    font-size: 1.6rem;
  }
  .p-modal-price > .table {
    margin: 0 -15px 15px;
  }
  .p-modal-price > .table > table {
    font-size: 1.3rem;
    table-layout: auto;
  }
  .p-modal-price > .table > table th, .p-modal-price > .table > table td {
    padding: 10px;
  }
  .p-modal-price > .table > table td {
    white-space: nowrap;
  }
  .p-modal-price > .table > table tbody th {
    font-size: 1.2rem;
  }
  .p-modal-price > .table > table tbody th span {
    font-size: 1.1rem;
  }
  .p-modal-price .notice {
    font-size: 1.3rem;
  }
  .p-modal-price > .banner {
    padding: 15px;
  }
  .p-modal-price > .banner > .hdg {
    margin: 0 0 15px;
    font-size: 2rem;
    text-align: center;
  }
  .p-modal-price > .banner > .hdg > span {
    font-size: 1.3rem;
  }
  .p-modal-price > .banner > .cont {
    font-size: 1.4rem;
  }
  .p-modal-price > .banner > .notice {
    font-size: 1.3rem;
  }
  .p-modal-price > .banner > .notice > li {
    display: block;
    margin-right: 0;
  }
  .p-modal-price > .banner > .foot {
    font-size: 1.4rem;
  }
  .p-modal-price .extra {
    font-size: 0.8em;
  }
  .p-modal-renewal-image {
    margin: 15px 0 0;
    display: block;
  }
  .p-modal-renewal-image > .img {
    margin: 0 0 10px;
    width: auto;
  }
  .p-modal-renewal-image > .img > .caption {
    font-size: 1.2rem;
  }
  .p-modal-renewal > .hdg {
    font-size: 1.8rem;
    position: relative;
    top: 15px;
  }
  .p-modal-renewal > .badge {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
  .p-modal-renewal > .txt {
    font-size: 1.4rem;
  }
  .p-modal-section {
    padding: 25px 10px;
  }
  .p-modal-section > .inner {
    padding: 20px 15px;
  }
  .p-modal-section > p.img > img {
    max-width: 435px;
  }
  #pagehead .p-nav-global {
    margin: 0;
  }
  #pagehead .p-nav-global > .linear-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #pagehead .p-nav-global > .linear-button > li {
    width: calc((100% - 1px * 1) / 2) !important;
    margin: 0 1px 1px 0;
  }
  #pagehead .p-nav-global > .linear-button > li:nth-child(2n+2) {
    margin-right: 0;
  }
  #pagehead .p-nav-global > .linear-button > li a {
    font-size: 1.3rem;
    padding: 9px 5px 9px 10px;
  }
  .p-nav-local {
    margin: 0 15px 15px;
  }
  .p-nav-local > ul > li {
    margin: 0 8px 8px 0;
    width: calc((100% - (8px * 1)) / 2);
  }
  .p-nav-local > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .p-nav-local > ul > li > a {
    padding: 15px 0;
  }
  .p-nav-local > ul > li img {
    height: 42.28571px;
  }
  .p-nav-mobile {
    display: block;
    overflow: hidden;
  }
  .p-nav-mobile > .linear-button {
    width: 180px;
    float: right;
    margin: 15px 10px 0 0 !important;
  }
  .p-nav-mobile > .linear-button > li {
    margin: 0 !important;
  }
  .p-note-right {
    font-size: 1.2rem;
  }
  .p-image-slider + .p-note-right {
    margin-top: -4px;
  }
  .p-open-schedule {
    margin: 15px;
  }
  .p-open-schedule > .hdg {
    font-size: 1.8rem;
  }
  .p-open-schedule > .cont {
    display: block;
    text-align: center;
  }
  .p-open-schedule > .cont > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-open-schedule > .cont > div > p {
    font-size: 20px !important;
  }
  .p-open-schedule > .cont > div > p.period {
    font-size: 15px !important;
  }
  .p-open-schedule > .cont > div > p > span {
    font-size: 15px !important;
  }
  .p-open-schedule > .cont > div > p.attention {
    padding: 0.3em;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-open-schedule > .cont > a {
    margin-top: 10px;
    display: block;
  }
  .cm-block {
    display: block;
  }
  .cm-block > .txt {
    width: auto;
    max-width: none;
  }
  .cm-block > .txt > .hdg {
    font-size: 1.8rem;
  }
  .cm-block > .txt > p {
    font-size: 2rem;
  }
  .cm-block > .txt > p {
    font-size: 1.6rem;
  }
  .p-cm-video {
    margin-right: 0;
    max-width: none;
  }
  .p-pool-note {
    margin: 0;
  }
  .p-pool-note > .big {
    font-size: 1.6rem;
  }
  .p-pool-note > .cont > p {
    font-size: 1.4rem;
  }
  .p-pool-note > .cont > p > span {
    font-size: 1.2rem;
  }
  .p-pool-note > .cont {
    padding: 15px 25px;
  }
  .p-pool-note > .cont .thumimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
  }
  .p-pool-note > .cont .thumimage01 {
    width: 48%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-pool-note > .cont .thumimage02 {
    width: 48%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-section-block {
    padding: 20px 0 15px;
  }
  .p-section-block.-alpha::before {
    background-size: 100% auto;
    height: auto;
    padding-top: 10vw;
  }
  .p-section-block.-alpha::after {
    background-size: 100% auto;
    height: auto;
    padding-top: 13vw;
  }
  .p-section-block.-alpha > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-section-block > .inner {
    padding: 0 15px;
  }
  .p-section-hdg {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-image-food > .item.-prime {
    margin-right: 0;
  }
  .p-image-food > .item:not(.-prime):nth-child(3n) {
    margin-right: 0;
  }
  .p-nav-local > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
