/*!
Theme Name: IDLAB_standard
Theme URI: http://underscores.me/
Author: IDENTITY+DESIGN LAB.
Author URI: https://iddesignlab.jp/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idlab_standard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IDLAB_standard is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Buttons
	- Forms
# Layouts
# Components
	- Site branding
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Columns
	- Grid systems
	- Tables
	- Galleries
	- Home services
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Margin

--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*:::before,
*:::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}



/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Poppins:wght@400;600&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.064em;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #000;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.096em;
	line-height: 1.2;
	clear: both;
}

h1 {
	margin-bottom: 1.6em;
	color: #003e5f;
	font-size: 1.75rem;
	font-weight: 600;
}

h2 {
	margin-bottom: 0.8em;
	font-size: 1.1875rem;
	color: #003e5f;
}

h2:first-letter {
	font-size: 1.625rem;
	color: #e3730c;
}

@supports (background-clip: text) {
	h2:first-letter {
		background-image: linear-gradient(60deg, #ae272c, #e3730c);
		background-clip: text;
		color: transparent;
	}
}

.h2caps {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	color: #ccc;
	line-height: 1.1;
}

@media screen and (min-width: 667px) {
	.h2caps {
		margin-top: 0.72em;
	}
}/* min-width: 667px */

h3 {
	margin-bottom: 0.44em;
	font-size: 1.125rem;
	font-weight: 600;
}

h3.recommend-title {
	margin: 0.49em 0 1.6em;
	padding-bottom: 0.2em;
	border-bottom: #dedede 1px solid;
}

h4 {
	margin-bottom: 0.46em;
	font-size: 1.0rem;
}

h4.sidebar-title {
	margin: 0.42em 0 0.46em;
}

h5 {
	display: inline-block;
	margin-bottom: 1.0em;
	font-size: 0.875rem;
	color: #003e60;
	vertical-align: baseline;
}

.entry-title {
}

.pages-title {
	margin-bottom: 1.6em;
}

.bb {
	border-bottom: #dedede 1px solid;
	margin-bottom: 1.6em;
}

.archive-description {
	margin-bottom: 4.8em;
}

p {
	margin-bottom: 1.0em;
	text-align: justify;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	width: 96%;
	margin: 3.2em auto;
	padding: 2.4em;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 0));
	border-radius: 5px;
}

blockquote p:last-child {
	margin-bottom: 0 !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Courier 10 Pitch', 'courier', monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'monaco', 'consolas', 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

strong {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	background: linear-gradient(transparent 48%, #fff462 48%, #fff462 96%, transparent 96%);
}

mark,
ins {
	color: #888;
	text-decoration: underline;
}

.large {
	font-size: 1.125em;
}

.small {
	font-size: 0.75em;
	line-height: 1.2;
}

.caption {
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1.1;
}

.bold {
	font-weight: 600;
}

.light {
	font-weight: 400;
}

.dash2x {
	display: inline-block;
	width: 2.6em;
	transform: scaleX(2.4);
	transform-origin: center left;
}

.dash2xright {
	display: inline-block;
	width: 2.6em;
	transform: scaleX(2.4);
	transform-origin: center right;
}

.ggnavy {
	color: #003e5f;
}

.gray {
	color: #ccc;
}

.inline-txtbnr {
	padding: 0.48em 0.8em;
	color: #fff;
	font-weight: 400;
	background: #000;
	border-radius: 2px;
}

.RyoD {
	font-family: ryo-display-plusn, serif;
	font-weight: 500;
}

.signature {
	font-family: kazuraki-sp2n, serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
}

.signature::before {
	content: " ";
}



/* Elements
--------------------------------------------- */
body {
	background: #fcfcfc;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 0 1.4em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin-bottom: 0.4em;
	padding-left: 0.1em;
}

ul.asterisk li {
	list-style: '＊' outside;
}

ul.check li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}

ul.check li:before {
	margin-right: 0.6em;
	content: "\f00c";
	color: #003e5f;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

ul.nomargin {
	margin: 0;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.6em 1.6em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
	max-height: 48vw;
	border: 0px #fff !important;
	border-radius: 5px !important;
}

img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

#profile .profilelogo {
	width: auto;
	height: 2.0em;
	margin-top: 1.0em;
}

@media screen and (min-width: 667px) {
	#profile .profilelogo {
	}
}/* min-width: 667px */

