/*
Theme Name: Kawasaki
Theme URI: http://gadgelog.com/
Description: Kawasaki theme.
Author: gadgelog
Author URI: http://gadgelog.com/
Version:1.1.0
*/
/* ========== template 20170202 ========== */

* {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p {
}
a {
	color: #333;
}
a:hover, a:active, a:focus {
	color: #999;
}
a img:hover {
	opacity: 0.7;
}
.b_col1 {
	color: #f90;
}
.b_col2 {
	color: #090;
}
.b_col3 {
	color: #F00;
}
.b_col4 {
	font-weight: bold;
	color: #03F;
}
ul {
	padding: 0;
	list-style: none;
}
table {
}
.siteContent {
	padding-top: 0;
	background-image: url(/wp-content/themes/kawasaki/images/back_img.jpg);
	padding-bottom: 40px;
	margin-top: 154px;
}
.front_page {
	margin-top: 0;
}
.container {
	padding: 0 15px;
}
.content_box {
	margin: 20px;
}
.row {
	margin: 0;
}
.mainSection {
	float: left;
}
.subSection {
	float: right;
}
.page-template-default .mainSection {
	width: 100%;
}
.page-template-default .subSection {
	width: 100%;
}
.content_area {
	padding: 0 20px;
}
.tablet {
	display: none;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
.search-form .search-submit {
	display: none;
}
/* ========== PC ========== */

@media screen and (min-width: 992px) {
	.container {
		width: 990px;
	}
	.page-template-default .mainSection {
		width: 715px;
	}
	.page-template-default .subSection {
		width: 180px;
		margin-top: 26px;
	}
}
/* ========== パーツ ========== */
/* ---------- 見出し ---------- */

.post_header {
	height: 240px;
	background-color: transparent;
	background-image: url(/wp-content/themes/kawasaki/images/title_img_01.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.post_header h1, .post_header h2 {
	width: 100%;
	height: 100px;
	margin: auto 0;
	padding: 25px 0;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: Rounded Mplus\ 1c, Mplus\ 1p, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}
.post_header.kawasaki h1{
	padding: 40px 0;
}
.post_header h1 span, .post_header h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	display: block;
	font-family: Rounded Mplus\ 1c, Mplus\ 1p, sans-serif;
}
.post_header h1 span.mt15 {
	margin-top: 10px;
}
.post_header h2 span sub, .post_header h1 span sub {
	font-weight: 600;
	font-size: 60%;
	bottom: 3px;
}
.front_page .post_header h2::after {
	display: none;
}
.front_page .post_header h2:first-child {
	margin: auto 0;
}
.front_page .event_ttl {
	background-image: url(/wp-content/themes/kawasaki/images/title_top_01.jpg);
}
.front_page .news_ttl {
	background-image: url(/wp-content/themes/kawasaki/images/title_top_02.jpg);
	color: #204d66;
}
.front_page .content_ttl {
	background-image: url(/wp-content/themes/kawasaki/images/title_top_03.jpg);
	color: #233d16;
}
.front_page .kawasaki {
	height: auto;
}
.front_page .kawasaki h2 {
	margin: 50px 0 0;
    padding: 0;
    height: auto;
    position: relative;
}
h2 {
	margin: 30px 0 20px;
	border: none;
	background-color: transparent;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.84em;
}
h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-image: url(/wp-content/themes/kawasaki/images/h2_border.png);
	background-repeat: no-repeat;
}
h2:first-child {
	margin: 30px 0 20px 0;
}
h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 0 15px;
	font-size: 1.61em;
	line-height: 30px;
	border: none;
	border-left: solid 3px #331d00;
	font-weight: bold;
}
h3::after {
	content: none;
}
h4 {
	margin: 20px 0;
	padding: 0 0 5px 0;
	background-color: transparent;
	font-size: 1.2em;
	border-bottom: solid 1px #331d00;
	border-radius: 0px;
	font-weight: bold;
}
h5 {
	font-weight: 700;
  margin: 0 0 10px;
  padding: 15px 0 0;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

/* ---------- パンくず ---------- */

.breadSection {
	margin: 15px 0 0;
	font-size: 0.9em;
	border: none;
}
.breadSection .breadcrumb {
	padding: 0;
}
.breadSection .breadcrumb > li + li:before {
	padding: 0 10px;
	color: #333;
}
.mt40, h4.mt40 {
	margin-top: 40px;
}
/* ---------- ボタン ---------- */

.button {
	margin: 20px 0;
}
.button a, .button input, .pub_jungle .button {
	width: 250px;
	margin-left: 20px;
	padding: 15px 0;
	background-color: #fff;
	font-size: 13px;
	color: #331d00;
	text-align: center;
	border: 1px solid #331d00;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
}
.pub_jungle .button {
	width: 100%;
}
.button a:first-child, .button input:first-child {
	margin-left: 0;
}
.button a:hover, .button a:active, .button a:focus, .button input:hover, .button input:active, .button input:focus, .pub_jungle .button:hover {
	text-decoration: none;
	box-shadow: none;
	background-color: #331d00;
	color: #FFF;
	transition: all 300ms 0s ease;
	opacity: 0.7;
	text-decoration: none;
}
.btn_download a {
	padding: 8px 0;
	background: url(/wp-content/themes/kawasaki/images/btn_ico_01.png) no-repeat center left 25px, #fff;
}
.btn_download a:hover {
	background: url(/wp-content/themes/kawasaki/images/btn_ico_01_w.png) no-repeat center left 25px, #331d00;
}
.btn_download a span {
	font-size: 10px;
	display: block;
}
.btn_link a {
	background: url(/wp-content/themes/kawasaki/images/btn_ico_02.png) no-repeat center right 25px, #fff;
}
.btn_link a:hover {
	background: url(/wp-content/themes/kawasaki/images/btn_ico_02_w.png) no-repeat center right 25px, #331d00;
}
.btn_archive {
	margin: 0 0 10px 0;
}
.btn_archive a {
	width: 100%;
	height: 30px;
	padding: 5px 0;
}
.btn_archive a {
	width: 100%;
	height: 30px;
	padding: 5px 0;
}
.btn_last {
	margin-top: 40px;
}
.btn_form input {
	width: 150px;
	border-color: #ccc;
}
form .btn_form input {
	width: 250px;
	border: 1px solid #331d00;
}
.btn_form input:hover, .btn_form input:active, .btn_form input:focus {
	border-color: #ccc;
}
/* ---------- リスト ---------- */

.list {
	margin: 20px 0;
	padding-left: 30px;
}
.list li {
	margin-bottom: 5px;
	position: relative;
}
.list li a {
	text-decoration: underline;
}
.list li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #3792bf;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 6px;
	left: -20px;
}
/* ---------- テーブル ---------- */

.table {
	margin: 20px 0;
	background-color: #fff;
	text-align: center;
}
.table th, .table td {
	border: solid 1px #e9e9e9;
}
.table th {
	background-color: #d4c49f;
	color: #fff;
	text-align: center;
}
/* ---------- アクセス ---------- */

.access_table table {
	max-width: 740px;
	margin: 0 auto 45px auto;
	border: none;
}
.access_table th {
	padding: 0 30px;
	font-size: 15px;
	font-weight: bold;
	border: none;
}
.access_table td {
	padding: 0 30px;
	border: none;
	border-left: solid 1px #331d00;
}
.access_table .table_title {
	margin: 15px 0 0 0;
	font-weight: bold;
}
.access_table p {
	font-size: 13px;
}
.access_table .table_title:first-child {
	margin: 0 0 0 0;
	font-weight: bold;
}
.access_table .access_bas {
	margin: 0;
}
.access_table .access_bas span {
	margin: 0 10px;
	padding: 2px 10px;
	background-color: #8cc63f;
	color: #fff;
}
.access_map {
	text-align: center;
	border: solid 1px #CCC;
	background: #FFF;
	margin-bottom: 40px;
}
.access_map img {
	max-width: 680px;
	margin: 30px 0
}
/* ---------- アドレス ---------- */

.adress {
	margin: 20px 0;
	text-align: center;
}
.adress p {
	max-width: 600px;
	margin: 0;
	padding: 10px;
	border: double 4px #b2b2b2;
	display: inline-block;
	width: 100%;
}
/* ---------- フォーム ---------- */

.form {
	padding: 20px 30px;
	background-color: #fff;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}
.form table, .form th, .form td {
	border: none;
}
.form th {
	padding-top: 15px;
	vertical-align: baseline;
}
.form th span, span.red {
	color: #e60000;
	font-size: 8px;
    position: relative;
    top: -3px;
    left: 5px;
}
.form td input, .form td textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 5px;
    width: 100%;
	border: #CCC solid 1px;
}
table .text_s .form-control,
table .text_s input {
	max-width: 50%;
}
/* ---------- 学習 ---------- */

.study_list li {
	margin-bottom: 20px;
	border: solid 1px #000;
}
.study_list li a {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: block;
	box-sizing: border-box;
}
.study_list li a:hover {
	text-decoration: none;
	transition: all 300ms 0s ease;
	background: #EEE;
	opacity: 1;
	color: #333;
}
.study_list .study_img {
	margin-right: -120px;
	float: left;
}
.study_list .study_text {
	padding-left: 120px;
	float: left;
}
.study_list .study_text h3 {
	margin: 5px 0;
	padding: 0;
	border: none;
	box-shadow: unset;
}
.study_list .study_text p {
	margin: 0;
	font-size: 1.2em;
	line-height: 20px;
}
/* ---------- アーカイブナビ ---------- */

.archive_nav h3 {
	width: 100%;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #331d00;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 10px;
	display: inline-block;
}
.archive_nav h3.archive_ttl {
	background: none;
	color: #333;
	text-align: left;
	border: none;
	border-radius: 0;
	height: auto;
    padding: 7px 0;
    margin-top: 3px;
    font-size: 1.6rem;
}
.archive_nav h3.archive_ttl:after {
	    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(/wp-content/themes/kawasaki/images/h2_border.png);
    background-repeat: no-repeat;
	background-position: left -50px bottom 0;
	border-bottom: none;
}
.archive_nav ul {
	margin: 0;
}
/* ---------- ページナビ ---------- */

.page_nav {
	text-align: center;
}
.page_nav .page_prev, .page_nav .page_next {
	font-size: 20px;
}
.page_nav .page_prev:hover, .page_nav .page_next:hover {
	text-decoration: none;
}
.page_nav .page_prev {
	margin-right: 20px;
}
.page_nav .page_next {
	margin-left: 20px;
}
.page_nav .page_num {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-color: #808080;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	border: solid 1px #808080;
	border-radius: 5px;
	display: inline-block;
}
.page_nav .page_num:hover {
	text-decoration: none;
}
.page_nav .current {
	background: #fff;
	color: #333;
}
/* ---------- イベント ---------- */

.event_list {
	margin: 0 -10px -10px -10px;
	padding: 0;
}
.event_list .event_box {
	width: 225px;
	margin: 0 10px 40px 10px;
	float: left;
}
.event_box .event_item {
	height: 225px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	overflow: hidden;
}
.event_box .event_item .category {
	width: 80px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.event_item .event {	background-color: #f8ad3b;}
.event_item .exhibition {background-color: #89c33f;}
.event_item .seminar2 {background-color: #5e40b1;}
.event_item .atelier {background-color: #cea427;}
.event_item .seminar {background: #00b317;}
.event_item .exhibition { background-color: #89c33f;}
.event_item .event {background: #ffc12e;}
.event_item .study {background: #7500b7;}
.event_item .other {background: #00b3e5;}
.event_item .emergency {background: #e50000;}

.event_item .pink {background: #CA668F;}
.event_item .yellow {background: #d1b600;}
.event_item .blue {background: #2b4192;}
.event_item .brown {background: #6b5344;}

.event_box .event_content {
	width: 100%;
	height: 225px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	word-wrap: break-word;
	position: absolute;
	top: 155px;
	left: 0;
	transition: 0.5s;
	white-space:nowrap;
}
.event_box .event_item:hover > .event_content {
	top: 0;
	white-space: normal;
}
.event_box .event_intro {
	margin: 5px 0 10px 0;
	font-weight: bold;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
.event_box .event_content .date, .event_box .event_content .location {
	font-size: 10px;
}
.event_box .event_content p {
	line-height: normal;
}
/* ---------- イベント　トップ ---------- */

.event_top {
	margin: 50px 0;
}
.event_top h3 {
	margin-bottom: 30px;
	font-size: 24px;
	color: #331d00;
	text-align: center;
	border: none;
}
.event_top .banner:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom:30px;
}
.event_top .banner li {
	width: 31.25%;
	margin-right: 3.125%;
	float: left;
}
.event_top .banner li:nth-child(3n) {
	margin-right:0;
}

/* ---------- イベント　詳細 ---------- */
  .ex_statearea {
    float: left;
	margin-top: -10px;
  }
  .ex_statearea .ex_state1 ,
  .ex_statearea .category {
    background: #f8ad3b;
    color: #FFF;
    padding: 5px 10px;
    font-size: 1em;
	      float: left;
  }
  .ex_statearea .ex_state2 {
    background: #666;
    color: #FFF;
    padding: 5px 10px;
    font-size:  1em;
	      float: left;
  }
  .ex_date {
    float: right;
    font-size:  1em;
  }
  .ex_topimg {
    clear: both;
  }
  .ex_topimg img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ex_pboxarea {
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	min-height: 20px;
  }
  .ex_pboxarea .ex_pbox {
    width: 16.666%;
    padding: 10px;
    text-align: center;
  }
  .ex_pboxarea .ex_pbox img {
    padding-bottom: 10px;
  }
  .ex_pboxarea .ex_pbox .p_boxtxt {
    font-size: 10px;
  }
  .exhibition_detail {
    clear: both;
  }
  @media ( max-width:768px) {
    .ex_pboxarea .ex_pbox {
      float: left;
      width: 33.333%;
      padding: 10px;
      text-align: center;
    }
  }
  @media ( max-width:480px) {
    .ex_pboxarea .ex_pbox {
      float: left;
      width: 50%;
      padding: 10px;
      text-align: center;
    }
  }
  .list_a {
    float: left;
    margin: 0 10px 30px;
    width: 100%;
  }
  .list_a dt {
    clear: both;
    float: left;
    font-weight: bold;
    margin-bottom: 1em;
    padding-right: 10px;
    width: 15%;
  }
  .list_a dd {
    margin-bottom: 1em;
    width: 85%;
    float: right;
  }
  .list_b,
  .list_d {
    display: block;
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .list_b dt,
  .list_d dt{
    display: block;
    clear: both;
    float: none;
    font-weight: bold;
    margin: 0 0 1em;
  } 
  .list_b dd,
  .list_d dd{
    display: block;
    float: none;
    margin: 0 0 1em;
  }
  .list_c {
    border-top: 1px solid #e4e9e9;
    float: left;
    list-style: outside none none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px;
  }
  .bu_ft li {
    float: right;
    padding-left: 3px;
  }
  .bu_ft:after {
    clear: both;
	content: "";
	display: block;
  }
.volcat .category {
	float: none;
	margin-left: 10px;
	width: 6rem;
    display: inline-block;
    text-align: center;
    padding: 3px;
}
h3.entryttl {
	text-align: center;
	margin: 30px auto 0;
    padding: 0;
    border: none;
}
dl.newslist.vollist dt {
    min-width: 17em;
}
.event_item .label01 {background: #e50000;}
.event_item .label02 {background: #2b4192;}
.event_item .label03 {background: #ffc12e;}
.event_item .label04 {background: #00b317;}
.event_item .label05 {background: #999;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
hr.m50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.selectWrap{
    position: relative;
    display: inline-block;
}
.selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #ccc;
    height: 100%;
    width: 30px;
}
.selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 
}
 .mw_wp_form_confirm .selectWrap::before,
 .mw_wp_form_confirm .selectWrap::after{
	 content: none;
}
/* ---------- お知らせ　トップ ---------- */

.news_top {
	max-width: 600px;
	margin: 30px auto 50px auto;
}
.news_top ul {
	margin: 0 0 40px 0;
}
.news_top li {
	margin-bottom: 15px;
	padding: 5px 0 5px 170px;
	position: relative;
}
.news_top .date {
	width: 140px;
	background-color: #378fbc;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/* ---------- コンテンツ　トップ ---------- */

.contents_top {
	margin: 30px 0 50px 0;
}
.contents_top .contents_list {
	margin: 0 -12.5px;
}
.contents_top li {
	width: 172px;
	margin: 0 12.5px;
	text-align: center;
	float: left;
}
.contents_top h4 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 15px;
	border: none;
}
.contents_top h4::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0 auto 5px auto;
	display: block;
	background: no-repeat center;
}
.contents_top li:nth-of-type(1) h4::before {
	background-image: url(/wp-content/themes/kawasaki/images/contents_ico_02.png);
}
.contents_top li:nth-of-type(2) h4::before {
	background-image: url(/wp-content/themes/kawasaki/images/contents_ico_01.png);
}
.contents_top li:nth-of-type(3) h4::before {
	background-image: url(/wp-content/themes/kawasaki/images/contents_ico_03.png);
}
.contents_top li:nth-of-type(4) h4::before {
	background-image: url(/wp-content/themes/kawasaki/images/contents_ico_04.png);
}
.contents_top li:nth-of-type(5) h4::before {
	background-image: url(/wp-content/themes/kawasaki/images/contents_ico_05.png);
}
.contents_top img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.contents_top p {
	font-size: 0.8em;
	text-align: left;
}
/* ---------- 固定ページ---------- */

img.entrance {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.links .block, .sitemap {
	float: left;
	width: 47.8%;
	margin-right: 4.3%;
}
.links .block2, .sitemap2 {
	float: left;
	width: 47%;
}
.sitemap li {
	margin-left: 1em;
	line-height: 1.3em;
}
.sitemap li.under1 {
	font-weight: bold;
	margin: 1.5em 0 5px -1em;
}
.sitemap li.under1::before {
	display: none;
}
.sitemap li.under3 {
	margin-left: 3em;
}
.summary ul li {
	float: left;
	width: 32%;
	background: #EEE;
	border: solid #CCC 1px;
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: block;
}
.summary ul p, .summary ul li h5 {
	padding: 0 10px;
}
.summary ul li h5 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: none;
	border: none;
	margin: 10px 0 5px;
}
.summary ul li img {
	margin: 0 auto 10px;
	display: table;
	width: 100%;
}
.summary ul li:nth-of-type(3) {
	margin-right: 0;
}
table.bus {
	background: #FFF;
	border: #EEE 1px solid;
}
table.bus th {
	width: 5em;
}
.bg_ccc {
	background: #CCC;
}
dl#theater {
	width: 100%;
	margin: 20px 0 0;
	display: block;
}
.theater_archive ul {
	list-style: none;
	display: flex;
	width: 100%;
	border: solid 1px #331d00;
	font-size: 13px;
}
.theater_archive ul li {
	display: none;
}
.theater_archive ul li.year_list {
	display: table-cell;
	width: 14.28%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	background: #FFF;
	margin-bottom: 0;
	background-image: url(images/archive_border.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
}
.theater_archive ul li:nth-child(n + 14) {
	display: none;
}
.theater_archive ul li.disp {
	display: table-cell ;
	width: 14.28%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	background: #FFF;
	margin-bottom: 0;
	background-image: url(images/archive_border.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
}
.theater_archive ul li a {
	height: 100%;
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	transition: all .3s ease;
	background-image: url(images/archive_border.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.theater_archive ul li a:hover, .theater_archive ul li.active a {
	background: #331d00;
	background-image: url(images/archive_border.png);
	background-position: right center;
	color: #FFF;
	cursor: pointer;
}
.theater_archive ul li a .active {
	display: block;
	width: 100%;
	padding: 15px 0;
	margin: -15px 0;
	background: #331d00;
	color: #FFF;
}
.theater_archive ul li:last-child a, .theater_archive ul li:nth-child(13) a {
	background-image: none;
}
.theater_archive ul li:nth-child(2) {
	background-image: none;
}
.theater_moon ul {
	list-style: none;
	display: flex;
	width: 100%;
	font-size: 13px;
}
.theater_moon ul li {
	display: table-cell;
	width: 8.33%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.theater_moon ul li a {
	height: 100%;
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	text-decoration: none;
}
.theater_moon ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
.theater_moon ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #FFF;
	border-top: 1px solid #331d00;
	border-bottom: 1px solid #331d00;
	position: relative;
	top: 8px;
}
.theater_moon ul li:first-child a:after {
	border-left: 1px solid #331d00;
}
.theater_moon ul li:last-child a:after {
	border-right: 1px solid #331d00;
}
.theater_moon ul li:hover a:after, .theater_moon ul li.active a:after {
	background: #331d00;
}
#theater dt {
	display: block;
	padding: 20px;
	margin: 0;
	border: #CCC 1px solid;
	background: #FFF;
	cursor: pointer;
	float: none;
	background-image: url(images/theater_opend.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
#theater dt .date {
	display: inline-block;
	float: right;
	margin-right: 40px;
}
#theater dt.active {
	background-image: url(images/theater_closed.png);
}
#theater dd {
	background: #f2f2f2;
	padding: 20px;
	border: #CCC 1px solid;
	border-top: none;
	background: #EEE;
	display: none;
	float: none;
	margin: 0;
}
#theater dd ul {
	margin: 0;
}
#theater dl.cine_price {
	margin-bottom: 5px;
	margin: 0px;
	float: right;
	width: 290px;
}
#theater .cine_price dt {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #FDFDFF;
	margin-top: 0;
	background-image: none;
}
#theater .cine_price dd {
  display: inline-block;
  vertical-align: middle;
	width: 100%;
	padding: 10px;
	background-color: #F7F7FD;
}
#theater .cine_price dd span {
	padding: 2px 5px;
	display: inline-block;
	line-height: 120%;
	vertical-align: middle;
}
#theater .cine_price dd span.til_cp {
	float: left;
}
#theater .cine_price dd span.dd_cp {
	float: right;
}
.select_archives .button {
	display: none;
}

.mo_cont {
  margin: 30px 0 0;
}
.mo_title {
  margin: 10px 0 20px;
}
.mo_img_s {
  margin-bottom: 10px;
	display: table;
}
.mo_img_s img {
  margin-right: 10px;
	display: table-cell;
	min-width: 150px;
}
.mo_img_s p {
  margin: auto 0;
	display: table-cell;
    vertical-align: middle;
}
.movie_content {
  border-top:2px dotted #CCC;
	padding: 20px 0 0;
}
.movie_content h5 {
    font-size: 16px;
    padding: 0;
}
.mini_hall .cine_price dl {
  margin-top: 0;
}

.display {
	display: flex;
	margin-bottom: 20px;
}
.display .dis_box {
	float: left;
	max-width: 60%;
}
.display .dis_images {
	float: right;
	display: flex;
}
.display .dis_images .dis_img {
	float: left;
	margin: 20px;
	margin-right: 0;
}
/*出版　セレクトBOX*/

.selectbox {
	display: flex;
}
.pulldown_a, .pulldown_b {
	margin-bottom: 20px;
}
.pulldown_a h4, .pulldown_b h4 {
	margin-bottom: 0;
	text-align: center;
	border-bottom: none;
}
.pulldown_a select, .pulldown_b select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #331d00;
	width: 100%;
	border-radius: 3px;
	background-image: url(images/select_list.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.pulldown_a select:hover, .pulldown_b select:hover {
	background-color: #331d00;
	color: #FFF;
	transition: all 300ms 0s ease;
	opacity: 0.7;
	text-decoration: none;
}
.pulldown_a select:hover option, .pulldown_b select:hover option {
	color: #000;
}
.pulldown_a select option, .pulldown_b select option {
	background-color: #fff;
}
.pulldown_a select::-ms-expand, .pulldown_b select::-ms-expand {
	display: none;
}
.pulldown_a select:-moz-focusring, .pulldown_b select:-moz-focusring {} dl.newslist {
	width: 100%;
	display: flex;
	margin: 0 auto 20px;
}
dl.newslist dt {
	width: 10em;
	display: inline-table;
}
dl.newslist dd {
	display: block;
	margin-bottom: 20px;
}
/* -
dl.newslist dd .afile:before {
	background-image: url(images/btn_ico_01.png);
	display: inline-table;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	content: "";
	background-size: auto 20px;
	background-repeat: no-repeat;
	position: relative;
	top: -14px;
	margin-bottom: -14px;
}
 */

dl.about {
	display: table;
	width: 100%;
}
dl.auto {
	width: 70%;
}
dl.about dt {
	width: 6em;
	clear: both;
}
dl.about dd {
	width: 85%;
}


.publishing .p_tag {
	display: inline-block;
	font-size: 10px;
	background: #331d00;
	padding: 0px 10px;
	color: #FFF;
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
	text-align: center;
}
.publishing .p_img {
	margin: 0 20px 20px 0;
	float: left;
	width: 160px;
}
.publishing .p_img img {
	max-width:160px;
}
.publishing #p_area {
	border: 2px #B9B9B9 dotted;
	margin: 10px 0 40px;
	padding: 30px 20px;
	background: #f8f8f8;
}
.publishing .p_box h4 {
	padding: 0 55px 5px 0;
}
.publishing .p_cont {
	display: table;
}
.publishing .p_cont .button {
	margin-bottom: 0;
	max-width: 100%;
}

.presslist {
	margin-bottom: 40px; 
}
.presslist .date {
	font-size: 12px;
	margin-bottom: 0;
}
.presslist h4 {
	margin: 0;
}
h2.extitle {
	margin: 30px 10px 20px 10px;
	font-size: 24px;
}
h2.extitle2 {
	margin: 30px 0 20px 0;
}
.floormap_list {
	margin: 0 -15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.floormap_list li {
	width: 160px;
	margin: 0 15px;
	text-align: center;
}
.floormap_list h4 {
	margin-bottom: 15px;
	padding: 0;
	font-size: 13px;
	border: none;
}
.floormap_list a.fancybox-inline {
	position: relative;
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.floormap_list a.fancybox-inline::after {
	content: "zoom";
	display: inline-block;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 10px;
	padding: 5px 8px;
  border-radius: 10px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.floormap_list p {
	font-size: 10px;
	text-align: left;
}
.floormap_inboximg {
	margin-bottom: 15px;
}
.floormap_obje {
  padding: 15px 0;
  border-top: solid 1px #ccc;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.floormap_obje_pic {
  min-width: 140px;
}
.floormap_obje_pic img {
  border-radius: 10px;
  overflow: hidden;
}
.floormap_obje_text {
  margin-left: 10px;
}
.page-id-151 .floormap_list {
	margin: 0;
}
.page-id-151 .floormap_list li {
	width: 28%;
	margin: 0 15px;
}
#lounge,
#museumshop {
	padding-top: 155px;
	margin-top: -155px;
}
.privacy_iframe {
  width: 100%;
  height: 1580px;
  background-color: #fff;
  border: solid 1px #CCC;
  padding: 30px 1%;
}
/* ---------- single page ---------- */

/* ---------- single page ---------- */

.singlepage h2.entry-title {
	margin: 0 0 30px;
}

.singlepage .event_date {
	margin-bottom: 0;
}
.singlepage .mainimg {
	max-width: 360px;
	margin-right: 30px;
	float: left;
}
.singlepage .event_detail {
	display: table;
}

/* ========== パーツ SP ========== */

@media screen and (max-width: 992px) {
	.pc {
		display: none;
	}
	.sp {
		display: none;
	}
	.tablet {
		display: inherit;
	}
	/* ---------- ボタン ---------- */
	
	.button a, .button input {
		width: 300px;
		margin: 0 0 20px 0;
		max-width: 100%;
	}
	/* ---------- アクセス ---------- */
	
	.access_table tr, .access_table th, .access_table td {
		width: 100%;
		display: block;
	}
	.access_table th, .access_table td {
		padding: 20px 0;
	}
	.access_table td {
		border: none;
		border-top: solid 1px #331d00;
	}
	/* ---------- イベント ---------- */
	
	.event_list .event_box {
		width: 48%;
		margin: 0 1% 40px 1%;
	}
  
	/* ---------- コンテンツ　トップ ---------- */
	
	.contents_top .contents_list {
		margin: 0;
	}
	.contents_top li {
		width: 29%;
		margin: 0 2%;
	}
	.contents_top li img {
		width: 100%;
	}
	
/* ---------- フロアマップ ---------- */
	.floormap_list {
		margin: 0;
	}
	.floormap_list li {
		width: 28%;
		margin: 0 15px;
	}
	
}
/* ========== sp ========== */

@media screen and (max-width: 768px) {
	.archive_nav .button a {
		display: table;
		width: 100%;
		margin: 0 0 10px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 16px;
		margin: 20px 0;
		line-height: normal;
	}
	h2.extitle {
    	margin: 20px 3px 20px 3px;
	    font-size: 16px;
	}
	h3 {
		font-size: 18px;
		margin: 20px 0 10px 0;
	}
	.content_box {
		margin: 0;
	}
	.content_area {
		padding: 0;
	}
	.pc {
		display: none;
	}
	.tablet {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.post_header {
		height: 140px;
	}
	.post_header h1, .post_header h2 {
		height: 70px;
		padding: 14px 0;
	}
	.post_header.kawasaki h1{
		padding: 24px 0;
	}
	.post_header h1 span, .post_header h2 span {
		font-size: 21px;
		margin-bottom: 0px;
	}
	.form {
		padding: 0;
	}
	.form th{
		padding: 20px 20px 10px;
		display: block;
		width: 100%;
	}
	.form td {
	    padding: 0 20px 10px;
		display: block;
		width: 100%;
	}
	.selectWrap {
		display: block;
	}
	table .text_s input,
	table select
	{
    	max-width: 100%;
		width: 100%;
	}
	/* ---------- イベント ---------- */
	
	.event_list {
		margin: 0;
	}
	.access_map img {
		width: 90%;
		margin: 10px 0;
	}
	.event_list .event_box {} .event_box .event_item {
		height: 180px;
	}
	.event_box .event_content {
		height: 70px;
		top: 110px !important;
		width: 100%;
	}
	.event_box .event_content p {
		display: none;
	}
	.event_top .banner li {
		width:100%;
		margin: 0 0 20px;
		text-align: center;
		float: none;
	}
	.news_top li {
		padding: 5px 0;
	}
	.access_table table {
		margin-bottom: 20px;
	}
	.news_top .date {
		margin-bottom: 6px;
		position: inherit;
		display: block;
		font-size: 10px;
		width: auto;
	}
	.contents_top li {
		width: 100%;
		margin: 0 0 20px;
		border-bottom: dotted #CCC;
	}
	.contents_top h4::before {
		display: inline-block;
		margin: 0 10px -5px 0;
	}
	.contents_top li img {
		margin-right: 4%;
		width: 40%;
		float: left;
	}
	img.entrance {
		float: none;
		margin: 0 auto;
		display: table;
	}
	.links .block, .links .block2, .sitemap, .sitemap2 {
		margin: 0;
		float: none;
		width: 100%;
	}
	.summary ul li {
		width: 100%;
		margin: 0 0 20px;
		;
	}
	#theater dt {
		padding: 10px 20px 10px 10px;
		background-position: right 10px center;
		margin: 0;
	}
	#theater dd {
		padding: 10px;
	}
	#theater dt .date {
		display: block;
		float: none;
		margin-right: 0;
	}
	#theater dl.cine_price {
		width: 100%;
	}
	#theater .cine_price dt, #theater .cine_price dd {
		padding: 5px;
	}
	.display {
		display: block;
	}
	.display .dis_box {
		float: none;
		max-width: 100%;
	}
	.display .dis_images {
		float: none;
	}
	.display .dis_images .dis_img {
		float: left;
		margin: 10px;
	}
	dl.newslist {
		display: table;
		border-bottom: 2px dotted #CCC;
	}
	dl.newslist dt {
		width: 100%;
		display: block;
	}
	.study_list li a {
		padding: 10px;
	}
	.study_list li .study_img {
		max-width: 20%;
	}
	.study_list .study_text {
		padding-left: 25%;
	}
	.study_list .study_text h3 {
		margin: 2px 0 5px;
		font-size: 14px;
		line-height: normal;
	}
	.links .pulldown_a, .links .pulldown_b {
    margin-bottom: 20px;
	}
	.publishing .p_box h4 {
		margin-bottom: 10px;
	}
	.publishing .p_img {
		text-align: center;
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.publishing #p_area {
		padding: 20px 10px;
	}
	.publishing .p_cont {
		display: block;
	}
	.singlepage h2.entry-title {
		margin-bottom: 20px;
	}
	.singlepage .mainimg {
	max-width: 100%;
	margin: 0 0 20px;
	float: none;
	text-align: center;
	}
	.pager li > a {
		padding: 10px;
	}
	.theater_archive, .theater_moon {
		display: none;
	}
	.theater_archive ul, .theater_moon ul {
		display: block;
		border: none;
		margin-top: 0;
	}
	.theater_archive ul li.year_list, .theater_archive ul li.disp {
		display: block;
		width: auto;
		float: none;
		background: none;
	}
	.theater_archive ul li:first-child {
		display: none;
	}
	.theater_archive ul li a {
		border: solid 1px #331d00;
		margin: 0 auto 20px;
		border-radius: 10px;
		width: auto;
		display: block;
		max-width: 300px;
	}
	.theater_archive ul li a:hover {
		background: none;
		color: #333;
	}
	.theater_moon ul li {
		width: 50%;
		background: none;
		padding: 10px;
		padding: 5px 10px;
    	margin-bottom: 0;
	}
	.theater_moon ul li a {
		border: solid 1px #331d00;
		border-radius: 5px;
	}
	.theater_moon ul li a::after {
		display: none;
	}
	.theater_archive ul li a {
		background: none;
	}
	.select_archives .button {
		display: block;
		margin-bottom: 20px;
	}
	.select_archives .button a {
		margin-bottom: 0;
	}
	.ex_statearea {
		float: none;
		margin: 10px 0;
	}
	.ex_statearea .ex_state1,
	.ex_statearea .ex_state2,
	.ex_statearea .category {
		display: inline-block;
	}
	.ex_date {
		float: none;
	}
	.bu_ft {
	    display: table;
	    margin: 0 auto;
	}
	.bu_ft li {
		float: left;
		padding-right: 3px;
	  }
/* ---------- フロアマップ ---------- */
	.floormap_list {
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.floormap_list li {
		width: 47% !important;
		margin: 0 !important;
	}
	.privacy_iframe {
		height: 600px;
	}
	dl.about dd, dl.about dt {
		width: 100%;
	}
  
}



/* ボランティア分岐 */
.vol_root {
  margin-top: 40px;
}
.vol_root li {
  display: block;
  width: calc(50% - 25px);
  float: left;
  margin: 0 50px 20px 0;
}
.vol_root li a {
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  background: #FFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #331d00;
  color: #333;
  transition: 0.3s ease;
}
.vol_root li a:hover {
  background: #eee;
}
.vol_root li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-top: -3px;
  margin-right: 10px;
  background: center / contain no-repeat;
}
.vol_root li:nth-child(even) {
  margin-right: 0;
}
.vol_root li:nth-child(1) a:before {
  background-image: url(images/vol_text.png);
}
.vol_root li:nth-child(2) a:before {
  background-image: url(images/vol_login.png);
}

/* ログイン画面 */
#wpmem_login .form {
  width: 100%;
  max-width: 400px;
  padding: 20px !important;
  display: table;
  margin: 40px auto !important;
  text-align: center;
}
#wpmem_login .form fieldset {
  margin: 0;
}
#wpmem_login .form fieldset legend,
#wpmem_login .form fieldset legend + label,
#wpmem_login .form fieldset .username {
  display: none;
}
#wpmem_login .form fieldset .div_text {
  width: auto;
  margin: 0;
}
#wpmem_login .form fieldset label {
  font-weight: normal;
}
#wpmem_login .form fieldset input[type=password],
#wpmem_login .form fieldset input[type=text] {
  height: 34px;
  width: 200px;
  padding: 6px 12px;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#wpmem_login .form fieldset p {
  margin: 0;
}
#wpmem_login .form fieldset .button_div {
  width: auto;
  text-align: center;
}
#wpmem_login .form fieldset input[type=submit] {
  display: table;
  margin: 5px auto 0;
  border: solid 1px #CCC;
  background: #EEE;
  padding: 5px 20px;
  border-radius: 4px;
}
#wpmem_msg {
	border: none !important;
	background: none !important;
}
#wpmem_msg h2 {
	display: table;
}
#wpmem_msg h2:after {
	content: none;
}
/* ボランティアカテゴリ */
.vol_catlist li {
  display: block;
  width: calc(50% - 10px);
  float: left;
  margin: 0 20px 20px 0;
}
.vol_catlist li:first-child {
  width: 100%;
  margin: 0 0 20px 0;
}
.vol_catlist li:nth-child(odd) {
  margin-right: 0;
}
.vol_catlist li a {
  display: block;
  padding: 15px;
  background: #FFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #331d00;
  color: #333;
  transition: 0.3s ease;
}
.vol_catlist li a:hover {
  background: #FFF !important;
}
.vol_catlist li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-top: -3px;
  margin-right: 10px;
  background: center / contain no-repeat;
}
.vol_catlist li.all a {
  background: #fff;
}
.vol_catlist li.museum a {
  background: #feffeb;
}
.vol_catlist li.children a {
  background: #f4fff4;
}
.vol_catlist li.school a {
  background: #fcf4ff;
}
.vol_catlist li.art a {
  background: #eaf6ff;
}
.vol_catlist li.event a {
  background: #fff5ea;
}
.vol_catlist li.senior a {
  background: #fff4f4;
}
.vol_catlist li.all a:before {
  background-image: url(images/icon_all.png);
}
.vol_catlist li.museum a:before {
  background-image: url(images/icon_museum.png);
}
.vol_catlist li.children a:before {
  background-image: url(images/icon_children.png);
}
.vol_catlist li.school a:before {
  background-image: url(images/icon_school.png);
}
.vol_catlist li.art a:before {
  background-image: url(images/icon_art.png);
}
.vol_catlist li.event a:before {
  background-image: url(images/icon_event.png);
}
.vol_catlist li.senior a:before {
  background-image: url(images/icon_senior.png);
}

