body {
	color: #000000;
	background: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 550!important;
	color: #121518;
}
p{
	font-family: 'Noto Sans JP', sans-serif!important;

}

.text-color dt {
	font-size: 18px;
	margin: 0 0 0.5rem;
	color: #ffffff;
}

a {
	font-family: 'Noto Sans JP', sans-serif;
}
section{
	padding: 25px 0 50px 0;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none!important;
}

.circle_img, li {
list-style: none;
margin: 0;
padding: 0;
}

.circle_img {
display: -webkit-flex;
display: flex;
text-align: center;
justify-content: space-between;
margin-bottom: 30px;
}

.circle_img li {
	width: 40%;
	text-align: center;
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(33, 37, 41, 7%);
}

.circle_img li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.circle_img li:hover{
	background: #00544a;
	opacity: .6;
}
.h4_center div{
	width: 40%;
	margin-bottom: 1rem;
}
.h4_center h4{
	text-align: center;
}

.row-emportant {
	margin-left: auto !important;
	margin-right: auto !important;
}

.btn:focus {
	box-shadow: none;
}


.cont-wt {
	max-width: 700px !important;
}

.wrapper:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";

	background-image: url(../img/top_left.svg);
}

.wrapper {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.title-midashi {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.back-to-top {
	position: fixed;
	display: none;
	background: #beb95a;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 4%;
	bottom: 50px;
	transition: background 0.5s;
	z-index: 9;
}

.back-to-top span {
	font-size: 15px;
}

.img-sing img {
	max-height: none !important;
	max-width: 50% !important;
	width: 50%;
	height: auto;
}

.back-to-top:hover {
	color: #000;
	background: #69C6BA;
}

.back-to-top i {
	padding-top: 10px;
}

.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex_row_center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flex_col_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex_row_between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: space-between;
}

.flex_col_between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: space-between;
}


.page_title .leaf_start {
	transform: rotate(-120deg);
}

.page_title h2 {
	color: #1f98b3 !important;
}

.page_title span {
	padding: 0 10px 0 15px;
}

@media (max-width: 540px) {
	.h4_center h4{
		font-size: 25px;
	}
	.new_title h2{
		font-size: 35px!important;
	}
	.new_title h3{
		font-size: 35px!important;
	}
	.h4_center h4, .comment-text h2, .row_text .content h3{
		font-size: 24px!important
	}
	.row_text .content h4{
		font-size: 18px!important
	}
	.h4_center div {
		width: 46%;
	}

}
@media (max-width: 390px) {
	.new_title h2{
		font-size: 25px!important;
	}
	.new_title h3{
		font-size: 25px!important;
	}
	.new_title h4{
		font-size: 15px!important;
	}
	.h4_center h4, .comment-text h2{
		font-size: 18px!important
	}
}

/**********************modelcourse********************/


.modelcourse_card {
	overflow: hidden;
	height: 500px;
	width: auto;
	margin-bottom: 30px;
	position: relative;
}

.modelcourse_card img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}

.modelcourse_img img {
	width: auto;
}

.modelcourse_item {
	width: 100%;
	padding: 0px;
}

.modelcourse_ttl {
	padding: 12px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 18px;
}

.modelcourse_card div.icon {
	padding: 0 12px;
	font-size: 12px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 12px;
}

.modelcourse_txt {
	padding: 12px;
	line-height: 1.6;
	margin-bottom: 55px;
}

.sp_none {
	display: block;
}

.details_link {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #deeef9;
	padding: 0px;
	margin-bottom: 0px;
	3
}

.details_link a {
	display: block;
	background-color: #4a8983;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	transition: 0.5s;
}

.details_link i {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 1em;
	margin: auto;
	font-style: normal;
	font-variant: normal;
	line-height: 1em;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}


/**********************他のtop-botom**************************/
.text-top {
	margin-top: 45px;
}

