/*
Theme Name: motozawa
Author: 本澤崇設計事務所
Description: 本澤崇設計事務所のテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: motozawa
Tested up to: 6.0
Requires PHP: 7.4
*/

.sticky,
.gallery-caption,
.bypostauthor {
	display: block;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption,
.wp-element-caption,
.wp-caption-text {
	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,
.wp-element-caption {
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0.8075em 0;
	text-align: center;
}

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

	.wp-caption .wp-caption-text,
	.wp-element-caption {
		font-size: 1.8rem;
	}
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output:empty {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: 3.4rem;
	left: 50%;
	translate: -50%;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.wpcf7 form .wpcf7-response-output {
		bottom: 5.2rem;
	}
}

#cf7msm_date.cf7msm-ro::before {
	content: "日付：";
}

#cf7msm_time.cf7msm-ro::before {
	content: "時刻：";
}