@charset "utf-8";

/* Webフォントを定義 */
@font-face {
  font-family: 'hanafont';
  src: url('../fonts/hanazome.ttf') format('truetype');
}

h2,h3,h4 {
  font-family: 'hanafont', sans-serif;
  color: #62a311;
}

/** メインビジュアル **/
#mainvisual{ 
	padding: 0;
	margin-top:  -90px;
	position: relative;
}
.main-vis img{
	width: 100%;
}
#mainvisual p.catch{ 
  font-family: 'hanafont', sans-serif;
	color: #FFF;
	position: absolute;
	z-index: 10;
	font-size: 42px;
	top: 50%;
	text-align: center;
	margin: 0 auto;
 	left: 0;
	right: 0;
	transform: translate(0, -50%;);
}
#mainvisual p.catch span{
	font-size: 16px;
	display: block;
	margin-top: 10px;
	text-shadow: 1px 1px 7px "#000;"
}

/** 宿泊プラン **/
#plan{
	margin-top: 100px;
}
.plan-cont{
	display: flex;
	justify-content: space-between; 
}
.pln-detBox{
	margin:  0 15px 0;
	display: flex !important;
	flex-direction: column;
}
.pln-detBox.slick-slide{
	height: 480px;
}
.pln-detBox .det-top img{
	width: 100%;
}
.plan-btn{
	width: 60%;
	display: block;
	margin: auto auto 0;
	margin-bottom: 0;
}
.pln-detBox .plan-btn a{
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #F1F1F1;
}
.plan-btn a:hover{
	background: #F1F1F1;
}

/** 観光スポット **/
.spot-cont{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.spot-cont .spot-box{
	width: 23%;
	margin: 0 1% 30px;
}
@media screen and (max-width: 1024px) {
	.spot-cont .spot-box{
		width: 31.3%;
	}
}
@media screen and (max-width: 768px) {
	#mainvisual p.catch{ 
		font-size: 26px;
	}
	.spot-cont .spot-box{
		width: 48%;
	}
}
@media screen and (max-width: 1180px) {
	#mainvisual{
		margin-bottom: 12%;
		margin-top: 60px;
	}
	.spot-cont .spot-box{
		width: 100%;
	}
}


#column-type01{
	padding: 0;
}
.flex-box{
	display: flex;
}
.box-type01{
	width: 33.33%;
	position: relative;
}
.box-type01 a{
	background-color: rgba(0,0,0,0);
	transition: background-color 1s;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.5%;
	position: relative;
	z-index: 10;
}
.box-type01 img{
	position: absolute;
	top: 0;
	z-index: 0;
}
.box-type01 a h3{
	position: absolute;
	z-index: 1;
	top: 50%;
    transform: translate(0, -50%);
	text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #FFF;
    display: none;
}
.box-type01 a:hover{
	background-color: rgba(0, 0, 0, 0.8);
	transition: background-color 1s;
}
.box-type01 a:hover h3{
	display: block;
}
@media screen and (max-width: 768px) {
	.flex-box{
		display: block;
	}
	.box-type01{
		width: 100%;
	}
}


/** トップお知らせ
********************************************/
.newslist_wrap{
    width: 100%;
    padding: 5% 7%;
    box-sizing: border-box;
}
.news_inner{
    max-width: 1140px;
	margin: 0 auto;
    width: 100%;
}
.news_inner .ttl_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #CCC;
    transition: all 0.3s ease-in-out;
}
.news_list li a:hover{
    color: #0371c0;
}
.news_list li a p.cat_item{
    display: flex;
    margin-right: 30px;
	margin-bottom: 0;
}
.news_list li a p.cat_item time{
    font-size: 14px;
    margin: 0 20px 0 0;
}
.news_list li a p.cat_item span{
    background-color: #62a311;
	border-radius: 8px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 10px;
}
.news_list li a p.ttl{
    margin-bottom: 0;
}
.news_more{
    margin-top: 30px;
    text-align: right
}
.news_more a{
    color: #111;
}
.news_more a:hover{
    text-decoration: underline;
}

