@charset "UTF-8";
body .contents h2 {
  background: url(../images/common/ttl_bg.png) left top no-repeat;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 6px;
  padding: 20px 0 17px;
  margin: 20px 0 45px;
}
body .contents section {
  margin-top: 60px;
}

/*----------------------------------------------------
	店舗別遊具・設備比較表
----------------------------------------------------*/
.playground section, .facilities section {
  width: 100%;
  padding-top: 60px;
}
.playground section .container, .facilities section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.playground section ul.link, .facilities section ul.link {
  text-align: center;
  margin: 0 auto 64px;
  display: block;
}
.playground section ul.link li, .facilities section ul.link li {
  display: inline-block;
  margin: 0px 9px;
}
.playground section ul.link li a, .facilities section ul.link li a {
  background-color: #ddd;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  border: none;
}
.playground section ul.link li a i, .facilities section ul.link li a i {
  display: inline-block;
  padding: 0 10px 0 0;
  background: url(../images/common/menu_ico02.png) left center no-repeat;
  width: 15px;
  height: 12px;
  vertical-align: middle;
}
.playground section ul.link li a.current, .facilities section ul.link li a.current {
  background-color: #0068B6;
}
.playground section ul.link li a.current i, .facilities section ul.link li a.current i {
  background: url(../images/common/menu_ico02_current.png) left center no-repeat;
}
.playground section ul.link li a:before, .facilities section ul.link li a:before {
  content: "";
}
.playground section h3, .facilities section h3 {
  text-align: center;
}
.playground section h3 span, .facilities section h3 span {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
}
.playground section table, .facilities section table {
  width: 100%;
}
.playground section table thead th, .facilities section table thead th {
  background-color: #8B99BE;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  line-height: 25px;
  letter-spacing: -1px;
  padding: 22px 0;
}
.playground section table thead th.left, .facilities section table thead th.left {
  text-align: left;
  padding: 0 0 0 30px;
}
.playground section table tbody th, .facilities section table tbody th {
  color: #777;
  font-size: 17px;
  padding: 18px 30px;
  border-bottom: 1px solid #c3c3c3;
}
.playground section table tbody td, .facilities section table tbody td {
  text-align: center;
  font-size: 17px;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
.playground section table thead .area th, .facilities section table thead .area th {
  padding: 12px 0;
  font-weight: bold;
}
.playground section table thead th.ceil, .facilities section table thead th.ceil {
  width: 10%;
}
.playground section table.common_exp, .facilities section table.common_exp {
  width: 100%;
  margin: 0 0 100px;
}
.playground section table.common_exp .area th, .facilities section table.common_exp .area th {
  padding: 12px 0;
  font-weight: bold;
}
.playground section table.common_exp .exp_img td, .facilities section table.common_exp .exp_img td {
  background-color: #fff;
}
.playground section table.common_exp th, .facilities section table.common_exp th {
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.playground section table.common_exp th.discovery_town, .facilities section table.common_exp th.discovery_town {
  background-color: #b8877f;
  border-right: 1px solid #fff;
}
.playground section table.common_exp th.active_ocean, .facilities section table.common_exp th.active_ocean {
  background-color: #9dc5df;
}
.playground section table.common_exp td, .facilities section table.common_exp td {
  width: 3.5%;
  background-color: #8B99BE;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.playground section table.common_exp td img, .facilities section table.common_exp td img {
  width: 100%;
  height: 100px;
}
.playground section table.common_exp .exp_name td, .facilities section table.common_exp .exp_name td {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -1px;
  padding: 22px 0;
}
.playground section table.common_exp .exp_name td.spc, .facilities section table.common_exp .exp_name td.spc {
  letter-spacing: -2px;
}
.playground section table.common_exp .notes td, .facilities section table.common_exp .notes td {
  background-color: #fff;
  color: #8B99BE;
  font-size: 12px;
  padding: 5px 0;
}
.playground section table.exp_list .exp_img td, .facilities section table.exp_list .exp_img td {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.playground section table.exp_list th, .facilities section table.exp_list th {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.playground section table.exp_list th.blank, .facilities section table.exp_list th.blank {
  background-color: #fff;
}
.playground section table.exp_list th.discovery_town, .facilities section table.exp_list th.discovery_town {
  background-color: #b8877f;
}
.playground section table.exp_list th.active_ocean, .facilities section table.exp_list th.active_ocean {
  background-color: #9dc5df;
  border-right: 1px solid #fff;
}
.playground section table.exp_list th.other, .facilities section table.exp_list th.other {
  background-color: #ccc;
  border-left: 1px solid #fff;
}
.playground section table.exp_list td em.notes, .facilities section table.exp_list td em.notes {
  color: #8B99BE;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
}
.playground section table.exp_list td img, .facilities section table.exp_list td img {
  width: 100%;
}
.playground section table.exp_list tbody th, .facilities section table.exp_list tbody th {
  color: #777;
  text-align: left;
}
.playground section table.exp_list tbody th a, .facilities section table.exp_list tbody th a {
  color: #777;
}
.playground section p.attention, .facilities section p.attention {
  padding: 54px 0 0 340px;
  font-size: 17px;
  line-height: 20px;
}
.playground section p.link_btn, .facilities section p.link_btn {
  text-align: center;
  margin: 50px 0 0;
}
.playground section p.link_btn a, .facilities section p.link_btn a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
}
.playground section p.link_btn a i, .facilities section p.link_btn a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}

/*----------------------------------------------------
	フリーパス類の販売について
----------------------------------------------------*/
.winter_freepass h2, .spring_freepass h2, .summer_freepass h2,
.spring_freepass_2017 h2, .summer_freepass_2017 h2, .winter_freepass_2017 h2,
.spring_freepass_2018 h2, .debut-pass_2018 h2, .spring-debut-pass_2021 h2 {
  letter-spacing: 0;
}
.winter_freepass section, .spring_freepass section, .summer_freepass section,
.spring_freepass_2017 section, .summer_freepass_2017 section, .winter_freepass_2017 section,
.spring_freepass_2018 section, .debut-pass_2018 section, .spring-debut-pass_2021 section {
  width: 100%;
  padding-top: 60px;
}
.winter_freepass section .container, .spring_freepass section .container, .summer_freepass section .container,
.spring_freepass_2017 section .container, .summer_freepass_2017 section .container, .winter_freepass_2017 section .container,
.spring_freepass_2018 section .container, .debut-pass_2018 section .container, .spring-debut-pass_2021 section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.winter_freepass section h2, .spring_freepass section h2, .summer_freepass section h2,
.spring_freepass_2017 section h2, .summer_freepass_2017 section h2, .winter_freepass_2017 section h2,
.spring_freepass_2018 section h2, .debut-pass_2018 section h2, .spring-debut-pass_2021 section h2 {
  margin: 0 0 37px;
}
.winter_freepass section p, .spring_freepass section p, .summer_freepass section p,
.spring_freepass_2017 section p, .summer_freepass_2017 section p, .winter_freepass_2017 section p,
.spring_freepass_2018 section p, .debut-pass_2018 section p, .spring-debut-pass_2021 section p {
  text-align: center;
  font-size: 17px;
}
.winter_freepass section p.lead, .spring_freepass section p.lead, .summer_freepass section p.lead,
.spring_freepass_2017 section p.lead, .summer_freepass_2017 section p.lead, .winter_freepass_2017 section p.lead,
.spring_freepass_2018 section p.lead, .debut-pass_2018 section p.lead, .spring-debut-pass_2021 section p.lead {
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  width: 770px;
  margin: 0 auto;
  text-align: left;
}
.winter_freepass section p.lead span, .spring_freepass section p.lead span, .summer_freepass section p.lead span,
.spring_freepass_2017 section p.lead span, .summer_freepass_2017 section p.lead span, .winter_freepass_2017 section p.lead span,
.spring_freepass_2018 section p.lead span, .debut-pass_2018 section p.lead span, .spring-debut-pass_2021 section p.lead span {
  padding: 4px 0;
  display: inline-block;
}
.winter_freepass section p.lead + p, .spring_freepass section p.lead + p, .summer_freepass section p.lead + p,
.spring_freepass_2017 section p.lead + p, .summer_freepass_2017 section p.lead + p, .winter_freepass_2017 section p.lead + p,
.spring_freepass_2018 section p.lead + p, .debut-pass_2018 section p.lead + p, .spring-debut-pass_2021 section p.lead + p {
  margin: 50px 0 20px;
}
.winter_freepass section table, .spring_freepass section table, .summer_freepass section table,
.spring_freepass_2017 section table, .summer_freepass_2017 section table, .winter_freepass_2017 section table,
.spring_freepass_2018 section table, .debut-pass_2018 section table, .spring-debut-pass_2021 section table {
  width: 100%;
  margin: 0 0 40px;
}
.winter_freepass section table thead th, .spring_freepass section table thead th, .summer_freepass section table thead th,
.spring_freepass_2017 section table thead th, .summer_freepass_2017 section table thead th, .winter_freepass_2017 section table thead th,
.spring_freepass_2018 section table thead th, .debut-pass_2018 section table thead th, .spring-debut-pass_2021 section table thead th {
  background-color: #8B99BE;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  line-height: 25px;
  letter-spacing: -1px;
  padding: 22px 0;
}
.winter_freepass section table thead th.left, .spring_freepass section table thead th.left, .summer_freepass section table thead th.left,
.spring_freepass_2017 section table thead th.left, .summer_freepass_2017 section table thead th.left, .winter_freepass_2017 section table thead th.left,
.spring_freepass_2018 section table thead th.left, .debut-pass_2018 section table thead th.left, .spring-debut-pass_2021 section table thead th.left {
  text-align: left;
  padding: 0 0 0 30px;
}
.winter_freepass section table tbody th, .spring_freepass section table tbody th, .summer_freepass section table tbody th,
.spring_freepass_2017 section table tbody th, .summer_freepass_2017 section table tbody th, .winter_freepass_2017 section table tbody th,
.spring_freepass_2018 section table tbody th, .debut-pass_2018 section table tbody th, .spring-debut-pass_2021 section table tbody th {
  color: #777;
  font-size: 17px;
  padding: 18px 30px;
  border-bottom: 1px solid #c3c3c3;
}
.winter_freepass section table tbody td, .spring_freepass section table tbody td, .summer_freepass section table tbody td,
.spring_freepass_2017 section table tbody td, .summer_freepass_2017 section table tbody td, .winter_freepass_2017 section table tbody td,
.spring_freepass_2018 section table tbody td, .debut-pass_2018 section table tbody td, .spring-debut-pass_2021 section table tbody td {
  text-align: center;
  font-size: 17px;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
.winter_freepass section table th, .spring_freepass section table th, .summer_freepass section table th,
.spring_freepass_2017 section table th, .summer_freepass_2017 section table th, .winter_freepass_2017 section table th,
.spring_freepass_2018 section table th, .debut-pass_2018 section table th, .spring-debut-pass_2021 section table th {
  line-height: 1.4;
}
.winter_freepass section table td, .spring_freepass section table td, .summer_freepass section table td,
.spring_freepass_2017 section table td, .summer_freepass_2017 section table td, .winter_freepass_2017 section table td,
.spring_freepass_2018 section table td, .debut-pass_2018 section table td, .spring-debut-pass_2021 section table td {
  padding: 0 40px;
  line-height: 1.4;
}
.winter_freepass section table .notes th, .spring_freepass section table .notes th, .summer_freepass section table .notes th,
.spring_freepass_2017 section table .notes th, .summer_freepass_2017 section table .notes th, .winter_freepass_2017 section table .notes th,
.spring_freepass_2018 section table .notes th, .debut-pass_2018 section table .notes th, .spring-debut-pass_2021 section table .notes th {
  color: #0068B6;
}
.winter_freepass section table .notes td, .spring_freepass section table .notes td, .summer_freepass section table .notes td,
.spring_freepass_2017 section table .notes td, .summer_freepass_2017 section table .notes td, .winter_freepass_2017 section table .notes td,
.spring_freepass_2018 section table .notes td, .debut-pass_2018 section table .notes td, .spring-debut-pass_2021 section table .notes td {
  color: #0068B6;
  padding: 10px 20px;
}
.winter_freepass section table .notes td em, .spring_freepass section table .notes td em, .summer_freepass section table .notes td em,
.spring_freepass_2017 section table .notes td em, .summer_freepass_2017 section table .notes td em, .winter_freepass_2017 section table .notes td em,
.spring_freepass_2018 section table .notes td em, .debut-pass_2018 section table .notes td em, .spring-debut-pass_2021 section table .notes td em {
  font-size: 12px;
  display: inline-block;
  padding: 8px 0 0;
}
.winter_freepass section .table_wrap + p, .spring_freepass section .table_wrap + p, .summer_freepass section .table_wrap + p,
.spring_freepass_2017 section .table_wrap + p, .summer_freepass_2017 section .table_wrap + p, .winter_freepass_2017 section .table_wrap + p,
.spring_freepass_2018 section .table_wrap + p, .debut-pass_2018 section .table_wrap + p, .spring-debut-pass_2021 section .table_wrap + p {
  text-align: left;
  line-height: 24px;
}
.winter_freepass section p.link_btn, .spring_freepass section p.link_btn, .summer_freepass section p.link_btn,
.spring_freepass_2017 section p.link_btn, .summer_freepass_2017 section p.link_btn, .winter_freepass_2017 section p.link_btn,
.spring_freepass_2018 section p.link_btn, .debut-pass_2018 section p.link_btn, .spring-debut-pass_2021 section p.link_btn {
  text-align: center;
  margin: 80px 0 0;
}
.winter_freepass section p.link_btn a, .spring_freepass section p.link_btn a, .summer_freepass section p.link_btn a,
.spring_freepass_2017 section p.link_btn a, .summer_freepass_2017 section p.link_btn a, .winter_freepass_2017 section p.link_btn a,
.spring_freepass_2018 section p.link_btn a, .debut-pass_2018 section p.link_btn a, .spring-debut-pass_2021 section p.link_btn a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
}
.winter_freepass section p.link_btn a i, .spring_freepass section p.link_btn a i, .summer_freepass section p.link_btn a i,
.spring_freepass_2017 section p.link_btn a i, .summer_freepass_2017 section p.link_btn a i, .winter_freepass_2017 section p.link_btn a i,
.spring_freepass_2018 section p.link_btn a i, .debut-pass_2018 section p.link_btn a i, .spring-debut-pass_2021 section p.link_btn a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}

/*----------------------------------------------------
	団体利用のご案内
----------------------------------------------------*/
.group .contents h2 + p {
  background: url(../images/group/group_img01.jpg) 648px top no-repeat;
  font-size: 29px;
  line-height: 50px;
  padding: 60px 0 57px;
  margin: 0 0 30px;
}
.group .contents p.detail {
  font-size: 17px;
  margin: 0 0 20px;
}
.group .contents p.detail span {
  font-size: 27px;
  color: #0068B6;
}
.group .contents p.attention {
  font-size: 12px;
  line-height: 20px;
  margin: 15px 0 0;
}

/*----------------------------------------------------
	ご利用料金
----------------------------------------------------*/
.price_area h3 {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
}
.price_area .table-price {
  width: 980px;
  margin: 0 auto 15px;
}
.price_area .table-price .table-cell-label {
  background-color: #0068B7;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 5px 15px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: inline-block;
  white-space: nowrap;
}
.price_area .table-price .table-cell-label.fix {
  width: 250px;
  letter-spacing: -1px;
}
.price_area .table-price .table-cell-label.lines {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.price_area .table-price .table-cell-label em {
  color: #ff0000;
}
.price_area .table-price .table-cell-price {
  font-size: 26px;
  margin-top: 10px;
  font-weight: bold;
  display: block;
}
.price_area .table-price .table-cell-price + .table-cell-label {
  margin-top: 10px;
}
.price_area .table-price .table-cell-sp {
  background-color: #F8F6E7;
  font-size: 18px;
}
.price_area .table-price .table-cell-msg {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.price_area .table-price .table-cell-mid {
  font-size: 14px;
}
.price_area .table-price .table-cell-att {
  vertical-align: super;
  font-size: 14px;
}
.price_area .table-price .table-cell-note {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}
.price_area .table-price .table-cell-equally {
  width: 23%;
}
.price_area .table-price thead th {
  background-color: #8B99BE;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.price_area .table-price thead th:last-child {
  border-right: none;
}
.price_area .table-price tbody th, .price_area .table-price tbody td {
  border-bottom: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
}
.price_area .table-price tbody th:last-child, .price_area .table-price tbody td:last-child {
  border-right: none;
}
.price_area .table-price tbody th {
  background-color: #EEE;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  width: 280px;
}
.price_area .table-price tbody th .table-cell-label {
  background-color: #fff;
  color: #0068B7;
  margin-top: 10px;
}
.price_area .table-price tbody td {
  text-align: center;
  font-size: 18px;
  padding: 15px;
}
.price_area .table-price tbody td .clear {
  min-height: 1px;
  display: inline-block;
}
.price_area .table-price tbody td .clear:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.price_area .table-price tbody td .clear .table-cell-price {
  margin-top: 10px;
}
.price_area .table-price tbody td .left {
  float: left;
  padding-right: 15px;
  border-right: 1px dotted #ccc;
}
.price_area .table-price tbody td .right {
  float: left;
  padding-left: 15px;
}
.price_area .table-price tbody td.separate {
  padding: 0 10px;
  text-align: left;
}
.price_area .table-price tbody td.separate .top {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0px 10px;
}
.price_area .table-price tbody td.separate .bottom {
  padding: 5px 0px 10px;
}
.price_area .table-price tbody td.separate .table-cell-sep {
  text-align: center;
  width: 202px;
  display: inline-block;
  padding: 0 0 0 10px;
}
.price_area .table-price tbody td.separate .table-cell-price {
  display: inline-block;
  width: 194px;
  text-align: center;
  padding: 0 10px 0;
}
.price_area p.attention {
  margin: 0 0 30px;
}
.price_area ul.attention {
  margin: 0px 0px 30px;
  font-size: 14px;
  line-height: 20px;
}
.price_area ul.attention li {
  text-indent: -1em;
  margin-left: 1em;
}
.price_area ul.attention.info li {
  color: #ff0000;
  font-weight: bold;
}
.price_area .freepass {
  min-height: 1px;
  border-bottom: 2px dashed #ddd;
  padding: 20px 0;
}
.price_area .freepass:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.price_area .freepass ul {
  width: 453px;
  float: left;
}
.price_area .freepass ul li {
  font-size: 19px;
  line-height: 30px;
  text-indent: -1em;
  margin-left: 1em;
}
.price_area .freepass ul li i {
  color: #d3edfb;
}
.price_area .freepass p {
  background: url(../images/price/price_img01.png) 648px top no-repeat;
  width: 527px;
  float: left;
  font-size: 29px;
  font-weight: bold;
}
.price_area .freepass p strong {
  border-bottom: 5px solid #fff100;
}
.price_area .freepass p em {
  font-size: 14px;
  font-weight: normal;
  padding: 25px 0 0;
  display: inline-block;
}
.price_area .freepass p a {
  font-size: 18px;
  float: right;
  color: #aaa;
}
.price_area .information {
  margin: 60px 0 0;
  padding: 8px 0 0;
  background: url(../images/price/contents_bg.gif) left top;
}
.price_area .information__inner {
  padding: 0 0 8px;
  background: url(../images/price/contents_bg.gif) left bottom;
}
.price_area .information__inner__birthday {
  background: url(../images/price/bdpass_img02.gif) 8px 0 no-repeat;
  padding: 60px;
  font-size: 18px;
  line-height: 30px;
}
.price_area .information__inner__birthday img {
  padding: 0 0 50px 28px;
}
.price_area .information__inner__birthday dl {
  background: url(../images/common/events_body_bg.png);
  padding: 1px 30px 40px;
  margin: 43px 0 0;
  font-size: 17px;
}
.price_area .information__inner__birthday dl dt {
  font-weight: bold;
  border-top: 1px dotted #a5a5a2;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.price_area .information__inner__birthday dl dt:first-child {
  border: none;
}
.price_area .information__inner__birthday dl dd span {
  color: #666;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}
.price_area .information__inner__pointcard {
  background: url(../images/price/pointcard_img02.gif) 8px bottom no-repeat;
  padding: 27px 0 25px 57px;
}
.price_area .information__inner__pointcard ul {
  padding: 0 0 0 292px;
}
.price_area .information__inner__pointcard ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.price_area .information__inner__pointcard ul li ul {
  padding: 0 0 0 1em;
}
.price_area .information__inner__pointcard ul li ul li {
  font-size: 18px;
  line-height: 27px;
  color: #888;
  font-weight: normal;
}
.price_area .information__inner__pointcard p.att {
  padding: 8px 0px 0px 292px;
  color: #888888;
  font-size: 18px;
}

/*----------------------------------------------------
	ご利用にあたってのお願い
----------------------------------------------------*/
.guide .contents ul li {
  background: url(../images/common/ico_apple.png) left 10px no-repeat;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px dotted #d8d8d8;
  padding: 16px 0 16px 40px;
}
.guide .contents ul li:last-child {
  border: none;
}

/*----------------------------------------------------
	よくあるご質問
----------------------------------------------------*/
.faq .contents h3 {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  margin: 80px 0 30px;
}
.faq .contents ul li {
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
  margin: 0 12px 15px 0;
  padding: 0 0 0 25px;
  background: url(../images/common/ico_menu.png) left 8px no-repeat;
}
.faq .contents ul li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px dashed #444;
}
.faq .contents dl {
  margin: 0px 0px 10px;
}
.faq .contents dl dt a {
  text-decoration: none;
  display: inline-block;
  width: 920px;
  background: url(../images/common/ico_question.png) left 10px no-repeat;
  font-size: 24px;
  font-weight: bold;
  padding: 17px 0 25px 60px;
  margin: 0 0 10px;
  line-height: 35px;
  border-bottom: 2px dotted #d8d8d8;
  cursor: pointer;
}
.faq .contents dl dd {
  background: url(../images/common/ico_answer.png) 64px 10px no-repeat;
  font-size: 17px;
  line-height: 25px;
  padding: 8px 0 0 90px;
  display: none;
}
.faq .contents dl dd span {
  font-size: 20px;
  font-weight: bold;
}

/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
.voice .contents section {
  position: relative;
}
.voice .contents h3 {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 27px;
  font-weight: bold;
  border-bottom: 4px solid #fff100;
}
.voice .contents h3 span {
  font-size: 200%;
}
.voice .contents .voicelist li {
  background: left top no-repeat;
  box-sizing: border-box;
  width: 100%;
  font-size: 17px;
  line-height: 1.6;
  display: table;
}
.voice .contents .voicelist li div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
.voice .contents .voicelist li .text {
  font-weight: bold;
}
.voice .contents .voicelist li .author {
  margin-top: 1em;
}
.voice .contents .voicelist li:nth-child(6n+1) {
  background-image: url(../images/voice/voice_bg01.png);
  padding: 0 70px 0 500px;
  height: 357px;
}
.voice .contents .voicelist li:nth-child(2n) {
  background-image: url(../images/voice/voice_bg02.png);
  padding: 0 530px 0 60px;
  margin-top: -70px;
  height: 344px;
}
.voice .contents .voicelist li:nth-child(3n) {
  background-image: url(../images/voice/voice_bg03.png);
  padding: 0 70px 0 500px;
  margin-top: -30px;
  height: 364px;
}
.voice .contents .voicelist li:nth-child(4n) {
  background-image: url(../images/voice/voice_bg04.png);
  padding: 0 500px 0 70px;
  margin-top: -30px;
  height: 350px;
}
.voice .contents .voicelist li:nth-child(5n) {
  background-image: url(../images/voice/voice_bg05.png);
  padding: 0 70px 0 500px;
  margin-top: -30px;
  height: 338px;
}
.voice .contents .voicelist li:nth-child(6n) {
  background-image: url(../images/voice/voice_bg06.png);
  padding: 0 500px 0 70px;
  margin-top: -30px;
  height: 354px;
}

/*----------------------------------------------------
	フリーパス
----------------------------------------------------*/
.freepass .lead {
  font-size: 18px;
  line-height: 2em;
}
.freepass .lead.em {
  font-size: 28px;
  font-weight: bold;
  margin-top: 1em;
}
.freepass .lead.em span {
  display: inline;
  border-bottom: 5px solid #fff100;
}
.freepass section {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  min-height: 280px;
  margin-top: 80px;
  padding-top: 10px;
}
.freepass section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.freepass section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0068B6;
  line-height: 1.4;
}
.freepass section p {
  font-size: 16px;
  margin-top: 2em;
  line-height: 1.6;
}
.freepass section.img-left {
  padding-left: 460px;
}
.freepass section.img-right {
  padding-right: 460px;
  text-align: right;
}
.freepass section#section1 {
  background: url(../images/freepass/freepass_sec1.jpg) left top no-repeat;
}
.freepass section#section2 {
  background: url(../images/freepass/freepass_sec2.jpg) right top no-repeat;
}
.freepass section#section3 {
  background: url(../images/freepass/freepass_sec3.jpg) left top no-repeat;
}
.freepass section#section4 {
  background: url(../images/freepass/freepass_sec4.jpg) right top no-repeat;
}
.freepass section#section5 {
  background: url(../images/freepass/freepass_sec5.jpg) left top no-repeat;
}
.freepass .note {
  font-size: 14px;
  margin-top: 20px;
}
.freepass p.link_btn {
  text-align: center;
  margin: 80px 0 0;
}
.freepass p.link_btn a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
}
.freepass p.link_btn a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}

