@charset "utf-8"; /* =================================================== scrolltop =================================================== */ #scrolltop { a { font-size: 110%; font-weight: bold; &::after { top: 70%; border-top: 2px solid @colorSub; border-right: 2px solid @colorSub; } } } /* =========================================================================================== FOOTER =========================================================================================== */ footer { position: relative; background: @colorMain; color: #fff; font-size: 14px; line-height: 1.75; /* =================================================== レイアウトfooterLay01の場合 =================================================== */ &.footerLay01 { .footerContainer { // display: -webkit-box; // display: -ms-flexbox; // display: flex; // -webkit-box-align: center; // -ms-flex-align: center; // align-items: center; // -webkit-box-pack: justify; // -ms-flex-pack: justify; // justify-content: space-between; .logoArea { width: 400px; float: left; // -webkit-box-flex: 1; // -ms-flex-positive: 1; // flex-grow: 1; } .footerInfo { float: left; // -webkit-box-flex: 4; // -ms-flex-positive: 4; // flex-grow: 4; } .snsIcon { float: right; // -webkit-box-flex: 1; // -ms-flex-positive: 1; // flex-grow: 1; ul { text-align: right; } } } } /* =================================================== レイアウトfooterLay02の場合 =================================================== */ &.footerLay02 { .footerInfo, .logoArea, .snsIcon { width: 100%; display: inline-block; text-align: center; } .footerInfo { margin: 0 0 10px; } .logoArea { margin: 0 0 15px; a { width: 20%; display: inline-block; } } .snsIcon { margin: 0; ul { text-align: center; } } } /* =================================================== Footerグローバルナビ =================================================== */ .footerNavi { border-bottom: 1px solid #173e79; box-shadow: 0 1px #345b97; ul { display: flex; flex-wrap: wrap; width: @contentWidth; margin: 0 auto; padding: 15px 0; li { width : calc(100% / 6); padding: 5px 10px; text-align: center; a { color: #fff; width: 100%; } } } } /* footerNavi END */ /* =================================================== Footer共通 =================================================== */ .footerContainer { width: @contentWidth; padding: 50px 0; margin: 0 auto; .clearfix(); /* -------------------------------------------- インフォメーション部分 -------------------------------------------- */ .footerInfo { font-size: 14px; h2 { font-weight: bold; background: none; padding: 0; } h3 { font-weight: normal; border: none; padding: 0; &::after { content: none; } } .telNum { &: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: 13px; padding: 8px 0; background: #193f78; p { width: @contentWidth; margin: 0 auto; text-align: center; } } }