@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Kiwi_Maru;
    src: url(../font/Kiwi_Maru/KiwiMaru-Regular.ttf);
}
@font-face {
    font-family: Zen_Kaku_Gothic_New;
    src: url(../font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf);
}

body {
    font-family: Zen_Kaku_Gothic_New;
    color: #202020;
    background-color: rgb(250, 246, 233);
}

/*ヘッダー*/

.toppage-nav2 {
    display: none;
}

header{
    width: 100%;
    position: fixed;
    background-color: #ffffff;
}

.toppage-nav1 nav ul {
   display: flex;
   align-items: center;
   
}

.toppage-nav1 nav ul li {
    margin-left: auto;
    margin-right: auto;
    list-style:none;
}

.toppage-nav1 nav ul li:nth-child(3) {
    margin-left: -1%;
}


.toppage-nav1 nav ul li a {
    font-family: Kiwi_Maru;
    color: #202020;
    text-decoration: none
}




.main-visual {
    width: 100%;
    background-image: url(../images/pc-top.png);
    background-size: 100%;
    padding-top: 50%;
}

/*めいん*/
main {
    padding: 3% 3%;
}



.main-h2 {
    font-family: Kiwi_Maru;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
}


.section-box {
    display: flex;
    height: 500px;
    padding-bottom: 5%;
}

.section-box1 {
    display: none;
}

.picture-box1 {
    width: 70%;
    background-image: url(../images/pc-size1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.picture-box2 {
    width: 70%;
    background-image: url(../images/pc-size2.png);
    background-size: 100%;
    background-repeat: no-repeat;

}

.picture-box3 {
    width: 70%;
    background-image: url(../images/pc-size3.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section-font:nth-child(even) {
    margin-left: 5%;
}

.section-font:nth-child(odd) {
    margin-right: 5%;
}

.section-font {
    width: 60%;
}

.section-font h3 {
    font-size: 1.5vw;
    margin-top: 10%;
}

.section-font p {
    font-size: 1.5vw;
    line-height: 3vw;
    margin-top: 5%;
    color: #555454;
    
}



/*他社との比較*/

.section1-h2 {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 5%;
}

.table-box1 table {
    border-collapse: collapse;
    margin-left: 5%;
    width: 90%;
    height: 500px;
}

.table-box1 table th {
    text-align: center;
    font-size: 1.5vw;
    background-color: rgb(207, 200, 171);
}

.table-box1 table td {
    text-align: center;
    font-size: 1.3vw;

}

table tr:nth-child(4) {
    height: 98px;
}

.td-box1 {
    color: rgb(187, 154, 6);
}


/*ボタン*/

.table-box1 h3 {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.table-box1 h3 span {
    vertical-align: super; /*テキストを上付きにする*/
    font-size: 0.6em;
}

.button_box a {
    font-family: Kiwi_Maru;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: rgb(22, 28, 82);
    border-radius: 10px;
    border-bottom: solid 8px rgb(11, 14, 41);
}
.button_box a:hover {
    border-bottom: solid 2px rgb(11, 14, 41);
    transform: translateY(3px);
}

/*サイズガイド*/
.section2-h2 h2 {
    margin-top: 25%;
    margin-bottom: 5%;
    text-align: center;
}

.section2-h2 img {
    width: 95%;
    padding: 1%;
    padding-bottom: 8%;
}

.table-box2 table {
    width: 100%;
    height: 400px;
    border-collapse: collapse;
}

.table-box2 table th {
    text-align: center;
    font-size: 1.5vw;
    background-color: rgb(207, 200, 171);
}

.table-box2 table td {
    text-align: center;
    font-size: 1.3vw;
}

.table-box2 table tr:nth-child(even) td {
    background-color: #ffffff;
}

/*FAQ*/

.FAQ {
    background-image: url(../images/Q.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vw;
}

.FAQ h3 {
    text-align: center;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 5%;
}

.FAQ a {
    font-family: Kiwi_Maru;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #222118;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    background: rgb(244, 245, 239);
    border-radius: 20px;
    border-bottom: solid 8px rgb(223, 223, 223);
}
.FAQ a:hover {
    border-bottom: solid 2px rgb(223, 223, 223);
    transform: translateY(3px);
}

/*ふっだー*/

footer {
    margin-top: 20%;
    background-color: rgb(190, 182, 149);
}

.footer-nav {
    height: 500px;
    display: flex;
}

footer img {
    width: 50%;
    
}


.footer-box {
    padding: 4%;
}

.footer-box p {
    font-family: Kiwi_Maru;
    padding-bottom: 3%;
    font-size: 1.2vw;
    text-align: left;
}


/*SNS*/

.sns-icon {
    width: 40%;
    margin-top: 10%;
    display: flex;
    justify-content: space-around;
}

.fa-brands {
    transition: 1s;
}

.fa-instagram {
    color: #202020;
    font-size: 2vw;
}

.fa-instagram:hover {
    color: #cc4192;
    font-size: 2vw;
}

.fa-x-twitter {
    color: #202020;
    font-size: 2vw;
}

.fa-x-twitter:hover {
    color: #0F1419;
    font-size: 2vw;
}

.fa-youtube {
    color: #202020;
    font-size: 2vw;
}

.fa-youtube:hover {
    color: red;
    font-size: 2vw;
}

.fa-facebook {
    color: #202020;
    font-size: 2vw;
}

.fa-facebook:hover {
    color: #1877f2;
    font-size: 2vw;
}

/*footer-navbox*/

.footer-box {
    width: 30%;
}

.footer-navbox {
    display: flex;
    width: 70%;
}

.footer-navbox123 {
    width: 40%;
    margin-left: 2%;
    margin-right: 8%;
}

.footer-navbox123 h3 {
    margin-top: 25%;
    margin-bottom: 10%;
    font-size: 1.3vw;
    font-family: Kiwi_Maru;
}

.footer-navbox123 nav ul {
    list-style: none;
}

.footer-navbox123 nav ul li{
    font-size: 1.2vw;
    padding-top:10px;
    padding-bottom:10px;

}

.footer-navbox123 nav ul li a{
    text-decoration: none;
    color: #202020;
}

footer p {
    text-align: center;
}