.text-padding {
	padding-top: 30px;
	padding-bottom: 40px;
}

/********************foodter**************************/

.toggle_contents {
	margin-bottom: 0px;
}


.toggle_title {
	font-weight: 400;
	background-color: #ffffff;
	color: #649c9e;
	position: relative;
	cursor: pointer;
	text-align: inherit;
	line-height: 1.4;

}

.catekori_contents {
	border-top: 2px solid #3f51b5;
	border-bottom: 2px solid #3f51b5;
}

.date_contents {
	border-top: 2px solid #CA3466;
	border-bottom: 2px solid #CA3466;
}

.date_title {
	background-color: #CA3466;
	color: #ffffff;
	position: relative;
	padding: 5px;
	cursor: pointer;
	font-size: 18px;
	text-align: inherit;
	line-height: 1.4;
}

.catekori_title {
	background-color: #3f51b5;
	color: #ffffff;
	position: relative;
	padding: 5px;
	cursor: pointer;
	font-size: 18px;
	text-align: inherit;
	line-height: 1.4;
}

.bottom_none {
	border-bottom: 0 !important;
}

.pc_small_toggle {
	background: none;
	font-size: 12px !important;
	border: 0 !important;
	padding: 0;
	margin: 0 8px !important;
}

.small_toggle {
	font-size: 16px;
	padding: 5px 20px !important;
}

.pc_box {
	padding-left: 15px;
}

.toggle_btn:before {
	width: 2px;
	height: 10px;
}

.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents dd {
	display: none;
}

.catekori_contents dd {
	display: none;
}

.date_contents dd {
	display: none;
}

.poun_sp {
	display: none !important;
}

.poun_pc {
	display: block !important;
}

.footer02 {
	padding: 20px;
}

.manue_footer dl {
	margin-top: 0;
	margin-bottom: -2px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/


.top-bar {
    position: relative;
    height: 90px;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}
.top-bar .logo_img{
	position: absolute;
	top: 1rem;
	left: 0;
	z-index: 99;
}
.top-bar .logo img {
    max-width: 100%;
    max-height: 200px;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-bar .top-bar-right .content{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-bar .text, .nav-bar .text {
  margin-top: 25px;
	margin-right: 15px;
	padding: 10px;
	text-align: center;
	background: #00544a;
}

.top-bar .text h4, .nav-bar .text h4 {
    color: #ffffff;
    font-weight: 500!important;
    font-style: normal;
    font-size: 20px;
    margin: 0;
}
.top-bar .text h4 span{
	padding-right: 6px;
}

.top-bar .text p, .nav-bar .text p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}
.top-bar .text:hover, .nav-bar .text:hover{
	text-decoration: none;
	background: #649c9e;
}

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}
.top-bar .col-lg-9{
	z-index: 99;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #aa9166;
    background: #ffffff;
}


@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.99px) {
		.top-bar{
			display: none;
		}

		.top-bar .social {
		display: none;
}

}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

.scroll_logo{
	height: 3rem;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	display: none;
}
.scroll_logo img{
	max-width: none;

}
.scroll_logo .logo_icon{
	height: 3rem;
	padding-right: 1rem;
}
.scroll_logo .logo_text{
	height: 2.5rem;
	margin-top: .4rem;
}
.menu_sp .content{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-left: 10px;
}
.menu_sp .text{
	margin-top: 0;
}
.respon_logo{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	height: 3rem;
}
.respon_logo img{
	height: 100%;
}