figure {
	margin: 0;
}

table {
	margin: 0;
	width: 100%;
}



/* Links
--------------------------------------------- */
a,
a:visited {
	color: #007fab;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	color: #dedede;
	outline: 0;
}

a img:hover,
a img:active {
	opacity: 0.6;
}



/* Buttons
--------------------------------------------- */
a.btn {
	margin: 0;
	display: inline-block;
	padding: 0.6em 1.2em;
	color: #fff;
	font-size: 1.0rem;
	background: #003e5f;
	border-radius: 6px;
}

a.largebtn {
	margin: 0;
	display: inline-block;
	padding: 1.2em 1.6em;
	color: #fff;
	font-size: 1.0rem;
	font-weight: 400;
	background: #003e5f;
	border-radius: 12px;
}

a.smallbtn {
	margin: 0;
	display: inline-block;
	padding: 0.6em 1.2em;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	background: #003e5f;
	border-radius: 6px;
}

a.btn:hover,
a.btn:active,
a.largebtn:hover,
a.largebtn:active,
a.smallbtn:hover,
a.smallbtn:active {
	background: #dedede;
}

.jump:before {
	padding-right: 0.2em;
	content: '\f35d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contact:before {
	padding-right: 0.4em;
	content: '\f1d8';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.appstore:before {
	padding-right: 0.4em;
	content: '\f179';
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.googleplay:before {
	padding-right: 0.4em;
	content: '\f3ab';
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.house:before {
	padding-right: 0.4em;
	content: '\f015';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.office:before {
	padding-right: 0.4em;
	content: '\f1ad';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.map:before {
	padding-right: 0.4em;
	content: '\f3c5';
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

a.btn:after,
a.largebtn:after,
a.smallbtn:after {
	clear: both;
}



/* Forms
--------------------------------------------- */
form {
	margin-bottom: 7.2em;
}

fieldset {
	border: 1px solid #ddd;
	padding: 25px;
}

fieldset legend {
	font-size: 0.875em;
	font-style: italic;
	padding: 0 15px;
}

label {
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="file"] {
	display: block;
	width: 100%;
	margin: 0.4em 0 0 0;
	padding: 0.8em;
	color: #333;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.wpcf7-list-item-label {
	vertical-align: 0.08em;
}

.wpcf7-list-item-label::before {
	padding-left: 0.2em;
}

textarea {
	line-height: 1.5;
	height: 10.0em;
}

.registermail,
.registerphone,
.p-locality,
.p-street-address,
.p-extended-address {
	display: inline-block !important;
	width: 100%;
}

.p-postal-code {
	display: inline-block !important;
	width: 6.0em !important;
	margin-right: 1.0em !important;
}

.p-region {
	display: inline-block !important;
	width: 7.0em !important;
}

p.input_serial {
	width: 100%;
	margin-bottom: 0.6em;
	padding: 0 auto;
}

p.input_serial select {
	display: inline-block !important;
	width: 4.0em !important;
	padding: 0 0.2em !important;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

p.input_serial input[type="text"] {
	display: inline-block !important;
	width: 5.0em !important;
	padding: 0 0.2em !important;
}

#submit,
input.button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	float: right;
	padding: 0.6em 1.6em;
	color: #fff;
	font-size: 1.0rem;
	text-align: right;
	background: #003e5f;
	border: none;
	border-radius: 4px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

#submit:hover,
input[type="button"]:hover,
input.button:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #dedede;
	cursor: pointer;
}

.submitcaps {
	font-size: 0.75em !important;
	line-height: 1.4 !important;
}

.wpcf7 form .wpcf7-response-output {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	font-size: 0.75rem;
	background: #007fab;
	border: none !important;
	border-radius: 2px;
}

.wpcf7-not-valid-tip {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0.2em 0.4em;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	background: #003e60;
	border: none !important;
	border-radius: 2px;
}

.p-postal-code {
	width: 7.0em;
}

.p-country-name {
	display: none !important;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body {
}

header {
	position: relative;
	z-index: 333;
}

main {
	position: relative;
	width: 100vw;
	max-width: 1024px;
	margin: 3.6em auto 3.2em;
	padding: 0 1.6em;
	z-index: 111;
}

.main-home {
	margin: 68vw auto 3.2em;
}

@media screen and (min-width: 667px) {
	main {
		margin: 9.6em auto 3.2em;
	}

	.main-home {
		margin: calc((100vw * 0.41666) + 3.2em) auto 3.2em;
	}
}/* min-width: 667px */

footer {
	width: 100vw;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1.0em;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header background
--------------------------------------------- */
.headerbg-home {
	width: 100vw;
	min-height: 100vw;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 667px) {
	.headerbg-home {
		position: absolute;
		top: 0;
		height: calc(100vw * 0.4375);
	}
}/* min-width: 667px */

.headerbg {
	width: 100vw;
	background: none;
}



/* Site branding
--------------------------------------------- */
.site-branding,
.site-branding-home {
	width: 42.0vw;
	max-width: 420px;
	margin: 0 auto;
	padding-top: 0.8em;
}

.site-branding img,
.site-branding-home img {
	position: relative;
	width: 100%;
	height: auto;
	margin: 1.0em auto;
	z-index: 777777;
}

.whitelogo {
	filter: contrast(0) brightness(100);
}

@media screen and (min-width: 667px) {
	.site-branding img,
	.site-branding-home img {
		width: auto;
		height: calc(100vw * 0.25 / 3);
		min-height: 96px;
		margin: calc(100vw * 0.25 / 6) auto 0;
	}
}/* min-width: 667px */

.messagebnr {
	position: fixed;
	display: inline-block;
	z-index: 777;
}

.messagebnr a {
	position: fixed;
	bottom: 0;
	width: 100vw;
	padding: 0.48em 0.64em;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background: #003e5f;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.16);
}

.messagebnr i {
	margin-right: 0.5em;
}

.top-messagebnr a img,
.messagebnr a img {
	display: inline-block;
	width: auto;
	height: 1.48em;
	margin: 0 0.32em 0 0;
	vertical-align: -0.32em;
}

@media screen and (min-width: 1024px) {
	.top-messagebnr a,
	.messagebnr a {
		position: fixed;
		top: 7.8vw;
		bottom: auto;
		right: 0;
		width: auto;
		padding: 0.44em 0.6em 0.4em;
		text-align: left;
		font-size: 1.0rem;
		box-shadow: 0 0.2em 8px 2px rgba(0, 0, 0, 0.16);
	}
}/* min-width: 1,024px */



/* Navigation
--------------------------------------------- */
img.headerbar-logo {
	display: inline-block;
	width: auto;
	height: 42px;
	margin: 0.48em 0.8em;
	z-index: 77777;
}

#site-navigation {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
}

.main-navigation li {
	position: relative;
	padding: 0.16em 0.8em;
	text-align: right;
}

.main-navigation a,
.main-navigation a:visited {
	display: block;
	color: #003e5f;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:active {
	color: #efefef;
	outline: 0;
}

.nav-white a,
.nav-white a:visited {
	color: #fff;
}

.nav-white a:hover,
.nav-white a:active {
	color: #003e5f;
}

/* Small menu. */
.menu-toggle {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1.6em;
	right: 1.6em;
	background: none;
	border: none;
	z-index: 333333;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
	content: '';
	position: absolute;
	display: block;
	width: 21px;
	height: 3px;
	background-color: #003e5f;
}

.menu-toggle span::before {
	bottom: 8px;
}

.menu-toggle span::after {
	top: 8px;
}

.main-navigation.toggled ul {
	display: block;
	top: 0;
	width: 100.0vw;
	padding: 6.4em 1.0em 0;
	background: rgba(255, 255, 255, 0.96);
}

.main-navigation.toggled li {
	margin: 0;
	padding: 0.6em 3.6em;
	text-align: right;
	letter-spacing: 0.07em;
	border-bottom: #f7f7f7 1px solid;
}

.main-navigation.toggled li:last-child {
	border-bottom: none;
}

ul#primary-menu {
	position: fixed;
}

ul#primary-menu li {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 0.75rem;
}

@media screen and (min-width: 1280px) {
	img.headerbar-logo {
		position: fixed;
		top: 0.2em;
		left: 1.6em;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		top: 0;
		right: 0;
		width: 100.0vw;
		margin: 0;
		padding: 1.2em 1.6em;
		background: linear-gradient(#fff, rgba(255, 255, 255, 0.42));
		background-clip: padding-box;
		border-bottom: transparent 1px solid;
		border-image: linear-gradient(to right, rgba(255, 255, 255, 0.72) 0%, 36%, rgba(255, 255, 255, 0.42) 50%, 64%, rgba(255, 255, 255, 0.72) 100%) 1;
	}

	.main-navigation li {
		letter-spacing: 0.07em;
	}

	.main-navigation li:first-child {
		margin-left: 0;
	}

	ul#primary-menu {
	}
}/* min-width: 1280px */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.6em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* Lead copy
--------------------------------------------- */
#leadcopy {
	margin: 0;
}

#leadcopy ul {
	margin: 0;
}



/* Sections & Articles
--------------------------------------------- */
section,
article {
	margin-bottom: 3.2em;
}




/* Columns
--------------------------------------------- */
@media screen and (min-width: 667px) {
	.column-2,
	.column-3,
	.column-4 {
		columns: 2 auto;
		column-gap: 2.4em;
		}
}/* min-width: 667px */

@media screen and (min-width: 1024px) {
	.column-3 {
		columns: 3 auto;
		column-gap: 2.4em;
		}

	.column-4 {
		columns: 4 auto;
		column-gap: 2.4em;
		}
}/* min-width: 1,024px */

.spanner {
	column-span: all;
}

.colbreakafter {
	break-after: column;
}



/* Grid systems
--------------------------------------------- */
.h2grid,
.grid_1-2,
.grid_1-3,
.grid_2-1,
.grid_2-3,
.grid_3-2 {
	margin-bottom: 1.6em;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.6em;
}

.grid_1-1,
.grid_1-1-1-1 {
	margin-bottom: 1.6em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.6em;
}

.grid_1-1-1 {
	margin-bottom: 1.6em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.6em;
}

@media screen and (min-width: 667px) {
	.h2grid {
		grid-template-columns: 1fr 2.8fr;
		column-gap: 2.4em;
	}

	.grid_1-1 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid_1-2 {
		grid-template-columns: 1fr 2fr;
	}

	.grid_1-3 {
		grid-template-columns: 1fr 3fr;
	}

	.grid_2-1 {
		grid-template-columns: 2fr 1fr;
	}

	.grid_2-3 {
		grid-template-columns: 2fr 3fr;
	}

	.grid_3-2 {
		grid-template-columns: 3fr 2fr;
	}

	.grid_1-1-1-1 {
		grid-template-columns: repeat(4, 1fr);
	}

	.cgap24 {
		column-gap: 2.4em;
	}
}/* min-width: 667px */

.grid_1-1 img,
.grid_1-2 img,
.grid_1-3 img,
.grid_2-3 img,
.grid_3-2 img,
.grid_1-1-1 img,
.grid_1-1-1-1 img {
	margin: 0;
	width: 100% !important;
	height: auto;
	object-fit: contain;
}



/* Tables
--------------------------------------------- */
table {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0.6em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

tr {
	border-bottom: 1px solid #dedede;
}

tr:first-child { 
	border-top: 1px solid #dedede;
}

th,
td {
	margin: 0;
	padding: 0.96em;
	font-size: 0.875rem;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	overflow: visible;
}

td {
	padding-right: 0;
}

@media screen and (min-width: 667px) {
	th {
		width: 16%;
	}
}/* min-width: 667px */

/*tbody > tr:nth-child(odd) { background-color: #f7f7f7; }*/



/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.6em;
	display: grid;
	row-gap: 1.4em;
	column-gap: 1.4em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
}

.gallery-item img {
	border-radius: 5px;
}

.gallery li {
	margin: 0;
	padding: 0;
}

.gallery li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

.gallery li a:hover {
	color: #dedede;
}

.gallery-columns-9,
.gallery-columns-8,
.gallery-columns-7,
.gallery-columns-6,
.gallery-columns-5,
.gallery-columns-4,
.gallery-columns-3,
.gallery-columns-2,
.gallery-columns-1 {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 667px) {
	.gallery-columns-1 {
		grid-template-columns: 1fr;
		row-gap: 1.6em;
	}
	
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-columns-3,	
	.gallery-columns-4,	
	.gallery-columns-5,	
	.gallery-columns-6,	
	.gallery-columns-7,	
	.gallery-columns-8,	
	.gallery-columns-9 {
		grid-template-columns: repeat(3, 1fr);
	}
}/* min-width: 667px */

@media screen and (min-width: 1024px) {
	.gallery-columns-1 {
		grid-template-columns: 1fr;
		row-gap: 1.6em;
	}
	
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}

	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}/* min-width: 1,024px */

.gallery-caption {
	display: block;
}



/* Flex gallery
--------------------------------------------- */
.flexgallery_2c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flexgallery_2c > div {
	width: 48%;
	margin-bottom: 1.6em;
}

.flexgallery_2c > div > img {
	margin-bottom: 0.4em;
}

.nowrap {
	flex-wrap: no-wrap;
}



/* Home services
--------------------------------------------- */
#home-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#home-services > article {
	width: 100%;
	margin-bottom: 1.6em;
}

@media screen and (min-width: 667px) {
	#home-services > article {
		width: 32%;
		margin-bottom: 1.2em;
	}
	
	#home-services > article:nth-of-type(-n+2) {
		width: 49%;
	}
}/* min-width: 667px */

