/*
Theme Name: oriental theme
Template: twentyseventeen
*/
/*
html[lang="ar"] body *, html[lang="ary"] body *, html[lang="azb"] body *, html[lang^="fa-"] body *, html[lang="haz"] body *, html[lang="ps"] body *, html[lang="ur"] body *, html[lang^="zh-"] body *, html[lang="bg-BG"] body *, html[lang="ru-RU"] body *, html[lang="uk"] body *, html[lang="bn-BD"] body *, html[lang="hi-IN"] body *, html[lang="mr-IN"] body *, html[lang="el"] body *, html[lang="gu-IN"] body *, html[lang="he-IL"] body *, html[lang="ja"] body *, html[lang="ko-KR"] body *, html[lang="th"] body * {
	letter-spacing: inherit !important;
}
*/
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Noto Sans JP,Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.9;
}
html[lang="ja"] body {
	counter-reset: number 0;           /* number のカウンタを 0 にセット */
	font-size: clamp(12px,1.2vw, 18px);
}
html[lang="ja"] body *, html[lang="ja"] button *, html[lang="ja"] input, html[lang="ja"] select *, html[lang="ja"] textarea {
	letter-spacing: 0.1em !important;
}

a {
	outline: 0!important;
	border: 0;
}
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
	box-shadow: none;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #fff;
	-webkit-box-shadow: none;
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	max-width: 1500px;
}

.navigation-top {
	border: 0;
	box-shadow: 0px 0px 12.75px 2.25px rgba(0,33,58,0.05);
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-width: unset;
	max-height: auto;
}
.site-branding a.custom-logo-link {
	background: #559D6C;
	padding: 12px 24px;
	border-radius: 12px;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #559D6C
}

.has-header-image .custom-header-media .master-slider .ms-slide-info img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: none;
	position: static;
	min-width: unset;
	min-width: none;
	min-height: unset;
	min-height: none;
}
.has-header-image .custom-header-media .ms-slide-info {
	position: fixed;
}
.has-header-image .custom-header-media .master-slider-parent {
	z-index: 2;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #fff;
}
.js .menu-toggle {
    display: block;
    font-size: 150%;
    padding: 0 8px;
    text-align: center;
}
.js .toggled-on .menu-toggle {
	margin-bottom: 20px;
}
.menu-toggle .icon {
	margin-right: 0;
}

.menu-scroll-down {
	display: none;
}

/* Scroll down arrow */

.menu-scroll-down {
	display: block;
	position: fixed;
	right: 50%;
	bottom: 4px;
	z-index: 100;
}
.menu-scroll-down:before {
	content: "";
	display: block;
	width:1px;
	height: 100px;
	margin: 0 auto -10px;
	background: #fff;
}
.menu-scroll-down:after {
	content: "";
	display: block;
	width:1px;
	height: 20px;
	margin: 0 auto;
	background: #fff;
	-webkit-transform: rotate(45deg) translateX(0px) translateY(-9px); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg) translateX(0px) translateY(-9px); /* IE 9 */
	transform: rotate(45deg) translateX(0px) translateY(-9px);
}

a.menu-scroll-down:hover,
a.menu-scroll-down:active {
	color: #fff;
}
.menu-scroll-down .icon {
	display:none;
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
}
.menu-scroll-down .screen-reader-text {
	clip: unset;
	clip-path: unset;
	overflow: visible;
	position: fixed;
	bottom: 40px;
	left: 50%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em!important;
	display: block;
	height: auto;
	width: auto;
	writing-mode: vertical-rl;
}

.menu-scroll-down {
	color: #fff;
}

.menu-scroll-down .icon {
	height: 50px;
	width: 18px;
}

.site-content-contain {
	z-index: 101;
}

