/*!
Theme Name: hamazen.pro
Theme URI: http://underscores.me/
Author: itoguchi
Author URI: http://underscores.me/
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: hamazen-pro
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.

hamazen.pro 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
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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,
strong {
	font-weight: bolder;
}

/**
 * 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.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);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------- */
/*ここから入力 */
/*--------------------------------------------- */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


body {
	font-family: 'Noto Sans JP', sans-serif;
}

.post, .page{
	margin:0;
}


*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,figure {
  margin: 0;
  padding: 0;
}

/* 共通 */

article{
	padding-top:72px;
}

.sp-br{
	display:none;
}

.sp-only{
	display:none;
}


@media screen and (max-width: 768px) {
	.sp-br{
		display:block;
	}
	
	.sp-only{
		display:block;
	}
	
	.pc-only{
		display:none;
	}
}

.breadcrumb{
	max-width:948px;
	margin:0 auto;
	padding:0 24px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	color: #202020;
}

/* パンくず */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: color 0.3s ease;
}

.breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5D1B03;
  transition: width 0.3s ease;
}


.breadcrumb a:hover {
  color: #5D1B03;
}

.breadcrumb a:hover::after {
  width: 100%;
}

.breadcrumb a:visited{	
	color: #202020;
}

.entry-title,.archive__title{
	font-size: 2.5rem;
	font-weight: 700;
	color: #5D1B03;
	border-bottom:1px solid #5D1B03;
	text-align:center;
	padding-bottom:30px;
}

@media screen and (max-width: 768px) {
	
	.breadcrumb{
		margin-top:8px;
		font-size: 0.75rem;
	}
	
	.entry-title,.archive__title{
    font-size: 1.5rem;
		padding-bottom:14px;
		margin-top:24px;
  }
}

/**************************/
/*       ヘッダー         */
/**************************/

.site-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:10;
	background:#fff;
	width: 100%;
	height:72px;
  max-width: 100%; 
	position:fixed;
	padding-left: 1rem;
}

.site-header .custom-logo{
	max-width:187px;
	height: 50px;
	width:100%;
}


.header-menu__list{
	list-style:none;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:22px;
}

.header-menu__link {
  color: #202020;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}


.header-menu__link:visited{
	color: #202020;
}

.header-menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5D1B03;
  transition: width 0.3s ease;
}

.header-menu__link:hover {
  color: #5D1B03;
}

.header-menu__link:hover::after {
  width: 100%;
}

.header-menu__link--tel{
	text-decoration:none;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #5D1B03 -23.28%, #C33906 182.76%);
  padding:12px;
  text-align: center;
  position: relative;
	max-width:190px;
	width:100%;
	outline: none; 
}

.header-menu__tel-text{
	color: #FFFFFF;
	line-height: 1.4;
	font-weight: 700;
	font-size:1.25rem;
}

.header-menu__tel-line{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:2px;
}

.header-menu__tel-time{
	color: #FFFFFF;
	font-size: 0.875rem;
	letter-spacing: 0.04375rem;
	font-weight: 400;
}

.header-menu__link--tel:hover{
	background:#FFFFFF;
	text-decoration:none;
	border:6px solid #5D1B03;
	max-width:202px;
	padding:6px 6.5px;
}

.header-menu__link--tel:hover::after {
  	display:none;
}

.header-menu__link--tel:hover .header-menu__tel-icon{
background-image: url('./img/icon-tel-brown.png'); 
}

.header-menu__link--tel:hover span {
  color: #5D1B03;
}

/* ハンバーガーメニュー */
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.header-menu__toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px 16px;
}

.header-menu__toggle-bars {
  position: relative;
  width: 30px;
  height: 24px;
}

.header-menu__toggle-bar {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #5D1B03;
  border-radius: 2px;
  transition: 0.3s ease;
}

/* 各バーの初期位置 */
.header-menu__toggle-bar:nth-child(1) {
  top: 0;
}
.header-menu__toggle-bar:nth-child(2) {
  top: 10px;
}
.header-menu__toggle-bar:nth-child(3) {
  top: 20px;
}

/* アクティブ状態でバツ印に */
.header-menu__toggle--active .header-menu__toggle-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.header-menu__toggle--active .header-menu__toggle-bar:nth-child(2) {
  opacity: 0;
}

.header-menu__toggle--active .header-menu__toggle-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}


.header-menu__toggle-text {
  color: #5D1B03;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
}

.header-menu__tel-icon{
  display: inline-block;
  width: 15px;              /* アイコンの横幅 */
  height: 20px;             /* アイコンの高さ */
  background-image: url('./img/icon-tel-white.png'); /* ←パスを正しく指定 */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


@media screen and (max-width: 1000px) {
	
	  .header-menu__toggle {
    display: flex;
  }
	
  .header-menu__list {
    display: none;
    flex-direction: column;
		gap:0;
    background-color: #fff;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
		max-width:375px;
    box-shadow: 0px 4px 10px 0px rgba(32, 32, 32, 0.20);
    z-index: 999;
		  transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .header-menu__list.header-menu__list--open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    animation: menuSlideDown 0.3s ease forwards;
  }
	
	@keyframes menuSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }

}

	
	.header-menu__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
	padding:22px;
}

	
	.header-menu__item{	
		width:100%;
	}
	
	.header-menu__item:not(:last-child) {
 	border-bottom:1px solid #5D1B03;
		position:relative;
	}
	
		.header-menu__item:not(:last-child):after{
		position: absolute;
    right: 5%;
    top: 40%;
    content: "";
    vertical-align: middle;
    color: #5D1B03;;
    line-height: 1;
    width: 13px;
    height: 13px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
			pointer-events: none;
	}
 	
	
	.header-menu__item:first-child{
		border-top:1px solid #5D1B03;
	}
	
	.header-menu__item:last-child{
	text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
		padding:32px 0;
	}
	
	
		.header-menu__tel-icon{
			width:20px;
			height:25px;
	}
	
	.header-menu__tel-text{
		font-size:1.5rem;
	}
	.header-menu__link--tel{
		max-width:260px;
		padding:6px 28px;
	}
	
	.site-header--open{
		max-width: 375px;
    right: 0;
		padding-left: 1rem;
		}
	.home .site-main--open article{
		padding-top: 0;
	}
	.site{
		overflow:hidden;
	}
	.site-main--open{
		position: relative;
	}
	.site-main--open:before{
		width: 100%;
		height: 150%;
		background-color: rgba(187,187,187,.6);
		content:'';
		position: absolute;
		top: 0;
		bottom: 0;
		left:0;
		right:0;
		max-width: 1000px;
		z-index: 9;
	}
	
	.header-menu__link::after{
		display:none;
	}
	
	.header-menu__link:hover{
		text-decoration:underline;
	}
	
	.header-menu__link--tel:hover{
		max-width:266px;
		text-decoration:none;
		padding:1px 20px;
	}
}





