@charset "UTF-8";


h2,h3,h4{
	font-weight: 600;
}
.txt{
	text-indent:1em;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.txt{
		text-indent:1em;
		line-height: 2.1rem;
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	side

-----------------------------------*/
#side{
    top: 60px;
}
/*-----------------------------------

	main

-----------------------------------*/
#main_wrap{
	text-align:center;
}
#main {
    width: 1085px;
    height: 445px;
	margin: 0 auto;
}
.bx-wrapper{
	width: 1085px;
	margin: 0 auto!important;
	background:none !important;
	border:none !important;
	box-shadow:none	!important;
}
#main a.main_btn {
    width: 100px;
    height: 95px;
    letter-spacing: 0.2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #87b360;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 70px;
    padding-top: 45px;
    box-sizing: border-box;
    border-radius: 105px;
}
#main a.main_btn:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    position: absolute;
	font-size: 28px;
    top: 15px;
    right: 0;
	left: 0;
	margin: 0 auto;
    z-index: 2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#main a.main_btn:hover{
	background:#63903c;
}
/*controls*/
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 15px !important;
    height: 28px !important;
    text-indent: -9999px;
    z-index: 997!important;
}
.bx-wrapper .bx-prev {
	left: 0!important;
	background: url(../img/index/slide_left.png) no-repeat 0 !important;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.bx-wrapper .bx-prev:hover{
	left: -10px!important;
}
.bx-wrapper .bx-next {
	right: 0!important;
	background: url(../img/index/slide_right.png) no-repeat 0 !important;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.bx-wrapper .bx-next:hover{
	right: -10px!important;
}
.bx-wrapper img.sp{
    display: none!important;
}
@media screen and (max-width: 1000px) {
	#main {
		width: 100%;
		height: auto;
		margin: 100px auto 0;
	}
	#main a.main_btn {
		width: 78px;
		height: 75px;
		font-size: 13px;
		letter-spacing: 0.1rem;
		bottom: 30px;
		left: 70px;
		padding-top: 32px;
	}
	#main a.main_btn:before {
		font-size: 20px;
		top: 10px;
	}
}
@media screen and (max-width: 740px) {
	#main a.main_btn {
	    width: auto;
		height: auto;
		bottom: 30px;
		left: 20px;
		padding: 5px 10px 5px 25px;
		border-radius: 10px;
	}
	#main a.main_btn:before {
		font-size: 15px;
		top: 5px;
		left: 5px;
		right:inherit !important;
	}
}
@media screen and (max-width: 640px) {
	.bx-wrapper img.pc{
		display: none!important;
	}
	.bx-wrapper img.sp{
		display: block!important;
	}
	#main {
		width: 100%;
		height: auto;
		margin: 80px auto 0;
	}
	.bx-wrapper{
		width: 100%;
		height: auto;
	}
	.bx-wrapper .bx-pager{
		display:none!important;
	}
	.bx-wrapper .bx-prev {
    	left: 2.5% !important;
	}
	.bx-wrapper .bx-next {
    	right: 2.5% !important;
	}
	.bx-wrapper .bx-prev:hover{
		left: 2%!important;
	}
	.bx-wrapper .bx-next:hover{
		right: 2%!important;
	}
	#main a.main_btn {
		display:none;
	}
}
/*-----------------------------------

	sp_cnt

-----------------------------------*/
@media screen and (max-width: 1000px) {
	#sp_cnt{
		text-align:center;
		background:#87b360;
		padding: 10px 0 20px;
	}
	#sp_cnt dl{
		background: #f9f5e7;
		border-radius: 10px;
		box-sizing:border-box;
	}
	#sp_cnt dl dt {
		font-size: 16px;
		color: #fff;
		padding: 0 0 5px;
		background: #87b360;
	}
	#sp_cnt dl dd{
		padding: 10px 2.5%;
	}
	#sp_cnt dl dd .tel{
		font-size: 36px;
		display: inline-block;
		letter-spacing: 0.05rem;
		margin-bottom: 10px;
	}
	#sp_cnt dl dd .tel .rsv {
		font-size: 14px;
		line-height: 1.6rem;
		text-align: center;
		color: #fff;
		background: #fa8059;
		display: inline-block;
		margin-right: 15px;
		padding: 4px 10px;
	}
	#sp_cnt dl dd .time{
		line-height: 2.1rem;
	}
}
@media screen and (max-width: 640px) {
	
	#sp_cnt dl dd .tel{
		display:none !important;
	}
	#sp_cnt dl dd .tel_btn {
		font-size: 18px;
		background: #fa8059;
		margin: 5px 0;
	}
	#sp_cnt dl dd .tel_btn:hover{
		background:#e05b30;
	}
	#sp_cnt dl dd .time{
		line-height: 1.8rem;
		margin-bottom: 5px;
	}
	#sp_cnt dl dd .line_btn {
		font-size: 18px;
		background: #00B900;
		margin: 5px 0;
	}
	#sp_cnt dl dd .line_btn:hover{
		background:#068906;
	}
}
/*-----------------------------------

	tab

-----------------------------------*/
#tab{
	background: url(../img/common/line_orange_top.png), url(../img/common/line_orange_btm.png) ;
	background-repeat: repeat-x;
	background-position:center top,center bottom;
    margin-top: -20px;
	padding: 20px 0;
    position: relative;
}
#tab_inner{
	width: 100%;
	background: url(../img/common/bg_fruit.png) ;
	background-repeat:repeat;
	padding: 20px 0;
}
#tab input[type="radio"]{
	display:none;
}

