/* :rootのCSS変数の宣言 */
:root {
	--red: #a8000f;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #333333;
}

/* =============================================================================================
 * 基本設定
 * ========================================================================================== */
p,a,li {
    font-weight: 500;
}
.pt_0 {
	padding-top:0!important;
}
.pt_10 {
	padding-top:10px!important;
}
.pb_0 {
	padding-bottom:0!important;
}
.pb_10 {
	padding-bottom:10px!important;
}
.mt_0 {
	margin-top:0!important;
}
.mb_0 {
	margin-bottom:0!important;
}
.mr_0 {
	margin-right: 0!important;
}
.ml_0 {
	margin-left: 0!important;
}
.mt_10 {
	margin-top:10px!important;
}
.mb_10 {
	margin-bottom:10px!important;
}

.z_0 { z-index: 0; }
.z_1 { z-index: 1; }
.z_2 { z-index: 2; }
.z_3 { z-index: 3; }

.p_ab {
	position: absolute;
}
.p_rel {
	position: relative;
}
.d_flex {
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b {
	display:inline-block;
}
.js_sb {
	justify-content:space-between;
}
.js_fs {
	justify-content:flex-start;
}
.of_hd {
	overflow: hidden;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}

@media screen and (max-width: 639px) {
	.sp-spacer_10 { height: 10px!important; }
	.sp-spacer_20 { height: 20px!important; }
	.sp-spacer_30 { height: 30px!important; }
	.sp-spacer_40 { height: 40px!important; }
	.sp-spacer_50 { height: 50px!important; }
	.sp-spacer_60 { height: 60px!important; }
	.sp-spacer_70 { height: 70px!important; }
	.sp-spacer_80 { height: 80px!important; }
}

/* テキスト
--------------------------------------------------------------- */
.mincho {
	font-family: "Zen Old Mincho", serif;
}
.maru {
	font-family: 'Zen Maru Gothic', serif;
}
.tate {
	writing-mode: vertical-rl;
}
p.text_justify {
	text-align: justify;
}
p {
	font-size: clamp(1rem, 1.8vw, 1.125rem);
}

.lh_1-2 { line-height: 1.2; }
.lh_1-3 { line-height: 1.3; }
.lh_1-4 { line-height: 1.4; }
.lh_1-5 { line-height: 1.5; }
.lh_1-6 { line-height: 1.6; }
.lh_1-7 { line-height: 1.7; }
.lh_1-8 { line-height: 1.8; }
.lh_1-9 { line-height: 1.9; }
.lh_2 { line-height: 2; }

.has-sm-xs-font-size { font-size: clamp(0.625rem, 1.2vw, 0.75rem)!important; }
.has-sm-s-font-size { font-size: clamp(0.75rem, 1.4vw, 0.875rem)!important; }
.has-sm-m-font-size { font-size: clamp(0.875rem, 1.6vw, 1rem)!important; }
.has-sm-l-font-size { font-size: clamp(1rem, 1.8vw, 1.125rem)!important; }
.has-sm-xl-font-size { font-size: clamp(1.125rem, 2.4vw, 1.5rem)!important; }
.has-sm-2-xl-font-size { font-size: clamp(1.25rem, 2.8vw, 1.75rem)!important; }
.has-sm-3-xl-font-size { font-size: clamp(1.5rem, 3.2vw, 2rem)!important; }
.has-sm-4-xl-font-size { font-size: clamp(1.75rem, 3.6vw, 2.25rem)!important; }
.has-sm-5-xl-font-size { font-size: clamp(1.75rem, 4.0vw, 2.5rem)!important; }
.has-sm-6-xl-font-size { font-size: clamp(2rem, 4.4vw, 2.75rem)!important; }

/* ===============================================================
 * 共通パーツ
 * ============================================================ */

/* 既存クラス
--------------------------------------------------------------- */
.smb-section {/*1280px基準*/
	margin-top: 0;
	padding: clamp(50px, 8.33vw, 120px) 0!important;
}
#t-intro.smb-section {/*1280px基準*/
	padding: clamp(40px, 7.81vw, 100px) 0!important;
}
#cta2.smb-section {/*1280px基準*/
	padding: clamp(20px, 3.90vw, 50px) 0 0!important;
}
#t-point.smb-section {/*1280px基準*/
	padding: clamp(70px, 11.71vw, 150px) 0 0!important;
}
#t-flow.smb-section {/*1280px基準*/
	padding: clamp(70px, 11.71vw, 150px) 0!important;
}
#t-area.smb-section {/*1280px基準*/
	padding: clamp(40px, 7.81vw, 100px) 0 clamp(20px, 2.34vw, 30px)!important;
}
#t-service.smb-section {/*1280px基準*/
	padding-bottom: clamp(40px, 7.81vw, 100px)!important;
}
#t-greeting.smb-section {/*1280px基準*/
	padding-top: clamp(40px, 7.81vw, 100px)!important;
}
#t-insta.smb-section {/*1280px基準*/
	padding: clamp(40px, 7.81vw, 100px) 0!important;
}
.smb-section__inner {
	width: 90vw;
	max-width: 90vw;
	margin: 0 auto;
}
.error404 .l-contents__container {
	margin-top: 100px;
}
@media screen and (max-width: 639px) {
	.error404 .l-contents__container {
		margin-top: 70px;
	}
}
/* 付与クラス
--------------------------------------------------------------- */
.box {
	padding: 60px;
	box-sizing: border-box;
}
.maker {
	display: inline;
	padding: 0 1px 0px;
	background: linear-gradient(transparent 60%, #91794145 0%);
}
@media screen and (max-width: 1023px) {
	.box {
		padding: 40px;
	}
}
@media screen and (max-width: 639px) {
	.box {
		padding: 20px;
	}
}

/* セクションタイトル
--------------------------------------------------------------- */
.section_title80 {/*1280px基準*/
	margin-bottom: clamp(30px, 6.25vw, 80px)!important;
}
.section_title50 {/*1280px基準*/
	margin-bottom: clamp(30px, 3.90vw, 50px)!important;
}
.section_title80 h2,
.section_title50 h2 {/*1000px基準*/
	font-size: clamp(30px, 4.4vw, 44px);
	color: var(--accent-color);
	letter-spacing: .1em;
}
.section_title p.subtitle {/*1000px基準*/
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 600;
	letter-spacing: .1em;
}

/* アイコン
--------------------------------------------------------------- */
svg.svg-inline--fa {
    margin-right: 7px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/* ボタン
--------------------------------------------------------------- */
.btn_box {/*1280px基準*/
	margin-top: clamp(30px,6.25vw,80px)!important;
}
#t-service .btn_box {/*1280px基準*/
	margin-top: 20px!important;
}
.btn {
	width: 400px;
	height: 80px;
	z-index: 2;
}
.btn a {
	position: relative;
	display: flex;/*必須*/
	align-items: center;/*必須*/
	justify-content: center;/*必須*/
	width: 100%;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 600;
	border-radius: 0;
	letter-spacing: .1em;
}
.btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	transform: translatey(-50%);
	background: url('/wp-content/uploads/2026/03/icon_btn_arrow.png') center / contain no-repeat;
}
.btn a:hover {
	background-color: var(--sub-accent-color);
	filter: brightness(100%);
}