.icon_right{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.icon_right span{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.icon_right a{
	font-family: inherit;
}
.icon_right i{
	color: #fff;
}
.icon_right span:hover{
	background: #fff;
	color: #000;
}
.icon_right i:hover{
	color: #000;
}

.nav-bar {
    position: relative;
    padding: 20px 0;
    transition: .5s;
		z-index: 99;
		background: none!important;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}
.navbar-nav{
  width: 100%;
  justify-content: flex-end;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	padding: 8px;:
  color: #ffffff;
}
.navbar-nav .nav-link:last-child{
	border-right: 0!important;
	margin-right: 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #aa9166;
    transition: none;
}
.nav-bar .navbar-nav a{
	color: #000!important;
	font-weight: bold;
	/* border-right: 0; */
	font-family: 'Noto Sans JP', sans-serif;
}
.nav-bar .navbar-nav>a:hover, .nav-bar .navbar-nav>a:focus {
    background: none;
	  box-shadow: inset 0 -2px 0 #FFF;
}
.nav-bar .navbar-nav>.dropdown-toggle:hover, .nav-bar .navbar-nav>.dropdown-toggle:focus {
    background: none;
	  box-shadow: inset 0 -2px 0 #FFF;
}
.nav-bar .navbar-nav .dropdown-toggle{
		color: #000;
		font-weight: bold;
		cursor: pointer;
}
.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
		padding: 0!important;
}
.nav-bar .dropdown-menu .dropdown-item{
	border-bottom: 1px solid #D7D7D7;
}
.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #aa9166;
    border-radius: 0;
}

.nav-bar .btn:hover {
    background: #aa9166;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 20px 60px;
    }
    .nav-bar.nav-sticky {
        padding: 10px 60px;
    }
		.icon_right{
			display: none;
		}
    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 17px;
        text-transform: uppercase;
				text-shadow: #fff 1px 0 5px;
    }
		.navbar-expand-lg .navbar-nav .nav-link{
			font-size: 17px;
			text-shadow: #fff 1px 0 5px;
		}
		#carousel{
			margin-top: -12rem!important;
		}
		.navbar-expand-lg .navbar-nav .dropdown-menu{
			left: auto!important;
		}
}

@media (max-width: 991.98px) {
		.nav-bar{
			padding:0;
			background: rgba(141, 195, 62)!important;
		}
    .nav-bar .navbar {
        padding: 0;
				width: 100%;
    }
		.nav-bar .navbar-brand{
			width: 90%;
		}
		.nav-bar .btn {
				width: 5%;
				min-width: 50px;
				display: none;
		}
		.navbar-collapse .icon_right{
			display: none!important;
		}
		.menu_sp{
			flex-direction: row!important;
			justify-content: space-between;
			padding: 10px 0;
		}
    .nav-bar a.nav-link {
        padding: 5px;
    }
		.nav-sticky .scroll_logo{
			display: none!important;
		}
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
		.menu_sp .text h4{
			font-size: 18px;
		}
		#carousel{
			margin-top: 0!important
		}

}
@media (min-width: 768px) {
	.menu_sp .icon_right{
		display: none!important;
	}
	.menu_sp .content{
		display: flex;
	}
}
@media (max-width: 767px) {
	.menu_sp .content{
		display: none;
	}
	.menu_sp .icon_right{
		display: flex!important;
		align-items: center;
	}
	.nav-bar .navbar-brand{
		width: 87%;
	}
}
@media (max-width: 539px){
	.nav-bar .navbar-brand{
		width: 85%;
	}
	.respon_logo{
		height: 2.5rem;
	}
}
@media (max-width: 460px){
	.nav-bar .navbar-brand{
		width: 80%;
	}
	.respon_logo{
		height: 2rem;
	}
}
@media (max-width: 380px){
	.nav-bar .navbar-brand{
		width: 79%;
	}
	.respon_logo{
		height: 1.8rem;
	}
}
@media (max-width: 360px){
	.nav-bar .navbar-brand{
		width: 72%;
	}
	.menu_sp .logo_text{
		display: none;
	}
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel-indicators li{
	background-color: #909e58!important;
	width: 12px!important;
	height: 12px!important;
	border-radius: 50%;
	margin-right: 10px!important;
}
.waves_top:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2.3rem;
	left: -1px;
	width: 101%;
	height: 180px;
  background-image: url(../img/waves_bottom2.png);
	z-index: 1;
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.carousel-indicators{
	bottom: 0!important;
}

.carousel {
	position: relative;
	width: 100%;
	/* height: calc(100vh - 170px); */
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 2.5rem;
}

.carousel .carousel-inner,
.carousel .carousel-item {
	position: relative;
	width: 100%;
}

.carousel .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel .carousel-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page_icon {
	position: fixed;
	bottom: 15%;
	right: 4%;

	z-index: 20;
}

.page_icon img {
	margin-bottom: 20px;
	width: 70%;
}

.page_icon a:hover {
	transform: scale(1.5);
}


.mail .btn {
	padding: 15px 35px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	background: #c1f159;
	border-radius: 0;
	transition: .3s;
}

.mail .btn:hover {
	background: #aa9166;
}

.carousel .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.slide_content {
	width: 60%;
	min-height: 150px;
	background: rgba(255, 255, 255, 0.5);
}

.more {
	width: 100%;
	text-align: right;
	padding-right: 2rem;
	padding-top: 1rem;
}
.more a{
	color: #4d4d4d;
	font-weight: 200;
	font-size: 18px;
}
.more a:hover{
	opacity: .5;
}
.more i{
	margin-left: 15px;
}

/*******************************/
/******* 農泊とは ********/
/*******************************/


.location_row{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

.location_row:nth-child(odd) .row_emty {
	width: 10%;
	float: left;
}
.location_row:nth-child(even) .row_emty {
	width: 10%;
	float: left;
}
.location_row:nth-child(odd) .row_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 38rem;
	width: 70%;
	min-width: 600px;
	float: right;
}
.location_row:nth-child(even) .row_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 38rem;
	width: 70%;
	min-width: 600px;
	float: left;
}
.location_row-1 .row_img {
	background-image:url(../img/nature1.jpeg);
}
.location_row-2 .row_img {
	background-image:url(../img/telework1.jpeg);
}
.location_row-3 .row_img {
	background-image:url(../img/home-town.jpg);
}

