box-shadow@charset "UTF-8";
#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;
}

.p-content-frame {
  max-width: 950px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 25px 25px;
  position: relative;
}

.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: 15px 0 20px;
}

.p-content-section {
  padding: 25px 25px;
}

.p-content-section .h2-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.p-content-section .h2-nav h2 {
  margin: -5px 0 0;
  padding: 0;
}

.p-content-section .h2-nav h2 img {
  width: 200px;
}

.p-content-section .h2-nav li {
  width: 25.5%;
}

.p-content-section .h2-nav li:first-child {
  width: 70%;
}

.p-content-section .h2-nav li:nth-child(2) {
  margin-top: 33px;
}

.p-content-section .p-hero-image ul.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 20px;
  margin: 30px auto;
}

.p-content-section .p-hero-image ul.button li a img {
  height: 90px;
}

.p-content-section .original {
  background: url(/hirapar_niisan/expo2018-hirakata-japan/img/bg01.png) no-repeat left top;
  height: auto;
  position: relative;
  border: 0px solid #ffffff !important;
}

.p-content-section .original .dscrpt {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-content-section .original .right {
  margin-right: 20px;
}

.p-content-section .original .right h4 {
  margin: 0;
}

.p-content-section .original .right h5 {
  color: #365bb4;
  font-size: 1.4rem;
  margin: 4px 0;
}

.p-content-section .original .left img {
  margin-top: 5px;
}

.p-content-section .original > section:last-of-type {
  padding-bottom: 100px;
}

.p-content-section .alert {
  margin: 20px 20px 0;
}

.p-content-section .alert p {
  margin-bottom: 0px;
  padding-left: 1em;
  text-indent: -1em;
}

.caption {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5px;
}

p.tac {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

div#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;
  margin-bottom: 20px;
}

#pagehead .fancybox-close {
  width: 78px;
  height: 78px;
  top: -109px;
  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.2rem;
  padding: 15px 10px;
  margin-top: -10px;
}

.h2-nav li h2 img {
  max-width: 394px !important;
}

#shibuyajack .hdg-lv3_2 {
  font-size: 2.0rem;
}

.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-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.-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 .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-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 > .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 {
  font-size: 1.6rem;
}

.p-modal-attention > .attention-panel > .body > img {
  max-width: 286px;
  width: 100%;
  height: auto;
}

.fancybox-skin {
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.p-modal-body {
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 310px;
}


.fancybox-outer, .fancybox-inner {
  position: relative;
  margin: 0 auto;
}
.fancybox-inner {
  height: 569px!important;
}
.p-modal-date p {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 20px;
}

.p-modal-date p span {
  font-size: 1.6rem;
}

.p-modal-date > .item {
  margin: 0 0 0 0;
  color: #fff;
}

.p-modal-date > .item li img {
  max-width: 100%;
  width: 120%;
  margin-bottom: 20px;
}

.p-modal-date > .item_sp {
  margin: 0 0 0 0;
  color: #fff;
  display: none;
}

.p-modal-date > .item_sp li img {
  max-width: 100%;
  width: 120%;
  margin-bottom: 10px;
}

.p-modal-date > .item_sp > li {
  position: relative;
  padding-left: 1em;
}

.p-modal-date > .item_sp > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

.p-modal-date > .date {
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-modal-date > .date li img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.p-modal-date > .date ._mr {
  margin-right: 20px !important;
}

.p-modal-hdg {
  margin: 0 0 15px;
  font-size: 3.2rem;
  text-align: center;
  color: #0079c3;
}

.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: 1px solid #666;
}

.p-modal-price > .table > table th {
  background-color: #d9f1ff;
  color: #057bba;
}

.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 > p {
  padding-left: 1em;
  text-indent: -1em;
}

.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: #1173ba;
  padding: 20px 30px;
}

.p-modal-section h2 {
  font-size: 3.2rem;
  border-bottom: 1px solid #1173ba;
}

.p-modal-section .a-atention {
  color: #333;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1rem;
}

.p-modal-section > .inner {
  padding: 0;
}