/* テーブル
--------------------------------------------------------------- */
.wp-block-table tbody {
	border-top: solid 1px var(--accent-color);
}
.wp-block-table tr {
	border-bottom: solid 1px var(--accent-color);
}
.wp-block-table tr td {
    padding: 1rem;
	font-weight: 500;
    border: none;
}
.wp-block-table tr td:first-child {
    width: 30%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
	background-color: var(--sub-accent-color);
	color: #fff;
}
.wp-block-table tr td:last-child {
    width: 70%;
    padding-left: 1.5rem;
}
@media screen and (max-width: 639px) {
	.wp-block-table tr td {
		display: block;
		box-sizing: border-box;
		width: 100%!important;
		padding: 1rem;
		font-size: 14px;
	}
	.wp-block-table tr td:first-child {
        text-align: left;
    }
	.wp-block-table tr td:last-child {
		padding-left: 1rem;
	}
}
/* リスト
--------------------------------------------------------------- */
ul li::marker {
	color: var(--accent-color);
}

/* ふきだし
--------------------------------------------------------------- */
.smb-balloon__body {
	background-color: #fff;
	border: solid 2px var(--accent-color);
	width: 100%;
}
@media screen and (max-width: 639px) {
	.smb-balloon__body:after {
		border-bottom-color: var(--accent-color);
	}
}
@media screen and (min-width: 640px) {
	.smb-balloon__body:after {
		border-right-color: var(--accent-color);
	}
}

/* ページネーション
--------------------------------------------------------------- */
.c-pagination__item,.c-pagination__item-link {
	font-weight: bold;
	border-radius: 0px;
}
.c-pagination__item-link svg.svg-inline--fa {
	margin-right: 0;
}
.c-pagination__item-link:hover {
	transition: .3s ease;
}

/* アニメーション
--------------------------------------------------------------- */
.mv_main_text .h_text.animate-in span {
	opacity: 1;
    transform: translateX(0);	
}
.mv_main_text .h_text span {
	display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: calc(var(--i) * 0.05s);
}
.section_title .h_text.animate-in span {
    opacity: 1;
    transform: translateY(0);
}
.section_title .h_text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: calc(var(--i) * 0.05s);
}
/*フェードイン*/
.fadein.animate-in {
	opacity: 1;
}
.fadein {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: .8s;
}
/*左からフェードイン*/
.mv_sub_text_1.fadein-left.animate-in {
	opacity: 1;
	transform: translateX(0);
}
.mv_sub_text_1.fadein-left {
	opacity:0;
	transform: translateX(-10px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: calc(var(--i) * 0.05s);
}
.section_title .fadein-left.animate-in {
	opacity: 1;
	transform: translateX(0);
}
.section_title .fadein-left {
	opacity:0;
	transform: translateX(-10px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: calc(var(--i) * 0.05s);
}
/*左からフェードイン*/
.fadein-left.is-active {
	opacity: 1;
	transform: translateX(0);
}

/* 流れる文字
--------------------------------------------------------------- */
.loop-wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	max-width: 100%!important;
}
.loop-area {
	display: flex;
	animation: loop-slide 55s infinite linear 1s both;
	margin: 0;
	padding: 0;
}
.loop-area p.content {
	padding-right: 0.3em!important;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(34px, 10vw, 100px)!important;
	color: var(--accent-color);
	white-space: nowrap;
}
@keyframes loop-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media screen and (max-width: 639px) {
	.loop-area {
		animation: loop-slide 40s infinite linear 1s both;
	}
}

/* ===============================================================
 * Header
 * ============================================================ */
.l-header {
	transition: .3s ease!important;
	height: 100px;
	width: 100%;
}
.l-header--sticky-lg {
	box-shadow: 0 1px 2px 1px #0000000d;
	position: fixed;
	top: 0;
}
.l-header__content {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}
.l-1row-header {
	width: 100%;
	height: 100%;
}
.l-1row-header .c-fluid-container {
	height: 100%;
}
.c-site-branding__title {
	display: flex;
	align-items: center;
}
@media (min-width: 1024px) {
	[data-scrolled=false] .home .l-header {
		top: 30px;
	}
}
/*ロゴリンク*/
.custom-logo-link {
	display: inline-block;
	transition: .3s ease!important;
}
.c-site-branding__title .custom-logo {
	width: auto;
	height: 70px;
}
.l-header .c-row--lg-margin {
	--_gap: none;
}
.c-row>.c-row__col {
	padding: 0;
}
/*spの時*/
.c-drawer__controls {
	height: 70px;
}
@media screen and (max-width: 639px) {
	.l-header {
		height: 70px;
	}
	.l-header__content {
		width: 90%;
	}
	.c-site-branding__title .custom-logo {
		height: 45px;
	}
}
@media screen and (min-width: 640px) {
	.l-header .c-fluid-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.l-header .c-fluid-container .c-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.c-drawer__controls {
		height: 100px;
	}
}
@media screen and (min-width: 1024px) {
	.l-header__content {
		width: 100%;
	}
	.c-site-branding__title .custom-logo {
		margin-left: 2.5vw;
	}
}
@media screen and (min-width: 1280px) {
	a.custom-logo-link:hover {
		opacity: .6;
	}
}

/* グローバルナビゲーション
--------------------------------------------------------------- */
/*共通*/
 .l-1row-header .c-fluid-container {
    padding-right: 0;
	padding-left: 0;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item.header_cta>a{
	background-color:var(--wp--preset--color--sm-accent);
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 500;
}
ul#menu-g_nav {
    height: 100px;
}
ul#menu-g_nav li {
	display: flex;
	align-items: center;
}
ul#menu-g_nav li a {
	height: 70px;
	padding: 1em;
	font-family: "Zen Old Mincho", serif;
	font-size: 18px;
	color: var(--accent-color);
	transition: .3s ease;
	white-space: nowrap;
}
li.header_cta.tel {
	margin-left: 1em;
}
li.header_cta.tel a {
	width: 220px;
    height: 100px!important;
	background-color: var(--sub-accent-color)!important;
	color: #fff!important;
	transition: .3s ease;
	white-space: nowrap;
}
li.header_cta.tel a:hover {
	border: solid 1px var(--sub-accent-color);
	background-color: #fff!important;
	color: var(--sub-accent-color)!important;
}
li.header_cta.tel a::after {
	display: none;
}
li.header_cta.contact a {
	width: 220px;
    height: 100px!important;
	color: #fff!important;
	transition: .3s ease;
	white-space: nowrap;
	font-weight: bold!important;
}
li.header_cta.contact a:hover {
	border: solid 1px var(--accent-color);
	background-color: #fff!important;
	color: var(--accent-color)!important;
}
li.header_cta.contact a::after {
	display: none;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}