.home-services-panel {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.08);
}

.hsph_rental {
	padding: 1.8em 0.8em 4.2em;
	background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.12)), url("/wp-content/uploads/eye_hsph_rental.jpg") no-repeat center center/cover;
}

.hsph_buysell {
	padding: 1.8em 0.8em 4.2em;
	background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.12)), url("/wp-content/uploads/eye_hsph_buysell.jpg") no-repeat center center/cover;
}

.hsph_management {
	padding: 1.8em 0.8em 3.6em;
	background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.12)), url("/wp-content/uploads/eye_hsph_management.jpg") no-repeat center bottom/cover;
}

.hsph_design {
	padding: 1.8em 0.8em 3.6em;
	background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.12)), url("/wp-content/uploads/eye_hsph_design.jpg") no-repeat center center/cover;
}

.hsph_reform {
	padding: 1.8em 0.8em 3.6em;
	background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.12)), url("/wp-content/uploads/eye_hsph_reform.jpg") no-repeat center bottom/cover;
}

.home-services-panel-header {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.0;
	border-radius: 4px 4px 0 0;
}

.home-services-panel-subtitle {
	font-size: 0.6875rem;
}

.home-services-panel-contents {
	padding: 1.2em;
	line-height: 1.4;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.home-services-panel-contents p {
	margin-bottom: 0; /* ボタン設置時に 1.6em */
	font-size: 0.8125rem;
}



/* Search Buttons
--------------------------------------------- */
.searchbtn {
	margin-bottom: 4.2em;
	text-align: right;
}

.searchbtn a {
	width: 100%;
	text-align: center;
}

.searchbtn a:first-child {
	margin-right: 0;
	margin-bottom: 0.6em;
}

@media screen and (min-width: 667px) {
	.searchbtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.searchbtn a {
		width: auto;
	}
	
	.searchbtn a:first-child {
		margin-right: 1.6em;
		margin-bottom: 0;
	}
}


/* Access map
--------------------------------------------- */
#accessmap {
	margin-bottom: 1.6em;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.6em;
}

