@charset "UTF-8";
/*
	Theme Name: bottomline
	Description: 
	Theme URI: 
	Author: 
	Author URI: 
	Version: 1.0
	License: 
	License URI: 
	Tags: 
*/
/*----------------------------------------------------
	< reset >
----------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://fonts.googleapis.com/css?family=Exo:100);
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  outline: none;
  overflow-y: scroll;
}

body, header, nav, section, aside, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

strong {
  font-weight: bold;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input {
  _vertical-align: text-bottom;
}

input, button, textarea, select, optgroup, option {
  font-size: .9em;
  line-height: 1.4 !important;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputButton {
  *overflow: visible;
  _width: 0;
  padding: .2em .4em;
}

/*----------------------------------------------------
	< common style >
----------------------------------------------------*/
html {
  font-size: 15px;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #999999;
  color: #000000;
  width: 100%;
}

p {
  font-size: 1rem;
  line-height: 166.66667%;
}

#container {
  width: 100%;
  background: url(images/index_bg01.gif) repeat;
}

#main .main_column {
  overflow: hidden;
  background-color: #848484;
}
#main .main_column.two_column {
  background-color: #e6e6e6;
}
#main .side_column {
  background-color: #494949;
}
#main .main_column.single_column {
  background-color: #e6e6e6;
}
@media screen and (min-width: 750px) {
  #main {
    width: 900px;
  }
  #main:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  #main .navi_column {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    padding-bottom: 50px;
  }
  #main .main_column {
    display: table-cell;
    vertical-align: top;
    width: 512px;
  }
  #main .main_column.two_column {
    width: 81.11111%;
  }
  #main .side_column {
    display: table-cell;
    width: 218px;
    vertical-align: top;
  }
  #main .main_column.single_column {
    width: 100%;
  }
}

/*
*/
/*----------------------------------------
	< link setting >
-----------------------------------------*/
a:link, a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover, a:active {
  color: #003399;
  text-decoration: underline;
}
a.red:link, a.red:visited {
  color: #D28080;
  text-decoration: none;
}
a.red:hover, a.red:active {
  color: #D28080;
  text-decoration: underline;
}

/*----------------------------------------
	< hx setting >
-----------------------------------------*/
input, button, textarea, select, optgroup, option {
  padding: 2px 5px;
  font-size: 1.1rem;
  line-height: 150%;
}

.frame_wrap {
  width: 95%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.frame_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------------
	< header >
----------------------------------------------------*/
#header_image_home {
  width: 100%;
  background-color: black;
  background-image: url(images/header_bg.gif);
  border-bottom: 1px solid #c1c1c1;
}
#header_image_home img {
  display: block;
  width: 100%;
  height: auto;
}
#header_image_home .header_image_pc {
  display: none;
}
@media screen and (min-width: 750px) {
  #header_image_home .header_image_pc {
    display: block;
    width: 900px;
  }
  #header_image_home .header_image_sp {
    display: none;
  }
}

#header_image_home_s {
  width: 100%;
  background-color: black;
  background-image: url(images/header_bg_s.gif);
  border-bottom: 1px solid #c1c1c1;
}
#header_image_home_s img {
  display: block;
  width: 100%;
  height: auto;
}
#header_image_home_s .header_image_pc {
  display: none;
}
#header_image_home_s .header_image_sp {
  max-width: 360px;
  width: 100%;
  margin: 0px 0px 0px auto;
}
@media screen and (min-width: 750px) {
  #header_image_home_s .header_image_pc {
    display: block;
    width: 900px;
  }
  #header_image_home_s .header_image_sp {
    display: none;
  }
}

/*----------------------------------------------------
	< header >
----------------------------------------------------*/
#footer {
  padding: 10px;
}
@media screen and (min-width: 750px) {
  #footer p {
    width: 900px;
    text-align: center;
  }
}
#footer span {
  color: #EEEEEE;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 750px) {
  #footer span {
    display: block;
    margin: 0px 10px;
  }
}
#footer span.copyrights {
  display: block;
}
#footer .copyrights {
  font-size: 0.83333rem;
  line-height: 150%;
}

