@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
/*Oswald/さわらび明朝/M PLUS*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Sawarabi+Mincho&display=swap&family=M+PLUS+1p&display=swap');

/*Font-style*/
.gothic {
	font-family: 'M PLUS 1p', sans-serif;
}

/*root em*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	color: #444;
	font-family: 'Sawarabi Mincho', sans-serif;
	background-color: transparent;
	margin-top: 120px;
}
header {
	width: 100vw;
	position: relative;
	padding: 10px 0;
/*
	border: 1px solid #B76900;
*/
	z-index: 2;
}
#headerTitle {
	display: flex;
	justify-content: space-between;
	height: 120px;
	position: fixed;
	top: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(248,245,237,1.00) 69.53%,rgba(248,245,237,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,245,237,1.00) 69.53%,rgba(248,245,237,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,245,237,1.00) 69.53%,rgba(248,245,237,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,245,237,1.00) 69.53%,rgba(248,245,237,0.00) 100%);
}
header h1 {
	margin: 10px 0;
	vertical-align: middle;
}
header h1 img {
	width: 240px;
	height: auto;
}
header h1 .catch {
	font-size: 1.8rem;
	font-family: 'M PLUS 1p', sans-serif;
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
}
header #inquiry {
	margin: 10px 0;
	border: 1px solid rgb(63, 56, 46);
	border-radius: 5px;
	background-color:#560304;
	color: #fff;
}
header #inquiry a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	color: #fff;
}
header #inquiry a:hover {
	transition: 1s background-color ease;
	background-color: #fff;
	color: #560304;
	text-decoration: none!important;
}
header #inquiry .freedial {
	width: auto;
	height: 30px;
}
header #inquiry p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
header #inquiry .telNo {
	font-size: 2.4rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
}

/*
---------------------------------------------------------------
Navigation
---------------------------------------------------------------
*/
nav {
	position: absolute;
/*	width: 100vw;
	height: 100vh;
	left: -100vw;
	transition: left 2s ease;
	*/
}
/*NavigationTrigger*/
.triggerBox {
	width: 60px;
	height: 54px;
	padding: 5px;
	position: fixed;
	top: 45%;
	bottom: 0;
	left: 20px;
	z-index:10;
	text-align: center;
	background-color:rgba(222,222,222,0.40);
}
.triggerText {
	font-family: 'Oswald', sans-serif;
	color: rgb(63, 56, 46);
	transition: color 1.4s ease;
	text-shadow: 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74), 0 0 3px rgba(255,255,255, 0.74);
}
.triggerText.active {
	color: #fff;
	text-shadow: 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74), 0 0 3px rgba(111, 70, 14, 0.74);
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 2;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 44px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgb(63, 56, 46);
	transition: background-color 2s ease;
	border-radius: 4px;
/*
	border-color: rgb(63, 56, 46);
	transition: border-color 2s ease;
	*/
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	background-color: #fff;
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	background-color: #fff;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	background-color: #fff;
	opacity: 0;
}
/*Navigation*/

.showBlockOuter {
	width: 100vw;
	height: 100vh;
	left: 0;
}
nav #hmbMenu {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	filter: blur(10px);
	z-index: 2;
	position: fixed;
	top: 0;
	transition: filter 2s ease,
		opacity 2s ease,
		background-color 2s ease;
	box-sizing: border-box;
	padding: 10vh 10vh 0 10vh;
}
nav nav #hmbMenu.defaultNone {
	animation: none!important ;
}
nav #hmbMenu.showBlockNone {
	visibility: hidden;
	opacity: 0;
	transition: 1s opacity ease;	
}
nav #hmbMenu.showBlockNone.active {
	visibility: visible;
	opacity: 1;
	transition: 1s opacity ease;	
}/*
@keyframes fade {
	0%{
	visibility: visible;
		opacity: 1;
	}
	100% {
		opacity: 0;
	visibility: hidden;
	}
}
*/
nav #hmbMenu.showBlockInner {
	background-color: rgba(63, 56, 46, 0.86);
	opacity: 1;
	filter: blur(0);
	animation: 1s fadein ease;
