@charset "UTF-8";
/*   
Theme Name: VUSHIDO
Author: VUSHIDO
Author URI: https://vushido.com
Version: 1.0.0
*/

* {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

html {
	height: 100%;
}

:root {
  --visual-viewport-height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0;
	height: 100%;
	height: var(--visual-viewport-height);
	padding-top:25px;
	overflow-y: scroll;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

option,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="select"],
input[type="option"],
/*input[type="checkbox"],*/
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	outline: 0;
	margin: 0;
	background: #fff;
	width: 100%;
	padding: 0;
}

textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"] {
	width: 100%;
	padding: 7px 10px;
	font-size: 16px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 25px;
}

textarea {
	max-width: 630px;
	height: 170px;
	display: block;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	border: 1px solid #52c3d1!important;
}

pre {
	overflow-x: scroll;
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin-bottom: 25px;
}

body.no-translation #langChanger {
	display: none;
}

#langChanger {
	line-height: 25px;
	float: right;
	cursor: pointer;
	margin-left: 15px;
}

.translations-dropdown {
	gap: 0;
	align-items: flex-start;
	height: 44px;
}

.translations-language-switcher {
	display: flex;
	flex-direction: column;
	border: 1px solid #CACACA;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 111px;
	box-sizing: border-box;
}

.translations-language-switcher li {
	cursor: default;
	box-sizing: border-box;
	padding: 3px 8px 1px 8px!important;
	text-align: left;
}

/*.translations-language-switcher li.current { display:none; }*/

.translations-language-switcher li a {
	text-decoration: none;
}

.translations-language-switcher li a:hover {
	text-decoration: underline;

}

.active .translations-language-switcher li:hover {
	background: var(--wp--preset--color--contrast);
}

.active .translations-language-switcher li:hover a {
	color: var(--wp--preset--color--accent);
}

.translations-language-switcher .ja {
	order: 1;
	margin-left: -0.15ch;
}

.translations-language-switcher .en-US {
	order: 2;
}

.display-item {
	transition: 0.15s ease;
	width: 111px;
	border: 1px solid #CACACA;
	border-radius: 4px;
	padding: 4px 8px 0px 8px;
	text-align: left;
	border-radius: 4px 4px 0 0;
	border-bottom: none;
}

@supports (-moz-appearance: none) {
	.display-item {
		padding-top:2px;
	}
}

.translations-language-name a {
	display: inline-block;
	width: 100%;
	color: #333333;
	pointer-events: none!important;
}

.arrow {
	width: 11px;
	height: 14px;
	display: inline-block;
	position: relative;
	bottom: -8px;
	left: -10px;
	transition: 0.3s ease;
	margin-top: 2px;
	text-align: left;
	transform: rotate(45deg);
	float: right;
}

.arrow:before,
.arrow:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #151515;
	transition: 0.3s ease;
}

.arrow:after {
	transform: rotate(90deg);
	top: -5px;
	left: 5px;
}

.display-item.active .arrow {
	transform: rotate(45deg) translate(-5px, -5px);
}

.display-item.active .arrow:before {
	transform: translate(10px, 0);
}

.display-item.active .arrow:after {
	transform: rotate(90deg) translate(10px, 0);
}

.display-item.active ul {
	opacity: 0.3;
	height: 108px;
}

.the-language-switcher .translations-language-switcher {
	height: 6px;
	overflow: hidden;
	transition: 0.2s ease;
	border-top: none;
	margin-top: 0;
	cursor: default;
}

:root {
	--item-height: 34px;
}

.the-language-switcher.active .translations-language-switcher {
	height: calc(var(--item-height) * var(--list-items));
	padding-bottom: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: #ffffff;
}

.the-language-switcher.active .translations-language-switcher a {
	pointer-events: auto!important;
}

.translations-disable {
	color: var(--wp--preset--color--accent-5);
}

.translations-disable .arrow:before,
.translations-disable .arrow:after {
	background-color: var(--wp--preset--color--accent-5);
}

/* レイアウト用 */
header {
	max-width: 950px;
	margin: 0px auto 95px;
	overflow: hidden;
	zoom:1;
}

