@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

body, html {
margin: 0;
padding: 0;
overflow-x: hidden;
}
body{
font-family: "M PLUS 1", serif;
margin: 0;
padding: 0;
} p {
margin-bottom: 2.5rem;
line-height: 1.8;
}
br {
display: block;
margin-bottom: 1.5rem;
content: "";
} p.text-center {
margin-bottom: 3rem;
}
p:last-child {
margin-bottom: 0;
} dl {
margin-bottom: 2.5rem;
}
dt {
margin-bottom: 1rem;
font-weight: bold;
color: #009999;
font-size: 1.2rem;
}
dd {
margin-bottom: 2rem;
padding-left: 1.5rem;
line-height: 1.8;
}
ul {
margin-bottom: 2rem;
}
li {
margin-bottom: 1rem;
line-height: 1.8;
} dl:last-child,
ul:last-child,
li:last-child,
dd:last-child {
margin-bottom: 0;
}
.full-screen-section {
height: 100vh;
display: flex;
color: #333;
}
#sale{
padding: 15px 20px;
background: linear-gradient(135deg, #00cc00 0%, #00aa00 100%);
color: #fff;
border-radius: 15px;
width: 100%;
height: auto;
min-height: 3.5rem;
text-align: center;
font-size: 1rem;
font-weight: bold;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 204, 0, 0.3);
border: 2px solid #fff;
position: relative;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
#sale:before {
content: "";
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
width: 20px;
height: 20px;
margin-right: 10px;
display: inline-block;
}
#sale:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 204, 0, 0.4);
background: linear-gradient(135deg, #00dd00 0%, #00bb00 100%);
}
#sale a{
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
h1{
font-size: 1.2rem !important;
color:#009999;
}
h2{
font-size: 1.2rem !important;
color:#fff;
}
h3{
background: linear-gradient(135deg, #009999 0%, #007777 100%);
color: #fff !important;
padding: 1rem 1.5rem;
border-radius: 12px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
font-size: 1.3rem;
font-weight: bold;
margin: 1rem 0;
box-shadow: 0 3px 10px rgba(0,153,153,0.2);
border: 1px solid #008888;
text-align: center;
position: relative;
overflow: hidden;
}
h3:before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
transition: left 0.6s ease;
}
h3:hover:before {
left: 100%;
}
h3:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,153,153,0.3);
transition: all 0.3s ease;
}
.w70{
max-width: 70%;
}
.cta{
max-width: 70%;
transition: all 0.3s ease;
border-radius: 15px;
}
.cta:hover {
transform: scale(1.05);
filter: brightness(1.1);
} #hero-carousel .carousel-item img {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
} .cta-button {
display: inline-block;
padding: 1.2rem 2.5rem;
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff6b35 100%);
color: #ffffff;
text-decoration: none;
border-radius: 30px;
font-weight: 900;
font-size: 1.1rem;
box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
text-align: center;
margin: 1.5rem 0;
position: relative;
overflow: hidden;
border: 3px solid #fff;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
animation: pulse-glow 2s infinite;
}
.cta-button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transition: left 0.6s;
}
.cta-button:hover::before {
left: 100%;
}
.cta-button:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 10px 30px rgba(255, 107, 53, 0.6);
background: linear-gradient(135deg, #ff7b45 0%, #ffa500 50%, #ff7b45 100%);
color: #ffffff;
text-decoration: none;
border-color: #fff;
}
@keyframes pulse-glow {
0%, 100% { box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4); }
50% { box-shadow: 0 6px 25px rgba(255, 107, 53, 0.7); }
} .cta-button.urgent {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 50%, #e74c3c 100%);
animation: urgent-pulse 1.5s infinite;
border: 3px solid #fff;
font-size: 1.2rem;
padding: 1.5rem 3rem;
}
.cta-button.urgent:hover {
background: linear-gradient(135deg, #ff5252 0%, #d32f2f 50%, #ff5252 100%);
box-shadow: 0 12px 35px rgba(231, 76, 60, 0.7);
color: #ffffff;
} @media (max-width: 768px) {
.cta-button {
padding: 1rem 1.5rem;
font-size: 1rem;
margin: 1rem 0;
width: 90%;
max-width: 350px;
}
.cta-button.urgent {
padding: 1.2rem 2rem;
font-size: 1.1rem;
}
.cta-button::before {
display: none; }
} @media (max-width: 1024px) and (min-width: 769px) {
.cta-button {
padding: 1.1rem 2rem;
font-size: 1.05rem;
}
} .floating-cta {
position: fixed;
top: 50%;
right: 20px;
transform: translateY(-50%);
z-index: 1000;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 50%, #e74c3c 100%);
color: #ffffff;
padding: 1rem 1.5rem;
border-radius: 50px;
text-decoration: none;
font-weight: 900;
font-size: 0.9rem;
box-shadow: 0 8px 25px rgba(231, 76, 60, 0.6);
animation: floating-pulse 2s infinite;
border: 3px solid #fff;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}
.floating-cta:hover {
transform: translateY(-50%) scale(1.1);
box-shadow: 0 12px 35px rgba(231, 76, 60, 0.8);
color: #ffffff;
text-decoration: none;
}
@keyframes floating-pulse {
0%, 100% { 
box-shadow: 0 8px 25px rgba(231, 76, 60, 0.6);
transform: translateY(-50%);
}
50% { 
box-shadow: 0 12px 30px rgba(231, 76, 60, 0.8);
transform: translateY(-50%) translateY(-5px);
}
} @media (max-width: 768px) {
.floating-cta {
top: 50%;
right: 15px;
transform: translateY(-50%);
padding: 0.8rem 1.2rem;
font-size: 0.8rem;
}
} .important-info {
background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
border: 2px solid #ffc107;
border-radius: 10px;
padding: 1.5rem;
margin: 1.5rem 0;
position: relative;
}
.important-info:before {
content: "💡";
position: absolute;
top: -10px;
left: 20px;
background: #fff;
padding: 0 10px;
font-size: 1.2rem;
}
.logo{
max-width: 70%;
}
.w50{
max-width: 80%;
}
.w30{
max-width: 30%;
opacity: 1;
}
ul{
list-style: none;
}
li{
float: left;
margin: 1.5em;
color:#009999;
opacity: 0.8;
}
.sns,.tel{
padding-top: 50px;
}
.tel{
font-size: 2rem;
font-weight: bold;
color: #009999;
text-align: center;
}
.tel i {
font-size: 2.2rem;
color: #009999;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.tel span {
font-size: 1.1rem;
color: #666;
margin-top: 0.5rem;
display: block;
text-align: center;
}
.sns li{
float: left;
margin: 1px;
opacity: 1;
}
hr{
color:black !important;
height: 20px !important;
width: 300px !important;
border-top: 20px solid rgb(6, 6, 6) !important;
border: 100px !important;
}
a:link { color: blue;opacity: 1; text-decoration: none; }
a:visited { color: blue;opacity: 1; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #ff8000; text-decoration: none; }
header a{
font-size: 1.2rem;
font-weight: 900;
}
.na ul li a {
font-weight: 900;
font-size: 1.5rem;
}
.sec{
margin-top: 2rem;
margin-bottom: 2rem;
padding: 2.5rem;
border: 1px solid #e9ecef;
border-radius: 15px;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.sec:hover {
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
transform: translateY(-2px);
} .sec + .sec {
margin-top: 3rem;
} @media (max-width: 768px) {
.sec {
padding: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.sec + .sec {
margin-top: 2rem;
}
} #sector2 {
margin: 0 !important;
padding: 0 !important;
width: 100vw;
max-width: 100vw;
}
#sector2 img {
width: 100vw;
max-width: 100vw;
min-width: 100vw;
height: auto;
display: block;
}
#plan li{
clear: both;
color: #000;
}
#plan ul{
clear: both;
} #sector3 li{
float: none;
margin: 30px;
font-size: 2rem;
}
#sector3 p{
font-size: 1.8rem;
}
#sector4 dt::before{
content: "😊";
}
#sector3 li::before{
content: "😣";
}
#sector4a li{
color:#000;
} #sector4 dl{
margin-left: 3em;
}
#sector4 dt{
padding-left: 1em;
font-size: 1.9rem;
}
#sector4 dd{
padding-left: 3em;
margin-bottom: 3em;
}  .s6{
font-size: 1.4rem;
}
.s6::first-letter{
font-size: 2rem;
color:#fff;
border: 5px solid green;
background-color: green;
}
#preBottom{
margin-bottom: 200px;
}
footer li{
text-align: center;
margin: auto;
width: 30%;
}
address{
display: block;
margin-left: 20px;
}
#bottom{
position:fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 999;
background-color:#009999;
height: 10em;
}
.hamburger{
display: none !important;
}
#bottom div{
color:#fff;
}
#bottom .bi{
font-size: 2.0em !important;
}
#bottom #sale{
width: 100%;
height: auto;
min-height: 2.5em;
padding: 8px 15px;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
background: linear-gradient(135deg, #00cc00 0%, #00aa00 100%);
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0, 204, 0, 0.3);
border: 1px solid #fff;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
#bottom #sale:before {
content: "";
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 16px;
margin-right: 8px;
display: inline-block;
}
#bottom #sale:hover {
transform: translateY(-1px);
box-shadow: 0 4px 15px rgba(0, 204, 0, 0.4);
background: linear-gradient(135deg, #00dd00 0%, #00bb00 100%);
}
.w30-2{
max-width: 25%;
}
ol li{
float: none;
color:#000;
}
.bl{
margin-top: 20px;
}
#preBottom li{
color: #000;
}
#bottom li{
margin: 0px;
padding: 0px;
}
#bottom li a{
color:#fff;
}
#backToTop {
position: fixed;
display: none;
bottom: 180px;
right: 0px;
padding: 10px 15px;
font-size: 16px;
background-color: #333;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
z-index: 1000;
opacity: 0.7;
}
#backToTop:hover {
background-color: #555;
}
#faq dd{
margin-bottom: 15px;
}
input{
display: inline-block;
text-align: left;
width: 100%;
}
textarea{
display: inline-block;
text-align: left;
width: 100%;
} .wpcf7-submit{
width: 30%;
text-align: center;
border-radius: 20px;
background: blue;
color: #fff;
padding: 5px;
}

