@charset "UTF-8";
.contentWrapper {
  padding: 35px 0 0;
}

/* #main_visual
----------------------------*/
#main_visual {
  opacity: 0;
  padding: 0;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#main_visual .bx-viewport {
  height: 100%;
}

#main_visual .main_visual_view {
  width: 100%;
  height: inherit;
}

#main_visual .main_visual_view div {
  overflow: hidden;
  padding-bottom: 35px;
}

#main_visual .main_visual_view div img {
  border: none;
  width: 100%;
}

#main_visual .main_visual_view .bx-viewport a:hover {
  opacity: 0.6;
}

#main_visual .bx-viewport {
  z-index: 999;
}

#main_visual .bx-caption {
  display: none;
}

#main_visual .bx-controls {
  z-index: 1000;
  position: absolute;
  bottom: 13px;
  right: 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
#main_visual .bx-controls div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#main_visual .bx-controls div.bx-pager {
  width: 100%;
}
#main_visual .bx-controls div div {
  line-height: 1;
}
#main_visual .bx-controls div a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  vertical-align: middle;
}
#main_visual .bx-controls div a.active {
  background: #ef4359;
}

/* category
----------------------------*/
.hall_list {
  padding: 0 15px !important;
}
.hall_list h2 {
  position: relative;
  display: block;
  margin-bottom: 13px !important;
  padding: 5px 0 6px 15px;
  line-height: 1.6;
  border-radius: 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #e6e6e6;
}
.hall_list h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 16px;
  margin-top: -8px;
  border-radius: 10px;
  background: #ef4359;
}
.hall_list .category {
  position: relative;
  margin-bottom: 0;
}
.hall_list .category .category_block {
  float: left;
  width: 48%;
  height: auto;
  margin: 0 0 15px 0;
  border-radius: 5px;
  border: none;
  background-color: #f0f0f0 !important;
  background-image: none !important;
  transition: .3s ease-out;
  overflow: hidden;
}
.hall_list .category .category_block:nth-of-type(2n) {
  float: right;
}
.hall_list .category dl {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 155px;
  padding-top: 0;
  border-radius: 5px;
  transition: .3s ease-out;
}
.hall_list .category .sp_block {
  position: relative;
  display: block;
  padding: 13px;
}
.hall_list .category .sp_block .thumbImg {
  margin: 0 0 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hall_list .category .sp_block .thumbImg img {
  visibility: hidden;
}
.hall_list .category .sp_block .arrow {
  font-size: 1.2rem;
}
.hall_list .category .sp_block .arrow:after {
  background-color: #333;
}
.hall_list .category .sp_block .sp_category_links {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.hall_list .category .sp_block p {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.hall_list .category .sp_block p span {
  display: table-cell;
  vertical-align: middle;
}
.hall_list .category .sp_block p a {
  display: block;
  padding: 5px 15px;
  color: white;
}
.hall_list .category .sp_block p a:after {
  display: none;
}
.hall_list .category .sp_block p a:hover {
  color: white !important;
}
.hall_list .category .sp_block .close_category {
  position: absolute;
  top: -4px;
  right: 0px;
  padding: 0 5px;
  font-size: 3rem;
  color: white;
  line-height: 1;
}
.hall_list .category .sp_block .close_category a {
  text-decoration: none;
  color: white;
}
.hall_list .category .info {
  background-image: url(../images/category1.png);
}
.hall_list .category .access {
  background-image: url(../images/category2.png);
}
.hall_list .category .how_to {
  background-image: url(../images/category3.png);
}
.hall_list .category .price {
  background-image: url(../images/category4.png);
}
.hall_list .category .sogobunka {
  background-image: url(../images/category_h1.png);
}
.hall_list .category .amigo {
  background-image: url(../images/category_h2.png);
}
.hall_list .category .iris {
  background-image: url(../images/category_h3.png);
}
.hall_list .category .tsuga {
  background-image: url(../images/category_h4.png);
}
.hall_list .category .category_block:first-child {
  margin-left: 0;
}
.hall_list .category dl:hover {
  background-color: transparent !important;
}
.hall_list .category dl:hover dd {
  display: none !important;
}
.hall_list .category dl:hover dd a.arrow:hover {
  color: white !important;
}
.hall_list .category dl:hover dd a.arrow:hover:after {
  background-color: white !important;
}
.hall_list .category .sogobunka dl:hover {
  background-color: rgba(85, 160, 98, 0.5);
}
.hall_list .category .sogobunka dl:hover dt a {
  color: #55a062;
}
.hall_list .category .sogobunka dl:hover dt a:after {
  background-color: #55a062;
}
.hall_list .category .sogobunka dt a.arrow:hover {
  color: #55a062 !important;
}
.hall_list .category .sogobunka dt a.arrow:hover:after {
  background-color: #55a062 !important;
}
.hall_list .category .amigo dl:hover {
  background-color: rgba(125, 120, 190, 0.7);
}
.hall_list .category .amigo dl:hover dt a {
  color: #7d78be;
}
.hall_list .category .amigo dl:hover dt a:after {
  background-color: #7d78be;
}
.hall_list .category .amigo dt a.arrow:hover {
  color: #7d78be !important;
}
.hall_list .category .amigo dt a.arrow:hover:after {
  background-color: #7d78be !important;
}
.hall_list .category .iris dl:hover {
  background-color: rgba(242, 179, 61, 0.7);
}
.hall_list .category .iris dl:hover dt a {
  color: #f2b33d;
}
.hall_list .category .iris dl:hover dt a:after {
  background-color: #f2b33d;
}
.hall_list .category .iris dt a.arrow:hover {
  color: #f2b33d !important;
}
.hall_list .category .iris dt a.arrow:hover:after {
  background-color: #f2b33d !important;
}
.hall_list .category dl dt {
  position: absolute;
  bottom: 1px;
  width: 100%;
  padding: 0 0 8px;
  border-radius: 0 0 4px 4px;
  text-indent: 16px;
  font-size: 13px;
  font-weight: bold;
  background: transparent;
}
.hall_list .category dl dd {
  opacity: 0;
  margin: 12px 0 0 19px;
  transition: .3s ease-out;
}
.hall_list .category dl:hover dd {
  opacity: 1;
}
.hall_list .category dl dd a {
  color: #fff;
  text-decoration: none;
}
.hall_list .category dl dd a:hover {
  text-decoration: underline;
}
.hall_list .category dl dd a:after {
  background-color: #fff;
  background-image: url(../images/arrow_black.png);
}

/* right_column
----------------------------*/
.right_column {
  width: 100%;
  margin-bottom: 35px;
}
.right_column p {
  font-size: 1.2rem;
}

#all .event_list_wrapper {
  width: 100%;
  padding: 20px 15px 20px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#all .event_list_wrapper h2 {
  margin: 0 0 10px;
  border: 0;
  background: none;
}
#all .event_list_wrapper h2.no_tabs {
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
#all .event_list_wrapper .tabs {
  margin: 0 0 12px;
}
#all .event_list_wrapper .tabs li a {
  font-size: 1.1rem;
}
#all .event_list_wrapper ul {
  margin-bottom: 0;
}
#all .event_list_wrapper ul.sort_list {
  width: 100%;
  padding: 20px 20px 0;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#all .event_list_wrapper ul.sort_list li {
  float: left;
  margin: 0 0 25px;
}

