@charset "utf-8";
/*
Theme Name: fuwakome
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #B98E31; }
a:active { text-decoration: none; color: #B98E31; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	/* overflow: hidden; */
}

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

.brSp {
	display: none;
}

.brTab {
	display: none;
}

.brPc {
	display: inline-block;
}

/* サイズを80%に調整 */
.scale80 {
	transform: scale(0.8);
}

.nMargin400 {
	margin-top: -400px;
	margin-bottom: -400px;
}

.nMargin300 {
	margin-top: -300px;
	margin-bottom: -300px;
}

.nMargin200 {
	margin-top: -200px;
	margin-bottom: -200px;
}

.nMargin100 {
	margin-top: -100px;
	margin-bottom: -100px;
}

.nMargin50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

/* テキスト調整 */
.zenMaruGothic {
	font-family: "Zen Maru Gothic", serif;
}

.oswald {
	font-family: "Oswald", sans-serif;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

.textBold {
	font-weight: 700;
}

/* 共通パーツ */
.inner {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

/* ボタン */
.btn {
	max-width: 100%;
	padding: 1em 3em 1em 2em;
	display: inline-block;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #ffffff;
	background: #705e3a url(./img/common/icon_arrow_btn.svg) no-repeat right 1.5em center / 1em;
	border-radius: 1.75em;
	box-shadow: 0 5px #52411f;
}

/* 見出し */
.heading01 {
	margin-bottom: 60px;
	font-size: 2.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #705e3a;
}

.heading01::before {
	content: "";
	width: 286px;
	height: 84px;
	margin-inline: auto;
	margin-bottom: -25px;
	display: block;
	background: url(./img/common/heading_deco.svg) no-repeat center center / contain;
}

.heading02 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #705e3a;
}

.heading02::before {
	content: "";
	width: 186px;
	height: 55px;
	margin-inline: auto;
	margin-bottom: -25px;
	display: block;
	background: url(./img/common/heading_deco.svg) no-repeat center center / contain;
}

.heading02 img {
	display: block;
	margin-inline: auto;
	margin-bottom: 30px;
}

/* セクション区切りの装飾 */
.sectionDeco {
	position: relative;
}

.sectionDeco::before,
.sectionDeco::after {
	content: "";
	width: 100%;
	height: 17px;
	position: absolute;
	left: 0;
	background-size: auto;
}

.sectionDeco::before {
	bottom: 100%;
	background-position: left top;
}

.sectionDeco::after {
	top: 100%;
	background-position: left bottom;
}

.sectionDeco.white::before {
	background-image: url(./img/common/wave_white_top.svg);
}

.sectionDeco.white::after {
	background-image: url(./img/common/wave_white_bottom.svg);
}

.sectionDeco.beige::before {
	background-image: url(./img/common/wave_beige_top.svg);
}

.sectionDeco.beige::after {
	background-image: url(./img/common/wave_beige_bottom.svg);
}

.sectionDeco.light::before {
	background-image: url(./img/common/wave_light_top.svg);
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 下層ページタイトル
------------------------------------ */
#pageHead {
	/* min-height: 565px;
	padding-top: 80px;
	padding-bottom: 211px; */
	min-height: 385px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-inline: 4%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pageHeadTitleWrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 20px;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #ffffff;
}

#pageHeadTitle {
	font-size: 4.6rem;
}

#pageHeadTitle .inlineBlock {
	display: inline-block;
}

#pageHeadSubTitle {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 3.2rem;
}

#pageHeadSubTitle::before,
#pageHeadSubTitle::after {
	content: "";
	width: 0.375em;
	height: 1.375em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#pageHeadSubTitle::before {
	background-image: url(./img/common/page_subtitle_before.svg);
}

#pageHeadSubTitle::after {
	background-image: url(./img/common/page_subtitle_after.svg);
}

#pageHeadPostLabel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#pageHeadPostLabel li {
	padding: 8px 20px;
	font-size: 2rem;
	border: 2px solid #fff;
	border-radius: 50px;
}

#pageHeadPostTitle {
	font-size: 4rem;
}

#pageHeadPostDate {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}

#pageHeadImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	background: #000;
}

#pageHeadImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#eyeCatch {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

