@charset "UTF-8";

/*一覧*/
.index_haritoito{
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: -56px;
}

.pl_15{
    padding-left: 15px;
}

.back_list{
    font-size: 18px;
}

.place_list{
    font-size: 18px;
}

.place_list_area h4 {
    font-size: 30px;
    display: flex;
    align-items: center;
}
.place_list_area h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    border-image: linear-gradient(to right, #000000 86px, #ffffff 86px, #ffffff 66.666666%, #ffffff 66.666666%) 1/0 0 1px 0;
}
.place_list_area h4:after {
    margin-left: 1rem;
}

.place_beforeline{
    margin-top: 17px;
    //margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #000;
    width: 22px;
    float: left;
    margin-right: 1rem;
    border-style: dotted;
}

.place_list_background{
  /*background-image:url(../image/list_detail/place_list_background.png);
  background-repeat:no-repeat;
  background-size:100% 100%; */
}
.place_list_background ul{
  padding-left: 0px;
  /*padding-top: 20px;*/
  padding-bottom: 50px;
}
.place_list_pin{
  margin-top: 14px;
  margin-bottom: 5px;
  /*margin-left: 5%;*/
  padding-top: 5px;
  /*padding-left: 50px;*/
  font-size: 24px;
  font-weight: 500;
  min-height: 50px;
}
.place_list_pin a{
  /*float: left;*/
}
.link_color a{
  color: #0191f5;
}
.place_list_line{
  width:100%;
}
.place_list_area table {
    width: 100%;
}
.place_list_area tr:nth-of-type(1) {
    height: 67px;
    color: #ffffff;
    background-image: url(../image/list_detail/event_bg2.png);
    background-position: center;
    background-size: auto;
}
.place_list_area table tr th {
    font-family: vdl-gigamarujr, sans-serif;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    border-left-width: 1px;
    border-left-color: #f5b1b3;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #f5b1b3;
    border-right-style: solid;
}
.place_list_area table tr {
    border-bottom-width: 1px;
    border-bottom-color: #b28850;
    border-bottom-style: dotted;
}
.place_list_area table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-left-width: 1px;
    border-left-color: #b28850;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #b28850;
    border-right-style: solid;
}