ul.c-navbar__submenu li a {
	width: 100%;
	height: auto!important;
	color: #fff!important;
}
ul.c-navbar__submenu li a:hover {
	background-color: var(--sub-accent-color)!important;
}
@media screen and (max-width:1280px) {
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
		color: #fff;
		padding-right: 15px;
		padding-left: 15px;
	}
	ul#menu-g_nav li a {
		font-size: 16px;
	}
	li.header_cta.tel a,
	li.header_cta.contact a {
		width: 180px!important;
	}
}
/*以下ドロワーナビゲーション「オーバーオール」の時*/
@media screen and (max-width: 1024px) {
	[id=drawer-nav].c-drawer--overall .c-drawer__controls {
		display: flex;
		align-items: center;
		justify-content: end;
		width: 100%;
		left: 0;
		right: auto;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	[id=drawer-nav].c-drawer--overall .c-drawer__inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	#hamburger-btn {
		margin-right: 1%;
	}
	ul#menu-sp_nav li {
		position: relative;
		border-bottom: solid 1px #fff;
		padding-top: 1em;
		padding-bottom: 1em;
		transition: .3s ease;
	}
	ul#menu-sp_nav li a {
		text-align: center;
		font-size: 1.125rem;
		font-family: "Zen Old Mincho", serif;
	}
	.c-drawer__item--has-submenu>a, .c-drawer__subitem--has-submenu>a {
		max-width: 100%;
		padding-right: 0;
	}
	[id=drawer-nav].c-drawer--overall .c-drawer__toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: var(--sub-accent-color);
	}
	.c-drawer__toggle>.c-ic-angle-right {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.c-drawer__toggle[aria-expanded=true]>.c-ic-angle-right {
		transform: translate(-50%,-50%) rotate(-90deg);
	}
	.c-drawer__submenu {
		margin-left: 40%;
	}
	.c-drawer__submenu[aria-hidden=false] {
		margin-bottom: 0;
	}
	.c-drawer__submenu li {
		border-bottom: 0!important;
		padding-top: .5em!important;
		padding-bottom: .5em!important;
	}
	.c-drawer__submenu li a {
		text-align: left!important;
		font-size: 1rem!important;
	}
	.c-drawer__submenu li a svg {
		transform: scale(0.9);
	}
} 
@media screen and (max-width: 639px) {
	[id=drawer-nav].c-drawer--overall .c-drawer__controls {
		padding-left: 5%;
		padding-right: 5%;
	}
	#hamburger-btn {
		margin-right: 0px;
	}
}

/* ===============================================================
 * Footer
 * ============================================================ */
.l-footer {
	border: none;
	background: url('/wp-content/uploads/2026/03/washi_bg.jpg') center / cover no-repeat;
}
.l-footer .c-container {
	width: 90%;
	max-width: 1100px;
	padding: 0;
}
.l-footer p {
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	font-size: clamp(1rem, 1.8vw, 1.125rem);
	color: var(--accent-color);
}
.l-footer .c-row--lg-margin-l {
	--_gap: 0;
}
.l-footer--default .l-footer-widget-area {/*1280px基準*/
	padding: clamp(40px, 5.46vw, 70px) 0 clamp(40px, 5.46vw, 70px);
}
.l-footer--footer .l-footer__body {
	border-top: none;
}
.l-footer .wp-block-image {
	width: 100%;
	max-width: 130px;
}
.l-footer .wp-block-image img {
	text-align: left;
}
@media screen and (max-width: 781px) {
	.l-footer p {
		text-align: center;
	}
	.l-footer .wp-block-image {
		max-width: 120px;
	}
	.l-footer .wp-block-image img {
		text-align: center;
	}
}
@media screen and (min-width: 1024px) {
	.l-footer .wp-block-image a {
		transition: .3s ease;
	}
	.l-footer .wp-block-image a:hover {
		opacity: .6;
	}
	.l-footer .c-row {
		justify-content: space-between;
	}
	.l-footer-widget-area__item:nth-of-type(1) {
		--_item-width: 65%;
	}
	.l-footer-widget-area__item:nth-of-type(2) {
		--_item-width: 28%;
	}
}

