html {
  scroll-behavior: smooth;
}

*, h1 {
	font-family: "Lusitana", serif;
}

.wpcf7-form {
	padding: 0 44px;
}

.wp-block-heading:not(:first-child) {
	padding: 100px 0 32px 0;
	margin-top: 0px;
}

.wp-block-heading:first-child {
	padding: 24px 0;
	margin-top: 0px;
}

.sharedaddy {
	display: none;
}

.wp-block-comments {
	display: none;
}

.wp-block-post-author-name {
	display: none;
}

.taxonomy-category {
	display: none;
}

.wp-block-navigation-item {
	margin: 4px;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid black;
	border-radius: 4px;
}

.whatsnew {
	font-size: 16px !important;
}

.whatsnew dd {
	display: flex;
}

.whatsnew dd br {
	display: none;
}

div.whatsnew a {
	padding: 0 32px !important;
}

.newmark {
	padding: 3px 5px !important;
	margin-right: 4px;
	background-color: #fa6a39 !important;
}

header {
	position: sticky;
	top: 0;
	z-index: 11;
	background-color: #fff;
}

.wp-block-navigation__responsive-dialog {
	padding: 16px;
}

.wp-block-navigation__responsive-container-close {
	top: 24px;
	right: 24px;
}

p label {
	font-size: 16px;
}

input[type="submit"] {
	padding: 4px 12px;
	border-radius: 4px;
	border: 1px solid black;
}

footer {
	margin-top: 64px !important;
}

.wp-block-columns {
	padding-top: 0px;
	margin-top: 40px;
}

#tab_container_206, #tab_container_432 {
	font-size: 18px;
	margin-top: 0;
	padding: 0 40px;
	display: none;
}

#tab_container_206 > p, #tab_container_432 > p {
	display: none;
}

.tab-pane {
	padding: 0 16px;
}

.wpsm_nav > li > a {
padding: 0px 15px !important;
}

.wpsm_nav > li > a > p {
	margin: 16px 0px;
}

figure.wp-block-image {
	padding: 0 24px;
}

footer .wp-block-group {
	padding: 6vw 4vw  !important;
}

footer .wp-block-columns {
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.tab-pane ul {
	padding: 0 4px;
}

#pcp_wrapper-333, #pcp_wrapper-454, #pcp_wrapper-455 {
	margin-top: -100px;
}

#pcp_wrapper-454, #pcp_wrapper-455 {
	display: none;
}

.pcp-pagination {
	bottom: 100px !important;
}

i.fa-calendar {
	display: none;
}

#lang {
	background: #000;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
	user-select: none;
}

#name-en, #name-ja, #profile-en, #profile-ja {
	display: none;
}

#name-en {
	padding: 0;
	margin: 20px 0 0 0;
}

#profile-en {
	margin: 48px 0 0 0;	
}

ul.is-vertical ~ .wp-block-buttons {
	display: none;
}

@media only screen and (min-width: 899px) {
	header  {
		opacity: 0.8 !important;
	}
	
	figure.wp-block-image {
	 padding: 0 44px;
	}

}