@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

.sp_only {
	display: none;
}

.alata {
	font-family: Alata;
}

@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	.punctuation {
		margin-right: -15px;
	}
}

body {
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		YuGothic,
		"Yu Gothic Medium",
		"Yu Gothic",
		"Helvetica Neue",
		"Helvetica",
		"Hiragino Sans",
		"Arial",
		"Meiryo",
		sans-serif;
	font-weight: normal;
}

/* ヘッダー */
header {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

header .header-logo img {
	position: fixed;
	top: 19px;
	left: 29px;
	width: 217px;
	height: 56px;
	z-index: 1500;
}

@media screen and (max-width: 767px) {
	header .header-logo img {
		width: 154px;
		height: 39px;
		top: 14px;
		left: 14px;
	}
}

header .menu-bar {
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	background-color: #000;
	cursor: pointer;
	z-index: 2001;
}

.menu-bar #line1 {
	top: 24px;
}

.menu-bar #line2 {
	top: 32px;
}

.menu-bar #line3 {
	top: 40px;
}

.menu-bar .inner_line {
	display: block;
	position: absolute;
	height: 2px;
	width: 22px;
	background-color: #fff;
	transition: .5s;
	left: 21px;
}

.menu-bar.active #line1 {
	transform: rotate(-45deg);
	top: 28px;
	width: 24px;
}

.menu-bar.active #line2 {
	opacity: 0;
}

.menu-bar.active #line3 {
	transform: rotate(45deg);
	top: 28px;
	width: 24px;
}

header .global-menu {
	position: absolute;
	top: -259px;
	width: 100%;
	height: 256px;
	background-color: #fff;
	z-index: 2000;
	padding-top: 64px;
	transition: top .5s;
}

header .global-menu.active {
	top: 0;
}

header .global-menu ul {
	border-bottom: solid 3px #538939;
	background-color: #fff;
}

header .global-menu ul li {
	border-top: solid 1px #538939;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 22px;
	color: #538939;
	height: 64px;
	text-align: center;
	vertical-align: middle;
}

/* ヒーローセクション */
#hero {
	width: 100%;
	position: relative;
}

#hero img {
	width: 100%;
	height: auto;
}

#hero .scroll {
	position: absolute;
	bottom: 64px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}

#hero .arrow-left,
#hero .arrow-right {
	position: absolute;
	background-color: #000;
	width: 16px;
	height: 1px;
	bottom: 50px;
	animation: arrow-animation 1.2s infinite;
}

#hero .arrow-left {
	right: calc(50% - 3px);
	transform: rotate(50deg);
}

#hero .arrow-right {
	left: calc(50% - 3px);
	transform: rotate(-50deg);
}

@keyframes arrow-animation {
	0% {
		opacity: 0;
		bottom: 50px
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	#hero {
		margin-top: -20px;
	}

	#hero img {
		width: 100%;
		height: auto;
	}

	#hero .scroll,
	#hero .arrow-left,
	#hero .arrow-right {
		display: none;
	}
}

/* メッセージセクション */
#message {
	width: 100%;
	background-color: #fff;
}

#message .message-text {
	margin-top: 128px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 6px;
	line-height: 2.4;
}

#message .message-logo img {
	display: block;
	margin: 96px auto 0;
	width: 181px;
	height: 106px;
}

#message .message-image img {
	width: 100%;
	height: auto;
	margin: 128px auto 0;
}

@media screen and (max-width: 767px) {
	#message .message-text {
		width: 90%;
		margin: 0 auto;
		padding-top: 96px;
		font-size: 20px;
		letter-spacing: 4px;
	}

	#message .message-logo img {
		margin: 64px auto 0;
		width: 164px;
		height: 96px;
	}

}

/* コンセプトセクション */
#concept {
	padding-top: 128px;
	position: relative;
}

#concept h2 {
	height: 103px;
	padding: 25px 0;
	color: #3E8C2A;
	font-size: 44px;
	text-align: center;
	letter-spacing: 10px;
	background: url('../images/hygge-headings-bg.svg') no-repeat;
	background-position: center;
}

#concept .concept-lead {
	display: block;
	margin: 64px auto 0;
	width: 244px;
	height: auto;
}

/* #concept .p1 {
	margin-top: 64px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

#concept .p1 .en {
	font-weight: 800;
	letter-spacing: 2px;
} */

