/*
Theme Name:   updaters
Description:  UPDATERS公式テーマは、株式会社updatersの公式テーマです。WordPressのカスタマイズや開発に役立つ機能を提供します。
Author:       株式会社updaters
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  updaters
Domain Path:  /languages
*/
/********************************
 * Reset & Base Styles
 ********************************/
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:where(article, aside, div, figure, figcaption,
	footer, header, hgroup, main, nav, section, summary) {
	display: block;
}

:where(html) {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
	line-height: 1.5;
	background: #fff;
}

html {
	line-height: 1.5;
}

body {
	margin: 0;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1.8vw, 16px);
	color: var(--color-bg-bk);
	background-color: #fff;
}

:where(h1, h2, h3, h4, h5, h6, p, blockquote, pre) {
	margin: 0;
}

address {
	font-style: normal;
}

p+p {
	margin-top: clamp(12px, 2.2vw, 16px);
}

strong {
	font-weight: bold;
}

:where(figure) {
	line-height: 0;
	margin: 0;
}

figcaption {
	display: none;
}

:where(ul) {
	margin: 0;
	padding: 0;
	list-style: disc;
}

:where(ol) {
	margin: 0;
	padding: 0;
	list-style: auto;
}

:where(ol, ul) {
	padding-left: 18px;
}

/* インデントは固定 */
:where(li) {
	margin: 4px 0;
}

:where(img, picture, video, canvas, svg) {
	display: block;
	max-width: 100%;
	height: auto;
}

:where(table) {
	border-collapse: collapse;
	width: 100%;
}

:where(th, td) {
	text-align: left;
	padding: 0.5em;
}

:where(a) {
	color: inherit;
	text-decoration: none;
}

:where(a:hover, a:focus) {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

:where(button, input, select, textarea) {
	font: inherit;
	line-height: inherit;
	border: none;
	background: none;
}

button {
	cursor: pointer;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}

:where(adders, dfn, mark, small) {
	font-style: normal;
	font-weight: normal;
}

/* 11. Gutenberg Blocks */
.wp-block {
	margin-bottom: 1.5em;
}

.alignwide,
.alignfull {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

/* 12. Misc */
hr {
	border: none;
	height: 0;
	overflow: visible;
}

blockquote,
q {
	quotes: none;
}

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

[hidden] {
	display: none !important;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

@media screen and (max-width: 1000px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* =============================
   ヘッダー
============================= */
#header-lp {
	background: var(--color-bg-bk);
	color: #fff;
	text-align: center;
	padding: clamp(8px, 1.6vw, 10px) 0;
}

#header-lp p {
	font-size: clamp(14px, 2.8vw, 20px);
	font-weight: 600;
}

/* =============================
   フッター
============================= */
footer {
	background: #FFFAF5;
	padding-top: clamp(60px, 8vw, 80px);
	color: var(--color-text-bk);
	text-align: center;
}

.footer-lp-shop {
	font-size: clamp(14px, 2.2vw, 18px);
	font-weight: 600;
}

.footer-lp-txt {
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 600;
	margin-top: clamp(20px, 4.8vw, 30px);
}

footer .copyright {
	background: #0a0a0a;
	text-align: center;
	padding: 3px 0 4px;
	line-height: 1;
	color: var(--color-gray);
	margin-top: clamp(20px, 4.8vw, 30px);
	padding-bottom: 90px;
}

@media (max-width: 999px) {
	footer .copyright {
		padding-bottom: 75px;
	}
}

/* =============================
   LP Layout / Blocks
============================= */
#lp {
	max-width: 1240px;
	margin: 0 auto;
}

.margin-60 {
	margin-top: clamp(40px, 8vw, 60px);
}

.two-column {
	display: flex;
	gap: clamp(16px, 4.5vw, 30px);
	justify-content: space-between;
}

@media (max-width: 999px) {
	.two-column {
		flex-direction: column;
	}
}

.txt-strong {
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 600;
}

/* CTA（上部帯） */
.cta-fv {
	background: #264878;
	padding: clamp(20px, 4.8vw, 30px) 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 4.5vw, 30px);
}

.cta-btn {
	width: clamp(220px, 50vw, 400px);
	color: #fff;
	border-radius: 100px;
	padding: clamp(8px, 1.6vw, 10px) 0;
	border: 3px solid #fff;
	/* 枠は固定 */
	text-align: center;
	position: relative;
	display: block;
}

.btn-net {
	background: linear-gradient(180deg, rgba(89, 212, 77, 1) 0%, rgba(60, 178, 48, 1) 100%);
}

.btn-net::before {
	position: absolute;
	content: "";
	top: 50%;
	left: clamp(44px, 7vw, 70px);
	width: clamp(24px, 4.6vw, 35px);
	height: clamp(24px, 4.6vw, 35px);
	background: url(./images/lp/net-icon.svg) no-repeat center center / 100%;
	transform: translate(-50%, -50%);
}

.btn-tel {
	background: linear-gradient(180deg, rgba(255, 166, 50, 1) 0%, rgba(255, 123, 85, 1) 100%);
}

.btn-tel::before {
	position: absolute;
	content: "";
	top: 50%;
	left: clamp(40px, 6vw, 60px);
	width: clamp(22px, 3.8vw, 30px);
	height: clamp(26px, 4.8vw, 37px);
	background: url(./images/lp/tel-icon.svg) no-repeat center center / 100%;
	transform: translate(-50%, -50%);
}

