@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.grad-wrap {
  margin: 20px auto;
  text-align:center;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  display:block;
  width: 150px;
  margin: 20px auto;
  padding: 5px 10px;
  border-radius: 2px;
  background: #00CED1;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを見る"
}
.grad-btn:hover {
  background: #fff;
  color: #00CED1;
}
.grad-btn .fa {
  margin: 0px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: 0em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.normal {
  font-size: 100%;
  font-weight: normal
   ;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

#calendar {
width:960px;
margin:auto;
}
.calendar {
width: 330px;
float:left;
margin: 10px;
font-size: 100%;
color: #666;
}

.calendar2 {
width: 250px;
float:left;
margin-left: 10px;
font-size: 100%;
color: #666;
}

.info_area {
  height: 300px;
  overflow:scroll;
}

#top_pickup {
width: 1000px; 
margin:auto;
}

#top_pickup2 {
width: 1000px; 
margin:20px auto 0px auto;
}

.top_pickup {
  width: 240px;
  float: left;
  margin:5px;
}

.pickup_center {
  text-align:left;
  font-size:100%;
  color: #666;
  font-weight: normal;
  line-height: 130%;
}

.pickup_text {
 font-size: 75%; 
 line-height:120%;
}

#top_sns {
  width: 1020px;
  clear:both;
  height:450px;
  padding-bottom: 10px;
}

.top_sns {
  width: 340px;
  float:left;
  margin-top: -1px;
}

.top_sns2 {
  width: 340px;
  float:left;
}

@media screen and (max-device-width: 770px) {
.new_item_area {
	height:300px;
	font-size: 0.8em;
	margin: 0px auto;
 overflow:scroll;
  -webkit-overflow-scrolling:touch;
	display: block;
}
}

@media screen and (max-device-width: 770px) {
.top_sns2 {
	height:420px;
	font-size: 0.8em;
	margin: 0px auto;
 overflow:scroll;
  -webkit-overflow-scrolling:touch;
	display: block;
}
}