/* 電話ボタン・お問い合わせボタン
--------------------------------------------------------------- */
ul#menu-footer_contact_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 75px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-color: var(--accent-color);
	border-image-slice: 1;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border: solid 1px var(--accent-color);
	transition: .3s ease;
	font-family: "Zen Old Mincho", serif;
	white-space: nowrap;
}
ul#menu-footer_contact_btn a:hover {
	text-decoration: none;
}
ul#menu-footer_contact_btn .tel a {
	background-color: var(--sub-accent-color);
	border: solid 1px var(--sub-accent-color);
}
@media screen and (max-width: 781px) {
	ul#menu-footer_contact_btn {
		margin: 0 auto;
	}
}
@media screen and (min-width: 640px) {
	ul#menu-footer_contact_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	ul#menu-footer_contact_btn li {
		display: flex;
		justify-content: center;
		width: 48%;
		margin: 0;
	}
}
@media screen and (min-width: 782px) {
	ul#menu-footer_contact_btn {
		max-width: 100%;
		margin: 0 auto 0 0;
	}
}
@media screen and (min-width: 1024px) {
	ul#menu-footer_contact_btn li {
		justify-content: flex-start;
		width: 250px;
	}
	ul#menu-footer_contact_btn li:first-child {
		margin-right: 15px;
	}
	ul#menu-footer_contact_btn a:hover {
		background-color: #fff;
		background-image: none;
		color: var(--accent-color);
		border: solid 1px var(--accent-color);
	}
	ul#menu-footer_contact_btn .tel a:hover {
		background-color: #fff;
		background-image: none;
		color: var(--sub-accent-color);
		border: solid 1px var(--sub-accent-color);
	}
}

/* フッターナビゲーション
--------------------------------------------------------------- */
.l-footer .widget_nav_menu {
	width: 100%;
}
ul#menu-footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#menu-footer1 li a,
#menu-footer2 li a {
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	font-size: clamp(16px, 1.8vw, 18px);
	color: var(--accent-color);
	transition: .3s ease;
}
#menu-footer1 li:nth-child(3) a,
#menu-footer1 li:nth-child(4) a,
#menu-footer1 li:nth-child(5) a {
	font-size: clamp(14px, 1.6vw, 16px);
}
#menu-footer1 a:hover,
#menu-footer2 a:hover {
	opacity: .6;
	text-decoration: none;
}
@media screen and (max-width: 1190px) {
	ul#menu-footer a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1023px) {
	ul#menu-footer {
		width: 100%;
		max-width: 550px;
		justify-content: space-around;
		margin: 30px auto 0;
	}
	#block-8 {/*メニュー*/
		width: 98%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 639px) {
	ul#menu-footer::after {
		content: "";
		display: block;
		width: 50%;
	}
	#menu-footer {
		margin: 25px 0;
	}
	#menu-footer li {
		width: 50%;
		text-align: center;
		padding: 5px 0;
	}
}
@media screen and (min-width: 1024px) {
	ul#menu-footer {
		width: 70%;
		margin-left: auto;
		margin-right: 0;
		justify-content: flex-end;
	}
	ul#menu-footer li {
		width: 50%;
		padding-bottom: 1em;
		text-align: right;
	}
}
/* スマホ固定リンク
--------------------------------------------------------------- */
#footer-sticky-nav,
#menu-sp_fixed_link {
	height: 60px;
}
#menu-sp_fixed_link li {
	
}
#menu-sp_fixed_link li a {
	display: flex;
	align-items: center;
	height: 100%;
	background-color: var(--sub-accent-color);
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.p-footer-sticky-nav a>svg {
	display: inline-block;
	margin: 0 .15em 0 0;
}



/* コピーライト
--------------------------------------------------------------- */
.c-copyright--inverse {
	display: flex;
	align-items: center;
	height: 60px;
	background-color: var(--sub-accent-color);
	color: #fff;
	font-size: 11px;
}

/* トップに戻るボタン
--------------------------------------------------------------- */
#page-top {
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: var(--accent-color);
	border-radius: 0;
}
#page-top svg.svg-inline--fa {
	margin-right: 0;
}

/* ===============================================================
 * Main：top
 * ============================================================ */

/* 共通
--------------------------------------------------------------- */
.washi_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 22%;
	height: clamp(100px, 54vw, 540px);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background: url('/wp-content/uploads/2026/03/wagara_1.png');
	mix-blend-mode: multiply;
	z-index: 1;
}
.washi_bg::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 22%;
	height: clamp(100px, 54vw, 540px);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background: url('/wp-content/uploads/2026/03/wagara_1.png');
	mix-blend-mode: multiply;
	z-index: 1;
}
@media screen and (max-width: 639px) {
	.washi_bg::before,
	.washi_bg::after {
		background-size: 150%;
	}
}