#all .notice h2 {
  background: none;
  border-bottom: 1px solid #e6e6e6;
}

.notice_container {
  position: relative;
  overflow: hidden;
  min-height: 211px;
  margin: 20px 0 0;
}
.notice_container .notice_timeline {
  position: relative;
  margin-top: -69px;
}
.notice_container .fb-page {
  margin: 0 auto !important;
}
.notice_container iframe {
  width: 700px !important;
}

/* left_column
----------------------------*/
/* secondary
----------------------------*/
.secondary .side_block {
  margin: 0 0 20px;
  padding: 12px 14px;
  background: #fff6fb;
  border: 1px solid #f1b8d5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.secondary h2 {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 11px;
  font-size: 14px;
}
.secondary h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 14px;
  margin-top: -7px;
  border-radius: 10px;
  background: #333;
}
.secondary h2 span {
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
  font-weight: normal;
  font-size: 10px;
}
.secondary h2 span a {
  text-decoration: underline;
}
.secondary .pickup h2 {
  padding: 4px 0 10px 29px;
  background: url('../images/icon-pickup.png?1454665384') left 0 no-repeat;
  border-bottom: 1px solid #f1b8d5;
}
.secondary .pickup h2:before {
  display: none;
}
.secondary .pickup .event_list {
  margin: 0;
  padding: 0;
}
.secondary .pickup .thumb {
  width: 62px;
}
.secondary .pickup .thumb img {
  max-width: 100%;
  border: 0;
}
.secondary .pickup .detail {
  width: 123px;
}
.secondary .pickup .detail h3 {
  padding-right: 0;
  text-decoration: underline;
}
.secondary .pickup .detail .tag {
  margin-bottom: 2px;
  vertical-align: top;
}
.secondary .pickup .detail .date {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.3;
}
.secondary .pickup p {
  line-height: 1.6;
}
.secondary .pickup .copy {
  margin-top: 5px;
}
.secondary .info {
  padding: 14px 9px 10px;
  background: #f7f5f5;
  border-color: #e6e6e6;
}
.secondary .info_wall {
  background: white;
  height: 210px;
  margin-left: 0;
  margin-right: 0;
}
.secondary .info_wall ul {
  padding: 8px;
}
.secondary .info_wall li {
  margin: 0 0 18px;
}
.secondary .info_wall li:last-child {
  margin: 0;
}
.secondary .info_wall .meta_block {
  font-size: 10px;
  margin: 0 0 5px;
}
.secondary .info_wall .meta_block span {
  margin: 0 3px 3px 0;
}
.secondary .info_wall .meta_block span.tag {
  font-size: .9rem;
}
.secondary .info_wall .meta_block span.date {
  font-size: 10px;
}
.secondary .info_wall p {
  line-height: 1.6;
}
.secondary .pl_info {
  padding-top: 0;
  background: #000;
  border-color: #000;
}
.secondary .pl_info h2 {
  margin: 0;
  padding: 0;
}
.secondary .pl_info h2:after, .secondary .pl_info h2:before {
  display: none;
}
.secondary .pl_info h2 a {
  display: block;
  width: 100%;
  height: 71px;
  background: url('../images/label-planetarium.jpg?1455807648') top center no-repeat;
  text-indent: -9999px;
  transition: .25s ease-out;
}
.secondary .pl_info h2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.secondary .banner_area {
  margin-bottom: 18px;
}
.secondary .reservation {
  line-height: 1.6;
  background: #f0f0f0;
  border-color: #e6e6e6;
}
.secondary .reservation h2 {
  margin-bottom: 0 !important;
  padding: 4px 0 10px 29px;
}
.secondary .reservation h2:before {
  background: #ef4359;
}
.secondary .reservation p {
  padding: 12px 0;
  margin: 10px 0 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.secondary .reservation li {
  margin: 0 0 5px;
}
.secondary .reservation li:last-child {
  margin: 0;
}
.secondary .reservation li a {
  padding-left: 20px;
  text-decoration: none;
}
.secondary .reservation li a:hover {
  text-decoration: underline;
}
.secondary .reservation li a.arrow:after {
  background-color: #333;
}

/* 総合TOPのみ
------------------------------------*/
body.home .allHeader {
  display: block;
}
body.home .lowerHeader {
  display: none;
}
body.home .secondary {
  display: none;
  padding-top: 0;
}
body.home .primary {
  padding-top: 0;
}
body.home .primary .secondary {
  display: block;
  padding: 0 15px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.home .primary .content_inner {
  padding: 20px 0 0;
}
body.home .right_column {
  padding: 0;
  margin-bottom: 10px;
}
body.home .right_column h2 {
  padding-left: 15px;
  padding-bottom: 6px;
  background: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.home .right_column h2:after {
  left: 0;
  top: 9px;
  margin-top: 0;
}
body.home .right_column .event_list li {
  padding: 0;
  border: 0;
}
body.home .right_column .event_list .tag {
  margin-bottom: 0;
}
body.home .right_column .event_list h3 a {
  font-size: 1.2rem;
}
body.home .right_column .event_calendar {
  padding: 20px 15px;
}
body.home .right_column .event_calendar h3 {
  font-size: 1.4rem;
}
body.home .right_column .event_calendar .calendar_link {
  margin: 0 0 20px;
}
body.home .right_column .event_calendar .calendar_link:last-child {
  margin-bottom: 0;
}
body.home .right_column .event_calendar .calendar_link li {
  display: inline-block;
  margin-right: 0;
  min-width: 49%;
}
body.home .right_column .event_calendar .calendar_link li a {
  font-size: 1.2rem;
}
body.home .right_column .event_calendar .calendar_links {
  margin-bottom: 20px;
}
body.home .secondary .pickup {
  display: block;
}
body.home .secondary .pickup > a {
  text-decoration: none;
}
body.home .secondary .pickup .thumb {
  width: 25%;
}
body.home .secondary .pickup .detail {
  width: 70%;
}
body.home .secondary .pickup .detail h3 {
  font-size: 1.2rem;
  border: 0;
}
body.home .secondary .pickup .copy {
  margin: 10px 0;
  text-decoration: none;
}
body.home .secondary .info_wall {
  height: auto;
  max-height: 210px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
body.home .secondary .info_wall ul {
  padding: 0;
}
body.home .secondary .info_list li {
  margin: 0;
  border: 0;
}
body.home .secondary .info_list li a {
  font-size: 1.2rem;
}

body.home #foot, body.page-template-default #foot {
  background: #f2f2f2;
}

.no_recommend_footer {
  margin-top: 30px;
  background: #f2f2f2 !important;
}
