@charset "utf-8";
/* CSS Document */


/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	top:50% !important;
	right:52%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-3px;
	bottom:10px;
    /*テキストの形状*/
	color: #7c7879;
	font-size: 15px;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -30px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #7c7879;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:-23px;
    /*矢印の形状*/
	width:1px;
	height: 65px;
	background:#7c7879;
}


/* =======================================
	新着情報
======================================= */
#news{
	clear:both;
    min-width:1150px;
	background:#f4f4f4;
	padding:25px 50px 25px 50px;
	border-top:3px solid #ADB367;
	border-bottom:3px solid #ADB367;
}
.sub_con_01{
	width:1150px;
	position:relative;
	margin:0 auto;
}



#important_box{
	position:relative;
	width:260px;
	padding: 15px 25px 15px 0;
	vertical-align:middle;
	border-right:5px solid #ADB367;
	float:left;
}
h2.important_title{
	font-weight:normal;
	color:#333;
	font-size:123.1%;
	text-align:center;
	letter-spacing:2px;
}
span.s_title{
	font-size:77%;
	color:#990;
}

ul#important_list{
	float:right;
	width:830px;
}

ul#important_list li{
	width:830px;
	height:33px;
	background:url(../img/yajirushi.png) no-repeat scroll 105px 4px;
	border-bottom:1px dotted #999;
	overflow:hidden;
	position:relative;
}
#important_list li:last-child {
    border-bottom:none;
}
span.day01{
	font-size:93%;
	font-weight:bold;
	width:40px;
	color:#333;
	position:absolute;
	top:10px;
	letter-spacing:1px;
}
#important_list a{
	display:block;
	color:#535353;
	position:absolute;
	top:10px;
	left:130px;
	width:700px;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
    text-overflow: ellipsis;
	font-size:93%;
	letter-spacing:3px;
}
#important_list a:hover{
	color: #F60;
}

/* =======================================
	ボタン
======================================= */

.button_01.btn_01 {
	display:none;
}
	
.button{
	background-color: #ADB367;
	border: 2px solid #ccc;
	display: inline-block;
  　font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:60%;
	color:#FFF;
	margin-top:15px;
	padding:0px 20px;
	/*************************************************************************************
	outlineプロパティは、アウトラインのスタイル・太さ・色をまとめて指定する際に使用します。
	borderプロパティとは異なり、outlineプロパティには上下左右の概念はありません。 
	アウトラインをつける（縁取りをする）対象が丸い場合には、アウトラインも丸くなります。
	*************************************************************************************/
	outline: none;
	text-decoration:none !important;
	border-radius:5px !important;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	border-radius:5px !important;
}
.button,
.button::before,
.button::after {
	/*********************************************************
	「box-sizing」はボックスサイズの算出方法を指定する 
	content-box
	パディングとボーダーを幅と高さに含めない（初期値）
	border-box
	パディングとボーダーを幅と高さに含める
	inherit
	親要素の値を継承する
	**********************************************************/
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	/*transitionで変化を設定 これにより滑らかに動く*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

/* btn3 */
.btn3 {
	z-index: 2;
	color:#fff !important;
	line-height: 30px;
	letter-spacing:2px;
	position:relative;
	border-radius:5px !important;
}
.btn3:hover {
	border-radius:5px !important;
	background-color: #fff;
	border-color: #ADB367;
	color: #ADB367 !important;
}
.btn3::before,
.btn3::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ADB367;
}
.btn3::before {
	right: 0;
}
.btn3::after {
	left: 0;
}
.btn3:hover::before,
.btn3:hover::after {
	width: 0;
	background-color: #ADB367;
	border-radius:5px !important;
}




/*----------------------------------------------------------

							news

-------------------------------------------------------------*/

h2.title_01{
	font-size: 230%;
	color: #585a4d;
	padding: 20px 0;	
}


#news{
	/*background: rgba(255,246,221,0.5);*/
	padding: 30px 0;
}

.news-box{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 15px 0 30px;
}

.news-title{
	width: 20%;
	text-align: center;	
}


p.sub_title{
	font-size: 230%;
	color: #585a4d;
	padding: 20px 0;	
}

.news-list{
	width: 70%;	
}

.news-list02{
	padding: 20px 0 10px 10px;
	border-bottom: 2px solid #DADCBB;
	display: flex;
	font-size: 110%;
	letter-spacing: 1px;
}

.news-list02 >li a{
	color:	#585a4d;
}

.news-text{
	padding-left: 20px;	
}

.news-list02 >li a:hover{
	color:	#ADB367;
}

