/* what's hygge エリア？ */

/* ヒーローセクション */
#whats-hero {
	background: url('../images/image-page-whats1.png') no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 70vh;
	position: relative;
}

#whats-hero img {
	margin: 0 auto;
	padding-top: 76px;
	display: block;
}

#whats-hero .title-text {
	margin: 60px auto 0;
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 2;
}

@media screen and (max-width: 1200px) {
	#whats-hero {
		background: url('../images/image-page-whats1-sp.png') no-repeat;
		background-position: center top;
		background-size: cover;
		width: 100%;
		height: 40vh;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	#whats-hero {
		background: url('../images/image-page-whats1-sp.png') no-repeat;
		background-position: center top;
		background-size: cover;
/* 		background-size: contain; */
		width: 100%;
		height: 80vh;
		position: relative;
	}

	#whats-hero img {
		width: 274px;
		height: auto;
		padding-top: 120px;
	}

	#whats-hero img.memories-title {
		width: 239px;
		height: auto;
	}

	#whats-hero .title-text {
		margin: 40px auto 0;
		font-size: 14px;
		letter-spacing: 2px;
	}
}

/* slick.js 用 */
.slick-track {
	transform: unset !important;
}

.slick-slide {
	outline: none;
}

/* ボディセクション */
#whats-body {
	position: relative;
}

#whats-body .bg-left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: auto;
	z-index: 10;
}

#whats-body .bg-right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: auto;
	z-index: 10;
}

#whats-body .whats-body-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 70%;
	margin: 0 auto;
	padding-top: 130px;
}

#whats-body .whats-body-container.reverse {
	flex-direction: row-reverse;
}

#whats-body .whats-body-container .image-container {
	width: 60%;
}

#whats-body .whats-body-container .image-container .image-slider img {
	width: 574px;
	height: 380px;
}

#whats-body .whats-body-container .image-container .image-thumbnails {
	width: 574px;
	max-width: 100%;
	margin-top: 24px;
}

#whats-body .whats-body-container .image-container .image-thumbnails img {
	width: 174px !important;
	height: auto;
	opacity: .6;
	transition: opacity .5s;
}

#whats-body .whats-body-container .image-container .image-thumbnails img.slick-current {
	opacity: 1;
}

#whats-body .whats-body-container .image-container .image-thumbnails img:not(:last-child) {
	margin-right: 26px;
}

#whats-body .whats-body-container .text-container {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#whats-body .whats-body-container .text-container img {
	width: 264px;
	height: auto;
}

#whats-body .whats-body-container .text-container .whats-text {
	width: 264px;
	font-size: 19px;
	line-height: 2;
	letter-spacing: 4px;
	margin-top: 40px;
}

#whats-body .whats-body-container .image-container .main-image-wrapper {
	position: relative;
}

#whats-body .whats-body-container .image-container .main-image-wrapper .tomosodachi {
	position: absolute;
	bottom: 0;
	right: -127px;
	width: 300px;
	height: auto;
}
@media screen and (max-width: 1390px) {
	#whats-body .whats-body-container .image-container .image-thumbnails img {
		width: 27%!important;
	}
}
@media screen and (max-width: 1075px) {
	#whats-body .whats-body-container .image-container .main-image-wrapper .tomosodachi {
		width: 200px;
		right: 0;
	}
}
@media screen and (max-width: 1040px) {
	#whats-body .whats-body-container .text-container {
		width: 100%;
	}

	#whats-body .whats-body-container .text-container .whats-text {
		width: 75%;
		margin-top: 45px;
	}
	#whats-body .whats-body-container {
		flex-direction: column-reverse;
		align-items: center;
		width: 90%;
		padding-top: 140px;
	}

	#whats-body .whats-body-container:nth-of-type(1) {
		padding-top: 60px;
	}

	#whats-body .whats-body-container.reverse {
		flex-direction: column-reverse;
		align-items: center;
		width: 90%;
	}

	#whats-body .whats-body-container .image-container {
		width: 100%;
		margin-top: 45px;
	}

	#whats-body .whats-body-container .image-container .image-slider img {
		width: 100%;
		height: auto;
	}

	#whats-body .whats-body-container .image-container .image-thumbnails {
		width: 100%;
		margin-top: 16px;
	}

	#whats-body .whats-body-container .image-container .image-thumbnails img {
		width: calc((90vw - 26px) / 3) !important;
		height: auto;
		transition: opacity .5s;
	}

	#whats-body .whats-body-container .image-container .image-thumbnails img:not(:last-child) {
		margin-right: 6px;
	}
}
@media screen and (max-width: 767px) {
	#whats-body .whats-body-container .text-container .whats-text {
		width: 264px;
	}
	#whats-body .bg-left {
		width: 56px;
		left: unset;
		top: 90px;
		z-index: -1;
	}

	#whats-body .bg-right {
		width: 56px;
		right: 0;
		top: 15px;
		z-index: -1;
	}
}