ul{
list-style: none;
}
.gNav-menu a {
text-decoration: none;
color: #ffffff;
font-size: 20px;
letter-spacing: 0.1em;
}
.hamburger {
margin: 20px auto 0;
width: 100%;
max-width: 900px;
display: flex;
justify-content: space-between;
}
.hamburger .btn-gNav {
position: fixed;
top: 0px;
right: 0px;
width: 60px;
height: 65px;
z-index: 12;
box-sizing: border-box;
cursor: pointer;
-webkit-transition: all 400ms;
transition: all 400ms;
background-color: rgba(85, 81, 81, 0.682);
border-radius: 0 0 0 20px;
}
.hamburger .btn-gNav span {
position: absolute;
width: 80%;
height: 7px;
margin:10%;
background: #ffffff;
border-radius: 18px;
-webkit-transition: all 400ms;
transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
top: 0;
}
.hamburger .btn-gNav span:nth-child(2) {
top: 20px;
}
.hamburger .btn-gNav span:nth-child(3) {
top: 40px;
}
.gNav .gNav-menu li {
margin: 0 auto;
padding: 0 5px;
}
.gNav {
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
font-size: 16px;
box-sizing: border-box;
z-index: 1;
padding-top: 50px;
transition: .3s;
}
.gNav.open {
right: 0;
width: 60%;
}
.gNav .gNav-menu {
padding: 0;
width: 100%;
height: 100%;
display: block;
flex-direction: column;
text-align: center;
}
.gNav .gNav-menu li {
width: 86%;
padding: 15px;
border-bottom: #525252 1px solid;
}