.row_text{
	height: 38rem;
	width: 500px;
	position: relative;
}
.row_title{
	position: absolute;
	z-index: 1;
}
.location_row:nth-child(odd) .row_title{
	top: 4rem;
	right: -480px;
	z-index: 1;
}
.location_row:nth-child(even) .row_title{
	top: 4rem;
	left: -80px;
}
.row_title h2{
	color: #a21000;
	padding: 20px;
	border: 1px solid #a21000;
	background: #fff;
	text-align: center;
}
.location_row:nth-child(odd) .row_text .content{
	position: absolute;
	top: 6rem;
	right: -300px;
	width: 500px;
	height: 400px;
	border-radius: 20px;
	background: #fff;
	opacity: .8;
	text-align: center;
	/* border: 1px solid #0dac67; */
	padding: 20px;
}
.location_row:nth-child(even) .row_text .content{
	position: absolute;
	top: 6rem;
	left: -300px;
	width: 500px;
	height: 400px;
	border-radius: 20px;
	background: #fff;
	opacity: .8;
	text-align: center;
	padding: 20px;
}
.location_row-1 .row_text .content{
	border: 1px solid #0dac67;
}
.location_row-2 .row_text .content{
	border: 1px solid #649c9e;
}
.location_row-3 .row_text .content{
	border: 1px solid #d18331;
}

.row_text .content h3{
	font-size: 35px;
	margin-bottom: 20px;
}
.location_row-1 .row_text .content h3, .greeting .farm h2{
	color: #0dac67;
}
.location_row-2 .row_text .content h3, .greeting .fishing h2{
	color: #649c9e;
}
.location_row-3 .row_text .content h3, .greeting .food h2{
	color: #d18331;
}

.row_text .content h3, .row_text .content h4. .row_text .content p{
	color: #000;
	opacity: 0!important;
}

