	

/*ACCORDION*/

/*
.aco-in {
	display:none;
}
div.accordion {
  width: 100%;
}
div.accordion > ul > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px  0;
  position: relative;
}
div.accordion > ul > li > a:hover{
  background-color: #5997a7;
  display:none;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #2f7f99;
}
div.accordion > ul > li > a:after{
  content: "▼";
}
div.accordion > ul > li > a.active:after{
  content: "▲";
}
div.accordion > ul > li > ul {
  display: none;
}
div.accordion > ul > li > ul > li > a{
  display: block;
  color: #fff;
  font-size: 14px;
  background-color: #79c9b8;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
  position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
  background-color: #67ab9c;
}
div.accordion > ul > li > a:after{content: "▼";}
div.accordion > ul > li > a.active:after{content: "▲";}
・矢印の位置を変更するにはtopとrightの数値を変更。

div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #2f7f99;
}
*/
@media screen and (max-width:991px) { 
/*---------------------------------------*/
/*                  mv                   */
/*---------------------------------------*/
.slider-wrapper {
    width: 100%;
	height:auto;
}
.slider-wrapper img {
    width: 100%;
	height:auto;
}
#slider img {
    width: 100%;
	height:auto;
}

.nivo-directionNav{
    width: 100%;
	height:auto;
}
.nivoSlider {
	width:100% !important;
    height: inherit;
}
#Slider img {
    width: 100%;
	height:auto;}
	.content-wrap {
    width: 100%;
	height:auto;
	}
		.content-wrap img {
    width: 100% !important;
	height:auto;
	}
	.new-content {
    width: 100% !important;
	}

}
@media screen and (max-width:767px) {
/*---------------------------------------*/
/*                 news                  */
/*---------------------------------------*/
#Content {
    width: 100%;
    padding-bottom: 30px;
    background: url(../../images/common/line.png) no-repeat 50% 0;
    display: inline-block;
}
.new-content iframe {
    width: 98% !important;
}
.new-content iframe {
	width:100%;
}
	#news_list {
    width: 100%;
}
	.shop-info {
    width: 100% !important;
}
.news {
    width: 98% !important;
}
}