/* メインビジュアル
--------------------------------------------------------------- */
#t-mv {
	position: relative;
	height: auto!important;
	padding: 0!important;
	min-height: 600px;
	overflow: hidden;
}
#t-mv .smb-section__inner,
#t-mv .c-container, 
#t-mv .smb-section__contents-wrapper {
	width: 100vw;
	max-width: 100vw;
	height: 100%;
	margin: 0;
}
#t-mv .header_text {
	position: absolute;
	top: 0;
	left: 2.5vw;
}
#t-mv .text_box {
	margin: 70px 5vw 0;
	height: auto;
	z-index: 3;
}
#t-mv .text_box_inner {
	margin-top: 15px;
}
#t-mv .area_text {
	font-size: 14px!important;
}
#t-mv .kiken_img {
	width: 100px;
}
#t-mv .kiken_text {
	line-height: 1.4;
	font-size: clamp(16px, 1.4vw, 18px)!important;
}
#t-mv .main_text p {
	display: inline-block;
	font-size: clamp(30px, 4.92vw, 62px)!important;
	font-weight: bold;
	background-color: #fff;
	white-space: nowrap;
}
.mv_btn {
	width: 100%;
	height: 80px;
}
.mv_btn a {
	background-color: var(--sub-accent-color);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(24px, 3.6vw, 36px);
	font-weight: bold;
	border-radius: 0;
	white-space: nowrap;
}
#t-mv .img_box .wp-block-image {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scale(1.05);
	transform-origin: right bottom;
	z-index: 2;
}
@media screen and (max-width: 781px) {
	#t-mv .img_box {
		height: 60vw;
	}
	#t-mv .img_box .img_pc {
		display: none;
	}
}
@media screen and (min-width: 640px) {
	#t-mv .text_box {
		margin: 100px 5vw 0;
	}
	.mv_btn {
		max-width: 400px;
	}
}
@media screen and (min-width: 782px) {/*カラムの切り替わり*/
	#t-mv {
		height: 100vh;
		max-height: 650px;
		min-height: 570px;
	}
	#t-mv .smb-section__inner,
	#t-mv .c-container, 
	#t-mv .smb-section__contents-wrapper,
	#t-mv .smb-section__body,
	#t-mv .wp-block-columns {
		height: 100vh;
		max-height: 650px;
		min-height: 570px;
	}
	#t-mv .wp-block-columns {
		position: relative;
		width: 90vw!important;
		max-width: 1280px;
		margin: 0 auto!important;
	}
	#t-mv .text_box {
		position: relative;
		margin: 100px 0 0;
	}
	#t-mv .text_box_inner {
		position: absolute;
		top: 50%;
		left: 0!important;
		margin-top: 0;
		transform: translatey(-50%);
	}
	#t-mv .area_text {
		font-size: clamp(16px, 1.8vw, 18px)!important;
	}
	.mv_btn {
		height: 100px;
	}
	#t-mv .img_box {
		position: relative;
		margin-top: 100px;
	}
	#t-mv .img_box .img_sp {
		display: none;
	}
	#t-mv .img_box .wp-block-image {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: scale(1);
		transform-origin: center;
	}
	#t-mv .img_box .wp-block-image img {
		position: absolute;
		top: 50%;
		right: -2.5vw;
		transform: translatey(-50%);
	}
}
@media screen and (min-width: 1024px) {
	#t-mv {
		height: 100vh;
		max-height: 850px;
		min-height: 750px;
	}
	#t-mv .smb-section__inner,
	#t-mv .c-container, 
	#t-mv .smb-section__contents-wrapper,
	#t-mv .smb-section__body,
	#t-mv .wp-block-columns {
		max-height: 850px;
		min-height: 750px;
	}
	#t-mv .text_box {
		margin: 130px 0 0;
	}
	.mv_btn {
		max-width: 500px;
	}
	#t-mv .img_box {
		margin-top: 130px;
		max-height: 700px;
	}
}

/* 導入
--------------------------------------------------------------- */
.intro_text {
	display: inline-block;
	padding: 0 0.4em 0 1em;
	color: var(--red);
}
.intro_text::before {
	content: "";
	position: absolute;
	bottom: 0.15em;
	left: 0.3em;
	width: 1px;
	height: 70%;
	background-color: var(--red);
	transform: rotate(-35deg);
}
.intro_text::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.15em;
	width: 1px;
	height: 70%;
	background-color: var(--red);
	transform: rotate(35deg);
}
.intro_list {
 	padding: clamp(15px, 3.3vw, 33px) clamp(20px, 3.5vw, 35px);
	background: url('/wp-content/uploads/2026/03/wagara_2.jpg');
	border-radius: 10px;
}
.intro_list ul {
	list-style: none;
	padding-left: 0;
}
.intro_list ul li {
	position: relative;
	padding-left: 1.5em;
}
.intro_list ul li::before {
	content: "";
	position: absolute;
	top: .25em;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	background: url('/wp-content/uploads/2026/03/icon_check.png') center / contain no-repeat;
}

