/*フッター*/
@charset "UTF-8";
/*color*/
:root {
  --themeyellow:#EFD669;
  --themered:#AE3923;
  --themewhite: #F3F0EB;
  --themebeige: #C0A17B;
  --themeblack: #3E3A39;
  --beige40: #e6d9ca;
}


.itimatu {
        width: 100%;
    margin-bottom: -6px;
}

.itimatu_pc {
    display: none;
}

.footer_wrapper{
background-color: var(--themeblack);
width: 100%;
margin: 0 auto;
padding: 40px 10% 90px 10%;
box-sizing: border-box;
position: relative;
font-family:  "Noto Serif JP", serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
}

.footer_wrapper a {
    text-decoration: none;
    color: var(--themewhite);
}

.footer_wrapper p {
    padding: 0% !important;
}


.footer_top {
    margin-bottom: 20px;
}
.footer_copyrights_l,.footer_copyrights_s{
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--themewhite);
font-family:  "Noto Serif JP", serif;
font-weight: 400;
}


.footer_menu_box{
    width: 100%;
    margin-bottom: 40px;
}
.footer_menu_box ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer_menu_title{
    color: var(--themewhite);
    width: 100%;
    font-size: 1.3em;
    padding-bottom: 3px;
    border-bottom: solid 1px  var(--themewhite);
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;

    margin-bottom: 10px;

}
.footer_menu_nopadding {
    width: 100%;
    margin-bottom: 20px;
}


.footer_link_wrap ul{
   list-style: none;
    margin: 0;
    padding-left: 0;
}
.footer_menu_li{
    margin-bottom: 12px;
}
.footer_menu_li a{
        font-size: 1em;
        text-decoration: none;
       color: var(--themewhite);

    }
.footer_icon{
    margin-top: 40px;
    margin-bottom: 30px;
    justify-content: center;
    text-align: center;
    transition: all .3s;
    display: flex;
    gap: 10%;
}
.footer_icon a{
    height: 40px;
    max-width: 35px;
}
    .footer_icon img{
    height: 100%;
    width: 100%;
    vertical-align: top;
    }



.footer_link_wrap li{
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
}
.footer_link_wrap a{
        font-size: 0.75em;
        color: var(--themewhite);
        text-decoration: none;
    }
.footer_menu_li_disabled{
    opacity: .5;
    color: var(--themewhite);
    font-size:0.8em;
    text-decoration: none;
}



.forpcfooter {
    display: none;
}

.display_none{display: none!important;}



/*PC版*/
@media screen and (min-width:1024px){

.itimatu {
    margin-bottom: 0;
}

.itimatu_sp {
    display: none;
}

.itimatu_pc {
    display: block !important;

}


.footer_wrapper{font-size: 16px}
.footer_wrapper a:hover{
    opacity: .5;
    transition:.3s;
}
.footer_wrapper a{
transition:.3s;
}

.forpcfooter {
 display: block;
}
.noborder {
    border-bottom: solid 2px var(--themewhite);
}
.footer_top {
    margin: 20px auto;
}
.copyrights {
    margin: 7px 0;
}
.large {
    margin: 0 45%!important;
}

    .footer_menu_title{
        width: 100%;
         border-bottom: solid 1.5px var(--themewhite);
         margin-bottom: 6px;
    }
    .footer_menu_wrap{
        display: flex;
        flex-wrap: nowrap;
        margin-top: 20px;
        justify-content: center;
        column-gap: 2%;
    }

    .footer_menu_box li{
        margin-bottom: 12px;
    }
    .footer_icon{
        margin-top: 10px;
        width: 40%;
        height: auto;
        float: left;
        gap: 40px;
    }
    .footer_i_last{
        margin-right: 10px;
    }
    .footer_link_wrap{
        width: 60%;
    margin-left: 40%;
    }

    .footer_wrapper{
        padding: 20px 5%;
    }


.display_none{display: none!important;}




}