/* インフォメーションセクション */
#whats-information {
	background-color: #FFFBEC;
	margin-top: 150px;
	padding-top: 64px;
}

#whats-information .p1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
}

#whats-information .p1:before,
#whats-information .schedule tr:first-child td .sub-title:before {
	content: '';
	position: absolute;
	background-color: #000;
	width: 14px;
	height: 1px;
	bottom: 7px;
	transform: translateX(-21px) rotate(54deg);
}

#whats-information .p1:after,
#whats-information .schedule tr:first-child td .sub-title:after {
	content: '';
	position: absolute;
	background-color: #000;
	width: 14px;
	height: 1px;
	bottom: 7px;
	transform: translateX(1px) rotate(-54deg);
}

#whats-information .schedule tr:first-child td:last-child .sub-title:after {
	transform: translateX(8px) rotate(-54deg);
}

#whats-information .p2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 16px;
}

#whats-information .p3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 32px;
}

#whats-information .schedule {
	width: 1084px;
	margin: 32px auto 0;
	border: solid 1px #707070;
}

#whats-information .schedule tr:nth-child(2n) td {
	background-color: #F2F2F2;
	font-size: 16px;
	padding: 16px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.4;
	vertical-align: middle;
}

#whats-information .schedule tr:nth-child(2n+1) td {
	background-color: #FFF;
	font-size: 16px;
	padding: 16px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
	vertical-align: middle;
}

#whats-information .schedule tr:first-child td {
	background-color: #FBDACD;
	font-size: 22px;
	padding: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4;
	border-bottom: solid 1px rgba(112, 112, 112, .2);
}

#whats-information .schedule td:not(:last-child) {
	border-right: solid 1px rgba(112, 112, 112, .2);
}

#whats-information .schedule tr:first-child td .sub-title {
	font-size: 14px;
	font-weight: normal;
	position: relative;
}

#whats-information .schedule .title-col {
	width: 468px;
}

#whats-information .schedule tr:nth-child(2n+1) .desc-col {
	text-align: left;
	padding: 16px 24px;
}

#whats-information .schedule tr:nth-child(2n+1) .desc-col .small {
	font-size: 14px;
}

#whats-information .entry-btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 96px;
	position: relative;
}

#whats-information .entry-btn-area .entry-btn {
	width: 1084px;
	height: auto;
}

#whats-information .whats-footer {
	width: 100%;
	height: auto;
	margin-top: 96px;
}

@media screen and (max-width: 1150px) {
	#whats-information .schedule {
		width: 95%;
	}
	#whats-information .entry-btn-area .entry-btn {
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	#whats-information .p2 {
		line-height: 1.5;
	}

	#whats-information .schedule {
		width: 95%;
		margin: 48px auto 0;
	}

	#whats-information .schedule .title-col {
		width: 150px;
	}

	#whats-information .schedule tr:nth-child(2n) td {
		font-size: 15px;
		padding: 16px 0;
	}

	#whats-information .schedule tr:nth-child(2n+1) td {
		font-size: 15px;
		padding: 16px 0;
	}

	#whats-information .schedule tr:first-child td {
		font-size: 17px;
		padding: 10px 0 24px;
	}

	#whats-information .schedule tr:first-child td:nth-of-type(2) {
		vertical-align: bottom;
	}

	#whats-information .schedule tr:nth-child(2n+1) .desc-col {
		vertical-align: top;
		padding: 16px 18px;
		line-height: 2;
	}

	#whats-information .entry-btn-area .entry-btn {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

}

/* メモリーズ（記事一覧）ページ */
#memories-archives .archives-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 80%;
	margin: 64px auto 0;
}

#memories-archives .archives-container .archives-item {
	width: 30%;
	padding: 24px 16px;
	background-color: #FBDACD;
	border-radius: 8px;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#memories-archives .archives-container .archives-item:empty {
	padding: 0;
}

#memories-archives .archives-container .archives-item:not(:last-child) {
	margin-right: 36px;
}

