@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 */
}
/*----------------------------------------------------
  個別ページ系 共通
----------------------------------------------------*/
.wrap .contents p.ttl {
  color: #005bac;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.wrap .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
.sp-disp,
.pc-none {
  display: none;
}
.pc-disp,
.sp-none {
  display: block;
}
.text-center {
  text-align: center
}
a{
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .wrap .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
  .pc-disp,
  .sp-none {
    display: none;
  }
  .sp-disp,
  .pc-none {
    display: block;
  }
}
.wrap .contents .catalog {
  min-height: 1px;
  padding: 0 30px;
}
.wrap .contents .catalog:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .contents .catalog img {
  float: left;
}
.wrap .contents .catalog__detail {
  float: left;
  width: 494px;
  padding: 0 0 0 52px;
  line-height: 30px;
}
.wrap .contents .catalog__detail p.attention {
  margin: 0px 0px 16px 0;
  color: #888;
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wrap .contents .catalog__detail p.attention.list {
  margin: 0px 0px 16px 1em;
  text-indent: -1em;
}
.wrap .contents .catalog__detail ul.link {
  margin: 24px 0 16px;
}
.wrap .contents .catalog__detail ul.link li {
  display: inline-block;
}
.wrap .contents .catalog__detail ul.link 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;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  min-width: 0;
}
.wrap .contents .catalog__detail ul.link 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) {
  .wrap .contents .catalog__detail ul.link li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap .contents .catalog__detail ul.link li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .wrap .contents .catalog__detail ul.link li a:before {
    margin: -12px 0 0;
  }
  .wrap .contents .catalog__detail ul.link li a br {
    display: inline-block;
  }
}
.wrap .contents .catalog__detail ul.link.min li a {
  font-size: 14px;
  font-size: 1.4rem;
}
.wrap .contents .catalog__detail ul.link.half li {
  width: 46%;
}
.wrap .contents .catalog__detail ul.link.half li a {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap .contents .catalog__detail p.link01 {
  margin: 24px 0 16px;
}
.wrap .contents .catalog__detail p.link01 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;
  letter-spacing: -1px;
}
.wrap .contents .catalog__detail p.link01 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) {
  .wrap .contents .catalog__detail p.link01 a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap .contents .catalog__detail p.link01 a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .wrap .contents .catalog__detail p.link01 a:before {
    margin: -12px 0 0;
  }
  .wrap .contents .catalog__detail p.link01 a br {
    display: inline-block;
  }
}
.wrap .contents .catalog__detail p.link02 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;
  background-color: #aaa;
}
.wrap .contents .catalog__detail p.link02 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) {
  .wrap .contents .catalog__detail p.link02 a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap .contents .catalog__detail p.link02 a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .wrap .contents .catalog__detail p.link02 a:before {
    margin: -12px 0 0;
  }
  .wrap .contents .catalog__detail p.link02 a br {
    display: inline-block;
  }
}
.wrap .contents .catalog__detail p.link03 {
  margin: 24px 0 16px;
}
.wrap .contents .catalog__detail p.link03 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;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1px;
}
.wrap .contents .catalog__detail p.link03 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) {
  .wrap .contents .catalog__detail p.link03 a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap .contents .catalog__detail p.link03 a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .wrap .contents .catalog__detail p.link03 a:before {
    margin: -12px 0 0;
  }
  .wrap .contents .catalog__detail p.link03 a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px){
  .pconly {
    display:none;
  }
}
@media screen and (min-width: 768px){
  .sponly {
    display:none;
  }
}

/*------------------------------------------------------
  もっと見るボタン 
------------------------------------------------------*/
.tgl-btn {
  position: relative;
  width: 330px;
  max-width: 100%;
  margin: 30px 0 0;
  padding: 16px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #005bac;
}
.tgl-btn:before {
  content: "▼";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -9px 0 0;
}
.tgl-btn.is-active:before {
  content: "▲";
}
/*------------------------------------------------------
  アコーディオン
------------------------------------------------------*/
.js-accordion-title {
  position: relative;
}
.js-accordion-title span:after {
  content: "▼";
  color: #005bac;
  font-size: 20px;
  font-size: 2rem;
  float: right;
}
.js-accordion_wrap {
  display: none;
}

.accordion_title {
  text-align: left;
  font-size: 20px;
  padding: 10px;
  color: #005BAC;
  background: #fff;
  border: 2px solid #005bac;
}
.accordion_title:hover {
  opacity: 0.8;
}
.accordion_area .content_detail {
  padding: 10px;
}
.accordion_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .js-accordion-title span:after {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    right: 3px;
    top: 25%;
  }
  .accordion_title:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------
  clearfix
------------------------------------------------------*/
.clearfix { zoom: 1;}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/*------------------------------------------------------
  text フォント関連
------------------------------------------------------*/
.fc-red  {
  color: #EE2424;
}
.fw-b {
  font-weight: bold;
}
.fs_small {
  font-size: 14px;
}
.special-page_area p {
  font-size: 18px;
  line-height: 1.8;
  /*line-height: 1.4;*/
}
.special-page_area .box_lead_text {
  font-size: 18px;
  line-height: 1.8;
  /*line-height: 1.4;*/
  margin: 0 0 16px;
}
.special-page_area .box_lead_text:last-child {
  margin-bottom: 0;
}
.special-page_area .sec p.annotation_text,
.special-page_area .annotation_text {
  font-size: 14px;
  margin: 0px;
  line-height: 1.3;
}
.special-page_area .annotation_nest {
  padding-left: 1em;
  text-indent: -1em;
}
.special-page_area .sec p.title_area_text {
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-size: 32px;
}
.special-page_area .sec p.title_area_text-small {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 24px;
}
.special-page_area .mv-text_area {
  padding: 75px 0 60px;
  text-align: center;
}
.special-page_area .mv-text {
  font-size: 48px;
  line-height: 1.4;
  color: #0068B7;
  font-weight: bold;
}
.special-page_area .mv-text .mv-text_sub {
  font-size: 42px;
}
.special-page_area p.mv-lead_text {
  font-size: 18px;
  line-height: 2;
}
.special-page_area .update-time {
  margin-top: 25px;
  color: #333;
  font-weight: normal;
  text-align: right;
}
.special-page_area .sec p.title_area_text-small {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 24px;
}

.special-page_area .h4-title_area {
  margin-bottom: 15px;
  padding: 11px 4px 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.special-page_area .bg-light-blue {
  background-color: #cce1f1;
}
.special-page_area .h4-title_area.bg-light-blue {
  color: #0068B7;
}
.special-page_area p.min-title {
  display: inline-block;
  background: #0068b7;
  padding: 8px 5px 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}

/*------------------------------------------------------
  padding
------------------------------------------------------*/
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt0 {
  padding-top: 0;
}
.pb80 {
  padding-bottom: 80px!important;
}
/*------------------------------------------------------
  margin
------------------------------------------------------*/
.mt25 {
  margin-top: 25px;
}

.mt50 {
  margin-top: 50px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
/*----------------------------------------------------
  2カラム
----------------------------------------------------*/
.display-flex,
.detail__2col {
  display:-webkit-box;
  display: flex;
}
.display_flex-wrap {
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.detail__2col_item {
  width: 50%;
}
.special-page_area .align-self-s {
  align-self: stretch;
}
.detail__3col {
  padding: 4px;
  width: calc( 100% / 3 - 8px );
}
/*----------------------------------------------------
  ▼ box
----------------------------------------------------*/
.special-page_area .center-box_area .h3-title {
  text-align: center;
}
.special-page_area .center-box_area {
  margin-bottom: 40px;
}
.special-page_area .center-box_area:nth-of-type(1) {
  margin-top: 25px;
}
.special-page_area .center-box_area:last-child {
  margin-bottom: 0;
}
.special-page_area .center-box_area .center-box_padding {
  padding: 0 40px;
  margin-bottom: 32px;
}

.special-page_area .schedule_box {
  margin-bottom: 20px;
  font-size: 16px;
}
.special-page_area .schedule_box dt{
  margin-bottom: 5px;
}
.special-page_area .schedule_box:last-child {
  margin-bottom: 0;
}
.special-page_area .schedule_text {
  font-size: 16px;
  line-height: 1.4;
}
/*----------------------------------------------------
  ▼snsアイコン
----------------------------------------------------*/
.sns-icon_area {
  margin-top: 40px;
}
.special-page_area .sec .sns-icon_area p.sns_text {
  text-align: center;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
}

.sns-icon_area .sns-icon_box {
  margin-top: 15px;
  text-align: center;
}
.sns-icon_area .sns-icon_box ul li {
  display: inline-block;
  margin: 0 8px;
}
.sns-icon_area .sns-icon_box ul li img {
  width: 48px;
}
/*----------------------------------------------------
  ▼youtube エリア
----------------------------------------------------*/
.movie_wrap {
  width: 728px;
  max-width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.movie_wrap .movie_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 23px;
}
.movie_wrap .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .movie_wrap {
    margin-top: 20px;
  }
}
/*----------------------------------------------------
  ▼スライダー
----------------------------------------------------*/
.special-page_area .slider_area {
  margin: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .special-page_area .slider_area {
    width: 100%;
    margin: 10px 0 50px;
  }
  .special-page_area .flickity-prev-next-button {
    width: 22px;
    height: 22px;
  }
  .special-page_area .flickity-prev-next-button.previous {
    left: 5px;
  }

  .special-page_area .flickity-prev-next-button.next {
    right: 5px;
  }
}
/*----------------------------------------------------
  吹き出し
----------------------------------------------------*/

.page .campaign_area .balloon_box {
  display: inline-block;
  margin-bottom: 17px;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  background: #f16a0e;
  position: relative;
}
.page .balloon_box:after {
  top: 98%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 106, 14, 0);
  border-top-color: #f16a0e;
  border-width: 12px;
  margin-left: -12px;
}
.page .balloon_box .balloon_text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/*----------------------------------------------------
  close
----------------------------------------------------*/
.close_relative {
  position: relative;
}
.close_area {
  position: absolute;
}
/*----------------------------------------------------
  特設ページ共通パーツ
----------------------------------------------------*/

.wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
  margin-bottom: 50px;
}
/* mv テキスト /page/playground_2002 */
.main-text_area {
  padding: 90px 0;
  text-align: center;
}
.main-text {
  font-size: 28px;
  line-height: 2;
  color: #0068B7;
  font-weight: bold;
}
/**/
.special-page_area .content-block_area {
  border: 2px solid #27a8cd;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
}
.special-page_area #sec_wrap,
.special-page_area .sec_wrap {
  padding: 0 49px;
}
.pars-img {
  border: 3px solid #0067bc;
}
.special-page_area .sec p.top-lead_text {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
}
.special-page_area .sec p.box_lead_text {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.special-page_area .content-inner_area {
  margin-bottom: 40px;
}
.special-page_area .title_area {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 5px 18px;
  margin-bottom: 16px;
  background: #005bac;
}
.special-page_area .title_area.title_area_bg-orange {
  background-color: #e65c20;
}
.special-page_area .h3-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.special-page_area .bg-box {
  padding: 15px;
  border-radius: 10px;
  background-color: #FDF2EC;
}

.special-page_area .period_area {
  background-color: #f2f6ee;
  padding: 22px;
  margin: 30px 0;
  line-height: 1.4;
}
.special-page_area .period_title,
.special-page_area .period_text {
  font-size: 24px;
  font-weight: bold;
}


.special-page_area .link_list {
  text-align: center;
  margin-bottom: 4rem;
}
.special-page_area .link_list .txt_01 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.special-page_area .link_list p.link 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;
}
.special-page_area .link_list p.link 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;
}
.special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #ee859a;
  padding-bottom: 32px;
  margin-bottom: 32px;
}


.special-page_area .title_area_text span {
  font-size: 26px;
}
.special-page_area .bold {
  font-weight: bold;
}
.special-page_area .mainImg {
  margin-bottom: 40px;
}
.special-page_area .detail__2col_item.col2_item_box {
  padding: 0 8px 0 0;
}
.special-page_area .detail__2col_item.col2_item_box:nth-child(2n) {
  padding: 0 0 0 8px;
}
.special-page_area .detail__2col_item.col2_item_box img {
  width: 100%;
}
.special-page_area .content-block_title {
  display: block;
  border-radius: 4px 4px 0 0;
  text-align: center;
  margin: 0;
  padding: 14px 10px;
  background-color: #27a8cd;
}
.special-page_area .content-block_box {
  padding: 25px;
}
.special-page_area .sec p.title-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.special-page_area .none-radius {
  border-radius: 0!important;
}



/* ショップ詳細エリア */
.special-page_area .shopinfo {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 32px 0 56px;
  border: 2px solid #0068b7;
  background-color: #fff;
}
.special-page_area .shopinfo p.ttl {
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  font-size: 22px;
}

.special-page_area .shopinfo .f_s {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.special-page_area .shopinfo dl {
  padding: 0 20px;
  min-height: 1px;
  font-size: 17px;
  line-height: 35px;
  margin: 0 0 1em;
}
.special-page_area .shopinfo dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.special-page_area .shopinfo dl dt {
  background-color: #0068b7;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  float: left;
  width: 15%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
.special-page_area .shopinfo dl dd {
  line-height: 32px;
  font-size: 16px;
  margin: 0 0 16px;
  padding: 0 0 0 18%;
}
.special-page_area .shopinfo dl dd a {
  font-size: 16px;
}
.special-page_area .shopinfo dl dd em {
  font-size: 15px;
}
.special-page_area .shopinfo dl + p {
  padding: 0 20px;
}
.shopinfo .link_list.detail__2col {
  justify-content: space-around;
}
/* プレイヴィル ショップ3カラム */
.shop-info_3col_area .shop-info_lead_text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.shop-info_3col_area .shop-info_3col_item {
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  padding: 10px 15px;
}
.shop-info_3col_area .shop-name {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}
.special-page_area .shop-info_3col_area .link_list p.link a {
  min-width: 70%;
}
.special-page_area .shop-img_area {
  border: 2px solid #005BAC;
  margin: 0 0 15px 0;
}
/* ページ内スクロールボタン */
.special-page_area .scroll_area.scroll_bg {
  background-color: #ffc600;
}
.special-page_area .scroll_area {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
  padding: 15px 10px 7px;
}
.special-page_area .scroll_box {
  position: relative;
  width: calc( 100% / 2 - 10px );
  background-color: #fff;
  border-radius: 8px;
  margin: 0 5px 8px;
  padding: 14px 0 11px 0;
  text-align: center;
}
.special-page_area .scroll_box:before {
  content: "▼";
  position: absolute;
  right: 14px;
  top: 50%;
  color: #0068B7;
  margin: -7px 0 0;
}
.special-page_area .scroll_box a {
  display: block;
  color: #005BAC;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* mv テキスト /page/playground_2002 */
  .main-text_area {
    padding: 20px 0 30px;
  }
  .main-text {
    font-size: 26px;
  }

  .special-page_area .shopinfo p.ttl {
    padding: 8px 5px;
    border-radius: 7px 7px 0 0;
  }
  .special-page_area .mainImg img {
    width: 100%;
  }
  .special-page_area #sec_wrap {
    padding: 0 10px;
  }
  .special-page_area .detail__2col_item.col2_item_box,
  .special-page_area .detail__2col_item.col2_item_box:nth-child(2n) {
    padding: 0;
  }
  .special-page_area .content-block_title {
    padding: 7px 5px;
  }
  .special-page_area .sec p.title_area_text {
    font-size: 24px;
  }
  .special-page_area .sec p.box_lead_text {
    margin-bottom: 0;
  }
  .special-page_area .sec p.title-text {
    margin-top: 10px;
  }
  .special-page_area .title_area_text span {
    font-size: 18px;
  }
  .special-page_area .content-block_box {
    padding: 15px;
  }

  .special-page_area .sec .box.box_border {
    border-bottom: 1px dashed #ee859a;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .special-page_area .shopinfo dl {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 1em;
  }
  .special-page_area .shopinfo dl dt {
    display: block;
    width: 25%;
    font-size: 14px;
    text-align: center;
    padding: 3px 0 1px;
    margin: 0;
    line-height: 1.2;
    float: left;
  }
  .special-page_area .shopinfo dl dd {
    margin: 0 0 25px 10px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding-left: 25%;
  }
  .special-page_area .shopinfo dl dd a {
    font-size: 14px;
  }
  .special-page_area .link_list p.link a {
    width: 100%;
  }
  .special-page_area .link_list p.link a:before {
    color: #FFF;
  }
  .special-page_area .sec p.annotation_text,
  .special-page_area .annotation_text,
  .playville-campaign_area .annotation_text {
    font-size: 12px!important;
  }
  .page .wrap .inner .contents {
    width: auto;
    border: none;
    padding: 0 0 30px;
  }
  .pars-img img {
    width: 100%;
  }
  .special-page_area .title_area {
    padding: 15px 10px 10px;
  }
  .special-page_area .sec p.box_lead_text {
    margin: 16px 0;
  }
  .special-page_area .sec p.annotation_text,
  .special-page_area .annotation_text {
    font-size: 14px!important;
    margin: 0px;
    line-height: 1.3;
  }
  /* ページ内スクロールボタン */
  .special-page_area .scroll_area {
    margin: 15px 0;
    padding: 15px 10px 7px;
  }
  .special-page_area .scroll_box {
    width: 100%;
    padding: 14px 0 11px 0;
  }
  .special-page_area .scroll_box a {
    font-size: 14px;
  }
  /**/
  .special-page_area .mv-text_area {
    padding: 30px 0;
    text-align: center;
  }
  .special-page_area .mv-text {
    font-size: 24px;
  }
  .special-page_area .mv-text .mv-text_sub {
    font-size: 22px;
  }
  .special-page_area .update-time {
    margin-top: 16px;
  }
  .special-page_area .sec p.title_area_text-small {
    font-size: 20px;
  }
  .special-page_area .h4-title_area {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .special-page_area p.min-title {
    padding: 2px 5px 0px;
    font-size: 16px;
  }
/*----------------------------------------------------
  ▼youtube エリア
----------------------------------------------------*/
  .movie_wrap {
    text-align: center;
    margin-top: 20px;
  }
  .movie_area {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }
  .movie_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}/*@media screen and (max-width: 768px)*/
@media screen and (max-width: 320px) {
  .special-page_area .mv-text {
    font-size: 20px;
  }
  .special-page_area .mv-text .mv-text_sub {
    font-size: 18px;
  }
  .special-page_area .sec p.title_area_text-small {
    font-size: 18px;
  }

}/*iPhone 5s/5/SE*/






/*----------------------------------------------------
  3.11以降の子どもとあそびの記録
----------------------------------------------------*/
.message-311 .wrap .inner .contents .section1 {
  background: url(../images/page/3.11_img02.gif) right 80px no-repeat;
  border-top: 1px solid #ddd;
  margin: 80px 0 0;
  padding: 80px 0 0;
}
.message-311 .wrap .inner .contents .section1 h2 {
  padding: 0 0 0 100px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 90px 0 50px;
}
.message-311 .wrap .inner .contents .section1 h2 + p {
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 150px 100px;
}
.message-311 .wrap .inner .contents .section1 ol li {
  min-height: 1px;
  border-top: 1px dashed #ddd;
  padding: 60px 0 60px 30px;
}
.message-311 .wrap .inner .contents .section1 ol li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.message-311 .wrap .inner .contents .section1 ol li p {
  float: left;
  width: 335px;
  color: #005bac;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  text-indent: -34px;
  margin: 0 0 0 34px;
}
.message-311 .wrap .inner .contents .section1 ol li p span {
  font-weight: normal;
  padding: 0 10px 0 0;
}
.message-311 .wrap .inner .contents .section1 ol li table {
  float: left;
}
.message-311 .wrap .inner .contents .section1 ol li table th {
  padding: 6px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.message-311 .wrap .inner .contents .section1 ol li table th span {
  background-color: #005bac;
  width: 106px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
}
.message-311 .wrap .inner .contents .section1 ol li table td {
  padding: 0 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*----------------------------------------------------
  トット・ガーデン ゆめタウン久留米店
  トット・ガーデン 広島府中店
  トット・ガーデン 八千代緑が丘店
  トット・ガーデン トット・ガーデン ハレノテラス東大宮店
----------------------------------------------------*/
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown {
  border: #dde8d0 1px solid;
  width: 928px;
  margin: 0 auto;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .InformationWrap,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap {
  margin: 36px 0 29px 0;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap h2,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap h2,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .InformationWrap h2,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap h2,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap h2 {
  margin: 0 0 23px 40px;
  padding: 0;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Price,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Price,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .InformationWrap .Price,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Price,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Price {
  text-align: center;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information {
  width: 858px;
  margin: 16px 0 0 35px;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .DLHori,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .DLHori,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .DLHori,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .DLHori,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .DLHori {
  margin-bottom: 30px;
  border-top: 1px solid #b8c8d2;
  border-left: 1px solid #b8c8d2;
  border-right: 1px solid #b8c8d2;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .DLHori dt, .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .DLHori dd {
  display: table-cell;
  margin: 0;
  padding: 16px 0 16px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #000;
  vertical-align: middle;
  border-bottom: 1px solid #b8c8d2;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .DLHori dt,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .DLHori dt {
  width: 100px;
  font-weight: bold;
  text-align: center;
  color: #0071bb;
  background: #e3f5ff;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .DLHori dd,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .DLHori dd {
  width: 760px;
  padding-left: 20px;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .BtnAccessMap,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .BtnAccessMap,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .BtnAccessMap,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .BtnAccessMap,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .BtnAccessMap {
  margin-left: 15px;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .Caution,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .Caution,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .Caution,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .Caution,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .Caution {
  padding: 20px;
  background: #f7f7f7;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .Caution h3,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .Caution h3,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .Caution h3,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .Caution h3,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .Caution h3 {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .Information .Caution .ListDisc li,
.tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .Information .Caution .ListDisc li,
.tot-garden-makuhari_saga .contents #Page_TotGardenLaketown .Information .Caution .ListDisc li,
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .Information .Caution .ListDisc li,
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .Information .Caution .ListDisc li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 19px;
  line-height: 1.5em;
  background: url(../images/page/tot_garden_yumetown_img06.gif) no-repeat top;
  background-position: 0 2px;
}

/*----------------------------------------------------
  トット・ガーデン 八千代緑が丘店
----------------------------------------------------*/
.tot-garden-yachiyo .contents #Page_TotGardenLaketown {
  width: 978px;
}
.tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap {
  margin-top: 0;
}
/*----------------------------------------------------
  トット・ガーデン 八千代緑が丘店
----------------------------------------------------*/
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown {
  width: 978px;
}
.tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap {
  margin-top: 0;
}
/*----------------------------------------------------
  トット・ガーデン 特設ページ
----------------------------------------------------*/
.tot-garden-event .tot-garden-event_box {
  border: #dde8d0 1px solid;
  margin: 0 auto;
  padding: 0;
}
.tot-garden-event .content_area {
  margin: 27px 40px 65px;
  border-bottom: 1px solid #b9bec3;
  padding-bottom: 65px;
}
.tot-garden-event .content_area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wrap .inner .contents section.tot-garden-event_box {
  padding: 0;
}
.tot-garden-event .detail__2col.align-items-center {
  align-items: center; 
}
.tot-garden-event .detail__2col_item.col2_item_box {
  padding: 0 8px 0 0;
}
.tot-garden-event .detail__2col_item.col2_item_box:nth-child(2n) {
  padding: 0 0 0 8px;
}
.tot-garden-event .detail__2col_item.col2_item_box img {
  width: 100%;
}
.tot-garden-event .detail__3col {
  display: flex;
  justify-content:space-between;
}
.tot-garden-event .col3_item_box {
  width: 30%;
}
.tot-garden-event .box_lead_text {
  font-size: 18px;
}

.tot-garden-event .img01_area {
  margin-bottom: 40px; 
}
.tot-garden-event .content01_text {
  color: #4f1302;
  line-height: 1.6;
}
.tot-garden-event .title_area {
  text-align: center;
  margin-bottom: 20px;
}
.tot-garden-event .title_text {
  font-size: 24px;
  color: #4f1302;
  font-weight: bold;
}

.tot-garden-event .title_text.title_icon:before{
  content: '先着順';
  color: #fff;
  display: inline;
  background-color: #e63333;
  font-weight: bold;
  padding: 3px 6px 0px;
  margin-right: 15px;
}

.tot-garden-event .presents_text_title {
  font-size: 16px;
  line-height: 1.4;
}
.tot-garden-event .presents_text_title span {
  font-size: 20px;
}
.tot-garden-event .target {
  background-color: #221815;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 4px 5px 2px;
  margin: 10px 0 8px;
}
.tot-garden-event .presents_text_notes {
  margin-top: 20px;
  line-height: 1.6;
  padding-left: 1rem;
}
.tot-garden-event .presents_text_notes li {
  list-style-type: none;
  text-indent: -1em;
  font-size: 14px;
}
.tot-garden-event .presents_text_notes li:before {
  display: inline;
  content: "※";
}
.tot-garden-event .lead_text {
  font-size: 16px;
}

.tot-garden-event .event-detail_text {
  line-height: 2;
  margin-bottom: 40px;
}
.tot-garden-event .event-detail_title {
  color: #749c73;
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.3;
  font-weight: bold;
}
.tot-garden-event .event-detail_description {
  font-size: 14px;
  line-height: 1.5;
}

.tot-garden-event .day {
  background: #eef8f1;
  border-radius: 10px;
  padding: 48px;
  width: 802px;
  margin: 48px auto;
}
.tot-garden-event .day th {
  vertical-align: top;
  display: block;
  width: auto;
  padding: 2px 0 6px;
  font-size: 14px;
  color: #ea5541;
}
.tot-garden-event .day td {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.4;
  vertical-align: top;
  display: block;
}
.tot-garden-event .detail__2col_item.col2_img_box {
  padding: 0 20px 0 0;
}
.tot-garden-event .detail__2col_item.col2_img_box:nth-last-of-type(1) {
  padding: 0 0 0 20px;
}
.tot-garden-event .col2_img_box.border-r {
  border-right: 2px solid #f2f2f2;
}
.tot-garden-event .txt_01 {
  line-height: 1.2;
  margin: 16px 0;
  text-align: center;
  font-weight: bold;
}
.tot-garden-event p.link {
  clear: both;
  text-align: center;
}
.tot-garden-event p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  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;
}
.tot-garden-event p.link 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;
}
.tot-garden-event .tot-garden_title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #005bac;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 40px;
  text-align: center;
}
.tot-garden-event .detail__4col {
  display: flex;
  justify-content: space-between;
}
.tot-garden-event .col4_item_box {
  width: 233px;
}
.tot-garden-event .tot-garden-commentary_box .detail_text {
  padding: 8px 8px 0;
  line-height: 1.6;
}
.tot-garden-event .tot-garden-commentary_box .detail_text span {
  color: #005bac;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 8px;
}
.tot-garden-event .tot-garden-commentary_box .margin_box {
  margin-bottom: 70px;
}
.tot-garden-event .tot-garden-commentary_box .notes {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.tot-garden-event .totgarden_img {
  text-align: center;
}
.tot-garden-event .zone_detail_area {
  margin-top: 60px;
}
.tot-garden-event .zone_detail_title {
  color: #005bac;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.tot-garden-event .zone_detail_area .margin_box {
  margin-top: 25px;
}
.tot-garden-event .zone-item {
  width: 305px;
  margin-right: 40px;
}
.tot-garden-event .zone-item_text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  line-height: 1.4;
}
.tot-garden-event .price_box {
  width: 550px;
  margin: 0 auto;
}

.tot-garden-event .price_img {
  text-align: center;
  margin-bottom: 20px;
}
.tot-garden-event .price_img img {
  margin-bottom: 20px;
}
.tot-garden-event .price_text {
  text-align: right;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}

.tot-garden-event .price_area {
  padding: 0!important;
}
.tot-garden-event .price_list {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
}
.tot-garden-event .price_list li:first-child {
  padding-bottom: 1rem;
  font-weight:bold;
  color:#333;
}
/*-- ▼sp --------------------------------------------*/
@media screen and (max-width: 768px) {
  .tot-garden-event img.sp-disp,
  .tot-garden-event .col3_item_box img,
  .tot-garden-event .totgarden_img img,
  .tot-garden-event .price_img img {
    width: 100%;
  }
  .tot-garden-event .day,
  .tot-garden-event .price_box {
    width: 100%;
  }
  .tot-garden-event .detail__2col,
  .tot-garden-event .detail__3col,
  .tot-garden-event .detail__4col {
    display: block;
  }
  .tot-garden-event .detail__2col_item {
    width: 100%;
  }
  .tot-garden-event .detail__2col_item.col2_item_box {
    padding: 0;
  }
  .tot-garden-event .detail__2col_item.col2_item_box:nth-child(2n) {
    padding: 0;
    margin: 15px 0 0;
  }
  .tot-garden-event .detail__2col_item.col2_img_box {
    padding: 0;
  }
  .page.tot-garden-event .wrap .inner .contents,
  .page.tot-garden_campaign .wrap .inner .contents {
    padding: 0;
  }
  .tot-garden-event .content_area {
    margin: 30px 10px;
    padding-bottom: 30px;
  }
  .tot-garden-event .box_lead_text {
    font-size: 14px;
  }
  .tot-garden-event .title_text {
    font-size: 18px;
  }
  .tot-garden-event .presents_text_notes li {
    margin-bottom: 10px;
  }
  .tot-garden-event .col3_item_box {
    width: 100%;
    margin-bottom: 50px;
  }
  .tot-garden-event .day {
    padding: 15px;
    margin: 20px auto 50px;
  }
  .tot-garden-event .day table span,
  .tot-garden-event .day table a {
    font-size: 14px;
  }

  .tot-garden-event .col2_img_box.border-r {
    border: none;
  }
  .tot-garden-event p.link a:before {
    color: #fff;
  }
  .tot-garden-event .detail__2col_item.col2_img_box:nth-last-of-type(1) {
    padding: 0;
  }
  .tot-garden-event .col2_img_box {
    margin-bottom: 30px;
  }
  .tot-garden-event .tot-garden_title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .tot-garden-event .col4_item_box {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .tot-garden-commentary_box img {
    width: 100%;
  }
  .tot-garden-event.tot-garden-commentary_box .detail_text span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tot-garden-event .totgarden_img {
    text-align: center;
    padding: 10px;
  }
  .tot-garden-event .tot-garden-commentary_box .notes {
    font-size: 10px;
    font-size: 1rem;
  }
  .tot-garden-event .zone_detail_area {
    margin-top: 30px;
    padding: 10px;
  }
  .tot-garden-event .zone-item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .tot-garden-event .tot-garden-commentary_box .margin_box {
    margin-bottom: 0;
  }
  .tot-garden-event .price_area {
    padding: 0 10px 0!important;
  }
  .tot-garden-event .price_list li {
    line-height: 1.4;
  }


}/* @media screen and (max-width: 768px) */


/*----------------------------------------------------
  展示会
----------------------------------------------------*/
.exhibition_201605 .contents {
  text-align: center;
}
.exhibition_201605 .contents p.message {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 20px;
}
.exhibition_201605 .contents h1 {
  margin: 0;
}
.exhibition_201605 .contents ul.link {
  width: 928px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.exhibition_201605 .contents ul.link li {
  display: inline-block;
  margin: 0 16px;
  padding: 0 0 40px;
}
.exhibition_201605 .contents ul.link 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;
}
.exhibition_201605 .contents ul.link 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) {
  .exhibition_201605 .contents ul.link li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .exhibition_201605 .contents ul.link li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .exhibition_201605 .contents ul.link li a:before {
    margin: -12px 0 0;
  }
  .exhibition_201605 .contents ul.link li a br {
    display: inline-block;
  }
}
.exhibition_201605 .contents p.reserve {
  width: 928px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #e84709;
  font-weight: bold;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 42px 0 12px;
}
.exhibition_201605 .contents p.link {
  width: 928px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.exhibition_201605 .contents p.link 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;
}
.exhibition_201605 .contents p.link 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) {
  .exhibition_201605 .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .exhibition_201605 .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .exhibition_201605 .contents p.link a:before {
    margin: -12px 0 0;
  }
  .exhibition_201605 .contents p.link a br {
    display: inline-block;
  }
}
.exhibition_201605 .contents .introduction {
  width: 928px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  padding: 50px 0 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
.exhibition_201605 .contents .introduction h2 {
  color: #1eaa39;
  font-weight: bold;
  border-top: 2px solid #1eaa39;
  padding: 40px 0;
  font-size: 32px;
  font-size: 3.2rem;
  width: 850px;
  margin: 0 auto;
}
.exhibition_201605 .contents .introduction p.ttl {
  background-color: #d5e9cd;
  width: 850px;
  padding: 10px 0 6px;
  font-weight: bold;
  color: #333;
  margin: 0 auto 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.exhibition_201605 .contents .introduction h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  margin: 0px 0px 30px;
}
.exhibition_201605 .contents .introduction h3.mid {
  font-size: 24px;
  font-size: 2.4rem;
}
.exhibition_201605 .contents .introduction h3.mid.spc {
  letter-spacing: -1px;
}
.exhibition_201605 .contents .introduction .item {
  margin: 0 0 40px;
  min-height: 1px;
}
.exhibition_201605 .contents .introduction .item:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605 .contents .introduction .item img {
  float: left;
  padding: 0 0 0 40px;
}
.exhibition_201605 .contents .introduction .item__detail {
  min-height: 1px;
  margin: 0 0 30px;
}
.exhibition_201605 .contents .introduction .item__detail:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605 .contents .introduction .item__detail div {
  width: 410px;
  padding: 0 40px 0 0;
  float: right;
  text-align: left;
}
.exhibition_201605 .contents .introduction .item__detail div p {
  margin: 0 0 2em;
}
.exhibition_201605 .contents .introduction .item__detail div p:last-child {
  margin: 0;
}
.exhibition_201605 .contents .introduction__contents1 .item__detail img {
  margin: 0 0 0 -40px;
}
.exhibition_201605 .contents .introduction__contents1 iframe {
  display: block;
  margin: 0 auto;
}
.exhibition_201605 .contents .introduction__contents2.item ol {
  min-height: 1px;
  padding: 0px 40px;
  margin: 0 0 30px;
}
.exhibition_201605 .contents .introduction__contents2.item ol:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605 .contents .introduction__contents2.item ol li {
  float: left;
  width: 400px;
  letter-spacing: -0.5px;
}
.exhibition_201605 .contents .introduction__contents2.item ol li img {
  padding: 0 0 15px;
  width: 100%;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow1 {
  margin: 0 0 15px;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow2 {
  float: right;
  margin: 0 0 15px;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow3 {
  float: right;
  margin: 0 0 15px;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow4 {
  clear: both;
  margin: 0 0 15px;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow5 {
  float: right;
}
.exhibition_201605 .contents .introduction__contents2.item ol li.flow6 {
  clear: both;
  width: 100%;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail img {
  float: none;
  padding: 0;
  margin: 0 auto 40px;
  display: block;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail h3.mid + p {
  padding: 0 40px 40px;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail h4 {
  text-align: center;
  color: #0093D4;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 40px;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol {
  min-height: 1px;
  width: 850px;
  margin: 0px auto;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li {
  width: 400px;
  margin: 0 0 40px;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li:nth-child(odd) {
  float: left;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li:nth-child(even) {
  float: right;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li img {
  margin: 0 0 20px;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li p.subttl {
  color: #0093D4;
  min-height: 1px;
  margin: 0 0 20px;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li p.subttl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li p.subttl span {
  float: left;
  background-color: #0093D4;
  display: inline-block;
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 60px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 60px;
  text-align: center;
}
.exhibition_201605 .contents .introduction__contents3 .item__detail ol li p.subttl strong {
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  line-height: 30px;
  padding: 0 0 0 10px;
}
.exhibition_201605 .contents .access {
  position: relative;
}
.exhibition_201605 .contents .access .map {
  width: 480px;
  height: 405px;
  position: absolute;
  right: 66px;
  top: 43px;
}

/*----------------------------------------------------
  展示会レポート
----------------------------------------------------*/
.exhibition_201605_report .reportWrap {
  border: 1px solid #cfcfcf;
  position: relative;
}
.exhibition_201605_report .reportWrap h1 {
  padding: 48px 0 35px 47px;
  margin: 0;
  text-align: left;
}
.exhibition_201605_report .reportWrap h1 + p {
  width: 499px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
}
.exhibition_201605_report .reportWrap ul.caption {
  min-height: 1px;
}
.exhibition_201605_report .reportWrap ul.caption:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605_report .reportWrap ul.caption li, .exhibition_201605_report .reportWrap p.caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  float: left;
}
.exhibition_201605_report .reportWrap ul.caption li img, .exhibition_201605_report .reportWrap p.caption img {
  display: block;
  margin: 0 0 8px;
}
.exhibition_201605_report .reportWrap ul.lead {
  min-height: 1px;
  padding: 85px 0 0;
}
.exhibition_201605_report .reportWrap ul.lead:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605_report .reportWrap ul.lead li {
  text-align: center;
}
.exhibition_201605_report .reportWrap ul.lead li:first-child {
  position: absolute;
  right: 0;
  top: 0;
}
.exhibition_201605_report .reportWrap ul.lead li:nth-child(3) {
  float: right;
}
.exhibition_201605_report .reportWrap__detail {
  padding: 70px 40px 60px;
}
.exhibition_201605_report .reportWrap__detail > p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
}
.exhibition_201605_report .reportWrap__detail h2 {
  text-align: center;
  margin: 40px 0 50px;
}
.exhibition_201605_report .reportWrap__detail__introduction {
  min-height: 1px;
  margin: 0 0 16px;
}
.exhibition_201605_report .reportWrap__detail__introduction:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605_report .reportWrap__detail__introduction p.caption {
  width: 360px;
}
.exhibition_201605_report .reportWrap__detail__introduction p.caption + p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 500px;
  float: right;
  line-height: 34px;
  padding: 18px 0 0;
}
.exhibition_201605_report .reportWrap__detail ul.second {
  min-height: 1px;
}
.exhibition_201605_report .reportWrap__detail ul.second:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.exhibition_201605_report .reportWrap__detail ul.second li {
  width: 294px;
  margin: 0 8px 0 0;
}
.exhibition_201605_report .reportWrap__detail ul.second li:last-child {
  margin: 0;
}
.exhibition_201605_report .reportWrap__detail hr {
  height: 0;
  border: 0;
  border-top: 1px solid #1eaa39;
  margin: 48px 0 42px;
}
.exhibition_201605_report .reportWrap__detail hr + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px !important;
  text-align: left;
  margin: 0 0 50px;
}
.exhibition_201605_report .reportWrap__detail ul.last li {
  width: 430px;
}
.exhibition_201605_report .reportWrap__detail ul.last li:first-child {
  margin: 0 38px 0 0;
}

/*----------------------------------------------------
  ウィンザー社乗用遊具キャンペーン
----------------------------------------------------*/
.campaign_winther1604 .contents {
  background-color: #fff9e2;
  text-align: center;
}
.campaign_winther1604 .contents h1 {
  margin: 40px 0 45px;
}
.campaign_winther1604 .contents .new {
  margin: 40px 0;
}
.campaign_winther1604 .contents .itemlist {
  border: 10px solid #0068b7;
  background-color: #fff;
  text-align: left;
  margin: 0 40px;
}
.campaign_winther1604 .contents .itemlist h2 {
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 7px 0 13px 10px;
  margin: 0 0 24px;
}
.campaign_winther1604 .contents .itemlist ol {
  min-height: 1px;
  width: 100%;
  padding: 0 0 30px;
}
.campaign_winther1604 .contents .itemlist ol:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.campaign_winther1604 .contents .itemlist ol li {
  float: left;
  position: relative;
  width: 33.3%;
  height: 132px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: bold;
  text-indent: -1em;
  padding: 0 0 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 130px 30px;
}
.campaign_winther1604 .contents .itemlist ol li a {
  color: #0068b7;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.campaign_winther1604 .contents .itemlist ol li a span {
  color: #000;
  display: block;
  padding: 0 0 0 1em;
}
.campaign_winther1604 .contents .itemlist ol li a em {
  border: 1px solid #d6d5d5;
  color: #595757;
  text-indent: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 28px;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 0;
  line-height: 1;
}
.campaign_winther1604 .contents .itemlist ol li a strong {
  position: absolute;
  bottom: -3px;
  left: 50px;
  font-size: 10px;
  font-size: 1rem;
  color: #333;
}
.campaign_winther1604 .contents .itemlist ol li.item1 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item01.png);
}
.campaign_winther1604 .contents .itemlist ol li.item2 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item02.png);
}
.campaign_winther1604 .contents .itemlist ol li.item3 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item03.png);
}
.campaign_winther1604 .contents .itemlist ol li.item4 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item04.png);
}
.campaign_winther1604 .contents .itemlist ol li.item5 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item05.png);
}
.campaign_winther1604 .contents .itemlist ol li.item6 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item06.png);
}
.campaign_winther1604 .contents .itemlist ol li.item7 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item07.png);
}
.campaign_winther1604 .contents .itemlist ol li.item8 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item08.png);
}
.campaign_winther1604 .contents .itemlist ol li.item9 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item09.png);
}
.campaign_winther1604 .contents .itemlist ol li.item10 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item10.png);
}
.campaign_winther1604 .contents .itemlist ol li.item11 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item11.png);
}
.campaign_winther1604 .contents .itemlist ol li.item12 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item12.png);
}
.campaign_winther1604 .contents .itemlist ol li.item13 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item13.png);
}
.campaign_winther1604 .contents .itemlist ol li.item14 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item14.png);
}
.campaign_winther1604 .contents .itemlist ol li.item15 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item15.png);
}
.campaign_winther1604 .contents .itemlist ol li.item16 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item16.png);
}
.campaign_winther1604 .contents .itemlist ol li.item17 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item17.png);
}
.campaign_winther1604 .contents .itemlist ol li.item18 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item18.png);
}
.campaign_winther1604 .contents .itemlist ol li.item19 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item19.png);
  height: 138px;
  background-position: 40px 22px;
}
.campaign_winther1604 .contents .itemlist ol li.item20 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item20.png);
  height: 138px;
  background-position: 40px 22px;
}
.campaign_winther1604 .contents .itemlist ol li.item21 {
  background-image: url(../images/page/campaign_winther1604/campaign_winther_item21.png);
  height: 138px;
}
.campaign_winther1604 .contents p.button {
  text-align: center;
  margin: 40px 0;
}
.campaign_winther1604 .contents 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;
}
.campaign_winther1604 .contents 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) {
  .campaign_winther1604 .contents p.button a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign_winther1604 .contents p.button a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .campaign_winther1604 .contents p.button a:before {
    margin: -12px 0 0;
  }
  .campaign_winther1604 .contents p.button a br {
    display: inline-block;
  }
}
.campaign_winther1604 .contents .info {
  text-align: left;
  padding: 0 70px;
}
.campaign_winther1604 .contents .info h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.campaign_winther1604 .contents .info p.tel {
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0 5px;
}
.campaign_winther1604 .contents .info p.tel span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 0 20px 0 0;
}
.campaign_winther1604 .contents .info p.mail {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/*----------------------------------------------------
  マグ・フォーマー17アイテム新発売
----------------------------------------------------*/
.magformer_1607 .wrap .inner .contents {
  border: 1px solid #cfcfcf;
  width: 900px;
  padding: 40px;
}
.magformer_1607 .wrap .inner .contents h1 {
  margin: 0 0 40px;
}
.magformer_1607 .wrap .inner .contents h1 img {
  width: 100%;
}
.magformer_1607 .wrap .inner .contents h1 + p.link {
  text-align: center;
  margin: 0 0 40px;
}
.magformer_1607 .wrap .inner .contents h1 + p.link 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;
}
.magformer_1607 .wrap .inner .contents h1 + p.link 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) {
  .magformer_1607 .wrap .inner .contents h1 + p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .magformer_1607 .wrap .inner .contents h1 + p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .magformer_1607 .wrap .inner .contents h1 + p.link a:before {
    margin: -12px 0 0;
  }
  .magformer_1607 .wrap .inner .contents h1 + p.link a br {
    display: inline-block;
  }
}
.magformer_1607 .wrap .inner .contents div {
  margin: 0 auto 60px;
  padding: 0 10px 0 380px;
}
.magformer_1607 .wrap .inner .contents div p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
}
.magformer_1607 .wrap .inner .contents div.lead {
  background: url(../images/page/magformers_1607/magformers_img01.jpg) left top no-repeat;
  min-height: 537px;
}
.magformer_1607 .wrap .inner .contents div.lead p {
  line-height: 34px;
  margin: 0 0 1em;
}
.magformer_1607 .wrap .inner .contents div.second {
  background: url(../images/page/magformers_1607/magformers_img02.gif) 0 top no-repeat;
  min-height: 340px;
}
.magformer_1607 .wrap .inner .contents div.second h2 {
  color: #d30f1a;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  font-weight: bold;
  margin: 0px 0px 24px;
}
.magformer_1607 .wrap .inner .contents div.second + img {
  margin: 0 auto 60px;
}
.magformer_1607 .wrap .inner .contents div img.sp-disp {
  display: none;
}
.magformer_1607 .wrap .inner .contents div.third {
  padding: 0;
}
.magformer_1607 .wrap .inner .contents div.third h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .magformer_1607 .wrap .inner .contents div.third h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.magformer_1607 .wrap .inner .contents div.third .all-item {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #de003a;
  padding: 0;
  margin: 0 0 30px;
}
.magformer_1607 .wrap .inner .contents div.third .all-item p {
  padding: 15px 0;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background: #de003a;
}
.magformer_1607 .wrap .inner .contents div.third .all-item ul {
  min-height: 1px;
  padding: 20px;
}
.magformer_1607 .wrap .inner .contents div.third .all-item ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.magformer_1607 .wrap .inner .contents div.third .all-item ul li {
  width: 30%;
  float: left;
  margin-right: 3%;
  margin-bottom: 5px;
}
.magformer_1607 .wrap .inner .contents div.third .all-item ul li a {
  background: url(../images/page/magformers_1607/ico_link.png) left 4px no-repeat;
  color: #005bac;
  padding: 0 0 0 20px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.magformer_1607 .wrap .inner .contents div.third .all-item ul li a:hover {
  text-decoration: underline;
}
.magformer_1607 .wrap .inner .contents div.third h3 {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px;
}
.magformer_1607 .wrap .inner .contents div.third h3.shop:before {
  content: "●";
}
.magformer_1607 .wrap .inner .contents div.third h3.shop span {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 0 1em;
}
.magformer_1607 .wrap .inner .contents div.third hr {
  border: 1px solid #de003a;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.magformer_1607 .wrap .inner .contents div.third p.link {
  text-align: center;
  margin: 0 0 10px;
}
.magformer_1607 .wrap .inner .contents div.third p.link 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: 300px;
}
.magformer_1607 .wrap .inner .contents div.third p.link 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) {
  .magformer_1607 .wrap .inner .contents div.third p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .magformer_1607 .wrap .inner .contents div.third p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .magformer_1607 .wrap .inner .contents div.third p.link a:before {
    margin: -12px 0 0;
  }
  .magformer_1607 .wrap .inner .contents div.third p.link a br {
    display: inline-block;
  }
}
.magformer_1607 .wrap .inner .contents div.third ul.IndexMenu {
  margin: 0px 0px 10px;
}
.magformer_1607 .wrap .inner .contents div.third ul.IndexMenu li {
  width: 48%;
  margin-bottom: 15px;
  display: inline-block;
}
.magformer_1607 .wrap .inner .contents div.third ul.IndexMenu li:before {
  content: "●";
}
.magformer_1607 .wrap .inner .contents div.third .more {
  padding: 0px;
  min-height: 1px;
  text-align: center;
}
.magformer_1607 .wrap .inner .contents div.third .more:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.magformer_1607 .wrap .inner .contents div.third .more p {
  display: inline-block;
  margin: 0 20px;
}