#concept .p2 {
	margin-top: 24px;
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 8px;
}

#concept .p3 {
	margin-top: 64px;
	text-align: center;
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 4px;
}

#concept .concept-graph {
	display: block;
	width: 886px;
	height: auto;
	margin: 80px auto 0;
}

#concept .concept-footer {
	width: 100%;
	height: auto;
	margin: 128px auto 0;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
	position: absolute;
}

.c1 {
	width: 80px;
	height: auto;
	top: 400px;
	left: 70px;
}

.c2 {
	width: 80px;
	height: auto;
	top: 660px;
	left: 188px;
}

.c3 {
	width: 56px;
	height: auto;
	top: 1100px;
	left: 64px;
}

.c4 {
	width: 80px;
	height: auto;
	top: 320px;
	right: 120px;
}

.c5 {
	width: 56px;
	height: auto;
	top: 990px;
	right: 64px;
}

.c6 {
	width: 66px;
	height: auto;
	top: 1240px;
	right: 110px;
}

@media screen and (max-width: 767px) {
	#concept {
		padding-top: 64px;
		background-color: #fff;
	}

	#concept h2 {
		font-size: 38px;
		letter-spacing: 6px;
	}

	#concept .concept-lead {
		margin-top: 32px;
	}

	#concept .p2 {
		margin-top: 24px;
		text-align: center;
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: 8px;
	}

	#concept .p3 {
		width: 90%;
		margin: 64px auto 0;
		line-height: 2.2;
		letter-spacing: 2px;
	}

	#concept .concept-graph {
		display: block;
		margin: 64px auto 0;
		width: 90%;
		height: auto;
	}

	#concept .concept-footer {
		margin: 96px auto 0;
		margin-bottom: -18px;
	}

	.c2 {
		width: 55px;
		height: auto;
		top: 720px;
		left: 20px;
	}

	.c4 {
		width: 55px;
		height: auto;
		top: 350px;
		right: 0;
	}
}

/* What's セクション */
#whats {
	margin-top: -32px;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 256px;
	position: relative;
}

#whats::before {
	content: '';
	background: url('../images/image-whats-bg.png') no-repeat, #FBDACD;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

#whats h2 {
	height: 103px;
	padding: 20px 0 0;
	color: #3E8C2A;
	font-size: 44px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1.5;
	background: url('../images/hygge-headings-bg.svg') no-repeat;
	background-position: center;
}

#whats .h2-sub {
	color: #3E8C2A;
	font-size: 18px;
	text-align: center;
	letter-spacing: 4px;
}

#whats .p1 {
	margin-top: 64px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 4px;
}

#whats .p2 {
	margin-top: 48px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 4px;
}

#whats h3 {
	margin-top: 128px;
	text-align: center;
	font-size: 34px;
	color: #3E8C2A;
	line-height: 1.2;
	letter-spacing: 4px;
}

#whats h3 .h3-sub {
	font-size: 16px;
	text-align: center;
	letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
	#whats::before {
		content: '';
		background: url('../images/image-whats-bg-sp.png') no-repeat, #FBDACD;
		background-size: 100%;
		background-position: center;
		/* background-attachment: fixed; */
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -10;
	}

	#whats h2 {
		font-size: 38px;
		padding: 16px 0 0;
		line-height: 1.3;
	}

	#whats .h2-sub {
		margin-top: 24px;
		line-height: 1.5;
	}

	#whats .p1 {
		width: 90%;
		margin: 128px auto 0;
		letter-spacing: 2px;
		text-align: justify;
	}

	#whats .p2 {
		width: 90%;
		margin: 40px auto 0;
		font-size: 16px;
		line-height: 2;
		letter-spacing: 4px;
	}

	#whats h3 {
		margin-top: 96px;
		font-size: 30px;
	}

	#whats h3 .h3-sub {
		font-size: 16px;
		text-align: center;
		letter-spacing: 4px;
	}
}

#whats .image-container {
	width: 1080px;
	margin: 32px auto 0;
	position: relative;
}

#whats .image-container .whats-main-image {
	width: 1080px;
	height: auto;
}

#whats .image-container .whats-lines-image1 {
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 324px;
	height: auto;
}

#whats .image-container .whats-lines-image2 {
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 362px;
	height: auto;
}