/*----------------------------------------------------
	大型連休はキドキドへ！
----------------------------------------------------*/
.gw_1605 .contents h2 {
  margin: 0;
}
.gw_1605 .contents .lead {
  font-size: 18px;
  line-height: 2em;
  margin: 30px 0;
}
.gw_1605 .contents h3 {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  font-weight: bold;
  margin-top: 60px;
}
.gw_1605 .contents h4 {
  font-size: 30px;
  font-weight: bold;
  color: #0068B6;
  line-height: 1.4;
}
.gw_1605 .contents section {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  min-height: 280px;
  margin: 0 0 60px;
  padding-top: 10px;
}
.gw_1605 .contents section .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.gw_1605 .contents section section {
  margin-top: 80px;
}
.gw_1605 .contents section p {
  font-size: 16px;
  margin-top: 2em;
  line-height: 1.6;
}
.gw_1605 .contents section.img-left {
  padding-left: 440px;
  background: left top no-repeat;
}
.gw_1605 .contents section.img-right {
  padding-right: 440px;
  text-align: right;
  background: right top no-repeat;
}
.gw_1605 .contents section#section1 {
  background-image: url(../images/gw_1605/gw1605_sec1.jpg);
  margin-top: 30px;
}
.gw_1605 .contents section#section2 {
  background-image: url(../images/gw_1605/gw1605_sec2.jpg);
}
.gw_1605 .contents section#section3 {
  background-image: url(../images/gw_1605/gw1605_sec3.jpg);
}
.gw_1605 .contents section#section4 div {
  background-color: #fffbcf;
  padding: 20px;
  margin: 0 0 40px;
  position: relative;
  min-height: 1px;
}
.gw_1605 .contents section#section4 div:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gw_1605 .contents section#section4 div .ttl {
  position: absolute;
  top: -45px;
  left: -20px;
}
.gw_1605 .contents section#section4 div p {
  margin: 0 0 24px;
}
.gw_1605 .contents section#section4 div p.img {
  float: right;
  margin: 0;
}
.gw_1605 .contents section#section4 div dl {
  padding: 0px 350px 0px 0px;
}
.gw_1605 .contents section#section4 div dl dt {
  color: #0094dd;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #0094dd;
  line-height: 30px;
  padding: 0 0 8px;
  margin: 0 0 24px;
}
.gw_1605 .contents section#section4 div dl dd {
  font-size: 16px;
  line-height: 24px;
}
.gw_1605 .contents section#section4 div dl dd .notes {
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 20px;
}
.gw_1605 .contents p.banner {
  text-align: center;
}