.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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-nav-local > ul > li {
  margin: 0 15px 15px 0;
  width: calc((100% - (15px * 2)) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

.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;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  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 ._pd {
  padding: 35px 15px 47px;
}

.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: 20px 25px -4px;
}

.p-open-schedule ul.pc-schdl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-open-schedule ul.pc-schdl li.date-link {
  width: 68%;
  margin-right: 16px;
}

.p-open-schedule ul.pc-schdl li.date-link a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  color: #0079c3;
  text-align: center;
  border: 2px solid #0079c3;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background-image: linear-gradient(to bottom, #fff, #d7d7d7);
  padding: 45px 15px 38px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p-open-schedule ul.pc-schdl li.date-link a:hover, .p-open-schedule ul.pc-schdl li.date-link a:active, .p-open-schedule ul.pc-schdl li.date-link a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #ededed, #f9f9f9);
}

.p-open-schedule ul.sp-schdl {
  display: none;
  width: 100%;
}

.p-open-schedule ul.sp-schdl li.date-link {
  width: 68%;
  margin-right: 16px;
}

.p-open-schedule ul.sp-schdl li.date-link a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  color: #0079c3;
  text-align: center;
  border: 2px solid #0079c3;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  background-image: linear-gradient(to bottom, #fff, #d7d7d7);
  padding: 45px 15px 38px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p-open-schedule ul.sp-schdl li.date-link a:hover, .p-open-schedule ul.sp-schdl li.date-link a:active, .p-open-schedule ul.sp-schdl li.date-link a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #ededed, #f9f9f9);
}

.p-pool-note {
  margin: 0 80px;
}

.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 {
  padding: 15px 25px;
  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;
}

.preparation {
  background: #C6DCD6;
  padding: 20px 10px;
}

.preparation > p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