#accessmap img {
	width: 100%;
	height: auto;
	margin-bottom: 1.2em;
}

@media screen and (min-width: 667px) {
	#accessmap {
		grid-template-columns: 1.4fr 1fr;
		grid-gap: 2.4em;
	}
}/* min-width: 667px */



/* Profile icon
--------------------------------------------- */
.profileicon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.2em;
}

.profileicon > img {
	width: 48px !important;
	height: auto;
	margin: 0 0.6em 0 0 !important;
	border-radius: 50% !important;
}



/* News & Topics / Notes
--------------------------------------------- */
.nats-notes {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.2em;
	row-gap: 3.2em;
}

@media screen and (min-width: 667px) {
	.nats-notes {
		grid-template-columns: repeat(2, 1fr);
	}
}/* min-width: 667px */

#newsandtopics,
#notes {
	margin: 0;
}

#newsandtopics ul,
#notes ul {
	margin: 0;
	list-style: none;
}

#newsandtopics li,
#notes li {
	margin: 0;
	padding: 1.0em 0.6em;
	font-size: 0.8125rem;
	line-height: 1.4;
	border-bottom: #dedede 1px solid;
}

#newsandtopics li:first-child,
#notes li:first-child {
	border-top: #dedede 1px solid;
}

#newsandtopics li .post-date,
#notes li .post-date {
	margin-right: 1.0em;
	color: #666;
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.75rem;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
}