/* ヘッダー
------------------------------------ */
#header {
	position: fixed;
	width: 100%;
	height: 211px;
	padding-top: 60px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, transparent 61px, rgba(87, 73, 45, 0.9) 61px), url(./img/common/header_nav_bg.svg) no-repeat center bottom 150px / 240px;
	z-index: 15;
}

#headerInner {
	width: 1280px;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 187px 1fr;
	align-items: center;
	column-gap: 6%;
}

#headerLeftMenu {
	order: 1;
}

#headerLogo {
	text-align: center;
	order: 2;
	transform: translateY(-20px);
}

#headerRightMenu {
	order: 3;
}

.headerMenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.headerMenu a {
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
}

.headerMenuSns {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

#header #headerLogo img {
	transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
	#header.isScroll {
		height: 150px;
		padding-top: 55px;
		background: linear-gradient(to bottom, transparent 0%, transparent 55px, rgba(87, 73, 45, 0.9) 55px), url(./img/common/header_nav_bg.svg) no-repeat center bottom 95px / 190px;
	}

	#header.isScroll #headerLogo img {
		width: 120px;
	}

	#header.isScroll .headerMenu a {
		font-size: 1.6rem;
	}

	#header.isScroll .headerMenuSns img {
		width: 24px;
	}

}

/* ハンバーガーメニュー
------------------------------------ */
/* メニューボタン */
#menuBtn {
	width: 72px;
	height: 72px;
	display: block;
	position: fixed;
	top: 30px;
	right: 30px;
	background-color: #ffffff;
	transition: .2s;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 21;
}

.menuBtnBar {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 25px;
	background-color: #694b10;
	transition: 0.3s;
}

.menuBtnBar:nth-child(1) {
	top: 28px;
}
.menuBtnBar:nth-child(2) {
	top: 35px;
}
.menuBtnBar:nth-child(3) {
	top: 42px;
}

#menuBtn.open .menuBtnBar:nth-child(1) {
	top: 35px;
	transform: rotate(45deg);
}
#menuBtn.open .menuBtnBar:nth-child(2) {
	opacity: 0;
}
#menuBtn.open .menuBtnBar:nth-child(3) {
	top: 35px;
	transform: rotate(-45deg);
}

/* メニュー中身 */
#menu {
	width: 50%;
	min-width: 680px;
	height: 100vh;
	padding-top: 40px;
	padding-bottom: 40px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #938a78;
	overflow: auto;
	transform: translateX(100%);
	transition: all 0.3s ease 0s;
	z-index: 20;
}

#menu.open {
	transform: translateX(0);
}

#menuBg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.53);
	display: none;
	z-index: 19;
}

#menuLogo {
	margin-bottom: 30px;
	text-align: center;
}

#menuLogo img {
	width: 187px;
}

#menuInfo {
	margin-bottom: 40px;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #ffffff;
}

#menuInfoAddress {
	margin-bottom: 10px;
	font-size: 1.7rem;
}

#menuInfoAnno {
	font-size: 1.1rem;
}

#menuNav {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	column-gap: 80px;
}

.menuNavList li + li {
	margin-top: 15px;
}

.menuNavList a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
}

.menuNavSubList {
	margin-top: 15px;
}

.menuNavSubList li + li {
	margin-top: 12px;
}

.menuNavSubList a {
	display: inline-block;
	padding-left: 1em;
	position: relative;
	font-size: 1.4rem;
}

.menuNavSubList a::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menuSns {
	display: flex;
	justify-content: center;
	gap: 15px;
}

#menuSns a {
	display: block;
	opacity: 0.6;
}

#menu.open #menuLogo,
#menu.open #menuInfo,
#menu.open #menuNav,
#menu.open #menuSns {
	animation-name: slideUp;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: .2s;
	opacity: 0;
}

@keyframes slideUp {
	0% {
		transform: translateY(10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* 追従バナー
------------------------------------ */
#fixed {
	/* padding: 20px; */
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
	/* background: #ffffff; */
	transition: transform 0.3s ease;
	z-index: 15;
}

#fixed.open {
	transform: translate(-10%, -37%) scale(0.8);
}

#fixed.closed {
	transform: translate(-90%, -37%) scale(0.8);
}

#fixedContent {
	display: flex;
	gap: 15px;
	padding: 20px;
	background-color: #fff;
}

#fixedBtn {
	width: 36px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 100%;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.075em;
	writing-mode: vertical-rl;
	color: #ffffff;
	background: #c04848;
	border: none;
	cursor: pointer;
}