@media (max-width: 820px) {
	.locations .new_title h2{
		margin-top: 0;
	}
	.row_text{
		height: 30rem;
	}
	.location_row:nth-child(odd) .row_text .content{
		right: -250px;
		height: 30rem;
		top: 3rem;
		width: 450px;
		height: 380px;
	}
	.location_row:nth-child(even) .row_text .content{
		left: -250px;
		height: 30rem;
		top: 3rem;
		width: 450px;
		height: 380px;
	}
	.location_row:nth-child(odd) .row_img{
		min-width: 500px;
		height: 30rem;
	}
	.location_row:nth-child(even) .row_img{
		min-width: 550px;
		height: 30rem;
	}
}


/*******************************/
/******* せとうちの自然 ********/
/*******************************/

.nature {
	background: #8dc33e;
}
.nature_img{
	position: relative;
}
.nature_img img{
	width: 100%;
}
.nature_img .row_title {
	bottom: -3rem;
	right: 5rem;
}
.nature .more {
	width: 100%;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
.nature .more a{
	color: #fff;
}


/*******************************/
/******* お知らせ ********/
/*******************************/

.news .row .content {
	width: 80%;
	position: relative;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;

}
.new_title {
	margin-bottom: 25px;
}

.first_tt{
	letter-spacing: 0!important;
	border-bottom: 0;
	padding: 1rem 0;
}
.new_title h3{
	color: #00544a;
	font-size: 45px;

}
.new_title h2 {
	margin-top: 25px;
	color: #00544a;
	font-weight: 300!important;
	font-size: 45px;
	letter-spacing: 5px;
}
.new_title h4{
	color: #000;
	font-size: 25px;
}
.new_title p {
	text-align: center;
}

.news p {
	margin-bottom: 5px;
}
.news ul {
	padding-left: 0;
}

.news .row {
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid #707070;
}

.news img {
	object-fit: cover;
	padding: 0px;
	float: left;
	max-height: 200px;
	max-width: 170px;
}

.news .content {
	padding: 10px 0 10px 15px;
	float: left;
}

.new_span {
	color: #fff;
	padding: 0px 10px;
	background: #89a51e;
}

.detail_btn_a:hover {
	transform: scale(1.2);
}

.detail_btn {
	position: relative;
	margin: 25px 0;
}

.real_btn {
	position: relative;
	height: 80px;
	width: 280px;
	background: #c7ad65;
	z-index: 2;
	color: #fff;
}

.real_btn i {
	padding-left: 20px;
}

.detail_btn::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	height: 80px;
	width: 280px;
	background: #FFE200;
	z-index: 1;
}

/*******************************/
/*********** blog CSS **********/
/*******************************/
.catch {
	background: #DEE9D3;
}

.training {
	background: #EEF7FC;
}

.catch_point {
	margin-top: 25px;
	margin-bottom: 25px;
}

.catch_point .content {
	background: #fff;
	border: 2px solid #7DBA41;
	width: 30%;
	height: 140px;
	border-radius: 80px 15px
}

.catch_point .content:hover {
	background: #7DBA41;
}

.catch_point .content h4 {
	color: #7DBA41;
	padding: 20px;
	text-align: center;
}

.catch_point .content h4:hover {
	color: #fff;
}

.blog {
	position: relative;
	width: 100%;
}

.blog .blog-carousel {
	position: relative;
	width: calc(100% + 30px);
	left: -15px;
	right: -15px;
}

.blog .blog-item {
	position: relative;
	margin: 0 15px;
	overflow: hidden;
}

.blog .blog-page .blog-item {
	margin: 0 0 30px 0;
}

.blog .blog-item img {
	overflow: hidden;
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 25px;
}

.blog .blog-item img {
	transition: 1s all;
}

.blog .blog-item img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}

.catch .blog .blog-item img {
	margin-bottom: 0 !important;
}