@media (max-width: 568px) {
    #news_recommend .recommend_wrap h2{
        justify-content: center;
        margin: 0 auto 6%;
    }
    #news_recommend .recommend_wrap h2 span{
        margin-left: 0;
        margin-top: 4%;
        width: 100%;
        text-align: center;
    }
    .news_inner .news_r,
    .news_inner .news_l{
        width: 100%;
    }
    .news_inner .news_l h2 {
        width: 28%;
        margin: 0 auto 6%;
        text-align: center;
    }
    .news_list li a{
        padding: 5% 0 5% 0;
    }
    .news_list li a p.cat_item{
        margin-right: 0;
    }
    .news_list li a p.ttl{
        width: 100%;
        margin-top: 3%;
    }
}



/** かりゆしファームについて
**********************************/
.about{
  margin-bottom: 6%;
}
.about:nth-of-type(1){
  margin-top: 80px;
}
.about .about_inner{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .about_inner .lead_l{
  width: 50%;
  position: relative;
}
.about .about_inner .lead_l:before{
  background: url(../images/bg_brown.jpg) repeat;
  position: absolute;
  content: '';
  max-width: 1029px;
  padding-top: 77%;
  padding-left: 200%;
  left: 0;
  top: 50px;
  z-index: -1;
}
.about .about_inner .lead_r{
  width: 50%;
  padding: 8% 5% 0 7%;
}
.about .about_inner h2{
  text-align: left;
  line-height: 1.6;
  font-size: 26px;
}
.about.main{
  margin-bottom: 8%;
}

@media screen and (max-width: 1180px) {
	.about{
		margin-bottom: 12%;
	}
	.about .about_inner{
		display: block;
	}
	.about .about_inner h2{
		margin-bottom: 3%;
		font-size: 20px;
	}
	.about .about_inner .lead_l{
		width: 80%;
	    margin: 5%;
	}
	.about .about_inner .lead_l:before{
	    padding-left: 0;		
	}
	.about .about_inner .lead_r {
	    width: 100%;
	    padding: 0 0% 0 0%;
	}
}

/** かりゆし豚
**********************************/
.kariyushi_buta{
  background: url(../images/bg_kariyushibuta.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 6% 6% 5%;
  margin-bottom: 0;
}
.kariyushi_buta .kb_inner{
  display: flex;
  justify-content: space-between;
}
.kariyushi_buta .kb_inner .kb_l{
	color: #FFF;
	width: 42%;
}
.kariyushi_buta .kb_inner .kb_r{
    width: 630px;
    right: 0;
    top: 0;
}
.kariyushi_buta .kb_inner h2{
	color: #FFF;
	text-align: left;
	line-height: 1.6;
	font-size: 26px;
}
.kariyushi_buta .kb_inner h3{
	color: #FFF;
	line-height: 1.6;
	font-size: 20px;
	margin-bottom: 8px;
}
.kariyushi_buta.main{
  margin-bottom: 8%;
}

@media screen and (max-width: 1180px) {
	.kariyushi_buta{
		padding: 12% 6% 12%;
	}
	.kariyushi_buta .kb_inner{
		display: block;		
	}
	.kariyushi_buta .kb_inner h2{
		font-size: 20px;
	}
	.kariyushi_buta .kb_inner h3{
		font-size: 18px;
	}
	.kariyushi_buta .kb_inner .kb_l{
		width: 100%;
	}
	.kariyushi_buta .kb_inner .kb_r{
		width: 100%;
	}
}



/** ファームの野菜と果物
**********************************/
.fruits_veg{
  background: url(../images/bg_veg.jpg) repeat;
  padding: 8% 6% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0 !important;
}
.fruits_veg .fv_inner{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 10px;
}
.fruits_veg .fv_inner h2{
	font-size: 36px;
}
.fruits_veg .fv_inner .fv_pict01{
	width: 18%;
}
.fruits_veg .fv_inner .fv_pict02{
	width: 18%;
}
.fv_inner2{
	text-align: center;
}
.fruits_veg ul{
    display: flex;
    text-align: center;
    justify-content: space-around;
    width: 58%;
    margin: 5% auto 0;
}
.fruits_veg ul li{
	width: 40%;
	text-align: center;
}
.fruits_veg ul li a{
	pointer-events: none;
}
.fruits_veg ul li a h3{
	color: #FFF;	
}
.fruits_veg ul li h3{
	margin-top: 20px;
}

@media screen and (max-width: 1180px) {
	.fruits_veg{
		padding:10% 6%; 
	}
	.fruits_veg .fv_inner{
		margin-bottom: 8%;
	}
	.fruits_veg .fv_inner h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.fruits_veg ul {
	    width: 100%;
	}.fruits_veg ul li {
	    width: 45%;
	}
}


/** かりゆしの森
**********************************/
.mori{
  background: url(../images/bg_brown.jpg);
  padding: 8% 0 10%;
  margin-bottom: 0!important;
  background-repeat: repeat;
  background-position: center top;
}
.mori .mori_inner{
	text-align: center;
	margin-bottom: 50px 
}
.mori .mori_inner2{
	display: flex;
}
.mori .mori_inner2 .pic04{
	width: 45%;
}
.mori .mori_inner2 .pic05{
    width: 55%;
    padding: 0 0 0 4%;
}
.mori .mori_inner3{
  padding: 8% 6% 0;
}
.mori .mori_inner3 .innerbox{
	background: #FFF;
	border: 5px solid #62a311;
	border-radius: 30px;
	text-align: center;
    padding: 5% 5%;
	max-width: 1280px;
	margin: 0 auto;
}
.mori .mori_inner3 .innerbox ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mori .mori_inner3 .innerbox ul li{
	width: 23%;
}
.mori .mori_inner3 .innerbox ul li a{
	pointer-events: none;
}
.mori .mori_inner3 .innerbox p{
	margin-bottom: 5%;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 6%;
}

@media screen and (max-width: 1180px) {
	.mori .mori_inner{
		padding: 0 6%;
	}
	.mori .mori_inner2{
		display: block;
	}
	.mori .mori_inner2 .pic04,
	.mori .mori_inner2 .pic05{
		width: 100%;
	}
	.mori .mori_inner2 .pic05{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0 0;
	}
	.mori .mori_inner3 .innerbox{
		border-radius: 20px;
		padding: 10%;
	}
	.mori .mori_inner3 .innerbox ul li{
		width: 48%;
		margin-bottom: 3%;
	}
}


/** アクセス
**********************************/
.slide_photo_wrap{
	margin-bottom: 0 !important;
}


/** アクセス
**********************************/
.access{
	padding: 8% 6% 0;
	margin-bottom: 0!important;
	margin-bottom: 0 !important;
}
.access .acc_inner{
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.co_info{
	width: 40%;
	padding-right: 6%;
}
.co_info h2{
	text-align: left;
}
.access .acc_inner table.co_det{
	text-align: left;
}
.access .acc_inner table.co_det th{
	font-weight: normal;
	vertical-align: top;
	width: 100px;
	padding-bottom: 3%;
}
.access .acc_inner table.co_det td{
	vertical-align: top;
	padding-bottom: 3%;
}


.gmap {
	width: 60%;
	height: 0;
	overflow: hidden;
	padding-bottom: 34.35%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 1180px) {
	.access .acc_inner{
		display: block;
	}
	.access .acc_inner table.co_det{
		width: 100%;
		margin-bottom: 3%;
	}
	.gmap{
		width: 100%;
	    padding-bottom: 80.25%;
	}
}

/** マーキー画像　**/
@media screen and (max-width: 1180px) {
	.slide_photo_wrap{
		padding: 0 0 !important;
	}
}













#cont_wrap{
    padding: 0 6%;
    margin-bottom: 80px;
}
#cont_wrap .inner{
    align-items: flex-start;
}
#cont_wrap .inner.cont_flex {
    display: flex;
    justify-content: space-between;
}
aside .list_box ul li a {
    position: relative;
    padding: 16px 16px 16px 10px;
    display: block;
    transition: all 0.3s ease-in-out;
}