#newsandtopics li .post-tags a,
#notes li .post-tags a {
	margin-right: 0.2em;
	padding: 0.04em 0.4em;
	color: #fff;
	font-size: 0.625rem;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	vertical-align: middle;
	background: #cdcdcd;
	border-radius: 1px;
}

#newsandtopics li .post-tags a:hover,
#newsandtopics li .post-tags a:active,
#notes li .post-tags a:hover,
#notes li .post-tags a:active{
	background: #dedede;
}

#newsandtopics li >:first-child::after,
#notes li >:first-child::after {
	content: "\A";
	white-space: pre;
}



/* Customers page
--------------------------------------------- */
#cus_navi ul {
	margin: 0;
	list-style: none;
}

#cus_navi li {
	margin: 0;
	padding: 0.6em 0.2em;
	text-align: justify;
	border-bottom: #efefef 1px solid;
}

#cus_navi li:first-child {
	border-top: #efefef 1px solid;
}

#cus_navi li::before {
	margin-right: 0.6em;
	content: "\f105";
	color: #ccc;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}



/* Posts and pages
--------------------------------------------- */
article.details-grid {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 667px) {
	article.details-grid {
		display: grid;
		grid-template-columns: 5fr 2fr;
		column-gap: 4.8em;
	}
}/* min-width: 667px */

