@charset "utf-8"; /* =================================================== scrolltop =================================================== */ #scrolltop { margin-top: 50px auto 0; a { &::after { top: 90%; border-top: 2px solid @colorMain; border-right: 2px solid @colorMain; } font-size: 130%; } } /* =========================================================================================== FOOTER =========================================================================================== */ footer { position: relative; background: #ffe65c; /* =================================================== レイアウトfooterLay01の場合 =================================================== */ &.footerLay01 { .logoArea { width: 233px; float: left; margin: 0 40px 0 0; } .footerInfo { float: left; } .snsIcon { float: right; ul { text-align: right; } } } /* =================================================== レイアウトfooterLay02の場合 =================================================== */ &.footerLay02 { .footerInfo, .logoArea, .snsIcon { width: 100%; display: inline-block; margin: 0 0 15px; text-align: center; } .logoArea { a { width: 20%; display: inline-block; } } .snsIcon { margin: 0; ul { text-align: center; } } } /* =================================================== Footerグローバルナビ =================================================== */ .footerNavi { background: #ffd200; ul { display: flex; flex-wrap: wrap; width: @contentWidth; margin: 0 auto; font-size: 14px; padding: 15px 0; li { width : calc(100% / 6); padding: 5px 10px; text-align: center; a { font-weight: bold; width: 100%; } } } } /* footerNavi END */ /* =================================================== Footer共通 =================================================== */ .footerContainer { width: @contentWidth; padding: 60px 0; margin: 0 auto; .clearfix(); /* -------------------------------------------- インフォメーション部分 -------------------------------------------- */ .footerInfo { font-size: 14px; h2 { font-weight: bold; line-height: 130%; background: none; padding: 0; } h3 { font-weight: normal; line-height: 130%; border: none; padding: 0; &::after { content: none; } } .telNum { line-height: 100%; &:before { font-family: Flaticon; content: '\e0a9'; margin: 0 5px 0 0; } } // .add, // .businessHours { // } } /* -------------------------------------------- SNSアイコン部分 -------------------------------------------- */ .snsIcon { ul { margin: 0 auto; li { box-sizing: content-box; display: inline-block; width: 40px; /*要変更*/ height: 40px; /*要変更*/ padding: 0 5px; } li a { display: block; text-align: center; border-radius: 3px; &:hover { opacity: 0.7; } } li img { width: 40px; /*要変更*/ height: 40px; /*要変更*/ margin: 0; } } } } /* footerContainer END */ /* =================================================== Copyright共通 =================================================== */ .copyright { font-size: 12px; padding: 15px 0; border-top: 1px solid #f6cb00; position: relative; &::before { position: absolute; top: 0; left: 0; content: ''; width: 100%; display: block; border-top: 1px solid #ffee7c; } p { width: @contentWidth; margin: 0 auto; text-align: center; } } }