@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: robot;
    src: url(../fs/NotoSansCanadianAboriginal-Light.ttf);
}

@font-face {
    font-family: noto;
    src: url(../fs/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
}

h1 {
    font-size: 2.5vw;
    text-shadow: 1px 1px 2px;
}

h2 {
    font-size: 3vw;
    letter-spacing: .1em;
    font-family: robot;
    color: #8f8f8f;
}

h3 {
    font-size: 1.2vw;
    font-family: noto;
    color: #8f8f8f;
    letter-spacing: .1em;
}

h4 {
    font-size: 2vw;
    font-family: noto;
    color: #202020;
}

p {
    font-size: 1.5vw;
    line-height: 1.6;
    font-family: noto;
    color: #5c5c5c;
}

a {
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
    font-family: noto;
    color: #5c5c5c;
}

ul {
    list-style-type: none;
}

li {
    font-family: noto;
    text-align: center;
    font-size: 1.5vw;
}

input {
    font-family: noto;
    color: #5c5c5c;
}

label {
    font-family: noto;
    color: #5c5c5c;
}

select {
    font-family: noto;
    color: #5c5c5c;
}

html {
    scroll-behavior: smooth;
}
/* ヘッダーここから */
header:nth-of-type(2) {
    display: none;
}

header {
    display: flex;
    width: 100%;
    height: 8vw;
    padding-top: 2.5vw;
}

header .header-imgbox {
    width: 34%;
    margin-left: 6%;
    margin-right: 3%;
    padding-top: .4vw;
}

header .header-imgbox img {
    width: 100%;
    vertical-align: bottom;
}

header nav {
    width: 70%;
    margin-left: 4%;
    margin-right: auto;
    padding-top: 2vw;
    padding-bottom: 3vw;
}

header nav ul {
    display: flex;
}

header nav ul li {
    width: fit-content;
    margin-left: 2.5%;
    transition: 1s;
}

header nav ul li:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: 1s;
}

header nav ul li a {
    display: block;
    padding-top: .3vw;
    padding-left: 1vw;
    padding-right: .8vw;
    padding-bottom: .3vw;
    line-height: 1.2;
    letter-spacing: .1em;
    font-family: noto;
}

.li-hover {
    position: relative;
}

.li-hover p {
    display: block;
    padding-top: .3vw;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: .3vw;
    line-height: 1.2;
    letter-spacing: .1em;
    font-family: noto;
}

.li-hover:hover ul {
    height: 70vh;
    transition: 3s;
}

.li-hover ul {
    position: absolute;
    top: 3;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 1000;
}