#memories-archives .archives-container .archives-item .date {
	text-align: right;
	font-size: 16px;
	letter-spacing: 2px;
}

#memories-archives .archives-container .archives-item .img-box {
	position: relative;
	margin-top: 12px;
}

#memories-archives .archives-container .archives-item img {
	width: 100%;
	height: auto;
}

#memories-archives .archives-container .archives-item .category {
	width: 50%;
	height: 34px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #3E8C2A;
	font-size: 16px;
	padding: 8px;
	letter-spacing: 2px;
}

#memories-archives .archives-container .archives-item .excerpt {
	color: #000;
	background-color: #fff;
	font-size: 16px;
	padding: 24px 16px;
	letter-spacing: 2px;
	line-height: 1.5;
}

#memories-archives .pagenation {
	width: 20%;
	margin: 128px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#memories-archives .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

#memories-archives .pagenation .page,
#memories-archives .pagenation .current {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 13px;
	color: #3E8C2A;
	background-color: #E6E6E6;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
}

#memories-archives .pagenation .current {
	color: #fff;
	background-color: #3E8C2A;
	margin-right: 16px;
}

#memories-archives .pagenation .page:not(:last-child) {
	margin-right: 16px;
}

.previouspostslink,
.nextpostslink {
	display: none;
}

#memories-archives .archive-more {
	width: 80%;
	margin: 96px auto 0;
	padding: 48px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: dotted 1px #3E8C2A;
}

#memories-archives .archive-more .p1 {
	color: #3E8C2A;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
}

#memories-archives .archive-more .p2 {
	color: #3E8C2A;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 16px;
}

#memories-archives .archive-more img {
	width: 335px;
	height: 60px;
	margin-top: 48px;
}

#memories-archives .memories-footer {
	width: 100%;
	height: auto;
	margin-top: 96px;
}

@media screen and (max-width: 767px) {
	#memories-archives .archives-container {
		flex-direction: column;
	}

	#memories-archives .archives-container .archives-item {
		width: 100%;
	}

	#memories-archives .archives-container .archives-item:not(:last-child) {
		margin-right: unset;
	}

	#memories-archives .archives-container .archives-item:not(:first-child) {
		margin-top: 24px;
	}

	#memories-archives .archives-container .archives-item .date {
		font-size: 14px;
	}

	#memories-archives .archives-container .archives-item .category {
		font-size: 13px;
	}

	#memories-archives .pagenation {
		margin: 64px auto 0;
	}

	#memories-archives .archive-more {
		width: 100%;
		margin: 64px auto 0;
		border-right: none;
		border-left: none;
	}

	#memories-archives .archive-more .p1 {
		font-size: 22px;
	}

	#memories-archives .archive-more .p2 {
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
	}
}

/* 記事詳細ページ */
#memories-post {
	padding-top: 48px;
}

#memories-post .post-title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
	color: #3E8C2A;
}

#memories-post .image-container {
	width: 60%;
	margin: 48px auto 0;
}

#memories-post .image-container img {
	width: 100%;
	height: auto;
}

#memories-post .post-body {
	width: 60%;
	font-size: 16px;
	margin: 64px auto 0;
	line-height: 1.8;
	letter-spacing: 2px;
}

#memories-post .list-btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 96px;
	position: relative;
}

#memories-post .list-btn-area .list-btn {
	width: 335px;
	height: 60px;
}

#memories-post .memories-footer {
	width: 100%;
	height: auto;
	margin-top: 96px;
}

#memories-post .image-container .image-thumbnails {
	margin-top: 16px;
}

#memories-post .image-container .image-thumbnails img {
	width: 189px !important;
	height: auto;
	opacity: .6;
	transition: opacity .5s;
}

#memories-post .image-container .image-thumbnails img:not(:last-child) {
	margin-right: 16px;
}

#memories-post .image-container .image-thumbnails img.slick-current {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#memories-post .post-title {
		font-size: 22px;
		width: 90%;
		margin: 0 auto;
	}

	#memories-post .image-container {
		width: 100%;
	}

	#memories-post .image-container .image-thumbnails {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#memories-post .image-container .image-thumbnails img {
		width: 110px !important;
	}

	#memories-post .image-container .image-thumbnails img:not(:last-child) {
		margin-right: 8px;
	}

	#memories-post .post-body {
		width: 85%;
	}

	#memories-post .post-body img {
		width: 100%;
		height: auto;
	}

	.slick-track {
		width: 100%;
	}

}