@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: robot;
    src: url(../fs/RobotoMono-ExtraLight.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 {
    letter-spacing: .1em;
    font-size: 2.8vw;
    font-family: robot;
    color: #202020;
}

h3 {
    letter-spacing: .15em;
    font-size: 2vw;
    font-family: noto;
    color: rgb(91, 102, 84);
}

h4 {
    letter-spacing: .15em;
    font-size: 2vw;
    font-family: noto;
    color: rgb(91, 102, 84);
}

p {
    font-size: 1.5vw;
    line-height: 1.6;
    font-family: noto;
    color: rgb(91, 102, 84);
}

a {
    line-height: 1.6;
    letter-spacing: .1em;
    text-decoration: none;
    text-align: center;
    font-family: noto;
    color: rgb(91, 102, 84);
}

ul {
    list-style-type: none;
}

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

summary {
    font-family: noto;
    color: rgb(91, 102, 84);
}


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

header {
    display: flex;
    width: 100%;
    height: 10vw;
    padding-top: 2vw;
    background-image: url(../images/header2.png);
    background-size: cover;
}

header .h1-box {
    width: 40%;
    margin-top: 1vw;
    margin-left: 5%;
    margin-right: 10%;
}

.header-logo {
    width: 100%;
}

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

header nav {
    width: 50%;
    margin-right: auto;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

header nav ul {
    display: flex;
}

header nav ul li {
    width: fit-content;
    height: 3vw;
    margin-left: 2.5%;
    margin-right: 3.5%;
    transition: 1s;
}

header nav ul li a {
    display: block;
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
}

header nav ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
}
/* ヘッダーここまで */

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

.faq-box .faq-title {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
}

.faq-box .faq-title img {
    width: 100%;
    vertical-align: bottom;
}
/* faq一覧ここから */
.faq-lineup {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
}

/* アコーディオンここから */
.details {
	transition: .3s;
	overflow: hidden;
	padding-bottom: 2vw;
	&:last-of-type {
		margin-bottom: 0;
	}
}

.details[open] {
	margin-top: 0;
	padding-bottom: 1vw;
} 

.details-summary {
	display: block;
    transition: .3s;
	transform: translateY(10px);
    border-bottom: 2px solid #7d826a;
    font-size: 1.6vw;
	&:hover {
		cursor: pointer;
	}
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details[open] .details-summary {
	transform: translateY(0);
    font-size: 1.6vw;
}

.details-content {
	padding: 1.5vw;
    font-size: 1.6vw;
}

.details-summary span {
    font-size: 3vw;
    font-weight: bold;
}

.details-content span {
    font-size: 3vw;
    font-weight: bold;
    color: #9fa38e;
} 
/* アコーディオンここまで */
/* faqここまで */

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

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F2ED;
}

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

footer .footer-box1 .footer-imgbox {
    width: 30%;
    margin-left: 10%;
    margin-right: 2%;
}

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

/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 18%;
    margin-left: 40%;
    margin-right: auto;
}

.social-box a:nth-of-type(1) {
    padding-top: .8vw;
    width: 22%;
}

.social-box a:nth-of-type(2) {
    width: 30%;
}

.social-box a img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここまで */
.grand-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* footer2段目ここから */
.footer-box2 {
    width: 80%;
    margin-top: 2vw;
    margin-left: 18%;
    margin-right: auto;
}

.footer-box2 ul {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box2 ul li {
    width: 10%;
    height: 1vw;
    margin-left: 5%;
    text-align: left;
    transition: 1s;
}

footer .footer-box2 ul li a {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
    font-size: 1.5vw;
}

footer .footer-box2 ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
    font-size: 1.5vw;
}
/* footer2段目ここまで */
/* footer3段目ここから */
.footer-box3 {
    width: 80%;
    margin-top: 3vw;
    margin-left: 18%;
    margin-right: auto;
    margin-bottom: 5vw;
}

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

.footer-box3 ul li {
    width: 10%;
    margin-left: 5%;
    height: 1vw;
    transition: 1s;
}

.footer-box3 ul li:nth-of-type(5) {
    width: 20%;
}
    

footer .footer-box3 ul li a {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
    font-size: 1.5vw;
}

footer .footer-box3 ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
    font-size: 1.5vw;
}
/* footer3段目ここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1vw;
    text-align: center;
}
/* フッターここまで */