.postdate,
.tipsmeta {
	width: 100%;
	margin: 0 0 2.4em;
	padding: 0.6em 0 0;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: right;
	border-top: #003e5f 1px dashed;
}

#item-label {
	margin: 0 0 3.0em;
}

#item-label p {
	display: block;
	margin: 0.6em 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	text-align: right;
	line-height: 1.0;
	letter-spacing: 0.04em;
}

#item-label .cat-label {
	margin: 0 0.1em 0 0.6em;
	padding: 0 0.4em;
	color: #fff;
	font-weight: 400;
	background: #003e5f;
	border-radius: 2px;
}

#item-label .post-date {
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.75rem;
	font-weight: 400;
}

#item-label .post-tags a {
	margin-right: 0.2em;
	padding: 0.04em 0.4em 0.02em;
	color: #fff;
	font-size: 0.75rem;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	vertical-align: baseline;
	background: #cdcdcd;
	border-radius: 1px;
}

.entry-content img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 1.0em;
	border-radius: 5px;
}

.entry-content img.eyecatch {
	margin: 0 auto 3.6em;
}

@media screen and (min-width: 667px) {
	.entry-content img.eyecatch {
		width: 100%;
	}
}/* min-width: 667px */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 2.4em;
}

@media screen and (min-width: 667px) {
.page-content,
.entry-content,
.entry-summary {
	margin: 0 1.6em 4.8em;
}
}/* min-width: 667px */

.page-links {
	clear: both;
	margin: 0 0 1.6em;
}



/* Item pop
--------------------------------------------- */
.itempop {
	display: grid;
	grid-template-columns: 1fr 8fr;
	grid-gap: 1.2em;
	margin: 0 auto 3.2em;
	padding: 1.6em;
	text-align: right;
	background: #fff;
	border: #efefef 1px solid;
	border-radius: 5px;
}

@media screen and (min-width: 1024px) {
	.itempop {
		grid-gap: 2.4em;
		width: 80%;
		padding: 2.4em;
	}
}/* min-width: 1,024px */

img.itempop-logo {
	margin: 0;
}

.itempop p {
	margin: 0;
	color: #404040;
	font-size: 0.875rem;
}

.itempop a {
	margin: 1.6em 0 0;
	display: inline-block;
	float: right;
	padding: 0.2em 0.6em;
	color: #fff;
	font-size: 0.75rem;
	text-align: right;
	background: #003e5f;
	border-radius: 2px;
}

.itempop a:hover,
.itempop a:active {
	background: #dedede;
}

.itempop a:before {
	padding-right: 0.2em;
	content: '\f35d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.itempop a:after {
	clear: both;
}



/* Phone No.
--------------------------------------------- */
.phoneNo {
	font-size: 1.92em;
	font-weight: 600;
	text-align: center;
}

.phoneNo a {
	color: #666;
}

.phoneNo a:hover {
	color: #aaa;
}

.phoneNo::before {
	margin-right: 0.16em;
	content: "\f098";
	color: #003e5f;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

@media screen and (min-width: 1024px) {
	.phoneNo {
		font-size: 3.2em;
	}
}/* min-width: 1,024px */



/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}



/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}



/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
# Footer contents
--------------------------------------------------------------*/
.footer-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 3.2em;
	row-gap: 1.6em;
	font-size: 0.75rem;
}

