@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */
html {
	-webkit-text-size-adjust: 100%;
	font-size: 3.125vmin;
}
body {
	background: #fff;
	box-sizing: border-box;
	font : 1rem / 1 'Shippori Mincho', 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #666;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
address {
	font-style: normal;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	opacity: .8;
}
::selection {
	background: #a58449;
	color: #fff;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;
}
@media screen and (min-width: 768px) {
	html {
		font-size: 125%;
	}
}


/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	min-width: 32rem;
	background: #ece8e3;
}
#contents {
	width: 32rem;
	margin: 0 auto;
	overflow: hidden;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}
.sans {
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
}
.js-fade,
.js-fade-ready {
	opacity: .05;
	transition: 1s;
}
.js-fade {
	transform: translateY(1rem);
}
.body-scroll {
	overflow: hidden;
}


/* ============================================================
	ヘッダー
============================================================ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 32rem;
	margin: 0 auto;
	z-index: 100;
}
#header .logo {
	padding: 2rem 2rem;
}
#header .logo-img {
	width: 2rem;
	height: 2.5rem;
	fill: #4d4d4d;
	transition: .5s;
}
#header .menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 6.5rem;
	height: 6rem;
	cursor: pointer;
}
#header .menu-span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2.6rem;
	height: .1rem;
	background: #4d4d4d;
	transition: .5s;
}
#header .menu-span:nth-child(1) {
	top: 2rem;
}
#header .menu-span:nth-child(2) {
	bottom: 3.2rem;
}
#header .menu-span-active:nth-child(1) {
	top: 2rem;
	transform: translateX(-50%) rotate(30deg);
}
#header .menu-span-active:nth-child(2) {
	top: 2rem;
	transform: translateX(-50%) rotate(-30deg);
}
#header .menu-text {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
	color: #4d4d4d;
	letter-spacing: -.05em;
	transition: .5s;
}


/* ============================================================
	ヘッダーメニュー
============================================================ */
#header-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1edea url(./images-common/bg-stone.jpg) left top / 32rem 32rem;
	z-index: 500;
}
#header-menu .header-menu-inner {
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	height: 100%;
	padding: 0 0 6rem;
	z-index: 1;
}
#header-menu .logo {
	padding: 2rem 2rem;
}
#header-menu .logo-img {
	width: 2rem;
	height: 2.5rem;
}
#header-menu .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 3;
}
#header-menu .close-span {
	display: block;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
}
#header-menu .close-span::before,
#header-menu .close-span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.6rem;
	height: .1rem;
	margin: auto;
	background: #000;
}
#header-menu .close-span::before {
	transform: rotate(45deg);
}
#header-menu .close-span::after {
	transform: rotate(-45deg);
}
#header-menu .menu {
	width: 100%;
}
#header-menu .menu-ul {
	width: 32rem;
	margin: 0 auto;
}
#header-menu .menu-li {
	position: relative;
	width: 20rem;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
}
#header-menu .menu-li:not(:first-of-type) {
	margin-top: 2rem;
}
#header-menu .menu-li-span {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	color: #4d4d4d;
	letter-spacing: .2em;
}
#header-menu .menu-li-a {
	display: block;
	margin-top: 1rem;
	font-size: 1rem;
	color: #888;
	letter-spacing: .15em;
}
#header-menu .menu-li-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header-menu .link {
	position: relative;
	z-index: 1;
	margin-top: 2.5rem;
}
#header-menu .link-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-menu .link-li {
	position: relative;
	width: 32%;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .15em;
}
#header-menu .link-li-a {
	color: #888;
}
#header-menu .link-li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: .1rem;
	height: 1rem;
	background: #888;
}


/* ============================================================
	パンくずリスト
============================================================ */
#breadcrumb {
	padding: 2rem 0;
}
#breadcrumb .nav-ol {
	display: flex;
	flex-wrap: wrap;
	width: 28rem;
	margin: 0 auto;
	overflow: hidden;
}
#breadcrumb .nav-li {
	position: relative;
	color: #888;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 2;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#breadcrumb .nav-li-a {
	color: #888;
}
#breadcrumb .nav-li:not(:last-child)::after {
	content: '>';
	padding: 0 .8rem;
	color: #888;
}


/* ============================================================
	フッター
============================================================ */
#footer {
	width: 32rem;
	margin: 0 auto;
	padding: 8rem 0 2.5rem;
	background: #c1c5c1 url(./images-common/bg-footer.jpg) 50% 0 / cover;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}
#footer .catch {
	text-align: center;
}
#footer .catch-logo {
	text-align: center;
}
#footer .catch-logo-img {
	width: 4.7rem;
	height: 5.9rem;
}
#footer .catch-copy {
	margin-top: 3rem;
	color: #fff;
	text-align: center;
	letter-spacing: .15em;
	line-height: 3;
}
#footer .social {
	margin-top: 4rem;
}
#footer .social-icon {
	text-align: center;
}
#footer .social-icon-img {
	width: 1.8rem;
	height: 1.8rem;
}
#footer .link {
	margin-top: 8rem;
}
#footer .link-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .link-li {
	position: relative;
	padding: 0 1.5rem;
	width: 32%;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .15em;
	text-indent: .15em;
}
#footer .link-li-a {
	color: #fff;
}
#footer .link-li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: .1rem;
	height: 1rem;
	background: #fff;
}
#footer .copyright {
	margin-top: 2.5rem;
	color: #fff;
	text-align: center;
	letter-spacing: .15em;
}