/*----------------------------------------------------
	キドキド「1日こどもプレイリーダー企画」優待クーポン
----------------------------------------------------*/
.coupon_pl1608 .contents h2, .coupon_pl1609 .contents h2 {
  background: url(../../kidokid/images/common/ttl_bg.png) left top no-repeat;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 6px;
  padding: 0 0 17px;
  margin: 52px 0 45px;
  letter-spacing: 3px;
}
.coupon_pl1608 .contents h3 span, .coupon_pl1609 .contents h3 span {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  background-image: url(../../kidokid/images/common/subttl_bg.jpg);
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}
.coupon_pl1608 .contents section, .coupon_pl1609 .contents section {
  margin: 0px 0px 60px;
}
.coupon_pl1608 .contents section p, .coupon_pl1609 .contents section p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin: 0 0 1em;
}
.coupon_pl1608 .contents section span.st01, .coupon_pl1609 .contents section span.st01 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 5px solid #fff100;
}
.coupon_pl1608 .contents section dl, .coupon_pl1609 .contents section dl {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.coupon_pl1608 .contents section dl dt, .coupon_pl1609 .contents section dl dt {
  font-weight: bold;
}
.coupon_pl1608 .contents section dl dd, .coupon_pl1609 .contents section dl dd {
  background: url(../../kidokid/images/sidebar/ico_list.gif) left 11px no-repeat;
  padding: 0 0 0 18px;
}
.coupon_pl1608 .contents section dl dd:last-child, .coupon_pl1609 .contents section dl dd:last-child {
  margin: 0 0 1em;
}
.coupon_pl1608 .contents section dl dd.msg, .coupon_pl1609 .contents section dl dd.msg {
  color: #ff0000;
}
.coupon_pl1608 .contents .banner-pc, .coupon_pl1609 .contents .banner-pc {
  display: block;
  margin: 100px auto 0;
  width: 600px;
  height: 210px;
  position: relative;
}
.coupon_pl1608 .contents .banner-pc a, .coupon_pl1609 .contents .banner-pc a {
  position: absolute;
}
.coupon_pl1608 .contents .banner-pc a.kid, .coupon_pl1609 .contents .banner-pc a.kid {
  right: 50px;
  top: 150px;
}
.coupon_pl1608 .contents .banner-pc a.shop, .coupon_pl1609 .contents .banner-pc a.shop {
  left: 50px;
  top: 150px;
}
.coupon_pl1608 .contents .banner-sp, .coupon_pl1609 .contents .banner-sp {
  display: none;
}
