@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: color: rgb(105, 104, 104);
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
	line-height: 1.6rem;
	font-family: system-ui;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
ここから
============================== */
img {
	vertical-align: bottom;
}
a:hover {
	opacity: 0.6;
}
.cta {
    position: relative;
}
.btn {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 95%;
}
/* ==============================
コンタクトフォーム
============================== */
.contact-area {
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 1rem;
    background-color: #1bbc34;
}
.hp-form {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 0 1.3rem;
}
.waku {
    width: 90%;
    margin: auto;
    background-color: #e4ffcf;
    border-radius: 15px;
    padding: 2rem 0;
}
.wakuimg {
    padding-bottom: 1rem;
}
table {
    width: 90%;
    padding: 2rem;
    background-color: #fff;
    margin: auto;
}
.trtr {
    width: 100%;
        display: block;
}
.thth {
    display: flex;
    justify-content: space-between;
    width: 90%;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
}
.thth span {
    color: #ff0000;
    padding: 0.2rem 0.5rem !important;
    font-size: 0.8rem;
}
.tdtd {
    display: block;
}
.tdtd input, .tdtd textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
}
input {
    background-color: #358859;
    padding: 1rem 2rem !important;
    border: none;
}
.wpcf7-spinner {
    display: none;
}
.contact-area h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    padding-bottom: 2rem;
    padding-top: 7rem;
    color: #6a6254;
    background-color: #f0f0f0;
    margin: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: flex;
}
p {
    margin-top: 0 !important;
}
.hp-form-btn {
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin: auto !important;
    padding-bottom: 3rem !important;
}
.wpcf7-select {
    width: 100%;
    margin: auto;
    border: 1px solid #c7c7c7;
    padding: 1rem;
    border-radius: 5px;
}
.img-btn {
  background: url('https://garden-honpo.com/wp-content/uploads/2025/07/btn.png') no-repeat center center;
  background-size: contain;
  border: none;
  color: transparent; /* テキストを非表示に */
  width: 100%;
    height: 60px;
    cursor: pointer;
    margin-top: 3rem;
}
