@charset "utf-8";

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1200px) {
	html {
		font-size: 0.8333vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 2.6666vw;/*375pxの時のベース*/
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 2.14;
	letter-spacing: 0.04em;
	color: #000;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #000;
	text-decoration: none;
}
main a {
	color: #000;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
a:active,
a:focus,
button:active,
button:focus {
	opacity: 1;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/*----------------------------
	common ここまで
------------------------------*/


/* main */
main {
	padding-bottom: 7rem;
	overflow: hidden;
}
.inner {
	margin: 0 auto;
	max-width: 100rem;
}
@media (max-width: 768px) {
	main {
		padding-bottom: 5rem;
	}
	.inner {
		padding: 0 2rem;
	}
}

/* mvWrap */
.mvWrap {
	height: 16.8rem;
	background-image: url(/base/pc/store/special/casa_tatsumura/img/column_bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mvWrap h1 {
	margin: 0 auto;
	width: 17.1rem;
}
@media (max-width: 768px) {
	.mvWrap {
		height: 5.25rem;
	}
	.mvWrap h1 {
		width: 5.3rem;
	}
}

/* columnWrap */
.columnWrap {
	margin: 6rem auto 0;
	max-width: 74rem;
}
.columnWrap h2 {
	padding: 0.5rem;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
}
.columnWrap h3 {
	margin-top: 1.5rem;
	font-size: 4rem;
	font-family: "Noto Serif CJK JP", serif;
	letter-spacing: 0.08em;
	text-align: center;
}
.columnWrap .txt {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-family: "Noto Serif CJK JP", serif;
	letter-spacing: 0.08em;
}
.columnWrap .txt + .txt {
	margin-top: 3rem;
}
.columnWrap .picBox {
	margin: 5rem auto 0;
	padding-bottom: 2rem;
	width: 58rem;
}
.columnWrap .caption {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
.columnWrap .picBox02 {
	margin-top: 4rem;
	display: flex;
	align-items: flex-end;
	gap: 0 2rem;
}
.columnWrap .picBox02 .pic {
	width: 49rem;
}
.columnWrap .picBox02 .caption {
	width: calc(100% - 49rem - 2rem);
}
@media (max-width: 768px) {
	.columnWrap {
		margin: 2.5rem auto 0;
	}
	.columnWrap h2 {
		padding: 0.5rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.columnWrap h3 {
		font-size: 2.3rem;
		letter-spacing: 0.12em;
		line-height: 1.5;
	}
	.columnWrap .txt {
		margin-top: 1.2rem;
		font-size: 1.4rem;
		line-height: 1.85;
	}
	.columnWrap .txt + .txt {
		margin-top: 2.8rem;
	}
	.columnWrap .picBox {
		margin: 2.5rem auto 0;
		padding-bottom: 1rem;
		width: 100%;
	}
	.columnWrap .caption {
		margin-top: 0.8rem;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		line-height: 1.83;
	}
	.columnWrap .picBox02 {
		margin-top: 3rem;
		flex-direction: column;
		gap: 1rem 0;
	}
	.columnWrap .picBox02 .pic {
		width: 100%;
	}
	.columnWrap .picBox02 .caption {
		margin-top: 0;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.85;
	}
}

/* btnBack */
.btnBack {
	margin: 11rem auto 0;
	width: 100%;;
}
.btnBack a {
	display: block;
	padding: 2rem;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	border: solid 1px #000;
	position: relative;
}
.btnBack a::before {
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	left: 2rem;
}
@media (max-width: 768px) {
	.btnBack {
		margin: 3rem auto 0;
		width: 100%;;
	}
	.btnBack a {
		padding: 0.5rem;
		font-size: 1.9rem;
	}
	.btnBack a::before {
		width: 0.7rem;
		height: 0.7rem;
		top: calc(50% - 0.35rem);
	}
}

/* note */
.note {
	margin-top: 2rem;
	font-size: 1.5rem;
}
