@charset "utf-8";
/* CSS Document */

#top{
	background: url(../images/common/bg_top.png) repeat-y;
	background-size: 100% auto;
	padding-bottom: 1%;
}

#sub{
	background: url(../images/common/bg_top.png) repeat-y;
	background-size: 100% auto;
	padding-bottom: 1%;
  padding-top: 8%;
}

#contents{
	background:#fff;
  width: 94%;
  margin:1% 3% 3% 3%;
}

/*************
	slider
*************/

#slider{
	margin-bottom: 3%;
}

#slider.slick-dotted.slick-slider{
	padding-bottom: 8%;
	background-color: #FFF;
}

#slider .slick-prev,
#slider .slick-next{
	width: 6vw;
	height: 8vw;
	z-index: 3;
	top: 44%;
}

#slider .slick-prev{
	left: 1%;
}

#slider .slick-next{
	right: 1%;
}

#slider .slick-prev:before{
	font-size: 8vw;
	opacity: 1;
	content: "<";
}

#slider .slick-next:before{
	font-size: 8vw;
	opacity: 1;
	content: ">";
}

#slider .slick-dots{
	bottom: 5%;
}

#slider .slick-dots li{
	width: 3vw;
	height: 3vw;
	margin: 0 1.5vw;
}

#slider .slick-dots li button{
	width: 3vw;
	height: 3vw;
}

#slider .slick-dots li button::before{
	content: "";
	background-color: #9B9B8C;
	opacity: 1;
	width: 3vw;
	height: 3vw;
	border-radius: 1.5vw;
}

#slider .slick-dots li.slick-active button::before,
#slider .slick-dots li:hover button::before{
	background-color: #005C3D;
	opacity: 1;
}


/******************
	simple_navi
******************/

#simple_navi{
	width: 100%;
	margin: 0 auto 3%;
}

#simple_navi li{
	width: 20%;
	float: left;
}


/***************
	新着情報
***************/

#new_information{
	width: 93.75%;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0 auto 3%;
	border: 1px solid #BBB;
	font-size: 13px;
	color: #333;
	padding-bottom: 2%;
}

#new_information .title_area{
	width: 100%;
	position: relative;
	margin-bottom: 4%;
}

#new_information .blog_link{
	position: absolute;
	width: 30%;
	top: 16%;
	right: 2%;
}

#new_information h4{
	display: inline-block;
	color: #FFF;
	margin-left: 3.5%;
	padding: 3px 5px;
	margin-bottom: 10px;
}

#new_information h4.num1{
	background-color: #B10201;
}

#new_information h4.num2{
	background-color: #357CD0;
}

#new_information h4.num3{
	background-color: #E27D0B;
}

#new_information h4.num4{
	background-color: #66cf3d;
}

#new_information ul{
	width: 93%;
	margin: 0 auto;
}

#new_information ul li{
	border-bottom: 1px dotted #BBB;
	line-height: 1.3em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 85px;
	text-indent: -85px;
}

#new_information ul li span{
	margin-right: 10px;
}

#new_information .flyer li{
	text-indent: inherit;
	padding-left: 0;
}

#new_information .flyer li .caption{
	padding-left: 85px;
	text-indent: -85px;
}

#new_information ul li a{
	color: #333;
	text-decoration: none;
}

#new_information ul li br{
	display: none;
}

#new_information ul li .flyer{
	display: block;
	margin-top: 2%;
	margin-left: 3%;
	height: 120px;
}

#new_information ul li .flyer img{
	width: auto;
	height: 100%;
}

#top .establishment{
  width: 94%;
  margin: 0 auto 6%;
}

#top .contact{
  width: 94%;
  margin: 0 auto 6%;
  background: #fff;
  border: solid 3px #E07F00;
  border-radius: 10px;
}

#top .contact p {
  color: #E07F00;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  padding: 3% 2%;
}

/***************
	link_set
***************/

.link_set{
	width: 94%;
	margin: 0 auto 3%;
}

.link_set li{
	width: 49%;
	margin-bottom: 4%;
}

.link_set li:nth-child(odd){
	float: left;
	clear: both;
}

.link_set li:nth-child(even){
	float: right;
}



/*****************
	最新チラシ
*****************/

#new_flyer{
	width: 93.75%;
	margin: 0 auto 8%;
	border: 1px solid #BBB;
	background-color: #FFF;
	padding-bottom: 3%;
}

#new_flyer h3{
	margin-bottom: 3%;
}

#new_flyer ul{
	width: 64%;
	margin: 0 auto;
}

#new_flyer ul li{
	width: 47%;
}

#new_flyer ul li:first-child{
	float: left;
}

#new_flyer ul li:last-child{
	float: right;
}


/* バナー */
.banner{
	width: 75%;
	margin: 0 auto 4%;
}


/*****************
	change_UI
*****************/
#change_UI{
	display: inline-block;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 5%;
	font-size: 13px;
}

#change_UI a{
	color: #000;
}