.blog .blog-item h3 {
	font-size: 18px;
	font-weight: 600;
	padding-left: 6px;
	padding-right: 6px;
}
.blog .blog-item p{
	padding-left: 7px;
	padding-right: 7px;
}

.blog .blog-item .meta {
	padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #999999;
}

.blog .blog-item .meta i {
	margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
	margin-left: 0;
}

.blog .blog-item a.btn {
	font-size: 16px;
	font-weight: 200;
	color: #4d4d4d;
	transition: .3s;
}

.blog .blog-item a.btn i {
	margin-left: 10px;
}

.blog .blog-item a.btn:hover {
	opacity: .5;
	text-decoration: underline;
}

.blog .owl-nav,
.blog .owl-dots {
	margin-top: 15px;
	text-align: center;
}

.blog .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c7ad65;
}

.blog .owl-dot.active {
	background: #89a51e;
}

.blog .pagination .page-link {
	color: #121518;
	border-radius: 0;
	border-color: #008ACF;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
	color: #121518;
	background: #2c94d8;
}

.blog .pagination .disabled .page-link {
	color: #999999;
}

.hover_text {
	background: #DEE9D3;
	opacity: .6;
	width: 100%;
	height: 250px;
}

.font-h3 h3 {
	margin-bottom: 0rem !important;
	font-size: 18px !important;
	padding: 5px;
}

.ling-box {
	overflow: hidden;
	border: solid 2px #4b8089;
	background-color: #ffffff;
}

.max-top {
	margin-bottom: 20px;
}

/********************* !importanyt**********/
/***** テレワークも可能な場所 and せとうちライフ CSS ******/
/*******************************/
.telework {
	padding-top: 50px;
}
.rectangle_img img{
	height: 20rem;
	width: 100%;
	object-fit: cover;
	margin-bottom: 3rem;
}
.boxtop img {
	overflow: hidden;
	width: auto;
	object-fit: cover;
}

.boxtop img:hover {
	transform: scale(1.2, 1.2);
	transition: 1s all;
}

.telework_content {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.telework .content {
	position: relative;
}

.number {
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	padding: 6px 11px;
	background: #2c94d8;
}

.icon_img {
	max-width: 48px;
	max-height: 48px;
	padding-right: 15px;
}

.telework .content_p {
	background: #69C6BA;
	color: #fff;
	padding: 15px;
}

.content_p p {
	margin-bottom: 0;
}

.life .life_p {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.life .content_p {
	margin-top: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 80px;
}

.life .content_p p {
	color: #000;
}

.note {
	position: relative;
	width: 200px;
	padding: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: -50px 0 -20px -15px;
	text-align: center;
	background: #d9b409;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), -20px 0 0 0 #cfab02;
}

/*******************************/
/********* モデルコース紹介 CSS *********/
/*******************************/

.sec_model {
	background: #efea45;
}

.model {
	position: relative;
	width: 100%;
	padding: 45px 0;
}

.model .model-item {
	margin-bottom: 30px;
}

.model .model-item h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
	/* color: #008ACF; */
}

.model .model-item h3::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #008ACF;
}

.model .model-item p {
	margin: 0;
	font-size: 16px;
}

.model .model-img {
	position: relative;
	height: 100%;
}

.model .model-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*******************************/
/********** 農泊体験ストーリー CSS **********/
/*******************************/

.comment_sec {
	background: #EEF7FC;
}

.comment {
	position: relative;
	width: 100%;
	padding: 45px 0;
}
.comment .row{
	margin-bottom: 2rem;
}

.comment .comment-img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	margin: 10px!important;
}

.comment .comment-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.comment-text h2{
	margin-bottom: 2rem;
	font-family: 'Zen Kurenaido', sans-serif!important;
}
.comment .comment-text p {
	font-size: 16px;
	text-align: center;
	font-family: 'Zen Kurenaido', sans-serif!important;
}
.right_brace{
	float: right;
	width: 100%;
}