#fixedBtn::before,
#fixedBtn::after {
	content: "";
	width: 1px;
	height: 18px;
	top: 10px;
	left: 50%;
	position: absolute;
	background-color: #ffffff;
}

#fixedBtn::before {
	transform: translateX(-50%) rotate(45deg);
}

#fixedBtn::after {
	transform: translateX(-50%) rotate(-45deg);
}

#fixed.closed #fixedBtn::before,
#fixed.closed #fixedBtn::after {
	content: none;
}

#fixedSp {
	display: none;
}

/* フッター
------------------------------------ */
#footer {
	padding-top: 50px;
	padding-bottom: 180px;
	position: relative;
	color: #ffffff;
	background-color: #938a78;
}

#footer::before {
	content: "";
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-image: url(./img/common/wave_brown_top.svg);
	background-position: left top;
	background-size: auto;
}

#footerLogo {
	margin-bottom: 60px;
	text-align: center;
}

#footerLogo img {
	width: 187px;
}

#footerWrap {
	display: flex;
	justify-content: space-between;
	gap: 50px 20px;
}

#footerInfoName {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-family: "Zen Maru Gothic", serif;
}

#footerInfoAddress {
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", serif;
	line-height: 2;
}

#footerInfoAnno {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	line-height: calc(22 / 14);
}

#footerMenu {
	display: flex;
	gap: 30px;
}

.footerMenuList li + li {
	margin-top: 15px;
}

.footerMenuList a {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
}

.footerSubMenuList {
	margin-top: 15px;
}

.footerSubMenuList li + li {
	margin-top: 8px;
}

.footerSubMenuList a {
	display: inline-block;
	padding-left: 1em;
	position: relative;
	font-size: 1.6rem;
}

.footerSubMenuList a::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footerSns {
	margin-top: -25px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 15px;
}

#footerCopyright {
	font-size: 1.2rem;
	text-align: center;
}

#pageTop {
	position: absolute;
	right: 50px;
	bottom: 240px;
}

#pageTop a {
	width: 100px;
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	color: #ffffff;
}

#pageTop a::before {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: -40px;
	left: 50%;
	border-top: 1px solid #c9c4bb;
	border-left: 1px solid #c9c4bb;
	transform: translateX(-50%) rotate(45deg);
}

/* 新着一覧
------------------------------------ */
.postList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.postListImg {
	margin-bottom: 15px;
	aspect-ratio: 314 / 220;
}

.postListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postListLabel {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.postListLabel li {
	width: fit-content;
	padding: 5px 10px;
	display: block;
	font-size: 1.2rem;
	font-family: "Zen Maru Gothic", serif;
	color: #705e3a;
	background-color: #ffffff;
	border: 1px solid #bcb29e;
	border-radius: 20px;
}

.postListTitle {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: calc(26 / 16);
	color: #333333;
}

.postListDate {
	font-size: 1.2rem;
	color: #333333;
}


/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.btn {
		transition: all 0.3s ease 0s;
	}

	.btn:hover {
		color: #ffffff;
		box-shadow: none;
		transform: translateY(5px);
	}

	.headerMenu a {
		transition: all 0.3s ease 0s;
	}

	.headerMenu a:hover {
		opacity: 0.7;
	}

	.menuNavList a {
		transition: all 0.3s ease 0s;
	}

	.menuNavList a:hover {
		opacity: 0.7;
	}

	#menuSns a {
		transition: all 0.3s ease 0s;
	}

	#menuSns a:hover {
		opacity: 1;
	}

	.fixedItem a {
		transition: all 0.3s ease 0s;
	}

	.fixedItem a:hover {
		opacity: 0.7;
	}

	.footerMenuList a {
		transition: all 0.3s ease 0s;
	}

	.footerMenuList a:hover {
		opacity: 0.7;
	}

	#footerSns a {
		transition: all 0.3s ease 0s;
	}

	#footerSns a:hover {
		opacity: 0.7;
	}

	#pageTop a {
		transition: all 0.3s ease 0s;
	}

	#pageTop a:hover {
		opacity: 0.6;
	}

	.postListLink {
		transition: all 0.3s ease 0s;
	}

	.postListLink:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	/* #header {
		height: 190px;
	} */

	#headerInner {
		grid-template-columns: 1fr 160px 1fr;
		column-gap: 5%;
	}

	.headerMenu a {
		font-size: 1.8rem;
	}

	.headerMenuSns img {
		width: 24px;
	}

	.fixedItem img {
		height: 140px;
	}

	#footerMenu {
		gap: 20px;
	}

	#pageTop {
		bottom: 220px;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#container {
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.inner {
		padding: 0 30px;
	}

	.brPc {
		display: none;
	}

	.brSp {
		display: inline-block;
	}

	/* サイズを80%に調整 */
	.scale80 {
		transform: scale(1);
	}

	.nMargin400 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nMargin300 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nMargin200 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nMargin100 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nMargin50 {
		margin-top: 0;
		margin-bottom: 0;
	}

	/* 下層ページタイトル
	------------------------------------ */
	#pageHead {
		min-height: 495px;
		padding-top: 160px;
		padding-bottom: 80px;
	}

	#pageHeadTitle {
		font-size: 4rem;
	}

	#pageHeadSubTitle {
		margin-bottom: 10px;
		font-size: 3rem;
	}

	/* ヘッダー
	------------------------------------ */
	#header {
		height: 105px;
		padding-top: 20px;
		position: absolute;
		top: 0;
		bottom: auto;
		background: #57492d;
	}

	#header::before {
		content: "";
		width: 210px;
		height: 210px;
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		background: #57492d;
		border-radius: 50%;
	}

	#headerInner {
		display: block;
	}

	.headerMenu {
		display: none;
	}

	#headerLogo {
		width: 140px;
		margin-inline: auto;
		transform: translate(0);
	}

	/* ハンバーガーメニュー
	------------------------------------ */
	/* メニューボタン */
	#menuBtn {
		top: 20px;
		right: 20px;
	}

	/* 追従バナー
	------------------------------------ */
	#fixed {
		padding: 15px;
	}

	#fixedContent {
		gap: 12px;
	}

	.fixedItem img {
		height: 100px;
	}

	#fixedBtn {
		width: 30px;
		font-size: 1.4rem;
	}

	/* フッター
	------------------------------------ */
	#footer {
		padding-bottom: 60px;
	}

	#footerWrap {
		margin-bottom: 30px;
		flex-direction: column;
	}

	#footerSns {
		margin-top: 0;
	}

	#pageTop {
		bottom: 50px;
	}

	/* 新着一覧
	------------------------------------ */
	.postList {
		gap: 30px 20px;
	}

		/* 追従バナー
	------------------------------------ */
	#fixed {
		display: none;
	}

	#fixedSp {
		width: 100%;
		height: 38px;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 15;
	}

	#fixedSpWrap {
		display: flex;
		height: 100%;
	}

	.fixedSpItem {
		width: 50%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.fixedSpItem img {
		position: absolute;
	}

	.fixedSpItem.line {
		padding-right: 30px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		font-family: "Zen Maru Gothic", serif;
		color: #ffffff;
		background-color: #5ac363;
	}

	.fixedSpItem.line img {
		width: 32px;
		right: calc(50% - 82px);
		bottom: 0;
	}

	.fixedSpItem.store {
		padding-right: 40px;
		font-size: 1.6rem;
		font-weight: 400;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.12em;
		color: #fbf678;
		background-color: #cf4242;
	}

	.fixedSpItem.store img {
		width: 46px;
		right: calc(50% - 84px);
		bottom: 4px;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.brTab {
		display: inline-block;
	}

	#footerWrap {
		width: fit-content;
		margin-inline: auto;
	}

	#footerSns {
		max-width: 494px;
		margin-inline: auto;
	}

	#fixedSp {
		width: 100%;
		height: 55px;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 15;
	}

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		font-size: 1.4rem;
	}

	.brSp {
		display: inline-block;
	}

	.spHidden {
		display: none;
	}

	.inner {
		padding: 0 20px;
	}

	/* 見出し */
	.heading01 {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.heading01::before {
		width: 200px;
		height: 60px;
		margin-bottom: -15px;
	}

	.heading02 {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.heading02::before {
		width: 140px;
		height: 40px;
		margin-bottom: -15px;
	}

	.heading02 img {
		margin-bottom: 15px;
		transform: scale(0.9)
	}

	/* 下層ページタイトル
	------------------------------------ */
	#pageHead {
		min-height: 250px;
		padding-top: 90px;
		padding-bottom: 30px;
	}

	#pageHeadTitleWrap {
		row-gap: 10px;
	}

	#pageHeadTitle {
		font-size: 2.3rem;
	}

	#pageHeadSubTitle {
		font-size: 1.7rem;
	}

	#pageHeadPostLabel li {
		padding: 5px 8px;
		font-size: 1.3rem;
		border-width: 1px;
	}

	#pageHeadPostTitle {
		font-size: 2.2rem;
		line-height: 1.25;
	}

	#pageHeadPostDate {
		font-size: 1.4rem;
	}

	#pageHeadImg {
		height: calc(100% - 52px);
		top: 52px;
	}

	/* ヘッダー
	------------------------------------ */
	#header {
		height: 52px;
		padding-top: 10px;
	}

	#header::before {
		content: "";
		width: 105px;
		height: 105px;
		top: -30px;
	}

	#headerLogo {
		width: 70px;
	}

	/* ハンバーガーメニュー
	------------------------------------ */
	/* メニューボタン */
	#menuBtn {
		width: 33px;
		height: 33px;
		top: 10px;
		right: 10px;
		background-color: #f6f1ed;
	}

	.menuBtnBar {
		width: 15px;
		height: 1px;
		left: 9px;
	}

	.menuBtnBar:nth-child(1) {
		top: 12px;
	}
	.menuBtnBar:nth-child(2) {
		top: 16px;
	}
	.menuBtnBar:nth-child(3) {
		top: 20px;
	}

	#menuBtn.open .menuBtnBar:nth-child(1),
	#menuBtn.open .menuBtnBar:nth-child(3) {
		top: 16px;
	}

	/* メニュー中身 */
	#menu {
		width: 100%;
		min-width: auto;
		padding-top: 10px;
	}

	#menuLogo {
		margin-bottom: 10px;
	}

	#menuLogo img {
		width: 70px;
	}

	#menuInfo {
		display: none;
	}

	#menuNav {
		margin-bottom: 0;
		flex-direction: column;
	}

	.menuNavList > li {
		border-top: 1px solid #ffffff;
	}

	.menuNavList li + li {
		margin-top: 0;
	}

	.menuNavList a {
		padding: 12px 15px;
		display: block;
		font-size: 1.5rem;
	}

	.menuNavSubList {
		margin-top: 0;
		padding: 10px 20px;
		background-color: #807868;
	}

	.menuNavSubList li + li {
		margin-top: 0;
	}

	.menuNavSubList a {
		padding-block: 5px;
		padding-left: 1em;
		font-size: 1.3rem;
	}

	#menuSns {
		padding-top: 20px;
		gap: 25px;
		border-top: 1px solid #ffffff;
	}

	#menuSns a {
		width: 25px;
	}

	/* フッター
	------------------------------------ */
	#footer {
		padding-top: 40px;
	}

	#footerLogo {
		margin-bottom: 40px;
	}

	#footerLogo img {
		width: 140px;
	}

	#footerWrap {
		row-gap: 40px;
	}

	#footerInfoName {
		font-size: 1.7rem;
	}

	#footerInfoAddress {
		font-size: 1.4rem;
		line-height: 1.7;
	}

	#footerInfoAnno {
		font-size: 1.2rem;
	}

	#footerMenu {
		gap: 10px;
	}

	.footerMenuList li + li {
		margin-top: 10px;
	}

	.footerMenuList a {
		font-size: 1.5rem;
	}

	.footerSubMenuList {
		margin-top: 10px;
	}

	.footerSubMenuList li + li {
		margin-top: 5px;
	}

	.footerMenuList a {
		font-size: 1.3rem;
	}

	#pageTop {
		right: 20px;
		bottom: 80px;
	}

	#pageTop a {
		width: 40px;
		font-size: 1.4rem;
	}

	#pageTop a::before {
		content: "";
		width: 35px;
		height: 35px;
		top: -25px;
		left: 50%;
	}

	/* 新着一覧
	------------------------------------ */
	.postList {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}

	.postListImg {
		margin-bottom: 10px;
	}

	.postListLabel {
		margin-bottom: 5px;
		padding: 2px 8px;
		font-size: 1rem;
	}

	.postListTitle {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}

	.postListDate {
		font-size: 1.1rem;
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