/* お問い合わせ(CTA)
--------------------------------------------------------------- */
#cta1 {
	clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
	padding: 0 0 clamp(70px, 8.33vw, 120px)!important;
	overflow: hidden;
}
#cta1::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 20px;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
	background-color: #fff;
	z-index: 1;
}
#cta1::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 22px;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
	background-color: var(--sub-accent-color);
	z-index: 2;
}
#cta1 .smb-section__inner {
	padding-top: clamp(50px, 8.33vw, 120px)!important;
}
#cta1 .smb-section__inner::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -10vw;
	display: block;
	width: 120%;
	height: 2px;
	background-color: #fff;
	z-index: 3;
}
#cta1 p {
	font-size: clamp(22px,3.2vw,32px)!important;
}
#cta1 h2 {
	font-size: clamp(26px,7.2vw,65px)!important;
	margin-top: .2em;
	margin-bottom: .4em;
	line-height: 1.4;
}
#cta1 .note {
	display: flex;
	justify-content: center;
} 
#cta1 .note p {
	font-size: clamp(18px,2.8vw,28px)!important;
}
#cta2 .img_1 {
	position: absolute;
	top: 50%;
	left: 2%;
	width: 23%;
	transform: translatey(-50%);
	z-index: 1;
}
#cta2 .img_2 {
	position: absolute;
	right: 2%;
	bottom: 0;
	width: 20%;
	z-index: 1;
}
.cta2_text {
	display: flex;
	justify-content: center;
}
.cta2_text p {
	display: inline-block;
	padding: 0 0.4em 0 1em;
}
.cta2_text p::before {
	content: "";
	position: absolute;
	bottom: 0.15em;
	left: 0.3em;
	width: 1px;
	height: 70%;
	background-color: var(--accent-color);
	transform: rotate(-35deg);
}
.cta2_text p::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.15em;
	width: 1px;
	height: 70%;
	background-color: var(--accent-color);
	transform: rotate(35deg);
}
.cta_btn_tel, .cta_btn_form {
	width: 100%;
	max-width: 500px;
	height: clamp(80px, 10vw, 100px);
}
.cta_btn_tel a, .cta_btn_form a {
	border-radius: 0;
}
.cta_btn_tel a {
	font-size: clamp(22px, 3.6vw, 36px);
	background-color: var(--sub-accent-color);
}
.cta_btn_form a {
	font-size: clamp(18px, 2.4vw, 24px);
}
.cta_btn_tel a:hover {
	background-color: #fff;
	border: solid 1px var(--sub-accent-color);
	color: var(--sub-accent-color);
	filter: brightness(100%);
}
.cta_btn_form a:hover {
	background-color: #fff;
	border: solid 1px var(--accent-color);
	color: var(--accent-color);
	filter: brightness(100%);
}
@media screen and (max-width: 781px) {
	#cta2 .img_1,
	#cta2 .img_2 {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.cta2_text p {
		padding: 0 0.4em;
	}
	.cta2_text p::before {
		transform: rotate(-20deg);
		left: 0;
	}
	.cta2_text p::after {
		transform: rotate(20deg);
	}
}

/* 和紋　三つの心得
--------------------------------------------------------------- */
#t-point .smb-section__inner {
	width: 100vw;
    max-width: 100vw;
}
#t-point .section_title80 {
	margin-bottom: clamp(50px, 6.25vw, 80px)!important;
	padding: 0 5vw;
}
#t-point .section_title80::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -.8em;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--sub-accent-color);
}
#t-point .point_img {
	height: 300px;
}
#t-point .point_detail {
	padding: 0 5vw;
}
#t-point .point_detail img {
	min-width: 60px;
	width: 60px;
}
#t-point .point_detail h3 {
	margin-left: 15px;
}
#t-point .point_detail p {
	padding-left: 75px;
}
@media screen and (min-width: 782px) {
	#t-point .point_box {
		flex-direction: row-reverse;
	}
	#t-point .point_img {
		height: 100%;
	}
	#t-point .text_column {
		padding: 20px 0 70px;
	}
	#t-point .point_detail img {
		min-width: 90px;
		width: 90px;
	}
	#t-point .point_detail p {
		padding-left: 105px;
	}
}

/* 蜂の巣駆除の流れ
--------------------------------------------------------------- */
#t-flow h3 {/*1000px基準*/
	font-size: clamp(20px, 2.5vw, 26px)!important;
}
#t-flow::before {
	content: "";
	position: absolute;
	top: clamp(20px,6.25vw,80px);
	left: 0;
	width: 30%;
	height: 200px;
	background: url(/wp-content/uploads/2026/03/t-flow_deco_01.png) top left / contain no-repeat;
}
#t-flow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: clamp(15px,2.73vw,35px);
	width: 25%;
	height: 200px;
	background: url(/wp-content/uploads/2026/03/t-flow_deco_02.png) bottom right / contain no-repeat;
}
.flow_boxes .wp-block-column {
	position: relative;
}
@media screen and (max-width: 781px) {
	#t-flow::before {
		width: 45%;
	}
	#t-flow::after {
		width: 37.5%;
	}
	.flow_boxes img {
		width: 80%;
		max-width: 450px;
		margin: 0 auto;
	}
	.flow_boxes p {
		max-width: 450px;
		margin: 0 auto;
	}
	.flow_boxes .wp-block-column:not(:last-child):after {
		content: "";
		position: absolute;
		bottom: -65px;
		left: 50%;
		display: block;
		width: 18px;
		height: 30px;
		background: url(/wp-content/uploads/2026/03/icon_flow_arrow_right.png) center / contain no-repeat;
		transform: rotate(90deg) translatex(-50%);
		z-index: 2;
	}
}
@media screen and (min-width: 782px) {
	.flow_boxes .wp-block-column:not(:last-child) .wp-block-image:after {
		content: "";
		position: absolute;
		top: 40%;
		right: -13%;
		display: block;
		width: 18px;
		height: 30px;
		background: url(/wp-content/uploads/2026/03/icon_flow_arrow_right.png) center / contain no-repeat;
		z-index: 2;
	}
}

/* 事例紹介
--------------------------------------------------------------- */
@media screen and (min-width: 640px) {
	#t-cases h2 {
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
}

/* 対応エリア
--------------------------------------------------------------- */
#t-area .smb-section__inner {
	width: 100vw;
    max-width: 100vw;
}
#t-area .section_title50 {
	width: 90vw;
	max-width: 1100px;
}
.area_img {
	height: 250px;
}
.area_text {
	padding: 0 5vw;
}
@media screen and (min-width: 782px) {
	.area_img {
		height: 100%;
	}
	.area_text {
		padding: 20px 5vw 20px 3vw;
	}
	.area_text .text_justify {
		max-width: 500px;
		margin-left: 0!important;
	}
}

