/* BASIC css start */
#footer { clear:both; margin:30px 0 0 }
#footer .footerInfo {
    position: relative;
    border-top: 4px solid #FB8404;
    overflow: hidden;}
    
#footer .footerInfo .info-bx {padding: 20px 0 10px;}

#footer .footerInfo .info-bx h2{
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans';
    padding: 10px 0;
    line-height: 1;
    letter-spacing: -.4px;
}    
    
#footer .footerInfo .info-bx h3 {font-weight:bold}
#footer .footerInfo .info-bx dt,
#footer .footerInfo .info-bx dd { color:#777 }
#footer .footerInfo .info-bx .line { margin:7px 0; width:20px; height:2px; background:#000 }
#footer .footerInfo .info-bx address { color:#777 }
#footer .footerInfo .info-bx .bold{font-size:16px}


#footer .footerInfo.middle{}
#footer .footerInfo.middle .info-bx{padding: 20px 15px;}
#footer .footerInfo.middle .info-bx dl{
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;}
#footer .footerInfo.middle .info-bx dl dt{
    width: 30%;
    background: #eee;
    border-radius: 20px;
    line-height: 1;
    padding: 8px 10px;
    text-align: center;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;}
    
#footer .footerInfo.middle .info-bx dl dd{
    width: 58%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-left: 13px;}


#footer .footerInfo.bottom{
    border-top: 0;
    background: #FB8404;
    color: #fff;
    text-align: center;}
#footer .footerInfo.bottom ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;}
    
#footer .footerInfo.bottom ul li.w3x{width: 33.3%;aspect-ratio: 1 / 1}
#footer .footerInfo.bottom ul li.w2x{width: 50%;}
#footer .footerInfo.bottom ul li a{}
#footer .footerInfo.bottom ul li a p.ico{margin-top: 30px;}
    
#footer .footerInfo.bottom ul li a p.ico img{
    height: 40px;}
#footer .footerInfo.bottom ul li a p.txt{
    display: block;
    position: absolute;
    bottom: 26px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;}


#footer .footerInfo.bottom ul li{position:relative}
#footer .footerInfo.bottom ul li:before{
    content: "-";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 1px;
    background: rgba(265,265,265,0.3);
    font-size: 0;}
#footer .footerInfo.bottom ul li:after{
    content: "-";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(265,265,265,0.3);
    font-size: 0;}

#footer .cs-bx{
    margin: 0 15px 15px;
    display: flex;
    justify-content: space-between;
}
#footer .cs-bx dl{
    width: 50%;
    margin-right: 15px;
    background: #f7f7f7;
    padding: 15px;
    text-align: center;}
    
#footer .cs-bx dl:nth-last-child(1){margin-right:0}

#footer .cs-bx dl dt{
    font-family: 'Noto Sans';
    letter-spacing: -.6px;}
#footer .cs-bx dl dt p{
    font-size: 16px;}
#footer .cs-bx dl dt a{
    font-size: 22px;
    padding-top: 3px;
    display: block;
    line-height: 1;}

#footer .cs-bx dl dd{
    border-top: 1px solid #dddddd;
    padding-top: 14px;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: -.6px;
    font-family: 'Noto Sans';
}


#footer .cs-bx dl dd.sm{}
#footer .cs-bx dl dd em{color:#999999}

#footer .footerMiddle { padding:15px 15px 0 }
#footer .footerMiddle a { display:inline-block; padding:0 8px; line-height:12px; }
#footer .footerMiddle a.first { padding-left:0; border-left:none }
#footer .footerMiddle p { display:inline-block; margin-bottom: 2px; width:2px; height:2px; background:#777;  }

#footer .map{
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;}
    
#footer .map li{line-height: 1;}
#footer .map li:nth-child(1) a{padding-left: 0;}
#footer .map li:nth-last-child(1) a{padding-right: 0;}

#footer .map li a{
    font-size: 12px;
    font-family: 'Noto Sans';
    letter-spacing: -.6px;
    color: #000;
    padding: 0 15px;
    position: relative;}
    
#footer .map li a:after{
    content: "|";
    margin-left: 9px;
    width: 1px;
    height: 12px;
    background: #9c9c9c;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 2px;}
    
#footer .map li:nth-last-child(1) a:after{display:none}

#footer address { padding:12px 15px 20px; }
#footer address p {
    padding-bottom: 6px;
    color: #545454;
    font-family: 'Noto Sans';
    letter-spacing: -.45px;
    font-size: 11px;}
#footer address em{color:#000}

#footer .logoBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 23px 15px 10px;
}

#footer .logoBox a.logo{display: block;}
#footer .logoBox a.logo img{width: 130px;}
#footer .logoBox .sns{}
#footer .logoBox .sns a{margin-left: 15px;display: inline-block;}
#footer .logoBox .sns a img{width: 25px;}


#footer .copy {
    padding-top: 13px;
    padding-bottom: 8px;}

a.business{
    background: #ebebeb;
    border-radius: 9px;
    margin-left: 5px;
    padding: 3px 7px;
    color: #000;}


.instagramArea { margin-top:0px; padding:10px 15px; text-align:left; }
.instagramArea h3 { font-weight:bold }
.instagramArea h3 span { color:#939393 }
.instagramArea .instaImg { padding-top:10px }
/* BASIC css end */