/* ボランティアリスト */
.vollist li {
  display: block;
  width: 100%;
  background: #FFF;
  padding: 15px;
  margin-bottom: 30px;
  border: solid 1px #331d00;
  position: relative;
}
.vollist li p {
  margin-bottom: 10px;
}
.vollist li p:first-child {
  border-bottom: dotted 1px #CCC;
  padding-bottom: 10px;
}
.vollist li .date {
  background: #331d00;
  color: #FFF;
  display: inline-block;
  padding: 1px 5px;
  margin-right: 5px;
}
.vollist li .action {
  font-size: 120%;
}
.vollist li .button {
  margin: 15px 0;
  text-align: center;
}
.vollist li.fin {
  background: #eee;
}
.vollist li.fin .button a {
  margin: 0;
  pointer-events: none;
  background-color: #999;
  border-color: #999;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* ボランティア分岐 */
  .vol_root li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  /* ログイン画面 */
  /* ボランティアカテゴリ */
  .vol_catlist li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  /* ボランティアリスト */
  .vollist li {
    padding: 10px;
  }
  .vollist li .button {
    margin: 10px 0;
  }
  .vollist li .button a {
    margin: 0;
  }
  .vollist li.fin .button a {
    margin: 0;
  }
}

.form input:placeholder-shown,
.form textarea:placeholder-shown { color: #bbb; }

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder { color: #bbb; }

.form input:-moz-placeholder,
.form textarea:-moz-placeholder { color: #bbb; opacity: 1; }

.form input::-moz-placeholder,
.form textarea::-moz-placeholder { color: #bbb; opacity: 1; }

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { color: #bbb; }

.form .select {
    display: inline-block;
    position: relative;
}
.form .select:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
}
.mw_wp_form_confirm .form .select:after {
	content: none;
}