/*----------------------------------------------------
	< nav >
----------------------------------------------------*/
.navi_column {
  position: relative;
}
.navi_column .sp_menu_button {
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
.navi_column .sp_menu_button a {
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.navi_column .sp_menu_button:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
.navi_column .sp_menu_button a:before, .navi_column .sp_menu_button a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #222;
}
.navi_column .sp_menu_button a:before {
  margin-top: -6px;
}
.navi_column .sp_menu_button a:after {
  margin-top: 2px;
}
.navi_column .sp_menu_content {
  display: none;
}
.navi_column:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 750px) {
  .navi_column .sp_menu_button {
    display: none;
  }
  .navi_column .sp_menu_content {
    display: block;
    width: 170px;
  }
}

#navigation {
  float: left;
  width: 170px;
}

#links {
  float: left;
  width: 170px;
}
#links .widget_sp_image {
  max-width: 150px;
  width: 100%;
  margin: 10px auto 10px auto;
}
#links .widget_sp_image img {
  width: 100%;
  height: auto;
}

#sidebar2 {
  float: left;
  width: 170px;
  margin: 10px auto;
}
@media screen and (min-width: 750px) {
  #sidebar2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
#sidebar2 .widget_sp_image {
  width: 114px;
  margin: auto;
}
#sidebar2 .widget_sp_image img {
  display: block;
}
#sidebar2 .widget_sp_image img.alignright {
  margin: 0px 0px 0px auto;
}

/*--- nav frame ---*/
#navigation .nav_hdlogo {
  display: block;
  margin: 0px auto;
  max-width: 170px;
  max-height: 37px;
}
#navigation ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#navigation ul li {
  display: block;
}
#navigation ul li a {
  display: block;
  width: 170px;
  padding: 3px 10px 0px 20px;
  letter-spacing: 3px;
  background: transparent url(images/listicon_silver.png) no-repeat left center;
  color: #eeeeee;
  text-shadow: 0px 0px 2px #141414;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 277.77778%;
}
#navigation ul li a:hover {
  text-decoration: none;
  background: #EEEEEE url(images/listicon_gray.png) no-repeat left center;
  color: #464646;
  text-shadow: 0px 0px 2px #c3c3c3;
}
#navigation ul li.nav_schedule a {
  background-image: url(images/nav_schedule.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_schedule a:hover {
  background-image: url(images/nav_schedule_on.gif);
}
#navigation ul li.nav_pickup a {
  background-image: url(images/nav_pickup.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_pickup a:hover {
  background-image: url(images/nav_pickup_on.gif);
}
#navigation ul li.nav_access a {
  background-image: url(images/nav_access.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_access a:hover {
  background-image: url(images/nav_access_on.gif);
}
#navigation ul li.nav_aboutus a {
  background-image: url(images/nav_aboutus.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_aboutus a:hover {
  background-image: url(images/nav_aboutus_on.gif);
}
#navigation ul li.nav_hallrent a {
  background-image: url(images/nav_hallrent.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_hallrent a:hover {
  background-image: url(images/nav_hallrent_on.gif);
}
#navigation ul li.nav_hallspec a {
  background-image: url(images/nav_hallspec.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_hallspec a:hover {
  background-image: url(images/nav_hallspec_on.gif);
}
#navigation ul li.nav_blcafe a {
  background-image: url(images/nav_blcafe.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
}
#navigation ul li.nav_blcafe a:hover {
  background-image: url(images/nav_blcafe_on.gif);
}
#navigation ul li.nav_blstudio a {
  background-image: url(images/nav_blstudio.gif);
  height: 37px;
  text-decoration: none;
  text-indent: -9999px;
  margin-top: 10px;
}
#navigation ul li.nav_blstudio a:hover {
  background-image: url(images/nav_blstudio_on.gif);
}
#navigation .menu-gv_menu-container ul {
  margin-top: 10px;
}

/*----------------------------------------------------
	< index >
  ----------------------------------------------------*/
/*------------------------------
	top-information
  ------------------------------*/
#information_wrap {
  padding: 0px 1px 1px 1px;
  background-color: #E6E6E6;
}
#information_wrap .information_hd {
  background-color: #C70202;
  color: #FFFFFF;
  font-size: 0.83333rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding: 0px 5px;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 750px) {
  #information_wrap .information_hd {
    width: 510px;
    height: 24px;
    line-height: 24px;
  }
}
#information_wrap ul {
  padding: 10px;
}
#information_wrap ul li {
  line-height: 1.2;
}
#information_wrap ul li+li {
  margin-top: 7px;
}
@media screen and (min-width: 750px) {
  #information_wrap ul {
    padding: 15px;
  }
}

