@charset "UTF-8";


/* header
  ---------------------------------------------------------------------- */
#mainheader {
	width: 100%;
	height: 70px;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color 0.3s, height 0.3s, top 0.3s;
}

#mainheader .mainheader__inr {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 7px;
	height: 100%;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	align-items: center;
}

#mainheader .logo_wrap {
	padding: 0 10px 0 0;
}

#mainheader .logo {
	height: 100%;
	max-width: 217px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainheader .logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: auto;
	width: 100%;
	height: 100%;
	max-width: 250px;
	transition: none;
}

#mainheader .logo a img {
	/* width: 100%; */
	width: 300px;
	height: auto;
	transform: rotate(0.0001deg);
}

/* fnav
  ---------------------------------------------------------------------- */
.fnav {
	flex: 1;
	display: flex;
	justify-content: space-between;
	gap: 1.5%;
}

.fnav__list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	line-height: 1.4;
	font-weight: 500;
	max-width: 487px;
}

.fnav__list li a {
	font-size: 16px;
	color: var(--secondary-color);
	letter-spacing: 0.08em;
	font-weight: bold;
	display: block;
	line-height: 1.2;
	position: relative;
	text-align: center;
}

.fnav__list li a span {
	display: block;
	color: #1EA264;
	font-size: 10px;
	letter-spacing: 0.08em;
}

#RthCustomizeW .btn__rsv {
	color: #fff;
	width: 190px;
}

/* sp
  ---------------------------------------------------------------------- */
#spnav,
.hamburger {
	display: none;
}


/* footer
  ---------------------------------------------------------------------- */
.footer {
	position: relative;
	padding: 70px 0 0;
	background-color: #E5E7EA;
}

.footer__inr {
	position: relative;
}

.footer__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 73px;
	padding-left: 60px;
}

.footer__logo {
	width: 434px;
	margin: 0 auto 25px;
}

.footer__logo a,
.footer__logo img {
	display: block;
	width: 100%;
}

.footer__address {
	font-size: 25px;
	letter-spacing: 0.02em;
	text-align: center;
}

.footer__tel {
	font-weight: 500;
}

.footer__tel a {
	font-size: 42px;
	pointer-events: none;
	letter-spacing: 0.02em;
	line-height: 1;
}

.footer__tel dl {
	font-size: 20px;
	line-height: 1.81;
	display: flex;
}

.footer__tel dt {
	margin-right: 20px;
	letter-spacing: 0.06em;
}

.footer__tel dd {
	letter-spacing: 0.06em;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 500;
	gap: 30px 43px;
	margin-right: -35px;
	margin-top: -10px;
}

.footer__nav a {
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1;

	span {
		display: block;
		font-size: 10px;
		color: var(--primary-color);
		letter-spacing: 0.08em;
		margin-top: -3px;
	}
}

.footer__conttact {
	position: absolute;
	top: 20px;
	right: 0px;
}

div.copyright {
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: var(--secondary-color);
	padding: 8px;
	text-align: center;
}

.copyright .mainw {
	letter-spacing: 0.08em;
}