.com_pc {
	display: block;
}

.com_sp {
	display: none;
}
@media (min-width: 541px) {
	.comment .content .flex_row_between{
		align-items: center;
	}
	.comment .content .col-sm-6{
		max-width: 50%!important;
	}
	.comment .content .col-sm-6:first-child{
		padding-right: 0px!important;
	}
}
@media (max-width: 540px) {
 .right_brace{
	 display: none;
 }
 .comment .content{
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
 }
 .comment .content .col-sm-6:last-child{
	order: 1;
	margin-bottom: 1rem;
	max-width: 300px;
	max-height: 300px;
 }
 .comment .content .col-sm-6:first-child{
	 order: 2;
 }

}

/*******************************/
/********* access CSS **********/
/*******************************/

.access {
	position: relative;
	z-index: 0;
	width: 100%;
	background-size: cover;
	background-image: url(../img/footer.jpeg);
	text-align: center;
}

.access:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	content: "";
	background: rgba(100, 156, 158, 0.8);
}
.gmap{
  padding: 0px;
}
.gmap iframe{
  height: 100%;
	min-height: 30rem;
  width: 100%;
}
.access .content{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
.access .content div{
	width: 100%;
}
.access h2{
	color: #fff;
}
.access h4, .access p{
	color: #fff;
	text-align: left;
}
.access p{
	border-bottom: 1px solid;
}
.access i{
	padding-right: 10px;
}

.wt005{
  margin-top: 45px;
  margin-bottom: 45px;
}
.wt005 img{
	max-width: 100%;
}
.inkfooter-list {
    width: 100%;
    padding: 0 0 0 2rem;
}
.access table{
	margin-bottom: 1.5rem;
}
.access td{
		color: #fff;
		text-align: left;
}
@media (max-width:768px) {
	.gmap iframe{
		min-height: 20rem;
	}
	}
@media (max-width:576px) {
	.access .col-sm-6:first-child{
		order: 2;
	}
	.access .col-sm-6:last-child{
		order: 1;
	}
}

/*******************************/
/********* Footer CSS **********/
/*******************************/

footer{
	background: #8dc33e;
	padding: 3rem 0;
}
.footer_logo_icon{
	height: 5rem;
	padding-right: 10px;
}
.footer_logo_text{
	height: 3.5rem;
	padding-right: 10px;
}
.footer_qr{
	height: 3.5rem;
}
.footer_link {
	margin-top: 1.5rem;
}
footer ul li {
	margin-top: 1rem;
}
footer ul li a{
	color: #fff!important;
}
footer ul li a:hover{
	color: #000!important;
	text-decoration: none;
}
footer #main-menu ul.nav>li>a:hover, footer #main-menu ul.nav>li>a:focus {
	box-shadow: inset 0 -2px 0 #000!important;
}
footer .nav_link a{
	border-right: #fff !important;
	padding-right: 8px!important;
}
footer .collapse:not(.show){
	display: block;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

.menu-bg {
	background:#8dc33e;
}

#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding: 0 10px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
.nav_link a{
	border-right: 1px solid #000;
}
.nav_link li:last-child a{
	border-right: 0;
}
.nav-bar .nav_link li a{
	padding-right: 16px!important;
}
footer ul li:hover > ul,
ul li:focus-within > ul, .sub_menu :hover{
	visibility: visible;
	display: block;
}

 @media (min-width: 992px) and (max-width: 1024px) {

footer .navbar-right {
	float:none !important;
}
}
@media (max-width: 921px) {

footer #main-menu {
 display: none;
}
}


.footer-textcontant {
	z-index: 2;
	position: absolute;
}

.svg_left {
	position: absolute;
	top: 0;
	left: 0;
	fill: #beb95a;
}

.svg_right {
	position: absolute;
	top: 0;
	right: 0;
	fill: #89a51e;
}

.footer_logo {
	max-height: 100px;
	margin-top: 12%;
}