.banner_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 48px;
}
.banner_list li {
	margin: 0 1em;
}
.banner_list li a {
	display: inline-block;
	width: 200px;
	position: relative;
	border: 1px solid #ccc;
	background: no-repeat center / 90% auto;
	padding: 12px;
	transition: opacity 0.5s;
}
.banner_list li a:after {
	content: "";
	display: block;
	padding-top: 20%;
}
.banner_list li a:hover {
	opacity: 0.5;
}

.staff_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 32px;
}
.staff_list li {
	margin: 0 0 2em;
	flex-basis: 100%;
}
.staff_list li:nth-child(2n) {
	margin-top: 3em;
}
.staff_list li .staff_data {
	background: #fff;
	box-shadow:0px 0px 12.75px 2.25px rgba(0,33,58,0.05);
	margin: 0 1em 0;
}
.staff_list li .staff_data .staff_thumb {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #75DFB4 no-repeat center / 90% auto;
	padding: 0;
	transition: opacity 0.5s;
	overflow: hidden;
}
.staff_list li .staff_data .staff_thumb:after {
	content: "";
	display: block;
	padding-top: 150%;
}
.staff_list li .staff_data .staff_thumb img {
	position: absolute;
        filter: drop-shadow(5px 5px 5px #333);
	top: 5%;
	width: 80%;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
}
.staff_list li .staff_data .staff_thumb:hover {
	opacity: 0.5;
}
.staff_list li .staff_data .title {
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 8px 0 20px;
}
.staff_list li .staff_data .subtitle {
	background: #559D6C;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	padding: 2px 8px;
	display: inline-block;
	position: absolute;
	top: -2em;
	left: -4px;
}


.voice_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 32px;
}
.voice_list li {
	margin: 0 12px 5em;
	flex-basis: calc(100% - 24px);

}
.voice_list li .outer {
	background:repeating-linear-gradient(
	-45deg,
	#559D6C,
	#559D6C 5px,
	#fff 0,
	#fff 10px
	);
	border-radius: 20px;
	padding: 0 0 0.7em 0.5em;
}
.voice_list li .wrapper {
	margin: 0 0 0;
	border-radius: 20px;
	background: #ecf6ef;
	border: 4px solid #559D6C;
	position: relative;
}
.voice_list li .thumb_wrapper {
	position: absolute;
	top: 0;
}
.voice_list li .thumb {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 120px;
	margin: -30px auto 0 -30px;
	border: 4px solid #559D6C;
	background: #fff no-repeat center / 100px auto;
}
.voice_list li .thumb.male {
	background-image: url(./assets/images/voice_male.png);
}
.voice_list li .thumb.female {
	background-image: url(./assets/images/voice_female.png);
}
.voice_list li .thumb:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.voice_list li h3 {
	position: relative;
	top: 0;
	text-align: center;
	font-size: 100%;
	padding: 12px 16px 12px 90px;
	margin: 0 1.5em 2em;
	border-radius: 16px 16px 0 0;
	background: #559D6C;
	color: #fff;
	width: 100%;
	margin: 0 0 24px;
}
.voice_list li h3 .title {
	font-weight: 400;
	font-size: 80%;
	margin-top: 8px;
}
.voice_list li .content {
	text-align: left;
	font-size: 85%;
	padding: 12px 16px;
	margin: 0 1.5em 2em;
	background: #FFF;
	border-radius: 12px;
}
.voice_list li .content > *:last-child {
	margin-bottom: 0;
}

#bottom-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
}
#bottom-menu > li {
	flex-basis: 100%;
	margin: 0 0 8px;
	text-align: center;
}

