@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
.en {
    font-family: "Libre Baskerville", serif;
	font-style: italic;
	font-weight: normal;
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
.inner {
	max-width: 1140px;
	margin: 0 auto;
}
.small {
	font-size: .8em;
}
.center {
	text-align: center;
}
.big {
	font-size: 1.6em;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
    padding: 10px 20px;
    align-items: center;
	background-color: #fff;
}
#gHeader .navList {
	display: flex;
}
#gHeader .navList li {
	margin: 0 10px;
}
#gHeader .navList li a {
	letter-spacing: 0.05em;
    font-size: 1.4rem;
}
#gHeader .menu {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 28px;
	height: 15px;
	cursor: pointer;
	z-index: 1001;
}
#gHeader .menu span {
	position: absolute;
	width: 28px;
	height: 2px;
	display: block;
	background-color: #333333;
	transition: all .3s ease;
	z-index: 20;
}
#gHeader .menu span:nth-of-type(1) {
	top: 6px;
}
#gHeader .menu span:nth-of-type(2) {
	top: 16px;
}
#gHeader .menu.on {
	top: 33px;
}
#gHeader .menu.on span {
	background-color: #333333;
}
#gHeader .menu.on span:first-of-type {
	transform: translate(0, 8px) rotate(45deg);
	background-color: #fff;
	top: -4px;
}
#gHeader .menu.on span:last-of-type {
	transform: translate(0, -2px) rotate(-45deg);
	background-color: #fff;
	top: 6px;
}
#gHeader .menuBox {
	width: 100%;
	padding-bottom: 12px;
	position: fixed;
	display: none;
	top: 0px;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1000;
}
#gHeader .menuBox .list li {
	font-size: 1.8rem;
	text-align: left;
}
#gHeader .menuBox .list li a {
	padding: 12px 11px 15px 0;
	display: block;
	font-size: 1.6rem;
	color: #fff;
	border-top: 1px solid #fff;
}
#gHeader .menuBox .list {
	margin: 45px 17px 28px 19px;
	border-bottom: 1px solid #fff;
}
@media all and (min-width: 897px) {
	#gHeader .navList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
		position: relative;
	}
	#gHeader h1 {
		max-width: 120px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.fix_menu {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    z-index: 100;
}
.fix_menu ul li a {
	font-size: 1.8rem;
    padding: 20px 10px;
    background-color: #669900;
    color: #fff;
    display: inline-block;
    position: relative;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
	transition: .5s;
}
.fix_menu ul li a:hover {
	background-color: #5B8800;
}
#gFooter {
	padding: 40px 0 0;
	border-top: 1px solid #f9f9f9;
}
#gFooter .logo {
	width: 420px;
	display: block;
	margin: 0 auto;
}
#gFooter .f_logo {
	display: block;
	margin: 14px auto;
}
#gFooter p {
	margin-top: 17px;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	text-align: center;
}
#gFooter address {
	margin-top: 10px;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFF;
	background-color: #000000;
    padding: 1rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fix_menu {
		top: inherit;
		bottom: 0;
		right: inherit;
		left: 0;
		transform: translateY(0);
		width: 100%;
		background-color: #fff;
	}
	.fix_menu ul {
		display: flex;
		justify-content: space-between;
	}
	.fix_menu ul li {
		width: 100%;
	}
	.fix_menu ul li a {
		writing-mode: inherit;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		border-radius: 0;
		padding: 10px;
	}
	#gFooter {
		padding: 43px 0 50px;
	}
	#gFooter .flexBox {
		display: block;
	}
	#gFooter .logo {
		max-width: 280px;
	}
	#gFooter p {
		margin-top: 13px;
		font-size: 1.2rem;
		line-height: 2.4;
	}
	#gFooter .f_logo {
		width: 168px;
	}
	#gFooter address {
		margin-top: 30px;
	}
}
@media all and (max-width: 374px) {
	#gFooter p {
		font-size: 1rem;
	}
}

.fadeup{ 
 opacity: 0;
}
.fadeup.active{ 
  animation-name:slide;
  animation-duration:.8s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slide {
0% {
 opacity: 0;
 transform: translateY(10px);
}
100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeleft{ 
 opacity: 0;
}
.fadeleft.active{ 
  animation-name:fadeleft;
  animation-duration:.8s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeleft {
0% {
 opacity: 0;
 transform: translateX(-10px);
}
100%{
    opacity: 1;
    transform: translateX(0);
  }
}
.faderight{ 
 opacity: 0;
}
.faderight.active{ 
  animation-name:faderight;
  animation-duration:.8s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes faderight {
0% {
 opacity: 0;
 transform: translateX(10px);
}
100%{
    opacity: 1;
    transform: translateX(0);
  }
}
.delay01 {
	animation-delay: .2s;
}
.delay02 {
	animation-delay: .4s;
}
.delay03 {
	animation-delay: .6s;
}
.delay04 {
	animation-delay: .8s;
}
.delay05 {
	animation-delay: 1.0s;
}
.delay06 {
	animation-delay: 1.2s;
}
.delay07 {
	animation-delay: 1.4s;
}
.delay08 {
	animation-delay: 1.6s;
}
.delay30 {
	animation-delay: 3s;
}