@charset "utf-8";
/*------------------［トップページ］----------------------*/
#main {
 width: 1100px;
 margin: 0 auto;
 padding: 0 auto;
 padding-top: 0px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
@media screen and (max-width:600px){
	#main {
	 width: 100%;
	 margin-top: 0px;
	}
}

/***---スライダー---***/
.slider {
 width: 100%;
 margin: 0 auto 0px;
}

.slick-slide img {
 width: 100%;
 height: auto;
}

.mypattern .slick-slide {
 margin-top: 200px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
 -webkit-filter: opacity(50%);
 -moz-filter: opacity(50%);
 -o-filter: opacity(50%);
 -ms-filter: opacity(50%);
 filter: opacity(50%);
 transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-prev {
 z-index: 5;
 left: 10px;
}
.slick-next {
 z-index: 5;
 right: 10px;
}

.slick-prev,
.slick-next{
top: 70% !important;
}
@media screen and (max-width:600px){
	.mypattern .slick-slide {
	 margin-top: 0px;
	}
	.slider {
	 width: 100%;
	 margin: 0 auto;
	 margin-top: 50px;
	}
	.slick-prev,
	.slick-next{
	top: 50% !important;
	}

}

/*--
.slider{
 margin: 0px auto;
 width: 100%;
}
.slider img{
 height: auto;
 width: 100%;
}
.slick-prev:before,
.slick-next:before {
 color: #fff;
}

.slick-prev {
 z-index: 999;
 left: 10px;
}
.slick-next {
 z-index: 999;
 right: 10px;
}

--*/

/***---トップイメージ---***/
/*--
.main_img{
 position: relative;
 width: 1100px;
 height: 350px;
 background: url(../images/top/main.jpg) no-repeat;
}
.main_copy{
 position: absolute;
 width: 400px;
 top: 60px;
 padding: 12px 0;
 font-size: 2.8rem;
 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
 color: #fff;
 background-color:rgba(28,41,80,0.7);
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.main_cap{
 position: absolute;
 width: 550px;
 top: 150px;
 padding: 10px;
 color: #1c2950;
 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
 font-weight: bold;
 text-align: left;
 line-height: 2.8rem;
 background-color:rgba(255,255,255,0.7);
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
@media screen and (max-width:600px){
	.main_img{
	 width: 100%;
	 height: 0;
	 padding-top: 40%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	}
	.main_copy{
	 width: 200px;
	 top: 60px;
	 padding: 12px 0;
	 font-size: 1.4rem;
	}
	.main_cap{
	 display: none;
	}
}
--*/

/***---お知らせ---***/
.info_area{
 margin: 0 auto;
 padding: 0px 0;
 width: 950px;
}
.notices{
 width: 100%;
 padding: 10px;
 text-align: left;
 background: #efefef;
 border: solid 2px #1c2950;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.notices_title{
 color: #1c2950;
 font-weight: bold;
}
.notices dl{
 padding: 10px;
 display: flex;
}
.notices dt{
 width: 120px;
}
.notices dd{
 width: 780px;
}
.notices dd a{
 color: #1c2950;
}
.notices dd a:hover{
 text-decoration: underline;
}

@media screen and (max-width:600px){
	.info_area{
	 width: 100%;
	}
	.notices dl{
	 padding: 10px;
	 display: block;
	}
	.notices dt{
	 width: 100%;
	}
	.notices dd{
	 width: 100%;
	}
}

.info{
 width: 100%;
 margin: 5px 0 0 0;
 border-top: solid 3px #1c2950; 
 border-bottom: solid 3px #1c2950;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.info dl{
 padding: 15px;
 text-align: left;
 display: flex;
 border-bottom: dotted 1px #ccc;
}
.info dl:first-child{
 border-bottom: solid 3px #f3c91f; 
}
.info dl:last-child{
 border-bottom: none;
}
.info dl dt{
 width: 200px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.info dl dt.oshirase{
 background: url(../images/common/news_oshirase.jpg) no-repeat right 9px top;
}
.info dl dt.gyouseki{
 background: url(../images/common/news_gyouseki.jpg) no-repeat right 9px top;
}
.info dl dt.chiken{
 background: url(../images/common/news_chiken.jpg) no-repeat right 9px top;
}
.info dl dd{
 position: relative;
 width: 730px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.info dd a{
 color: #1c2950;
}
.info dd .base_color_r {
	color: #c4181f;
}
.info dd a:hover{
 text-decoration: underline;
}
.info .info_link{
 display: block;
 margin-left: 600px;
 padding: 3px;
 font-size: 1.4rem;
 text-align: center;
 width: 100px;
 border: solid 1px #1c2950;
}
.info .info_link:hover{
 background: #efefef;
 text-decoration: none;
}

@media screen and (max-width:600px){
	.info dl{
	 display: block;
	}
	.info dl dt{
	 width: 100%;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	}
	.info dl dd{
	 width: 100%;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	}
	.info .info_link{
	 position: absolute;
	 top: -23px;
	 right: 10px;
	}
	.info dl dt.oshirase{
	 background: url(../images/common/news_oshirase.jpg) no-repeat 100px top;
	 padding-bottom: 5px;
	}
	.info dl dt.gyouseki{
	 background: url(../images/common/news_gyouseki.jpg) no-repeat 100px top;
	 padding-bottom: 5px;
	}
	.info dl dt.chiken{
	 background: url(../images/common/news_chiken.jpg) no-repeat 100px top;
	 padding-bottom: 5px;
	}
}


/***---PRエリア---***/

.pr_area{
 margin: 0 auto;
 padding: 20px 0;
 width: 950px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_box{
 position: relative;
 width: 100%;
 margin-bottom: 30px;
 padding: 20px 0;
 text-align: left;
 background: #efefef;
 box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
 -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
 -moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_box_title{
 padding: 10px 20px;
 color: #fff;
 font-size: 2rem;
 font-weight: bold;
 background: #1c2950;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_box_in{
 width:100%;
 padding: 20px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_box_in_harf{
 width: 475px;
 padding: 20px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_box_in .title,
.pr_box_in_harf .title{
 color: #1c2950;
 font-weight: bold;
}
.pr_contents{
 padding: 10px;
 background: #fff;
 border-top: double 5px #1c2950;
 border-bottom: double 5px #1c2950;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_contents ul{
 width: 295px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_contents ul li{
 padding-left: 15px;
 margin: 10px 0;
 background: url(../images/top/list_arrow.png) no-repeat;
}
.pr_images{
 width: 150px;
}
.pr_images img{
 width: 150px;
}
.pr_cap{
 padding-left:10px;
 font-size: 90%;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.pr_cap span{
 display: block;
 margin: 5px 0;
}
.pr_cap a{
 color: #1c2950;
}
.pr_cap a:hover{
 color: #cc0000;
}
.facebook_area{
 padding-left: 0px;
}

@media screen and (max-width:600px){
	.pr_area{
	 width: 100%;
	}
	.pr_box_title{
	 font-size: 1.4rem;
	}
	.pr_contents ul{
	 width: 100%;
	}
	.pr_box_in_harf{
	 width: 100%;
	}
	.pr_cap{
	 padding-bottom:10px;
	}
	.facebook_area{
	 padding-left: 0px;
	}
}



/***---ボタン---***/
a.btn_top{
 display: block;
 height: 50px;
 padding: 17px;
 color: #1c2950;
 font-size: 1.8rem;
 font-weight: bold;
 background: #f3c91f url(../images/top/btn_arrow.png) no-repeat right 20px center;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
a.btn_top:hover{
 opacity:0.7;
 transition-duration: 0.5s;
}

a.btn_top_contact{
 position: absolute;
 top: 30px;
 right: 10px;
 display: block;
 width:250px;
 height: 25px;
 padding: 6px 0px 6px 12px;
 text-align: center;
 color: #fff;
 font-size: 1.4rem;
 background: #c4181f;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
a.btn_top_contact:hover{
 opacity:0.7;
 transition-duration: 0.5s;
}

@media screen and (max-width:600px){
	a.btn_top{
	 display: block;
	 height: 40px;
	 padding: 12px;
	 color: #1c2950;
	 font-size: 1.6rem;
	 font-weight: bold;
	 background: #f3c91f url(../images/top/btn_arrow.png) no-repeat right 20px center;
	 border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	}
	a.btn_top_contact{
	 position: absolute;
	 top: auto;
	 bottom: 8px;
	}
}


