@charset "UTF-8";


/* header
  ---------------------------------------------------------------------- */
#mainheader {
	width: 100%;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.85);
	transition: background-color 0.3s, height 0.3s, top 0.3s;
}

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

.mainheader__logo {
	height: 100%;
	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: 170px;
	transition: none;
}

.mainheader__logo a img {
	width: 100%;
	height: auto;
	transform: rotate(0.0001deg);
}


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

.gnav__list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.4;
	row-gap: 10px;
	padding: 9px 0 9px 20px;
}

.gnav__list>li {
	color: #211816;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	line-height: 1;
	padding: 0 1.4em;
	border-right: 1px solid #211816;
}

.gnav__list>li:first-of-type {
	border-right: 1px solid #211816;
}

.gnav__list li a {
	color: #211816;
	font-size: 15px;
	letter-spacing: 0;
	display: block;
	position: relative;
	text-align: center;
}

.gnav__list .lang__btn {
	font-size: 15px;
	gap: 20px;
}

.mainheader__rsv {
	width: 157px;
}

.mainheader__rsv a {
	width: 100%;
	padding: .5782em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	line-height: 1.4;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: url(../images/icon_calendar.svg) no-repeat center left 9%;
	background-size: 16px 16px;
	background-color: #006837;
	transition: background 0.3s;
}

#RthCustomizeW .mainheader__rsv a {
	color: #fff;
}

.mainheader__rsv a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: right 0.3s;
}

.mainheader__rsv a:hover::after {
	right: 17px;
}

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

/* lang
  ---------------------------------------------------------------------- */

.lang {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.lang__btn {
	display: flex;
	align-items: center;
	gap: 22px;
	letter-spacing: 0;
	padding-bottom: 10px;
	margin-bottom: -10px;
}

.lang__btn::after {
	content: "›";
	transform: rotate(90deg);
}

.lang__list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
	pointer-events: none;
	transition: .25s ease;
}

.lang.open .lang__list {
	opacity: 1;
	pointer-events: auto;
}

.lang__list li a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.lang__list li:last-of-type a {
	border-bottom: none;
}


/* footer
  ---------------------------------------------------------------------- */
.footer {
	position: relative;
	color: #fff;
	background: url(../images/bg_footer.png);
}

.footer__inr {
	padding: 60px 0 70px;
}

.footer__logo {
	max-width: 296px;
	margin: 0 auto 35px;
}

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

.footer__address {
	font-size: 22px;
	letter-spacing: 0.16em;
	margin-bottom: 40px;
	text-align: center;
}

.footer__address address {
	font-style: normal;
	letter-spacing: 0.16em;
}

.footer__wrap {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-bottom: 53px;
}

.footer__tel {
	width: 268px;
}

.footer__languages {
	width: 265px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0;
	padding: 8px 0 0 23px;
}

.footer__languages .lang {
	padding: 0 13px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.footer__languages .lang__list {
	background: transparent;
}

.footer__languages .lang__list li a {
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

.footer__nav ul li {
	line-height: 1;
	font-size: 15px;
	letter-spacing: 0;
	padding: 0 22px;
	border-left: 1px solid #fff;
}

.footer__nav ul li a {
	display: block;
}

.copyright {
	font-size: 14px;
	letter-spacing: 0.16em;
	color: #000000;
	background-color: #E6E6E6;
	padding: 3px;
	text-align: center;
}