header #headLine {
	float: left;
	margin-top: 6px;
}

header #headLine a {
	display: block;
}

header #headLine a img {
	max-width: 152px;
	height: auto;
}

header #gNav {
	float: right;
	padding-top: 7px;
}

html[lang="en-US"] header #gNav {
	padding-top: 8px;	
}

header nav ul {
	overflow: hidden;
	zoom:1;
}

header nav ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

header nav ul li:last-child {
	margin: 0px;
}

header nav ul a {
	color: #555555;
	text-decoration: none;
	font-size: 15px;
}

header nav ul a:hover {
	color:#333333;
}

main {
	max-width: 630px;
	margin: 0px auto 185px;
}

main section {
	margin-bottom: 15px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

body.home main {
	max-width: max-content;	
}

/* List Detail CSS */
body.blog section ul li,
body.archive section ul li,
body.search section ul li {
	list-style: none;
	overflow: hidden;
	zoom:1;
	line-height: 24px;
}

body.blog section ul li time,
body.archive section ul li time,
body.search section ul li time {
	width: 165px;
	display: block;
	float: left;
	font-feature-settings: "palt";
	font-variant-numeric: tabular-nums;
	background-color: #e3e3e3;
	color: #323232;
	padding: 0 0 0 5px;
	margin-right: 10px;
}

html[lang="en-US"] body section ul time {
	width: 141px;
}

body.blog section ul li a,
body.archive section ul li a,
body.search section ul li a {
	display: block;
	float: left;
	color:#1a0dab;
	text-decoration: none;
	max-width: 455px;
}

body.blog section ul li a:hover,
body.archive section ul li a:hover,
body.search section ul li a:hover {
	text-decoration: underline;
}

/* Pagination CSS  */
.pagination,
.pagebreak-links {
	text-align: center;
	font-variant-numeric: tabular-nums;
	margin-top: 35px;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots,
.pagebreak-links a.post-page-numbers,
.pagebreak-links .current {
	border: 1px solid #c3c3c3;
	padding: 5px 10px;
}

.nav-links a,
.pagebreak-links a {
	color:#1a0dab;
	text-decoration: none;
}

.nav-links a:hover,
.pagebreak-links a:hover {
	text-decoration: underline;
}

.nav-links .current,
.pagebreak-links .current {
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
}
.nav-links .dots {
	background: transparent;
	border: none;
}

/* Classic Editor CSS */
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.alignright,
.alignleft { 
	margin: 8px;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%!important;
}

div.wp-caption {
	max-width: 100%;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
	&:after {
		content: "";
		display: block;
		clear: both;
	}
}

/* Common Detail CSS */
body.single-post main section h1,
body.page main section h1,
body.error404 main section h1,
body.archive main section h1,
body.search main section h1 {
	font-size: 32px;
	margin-bottom: 35px;
	line-height: 39px;
}

body.search main section h1,
body.archive main section h1 {
	text-align: center;
}

body.single-post main section time,
body.page main section time {
	margin-bottom: 20px;
	display: block;
	font-feature-settings: "palt";
	font-variant-numeric: tabular-nums;
}

body.single-post main section h2,
body.page main section h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

body.single-post main section h3,
body.page main section h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

body.single-post main section h4,
body.page main section h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

body.single-post main section h5,
body.page main section h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

body.single-post main section h6,
body.page main section h6 {
	font-size: 14px;
	margin-bottom: 5px;
}

body.single-post main section p,
body.page main section p,
body.error404 main section p {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 31px;
}

body.single-post main section div.wp-block-kevinbatdorf-code-block-pro,
body.page main section div.wp-block-kevinbatdorf-code-block-pro {
	margin-bottom: 25px;	
}

body.single-post main section p a,
body.page main section p a,
body.error404 main section p a {
	color:#1a0dab;
	text-decoration: none;
}

body.single-post main section p a:hover,
body.page main section p a:hover,
body.error404 main section p a:hover {
	text-decoration: underline;
}

body.single-post main section ul,
body.page main section ul {
	border: 1px solid #eaeaea;
	padding: 15px 25px;
	background-color: #fafafa;
	margin-bottom: 35px;
}

body.single-post main section li,
body.page main section li {
	list-style: disc;
	overflow: initial;
	margin-left: 15px;
}

body.single-post main section ul li ul,
body.page main section ul li ul {
	margin-top: 15px;
	margin-bottom: 5px;
}

body.single-post main section img,
body.page main section img {
	max-width: 630px;
}

body.single-post main section img.wp-post-image,
body.page main section img.wp-post-image {
	max-width: 630px;
	margin-bottom: 35px;
	width: 100%;
	height: auto;
}

body.single-post main section blockquote,
body.page main section blockquote {
	position: relative;
	padding: 10px 15px 10px 50px;
	box-sizing: border-box;
	font-style: italic;
	border: solid 2px #555555;
	color: #555555;
	margin-bottom: 35px;
}

body.single-post main section blockquote:before,
body.page main section blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	content: "“";
	font-family: sans-serif;
	color: #32c2d3;
	font-size: 86px;
	line-height: 1;
}

body.single-post main section blockquote p,
body.page main section blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

body.single-post main section blockquote cite,
body.page main section blockquote cite {
	display: block;
	text-align: right;
	color: #777777;
	font-size: 1em;
}

body.single-post main section figure.wp-block-image,
body.single-post main section div.wp-block-image,
body.page main section figure.wp-block-image,
body.page main section div.wp-block-image {
	margin-bottom: 35px;
}

body.single-post main section div.wp-block-image figure figcaption,
body.page main section div.wp-block-image figure figcaption {
	text-align: center;
}

body.single-post main section div.twitter-tweet.twitter-tweet-rendered,
body.page main section div.twitter-tweet.twitter-tweet-rendered,
body.single-post main section div.bluesky-embed,
body.page main section div.bluesky-embed {
	margin-left: auto;
	margin-right: auto;
}

body.single-post main section div.wp-block-embed__wrapper,
body.page main section div.wp-block-embed__wrapper {
	margin-bottom: 25px;
}

body.single-post main section figure.wp-block-gallery,
body.page main section figure.wp-block-gallery {
	margin-bottom: 55px;
}

body.single-post main section .wp-block-search__button,
body.page main section .wp-block-search__button {
	padding: 7px;
}

/* Comment CSS */
#comments .commets-list,
#comments .commets-list .comment.parent ul.children {
	border: none;
	margin-bottom: 0px;
	padding: 0;
	background: none;
}