/* 和紋ができること
--------------------------------------------------------------- */
#t-service::before {
	content: "";
	position: absolute;
	top: calc(clamp(50px, 8.33vw, 120px) + 0.9em);
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--sub-accent-color);
	font-size: clamp(30px, 4.4vw, 44px);
	z-index: 2;
}
#t-service::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
#t-service {
	border-bottom: solid 2px var(--sub-accent-color);
}
#t-service .section_title80 {
	display: flex;
	justify-content: center;
}
#t-service h2 {
	display: inline-block;
	padding: 0 0.8em;
	background-color: #fff;
	z-index: 3;
}
.service_text {
	display: flex;
	justify-content: center;
}
.service_text p {
	display: inline-block;
	padding: 0 0.4em 0 1em;
}
.service_text p::before {
	content: "";
	position: absolute;
	bottom: 0.15em;
	left: 0.3em;
	width: 1px;
	height: 70%;
	background-color: var(--accent-color);
	transform: rotate(-35deg);
}
.service_text p::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.15em;
	width: 1px;
	height: 70%;
	background-color: var(--accent-color);
	transform: rotate(35deg);
}
@media screen and (max-width: 639px) {
	.service_text p {
		padding: 0 0 0 0.4em;
	}
	.service_text p::before {
		left: 0;
		transform: rotate(-20deg);
	}
	.service_text p::after {
		transform: rotate(20deg);
	}
}
/* 代表挨拶
--------------------------------------------------------------- */
@media screen and (min-width: 640px) {
	#t-greeting .wp-block-columns {
		flex-direction: row-reverse;
	}
}

/* お知らせ
--------------------------------------------------------------- */
.c-entries--simple, .c-entries--text, .c-entries--text2 {
	position: relative;
    border-top: none;
	z-index: 3;
}
#t-news .c-entries__item {
	border: none;
}
#t-news .c-entries__item:not(:last-child) {
	margin-bottom: 13px;
}
#t-news .c-entries__item a {
	position: relative;
	border: solid 1px #fff;
	border-radius: 10px;
	background-color: #fff;
	transition: .3s ease;
}
#t-news .c-entries__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('/wp-content/uploads/2026/03/icon_news_arrow.png') center / contain no-repeat;
	transform: translatey(-50%);
}
#t-news .c-entries__item a:hover {
	border: solid 1px var(--sub-accent-color);
}
.c-entry-summary__title {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(18px, 2.2vw, 22px)!important;
	font-weight: 600!important;
	line-height: 1.3!important;
	color: var(--accent-color);
	transition: .3s ease;
}
#t-news .c-entries__item a:hover .c-entry-summary__title {
	color: var(--sub-accent-color);
}
.c-meta__item--published {
	font-weight: 500!important;
}
.snow-monkey-posts .c-entries__item a {
	padding-left: 2em;
	padding-right: 4em;
}
.snow-monkey-posts .c-entries__item a time {
	color: #333333;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (min-width: 640px) {
	#t-news h2 {
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
}
@media (min-width: 1024px) {
    .c-entries--text .c-entry-summary__body>.c-entry-summary__meta {
        margin-right: 3em;
    }
}

/* インスタグラム
--------------------------------------------------------------- */
#sb_instagram .sbi_follow_btn {
	display: block;
}
#sb_instagram .sbi_follow_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#sb_instagram .sbi_follow_btn a span {
	position: relative;
	bottom: 0.05em;
	z-index: 5px;
}
/*既存のボタンhoverを削除*/
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    box-shadow: none!important;
}

/* ===============================================================
 * Main：lower
 * ============================================================ */

/* 既存クラス
--------------------------------------------------------------- */
.l-contents__container {/*HOME以外のページ左右余白*/
	padding-left: 0;
	padding-right: 0;
}
.page .l-contents__inner {
	margin-top: 0;
}
.page-id-19 .l-contents__inner:last-child,
.page-id-156 .l-contents__inner:last-child,
.page-id-23 .l-contents__inner:last-child {/*お問い合わせ*/
	padding-bottom: 0;
}

/* ぱんくずリスト
--------------------------------------------------------------- */
.p-breadcrumbs-wrapper {
	position: relative;
	left: 0;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 1px var(--accent-color);
}
.p-breadcrumbs-wrapper a {
	position: relative;
	color: var(--accent-color);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(0.9rem, 1.6vw, 1rem);
	z-index: 2;
}

/* 下層ページヘッダー
--------------------------------------------------------------- */
.c-page-header {
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 100px;
    background: url('/wp-content/uploads/2026/03/washi_bg.jpg') center top / cover no-repeat;
}
.c-page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 22%;
	height: clamp(100px, 54vw, 540px);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background: url('/wp-content/uploads/2026/03/wagara_1.png');
	mix-blend-mode: multiply;
	z-index: 1;
}
.c-page-header::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 22%;
	height: clamp(100px, 54vw, 540px);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background: url('/wp-content/uploads/2026/03/wagara_1.png');
	mix-blend-mode: multiply;
	z-index: 1;
}
.c-page-header .c-container {
	padding-left: 5vw;
	padding-right: 5vw;
}
.c-page-header__title {/*1000px基準*/
	font-size: clamp(30px, 4.4vw, 44px)!important;
	font-family: "Zen Old Mincho", serif;
	color: var(--accent-color);
	letter-spacing: .1em;
}
.c-page-header[data-has-image=true] {
    height: unset;
}
.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}
.c-page-header__bgimage>img, 
.c-page-header__bgimage>picture>img{
	display: none;
}
@media screen and (max-width: 639px) {
	.c-page-header {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top: 70px;
	}
	.c-page-header::before,
	.c-page-header::after {
		background-size: 150%;
	}
	.c-page-header__meta {
		font-size: 13px;
	}
}

