@charset "utf-8";
/* CSS Document */
/************************************
	clearfix 
************************************/ 
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
body {
	font-size: 16px;
	font-family: 'Kosugi Maru',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
	font-weight: 500;
	background-color: #fbfbfb;
	background-image: url(../img/body_bg.jpg);
	color:#36240b;
}
main,header,footer,navi{
	display:block;
}
p{
	font-feature-settings: "pkna";
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }

*:focus {
/*    outline: dashed #526A33 1px;*/
}
.naka_link{
    color: #526A33;
}
.naka_link:hover{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.only_sp{
    display: none;
}
header{
	background: rgba(255,255,255,0.95);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
	box-shadow: 0px 0px 1px 1px #eee;
}
.head{
    width: 1300px;
    margin: auto;
}
.head_ttl{
    width: 20%;
    float: left;
    padding: 2% 0;
    transition-duration:0.2s;
}

.fixed_head .head_ttl {
    padding: 0.7% 2%;
    width: 19%;
    margin-right: 1%;
}

.head_right{
	width: 80%;
    float: left;
    padding-left: 4%;
}

.fixed_head .head_menu_box{
    margin-top: -33px;
}

.head_menu_box ul{
    position: relative;
    z-index: 1;
}
.head_menu_btn a{
	float: left;
    height: 25px;
    line-height: 24px;
    margin: 0.3%;
    padding: 0 1%;
    font-size: 0.9em;
	border-radius: 3px;
}
.head_menu_0{
	border:solid 1px #00B050;
	color:#00B050;
}
.head_menu_0:hover{
	background:#00B050;
	color:#fff;
}
.head_menu_1{
	border:solid 1px #EA575C;
	color:#EA575C;
}
.head_menu_1:hover{
	background:#EA575C;
	color:#fff;
}
.head_menu_0:hover img,.head_menu_1:hover img,.head_menu_2:hover img,.head_menu_3:hover img,.head_menu_4:hover img,.head_menu_5:hover img{
	filter: brightness(0) invert(1);
}
.head_menu_0 img{
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.head_menu_1 img{
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.head_menu_2{
	border:solid 1px #80A54D;
	color:#80A54D;
}
.head_menu_2:hover{
	background:#80A54D;
	color:#fff;
}
.head_menu_2 img {
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.head_menu_3,.head_menu_4{
	border:solid 1px #333;
	color:#333;
}
.head_menu_5 {
	border: solid 1px #4886df;
    color: #4886df;
}
.head_menu_5:hover{
	background:#4886df;
	color:#fff;
}
.head_menu_3:hover,.head_menu_4:hover{
	background:#333;
	color:#fff;
}
.head_menu_3 img {
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.head_menu_4 img {
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.head_menu_5 img {
    display: inline;
    height: 15px;
    padding-right: 5px;
    padding-bottom: 3px;
}
#main_nav{
    margin: 2% 0;
    transition-duration:0.2s;
}
.fixed_head #main_nav {
    margin: 1% 0;
}
div.menu-container{
	width: 100%;
	background: none;
    box-shadow: none;
}
.menu > ul > li{
	border-right:0 !important;
}
div.menu > ul > li:last-child {
    border-radius: 0;
}
.pan{
	clear: both;
	background: url(../img/pan_bg.png);
	padding: 0.5%;
	transition-duration:0.2s;
	overflow: hidden;
	font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
}
.fixed_head .pan{
    height: 0;
    padding: 0;
}
.pan ul{
    width: 1300px;
    margin: auto;
}
.pan ul li{
	float: left;
	font-weight: bold;
}
.pan ul li a{
	color:#526A33;
	font-weight:bold;
}
.naka_head_img{
	width: 100%;
    margin-bottom: 1%;
}
.naka_con{
    width: 1300px;
    margin: auto;
    margin-top: 1%;
    padding: 2%;
    background: #fff;
}
.naka_h1{
    font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
	color:#526A33;
	font-weight:bold;
	font-size: 1.2em;
	position: relative;
	margin-left: 1%;
}
.naka_h1:before{
	content:"";
	width:3px;
	display:block;
	background:#526A33;
	position: absolute;
	left: -1%;
    top: 24%;
    height: 0.9em;
}
.con_box{
	padding:1% 2%;
}
.naka_h2{
	font-size: 1.1em;
    color: #222;
}
.naka_h2:before{
    content: "";
    background: url(../img/point_icon.png);
    display: block;
    width: 0.7em;
    height: 0.7em;
    float: left;
    background-size: cover;
    margin-top: 0.5%;
    margin-right: 0.5%;
}
main{
    margin-top: 188px;
}


.naka_news_item {
	font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
}




.foot_link{
    width: 1300px;
    margin: 3% auto;
    padding: 3% 4%;
    padding-left: 7%;
    background: #fff;
    border-radius: 20px;
}
.foot_link a:hover{
	text-decoration:underline;
}
.foot_link1{
	width:33%;
	float:left;
}
.foot_link2{
	width:33%;
	float:left;
}
.foot_link3{
	width:33%;
	float:left;
}
.cate_1 a{
	color:#73924A;
	font-weight: bold;
	line-height: 2em;
}
.cate_2 a{
	font-size: 0.85em;
	color:#36240b;
    padding-left: 1em;
    line-height: 2em;
}
.cate_3 a{
	font-size: 0.85em;
	color:#36240b;
    padding-left: 2em;
    line-height: 2em;
}
.cate_3 a:before{
	content:"- ";
}
.foot_con{
    width: 1300px;
    margin: auto;
    border-top: dotted 1px #ccc;
    padding: 2% 0;
}
.foot_left{
	width:30%;
	float:left;
}
.foot_left img{
    width: 70%;
	margin-left: 25%;
	display: block;
}
.foot_center{
	width:35%;
	float:left;
	font-size: 0.9em;
    padding-left: 8%;
}
.foot_info{
    margin-top: 2%;
}
.foot_right{
	width:35%;
	float:left;
	padding: 2.3%;
}
.foot_contact{
	display:block;
	line-height: 1em;
    color: #111;
    font-weight: bold;
}
.foot_contact img{
	height: 1em;
    float: left;
    margin-right: 1%;
}
.foot_tel{
    font-family: 'M PLUS Rounded 1c',游ゴシック体, 'Yu Gothic', YuGothic,"Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
	display:block;
	line-height: 1em;
    color: #111;
    font-weight: bold;
    clear: both;
    margin-top: 4%;
}
.foot_tel img{
	height: 1em;
    float: left;
    margin-right: 1%;
}
.fax{
	font-size: 0.8em;
}
.foot_sub_link{
	background: #DBEEBD;
    font-size: 0.9em;
	line-height: 1em;
}
.foot_sub_link ul{
	width:1300px;
	margin:auto;
	display: flex;
    justify-content: center;
	padding: 1% 0;
}
.foot_sub_link ul li a{
	margin-right: 50px;
	color:#666;
}
.foot_sub_link img{
	height:1em;
	float:left;
    margin-right: 4px;
}
.copyright{
	text-align: center;
    padding: 1% 0;
    font-size: 0.8em;
    color: #999;
}
.pagetop{
    right: -10%;
    position: fixed;
    bottom: 7%;
    width: 100px;
    transition: right 0.5s,transform 0.1s;
	z-index:9;

}
.pagetop:hover{
	transform: rotate(-5deg);
}

/*reset*/
.head_menu_btn,.pan ul,.foot_link ul,.foot_sub_link ul,.tab{
	list-style: none;
}