.btn-net::after,
.btn-tel::after {
	position: absolute;
	content: "";
	top: 50%;
	right: clamp(8px, 1.8vw, 11px);
	width: clamp(11px, 2.4vw, 15px);
	height: clamp(14px, 2.8vw, 18px);
	background: url(./images/lp/arrow.svg) no-repeat center center / 100%;
	transform: translate(-50%, -50%);
}

.cta-btn span {
	display: block;
	line-height: 1;
	font-size: clamp(12px, 1.8vw, 14px);
}

/* CTA（本文中） */
.cta-body {
	margin: 0 auto;
	padding: clamp(20px, 4.8vw, 30px) 0;
	max-width: 1000px;
	width: 100%;
	text-align: center;
	display: flex;
	row-gap: clamp(8px, 2.8vw, 10px);
	flex-direction: column;
}

.cta-body .cta-btn {
	width: 80%;
	margin: 0 auto;
    min-width: 325px;
}

span.cta-main-txt {
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 600;
	margin-top: 5px;
}

.cta-body span.cta-main-txt {
	font-size: clamp(24px, 5vw, 36px);
}

.btn-tel span.cta-main-txt {
	font-size: clamp(20px, 4vw, 28px);
	letter-spacing: 2px;
}

@media (max-width: 999px) {
	.cta-fv {
		flex-direction: column;
	}

	.cta-fv .cta-btn {
		width: 80%;
	}
}

/* セクション：インフォ */
.contents-info {
	background: #FFFAF5;
	padding-top: clamp(40px, 8vw, 60px);
	padding-bottom: clamp(40px, 8vw, 60px);
}

.contents-info-2 {
	background: #fff;
	padding-top: clamp(40px, 8vw, 60px);
	padding-bottom: clamp(40px, 8vw, 60px);
}

.contents-info-items {
	margin: 0 auto;
	margin-top: clamp(20px, 5vw, 30px);
	max-width: 1000px;
	width: 100%;
}

.contents-info-items h2 {
	background: #3F3F3F;
	color: #fff;
	font-weight: 600;
	font-size: clamp(18px, 3vw, 24px);
	padding: clamp(8px, 1.8vw, 10px) clamp(20px, 5vw, 30px) clamp(6px, 1.6vw, 7px);
}

.contents-info-item {
	background: #fff;
	padding: clamp(20px, 6vw, 30px) clamp(20px, 6vw, 30px);
}

.info-img {
	width: calc((100% - clamp(20px, 4.5vw, 30px)) / 2);
    height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px;
}
.info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.info-price dl {
	padding: clamp(14px, 3.8vw, 20px) clamp(8px, 2.6vw, 10px);
	padding-bottom: clamp(12px, 3.4vw, 18px);
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info-price dt,
.info-price dd {
	font-weight: 600;
	font-size: clamp(18px, 3.6vw, 24px);
	line-height: 1;
}

#lp small {
	line-height: 1.3;
}

.info-info {
	width: calc(60% - clamp(20px, 4.5vw, 30px));
}

.info-info dl {
	padding-bottom: clamp(14px, 3.8vw, 20px);
	display: flex;
	gap: clamp(12px, 3.6vw, 20px);
}

.info-info dt {
	font-weight: 600;
	max-width: 20%;
	min-width: clamp(64px, 12vw, 80px);
}

.info-info dd {
	max-width: 80%;
}

.info-map {
	width: 40%;
	height: clamp(180px, 28vw, 240px);
	overflow: hidden;
	position: relative;
}

.info-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 999px) {
	.contents-info-items h2 {
		text-align: center;
	}

	.info-img {
		width: 100%;
	}

	.info-info {
		width: 100%;
	}

	.info-map {
		width: 100%;
	}
}

/* 投稿一覧（LP簡易） */
.lp-postList__items {
	list-style-type: none;
	padding-left: 0;
}

.lp-postList__item {
	display: flex;
	gap: clamp(8px, 2.6vw, 10px);
	align-items: center;
	padding-bottom: clamp(12px, 3.4vw, 20px);
	border-bottom: 1px solid #ccc;
	margin-bottom: clamp(12px, 3.4vw, 20px);
}

.lp-postList__time {
	width: clamp(70px, 12vw, 90px);
	line-height: 1;
}

.lp-postList__text {
	display: block;
}

.cta-floating {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.cta-floating .l-innerWidth {
	display: flex;
	justify-content: center;
	z-index: 9999;
	gap: 20px;
	padding: 8px;
}

.cta-floating .cta-btn {
	padding: clamp(6px, 1.6vw, 8px) 0;
}

@media (max-width: 999px) {
	.cta-floating .l-innerWidth {
		gap: 5px;
	}

	.cta-floating .cta-btn {
		font-size: 16px;
	}

	.cta-floating .cta-btn span {
		font-size: clamp(9px, 1.8vw, 12px);
	}

	.cta-floating .cta-btn span.cta-main-txt {
		font-size: clamp(14px, 1.8vw, 18px);
	}

	.cta-floating .btn-tel::before,
	.cta-floating .btn-net::before {
		width: 0;
		height: 0;
	}
}

.faq {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.faq dt , .faq dd {
    position: relative;
    padding-left: 20px;
}
.faq dd {
	margin-top: 20px;
}
.faq dt::before {
    position: absolute;
    content: "Q";
	color: #fff;
    font-size: 20px;
    color: #3F3F3F;
	top: 0;
    left: 0;
    line-height: 1;
    font-family: "Arial";
    transform: translate(-50%, 0);
}
.faq dd::before {
    position: absolute;
    content: "A";
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
	line-height: 1;
    color: #F38A6E;
    font-family: "Arial";
	transform: translate(-50%, 0);
}