/* 
style CSS
Last Updated: 2019.04.
*/

/* ----------------------- 全 体 */
html,body{
	height: 100%;
}
html{
	font-family: "游ゴシック体", YuGothic, sans-serif;
	font-size: 10px;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: "palt";
	position: relative;
}
body *{
	box-sizing: border-box;
}
.wrapper{
	min-height: 100%;
	padding-bottom: 246px;
	position: relative;
}
li{
	list-style: none;
}
a{
	color: black;
	text-decoration: none;
}
.ofi{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit:cover;object-position:cener;';
}
.subTitle{
	text-align: center;
	margin-bottom: 35px;
}

/* header */
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 324px;
	z-index: 3;
}
.headerUnder{
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	background-color: #87CAAC;
	left: -100px;
	top: 30%;
	z-index: -1;
	transform: rotate(5deg);
}
.headerUnder.active{
	transition-property: width,height;
	transition-duration: .3s;
	transition-timing-function: ease;
	width: 500px;
	height: 200px;
}
.headerInner{
	margin: 65px auto 0;
	width: 170px;
}
h1{
	margin-bottom: 65px;
}
.headerNav li{
	margin-bottom: 3px;
}
.headerNav li a{
	display: inline-block;
	color: #52110F;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	line-height: 1.4;
	padding-bottom: 2px;
}
.headerNav li a::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 10px;
	background-color: #FFEC3F;
	bottom: 5px;
	left: 0;
	z-index: -1;
	transition: all .2s;
}
.headerNav li a:hover::after{
	width: 100%;
}
.headerNav li.navSns{
	margin-top: 10px;
}
.headerNav li.navSns a{
	display: inline-block;
}
.headerNav li.navSns a:nth-child(n+2){
	margin-left: 10px;
}

.spMenu{
	display: none;
}
.spNav{
	transition: all .3s;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}
.spNav li a{
	display: inline-block;
	color: #52110F;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding-bottom: 2px;
}
.spNav li{
	margin-bottom: 15px;
}
.spNav li.navSns a:nth-child(n+2){
	margin-left: 10px;
}
.spNavLogo{
	margin: 30px 0;
}
.spNavLogo img{
	width: 140px;
}

/* footer */
footer{
	position: relative;
	margin-top: -246px;
}
.footerNav{
	padding: 50px 0;
}
.footerNav ul{
	display: flex;
	justify-content: center;
}
.footerNav li{
	margin: 0 15px;
}
.footerNav a{
	color: #52110F;
	text-decoration: none;
}
.footerNav .navSns a img{
	vertical-align: middle;
}
.footerNav .navSns a:nth-child(n+2){
	margin-left: 10px;
}
.footerLogoArea{
	text-align: center;
	padding-bottom: 5px;
}
.footerLogoArea a{
	display: inline-block;
	margin-bottom: 2px;
}
.footerLogoArea a img{
	vertical-align: bottom;
}