/*----------------------------------------------------
  「マグ・フォーマー」販売店一覧
----------------------------------------------------*/
.mfshop_list .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mfshop_list .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.mfshop_list .contents .list-wrap {
  min-height: 1px;
}
.mfshop_list .contents .list-wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.mfshop_list .contents .list-wrap table {
  width: 49%;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #333;
}
.mfshop_list .contents .list-wrap table.left {
  float: left;
}
.mfshop_list .contents .list-wrap table.right {
  float: right;
}
.mfshop_list .contents .list-wrap table th {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.mfshop_list .contents .list-wrap table th.shopname {
  background-color: #005bac;
  color: #fff;
}
.mfshop_list .contents .list-wrap table td {
  border-bottom: 1px dashed #333;
  padding: 5px;
}
.mfshop_list .contents .list-wrap table td:nth-of-type(1) {
  border-right: 1px solid #333;
}
.mfshop_list .contents .list-wrap table td:nth-of-type(2) {
  text-align: center;
}

/*----------------------------------------------------
  価格改定商品一覧
----------------------------------------------------*/
.price_revision_1610 .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .price_revision_1610 .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.price_revision_1610 .contents h1 + p {
  line-height: 1.5;
  margin: 0 0 2em;
}
.price_revision_1610 .contents table {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #333;
}
.price_revision_1610 .contents table thead tr.blank th {
  border: none;
  background-color: #fff;
  color: #333;
  font-weight: normal;
}
.price_revision_1610 .contents table thead tr th {
  border: 1px solid #333;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  background-color: #005bac;
  color: #fff;
}
.price_revision_1610 .contents table thead tr th.old {
  border-right: none;
  padding: 5px 10px 5px 0;
  text-align: right;
}
.price_revision_1610 .contents table thead tr th.arrow {
  border-left: none;
  text-align: left;
}
.price_revision_1610 .contents table td {
  border-bottom: 1px dashed #333;
  border-right: 1px solid #333;
  padding: 5px;
}
.price_revision_1610 .contents table td:nth-of-type(1) {
  border-left: 1px solid #333;
}
.price_revision_1610 .contents table td:nth-of-type(3) {
  text-align: right;
  border-right: none;
}
.price_revision_1610 .contents table td:nth-of-type(5) {
  text-align: right;
  font-weight: bold;
}

/*----------------------------------------------------
  ハロウィンイベント
----------------------------------------------------*/
.helloween_1610 .wrap .inner .contents {
  width: 860px;
  border: 1px solid #cfcfcf;
  padding: 40px 60px 60px;
}
.helloween_1610 .wrap .inner .contents h1 {
  color: #654d8e;
  font-size: 56px;
  font-size: 5.6rem;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: -3px;
}
.helloween_1610 .wrap .inner .contents h1 span {
  color: #f08200;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  letter-spacing: 0;
}
.helloween_1610 .wrap .inner .contents h1 + p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 25px;
}
.helloween_1610 .wrap .inner .contents hr {
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.helloween_1610 .wrap .inner .contents h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 24px;
}
.helloween_1610 .wrap .inner .contents h2 + p {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 60px;
}
.helloween_1610 .wrap .inner .contents h2 + p em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.helloween_1610 .wrap .inner .contents p.link {
  text-align: center;
}
.helloween_1610 .wrap .inner .contents p.link 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;
  font-size: 20px;
  font-size: 2rem;
}
.helloween_1610 .wrap .inner .contents p.link 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) {
  .helloween_1610 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .helloween_1610 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .helloween_1610 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .helloween_1610 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  コンパン遊具クラシックモデル特別ご愛顧キャンペーン
----------------------------------------------------*/
.kompan_1610 .wrap .inner .contents {
  width: 900px;
  border: 1px solid #cfcfcf;
  padding: 40px 40px 60px;
}
.kompan_1610 .wrap .inner .contents h1 {
  margin: 0 0 45px;
}
.kompan_1610 .wrap .inner .contents .lead {
  min-height: 1px;
  margin: 0 0 50px;
}
.kompan_1610 .wrap .inner .contents .lead:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kompan_1610 .wrap .inner .contents .lead p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
  width: 520px;
  float: left;
}
.kompan_1610 .wrap .inner .contents .lead img {
  float: right;
}
.kompan_1610 .wrap .inner .contents h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .kompan_1610 .wrap .inner .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.kompan_1610 .wrap .inner .contents ul.item {
  min-height: 1px;
  margin: 0 0 40px;
}
.kompan_1610 .wrap .inner .contents ul.item:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.kompan_1610 .wrap .inner .contents ul.item li {
  margin: 0 12px 12px 0;
  float: left;
}
.kompan_1610 .wrap .inner .contents ul.item li:nth-child(3) {
  margin-right: 0;
}
.kompan_1610 .wrap .inner .contents h2 + p {
  text-align: center;
}
.kompan_1610 .wrap .inner .contents .order {
  text-align: center;
  margin: 60px 0 0;
}
.kompan_1610 .wrap .inner .contents .order > p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 8px;
}
.kompan_1610 .wrap .inner .contents .order p.link 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;
  font-size: 20px;
  font-size: 2rem;
}
.kompan_1610 .wrap .inner .contents .order p.link 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) {
  .kompan_1610 .wrap .inner .contents .order p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kompan_1610 .wrap .inner .contents .order p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .kompan_1610 .wrap .inner .contents .order p.link a:before {
    margin: -12px 0 0;
  }
  .kompan_1610 .wrap .inner .contents .order p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  秋のベビーフェア
----------------------------------------------------*/
.babyfair_1610 .wrap .inner .contents {
  width: 978px;
  border: 1px solid #cfcfcf;
  padding: 0 0 60px;
}
.babyfair_1610 .wrap .inner .contents h1 {
  margin: 0 0 28px;
}
.babyfair_1610 .wrap .inner .contents .item01 {
  background: url(../images/page/babyfair_1610/babyfair_1610_img02.jpg) 40px top no-repeat;
  padding: 0 40px 0 520px;
  margin: 0 0 40px;
}
.babyfair_1610 .wrap .inner .contents .item01 p:first-child {
  margin: 0 0 22px;
}
.babyfair_1610 .wrap .inner .contents .item02 {
  min-height: 1px;
  padding: 0 40px;
}
.babyfair_1610 .wrap .inner .contents .item02:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.babyfair_1610 .wrap .inner .contents .item02 p {
  float: left;
  margin: 0 15px 0 0;
}
.babyfair_1610 .wrap .inner .contents .item02 p:last-child {
  margin: 0;
}

/*----------------------------------------------------
  クリスマスフェア 特別クーポンプレゼント
----------------------------------------------------*/
.christmas_1610 .wrap .inner .contents {
  width: 860px;
  border: 1px solid #cfcfcf;
  padding: 40px 60px 110px;
}
.christmas_1610 .wrap .inner .contents h1 {
  color: #005b2b;
  font-size: 52px;
  font-size: 5.2rem;
  text-align: center;
  margin: 0 0 30px;
  line-height: 72px;
}
.christmas_1610 .wrap .inner .contents h1 span {
  color: #c8161e;
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0;
}
.christmas_1610 .wrap .inner .contents h1 em {
  font-size: 58px;
  font-size: 5.8rem;
  display: block;
}
.christmas_1610 .wrap .inner .contents h1 em br {
  display: none;
}
.christmas_1610 .wrap .inner .contents h1 + p {
  background: url(../images/page/christmas_1610/christmas_1610_img03.jpg) right top no-repeat;
  text-align: left;
  width: 420px;
  margin: 0 auto;
  min-height: 287px;
  padding: 10px 270px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.christmas_1610 .wrap .inner .contents hr {
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.christmas_1610 .wrap .inner .contents h2 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 24px;
}
.christmas_1610 .wrap .inner .contents h2 + p {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 50px;
}
.christmas_1610 .wrap .inner .contents h2 + p em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.christmas_1610 .wrap .inner .contents p.txt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 35px;
}
.christmas_1610 .wrap .inner .contents ul {
  margin: 20px 0 40px;
}
.christmas_1610 .wrap .inner .contents ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}
.christmas_1610 .wrap .inner .contents .all-item {
  position: relative;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  border-left: 4px solid #005b2b;
  border-right: 4px solid #005b2b;
  border-bottom: 4px solid #005b2b;
}
.christmas_1610 .wrap .inner .contents .all-item img {
  position: absolute;
  right: -39px;
  bottom: -70px;
}
.christmas_1610 .wrap .inner .contents .all-item p.ttl {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  padding: 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  color: #fff;
  background: #005b2b;
  margin: 0;
}
.christmas_1610 .wrap .inner .contents .all-item p.type {
  color: #005b2b;
  padding: 0 0 10px;
  font-weight: bold;
  margin: 15px 20px 10px 20px;
  border-bottom: 1px dotted #ccc;
}
.christmas_1610 .wrap .inner .contents .all-item dl {
  min-height: 1px;
  padding: 0 20px 20px 20px;
  margin: 0;
  background-color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.christmas_1610 .wrap .inner .contents .all-item dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.christmas_1610 .wrap .inner .contents .all-item dl dt {
  width: 100%;
  color: #005b2b;
  margin: 0 0 5px;
}
.christmas_1610 .wrap .inner .contents .all-item dl dd {
  background: url(../images/page/christmas_1610/christmas_1610_img01.png) left 4px no-repeat;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 20px;
  width: 28%;
  float: left;
  margin-right: 2.8%;
  margin-bottom: 5px;
  list-style: none;
  line-height: 1.4;
}
.christmas_1610 .wrap .inner .contents .all-item dl dd a {
  color: #005bac;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.christmas_1610 .wrap .inner .contents .all-item dl dd a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------
  キドキド・ギフト券発売
----------------------------------------------------*/
.gift_1611 .wrap .inner .contents {
  width: 860px;
  border: 1px solid #cfcfcf;
  padding: 40px 60px;
}
.gift_1611 .wrap .inner .contents h1 {
  color: #005bac;
  font-size: 56px;
  font-size: 5.6rem;
  text-align: center;
  margin: 0 0 30px;
  line-height: 68px;
}
.gift_1611 .wrap .inner .contents h1 span {
  font-size: 40px;
  font-size: 4rem;
  display: block;
}
.gift_1611 .wrap .inner .contents hr {
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.gift_1611 .wrap .inner .contents p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 35px;
}
.gift_1611 .wrap .inner .contents ul {
  min-height: 1px;
  margin: 0 0 30px;
}
.gift_1611 .wrap .inner .contents ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gift_1611 .wrap .inner .contents ul li {
  list-style: none;
}
.gift_1611 .wrap .inner .contents ul li:first-child {
  float: left;
}
.gift_1611 .wrap .inner .contents ul li:first-child {
  float: right;
}
.gift_1611 .wrap .inner .contents p.link a {
  background: url(../images/page/gift_1611/gift_1611_img03.png) right center no-repeat;
  color: #005bac;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-background-size: 4%;
  -o-background-size: 4%;
  -webkit-background-size: 4%;
  background-size: 4%;
  padding: 0 13px 0 0;
  line-height: 26px;
}
.gift_1611 .wrap .inner .contents p.link + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  text-indent: -1em;
  margin: 0 0 2em 1em;
}
.gift_1611 .wrap .inner .contents ul.notes li {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 35px;
  text-indent: -1em;
  margin: 0 0 0 1em;
  float: none;
}
.gift_1611 .wrap .inner .contents ul.notes li:before {
  content: "●";
  color: #005bac;
}

/*----------------------------------------------------
  2017年ボーネルンドお年玉企画
----------------------------------------------------*/
.newyear_coupon2017 .wrap .inner .contents, .w_stamp2017 .wrap .inner .contents {
  text-align: center;
}

/*----------------------------------------------------
  札幌大通り店セール
----------------------------------------------------*/
.sapporo_oodori_sale_1612 .wrap .inner .contents {
  text-align: center;
}

/*----------------------------------------------------
  ボーネルンド 札幌・大通り店 3/17（金）リニューアルOPEN
----------------------------------------------------*/
.sapporo_odori_1703 .contents {
  border: 1px solid #cfcfcf;
}
.sapporo_odori_1703 .contents h1 {
  margin: 0;
}
.sapporo_odori_1703 .contents h2 {
  margin: 0 0 13px;
}
.sapporo_odori_1703 .contents h2 img {
  width: 100%;
}
.sapporo_odori_1703 .contents h2 + p {
  text-align: center;
}
.sapporo_odori_1703 .contents h3 {
  color: #002f7b;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.sapporo_odori_1703 .contents p.item {
  padding: 0 0 0 42px;
  margin: 50px auto 30px;
}
.sapporo_odori_1703 .contents p.item img {
  width: auto;
  margin: 0 auto;
}
.sapporo_odori_1703 .contents .events {
  min-height: 1px;
  border-top: 2px solid #577ebc;
  margin: 0 40px;
  padding: 50px 0;
}
.sapporo_odori_1703 .contents .events:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sapporo_odori_1703 .contents .events div {
  width: 420px;
  float: left;
  padding: 300px 0 0;
}
.sapporo_odori_1703 .contents .events div p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.sapporo_odori_1703 .contents .events div p em {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.sapporo_odori_1703 .contents .events div h3 {
  margin: 0 0 10px;
}
.sapporo_odori_1703 .contents .events div.detail01 {
  background: url(../images/page/sapporo_odori_1703/sapporo_odori_1703_img05.jpg) left top no-repeat;
  margin: 0 60px 0 0;
}
.sapporo_odori_1703 .contents .events div.detail01 p {
  margin: 0 0 10px;
}
.sapporo_odori_1703 .contents .events div.detail02 {
  background: url(../images/page/sapporo_odori_1703/sapporo_odori_1703_img06.jpg) left top no-repeat;
}
.sapporo_odori_1703 .contents .events div.detail02 p.detail {
  border-top: 1px solid #adb0b2;
  margin: 8px 0 0;
  padding: 8px 0 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.sapporo_odori_1703 .contents .events div.detail02 p.link {
  margin: 8px 0 0;
}
.sapporo_odori_1703 .contents .events div.detail02 p.link a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 12px 12px 21px;
}
.sapporo_odori_1703 .contents .fair {
  border-top: 2px solid #577ebc;
  padding: 54px 0 30px;
  width: 900px;
  margin: 0 auto;
}
.sapporo_odori_1703 .contents .fair h2 {
  margin: 0 0 24px;
}
.sapporo_odori_1703 .contents .fair ul {
  min-height: 1px;
  padding: 0 0 20px;
}
.sapporo_odori_1703 .contents .fair ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.sapporo_odori_1703 .contents .fair ul li {
  float: left;
  border-right: 1px solid #b3c3dc;
}
.sapporo_odori_1703 .contents .fair ul li:first-child {
  padding: 0 20px 0 0;
}
.sapporo_odori_1703 .contents .fair ul li:nth-child(2) {
  padding: 0 8px;
}
.sapporo_odori_1703 .contents .fair ul li:last-child {
  border: none;
  padding: 0 0 0 6px;
}
.sapporo_odori_1703 .contents .fair p {
  border-top: 1px solid #b3c3dc;
  text-align: center;
  padding: 28px 0 0;
}
.sapporo_odori_1703 .contents .fair p img {
  width: 100%;
}
.sapporo_odori_1703 .contents .sns {
  background: url(../images/page/sapporo_odori_1703/sapporo_odori_1703_sns.png) center 32px no-repeat;
  border-top: 1px solid #b3c3dc;
  border-bottom: 1px solid #b3c3dc;
  padding: 134px 0 32px;
  margin: 0 40px;
  letter-spacing: 1.1px;
  font-weight: bold;
  text-align: center;
}
.sapporo_odori_1703 .contents .sns strong {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  line-height: 40px;
  margin: 0 0 16px;
}
.sapporo_odori_1703 .contents .sns 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;
}
.sapporo_odori_1703 .contents .sns 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) {
  .sapporo_odori_1703 .contents .sns a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sapporo_odori_1703 .contents .sns a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .sapporo_odori_1703 .contents .sns a:before {
    margin: -12px 0 0;
  }
  .sapporo_odori_1703 .contents .sns a br {
    display: inline-block;
  }
}
.sapporo_odori_1703 .contents .sns + p {
  text-align: center;
  margin: 47px 0 31px;
}
.sapporo_odori_1703 .contents .sns + p img {
  width: auto;
  margin: 0 auto;
}
.sapporo_odori_1703 .contents p.link {
  text-align: center;
}
.sapporo_odori_1703 .contents p.link 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;
  font-size: 24px;
  font-size: 2.4rem;
}
.sapporo_odori_1703 .contents p.link 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) {
  .sapporo_odori_1703 .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sapporo_odori_1703 .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .sapporo_odori_1703 .contents p.link a:before {
    margin: -12px 0 0;
  }
  .sapporo_odori_1703 .contents p.link a br {
    display: inline-block;
  }
}
.sapporo_odori_1703 .contents p.link a:before {
  margin: -8px 0 0;
}

/*----------------------------------------------------
  あそびが変える、春からの生活。
----------------------------------------------------*/
.spring_life_1703 .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.spring_life_1703 .contents h1 {
  margin: 0 0 48px;
}
.spring_life_1703 .contents h1 img {
  width: 100%;
}
.spring_life_1703 .contents .information {
  min-height: 1px;
  width: 866px;
  margin: 0 auto;
}
.spring_life_1703 .contents .information:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.spring_life_1703 .contents .information__detail {
  width: 420px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.spring_life_1703 .contents .information__detail h2 {
  color: #005bac;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  padding: 13px 0;
  letter-spacing: -1px;
}
.spring_life_1703 .contents .information__detail__inner {
  padding: 18px 22px 8px;
}
.spring_life_1703 .contents .information__detail__inner p.link {
  text-align: center;
  margin: 16px 0 32px;
}
.spring_life_1703 .contents .information__detail__inner p.link 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;
}
.spring_life_1703 .contents .information__detail__inner p.link 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) {
  .spring_life_1703 .contents .information__detail__inner p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .spring_life_1703 .contents .information__detail__inner p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_life_1703 .contents .information__detail__inner p.link a:before {
    margin: -12px 0 0;
  }
  .spring_life_1703 .contents .information__detail__inner p.link a br {
    display: inline-block;
  }
}
.spring_life_1703 .contents .information__detail.shop {
  border: 2px solid #ffe0eb;
  float: left;
}
.spring_life_1703 .contents .information__detail.shop h2 {
  background-color: #ffe0eb;
}
.spring_life_1703 .contents .information__detail.shop p.events {
  width: 352px;
  margin: 0 auto 10px;
}
.spring_life_1703 .contents .information__detail.shop p.events img {
  width: 100%;
}
.spring_life_1703 .contents .information__detail.shop ul li {
  text-indent: -1em;
  margin: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
}
.spring_life_1703 .contents .information__detail.kidokid {
  border: 2px solid #fffbc5;
  float: right;
  padding-bottom: 42px;
}
.spring_life_1703 .contents .information__detail.kidokid h2 {
  background-color: #fffbc5;
}
.spring_life_1703 .contents .information__detail.kidokid p.lead {
  text-align: left;
  margin: 0;
}
.spring_life_1703 .contents .information__detail.kidokid p.lead span {
  background: url(../images/page/spring_life_1703/spring_life_1703_img03.jpg) left 8px no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  padding: 276px 0 0;
}
.spring_life_1703 .contents .information__detail.kidokid p.pass {
  background: url(../images/page/spring_life_1703/spring_life_1703_img04.gif) center top no-repeat;
  -moz-background-size: 91% auto;
  -o-background-size: 91% auto;
  -webkit-background-size: 91% auto;
  background-size: 91% auto;
  padding: 240px 0 0;
}

/*----------------------------------------------------
  暖かい春はみんなで遊ぼう！2週間限定特典付き月間パス発売
----------------------------------------------------*/
.playville_pass_1704 .wrap .inner .contents {
  border: 1px solid #cfcfcf;
  padding: 50px 60px;
  width: 860px;
}
.playville_pass_1704 .wrap .inner .contents hr {
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.playville_pass_1704 .wrap .inner .contents h1 {
  margin: 0 0 60px;
}
.playville_pass_1704 .wrap .inner .contents dl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.playville_pass_1704 .wrap .inner .contents dl dt {
  clear: both;
  float: left;
}
.playville_pass_1704 .wrap .inner .contents ul.photo {
  margin: 0 0 24px;
}
.playville_pass_1704 .wrap .inner .contents ul.photo li {
  display: inline-block;
  width: 424px;
}
.playville_pass_1704 .wrap .inner .contents ul.photo li img {
  width: 100%;
}
.playville_pass_1704 .wrap .inner .contents ul.photo li:first-child {
  margin: 0 6px 0 0;
}
.playville_pass_1704 .wrap .inner .contents ul.photo + p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.8;
  margin: 0 0 16px;
}
.playville_pass_1704 .wrap .inner .contents ul.notes li {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  margin: 0 0 0 1em;
  line-height: 2;
}