@media screen and (min-width: 1024px) {
	.footer-container {
		grid-template-columns: 1fr 1fr 0.66fr;
	}
}/* min-width: 1,024px */



/* Footer A : Navigation
--------------------------------------------- */
#footer-A {
	font-family: 'din-2014', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.footer-nav {
	display: grid;
	grid-template-columns: 1.32fr 1.0fr;
	column-gap: 1.2em;
}

.footer-nav ul {
	margin: 0;
	list-style: none;
}

.footer-nav li {
	margin: 0;
	padding: 0.6em 0.16em;
	text-align: justify;
	border-bottom: #efefef 1px solid;
}

.footer-nav li:first-child {
	border-top: #efefef 1px solid;
}

.footer-nav li::before {
	margin-right: 0.4em;
	content: "\f105";
	color: #ccc;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.footer-nav .no-arrow {
	padding: 0.6em;
	line-height: 1.2;
}

.footer-nav .no-arrow::before {
	content: "";
	margin-right: 0;
}

.footer-nav a,
.footer-nav a:visited {
	color: #404040;
}

.footer-nav a:hover,
.footer-nav a:active {
	color: #dedede;
}

.footer-nav img {
	margin: 0.6em 0;
}

@media screen and (min-width: 1024px) {
	.footer-nav {
		grid-template-columns: auto;
	}

	.footer-nav ul {
		margin-bottom: 1.2em;
	}
}/* min-width: 1,024px */

@media screen and (max-width: 360px) {
	.footer-nav {
		grid-template-columns: auto;
	}

	.footer-nav ul {
		margin-bottom: 1.2em;
	}
}/* max-width: 360px(for iPhone 5/SE) */

li.arrow-down::before {
	content: "\f107";
}

ul.footer-lineup {
	margin: 0 auto 0 1.6em;
}

ul.footer-lineup li,
ul.footer-lineup li:first-child {
	padding: 0.4em 0.2em 0;
	border: none;
}

.footer-sns-links {
	display: flex;
	justify-content: center;
	margin: 0 0 1.2em !important;
	padding: 0;
}

.footer-sns-links li {
	margin: 0 0.4em;
	padding: 0;
	font-size: 1.2rem;
	list-style: none;
	border: none !important;
}

.footer-sns-links li::before {
	content: "";
	margin-right: 0;
}

.tw {
	color: #1d9bf0; /* #1d9bf0; */
}

.ig {
	color: #e1306c; /* #e1306c; */
}

.fb {
	color: #1877f2; /* #1877f2; */
}

.ln {
	color: #00c300; /* #00c300; */
}

.tw:hover,
.tw:active,
.ig:hover,
.ig:active,
.fb:hover,
.fb:active,
.ln:hover,
.ln:active {
	color: #dedede;
}

.footer-linkbanners {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	gap: 0.6em;
	margin: 0;
}

.footer-linkbanners img {
	margin: 0;
	height: 2.0rem;
	width: auto;
	outline: #efefef 1px solid;
	outline-offset: -1px;
	border-radius: 6px;
}

@media screen and (min-width: 1024px) {
	.footer-sns-links li {
		margin: 0 0.8em;
		font-size: 1.2rem;
	}
}/* min-width: 1,024px */

.footer-subnav {
	margin: auto 0 0;
	font-size: 0.625rem;
	list-style: none;
}

.footer-subnav ul:last-of-type {
	margin-bottom: 0;
}

img.footer-logo {
	width: 48%;
	height: auto;
	margin: 0.8em 0 0.4em;
}

.footer-company {
	margin: 2.4em 0.6em 0;
	font-size: 0.875rem;
}

.footer-add {
	margin: 0 0.6em;
	font-size: 0.75rem;
}

@media screen and (min-width: 667px) {
	img.footer-logo {
		width: auto;
		height: 42px;
	}

	.footer-company {
		margin: 1.0em 0 0;
		font-size: 0.75rem;
	}

	.footer-add {
		margin: 0;
		font-size: 0.625rem;
	}
}/* min-width: 667px */



/* Footer B : SNS
--------------------------------------------- */
#footer-B {
	height: auto;
}



/* Footer C : News & Topics
--------------------------------------------- */
#footer-C {
}

