@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-family: Century Gothic, Arial;
}

h1 {
	line-height:0;
	margin-bottom:20px;
}





/*NEW ITEM*/

#new_items li {
	width:175px;
	height:175px;
	border:1px solid #ededed;
	float:left;
	margin:0 15px 15px 0;
	overflow:hidden;
	
}

#new_items li:last-child {
	margin-right:0;
}

#new_items li a {
	display:block;
	text-decoration:none;
	text-align:center;
}

#new_items li a .ico {
	width:20px;
	height:20px;
	position:relative;
	top:0px;
	left:10px;
	z-index:9999;
}

#new_items li a .ico + img {
	display:block;
	position:relative;
	top:-20px;
	left:-5px;
	
	 /* アニメーションさせたいプロパティを指定しています */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-ms-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}

#new_items li a .ico + img:hover {
	left:-0px;
}





/*ITANSEコメント*/
#staff_recommend li {
	width:100%;
	height:100%;
	border:0px solid #ededed;
	border-radius:4px;
	float:left;
	margin:0 20px 30px 0;
	text-align: center;
}

#staff_recommend li .text {
	text-align: left;
	display: inline-block;
}



#staff_recommend li:last-child {
	margin-right:0;
}

#staff_recommend li a {
	display:block;
	text-decoration:none;
	text-align:center;
}

#staff_recommend li a .ico {
	width:73px;
	height:75px;
	position:relative;
	top:20px;
	left:20px;
	z-index:9999;
}

#staff_recommend li a .ico + img {
	display:block;
	position:relative;
	top:-56px;
	width:100%;
	margin:0 auto;
	
	 /* アニメーションさせたいプロパティを指定しています */
	-webkit-transition: width 0.5s ease-out;
	-moz-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

#staff_recommend li a p {
	margin-top:-40px;
	font-size:15px;
	line-height:22px;
	color:#333;
}


/*商品案内*/

.tab-wrap {
    display: flex;
justify-content: center;
    flex-wrap: wrap;

}

.tab-label {
    color: white;
	font-size:25px;
    background: white;
    margin-right: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0px 0px;
    order: -1;
}

.tab-content {
    width: 100%;
    display: none;
  text-align: left;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: white;
}

.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}






/*ニュース*/
.news {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 600px;
  height: 13em;
  margin: 0 auto;
  overflow-y: scroll
}

@media (min-width:768px) {
  .news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.news dd,
.news dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.news dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .news dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
}

.news dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

.news dt time {
  margin-right: .5em
}

.news dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #cccccc;
  color: 333333;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.news time {
  color: #adb5bd
}

.news dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

@media (min-width:768px) {
  .news dd {
    width: calc(100% - 12.5em)
  }
  .news dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}

.news dd:nth-of-type(-n+3) {
  position: relative
}