.p-section-block .box {
  width: 100%;
  -webkit-flex-direction: row-reverse;
  /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.p-section-block .box .right {
  width: 80%;
}

.p-section-block .box .right img {
  margin-top: 5px;
}

.p-section-block .box .left {
  width: 75%;
}

.p-section-block .box .left p .caution {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-block .box .left p span {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-block .box .left p.tac {
  text-align: center;
}

.p-section-block .contents {
  padding: 20px;
  background-color: #f7fafc;
  margin: 20px 0;
}

.p-section-block .contents .ttl {
  border-bottom: dotted 1px #00569f;
  color: #00569f;
  font-weight: bold;
  margin-bottom: 7px;
}

.p-section-block .contents p .caution {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-block .contents p span {
  display: block;
  font-size: 1.1rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-block .to-top {
  text-align: right;
}

.p-section-block.map {
  position: relative;
}

.p-section-block.map a {
  position: absolute;
}

.p-section-block.map a.a01 {
  top: 333px;
  left: 99px;
}

.p-section-block.map a.a02 {
  top: 462px;
  left: 338px;
}

.p-section-block.map a.a03 {
  top: 304px;
  left: 127px;
}

.p-section-block.map a.a04 {
  top: 564px;
  left: 479px;
}

.p-section-block.map a.a05 {
  top: 248px;
  left: 111px;
}

a:hover {
  opacity: 0.7;
}

._p-btm {
  margin-bottom: 50px !important;
}

._pb {
  padding-bottom: 20px !important;
}

._txtaln {
  text-align: right !important;
  margin-top: 10px;
  font-size: 1.4rem;
}

._clr-pink {
  color: #d21276;
}

._flex-drctn {
  -webkit-flex-direction: row !important;
  /* Safari */
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

p._mb0 {
  margin-bottom: 0 !important;
}

p._mt100 {
  margin-top: 250px !important;
}
p._mt20 {
  margin-top: 20px !important;
}
p._pd20 {
  padding: 0 20px !important;
}

.p-section-hdg {
  background: #dff0fc;
  /* Old browsers */
  /*background: -moz-linear-gradient(left, #c0e1f9 0%, #fefeff 100%);
  background: -webkit-linear-gradient(left, #c0e1f9 0%,#fefeff 100%);
  background: linear-gradient(to right, #c0e1f9 0%,#fefeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e1f9', endColorstr='#fefeff',GradientType=1 ); */
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  color: #1173ba;
  font-size: 2.2rem;
  text-align: left;
  padding: 8px 0 7px 20px;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

.topics-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.topics-box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.topics-box li p {
  font-size: 1.6rem;
  margin-bottom: 10px !important;
}

.topics-box li h3 {
  color: #2077bb;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 120%;
}

.topics-box li ._mr {
  margin-right: 20px;
}

.topics-box .left {
  width: 40%;
}

.topics-box .right {
  width: 60%;
}

.topics-box .right .caution {
  color: #ff0000;
  font-size: 1.2rem;
  line-height: 140% !important;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #page.-special .content-block > .inner {
    padding: 0 0 30px;
  }
  .p-content-section {
    padding: 0 25px 25px;
  }
  #page.-special #eerf {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  div#eerf {
    box-shadow: none;
  }
  .p-content-frame {
    padding: 0;
  }
  .p-content-header {
    display: block;
    padding: 15px 0;
    overflow: hidden;
  }
  .p-content-section .h2-nav {
    display: block;
  }
  .p-content-section .h2-nav h2 {
    margin: 0;
    font-size: 2rem;
    text-align: center;
  }
  .p-content-section .h2-nav li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-content-section .h2-nav li:first-child {
    width: 88%;
  }
  .p-content-section .h2-nav li:nth-child(2) {
    margin-top: 20px;
  }
  .p-content-section .p-hero-image ul.button {
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
  }
  .p-content-section .p-hero-image ul.button li {
    width: 100%;
  }
  .p-content-section .original {
    padding: 20px 15px;
    margin: 0 10px -30px;
  }
  .p-content-section .original .dscrpt {
    margin-top: 15px;
  }
  .p-content-section {
    padding-bottom: 0;
  }
  .caption {
    font-size: 1.2rem;
  }
  .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;
    text-align: center;
  }
  #shibuyajack .hdg-lv3_2 {
    font-size: 1.8rem;
  }
  .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: block;
  }
  .p-image-food > .item {
    width: auto;
    margin: 0 0 10px;
    display: block;
  }
  .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-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 {
    font-size: 1.3rem;
  }
  .p-modal-date p {
    font-size: 1.6rem;
  }
  .p-modal-date p span {
    display: block;
    font-size: 1.2rem;
  }
  .p-modal-date > .item {
    display: none;
  }
  .p-modal-date > .item_sp {
    display: block;
  }
  .p-modal-date > .item_sp {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
  .p-modal-date > .date {
    display: block;
  }
  .p-modal-date > .date ._mr {
    font-size: 1.3rem;
    margin-right: 0px !important;
  }
  .p-modal-hdg {
    font-size: 2rem;
  }
  .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 > p {
    font-size: 1.3rem;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .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-nav-local {
    margin: 0 15px 60px;
  }
  .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: 65%;
    width: 65%;
  }
  .p-note-right {
    font-size: 1.2rem;
  }
  .p-image-slider + .p-note-right {
    margin-top: -4px;
  }
  .p-open-schedule {
    margin: 15px 15px -11px;
  }
  .p-open-schedule ul.pc-schdl {
    display: none;
  }
  .p-open-schedule ul.pc-schdl li.date-link {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-open-schedule ul.pc-schdl li.date-link a img {
    width: 65%;
  }
  .p-open-schedule ul.pc-schdl li.date-link a {
    padding: 5px 0 10px;
  }
  .p-open-schedule ul.pc-schdl li.bnr-link {
    width: 50%;
  }
  .p-open-schedule ul.pc-schdl li.bnr-link a:hover {
    opacity: 0.8;
  }
  .p-open-schedule ul.sp-schdl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  .p-open-schedule ul.sp-schdl li.date-link {
    width: 50%;
    margin-right: 9px;
  }
  .p-open-schedule ul.sp-schdl li.date-link a img {
    width: 63%;
  }
  .p-open-schedule ul.sp-schdl li.date-link a {
    padding: 5px 0 10px;
  }
  .p-open-schedule ul.sp-schdl li.bnr-link {
    width: 50%;
  }
  .p-open-schedule ul.sp-schdl li.bnr-link a:hover {
    opacity: 0.8;
  }
  .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-section-block .box {
    display: block;
  }
  .p-section-block .box .right {
    width: 100%;
  }
  .p-section-block .box .right {
    display: block;
  }
  .p-section-block .box .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-section-block .to-top {
    text-align: center;
    padding-bottom: 40px;
  }
  ._p-btm {
    margin-bottom: 20px !important;
  }
  ._width {
    width: 89%;
    margin: 0 20px !important;
  }
  .p-section-hdg {
    font-size: 1.8rem;
    margin: 0 0 20px;
    text-align: center;
  }
  .topics-box ul {
    display: block;
  }
  .topics-box li p {
    font-size: 1.4rem;
  }
  .topics-box li h3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-image-food > .item.-prime {
    margin-right: 0;
  }
  .p-image-food > .item:not(.-prime):nth-child(3n+1) {
    margin-right: 0;
  }
  .p-nav-local > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-open-schedule ul.pc-schdl {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