@media screen and (max-width: 480px) {
.hamburger{
display: block !important;
}
h1,h2{
text-align: center;
}
.logo{
display: block;
margin: auto;
width: 80%;
}
.na{
display: none !important;
}
.tel{
text-align: center;
margin-top: -40px !important;
}
.sns{
display: block !important;
margin-left: 30px !important;
margin-top: -40px !important;
}
.li{
font-size: 1em;
}
h3{
font-size: 1.2rem !important;
}
section li{
font-size: 1rem !important;
margin: 0px !important;
}
p{
font-size: 1.1rem !important;
}
section dl{
margin-left: 0.4rem !important;
}
section dt{
font-size: 1.2rem !important;
margin: 0px !important;
padding-left: 0rem !important;
}
section dd{
font-size: 1.0rem !important;
margin: 0px !important;
padding-left: 0rem !important;
}
hr{
display: none;
}
#sector2 {
margin-top: 30px;
}
.w30-2{
max-width: 10%;
}
#bottom{
height: 12em;
}
#sale {
font-size: 0.85rem !important;
padding: 12px 15px !important;
min-height: 3rem !important;
}
#bottom #sale {
font-size: 0.8rem !important;
padding: 6px 12px !important;
min-height: 2.2em !important;
}
#sale:before {
width: 18px !important;
height: 18px !important;
margin-right: 8px !important;
}
#bottom #sale:before {
width: 14px !important;
height: 14px !important;
margin-right: 6px !important;
}
.bl{
margin-top: 0px;
}
}