/*
Theme Name: Marusan
Text Domain: Marusan
Template: twentytwenty
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap');
:root {
	--link-color: #392f2e;
	--primary-color: #fcdfde;
	--secondary-color: #f7f6f5;
	--tertiary-color: #6d3d46;
	--highlight: #004c71;
	--pale-highlight: #E4EDF4;
	--large-text: 2.1rem;
}
html {
	font-size: 62.5%;
	font-weight: 500;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
}
:root .has-black-color,
.wp-block-cover .wp-block-cover__inner-container {
	color: inherit;
}
body {
	margin: 0 auto;
	background-color: #f9f8fc;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .1em;
	color: #392f2e;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
@media only screen and (min-width: 960px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
html body {
	font-family: 'Noto Serif JP', serif;
}
body::-webkit-scrollbar {
	display: none;
}
button,
input,
select,
textarea {
	color: #392f2e;
	font-size: 14px; /* sizes= 21px to 11px */
}
a,a:hover {
	color: inherit;
	text-decoration: none;
}

/* Heading ------------------------------------ */
.heading {
	font-size: 1.8rem;
}
.heading__ja {
	display: block;
}
.heading__en,
.heading strong {
	display: inline-block;
	position: relative;
	color: var(--highlight);
	font-size: 80%;
}
.heading__en::after,
.heading strong::after {
	content: '';
	display: block;
	position: absolute;
	right: -30px; top: 50%;
	background-color: var(--highlight);
	width: 20px; height: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heading--center {
	text-align: center;
}
.heading--center.heading strong::before,
.heading--center .heading__en::before {
	content: '';
	display: block;
	position: absolute;
	left: -30px; top: 50%;
	background-color: var(--highlight);
	width: 20px; height: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-titles .site-description {
	display: none;
}
@media only screen and (min-width: 960px) {
	.heading--large {
		font-size: 2.1rem;
	}
}
@media (min-width: 1220px) {
	.primary-menu > li {
		margin-left: 4rem;
	}
	.primary-menu > li:not(:first-child)::before {
		content: '';
		display: block;
		position: absolute;
		left: -2rem; top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px; height: 20px;
		background: #555;
	}
}
@media (min-width: 1340px) {
	.header-titles .site-description {
		display: block;
	}
}
/* Header ------------------------------------ */
#site-header {
	z-index: 10;
	mix-blend-mode: multiply;
}
#site-header a:hover,
.header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text,
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
}
.modal-menu {
	margin: 0; padding: 0;
}
.toggle.close-nav-toggle {
	padding-right: 10px;
}
header .gNav--online a {
	position: relative;
	margin-left: 10px;
	color: #fff!important;
}
header .gNav--online a::before {
	content: '';
	position: absolute;
	left: 50%; top: 50%; z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120%; height: 180%;
	background-color: #232323;
	border-radius: 10px;
}
#site-header .primary-menu li.current-menu-item > a {
	text-decoration: none;
}
#site-header .primary-menu li.current-menu-item > a::after {
	transform: scaleX(1);
}
@media (min-width: 1200px) {
	#site-header .primary-menu > li > a {
		position: relative;
	}
	#site-header .primary-menu > li > a::after {
		transform: scaleX(0);
		transform-origin: bottom right;
	}
	#site-header .primary-menu > li > a:hover::after {
		transform: scaleX(1);
 		transform-origin: bottom left;
	}
	#site-header .primary-menu > li > a::after {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		height: 1px;
		background: #555;
		z-index: -1;
		transition: transform .3s ease;
	}
	#site-header .primary-menu > li.gNav--online > a::after {
		display: none;
	}
}
/* Footer ------------------------------------ */
#menu-footermain {
	display: flex;
	margin: 0; padding: 0;
	flex-wrap: wrap;
	list-style: none;
}
#menu-footersub {
	display: flex;
	margin: 0 0 0 -15px; padding: 0;
	list-style: none;
}
#menu-footermain a,
#menu-footersub a {
	color: inherit;
	font-size: 1.4rem;
}
#menu-footermain > li {
	width: 50%;
	margin: 0; padding: 0;
}
#menu-footermain > li > a {
	display: block;
	position: relative;
	padding: 10px 0 10px 20px;
}
#menu-footermain > li > a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px; height: 1px;
	background: var(--highlight);
}
#to-top {
	position: fixed;
	bottom: -120px; right: 0; z-index: 100;
	opacity: 0;
	transform-origin: center bottom;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.is-animate #to-top {
	bottom: 0; right: 0;
	transform-origin: center bottom;
	opacity: 1;
}
.is-animate #to-top a {
	display: block;
	width: 60px; height: 60px; line-height: 60px;
	background: var(--highlight);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #fff;
	text-align: center;
}
.is-animate #to-top a:hover {
	text-decoration: none;
}
.cta__link-text a strong {
	position: relative;
	letter-spacing: .25em;
}
.cta__link-text a strong::before {
	content: '';
	display: block;
	position: absolute;
	right: -20px; bottom: 0;
	width: 10px; height: 1px;
	transform: rotate(45deg);
	background: #fff;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.cta__link-text a strong::after {
	content: '';
	display: block;
	position: absolute;
	left: -10px; bottom: -10px;
	width: 100%;
	width: calc(100% + 20px); height: 1px;
	background: #fff;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.cta__link-text a:hover strong::before {
	bottom: -6px;
    right: -21px;
}
.cta__link-text a:hover strong::after {
	left: 0;
}
@media only screen and (max-width: 760px) {
	.cta--footer {
		background: url(images/ctaBg.jpg) no-repeat -190px 0px / cover;
	}
	.cta--footer .wp-image-188 {
		display: none;
	}
}
@media only screen and (min-width: 960px) {
	#menu-footermain > li > a {
		padding-left: 80px;
	}
	#menu-footermain > li > a,
	#menu-footermain > li > a::before,
	#menu-footermain > li > a::after {
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}
	#menu-footermain > li > a::before {
		width: 60px;
		top: 60%;
		background: #ddd;
	}
	#menu-footermain > li > a::after {
		content: '';
		display: block;
		position: absolute;
		top: 45%; left: 50px;
		transform: translateY(-50%) rotate(45deg);
		width: 10px; height: 1px;
		background: #ddd;
	}
	#menu-footermain > li > a:hover {
		color: #555;
	}
	#menu-footermain > li > a:hover::before {
		left: 10px;
		background: var(--highlight);
	}
	#menu-footermain > li > a:hover::after {
		left: 60px;
		background: var(--highlight);
	}
	.cta__link-text a strong {
		font-size: 1.8rem;
	}
}
/* Text ------------------------------------ */
@media only screen and (min-width: 960px) {
.vtl--ttl {
	margin: 0;
	width: 100%; max-width: 480px;
	position: absolute;
	  letter-spacing: .5rem;
	  top: 0;
	  left: 0;
	-webkit-transform: rotate(90deg) translateY(-100%);
	  -ms-transform: rotate(90deg) translateY(-100%);
	  transform: rotate(90deg) translateY(-100%);
	  -webkit-transform-origin: 0 0;
	  -ms-transform-origin: 0 0;
	  transform-origin: 0 0;
  }
  .vtl--text_wrap {
	max-height: 40em;
	text-align: center;
  }
  .vtl--text {
	display: inline-block;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  }
  .vtl--text__medium {
	  font-size: 1.6rem;
  }
  .vtl--text__large {
	  font-size: 2.8rem;
  }
  .vtl--text_deco {
	position: relative;
	z-index: 0;
  }
  .vtl--text_deco::before {
	content: '';
	width: 50%; height: 100%;
	position: absolute;
	top: 0; z-index: -1;
	background: #ddd;
  }
  .vtl--text_deco.vtl_text_deco-right::before {
	right: -0.01em;
  }
  .vtl--text_deco.vtl_text_deco-left::before {
	left: -0.6em;
  }
  .spacing {
	line-height: 3;
	letter-spacing: 0.25em;
  }
}

