@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* ======================= 20180905追加 ====== */
.top_pref_btn {
  font-size: 14px;
  background: #f60;
  color: #fff;
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.top_pref_btn:hover {
  opacity: 0.8;
}

.search_fixed_block {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 10;
  max-height: 150px;
  overflow-y: scroll;
}
.search_fixed_block .search_fixed_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.search_fixed_block .search_fixed_link {
  font-size: 14px;
  color: #fff;
  margin: 5px 10px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 960px) {
  .search_fixed_block .search_fixed_link {
    font-size: 12px;
    margin: 7px;
  }
}
.search_fixed_block .search_fixed_link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .search_fixed_block .search_fixed_link:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 960px) {
  .top_special_list.pref_search_list {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
}

/*
.coper_main_left{
	article{
		&:last-of-type{
			padding: 0 0 150px;
		}
	}
}
*/
