@charset "utf-8";
/* CSS Document -----------------------------

 2023.02.08

--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@900&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #111;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
input,
input[type="submit"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP Subset', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
}
select {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP Subset', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP Subset', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #F8F4EF;
	color: #111;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP Subset', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: calc(14px + 2 * ((100vw - 375px) / 1605));line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.5;}
p {font-size: calc(14px + 2 * ((100vw - 375px) / 1605));line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.ZenOldMinchoBK {font-family: 'Zen Old Mincho', serif;font-weight: 900;font-style: normal;}
.inner {width: 86%;max-width: calc(1250px + 2 * ((100vw - 375px) / 1605));margin: 0 auto;}
.blank {padding-top: calc(50px + 50 * ((100vw - 375px) / 1605));padding-bottom: calc(50px + 50 * ((100vw - 375px) / 1605));}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title {
	margin-bottom: calc(20px + 30 * ((100vw - 375px) / 1605));
	font-size: calc(20px + 20 * ((100vw - 375px) / 1605));
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 768px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	position: fixed;
	top: 20px;
	right: 0;
	left: 0;
	z-index: 20;
	width: 90%;
	max-width: calc(1580px + 2 * ((100vw - 375px) / 1605));
	height: calc(70px + 10 * ((100vw - 375px) / 1605));
	margin: 0 auto;
	padding-right: calc(10px + 20 * ((100vw - 375px) / 1605));
	padding-left: calc(10px + 20 * ((100vw - 375px) / 1605));
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
	background: #fff;
	transition: .3s;
}
header .header_box {display: flex;align-items: center;height: 100%;}
header .header_box .logo {width: calc(150px + 46 * ((100vw - 375px) / 1605));}
header nav {width: 100%;}
header nav ul {display: flex;align-items: center;justify-content: flex-end;}
header nav ul li {margin-left: 5%;}
header nav ul li a {display: block;position: relative;text-align: center;}
header nav ul li a::after {	
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 1px;
	transition: all .6s ease 0s;
}
header nav ul li a.link-current::after {width: 100%;background: #341D14;}
header nav ul li a:hover {color: #341D14;}
header nav ul li:last-child a {
	z-index: 1;
	width: calc(100px + 100 * ((100vw - 768px) / 1212));
	padding: calc(15px + 5 * ((100vw - 768px) / 1212));
	overflow: hidden;
	border: 1px solid #341D14;
	border-radius: 10px;
	background: #341D14;
	color: #fff;
}
header nav ul li:last-child a:hover {background-position: 99% 50%;color: #341D14;}
header nav ul li:last-child a::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header nav ul li:last-child a:hover::before {transform-origin: left top;transform: scale(1, 1);}
#sp-menu {display: none;}
@media only screen and ( max-width : 1024px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(68, 47, 39, 0.7);
		visibility: hidden;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
	}
	#js-black-bg.clicked {opacity: 1;visibility: visible;}
	header {height: 60px;}
	header nav {
		position: fixed;
		top: 80px;
		right: 0;
		left: 0;
		z-index: 1;
		width: auto;
		border-radius: 10px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 16%);
		background: #fff;
	}
	header nav ul {display: none;padding: 10px 20px 20px;}
	header nav ul li {margin-left: 0;border-top: 1px solid #222;}
	header nav ul li:nth-child(1) {border-top: none;}
	header nav ul li a {display: block;padding: 20px 0;}
	header nav ul li:last-child a {width: 100%;margin-top: 20px;}
	header nav ul li a::after {bottom: 0;}
	#sp-menu {
		display: block;
		position: fixed;
		top: 25px;
		right: 20px;
		width: 24px;
		z-index: 10;
		background: #fff;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;height: 15px;}
	#sp-menu span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background: #000;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: -2px;}
	#sp-menu span:nth-child(2) {top: 6px;}
	#sp-menu span:nth-child(3) {bottom: -2px;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #222;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 1024px ) {
	#js-black-bg {display: none;}
	header nav {display: block;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 30px 0;background: #5C4C46;}
footer .content .logo {
	display: block;
	margin-bottom: 10px;
	width: calc(150px + 128 * ((100vw - 320px) / 1600));
}
footer .content p {
	margin-bottom: 10px;
	color: #fff;
	font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
}
footer .content ul {display: flex;}
footer .content ul li:nth-child(2) {margin-left: 10px;}
footer small {
	display: block;
	color: #fff;
	font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 10;
	font-size: 1.4rem;
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5C4C46;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #5C4C46;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}