#comments .commets-list h3#reply-title {
	font-size: 18px;
}

#comments .commets-list #cancel-comment-reply-link {
	margin-left: 5px;
}

#comments .commets-list li {
	list-style: none;
	margin-left: 0;
}

#comments .commets-list li a {
	color:#1a0dab;
	text-decoration: none;	
}

#comments .commets-list li a:hover {
	text-decoration: underline;	
}

#comments .commets-list .comment {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #e5e5e5;
}

#comments .commets-list .comment.parent ul.children .comment.parent,
#comments .commets-list .comment.parent ul.children li:last-of-type {
	margin-bottom: 0;
}

#comments .commets-list .comment.parent ul.children li:nth-child(2) {
	margin-top: 15px;
}

#comments .commets-list .comment-body .comment-author img,
#comments .commets-list .comment-body .comment-author cite,
#comments .commets-list .comment-body .comment-author span {
	vertical-align: middle;
}

#comments textarea#comment,
#comments .comment-form p {
	margin-bottom: 5px;
}

#comments .comment-form p label .required {
	color:#d23939;
}

#comments .comment-form p.form-submit input[type="submit"],
input[type="submit"].wpcf7-form-control,
.post-password-form input[type="submit"] {
	background-color: #52c3d1;
	max-width: 320px;
	margin: 25px auto 0;
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.comment-form-cookies-consent input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.comment-form-cookies-consent input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 6px;
	transform: rotate(50deg);
	width: 4px;
	height: 11px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	content: '';
}

