@charset "utf-8";

/*** RESET ***/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/*** INIT ***/
.tab:after,
.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.tab,
.list,
.cont,
.pack,
.set,
.box,
.block,
section {
zoom: 1;
}
/* Color Theme Swatches in Hex */
.Theme1-hex { color: #7C8C42; }
.Theme2-hex { color: #BCBF56; }
.Theme3-hex { color: #BFA995; }
.Theme4-hex { color: #BF3939; }
.Theme5-hex { color: #F2F2F2; }
/* Color Theme Swatches in RGBA */
.Theme1-rgba { color: rgba(124, 140, 65, 1); }
.Theme2-rgba { color: rgba(187, 191, 86, 1); }
.Theme3-rgba { color: rgba(191, 168, 149, 1); }
.Theme4-rgba { color: rgba(191, 57, 57, 1); }
.Theme5-rgba { color: rgba(242, 242, 242, 1); }

.tsukuardgothicR {
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}
.tsukuardgothicB {
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
}
.garamondpremierM {
font-family: garamond-premier-pro, serif;
font-style: normal;
font-weight: 500;
}
.garamondpremierR {
font-family: garamond-premier-pro, serif;
font-style: normal;
font-weight: 400;
}

/*** INIT ***/
html,
body {
height: 100%;
}
body {
background-color: #fff;
text-align: center;
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
color: #333;
}
body::after {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:#fff;
z-index: 9999;
pointer-events: none;
opacity: 1;
transition: opacity 1.5s ease;
}
body.active::after {
opacity: 0;
}

a {
transition: all 0.5s ease;
}
a:hover {}

#contents .block.initView {
position: relative;
transform: translate(0px, 40px);
opacity: 0;
}
#contents .block.activeView {
transition: all 1s ease;
transform: translate(0px, 0px);
opacity: 1;
}

/* CONTAINER */
#container {}

/* PAGETOP */
#pageTop {}
#contents .imghover .bg {
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

br.sp {
display: block;
}
br.pc {
display: none;
}

@media (max-width: 767px) {
	html.activeMenu {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	}
	/* HEADER */
	#header .ci {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	width: 100%;
	height: 50px;
	z-index: 102;
	}
	#header .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	}
	#header .logo img {
	width: 100px;
	height: auto;
	}
	#header .catch {
	position: absolute;
	left: 10px;
	top: 30px;
	}
	#header .catch img {
	width: 100px;
	height: auto;
	}
	#header .menu {
  	overflow: auto;
	transition: transform 0.5s ease;
	transform: translateX(100%);
  	overflow-scrolling: touch;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	z-index: 101;
	}
	#header .menu.active {
	transform: translateX(0);
	}
	#header .menu ul {
	padding-top: 50px;
	}
	#header .menu .child ul {
	padding-top: 0;
	}
	#header .menu li {
	background-color: #eee;
	border-bottom: solid 1px #ddd;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	}
	#header .menu .child li {
	background-color: #fff;
	border-bottom: solid 1px #eee;
	font-size: 14px;
	}
	#header .menu li span {
	display: inline-block;
	margin-left: 10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px !important;
	}
	#header .menu li a {
	position: relative;
	padding: 20px 20px;
	color: #333;
	text-decoration: none;
	display: block;
	}
	#header .menu .child li a {
	padding: 20px 20px 20px 40px;
	}
	#header .menu li a::after {
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
	content: '\f105';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #bf3939;
	}
	#header .btn {
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 102;
	}
	.menu-trigger,
	.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	.menu-trigger {
	position: relative;
	width: 50px;
	height: 50px;
	}
	.menu-trigger span {
	position: absolute;
	left: 14px;
	width: 22px;
	height: 2px;
	background-color: #bcbf56;
	}
	.init .menu-trigger span {
	background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	top: 15px;
	animation: equalizer02 5000ms infinite;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 23px;
	animation: equalizer02 5000ms infinite;
	animation-delay: 0.33s;
	}
	.menu-trigger span:nth-of-type(3) {
	top: 31px;
	animation: equalizer02 5000ms infinite;
	animation-delay: 0.66s;
	}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
	animation: unset;
	}
	.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	animation: unset;
	}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
	animation: unset;
	}
	#pageBody {
	padding-top: 50px;
	}
}
@keyframes equalizer02 {
0% {
left: 14px;
width: 22px;
}
70% {
left: 14px;
width: 22px;
}
80% {
left: 36px;
width: 0;
}
90% {
left: 14px;
width: 0;
}
100% {
left: 14px;
width: 22px;
}
}
@media (min-width: 768px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: block;
	}
	/* HEADER */
	#header .ci {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	width: 100%;
	height: 80px;
	z-index: 99;
	}
	#header .logo {
	position: absolute;
	left: 30px;
	top: 20px;
	}
	#header .logo img {
	width: 115px;
	height: auto;
	}
	#header .catch {
	position: absolute;
	left: 17px;
	top: 55px;
	}
	#header .catch img {
	width: 145px;
	height: auto;
	}
	#header .menu {
	position: fixed;
	left: 200px;
	top: 35px;
	z-index: 102;
	}
	#header .menu li {
	position: relative;
	padding-right: 40px;
	height: 52px;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	float: left;
	}
	#header .menu li a {
	position: relative;
	color: #333;
	text-decoration: none;
	}
	#header .menu li a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #BF3939;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all 0.3s ease;
	}
	#header .menu li a.active::after,
	#header .menu li a:hover::after {
	transform: scale(1, 1);
	}
	#header .menu .child {
	position: absolute;
	left: 0;
	top: 40px;
	width: 300px;
	text-align: left;
	display: none;
	}
	#header .menu .child ul {
	padding-right: 20px;
	float: left;
	}
	#header .menu .child li {
	padding-bottom: 15px;
	padding-right: 0;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	height: auto;
	float: none;
	}
	#header .menu li span {
	display: none;
	}
	#pageBody {
	padding-top: 80px;
	}
}
#header .links {
position: fixed;
right: 0;
bottom: 0;
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
width: 100%;
height: 60px;
z-index: 99;
}
#header .links p {
position: relative;
height: 60px;
overflow: hidden;
width: 50%;
float: left;
}
#header .links p.estimate {
background-color: #bcbf56;
}
#header .links p.contact {
background-color: #7c8c42;
}
#header .links p:before {
transition: all 0.3s ease;
content: "";
position: absolute;
top: 0;
right: -50px;
bottom: 0;
left: 0;
border-right: 50px solid transparent;
border-bottom: 60px solid #bf3939;
transform: translateX(-100%);
}
#header .links p:hover:before {
transform: translateX(0);
}
#header .links a {
position: relative;
box-sizing: border-box;
display: block;
padding: 22px 25px 0 25px;
height: 60px;
font-size: 16px;
letter-spacing: 0.05em;
text-decoration: none;
color: #fff;
z-index: 1;
}	
#header p.contact a::before {
content: '\f086';
display: inline-block;
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
#header p.estimate a::before {
content: '\f15c';
display: inline-block;
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
/* PAGEBOTTOM */
#pageBottom .pankuzu {
margin: 0 auto;
max-width: 1160px;
}
/* FOOTER */
#footer {
position: relative;
background-color: #666666;
padding: 40px 50px 75px 50px;
font-family: garamond-premier-pro, serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.05em;
text-align: center;
color: #fff;
}
#footer .ci {
margin: -10px auto 40px auto;
width: 230px;
}
#footer .ci div {
margin-bottom: 5px;
}
#footer .ci img {
width: 100%;
height: auto;
}
#footer .adress {
margin-top: 5px;
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.5;
color: #ccc;text-align: center;
}
#footer .set {
display: none;
text-align: left;
}
#footer a {
position: relative;
color: #fff;
text-decoration: none;
}
#footer li a {
color: #ccc;
}
#footer .copyRight {
margin-top: 10px;
line-height: 1.5;
}
#pageBottom .pageLink {
transform: rotate(90deg);
position: fixed;
right: -17px;
bottom: 110px;
font-family: garamond-premier-pro, serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
height: 14px;
}
#pageBottom .pageLink a {
position: relative;
color: #333;
text-decoration: none;
}
#pageBottom .pageLink.bottom a {
color: #fff;
}
#pageBottom .pageLink a::before {
content: '\f104';
display: inline-block;
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #BF3939;
}
#pageBottom .pageLink a::after {
position: absolute;
top: -3px;
right: 0;
content: '';
width: 0;
height: 3px;
background: #BF3939;
transform-origin: left top;
transition: all 0.3s ease;
}
#pageBottom .pageLink a:hover::after {
width: 100%;
}
@media (min-width: 768px) {
	#footer .set {
	display: inline-block;
	}
	#footer .set div {
	display: block;
	padding-right: 40px;
	float: left;
	}
	#footer .set div:last-child {
	padding-right: 0;
	}
	#footer h4 {
	margin-bottom: 15px;
	font-weight: 500;
	}
	#footer ul {
	margin-right: 20px;
	padding-bottom: 25px;
	float: left;
	}
	#footer li {
	margin-bottom: 15px;
	font-size: 13px;
	}
	#footer h4 a::after,
	#footer p a::after,
	#footer li a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #BF3939;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: all 0.3s ease;
	}
	#footer h4 a:hover::after,
	#footer p a:hover::after,
	#footer li a:hover::after {
	transform: scale(1, 1);
	}
}
@media (min-width: 1000px) {
	#header .links {
	top: 0;
	width: auto;
	height: 80px;
	}
	#header .links p {
	width: auto;
	height: 80px;
	}
	#header .links p:before {
	border-bottom: 80px solid #bf3939;
	}
	#header .links a {
	padding: 32px 25px 0 25px;
	height: 80px;
	}
	#footer {
	padding: 40px 50px 15px 50px;
	}
	#footer .ci {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 230px;
	}
	#footer .set {
	display: block;
	margin-left: 270px;
	}
	#footer .copyRight {
	text-align: right;
	}
	#pageBottom .pageLink {
	bottom: 50px;
	}
}