@media screen and (max-width:767px) {
  .place_list_pin{
     padding-left: 0;
  }
}
/*作家さん系*/
.search_icon{
  width:29px;
  height:29px;
  background-image: url(../image/search_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.search_icon_bottom{
  position: absolute;
  bottom: 0;
  margin-left: 4px;
}
.author_list_search_area{
  border-radius: 6px;
  //background-color: #fef4f4;
  background-image: url(../image/list_detail/event_search_bg1.png);
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  box-shadow: 0px 3px 5.64px 0.36px #4f4b48;
}
.author_list_comboboxtext1, .author_list_combobox3{
  /*margin-right: 10px;*/
  margin-right: 1px;
}
.author_list_combobox3{
    width: 200px;
}
.author_list_combobox3, .author_list_combobox4{
  margin-bottom: 7px;
}

.author_list_search_author{
  /*margin-right: 30px;*/
  /*margin-right: 15px;*/
  margin-right: 5px;
}
.author_list_search_merchant{
  /*margin-right: 60px;*/
  /*margin-right: 15px;*/
  margin-right: 5px;
}
.author_list_search_author, .author_list_search_merchant{
  margin-bottom:7px;
}
.author_list_pin{
    min-height: 29px;
    background-image:url(../image/list_detail/author_list_pin.png);
    background-repeat:no-repeat;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 6px;
}
.author_list_checkbox_area table{
  border-collapse: separate;
  border-radius: 6px;
  border-width: 1px;
  border-color: #898989;
  border-style: dotted;
  //background-color: #fff;
  background-image: url(../image/list_detail/event_search_bg2.png);
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}
.author_list_checkbox_area label{
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.small_classification{
  font-size:14px;
  /*margin-left: 2px;
  margin-right: 6px;*/
  position: absolute;
  z-index: 100;
  background-color: #f6fbf6;
  border-color: black;
  border-style: dotted;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 6px;
}
.small_classification2{
  font-size:8px;
  margin-left: 2px;
  margin-right: 6px;
}
.author_list_checkbox_area input{
  margin-top: 0px;
  margin-right: 4px;
  vertical-align:middle;
}
.store_information_checkbox tr td{
  vertical-align:top;
  padding-bottom:5px;
}
.keyword_search_area input{
  margin-bottom:4px;
}
.text_bottom1{
  margin-top: 13px;
  margin-right: 5px;
}
.text_bottom2{
  margin-top: 6px;
  font-size:12px;
}
.author_search_event_result{
  float:left;
  width:50%;
}
@media screen and (min-width:767.5px) {
  .store_information_checkbox tr td{
   width:25%;
   }
}
@media screen and (max-width:767.5px) {
  .store_information_checkbox tr td{
   width:50%;
   }
  .search_icon_bottom{
    position: relative;
	margin-top: 4px;
  }
  .author_search_event_result{
    float:none;
	width:100%;
  }
  
}
@media screen and (max-width:500px) {
  .store_information_checkbox tr td{
   width:100%;
  }
  .author_list_combobox3{
    /*width: auto;*/
  }
}
#toggle_g1,#toggle_g2,#toggle_g3,#toggle_g4,#toggle_g5,
#toggle_g6,#toggle_g7,#toggle_g8,#toggle_g9,#toggle_g10,
#toggle_g11,#toggle_g12{
  margin-top: 1px;
  /*display: inline-block;*/
}
.hidden_g1{
  display:none;
}
.store_information_checkbox tr td label{
  margin-bottom:1px;
}
.author_list_search_results_color{
  color: #878282;
  font-size: 16px;
  font-weight: 400;
}
.author_list_result{
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5.7px 0.30px #5b5c5b;
  float: left;
  background-color: #f2f6d5;
}
.author_list_result_name{
  font-size: 30px;
}
.author_list_result_genre{
    text-align: center;
    /*font-size: 14px;*/
    font-size: 12px;
    border-radius: 10px;
    background-color: #d1c0a5;
    color: #ffffff;
    padding: 3px 4px;
    margin-top: 9px;
    margin-left: 5px;
    float: left;
}
.author_list_bg1{
    background-color: #ffffff;
}
.author_list_description_area{
  padding:5px;
}
.author_list_result_picture{
  height: 200px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.author_list_result_text{
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  //font-size: 14px;
  height: 90px;
}
.author_list_result_snsinfo{
    padding: 10px;
}
.author_list_result_snsinfo div{
  margin-bottom: 5px;
  font-size: 12px;
}
.author_list_result_snsinfo p{
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 24px;
}
.author_list_line{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.author_list_search_icon4{
  margin-left:10px;
}
.author_list_search_icon5{
  margin-right:15px;
}
.author_detail_line_hr{
    margin-top: 0px;
    //margin-bottom: 0px;
    border-color: #b28850;
    border-style: dotted;
}
@media screen and (max-width:991px) {
  .author_list_result{
	width: 49%;
	margin-right: 1%;
  }
  .author_list_result{
    height: auto;
  }
}
@media screen and (max-width:767.5px) {
  .author_list_checkbox_area table{
    display: block;
    width: 100%;
  }
  .author_list_checkbox_area td{
    display: block;
    float: left;
  }
  .author_list_result_picture{
    /*padding: 0;
    width: auto;
    height: auto;
    object-fit: fill;*/
    margin-left: auto;
    margin-right: auto;
  }
  
}
@media screen and (max-width:600px) {
  .author_list_inputbox1, .author_list_inputbox2, .author_list_inputbox3{
    width:100%;
  }
  .author_list_search_author{
    margin-right: 0;
  }
  .author_list_search_merchant{
    margin-right: 0;
  }
}
@media screen and (max-width:767.5px) {
  .author_list_result{
	width: 100%;
	margin-right: 0;
  }
  .author_list_result_snsinfo p{
	font-size:inherit;
  }
  .author_list_result_snsinfo div{
	font-size:inherit;
  }
}

.author_list_area h4 {
    font-size: 30px;
    display: flex;
    align-items: center;
}
.author_list_area h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    border-image: linear-gradient(to right, #000000 75px, #ffffff 75px, #ffffff 66.666666%, #ffffff 66.666666%) 1/0 0 1px 0;
}

.autor_detail{
    font-size: 16px;
}

.author_list_area h4:after {
    margin-left: 1rem;
}

.autor_detail_area h4 {
    font-size: 30px;
    display: flex;
    align-items: center;
}
.autor_detail_area h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    border-image: linear-gradient(to right, #000000 86px, #ffffff 86px, #ffffff 66.666666%, #ffffff 66.666666%) 1/0 0 1px 0;
}
.autor_detail_area h4:after {
    margin-left: 1rem;
}

.author_list_titlehidden{
    overflow: hidden;
    position: relative;
}

.author_list_titletext{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-left: 55px;*/
    /*margin-right: 50px;*/
    margin-top: 6px;
    font-size: 20px;
}

.author_list_titlehidden .new_icon2{
    position: absolute;
    top: 20px;
    left: 5px;
}

/*詳細*/
.place_detail{
  font-size: 16px;
}

.place_detail_area h4 {
    font-size: 30px;
    display: flex;
    align-items: center;
}
.place_detail_area h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    border-image: linear-gradient(to right, #000000 86px, #ffffff 86px, #ffffff 66.666666%, #ffffff 66.666666%) 1/0 0 1px 0;
}
.place_detail_area h4:after {
    margin-left: 1rem;
}


.place_detail_name{ /*会場*/
  background-image:url(../image/list_detail/place_detail_point.png);
  background-repeat:no-repeat;
  min-height: 50px;
  padding-left: 62px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 30px;
}
.author_detail_name{ /*作家さん*/
  background-image:url(../image/list_detail/author_detail_point.png);
  background-repeat:no-repeat;
  min-height: 50px;
  padding-left: 56px;
  padding-top: 7px;
  font-weight: 700;
  font-size: 30px;
}
.place_detail_line{
  width:100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.place_detail_data{
  width: 100%;
}

.place_detail_data img{
  display: block;
  max-width: 100%;
  height: auto;
}

.place_detail_data iframe{
  max-width: 100%;
}
.place_detail_data td:nth-of-type(1){
  width:100px;
}
.place_detail_data td:nth-of-type(2){
  padding-left: 50px;
}
@media screen and (max-width:768px) {
    .author_list_result_genre{
      font-size: 12px;
      margin-right: 5px;
      float: none;
    }
    .author_list_titletext{
      margin-left: 0;
      margin-right: 0;
      margin-top: 6px;
      font-size: 20px;
    }
}
@media screen and (max-width:500px) {
  .place_detail_data td:nth-of-type(1){
    width:70px;
  }
  .place_detail_data td:nth-of-type(2){
    padding-left: 25px;
  }
}

@media screen and (max-width:600px) {
  .place_detail_data2 td:nth-of-type(1){
    width:100%;
  }
  .place_detail_data2 td:nth-of-type(2){
    padding-left: 25px;
  }
  .place_detail_data2 table {
    width: 100%;
  }
  .place_detail_data2 th {
    display: block;
    text-align: left;
    width: 100%;
  }
  .place_detail_data2 td {
    display: block;
    text-align: left;
    width: 100%;
  }
}


.autor_detail .autor_detail_group{
  /*margin-top:30px;*/
  margin-top:20px;
}
.autor_detail_group span{
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    background-color: #d1c0a5;
    color: #ffffff;
    padding: 2px 4px;
    /*margin-right: 10px;*/
}
.autor_detail_line{
  width:100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.autor_detail_line2{
  width:100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.figure_relative {
    position: relative;
}
.figure_absolute {
    position: absolute;
    bottom: 0;
    /*background-color: rgba(214, 233, 202, 0.55);*/
    /*background-color: #d1c0a5;*/
    background-color: rgba(209, 192, 165, 0.8);
    color: #ffffff;
    width: 100%;
    /*max-width: 300px;*/
}
.figure_absolute p {
    margin: 0;
    padding: 0;
    /*font-size: xx-small;*/
    font-size: 14px;
    text-align: center;
}
.padding_left_data{
  padding-left:20px;
}

@media screen and (max-width:991.5px) {
  .author_detail_gallery .gallery_margin{
    margin-top:10px;
  }
  .figure_relative {
    /*max-width: 300px;*/
  }
  .padding_left_data{
    padding-left:5px;
  }
}

/*開催情報==========================================================*/
.event_list{
    font-size: 18px;
}
.event_list_area h4 {
    font-size: 30px;
    display: flex;
    align-items: center;
}
.event_list_area h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    border-image: linear-gradient(to right, #000000 87px, #ffffff 87px, #ffffff 66.666666%, #ffffff 66.666666%) 1/0 0 1px 0;
}
.event_list_area h4:after {
    margin-left: 1rem;
}

.event_list_search_area{
    border-radius: 5px;
    background-image: url(../image/list_detail/event_bg2.png);
    box-shadow: 0px 3px 5.64px 0.36px #4f4b48;
    padding: 15px;
    padding-top: 17px;
    padding-bottom: 11px;
    /*margin-left: 9.33333333%;*/
    width: 619px;
    /*height: 64px;*/
    /*font-size: 14px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.pull-left_eventType{
    float: left;
}

@media screen and (max-width:767px) {
    .event_list_search_area{
        margin-left: 10px;
        width: 90%;
        /*height: auto;*/
    }
    .pull-left_eventType{
        float: none;
    }
}

.event_list select{
    height: 30px;
}

.event_list_search_button .member_reservation_button1{
    margin-left: 10px;
}
.event_list_area .img_size{
  width:149px;
  height:112px;
}
.event_list_area table tr td p{
  margin:0;
}
.event_list table tr:nth-of-type(1) {
    height: 67px;
    border-width: 1px;
    color: #ffffff;
    /*background-image: url(../image/list_detail/event_bg3.png);*/
    background-image: url(../image/list_detail/event_bg2.png);
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: auto;
}
.event_list table{
  /*text-align:center;*/
}
.event_list table tr th {
    font-family: vdl-gigamarujr, sans-serif;
    font-weight: normal;
    text-align:center;
    /*padding-left: 10px;*/
}
.event_list table tr th:first-child {
    border-left-width: 1px;
    border-left-color: #f5b1b3;
    border-left-style: solid;
}
.event_list table tr th:last-child {
    border-right-width: 1px;
    border-right-color: #f5b1b3;
    border-right-style: solid;
}
.event_list table tr {
    border-bottom-width: 1px;
    border-bottom-color: #b28850;
    border-bottom-style: dotted;
    
}
.event_list table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:25%;*/
    border-left-width: 1px;
    border-left-color: #b28850;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #b28850;
    border-right-style: solid;
}
.event_list table tr td:nth-of-type(1) {
    width:20%;
}
.event_list table tr td:nth-of-type(2) {
    width:25%;
}
.event_list table tr td:nth-of-type(3) {
    width:30%;
    /*font-weight: 700;*/
}
.event_list table tr td:nth-of-type(3) a {
    /*color: #329800;*/
}
.event_list table tr td:nth-of-type(4) {
    width:25%;
}
.event_list table{
  /*width:1100px;*/
  width:100%;
}
@media screen and (max-width:767px) {
  .event_list table{
    width:700px;
  }
  .event_list_scroll{
    overflow: auto;  /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #b28850;*/
  }
  .event_list_scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
	height: 5px;
  }
  .event_list_scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
	background: #F1F1F1;
  }
  .event_list_scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
	background: #BCBCBC;
  }
}
/*イベント詳細---------------------------------------------------------------------------*/
.event_detail{
    font-size: 16px;
}

.event_detail_name{
    background-image:url(../image/list_detail/event_detail_point.png);
    background-repeat:no-repeat;
    min-height: 50px;
    padding-left: 62px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 30px;
}

.event_reservation_button1{
  padding: 0;
  border: 0;
  float:right;
}
.event_detail .place_detail_data td:nth-of-type(1){
  text-align: right;
}

.event_detail_picture img{
 /* padding: 4%;
  background-image: url(../image/list_detail/event_frame_author.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
}
.picture_event_frame{
  padding: 35px;
  background-image: url(../image/list_detail/event_frame_author.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event_detail_picture .col-sm-3 div{
  margin-left: 18px;
}
.event_list_pin{
  min-height: 49px;
  padding-left: 41px;
  padding-top: 17px;
  background-image:url(../image/list_detail/event_list_pin.png);
  background-repeat:no-repeat;
  font-weight: 700;
}
.position_abs_event_reservation_button{
  /*
  position: absolute;
  right: 0;
  z-index:100;
  */
}
@media screen and (max-width:767px) {
  .position_abs_event_reservation_button{
    bottom:0;
  }
  .event_detail_reservation_button_area{
    /*margin-top: 70px;*/
  }
}

/*お知らせ一覧---------------------------------------------------------------------------*/
.news_list{
    font-size: 18px;
}
.news_list_title{
  margin-top: -4px;
}
.news_list_title a{
  color: #329800;
}
.news_list_date{

}
.news_list_excerpt p{
}
.news_list_line{
  width:100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news_detail{
    font-size: 16px;
}
.news_detail_date{
}
.news_detail_area{
}
.news_detail_title{
  color: #329800;
}
@media screen and (max-width:767px) {
  .news_detail_area{
    //background-image: none;
  }
}










