.btn-square-slant {
  display: inline-block;
  position: relative;
  padding: 5px 20px 7px;
  margin-top: 10px;
  letter-spacing:1px;
  text-decoration: none;
  background: #ADB367;/*ボタン色*/
  color: #FFF;
  border-radius: 15px;
  transition: .3s;
}

.btn-square-slant:hover {
  /*ボタンを押したとき*/
  background: #585a4d;
}

.btn-square-slant:active:hover, .btn-square-slant:active:before {
  content: none;/*ボタンを押すと線が消える*/
}






.move{
	width:600px;
	margin:20px auto;
	padding:40px 0;
}

/*----------------------------------------------------------

							service

-------------------------------------------------------------*/
#service{
	padding-top: 40px;
	background:rgba(245,246,238,0.7);
	/*background: rgba(255,246,221,0.5);*/	

}

.service-title{
	text-align:center;
}

.service-title h3{
	font-size: 200%;
	position: relative;
    display: inline-block;
    margin-bottom: 1em;	
	color: #585a4d;
}

.service-title h3:before{
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #585a4d;
    border-radius: 2px;	
}



.service-box{
	padding-top: 30px;
	padding-bottom: 80px;
	    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
	
	
}

.service01{
	width: 500px;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 30px;
	transition: .3s;
	border: 1px solid #E3E5CC;
}

.service01:hover{
	box-shadow: rgba(93,144,78,0.15) 0px 10px 36px 0px, rgba(93,144,78,0.05) 0px 0px 0px 1px;	
}

.service-img img{
	width: 498px;
	height:300px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

.service-text{
	padding: 5px;
	color: #585a4d;
}

.service-text h3{
	font-size: 160%;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 5px;
}

.service-text p{
	padding: 10px;
	line-height: 1.6;
	font-size: 108%;
	text-align: justify;
	letter-spacing:1px;
}

.btn03{
	text-align: center;	
	padding-top: 20px;
}

.btn03 a{
	background: #ADB367;
    padding: 5px 20px 7px;
	letter-spacing:1px;
    color: #fff;
    border-radius: 15px;
	transition: .3s;	
}

.btn03 a:hover{
	background: #585a4d;	
}

/*----------------------------------------------------------

							blog

-------------------------------------------------------------*/
h3.title_02{
	font-size: 230%;
	color: #585a4d;
	padding: 20px 0;	
	text-align: center;
}

#blog{
	
	padding: 40px 0 150px;
	
}

.blog-box{
		width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	border: 2px solid #E3E5CC;
	/*box-shadow: 1px 1px 3px #ddd;*/
	border-radius: 10px;
}

.blog-title{
	margin: 0 auto;
	position: absolute;
	top: -33px;
	left: 42%;
	
}

#blog h2{
	width: 160px;
	text-align: center;
	font-size: 210%;
	color: #585a4d;
    /*border-bottom: double 3px #E3E5CC;*/
	margin: 0 auto;
	background: #fff;
}

.blog-list{
	display: flex;
	justify-content: space-evenly;
	
}

.blog-list02{
	width: 250px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	transition: all 0.25s ease-in;
	 border-bottom: 5px solid transparent;
		
}

.blog-list02:hover{
	 -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #9DA351;
		
}

.blog-list02 > li:first-of-type{
	max-width: 250px;
	height: 200px;
	object-fit: cover;
	padding: 0;
}




.blog-list02 > li:first-of-type img{
	overflow: hidden;
	width: 100%;
   height: 100%;
   object-fit: cover;
	box-shadow: 1px 1px 3px #ddd;
	 display: block;
    transition: .3s;	
}

.blog-list02 > li:first-of-type img:hover{
	opacity: .6;
}

.blog-list02 > li:last-of-type{
	display: flex;
	flex-direction: column;
	padding: 15px 8px;
	background: #fff;
}

.blog-list02 > li:last-of-type a{
	color: #585a4d;
	letter-spacing:2px;
}

.blog-list02 > li:last-of-type a:hover{
	color: #ADB367;	
}

.blog-date{
	border-bottom: 1px solid #ADB367;
}

.blog-text{
	padding: 10px 5px;	
}



.btn02{
	text-align: center;	
	margin-top: 40px;
}

.btn-flat-border {
	font-size: 93%;
	letter-spacing: 1px;
    display: inline-block;
    padding: 5px 20px 7px;
	letter-spacing:2px;
    color: #fff;
    border-radius: 15px;
     color: #fff;
    transition: .4s;
    background: #ADB367;
}

.btn-flat-border:hover {
  background: #fff;
   border: solid 2px #ADB367;
   color: #ADB367;
}

