/*----------------------------------------------------
  タカシマヤゲートタワーモール店 オープニングフェア
----------------------------------------------------*/
.gatetowermall_fair_1704 .wrap .inner .contents {
  border: 1px solid #cfcfcf;
}
.gatetowermall_fair_1704 .wrap .inner .contents h1 {
  margin: 0 0 48px;
}
.gatetowermall_fair_1704 .wrap .inner .contents h1 img {
  width: 100%;
}
.gatetowermall_fair_1704 .wrap .inner .contents .map {
  display: block;
  margin: 0 auto;
}
.gatetowermall_fair_1704 .wrap .inner .contents .map + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  width: 880px;
  margin: 24px auto;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about {
  min-height: 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  width: 832px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 24px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about a {
  font-size: 13px;
  font-size: 1.3rem;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about .txt {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  width: 530px;
  line-height: 2;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about .image {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  width: 280px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .about .image img {
  width: 100%;
  margin: 0 0 8px;
}
.gatetowermall_fair_1704 .wrap .inner .contents h2 {
  text-align: center;
  margin: 80px 0 40px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 870px;
  margin: 0 auto 24px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail .ttl {
  color: #005bac;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 54px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail div {
  padding: 32px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail div h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 24px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail div p {
  font-size: 16px;
  font-size: 1.6rem;
  -moz-background-size: 387px auto;
  -o-background-size: 387px auto;
  -webkit-background-size: 387px auto;
  background-size: 387px auto;
  background-position: left top;
  padding: 0 0 0 420px;
  background-repeat: no-repeat;
  min-height: 220px;
  line-height: 1.8;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail div p em {
  font-size: 12px;
  font-size: 1.2rem;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail div p span {
  font-weight: bold;
  color: #005bac;
  font-size: 20px;
  font-size: 2rem;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop {
  border: 2px solid #ffe0eb;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop p.ttl {
  background-color: #ffe0eb;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li {
  margin: 0 0 42px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li:nth-child(1) p {
  background-image: url(../images/sp/page/gatetowermall_fair_1704/gatetowermall_fair_1704_img02.jpg);
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li:nth-child(2) p {
  background-image: url(../images/sp/page/gatetowermall_fair_1704/gatetowermall_fair_1704_img03.jpg);
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li:nth-child(3) p {
  background-image: url(../images/sp/page/gatetowermall_fair_1704/gatetowermall_fair_1704_img06.jpg);
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li:nth-child(4) p {
  background-image: url(../images/sp/page/gatetowermall_fair_1704/gatetowermall_fair_1704_img04.jpg);
  min-height: 260px;
  margin: 0;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.kidokid {
  border: 2px solid #fffbc5;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.kidokid p.ttl {
  background-color: #fffbc5;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.kidokid h3 + p {
  background-image: url(../images/sp/page/gatetowermall_fair_1704/gatetowermall_fair_1704_img05.jpg);
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 870px;
  margin: 56px auto 0;
  border: 2px solid #424242;
  background-color: #fff;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo p.ttl {
  background-color: #424242;
  color: #fff;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo p.ttl br {
  display: none;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl {
  padding: 0 20px;
  min-height: 1px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl dt {
  background-color: #c2cd0c;
  font-weight: bold;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  float: left;
  padding: 5px 12px;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl dd {
  padding: 0 0 1em 6.5em;
  line-height: 1.5;
}
.gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl + p {
  padding: 0 20px;
  min-height: 0;
}
.gatetowermall_fair_1704 .wrap .inner .contents p.link {
  text-align: center;
  margin: 40px 0 0;
}
.gatetowermall_fair_1704 .wrap .inner .contents p.link 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;
  font-size: 24px;
  font-size: 2.4rem;
}
.gatetowermall_fair_1704 .wrap .inner .contents p.link 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) {
  .gatetowermall_fair_1704 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gatetowermall_fair_1704 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  初節句にふさわしい「あそび」を贈る
----------------------------------------------------*/
.xylophone_1704 .wrap .inner .contents {
  text-align: center;
}
.xylophone_1704 .wrap .inner .contents p.link {
  text-align: center;
  margin: 40px 0 0;
}
.xylophone_1704 .wrap .inner .contents p.link 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;
  font-size: 26px;
  font-size: 2.6rem;
  min-width: 300px;
}
.xylophone_1704 .wrap .inner .contents p.link 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) {
  .xylophone_1704 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .xylophone_1704 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .xylophone_1704 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .xylophone_1704 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  ボーネルンドのゴールデンウィーク
----------------------------------------------------*/
.gw_1704 .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.gw_1704 .contents h1 {
  margin: 0 0 32px;
}
.gw_1704 .contents h1 + p {
  text-align: center;
  margin: 0 0 32px;
}
.gw_1704 .contents h1 + p img.pc-disp {
  display: inline-block;
}
.gw_1704 .contents h1 + p img.sp-disp {
  display: none;
}
.gw_1704 .contents .information {
  min-height: 1px;
  width: 866px;
  margin: 0 auto 24px;
}
.gw_1704 .contents .information:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gw_1704 .contents .information__detail {
  width: 420px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.gw_1704 .contents .information__detail h2 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  padding: 13px 0;
}
.gw_1704 .contents .information__detail__inner {
  padding: 0 22px 8px;
}
.gw_1704 .contents .information__detail__inner div {
  border-bottom: 1px solid #1c92c9;
  padding: 24px 0;
}
.gw_1704 .contents .information__detail__inner div.last {
  border: none;
}
.gw_1704 .contents .information__detail__inner p.link {
  text-align: center;
  margin: 24px 0 0;
}
.gw_1704 .contents .information__detail__inner p.link 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;
}
.gw_1704 .contents .information__detail__inner p.link 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) {
  .gw_1704 .contents .information__detail__inner p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gw_1704 .contents .information__detail__inner p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_1704 .contents .information__detail__inner p.link a:before {
    margin: -12px 0 0;
  }
  .gw_1704 .contents .information__detail__inner p.link a br {
    display: inline-block;
  }
}
.gw_1704 .contents .information__detail.shop {
  border: 2px solid #e9536b;
  float: left;
}
.gw_1704 .contents .information__detail.shop h2 {
  background-color: #e9536b;
}
.gw_1704 .contents .information__detail.shop p.events {
  width: 352px;
  margin: 0 auto 10px;
}
.gw_1704 .contents .information__detail.shop p.events img {
  width: 100%;
}
.gw_1704 .contents .information__detail.shop ul {
  margin: 24px 0 0;
}
.gw_1704 .contents .information__detail.shop ul li {
  text-indent: -1em;
  margin: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
}
.gw_1704 .contents .information__detail.shop .last a {
  display: block;
}
.gw_1704 .contents .information__detail.shop .last a img {
  width: 100%;
  margin: 16px 0 0;
}
.gw_1704 .contents .information__detail.kidokid {
  border: 2px solid #f1c205;
  float: right;
}
.gw_1704 .contents .information__detail.kidokid h2 {
  background-color: #f1c205;
}
.gw_1704 .contents .information__detail.kidokid p.lead {
  text-align: left;
  margin: 0;
}
.gw_1704 .contents .information__detail.kidokid p.lead span {
  background: url(../images/page/spring_life_1703/spring_life_1703_img03.jpg) left 8px no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  padding: 276px 0 0;
}
.gw_1704 .contents .information__detail.kidokid p.pass {
  background: url(../images/page/spring_life_1703/spring_life_1703_img04.gif) center top no-repeat;
  -moz-background-size: 91% auto;
  -o-background-size: 91% auto;
  -webkit-background-size: 91% auto;
  background-size: 91% auto;
  padding: 240px 0 0;
}
.gw_1704 .contents .information + ul {
  border-bottom: 1px solid #b3c3dc;
  padding: 0 0 32px;
  width: 870px;
  margin: 0 auto;
}
.gw_1704 .contents .information + ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.gw_1704 .contents .qr {
  border-top: 1px solid #b3c3dc;
  border-bottom: 1px solid #b3c3dc;
  text-align: center;
  padding: 36px 0;
  width: 870px;
  margin: 0 auto;
}
.gw_1704 .contents .qr img {
  margin: 0 0 32px;
}
.gw_1704 .contents .qr p.link {
  text-align: center;
}
.gw_1704 .contents .qr p.link 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;
}
.gw_1704 .contents .qr p.link 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) {
  .gw_1704 .contents .qr p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gw_1704 .contents .qr p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_1704 .contents .qr p.link a:before {
    margin: -12px 0 0;
  }
  .gw_1704 .contents .qr p.link a br {
    display: inline-block;
  }
}
.gw_1704 .contents .qr + p {
  padding: 24px 0 32px 56px;
}
.gw_1704 .contents .qr + p a {
  color: #005bac;
}
.gw_1704 .contents p.other + p.link {
  text-align: center;
}
.gw_1704 .contents p.other + p.link 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;
}
.gw_1704 .contents p.other + p.link 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) {
  .gw_1704 .contents p.other + p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gw_1704 .contents p.other + p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_1704 .contents p.other + p.link a:before {
    margin: -12px 0 0;
  }
  .gw_1704 .contents p.other + p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  広島T-SITE OPEN!
----------------------------------------------------*/
.hiroshima-tsite_1704 .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.hiroshima-tsite_1704 .contents img {
  width: 100%;
}
.hiroshima-tsite_1704 .contents h1 {
  margin: 0;
}
.hiroshima-tsite_1704 .contents p.sns {
  position: relative;
}
.hiroshima-tsite_1704 .contents p.sns a {
  position: absolute;
}
.hiroshima-tsite_1704 .contents p.sns a.pc-disp {
  display: block;
  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;
  right: 61px;
  bottom: 98px;
  padding: 16px 0px 16px 18px;
  min-width: 175px;
  position: absolute;
}
.hiroshima-tsite_1704 .contents p.sns a.pc-disp: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) {
  .hiroshima-tsite_1704 .contents p.sns a.pc-disp:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hiroshima-tsite_1704 .contents p.sns a.pc-disp {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .hiroshima-tsite_1704 .contents p.sns a.pc-disp:before {
    margin: -12px 0 0;
  }
  .hiroshima-tsite_1704 .contents p.sns a.pc-disp br {
    display: inline-block;
  }
}
.hiroshima-tsite_1704 .contents p.sns a.sp-disp {
  display: none;
}
.hiroshima-tsite_1704 .contents p.link {
  text-align: center;
}
.hiroshima-tsite_1704 .contents p.link 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;
}
.hiroshima-tsite_1704 .contents p.link 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) {
  .hiroshima-tsite_1704 .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hiroshima-tsite_1704 .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .hiroshima-tsite_1704 .contents p.link a:before {
    margin: -12px 0 0;
  }
  .hiroshima-tsite_1704 .contents p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  新しいベビー用品
----------------------------------------------------*/
.new_babyitem_1704 .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.new_babyitem_1704 .contents h1 {
  margin: 0 0 44px;
}
.new_babyitem_1704 .contents p {
  padding: 0 40px;
  margin: 0 0 56px;
}
.new_babyitem_1704 .contents p.maker {
  border-top: 1px solid #b3c3dc;
  padding: 48px 40px 0;
}

/*----------------------------------------------------
  枚方T-SITE店1周年
----------------------------------------------------*/
.hirakata_1st_anniversary .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.hirakata_1st_anniversary .contents h1 {
  margin: 0 0 44px;
}
.hirakata_1st_anniversary .contents .anv_detail {
  min-height: 1px;
  width: 866px;
  margin: 0 auto 16px;
}
.hirakata_1st_anniversary .contents .anv_detail:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hirakata_1st_anniversary .contents .anv_detail__contents {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  width: 424px;
}
.hirakata_1st_anniversary .contents .anv_detail__contents h2 {
  text-align: center;
  padding: 7px 0;
}
.hirakata_1st_anniversary .contents .anv_detail__contents div {
  padding: 22px 22px 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hirakata_1st_anniversary .contents .anv_detail__contents div h3 {
  margin: 0 0 13px;
}
.hirakata_1st_anniversary .contents .anv_detail__contents div p {
  line-height: 28px;
}
.hirakata_1st_anniversary .contents .anv_detail__contents div p em {
  font-size: 14px;
  font-size: 1.4rem;
}
.hirakata_1st_anniversary .contents .anv_detail__contents div hr {
  border: solid #1c92c9;
  border-width: 1px 0 0 0;
  margin: 12px 0 18px;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby {
  float: left;
  height: 781px;
  border: 2px solid #f5889a;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby h2 {
  background-color: #f5889a;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby h3 + p {
  background: url(../images/page/hirakata_1st_anniversary/hirakata_1st_anniversary_img10.jpg) right top no-repeat;
  -moz-background-size: 136px auto;
  -o-background-size: 136px auto;
  -webkit-background-size: 136px auto;
  background-size: 136px auto;
  padding: 0 145px 0 0;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link {
  text-align: center;
  margin: 8px 0 0;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link 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: 282px;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link 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) {
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link a:before {
    margin: -12px 0 0;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link a br {
    display: inline-block;
  }
}
.hirakata_1st_anniversary .contents .anv_detail__contents.tot {
  float: right;
  border: 2px solid #93da96;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.tot h3 + p {
  background: url(../images/page/hirakata_1st_anniversary/hirakata_1st_anniversary_img09.jpg) left top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 234px 0 0;
}
.hirakata_1st_anniversary .contents .anv_detail__contents.tot h2 {
  background-color: #93da96;
}
.hirakata_1st_anniversary .contents .anv_detail + p {
  text-align: center;
  margin: 0 0 24px;
}
.hirakata_1st_anniversary .contents ul.shoplink {
  font-size: 0;
  text-align: center;
}
.hirakata_1st_anniversary .contents ul.shoplink li {
  display: inline-block;
  margin: 0 20px;
}
.hirakata_1st_anniversary .contents ul.shoplink 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: 302px;
  white-space: nowrap;
}
.hirakata_1st_anniversary .contents ul.shoplink 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) {
  .hirakata_1st_anniversary .contents ul.shoplink li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hirakata_1st_anniversary .contents ul.shoplink li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .hirakata_1st_anniversary .contents ul.shoplink li a:before {
    margin: -12px 0 0;
  }
  .hirakata_1st_anniversary .contents ul.shoplink li a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  雨の日に子どもとどう過ごす？
----------------------------------------------------*/
.rainy_season_1705 .contents {
  border: 1px solid #cfcfcf;
  padding: 0 0 50px;
}
.rainy_season_1705 .contents h1 {
  margin: 0 0 56px;
}
.rainy_season_1705 .contents ul {
  min-height: 1px;
  margin: 0 auto 16px;
  width: 900px;
}
.rainy_season_1705 .contents ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.rainy_season_1705 .contents ul li {
  float: left;
  width: 360px;
  margin: 0 8px 14px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #a1cb44;
  padding: 40px 35px;
}
.rainy_season_1705 .contents ul li img {
  display: block;
  margin: 0 auto 24px;
}
.rainy_season_1705 .contents ul li p.link 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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.rainy_season_1705 .contents ul li p.link 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) {
  .rainy_season_1705 .contents ul li p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rainy_season_1705 .contents ul li p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .rainy_season_1705 .contents ul li p.link a:before {
    margin: -12px 0 0;
  }
  .rainy_season_1705 .contents ul li p.link a br {
    display: inline-block;
  }
}
.rainy_season_1705 .contents ul li.l02 {
  padding: 40px 35px 38px;
}
.rainy_season_1705 .contents p.txt {
  color: #4e4e4e;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0 48px;
  font-size: 20px;
  font-size: 2rem;
}
.rainy_season_1705 .contents p + p.link {
  text-align: center;
  margin: 32px 0;
}
.rainy_season_1705 .contents p + p.link 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: 320px;
}
.rainy_season_1705 .contents p + p.link 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) {
  .rainy_season_1705 .contents p + p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rainy_season_1705 .contents p + p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .rainy_season_1705 .contents p + p.link a:before {
    margin: -12px 0 0;
  }
  .rainy_season_1705 .contents p + p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  ボーネルンドの夏のスペシャル企画！
----------------------------------------------------*/
.summer_special_1706 .wrap .inner .contents {
  border: 1px solid #cfcfcf;
  padding: 46px 0 59px;
  text-align: center;
}
.summer_special_1706 .wrap .inner .contents h1 {
  margin: 0;
}

/*----------------------------------------------------
  夏のクリアランスセール
----------------------------------------------------*/
.summer_sale_1707 .wrap .inner .contents {
  padding: 0 0 204px;
  text-align: center;
  border: 1px solid #cfcfcf;
  background: url(../images/page/summer_sale_1707/summer_sale_1707_img01.gif) left top no-repeat;
}
.summer_sale_1707 .wrap .inner .contents p {
  text-align: center;
}
.summer_sale_1707 .wrap .inner .contents p.shoplink {
  margin: 1003px 0 80px 0;
}

/*----------------------------------------------------
  ボーネルンドの夏休み
----------------------------------------------------*/
.summer_fair_1707 .wrap .inner .contents {
  border: 1px solid #cfcfcf;
}
.summer_fair_1707 .wrap .inner .contents h1 {
  margin: 0 0 63px;
}
.summer_fair_1707 .wrap .inner .contents h2 {
  font-size: 40px;
  font-size: 4rem;
  margin: 0 0 32px;
  font-weight: bold;
  text-align: center;
}
.summer_fair_1707 .wrap .inner .contents h2 br {
  display: none;
}
.summer_fair_1707 .wrap .inner .contents h2 + p {
  text-align: left;
  margin: 0 0 42px;
  line-height: 1.5;
  padding: 0 40px;
}
.summer_fair_1707 .wrap .inner .contents ul.menu {
  min-height: 1px;
  width: 901px;
  margin: 0 auto 60px;
}
.summer_fair_1707 .wrap .inner .contents ul.menu:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.summer_fair_1707 .wrap .inner .contents ul.menu li {
  float: left;
  border-right: 1px solid #fff;
}
.summer_fair_1707 .wrap .inner .contents .asobinomori {
  background: url(../images/page/summer_fair_1707/summer_fair_1707_add02.jpg) 20px 20px no-repeat #fefadf;
  border: 2px solid #eeea19;
  padding: 20px 20px 20px 230px;
  width: 650px;
  margin: 56px auto 40px;
  line-height: 1.7;
  min-height: 233px;
}
.summer_fair_1707 .wrap .inner .contents .asobinomori h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 8px;
}
.summer_fair_1707 .wrap .inner .contents .asobinomori span {
  font-size: 14px;
  font-size: 1.4rem;
}
.summer_fair_1707 .wrap .inner .contents ul.events {
  font-size: 0;
  width: 916px;
  margin: 0 auto;
}
.summer_fair_1707 .wrap .inner .contents ul.events li {
  display: inline-block;
  vertical-align: top;
  margin: 7px;
}
.summer_fair_1707 .wrap .inner .contents ul.events li span {
  display: inline-block;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.summer_fair_1707 .wrap .inner .contents ul.notes {
  font-size: 16px;
  font-size: 1.6rem;
  width: 300px;
  margin: 0 auto;
  padding: 16px 0 0;
  line-height: 1.6;
}
.summer_fair_1707 .wrap .inner .contents ul.notes li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.summer_fair_1707 .wrap .inner .contents ul.notes2 {
  font-size: 16px;
  font-size: 1.6rem;
  width: 690px;
  margin: 24px auto 60px;
  line-height: 1.6;
}
.summer_fair_1707 .wrap .inner .contents ul.notes2 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.summer_fair_1707 .wrap .inner .contents ul.link {
  text-align: center;
}
.summer_fair_1707 .wrap .inner .contents ul.link li {
  display: inline-block;
  margin: 0 16px;
}
.summer_fair_1707 .wrap .inner .contents ul.link 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;
}
.summer_fair_1707 .wrap .inner .contents ul.link 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) {
  .summer_fair_1707 .wrap .inner .contents ul.link li a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .summer_fair_1707 .wrap .inner .contents ul.link li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents ul.link li a:before {
    margin: -12px 0 0;
  }
  .summer_fair_1707 .wrap .inner .contents ul.link li a br {
    display: inline-block;
  }
}
.summer_fair_1707 .wrap .inner .contents ul.link li a br {
  display: none;
}
.summer_fair_1707 .wrap .inner .contents hr {
  border: 1px solid #b3c3dc;
  border-width: 1px 0 0 0;
  margin: 60px 40px 68px;
}
.summer_fair_1707 .wrap .inner .contents p.banner {
  padding: 0 40px;
  margin: 40px 0 0;
}
.summer_fair_1707 .wrap .inner .contents p.banner img {
  width: 100%;
}

/*----------------------------------------------------
  ロボコン
----------------------------------------------------*/
.robocon_1707 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.robocon_1707 .wrap .inner .contents h2 {
  display: block;
  width: 860px;
  background-color: #0068b7;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 16px;
  margin: 0 auto 24px;
  letter-spacing: -0.4px;
}
.robocon_1707 .wrap .inner .contents h2.spc {
  letter-spacing: -1.4px;
}
.robocon_1707 .wrap .inner .contents .lead {
  padding: 0 60px 40px;
}
.robocon_1707 .wrap .inner .contents .lead p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  margin: 0 0 32px;
}
.robocon_1707 .wrap .inner .contents .lead p span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 8px;
  display: inline-block;
}
.robocon_1707 .wrap .inner .contents .section {
  padding: 0 60px 40px;
}
.robocon_1707 .wrap .inner .contents .section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  margin: 0 0 1em;
}
.robocon_1707 .wrap .inner .contents .section p.notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 0 0 2em;
}
.robocon_1707 .wrap .inner .contents .section p.link 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;
}
.robocon_1707 .wrap .inner .contents .section p.link 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) {
  .robocon_1707 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .robocon_1707 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .robocon_1707 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .robocon_1707 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
.robocon_1707 .wrap .inner .contents .section.section1 div {
  background: url(../images/page/robocon_1707/robocon_1707_img04.jpg) left top no-repeat;
  padding: 0 0 0 370px;
}
.robocon_1707 .wrap .inner .contents .section.section1 p.maker {
  background-color: #e1ecf4;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 16px;
}
.robocon_1707 .wrap .inner .contents .section.section1 p.maker span {
  font-weight: bold;
  display: block;
}
.robocon_1707 .wrap .inner .contents .section.section2 figure {
  margin: 0 0 24px;
}
.robocon_1707 .wrap .inner .contents .section.section2 figure figcaption {
  background-color: #e1ecf4;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  padding: 0 8px;
}
.robocon_1707 .wrap .inner .contents .section.section2 a {
  color: #005bac;
}
.robocon_1707 .wrap .inner .contents .section.section2 p.date {
  background: url(../images/page/robocon_1707/robocon_1707_img07.jpg) right top no-repeat;
  min-height: 188px;
}
.robocon_1707 .wrap .inner .contents .section.section3 div {
  background: url(../images/page/robocon_1707/robocon_1707_img08.jpg) left top no-repeat;
  padding: 0 0 0 340px;
}
.robocon_1707 .wrap .inner .contents .section.section3 div h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.robocon_1707 .wrap .inner .contents .section.section4 div {
  background: url(../images/page/robocon_1707/robocon_1707_img10.jpg?170816) left top no-repeat;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  padding: 0 0 0 340px;
}
.robocon_1707 .wrap .inner .contents .section.section4 div h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl dt {
  font-weight: bold;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl dt:before {
  content: "■";
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl dd {
  margin: 0 0 0 1em;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl dd span {
  font-weight: bold;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl dd.notes {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
.robocon_1707 .wrap .inner .contents .section.section4 div dl + p {
  margin: 0 0 0 1em;
}
.robocon_1707 .wrap .inner .contents .section.section4 div ul.notes {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 1em 0;
}
.robocon_1707 .wrap .inner .contents .section.section4 div ul.notes li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.robocon_1707 .wrap .inner .contents .section3 + hr {
  border: 1px dashed #b3c3dc;
  border-width: 1px 0 0 0;
  margin: 0 40px 40px;
}
.robocon_1707 .wrap .inner .contents hr {
  border: 1px solid #b3c3dc;
  border-width: 1px 0 0 0;
  margin: 0px 40px 70px;
}
.robocon_1707 .wrap .inner .contents .price {
  background-color: #f9e1e1;
  padding: 20px;
  width: 820px;
  text-align: center;
  margin: 0 auto;
}
.robocon_1707 .wrap .inner .contents .price h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1em;
}
.robocon_1707 .wrap .inner .contents .price p.notes {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  margin: 0 0 2em;
  text-align: center;
  padding: 1.6em 0 0 0;
}
.robocon_1707 .wrap .inner .contents .price p.link 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;
}
.robocon_1707 .wrap .inner .contents .price p.link 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) {
  .robocon_1707 .wrap .inner .contents .price p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .robocon_1707 .wrap .inner .contents .price p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .robocon_1707 .wrap .inner .contents .price p.link a:before {
    margin: -12px 0 0;
  }
  .robocon_1707 .wrap .inner .contents .price p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  キドキド動画
----------------------------------------------------*/
.kidokid_movie_1708 .wrap .inner .contents h1 {
  margin: 0 0 56px;
}
.kidokid_movie_1708 .wrap .inner .contents h1 + p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 24px;
  text-align: center;
}
.kidokid_movie_1708 .wrap .inner .contents h2 {
  color: #005bac;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 24px;
}
.kidokid_movie_1708 .wrap .inner .contents h2 + p {
  line-height: 1.4;
}
.kidokid_movie_1708 .wrap .inner .contents iframe {
  display: block;
  margin: 0 auto 40px;
}

/*----------------------------------------------------
  過ごしやすい秋、お散歩に出かけませんか？
----------------------------------------------------*/
.tot_garden_autumn_1710 .wrap .inner .contents h1 {
  margin: 0;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0 80px;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div {
  width: 860px;
  margin: 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #14a83b;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div h2 {
  background-color: #14a83b;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul {
  padding: 26px;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul li {
  margin: 0 0 24px;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul li:last-child {
  margin: 0;
}
.tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul li a {
  background: url(../images/page/tot_garden_autumn_1710/tot_garden_autumn_1710_ico.png) left center no-repeat;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 0 22px;
  text-decoration: none;
}

/*----------------------------------------------------
  CMギャラリー
----------------------------------------------------*/
.cm_gallery_1711 .wrap .inner .contents .detail {
  border: 1px solid #cfcfcf;
  padding: 0 60px;
}
.cm_gallery_1711 .wrap .inner .contents .detail h1 {
  margin: 56px 0 48px;
  padding: 0 0 48px;
  border-bottom: 1px solid #cfcfcf;
}
.cm_gallery_1711 .wrap .inner .contents .detail h1 + p {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 24px;
  text-align: center;
}
.cm_gallery_1711 .wrap .inner .contents .detail h2 {
  color: #005bac;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 24px;
}
.cm_gallery_1711 .wrap .inner .contents .detail h2 + p {
  line-height: 1.4;
}
.cm_gallery_1711 .wrap .inner .contents .detail iframe {
  display: block;
  margin: 0 auto 40px;
}

/*----------------------------------------------------
  3月、全国のボーネルンドショップや遊び場がリニューアル！
----------------------------------------------------*/
.spring_renewal_1803 .wrap .inner .contents {
  border: 1px solid #ccc;
}
.spring_renewal_1803 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.spring_renewal_1803 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.spring_renewal_1803 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.spring_renewal_1803 .wrap .inner .contents h3 {
  font-size: 24px;
  color: #0068b7;
  text-align: center;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.spring_renewal_1803 .wrap .inner .contents h3:before, .spring_renewal_1803 .wrap .inner .contents h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #0068b7;
  display: block;
}
.spring_renewal_1803 .wrap .inner .contents h3:before {
  margin-right: .4em;
}
.spring_renewal_1803 .wrap .inner .contents h3:after {
  margin-left: .4em;
}
.spring_renewal_1803 .wrap .inner .contents .section {
  padding: 47px 40px 60px;
  background: #e5f3fd;
  width: 780px;
  margin: 0 auto 24px;
}
.spring_renewal_1803 .wrap .inner .contents .section .box1,
.spring_renewal_1803 .wrap .inner .contents .section .box2 {
  overflow: hidden;
  margin-bottom: 30px;
  clear: both;
}
.spring_renewal_1803 .wrap .inner .contents .section .box1 img,
.spring_renewal_1803 .wrap .inner .contents .section .box2 img {
  float: left;
}
.spring_renewal_1803 .wrap .inner .contents .section .box1 p,
.spring_renewal_1803 .wrap .inner .contents .section .box2 p {
  float: right;
  width: 386px;
  font-size: 1.6rem;
  line-height: 32px;
}
.spring_renewal_1803 .wrap .inner .contents .section .box2 img + div {
  float: right;
  width: 492px;
}
.spring_renewal_1803 .wrap .inner .contents .section .box2 p {
  float: none;
}
.spring_renewal_1803 .wrap .inner .contents .section .box2 p span {
  color: #fff;
  background: #0068b7;
  padding: 4px 5px;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.spring_renewal_1803 .wrap .inner .contents .section .day {
  margin-bottom: 15px;
}
.spring_renewal_1803 .wrap .inner .contents .section p.link {
  clear: both;
  text-align: center;
}
.spring_renewal_1803 .wrap .inner .contents .section p.link 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;
}
.spring_renewal_1803 .wrap .inner .contents .section p.link 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) {
  .spring_renewal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .spring_renewal_1803 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .spring_renewal_1803 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
.spring_renewal_1803 .wrap .inner .contents .section.section3 h2 {
  overflow: hidden;
  width: 530px;
  margin: 0 auto 35px;
}
.spring_renewal_1803 .wrap .inner .contents .section.section3 h2 .area {
  float: left;
  margin-top: 13px;
  padding: 5px 5px 2px;
}
.spring_renewal_1803 .wrap .inner .contents .section.section3 h2 span {
  text-align: left;
  float: left;
}
.spring_renewal_1803 .wrap .inner .contents .section.section4 {
  background: #fde8e5;
}
.spring_renewal_1803 .wrap .inner .contents .section.section4 h2 {
  font-size: 24px;
  line-height: 1.4;
}
.spring_renewal_1803 .wrap .inner .contents .section.section4 h2 span {
  font-size: 32px;
}
.spring_renewal_1803 .wrap .inner .contents .section.section4 .box2 p {
  float: right;
}
.spring_renewal_1803 .wrap .inner .contents .section.section5 {
  background: none;
}
.spring_renewal_1803 .wrap .inner .contents .section.section5 p {
  text-align: center;
}
.spring_renewal_1803 .wrap .inner .contents .section.section5 a {
  color: #0068b7;
  text-decoration: underline;
}
.spring_renewal_1803 .wrap .inner .contents .section.section5 a:hover {
  text-decoration: none;
}
.spring_renewal_1803 .wrap .inner .contents .price {
  background-color: #f9e1e1;
  padding: 20px;
  width: 820px;
  text-align: center;
  margin: 0 auto;
}
.spring_renewal_1803 .wrap .inner .contents .price h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1em;
}
.spring_renewal_1803 .wrap .inner .contents .price p.notes {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  margin: 0 0 2em;
  text-align: center;
  padding: 1.6em 0 0 0;
}
.spring_renewal_1803 .wrap .inner .contents .price p.link 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;
}
.spring_renewal_1803 .wrap .inner .contents .price p.link 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) {
  .spring_renewal_1803 .wrap .inner .contents .price p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .spring_renewal_1803 .wrap .inner .contents .price p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_renewal_1803 .wrap .inner .contents .price p.link a:before {
    margin: -12px 0 0;
  }
  .spring_renewal_1803 .wrap .inner .contents .price p.link a br {
    display: inline-block;
  }
}

/*----------------------------------------------------
  世界の学び場から、 育ちのヒント。
----------------------------------------------------*/
.spring_appeal_1803 .wrap .inner .contents {
  border: 1px solid #ccc;
}
.spring_appeal_1803 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.spring_appeal_1803 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.spring_appeal_1803 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.spring_appeal_1803 .wrap .inner .contents .txt0 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 32px;
  margin: 15px 0;
}
.spring_appeal_1803 .wrap .inner .contents .section {
  width: 880px;
  margin: 0 auto 24px;
}
.spring_appeal_1803 .wrap .inner .contents .section p {
  font-size: 1.8rem;
  line-height: 32px;
}
.spring_appeal_1803 .wrap .inner .contents .section .day {
  margin-bottom: 15px;
}
.spring_appeal_1803 .wrap .inner .contents .section p.link {
  clear: both;
  text-align: center;
}
.spring_appeal_1803 .wrap .inner .contents .section p.link 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;
}
.spring_appeal_1803 .wrap .inner .contents .section p.link 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) {
  .spring_appeal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .spring_appeal_1803 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
.spring_appeal_1803 .wrap .inner .contents .section.section1 {
  overflow: hidden;
  margin-top: 80px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section1 img {
  float: left;
}
.spring_appeal_1803 .wrap .inner .contents .section.section1 div {
  float: left;
  width: 490px;
  margin-left: 30px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section1 div p {
  margin-bottom: 10px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 {
  border: 2px solid #e9536b;
  border-radius: 10px;
  padding-bottom: 25px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 h2 {
  text-align: center;
  background-color: #e9536b;
  padding: 20px 0;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .section_in {
  padding: 0 30px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 {
  overflow: hidden;
  margin-top: 30px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left {
  float: left;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right {
  float: right;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right {
  background-color: #fdedf0;
  padding: 25px 20px 50px;
  width: 360px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left h3,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right h3 {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: bold;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left img,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right img {
  margin-bottom: 24px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .txt,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .txt {
  background-color: #e9536b;
  margin-right: 10px;
  color: #fff;
  padding: 2px;
  float: left;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .day,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .day {
  float: left;
  text-align: left;
}
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .link,
.spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .link {
  margin-top: 24px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 {
  clear: both;
  overflow: hidden;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .sentyaku {
  background-color: #00a9ba;
  border-radius: 30px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .coupon {
  background-color: #e99400;
  border-radius: 30px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 {
  border-radius: 10px;
  width: 424px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 h2 img,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 h2 img {
  vertical-align: middle;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in {
  padding: 0px 20px 45px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in img,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in img {
  margin-bottom: 20px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .txt1,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .txt1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .txt2 span,
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .txt2 span {
  font-size: 12px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 {
  float: left;
  border: 2px solid #00a9ba;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 h2 {
  text-align: center;
  background-color: #00a9ba;
  padding: 15px 0;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(4),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(5) {
  margin-bottom: 20px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(5) {
  font-size: 12px;
  line-height: 1.2;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 {
  float: right;
  border: 2px solid #e99400;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 h2 {
  text-align: center;
  background-color: #e99400;
  padding: 15px 0;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(3),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(5),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(6),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(7) {
  margin-bottom: 20px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(6) {
  font-weight: bold;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(7) {
  font-size: 12px;
  line-height: 1.2;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(3),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(4),
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(5) {
  margin-bottom: 20px;
}
.spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(6) {
  font-size: 12px;
  line-height: 1.2;
}

/*----------------------------------------------------
  世界の学び場から、 育ちのヒント。(SNS)
----------------------------------------------------*/
.spring_sns_1803 .wrap .inner .contents {
  border: 1px solid #ccc;
}
.spring_sns_1803 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.spring_sns_1803 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.spring_sns_1803 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.spring_sns_1803 .wrap .inner .contents .section {
  width: 880px;
  margin: 0 auto 24px;
}
.spring_sns_1803 .wrap .inner .contents .section p {
  font-size: 1.8rem;
  line-height: 32px;
}
.spring_sns_1803 .wrap .inner .contents .section .day {
  margin-bottom: 15px;
}
.spring_sns_1803 .wrap .inner .contents .section p.link {
  clear: both;
  text-align: center;
}
.spring_sns_1803 .wrap .inner .contents .section p.link 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;
}
.spring_sns_1803 .wrap .inner .contents .section p.link 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) {
  .spring_sns_1803 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .spring_sns_1803 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
.spring_sns_1803 .wrap .inner .contents .section.section1 {
  overflow: hidden;
  margin-top: 80px;
}
.spring_sns_1803 .wrap .inner .contents .section.section1 img {
  float: left;
}
.spring_sns_1803 .wrap .inner .contents .section.section1 div {
  float: left;
  width: 490px;
  margin-left: 30px;
}
.spring_sns_1803 .wrap .inner .contents .section.section1 div p {
  margin-bottom: 10px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 {
  border: 2px solid #e9536b;
  border-radius: 10px;
  padding-bottom: 25px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 h2 {
  text-align: center;
  background-color: #e9536b;
  padding: 20px 0;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .section_in {
  padding: 0 30px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 {
  overflow: hidden;
  margin-top: 30px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left {
  float: left;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right {
  float: right;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right {
  background-color: #fdedf0;
  padding: 25px 20px 50px;
  width: 360px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left h3,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right h3 {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: bold;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left img,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right img {
  margin-bottom: 24px;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .txt,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .txt {
  background-color: #e9536b;
  margin-right: 10px;
  color: #fff;
  padding: 2px;
  float: left;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .day,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .day {
  float: left;
  text-align: left;
}
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .link,
.spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .link {
  margin-top: 24px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 {
  clear: both;
  overflow: hidden;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .sentyaku {
  background-color: #00a9ba;
  border-radius: 30px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .coupon {
  background-color: #e99400;
  border-radius: 30px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 {
  border-radius: 10px;
  width: 424px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 h2 img,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 h2 img {
  vertical-align: middle;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in {
  padding: 0px 20px 45px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in img,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in img {
  margin-bottom: 20px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .txt1,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .txt1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .txt2 span,
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .txt2 span {
  font-size: 12px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 {
  float: left;
  border: 2px solid #00a9ba;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 h2 {
  text-align: center;
  background-color: #00a9ba;
  padding: 15px 0;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(4),
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(5) {
  margin-bottom: 20px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in p:nth-child(5) {
  font-size: 12px;
  line-height: 1.2;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 {
  float: right;
  border: 2px solid #e99400;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 h2 {
  text-align: center;
  background-color: #e99400;
  padding: 15px 0;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(3),
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(4),
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(5),
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(6),
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(7) {
  margin-bottom: 20px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(6) {
  font-weight: bold;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(1) p:nth-child(7) {
  font-size: 12px;
  line-height: 1.2;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(3) {
  font-size: 12px;
  line-height: 1.2;
}
.spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in div:nth-child(2) p:nth-child(2) {
  margin-bottom: 10px;
}

/*----------------------------------------------------
  ゴールデンウイークフェアページ
----------------------------------------------------*/
.gw_fair_shop_1804 .wrap .inner .contents {
  border: 1px solid #ccc;
}
.gw_fair_shop_1804 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.gw_fair_shop_1804 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.gw_fair_shop_1804 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.gw_fair_shop_1804 .wrap .inner .contents p.link {
  clear: both;
  text-align: center;
}
.gw_fair_shop_1804 .wrap .inner .contents p.link 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;
}
.gw_fair_shop_1804 .wrap .inner .contents p.link 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) {
  .gw_fair_shop_1804 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gw_fair_shop_1804 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
.gw_fair_shop_1804 .wrap .inner .contents .section_wrap {
  padding: 0 60px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section_in .box {
  padding-bottom: 30px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section h2 {
  text-align: center;
  padding: 9px 0 16px 0;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.gw_fair_shop_1804 .wrap .inner .contents .section h2 img {
  display: inline;
}
.gw_fair_shop_1804 .wrap .inner .contents .section h3 {
  color: #000;
  font-size: 20px;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px 0 10px;
  font-weight: bold;
  clear: both;
}
.gw_fair_shop_1804 .wrap .inner .contents .section h3 + p {
  font-size: 18px;
  margin-bottom: 24px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .box {
  overflow: hidden;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .box .left {
  float: left;
  margin-right: 24px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .box .right {
  float: right;
  width: 375px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .box .right p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .box .right ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.gw_fair_shop_1804 .wrap .inner .contents .section dl {
  overflow: hidden;
  clear: both;
}
.gw_fair_shop_1804 .wrap .inner .contents .section dl dt {
  float: left;
  width: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #ed3d21;
  text-align: center;
  padding: 5px 0 3px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section dl dd {
  float: left;
  margin-top: 3px;
  width: 270px;
  line-height: 1.2;
}
.gw_fair_shop_1804 .wrap .inner .contents .section dl + dl {
  margin-top: 8px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list {
  overflow: hidden;
  margin-bottom: 50px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list li {
  float: left;
  width: 231px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list li + li {
  border-left: 2px solid #f2f2f2;
  padding: 0 18px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list li p {
  font-size: 16px;
  font-weight: bold;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list li p:first-child {
  line-height: 1.2;
  height: 5em;
}
.gw_fair_shop_1804 .wrap .inner .contents .section .link_list li a {
  min-width: 160px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section1 {
  margin-bottom: 46px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section1 p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.gw_fair_shop_1804 .wrap .inner .contents .section2 {
  margin-bottom: 38px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section2 ul {
  overflow: hidden;
}
.gw_fair_shop_1804 .wrap .inner .contents .section2 ul li {
  float: left;
}
.gw_fair_shop_1804 .wrap .inner .contents .section2 ul li + li {
  float: right;
}
.gw_fair_shop_1804 .wrap .inner .contents .section3,
.gw_fair_shop_1804 .wrap .inner .contents .section4,
.gw_fair_shop_1804 .wrap .inner .contents .section5 {
  border: 2px solid #ed3d21;
  border-radius: 10px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section3 h2,
.gw_fair_shop_1804 .wrap .inner .contents .section4 h2,
.gw_fair_shop_1804 .wrap .inner .contents .section5 h2 {
  background-color: #ed3d21;
}
.gw_fair_shop_1804 .wrap .inner .contents .section3 .box,
.gw_fair_shop_1804 .wrap .inner .contents .section4 .setion_in,
.gw_fair_shop_1804 .wrap .inner .contents .section5 .box {
  padding: 32px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section3 {
  margin-bottom: 32px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section4 {
  margin-bottom: 32px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section4 .right ul {
  margin-top: 16px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section4 .box,
.gw_fair_shop_1804 .wrap .inner .contents .section4 .box_wrap_01 {
  padding: 30px 0;
  border-top: 2px solid #f2f2f2;
}
.gw_fair_shop_1804 .wrap .inner .contents .section4 .b_none {
  border: none !important;
}
.gw_fair_shop_1804 .wrap .inner .contents .section4 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.gw_fair_shop_1804 .wrap .inner .contents .box_color {
  background-color: #f2f2f2;
  padding: 10px !important;
  border-radius: 10px;
}
.gw_fair_shop_1804 .wrap .inner .contents .box_color p {
  line-height: 1.2;
}
.gw_fair_shop_1804 .wrap .inner .contents .txt_01 {
  font-size: 18px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section5 .box {
  padding: 32px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section5 p.txt {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section5 .right h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.gw_fair_shop_1804 .wrap .inner .contents .section6 {
  overflow: hidden;
  margin-top: 30px;
}
.gw_fair_shop_1804 .wrap .inner .contents .section6 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/*----------------------------------------------------
  ゴールデンウイークフェアページ(SNS用)
----------------------------------------------------*/
.gw_fair_1804 .wrap .inner .contents {
  border: 1px solid #ccc;
  min-height: 1px;
}
.gw_fair_1804 .wrap .inner .contents:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gw_fair_1804 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.gw_fair_1804 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.gw_fair_1804 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.gw_fair_1804 .wrap .inner .contents p.link {
  clear: both;
  text-align: center;
}
.gw_fair_1804 .wrap .inner .contents p.link 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;
}
.gw_fair_1804 .wrap .inner .contents p.link 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) {
  .gw_fair_1804 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .gw_fair_1804 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_fair_1804 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .gw_fair_1804 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
.gw_fair_1804 .wrap .inner .contents .txt_01 {
  background-color: #FFFBB3;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  clear: both;
}
.gw_fair_1804 .wrap .inner .contents .txt_01 .ttl {
  font-size: 22px;
  background: #ed3d21;
  color: #fff;
  padding: 8px 10px 4px;
  line-height: 1;
  display: inline-block;
  margin-bottom: .5em;
}
.gw_fair_1804 .wrap .inner .contents .txt_01 .note {
  font-size: 14px;
  padding-top: 1em;
  display: block;
}
.gw_fair_1804 .wrap .inner .contents .section_wrap {
  padding: 0 60px;
}
.gw_fair_1804 .wrap .inner .contents .section_in .box {
  padding-bottom: 30px;
}
.gw_fair_1804 .wrap .inner .contents .section h2 {
  text-align: left;
  padding: 10px 20px 10px 10px;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.gw_fair_1804 .wrap .inner .contents .section h2 img {
  display: inline;
}
.gw_fair_1804 .wrap .inner .contents .section h3 {
  color: #000;
  font-size: 20px;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 24px;
  padding: 15px 0 10px;
  font-weight: bold;
  clear: both;
}
.gw_fair_1804 .wrap .inner .contents .section h3 + p {
  font-size: 18px;
  margin-bottom: 24px;
}
.gw_fair_1804 .wrap .inner .contents .section .box {
  overflow: hidden;
}
.gw_fair_1804 .wrap .inner .contents .section .box .left {
  float: left;
}
.gw_fair_1804 .wrap .inner .contents .section .box .right {
  float: right;
  width: 100%;
}
.gw_fair_1804 .wrap .inner .contents .section .box .right p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw_fair_1804 .wrap .inner .contents .section .box .right ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.gw_fair_1804 .wrap .inner .contents .section .box .right a {
  color: #0068b6;
}
.gw_fair_1804 .wrap .inner .contents .section .box h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0 10px;
  line-height: 1.6;
}
.gw_fair_1804 .wrap .inner .contents .section dl {
  overflow: hidden;
  clear: both;
}
.gw_fair_1804 .wrap .inner .contents .section dl dt {
  float: left;
  width: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #ed3d21;
  text-align: center;
  padding: 5px 0 3px;
}
.gw_fair_1804 .wrap .inner .contents .section dl dd {
  float: left;
  margin-top: 3px;
  width: 270px;
  line-height: 1.2;
}
.gw_fair_1804 .wrap .inner .contents .section dl + dl {
  margin-top: 8px;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list {
  overflow: hidden;
  margin-bottom: 50px;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list li {
  float: left;
  width: 231px;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list li + li {
  border-left: 2px solid #f2f2f2;
  padding: 0 18px;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list li p {
  font-size: 16px;
  font-weight: bold;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list li p:first-child {
  line-height: 1.2;
  height: 5em;
}
.gw_fair_1804 .wrap .inner .contents .section .link_list li a {
  min-width: 160px;
}
.gw_fair_1804 .wrap .inner .contents .section1 {
  margin-bottom: 46px;
}
.gw_fair_1804 .wrap .inner .contents .section1 p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.gw_fair_1804 .wrap .inner .contents .section2 {
  margin-bottom: 38px;
}
.gw_fair_1804 .wrap .inner .contents .section2 ul {
  overflow: hidden;
}
.gw_fair_1804 .wrap .inner .contents .section2 ul li {
  float: left;
}
.gw_fair_1804 .wrap .inner .contents .section2 ul li + li {
  float: right;
}
.gw_fair_1804 .wrap .inner .contents .section_wrap_01 {
  overflow: hidden;
}
.gw_fair_1804 .wrap .inner .contents .section_wrap_01 .section3 {
  float: left;
}
.gw_fair_1804 .wrap .inner .contents .section_wrap_01 .section4 {
  float: right;
}
.gw_fair_1804 .wrap .inner .contents .section3,
.gw_fair_1804 .wrap .inner .contents .section4 {
  width: 420px;
  border-radius: 10px;
}
.gw_fair_1804 .wrap .inner .contents .section3 .box,
.gw_fair_1804 .wrap .inner .contents .section4 .setion_in {
  padding: 32px;
}
.gw_fair_1804 .wrap .inner .contents .section3 {
  float: left;
  border: 2px solid #27a8cd;
  margin-bottom: 32px;
}
.gw_fair_1804 .wrap .inner .contents .section3 h2 {
  background-color: #27a8cd;
}
.gw_fair_1804 .wrap .inner .contents .section3 .box_wrap {
  padding: 0 32px;
}
.gw_fair_1804 .wrap .inner .contents .section3 .box_wrap .box {
  padding: 32px 0;
  border-top: 2px solid #f2f2f2;
}
.gw_fair_1804 .wrap .inner .contents .section3 .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw_fair_1804 .wrap .inner .contents .section4 {
  float: right;
  border: 2px solid #eda321;
}
.gw_fair_1804 .wrap .inner .contents .section4 h2 {
  background-color: #eda321;
}
.gw_fair_1804 .wrap .inner .contents .section4 ul {
  overflow: hidden;
}
.gw_fair_1804 .wrap .inner .contents .section4 ul li {
  float: left;
}
.gw_fair_1804 .wrap .inner .contents .section4 ul li + li {
  float: right;
}
.gw_fair_1804 .wrap .inner .contents .section4 ul + div {
  clear: both;
}
.gw_fair_1804 .wrap .inner .contents .section4 .right p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw_fair_1804 .wrap .inner .contents .section4 .right ul {
  margin-top: 16px;
}
.gw_fair_1804 .wrap .inner .contents .section4 .box {
  border-top: 2px solid #f2f2f2;
}
.gw_fair_1804 .wrap .inner .contents .section4 .box_wrap {
  padding: 0 32px;
}
.gw_fair_1804 .wrap .inner .contents .section4 .box_wrap .box {
  padding: 32px 0;
}
.gw_fair_1804 .wrap .inner .contents .section4 .box:last-child ul {
  margin-bottom: 10px;
}
.gw_fair_1804 .wrap .inner .contents .section4 .b_none {
  border: none !important;
}
.gw_fair_1804 .wrap .inner .contents .section4 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.gw_fair_1804 .wrap .inner .contents .section4 .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw_fair_1804 .wrap .inner .contents .section4 .txt a {
  color: #0068b6;
}

/*----------------------------------------------------
  巨大水路イベント
----------------------------------------------------*/
.event-waterway_1804 .wrap .inner .contents {
  border: 1px solid #ccc;
  padding: 60px 0;
}
.event-waterway_1804 .wrap .inner .contents .title_box {
  margin: 0 auto 36px;
  width: 780px;
}
.event-waterway_1804 .wrap .inner .contents .title_box h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.event-waterway_1804 .wrap .inner .contents .title_box div {
  overflow: hidden;
}
.event-waterway_1804 .wrap .inner .contents .title_box div p {
  float: left;
  font-weight: bold;
  font-size: 26px;
  margin-right: 10px;
  line-height: 1.2;
  padding-top: 36px;
}
.event-waterway_1804 .wrap .inner .contents .title_box div img {
  float: right;
}
.event-waterway_1804 .shoplist {
  min-height: 1px;
  margin: 70px auto 0px;
  width: 820px;
}
.event-waterway_1804 .shoplist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.event-waterway_1804 .shoplist dl {
  margin: 0px 0px 30px;
}
.event-waterway_1804 .shoplist dl dt {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  padding: 0 18px;
  line-height: 40px;
  margin: 0 0 16px;
  font-weight: bold;
}
.event-waterway_1804 .shoplist dl.hokkaido dt {
  background-color: #eaf6fd;
}
.event-waterway_1804 .shoplist dl.kanto dt {
  background-color: #fdede4;
}
.event-waterway_1804 .shoplist dl.hokuriku dt {
  background-color: #fadce9;
}
.event-waterway_1804 .shoplist dl.tokai dt {
  background-color: #feecd2;
}
.event-waterway_1804 .shoplist dl.kansai dt {
  background-color: #d5ead8;
}
.event-waterway_1804 .shoplist dl.chugoku dt {
  background-color: #e7d5e8;
}
.event-waterway_1804 .shoplist dl.kyushu dt {
  background-color: #d4ecea;
}
.event-waterway_1804 .shoplist dl dd {
  margin: 0 0 4px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.event-waterway_1804 .shoplist dl dd ul li {
  display: block;
  padding: 0 0 0 2px;
  font-size: 20px;
}
.event-waterway_1804 .shoplist dl dd ul li + li {
  margin-top: 20px;
}
.event-waterway_1804 .shoplist dl dd a {
  text-decoration: none;
  line-height: 24px;
}

/*----------------------------------------------------
ボーネルンドのベビーフェア
----------------------------------------------------*/
.babyfair_1805 .wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
}
.babyfair_1805 .wrap .inner .contents h1 {
  margin: 0 0 36px;
}
.babyfair_1805 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.babyfair_1805 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.babyfair_1805 .wrap .inner .contents p.link {
  clear: both;
  text-align: center;
}
.babyfair_1805 .wrap .inner .contents p.link 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;
}
.babyfair_1805 .wrap .inner .contents p.link 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) {
  .babyfair_1805 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .babyfair_1805 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .babyfair_1805 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
.babyfair_1805 .wrap .inner .contents .section_wrap {
  padding: 0 60px;
}
.babyfair_1805 .wrap .inner .contents .section_in {
  padding: 32px 32px 56px 32px;
}
.babyfair_1805 .wrap .inner .contents .section_in .box {
  padding-bottom: 30px;
}
.babyfair_1805 .wrap .inner .contents .section h2 {
  text-align: left;
  padding: 9px 0 16px 0;
  text-align: left;
  margin: -25px 0 0 -16px;
}
.babyfair_1805 .wrap .inner .contents .section h2 img {
  display: inline;
}
.babyfair_1805 .wrap .inner .contents .section h3 {
  color: #000;
  font-size: 20px;
  text-align: center;
  padding: 24px 0 18px;
  font-weight: bold;
  clear: both;
}
.babyfair_1805 .wrap .inner .contents .section h3 + p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.babyfair_1805 .wrap .inner .contents .section .box {
  overflow: hidden;
}
.babyfair_1805 .wrap .inner .contents .section .box .left {
  float: left;
  margin-right: 24px;
}
.babyfair_1805 .wrap .inner .contents .section .box .right {
  float: right;
  width: 375px;
}
.babyfair_1805 .wrap .inner .contents .section .box .right p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.babyfair_1805 .wrap .inner .contents .section .box .right ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.babyfair_1805 .wrap .inner .contents .section dl {
  overflow: hidden;
  clear: both;
}
.babyfair_1805 .wrap .inner .contents .section dl dt {
  float: left;
  width: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  background-color: #ed3d21;
  text-align: center;
  padding: 5px 0 3px;
}
.babyfair_1805 .wrap .inner .contents .section dl dd {
  float: left;
  margin-top: 3px;
  width: 270px;
  line-height: 1.2;
}
.babyfair_1805 .wrap .inner .contents .section dl + dl {
  margin-top: 8px;
}
.babyfair_1805 .wrap .inner .contents .section .link_list {
  overflow: hidden;
  margin-bottom: 50px;
}
.babyfair_1805 .wrap .inner .contents .section .link_list li {
  float: left;
  width: 392px;
}
.babyfair_1805 .wrap .inner .contents .section .link_list li + li {
  border-left: 2px solid #f2f2f2;
}
.babyfair_1805 .wrap .inner .contents .section .link_list li p {
  font-size: 16px;
  font-weight: bold;
}
.babyfair_1805 .wrap .inner .contents .section .link_list li p:first-child {
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.babyfair_1805 .wrap .inner .contents .section .link_list li a {
  min-width: 304px;
}
.babyfair_1805 .wrap .inner .contents .section1 {
  margin-bottom: 46px;
}
.babyfair_1805 .wrap .inner .contents .section1 p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.babyfair_1805 .wrap .inner .contents .section2 {
  margin-bottom: 38px;
}
.babyfair_1805 .wrap .inner .contents .section2 ul {
  overflow: hidden;
}
.babyfair_1805 .wrap .inner .contents .section2 ul li {
  float: left;
}
.babyfair_1805 .wrap .inner .contents .section2 ul li + li {
  float: right;
}
.babyfair_1805 .wrap .inner .contents .section3 {
  border: 2px solid #27a8cd;
  margin-bottom: 34px;
}
.babyfair_1805 .wrap .inner .contents .section3 .boder_bottom {
  border-bottom: 2px solid #f2f2f2;
}
.babyfair_1805 .wrap .inner .contents .section3 ul.img_list {
  overflow: hidden;
}
.babyfair_1805 .wrap .inner .contents .section3 ul.img_list li {
  float: left;
}
.babyfair_1805 .wrap .inner .contents .section3 ul.img_list li + li {
  margin-left: 22px;
}
.babyfair_1805 .wrap .inner .contents .section3 .right h3 {
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
.babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 {
  padding-top: 48px;
}
.babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 .box_02 h3 {
  background-color: #27a8cd;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 24px;
}
.babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 .box_02 li + li {
  margin-top: 16px;
}
.babyfair_1805 .wrap .inner .contents .section4 {
  border: 2px solid #179c1a;
}
.babyfair_1805 .wrap .inner .contents .section4 ul.img_list {
  overflow: hidden;
}
.babyfair_1805 .wrap .inner .contents .section4 ul.img_list li {
  float: left;
}
.babyfair_1805 .wrap .inner .contents .section4 ul.img_list li + li {
  float: right;
}
.babyfair_1805 .wrap .inner .contents .section4 .link_list {
  margin-bottom: 0;
}
.babyfair_1805 .wrap .inner .contents .section4 .link_list li {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.babyfair_1805 .wrap .inner .contents .section4 .link_list li p:first-child {
  margin-bottom: 0;
}
.babyfair_1805 .wrap .inner .contents .section5 {
  border: 2px solid #eda321;
}
.babyfair_1805 .wrap .inner .contents .section5 ul.img_list {
  overflow: hidden;
}
.babyfair_1805 .wrap .inner .contents .section5 ul.img_list li {
  float: left;
}
.babyfair_1805 .wrap .inner .contents .section5 ul.img_list li + li {
  float: right;
}
.babyfair_1805 .wrap .inner .contents .section5 .link_list {
  margin-bottom: 0;
}
.babyfair_1805 .wrap .inner .contents .section5 .link_list li {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.babyfair_1805 .wrap .inner .contents .section5 .link_list li p:first-child {
  margin-bottom: 0;
}
.babyfair_1805 .wrap .inner .contents .section3,
.babyfair_1805 .wrap .inner .contents .section4,
.babyfair_1805 .wrap .inner .contents .section5 {
  border-radius: 10px;
}
.babyfair_1805 .wrap .inner .contents .section4 .setion_in,
.babyfair_1805 .wrap .inner .contents .section5 .box {
  padding: 32px;
}
.babyfair_1805 .wrap .inner .contents .section4 {
  margin-bottom: 32px;
}
.babyfair_1805 .wrap .inner .contents .section4 .right ul {
  margin-top: 16px;
}
.babyfair_1805 .wrap .inner .contents .section4 .box,
.babyfair_1805 .wrap .inner .contents .section4 .box_wrap_01 {
  padding: 30px 0;
  border-top: 2px solid #f2f2f2;
}
.babyfair_1805 .wrap .inner .contents .section4 .b_none {
  border: none !important;
}
.babyfair_1805 .wrap .inner .contents .section4 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.babyfair_1805 .wrap .inner .contents .box_color {
  background-color: #f2f2f2;
  padding: 10px !important;
  border-radius: 10px;
}
.babyfair_1805 .wrap .inner .contents .box_color p {
  line-height: 1.2;
}
.babyfair_1805 .wrap .inner .contents .txt_01 {
  font-size: 18px;
}
.babyfair_1805 .wrap .inner .contents .section5 .box {
  padding: 32px;
}
.babyfair_1805 .wrap .inner .contents .section5 p.txt {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.babyfair_1805 .wrap .inner .contents .section5 .right h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.babyfair_1805 .wrap .inner .contents .section6 {
  overflow: hidden;
  margin-top: 30px;
}
.babyfair_1805 .wrap .inner .contents .section6 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}



/*----------------------------------------------------
 プレイヴィル　大阪城公園
----------------------------------------------------*/
.playville-oosaka_1805 .wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
}
.playville-oosaka_1805 .InformationWrap {
  margin: 36px 0 66px 0;
}
.playville-oosaka_1805 .mainImg {
  margin-bottom: 40px;
}
.playville-oosaka_1805 #sec_wrap {
  padding: 0 49px;
}
.playville-oosaka_1805 .sec {
  margin-bottom: 40px;
}
.playville-oosaka_1805 .sec p {
  font-size: 19px;
  line-height: 35px;
  margin: 0 0 16px;
}
.playville-oosaka_1805 .sec ul {
  overflow: hidden;
}
.playville-oosaka_1805 .sec h2 {
  background-color: #e65c20;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 18px;
  margin-bottom: 16px;
}
.playville-oosaka_1805 .sec .pic {
  margin-bottom: 16px;
}
.playville-oosaka_1805 .sec .img_list li {
  float: left;
  width: 428px;
}
.playville-oosaka_1805 .sec .img_list li:nth-child(even) {
  margin-left: 24px;
}
.playville-oosaka_1805 .sec .img_list li:nth-child(1), .playville-oosaka_1805 .sec .img_list li:nth-child(2) {
  margin-bottom: 16px;
}
.playville-oosaka_1805 .sec .img_list li:nth-child(3) {
  clear: both;
}
.playville-oosaka_1805 .sec .img_list li img {
  margin-bottom: 8px;
}
.playville-oosaka_1805 .sec .f_s {
  display: block;
  font-size: 15px !important;
  margin-top: 10px;
  line-height: 1.6;
}
.playville-oosaka_1805 .sec_01 li {
  float: left;
}
.playville-oosaka_1805 .sec_01 li + li {
  margin-left: 20px;
}
.playville-oosaka_1805 .sec_03 .img_list li:nth-child(3), .playville-oosaka_1805 .sec_03 .img_list li:nth-child(4) {
  margin-bottom: 16px;
}
.playville-oosaka_1805 .sec_03 .img_list li:nth-child(5) {
  clear: both;
}
.playville-oosaka_1805 .sec_04 .sec_04_in {
  overflow: hidden;
}
.playville-oosaka_1805 .sec_04 .sec_04_in .list {
  float: left;
  padding: 24px;
  width: 382px;
  height: 246px;
  background-color: #f0f0f0;
}
.playville-oosaka_1805 .sec_04 .sec_04_in .list + .list {
  margin-left: 19px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in .list dl dt:not(:nth-child(1)),
.playville-oosaka_1805 .sec_04 .sec_04_in .list dl dd:not(:nth-child(2)) {
  margin-top: 24px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e65c20;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in h3 span {
  font-weight: normal;
  font-size: 18px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dl {
  overflow: hidden;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dt, .playville-oosaka_1805 .sec_04 .sec_04_in dd {
  float: left;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dt {
  background: #e65c20;
  font-size: 18px;
  color: #fff;
  clear: both;
  font-weight: bold;
  padding: 7px 10px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dd {
  font-size: 16px;
  font-weight: bold;
  width: 260px;
  margin-left: 8px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dd span {
  font-weight: normal;
  font-size: 14px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dd.w_100 {
  width: 100px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in dd.mt_07 {
  padding-top: 7px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in .txt_01 {
  clear: both;
  margin-top: 10px;
}
.playville-oosaka_1805 .sec_04 .sec_04_in .icon {
  position: absolute;
  margin: -33px 0 0 280px;
}
.playville-oosaka_1805 .sec_06 h2 {
  margin-bottom: 20px;
}
.playville-oosaka_1805 .sec_06 .box {
  overflow: hidden;
  clear: both;
  padding-bottom: 40px;
}
.playville-oosaka_1805 .sec_06 .box + .box {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}
.playville-oosaka_1805 .sec_06 .box .box_in {
  overflow: hidden;
  clear: both;
  margin-bottom: 24px;
}
.playville-oosaka_1805 .sec_06 .box img {
  float: left;
}
.playville-oosaka_1805 .sec_06 .box .txt_box {
  float: right;
  width: 415px;
  margin-right: 10px;
}
.playville-oosaka_1805 .sec_06 .box .txt_box p {
  font-size: 18px;
}
.playville-oosaka_1805 .sec_06 .box .f_s {
  clear: both;
  margin: 0;
}
.playville-oosaka_1805 .sec_06 .box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 35px;
}
.playville-oosaka_1805 .sec_06 .box .link_list li {
  float: none;
  margin: 0 auto;
}
.playville-oosaka_1805 .sec_06 .box .link_list li p {
  margin: 0;
}
.playville-oosaka_1805 .shopinfo {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 32px 0 56px;
  border: 3px solid #e65c20;
  background-color: #fff;
}
.playville-oosaka_1805 .shopinfo p.ttl {
  background-color: #e65c20;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  font-size: 22px;
}
.playville-oosaka_1805 .shopinfo p.ttl br {
  display: none;
}
.playville-oosaka_1805 .shopinfo .f_s {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.playville-oosaka_1805 .shopinfo dl {
  padding: 0 20px;
  min-height: 1px;
  font-size: 17px;
  line-height: 35px;
  margin: 0 0 1em;
}
.playville-oosaka_1805 .shopinfo dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville-oosaka_1805 .shopinfo dl dt {
  background-color: #e65c20;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  float: left;
  width: 96px;
  height: 32px;
  font-size: 19px;
  text-align: center;
  line-height: 32px;
}
.playville-oosaka_1805 .shopinfo dl dd {
  line-height: 32px;
  font-size: 19px;
  margin: 0 0 16px;
  padding: 0 0 0 7em;
}
.playville-oosaka_1805 .shopinfo dl dd em {
  font-size: 15px;
}
.playville-oosaka_1805 .shopinfo dl + p {
  padding: 0 20px;
}
.playville-oosaka_1805 .link_list {
  overflow: hidden;
  width: 900px;
  margin: 48px auto 0;
}
.playville-oosaka_1805 .link_list li {
  float: left;
  width: 429px;
}
.playville-oosaka_1805 .link_list li + li {
  float: right;
  border-left: 2px solid #f2f2f2;
  padding-left: 20px;
}
.playville-oosaka_1805 .link_list img {
  margin-bottom: 16px;
}
.playville-oosaka_1805 .link_list .txt_01 {
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.playville-oosaka_1805 .link_list .txt_02 {
  padding-top: 1em;
  margin-bottom: 45px;
}
.playville-oosaka_1805 .link_list p.link {
  clear: both;
  text-align: center;
}
.playville-oosaka_1805 .link_list p.link 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-oosaka_1805 .link_list p.link 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) {
  .playville-oosaka_1805 .link_list p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .playville-oosaka_1805 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-oosaka_1805 .link_list p.link a:before {
    margin: -12px 0 0;
  }
  .playville-oosaka_1805 .link_list p.link a br {
    display: inline-block;
  }
}
.playville-oosaka_1805 .btn_new a {
  background-color: #245BA6;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 14px 0 11px 10px;
  width: 310px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.playville-oosaka_1805 .btn_new .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .playville-oosaka_1805 .btn_new a {
    font-size: 22px;
    width: auto;
    padding: 14px 0 14px 10px;
  }
  .playville-oosaka_1805 .btn_new .arrow {
    border-width: 6px 0 6px 10px;
    left: 10px;
    margin-top: -6px;
  }
}

/*----------------------------------------------------
カタログ　プレイスケープ　18-19
----------------------------------------------------*/
.catalog-playspace_1805 .wrap .contents .catalog__detail ul.link li {
  display: block;
  margin-bottom: 20px;
}
.catalog-playspace_1805 .wrap .contents .catalog__detail ul.link li a {
  width: 304px;
}


/*----------------------------------------------------
 プレイヴィル　天王寺公園
----------------------------------------------------*/
.playville-tennojipark_1806 .wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
}
.playville-tennojipark_1806 .InformationWrap {
  margin: 36px 0 66px 0;
}
.playville-tennojipark_1806 .mainImg {
  margin-bottom: 40px;
}
.playville-tennojipark_1806 #sec_wrap {
  padding: 0 49px;
}
.playville-tennojipark_1806 .sec {
  margin-bottom: 40px;
}
.playville-tennojipark_1806 .sec p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 16px;
}
.playville-tennojipark_1806 .sec ul {
  overflow: hidden;
}
.playville-tennojipark_1806 .sec h2 {
  background-color: #27a98f;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 18px;
  margin-bottom: 16px;
}
.playville-tennojipark_1806 .sec .pic {
  margin-bottom: 16px;
}
.playville-tennojipark_1806 .sec .img_list li {
  float: left;
  width: 428px;
}
.playville-tennojipark_1806 .sec .img_list li:nth-child(even) {
  margin-left: 24px;
}
.playville-tennojipark_1806 .sec .img_list li:nth-child(1), .playville-tennojipark_1806 .sec .img_list li:nth-child(2) {
  margin-bottom: 16px;
}
.playville-tennojipark_1806 .sec .img_list li:nth-child(3) {
  clear: both;
}
.playville-tennojipark_1806 .sec .img_list li img {
  margin-bottom: 8px;
}
.playville-tennojipark_1806 .sec .f_s {
  display: block;
  font-size: 15px !important;
  margin-top: 10px;
  line-height: 1.6;
}
.playville-tennojipark_1806 .sec_01 p {
  font-size: 19px;
  line-height: 35px;
}
.playville-tennojipark_1806 .day {
  background-color: rgba(205, 223, 219, 0.55);
  border-radius: 10px;
  padding: 48px;
  width: 802px;
  margin: 48px auto;
}
.playville-tennojipark_1806 .day dl {
  overflow: hidden;
}
.playville-tennojipark_1806 .day dl dt, .playville-tennojipark_1806 .day dl dd {
  vertical-align: top;
  margin-bottom: 32px;
  float: left;
}
.playville-tennojipark_1806 .day dl dt:last-child,
.playville-tennojipark_1806 .day dl dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.playville-tennojipark_1806 .day dl dt {
  color: #fff;
  background-color: #27a98f;
  text-align: center;
  font-size: 19px;
  width: 100px;
  padding-top: 2px;
  clear: both;
  padding: 5px 0;
  font-weight: bold;
  margin-right: 8px;
}
.playville-tennojipark_1806 .day dl dd {
  font-size: 19px;
  padding-top: 2px;
  line-height: 1.4;
}
.playville-tennojipark_1806 .day dl dd span {
  font-size: 14px;
  display: block;
  margin-top: 16px;
}
.playville-tennojipark_1806 .day dl dd a {
  color: #0068b6;
}
.playville-tennojipark_1806 .sec_01 li {
  float: left;
}
.playville-tennojipark_1806 .sec_01 li + li {
  margin-left: 20px;
}
.playville-tennojipark_1806 .sec_02 .img_list li:nth-child(3), .playville-tennojipark_1806 .sec_02 .img_list li:nth-child(4) {
  margin-bottom: 16px;
}
.playville-tennojipark_1806 .sec_02 .img_list li:nth-child(5) {
  clear: both;
}
.playville-tennojipark_1806 .sec_02 .txt_01 {
  text-align: center;
  font-size: 16px;
}
.playville-tennojipark_1806 .sec_02 .txt_01 span {
  font-weight: bold;
  font-size: 18px;
}
.playville-tennojipark_1806 .link_list {
  overflow: hidden;
  margin: 48px auto 0;
}
.playville-tennojipark_1806 .link_list img {
  margin-bottom: 16px;
}
.playville-tennojipark_1806 .link_list .txt_01 {
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.playville-tennojipark_1806 .link_list .txt_02 {
  padding-top: 1em;
  margin-bottom: 15px;
}
.playville-tennojipark_1806 .link_list p.link {
  clear: both;
  text-align: center;
}
.playville-tennojipark_1806 .link_list p.link 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: 240px;
}
.playville-tennojipark_1806 .link_list p.link 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;
  color: #fff!important;
}
@media screen and (max-width: 1280px) {
  .playville-tennojipark_1806 .link_list p.link a:before {
    margin: -6px 0 0;
    color: #fff!important;
  }
}
@media screen and (max-width: 768px) {
  .playville-tennojipark_1806 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-tennojipark_1806 .link_list p.link a:before {
    margin: -12px 0 0;
    color: #fff!important;
  }
  .playville-tennojipark_1806 .link_list p.link a br {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    個別ページ系 共通
  ----------------------------------------------------*/
  .wrap .contents p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .wrap .contents .catalog {
    padding: 0;
  }
  .wrap .contents .catalog img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .wrap .contents .catalog__detail {
    float: none;
    padding: 20px 0 0;
    width: 100%;
  }
  .wrap .contents .catalog__detail ul.link {
    text-align: center;
  }
  .wrap .contents .catalog__detail ul.link li {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
  }
  .wrap .contents .catalog__detail p.link01, .wrap .contents .catalog__detail p.link02 {
    text-align: center;
  }

  /*----------------------------------------------------
    3.11以降の子どもとあそびの記録
  ----------------------------------------------------*/
  .message-311 .wrap .inner .contents .section1 {
    background: none;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
  .message-311 .wrap .inner .contents .section1 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
  }
  .message-311 .wrap .inner .contents .section1 h2 + p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
    text-align: center;
    padding: 0 0 40px;
  }
  .message-311 .wrap .inner .contents .section1 h2 + p:after {
    content: url(../images/page/3.11_img02.gif);
    display: block;
    text-align: center;
  }
  .message-311 .wrap .inner .contents .section1 ol li {
    padding: 40px 0;
  }
  .message-311 .wrap .inner .contents .section1 ol li table th span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .message-311 .wrap .inner .contents .section1 ol li p {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .message-311 .wrap .inner .contents .section1 ol li p br {
    display: none;
    line-height: 1.6;
  }

  /*----------------------------------------------------
    展示会レポート
  ----------------------------------------------------*/
  .exhibition_201605_report .reportWrap {
    background: url(../images/sp/page/exhibition_201605/report/report_img01.gif) center top no-repeat;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    -webkit-background-size: 90%;
    background-size: 90%;
    border: none;
    padding: 40% 0 0;
  }
  .exhibition_201605_report .reportWrap h1 {
    padding: 0;
  }
  .exhibition_201605_report .reportWrap h1 img {
    display: none;
  }
  .exhibition_201605_report .reportWrap h1 + p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    width: 100%;
    margin: 0px 0px 40px;
  }
  .exhibition_201605_report .reportWrap h1 + p br {
    display: none;
  }
  .exhibition_201605_report .reportWrap ul.caption li, .exhibition_201605_report .reportWrap p.caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    width: 50%;
  }
  .exhibition_201605_report .reportWrap ul.caption li img, .exhibition_201605_report .reportWrap p.caption img {
    width: 100%;
  }
  .exhibition_201605_report .reportWrap ul.lead {
    padding: 0;
  }
  .exhibition_201605_report .reportWrap ul.lead li {
    padding: 0 4px 8px 4px;
  }
  .exhibition_201605_report .reportWrap ul.lead li:first-child {
    position: static;
  }
  .exhibition_201605_report .reportWrap ul.lead li:nth-child(3) {
    float: left;
  }
  .exhibition_201605_report .reportWrap ul.lead li.sp-disp {
    padding: 0 4px 8px;
  }
  .exhibition_201605_report .reportWrap ul.lead li.sp-disp p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 0.5em;
    font-size: 2.5vw;
  }
  .exhibition_201605_report .reportWrap ul.lead li img {
    margin: 0;
  }
  .exhibition_201605_report .reportWrap ul.lead li span {
    display: none;
  }
  .exhibition_201605_report .reportWrap__detail {
    padding: 46px 0 0;
  }
  .exhibition_201605_report .reportWrap__detail > p br {
    display: none;
  }
  .exhibition_201605_report .reportWrap__detail h2 img {
    width: 100%;
  }
  .exhibition_201605_report .reportWrap__detail h2 + p.sp-disp {
    margin: 0 0 40px;
    text-align: left;
  }
  .exhibition_201605_report .reportWrap__detail .sp-disp + div {
    display: none;
  }
  .exhibition_201605_report .reportWrap__detail ul.second li {
    margin: 0;
    padding: 0 4px 8px;
  }
  .exhibition_201605_report .reportWrap__detail ul.second li:nth-child(3) {
    clear: both;
  }
  .exhibition_201605_report .reportWrap__detail hr {
    margin: 36px 0 42px;
  }
  .exhibition_201605_report .reportWrap__detail ul.last li {
    padding: 0 4px 8px;
  }
  .exhibition_201605_report .reportWrap__detail ul.last li:first-child {
    margin: 0;
  }

  /*----------------------------------------------------
    マグ・フォーマー17アイテム新発売
  ----------------------------------------------------*/
  .magformer_1607 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px;
  }
  .magformer_1607 .wrap .inner .contents h1 {
    margin: 0 0 40px;
  }
  .magformer_1607 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .magformer_1607 .wrap .inner .contents div {
    min-height: 0 !important;
  }
  .magformer_1607 .wrap .inner .contents div.lead {
    background: url(../images/page/magformers_1607/magformers_img01.jpg) left top no-repeat;
    padding: 165% 0 0;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .magformer_1607 .wrap .inner .contents div.lead p {
    padding: 0 0 10px;
  }
  .magformer_1607 .wrap .inner .contents div.lead img {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .magformer_1607 .wrap .inner .contents div.lead img.pc-disp {
    display: none;
  }
  .magformer_1607 .wrap .inner .contents div.second {
    background: none;
    background: url(../images/page/magformers_1607/magformers_img02.gif) center top no-repeat;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    -webkit-background-size: 80%;
    background-size: 80%;
    padding: 84% 0 0;
  }
  .magformer_1607 .wrap .inner .contents div.second h2 {
    margin: 0 0 10px;
    text-align: center;
  }
  .magformer_1607 .wrap .inner .contents div.third h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .magformer_1607 .wrap .inner .contents div.third h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .magformer_1607 .wrap .inner .contents div.third h3.shop {
    text-indent: -1em;
    margin: 0 0 20px 1em;
  }
  .magformer_1607 .wrap .inner .contents div.third h3.shop span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-indent: 0px;
    padding: 0;
    line-height: 1.2;
    margin: 5px 0 0;
  }
  .magformer_1607 .wrap .inner .contents div.third .all-item p {
    line-height: 1.2;
    padding: 15px;
  }
  .magformer_1607 .wrap .inner .contents div.third .all-item ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .magformer_1607 .wrap .inner .contents div.third ul.IndexMenu li {
    width: 100%;
    text-indent: -1em;
    margin: 0 0 16px 1em;
    line-height: 1.4;
  }
  .magformer_1607 .wrap .inner .contents div.third .more p {
    display: inline-block;
    margin: 0 0 0.5em;
  }
  .magformer_1607 .wrap .inner .contents div.third p.link {
    display: block;
  }
  .magformer_1607 .wrap .inner .contents div.third p.link a {
    width: 100%;
  }

  /*----------------------------------------------------
    「マグ・フォーマー」販売店一覧
  ----------------------------------------------------*/
  .mfshop_list .contents .list-wrap table {
    width: 100%;
    float: none !important;
  }
  .mfshop_list .contents .list-wrap table tr.sp_hide {
    display: none;
  }
  .mfshop_list .contents .list-wrap table th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .mfshop_list .contents .list-wrap table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .mfshop_list .contents .list-wrap table td:nth-of-type(2) {
    white-space: nowrap;
  }

  /*----------------------------------------------------
    価格改定商品一覧
  ----------------------------------------------------*/
  .price_revision_1610 .contents table {
    width: 100%;
  }
  .price_revision_1610 .contents table th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .price_revision_1610 .contents table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .price_revision_1610 .contents table td a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  /*----------------------------------------------------
    ハロウィンイベント
  ----------------------------------------------------*/
  .helloween_1610 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px;
  }
  .helloween_1610 .wrap .inner .contents h1 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 38px;
  }
  .helloween_1610 .wrap .inner .contents h1 span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 0.5em;
  }
  .helloween_1610 .wrap .inner .contents h1 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .helloween_1610 .wrap .inner .contents hr {
    margin: 20px 0;
  }
  .helloween_1610 .wrap .inner .contents h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .helloween_1610 .wrap .inner .contents h2 + p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    line-height: 20px;
  }
  .helloween_1610 .wrap .inner .contents h2 + p em {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .helloween_1610 .wrap .inner .contents p.sp-disp {
    margin: 0 0 30px;
  }
  .helloween_1610 .wrap .inner .contents p.sp-disp img {
    width: 100%;
  }

  /*----------------------------------------------------
    コンパン遊具クラシックモデル特別ご愛顧キャンペーン
  ----------------------------------------------------*/
  .kompan_1610 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px;
  }
  .kompan_1610 .wrap .inner .contents h1 {
    margin: 0 0 20px;
  }
  .kompan_1610 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .kompan_1610 .wrap .inner .contents .lead {
    margin: 0 0 20px;
  }
  .kompan_1610 .wrap .inner .contents .lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 55%;
    margin: 0;
  }
  .kompan_1610 .wrap .inner .contents .lead img {
    width: 40%;
  }
  .kompan_1610 .wrap .inner .contents h2 {
    margin: 0 0 10px;
  }
  .kompan_1610 .wrap .inner .contents ul.item {
    width: 100%;
  }
  .kompan_1610 .wrap .inner .contents ul.item li {
    width: 49%;
    margin: 0 0 2%;
  }
  .kompan_1610 .wrap .inner .contents ul.item li img {
    width: 100%;
  }
  .kompan_1610 .wrap .inner .contents ul.item li:nth-child(odd) {
    margin: 0 2% 2% 0;
  }
  .kompan_1610 .wrap .inner .contents p.sp-disp img {
    width: 100%;
  }
  .kompan_1610 .wrap .inner .contents .order {
    text-align: center;
    margin: 40px 0 0;
  }
  .kompan_1610 .wrap .inner .contents .order > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 435px) {
  .kompan_1610 .wrap .inner .contents .lead p {
    width: 100%;
    margin: 0 0 10px;
  }
  .kompan_1610 .wrap .inner .contents .lead img {
    width: 100%;
  }
  .kompan_1610 .wrap .inner .contents ul.item li {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  /*----------------------------------------------------
    秋のベビーフェア
  ----------------------------------------------------*/
  .babyfair_1610 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px;
  }
  .babyfair_1610 .wrap .inner .contents h1 {
    margin: 0 0 20px;
  }
  .babyfair_1610 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .babyfair_1610 .wrap .inner .contents p img {
    width: 100%;
  }
  .babyfair_1610 .wrap .inner .contents .item01 {
    background: none;
    padding: 0;
    margin: 0 0 60px;
  }
  .babyfair_1610 .wrap .inner .contents .item01 img.sp-disp {
    margin: 0 0 30px;
    width: 100%;
  }
  .babyfair_1610 .wrap .inner .contents .item01 p {
    margin: 0 0 23px;
  }
  .babyfair_1610 .wrap .inner .contents .item02 {
    padding: 0;
  }
  .babyfair_1610 .wrap .inner .contents .item02 p {
    width: 100%;
    margin: 0 0 30px;
  }

  /*----------------------------------------------------
    クリスマスフェア
  ----------------------------------------------------*/
  .christmas_1610 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px 20px 90px;
  }
  .christmas_1610 .wrap .inner .contents h1 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 38px;
  }
  .christmas_1610 .wrap .inner .contents h1 span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 0.5em;
  }
  .christmas_1610 .wrap .inner .contents h1 em {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .christmas_1610 .wrap .inner .contents h1 em br {
    display: block;
  }
  .christmas_1610 .wrap .inner .contents h1 + p {
    background: url(../images/page/christmas_1610/christmas_1610_img03.jpg) center top no-repeat;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 301px 0 0 0;
    width: 100%;
  }
  .christmas_1610 .wrap .inner .contents hr {
    margin: 20px 0;
  }
  .christmas_1610 .wrap .inner .contents h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .christmas_1610 .wrap .inner .contents h2 + p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    line-height: 20px;
  }
  .christmas_1610 .wrap .inner .contents h2 + p em {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .christmas_1610 .wrap .inner .contents p.txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .christmas_1610 .wrap .inner .contents ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    text-indent: -1em;
    margin: 0 0 0 1em;
  }
  .christmas_1610 .wrap .inner .contents .all-item img {
    right: -16px;
    bottom: -82px;
  }
  .christmas_1610 .wrap .inner .contents .all-item dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .christmas_1610 .wrap .inner .contents .all-item dl dd {
    width: 100%;
    float: none;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .christmas_1610 .wrap .inner .contents .all-item dl dd a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*----------------------------------------------------
    キドキド・ギフト券
  ----------------------------------------------------*/
  .gift_1611 .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px 20px 90px;
  }
  .gift_1611 .wrap .inner .contents h1 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 38px;
  }
  .gift_1611 .wrap .inner .contents h1 span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 0.5em;
  }
  .gift_1611 .wrap .inner .contents p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .gift_1611 .wrap .inner .contents ul li {
    float: none;
    margin: 0 0 20px;
  }
  .gift_1611 .wrap .inner .contents ul li img {
    width: 100%;
  }
  .gift_1611 .wrap .inner .contents p.link {
    text-align: left;
    margin: 0 0 0.5em;
  }
  .gift_1611 .wrap .inner .contents p.link a {
    font-size: 14px;
    font-size: 1.4rem;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    -webkit-background-size: 13px;
    background-size: 13px;
    line-height: 1.4;
  }
  .gift_1611 .wrap .inner .contents p.link + p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .gift_1611 .wrap .inner .contents ul.notes li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
  }

  /*----------------------------------------------------
    トット・ガーデン ゆめタウン久留米店
    トット・ガーデン 広島府中店
    トット・ガーデン 八千代緑が丘店
    トット・ガーデン ハレノテラス東大宮店
  ----------------------------------------------------*/
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown,
  .tot-garden_1805 .contents #Page_TotGardenLaketown,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown {
    width: 100%;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown > div img,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown > div img,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown > div img,
  .tot-garden_1805 .contents #Page_TotGardenLaketown > div img,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown > div img {
    width: 100%;
    height: auto;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .mainImg img,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .mainImg img,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .mainImg img,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .mainImg img,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .mainImg img {
    width: 100%;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap {
    margin: 0;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap h2,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap h2,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap h2,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap h2,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap h2 {
    text-align: center;
    margin: 0 0 20px;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap h2 img,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap h2 img,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap h2 img,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap h2 img,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap h2 img {
    width: 30%;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Price,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Price,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Price,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Price,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Price {
    padding: 0 10px;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Price img,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Price img,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Price img,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Price img,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Price img {
    width: 100%;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information {
    width: 100%;
    margin: 0;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori {
    padding: 20px 10px 0;
    border: none;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl:first-child,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl:first-child,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl:first-child,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl:first-child,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl:first-child {
    border-top: 1px solid #ccc;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dt,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dt,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dt,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dt,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    width: 100%;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap {
    margin: 0;
    display: block;
  }
  .tot-garden-yumetownkurume .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap img,
  .tot-garden-hiroshimafuchu .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap img,
  .tot-garden-yachiyo .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap img,
  .tot-garden_1805 .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap img,
  .tot-garden-hareterra-higashioomiya .contents #Page_TotGardenLaketown .InformationWrap .Information .DLHori dl dd .BtnAccessMap img {
    width: auto;
  }

  /*----------------------------------------------------
    2017年ボーネルンドお年玉企画
  ----------------------------------------------------*/
  .newyear_coupon2017 .wrap .inner .contents img, .w_stamp2017 .wrap .inner .contents img {
    width: 100%;
  }

  /*----------------------------------------------------
    札幌大通り店セール
  ----------------------------------------------------*/
  .sapporo_oodori_sale_1612 .wrap .inner .contents img {
    width: 100%;
  }

  /*----------------------------------------------------
    ボーネルンド 札幌・大通り店 3/17（金）リニューアルOPEN
  ----------------------------------------------------*/
  .sapporo_odori_1703 .sidebar {
    border: none !important;
  }
  .sapporo_odori_1703 .wrap .inner .contents {
    border: none;
    padding: 0 10px;
  }
  .sapporo_odori_1703 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .sapporo_odori_1703 .wrap .inner .contents h2 {
    margin: 0 0 15px;
  }
  .sapporo_odori_1703 .wrap .inner .contents h2 img {
    width: 100%;
  }
  .sapporo_odori_1703 .wrap .inner .contents h2 + p {
    margin: 0 0 15px;
  }
  .sapporo_odori_1703 .wrap .inner .contents h2 + p img {
    width: 100%;
  }
  .sapporo_odori_1703 .wrap .inner .contents p.item {
    padding: 0;
    margin: 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents p.item img {
    width: 100%;
  }
  .sapporo_odori_1703 .wrap .inner .contents h3 {
    font-size: 15.5px;
    font-size: 1.55rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events {
    padding: 24px 0 24px;
    margin: 24px 10px 0 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div {
    width: 100%;
    float: none;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 72% 0 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div h3 {
    margin: 0 0 8px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div.detail01 {
    margin: 0 0 24px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div.detail01 img {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div p em {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sapporo_odori_1703 .wrap .inner .contents .events div.detail02 p.link a {
    padding: 8px 8px 8px 21px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair {
    width: 100%;
    padding: 24px 0 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair h2 img {
    width: 100%;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair p img {
    width: 80%;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair ul li {
    background: url(../images/sp/page/sapporo_odori_1703/sapporo_odori_1703_line.gif) center bottom no-repeat;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border: none;
    float: none;
    text-align: center;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair ul li img {
    width: 220px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .fair p {
    border: none;
    padding: 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .sns {
    background-image: url(../images/page/sapporo_odori_1703/sapporo_odori_1703_sns.png), url(../images/sp/page/sapporo_odori_1703/sapporo_odori_1703_line.gif), url(../images/sp/page/sapporo_odori_1703/sapporo_odori_1703_line.gif);
    background-position: center 24px, center bottom, center top;
    border: none;
    padding: 43% 0 12px;
    margin: 40px 10px 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .sns strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .sapporo_odori_1703 .wrap .inner .contents .sns a {
    font-size: 12px;
    font-size: 1.2rem;
    word-wrap: break-word;
    display: inherit;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .sapporo_odori_1703 .wrap .inner .contents .sns + p img {
    width: 80%;
  }
  .sapporo_odori_1703 .wrap .inner .contents p.link a {
    min-width: 100%;
  }

  /*----------------------------------------------------
    あそびが変える、春からの生活。
  ----------------------------------------------------*/
  .spring_life_1703 .contents {
    padding: 0 10px 40px !important;
    border: none;
  }
  .spring_life_1703 .contents h1 {
    margin: 0 0 22px;
  }
  .spring_life_1703 .contents h1 + p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .spring_life_1703 .contents .information {
    width: 100%;
  }
  .spring_life_1703 .contents .information__detail {
    width: 100%;
  }
  .spring_life_1703 .contents .information__detail h2 {
    font-size: 15px;
    font-size: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }
  .spring_life_1703 .contents .information__detail__inner {
    padding: 18px 15px 8px;
  }
  .spring_life_1703 .contents .information__detail__inner p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.4px;
  }
  .spring_life_1703 .contents .information__detail__inner p.link {
    margin: 16px 0 24px;
  }
  .spring_life_1703 .contents .information__detail__inner p.link a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .spring_life_1703 .contents .information__detail.shop {
    margin: 0 0 32px;
  }
  .spring_life_1703 .contents .information__detail.shop p.events {
    width: 92%;
  }
  .spring_life_1703 .contents .information__detail.shop ul li {
    font-size: 9.33px;
    font-size: 0.933rem;
    line-height: 16.8px;
  }
  .spring_life_1703 .contents .information__detail.shop ul li a {
    font-size: 9.33px;
    font-size: 0.933rem;
  }
  .spring_life_1703 .contents .information__detail.kidokid {
    padding-bottom: 0;
  }
  .spring_life_1703 .contents .information__detail.kidokid p.lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .spring_life_1703 .contents .information__detail.kidokid p.lead span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 73% 0 0;
  }
  .spring_life_1703 .contents .information__detail.kidokid p.pass {
    -moz-background-size: 97% auto;
    -o-background-size: 97% auto;
    -webkit-background-size: 97% auto;
    background-size: 97% auto;
    padding: 66% 0 0;
  }

  /*----------------------------------------------------
    暖かい春はみんなで遊ぼう！2週間限定特典付き月間パス発売
  ----------------------------------------------------*/
  .playville_pass_1704 .wrap .inner .contents {
    width: 100%;
    padding: 24px 24px 40px;
    border: none;
  }
  .playville_pass_1704 .wrap .inner .contents h1 {
    margin: 0;
  }
  .playville_pass_1704 .wrap .inner .contents h1 img {
    width: 92%;
  }
  .playville_pass_1704 .wrap .inner .contents hr {
    margin: 24px 0;
    border: 1px solid #e9e9e9;
  }
  .playville_pass_1704 .wrap .inner .contents dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .playville_pass_1704 .wrap .inner .contents dl dt, .playville_pass_1704 .wrap .inner .contents dl dd {
    line-height: 1.4;
  }
  .playville_pass_1704 .wrap .inner .contents dl dd {
    padding: 0 0 0 3em;
  }
  .playville_pass_1704 .wrap .inner .contents ul.photo li {
    width: 100%;
  }
  .playville_pass_1704 .wrap .inner .contents ul.photo li:first-child {
    margin: 0 0 16px;
  }
  .playville_pass_1704 .wrap .inner .contents ul.photo + p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 8px;
  }
  .playville_pass_1704 .wrap .inner .contents ul.notes li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  /*----------------------------------------------------
    タカシマヤゲートタワーモール店 オープニングフェア
  ----------------------------------------------------*/
  .gatetowermall_fair_1704 .wrap .inner .contents {
    border: none;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents h1 {
    margin: 0 0 32px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .map {
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .map + p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .about {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .about .txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    float: none;
    line-height: 1.6;
    margin: 0 0 8px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .about .image {
    float: none;
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .about .image img {
    margin: 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .about .image a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents h2 {
    margin: 48px 0 16px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents h2 img {
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail {
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 42px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail div {
    padding: 16px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail div h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 8px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail div p {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 60% 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail div p span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail div p em {
    font-size: 10px;
    font-size: 1rem;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li {
    margin: 0 0 32px;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shop ul li:nth-child(4) p {
    padding: 71% 0 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.kidokid h3 + p {
    padding: 53% 0 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo {
    width: 100%;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo p.ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl {
    padding: 0;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    float: none;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5em 0 1em;
    line-height: 1.5;
  }
  .gatetowermall_fair_1704 .wrap .inner .contents .detail.shopinfo dl + p {
    padding: 0;
  }

  /*----------------------------------------------------
    初節句にふさわしい「あそび」を贈る
  ----------------------------------------------------*/
  .xylophone_1704 .wrap .inner .contents img {
    width: 100%;
  }

  /*----------------------------------------------------
    ボーネルンドのゴールデンウィーク
  ----------------------------------------------------*/
  .gw_1704 .contents {
    padding: 0 10px 40px !important;
    border: none;
  }
  .gw_1704 .contents img {
    width: 100%;
  }
  .gw_1704 .contents h1 {
    margin: 0 0 22px;
  }
  .gw_1704 .contents h1 + p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .gw_1704 .contents h1 + p img.pc-disp {
    display: none;
  }
  .gw_1704 .contents h1 + p img.sp-disp {
    display: inline-block;
    width: 100%;
    margin: 8px 0 0;
  }
  .gw_1704 .contents .information {
    width: 100%;
  }
  .gw_1704 .contents .information__detail {
    width: 100%;
  }
  .gw_1704 .contents .information__detail h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .gw_1704 .contents .information__detail__inner {
    padding: 0 15px 8px;
  }
  .gw_1704 .contents .information__detail__inner div {
    padding: 20px 0;
  }
  .gw_1704 .contents .information__detail__inner p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22.4px;
  }
  .gw_1704 .contents .information__detail__inner p.link {
    margin: 16px 0 0;
  }
  .gw_1704 .contents .information__detail__inner p.link a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .gw_1704 .contents .information__detail.shop {
    margin: 0 0 32px;
    padding-bottom: 0;
  }
  .gw_1704 .contents .information__detail.shop ul li {
    font-size: 9.33px;
    font-size: 0.933rem;
    line-height: 16.8px;
  }
  .gw_1704 .contents .information__detail.shop ul li a {
    font-size: 9.33px;
    font-size: 0.933rem;
  }
  .gw_1704 .contents .information__detail.kidokid {
    padding-bottom: 0;
  }
  .gw_1704 .contents .information + ul {
    width: 100%;
  }
  .gw_1704 .contents .information + ul li {
    text-indent: -1em;
    margin: 0 0 0 1em;
  }
  .gw_1704 .contents .qr {
    padding: 32px 0;
    width: 100%;
  }
  .gw_1704 .contents .qr img {
    width: 100%;
  }
  .gw_1704 .contents p.other {
    padding: 32px 0 24px;
  }

  /*----------------------------------------------------
    広島T-SITE店 OPEN!
  ----------------------------------------------------*/
  .hiroshima-tsite_1704 .contents {
    border: none;
  }
  .hiroshima-tsite_1704 .contents p.sns a.pc-disp {
    display: none;
  }
  .hiroshima-tsite_1704 .contents p.sns a.sp-disp {
    display: block;
    width: 31.5%;
    right: 10.5%;
    bottom: 8%;
  }
  .hiroshima-tsite_1704 .contents p.sns a:before {
    display: none;
  }

  /*----------------------------------------------------
    新しいベビー用品
  ----------------------------------------------------*/
  .new_babyitem_1704 .contents {
    border: none;
  }
  .new_babyitem_1704 .contents img {
    width: 100%;
  }
  .new_babyitem_1704 .contents p {
    padding: 0;
  }
  .new_babyitem_1704 .contents p.maker {
    padding: 48px 0 0;
  }

  /*----------------------------------------------------
    枚方T-SITE店1周年
  ----------------------------------------------------*/
  .hirakata_1st_anniversary .contents {
    border: none;
    padding: 0 !important;
  }
  .hirakata_1st_anniversary .contents img {
    width: 100%;
  }
  .hirakata_1st_anniversary .contents h1 {
    margin: 0 0 24px;
  }
  .hirakata_1st_anniversary .contents .anv_detail {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 24px;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents {
    width: 100%;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents div {
    padding: 20px 20px 32px;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents div p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents div p em {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby {
    float: none;
    height: auto;
    margin: 0 0 24px;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby h3 + p {
    -moz-background-size: 130px auto;
    -o-background-size: 130px auto;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    padding: 0 52% 0 0;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.baby p.link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.tot {
    float: none;
    height: auto;
  }
  .hirakata_1st_anniversary .contents .anv_detail__contents.tot h3 + p {
    padding: 62% 0 0;
  }
  .hirakata_1st_anniversary .contents .anv_detail + p {
    padding: 0 20px;
  }
  .hirakata_1st_anniversary .contents ul.shoplink {
    padding: 0 24px 40px;
  }
  .hirakata_1st_anniversary .contents ul.shoplink li {
    margin: 0 0 20px;
    width: 100%;
  }
  .hirakata_1st_anniversary .contents ul.shoplink li a {
    width: 100%;
    white-space: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*----------------------------------------------------
    雨の日に子どもとどう過ごす？
  ----------------------------------------------------*/
  .rainy_season_1705 .contents {
    border: none;
    padding: 0 0 40px !important;
  }
  .rainy_season_1705 .contents h1 {
    margin: 0 0 24px;
  }
  .rainy_season_1705 .contents h1 img {
    width: 100%;
  }
  .rainy_season_1705 .contents ul {
    margin: 0 0 16px;
    width: 100%;
    padding: 0 20px;
  }
  .rainy_season_1705 .contents ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #a1cb44;
    padding: 20px;
  }
  .rainy_season_1705 .contents ul li img {
    width: 100%;
    margin: 0 0 24px;
  }
  .rainy_season_1705 .contents ul li p.link a {
    width: 100%;
  }
  .rainy_season_1705 .contents ul li.l02 {
    padding: 20px;
  }
  .rainy_season_1705 .contents ul li.l04 {
    padding: 20px;
  }
  .rainy_season_1705 .contents p.txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .rainy_season_1705 .contents p + p.link {
    margin: 16px 0 32px;
  }

  /*----------------------------------------------------
    ボーネルンドの夏のスペシャル企画！
  ----------------------------------------------------*/
  .summer_special_1706 .wrap .inner .contents {
    border: none;
    padding: 18px 28px 80px;
  }
  .summer_special_1706 .wrap .inner .contents img {
    width: 100%;
  }

  /*----------------------------------------------------
    夏のクリアランスセール
  ----------------------------------------------------*/
  .summer_sale_1707 .wrap .inner .contents {
    padding: 0 0 22%;
    border: none;
    background: url(../images/sp/page/summer_sale_1707/summer_sale_1707_img01.gif) center top no-repeat;
    -moz-background-size: 98% auto;
    -o-background-size: 98% auto;
    -webkit-background-size: 98% auto;
    background-size: 98% auto;
  }
  .summer_sale_1707 .wrap .inner .contents p img {
    width: 100%;
  }
  .summer_sale_1707 .wrap .inner .contents p.shoplink {
    margin: 0;
    padding: 105% 15% 0;
  }
  .summer_sale_1707 .wrap .inner .contents p.onlinelink {
    padding: 12.4% 15% 0;
  }

  /*----------------------------------------------------
    ボーネルンドの夏休み
  ----------------------------------------------------*/
  .summer_fair_1707 .wrap .inner .contents img {
    width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents h1 {
    margin: 20px 0 40px;
  }
  .summer_fair_1707 .wrap .inner .contents h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 16px;
    line-height: 1.2;
  }
  .summer_fair_1707 .wrap .inner .contents h2 br {
    display: block;
  }
  .summer_fair_1707 .wrap .inner .contents h2 + p {
    margin: 0 0 24px;
    padding: 0;
  }
  .summer_fair_1707 .wrap .inner .contents ul.menu {
    width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents ul.menu li {
    float: none;
    border-bottom: 1px solid #fff;
    border-right: none;
  }
  .summer_fair_1707 .wrap .inner .contents ul.menu li img {
    width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents .asobinomori {
    background: url(../images/page/summer_fair_1707/summer_fair_1707_add02.jpg) center 16px no-repeat #fefadf;
    width: 100%;
    margin: 24px 0;
    padding: 280px 16px 16px;
  }
  .summer_fair_1707 .wrap .inner .contents .asobinomori h3 {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
  }
  .summer_fair_1707 .wrap .inner .contents .asobinomori p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .summer_fair_1707 .wrap .inner .contents .asobinomori p span {
    display: inline-block;
    text-indent: -1em;
    margin: 0 0 0 1em;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .summer_fair_1707 .wrap .inner .contents ul.events {
    width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents ul.events li {
    margin: 0 0 16px;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes li br {
    display: none;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes2 {
    width: 95%;
    margin: 16px 0 32px;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes2 li {
    display: inline-block;
    text-indent: -1em;
    margin: 0 0 0 1em;
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes2 li br {
    display: none;
  }
  .summer_fair_1707 .wrap .inner .contents ul.notes2 li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .summer_fair_1707 .wrap .inner .contents ul.link li {
    margin: 0 0 16px;
  }
  .summer_fair_1707 .wrap .inner .contents ul.link li a {
    width: 100%;
  }
  .summer_fair_1707 .wrap .inner .contents ul.link li a br {
    display: inline-block;
  }
  .summer_fair_1707 .wrap .inner .contents hr {
    margin: 40px 0;
  }
  .summer_fair_1707 .wrap .inner .contents p.banner {
    padding: 0;
    margin: 60px 0 0;
  }

  /*----------------------------------------------------
    ロボコン
  ----------------------------------------------------*/
  .robocon_1707 .wrap .inner .contents img {
    width: 100%;
  }
  .robocon_1707 .wrap .inner .contents .lead {
    padding: 0 0 40px;
  }
  .robocon_1707 .wrap .inner .contents .lead p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 16px;
  }
  .robocon_1707 .wrap .inner .contents .lead p span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .robocon_1707 .wrap .inner .contents h2 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 8px 8px;
    margin: 0 auto 16px;
    letter-spacing: 0;
  }
  .robocon_1707 .wrap .inner .contents .section {
    padding: 0 0 40px;
  }
  .robocon_1707 .wrap .inner .contents .section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .robocon_1707 .wrap .inner .contents .section p.notes {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 2em;
  }
  .robocon_1707 .wrap .inner .contents .section.section1 div {
    background: url(../images/sp/page/robocon_1707/robocon_1707_img04.jpg) left top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 57% 0 0 0;
  }
  .robocon_1707 .wrap .inner .contents .section.section1 p.maker {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .robocon_1707 .wrap .inner .contents .section.section1 p.maker span {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 8px;
  }
  .robocon_1707 .wrap .inner .contents .section.section2 figure {
    margin: 0 0 16px;
  }
  .robocon_1707 .wrap .inner .contents .section.section2 figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 8px;
  }
  .robocon_1707 .wrap .inner .contents .section.section2 a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .robocon_1707 .wrap .inner .contents .section.section2 p.date {
    background: url(../images/page/robocon_1707/robocon_1707_img07.jpg) left top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 69% 0 0;
  }
  .robocon_1707 .wrap .inner .contents .section.section2 p.date a {
    display: inline-block;
    line-height: 1.5;
    word-break: break-all;
  }
  .robocon_1707 .wrap .inner .contents .section.section3 div {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 67% 0 0;
  }
  .robocon_1707 .wrap .inner .contents .section.section3 div h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 194% 0 0;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4 !important;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div ul.notes li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .robocon_1707 .wrap .inner .contents .section.section4 div ul.notes p {
    text-align: center;
  }
  .robocon_1707 .wrap .inner .contents .section3 + hr {
    margin: 0 0 40px;
  }
  .robocon_1707 .wrap .inner .contents hr {
    margin: 0px 0 50px;
  }
  .robocon_1707 .wrap .inner .contents .price {
    width: 100%;
  }
  .robocon_1707 .wrap .inner .contents .price h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .robocon_1707 .wrap .inner .contents .price p.link a {
    min-width: 0;
  }
  .robocon_1707 .wrap .inner .contents .price p.notes {
    padding: 1.6em 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .robocon_1707 .wrap .inner .contents .price p.notes span {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1em;
    margin: 0 0 0 1em;
    line-height: 1.4;
  }

  /*----------------------------------------------------
    キドキド動画
  ----------------------------------------------------*/
  .kidokid_movie_1708 .wrap .inner .contents h1 {
    margin: 0 0 32px;
  }
  .kidokid_movie_1708 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .kidokid_movie_1708 .wrap .inner .contents h1 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .kidokid_movie_1708 .wrap .inner .contents h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 16px;
  }
  .kidokid_movie_1708 .wrap .inner .contents iframe {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto 24px;
  }

  /*----------------------------------------------------
    過ごしやすい秋、お散歩に出かけませんか？
  ----------------------------------------------------*/
  .tot_garden_autumn_1710 .wrap .inner .contents {
    padding: 20px 0 40px;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents img {
    width: 100%;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents .shoplist {
    padding: 0 2.5% 40px;
    border: 0;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents .shoplist div {
    width: 100%;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents .shoplist div h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul li {
    margin: 0 0 10px;
  }
  .tot_garden_autumn_1710 .wrap .inner .contents .shoplist div ul li a {
    background: url(../images/page/tot_garden_autumn_1710/tot_garden_autumn_1710_ico.png) left top no-repeat;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    min-height: 14px;
  }

  /*----------------------------------------------------
    CMギャラリー
  ----------------------------------------------------*/
  .cm_gallery_1711 .wrap .inner .contents .detail {
    border: none;
    padding: 0;
  }
  .cm_gallery_1711 .wrap .inner .contents .detail h1 {
    margin: 32px 0;
  }
  .cm_gallery_1711 .wrap .inner .contents .detail h1 img {
    width: 100%;
  }
  .cm_gallery_1711 .wrap .inner .contents .detail h1 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cm_gallery_1711 .wrap .inner .contents .detail h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 16px;
  }
  .cm_gallery_1711 .wrap .inner .contents .detail iframe {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto 24px;
  }

  /*----------------------------------------------------
  3月、全国のボーネルンドショップや遊び場がリニューアル！
  ----------------------------------------------------*/
  .spring_renewal_1803 .wrap .inner .contents {
    border: none;
  }
  .spring_renewal_1803 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section {
    width: auto;
    padding: 30px 20px 60px;
  }
  .spring_renewal_1803 .wrap .inner .contents .section h2 {
    line-height: 2;
  }
  .spring_renewal_1803 .wrap .inner .contents .section h2 .area {
    font-size: 22px;
    margin: 0;
  }
  .spring_renewal_1803 .wrap .inner .contents .section h2 .name {
    font-size: 26px;
    display: block;
  }
  .spring_renewal_1803 .wrap .inner .contents .section h3 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box1 img {
    float: none;
    width: 100%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box1 p {
    float: none;
    width: auto;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box2 img {
    width: 40%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box2 img + div {
    width: 56%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box2 img + div p {
    width: auto;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box2 img + div p span {
    display: block;
    width: 3em;
  }
  .spring_renewal_1803 .wrap .inner .contents .section .box2 .day {
    font-weight: bold;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section3 h2 {
    width: auto;
    margin: 0 auto 35px;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section3 h2 .area {
    float: none;
    margin-top: 13px;
    padding: 5px 5px 2px;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section3 h2 span {
    text-align: center;
    float: none;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section4 h2 {
    line-height: 1.4;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section4 h2 span {
    font-size: 24px;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section4 .box2 p {
    float: right;
    width: 56%;
  }
  .spring_renewal_1803 .wrap .inner .contents .section.section5 h2 {
    line-height: 1.4;
    font-size: 24px;
  }

  /*----------------------------------------------------
    世界の学び場から、 育ちのヒント。
  ----------------------------------------------------*/
  .spring_appeal_1803 .wrap .inner .contents {
    padding: 0 0 40px;
    border: none;
  }
  .spring_appeal_1803 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .spring_appeal_1803 .wrap .inner .contents h2 {
    margin-bottom: 15px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section {
    width: auto;
    margin: 0 auto 24px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section h2 span {
    color: #fff;
    font-size: 18px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p {
    font-size: 1.8rem;
    line-height: 32px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section .day {
    margin-bottom: 15px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link {
    clear: both;
    text-align: center;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link 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;
    min-width: auto;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link 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: 768px) and (max-width: 1280px) {
  .spring_appeal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .spring_appeal_1803 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .spring_appeal_1803 .wrap .inner .contents .section.section1 {
    overflow: hidden;
    margin-top: 40px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section1 img {
    float: none;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section1 p {
    float: none;
    width: auto;
    padding: 0 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section1 div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 h2 {
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 h2 img {
    width: 90%;
    vertical-align: middle;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .section_in {
    padding: 0 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 {
    padding: 15px 0px;
    margin: 0 0 20px 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left {
    float: none;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right {
    float: none;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right {
    width: auto;
    padding: 25px 20px 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left h3,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left img,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right img {
    width: 100%;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .txt,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .txt {
    background-color: #e9536b;
    margin-right: 10px;
    color: #fff;
    padding: 2px;
    float: left;
    margin-bottom: 10px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .day,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .day {
    float: left;
    text-align: left;
    line-height: 1.4;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .left .link,
  .spring_appeal_1803 .wrap .inner .contents .section.section2 .box1 .right .link {
    margin-top: 24px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 {
    clear: both;
    overflow: hidden;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1,
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 {
    border-radius: 10px;
    width: auto;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in,
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in {
    padding: 0px 20px 45px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .txt1,
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .txt1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .txt2 span,
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .txt2 span {
    font-size: 12px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 .box_in img,
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 .box_in img {
    width: 100%;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 {
    float: none;
    margin-bottom: 20px;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 h2 {
    border-radius: 8px 8px 0 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box1 h2 img {
    width: 90%;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 {
    float: none;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 h2 {
    border-radius: 8px 8px 0 0;
  }
  .spring_appeal_1803 .wrap .inner .contents .section.section3 .box2 h2 img {
    width: 80%;
  }

  /*----------------------------------------------------
    世界の学び場から、 育ちのヒント。(sns)
  ----------------------------------------------------*/
  .spring_sns_1803 .wrap .inner .contents {
    padding: 0 0 40px;
    border: none;
  }
  .spring_sns_1803 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .spring_sns_1803 .wrap .inner .contents .section {
    width: auto;
    margin: 0 auto 24px;
  }
  .spring_sns_1803 .wrap .inner .contents .section h2 span {
    color: #fff;
    font-size: 18px;
  }
  .spring_sns_1803 .wrap .inner .contents .section p {
    font-size: 1.8rem;
    line-height: 32px;
  }
  .spring_sns_1803 .wrap .inner .contents .section .day {
    margin-bottom: 15px;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link {
    clear: both;
    text-align: center;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link 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;
    min-width: auto;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link 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: 768px) and (max-width: 1280px) {
  .spring_sns_1803 .wrap .inner .contents .section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .spring_sns_1803 .wrap .inner .contents .section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link a:before {
    margin: -12px 0 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .spring_sns_1803 .wrap .inner .contents .section.section1 {
    overflow: hidden;
    margin-top: 40px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section1 p {
    padding: 0 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section1 img {
    float: none;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section1 p, .spring_sns_1803 .wrap .inner .contents .section.section1 div {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 h2 {
    border-radius: 8px 8px 0 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 h2 img {
    width: 90%;
    vertical-align: middle;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .section_in {
    padding: 0 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 {
    padding: 0px 0px 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left {
    float: none;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right {
    float: none;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right {
    width: auto;
    padding: 25px 20px 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left h3,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left img,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right img {
    width: 100%;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .txt,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .txt {
    background-color: #e9536b;
    margin-right: 10px;
    color: #fff;
    padding: 2px;
    float: left;
    margin-bottom: 10px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .day_box .day,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .day_box .day {
    float: left;
    text-align: left;
    line-height: 1.4;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .left .link,
  .spring_sns_1803 .wrap .inner .contents .section.section2 .box1 .right .link {
    margin-top: 24px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 {
    clear: both;
    overflow: hidden;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1,
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 {
    border-radius: 10px;
    width: auto;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in,
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in {
    padding: 0px 20px 45px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .txt1,
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .txt1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .txt2 span,
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .txt2 span {
    font-size: 12px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 .box_in img,
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 .box_in img {
    width: 100%;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 {
    float: none;
    margin-bottom: 20px;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 h2 {
    border-radius: 8px 8px 0 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box1 h2 img {
    width: 90%;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 {
    float: none;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 h2 {
    border-radius: 8px 8px 0 0;
  }
  .spring_sns_1803 .wrap .inner .contents .section.section3 .box2 h2 img {
    width: 80%;
  }

  /*----------------------------------------------------
    ゴールデンウイークフェアページ
  ----------------------------------------------------*/
  .gw_fair_shop_1804 .wrap .inner .contents {
    border: 1px solid #ccc;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .txt {
    font-size: 18px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents h1 {
    margin: 0 0 36px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents h2 {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents h2 .area {
    color: #fff;
    background: #0068b7;
    padding: 0 5px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 18px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link {
    clear: both;
    text-align: center;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link 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;
    min-width: auto;
    font-size: 12px !important;
    padding: 8px 10px 8px 10px !important;
    width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link 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: 768px) and (max-width: 1280px) {
  .gw_fair_shop_1804 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gw_fair_shop_1804 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .gw_fair_shop_1804 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .gw_fair_shop_1804 .wrap .inner .contents p.link a:before {
    font-size: 12px !important;
    margin: -12px 0 0 !important;
    left: 5px !important;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section_wrap {
    padding: 0;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section_in .box {
    padding-bottom: 30px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section h2 {
    text-align: center;
    padding: 9px 0 16px 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    font-size: 40px;
    color: #fff;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section h2 spna {
    font-size: 40px !important;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section h2 img {
    display: inline;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section h3 {
    color: #000;
    font-size: 20px;
    background-color: #f2f2f2;
    text-align: left;
    margin-bottom: 24px;
    padding: 15px 10px 10px 10px;
    font-weight: bold;
    clear: both;
    line-height: 1.2;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section h3 + p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .box {
    overflow: hidden;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .box .left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .box .right {
    float: none;
    width: auto;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .box .right p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .box .right ul li {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section dl {
    overflow: hidden;
    clear: both;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section dl dt {
    float: left;
    width: 4em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    background-color: #ed3d21;
    text-align: center;
    padding: 5px 0 3px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section dl dd {
    float: left;
    margin-top: 3px;
    width: 60%;
    line-height: 1.2;
    font-size: 18px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section dl + dl {
    margin-top: 8px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li + li {
    border-left: 2px solid #f2f2f2;
    padding: 0 5px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li:last-child {
    clear: both;
    width: 100%;
    border-left: none;
    border-top: 2px solid #f2f2f2;
    padding-top: 10px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li:last-child p:first-child {
    height: 4em;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li:not(:last-child) {
    padding-bottom: 10px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li p {
    font-size: 16px;
    font-weight: bold;
    height: 6em;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li p:first-child {
    line-height: 1.2;
    font-size: 14px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section .link_list li a {
    min-width: auto;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section1 {
    margin-bottom: 46px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section1 p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section2 {
    margin-bottom: 38px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section2 ul {
    overflow: hidden;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section2 ul li {
    float: left;
    width: 48%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section2 ul li img {
    width: 100%;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section2 ul li + li {
    float: right;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section3,
  .gw_fair_shop_1804 .wrap .inner .contents .section4 {
    border: 2px solid #ed3d21;
    border-radius: 10px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section3 h2,
  .gw_fair_shop_1804 .wrap .inner .contents .section4 h2 {
    background-color: #ed3d21;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section3 .box,
  .gw_fair_shop_1804 .wrap .inner .contents .section4 .setion_in {
    padding: 32px 14px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section3 {
    margin-bottom: 32px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section4 .right ul {
    margin-top: 16px;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section4 .box,
  .gw_fair_shop_1804 .wrap .inner .contents .section4 .box_wrap_01 {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section4 .b_none {
    border: none !important;
  }
  .gw_fair_shop_1804 .wrap .inner .contents .section4 h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .gw_fair_shop_1804 .pc-disp {
    display: none !important;
  }

  /*----------------------------------------------------
    ゴールデンウイークフェアページ(SNS用)
  ----------------------------------------------------*/
  .gw_fair_1804 .wrap .inner .contents h1 {
    margin: 0 0 36px;
  }
  .gw_fair_1804 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .gw_fair_1804 .wrap .inner .contents h2 {
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .gw_fair_1804 .wrap .inner .contents h2 .area {
    color: #fff;
    background: #0068b7;
    padding: 0 5px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 18px;
  }
  .gw_fair_1804 .wrap .inner .contents p.link {
    clear: both;
    text-align: center;
  }
  .gw_fair_1804 .wrap .inner .contents p.link 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;
  }
  .gw_fair_1804 .wrap .inner .contents p.link 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: 768px) and (max-width: 1280px) {
  .gw_fair_1804 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gw_fair_1804 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .gw_fair_1804 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .gw_fair_1804 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .gw_fair_1804 .wrap .inner .contents .txt_01 {
    background-color: #FFFBB3;
    padding: 20px 16px;
    font-size: 4vw;
  }
  .gw_fair_1804 .wrap .inner .contents .txt_01 .ttl {
    font-size: 4.5vw;
    margin-bottom: 1em;
  }
  .gw_fair_1804 .wrap .inner .contents .txt_01 .note {
    font-size: 3vw;
  }
  .gw_fair_1804 .wrap .inner .contents .section_wrap {
    padding: 0;
  }
  .gw_fair_1804 .wrap .inner .contents .section_in .box {
    padding-bottom: 30px;
  }
  .gw_fair_1804 .wrap .inner .contents .section h2 {
    text-align: center;
    padding: 10px 12px 10px 8px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
  }
  .gw_fair_1804 .wrap .inner .contents .section h2 spna {
    font-size: 40px !important;
  }
  .gw_fair_1804 .wrap .inner .contents .section h2 img {
    display: inline;
  }
  .gw_fair_1804 .wrap .inner .contents .section h3 {
    color: #000;
    font-size: 20px;
    background-color: #f2f2f2;
    text-align: center;
    margin-bottom: 24px;
    padding: 15px 0 10px;
    font-weight: bold;
    clear: both;
  }
  .gw_fair_1804 .wrap .inner .contents .section h3 + p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box {
    overflow: hidden;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box .left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box .right {
    float: none;
    width: 100%;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box .right p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box .right ul li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box .right a {
    color: #0068b6;
  }
  .gw_fair_1804 .wrap .inner .contents .section .box h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.6;
  }
  .gw_fair_1804 .wrap .inner .contents .section dl {
    overflow: hidden;
    clear: both;
  }
  .gw_fair_1804 .wrap .inner .contents .section dl dt {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    background-color: #ed3d21;
    text-align: center;
    padding: 5px 0 3px;
  }
  .gw_fair_1804 .wrap .inner .contents .section dl dd {
    float: left;
    margin-top: 3px;
    width: 60%;
    line-height: 1.2;
  }
  .gw_fair_1804 .wrap .inner .contents .section dl + dl {
    margin-top: 8px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list li {
    float: left;
    width: 231px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list li + li {
    border-left: 2px solid #f2f2f2;
    padding: 0 18px;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list li p {
    font-size: 16px;
    font-weight: bold;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list li p:first-child {
    line-height: 1.2;
    height: 5em;
  }
  .gw_fair_1804 .wrap .inner .contents .section .link_list li a {
    min-width: 160px;
  }
  .gw_fair_1804 .wrap .inner .contents .section1 {
    margin-bottom: 46px;
  }
  .gw_fair_1804 .wrap .inner .contents .section1 p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .gw_fair_1804 .wrap .inner .contents .section2 {
    margin-bottom: 38px;
  }
  .gw_fair_1804 .wrap .inner .contents .section2 ul {
    overflow: hidden;
  }
  .gw_fair_1804 .wrap .inner .contents .section2 ul li {
    float: left;
    width: 48%;
  }
  .gw_fair_1804 .wrap .inner .contents .section2 ul li img {
    width: 100%;
  }
  .gw_fair_1804 .wrap .inner .contents .section2 ul li + li {
    float: right;
  }
  .gw_fair_1804 .wrap .inner .contents .section3,
  .gw_fair_1804 .wrap .inner .contents .section4 {
    width: 100%;
    border-radius: 10px;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 .box,
  .gw_fair_1804 .wrap .inner .contents .section4 .setion_in {
    padding: 32px;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 {
    float: left;
    border: 2px solid #27a8cd;
    margin-bottom: 32px;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 h2 {
    background-color: #27a8cd;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 .box_wrap {
    padding: 0 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 .box_wrap .box {
    padding: 32px 0;
    border-top: 2px solid #f2f2f2;
  }
  .gw_fair_1804 .wrap .inner .contents .section3 .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 {
    float: right;
    border: 2px solid #eda321;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 h2 {
    background-color: #eda321;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 ul {
    overflow: hidden;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 ul li {
    float: left;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 ul li + li {
    float: right;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 ul + div {
    clear: both;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .right p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .right ul {
    margin-top: 16px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .box {
    border-top: 2px solid #f2f2f2;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .box_wrap {
    padding: 0 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .box_wrap .box {
    padding: 32px 0;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .box:last-child ul {
    margin-bottom: 10px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .b_none {
    border: none !important;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .gw_fair_1804 .wrap .inner .contents .section4 .txt a {
    color: #0068b6;
  }
  .gw_fair_1804 .wrap .inner .contents .pc-disp {
    display: none !important;
  }

  /*----------------------------------------------------
    巨大水路イベント
  ----------------------------------------------------*/
  .event-waterway_1804 .wrap .inner .contents {
    padding: 30px 20px 40px;
  }
  .event-waterway_1804 .wrap .inner .contents .title_box {
    margin: 0 auto 36px;
    width: auto;
  }
  .event-waterway_1804 .wrap .inner .contents .title_box h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .event-waterway_1804 .wrap .inner .contents .title_box div {
    overflow: hidden;
  }
  .event-waterway_1804 .wrap .inner .contents .title_box div p {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    line-height: 1.2;
    padding-top: 3px;
    width: 60%;
  }
  .event-waterway_1804 .wrap .inner .contents .title_box div img {
    float: right;
    width: 37%;
  }
  .event-waterway_1804 .wrap .inner .contents h1 {
    margin: 0 0 36px;
    font-size: 18px;
  }
  .event-waterway_1804 .shoplist {
    min-height: 1px;
    margin: 30px auto 0px;
    width: auto;
  }
  .event-waterway_1804 .shoplist:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .event-waterway_1804 .shoplist dl {
    margin: 0px 0px 30px;
  }
  .event-waterway_1804 .shoplist dl dt {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    padding: 0 18px;
    line-height: 40px;
    margin: 0 0 16px;
    font-weight: bold;
  }
  .event-waterway_1804 .shoplist dl.hokkaido dt {
    background-color: #eaf6fd;
  }
  .event-waterway_1804 .shoplist dl.kanto dt {
    background-color: #fdede4;
  }
  .event-waterway_1804 .shoplist dl.hokuriku dt {
    background-color: #fadce9;
  }
  .event-waterway_1804 .shoplist dl.tokai dt {
    background-color: #feecd2;
  }
  .event-waterway_1804 .shoplist dl.kansai dt {
    background-color: #d5ead8;
  }
  .event-waterway_1804 .shoplist dl.chugoku dt {
    background-color: #e7d5e8;
  }
  .event-waterway_1804 .shoplist dl.kyushu dt {
    background-color: #d4ecea;
  }
  .event-waterway_1804 .shoplist dl dd {
    margin: 0 0 4px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-waterway_1804 .shoplist dl dd ul li {
    display: inline-block;
    padding: 0 0 0 2px;
    font-size: 18px;
    line-height: 1.4;
  }
  .event-waterway_1804 .shoplist dl dd ul li + li {
    margin-top: 20px;
  }
  .event-waterway_1804 .shoplist dl dd a {
    text-decoration: none;
    line-height: 24px;
  }

  /*----------------------------------------------------
  ボーネルンドのベビーフェア
  ----------------------------------------------------*/
  .babyfair_1805 .wrap .inner .contents {
    border: 1px solid #ccc;
    padding: 0 0px 40px;
    width: auto;
  }
  .babyfair_1805 .wrap .inner .contents .txt {
    font-size: 18px;
  }
  .babyfair_1805 .wrap .inner .contents h1 {
    margin: 0 0 36px;
  }
  .babyfair_1805 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents h2 {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .babyfair_1805 .wrap .inner .contents h2 .area {
    color: #fff;
    background: #0068b7;
    padding: 0 5px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 18px;
  }
  .babyfair_1805 .wrap .inner .contents p.link {
    clear: both;
    text-align: center;
  }
  .babyfair_1805 .wrap .inner .contents p.link 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;
    min-width: auto;
    font-size: 4.5vw !important;
    padding: 8px 10px 8px 10px !important;
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents p.link 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: 768px) and (max-width: 1280px) {
  .babyfair_1805 .wrap .inner .contents p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .babyfair_1805 .wrap .inner .contents p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents p.link a:before {
    margin: -12px 0 0;
  }
  .babyfair_1805 .wrap .inner .contents p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .babyfair_1805 .wrap .inner .contents p.link a:before {
    font-size: 12px !important;
    margin: -12px 0 0 !important;
    left: 5px !important;
  }
  .babyfair_1805 .wrap .inner .contents .section_wrap {
    padding: 0 20px;
  }
  .babyfair_1805 .wrap .inner .contents .section_in .box {
    padding-bottom: 30px;
  }
  .babyfair_1805 .wrap .inner .contents .section h2 {
    text-align: center;
    padding: 9px 0 16px 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    font-size: 40px;
    color: #fff;
    width: 100%;
    margin: -25px auto 0;
  }
  .babyfair_1805 .wrap .inner .contents .section h2 spna {
    font-size: 40px !important;
  }
  .babyfair_1805 .wrap .inner .contents .section h2 img {
    display: inline;
    width: 90%;
  }
  .babyfair_1805 .wrap .inner .contents .section h3 {
    color: #000;
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    padding: 32px 0 0 0;
    font-weight: bold;
    clear: both;
    line-height: 1.4;
  }
  .babyfair_1805 .wrap .inner .contents .section h3 + p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .babyfair_1805 .wrap .inner .contents .section .box {
    overflow: hidden;
  }
  .babyfair_1805 .wrap .inner .contents .section .box .left {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents .section .box .right {
    float: none;
    width: auto;
  }
  .babyfair_1805 .wrap .inner .contents .section .box .right p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .babyfair_1805 .wrap .inner .contents .section .box .right ul li {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .babyfair_1805 .wrap .inner .contents .section dl {
    overflow: hidden;
    clear: both;
  }
  .babyfair_1805 .wrap .inner .contents .section dl dt {
    float: left;
    width: 4em;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    background-color: #ed3d21;
    text-align: center;
    padding: 5px 0 3px;
  }
  .babyfair_1805 .wrap .inner .contents .section dl dd {
    float: left;
    margin-top: 3px;
    width: 60%;
    line-height: 1.2;
    font-size: 18px;
  }
  .babyfair_1805 .wrap .inner .contents .section dl + dl {
    margin-top: 8px;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list li + li {
    border: none;
    margin-top: 15px;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list li p {
    font-size: 16px;
    font-weight: bold;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list li p:first-child {
    line-height: 1.2;
    font-size: 14px;
  }
  .babyfair_1805 .wrap .inner .contents .section .link_list li a {
    min-width: auto;
  }
  .babyfair_1805 .wrap .inner .contents .section1 {
    margin-bottom: 46px;
  }
  .babyfair_1805 .wrap .inner .contents .section1 p {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
  }
  .babyfair_1805 .wrap .inner .contents .section2 {
    margin-bottom: 38px;
  }
  .babyfair_1805 .wrap .inner .contents .section2 ul {
    overflow: hidden;
  }
  .babyfair_1805 .wrap .inner .contents .section2 ul li {
    float: left;
    width: 48%;
  }
  .babyfair_1805 .wrap .inner .contents .section2 ul li img {
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents .section2 ul li + li {
    float: right;
  }
  .babyfair_1805 .wrap .inner .contents .section3 {
    border: 2px solid #27a8cd;
    margin-bottom: 34px;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .boder_bottom {
    border-bottom: 2px solid #f2f2f2;
  }
  .babyfair_1805 .wrap .inner .contents .section3 ul.img_list {
    overflow: hidden;
  }
  .babyfair_1805 .wrap .inner .contents .section3 ul.img_list li {
    float: left;
    width: 30%;
  }
  .babyfair_1805 .wrap .inner .contents .section3 ul.img_list li img {
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents .section3 ul.img_list li + li {
    margin-left: 5%;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .right h3 {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 {
    padding-top: 48px;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 .box_02 h3 {
    background-color: #27a8cd;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 .box_02 li {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .box_wrap_02 .box_02 + li {
    margin-top: 16px;
  }
  .babyfair_1805 .wrap .inner .contents .section3 .link_list li p:first-child {
    margin-bottom: 10px;
  }
  .babyfair_1805 .wrap .inner .contents .section4 ul.img_list li {
    float: none;
  }
  .babyfair_1805 .wrap .inner .contents .section4 ul.img_list li img {
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents .section4 ul.img_list li + li {
    margin-top: 16px;
    float: none !important;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .link_list {
    margin-bottom: 0;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .link_list li {
    float: none;
    width: 100%;
    padding: 0 5px;
  }
  .babyfair_1805 .wrap .inner .contents .section5 ul.img_list li {
    float: none;
  }
  .babyfair_1805 .wrap .inner .contents .section5 ul.img_list li img {
    width: 100%;
  }
  .babyfair_1805 .wrap .inner .contents .section5 ul.img_list li + li {
    margin-top: 16px;
  }
  .babyfair_1805 .wrap .inner .contents .section5 .link_list {
    margin-bottom: 0;
  }
  .babyfair_1805 .wrap .inner .contents .section5 .link_list li {
    float: none;
    width: 100%;
    padding: 0 5px;
  }
  .babyfair_1805 .wrap .inner .contents .section3,
  .babyfair_1805 .wrap .inner .contents .section4 {
    border-radius: 10px;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .setion_in {
    padding: 32px 14px;
  }
  .babyfair_1805 .wrap .inner .contents .section3 {
    margin-bottom: 32px;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .right ul {
    margin-top: 16px;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .box,
  .babyfair_1805 .wrap .inner .contents .section4 .box_wrap_01 {
    padding: 30px 0;
    border-top: 2px solid #f2f2f2;
  }
  .babyfair_1805 .wrap .inner .contents .section4 .b_none {
    border: none !important;
  }
  .babyfair_1805 .wrap .inner .contents .section4 h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .babyfair_1805 .pc-disp {
    display: none !important;
  }

  /*----------------------------------------------------
   プレイヴィル　大阪城公園
  ----------------------------------------------------*/
  .playville-oosaka_1805 .wrap .inner .contents {
    width: auto;
    border: none;
  }
  .playville-oosaka_1805 .InformationWrap {
    margin: 36px 0 66px 0;
  }
  .playville-oosaka_1805 .mainImg {
    margin-bottom: 40px;
  }
  .playville-oosaka_1805 #sec_wrap {
    background: none;
    margin: 0 0 90px;
    padding: 0;
  }
  .playville-oosaka_1805 .mainImg img,
  .playville-oosaka_1805 .pic {
    width: 100%;
  }
  .playville-oosaka_1805 .sec {
    margin-bottom: 40px;
  }
  .playville-oosaka_1805 .sec p {
    font-size: 18px;
    line-height: 1.6 !important;
    margin: 0 0 16px;
  }
  .playville-oosaka_1805 .sec ul {
    overflow: hidden;
  }
  .playville-oosaka_1805 .sec h2 {
    background-color: #e65c20;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .playville-oosaka_1805 .sec .pic {
    margin-bottom: 16px;
  }
  .playville-oosaka_1805 .sec .img_list li {
    float: none;
    width: auto;
  }
  .playville-oosaka_1805 .sec .img_list li:nth-child(even) {
    margin-left: 0;
  }
  .playville-oosaka_1805 .sec .img_list li:not(:last-child) {
    margin-bottom: 32px;
  }
  .playville-oosaka_1805 .sec .img_list li img {
    margin-bottom: 8px;
    width: 100%;
  }
  .playville-oosaka_1805 .sec .f_s {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .playville-oosaka_1805 .sec .indent_01 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .playville-oosaka_1805 .sec_01 li {
    float: left;
    width: 32%;
  }
  .playville-oosaka_1805 .sec_01 li + li {
    margin-left: 2%;
  }
  .playville-oosaka_1805 .sec_01 li img {
    width: 100%;
  }
  .playville-oosaka_1805 .sec_02 img,
  .playville-oosaka_1805 .sec_03 img {
    width: 100%;
  }
  .playville-oosaka_1805 .sec_03 .img_list li:nth-child(3), .playville-oosaka_1805 .sec_03 .img_list li:nth-child(4) {
    margin-bottom: 32px;
  }
  .playville-oosaka_1805 .sec_03 .img_list li:nth-child(5) {
    clear: both;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .list {
    padding: 5%;
    width: 100%;
    height: auto;
    float: none;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .list + .list {
    margin: 33px 0 0 0;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .list:nth-child(2) {
    float: none;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .list:last-child {
    width: 100%;
    clear: both;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in dd {
    width: auto;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in dd.w_01 {
    width: 67%;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in dd.w_100 {
    width: 52%;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .icon {
    right: 9px;
    margin-left: 0;
    margin-top: -32px;
    width: 43%;
  }
  .playville-oosaka_1805 .sec_04 .sec_04_in .icon img {
    width: 100%;
  }
  .playville-oosaka_1805 .sec_06 p {
    margin: 0;
  }
  .playville-oosaka_1805 .sec_06 .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .playville-oosaka_1805 .sec_06 .box img {
    float: none;
    width: 100%;
    margin-bottom: 3vw;
  }
  .playville-oosaka_1805 .sec_06 .box .txt_box {
    float: none;
    width: auto;
    margin: 0;
  }
  .playville-oosaka_1805 .sec_06 .box .txt_box h3 {
    font-size: 22px;
    margin-bottom: 2vw;
  }
  .playville-oosaka_1805 .sec_06 .box .txt_box p {
    font-size: 18px;
    line-height: 2 !important;
  }
  .playville-oosaka_1805 .sec_06 .box .f_s li {
    font-size: 15px !important;
    line-height: 1.8 !important;
    padding-left: 1em;
    text-indent: -1em;
  }
  .playville-oosaka_1805 .sec_06 .link_list {
    margin: 0 auto;
  }
  .playville-oosaka_1805 .sec_06 .link_list li {
    padding-bottom: 0 !important;
  }
  .playville-oosaka_1805 .shopinfo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 32px 0 56px;
    border: 3px solid #e65c20;
    background-color: #fff;
  }
  .playville-oosaka_1805 .shopinfo p.ttl {
    background-color: #e65c20;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    font-size: 6vw;
  }
  .playville-oosaka_1805 .shopinfo p.ttl br {
    display: none;
  }
  .playville-oosaka_1805 .shopinfo .f_s {
    display: block;
    font-size: 15px;
    margin-top: 10px;
  }
  .playville-oosaka_1805 .shopinfo dl {
    padding: 0 20px;
    min-height: 1px;
    font-size: 17px;
    line-height: 35px;
    margin: 0 0 1em;
  }
  .playville-oosaka_1805 .shopinfo dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .playville-oosaka_1805 .shopinfo dl dt {
    background-color: #e65c20;
    color: #fff;
    display: inline-block;
    float: none;
    width: 96px;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    width: 5em;
    font-weight: bold;
    padding: 7px 0 3px;
    margin-bottom: 0.5em;
  }
  .playville-oosaka_1805 .shopinfo dl dd {
    line-height: 1.4;
    font-size: 16px;
    margin: 0 0 0.5em;
    padding: 0;
    word-break: break-all;
  }
  .playville-oosaka_1805 .shopinfo dl dd em {
    font-size: 15px;
  }
  .playville-oosaka_1805 .shopinfo dl + p {
    padding: 0 20px;
  }
  .playville-oosaka_1805 .link_list {
    overflow: hidden;
    width: auto;
    margin: 48px auto 0;
  }
  .playville-oosaka_1805 .link_list li {
    float: none;
    width: auto;
  }
  .playville-oosaka_1805 .link_list li + li {
    float: none;
    border-left: none;
    padding-left: 0px;
    padding-top: 24px;
    border-top: 2px solid #f2f2f2;
  }
  .playville-oosaka_1805 .link_list li:first-child {
    padding-bottom: 24px;
  }
  .playville-oosaka_1805 .link_list img {
    margin-bottom: 16px;
  }
  .playville-oosaka_1805 .link_list .txt_01 {
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .playville-oosaka_1805 .link_list .txt_02 {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .playville-oosaka_1805 .link_list p.link {
    clear: both;
    text-align: center;
  }
  .playville-oosaka_1805 .link_list p.link 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;
    font-size: 5.5vw;
    padding: 18px 30px 16px 50px;
  }
  .playville-oosaka_1805 .link_list p.link 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: 768px) and (max-width: 1280px) {
  .playville-oosaka_1805 .link_list p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .playville-oosaka_1805 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-oosaka_1805 .link_list p.link a:before {
    margin: -12px 0 0;
  }
  .playville-oosaka_1805 .link_list p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .playville-oosaka_1805 .btn_new {
    margin-bottom: 15px !important;
  }


  /*----------------------------------------------------
   プレイヴィル　天王寺公園
  ----------------------------------------------------*/
  .playville-tennojipark_1806 .wrap .inner .contents {
    width: auto;
    border: none;
  }
  .playville-tennojipark_1806 .InformationWrap {
    margin: 36px 0 66px 0;
  }
  .playville-tennojipark_1806 .mainImg {
    margin-bottom: 40px;
  }
  .playville-tennojipark_1806 #sec_wrap {
    background: none;
    margin: 0 0 90px;
    padding: 0;
  }
  .playville-tennojipark_1806 .mainImg img,
  .playville-tennojipark_1806 .pic {
    width: 100%;
  }
  .playville-tennojipark_1806 .sec {
    margin-bottom: 40px;
  }
  .playville-tennojipark_1806 .sec p {
    font-size: 16px;
    line-height: 1.6 !important;
    margin: 0 0 16px;
  }
  .playville-tennojipark_1806 .sec ul {
    overflow: hidden;
  }
  .playville-tennojipark_1806 .sec h2 {
    background-color: #27a98f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .playville-tennojipark_1806 .sec .pic {
    margin-bottom: 16px;
  }
  .playville-tennojipark_1806 .sec .img_list li {
    float: none;
    width: auto;
  }
  .playville-tennojipark_1806 .sec .img_list li:nth-child(even) {
    margin-left: 0;
  }
  .playville-tennojipark_1806 .sec .img_list li img {
    margin-bottom: 8px;
    width: 100%;
  }
  .playville-tennojipark_1806 .sec .f_s {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .playville-tennojipark_1806 .sec .indent_01 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .playville-tennojipark_1806 .sec_01 p {
    font-size: 16px;
  }
  .playville-tennojipark_1806 .day {
    background-color: rgba(205, 223, 219, 0.55);
    border-radius: 10px;
    padding: 24px;
    width: auto;
    margin: 24px auto;
  }
  .playville-tennojipark_1806 .day dl {
    overflow: hidden;
  }
  .playville-tennojipark_1806 .day dl dt, .playville-tennojipark_1806 .day dl dd {
    vertical-align: top;
    float: none;
  }
  .playville-tennojipark_1806 .day dl dt:last-child,
  .playville-tennojipark_1806 .day dl dd:last-child {
    padding-bottom: 0;
  }
  .playville-tennojipark_1806 .day dl dt {
    color: #fff;
    background-color: #27a98f;
    text-align: center;
    font-size: 16px;
    width: 100px;
    padding-top: 2px;
    clear: both;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .playville-tennojipark_1806 .day dl dd {
    font-size: 16px;
    padding-top: 2px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .playville-tennojipark_1806 .day dl dd span {
    font-size: 14px;
    display: block;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  .playville-tennojipark_1806 .day dl dd a {
    color: #0068b6;
  }
  .playville-tennojipark_1806 .day dl dd:last-child {
    margin-bottom: 0;
  }
  .playville-tennojipark_1806 .sec_01 li {
    float: left;
    width: 32%;
  }
  .playville-tennojipark_1806 .sec_01 li + li {
    margin-left: 2%;
  }
  .playville-tennojipark_1806 .sec_01 li img {
    width: 100%;
  }
  .playville-tennojipark_1806 .sec_02 img {
    width: 100%;
  }
  .playville-tennojipark_1806 .sec_02 .img_list li:nth-child(3), .playville-tennojipark_1806 .sec_02 .img_list li:nth-child(4) {
    margin-bottom: 32px;
  }
  .playville-tennojipark_1806 .sec_02 .img_list li:nth-child(5) {
    clear: both;
  }
  .playville-tennojipark_1806 .sec_02 .txt_01 {
    text-align: left;
    font-size: 16px;
  }
  .playville-tennojipark_1806 .sec_02 .txt_01 span {
    font-weight: bold;
    font-size: 18px;
  }
  .playville-tennojipark_1806 .link_list {
    overflow: hidden;
    width: auto;
    margin: 48px auto 0;
  }
  .playville-tennojipark_1806 .link_list li {
    float: none;
    width: auto;
  }
  .playville-tennojipark_1806 .link_list li + li {
    float: none;
    border-left: none;
    padding-left: 0px;
    padding-top: 24px;
    border-top: 2px solid #f2f2f2;
  }
  .playville-tennojipark_1806 .link_list li:first-child {
    padding-bottom: 24px;
  }
  .playville-tennojipark_1806 .link_list img {
    margin-bottom: 16px;
  }
  .playville-tennojipark_1806 .link_list .txt_01 {
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .playville-tennojipark_1806 .link_list .txt_02 {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .playville-tennojipark_1806 .link_list p.link {
    clear: both;
    text-align: center;
  }
  .playville-tennojipark_1806 .link_list p.link 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;
    font-size: 5.5vw;
    padding: 18px 30px 16px 50px;
  }
  .playville-tennojipark_1806 .link_list p.link 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: 768px) and (max-width: 1280px) {
  .playville-tennojipark_1806 .link_list p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .playville-tennojipark_1806 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-tennojipark_1806 .link_list p.link a:before {
    margin: -12px 0 0;
  }
  .playville-tennojipark_1806 .link_list p.link a br {
    display: inline-block;
  }
}


/*----------------------------------------------------
  リニューアルオープン！ボーネルンド西宮阪急店
----------------------------------------------------*/

.nishinomiya-hankyu_1809 .wrap .inner .contents {
  border: 1px solid #ccc;
}
.nishinomiya-hankyu_1809 .imgage_area {
  display: flex;
  justify-content: space-around;
  margin: 0 55px 50px;
}
.nishinomiya-hankyu_1809 .text_area {
  border-top: 1px solid #cfcfcf;
  margin: 0 60px;
  padding: 40px 0;
}
.nishinomiya-hankyu_1809 .text_area p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.nishinomiya-hankyu_1809 .fair-period_area {
  margin: 25px 0 25px 1.5rem;
}
.nishinomiya-hankyu_1809 .fair-period_area dt {
  float: left;
  margin-right: 0.5em;
  width: 80px;
}
.nishinomiya-hankyu_1809 .fair-period_area dt::before {
  content: "・";
  margin-left: -1em;
}

.nishinomiya-hankyu_1809 .fair-period_area dd {
  margin-left: 1em;
}
.nishinomiya-hankyu_1809 .annotation_area {
  margin: 0 0 30px 1.5rem;
}
.nishinomiya-hankyu_1809 .annotation_area li {
  list-style: none;
  font-size: 14px;
}
.nishinomiya-hankyu_1809 .annotation_area li::before {
  content: "※";
  margin-left: -1em;
}
.nishinomiya-hankyu_1809 .box-text_area p {
  line-height: 1.8;
  margin: 8px 0 20px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h1 {
  margin: 55px 0 50px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h2 {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h2 .area {
  color: #fff;
  background: #0068b7;
  padding: 0 5px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 18px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h3 {
  font-size: 18px;
  font-weight: bold;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h3.fear-text {
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
}

.nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area {
  display: flex;
  justify-content: center;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area .icon-box {
  background-color: #F53839;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 40px;
  padding: 8px 15px;
  margin-right: 20px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area .icon-box_text {
  padding-top: 3px;
}

.nishinomiya-hankyu_1809 .wrap .inner .contents .section {
  padding: 50px 40px;
  background: #e5f3fd;
  width: 780px;
  margin: 0 auto 24px;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents .section .box1 {
  overflow: hidden;
  clear: both;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents .section .box1 img {
  float: left;
}
.nishinomiya-hankyu_1809 .wrap .inner .contents .section .box1 .box1-inner {
  float: right;
  width: 386px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.nishinomiya-hankyu_1809 .see-more_area {
  margin-top: 55px;
}
.nishinomiya-hankyu_1809 .see-more_area .see-more_text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.nishinomiya-hankyu_1809 p.link {
  clear: both;
  text-align: center;
}
.nishinomiya-hankyu_1809 p.link 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: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 16px 18px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 240px;
  width: 342px;
}
.nishinomiya-hankyu_1809 p.link 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;
  color: #FFF;
}

@media screen and (max-width: 1280px) {
  .nishinomiya-hankyu_1809 p.link a:before {
    margin: -6px 0 0;
    color: #fff;
  }
}


  /*----------------------------------------------------
  sp リニューアルオープン！ボーネルンド西宮阪急店
  ----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc-none {
    display: none;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents {
    border: none;
  }
  .nishinomiya-hankyu_1809 p.link a {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 8px 0px 8px 20px;
    line-height: 24px;
    width: 100%;
    color: #fff;
  }
  .nishinomiya-hankyu_1809 p.link a:before {
    margin: -12px 0 0;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents {
    border: none;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents h1 img {
    width: 100%;
  }
  .nishinomiya-hankyu_1809 .imgage_area {
    display: block;
    margin: 0;
  }
  .nishinomiya-hankyu_1809 .imgage_area img {
    width: 100%;
    margin-bottom: 10px;
  }
  .nishinomiya-hankyu_1809 .text_area {
    border-top: 1px solid #cfcfcf;
    margin: 15px 0 25px;
    padding: 15px 0 0;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section .box1 .box1-inner {
    float: none;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }
  .nishinomiya-hankyu_1809 .see-more_area {
    margin-top: 30px;
  }
  .nishinomiya-hankyu_1809 .see-more_area .see-more_text {
      font-size: 15px;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
  }
  .nishinomiya-hankyu_1809 .fair-period_area dd {
      margin-left: 1em;
      padding-bottom: 10px;
  }
  .nishinomiya-hankyu_1809 .annotation_area li {
    line-height: 1.6;
}
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section {
    width: auto;
    padding: 0 16px;
    margin-bottom: 15px;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents h1 {
    margin: 10px 0 25px;
}
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section h2 {
    line-height: 2;
    margin-bottom: 15px;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section h2 .area {
    font-size: 22px;
    margin: 0;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section h2 .name {
    font-size: 19px;
    display: block;
    text-align: left;
    line-height: 1.4;
    padding-top: 30px;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area {
    display: block;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area .icon-box {
    font-size: 18px;
    padding: 0px;
    margin: 0 0 10px;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents h2.icon-box_area .icon-box_text {
    font-size: 19px;
    padding-top: 3px;
  }

  .nishinomiya-hankyu_1809 .wrap .inner .contents .section h3 {
    font-size: 18px;
    height: auto;
    line-height: 1.6;
  }
  .nishinomiya-hankyu_1809 .wrap .inner .contents .section .box1 img {
    float: none;
    width: 100%;
  }

  .nishinomiya-hankyu_1809 .fair-period_area {
    margin: 15px 0 15px 1.5rem;
  }
  .nishinomiya-hankyu_1809 .annotation_area {
    margin: 0 0 30px 1.5rem;
  }
  .nishinomiya-hankyu_1809 p.link a::before {
    color: #FFF!important;
    font-size: 13px;
  }
}
/*----------------------------------------------------
プレイヴィル スペシャルウィーク
----------------------------------------------------*/
.playville_sp-week_1809 .mb30 {
  margin-bottom: 30px;
}
.playville_sp-week_1809 .mb40 {
  margin-bottom: 40px;
}
.playville_sp-week_1809 .mt30 {
  margin-top: 30px;
}
.playville_sp-week_1809 .mt40 {
  margin-top: 40px;
}
.playville_sp-week_1809 .detail {
  background: url(../images/common/contents_bg.gif);
  margin: 0 0 90px;
  padding: 50px;
}

.playville_sp-week_1809 .text_area p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.playville_sp-week_1809 .imgage_area {
  display: flex;
  justify-content: center;
  margin: 0 55px 50px;
}
.playville_sp-week_1809 .imgage_area img {
  padding: 0 12px 0 0;
}
.playville_sp-week_1809 .section-title_area {
  color: #ee7601;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.playville_sp-week_1809 h3 {
  background-color: #ee7601;
  display: block;
  text-align: center;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
}
.playville_sp-week_1809 .section .box1 {
  overflow: hidden;
  clear: both;
}
.playville_sp-week_1809 .section .box1 img {
  float: left;
}
.playville_sp-week_1809 .section .box1 .box1-inner {
  float: right;
  width: 420px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.playville_sp-week_1809 .section .product {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.playville_sp-week_1809 .section .product .f-small {
  font-size: 20px;
}
.playville_sp-week_1809 .nots-font {
  font-size: 12px;
}
.playville_sp-week_1809 .information_area {
  border: 4px solid #ee7601;
  background-color: #fff;
  margin: 60px 0;
  border-radius: 10px;
}
.playville_sp-week_1809 .section .info_in {
  padding: 30px;
}
.playville_sp-week_1809 .section .info_in dl {
  font-size: 17px;
  line-height: 35px;
}
.playville_sp-week_1809 .section .info_in dt {
  background-color: #ee7601;
  padding: 0px 15px;
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.playville_sp-week_1809 .section .info_in dd {
  font-size: 18px;
  margin: 0 0 30px 0;
  padding-left: 150px;
}
.playville_sp-week_1809 .section .info_in dd:nth-last-of-type(1) {
  margin: 0;
}
.playville_sp-week_1809 .section .info_in dl.detail_box:first-child {
  margin-bottom: 30px;
}
.playville_sp-week_1809 .section .info_in dl.detail_box dd {
  float: left;
  padding-left: 30px;
}
.playville_sp-week_1809 .caption_area:nth-last-of-type(1) {
  margin-top: 20px;
}
.playville_sp-week_1809 .caption_area .caption_text {
  background-color: #ee7601;
  padding: 8px 15px 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.playville_sp-week_1809 .caption_area .caption_title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}
.playville_sp-week_1809 .caption_area .caption_read {
  line-height: 1.6;
  margin-bottom: 20px;
}
.playville_sp-week_1809 .caption_area .imgage_area {
  margin-bottom: 45px;
}
.playville_sp-week_1809 hr.border-dash_orange {
  border: 1px dashed #ee7601;
}
.playville_sp-week_1809 hr.border-dash_green {
  border: 1px dashed #5e7b1f;
}
.playville_sp-week_1809 .caption_area .caption_title-bold {
  font-size: 19px;
  color: #ee7601;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 40px;
}
.playville_sp-week_1809 .schedule_text,
.playville_sp-week_1809 .program {
  font-weight: bold;
}
.playville_sp-week_1809 .section .info_in dd.program_area {
  padding-left: 10px;
}

.playville_sp-week_1809 .shop-information_area {
  border: 2px solid #0068b6;
  border-radius: 10px;
  background-color: #fff;
  padding-top: 0!important;
}
.playville_sp-week_1809 .shop-information_area h3 {
  background-color: #0068b6;
  font-size: 20px;
  color: #fff;
  border-radius: 7px 7px 0 0;
  margin: 0;
  padding: 13px 0;
  line-height: 1;
}
.playville_sp-week_1809 .shop-information_area .info_in {
  padding: 30px;
}
.playville_sp-week_1809 .shop-information_area .info_in dt {
  background-color: #0068b6;
  width: 96px;
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0 3px;
}
.playville_sp-week_1809 .shop-information_area .info_in dd {
  font-size: 18px;
  margin: 0 0 30px 0;
  padding: 0 0 0 110px;
  line-height: 1.6;
}
.playville_sp-week_1809 .shop-information_area .info_in .box_01 {
  text-align: center;
  font-size: 16px;
}
.playville_sp-week_1809 .shop-information_area .info_in .box_01 .shop-information_title {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #dedede;
  padding: 20px 0 0;
 }
.playville_sp-week_1809 .detail__sec05 .box_01 ul.shoplink_area {
  margin-top: 0;
}
.playville_sp-week_1809 ul.shoplink_area {
  text-align: center;
}
.playville_sp-week_1809 ul.shoplink_area li {
  display: inline-block;
  margin: 0;
}
.playville_sp-week_1809 ul.shoplink_area li a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 22px;
  font-weight: bold;
}
.playville_sp-week_1809 ul.shoplink_area li a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 4px 8px 0 0;
}
.playville_sp-week_1809 .box1-image2 {
  float: left;
  width: 50%;
}
.playville_sp-week_1809 .box1-image2 img {
  float: none;
}
.playville_sp-week_1809 .shop-info_area h3 {
  border-radius: 0;
  line-height: 1;
  padding: 13px 0;
}
/*----------------------------------------------------
 sp プレイヴィル スペシャルウィーク
----------------------------------------------------*/
@media screen and (max-width: 768px) {
.playville_sp-week_1809 .mb30 {
  margin-bottom: 15px;
}
.playville_sp-week_1809 .mb40 {
  margin-bottom: 20px;
}
.playville_sp-week_1809 .mt30 {
  margin-top: 15px;
}
.playville_sp-week_1809 .mt40 {
  margin-top: 20px;
}
.playville_sp-week_1809 .detail {
  padding: 10px 20px;
}
.playville_sp-week_1809 .detail img {
  width: 100%;
}
.playville_sp-week_1809 .imgage_area {
  display: block;
  margin: 0;
  text-align: center;
}
.playville_sp-week_1809 .imgage_area img {
  padding: 0 0 20px;
}
.playville_sp-week_1809 h3 {
  font-size: 20px;
  padding: 10px;
  margin: 0 0 20px 0;
  line-height: 1;
}
.playville_sp-week_1809 .section-title_area {
  font-size: 19px;
  display: block;
  text-align: left;
  line-height: 1.4;
  padding-top: 30px;
}
.playville_sp-week_1809 .playville_sp-week_1809 h3 {
  font-size: 19px;
  line-height: 1.5;
}
.playville_sp-week_1809 .section .box1 img {
  float: none;
}
.playville_sp-week_1809 .section .box1 .box1-inner {
  float: none;
  width: 100%;
  line-height: 1.3;
}
.playville_sp-week_1809 .section .product {
  font-size: 18px;
  line-height: 1.3;
}



.playville_sp-week_1809 .information_area {
  margin: 30px 0;
}
.playville_sp-week_1809 .section .info_in {
  padding: 10px;
}
.playville_sp-week_1809 .section .info_in dt {
  padding: 5px 15px;
  margin-bottom: 20px;
  float: none;
}
.playville_sp-week_1809 .section .info_in dd {
  padding-left: 0;
  line-height: 1.3;
  font-size: 14px;
}

.playville_sp-week_1809 .section .info_in dl.detail_box dd {
  float: none;
  padding: 0;
  margin-bottom: 10px;
}
.playville_sp-week_1809 .shop-information_area .info_in {
  padding: 10px;
}
.playville_sp-week_1809 .shop-information_area .info_in dt {
  float: none;
  margin-bottom: 15px;
}
.playville_sp-week_1809 .shop-information_area .info_in dd {
  padding: 0;
}

.playville_sp-week_1809 .caption_area .caption_text {
  display: block;
}
.playville_sp-week_1809 .caption_area .caption_title {
  font-size: 17px;
}
.playville_sp-week_1809 .caption_area .imgage_area {
  margin-bottom: 25px;
}
.playville_sp-week_1809 .caption_area .caption_title-bold {
  font-style: 16px;
}
.playville_sp-week_1809 .section .info_in dd.program_area {
  padding-left: 0;
}
.playville_sp-week_1809 .shop-information_area h3 {
  font-size: 16px;
  padding: 13px 10px;
}
.playville_sp-week_1809 .section .product .f-small {
  font-size: 13px;
}
.playville_sp-week_1809 .nots-font {
  font-size: 13px;
}
.playville_sp-week_1809 .section .box1 .box1-inner div {
  line-height: 1.3
}
.playville_sp-week_1809 ul.shoplink_area li a {
  padding: 10px;
  font-size: 16px;
}
.playville_sp-week_1809 .box1-image2 {
  float: none;
  width: 100%;
}

.playville_sp-week_1809 .shop-info_area .box1-inner {
  padding: 10px 5px;
}
.playville_sp-week_1809 .shop-info_area h3 {
  padding: 13px 10px;
}

}/* @media screen and (max-width: 768px) */
/*----------------------------------------------------
 ハレノテラス東大宮店
----------------------------------------------------*/
.tot-garden-hareterra-higashioomiya .price_area {
  padding: 58px;
}
.tot-garden-hareterra-higashioomiya .close_area {
  bottom: 130px;
}
.tot-garden-hareterra-higashioomiya .price_area_title {
  color: #4f1302;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.tot-garden-hareterra-higashioomiya .price_box {
  padding: 38px;
  border: #14a83b 4px solid;
  border-radius: 20px;
}
.tot-garden-hareterra-higashioomiya .price_box dl dt {
  float: left;
  width: 100px;
  color: #ec5343;
  font-weight: bold;
  font-size: 20px;
}
.price_attention_area {
  padding-left: 110px;
  margin: 20px 0;
}
.tot-garden-hareterra-higashioomiya .price_attention {
  font-size: 14px;
  line-height: 1.5;
}
.tot-garden-hareterra-higashioomiya .price_attention::before {
  content: "※";
  margin-left: -1em;
}
/* 特別フェア */
.tot-garden-hareterra-higashioomiya .fear_area {
  margin: 0 40px 55px;
}
.tot-garden-hareterra-higashioomiya .fear_area .fear_title {
  background-color: #f9a3b1;
  text-align: center;
  padding: 12px 0 10px;
}
.tot-garden-hareterra-higashioomiya .fear_area .fear_title_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.tot-garden-hareterra-higashioomiya .fear_box {
  display: flex;
  border: 2px solid #f9a3b1;
  border-radius: 4px;
  margin-top: 8px;
}
.tot-garden-hareterra-higashioomiya .fear_content {
  padding: 18px;
  border-right: 2px solid #f9a3b1;
}
.tot-garden-hareterra-higashioomiya .fear_content:last-child {
  border-right: none;
}
.tot-garden-hareterra-higashioomiya .fear_content_title {
  line-height: 1.3;
  min-height: 40px;
  color: #f9a3b1;
  font-size: 19px;
  font-weight: bold;
}
.tot-garden-hareterra-higashioomiya .font-small {
  font-size: 18px;
  padding-left: 20px;
}
/*----------------------------------------------------
 sp ハレノテラス東大宮店
----------------------------------------------------*/
@media screen and (max-width: 768px) {
.tot-garden-hareterra-higashioomiya .price_box dl dt {
  float: none;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}
.tot-garden-hareterra-higashioomiya .close_area {
  bottom: 45px;
}

.tot-garden-hareterra-higashioomiya .price_attention_area {
  padding-left: 60px;
  margin: 10px 0;
}
.tot-garden-hareterra-higashioomiya .price_area {
    padding: 10px;
}
.tot-garden-hareterra-higashioomiya .price_area_title {
  font-size: 18px;
  margin-bottom: 15px;
}
.tot-garden-hareterra-higashioomiya .price_box {
  padding: 18px;
  border: #14a83b 2px solid;
}
.tot-garden-hareterra-higashioomiya .price_attention_area {
  padding-left: 12px;
  margin: 10px 0;
}
.tot-garden-hareterra-higashioomiya .contents {
  padding: 0!important;
}
/* 特別フェア */
.tot-garden-hareterra-higashioomiya .font-small {
  font-size: 18px;
  padding-left: 20px;
}
.tot-garden-hareterra-higashioomiya .fear_area {
  margin: 0 10px 35px;
}
.tot-garden-hareterra-higashioomiya .fear_area .fear_title_text {
  font-size: 18px;
}
.tot-garden-hareterra-higashioomiya .fear_area .fear_title {
  padding: 6px 0 4px;
}
.tot-garden-hareterra-higashioomiya .fear_box {
  display: block;
}
.tot-garden-hareterra-higashioomiya .fear_content {
  margin: 18px;
  padding: 0 0 18px 0;
  border-right: none;
  border-bottom: 2px solid #f9a3b1;
}
.tot-garden-hareterra-higashioomiya .fear_content:last-child {
  border-bottom: none;
  padding: 0;
}
.tot-garden-hareterra-higashioomiya .fear_content:last-child .fear_content_title {
  margin-bottom:10px;
}

}/* @media screen and (max-width: 768px) */

/*----------------------------------------------------
 プレイエデュケーター
----------------------------------------------------*/
.play_educator_1805 .wrap .inner .contents {
  width: auto;
  border: none;
  padding: 0 0 70px;
}
.play_educator_1805 .wrap .inner .contents #sec_wrap {
  padding: 0 20px;
}
.play_educator_1805 .wrap .inner .contents h2 {
  margin-bottom: 8%;
}
.play_educator_1805 .wrap .inner .contents h2 img.pc-disp {
  display: none;
}
.play_educator_1805 .wrap .inner .contents h2 img.sp-disp {
  width: 90%;
  display: inline;
}
.play_educator_1805 .wrap .inner .contents .h2_01 img {
  width: 84.5%;
}
.play_educator_1805 .wrap .inner .contents .h2_02 img {
  width: 85.8%;
}
.play_educator_1805 .wrap .inner .contents p img {
  width: 100%;
}
.play_educator_1805 .mark_area {
  display: flex;
  align-items: center; 
}
.play_educator_1805 .mark_area .mark_text {
  margin-left: 10px;
  font-size: 18px;
}
.play_educator_1805 .wrap .inner .contents .sec p:not(:last-child) {
  margin-bottom: 4%;
}
.play_educator_1805 .wrap .inner .contents .sec_01 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 9%;
  margin-bottom: 9%;
}
.play_educator_1805 .wrap .inner .contents .sec_02 p:first-child {
  margin-bottom: 11%;
}
.play_educator_1805 .mainImg img {
  width: 100%;
}
.play_educator_1805 .h2_title_text {
  color: #4f1302;
  font-size: 30px;
  font-weight: bold;
}
.play_educator_area .img-07 {
  padding: 0 30px 0 0;
}
.play_educator_area .mv_title_text {
  margin: 1em 0 2em;
  color: #4f1302;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.play_educator_1805 .wrap .inner .contents h2 {
  text-align: center;
  margin: 40px auto 32px;
}
.play_educator_1805 .wrap .inner .contents h2 img {
  margin: 0 auto;
}
.play_educator_1805 .wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
  padding-bottom: 70px;
}

.play_educator_1805 .wrap .inner .contents .sec p:not(:last-child) {
  margin-bottom: 16px;
}

.play_educator_1805 .play_educator_area .wrap .inner .contents {
  border: 1px solid #ccc;
  width: 978px;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents #sec_wrap {
  padding: 0 39px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents .mainImg {
  margin-bottom: 46px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents h2 {
  text-align: center;
  margin-bottom: 32px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents h2 img.pc-disp {
  display: inline;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents .sec p:not(:last-child) {
  margin-bottom: 16px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents .sec_01 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.play_educator_1805 .play_educator_area .wrap .inner .contents .sec_02 p:first-child {
  margin-bottom: 40px;
}


.play_educator_area .workshop_text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

.play_educator_area .event-date_area {
  background-color: #e8f4f1;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}
.play_educator_area .event-date_area .date_area {
  border: 4px solid #f16a0e;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px 24px 14px;
  margin-top: 30px;
}
.play_educator_area .event-date_box {
  margin-bottom: 30px;
}
.play_educator_area .event-date_area .event-date_box dt {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #62c4ab;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  padding: 3px 0 1px;
  margin-bottom: 0;
}
.play_educator_area .event-date_area .event-date_box dd {
  margin: 0;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}

.play_educator_area .event-date_box_nest_title {
  display: block;
  float: left;
  width: 80px;
  font-size: 18px;
}
.play_educator_area .event-date_box_nest_text {
  display: block;
  padding-left: 75px;
}

.play_educator_area .annotation_text {
  font-size: 15px;
  margin-top: 10px;
}
.play_educator_area .event-date_box_list {
  padding-top: 5px;
}
.play_educator_area .event-date_box_list li span {
  display: block;
  float: right;
  padding-right: 50px;
}
.play_educator_area .event-date_box_nest_q {
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  border-bottom: #64C0A9 1px solid;
}
.play_educator_area .event-date_box_nest_q:before {
  font-weight: bold;
  content: "Q:";
}
.play_educator_area .event-date_box_nest_q:after {
  font-weight: bold;
  content: "▼";
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}
.play_educator_area .event-date_box_nest_a {
  display: none;
  margin-bottom: 2em;
}
.play_educator_area .event-date_box_nest_a:before {
  content: "A:";
}
.play_educator_area .voice_area {
  width: 100%;
  margin-bottom: 30px;
}
.play_educator_area .voice_text {
  width: 196px;
  font-size: 18px;
  font-weight: bold;
  background-color: #d4ecea;
  padding: 10px 20px;
  float: right;
  margin-top: -38px;
  border-radius: 18px;
  box-shadow: 1px 1px 2px 1px #dedede;
}
.play_educator_area .voice_text:after {
  content: "▼";
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}
.play_educator_area .customers-voice_area {
  display: none;
  list-style: disc;
  padding: 20px 10px 20px 3rem;
  background-color: #d4ecea;
}
.play_educator_area .customers-voice_area li {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 16px;
}


.play_educator_area .attention {
  color: #e94709;
}
.play_educator_area .health-science_content_area {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.play_educator_area .health-science_area {
  width: 70%;
  border-top: 2px solid #ed7a97;
  border-bottom: 2px solid #ed7a97;
  padding: 20px 10px;
  margin-left: 30px;
}
.play_educator_area .health-science_title {
  font-size: 24px;
  color: #221815;
  font-weight: bold;
  margin-bottom: 8px;
}
.play_educator_area .health-science_title span {
  font-size: 16px;
}
.play_educator_area .health-science_text {
  font-size: 16px;
  line-height: 1.4;
}

.play_educator_1805 .wrap .inner .contents .content_area {
  margin: 50px 40px;
  padding: 0;
}

.play_educator_area .content_border-box {
  border: #64C0A9 2px solid;
  border-radius: 20px;
}
.play_educator_area .content_inner {
  padding: 30px;
}
.play_educator_area .content_area .h2_title_text {
  text-align: center;
  margin-bottom: 30px;
}
.play_educator_area .box {
  position: relative;
}
.play_educator_area .title-img {
  position: absolute;
  top: 10px;
  left: -50px;
}

.play_educator_area .title-img-02 img {
  width: auto;
  margin-left: -50px;
}
.play_educator_area .content-img {
  padding-top: 60px;
}
.play_educator_area .content_01_box {
  border: #F5BEC8 2px dotted;
  border-radius: 20px;
  padding: 30px;
  margin: 50px 0 20px;
  position: relative;
}
.play_educator_area .content_01_box .text_area {
  font-size: 20px;
  color: #40220F;
  line-height: 1.8;
}
.play_educator_area .content_01_box .illustration-img {
  position: absolute;
  top: -78px;
  right: 150px;
}
.play_educator_area .content_01_box .illustration-img img {
  width: 140px!important;
}
.play_educator_area .content_02 {
  padding-top: 100px;
  margin: 0px 0 20px;
}
.play_educator_area .flex_area {
  display: flex;
  justify-content: space-between;
}

.play_educator_area .content_02_title {
  font-size: 20px;
  margin-bottom: 1.6em;
  font-weight: bold;
}
.play_educator_area .content_02_text {
  font-size: 16px;
  line-height: 2;
}
.play_educator_area .content_02 .text_aera {
  width: 60%;
}
.play_educator_area .content_02 .iamge_area {
  width: 40%;
  text-align: center;
  padding: 0 30px 30px 0;
}


.play_educator_area .content_02 .iamge_area p {
  margin-bottom: 20px;
}
.play_educator_area .content_02 .img-02 img {
  width: auto!important;
  height: 250px;
}
.play_educator_area .content_02 .img-03 {
  position: absolute;
  top: 0;
  right: 20px;
}
.play_educator_area .content_02 .img-03 img {
  width: auto!important;
  height: 110px;
}
.play_educator_area .content_03 {
  padding-top: 100px;
}
.play_educator_area .join_lead-text {
  font-size: 21px;
  color: #4F1302;
  font-weight: bold;
  margin: 20px 0;
}
.play_educator_area .content_03 .join_box {
  width: 30%;
  border-radius:20px;
  box-shadow: 1px 1px 2px 1px #dedede;

}
.play_educator_area .join_text {
  font-size: 14px;
  line-height: 2.4;
  color: #4F1302;
  font-weight: bold;
  padding: 20px 20px 0 20px;
}
.play_educator_area .join_img {
  text-align: center;
  padding: 20px;
  align-self: flex-end;
}
.play_educator_area .join_img img {
  width: 180px!important;
}
.play_educator_area .join-01 {
  background-color: #FCFAE8;
}
.play_educator_area .join-02 {
  background-color: #DBEFE3;
}

.play_educator_area .join-03 {
  background-color: #FBE6E1;
}


@media screen and (max-width: 768px) {
  .play_educator_1805 .wrap .inner .contents {
    width: 100%;
    border: none;
    padding: 0 0 70px;
  }

  .play_educator_1805 .play_educator_area .event-date_area {
    padding: 20px;
    margin-top: 30px;
  }
  .play_educator_1805 .play_educator_area .event-date_area .event-date_box dt {
    float: none;
    width: 100%;
    margin-bottom: .5em;
  }
  .play_educator_1805 .play_educator_area .event-date_area .event-date_box dd {
    margin: 0 0 2em 0;
  }
  .play_educator_1805 .play_educator_area .event-date_area .event-date_box dd:first-child {
    margin: 0;
  }
  .play_educator_1805 .play_educator_area .event-date_box_nest .event-date_box_nest_title {
    float: none;
    width: 100%;
  }
  .play_educator_1805 .play_educator_area .next-notice_sp_title {
    color: #62c4ab;
    font-weight: bold;
  }
  .play_educator_1805 .play_educator_area .next-notice_area {
    padding: 15px;
  }

  .play_educator_1805 .play_educator_area .event-date_box_list li {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .play_educator_1805 .play_educator_area .event-date_box_list li span {
    display: block;
    float: none;
    padding-right: 50px;
  }
  .play_educator_1805 .play_educator_area .done_detail_area img {
    width: 100%;
  }
  .play_educator_area .content_02 .img-03 {
    position: static;
    margin: 20px 0;
  }
  .play_educator_area .mv_title_text {
    font-size: 20px;
    margin: 1em;
  }
  .play_educator_area .content_inner {
    padding: 10px;
  }
  .play_educator_1805 .wrap .inner .contents .content_area {
    margin: 0;
    padding: 10px;
  }
  .wrap .inner .contents section {
    margin: 0 0 20px;
    padding: 20px 0 0;
  }
  .play_educator_area .health-science_content_area {
    display: block;
    padding: 0;
  }
  .play_educator_area .health-science_area {
    width: 100%;
    padding: 10px;
    margin-left: 0;
    margin: 20px 0;
  }
  .play_educator_area .content_area .h2_title_text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .play_educator_area .flex_area {
    display: block;
  }
  .play_educator_area .content_01_box {
    border-radius: 20px;
    padding: 10px;
    margin: 20px 0;
  }
  .play_educator_area .content_01_box .text_area {
    font-size: 16px;
    line-height: 1.4;
  }
  .play_educator_area .content_02 {
    padding-top: 70px;
    margin: 0 0 20px;
  }
  .play_educator_area .content_02 .iamge_area {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .play_educator_area .content_02 .text_aera {
    width: 100%;
    margin-bottom: 20px;
  }
  .play_educator_area .content_02_title {
    margin-bottom: 1em;
  }
  .play_educator_area .content_02 .img-02,
  .play_educator_area .content_02 .img-03 {
    text-align: center;
  }
  .play_educator_area .content_02 .img-02 img,
  .play_educator_area .content_02 .img-03 img {
    width: 90%!important;
    height: auto!important;
    padding-bottom: 20px;
  }
  .play_educator_area .content_03 {
    padding-top: 70px;
  }
  .play_educator_area .content_03 .join_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .play_educator_area .join_img {
    padding: 0 20px 20px;
  }
  .play_educator_area .join_img img {
    width: 50%!important;
  }

  .play_educator_area .img-07 {
    padding: 0 10px 30px;
  }
  .play_educator_1805 .wrap .inner .contents h2.h2_title_area {
    margin: 20px auto 0px;
  }
  .workshop-img {
    text-align: center;
    margin-top: 20px;
  }
  .workshop-img img {
    width: 90%;
  }
  .play_educator_area .event-date_area .event-date_box dt {
    width: 100%;
    font-size: 20px;
  }
  .play_educator_area .event-date_box_nest_text {
    display: block;
    padding-left: 1em;
  }
  .play_educator_area .voice_area {
  width: 100%;
  margin-bottom: 30px;
  }
  .play_educator_area .voice_text {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background-color: #d4ecea;
    padding: 10px 20px;
    float: right;
    margin: 0 0 2rem;
  }
  .play_educator_area .voice_text:after {
    content: "▼";
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
  }
  .play_educator_area .customers-voice_area {
    display: none;
    list-style: disc;
    width: 100%;
    padding: 0 10px 20px 3rem;
    background-color: #d4ecea;
  }


  .play_educator_area .customers-voice_area li {
    line-height: 1.4;
  }

  .play_educator_1805 .play_educator_area .event-date_box_nest_q,
  .play_educator_1805 .play_educator_area .event-date_box_nest_a {
    line-height: 1.4;
  }
  .play_educator_1805 .mark_area .mark_text {
    font-size: 16px;
  }




}/* @media screen and (max-width: 768px) */



/*----------------------------------------------------
 プレイヴィル　安満遺跡公園
----------------------------------------------------*/

.playville-store .mainImg {
  margin-bottom: 40px;
}
.playville-store #sec_wrap {
  padding: 0 49px;
}
.playville-store .sec {
  margin-bottom: 40px;
}
.playville-store .pars-img {
  border: 3px solid #0067bc;
}
.playville-store .sec .title-text {
  background-color: #e65c20;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 18px;
  margin-bottom: 16px;
}
.playville-store .title_area {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 18px;
  margin-bottom: 16px;
}
.playville-amaisekipark_1902 img {
  width: 100%;
}
.playville-store .title_area.title_bg-orange {
  background-color: #e65c20;
}

.playville-amaisekipark_1902 .wrap .inner .contents {
    border: 1px solid #ccc;
    width: 978px;
}
.playville-amaisekipark_1902 .sec p {
  font-size: 19px;
  line-height: 35px;
  margin: 0 0 16px;
}
.playville-amaisekipark_1902 .sec ul {
  overflow: hidden;
}

.playville-amaisekipark_1902 .sec_01 .img_area li {
  width: 280px;
}
.playville-amaisekipark_1902 .sec .img_list li {
  float: left;
  width: 428px;
}
.playville-amaisekipark_1902 .sec .img_list li:nth-child(even) {
  margin-left: 24px;
}
.playville-amaisekipark_1902 .sec .img_list li:nth-child(1), .playville-amaisekipark_1902 .sec .img_list li:nth-child(2) {
  margin-bottom: 16px;
}
.playville-amaisekipark_1902 .sec .img_list li:nth-child(3) {
  clear: both;
}
.playville-amaisekipark_1902 .sec .img_list li img {
  margin-bottom: 8px;
}
.playville-amaisekipark_1902 .sec .f_s {
  display: block;
  font-size: 15px !important;
  margin-top: 10px;
  line-height: 1.6;
}
.playville-amaisekipark_1902 .sec_01 li {
  float: left;
}
.playville-amaisekipark_1902 .sec_01 li + li {
  margin-left: 20px;
}
.playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(3), .playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(4) {
  margin-bottom: 16px;
}
.playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(5) {
  clear: both;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in {
  overflow: hidden;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .list {
  float: left;
  padding: 24px;
  width: 382px;
  height: 185px;
  background-color: #f0f0f0;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .list + .list {
  margin-left: 19px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .list dl dt:not(:nth-child(1)),
.playville-amaisekipark_1902 .sec_04 .sec_04_in .list dl dd:not(:nth-child(2)) {
  margin-top: 24px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e65c20;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in h3 span {
  font-weight: normal;
  font-size: 18px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dl {
  overflow: hidden;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dt, .playville-amaisekipark_1902 .sec_04 .sec_04_in dd {
  float: left;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dt {
  background: #e65c20;
  font-size: 18px;
  color: #fff;
  clear: both;
  font-weight: bold;
  padding: 7px 10px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dd {
  font-size: 16px;
  font-weight: bold;
  width: 350px;
  margin-left: 8px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dd span {
  font-weight: normal;
  font-size: 14px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dd.w_100 {
  width: 100px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in dd.mt_07 {
  padding-top: 7px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .txt_01 {
  clear: both;
  margin-top: 10px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .icon {
  position: absolute;
  margin: -33px 0 0 280px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .icon-free {
  margin: -33px 0 0 280px;
}
.playville-amaisekipark_1902 .sec_04 .sec_04_in .icon-day {
  margin: -33px 0 0 250px;
}
.playville-amaisekipark_1902 .sec_06 h2 {
  margin-bottom: 20px;
}
.playville-amaisekipark_1902 .sec_06 .box {
  overflow: hidden;
  clear: both;
  padding-bottom: 40px;
}
.playville-amaisekipark_1902 .sec_06 .box + .box {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}
.playville-amaisekipark_1902 .sec_06 .box .box_in {
  overflow: hidden;
  clear: both;
  margin-bottom: 24px;
}
.playville-amaisekipark_1902 .sec_06 .box img {
  float: left;
}
.playville-amaisekipark_1902 .sec_06 .box .txt_box {
  float: right;
  width: 415px;
  margin-right: 10px;
}
.playville-amaisekipark_1902 .sec_06 .box .txt_box p {
  font-size: 18px;
}
.playville-amaisekipark_1902 .sec_06 .box .f_s {
  clear: both;
  margin: 0;
}
.playville-amaisekipark_1902 .sec_06 .box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 35px;
}
.playville-amaisekipark_1902 .sec_06 .box .link_list li {
  float: none;
  margin: 0 auto;
}
.playville-amaisekipark_1902 .sec_06 .box .link_list li p {
  margin: 0;
}
.playville-amaisekipark_1902 .shopinfo {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 32px 0 56px;
  border: 3px solid #e65c20;
  background-color: #fff;
}
.playville-amaisekipark_1902 .shopinfo p.ttl {
  background-color: #e65c20;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  font-size: 22px;
}
.playville-amaisekipark_1902 .shopinfo p.ttl br {
  display: none;
}
.playville-amaisekipark_1902 .shopinfo .f_s {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.playville-amaisekipark_1902 .shopinfo dl {
  padding: 0 20px;
  min-height: 1px;
  font-size: 17px;
  line-height: 35px;
  margin: 0 0 1em;
}
.playville-amaisekipark_1902 .shopinfo dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.playville-amaisekipark_1902 .shopinfo dl dt {
  background-color: #e65c20;
  padding: 0 0.5em;
  color: #fff;
  display: inline-block;
  float: left;
  width: 96px;
  height: 32px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
.playville-amaisekipark_1902 .shopinfo dl dd {
  line-height: 32px;
  font-size: 19px;
  margin: 0 0 16px;
  padding: 0 0 0 7em;
}
.playville-amaisekipark_1902 .shopinfo dl dd em {
  font-size: 15px;
}
.playville-amaisekipark_1902 .shopinfo dl + p {
  padding: 0 20px;
}
.playville-amaisekipark_1902 .link_list {
  overflow: hidden;
  width: 900px;
  margin: 48px auto 0;
}
.playville-amaisekipark_1902 .link_list li {
  width: 429px;
  margin: 0 auto;
}
.playville-amaisekipark_1902 .link_list li + li {
  float: right;
  border-left: 2px solid #f2f2f2;
  padding-left: 20px;
}
.playville-amaisekipark_1902 .link_list img {
  margin-bottom: 16px;
}
.playville-amaisekipark_1902 .link_list .txt_01 {
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
}
.playville-amaisekipark_1902 .link_list .txt_02 {
  padding-top: 1em;
  margin-bottom: 45px;
}
.playville-amaisekipark_1902 .link_list p.link {
  clear: both;
  text-align: center;
}
.playville-amaisekipark_1902 .link_list p.link 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-amaisekipark_1902 .link_list p.link 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) {
  .playville-amaisekipark_1902 .link_list p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .playville-amaisekipark_1902 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-amaisekipark_1902 .link_list p.link a:before {
    margin: -12px 0 0;
  }
  .playville-amaisekipark_1902 .link_list p.link a br {
    display: inline-block;
  }
}
.playville-amaisekipark_1902 .btn_new a {
  background-color: #245BA6;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  padding: 14px 0 11px 10px;
  width: 310px;
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.playville-amaisekipark_1902 .btn_new .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .playville-amaisekipark_1902 .btn_new a {
    font-size: 22px;
    width: auto;
    padding: 14px 0 14px 10px;
  }
  .playville-amaisekipark_1902 .btn_new .arrow {
    border-width: 6px 0 6px 10px;
    left: 10px;
    margin-top: -6px;
  }
}

/*＝sp＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
  .playville-amaisekipark_1902 .wrap .inner .contents {
    width: auto;
    border: none;
  }
  .playville-amaisekipark_1902 .InformationWrap {
    margin: 36px 0 66px 0;
  }
  .playville-amaisekipark_1902 .mainImg {
    margin-bottom: 40px;
  }
  .playville-amaisekipark_1902 #sec_wrap {
    background: none;
    margin: 0 0 90px;
    padding: 0;
  }
  .playville-amaisekipark_1902 .mainImg img,
  .playville-amaisekipark_1902 .pic {
    width: 100%;
  }
  .playville-amaisekipark_1902 .sec {
    margin-bottom: 40px;
  }
  .playville-amaisekipark_1902 .sec p {
    font-size: 18px;
    line-height: 1.6 !important;
    margin: 0 0 16px;
  }
  .playville-amaisekipark_1902 .sec ul {
    overflow: hidden;
  }
  .playville-amaisekipark_1902 .sec h2 {
    background-color: #e65c20;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .playville-amaisekipark_1902 .sec .img_area {
    display: flex;
    justify-content: space-between;
  }
  .playville-amaisekipark_1902 .sec .pic {
    margin-bottom: 16px;
  }
  .playville-amaisekipark_1902 .sec .img_list li {
    float: none;
    width: auto;
  }
  .playville-amaisekipark_1902 .sec .img_list li:nth-child(even) {
    margin-left: 0;
  }
  .playville-amaisekipark_1902 .sec .img_list li:not(:last-child) {
    margin-bottom: 32px;
  }
  .playville-amaisekipark_1902 .sec .img_list li img {
    margin-bottom: 8px;
    width: 100%;
  }
  .playville-amaisekipark_1902 .sec .f_s {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .playville-amaisekipark_1902 .sec .indent_01 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .playville-amaisekipark_1902 .sec_01 li {
    float: left;
    width: 32%;
  }
  .playville-amaisekipark_1902 .sec_01 li + li {
    margin-left: 2%;
  }
  .playville-amaisekipark_1902 .sec_01 li img {
    width: 100%;
  }
  .playville-amaisekipark_1902 .sec_02 img,
  .playville-amaisekipark_1902 .sec_03 img {
    width: 100%;
  }
  .playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(3), .playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(4) {
    margin-bottom: 32px;
  }
  .playville-amaisekipark_1902 .sec_03 .img_list li:nth-child(5) {
    clear: both;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .list {
    padding: 5%;
    width: 100%;
    height: auto;
    float: none;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .list + .list {
    margin: 33px 0 0 0;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .list:nth-child(2) {
    float: none;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .list:last-child {
    width: 100%;
    clear: both;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in dd {
    width: auto;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in dd.w_01 {
    width: 67%;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in dd.w_100 {
    width: 52%;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .icon {
    right: 9px;
    margin-left: 0;
    margin-top: -27px;
  }
  .playville-amaisekipark_1902 .sec_04 .sec_04_in .icon img {
    width: auto!important;
    height: 25px;
  }
  .playville-amaisekipark_1902 .sec_06 p {
    margin: 0;
  }
  .playville-amaisekipark_1902 .sec_06 .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .playville-amaisekipark_1902 .sec_06 .box img {
    float: none;
    width: 100%;
    margin-bottom: 3vw;
  }
  .playville-amaisekipark_1902 .sec_06 .box .txt_box {
    float: none;
    width: auto;
    margin: 0;
  }
  .playville-amaisekipark_1902 .sec_06 .box .txt_box h3 {
    font-size: 22px;
    margin-bottom: 2vw;
  }
  .playville-amaisekipark_1902 .sec_06 .box .txt_box p {
    font-size: 18px;
    line-height: 2 !important;
  }
  .playville-amaisekipark_1902 .sec_06 .box .f_s li {
    font-size: 15px !important;
    line-height: 1.8 !important;
    padding-left: 1em;
    text-indent: -1em;
  }
  .playville-amaisekipark_1902 .sec_06 .link_list {
    margin: 0 auto;
  }
  .playville-amaisekipark_1902 .sec_06 .link_list li {
    padding-bottom: 0 !important;
  }
  .playville-amaisekipark_1902 .shopinfo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 32px 0 56px;
    border: 3px solid #e65c20;
    background-color: #fff;
  }
  .playville-amaisekipark_1902 .shopinfo p.ttl {
    background-color: #e65c20;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    font-size: 6vw;
  }
  .playville-amaisekipark_1902 .shopinfo p.ttl br {
    display: none;
  }
  .playville-amaisekipark_1902 .shopinfo .f_s {
    display: block;
    font-size: 15px;
    margin-top: 10px;
  }
  .playville-amaisekipark_1902 .shopinfo dl {
    padding: 0 20px;
    min-height: 1px;
    font-size: 17px;
    line-height: 35px;
    margin: 0 0 1em;
  }
  .playville-amaisekipark_1902 .shopinfo dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .playville-amaisekipark_1902 .shopinfo dl dt {
    background-color: #e65c20;
    color: #fff;
    display: inline-block;
    float: none;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    width: 120px;
    font-weight: bold;
    padding: 7px 3px 3px;
    margin-bottom: 0.5em;
  }
  .playville-amaisekipark_1902 .shopinfo dl dd {
    line-height: 1.4;
    font-size: 16px;
    margin: 0 0 0.5em;
    padding: 0;
    word-break: break-all;
  }
  .playville-amaisekipark_1902 .shopinfo dl dd em {
    font-size: 15px;
  }
  .playville-amaisekipark_1902 .shopinfo dl + p {
    padding: 0 20px;
  }
  .playville-amaisekipark_1902 .link_list {
    overflow: hidden;
    width: auto;
    margin: 48px auto 0;
  }
  .playville-amaisekipark_1902 .link_list li {
    float: none;
    width: auto;
  }
  .playville-amaisekipark_1902 .link_list li + li {
    float: none;
    border-left: none;
    padding-left: 0px;
    padding-top: 24px;
    border-top: 2px solid #f2f2f2;
  }
  .playville-amaisekipark_1902 .link_list li:first-child {
    padding-bottom: 24px;
  }
  .playville-amaisekipark_1902 .link_list img {
    margin-bottom: 16px;
  }
  .playville-amaisekipark_1902 .link_list .txt_01 {
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .playville-amaisekipark_1902 .link_list .txt_02 {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .playville-amaisekipark_1902 .link_list p.link {
    clear: both;
    text-align: center;
  }
  .playville-amaisekipark_1902 .link_list p.link 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;
    font-size: 5.5vw;
    padding: 18px 30px 16px 50px;
  }
  .playville-amaisekipark_1902 .link_list p.link 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: 768px) and (max-width: 1280px) {
  .playville-amaisekipark_1902 .link_list p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .playville-amaisekipark_1902 .link_list p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .playville-amaisekipark_1902 .link_list p.link a:before {
    margin: -12px 0 0;
  }
  .playville-amaisekipark_1902 .link_list p.link a br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .playville-oosaka_1805 .btn_new {
    margin-bottom: 15px !important;
  }
}

/*----------------------------------------------------
プレイヴィル キャンペーン common
----------------------------------------------------*/

.playville-campaign_area.detail_bg {
  background: url(../images/common/contents_bg.gif);
  margin: 0 0 90px;
  padding: 50px;
}

.playville-campaign_area .lead_text {
  font-size: 19px;
  line-height: 2;
  margin: 0 0 2em;
}
.playville-campaign_area .detail__2col_item.col2_item_box {
  padding: 0 8px 0 0;
}

.playville-campaign_area .title_area_bg-pink {
  background-color: #f29c9f;
}
.playville-campaign_area .title_area_text {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.playville-campaign_area .content-block_area {
  border: 2px solid #f29c9f;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
}
.playville-campaign_area .content-block_title {
  display: block;
  border-radius: 4px 4px 0 0;
  text-align: center;
  margin: 0;
  padding: 14px 10px;
  background-color: #f29c9f;
}
.playville-campaign_area .title_area {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  padding: 14px 10px;
  border-radius: 8px;
}
.playville-campaign_area .title_area_bg-pink {
  background-color: #f29c9f;
}
.playville-campaign_area .title_area_text {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.playville-campaign_area .content-block_area {
  border: 2px solid #f29c9f;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 30px 0!important;
  padding: 0!important;
}
.playville-campaign_area .content-block_box {
  padding: 32px;
}
.playville-campaign_area .content-block_title {
  display: block;
  border-radius: 4px 4px 0 0;
  text-align: center;
  margin: 0;
  padding: 14px 10px;
  background-color: #f29c9f;
}
.playville-campaign_area .box {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.playville-campaign_area .box.box_border {
  border-bottom: 1px dashed #f29c9f;
}
.playville-campaign_area .title-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.playville-campaign_area .box_lead_text {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.playville-campaign_area .date_area {
  border: none;
  background-color: #e7f6f7;
  padding: 24px 24px 28px;
  margin-top: 20px;
}

.playville-campaign_area .date_box dt {
  background-color: #f29c9f;
  font-weight: bold;
  padding: 3px 0 1px;
  display: block;
  float: left;
  clear: left;
  width: 18%;
  font-size: 18px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  padding: 3px 0 1px;
}
.playville-campaign_area .date_box dd {
  margin: 0px 0 20px 20%;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
.playville-campaign_area .date_box dd:last-child {
  margin: 0 0 0 20%;
}
.playville-campaign_area .text_nest {
  padding-left: 1em;
  text-indent: -1em;
}
.playville-campaign_area .annotation_text {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .detail__2col {
    display: block;
  }
  .detail__2col_item {
    width: 100%;
  }
  .playville-campaign_area.detail_bg {
    margin: 0 0 30px;
    padding: 10px;
  }
  .playville-campaign_area img {
    width: 100%;
  }
  .playville-campaign_area .title-text {
    font-size: 18px;
  }
  .playville-campaign_area .title_area {
    margin: 0 0 15px;
    padding: 7px 5px;
  }
  .playville-campaign_area .detail__2col_item.col2_item_box {
    padding: 0 0 0 0;
    margin-bottom: 10px;
  }

  .playville-campaign_area .content-block_box {
    padding: 25px 10px;
  }
  .playville-campaign_area .content-block_title {
    padding: 7px 5px;
  }
  .playville-campaign_area .lead_text {
    margin: 0 0 1em;
  }

  .playville-campaign_area .title_area_text {
    font-size: 22px;
  }
  .playville-campaign_area .date_area {
    padding: 14px;
    margin-top: 15px;
  }
  .playville-campaign_area .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .playville-campaign_area .date_box dt {
    display: block;
    width: 25%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 3px 0 1px;
    margin: 4px 0 0 0;
    line-height: 1.2;
    float: left;
  }
  .playville-campaign_area .date_box dd {
    margin: 0 0 25px 10px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding-left: 25%;
  }
  .playville-campaign_area .date_box dd:last-child {
    margin: 0 0 0 10px;
  }
  .playville-campaign_area .date_box dd a {
    font-size: 14px;
  }
}/*@media screen and (max-width: 768px)*/

/*----------------------------------------------------
子どもの元気・ドキドキ ワクワク 応援WEEK!
----------------------------------------------------*/

.gw-fair_1904 .special-page_area .content-block_area.border-c_01 {
  border: 2px solid #e56316;
}
.gw-fair_1904 .special-page_area .border-c_01 .content-block_title {
  background-color: #e56316;
}
.gw-fair_1904 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #27a8cd;
}
.gw-fair_1904 .playground_link {
  margin-top: 40px;
}
.gw-fair_1904 .special-page_area .playground_link .link_list p.link a span {
  font-size: 1.8rem;
}
.gw-fair_1904 .special-page_area .playground_link .link_list p.link a {
  width: 100%;
  border-radius: 15px;
  font-size: 2.8rem;
  line-height: 1.3;
  padding: 10px 0;
}

.gw-fair_1904 .special-page_area .sec.online_area p.campaign-title {
  color: #EC672D;
  font-weight: bold;
  font-size: 32px;
}
.gw-fair_1904 .special-page_area .sec.online_area p.campaign-title span {
  font-size: 24px;
}
.gw-fair_1904 .special-page_area .sec.online_area .content-block_box {
  text-align: center;
}
.gw-fair_1904 .special-page_area .sec_05 ul {
  list-style-type: none;
  font-size: 19px;
  line-height: 1.4;
  margin: 10px 0 20px;
}
.gw-fair_1904 .special-page_area .sec_05 ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .8rem;
}


@media screen and (max-width: 768px) {
  .gw-fair_1904 .special-page_area .playground_link .link_list p.link a {
    font-size: 1.8rem;
  }
  .gw-fair_1904 .special-page_area .playground_link .link_list p.link a span {
    font-size: 1.2rem;
  }
  .gw-fair_1904 .special-page_area .sec.online_area p.campaign-title span {
    font-size: 20px;
  }
  .gw-fair_1904 .special-page_area .sec.online_area p.campaign-title {
    font-size: 24px;
  }
}

/*----------------------------------------------------
大型連休中のおでかけは、家族で公園へ！ 屋内外に広がるあそび場「プレイヴィル」
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .playville_gw-fair_1904 .page .titleArea + .wrap {
    padding: 0;
  }
  .playville_gw-fair_1904 .page .wrap .inner .contents {
    width: auto;
    border: none;
    padding: 0 0 30px;
  }
}

/*----------------------------------------------------
おかげさまで1周年！ プレイヴィル大阪城公園アニバーサリーウィーク
----------------------------------------------------*/
.playville-oosakajou_anniv_1905 .special-page_area .lead_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.playville-oosakajou_anniv_1905 .special-page_area .period_area {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin: 30px auto 50px;
}
.playville-oosakajou_anniv_1905 .playville-campaign_area .content-block_area {
  border: 2px solid #2a9e50;
}
.playville-oosakajou_anniv_1905 .playville-campaign_area .content-block_title {
  background-color: #2a9e50;
}
.playville-oosakajou_anniv_1905 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #2a9e50;
}
.playville-oosakajou_anniv_1905 .playville-campaign_area .date_area {
  background-color: #f2f6ee;
}
.playville-oosakajou_anniv_1905 .playville-campaign_area .date_box dt {
  background-color: #2a9e50;
}

@media screen and (max-width: 768px) {
  .playville-oosakajou_anniv_1905 .special-page_area .period_area {
    width: 100%;
  }
  .playville-oosakajou_anniv_1905 .special-page_area .lead_text {
    text-align: left;
  }
}
/*----------------------------------------------------
好きを見つける！ボーネルンド PLAYFUL SUMMER
----------------------------------------------------*/
.summer_special_1907 #anchor_shop,
.summer_special_1907 #anchor_asobi {
  margin-top:-160px;
  padding-top:160px;
}

.summer_special_1907 .js-name {
  text-decoration: underline;
}
.summer_special_1907 .fw-b {
  font-weight: bold;
}
.summer_special_1907 .fs-14 {
  font-size: 14px;
}
.summer_special_1907 .wrap .inner .contents {
    margin-bottom: 0;
    padding-bottom: 0;
}
.special-page_area .sec p.lead_text,
.special-page_area .sec p.box_lead_text {
  line-height: 1.8;
}
.summer_special_1907 video {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
.summer_special_1907 .day-limit {
  margin: 15px 0 20px;
  text-align: center;
  font-size: 28px;
  color: #005BAC;
  font-weight: bold;
}
.summer_special_1907 .anchor_area {
  display: flex;
  justify-content: center;
}
.summer_special_1907 .anchor_area a {
  margin: 35px 13px 0;
}

.summer_special_1907 h2.title_area_text,
.summer_special_1907 h3.title_area_text {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.summer_special_1907 h2.title_area_text {
  margin-bottom: 40px;
}
.summer_special_1907 .sec_02 h3.title_area_text {
  padding: 35px 0 25px;
}
.summer_special_1907 .wrap .inner .contents section {
  margin: 0;
  padding: 0;
}
.summer_special_1907 .special-page_area .sec_02 .detail__2col_item.col2_item_box {
  padding: 0 40px 0 0;
}
.summer_special_1907 .special-page_area .sec_02 .detail__2col_item.col2_item_box:nth-child(2n) {
  padding: 0 0 0 40px;
}
.summer_special_1907 .wrap .inner .contents section.sec_01,
.summer_special_1907 .wrap .inner .contents section.sec_02 {
  padding: 0 25px 60px;
}
.summer_special_1907 .sec_02 .detail__2col {
  margin-bottom: 65px;
}
.summer_special_1907 .sec_02 .detail__2col:last-child {
  margin-bottom: 0;
}

.summer_special_1907 .sec_03 {
  background-color: #dcf8fe;
}
.summer_special_1907 .sec_04 {
  background-color: #fffdd8;
}

.summer_special_1907 .wrap .inner .contents section.sec_03,
.summer_special_1907 .wrap .inner .contents section.sec_04,
.summer_special_1907 .wrap .inner .contents section.sec_05 {
  padding: 50px 0;
}


.summer_special_1907 .event-name_area {
  padding: 30px 0 20px;
}
.summer_special_1907 .sec_03 .detail__2col,
.summer_special_1907 .sec_04 .detail__2col {
   justify-content: space-around;
}
.summer_special_1907 .sec_03 .detail__2col.d-inblock_area {
  display: inline-block;
  padding: 0 25px;
}
.summer_special_1907 .sec .event_days {
  border-radius: 15px;
  background-color: #005bac;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 8px 20px 5px 20px;
}
.summer_special_1907 .sec .event_name {
  color: #005bac;
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px;
}
.summer_special_1907 .special-page_area .sec_03 .detail__2col_item.col2_item_box,
.summer_special_1907 .special-page_area .sec_04 .detail__2col_item.col2_item_box {
  padding: 0;
  margin: 0 15px 0 0;
}
.summer_special_1907 .special-page_area .sec_03 .detail__2col_item.col2_item_box:nth-child(2n),
.summer_special_1907 .special-page_area .sec_04 .detail__2col_item.col2_item_box:nth-child(2n) {
  padding: 0;
  margin: 0 0 0 15px;
}

.summer_special_1907 .sec_03 h3.title_area_text,
.summer_special_1907 .sec_04 h3.title_area_text {
  font-size: 22px;
  padding: 20px 0 10px;
  line-height: 1.4;
}
.summer_special_1907 .sec_03 .bg-white_area,
.summer_special_1907 .sec_04 .bg-white_area {
  background-color: #FFF;
}
.summer_special_1907 .sec_03 .box_lead_text,
.summer_special_1907 .sec_04 .box_lead_text {
  padding: 0 25px;
  margin: 0;
}
.summer_special_1907 .date-details {
  border-radius: 15px;
  background-color: #005bac;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  padding: 8px 15px 5px;
}
.summer_special_1907 .sec_03 .title-color,
.summer_special_1907 .sec_04 .title-color {
  color: #005BAC;
}
.summer_special_1907 .title_area_mt {
  margin-top: 50px;
}
.summer_special_1907 .sec_03 .title_area_text span,
.summer_special_1907 .sec_04 .title_area_text span {
  font-size: 16px;
}
.summer_special_1907 .link_list_mt {
  margin-top: 35px;
}
.summer_special_1907 .title_area_mt30 {
  margin-top: 30px;
}

.summer_special_1907 .special-page_area .sec .box {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.summer_special_1907 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #919191;
}
.summer_special_1907 .sec_03 .detail__2col.justify-content-c {
  -webkit-justify-content: center;
          justify-content: center;
}
.summer_special_1907 .garden-text_box {
  padding: 0 40px;
  text-align: left;
}
.special-page_area .sec p.fc-blue {
  color: #005BAC;
  font-weight: bold;
  font-size: 16px;
}

.summer_special_1907 section.sec_05 h3.title_area_text {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
}
.summer_special_1907 section.sec_05 .garden-text_box {
    padding: 0 0 0 40px;
}
.summer_special_1907 .special-lecturer_area {
  border-radius: 20px;
  background-color: #fceef4;
  margin-top: 30px;
  padding: 25px 25px 20px;
}
.summer_special_1907 .special-lecturer_area h3 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 25px;
  color: #e9548f;
  font-weight: bold;
}
.summer_special_1907 .special-lecturer_area .detail__2col_item {
  width: 50%;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #fff;
  padding: 20px;
}
.summer_special_1907 .special-lecturer_area .detail__2col_item:last-child {
  margin-right: 0;
  margin-left: 5px;
}
.summer_special_1907 .special-lecturer_name {
  font-weight: bold;
}
.summer_special_1907 .special-page_area .line_area .box_lead_text {
  padding-top: 7px;
}
.summer_special_1907 .special-page_area .line_area .link_list {
  margin: 25px 0 0;
}
.special-page_area .line_area .box_lead_text {
  padding-top: 25px;
}
.special-page_area .line_area .link_list {
  margin: 25px 0 0;
}
.special-page_area .notice_area {
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  background-color: #009fe8;
  margin-right: 10px;
}
.summer_special_1907 .coi-1_area {
  text-align: center;
  padding-bottom: 20px;
}
.summer_special_1907 .coi-1_area .coi-1 {
  display: inline-block;
  margin: 0 0 10px!important;
}
.summer_special_1907.date-details-long {
  margin: 0 20px;
}
.summer_special_1907 #anchor_asobi,
.summer_special_1907 #anchor_shop {
  margin-top:-80px;
  padding-top:80px;
}
.summer_special_1907 #anchor_line {
   position: relative;
   top: -155px;
   display: block;
}
@media screen and (max-width: 768px) {
  .page .wrap .inner .contents {
    width: auto;
    border: none;
    padding: 0 0 30px;
  }
  .summer_special_1907 img {
    width: 100%;
  }
  .summer_special_1907 .day-limit {
    font-size: 20px;
    margin: 10px 0 20px;
  }
  .special-page_area #sec_wrap,
  .special-page_area .sec_wrap {
    padding: 0 19px;
  }
  .summer_special_1907 .wrap .inner .contents section.sec_01,
  .summer_special_1907 .wrap .inner .contents section.sec_02 {
    padding: 0 0 30px;
  }
  .summer_special_1907 .special-page_area .sec_02 .detail__2col_item.col2_item_box,
  .summer_special_1907 .special-page_area .sec_02 .detail__2col_item.col2_item_box:nth-child(2n),
  .summer_special_1907 .special-page_area .sec_04 .detail__2col_item.col2_item_box,
  .summer_special_1907 .special-page_area .sec_04 .detail__2col_item.col2_item_box:nth-child(2n) {
    padding: 0 0 20px 0;
    margin: 0 0 30px;
  }
  .summer_special_1907 .special-page_area .sec_03 .detail__2col_item.col2_item_box,
  .summer_special_1907 .special-page_area .sec_03 .detail__2col_item.col2_item_box:nth-child(2n) {
    padding: 0 0 40px 0;
    margin: 0 0 30px;
  }
  .summer_special_1907 .sec_02 .detail__2col {
    margin-bottom: 0;
  }
  .summer_special_1907 .sec_03 .detail__2col,
  .summer_special_1907 .sec_04 .detail__2col {
    display: block;
  }
  .summer_special_1907 .sec_03 .detail__2col.d-inblock_area {
    padding: 0;
  }
  .summer_special_1907 .anchor_area {
    display: block;
    
  }
  .summer_special_1907 .anchor_area a {
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
  }

  .summer_special_1907 h2.title_area_text {
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .summer_special_1907 .sec_02 h3.title_area_text {
    font-size: 25px;
    padding: 15px 0 10px;
  }
  .summer_special_1907 .event-name_area {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }
  .summer_special_1907 .sec .event_days {
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .summer_special_1907 .date-details,
  .summer_special_1907 .date-details  {
    display: inline-block;
    margin: 20px 20px 0;
  }
  .summer_special_1907 .link_list.link_list_mt {
    width: 90%;
    margin: 35px auto 0;
  }
  .summer_special_1907 .garden-text_box {
    padding: 0 20px 30px;
    text-align: left;
  }
  .summer_special_1907 .sec .event_name {
    margin-left: 0;
  }
  .summer_special_1907 section.sec_05 h3.title_area_text {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 15px;
  }
  .summer_special_1907 section.sec_05 .garden-text_box {
    padding: 0;
  }
  .summer_special_1907 .special-lecturer_area .detail__2col_item {
    width: 100%;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px;
  }
  .summer_special_1907 .special-page_area .line_area .box_lead_text {
    padding: 25px;
  }
  .summer_special_1907 .coi-1_area {
    text-align: left;
    margin: 20px 20px 0;
    padding: 0;
  }
  .summer_special_1907 #anchor_line {
     position: static;
     top: 0;
     display: block;
  }
}


/*----------------------------------------------------
公園のあそび場・プレイヴィルでとことん遊ぶ夏休み
----------------------------------------------------*/

.playville_summer_special_1907 .special-page_area .mainImg {
  margin-bottom: 20px;
}

.playville_summer_special_1907 .playville-campaign_area .content-block_title {
  background-color: #32adc6;
}
.playville_summer_special_1907 .playville-campaign_area .content-block_area {
  border: 2px solid #32adc6;
}
.playville_summer_special_1907 .playville-campaign_area .date_area {
  background-color: #E9F6F8;
  border-radius: 10px;
}
.playville_summer_special_1907 .playville-campaign_area .date_box dt {
  background-color: #32adc6;
  padding: 3px 5px 1px;
}

.playville_summer_special_1907 .playville-campaign_area .date_box a {
  color: #005BAC;
}
.playville_summer_special_1907 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #32adc6;
}

.playville_summer_special_1907 .link-margin {
  margin-bottom: 0!important;
}
@media screen and (max-width: 768px) {
  .playville_summer_special_1907 .special-page_area .sec p.title_area_text {
    font-size: 22px;
  }
  .playville_summer_special_1907 .special-page_area .detail__2col_item.col2_item_box {
    margin-bottom: 20px;
  }
  .playville_summer_special_1907 .shop-info_3col_area .shop-info_3col_item {
    width: 100%;
  }
  .playville_summer_special_1907 .playville-campaign_area .date_area {
    padding: 12px 14px 14px;
    margin-top: 15px;
  }
  .playville_summer_special_1907 .playville-campaign_area .date_box dt {
    font-size: 12px;
  }
  .playville_summer_special_1907 .playville-campaign_area .date_box dd {
    margin: 0 0 5px 10px;
    font-size: 12px;
  }
}

/*----------------------------------------------------
トット・ガーデンで過ごす夏の1日
----------------------------------------------------*/

.tot-garden_summer_special_1907 .special-page_area .mainImg {
  margin-bottom: 20px;
}

.tot-garden_summer_special_1907 .playville-campaign_area .content-block_title {
  background-color: #2a9e7f;
}
.tot-garden_summer_special_1907 .playville-campaign_area .content-block_area {
  border: 2px solid #2a9e7f;
}
.tot-garden_summer_special_1907 .playville-campaign_area .date_box dt {
  background-color: #2a9e7f;
  padding: 3px 5px 1px;
}

.tot-garden_summer_special_1907 .playville-campaign_area .date_box a {
  color: #005BAC;
}
.tot-garden_summer_special_1907 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #2a9e7f;
}
.tot-garden_summer_special_1907 .link-margin {
  margin-bottom: 0!important;
}

.tot-garden_summer_special_1907 .section4 h4 {
  font-weight: bold;
  border: 1px solid #e0e0e0;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  padding: 13px;
  margin: 0 auto 40px;
  width: 280px;
  text-align:center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.tot-garden_summer_special_1907 .section4 .to_shop {
  width: 660px;
  margin: 0 auto;
  min-height: 1px;
}
.tot-garden_summer_special_1907 .section4 .to_shop:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area {
  float: left;
  clear: both;
  font-size: 20px;
  font-size: 2rem;
  width: 135px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area.kanto {
  background-color: #fdede4;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area.kansai {
  background-color: #d5ead8;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area.chugoku {
  background-color: #e7d5e8;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area.kyushu {
  background-color: #d4ecea;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area + ul {
  float: left;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area + ul li {
  line-height: 40px;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area + ul li i {
  color: #005bac;
}
.tot-garden_summer_special_1907 .section4 .to_shop p.area + ul li a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tot-garden_summer_special_1907 .special-page_area .sec p.title_area_text {
    font-size: 22px;
  }
  .tot-garden_summer_special_1907 .special-page_area .detail__2col_item.col2_item_box {
    margin-bottom: 20px;
  }
  .tot-garden_summer_special_1907 .shop-info_3col_area .shop-info_3col_item {
    width: 100%;
  }
  .tot-garden_summer_special_1907 .playville-campaign_area .date_area {
    padding: 12px 14px 14px;
    margin-top: 15px;
  }
  .tot-garden_summer_special_1907 .playville-campaign_area .date_box dt {
    font-size: 12px;
  }
  .tot-garden_summer_special_1907 .playville-campaign_area .date_box dd {
    margin: 0 0 5px 10px;
    font-size: 12px;
  }

  .tot-garden_summer_special_1907 .wrap .inner .contents section.section4{
    padding: 40px 20px 0px;
  }
  .tot-garden_summer_special_1907 .section4 .to_shop {
    width: 100%;
    margin-bottom: 30px;
  }
  .tot-garden_summer_special_1907 .section4 .to_shop p.area {
    float: none;
    margin: 0 auto 1em;
  }
  .tot-garden_summer_special_1907 .section4 .to_shop p.area + ul {
    padding: 0;
  }
  .tot-garden_summer_special_1907 .section4 .to_shop p.area + ul li {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0.5em;
    text-indent: -1em;
    margin: 0 0 0.5em 1em;
  }
}
/*----------------------------------------------------
専門家や専門企業と贈る、あそびと学びの時間 ボーネルンドスペシャルアクティビティ
----------------------------------------------------*/
.special-page_area .lead_padding {
  padding: 20px 0;
}
.special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #0068b7;
}
.speciality-event .special-page_area .sec p.sec_01_text {
  margin-right: 25px;
  font-size: 16px;
  line-height: 1.8;
}

.speciality-event .special-page_area .sec p.box_lead_text {
  font-size: 18px;
}
.speciality-event .sec_01 {
  align-items: center;
  margin-bottom: 60px;
}
.speciality-event .sec_01 .content-block_area {
  margin-top: 60px;
}
.collab-mark_area {
  position: relative;
}
.collab-mark_text {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f0f8fa;
  font-weight: bold;
  color: #0068b7;
  padding: 3px 10px;
}
.speciality-event .sec_02 ul li {
  margin-top: 23px;
  font-size: 18px;
}

.speciality-event .special-page_area .content-block_title {
  background-color: #0068b7;
}
.speciality-event .special-page_area .content-block_area {
  border: 2px solid #0068b7;
}
.speciality-event .padding-15 {
  padding: 15px;
}
.speciality-event .date_area {
  background: #f0f8fa;
  border-radius: 10px;
}
.speciality-event .date_box dt {
  background-color: #0068b7;
  }
.speciality-event .annotation_area {
  margin-top: 20px;
}
.speciality-event .annotation_area .annotation_text {
  margin-bottom: 15px!important;
}
.speciality-event .campaign_area {
  text-align: center;
  margin-bottom: -24px;
  z-index: 10;
  position: relative;
}
.page.speciality-event .campaign_area .balloon_box {
  display: inline-block;
  margin-bottom: 17px;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  background: #ebca12;
  position: relative;
}
.page.speciality-event .balloon_box .balloon_text {
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
}
.page.speciality-event .balloon_box:after {
  border-top-color: #ebca12;
  border-width: 8px;
  margin-left: -8px;
}
.page.speciality-event .annotation_area .annotation_text:last-child {
  margin-bottom: 0!important;
}
.page.speciality-event .sec_03 .title_text {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.speciality-event .sec_01 img {
  width: 280px;
}
.speciality-event #anchor_collab {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .speciality-event .sec_01 img {
    width: 100%;
  }
  .speciality-event .special-page_area .sec p.sec_01_text {
    margin-right: 0;
  }

  .speciality-event .sec_01 {
    margin-bottom: 40px;
  }
  .speciality-event .special-page_area .sec p.collab-mark_text {
    position: static;
    display: inline-block;
    margin: 10px 0 3px;
  }
  .speciality-event .sec_02 ul li {
    margin-top: 10px;
  }
  .speciality-event .padding-15 {
    padding: 0;
  }
  .page.speciality-event .sec_03 .title_text {
    text-align: left;
  }
  .speciality-event .special-page_area .link_list .txt_01 {
    text-align: left;
  }
  .speciality-event #anchor_collab {
    margin-top: -30px;
    padding-top: 30px;
  }
}/* @media screen and (max-width: 768px) */

/*----------------------------------------------------
9月20日（金）グランドオープン！ ボーネルンド 大丸心斎橋店
----------------------------------------------------*/

.shop-d_shinsaibashi_1909 .bg-box {
  margin-top: 20px;
 }
.shop-d_shinsaibashi_1909 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #e5e5e5;
}
.shop-d_shinsaibashi_1909 .special-page_area .shopinfo .link_list {
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .shop-d_shinsaibashi_1909 .special-page_area .shopinfo .link_list {
    margin: 40px 15px 20px;
  }

}
/*----------------------------------------------------
LINE 
----------------------------------------------------*/

.line-info .wrap .inner .contents section {
  margin: 0;
  padding: 0;
}
.line-info .wrap .inner .contents {
  border: none;
}
.line-info .j-c-space-between {
  justify-content: space-between;
}
.line-info .line-title {
  margin: 50px 0 30px;
  font-weight: bold;
  font-size: 24px;
  color: #005ab2;
  text-align: center;
}
.line-info .benefit_box {
  width: 480px;
  width : -webkit-calc(100% / 2 - 10px) ;
  width : calc(100% / 2 - 10px) ;
  background-color: #FBFBDF;
  text-align: center;
  padding-bottom: 30px;
}
.line-info .benefit_box:nth-child(2n) {
  margin-right: 0;
}
.line-info .benefit_box.benefit_1col {
  width: 100%;
}
.line-info .benefit_title {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  padding: 9px 0 5px;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  background-color: #ef858c;
}
.line-info .benefit_text {
  font-size: 20px;
  font-weight: bold;
}
.line-info .benefit_img {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
}
.line-info .notes_area {
  margin-top: 14px;
}
.line-info .annotation_text {
  font-size: 16px;
  line-height: 2;
}
.line-info .benefit_inner {
  margin-bottom: 50px;
}
.line-info .benefit_bg_area {
  padding: 25px 20px 0 40px;
 }
.line-info .benefit_bg_area ul li {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
.line-info .benefit_bg_area ul {
  padding-left: 10px;
  line-height: 1.5;
}
.line-info .float-l {
  float: left;
}
.line-info .process_area .col2_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-info .process_box {
  width: 440px;
  height: 380px;
  background-color: #fbfbdf;
}
.line-info .process_area .link-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 30px 20px;
}
.line-info .process_area .account_mame {
  margin-top: 10px;
}
.line-info .process_area .process_text {
  padding: 0 50px;
  font-size: 16px;
  line-height: 1.6;
}
.line-info .coupon_area .process_image {
  text-align: center;
}
.line-info .process_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0;
}
.line-info .line-link_area {
  text-align: center;
  margin: 40px 0 0;
}
.line-info .line-link_area li {
  display: inline-block;
  margin: 20px;
}
.line-info .sp-text-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .line-info .sp-text-none {
    display: none;
  }
  .page.line-info .wrap .inner .contents {
    padding: 0 10px 40px;
  }
  .line-info .line-title {
    margin: 20px 0 15px;
  }
  .line-info .benefit_box {
    width: -webkit-calc(100%);
    width: calc(100%);
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 15px;
  }
  .line-info .benefit_img {
    height: 120px;
  }
  .line-info .benefit_img.benefit_height-img {
    height: 150px;
    padding: 0 25px;
  }
  .line-info .benefit_title {
    display: block;
    height:auto;
    font-size: 16px;
  }
  .line-info .benefit_title .sp-size {
    font-size: 24px;
  }

  .line-info .process_area .col2_area {
    display: block;
  }
  .line-info .process_box {
    width: 100%;
    height: auto;
    background-color: #fbfbdf;
  }
  .line-info .process_area .link-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 15px 10px;
  }
  .line-info .float-l {
    float: none;
  }
  .line-info .benefit_bg_area ul {
    margin-top: 20px;
    padding-left: 0;
  }
  .line-info .benefit_bg_area ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .line-info .benefit_bg_area {
    padding: 15px 20px;
  }
  .line-info .process_box {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
  }
  .line-info .link-area {
    display: block;
    padding: 20px 10px 10px;
    text-align: center;
  }
  .line-info .btn_box {
    margin-top: 10px;
  }
  .line-info .process_text {
    padding: 0 10px;
  }
  .line-info .img02 {
    text-align: center;
    transform:rotate(90deg);
    margin: 15px 0;
  }
  .line-info .line-link_area {
    margin: 40px 0 40px 10px;
  }
  .line-info .line-link_area li {
    display: inline-block;
    margin: 20px;
  }

}

/*----------------------------------------------------
ボーネルンド プレイヴィル スペシャルウィーク「Nature＆Art 公園で見つける秋」2019
----------------------------------------------------*/
.playville_sp-week_1909 .day-separation_area {
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #ec6700;
}
.playville_sp-week_1909 .border-radius {
  border-radius: 8px;
}
.playville_sp-week_1909 .special-page_area .title_area_bg-orange {
    background-color: #EC6700;
}
.playville_sp-week_1909 .t-center {
  text-align: center;
}
.playville_sp-week_1909 .wrap .inner .contents {
  border: none;
}
.playville_sp-week_1909 .special-page_area .sec.sec_01 p {
  line-height: 1.6;
}
.playville_sp-week_1909 .wrap .inner .contents section.sec_02 {
    margin: 0 0 40px;
    padding: 40px 0 0;
}
.playville_sp-week_1909 .wrap .inner .contents section.sec_03 {
    padding: 0;
    margin: 0;
}
.playville_sp-week_1909 .wrap .inner .contents section.sec_04 {
    margin: 0;
    padding: 60px 0 0;
}
.playville_sp-week_1909 section.sec_04 .date_area .date_title span {
  font-weight: normal;
  font-size: 14px;
}
.playville_sp-week_1909 .wrap .inner .contents section.sec_05 {
    margin: 0;
}
.playville_sp-week_1909 .anchor_area {
  background-color: #f7ab00;
  margin: 0 auto;
  padding: 10px 14px;
}
.playville_sp-week_1909 .anchor_area .detail__2col {
  justify-content: space-between;
}
.playville_sp-week_1909 .anchor_area .anchor_btn {
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    border-radius: 4px;
    color: #ec6700;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #FFF;
    padding: 15px 0;
    text-decoration: none;
}
.playville_sp-week_1909 .anchor_area .anchor_btn::before {
    content: '▼';
    color: #ec6700;
}
.playville_sp-week_1909 .bg-box {
  margin-top: 20px;
  background-color: #fdede0;
 }
.playville_sp-week_1909 .special-page_area .sec .box.box_border {
    border-bottom: 1px dashed #ec6700;
}
.playville_sp-week_1909 .playville-campaign_area .date_area {
  border-radius: 10px;
  background-color: #fdede0;
}
.playville_sp-week_1909 .playville-campaign_area .date_box dt {
  width: 25%;
  background-color: #ec6700;
  }
.playville_sp-week_1909 .playville-campaign_area .date_box dd {
  margin: 0px 0 20px 28%;
  }
.playville_sp-week_1909 .playville-campaign_area .date_box dd:last-child {
    margin: 0 0 0 28%;
}
.playville_sp-week_1909 .date_area .date_title {
  font-weight: bold;
}
.playville_sp-week_1909 .date_area .date_title span {
  font-weight: normal;
}
.playville_sp-week_1909 .date_area .date_border {
  padding: 0px 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px dashed #ec6700;
}
.playville_sp-week_1909 .sec_04 .date_area .annotation_text {
  margin-top: 20px!important;
}
.playville_sp-week_1909 .sec_05 .box_lead_text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.playville_sp-week_1909 .sec_05 .box_lead_bg {
    background-color: #E4E5EA;
    padding: 2px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}
.playville_sp-week_1909 .mr15 {
  margin-right: 15px!important;
}
.playville_sp-week_1909 .title-text_fwb {
  font-weight: bold;
  font-size: 23px;
  vertical-align: middle;
}
.playville_sp-week_1909 .sec_05 .shop-box {
  margin-bottom: 20px;
}
.playville_sp-week_1909 .shop-address {
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.playville_sp-week_1909 #nature,
.playville_sp-week_1909 #baby-plan,
.playville_sp-week_1909 #playville-oosakajoupark,
.playville_sp-week_1909 #sand {
    margin-top: 0;
    padding-top: 0;
    height: 1px;
    display: block;
}
.playville_sp-week_1909 #oosakajoupark {
    margin-top:-135px;
  padding-top:135px;
}
.playville_sp-week_1909 .special-page_area .sec.sec_03 p.day-separation_area {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
}
.special-page_area .sec.sec_05 p.day-separation_area {
    font-size: 16px;
    margin: 0 0 16px;
}
.playville_sp-week_1909 .close_area {
  position: relative;
}
.playville_sp-week_1909 .close_ico {
  position: absolute;
  top: 20px;
}
.playville_sp-week_1909 .bg-opacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .5;
}
.playville_sp-week_1909 .shop-box_bg {
  position: relative;
}
.playville_sp-week_1909 .shop-box_bg .close_area {
  left: 50%;
  position: absolute;
  top: 100px;
}
.playville_sp-week_1909 .shop-box_bg .close_ico {
  position: static;
  transform: translate(-50%,-50%);
}
.playville_sp-week_1909 .profile_area {
  display: flex;
}
.playville_sp-week_1909 .profile_img {
  width: 200px;
  max-width: 100%;
  margin-left: 15px;
}
.playville_sp-week_1909 .instructor_text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .special-page_area #sec_wrap,
  .special-page_area .sec_wrap {
    padding: 0 15px;
  }
  .playville_sp-week_1909 .special-page_area .title_area {
    font-size: 18px;
    padding: 10px 5px 9px;
    margin-bottom: 10px;
  }
  .playville_sp-week_1909 .sec_01 .col2_item_box {
    margin-bottom: 15px;
  }
  .playville_sp-week_1909 .wrap .inner .contents section.sec_02 {
    margin: 0 0 30px;
    padding: 20px 0 0;
  }
  .playville_sp-week_1909 .anchor_area {
    background-color: #f7ab00;
    margin: 0 auto;
    padding: 10px 14px 1px 14px;
  }
  .playville_sp-week_1909 .anchor_area .anchor_btn {
    width:100%;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px 0;
  }
  .playville_sp-week_1909 .special-page_area .content-block_box {
      padding: 0;
  }
  .playville_sp-week_1909 .special-page_area .sec p.box_lead_text {
      margin: 0;
  }
  .playville_sp-week_1909 .special-page_area .bg-box {
      padding: 10px;
  }
  .playville_sp-week_1909 .special-page_area .sec p.title-text {
      font-size: 18px;
  }
  .playville_sp-week_1909 .special-page_area .sec p.day-separation_area {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
  }

  .playville_sp-week_1909 .playville-campaign_area .date_box dd {
      margin: 0px 0 10px 3%;
  }
  .playville_sp-week_1909 .playville-campaign_area .date_box dd:last-child {
      margin: 0 0 0 3%;
  }
  .playville_sp-week_1909 .fs18 {
    font-size: 18px!important;
  }

  .playville_sp-week_1909 .sec_04 .date_title p {
    margin-bottom: 0;
  }
  .playville_sp-week_1909 .sec_04.playville-campaign_area .date_area .date_title span {
    font-size: 14px;
  }
  .playville_sp-week_1909 .sec_04.playville-campaign_area .date_area .detail__2col_item.col2_item_box {
    margin-bottom: 30px!important;
  }
  .playville_sp-week_1909 .sec_05 .box_lead_bg {
      margin-bottom: 25px!important;
  }
  .playville_sp-week_1909 .title-text_fwb {
    font-size: 18px;
    display: block;
    margin: 10px 0;
  }
  .playville_sp-week_1909 .mb20 {
    margin-bottom: 20px;
  }
  .playville_sp-week_1909 .sec_05.playville-campaign_area .date_area {
    margin-top: 5px;
  }
  .playville_sp-week_1909 .sp-fs14  {
    font-size: 14px;
  }
  .playville_sp-week_1909 .shop-info_3col_area .shop-info_3col_item {
      width: 100%;
      padding: 10px 0 0;
  }
  .playville_sp-week_1909 .shop-info_3col_area {
    display: block;
    margin-top: 40px;
  }
  .playville_sp-week_1909 .special-page_area {
    padding: 0 15px;
  }
    .playville_sp-week_1909 #oosakajoupark {
      margin-top:0;
    padding-top:0;
  }
  .playville_sp-week_1909 .profile_area {
    display: block;
  }
  .playville_sp-week_1909 .profile_img {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .playville_sp-week_1909 .special-page_area .mainImg {
    margin-bottom: 20px;
  }
  .playville_sp-week_1909 #nature-sp {
    margin-top: -200px;
    padding-top: 200px;
  }
  .playville_sp-week_1909 #baby-plan-sp {
    margin-top: -160px;
    padding-top: 160px;
  }
  .playville_sp-week_1909 #sand {
    margin-top: -160px;
    padding-top: 160px;
  }
  .playville_sp-week_1909 .special-page_area .bg-box {
    font-size: 14px;
  }
  .playville_sp-week_1909 .special-page_area .sec .bg-box p.box_lead_text {
    font-size: 14px;
  }
  .playville_sp-week_1909 .sec.sec_04 .sp-left {
    text-align: left!important;
  }
  .mt30 {
    margin-top: 15px!important;
  }
  .special-page_area .sec.sec_05 p.day-separation_area {
    font-size: 14px;
    margin: 0;
  }
  .playville_sp-week_1909 .playville-campaign_area .detail__2col_item.col2_item_box {
      padding: 0 0 0 0;
      margin-bottom: 0;
  }
  .playville_sp-week_1909 .sp-mt20 {
    margin-top: 20px!important;
  }
  .playville_sp-week_1909 .sp-mb20 {
    margin-bottom: 20px!important;
  }
  .playville_sp-week_1909 .sp-mb0 {
    margin-bottom: 0!important;
  }
  .playville_sp-week_1909 a.sp-fs14 {
    font-size: 14px!important;
  }
  .playville_sp-week_1909 .sp-mtsec_04 {
      padding-top: 30px!important;
      padding-bottom: 10px!important;
  }

  .playville_sp-week_1909 .sec_05 .box_lead_bg {
      margin-bottom: 10px!important;
  }
  .playville_sp-week_1909 .shop-box_bg .close_area {
    top: 80px;
  }

}
/*----------------------------------------------------
ボーネルンド本店11/16（土）グランドオープン！
----------------------------------------------------*/
.shop-honten_1911 .special-page_area .title_area_bg-green {
  background-color: #75ccb9;
}
.shop-honten_1911 .special-page_area .sec .box.box_border {
  border-bottom: 1px dashed #75ccb9;
}
.shop-honten_1911 .pop-up_area .display-flex {
  flex-wrap: wrap;
  justify-content: center;
}

.shop-honten_1911 .sec_03 .read_text {
  margin: 16px 0 0;
}


.shop-honten_1911 .special-page_area .mainImg {
    margin-bottom: 30px;
}
.shop-honten_1911 .flex_area {
    display: flex;
    justify-content: space-between;
}
.shop-honten_1911 .join_box {
    width: 30%;
    border-radius: 20px;
    box-shadow: 1px 1px 2px 1px #dedede;
}
.shop-honten_1911 .join_title {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  color: #4F1302;
  font-weight: bold;
  padding: 20px 20px 0 20px;
}
.shop-honten_1911 .join_text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  padding: 0 20px 25px 20px;
}

.shop-honten_1911 .join-01 {
  background-color: #FCFAE8;
}
.shop-honten_1911 .join-02 {
  background-color: #DBEFE3;
}
.shop-honten_1911 .join-03 {
  background-color: #FBE6E1;
}
.shop-honten_1911 .special-page_area .shopinfo p.ttl {
  border-radius: 7px 7px 0 0;
}
/*.shop-honten_1911 .join-02 {
  background-color: #DBEFE3;
  background-image: url("../images/page/shop-honten_1911/bg-2.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.shop-honten_1911 .join-03 {
  background-color: #FBE6E1;
  background-image: url("../images/page/shop-honten_1911/bg-1.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}*/
.shop-honten_1911 .shopinfo {
  background-image: url("../images/page/shop-honten_1911/bg-2.png");
  background-repeat: no-repeat;
  background-position: -5% 60px;
  background-size: auto 115%;
}
.shop-honten_1911 .bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.2);
  padding-bottom: 1px;
}
.shop-honten_1911 .renewal-box_area {
  justify-content: space-between;
}
.shop-honten_1911 .renewal-box_area .renewal-box01,
.shop-honten_1911 .renewal-box_area .renewal-box02,
.shop-honten_1911 .renewal-box_area .renewal-box03 {
  width: 280px;
  max-width: 100%;
}
.shop-honten_1911 .renewal-box_area .renewal-box01 .text_area,
.shop-honten_1911 .renewal-box_area .renewal-box03 .text_area {
  background-color: #ffbdbc;
} 
.shop-honten_1911 .renewal-box_area .renewal-box02 .text_area {
  background-color: #e7be7f;
}

.shop-honten_1911 .renewal-box_area .text_area {
  height: 380px;
  color: #FFF;
  padding: 25px;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 16px;
}
.shop-honten_1911 .renewal-box_area .text_area .renewal-title {
  padding-bottom: 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {

  .shop-honten_1911 .shopinfo .link_list {
    padding: 0 10px;
  }
    .shop-honten_1911 .special-page_area .mainImg {
    margin-bottom: 20px;
  }
  .shop-honten_1911 .flex_area {
      display: block;
  }
  .shop-honten_1911 .join_box {
      width: 100%;
  }
  .shop-honten_1911 .join-01,
  .shop-honten_1911 .join-02 {
    margin-bottom: 20px;
  }

  .shop-honten_1911 .special-page_area .content-inner_area {
      margin-bottom: 20px;
  }
  .shop-honten_1911 .join-03 {
    background-position: left 102px;
  }

  .shop-honten_1911 .renewal-box_area .renewal-box01,
  .shop-honten_1911 .renewal-box_area .renewal-box02,
  .shop-honten_1911 .renewal-box_area .renewal-box03 {
    width: 100%;
  }
  .shop-honten_1911 .shopinfo {
    background-position: left bottom;
    background-size: auto 63%;
  }
  .shop-honten_1911 .renewal-box_area .img_box img {
    width: 100%;
  }
  .shop-honten_1911 .renewal-box_area .text_area {
    height: auto;
    margin-bottom: 25px;
  }

}
@media screen and (max-width: 320px) {
  .shop-honten_1911 .special-page_area .sec p.schedule_text:after {
    top: 47px;
  }
}/*iPhone 5s/5/SE*/
/*----------------------------------------------------
  キドキド・ギフト券発売
----------------------------------------------------*/
.gift-card .wrap .inner .contents {
  width: 860px;
  border: 1px solid #cfcfcf;
  padding: 40px 60px;
}
.gift-card .wrap .inner .contents h1 {
  color: #005bac;
  font-size: 56px;
  font-size: 5.6rem;
  text-align: center;
  margin: 0 0 30px;
  line-height: 68px;
}
.gift-card .wrap .inner .contents h1 span {
  font-size: 40px;
  font-size: 4rem;
  display: block;
}
.gift-card .wrap .inner .contents hr {
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  margin: 40px 0;
}
.gift-card .wrap .inner .contents p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 35px;
}
.gift-card .wrap .inner .contents ul {
  min-height: 1px;
  margin: 0 0 30px;
}
.gift-card .wrap .inner .contents ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gift-card .wrap .inner .contents ul li {
  list-style: none;
}
.gift-card .wrap .inner .contents ul li:first-child {
  float: left;
}
.gift-card .wrap .inner .contents ul li:first-child {
  float: right;
}

.gift-card .wrap .inner .contents p.link + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  text-indent: -1em;
  margin: 0 0 2em 1em;
}
.gift-card .wrap .inner .contents ul.notes li {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 35px;
  text-indent: -1em;
  margin: 0 0 0 1em;
  float: none;
}
.gift-card .wrap .inner .contents ul.notes li:before {
  content: "●";
  color: #005bac;
}





@media screen and (max-width: 768px) {
  .gift-card .wrap .inner .contents {
    border: none;
    width: 100%;
    padding: 20px 20px 90px;
  }
  .gift-card .wrap .inner .contents h1 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 38px;
  }
  .gift-card .wrap .inner .contents h1 span {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 0.5em;
  }
  .gift-card .wrap .inner .contents p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .gift-card .wrap .inner .contents ul li {
    float: none;
    margin: 0 0 20px;
  }
  .gift-card .wrap .inner .contents ul li img {
    width: 100%;
  }
  .gift-card .wrap .inner .contents p.link {
    text-align: left;
    margin: 0 0 0.5em;
  }
  .gift-card .wrap .inner .contents p.link a {
    font-size: 14px;
    font-size: 1.4rem;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    -webkit-background-size: 13px;
    background-size: 13px;
    line-height: 1.4;
  }
  .gift-card .wrap .inner .contents p.link + p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .gift-card .wrap .inner .contents ul.notes li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
/*----------------------------------------------------
  星山麻木さん×ボーネルンド 共催 あそびのせかい発達サポーター育成講座
----------------------------------------------------*/
.supporter-course .special-page_area .sec p.sec_01_text,
.supporter-course-training .special-page_area .sec p.sec_01_text {
  font-size: 18px;
}
.supporter-course .bg-color,
.supporter-course-training .bg-color {
  padding: 30px;
  background-color: #fffdec;
}
.supporter-course .recommend_area,
.supporter-course-training .recommend_area {
  margin: 45px 0 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b9bec3;
}
.supporter-course .special-page_area .sec .bg-img p,
.supporter-course-training .special-page_area .sec .bg-img p {
  padding: 0 35px;
  color: #FFF;
}
.supporter-course .special-page_area .sec .caption-text,
.supporter-course-training .special-page_area .sec .caption-text {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.supporter-course .special-page_area .sec .detail_box dd,
.supporter-course .special-page_area .sec p.detail_text,
.supporter-course-training .special-page_area .sec .detail_box dd,
.supporter-course-training .special-page_area .sec p.detail_text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.supporter-course .detail_box,
.supporter-course-training .detail_box {
  margin-bottom: 35px;
}
.supporter-course .detail_box:last-child,
.supporter-course-training .detail_box:last-child {
  margin-bottom: 0;
}
.supporter-course .lecturer-introduction_area .lecturer-img,
.supporter-course-training .lecturer-introduction_area .lecturer-img {
  width: 257px;
  float: left;
}

.supporter-course .lecturer-introduction_area .lecturer-text,
.supporter-course-training .lecturer-introduction_area .lecturer-text {
  margin-left: 265px;
}
.supporter-course .attention_area,
.supporter-course-training .attention_area {
  border: 2px solid #f7de0c;
  background-color: #fff;
  margin: 10px 0 40px;
  border-radius: 8px;
  padding: 20px;
}
.supporter-course .main_menu,
.supporter-course-training .main_menu {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  line-height: 25px;
}
.supporter-course .main_menu span:after,
.supporter-course-training .main_menu span:after {
  content: "▼";
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}
.supporter-course .sub_menu,
.supporter-course-training .sub_menu {
  display: none;
  margin-bottom: 20px;
}

