/* 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'; */
    font-family: "Zen Kaku Gothic New";
    color: #211512;
    /* background-color: #FFFEF2; */
}

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

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

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

footer div nav ul {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    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: 750px;
    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;
}
/* 店舗固有セクション */
.shop{

}
.shop .staff{
    padding-top: 60px;
    padding-bottom: 40px;
}
.shop .staff > div{
    margin-bottom: 20px;
}
.shop .staff h2{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.shop .staff img{
    width: 90%;
    margin: auto;
}
.shop .staff .name, .shop .furigana{
    color: #FF7D00;
    text-align: center;
    font-weight: 700;
}
.shop .staff .name{
    font-size: 20px;
}
.shop .staff .furigana{
    font-size: 12px;
}
.shop .staff .comment{
    width: 80%;
    margin: auto;
}
.shop .info{
    background: #FF7D00;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 50px 0;

}
.shop .info .data{
    width: 55%;
}
.shop .info .data > div:nth-of-type(1) p{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    margin-right: auto;
}
.shop .info .data>div:nth-of-type(n){
    display: flex;
    gap: 4px;
    font-weight: 500;
    margin-bottom: 4px;
}
.shop .info .data > div:nth-of-type(n+2) > p:nth-of-type(1){
    display: block;
    width: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 12px;
    color: #FF7D00;
    text-align: center;
    /* padding: 2px 0; */
    white-space: nowrap;
    height: fit-content;

}
.shop .info .data > div:nth-of-type(n+2) > p:nth-of-type(2){
    width: auto;
    white-space: wrap;
    font-size: 14px;
    width: 65%;
}

.shop .info .map {
    width: 35%;
}
.shop .info .map iframe{
    width: 100%;
    height: 275px;
}

.shop .image{
    background: #FF7D00;
    padding-bottom: 50px;
}
.shop .image img:nth-of-type(1){
    width: 90%;
    margin: auto;
}
.shop .image img:nth-of-type(2), .shop .image img:nth-of-type(3){
    width: 60%;
    margin-top: 10px;
}
.shop .image img:nth-of-type(2){
    margin-left: 5%;
    margin-right: auto;
}
.shop .image img:nth-of-type(3){
    margin-left: auto;
    margin-right: 5%;
}

/*  */

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