.tab_area{
	font-size:0;
}
.tab_area label{
	width:24%;
	font-size: 16px;
	display:inline-block;
	padding:12px 0;
	color:#fff;
	background:#87b360;
	text-align:center;
	cursor:pointer;
	margin-left: 1%;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
	border-radius:10px 10px 0 0;
}
.tab_area label:first-child{
	margin-left: 0;
}
.tab_area label:last-child{
	float: right;
}
.tab_area label:hover{
	background:#63903c;
}
.panel_area{
	background: url(../img/index/bg_tab.png),#f9f5e7;
	background-repeat:no-repeat;
	background-position:right bottom;
	border-radius: 0 0 10px 10px;
}
.tab_panel{
	text-align:center;
    padding: 30px;
    box-sizing: border-box;
	display:none;
}
.tab_panel .title{
	font-size: 18px;
	margin-top: 10px;
}
.tab_panel .trouble{
	font-size: 18px;
	color:#67943f;
}
.tab_panel .link_btn{
	margin-top: 20px;
}
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label{
	background:#f9f5e7;
	color:#87b360;
	position: relative;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4{
	display:block;
}
@media screen and (max-width: 640px) {
	#tab_inner{
		background-size:20%;
	}
	.tab_area label{
		width: 49%;
		font-size: 14px;
		margin:0 0 10px 1%;
		padding: 10px 0;
		border-radius: 10px;
	}
	.tab_area label:nth-child(3){
		margin-left: 0;
	}
	.tab_panel .sp_title{
		font-size: 18px;
		color:#67943f;
		margin-bottom: 10px;
	}
	.tab_panel{
		padding: 20px 2.5%;
	}
	.tab_panel .txt{
		text-align:left;
	}
	.tab_panel .title{
		font-size: 16px;
		margin-top: 10px;
	}
	.tab_panel .trouble{
		font-size: 13px;
	}
	.tab_panel .link_btn{
		margin-top: 20px;
	}
}
/*-----------------------------------

	info

-----------------------------------*/
#info{
	padding: 40px 0;
}
#info h2{
	font-size: 30px;
	font-weight: 600;
	text-align:center;
	position:relative;
	margin-bottom: 25px;
	padding-top: 40px;
	box-sizing:border-box;
}
#info h2:before{
	width: 58px;
	height: 28px;
	content:url(../img/common/icon_leaf.svg);
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#news_area{
	height: 240px;
	overflow-y: auto;
	background:#fff;
	padding: 5px 20px 20px;
	border-radius:10px;
	box-sizing: border-box;
}
#news_area dt {
	width: 130px;
	line-height: 2.4rem;
    float: left;
	padding: 20px 0;
}
#news_area dd {
	line-height:2.4rem;
	padding: 20px 0 20px 130px;
    border-bottom: 1px solid #ffc55f;
}
@media screen and (max-width: 640px) {
	#info h2{
		font-size: 21px;
		margin-bottom: 20px;
		padding-top: 30px;
		box-sizing:border-box;
	}
	#info h2:before{
		width:30px;
		height: 18px;
	}
	#news_area{
		padding: 5px 2.5% 20px;
	}
	#news_area dt {
		width: auto;
		float: none;
		margin-bottom: 0;
		padding: 10px 0 0;
	}
	#news_area dd {
		padding: 5px 0 10px 0;
	}
}
/*-----------------------------------

	about

-----------------------------------*/
#about{
	padding: 60px 0;
}
#about .img_01{
	width: 260px;
	margin-left: -20px;
}
#about .text_01{
	width: 530px;
}
#about .img_02{
	width: 202px;
	margin-left: -10px;
}
#about .text_02{
	width: 580px;
}
#about .p_list{
	margin-top: 10px;
}
#about #about_free{
	margin-top: 30px;
}
#about #about_free li{
	float: left;
	margin-right: 10px;
}
#about #about_free li:nth-child(2n){
	margin-right: 0;
}
#about #about_free li:first-child,
#about #about_free li:nth-child(2){
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	#about .img_01{
		width: 30%;
		margin-left: -20px;
	}
	#about .text_01{
		width: 70%;
	}
	#about .img_02{
		width: 25%;
		margin-left: -20px;
	}
	#about .text_02{
		width: 75%;
	}
	#about #about_free{
		margin-top: 20px;
	}
	#about #about_free li{
		width: 49%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 640px) {
	#about .img_01{
		width: 80%;
		margin: 0 auto 20px;
	}
	#about .text_01{
		width: 100%;
		float: none !important;
	}
	#about .text_02{
		width: 100%;
		float: none !important;
	}
	#about .p_list{
		margin-top: 0;
	}
}
/*-----------------------------------

	menu

-----------------------------------*/
#menu {
	padding: 40px 0;
}
#menu section{
	margin-top: 40px;
}
#menu_image li{
	float: left;
	margin-right: 10px;
}
#menu #menu_image li:last-child{
	margin-right: 0;
}
#menu_trouble{
	background:#fff;
	border-radius:10px;
}
#menu_trouble th{
	width: 150px;
	font-weight: 500;
	vertical-align:middle;
	background:#ffc55f;
	padding: 20px;
}
#menu_trouble td{
	vertical-align:middle;
	padding: 20px;
	border-bottom:solid 1px #ffc55f;
}
#menu_trouble tr:first-child th{
	border-radius:10px 0 0 0;
}
#menu_trouble tr:last-child th{
	border-radius:0 0 0 10px;
}
#menu_trouble tr:last-child td{
	border-bottom:none;
}
#menu .link_btn{
	margin-top: 30px;
}
@media screen and (max-width: 1000px) {
	#menu_image li{
		width: 23.5%;
		margin-right: 2%;
	}
	#menu_image li img{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#menu section{
		margin-top: 30px;
	}
	#menu_trouble th{
		width: 20%;
		padding: 10px 2.5%;
	}
	#menu_trouble td{
		padding: 10px 2.5%;
	}
	#menu .link_btn{
		margin-top: 20px;
	}
}
/*-----------------------------------

	staff

-----------------------------------*/
#staff {
	padding: 40px 0;
}
#staff table{
	width: 100%;
	text-align:center;
	background:#fff;
	margin-top: 20px;
	border-radius:10px;
}

#staff table tr:first-child th:first-child{
	border-radius:10px 0 0 0;
}
#staff table tr:first-child th:last-child{
	border-radius:0 10px 0 0;
}
#staff table th,
#staff table td{
	font-weight: 500;
	vertical-align:middle;
	padding: 10px 0;
}
#staff table th{
	background: #ffc55f;
}
#staff table td{
	line-height:1.8rem;
	border-right:solid 1px#ffc55f;
}
#staff table tr td:last-child{
	border-right:none;	
}
#staff table th.time{
	color:#fff;
	line-height:1.6rem;
	background:#87b360;
	border-radius: 0 0 0 10px;
}
#staff table tr td span{
	font-size: 14px;	
}
#staff .link_btn{
	margin-top: 30px;
}









