body {
	font-family: "Noto Serif JP", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 0;
	color: #31452d;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	min-height: 48px;
	text-decoration: none;
}

.button--outline {
	border: 1px solid #31452d;
	min-width: 200px;
}

.button--with-background-color {
	color: #fff;
	min-width: 160px;
	text-align: center;
}

.button--gold {
	background-color: #b69b04;
}

.button--green {
	background-color: #31452d;
}

.concept {
	margin-top: 120px;
}

.concept__body {
	position: relative;
}

.concept__media {
	margin: 49px 0 0 auto; /* 右へ寄せる */
	width: 78%;
}

.concept__media img {
	-o-object-fit: cover;
	aspect-ratio: 1120/480;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.concept__panel {
	background-color: #31452d;
	color: #fff;
	margin-top: -184px; /* 重なり量：カンプに合わせて微調整 */
	padding: 64px 48px; /* pcはパネルを左下で重ねる */
	position: relative;
	width: min(640px, 55%);
	z-index: 1;
}

.concept__panel-title {
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
}

.concept__panel-text {
	font-size: 16px;
	letter-spacing: 0.8;
	line-height: 2.5;
	margin-top: 31px;
}

.concept__button {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 0.88;
	margin-left: auto;
	padding-right: 27px;
	position: relative;
	text-align: right;
}

.concept__button::before {
	background: url("../images/common/arrow-icon.svg") center/contain no-repeat;
	content: "";
	height: 16px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.contact-card {
	padding-bottom: 27px;
	padding-top: 24px;
	position: relative;
	text-align: center; /* SP：ボックス化 & 行内を Grid */ /* アイコン（擬似要素で追加） */
}

.contact-card::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 26px;
	margin: 0 auto 16px;
	width: 36px; /* 擬似要素を左列に配置 */
}

/* PCの縦仕切り（左2枚に右罫線） */

.contact-card:not(:last-child) {
	border-right: 1px solid #31452d;
}

.contact-card--document::before {
	background-image: url("../images/common/icon-document.svg");
}

.contact-card--mail::before {
	background-image: url("../images/common/icon-mail.svg");
}

.contact-card--tel::before {
	background-image: url("../images/common/icon-tel.svg");
}

.contact-card__label {
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.contact-card__button {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	min-width: 152px;
	text-align: center;
}

.contact-card__button--accent {
	background: #b69b04;
	color: #fff;
	margin-top: 23px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

.contact-card__button--green {
	background: #31452d;
	color: #fff;
	margin-top: 23px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

.contact-card__button--call {
	display: none;
}

.contact-card__tel {
	font-size: 24px;
	line-height: 1;
}

.contact-card__note {
	font-size: 12px;
	line-height: 1;
	margin-top: 9px; /* 営業時間の注釈：SPでは2行目に、ボタンの左から右まで */
}

.contact {
	background: #eeead0;
	margin-top: 120px;
	padding-bottom: 120px;
	padding-top: 120px;
}

.contact__inner {
	margin: 0 auto;
	max-width: 846px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 3カラム */

.contact__grid {
	align-items: start;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}

.drawer__icon {
	display: none;
}

.drawer__icon--bar {
	background: #333333;
	height: 1px;
	transition: all 0.3s ease;
	width: 100%;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
	background-color: #fff;
	rotate: 45deg;
	translate: 0 10px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
	background-color: #fff;
	rotate: -45deg;
	translate: 0 -10px;
}

.drawer {
	background: #31452d;
	bottom: 0;
	height: 100vh;
	height: 100svh;
	left: 0; /* ← top/right/bottom/left:0 の短縮（はみ出し防止） */
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(101%);
	transition: transform 0.5s ease;
	width: 100%;
	z-index: 200;
}

.drawer.js-show {
	transform: translateY(0);
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 148px;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	row-gap: 0;
}

.drawer__item {
	padding-top: 16px;
}

.drawer__item + .drawer__item {
	border-top: 1px solid #fff;
}

.drawer__link {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
	row-gap: 9px;
	text-align: center;
}

.drawer__link-ja {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 1;
}

.drawer__link-en {
	color: #b69b04;
	font-family: "Lora", serif;
	font-size: 12px;
	line-height: 1;
}

.drawer__cta {
	margin-top: 23px;
}

.drawer__btn {
	background-color: #b69b04;
	display: flex;
	flex-direction: column;
	padding: 11px;
	row-gap: 8px;
	text-align: center;
}

.drawer__btn-ja {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 1;
}

.drawer__btn-en {
	color: #fff;
	font-family: "Lora", serif;
	font-size: 12px;
	line-height: 1;
}

.footer {
	background: #31452d;
	color: #fff;
	padding-top: 80px;
	text-align: center;
}

.footer__info {
	display: grid;
	justify-items: center;
}

.footer__logo {
	height: auto;
	width: 99px;
}

.footer__logo img {
	width: 100%;
}

.footer__company,
.footer__addr,
.footer__tel,
.footer__mail {
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.footer__company {
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
}

.footer__address {
	font-size: 16px;
	line-height: 1;
	margin-top: 16px;
}

.footer__tel {
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
}

.footer__mail {
	font-size: 16px;
	line-height: 1;
	margin-top: 14px;
}

.footer__nav {
	margin-top: 55px;
}

.footer__nav-list {
	display: flex;
	flex-direction: row;
	gap: 68px;
	justify-content: center;
}

.footer__nav-item {
	font-size: 16px;
	line-height: 1;
	position: relative;
}

.footer__nav-item + .footer__nav-item::before {
	background: #fff;
	content: "";
	height: 16px;
	left: -33px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

/* --- 下部の濃色帯 --- */

.footer__bottom {
	background: #333333;
	border-top: 1px solid #fff;
	margin-top: 122px;
	padding-bottom: 18px;
	padding-top: 18px;
}

.footer__bottom-inner {
	grid-row-gap: 12px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto;
	row-gap: 12px;
}

.footer__legal {
	display: inline-flex;
	font-size: 14px;
	gap: 67px;
}

.footer__legal-item {
	position: relative;
}

.footer__legal-item + .footer__legal-item::before {
	background: #fff;
	content: "";
	height: 16px;
	left: -33px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer__copy {
	font-size: 12px;
	justify-self: end;
}

.header {
	background: rgba(255, 255, 255, 0.8);
	height: 80px;
	position: fixed;
	width: 100%;
	z-index: 103;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
}

.header__logo {
	width: 140px;
}

.header__nav {
	align-items: center;
	display: flex;
	flex-grow: 1;
	margin-left: 32px;
}

.header__nav li {
	position: relative;
}

.header__nav li::before {
	background-color: #333333;
	content: "";
	height: 36px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__nav li a {
	-webkit-text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
}

.header__nav li a span {
	color: #b69b04;
	display: block;
	font-family: "Lora", serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
}

.header__contact {
	margin-left: auto;
	width: 168px;
}

.header__contact a {
	background: #31452d;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 80px;
	line-height: 1;
	margin-top: 7px;
	padding-top: 24px;
	text-align: center;
}

.header__contact a span {
	color: #b69b04;
	display: block;
	font-family: "Lora", serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 7px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1090px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.main-visual {
	background: transparent url("../images/common/top-image.jpg") no-repeat center center/cover;
	height: 900px;
	width: 100%;
}

.main-visual__inner {
	height: inherit;
	position: relative;
}

.main-visual__text {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main-visual__text img {
	width: min(960px, 100%);
}

.main-visual__text img.is-pc {
	display: block;
}

.main-visual__text img.is-sp {
	display: none;
}

.news {
	background: #fff;
	margin-top: 119px;
}

/* ===== リスト（PC=3カラム / SP=縦積み） ===== */

.news__list {
	margin-top: 32px;
	row-gap: 0;
}

/* PCは 3カラム：180px | 120px | 1fr */

/* SPでは 2段構成：
   1行目 = [日付][カテゴリ]
   2行目 = [本文]（横幅いっぱい） */

.news__item {
	align-items: start;
	display: grid;
	grid-template-areas: "date tag text";
	grid-template-columns: 154px 138px 1fr;
	min-height: 60px;
}

.news__date {
	grid-area: date;
}

.news__tag {
	grid-area: tag;
}

.news__text {
	grid-area: text;
}

/* 縦罫線：各列の左側に引く（カンプ準拠で3本） */

.news__date,
.news__tag,
.news__text {
	padding-bottom: 21px;
	padding-top: 21px;
	position: relative;
}

.news__date::before,
.news__tag::before,
.news__text::before {
	background: #e5e5e5;
	bottom: auto;
	content: "";
	height: 56px;
	left: 0;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.news__date {
	padding-left: 40px;
	padding-right: 39px;
}

.news__tag {
	padding-left: 49px;
	padding-right: 49px;
}

.news__text {
	padding-left: 40px;
}

.news__tag--news {
	color: #b69b04;
}

.news__tag--event {
	color: #31452d;
}

.news__more {
	margin-top: 40px;
	text-align: center;
}

.news__button {
	border: 1px solid #31452d;
	color: #31452d;
	display: inline-block;
	min-width: 200px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
}

.section-title {
	text-align: center;
}

.section-title__jp {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}

.section-title__en {
	border-bottom: 1px solid #b69b04;
	color: #31452d;
	display: inline-block;
	font-family: "Lora", serif;
	line-height: 1;
	margin-top: 8px;
	padding-bottom: 16px;
}

.sp-only {
	display: none;
}

.works-card__thumb {
	aspect-ratio: 986/638;
	overflow: hidden;
}

.works-card__thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-card__body {
	color: #333333;
	margin-top: 23px;
	padding-left: 33px;
}

.works-card__title {
	font-size: 24px;
	line-height: 1;
	padding-left: 9px;
}

.works-card__link {
	display: inline-block;
	font-size: 16px;
	line-height: 0.88;
	margin-top: 23px;
	padding-left: 8px;
	padding-right: 24px;
	position: relative;
}

.works-card__link::before {
	background: #333333;
	bottom: 0;
	content: "";
	height: 144px;
	left: 0;
	position: absolute;
	width: 1px;
}

.works-card__link::after {
	background: url("../images/common/icon-arrow.png") no-repeat center center/cover;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.works {
	color: #fff;
	padding-bottom: 0;
	padding-top: 79px;
	position: relative; /* 背景のベージュ帯（PCで中央カラム相当を覆う） */
}

.works::before {
	background: #eeead0;
	bottom: 88px;
	content: "";
	height: 638px;
	position: absolute;
	right: 0;
	width: min(986px, 88vw);
	z-index: 0;
}

/* コンテナ */

.works__inner {
	position: relative;
	z-index: 1;
}

/* ------------------------------
   カードのグリッド
------------------------------ */

.works__list {
	grid-column-gap: 40px;
	-moz-column-gap: 40px;
	grid-row-gap: 66px;
	column-gap: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin-top: 32px;
	row-gap: 66px;
}

.works__card {
	background: transparent;
}

.works__button {
	margin-top: 80px;
	text-align: center;
}

@media (max-width: 1040px) {

html {
	font-size: 1.5384615385vw;
}

}

@media screen and (max-width: 1023px) {

.drawer__icon {
	display: flex;
	flex-direction: column;
	height: 20px;
	justify-content: space-between;
	padding: 0;
	position: fixed;
	right: 20px;
	top: 30px;
	width: 20px;
	z-index: 204;
}

.header__nav {
	display: none;
}

.header__contact {
	display: none;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.concept {
	margin-top: 79px;
}

.concept__media {
	margin-top: 24px;
	width: 100%;
}

.concept__media img {
	aspect-ratio: 836/803;
}

.concept__panel {
	margin-top: 0;
	padding: 57px 20px 56px;
	width: 100%;
}

.concept__panel-title {
	font-size: 20px;
	line-height: 1;
}

.concept__panel-text {
	font-size: 16px;
	line-height: 2;
	margin-top: 23px;
}

.concept__button {
	font-size: 16px;
	line-height: 0.88;
	margin-top: 33px;
	padding-right: 23px;
}

.concept__button::before {
	height: 16px;
	width: 16px;
}

.contact-card {
	grid-column-gap: 10px;
	-moz-column-gap: 10px;
	grid-row-gap: 8px;
	align-items: center;
	column-gap: 10px;
	display: grid;
	grid-auto-rows: auto;
	grid-template-areas: "icon label button" "icon note button" "icon tel button";
	grid-template-columns: 27px 1fr auto; /* アイコン | ラベル | ボタン */
	padding: 18px 16px;
	row-gap: 8px;
	text-align: left;
}

.contact-card::before {
	grid-area: icon;
	height: 28px;
	margin: 0;
	width: 28px;
}

.contact-card:not(:last-child) {
	border-bottom: 1px solid #31452d;
	border-right: none;
}

.contact-card__label {
	font-size: 16px;
	line-height: 1.5;
}

.contact-card__button--call {
	background: #31452d;
	background: #31452d;
	color: #fff;
	display: inline-block;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

.contact-card__tel {
	display: none;
}

.contact-card__note {
	grid-column: 2/4; /* ラベルの左端〜ボタンの右端まで */
	grid-row: 2; /* 2行目に配置 */
	margin-top: 6px;
	text-align: right;
}

.contact {
	margin-top: 80px;
	padding-bottom: 39px;
	padding-top: 40px;
}

.contact__grid {
	grid-template-columns: 1fr;
	row-gap: 0; /* 罫線で区切るのでギャップは0 */
}

.footer {
	padding-top: 40px;
}

.footer__logo {
	width: 82px;
}

.footer__tel {
	margin-top: 17px;
}

.footer__mail {
	margin-top: 17px;
}

.footer__nav-list {
	flex-direction: column;
	gap: 49px;
}

.footer__nav-item + .footer__nav-item::before {
	background: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -20px;
	width: 100%;
}

.footer__bottom-inner {
	display: flex;
	flex-direction: column;
	gap: 39px;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.main-visual__text img.is-pc {
	display: none;
}

.main-visual__text img.is-sp {
	display: block;
}

.news {
	margin-top: 80px;
}

.news__list {
	margin-top: 0;
}

.news__item {
	-moz-column-gap: 24px;
	column-gap: 24px;
	grid-template-areas: "date tag" "text text";
	grid-template-columns: auto 1fr;
	padding: 24px 0;
	row-gap: 16px;
}

.news__item + .news__item {
	border-top: 1px solid #e5e5e5;
}

.news__date,
.news__tag,
.news__text {
	padding: 0;
}

.news__date::before,
.news__tag::before,
.news__text::before {
	display: none;
}

.news__more {
	margin-top: 0;
}

.sp-only {
	display: block;
}

.works-card__body {
	margin-top: 17px;
	padding-left: 8px;
}

.works-card__title {
	font-size: 20px;
}

.works-card__link {
	margin-top: 15px;
}

.works-card__link::before {
	height: 96px;
}

.works::before {
	bottom: 72px;
	height: 508px;
	width: 280px;
}

.works__list {
	-moz-column-gap: 15px;
	column-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 41px;
}

.works__button {
	margin-top: 65px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