.footer-panel {
	display: block;
	margin: 0 auto 1.6em;
	padding: 2.4em;
	text-align: right;
	background: #fff;
	border: #efefef 1px solid;
	border-radius: 12px;
}


.footer-panel:last-child {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.footer-panel {
		width: 100%;
	}
}/* min-width: 1,024px */

img.footer-panel-logo {
	float: left;
	width: auto;
	max-height: 2.2em;
	margin: 0;
}

.footer-panel p,
.footer-panel ul {
	margin: 1.0em 0 0;
	color: #404040;
	font-size: 0.75rem;
	text-align: left;
}

.footer-panel a.btn {
	margin: 1.6em 0 0;
	display: inline-block;
	padding: 0.2em 0.6em;
	color: #fff;
	font-size: 0.75rem;
	text-align: right;
	background: #003e5f;
	border-radius: 4px;
}

.footer-panel a.btn:hover,
.footer-panel a.btn:active {
	background: #dedede;
}

.footer-panel a.btn:before {
	padding-right: 0.2em;
	content: '\f35d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

img.footer-panel-logo:after,
.footer-panel a:after {
	clear: both;
}

.footer-panel li,
.footer-news li {
	margin-bottom: 1.0em;
	line-height: 1.16;
}



/* Copyright
--------------------------------------------- */
#copyright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 1.2em 1.6em 1.2em; /* messagebnr使用時はbottom 3.6em / 不使用時は 1.2em */
	background: #fff;
	border-top: #efefef 1px solid;
}

#copyright p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 0.75rem;
	text-align: right;
	letter-spacing: 0.02em;
}

#copyright a,
#copyright a:visited {
	color: #404040;
}

#copyright a:hover,
#copyright a:active {
	color: #dedede;
}

@media screen and (min-width: 1024px) {
	#copyright {
		padding: 1.2em 1.6em;
	}
}/* min-width: 1,024px */



/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Social Feed Gallery
--------------------------------------------- */
@media screen and (max-width: 480px) {
	.instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
		min-width: 33.333%;
	}
}



/*--------------------------------------------------------------
# Temp pages
--------------------------------------------------------------*/
.templogo img {
	width: 24vw;
	max-width: 96px;
	height: auto;
	margin: 2.0em auto 6.0em;
}

.temptable {
	width: 80%;
	margin: 1.0em auto 4.0em;
}

.temptable td {
	padding: 1.6em;
}

.temptable i {
	margin-right: 0.6em;
}



/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right !important;
}

.center {
	width: 100%;
	text-align: center !important;
}

.alignleft:after,
.alignright:after {
	clear: all;
}



/* Margin
--------------------------------------------- */

.mt0 {
	margin-top: 0 !important;
}

.mtplushalf {
	margin-top: 0.6em !important;
}

.mtplus1 {
	margin-top: 1.2em !important;
}

.mtplus2 {
	margin-top: 2.4em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mbplushalf {
	margin-bottom: 0.6em !important;
}

.mbplus1 {
	margin-bottom: 1.2em !important;
}

.mbplus2 {
	margin-bottom: 2.4em !important;
}

.mbplus3 {
	margin-bottom: 3.6em !important;
}

.mbplus4 {
	margin-bottom: 4.8em !important;
}

.mbplus6 {
	margin-bottom: 6.4em !important;
}

.mbplus8 {
	margin-bottom: 8.4em !important;
}

.mrplus1 {
	margin-right: 1.6em !important;
}

.mlplus1 {
	margin-left: 1.6em !important;
}

.no-padding {
	padding: 0 !important;
}



/* Visiblity
--------------------------------------------- */
.home .entry-title,
.entry-footer,
.byline,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    display: none;
}

.switch_sp { display: block !important; }
.switch_pc { display: none !important; }

@media screen and (min-width: 667px) {
	.switch_sp { display: none !important; }
	.switch_pc { display: block !important; }
}/* min-width: 667px */

.grecaptcha-badge {
	visibility: hidden;
}

.invisible {
	display: none !important;
}

.no-border {
	border: none !important;
}

.no-bb {
	border-bottom: none !important;
}

@media screen and (min-width: 667px) {
	.onlypc-br {
		visibility: hidden;
	}

	.onlypc-br:before {
		content: "\A";
		white-space: pre;
	}
}/* min-width: 667px */

@media screen and (min-width: 667px) {
	.img-w50 {
		width: 50% !important;
		height: auto;
	}
}/* min-width: 667px */