.li-hover ul {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.li-hover ul li {
    width: 96%;
}

.li-hover ul li a {
    margin-top: .5vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2vw;
    background-color: #e7f5f4;
    transition: 1s;
}

.li-hover ul li a:hover {
    background-color: #bffef8;
    transition: 1s;
}
/* ヘッダーここまで */

/* contactここから */
.contact-box {
    display: flex;
    width: 90%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.contact-box .contact-title {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.contact-box .contact-title img {
    width: 100%;
    vertical-align: bottom;
}

form:nth-of-type(2) {
    display: none;
}

.form-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    background-color: #e7f5f4;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
}
/* 申し込みかお問い合わせか？ */
.omousikomi-box {
    margin-top: .5vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.omousikomi-box label {
    display: inline-block;
    width: 15%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.omousikomi-box label:nth-of-type(1) {
    display: inline-block;
    width: 5%;
    margin-left: 25vw;
    line-height: 3vw;
    font-size: 1.5vw;
}
/* 名前 */
.name-box {
    display: flex;
    margin-top: .5vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.name-box label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

label span {
    padding-left: .1vw;
    padding-right: .1vw;
    font-size: 1vw;
    background-color: rgb(211, 150, 107);
    
}

label .nini {
    padding-left: .1vw;
    padding-right: .1vw;
    font-size: 1vw;
    background-color: rgb(242, 234, 159);
}

.name-box input {
    width: 75%;
    padding: 1vw .5vw;
    border: none;
    border-radius: 10px;
    background-color: #f0f9f9;
    font-size: 1vw;
}

select {
    font-size: 1vw;
}
/* メール */
.email-box {
    display: flex;
    margin-top: 1vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.email-box label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.email-box input {
    width: 75%;
    padding: 1vw .5vw;
    border: none;
    border-radius: 10px;
    background-color: #f0f9f9;
    font-size: 1vw;
}
/* 電話 */
.tel-box {
    display: flex;
    margin-top: 1vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.tel-box label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.tel-box input {
    width: 75%;
    padding: 1vw .5vw;
    border: none;
    border-radius: 10px;
    background-color: #f0f9f9;
    font-size: 1vw;
}
/* お申し込み内容 */
.check {
    display: flex;
    margin-top: 1vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.check .check-label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.check .check-child {
    width: 75%;
    padding: .5vw;
    border-radius: 10px;
    background-color: #f0f9f9;
}

.check .check-child .check-plan {
    width: 98%;
    margin-top: .5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5vw;
    padding: .5vw;
    border-radius: 10px;
    background-color: white;
}

.check .check-child .check-plan input {
    inline-size: 1.4vw;
    block-size: 1.4vw;
}

.check .check-child .check-plan input:nth-of-type(1) {
    margin-left: 1%;
}

.check .check-child .check-plan label:nth-of-type(1) {
    display: inline-block;
    width: 20%;
    font-size: 1.5vw;
}

.check .check-child .check-plan label:nth-of-type(2) {
    display: inline-block;
    width: 35%;
    font-size: 1.5vw;
}

.check .check-child .check-plan select {
    height: 2.5vw;
    font-size: 1.5vw;
}

.check .check-child .check-plan select option{
    font-size: 1.5vw;
}
/* ご相談 */
.textarea {
    display: flex;
    margin-top: 1vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.textarea label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.textarea textarea {
    width: 75%;
    height: 10vw;
    padding: 1vw .5vw;
    border: none;
    border-radius: 10px;
    background-color: #f0f9f9;
    font-size: 1vw;
}
/* ご利用規約 */
.kiyaku {
    margin-top: 1vw;
    padding: .5vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
}

.kiyaku label {
    display: inline-block;
    width: 25%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.kikaku-child {
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    border-radius: 10px;
    background-color: #f0f9f9;
}

.kiyaku .kikaku-child label {
    display: inline-block;
    width: 90%;
    margin-left: 2%;
    line-height: 3vw;
    font-size: 1.5vw;
}

.kiyaku .kikaku-child input {
    inline-size: 1.4vw;
    block-size: 1.4vw;
    margin-top: .9vw;
    margin-left: 1vw;
    padding: 1vw 1vw;
    line-height: 2vw;
    border: none;
    border-radius: 10px;
    font-size: 1vw;
}

.kiyaku-messege {
    overflow: auto;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    height: 20vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    border: 1px solid black;
    background-color: #f0f9f9;
}
/* 申し込みボタン */
.submit-box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.submit-box input {
    display: block;
    width: 50%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    border: 2px solid #bee1de;
    border-radius: 50px;
    font-size: 1.4vw;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    transition: 1s;
    background-color: #e7f5f4;
}

.submit-box input:hover {
    color: black;
    background-color: #bee1de;
    transition: 1s;
}
/* contactここまで */

/* フッターここから */
footer:nth-of-type(2) {
    display: none;
}

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-box1 {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
}

footer .footer-box1 .footer-imgbox {
    width: 30%;
    margin-left: 5%;
    margin-right: 40%;
}

footer .footer-imgbox img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 20%;
    margin-left: 1%;
    padding-top: .3vw;
}

.footer-box1 a:nth-of-type(1) {
    width: 25%;
    font-size: 3vw;
    color: black;
}

.footer-box1 a:nth-of-type(2) {
    width: 25%;
    margin-left: auto;  
    font-size: 2.8vw;
    line-height: 1.6;
    color: blue;
}

.footer-box1 a:nth-of-type(3) {
    width: 25%;
    margin-left: 7%;
    margin-right: auto;
    font-size: 3vw;
    color: red;
}
/* ソーシャルアイコンここまで */

.footer-all {
    display: flex;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

/* footer2段目ここから */
.footer-box2 {
    width: 30%;
    margin-top: 2vw;
    margin-left: 17%;
    margin-right: 12%;
}

.footer-box2 ul {
    width: 55%;
    margin-right: auto;
}

.footer-box2 ul li {
    width: fit-content;
    padding-bottom: .5vw;
    transition: 1s;
}

.footer-box2 ul li a:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box2 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box2 ul li:nth-of-type(1) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(2) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(3) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(4) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(5) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 2vw;
    line-height: .9;
}
/* footer2段目ここまで */
/* footer3段目ここから */
.footer-box4 {
    width: 50%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: 10%;
}

.footer-box4 ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box4 ul li {
    width: fit-content;
    padding-bottom: .5vw;
    transition: 1s;
}

.footer-box4 ul li a:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box4 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box4 ul li:nth-of-type(1) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(2) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(3) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(4) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.7vw;
    line-height: .9;
}
/* footer3段目ここまで */
/* footer4段目ここから */
.footer-box3 {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
}

.footer-box3 ul {
    width: 100%;
    margin-right: auto;
}

footer .footer-box3 ul li {
    width: fit-content;
    padding-bottom: .5vw;
    transition: 1s;
}

footer .footer-box3 ul li:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box3 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box3 ul li:nth-of-type(1) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul li:nth-of-type(2) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul li:nth-of-type(3) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.5vw;
    line-height: .9;
}
/* footer4段目ここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7vw;
    text-align: center;
}
/* footer下部イメージここから */
.footer-ill {
    width: 40%;
    margin-left: auto;
}

.footer-ill img {
    width: 100%;
    vertical-align: bottom;
}
/* footer下部イメージここまで */
/* フッターここまで */
.isAnimate {
    opacity: 1;
    transform: translateY(0px);
}