/* news */
.news{
    padding: 10px 0 20px;
		position: relative;
}
.newsOuter{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.newsBox{
	max-width: calc(1000px + 60px);
	padding: 0 30px;
  margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.newsBox article{
    color: black;
    text-decoration: none;
    line-height: 1.5;
    font-size: 1.4rem;
    /* transition: all .3s; */
    display: block;
}
/*
.newsBox a:hover{
    opacity: .7;
    color: #666;
}
*/
.newsBox article:nth-child(3n){
    margin-right: 0;
}
.newsBox figure{
	margin-bottom: 5px;
	max-height: 214px;
	overflow: hidden;
}
.newsBox figure img{
	max-width: 100%;
	height: auto;
}
.newsBox h3{
	font-size: 1.8rem;
	margin: 10px 0;
	height: 54px;
	overflow: hidden;
}
.newsBox time{
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
}
.newsDetail{
	max-width: calc(800px + 30px);
	padding: 0 15px;
	margin: 0 auto;
}
.newsDetail h2{
	display: none;
}
.newsDetail h3{
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.newsDetail time{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.newsDetail figure{
	margin-bottom: 20px;
	display: flex;
	height: 214px;
	align-items: center;
	justify-content: center;
}
.newsDetail .newsBody a{
	color: #87CAAC;
	text-decoration: underline;
}
.newsDetail .newsBody h3{
	text-align: left;
}
.newsDetail a:hover{
	text-decoration: none;
}
.newsDetailNavi{
	display: flex;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
.newsDetailNavi li{
	width: 64px;
	margin: 0 20px;
	position: relative;
}
.newsDetailNavi a{
	position: relative;
	display: inline-block;
}
.newsDetailNavi li:nth-child(1) a::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(45deg);
	left: -14px;
	top: 9px;
}
.newsDetailNavi li:nth-child(3) a::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(-45deg);
	right: -14px;
	top: 9px;
}
.newsDetail .newsDetailNavi a{
	color: #52110F;
	text-decoration: none;
}

.underpage .newsDetail figure {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto 1em;
}

.underpage .newsDetail figure img {
	width: 100%;
	height: auto;
}


.catlabel{
	font-size: 1.2rem;
	padding: 2px 4px;
	line-height: 1;
	display: inline-block;
}
.catlabel.news{
	background-color: #87CAAC;
	color: white;
}
.catlabel.media{
	padding: 2px 4px;
	background-color: #FF6E5F;
	color: white;
}
.news-swiper-left,
.news-swiper-right{
	position: absolute;
	top: 200px;
	left: -85px;
	z-index: 3;
	cursor: pointer;
}
.news-swiper-right{
	left: auto;
	right: -85px;
}
.news-swiper-left::after,
.news-swiper-right::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
}
.news-swiper-left::after{
	border-left: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(45deg);
}
.news-swiper-right::after{
	border-right: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(-45deg);
}

/* underpage */
.underpage header{
	width: auto;
	position: relative;
}
.underpage .headerNav{
	display: none;
}
.underpage .headerInner{
	display: flex;
	position: relative;
	width: auto;
	margin: 15px 15px 0;
	align-items: center;
}
.underpage h1{
	width: auto;
	margin-right: 30px;
	margin-bottom: 0;
}
.underpage h1 img{
	max-width: 100%;
}
.underpage.news{
	padding-top: 0;
	padding-bottom: 0;
}
.underpage .newsBox {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: 290px 290px 290px;
	gap: 50px 65px;
	margin-bottom: 50px;
}

/* breadcrumbs */
.breadcrumbs{
	display: flex;
	color: #52110F;
	font-size: 1.4rem;
}
.breadcrumbs a{
	color: #52110F;
	font-size: 1.4rem;
}
.breadcrumbs li{
	position: relative;
}
.breadcrumbs li::after{
	color: #52110F;
	content: '＞';
	padding-left: 2px;
	padding-right: 5px;
	display: inline-block;
}
.breadcrumbs li:last-child::after{
	display: none;
}

/* パーツ */
.seasonLabel{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	border: 2px solid #87CAAC;
	border-radius: 72px;
	color: #87CAAC;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: .1em;
	font-feature-settings: normal;
}
.moreBtn{
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.moreBtn a,
.moreBtn a::after{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.moreBtn a{
	position: relative;
	display: inline-block;
	padding: 15px;
	min-width: 208px;
	border: 1px solid #52110F;
	text-decoration: none;
	font-feature-settings: normal;
	z-index: 2;
}
.moreBtn a::after {
  background: #52110F;
  content: '';
  position: absolute;
	z-index: -1;
}
.moreBtn a:hover {
  color: #fff;
}
.moreBtn a::after {
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
}
.moreBtn a:hover::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.totop{
	display: inline-block;
	position: fixed;
	bottom: 0;
	margin: 15px;
	z-index: 8;
	right: -100px;
	transition: all .3s ease;
}
.totop.active{
	right: 0;
}

/* ページング */
.paging{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.paging span,
.paging a{
	color: #52110F;
	display: inline-block;
	border: 1px solid #52110F;
	padding: 5px 10px;
	line-height: 1;
	margin: 0 3px
}
.paging span.current,
.paging a:hover{
	background-color: #52110F;
	color: white;
}
.paging .next{
	position: relative;
}
.paging .next,
.paging .next span,
.paging .prev,
.paging .prev span{
	border: none;
}
.paging .next span,
.paging .prev span{
	padding: 0;
}
.paging .prev{
	position: relative;
}
.paging a.next:hover,
.paging a.prev:hover{
	background-color: transparent;
}
.paging .next::after{
	content: '';
	top: 6px;
	left: 6px;
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(-45deg);
}
.paging .prev::after{
	content: '';
	top: 6px;
	right: 6px;
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-left: 1px solid #52110F;
	border-bottom: 1px solid #52110F;
	transform: rotate(45deg);
}

/* レイアウト */
.layC{
	text-align: center;
}

/* カラー */
.bg-pcolor{
	background-color: #87CAAC;
}
.txt-pcolor{
	color: #4ABA85;
}
.txt-brown{
	color: #52110F;
}
.gray-bg{
	background-color: #F9F9F9;
}

/*
* PC のみ適応させるためのclass
*/
.sp,
span.sp,
img.sp,
a.sp {
  display: none;
}

.pc {
  display: block;
}

span.pc,
img.pc,
a.pc {
  display: inline-block;
}
@media screen and (max-width: 1060px) {
	.underpage .newsBox {
    max-width: calc(630px + 60px);
    grid-template-columns: 290px 290px;
		gap: 50px;
	}
}
@media screen and (max-width: 970px) {
	.breadcrumbs{
		max-width: 630px;
	}
}
@media screen and (max-width: 835px) {
  .pc,
  span.pc,
  img.pc,
  a.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp,
  img.sp,
  a.sp {
    display: inline-block;
  }
  img {
    max-width: 100%;
	height: auto;
  }

	.spMenu{
		position: fixed;
		display: block;
		z-index: 10;
		right: 15px;
		top: 15px;
	}
	.wai-ham{
		width: 30px;
		height: 20px;
	}
	.wai-ham span{
		height: 2px;
		background-color: #52110F;
	}
	.wai-ham span:nth-of-type(2){
		top: 9px;
	}
	.wai-ham.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.wai-ham.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.spNav.active{
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}

  header{
	  z-index: 3;
  }
  h1{
	  width: 110px;
	  margin: 15px;
  }
  .headerNav{
	  display: none;
  }
  .headerInner{
	  margin: 0;
  }
  .headerUnder{
	  display: none;
  }
  .moreBtn a{
	  min-width: 150px;
	  padding: 10px;
  }
  footer{
	  padding-bottom: 20px;
  }
	.footerNav{
		padding: 30px 0;
	}
	.footerNav ul{
		display: block;
		text-align: center;
	}
	.footerNav li{
		margin: 0 15px 15px;
	}
	.navSns{
		padding-top: 20px;
	}

	.underpage .breadcrumbs{
		max-width: auto;
		flex-wrap: wrap;
	}
	.underpage h1{
		margin: 0 15px 0 0;
	}
	.underpage .subTitle{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.underpage .spMenu{
		display: none;
	}

	/* news */
	.underpage .newsBox {
		grid-template-columns: 1fr 1fr;
		gap: 30px 5%;
	}
	#topNews article:nth-child(3){
			display: none;
	}

	.newsDetail h2{
		display: none;
	}
	.newsDetail h3{
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 2rem;
	}

	.news-swiper-left,
	.news-swiper-right{
		top: 0;
		left: 0;
		height: 100%;
		width: 58px;
		background-color: rgba(255,255,255,.5);
	}
	.news-swiper-right{
		left: auto;
		right: 0;
	}
	.news-swiper-left::after,
	.news-swiper-right::after{
		position: absolute;
		top: 160px;
		width: 40px;
		height: 40px;
		border-width: 2px;
	}
	.news-swiper-left::after{
		left: 20px;
	}
	.news-swiper-right::after{
		right: 20px;
	}
}
@media screen and (max-width: 599px){
	/* news */
	.underpage .newsBox {
		max-width: calc(290px + 30px);
		padding: 0 15px;
		grid-template-columns: 1fr;
		gap: 30px 0;
	}
}