/* サービス内容
--------------------------------------------------------------- */
#menulink::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
#menulink {
	border-bottom: solid 2px var(--sub-accent-color);
}
.menulink_box {
	position: relative;
	overflow: hidden;
}
.menulink_box::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: translatex(-50%) rotate(45deg);
	z-index: 3;
}
.menulink_box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--accent-color);
	opacity: .4;
	mix-blend-mode: multiply;
	transition: .3s ease;
}
.menulink_box figure {
	transition: .3s ease;
}
.menulink_box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff!important;
	white-space: nowrap;
	z-index: 3;
}

@media screen and (min-width: 640px) {
	#menu1 h2,
	#menu2 h2,
	#menu3 h2 {
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.menulink_box:hover::after {
		opacity: .7;
	} 
	.menulink_box:hover figure {
		transform: scale(1.1);
	}
}

/* お知らせ
--------------------------------------------------------------- */
/*一覧*/
.blog .c-entries--simple .c-entries__item>a,
.archive .c-entries--simple .c-entries__item>a,
.single-post .c-entries--simple .c-entries__item>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog .l-contents__main,
.category .l-contents__main {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.c-entry-summary__term {
	font-family: "Zen Old Mincho", serif;
}
.c-entry-summary__meta {
	font-family: "Zen Old Mincho", serif;
}
/*詳細*/
article.type-post {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.c-meta__item--author/*投稿者*/ {
	display: none;
}
.single-post .c-meta__item--modified/*更新日*/ {
	display: none;
}
.c-meta__item--published,
.c-meta__item--categories,
.p-related-posts__title,
.c-prev-next-nav__item {
	font-family: "Zen Old Mincho", serif;
}
/*古い投稿・新しい投稿*/
.c-prev-next-nav {
	width: 100%!important;
}
/*関連記事*/
.c-entry__footer>:where(:not(:first-child)) {
	margin-top: clamp(35px, 5vw, 50px);
}
@media screen and (max-width: 639px) {
	.blog .c-entry-summary__title,
	.archive .c-entry-summary__title {
		font-size: 14px;
	}
	.blog .c-entry-summary__meta,
	.archive .c-entry-summary__meta,
	.single-post .c-entry-summary__meta {
		margin-top: .8em;
	}
}

/* 事例紹介
--------------------------------------------------------------- */
/*一覧*/
.post-type-archive-cases .l-contents__main,
.single-cases .l-contents__main {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.single-cases .c-entries--simple .c-entries__item>a {
	padding-top: 15px;
	padding-bottom: 15px;	
}
.archive .c-meta__item--author/*投稿者*/ {
	display: none;
}
/*詳細*/
article.cases .spider__arrow {
	background-color: var(--accent-color);
	transition: .3s ease;
	border-radius: 30px;
}
article.cases .spider__arrow:hover {
	background-color: #000;
}
.c-prev-next-nav {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	article.cases table td {
		font-size: 14px;
	}
	article.works .c-entry-summary__title,
	.post-type-archive-cases .c-entry-summary__title {
		font-size: 14px;
	}
}

/* お問い合わせフォーム
--------------------------------------------------------------- */
.snow-monkey-form a {
	transition: .3s ease;
}
.snow-monkey-form a:hover {
	opacity: .6;
	text-decoration: none;
}
/*ボタン共通*/
.smf-action .smf-button-control__control {
	width: 100%;
    max-width: 400px;
	height: 80px;
	margin-bottom: 20px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background: var(--accent-color);
	border: solid 1px var(--accent-color)!important;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: bold;
	letter-spacing: .1em;
	border-radius: 0px;
	transition: .3s ease;
}
/*確認ボタン*/
.smf-action .smf-button-control__control[data-action="confirm"]:hover {
	background-color: #fff!important;
	color: var(--accent-color)!important;
	border: solid 1px var(--accent-color)!important;
}
/*戻るボタン*/
.smf-action .smf-button-control__control[data-action="back"] {
	background: var(--sub-accent-color);
	border: solid 1px var(--sub-accent-color)!important;
	margin-left: 5px;
	margin-right: 5px;
}
.smf-action .smf-button-control__control[data-action="back"]:hover {
	background-color: #fff;
	color: var(--sub-accent-color);
	border: solid 1px var(--sub-accent-color)!important;
}
/*送信ボタン*/
.smf-action .smf-button-control__control[data-action="complete"] {
    margin-left: 5px;
	margin-right: 5px;
}
.smf-action .smf-button-control__control[data-action="complete"]:hover {
	background-color: #fff!important;
	color: var(--accent-color)!important;
	border: solid 1px var(--accent-color)!important;
}
/*余白調整*/
.smf-action .smf-button-control + .smf-button-control {
	margin-left: 0;
}

@media screen and (max-width: 639px) {
	.smf-action .smf-button-control__control {
		font-size: 16px;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}
/*フォームスタイル「Letter」の時の調整*/
.smf-form--letter .smf-item__col--label {
	display: flex;
}
.smf-form--letter .smf-item__label__text {
	font-weight: bold;
}
.smf-item__description {
	padding: 0 .3em;
	margin-top: .1em;
	margin-left: .5em;
	color: #fff;
	background-color: var(--accent-color);
}
.snow-monkey-form[data-screen="confirm"] .smf-form--letter .smf-item {
	border-bottom: solid 1px var(--sub-accent-color);
}
.smf-form--letter+.smf-action {
	margin-bottom: 0;
}
/*フォームスタイル「Business」の時の調整*/
.smf-form--business .smf-item__description {
	display: inline-block;
	padding: .1em .8em;
	margin-top: .2em;
	margin-left: 0;
	border-radius: 5px;
}
@media screen and (max-width: 639px) {
	.smf-form--business .smf-item__col {
		padding: 1em;
	}
}

/* プライバシーポリシー
--------------------------------------------------------------- */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--accent-color);
    font-weight: 700;
}

/* エラー404
--------------------------------------------------------------- */
.error404 .l-contents__main {
	width: 90%;
	margin: 0 auto;
}