aside {
    max-width: 320px;
    flex: 0 0 30%;
    position: sticky;
    top: 20px;
    margin-left: 5%;
}
aside .list_box ul li {
    border-bottom: 1px dotted #111;
}
aside .list_box ul li a:before {
    display: block;
    content: "\0bb";
    position: absolute;
    right: 10px;
    height: 10px;
    width: 10px;
    transition: all 0.3s ease-in-out;
}

#cont_wrap .inner{
    align-items: flex-start;
}


@media (max-width: 568px) {
    .post-type-archive-activities .page_ttl_vis,
    .single-activities .page_ttl_vis,
    .post-type-archive .page_ttl_vis {
        background-image: url(../images/activity/header_activity_sp.jpg);
    }
}

/**下層　アクテビティ詳細ページ
*************************************/
.news_ttlbox{
    border-bottom: 1px solid #111;
    margin-bottom: 20px;
}
.news_ttlbox h3{
    font-size: 24px;
	color: #111;
	font-family: inherit;
}
ul.news_utility{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.news_utility li.post_cat{
    display: inline-block;
    margin-bottom: 1.3%;
    line-height: 1.2;
    color: #FFF;
    background-color: #62a311;
    border-radius: 5px;
    padding: 5px 10px 6px;
    text-align: center;
}
.news_content{
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #CCC;
}
.news_content h2{
    font-size: 20px;
    line-height: 1.6;
}
.news_content p,
.wp-block-gallery,
.wp-block-image{
    margin-bottom: 30px;
}
.news_content a{
    text-decoration: underline;
    color: #0371c0;
}
.news_content img{
    width: initial;
}

ul.menu_cat{
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
}
ul.menu_cat li{
    margin: 0 5px 1.3% 0;
    line-height: 1.2;
    color: #FFF;
    background-color: #ed0074;
    border-radius: 3px;
    padding: 3px 10px 4px;
    font-size: 11px;
}
ul.pager{
    display: flex;
    justify-content: space-between;
}
ul.pager li{
    width: 50%;
    display: flex;
    align-items: center;
}
ul.pager li.prev{
    border-right: 1px solid #CCC;
}
ul.pager li.next{
    justify-content: end;
}
ul.pager li a{
    display: block;
    margin: 0 10px;
}
ul.pager li a:hover{
    text-decoration: underline;
}
ul.pager li.prev a{
    text-align: left;
}
ul.pager li.prev a span{
    margin-right: 10px;
}
ul.pager li.next a{
    text-align: right;
}
ul.pager li.next a span{
    margin-left: 10px;
}

.single-post .primary,
.archive.category .primary,
.post-type-archive .primary{
    padding: 40px;
    background-color: #FFF;
	flex: 1;
}
ul.news_list li a div.thumb{
    margin-right: 20px;
    width: 10vw;
    height: 10vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
ul.news_list li a div.thumb img{
    max-width: 100%;
    max-height: 10vw;
    width: initial;
}
ul.news_list li a div.news_list_det{
    flex: 1;
    padding-left: 20px;
}

@media (max-width: 880px) {
    ul.news_list li a div.thumb{
        width: 18vw;
        height: 18vw;
    }
    ul.news_list li a div.thumb img{
        max-height: 18vw;
    }
    ul.news_list li a div.news_list_det{
        padding-left: 20px;
    }
}

@media (max-width: 568px) {
    .single-post .primary,
    .archive.category .primary,
    .post-type-archive .primary{
        padding: 6% 6% 12%;
    }
    .single-post .page_ttl_vis,
    .archive.category .page_ttl_vis{
    }
    ul.news_list li a div.thumb{
        width: 22vw;
        height: 22vw;
    }
    ul.news_list li a div.thumb img{
        max-height: 22vw;
    }
    ul.news_list li a div.news_list_det{
        padding-left: 20px;
    }
}
