@charset "utf-8";

/*
theme Name: Yon
Author: Yon
Description: Yon theme
version： 1.0.0
*/
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}

mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

hr {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
}

/*cssのリセット*/

* {
	-webkit-appearance: none;
	border-radius: 0;
}

body {
	display: block;
	font-size: 20px;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	letter-spacing: 4px;
	line-height: 40px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div {
	display: block;
}

a {
	color: #8AC47B;
}

a:hover {
	opacity: 0.8;
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 4px solid #ACDAA0;
	padding-bottom: 10px;
	display: inline;
}

h3 {
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 6px;
	margin: 15px 0 0;

}

h4 {
	font-size: 1.4em;
	font-weight: 500;
	margin: 150px 0;
}

h5 {
	text-align: center;
	font-size: 1.15em;
	font-weight: 500;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dash {
	height: 0.5px;
	position: relative;
	padding-bottom: 10px;
}

.dash::before {
	content: "";
	background-image: linear-gradient(to right, #000, #000 10px, transparent 10px, transparent 20px);
	background-size: 20px 0.5px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header_top {
	display: block;
}

.full {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("/wp-content/uploads/2025/04/top01-1-scaled.jpg") center / cover;
	margin: 0 0 130px;
}

.header_nav {
	position: fixed;
	width: 100%;
	height: 60px;
	background: #ffffff;
	z-index: 100;
}

.header_logo {
	float: left;
}

.header_menu {
	position: fixed;
	float: right;
	margin: 40px 40px 0 0;
}

.content-wrapper {
	display: block;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.top_message {
	position: absolute;
	bottom: 38%;
	left: 5%;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 50px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	width: 60%;
	max-width: 750px;
}

.footer {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 100px 0 0;
	background-color: #f2f2f2;
}

.footer p {
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 500;
}

.title_wrapper {
	text-align: center;
	padding: 50px 0 0;
}

.comm_wrapper {
	margin: 0 auto;
	max-width: 940px;
}

/* home */
.home_content {
	padding: 40px 50px;
	background-color: #EFF8EC;
	border-radius: 10px;
	margin: 0 0 100px;
}

.home_content p {
	font-size: 0.8em;
	font-weight: 500;
}

.home_service_content {
	border-radius: 10px;
	padding: 40px 30px 40px 40px;
	overflow: auto;
	display: table;
}

.home_service_content_grey {
	background-color: #f2f2f2;
}

.home_service_img {
	float: left;
	margin-right: 60px;
	height: 200px;
}

.home_service_text {
	font-size: 0.8em;
	vertical-align: middle;
	display: table-cell;
}

.home_service_title {
	font-weight: 500;
}

.link_btn {
	margin: 50px 0 0;
}

.service_detail_btn {
	margin: 0 auto;
	width: 220px;
	background-color: #8AC47B;
	border-radius: 60px;
	text-align: center;
}

.service_detail_btn:hover {
	opacity: 0.9;
}

.contact_detail_btn {
	margin: 0 auto;
	width: 300px;
	background-color: #8AC47B;
	border-radius: 60px;
	text-align: center;
}

.contact_detail_btn:hover {
	opacity: 0.9;
}

.link_btn a {
	color: #ffffff;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: 500;
	padding: 20px 0;
	display: block;
}

/*breadcrumb*/
.breadcrumb {
	overflow: auto;
	max-width: 940px;
	margin: 0 auto;
	font-size: 0.6em;
	font-weight: 500;
	letter-spacing: 0.3em;
}

.breadcrumb_list {
	display: flex;
}

.breadcrumb_list p {
	float: left;
}

/*menu*/
.menu {
	position: fixed;
	right: 0px;
	height: 60px;
	width: 70px;
	z-index: 99;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.menu:hover {
	opacity: 0.7;
}

.menu_line {
	background: #000;
	display: block;
	height: 4px;
	width: 30px;
	position: absolute;
	transition: transform .5s;
	margin: 18px;
}

.menu_line_center {
	top: 10px;
}

.menu_line_bottom {
	bottom: 0;
}

.menu.active {
	background-color: transparent;
}

.menu_line_top.active {
	top: 10px;
	transform: rotate(45deg);
}

.menu_line_center.active {
	transform: scaleX(0);
}

.menu_line_bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}

/*gnav*/
.gnav {
	background: rgba(255, 255, 255, 1);
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 98;
}

.gnav_wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
}

.gnav_menu_item {
	margin: 15px 0;
	text-align: center;
}

.gnav_menu_item a {
	color: #333333;
	font-size: 1.1em;
	font-weight: 500;
	transition: .5s;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.gnav_menu_item a:hover {
	opacity: 1;
}

.gnav_menu_item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #ACDAA0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;

}

.gnav_menu_item a:hover::after {
	transform: scale(1, 1);
}

.gmav_footer {
	position: relative;
}

/* about */
.header_about_img {
	position: relative;
	width: 100%;
	height: 300px;
	background: url("/wp-content/uploads/2025/04/header01-scaled.jpg") center / cover;
	margin: 0 0 10px;
}

.about_content {
	margin: 50px 0 0;
	font-size: 0.8em;
}

.about_content table {
	margin: 0 auto;
}

.about_content td {
	padding: 10px 20px;
	vertical-align: middle;

}

.about_content tr>*:first-child {
	font-weight: bold;
}

.about_content tr:nth-child(2n) {
	background-color: #EFF8EC;
}

.about_content a {
	font-weight: bold;
}

/* service */
.header_service_img {
	position: relative;
	width: 100%;
	height: 300px;
	background: url("/wp-content/uploads/2025/04/header02-scaled.jpg") center / cover;
	margin: 0 0 10px;
}

.service_content {
	border-radius: 10px;
	padding: 40px 30px 40px 40px;
}

.service_content_detail {
	overflow: auto;
	display: table;
	margin: 0 0 30px;
}

.service_content_grey {
	background-color: #f2f2f2;
}

.service_img {
	float: left;
	margin-right: 60px;
	height: 200px;
}

.service_text {
	font-size: 0.8em;
	vertical-align: middle;
	display: table-cell;
}

.service_title {
	font-weight: 500;
}

.service_content table {
	margin: 20px 0 0;
	font-size: 0.7em;
	width: 100%;
}

.service_content td {
	padding: 4px 20px;
	vertical-align: middle;

}

.service_content tr>*:first-child {
	font-weight: bold;
	width: 38%;
}

/* works */
.header_works_img {
	position: relative;
	width: 100%;
	height: 300px;
	background: url("/wp-content/uploads/2025/04/header03-scaled.jpg") center / cover;
	margin: 0 0 10px;
}

.works_content {
	margin: 50px 0 0;
	font-size: 0.8em;
}

.works_title {
	width: 160px;
	background-color: #EFF8EC;
	margin: 0 auto;
	border-radius: 10px;
	padding: 8px 0;
	margin-bottom: 30px;
}

.works_content table {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 80px;
}

.works_content tr {
	border-bottom: solid 1px #ddd;
	height: 70px;
}
}

.works_content tr td {
	padding: 10px 20px;

}

.works_content tr>*:first-child {
	font-weight: bold;
	vertical-align: middle;
	width: 40%;
	padding-left: 20px;
}

.works_content tr>*:last-child {
	vertical-align: middle;
}

.works_list {
	display: grid;
	width: fit-content;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	gap: 30px;
}

.works_list li {
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 500;
}

.works_list li:nth-child(2n) {
	margin-right: 0;
}

/* contact */
.header_contact_img {
	position: relative;
	width: 100%;
	height: 300px;
	background: url("/wp-content/uploads/2025/04/header04-scaled.jpg") center / cover;
	margin: 0 0 10px;
}

.contact_content {
	font-size: 0.8em;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}

.contact_message {
	padding: 30px 40px;
	background-color: #EFF8EC;
	border-radius: 10px;
	margin-bottom: 50px;
}

.contact_b {
	font-weight: bold;
}

/* Contact Form */
.wpcf7-form {
	width: 100%;
	margin: 0 auto;
}

.wpcf7-form p label {

	font-weight: 500;
}

.required {
	color: #8AC47B;
}

.wpcf7-form p {
	margin-top: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: 96%;
	padding: 2%;
	margin: 10px 0 0;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.wpcf7-form input[type="submit"] {
	width: 200px;
	padding: 20px;
	background-color: #8AC47B;
	color: #fff;
	border: 0;
	border-radius: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 1.1em;
	letter-spacing: 4px;
	font-weight: bold;
}

@media (hover: hover) {
	.wpcf7-form input[type="submit"]:hover {
		opacity: 0.9;
	}
}

.wpcf7-response-output {
	background-color: #FADFDE;
	border: none !important;
	padding: 8px !important;
	text-align: center;
	color: #E85F5C;
	border-radius: 10px;
	font-weight: 500;
}

.wpcf7-not-valid-tip {
	color: #E85F5C;
}

/* レスポンシブ */
@media (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 22px;
	}

	.header_nav {
		height: 40px;
	}

	.header_logo img {
		height: 40px;
		width: 180px;
	}

	.full {
		margin: 0 0 80px;
	}

	.title_wrapper {
		padding: 0;
	}

	.top_message {
		font-size: 1em;
		line-height: 30px;
		width: 83%;
	}

	.link_btn a {
		padding: 18px 0;
	}

	.content-wrapper {
		display: block;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		font-size: 1.1em;
		margin: 25px 0 0;
	}

	h4 {
		font-size: 1em;
		margin: 50px 0;
	}

	.footer {
		margin: 70px 0 0;
	}

	/*breadcrumb*/
	.breadcrumb {
		margin-left: 10px;
		font-size: 0.7em;
	}

	/*menu*/
	.menu {
		height: 40px;
		width: 40px;
		right: 5px;
	}

	.menu_line {
		height: 2px;
		width: 20px;
		margin: 12px;
	}

	.menu_line_center {
		top: 7px;
	}

	.menu_line_bottom {
		bottom: 0;
	}

	.menu.active {
		background-color: transparent;
	}

	.menu_line_top.active {
		top: 8px;
		transform: rotate(45deg);
	}

	.menu_line_center.active {
		transform: scaleX(0);
	}

	.menu_line_bottom.active {
		bottom: 6.5px;
		transform: rotate(135deg);
	}

	/* home */
	.home_content {
		padding: 20px;
		margin: 0 0 100px;
	}

	.home_content p {}

	.home_service_content {
		padding: 30px 20px 20px;
	}

	.home_service_img {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 180px;
	}

	.home_service_img img {
		width: 160px;
		height: 160px;
	}

	.home_service_text {
		display: block;
	}

	.home_service_title {
		margin: 0 0 5px;
	}

	.service_detail_btn {
		width: 160px;
	}

	.contact_detail_btn {
		width: 230px;
	}

	/* about */
	.header_about_img {
		height: 200px;
	}

	.about_content td {
		padding: 15px 20px;
	}

	.about_content tr>*:first-child {
		width: 34%;
		padding-right: 5px;
	}

	.about_content tr>*:last-child {
		padding-left: 5px;
	}

	/* service */
	.header_service_img {
		height: 200px;
	}

	.service_content {
		padding: 30px 20px 20px;
	}

	.service_img {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 180px;
	}

	.service_img img {
		width: 160px;
		height: 160px;
	}

	.service_text {
		display: block;
	}

	.service_title {
		margin: 0 0 5px;
	}

	.service_content table {
		margin-top: 10px;
		font-size: 0.8em;
	}

	.service_content tr>*:first-child {
		margin: 10px 0 5px 0;
		width: 100%;
		display: block;
	}

	.service_content tr>*:last-child {
		display: block;
		margin-left: 10px;
	}

	.service_content td {
		padding: 0;
	}

	/* works */
	.header_works_img {
		height: 200px;
	}

	.works_title {
		width: 120px;
		margin-bottom: 30px;
	}

	.works_content table {
		width: 90%;
		margin-bottom: 50px;
	}

	.works_content tr {
		height: auto;
	}

	.works_content tr td {
		padding: 0;
	}

	.works_content tr>*:first-child {
		width: 100%;
		padding-left: 0;
		display: block;
		padding: 10px 10px 0;
	}

	.works_content tr>*:last-child {
		width: 100%;
		display: block;
		padding: 0 10px 10px;
	}

	.works_list {
		grid-template-columns: none;
		gap: 20px;
	}

	/* contact */
	.header_contact_img {
		height: 200px;
	}

	.contact_message {
		padding: 15px 20px;
		margin-bottom: 30px;
	}

	.contact_b {
		font-weight: bold;
	}


}