.information h1 {
  font-size: 1.5rem;
  line-height: 150%;
  padding: 10px;
  color: #C70202;
}
.information article {
  padding: 10px;
}

.notfound h1 {
  padding: 20px;
  font-size: 3rem;
  line-height: 150%;
  font-family: 'Poiret One', cursive;
  color: #C70202;
  text-align: center;
}
.notfound article {
  padding: 20px;
  text-align: center;
}

/*------------------------------
	top-specialpickup
  ------------------------------*/
#special_pickup_wrap {
  padding: 0px 1px 1px 1px;
}
#special_pickup_wrap .special_pickup_hd {
  background-color: #C70202;
  color: #FFFFFF;
  font-size: 0.83333rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0px 5px;
  text-align: right;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 750px) {
  #special_pickup_wrap .special_pickup_hd {
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/special_pickup_header.gif) no-repeat left top;
    width: 510px;
    height: 24px;
  }
}
#special_pickup_wrap .special_pickup_item {
  margin-top: 1px;
}
#special_pickup_wrap .special_pickup_item img {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------------
	top-hot_news
  ------------------------------*/
#hot_news_wrap {
  text-align: center;
}
#hot_news_wrap .hot_news_hd {
  background-color: #292929;
  color: #FFFFFF;
  font-size: 0.83333rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0px 5px;
  text-align: right;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 750px) {
  #hot_news_wrap .hot_news_hd {
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/hot_news_header.gif) no-repeat left top;
    width: 218px;
    height: 24px;
  }
}
#hot_news_wrap .hot_news_item {
  display: inline-block;
  margin: 7px 5px;
  vertical-align: middle;
}
#hot_news_wrap .hot_news_item.line iframe {
  display: block;
}
#hot_news_wrap .hot_news_item img {
  display: block;
/*  width: 206px;
  height: 30px;*/
  margin: auto;
}

/*----------------------------------------
	top-what's new
-----------------------------------------*/
#whats_new_wrap .whats_new_hd {
  background-color: #734C5E;
  color: #FFFFFF;
  font-size: 0.83333rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.3em;
  padding: 0px 5px;
  text-align: right;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 750px) {
  #whats_new_wrap .whats_new_hd {
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/whats_new_header.gif) no-repeat left top;
    width: 218px;
    height: 26px;
  }
}
#whats_new_wrap .whats_new_item {
  margin: 10px;
}
#whats_new_wrap .whats_new_item p {
  color: #D28080;
  font-size: 1rem;
  line-height: 120%;
}

/*----------------------------------------
	top-sidebar3
-----------------------------------------*/
#sidebar3 {
  color: #CCCCCC;
  padding-bottom: 10px;
}
#sidebar3 .widget {
  margin: 10px;
}
#sidebar3 .widget p, #sidebar3 .widget .textwidget {
  font-size: 1rem;
  line-height: 120%;
}

.place_selector {
  display: table;
  width: 100%;
}
.place_selector a {
  display: table-cell;
  height: 37px;
  vertical-align: middle;
  text-align: center;
}
.place_selector a img {
  display: block;
  margin: 0px auto;
  max-width: 170px;
  max-height: 37px;
}
.place_selector .select_bottomline {
  background-color: #990000;
}
.place_selector .select_bottomline.disabled {
  background-color: rgba(153, 0, 0, 0.3);
}
.place_selector .select_bottomline.disabled img {
  opacity: 0.8;
}
.place_selector .select_blcafe {
  background-color: #006699;
}
.place_selector .select_blcafe.disabled {
  background-color: rgba(0, 102, 153, 0.3);
}
.place_selector .select_blcafe.disabled img {
  opacity: 0.8;
}
.place_selector .select_all {
  width: 160px;
  color: #DDD;
  background: url(images/index_bg01.gif) repeat;
  vertical-align: bottom;
  padding-bottom: 5px;
  font-family: 'Exo', sans-serif;
}
.place_selector .select_all span {
  font-size: 14px;
  margin: 0px 3px;
}