.entry-content{
	/*padding-top:72px;*/
	margin:0;
}

@media (max-width: 768px) {
	.entry-content{
		/*padding-top:32px;*/
	}
}


.common__section-title{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	text-align:center;
	padding-bottom: 22px;
	position:relative;
	margin-bottom:32px;
}

.common__section-title:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 6px;
    background:#5D1B03;;
}

.common__section-title span{
	color: #5D1B03;
}


.common__btn{
text-align:center;
}

.common_btn-2{
	display: inline-block;
	color: #5D1B03;
	text-decoration:none;
	background:#fff;
	font-size: 1.25rem;
	font-weight: 700;
	border: 4px solid #5D1B03;
	text-align:center;
	transition: all 0.3s ease;
	padding:6px 36px;
	white-space: nowrap;
}



.common_btn-2:visited{
	color: #5D1B03;
}
.common_btn-2:hover{
	background: #5D1B03;
	color:#FFFFFF;
}


.contact-block {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(./img/contact-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 24px;
    display: flex;
    justify-content: center;
}


.contact-block__tel-icon{
   display: inline-block;
  width: 25px;
  height: 32px;
   background-image: url('./img/icon-tel-white.png'); /* ←パスを正しく指定 */
 background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.contact-block__inner{
	background: #FFF;
	max-width:634px;
	width:100%;
  padding: 22px 66px 50px 66px;
}

.contact-block__main-title{
	color: #5D1B03;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075rem;
	text-align:center;
	border-bottom:1px solid #5D1B03;
	padding-bottom:9px;
	}

.contact-block__sub-title{
	color: #5D1B03;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05625rem;
	margin-top:20px;
	text-align:center;
}

.contact-block__text{
	color: #202020;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	margin-top:20px;
}

.contact-block__tel-line{
display:flex;
align-items:center;
	justify-content:center;
	gap:4px;
}

.contact-block__tel-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #5D1B03 -26.06%, #C33906 211.27%);
  text-decoration: none;
  padding: 16px 0;
  margin-top: 22px;
	transition: background 0.3s ease, outline 0.3s ease;
	outline: none; /* 初期は非表示 */
}

.contact-block__tel-text{
	  font-size: 1.625rem;
	  font-weight: bold;
	  color: #FFF;
}

.contact-block__tel-info:hover{
	background:#FFFFFF;
	outline: 6px solid #5D1B03;
}

.contact-block__tel-info:hover .contact-block__tel-icon{
background-image: url('./img/icon-tel-brown.png'); 
}

.contact-block__tel-info:hover span {
  color: #5D1B03;
}


.contact-block__hours {
  font-size: 0.875rem;
  color: #FFF;
}


.contact-block__hours {
  font-size: 0.875rem;
	color: #FFF;
}

.contact-block__other{
	margin-top:30px;
	color: #5D1B03;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.05rem;
}

.contact-block__list{
	margin-left:1.5rem;
}


@media screen and (max-width: 768px) {
	
	.common__section-title{
		font-size: 1.5rem;
	}
	
	.contact-block__inner{
		padding:23px 20px;
	}
	
	.contact-block__sub-title{
		font-size: 1.25rem;
		letter-spacing: 0.0375rem;
	}
	
	.contact-block__text{
		margin-top:14px;
	}
	
	.contact-block__tel-info{
		flex-direction:column;
		max-width:260px;
		width:100%;
		margin:22px auto 0 auto;
		padding:13px 0;
		max-height:65px;
	}
	
	.contact-block__tel-text{
		font-size:1.5rem;
	}
	
	.contact-block__hours{
		font-size: 0.75rem;
	}
	
		.contact-block__tel-icon{
	width: 20px;
  height: 25px;
	}
}

/*************/
/* フッター */
/************/

/* 対応エリア */
.area-block{
	background: #F4F1F0;
}

.area-block__inner{
	max-width:918px;
	padding:24px 24px 50px 24px;
	margin:0 auto;
}

.area-block__heading{
	color: #5D1B03;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.area-block__content{
	margin-top:9px;
}

.area-block__item{
	display:flex;
	gap:14px;
	justify-content:center;

}

.area-block__item--saga{
	margin-top:30px;
}

.area-block__lead{
width:10%;
	flex-shrink:0;
	min-width:75px;
	
}

.area-block__label{
	display:block;
	background: #5D1B03;
	color:#fff;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04688rem;
	text-align:center;
	padding:3px 0px;
	alignment-adjust
	height:30px;
	width:100%;
}

.area-block__text{
	width:90%;
	font-size: 0.875rem;
}

.area-block__text--mask {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #202020;
}

.area-block__toggle{
	text-align:center;
}

.area-block__link-open{
	 display: inline-block;
  max-width: 151px;
	width:100%;
  color: #5D1B03;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.04375rem;
  background: #FFF;
	padding:8px 0 8px 22px;
	text-align:left;
  border: 4px solid #5D1B03;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
	margin:40px 0 0 0;
}

.area-block__link-open:after{
 content: "";
  position: absolute;
  top: 25%;
  right: 12px; /* margin-right の代わりに位置で調整 */
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  box-sizing: border-box;
  transform: rotate(45deg); /* ↘ の方向（下向き） */
  pointer-events: none;
  color: #5D1B03;
}

.area-block__link-open:hover{
border: 4px solid #5D1B03;
background: #5D1B03;
	color:#FFFFFF;
}

.area-block__link-open:hover::after {
  color: #FFFFFF;
}

.area-block__link-close{
	display: inline-block;
  max-width: 107px;
	width:100%;
  color: #5D1B03;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.04375rem;
  background: #FFF;
	padding:8px 0 8px 22px;
  border: 4px solid #5D1B03;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
	text-align:left;
	margin:10px 0 0 0;
}

.area-block__link-close:after{
 content: "";
  position: absolute;
  top: 40%;
  right: 12px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  box-sizing: border-box;
  transform: rotate(-135deg);
  pointer-events: none;
  color: #5D1B03;
}


.area-block__link-close:hover{
border: 4px solid #5D1B03;
background: #5D1B03;
	color:#FFFFFF;
}

.area-block__link-close:hover::after {
  color: #FFFFFF;
}

.area-block__text{
	line-height:1.6;	
}

@media screen and (max-width: 768px) {
	
	.area-block__heading{
		text-align:center;
	}
	.area-block__item{
		flex-direction:column;
		gap:7px;
	}

	.area-block__text--mask {
  	-webkit-line-clamp: 2 !important;
	}
	
	.area-block__text{
		width:100%;	
	}
	
	.area-block__inner{
		padding-bottom:26px;
	}
	
	.area-block__link-open{
		margin-top:23px;
	}
	
	.area-block__link-close{
		margin-top:16px;
	}
}


/* フッター */

.footer__tel-icon{
	 display: inline-block;
  width: 19px;
  height: 25px;
   background-image: url('./img/icon-tel-brown.png'); /* ←パスを正しく指定 */
 background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.footer__section{
	max-width:918px;
	width:100%;
	margin:0 auto;
	padding:46px 24px 20px 24px;
}

.footer__logo img{
	width: 187px;
	height: 51px;
}

.footer__main{
	display:flex;
	justify-content:flex-start;
	gap:140px;
}

.footer__contact{
	margin-top:17px;
}

.footer__tel{
	display:flex;
	align-items:center;
	gap:2px;
	color: #5D1B03;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.0625rem;
	position:relative;
}

.footer__tel:hover{
	color: #5D1B03;
}

.footer__tel:visited .footer__tel-text{
	color: #5D1B03;
}

.footer__time{
	margin:10px 0 0 20px;
	font-size: 0.875rem;
}


.footer-navigation{
	display:flex;
	gap:100px;
		justify-content:flex-start;
}

.footer-menu__list{
	list-style:none;
}

.footer-menu__list1 .footer-menu__item:not(:first-child),
.footer-menu__list2 .footer-menu__item:not(:first-child){
  margin-top: 20px;
}

.footer-menu__item-link{
	color: #202020;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04688rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}


.footer-menu__item-link:visited{
	color: #202020;
}

.footer-menu__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5D1B03;
  transition: width 0.3s ease;
}

.footer-menu__item-link:hover {
  color: #5D1B03;
}

.footer-menu__item-link:hover::after {
  width: 100%;
}

.footer__sub{
	display:flex;
	justify-content:space-between;
	margin-top:75px;
}


.footer__sub-copyright{
	font-size: 0.875rem;
}

.footer__sub-link {
  color: #202020;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}


.footer__sub-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5D1B03;
  transition: width 0.3s ease;
}

.footer__sub-link:visited {
  color: #202020;
}

.footer__sub-link:hover {
  color: #5D1B03;
}

.footer__sub-link:hover::after {
  width: 100%;
}


@media screen and (max-width: 768px) {
	
	.footer__main{
		flex-direction:column;
		gap:42px;
	}
	
	.footer__contact{
		display:flex;
		align-items:center;
		gap:11px;
	}
	
	.footer-menu__list1 .footer-menu__item:not(:first-child),
.footer-menu__list2 .footer-menu__item:not(:first-child){
  margin-top: 17px;
	}

	
	.footer__sub{
		margin-top:54px;
		flex-direction:column;
		flex-direction: column-reverse;
		gap:8px;
	}
	
	.footer__sub-copyright{
		font-size: 0.75rem;
	}
	
	.footer__sub-link{
		font-size: 0.75rem;
	}
	
	.footer__time{
		margin:0;
	}
	
	
	
}
/***********************/
/* TOP                 */
/***********************/

/* fv */
.fv-main__section {
  position: relative;
}

.fv__image {
position: relative;
  z-index: 1;
  margin: 0;
  width: 100%; 
  aspect-ratio: 1000 / 460;
  overflow: hidden;
}

.fv__image img {
   display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-main__text{
  position: absolute;
  z-index: 2;
  color: #fff;
  max-width: 868px;
  width: 100%;
padding:0 24px;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

.fv__text-1{
  font-size: 2rem;
  font-weight: bold;
text-shadow: 0px 0px 8px rgba(30, 26, 25, 0.60);
	letter-spacing: 0.1rem;
}

.fv__text-2{
  display: block;
  font-size: 2.5rem;
	 font-weight: bold;
text-shadow: 0px 0px 8px rgba(30, 26, 25, 0.60);
	letter-spacing: 0.1rem;
}

.top__btn{
	margin-top:32px;
}

.top__btn-link{

	display: inline-block;
   background: linear-gradient(0deg, #5D1B03 -23.28%, #C33906 182.76%);
  color: #FFF;
  text-decoration: none;
  padding: 16px 0;
  max-width: 222px;
  width: 100%;
  font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.0625rem;
  transition: all 0.2s ease;
	text-align:center;
	box-sizing: border-box;
	outline: none;
}

.top__btn-link:visited{
	color: #FFF;
}

.top__btn-link:hover {
  background: #FFF;
  color: #5D1B03;
  outline: 6px solid #5D1B03;
}



/* fv-sub */

.fv-sub__section{
	max-width:868px;
	width:100%;
	margin:60px auto 72px auto;
	padding:0 24px;
}

.fv__lead-heading{
	font-size: 1.75rem;
	font-weight: 700;
	color: #5D1B03;
	letter-spacing: 0.0875rem;
}

.fv__lead-text{
	font-size: 1.125rem;
	color: #202020;
	letter-spacing: 0.05625rem;
	margin-top:20px;
	line-height:1.6;
}

/* 当社の特徴 */
.point__section{
	background:#F4F1F0;
	padding:0 0 40px 0;
}

.point__section .common__section-title{
  top: -20px;
}

.point__list{
	max-width:948px;
	width:100%;
	margin:0 auto 26px auto;
	padding:0 24px;
}

.point__item-image{
	text-align:center;
}

.point__item-title{
	color: #5D1B03;
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.5;
	letter-spacing: 0.0625rem;
	margin-top:36px;
}

.point__item-description{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top:16px;
	letter-spacing: 0.05625rem;
}


@media screen and (max-width: 768px) {
	
	.fv__image {
width: 100%;
  aspect-ratio: 375 / 380;
  object-fit: cover;
  display: block;
}

.fv__image img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	}
	
	.fv-main__text{
		padding:0 10px;
	}

	
	.fv__text{
		text-align:center;
	}
	.fv__text-1{
		font-size: 1.125rem;
	}
	
	.fv__text-2{
  	font-size: 2.125rem;
	}
	
	.top__btn{
		text-align:center;
		margin-top:30px;
	}
	
	.top__btn-link{
		max-width:292px;
	}
	
	.fv-sub__section{
		margin:50px auto 58px auto;
	}
	
	.fv__lead-heading{
		font-size: 1.625rem;
	}
	
	.fv__lead-text{
		font-size:1rem;
	}

	.point__item{
		display:flex;
		justify-content:center;
		gap:12px;
	}
	
	.point__item-title{
		margin-top:0;
	}
	
	.point__item-image{
		width:30%;
		max-width:100px;
		margin-top:20px;
	}
	
	.point__item-text{
		width:70%;
	}
	
	.point__section{
		padding:0;	
	}
	
	.point__item-description{
		font-size:1rem;	
		letter-spacing: 0.05rem;
		line-height: 1.55;
	}
	
	.point__section .common__btn{
		position:relative;
		top:25px;
	}
	
	.point__list{
		margin-bottom:0;	
	}
}



/* 施工メニュー */

.menu__section{
	padding:80px 0;
}

.page-menu .menu__section-header{
	position:relative;
	top:-40px;
}


.menu__section-title{
	color: #5D1B03;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.10625rem;
	text-align:center;
}

.menu__list{
	display:flex;
	gap:12px;
	max-width:948px;
	width:100%;
	padding:0 24px;
	margin:36px auto 0 auto;
}

.menu__item{
	width:calc(100%/4);
}

.menu__item-title{
	font-size:1.125rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.0625rem;
	margin-top:22px;
}

.menu__item-text{
	line-height: 1.55;
	letter-spacing: 0.05rem;
	margin-top:16px;
}

.menu__item-image{
	 width: 100%;
  aspect-ratio: 210 / 180;
}

.menu__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
	
	.page-menu .menu__section-header{
		top:-28px;
	}
	
	.menu__section-title{
		font-size: 1.375rem;
	}
	
	.menu__list{
		flex-direction:column;
		gap:18px;
	}
	
	.menu__item{
		width:100%;
	}
	
	.menu__item-image {
  aspect-ratio: 327 / 180;
  width: 100%;
  overflow: hidden;
		max-width:100%;
}

.menu__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
	

	
	.menu__item-title{
		font-size: 1.125rem;
		margin-top:16px;
	}
	
	.menu__item-text{
		margin-top:10px;
	}
}

/* 施工事例 */
.top-before__section{
	background: #F4F1F0;
	padding: 20px 50px 64px;
}
.top-before__section .wp-block-group__inner-container{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 64px;
	border-bottom: 1px solid #5D1B03;
}
.top-before__section .common__section-title{
	top: -40px;
}
.top-before__section h3{
	color: #5D1B03;
font-size: 1.75rem;
font-weight: 700;
line-height: 120%; /* 33.6px */
letter-spacing: 1.4px;
	margin-bottom: 20px;
	text-align: center;
}
.top__before-text{
	max-width: 820px;
	width: 100%;
	margin:0 auto 64px;
	font-size: 1.125rem;
	font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.9px;
}
.top__before-item p{
	background-color: #666;
	padding:3px 18px;
	font-size: 1.125rem;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 21.6px */
letter-spacing: 0.9px;
	color: #fff;
}
.top__after-item p{
	background-color: #5D1B03;
	padding:3px 18px;
	font-size: 1.125rem;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 21.6px */
letter-spacing: 0.9px;
	color: #fff;
}
.top__before-item{
	border: 1px solid #666;
}
.top__after-item{
border: 1px solid #5D1B03;	
}
.works__section{
	background:#F4F1F0;
	padding:0 0 40px 0;
}

.works__section .common__section-title{
	top:-20px;
}

.works-archive__item-thumb{
	margin-bottom:8px;
}

.works-archive__item-thumb img{
	  aspect-ratio: 284 / 200;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
	transition: opacity 0.3s ease;
}

.works-archive__title{
	color:#000000;
	font-size: 1.25rem;
	line-height:1.3;
	font-weight:700;
	letter-spacing: 0.0625rem;
	display: inline-block;
	position: relative;
  	transition: color 0.3s ease;
}


.works-archive__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5D1B03;
  transition: width 0.3s ease;
}


.works__section .works-archive__list{
	margin-bottom:40px;
}

.works-archive__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 948px;
	width:100%;
	padding:0 24px;
  margin: 0 auto;
	gap:52px 28px;
}

.works-archive__item {
  width: calc((900px - 28px * 2) / 3);
}

.works-archive__item a{
	text-decoration:none;
}

.works-archive__item a:hover .works-archive__item-thumb img{
	opacity:0.5;
}


.works-archive__item a:hover .works-archive__title {
  color: #5D1B03;
}

.works-archive__item a:hover .works-archive__title::after {
  width: 100%;
}


@media screen and (max-width:1080px) {
	.top-before__section{
		    padding: 20px 24px 64px;
	}
  .works-archive__item {
    width: 100%;
  }

  .works-archive__list {
		max-width:100%;
    justify-content: flex-start;
		gap:50px;
  }
	
.home .works-archive__item:nth-of-type(n + 4) {
  display: none;
}
	
	.works-archive__item-thumb{
		position: relative;
		width: 100%;
		padding-top: calc(200 / 327 * 100%);
		overflow: hidden;
	}
	
	.works-archive__item-thumb img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.works-archive__item-thumb img{
	 
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
	
	.works-archive__title{
		font-size: 1.25rem;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		background: rgba(0, 0, 0, 0.38);
		font-weight: 700;
        line-height: 130%; /* 26px */
        letter-spacing: 1px;
		padding: 10px 8px;
		width: 100%;
	}
	.home .works-archive__title{
		position: static;
		background: transparent;
		color: #000;
		padding: 0;
		font-size: 1.125rem;
		letter-spacing: 0.9px;
	}
	.works-archive__item a:hover .works-archive__title{
		color: #fff;
	}
	.works-archive__title::after{
		content: none;
	}
	.works-archive__item a{
		position: relative;
	}	
	.taxonomy__list{
		margin-bottom:10px;
	}
}
@media screen and (max-width:768px) {
	.top-before__section h3{	
    font-size: 1.375rem;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
	}
	.top__before-text{
		margin-bottom: 40px;
	}
	.top-before__section .common__section-title{
	margin-bottom: 15px;	
	}
	.top__before-item p,
	.top__after-item p{
	padding: 1px 13px 3px;
    font-size: 1rem;	
	}
	.top-before__section .wp-block-group__inner-container{
	 padding-bottom: 40px;	
	}
	.top-before__section{
		padding: 20px 24px 40px;
	}
	.home .works__section{
		margin-bottom: 70px;
	}
}
/* ご依頼の流れ */

.flow__section{
	background: #F4F1F0;
	margin-top:100px;
	padding:0 0 64px 0;
}

.flow__section .common__section-title{
	top:-20px;
}

.flow__list{
	max-width:688px;
	width:100%;
	padding:0px 24px;
	margin:0 auto;
}

.flow__list--summary{
	margin-bottom:56px;
}

.flow__item:not(:first-child) {
  margin-top:47px;
}


.flow__head{
	display:flex;
	align-items:center;
	gap:11px;
	margin-left:-10px;
}

.flow__step{
	background: #5D1B03;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  line-height: 1;
}

.flow__step-label{
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	  font-family: "Helvetica", "Arial", sans-serif;
}

.flow__step-number{
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
}

.flow__title{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.flow__description{
		background: #FFF;
		box-shadow: 2px 4px 7px 1px rgba(53, 44, 44, 0.20);
	padding:40px 30px 30px 30px;
	margin-top:-30px;
	letter-spacing: 0.05625rem;
}
.flow__description a{
	font-weight: 700;
	color: #5D1B03;
	text-decoration: none;
}

.flow__description-bold{
	font-size: 0.8125rem;
}

.flow__description-block{
	 display: inline-block;
	margin-top:20px;
}
.free-flow{
	margin-top: 46px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #5D1B03;
    position: relative;
}
.free-flow .arrow{
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 75px;
    margin: 0 29px;
    border-radius: 9999px;
    background-color: #5d1b03;
    right: -55px;
    top: -60px;
}
.free-flow .arrow:after,
.free-flow .arrow:before{
content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 12px;
    border-radius: 9999px;
    background-color: #5d1b03;
    transform-origin: 50% 1px;
}
.free-flow .arrow:after{
	transform: rotate(45deg);
}
.free-flow .arrow:before{
	transform: rotate(-45deg);
}
.free-flow:after{
	content: '';
  position: absolute;
  right: -26px;
    top: 13px;
    width: 40%;
    height: 2px;
    background-color: #5D1B03;
}
@media screen and (max-width: 768px) {
	.home .flow__item:nth-child(n+5) {
  	display: none;
	}
	.free-flow:after{
		right: 15px;
    width: 30%;
	}
	.free-flow .arrow{
		height: 30px;
    right: -15px;
    top: -15px;
	}
	.free-flow{
	margin-top: 35px;
	}
	
	.flow__description{
		margin-top:-25px;
	}
}

@media screen and (max-width: 500px) {
	.free-flow:after{
		width: 20%;
	}	
}


/*********************************/
/* 下層ページ                    */
/*********************************/

/****************************/
/* 施工事例　　　　　　 		*/
/****************************/

.works-category__section{
	background: #F4F4F4;
	padding:18px 0;
	margin:24px 0 40px 0;
}

.works-category__section{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:24px;
	flex-wrap:wrap;
}


.taxonomy-list--all,
.taxonomy-list--customer,
.taxonomy-list--service{
	display:flex;
	justify-content:center;
	list-style:none;
	gap:24px;
	flex-wrap:wrap;
}

.taxonomy-list__link{
	color:#000;
	text-decoration:none;
	font-size: 1.125rem;
	font-weight: 500;
}


.taxonomy-list__link:hover{
	color:#000;
	opacity:0.8;
}


.taxonomy-list__link:visited{
	color:#000;
}

.is-current,
.is-current:visited{
	color: #5D1B03;
	font-weight: 700;
	    border-bottom: 1px solid #5D1B03;
}

.taxonomy__list{
margin-top:8px;
}

.taxonomy-term__item{
	margin-right:8px;
}

.taxonomy-term__link{
	padding: 4px 8px;
	background: #EEE7E5;
	color: #5D1B03;
	font-size: 0.875rem;
	font-weight:700;
	text-decoration:none;
}

.taxonomy-term__link:hover,
.taxonomy-term__link:visited{
	color: #5D1B03;
}



.works-list__section{
	padding:0 0 72px 0px;
}

@media screen and (max-width: 1080px) {
	.works-category__section{
		margin:18px 0 36px 0;
		justify-content:flex-start;
		padding:16px 24px;
	}
	
	.taxonomy-list__link{
		font-size:1rem;
	}
	
	.works-list__section{
		padding:0 0 56px 0px;
	}
}


/****************************/
/* 施工事例（詳細）　　 		*/
/****************************/

.single-page__header{
	max-width:940px;
	padding:0 20px;
	margin:24px auto;
}

.single-page__title{
	color: #5D1B03;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.125rem;
}

.cat-date__content{
	max-width:940px;
	padding:0 20px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.date__section{
	font-size: .875rem;
	color: #202020;
	margin-top: 8px;
}


/* 画像 */
.works-images__section{
	max-width:948px;
	padding:0 24px;
	margin:24px auto;
	text-align:center;
}

.works-images__section img{
	aspect-ratio: 900 / 470;
  width: 100%;
  object-fit: cover;
  height: auto;
  display: block;
}

.swiper-button-next, .swiper-button-prev{
	color:#FFFFFF !important;
}



.swiper-pagination-bullet{
	background:#F4F1F0 !important;
	width:12px !important;
	height:12px !important;
	opacity:1 !important;
}

.swiper-pagination-bullet-active{
	background:#5D1B03 !important;
	width:12px !important;
	height:12px !important;
}

/* 施工概要 */

.works-meta__inner{
	background: #F4F1F0;
	padding:63px 0px 54px 0px;
}

.works-meta__list{
	max-width:870px;
	padding:0 24px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	gap:60px;
}

.works-meta__section-title{
	max-width:870px;
	padding:0 24px;
	margin:0 auto;
	color: #202020;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	position:relative;
	top:20px;
}


.works-meta__item{
	 display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
}

 .works-meta__list-left .works-meta__item:not(:first-child) {
  margin-top: 16px;
}

.works-meta__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #5D1B03 0% 20%, #FFFFFF 20% 100%);
}

.works-meta__item-title{
	font-size: 1.25rem;
	width:30%;
}

.works-meta__item-text{
	width:70%;
	letter-spacing: 0.05rem;
}

.works-meta__list-left{
	width:45%;
}

.works-meta__list-right{
	width:55%;
}

.works-meta__list-right .works-meta__item{
	font-size: 1.25rem;
}

.works-meta__list-right .works-meta__item-text{
	margin-top:22px;
}


/* BEFORE AFTER */

.works-ba__section{
	max-width:948px;
	padding:0 24px;
	margin:50px auto 0 auto;
}

.works__before-after{
	display:flex;
	justify-content:space-between;
	gap:20px;
}

.works__before .works__image-label{
	background: #666;
	color:#FFF;
	padding:3px 18px;
	font-size: 1.125rem;
}

.works__after .works__image-label{
	background: #5D1B03;
	color:#FFF;
	padding:3px 18px;
	font-size: 1.125rem;
}

/* コメント */

.works-comment__section{
	background: #F4F1F0;
	padding:26px 0 98px 0;
	margin:48px 0 64px 0;
}

.works-comment__list{
	max-width:948px;
	padding:0 24px;
	margin:0 auto;
}

.works-comment__title{
	color: #5D1B03;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	margin-top:-70px;
}

.works-comment__item{
	margin-top:50px;
	background: #FFF;
	box-shadow: 2px 4px 7px 1px rgba(53, 44, 44, 0.20);
	padding:50px 48px 40px 48px;
}

.works-comment__text{
	padding-top:30px;
}


.works-comment__item:last-child{
	margin-top:50px;
}

.works__button{
	text-align:center;
	margin-top:64px;
}

.works__btn-link{
	display: inline-block;
	color: #FFFFFF;
	text-decoration:none;
	background: #5D1B03;
	font-size: 1.25rem;
	font-weight: 700;
	text-align:center;
	transition: all 0.3s ease;
	padding:8px 36px;
	border: 4px solid transparent;
}

.works__btn-link:visited{
	color: #FFFFFF;
}

.works__btn-link:hover{
	color:#5D1B03;
	background:#FFFFFF;
	border:4px solid #5D1B03;
}

.works-single .contact-block{
	margin-top:70px;
}

@media screen and (max-width: 768px) {
	
	.single-page__header{
		margin:16px 0;
	}
	
	.single-page__title{
		font-size: 1.5rem;
	}
	
	.works-meta__section-title{
		font-size: 1.375rem;
		top:10px;
	}
	
	.cat-date__content{
		display: block;
	}
	
	.date__section{
		text-align: right;
	}
	
	.works-images__section{
		padding:0;
	}
	
	.works-meta__inner{
		padding:25px 0px 27px 0px;
	}
	
	.works-meta__list{
		flex-direction:column;
		padding:24px 24px 0px 24px;
		gap:0px;
	}
	
		.works-meta__list-left{
			width:100%;
		}

		.works-meta__list-right{
			width:100%;
		}

	.works-meta__list-right .works-meta__item{
		margin-top:27px;
	}
	.works-meta__list-right .works-meta__item-text{
		margin-top:15px;
	}
	
	.works-meta__item-title{
		font-size:1rem;
	}
	
	.works-meta__item-text{
		font-size: 0.9375rem;
	}
	
	.works-meta__list-right .works-meta__item{
			font-size:1rem;
	}

	.works-ba__section{
		margin-top:36px;
	}
	
	.works__before-after{
		flex-direction:column;
		gap:24px;
	}
	
	.works__before .works__image-label,
	.works__after .works__image-label{
		font-size:1rem;
		padding:1px 13px;
	}
	
	.works-comment__section{
		margin-top:40px;
		padding:10px 0 60px 0;
	}
	
	.works-comment__title{
		font-size: 1.5rem;
		letter-spacing: 0.075rem;
		margin-top:-44px;
	}
	
	.works-comment__item{
		padding:30px 17px 20px 17px;
		margin-top:40px;
	}
	
	.works-comment__text{
		padding-top:20px; 
		font-size: 0.9375rem;
	}
}


/****************************/
/* 施工メニュー 		*/
/****************************/

.menu2__section{
	background: #EEE7E5;
	padding:14px 0 54px 0;
}

.menu2__section .menu__item{
	background:#FFF;
}

.menu2__section .menu__list{
	margin-top:0;
}


.menu__item-body{
	padding:0px 6px 16px 6px;
}

.menu-main__text{
	line-height: 1.6;
	letter-spacing: 0.05rem;
	padding:0 24px 0px 24px;
	max-width:685px;
	margin:40px auto 80px auto;
}


@media screen and (max-width: 768px) {
	.menu2__section{
		margin-top:50px;
		padding: 14px 0 32px 0;
	}
	.menu-main__text{
	margin:32px auto 60px auto;
	}
}

/* 施工メニュー > 当社の特徴 */

.features__section{
	padding:60px 0 0 0;
}

.features__header{
	max-width:788px;
	margin:0 auto;
	padding:0 24px;
}

.features__header-title{
	color: #5D1B03;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.features__header-text{
	margin-top:32px;
	color: #202020;
	line-height: 1.6;
	letter-spacing: 0.05rem;
}

.features__list{
	margin:46px 0 0 0;
}

.features__item{
	display:flex;
	padding:10px 24px;
	max-width:788px;
	width:100%;
	margin:0 auto;
	justify-content:space-between;
	align-items:center;
}

.features__item-box:nth-of-type(odd) {
  background-color: #F4F1F0;
}


.features__item-title{
	color: #202020;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.0375rem;
}

.features__item-description{
	margin-top:8px;
	letter-spacing: 0.05rem;
}

.features__list {
  counter-reset: number;
}

.features__item-title::before {
   counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  color: #A13F1C;
  display: block;
 font-size: 1.875rem;
}

.features__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features__item-image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}


@media screen and (max-width: 768px) {
	.features__header-title{
		font-size: 1.375rem;
	}
	
	.features__header-text{
		margin-top:20px;
	}
	
	.features__item{
		flex-direction: column-reverse;
		gap:0;
		padding:20px 24px;
	}
	
	.features__item-title::before {
   display:none;
	}
	
	.features__item-title{
		margin-top:15px;
		font-size:1.125rem;
	}
	
	.features__item-image{
		position:relative;
	}
	
	.features__item-image::before {
   counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  color: #A13F1C;
		text-align:left;
 font-size: 1.875rem;
		position:absolute;
		left:0;
		bottom:0;
}
}



/* 施工メニュー > 暮らしにフィットする、
空間づくりのプロフェッショナル。 */
.description__section{
	padding:100px 0;
}
.description__section .common__section-title{
	color: #5D1B03;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.10625rem;
	text-align:left;
	padding:0 24px 22px 24px;
	max-width:808px;
	margin:40px auto;
}

.description__img{
	padding:0 24px;
	max-width:808px;
	width:100%;
	margin:0 auto;
}

.description__text{
	padding:0 24px;
	max-width:808px;
	margin:0 auto;
	letter-spacing: 0.05rem;
	line-height:1.6;
}

/* 施工メニュー > 理由 */
.reason__section{
	background: #F4F1F0;
	padding-bottom:40px;
}

.reason__section .common__section-title{
	top:-20px;
}

.reason__list{
	max-width:948px;
	padding:0 24px;
	margin:0 auto 32px auto;
}

.reason__item-title{
	color: #5D1B03;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.0625rem;
	margin-top:24px;
	height:52px;
}

.reason__item-description{
	color: #202020;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	margin-top:24px;
}

/* 施工メニュー > 法人 */
.business__section{
	padding:72px 0 131px 0;
}

.business__list{
	max-width:948px;
	padding:0 24px;
	margin:0 auto;
}

.business__item-title{
	color: #5D1B03;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}

.business__item-description{
	color: #202020;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	margin-top:24px;
}

/* 実際の施工実績 */
.works-intro__section{
	padding:0px 0 68px 0;
	background: #F4F1F0;
	margin-bottom:97px;
}

.works-intro__header{
	top:-55px;
	position:relative;
}

.works-intro__title{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column; 
	gap:10px;
}

.works-intro__subtitle{
	font-size:1rem;
	color: #5D1B03;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	
}

.works-intro__maintitle{
	color: #5D1B03;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.085rem;
}

.works-intro__content{
	display:flex;
	justify-content:center;
	gap:20px;
	align-items:center;
	position:relative;
}

.works-intro__image{
	width: 266px;
	height: 200px;
}

.works-intro__link{
	margin:40px 0 0 0;
	text-align:center;
	position:absolute;
	left: 50%;
  transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.description__section{
		padding:60px 0 70px 0;
	}
	
	.description__section .common__section-title{
		font-size: 1.375rem;
		margin:30px 0;
	}
	
		.reason__section .common__section-title{
		font-size: 1.375rem;
			margin-bottom:10px;
	}
	
	.reason__item-title{
		height:26px;	
	}
	
	.reason__list{
		margin-bottom:38px;
	}
	
	.reason__item-image{
  position: relative;
  width: 100%; /* or max-width: 325px; */
  padding-top: calc(180 / 325 * 100%); /* ≒ 55.38% */
  overflow: hidden;
}

.reason__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
	
	.reason__section .common__btn{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
		max-width:260px;
		width:100%;
	}
	

	
	.business__section{
		padding:70px 0 114px 0;
	}
	
	.business__item-description{
		margin-top:12px;
	}
	
	.works-intro__header{
		top:-42px;
	}
	
	.works-intro__title{
		gap:8px;	
	}
	
	.works-intro__subtitle{
		font-size: 0.875rem;
	}
	
	.works-intro__maintitle{
		font-size: 1.375rem;
	}
	
	.works-intro__link{
		width:100%;
	}
	
}

/****************/
/* ご依頼の流れ */
/****************/

.flow-main__text{
	text-align:center;
	padding:0 24px;
	margin:40px 0 0 0;
}

.page-flow .flow__section{
	margin:40px 0 20px 0;
}

.flow__list--full{
	padding:28px 24px;
}

.page-flow .common__btn{
	position:relative;
	top:-50px;
}

/****************/
/* よくある質問 */
/****************/

.faq__section{
	padding:78px 20px;
	max-width:900px;
	margin:0 auto;
}

.faq__list{
	list-style:none;
}

.faq__item{
	border-bottom:2px solid #EEE7E5;
}



.faq__question{
	font-size: 1.25rem;
	font-weight: 700;
	line-height:1.5;
	letter-spacing: 0.0625rem;
	cursor: pointer;
	position:relative;
	    display: flex;
    align-items: center;
	padding:28px 0;
}


.faq__question:before{
	content:"Q";
	font-family: "Helvetica", "Arial", sans-serif;
	color: #5D1B03;
	font-size:2rem;
	margin-right:8px;
}

.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-right: 4px solid #5D1B03;
  border-bottom: 4px solid #5D1B03;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
	border-radius: 1px;
}

.faq__item.open .faq__question::after {
   transform: translateY(-50%) rotate(-135deg);
	top:70%;
}

.faq__item.open .faq__question{
	padding-bottom:0;
}

.faq__answer{
	padding:18px 2rem;
	display:none;
	 animation: fadeIn 0.3s ease;
}

.faq-area p{
	margin-bottom:10px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.flow-btn{
	display:flex;
	align-items:center;
	gap:14px;
	margin-top:20px;
}

.flow-btn__link-tel{
	padding:10px 0;
	display: flex;
    justify-content: center;
	 align-items: center;
    gap: 2px;
	background: #5D1B03;
	transition: all 0.3s ease;
	text-decoration:none;
	max-width:426px;
	width:100%;
	position:relative;
	border:6px solid transparent;
}


.flow-btn__link-icon{
  display: inline-block;
  width: 25px;
height: 32px;
  background-image: url('./img/icon-tel-white.png'); /* ←パスを正しく指定 */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.flow-btn__link-no{
	font-size: 1.625rem;
	letter-spacing: 0.08125rem;
	font-weight: 700;
	text-align:center;
	color: #FFF;
}


.flow-btn__link-time{
	font-size: 0.875rem;
	color: #FFF;
}

.flow-btn__link-tel:hover{
	background:#FFFFFF;
	border:4px solid #5D1B03;
}

.flow-btn__link-tel:hover .flow-btn__link-no,
.flow-btn__link-tel:hover .flow-btn__link-time{
	color:#5D1B03;
}


.flow-btn__link-tel:hover .flow-btn__link-icon{
background-image: url('./img/icon-tel-brown.png');
}


.flow-btn__link-page{
	padding:16px 0;
	color:#5D1B03;
	display: inline-block;
	font-weight: 700;
	border: 4px solid #5D1B03;
	background: #FFF;
	text-align:center;
	transition: all 0.3s ease;
	text-decoration:none;
	max-width:197px;
	width:100%;
	letter-spacing: 0.08125rem;
	font-size: 1.25rem;
}

.flow-btn__link-page:visited{
	color:#5D1B03;
}

.flow-btn__link-page:hover{
	background: #5D1B03;
	color:#FFFFFF;
}

@media screen and (max-width: 768px) {
	
	.page-flow .flow__section{
		margin-top:19px;
		padding-bottom:54px;
	}
	
	.flow__list--full{
		padding:45px 24px;
	}
	
	.flow-main__text{
		text-align:left;
		margin-top:32px;
	}
	
	.faq__section{
		padding:7px 20px 35px 20px;
	}
	
	.flow__title{
		font-size: 1.25rem;
	}
	
	.flow__item:not(:first-child) {
		margin-top:28px;
	}
	
	.flow__section{
		margin-top:28px;
	}
	
	.flow__step{
		width:50px;
		height:50px;
	}
	
	.flow__step-number{
		font-size: 1.5rem;
	}
	
	.flow-btn{
		 flex-direction: column; 
		gap:13px;
	}

	
	.flow-btn__link-icon{
		width: 15px;
			height: 19px;
	}
	
	.flow-btn__link-no{
		font-size: 1.125rem;
	}
	
	.faq__answer{
		padding:18px 1rem;
		font-size: 0.9375rem;
	}
	
	
	.flow-btn__link-tel{
		max-width:100%;
		font-size: 1.125rem;
	}
	
		
	.flow-btn__link-page{
		padding:10px 0;
		max-width:100%;
	}
	
	.faq__question{
		font-size:1rem;
		padding:20px 1.5rem 20px 0;
	}
	
	.faq__question::after{
		width:16px;
		height:16px;
	}
	
	.faq__item.open .faq__question::after {
    top: 70%;
	}
	

}

/****************/
/* 会社概要 */
/****************/

.aboutus-main__text{
	text-align:center;
	font-size: 1.125rem;
	color: #5D1B03;
	font-weight:700;
	letter-spacing: 0.05625rem;
	margin-top:50px;
}

.company-table__inner{
	padding:0 20px;
	max-width:940px;
	margin:50px auto;
}

.company__table{
	border-collapse: collapse;
}

.company__table-row:first-child .company__table-data{
	border-top:1px solid #EEE7E5;
}

.company__table-heading{
	background: #F4F1F0;
	width:220px;
	padding:18px 0;
	font-size: 1.125rem;
	font-weight: 500;
	border-bottom:1px solid #FFF;
}

.company__table-data{
	padding-left:20px;
	border-bottom:1px solid #EEE7E5;
}

.company__table-data a{
	color:#000000;
}

.company__table-data a:visited{
	color:#000000;
}


.area__section{
	background: #F4F1F0;
	padding:0 0 2px 0;
	margin-top:94px;
}

.area__section .common__section-title{
	position:relative;
	top:-20px;
}

.area__image{
	max-width:550px;
	margin:0 auto;
	padding:0 20px;
}

.area__table{
	border-collapse: separate;
  border-spacing: 0 30px;
}

.area-table__inner{
	padding:0 20px;
	max-width:940px;
	margin:50px auto 0;
}
.area__table-row{
		background:#FFF;
}

.area__table-heading{
	vertical-align: top;
	width:80px;
	padding:11px 0;
}

.area__table-heading span{
	background: #7C994D;
	color:#FFF;
	padding:11px 13px;
}

.area__table-data{
	padding:22px 20px;
}

@media screen and (max-width: 768px) {
	
	.aboutus-main__text{
		margin-top:32px;
	}
	.company-table__inner{
		padding:0 25px;
		margin:32px 0;
	}
	
	.company__table-heading{
		width:80px;
		font-size: 0.9375rem;
		padding:14px 0;
	}
	
	.company__table-data{
		font-size: 0.875rem;
		padding:14px 0 14px 20px;
	}

  .area__table-heading,
  .area__table-data {
    display: block;
  }
	
	.area__table{
		border-spacing: 0 20px;
	}
	
	.area__table-data{
		font-size: 0.875rem;
	}
	
	.area__section{
		padding-bottom:8px;
	}
}

/****************************/
/* プライバシーポリシー 		*/
/****************************/

.privacy__section{
	padding:0 20px 72px 20px;
	max-width:900px;
	margin:0 auto;
}

.privacy__title{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05625rem;
	border-bottom:2px solid #5D1B03;
	padding-bottom:8px;
	margin-top:54px;
}

.privacy__text{
	margin-top:8px;
	line-height: 1.4375; /* 143.75% */
	letter-spacing: 0.05rem;
}

.privacy__list{
	margin-left:1.5rem;
}

.privacy-main__text{
	margin-top:64px;
}

@media screen and (max-width: 768px) {
	
	.privacy-main__text{
	margin-top:28px;
	}

	
	.privacy__title{
		font-size: 0.9375rem;
		letter-spacing: 0.04688rem;
		margin-top:28px;
	}
	
	.privacy-main__text,
	.privacy__text{
		font-size: 0.875rem;
		line-height: 1.64;
		letter-spacing: 0.04375rem;
	}
	
	.privacy__list{
		font-size: 0.875rem;
		line-height: 1.64;
		letter-spacing: 0.04375rem;
	}
}


/****************************/
/* 404 											*/
/****************************/

.not-found{
	padding:0 20px;
}

.error404__header{
	text-align:center;
	margin-top:55px;
}

.error404__title{
	color: #5D1B03;
	font-size: 5.125rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.25625rem;
}

.error404__subtitle{
	color: #5D1B03;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075rem;
}

.error404__message{
	margin-top:40px;
	text-align:center;
	letter-spacing: 0.1rem;
}

.error404__button{
	margin:64px 0 72px 0;
	text-align:center;
}

.error404__link{
	padding: 10px 24px;
	border: 4px solid #5D1B03;
	background: #FFF;
	color: #5D1B03;
	text-decoration:none;
	font-weight: 700;
	letter-spacing: 0.05rem;
	 transition: 0.3s ease;
}

.error404__link:visited{
	color: #5D1B03;
}


.error404__link:hover{
	color:#FFFFFF;
	background:#5D1B03;
}

@media screen and (max-width: 768px) {
	
	.error404__header{
		margin-top:40px;
	}
	
	.error404__title{
		font-size: 3rem;
	}
	
	.error404__subtitle{
		font-size:1rem;
	}
	
	.error404__message{
		font-size: 0.875rem;
		margin-top:16px;
	}

}





@media screen and (max-width: 1000px) {
/*.home .entry-content{
	padding-top: 0;
}
.header-menu__item{
	list-style: none;
}
.header-menu__list{
	display: block!important;
}
.header-menu__list ul{
	display: none;
}
.header-menu__list--open ul{
	width: 100%;
	max-width: 375px;
	background-color: #fff;
	margin: 0 0 0 auto;
	display: block;
}
.header-menu__list--open{
	max-width: 100%!important;
	background-color:rgba(187,187,187,.6)!important;
	height: 100vh;
	display: block!important;
}
.header-menu__list--open .site-branding{
	display: block;
	position: absolute;
    top: -60px;
    right: 15px;
}
.header-menu__list .site-branding{
	display: block;
	position: absolute;
    top: -60px;
    left: 15px;
}*/
	}