.comment-form-cookies-consent label {
	font-size: 14px;
	cursor: pointer;
}

/* Pagetop CSS */
#pagetop {
	height:0;
	opacity:0;
	transition: 0.3s;
	visibility:hidden;
}

#pagetop.indicate {
	height:auto;
	opacity:.6;
	visibility:visible;
}

#pagetop a {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: #b5b5b5;
	z-index: 1;
}

#pagetop a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1;
	width: 18px;
	height: 18px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	position: absolute;
	left: 32%;
	top: 35%;
}

footer {
	position: sticky;
	top: 100vh;
	width: 100%;
	text-align: center;
	padding: 5px 0 6px;
	color: #333333;
	font-size: 11px;
	/*z-index:10;*/
	z-index:0;
}

footer a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #333333;
	vertical-align: text-bottom;
}

footer a:hover {
	border:none;
}

/* Responsive CSS */
@media screen and (max-width: 965px) {

	header #headLine {
		margin-left:10px;
	}

	header #langChanger {
		margin-left: 5px;
		margin-right: 10px;
	}

	header #gNav {
		margin-right:10px;
	}
}

@media screen and (max-width: 630px) {

	body {
		padding-top: 15px;
	}

	header {
		margin: 0px auto 65px;
	}

	header #headLine {
		margin:0 0 10px 0;
		float: none;
		text-align: center;
	}

	header #headLine a {
		display: inline;
	}

	header #gNav {
		margin:0 10px;
		float:none;
		display: flex;
		justify-content: center;
		padding-top: 0px;
	}

	html[lang="en-US"] header #gNav {
		padding-top: 0px;
	}

	header #langChanger {
		float: none;
		width: 111px;
		margin: 0 auto 15px;
	}

	main {
		margin-bottom: 152px;
	}

	main section {
		margin-left: 10px;
		margin-right: 10px;
	}

	/*body.home main {
		max-width: 630px;	
	}*/

	body.single-post main section h1,
	body.page main section h1,
	body.error404 main section h1,
	body.archive main section h1,
	body.search main section h1 {
		font-size: 23px;
		margin-bottom: 15px;
	}

	body.single-post main section h2,
	body.page main section h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	body.single-post main section h3,
	body.page main section h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	body.single-post main section h4,
	body.page main section h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	body.single-post main section h5,
	body.page main section h5 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	body.single-post main section h6,
	body.page main section h6 {
		font-size: 12px;
		margin-bottom: 5px;
	}

	body.blog section ul li a,
	body.archive section ul li a,
	body.search section ul li a {
		display: inline;
		float: none;
	}

	.iphone body.blog section ul li time,
	.iphone body.archive section ul li time,
	.iphone body.search section ul li time {
		width: 158px;
		margin-right: 6px;
	}

	html[lang="en-US"] body section ul time {
		width: 141px!important;
	}

	.iphone .display-item {
		padding-top: 3px;
	}

	.iphone .translations-language-switcher li {
		padding-top: 4px!important;
	}

}

/* Other CSS */
div.wpcf7 img.wpcf7-captchac {
	vertical-align: middle;
}

div.wpcf7 span.required {
	color: #ffffff;
	background-color: #dc3232;
	padding: 1px 2px;
	font-size: 12px;
	vertical-align: top;
	border-radius: 3px;
	line-height: 31px;
	font-weight: bold;
}

div.wpcf7 input.wpcf7-not-valid,
div.wpcf7 textarea.wpcf7-not-valid {
	border:1px solid #dc3232;
}

div.wpcf7 form.sent .wpcf7-response-output {
	border-color: #b8eff5!important;
	background-color: #ebfffc;	
}

div.wpcf7 .wpcf7-response-output {
	border-color: #ffe9a6!important;
	padding: 7px 5px!important;
	margin-top: 0px!important;
	background-color: #fffaec;
	border-radius: 3px;
	text-align: center;
	margin: 0!important;
}

div.wpcf7 .wpcf7-spinner {
	display: block!important;
	margin: 5px auto!important;
}

div.wpcf7 p:last-of-type {
	margin-bottom: 0px;
}