.page_all_num {
	text-align: right;
	font-size: 80%;
	margin: 0 0 20px;
}
.news_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 32px;
}
.news_list li {
	margin: 0 12px 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	flex-basis: calc(100% - 24px);
}
.news_list li a {
	display: flex;
	flex-wrap: wrap;
	padding: 6px;
	align-items: center;
	transition: background 0.5s ease-in-out;
	text-decoration: none;
}
.news_list li a:hover {
	background: rgba(0,0,0,0.05);
}
.news_list li a .genre {
	font-size: 80%;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.news_list li a .genre .info {
	display: inline-block;
	padding: 2px 6px;
	text-align: center;
	background: #559D6C;
	color: #fff;
}
.news_list li a .genre .date {
	margin-left: 8px;
}
.news_list li a .thumb {
	position: relative;
	flex-basis: 200px;
	background: repeat center;
	background-image: linear-gradient(to right, #ccc 1px, #555 2px, #555 3px, #555 4px);
}
.news_list li a .thumb[style] {
	background-repeat: no-repeat;
	background-size: cover;
}
.news_list li a .thumb:before {
	content: "";
	display: block;
	padding-top: 45%;
}
.news_list li a .thumb:after {
	content: "Now Printing...";
	position: absolute;
	display: block;
	left: 0;
	top: calc( 50% - 0.8em );
	color: #fff;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.5);
	width: 100%;
	text-align: center;
}
.news_list li a .thumb[style]:after {
	display: none;
}
.news_list li a .thumb + h4 {
	flex-basis: calc(100% - 220px);
	padding: 0;
	margin: 0;
	margin-left: 20px;
	border: 0;
}


.panels_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.panels_list > li {
	flex-basis: 100%;
}
.panels_list > li .panel_inner {
	background: no-repeat center / cover;
}

.pagenation_ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 32px;
}
.pagenation_ul > li {
	flex-basis: auto;
}
.pagenation_ul > li a {
	background: #559D6C;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.pagenation_ul > li a:focus,
.pagenation_ul > li a:active,
.pagenation_ul > li a:hover {
	color: #fff;
}
.pagenation_ul > li a svg {
	vertical-align: -2px;
}
.pagenation_ul > li.next {
	margin-left: auto;
}

.normal_keyvisual {
	margin: 0 auto;
	width: 100%;
	position: relative;
/*	background: #559D6C url(./assets/images/normal_keyvisual.jpg) no-repeat right center / cover;*/
	min-height: 170px;
}
.normal_keyvisual:after {
	content: "";
	display: block;
	padding-top: 19.87%;
}
.normal_keyvisual > .h1_wrap {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.normal_keyvisual > .h1_wrap > h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 205%;
	font-weight: 500;
/*	font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	margin: 0;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(10%);
  }
}

.single-featured-image-header {
	position: relative;
	background: no-repeat center / cover;
	margin: 0 auto;
	overflow: hidden;
}
.site-content .single-featured-image-header {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.single-columns .site-content .single-featured-image-header {
	margin-left: auto;
	margin-right: auto;
}
.single-featured-image-header > .inner {
	content: "";
	display: block;
}
.single-featured-image-header .inner_content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: table;
}
.single-featured-image-header .inner_content .cell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.site-content-contain .single-featured-image-header .inner_content .cell {
	padding-top: 0!important;
}
.single-featured-image-header .inner_content .cell a {
	color: #fff;
}
.single-featured-image-header .inner_content .cell.title {
	text-align: center;
}
.single-featured-image-header .inner_content .cell.title h1 {
	letter-spacing: 0.2em;
	font-size: 205%;
	font-weight: 500;
/*	font-family: "Noto Serif JP","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin: 0;
}

.entry-content h2 {
	color: #559D6C;
	font-style: italic;
	width: fit-content;
	padding: 2px 8px;
	margin: 0 auto 36px;
	position: relative;
	font-size: 180%;
}
.entry-content * + h2 {
	margin-top: 5em;
}

.entry-content h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 12px;
	width: 100%;
	background: #559D6C55;
	transform : skewX(-20deg);
}

.entry-content h3 {
	color: #444;
	margin: 0 auto 28px;
	padding: 8px 12px;
	font-size: 140%;
	position: relative;
	background: no-repeat linear-gradient(to right, #559D6C 0px, #559D6C55 300px, transparent 50%, transparent 100%) left bottom / 100% 2px;
}
.entry-content h3.philosophy {
	color: #559D6C;
	font-size: 200%;
	background: none;
}
.entry-content h3.philosophy span[style*="font-size"] {
	display: block;
	background: no-repeat linear-gradient(to right, #559D6C 0px, #559D6C55 300px, transparent 50%, transparent 100%) left top / 100% 2px;
	font-size: 70%;
	color: #444;
	padding-top: 12px;
	margin-top: 16px;
}

.entry-content h4 {
	font-size: 120%;
	color: #555;
	padding: 4px;
	border-bottom: 1px dotted #555;
}
.entry-content h4.step {
	color: #fff;
	padding: 8px 16px 8px 112px;
	border: 1px solid #ccc;
	background: #5ADEA8;
	border-radius: 8px;
	position: relative;
}
.entry-content h4.step:before {
	white-space: pre;
	counter-increment: number 1;
	content: "STEP.\A" counter(number);
	text-align: center;
	display: block;
	font-size: 90%;
	letter-spacing: 0;
	position: absolute;
	top: -8px;
	left: 20px;
	background: #fff;
	padding: 8px 12px;
	line-height: 1;
	color: #559D6C;
	border: 5px solid #FFC000;
	border-radius: 50%;
}
.entry-content h4.step + p:after {
	content: "";
	display: block;
	margin: 2.5em auto 0;
	width: 0;
	height: 0;
	border: 25px solid #5ADEA8;
	border-left-width: 30px;
	border-right-width: 30px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.entry-content h4.step:last-of-type + p:after {
	display: none;
}

.entry-content p {
	padding: 0 16px;
	margin-bottom: 3em;
}
.entry-content a {
	text-decoration: underline;
}

.site-info span[role=separator] {
	display: none;
}
.privacy-policy-link {
	display: inline-block;
	margin-bottom: 32px;
}

.site-footer {
	margin-top: 0;
}
.site-info {
	background: #559D6C;
	color: #fff;
	margin: 0;
	padding: 3em 0 4em;
	text-align: center;
}
.site-info a {
	color: #fff;
}

.widget table,
.entry-content table {
	margin-bottom: 3em;
}

.widget table ul,
.widget table ol,
.entry-content table ul,
.entry-content table ol {
	margin-left: 30px;
	margin-bottom: 3em;
}
.widget table ul a,
.widget table ol a,
.entry-content table ul a,
.entry-content table ol a {
	vertical-align: middle;
}

.widget table[border] > thead > tr > th,
.widget table[border] > thead > tr > td,
.widget table[border] > tbody > tr > th,
.widget table[border] > tbody > tr > td,
.entry-content table[border] > thead > tr > th,
.entry-content table[border] > thead > tr > td,
.entry-content table[border] > tbody > tr > th,
.entry-content table[border] > tbody > tr > td {
	padding: 0.8em 1.6em;
}

.widget table[border] > thead > tr > th,
.widget table[border] > tbody > tr > th,
.entry-content table[border] > thead > tr > th,
.entry-content table[border] > tbody > tr > th {
	border-top-color: #559D6C!important;
	border-bottom-color: #559D6C!important;
	color: #559D6C;
}

body #tab_container_275 .wpsm_nav-tabs > li > a {
	font-size: 140%!important;
}
body #tab_container_275 .tab-content {
	font-size: 100%!important;
}


@media screen and (min-width: 30em) {
	.site-branding {
		padding: 0;
	}
	.page-one-column .panel-content .wrap {
		max-width: 1200px;
	}
	.staff_list li {
		flex-basis: 50%;
	}
}
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1200px;
	}
	.navigation-top {
		bottom: auto;
		top: 52px;
		left: 0;
		right: auto;
		width: auto;
		border-radius: 0 12px 12px 0;
		position: fixed;
	}
	.navigation-top > .wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		max-width: unset;
		padding-left: 0;
	}
	.site-navigation-fixed.navigation-top {
		top: 52px;
		right: auto;
		width: auto;
	}
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 52px;
	}
	.site-branding {
		flex-basis: 174px;
		margin-top: -24px;
		margin-bottom: -24px!important;
	}
/*
	.site-branding a.custom-logo-link {
		padding-right: 0;
	}
*/
	.site-branding a.custom-logo-link {
		padding-left: 36px;
		border-radius: 0 12px 12px 0;
	}
	.site-branding a.custom-logo-link img {
		max-width: 150px;
		width:100%;
		height:auto;
	}
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
		position: static;
	}
	.has-header-image .site-branding, .has-header-video .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
		margin-right: auto;
	}
/*
	.twentyseventeen-front-page.has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
		margin-bottom: 0;
	}
*/
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
		height: auto;
	}

	.main-navigation li {
		margin: 0 1em;
	}
	.main-navigation li a {
		padding: 1em 0;
		white-space: nowrap;
	}

	.custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: unset;
		display: block;
	}

	.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}

	.navigation-right {
		top: 0;
		font-size: 14px;
		font-size: 0.875rem;
		position: fixed;
		top: 52px;
		right: 0;
		z-index: 102;
	}
	.navigation-right .wrap {
		padding: 0.75em 3.4166666666667em;
	}
	.navigation-right > .wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		max-width: unset;
		padding-right: 0;
	}

	.navigation-right > .wrap ul {
		display: flex;
		list-style: none;
	        margin: 0 auto;
	}
	.navigation-right li {
		margin: 0 1em;
	}
	.navigation-right li a {
		padding: 1em;
		width: 60px;
		height: 60px;
		font-size: 0;
		color: transparent;
		display: block;
		border-radius: 50%;
		background: #fff no-repeat center;
	}
	.navigation-right li a.access {
		background-color:#559D6C;
		background-image: url(./assets/images/map.svg);
		background-size: 30px auto;
	}
	.navigation-right li a.contact {
		background-color:#f2987d;
		background-image: url(./assets/images/mail.svg);
		background-size: 24px auto;
	}

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.staff_list li {
		flex-basis: 33.3%;
	}
	.voice_list li {
		flex-basis: calc(50% - 24px);
	}

	#bottom-menu > li {
		flex-basis: auto;
		margin: 0 12px 8px;
		position: relative;
	}
	#bottom-menu > li:after {
		content: "";
		display: block;
		position: absolute;
		right: -12px;
		top: 0;
		width: 1px;
		height: 100%;
		background: rgba(255,255,255,0.5);
	}
	#bottom-menu > li:last-child:after {
		display: none;
	}

	a.social-navigation + .site-info {
		margin-left: 0;
	}
	.site-info {
		width: auto;
		float: none;
		text-align: center;
	}

	form.wpcf7-form {
		min-width: 80vw;
	}

	.banner_list {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 67em) {
    .navigation-right .wrap {
        padding: 0.75em 2em;
    }

	.staff_list li {
		flex-basis: 25%;
	}

	form.wpcf7-form {
		min-width: 1000px;
	}

}

@media screen and (max-width: 767px) {
	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		height: auto;
	}
	.custom-header-media {
		position: static;
	}

	.navigation-right {
		display: none;
	}
	.menu-toggle {
		margin-right: 8px;
	}
	.site-header {
		position: fixed;
		background: transparent;
		z-index: 102;
	}
	.navigation-top {
		background: transparent;
	}
	.main-navigation {
		position: fixed;
		right: 0;
		top: 8px;
		z-index: 3;
		width: 100%;
	}
	.js .admin-bar .main-navigation {
		top: 40px;
	}
	.site-branding a.custom-logo-link {
		padding: 6px 12px;
	}
	.site-branding a.custom-logo-link img {
		width: 80px;
	}
}