#whats .image-container .whats-lines-image3 {
	position: absolute;
	bottom: 0;
	left: -38px;
	width: 363px;
	height: auto;
}

#whats .image-container .whats-lines-image4 {
	position: absolute;
	bottom: 0;
	right: -42px;
	width: 313px;
	height: auto;
}

#whats .more-btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}

#whats .more-btn-area .more-btn {
	width: 334px;
	height: 55px;
}

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

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

#whats .whats-oyako {
	position: absolute;
	bottom: 220px;
	left: calc((100% - 1080px) / 2);
	width: 255px;
	height: auto;
}

@media screen and (max-width: 767px) {
	#whats {
		padding-bottom: 180px;
	}

	#whats .image-container {
		width: 100%;
		margin: 48px auto 0;
	}

	#whats .image-container .whats-main-image {
		width: 100%;
		height: auto;
	}

	#whats .image-container .whats-lines-image1 {
		bottom: 0;
		left: 0px;
		width: 298px;
		height: auto;
	}

	#whats .image-container .whats-lines-image2 {
		bottom: 0;
		right: 0;
		width: 340px;
		height: auto;
	}

	#whats .image-container .whats-lines-image3 {
		bottom: 0;
		left: 0;
		width: 338px;
		height: auto;
	}

	#whats .image-container .whats-lines-image4 {
		bottom: 0;
		right: 0;
		width: 330px;
		height: auto;
	}

	#whats .more-btn-area {
		margin-top: 32px;
	}

	#whats .entry-btn-area {
		margin-top: 96px;
	}

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

	#whats .whats-oyako-sp {
		position: static;
		display: block;
		margin: 0 auto;
		width: 331px;
		height: auto;
	}

}

@media screen and (max-width: 320px) {
	#whats .image-container .whats-lines-image1 {
		width: 260px;
		height: auto;
	}

	#whats .image-container .whats-lines-image2 {
		width: 260px;
		height: auto;
	}

	#whats .image-container .whats-lines-image3 {
		width: 260px;
		height: auto;
	}

	#whats .image-container .whats-lines-image4 {
		width: 260px;
		height: auto;
	}

	#whats .whats-oyako-sp {
		width: 260px;
		height: auto;
	}

	#whats .more-btn-area .more-btn {
		width: 260px;
		height: auto;
	}
}

/* 予約フォームセクション */
#form {
	margin-top: -120px;
	width: 100%;
}

#form .form-container {
	width: 100%;
	position: relative;
	padding-top: 30%;
	padding-bottom: 15%;
	/* このpadding-bottom はiframeとgalleryとの間の余白になる */
	/* original: padding-top: 400px; padding-bottom: 196px; */
}

#form .form-container::before {
	content: '';
	/* background: url('../images/image-form1_test.png') no-repeat; */
	background: url('../images/image-form2.png') no-repeat;
	background-size: 100%;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#form .form-container .form-container-inner {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	padding-top: 24px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#form .form-container .form-container-inner h2 {
	height: 103px;
	padding: 26px 0 0;
	color: #3E8C2A;
	font-size: 44px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1;
	background: url('../images/hygge-headings-bg.svg') no-repeat;
	background-position: center;
}

#form .form-container .form-container-inner iframe {
	width: 100%;
	/* original: height: 900px */
	/* 横幅1200pxだと480pxの高さになる */
	height: 40vw;
	margin-top: 24px;
}

@media screen and (min-width: 1500px) {
	#form {
		margin-top: -160px;
	}
}

@media screen and (max-width: 767px) {
	#form .form-container {
		padding-top: 300px;
		padding-bottom: 260px;
		/* iframe の高さに応じてbottomを調節する必要あり */
	}

	#form .form-container::before {
		content: '';
		background: url('../images/image-form1-sp.png') no-repeat;
		background-size: 100%;
		background-position: center top;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	#form .form-container .form-container-inner {
		width: 90%;
		padding-top: 36px;
	}

	#form .form-container .form-container-inner iframe {
		width: 100%;
		/* height: 1500px; */
		height: 600px;
		margin-top: 36px;
	}

	#form .form-container .form-sp-image {
		width: 100%;
		height: auto;
	}
}

/* iPhone 11/12等 横幅 414px */
@media screen and (max-width: 414px) {
	#form .form-container {
		padding-bottom: 195px;
	}

	#form .form-container .form-container-inner iframe {
		/* height: 1750px; */
	}
}

