/* reset CSS */
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
dl,ol,ul{margin-bottom:0;}
body{
    font-family: 'Hiragino Kaku Gothic ProN';
    /* background-color: #FFFEF2; */
}

div, p, ul{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}

div{
    max-width: 620px;
    margin: auto;
}
img{
    width: 100%;
}

footer div nav ul {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 620px;
    list-style: none;
    display: flex;
}
footer div nav ul li{
    width: 33.333333%;
}
footer div nav ul li a{
    padding: 10px;
    display: block;
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
}
footer div nav ul li a::before{
    content: "";
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

nav ul li:nth-of-type(1){
    background: #FD6E6E;
}
nav ul li:nth-of-type(1) a::before{
    background-image: url(../img/icon1.png);
}
nav ul li:nth-of-type(2){
    background: #1AB846;
}
nav ul li:nth-of-type(2) a::before{
    background-image: url(../img/icon2.png);
}
nav ul li:nth-of-type(3){
    background: #FFA800;
}
nav ul li:nth-of-type(3) a::before{
    background-image: url(../img/icon3.png);
}
.contact{
    background: #FF7D00;
    padding: 60px 0 30px 0;
}
.foo{
    height: 190px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: 600;
}
.foo ul{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 60px;
    color: #211512;
    font-size: 0.9em;
}
.foo a{
    color: #000000;

}
.foo p {
    margin-top: 15px;
    color: #B9B9BA;
    text-align: center;
    font-size: 0.8em;
}

.section.contact{
    max-width: 620px;
    margin: auto;
    background: #FFF3E9;
    font-weight: 700;
    padding: 15px;
}
input, select, textarea{
    display: block;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    padding: 10px;
}
textarea{
    height: 200px;
}
.contact button{
    color: #FFFFFF;
    background: #FF7D00;
    border-radius: 4px;
    border: none;
    width: 100%;
    height: 50px;
}
h3{
    text-align: center;
}
.contact div{
    margin: 20px 0 ;
}
.contact .submitMessage{
    font-weight: 500;
    font-size: 0.8em;
    text-align: center;
}

/* サンクスページ */
.c-footer{
    width: 100%;
    background-color: #FF7D00;
    color: #FFFFFF;
}
.c-footer a{
    color: #FFFFFF;
}
.thanks{
    background: #FFF3E9;
}
