@charset "utf-8";

body * {
    box-sizing: border-box;
    overflow-x: hidden;
}
body{
    font-family: "M PLUS 1", serif;
    margin: 0;
    padding: 0;
}
.full-screen-section {
    height: 100vh;
    display: flex;
    color: #333;
}
#sale{
    padding: 10px;
    background-color: #00cc00;
    color: #fff;
    border-radius: 10px;
    width:100%;
    height: auto;
    text-align: center;
    font-size: 0.9rem;
    overflow-y: hidden;
}
#sale a{
    color:#fff;
}
h1{
    font-size: 1.2rem !important;
    color:#009999;
}
h2{
    font-size: 1.2rem !important;
    color:#009999;
}
h3{
    background-color: #009999;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.w70{
    max-width: 70%;
}
.cta{
     max-width: 70%;
}
.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: 1.4rem;
}
.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; }
a:visited { ccolor: blue;opacity: 1;  }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
header a{
    font-size: 1.2rem;
    font-weight: bolder;
}
.sec{
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
/*sector2*/
#sector2{
    margin-top: -60px;
}
#plan li{
    clear: both;
    color: #000;
}
#plan ul{
    clear: both;
}
/*sector3*/
#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*/
#sector4 dl{
    margin-left: 3em;
}
#sector4 dt{
    padding-left: 1em;
    
    font-size: 1.9rem;
}
#sector4 dd{
    padding-left: 3em;
    margin-bottom: 3em;
}
/*sector5*/
/*sector6*/
.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: auto;

}
.hamburger{
    display: none !important;
}
#bottom div{
    color:#fff;
}
#bottom .bi{
    font-size: 2.0em !important;
}
#bottom #sale{

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