/*	transition: 1s opacity ease;
	*/
	/*
	left: 0vw;
	*/
}
@keyframes fadein {
	0% {
		opacity: 0;
		diplay: block;
	}
	100% {
		opacity: 1;
	}
}
nav #hmbMenu.showBlockInner.passive {
	opacity: 0;
	animation: 2s fadeout ease;
	display: none;
}
@keyframes fadeout {
	0% {
		opacity: 1;
		display: block;
	}
	100% {
		opacity: 0;
		display: none;
	}
}
nav #hmbMenu ul:before {
	border-top: 1px solid rgba(176,157,130,1.00);
}
nav #hmbMenu ul {
	border-top: 1px solid rgba(176,157,130,1.00);
	border-bottom: 1px solid rgba(176,157,130,1.00);
	display: block;
	width: 70vw;
	margin: auto;
	box-sizing: border-box;
}
nav #hmbMenu ul .navInner {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
nav #hmbMenu ul li {
	border-bottom: 1px solid rgba(176,157,130,1.00);
	padding: 15px 0 15px 20px ;
	color: #fff;
}

nav #hmbMenu ul li.noborder {
	border-bottom: none;
}
nav #hmbMenu ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f0da';
	margin-right: 5px;
	color:rgba(211,185,146,1.00)
}
nav #hmbMenu ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff!important;
}
nav #hmbMenu ul a:hover {
	text-decoration: none!important;
}
nav #hmbMenu ul li:hover {
	transition: background-color 1s ease;
	background-color: rgba(129,109,81,1.00);
}
nav #hmbMenu ul .navInner ul {
	padding-left: 50px;
	display: block;
	width: auto;
	height: auto;
	border-top: none;
}
nav #hmbMenu ul ul li:last-child {
	border-bottom: none;
}
nav #hmbMenu ul ul li a:hover {
}
@media screen and (min-width:1000px) and (max-height:800px){
	nav #hmbMenu ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	nav #hmbMenu ul .navInner {
		width: 45%;
	}
}
@media screen and (max-width:999px) and (max-height:800px){
	nav #hmbMenu ul {
		display: block;
		overflow-y: scroll;
	}
	nav #hmbMenu ul .navInner {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	nav #hmbMenu ul li {
		padding: auto;
	}
	nav #hmbMenu ul .navInner ul {
		width: 100%;
	}
}
/*End of Navigation*/


footer {
	background-color: rgb(111,70,14);
	margin: 0;
	padding: 20px 0 80px 0;
	color: #ffffff;
}
footer dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
footer dl dd {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.2;
}

/*
---------------------------------------------------------------
breadCrumb
---------------------------------------------------------------
*/

#breadCrumb {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 1.4rem;
	text-align: right;
}
#breadCrumb li {
	padding-left: 2em;
	padding: 2px;
	margin-right: 1em;
}
#breadCrumb li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f0da';
	color: #fff;
}
#breadCrumb li a {
	color: #fff;
}
#breadCrumb li:last-child {
	color: #fff;
	margin-right: 0;
	border-bottom: 2px solid #F2C491;
}
/*
---------------------------------------------------------------
PageTop
---------------------------------------------------------------
*/
#page-top {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 9999;
}
/*
---------------------------------------------------------------
Style
---------------------------------------------------------------
*/

.imgFull {
	width: 100%;
	height: auto;
}
.imgLeft {
	float:left;
	margin-right: 1em;
}
.imgRight {
	float: right;
	margin-left: 1em;
}
.img50 {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.clrfix {
	clear: both;
}
@media screen and (max-width:991px){
	header #inquiry a {
	display: none;
}
	/*NavigationTrigger*/
	.triggerBox {
		top: 10px;
		left: 20px;/**/
		left: auto;
		right: 50px;
	}
nav #hmbMenu ul li {
	padding: 10px 0 10px 20px ;
}
}
nav #hmbMenu {
	padding: 10vh 5vh 0 5vh;
}
@media screen and (max-width:767px){
header h1 img {
	width: 200px;
}
	header h1 .catch{
		display: none;
	}
}