.flex_link {
	margin-top: 13%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

.footer_link a {
	padding: 0 10px;
	border-right: 1px solid;
	border-left: 1px solid #fff;
	color: #fff;
}

.footer_link a:last-child {
	border-right: 1px solid #fff;
}

.footer_addr {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.footer_addr h4 {
	color: #fff;
}

/********************sp***************************/
@media (max-width: 1450px) {
	.footer-pd {
		padding: 5.5rem 3rem 14.5rem;
	}
}

@media (max-width:1350px) {
	.footer-textcontant {
		max-width: 100% !important;
		margin-top: -11px;
		z-index: 2;
		position: absolute;
	}
}

@media (max-width:1280px) {
	.footer-textyoy {
		margin-top: -11px;
	}
	.top-bar .text h4{
		font-size: 20px;
	}
}

@media (max-width:1196px) {
	.footer-textcontant {
		max-width: 100% !important;
		margin-top: -24px;
	}
	.top-bar .logo img{
		max-height: 130px;
	}
	.nav-bar a.nav-link{
		font-size: 14px!important;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: 14px!important;
	}

}

@media (max-width:900px) {
	.footer-pd {
		padding: 5.5rem 3rem 17.5rem;
	}

	.footer_logo {
		max-height: 100px;
		margin-top: 5%;
	}

}


@media (max-width:847px) {
	.cont-wt {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}


@media (max-width: 767.98px) {
	.com_pc {
		display: none;
	}

	.com_sp {
		display: block;
	}

	.blog .blog-item img {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin-bottom: 10px;
	}

	.comment .comment-img {
		margin-bottom: 30px;
		height: auto;
	}
	.footer_qr{
		margin-top: 15px;
	}
}

@media (max-width:640px) {
	.news .row .content {
		width: 65%;
		position: relative;
	}
}

@media (max-width:600px) {
	.row03 {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.catch_point .content {
		background: #fff;
		border: 2px solid #7DBA41;
		width: 50%;
		height: 140px;
		border-radius: 80px 15px;
	}
}

@media (max-width:576px) {
	.location_row .row_emty{
		display: none;
	}
	.location_row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.location_row .row_text .content, .location_row .row_img{
		float: none!important;
	}
	.modelcourse_img img {
		width: 100%;
	}
	.location_row .row_text .content{
		position: relative!important;
		left: 0!important;
		top: 0!important;
		margin-top: 50px;
		width: 100%!important;
		min-width: inherit!important;
		height: inherit!important;
	}
	.row_img{
		order: 1!important;
		height: 300px!important;
		width: 90%!important;
		min-width: inherit!important;
	}
	.row_text{
		order: 2!important;
		height: inherit!important;
		width: 90%!important;
		min-width: inherit!important;
	}

	.modelcourse_card {
		overflow: hidden;
		height: auto;
		width: auto;
		margin-bottom: 30px;
		position: relative;
	}

}

@media (max-width: 575.98px) {
	.footer-textyoy {
		margin-top: -20px;
	}

	.footer_logo {
		max-height: 100px;
		margin-top: -7%;
	}
	.footer-pd {
		padding: 5.5rem 3rem 39.5rem;
	}

}

@media (max-width:460px) {
	.news .row .content {
		width: 100%;
		position: relative;
	}

	.news .row {
		margin-bottom: 20px;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #707070;
	}

}
@media (max-width:420px) {
	.footer .flex_row_center{
		padding: 0 10px;
	}
	.footer_logo_icon{
		height: 4rem;
	}
	.footer_logo_text, .footer_qr{
		height: 2.5rem;
	}

}

@media (min-width:1900px) {
	.footer-textcontant {
		z-index: 2;
		position: inherit;
		margin-top: 67px;
	}
}

	@media (min-width:1400px) {
		.modelcourse_img img {
			width: 100%;
			object-fit: cover;
			height: 220px;
		}
	}