.page .place_selector {
  display: block;
  width: 100%;
}
.page .place_selector ul::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.page .place_selector ul li {
  float: left;
  height: 37px;
  padding: 0 1em;
  width: 70%;
  text-align: center;
}
.page .place_selector ul li.bottomline {
  background-color: #990000;
}
.page .place_selector ul li.blcafe {
  background-color: #006699;
}
.page .place_selector ul li.disabled {
  width: 30%;
}
.page .place_selector ul li.bottomline.disabled {
  background-color: rgba(153, 0, 0, 0.3);
}
.page .place_selector ul li.blcafe.disabled {
  background-color: rgba(0, 102, 153, 0.3);
}
.page .place_selector a {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #eee;
}
.page .place_selector img {
  display: inline-block;
  margin: 0px auto;
  max-width: 170px;
  max-height: 37px;
  vertical-align: top;
}
.page .place_selector span {
  display: inline-block;
  margin-top: 1em;
  vertical-align: top;
}
.page .place_selector span {
  
}

/*----------------------------------------------------
	< schedule >
----------------------------------------------------*/
/*----------------------------------------
	schedule - header footer
-----------------------------------------*/
.schedule_header {
  width: 100%;
  height: 43px;
  background-image: url(images/grad-silver.gif);
  padding: 6px 0px;
}
.schedule_header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.schedule_header .prev_items {
  float: left;
  vertical-align: middle;
  text-align: left;
  margin: 0px 5px;
}
@media screen and (min-width: 750px) {
  .schedule_header .prev_items {
    width: 200px;
  }
  .schedule_header .prev_items .prev_button {
    margin-right: 10px;
  }
}
.schedule_header .prev_items .prev {
  font-size: 1.16667rem;
  line-height: 221.42857%;
}
.schedule_header .prev_items img {
  width: 61px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.schedule_header .next_items {
  float: right;
  vertical-align: middle;
  text-align: right;
  margin: 0px 5px;
}
@media screen and (min-width: 750px) {
  .schedule_header .next_items {
    width: 200px;
  }
  .schedule_header .next_items .next_button {
    margin-left: 10px;
  }
}
.schedule_header .next_items .next {
  font-size: 1.16667rem;
  line-height: 221.42857%;
}
.schedule_header .next_items img {
  width: 61px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.schedule_header .schedule_title {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  text-align: center;
  padding: 0px 70px;
}
@media screen and (min-width: 750px) {
  .schedule_header .schedule_title {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.schedule_header .schedule_title .schedule_title_year {
  font-size: 1.16667rem;
  line-height: 221.42857%;
  vertical-align: middle;
}
.schedule_header .schedule_title .schedule_title_month {
  font-size: 1.5rem;
  line-height: 172.22222%;
  font-weight: bold;
  margin: 3px 7px;
  vertical-align: middle;
}
.schedule_header .schedule_title .schedule_title_month_eng {
  font-size: 1.16667rem;
  line-height: 221.42857%;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .schedule_header .prev, .schedule_header .next {
    display: none;
  }
}

.schedule_footer {
  width: 100%;
  background-color: #c1c1c1;
}
.schedule_footer .prev_items {
  float: left;
  vertical-align: middle;
  text-align: left;
  margin: 0px 5px;
  width: 71px;
}
.schedule_footer .prev_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.schedule_footer .next_items {
  float: right;
  vertical-align: middle;
  text-align: right;
  margin: 0px 5px;
  width: 71px;
}
.schedule_footer .next_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.schedule_footer .page_top {
  vertical-align: middle;
  text-align: center;
  padding: 0 80px;
}

/*
.schedule_footer {
	display: table;
	width: 100%;
	background-color: rgb(193, 193, 193);
	> * {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.prev_items {
		text-align: left;
	}
	.next_items {
		text-align: right;
	}
}
*/
/*----------------------------------------
	schedule - item
-----------------------------------------*/
.schedule_item {
  padding: 15px 15px 10px 15px;
  background-color: #F8F0F2;
  border-bottom: 1px dotted #888888;
}
.schedule_item .red02 {
  color: #990000;
}
.schedule_item .schedule_item_left .schedule_item_date {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .schedule_item .schedule_item_left {
    margin-bottom: 5px;
  }
  .schedule_item .schedule_item_left:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .schedule_item .schedule_item_left .schedule_item_date {
    float: left;
  }
  .schedule_item .schedule_item_left .schedule_item_status {
    float: left;
  }
  .schedule_item .schedule_item_left .schedule_item_edit {
    float: right;
  }
}
.schedule_item .schedule_item_main h2 {
  color: #990000;
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 5px;
}
.schedule_item .schedule_item_main h2 .title {
  display: block;
  font-weight: bold;
  font-size: 1.16667rem;
  line-height: 150%;
}
.schedule_item .schedule_item_main h2 .subtitle {
  display: block;
}
.schedule_item .schedule_item_main .schedule_item_place {
  text-align: right;
}
.schedule_item .schedule_item_main .schedule_item_place .attachment-banner {
  width: 95px;
  height: auto;
  display: block;
}
.schedule_item .schedule_item_main .content p {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 3px;
}
.schedule_item .schedule_item_main .content .acts span {
  white-space: nowrap;
}
.schedule_item .schedule_item_main .content .event_schedule_additional {
  margin-bottom: 10px;
}
.schedule_item .schedule_item_main .content .event_schedule_additional .note {
  background-color: #FBF6F7;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px silver solid;
}
.schedule_item .schedule_item_main .content .event_schedule_additional .title_color {
  color: #990000;
}
.schedule_item .schedule_item_main .schedule_item_moreinfo {
  text-align: right;
}
.schedule_item.place-blcafe {
  background-color: #F1F6FC;
}
.schedule_item.place-blcafe .schedule_item_main h2 {
  color: #006699;
}
.schedule_item.place-blcafe .schedule_item_main .content .event_schedule_additional .note {
  background-color: #F4F9FF;
}
.schedule_item.place-blcafe .schedule_item_main .content .event_schedule_additional .title_color {
  color: #006699;
}
@media screen and (min-width: 750px) {
  .schedule_item:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  .schedule_item .schedule_item_left {
    position: relative;
    float: left;
    z-index: 10;
  }
  .schedule_item .schedule_item_main {
    position: relative;
    z-index: 5;
    padding-left: 82px;
    padding-right: 95px;
  }
  .schedule_item .schedule_item_main .schedule_item_place {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .schedule_item .schedule_item_main .schedule_item_moreinfo {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}

/*----------------------------------------------------
	< pickup style >
----------------------------------------------------*/
/*----------------------------------------
	pickup header footer
-----------------------------------------*/
.pickup_header {
  width: 100%;
  background-color: #cccccc;
  padding: 5px 0px;
}
.pickup_header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 750px) {
  .pickup_header {
    padding: 0px;
  }
}
.pickup_header .prev_items {
  float: left;
  vertical-align: middle;
  text-align: left;
  margin: 0px 5px;
  width: 71px;
}
.pickup_header .prev_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.pickup_header .next_items {
  float: right;
  vertical-align: middle;
  text-align: right;
  margin: 0px 5px;
  width: 71px;
}
.pickup_header .next_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.pickup_header .pickup_title {
  vertical-align: middle;
  text-align: center;
  padding: 0 80px;
}
.pickup_header .pickup_title p {
  color: #990000;
  height: 31px;
  font-size: 0.83333rem;
  line-height: 100%;
}
@media screen and (min-width: 750px) {
  .pickup_header .pickup_title p {
    font-size: 1.08333rem;
    line-height: 150%;
    line-height: 31px;
  }
}
@media screen and (max-width: 750px) {
  .pickup_header .pickup_title {
    clear: both;
    padding: 0px 5px;
    text-align: left;
  }
  .pickup_header .pickup_title p {
    font-size: 0.66667rem;
    line-height: 125%;
  }
}

.pickup_footer {
  width: 100%;
  background-color: #c1c1c1;
}
.pickup_footer .prev_items {
  float: left;
  vertical-align: middle;
  text-align: left;
  margin: 0px 5px;
  width: 71px;
}
.pickup_footer .prev_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.pickup_footer .next_items {
  float: right;
  vertical-align: middle;
  text-align: right;
  margin: 0px 5px;
  width: 71px;
}
.pickup_footer .next_items img {
  width: 61px;
  height: 31px;
  display: block;
}
.pickup_footer .page_top {
  vertical-align: middle;
  text-align: center;
  padding: 0 80px;
}

/*----------------------------------------
	pickup - item
-----------------------------------------*/
.pickup_item {
  padding: 5px;
  border-bottom: 1px dotted #888888;
}
.pickup_item .red02 {
  color: #990000;
}
.pickup_item:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 750px) {
  .pickup_item {
    padding: 15px;
  }
}
.pickup_item .pickup_item_header {
  background-color: #990000;
  color: #FFFFFF;
  padding: 6px 12px;
  margin-bottom: 10px;
}
.pickup_item .pickup_item_header a {
  color: #FFFFFF;
}
.pickup_item .pickup_item_header .pickup_item_date {
  font-weight: bold;
}
.pickup_item .pickup_item_header .pickup_item_title .title {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 150%;
}
.pickup_item .pickup_item_header .pickup_item_title .subtitle {
  display: block;
}
@media screen and (min-width: 750px) {
  .pickup_item .pickup_item_header .pickup_item_date {
    float: left;
  }
  .pickup_item .pickup_item_header .pickup_item_title {
    padding-left: 66px;
  }
  .pickup_item .pickup_item_header:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
}
.pickup_item.place-blcafe .pickup_item_header {
  background-color: #006699;
}
.pickup_item .pickup_item_main .title_color {
  color: #990000;
}
.pickup_item .pickup_item_main .pickup_item_column1 img {
  max-width: 100%;
  height: auto;
  padding: 4px;
  background-color: #FFFFFF;
  /* box-shadow */
  box-shadow: #AAA 0 0 2px 0px;
  -webkit-box-shadow: #AAA 0 0 2px 0px;
  -moz-box-shadow: #AAA 0 0 2px 0px;
}
.pickup_item .pickup_item_main .pickup_item_column1 .pickup_item_acts {
  margin-bottom: 5px;
  font-size: 0.83333rem;
  line-height: 120%;
  color: #666666;
}
.pickup_item .pickup_item_main .pickup_item_column1 .pickup_item_acts span {
  white-space: nowrap;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_event_pickup_wrap .pickup_item_event_pickup_title {
  font-size: 1.25rem;
  line-height: 150%;
  color: #900;
  margin-bottom: 5px;
}
.pickup_item.place-blcafe .pickup_item_main .pickup_item_column2 .pickup_item_event_pickup_wrap .pickup_item_event_pickup_title {
  color: #006699;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_event_pickup_wrap .pickup_item_event_pickup p {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 10px;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_event_pickup_wrap .pickup_item_event_pickup span {
  white-space: nowrap;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_event_pickup_wrap .pickup_item_event_pickup .note {
  background-color: #EEEEEE;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px silver solid;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details {
  background-color: #F3F3F3;
  padding: 10px;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details p {
  font-size: 0.91667rem;
  line-height: 130%;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_place {
  text-align: right;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_place .attachment-banner {
  width: 95px;
  height: auto;
  display: block;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_event_release_date {
  color: #003399;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_play_guide {
  float: left;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_play_guide img {
  display: inline-block;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_link {
  float: right;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_link img {
  display: block;
}
.pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 750px) {
  .pickup_item .pickup_item_main .pickup_item_column1 {
    float: left;
    width: 233px;
  }
  .pickup_item .pickup_item_main .pickup_item_column1 img {
    max-width: 220px;
    height: auto;
  }
  .pickup_item .pickup_item_main .pickup_item_column1 p {
    width: 212px;
  }
  .pickup_item .pickup_item_main .pickup_item_column2 {
    float: right;
    width: 464px;
  }
  .pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details {
    position: relative;
    /*padding-right: 95px;*/
  }
  .pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_place {
   /* position: absolute;
    top: 5px;
    right: 5px;*/
    float: right;
    padding-bottom: 35px;
  }
  .pickup_item .pickup_item_main .pickup_item_column2 .pickup_item_details .pickup_item_link {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .pickup_item .pickup_item_main:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
}

/*180619追加*/
.schedule_bikou {
  box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.2);
  padding: 0.4rem;
}
.schedule_bikou p {
  color: #555;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.2rem 0;
}

#sidebar-4 .widget_sp_image img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}