/* MODAL */
#modalMask {
position: fixed;
left: 0;
background-color: rgba(255,255,255,0.8);
width: 100%;
height: 100%;
z-index: 100;
display: none;
}

#CONTACT {
position: relative;
}
#CONTACT .bg {
position: fixed;
width: 100%;
height: 100vh;
background: url('../img/contact_bg.jpg') no-repeat top right;
background-size: cover;
top: 0;
left: 0;
z-index: -2;
opacity: 0;
}
#CONTACT .bg.active {
opacity: 1;
}
#CONTACT .cont {
padding: 20px;
text-align: left;
}
#CONTACT .list {
background-color: rgba(255,255,255,0.8);
padding: 20px;
}
#CONTACT .list .box:first-child {
border-bottom: solid 1px #333;
margin-bottom: 20px;
padding-bottom: 20px;
}
#CONTACT h3 {
margin-bottom: 10px;
font-size: 26px;
font-weight: 700;
}
#CONTACT p {
font-size: 16px;
line-height: 1.5;
}
#CONTACT p.tel {
margin-top: 20px;
font-size: 24px;
font-weight: 700;
line-height: 1;
color: #bf3939;
}
#CONTACT p.tel strong {
font-size: 36px;
}
#CONTACT p.tel span {
font-size: 14px;
}
#CONTACT p.tel a {
color: #bf3939;
text-decoration: none;
}
#CONTACT p.lnk {
margin: 20px 0 5px 0;
font-size: 20px;
font-weight: 700;
line-height: 1.2;
}
#CONTACT p.lnk a {
transition: all 0.5s ease;
background: linear-gradient(#BF3939, #BF3939) 0 100%/0 3px no-repeat;
padding-bottom: 3px;
text-decoration: none;
color: #333;
}
#CONTACT p.lnk a:hover {
background-size: 100% 3px;
}
#CONTACT p.lnk a::after {
position: relative;
top: 0;
content: '\f101';
display: inline-block;
margin-left: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
color: #BF3939;
}
#CONTACT .btn {
position: relative;
overflow: hidden;
background-color: #7c8c42;
margin-top: 20px;
font-weight: 400;
font-size: 16px;
letter-spacing: 0.1em;
}
#CONTACT .btn a {
position: relative;
display: block;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
text-decoration: none;
}
#CONTACT .btn a::after {
content: '\f101';
display: inline-block;
margin-left: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
line-height: 60px;
color: #fff;
}
#CONTACT .btn:before {
transition: all 0.3s ease;
content: "";
position: absolute;
top: 0;
right: -50px;
bottom: 0;
left: 0;
border-right: 50px solid transparent;
border-bottom: 60px solid #bf3939;
transform: translateX(-100%);
}
#CONTACT .btn:hover:before {
transform: translateX(0);
}
@media (min-width: 768px) {
	#CONTACT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 50px;
	max-width: 1200px;
	}
	#CONTACT .list {
	padding: 50px;
	}
	#CONTACT .list .box {
	box-sizing: border-box;
	width: 50%;
	float: left;
	}
	#CONTACT .list .box:first-child {
	border-right: solid 1px #333;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 50px;
	}
	#CONTACT .list .box:last-child {
	padding-left: 50px;
	}
	#CONTACT h3 {
	margin-bottom: 20px;
	font-size: 32px;
	}
	#CONTACT p {
	font-size: 16px;
	line-height: 1.5;
	}
	#CONTACT p.tel {
	margin-top: 20px;
	font-size: 24px;
	}
	#CONTACT p.tel strong {
	font-size: 36px;
	}
	#CONTACT p.tel span {
	font-size: 16px;
	}
	#CONTACT p.lnk {
	margin: 22px 0 6px 0;
	font-size: 24px;
	}
	#CONTACT p.lnk a {
	transition: all 0.5s ease;
	background: linear-gradient(#BF3939, #BF3939) 0 100%/0 3px no-repeat;
	padding-bottom: 3px;
	text-decoration: none;
	color: #333;
	}
	#CONTACT p.lnk a::after {
	top: -2px;
	}
}