/* iPhone 7/8等 横幅 375px */
@media screen and (max-width: 375px) {
	#form .form-container {
		padding-bottom: 260px;
	}

	#form .form-container .form-container-inner iframe {
		/* height: 1500px; */
	}
}

/* iPhone SE等 横幅320px */
@media screen and (max-width: 320px) {
	#form .form-container {
		padding-bottom: 220px;
	}

	#form .form-container .form-container-inner iframe {
		/* height: 1200px; */
	}
}

/* ギャラリーセクション */
#gallery {
	width: 100%;
	background-color: #FFFBEB;
}

#gallery h2 {
	height: 103px;
	padding: 20px 0 0;
	color: #3E8C2A;
	font-size: 44px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1;
	background: url('../images/hygge-headings-bg.svg') no-repeat;
	background-position: center;
	margin-top: 24px;
}

#gallery h2 .h2-sub {
	font-size: 16px;
	text-align: center;
	letter-spacing: 4px;
}

#gallery img {
	width: 100%;
	height: auto;
	margin-top: 32px;
}

#gallery .gallery-header {
	margin-top: -150px;
	position: relative;
	z-index: 200;
}

@media screen and (min-width: 1500px) {
	#gallery .gallery-header {
		margin-top: -180px;
	}
}

@media screen and (max-width: 767px) {
	#gallery h2 {
		height: 103px;
		padding: 20px 0 0;
		font-size: 38px;
		letter-spacing: 2px;
	}

	#gallery h2 .h2-sub {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

/* アーカイブセクション */
#memories {
	width: 100%;
	background-color: #FFFBEB;
	padding-top: 64px;
}

#memories h2 {
	height: 103px;
	padding: 26px 0 0;
	color: #3E8C2A;
	font-size: 44px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1;
	background: url('../images/hygge-headings-bg.svg') no-repeat;
	background-position: center;
}

#memories .p1 {
	margin-top: 32px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 4px;
}

#memories .archives-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	margin: 64px auto 0;
}

#memories .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-container .archives-item:empty {
	padding: 0;
}

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

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

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

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

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

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

#memories .all-btn-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}

#memories .all-btn-area .view-all-btn {
	width: 335px;
	height: 60px;
}

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

@media screen and (max-width: 767px) {
	#memories h2 {
		height: 103px;
		padding: 8px 0 0;
		font-size: 38px;
		line-height: 1.2;
	}

	#memories .p1 {
		width: 90%;
		margin: 32px auto 0;
		font-size: 18px;
	}

	#memories .archives-container {
		flex-direction: column;
	}

	#memories .archives-container .archives-item {
		width: 100%;
		padding: 36px 16px;
	}

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

	#memories .memories-footer {
		margin-top: 48px;
		padding-bottom: 40px;
	}

}

@media screen and (max-width: 320px) {
	#memories .all-btn-area .view-all-btn {
		width: 260px;
		height: auto;
	}
}

/* フッタ */
footer {
	width: 100%;
	background-color: #fff;
	margin-top: -88px;
	padding-top: 120px;
}

footer .p1 {
	margin-top: 64px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 4px;
	line-height: 1.5;
}

footer .p2 {
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 4px;
}

footer .image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 64px auto 0;
}

footer .image-box .image1 {
	width: 161px;
	height: 41px;
	margin-right: 64px;
}

footer .image-box .image2 {
	width: 252px;
	height: 46px;
}

footer .copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: solid 3px #538939;
	width: 100%;
	height: 61px;
	background-color: #FBDACD;
	color: #1A1311;
	font-size: 10px;
	text-align: center;
	margin-top: 64px;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: -60px;
		padding-top: 20px;
	}

	footer .p2 {
		letter-spacing: 2px;
	}

	footer .image-box {
		flex-direction: column;
	}

	footer .image-box .image1 {
		margin-right: unset;
	}

	footer .image-box .image2 {
		margin-top: 24px;
	}
}


/* 固定ボタン */
.wakuwaku img {
	position: fixed;
	bottom: 0;
	left: 29px;
	width: 298px;
	height: 146px;
	z-index: 1000;
}

.arrow-top img {
	position: fixed;
	bottom: 29px;
	right: 29px;
	width: 80px;
	height: auto;
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.wakuwaku img {
		width: 216px;
		height: auto;
		left: 0;
	}
}