/* Link ------------------------------------ */
.stretched-link a::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:auto;content:"";background-color:rgba(0,0,0,0);
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.stretched-link a:hover::after {
	background-color:rgba(0,0,0,.2)
}
.link--external a::after {
	content: '\f35d';
	margin-left: 10px;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	position: relative;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram::before {
	content: '';
	position: absolute;/*絶対配置*/
	top: 23px;/*ずらす*/
	left: -18px;/*ずらす*/
	width: 60px;/*グラデーションカバーの幅*/
	height: 60px;/*グラデーションカバーの高さ*/
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.pointer--none {
	pointer-events: none;
}
/* separator ------------------------------------ */
.separator--wave {
	position: relative;
}
.separator--wave::after {
	content: '';
	position: absolute;
	left: 0; bottom: -10px;
	display: block;
	width: 100%; height: 20px;
	background: url(images/common/wave.svg) repeat-x center center / contain;
}
/* Home ------------------------------------ */
.hero--cover,
.t--concept {
	position: relative;
}
.hero--cover::after,
.t--concept::after {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: url(images/common/shadow01.png) no-repeat center bottom / cover;
	pointer-events: none;
}
.hero--cover::after {
	opacity: .5;
	filter: blur(15px);
}
.t--concept::after {
	background: url(images/common/shadow02.png) no-repeat center bottom / cover;
}
.t--hero__text {
	margin-top: 60px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.23);
}
.t--hero__text p:last-child {
	margin: 0;
}
.wrap_scroll-down {
	height: 134px;
}
.scroll-down {
	opacity: 0;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.fadeIn.scroll-down {
	opacity: 1;
}
.scroll-down {
	display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: var(--highlight);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}
.scroll-down:hover {
	color: #232323;
}
.scroll-down::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: var(--highlight);
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll-down:hover::after {
	background: #232323;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.object01,
.object02 {
	display: none;
	pointer-events: none;
}
@media (max-width: 768px) {
	.hero--cover {
		min-height: 100vh;
		min-height: calc(var(--vh, 1vh) * 100);
	}
	.t--hero__content {
		position: relative;
		z-index: 1;
		padding: 0 20px;
	}
	.t--hero__title {
		max-width: 220px;
	}
	.t--hero__image {
		position: absolute;
		top: 50%; right: -45%;
		max-width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: .98;
	}
}
@media (min-width: 768px) {
	.hero--cover,
	.t--concept {
		min-height: 100vh;
	}
	.t--hero__content {
		left: 0; top: 50%;
		padding: 0 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.t--hero__title {
		max-width: 330px;
	}
	.t--hero__text {
		margin-top: 120px;
	}
	.t--hero__image {
		padding: 140px 0;
	}
	.t--hero__image img {
		max-width: 52%;
	}
}
@media only screen and (min-width: 1620px) {
.t--hero__image {
		padding: 70px 0;
	}
	.t--hero__image img {
		max-width: 98%;
	}
	.object01,.object02 {
		display: block;
		width: calc((100% - 1200px) / 1.6666);
	}
	.object01 img,.object02 img {
		width: 100%;
		max-width: max-content;
		min-width: 320px;
	}
}
@media (min-width: 1920px) {
	.t--hero__image {
		margin: auto;
		max-width: 60%;
	}
}
/* News TopPage ------------------------------------ */
@media (max-width: 768px) {
	.t--hero__news-item dd > div {
		margin-top: 3px; padding-top: 3px;
		border-top: 1px solid #ddd;
	}
}
@media (min-width: 768px) {
	.t--hero__news-item dd > div {
		margin-left: 14px; padding-left: 14px;
		border-left: 1px solid #ddd;
	}
}
.top--news__list {
	margin: 0; padding: 0;
	list-style: none;
}
.top--news__list li:not(:first-child) {
	border-top: 1px solid #555;
}
.top--news__list a {
	display: block;
	padding: 20px 0;
}
/* News point--step ------------------------------------ */
.point--step__item {
	padding: 30px;
	background: var(--pale-highlight);
	border-radius: 10px;
	box-shadow: 0 12px 32px -6px rgba(228,237,243,.82);
}
.entry-content .point--step__item .heading {
	margin-top: 0;
}
.entry-content .point--step__image {
	margin-bottom: 0; padding: 15px;
}
.entry-content .point--step__image figure {
	position: relative;
	z-index: 1;
}
.entry-content .point--step__image figure::before {
	content: '';
	display: block;
	position: absolute;
	left: -5%; top: 10%;
	height: 75%; width: 110%; z-index: -1;
	border-radius: 20px;
	background: #fff;;
}
@media (min-width: 782px) {
	.point--step__text {
		position: relative;
	}
	.point--step__text::before {
		content: '';
		display: block;
		position: absolute;
		left: -32px; top: 15%;
		width: 2px; height: 70%;
		background: #fff;;
	}
}
@media only screen and (min-width: 960px) {
	.point--step__item {
		padding: 40px 30px;
	}
}
/* ShopList ------------------------------------ */
.section__shop-list a {
	color: inherit;
}
.shop-list__nav--heading {
	margin: 20px 0 0;
	font-size: 1.6rem;
}
.shop-list__nav--price {
	margin: 10px 0 0;
}
.shop-list--navigation-category a {
	display: flex;
	align-items: center;
}
.shop-list--navigation-category a::before {
	content: '';
	width: 50%;
	height: 160px;
	background: url(images/shopListCategoryNav-kasuduke.png) no-repeat center center / contain;
}
.shop-list--navigation-category li.menu-item-179 a::before {
	content: '';
	width: 50%;
	height: 160px;
	background: url(images/shopListCategoryNav-saikyo.png) no-repeat center center / contain;
}
.shop-list--navigation-category li.menu-item-1056 a::before {
	content: '';
	width: 50%;
	height: 160px;
	background: url(images/shopListCategoryNav-yamago.png) no-repeat center center / contain;
}
.shop-list--navigation-category a span {
	padding: 10px;
	width: 50%;
}
.section__shop-list .pagination {
	display: flex;
	align-items: center;
	margin: 20px auto 0;
}
.aside--nav__title {
	margin-bottom: 15px;
}
.aside--nav li a {
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	color: inherit;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.aside--nav li a:hover {
	opacity: .9;
}
.aside--nav li a span {
	display: inline-block;
	position: relative;
}
.aside--nav li a span::before,
.aside--nav li a span::after {
	content: '';
	display: block;
	position: absolute;
	right: -10px; top: 50%;
	width: 10px; height: 1px;
	background: var(--highlight);
	border-radius: 10px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.aside--nav li a span::before {
	right: -10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 8px;
    width: 5px;
	border-radius: 10px;
}
.aside--nav li a:hover span::before,
.aside--nav li a:hover span::after {
	right: -15px;
	opacity: 1;
}
@media only screen and (min-width: 960px) {
	.section__shop-list .pagination {
		margin-top: 40px;
	}
}
#block-12 {
	& a {
		width: 100%;
		& img {
			width: 100%;
		}
	}
}
/* ShopList-SinglePage ------------------------------------ */
.shop-list--header__image {
	min-height: 120px;
	position: relative;
}
.shop-list--header__span {
	position: absolute;
	top: -22px;
	height: 36px; line-height: 36px;
	font-size: 3.6rem;
	color: #fff;
}
.shop-list--header__span::after {
	content: attr(data-text);
	position: absolute;
	top: 0; left: 0;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	color: rgb(209, 209, 209);
}
.product--price {
	font-size: 1.6rem;
}
.product--price__low,
.product--capacity__desc {
	display: flex;
    align-items: center;
	font-size: 1.8rem;
}
.product--table,
.nutrition--table {
	font-size: 1.4rem;
}
.nutrition--table {
	text-align: center;
}
.product--table th, .product--table td,
.nutrition--table th, .nutrition--table td {
	padding: 20px;
}
.product--table th {
	width: 40%;
	background: var(--secondary-color);
}
.product--table td {
	width: 60%;
	font-weight: bold;
}
.nutrition--table th {
	background-color: var(--highlight);
	color: #fff;
}
.product--table td {
	font-weight: bold;
}
.related__link--previous,
.related__link--next {
	color: inherit;
}
.related__link--back {
	display: block;
	position: relative;
	padding: 20px;
	border: 1px solid #555;
	color: inherit;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
}
@media only screen and (min-width: 960px) {
	.shop-list--header__image {
		min-height: 280px;
	}
	.product--price__low {
		font-size: var(--large-text);
	}
	.product--price__low small {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.nutrition--table td {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1200px) {
	.shop-list--header__image {
		min-height: 420px;
	}
	.shop-list--header__span {
		top: -122px;
		height: 180px; line-height: 180px;
		font-size: 13rem;
	}
	.shop-list--header__span::after {
		height: 122px;
	}
}
@media only screen and (min-width: 1980px) {
	.shop-list--header__image {
		min-height: 420px;
	}
}
/* Recipe ------------------------------------ */
.recipe--list__nav--heading {
	font-size: 1.4rem;
}
.recipe__point p {
	margin-bottom: 0;
}
.recipe__point {
	padding: 20px;
	background: var(--secondary-color);
}
.recipe--table,
.recipe--table * {
	border: none;
}
.recipe--table {
	margin: 0;
	font-size: 1.4rem;
}
.recipe--table td:last-child {
	text-align: right;
}
.recipe--step__description p {
	margin: 0;
}
@media only screen and (max-width: 640px) {
	.recipe--table tr:nth-of-type(odd) {
		background: var(--secondary-color);
	}
	.recipe--step__list li {
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.recipe--step__count span {
		display: block;
		width: 20px; height: 20px; line-height: 20px;
		background: var(--tertiary-color);
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
	}
}
@media only screen and (min-width: 640px) {
	.recipe--table tr {
		border-top: 1px solid #ddd;
	}
	.recipe--table tr:last-child {
		border-bottom: 1px solid #ddd;
	}
}
@media only screen and (min-width: 960px) {
	.recipe--list__nav--heading {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1200px) {
	.recipe__container {
		border: 1px solid var(--secondary-color);
		border-radius: 10px;
		overflow: hidden;
	}
	.recipe__content-top,
	.recipe__steps {
		padding: 20px;
	}

}
/* Sitemap ------------------------------------ */
#menu-sitemap,
#menu-sitemap .sub-menu {
	margin: 0; padding: 0;
	list-style: none;
}
#menu-sitemap li {
	box-sizing: border-box;
	margin: 0;
}
#menu-sitemap > li:not(:first-child) {
	margin-top: 30px;
}
#menu-sitemap li a {
	color: inherit;
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#menu-sitemap > li > a:hover::before,
#menu-sitemap li a:hover::after {
	background: #555;
}
#menu-sitemap > li > a::before,
#menu-sitemap > li > a::after {
	content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #c2c2c2;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#menu-sitemap > li > a::before {
	right: -30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 8px;
    width: 5px;
    border-radius: 10px;
	-webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#menu-sitemap li li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #c2c2c2;
}
#menu-sitemap li li a::after {
	content: '';
	position: absolute;
	right: 0; bottom: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 30px; height: 1px;
    border-radius: 10px;
	background-color: #c2c2c2;
	-webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#menu-sitemap li li a:hover {
	border-color: #555;
}
#menu-sitemap .sub-menu {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px; margin-left: -30px;
}
#menu-sitemap .sub-menu > li {
	width: 50%;
}
#menu-sitemap .sub-menu > * {
}
@media (min-width: 960px) {
	#menu-sitemap > li:not(:first-child) {
		margin-top: 60px;
	}
	#menu-sitemap .sub-menu {
	}
	#menu-sitemap .sub-menu > li {
		width: calc(100% * 1 / 3.001);
	}
}
@media (min-width: 120px) {
	#menu-sitemap .sub-menu {
		margin-left: -40px;
	}
	#menu-sitemap .sub-menu > * {
		padding-left: 40px;
	}
}
/* Contact Form ------------------------------------ */
.contact-form__submit input[type="submit"] {
	background: var(--highlight);
}
.contact--telephone__number {
	display: flex;
	align-items: center;
	font-size: 2.8rem;
}
.contact--telephone__number::before {
	content: '\f098';
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-size: 60%;
 	font-weight: 900;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	background: #ededed;
	border: none;
}
.contact-form dt,
.contact-form dd {
	margin-bottom: 20px;
}
.contact-form dt:last-child,
.contact-form dd:last-child {
	margin-bottom: 0;
}
.contact-form .ajax-loader {
	margin-top: 20px;
}
#wpcf7-f664-p662-o1 .contact-form .contact-form__submit .ajax-loader {
	margin-top: 0px;
}
#wpcf7-f5-p9-o1 .wpcf7-submit,
#wpcf7-f664-p662-o1 .wpcf7-submit {
	padding: 20px 40px;
	background: none;
	border: 1px solid #ccc;
	border-radius: 100px;
	color: #555;
}
#wpcf7-f5-p9-o1 .wpcf7-submit:disabled {
	border-color: #eee;
	color: #ccc;
}
#wpcf7-f664-p662-o1 .wpcf7-previous {
	position: relative;
	width: 42px; height: 42px;
	margin-right: 20px; padding: 0;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
}
.contact__previous {
	position: relative;
}
#wpcf7-f664-p662-o1 .contact__previous::after {
	content: '\f060';
	position: absolute;
	left: 0; top: 0;
	width: 42px; height: 42px; line-height: 42px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	 color: #ccc;
	 pointer-events: none;
}
.contact-form .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.contact-form.contact-form--confirm dd > div {
	padding: 15px;
	background-color: #ededed;
	text-align: left;
}

@media (max-width: 599px) {
	.contact--telephone__info--wrap .contact--telephone__col--left {
		flex-basis: auto!important;
	}
	#wpcf7-f5-p9-o1 .wpcf7-submit {
		width: 100%;
	}
}
@media (min-width: 960px) {
	.contact--telephone__number {
		font-size: 3.5rem;
	}
	.contact-form dt,
	.contact-form dd {
		margin-bottom: 60px;
	}
	.contact-form .wpcf7-not-valid-tip {
		text-align: left;
	}
}
.cta--footer {
	padding: 0;
}
#block-8 .wp-block-cover .wp-block-cover__inner-container {
		width: 100%!important;
	}
