@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { font-size: 13px; line-height: 1; width: 100%; position: relative; /* =================================================== パターン1:ロゴ:左 =================================================== */ &.headerLay01 { .headArea01 { .wrap { padding: 10px 0 5px; display: table; table-layout: fixed; .translation, h1 { display: table-cell; vertical-align: middle; } .translation { text-align: right; width: 220px; } } } .headArea02 { .wrap { padding: 10px 0 20px; display: table; .infoArea, .logoArea { display: table-cell; vertical-align: middle; } .logoArea { width: 40%; } .infoArea { text-align: right; } } } } /* =================================================== パターン2:ロゴ:中央 =================================================== */ &.headerLay02 { padding: 10px 0 0; .wrap { display: table; table-layout: fixed; padding: 10px 0; .headArea01, .headArea02, .headArea03 { display: table-cell; } .headArea01 { width: 33.3%; } .headArea02 { text-align: center; padding: 0 10px; vertical-align: middle; width: 33.3%; } .headArea03 { text-align: right; vertical-align: middle; width: 33.3%; } } } /* =================================================== Header共通 =================================================== */ .wrap { width: @contentWidth; margin: 0 auto; } h1 { font-size: 100%; font-weight: normal; line-height: 130%; } .translation { margin-bottom: 10px; } .telNum { color: @colorMain; font-size: 28px; font-weight: bold; line-height: 100%; margin-bottom: 10px; &:before { content: '\e0a9'; // content: '\e0df'; // 黒電話 font-family: Flaticon; font-size: 22px; margin: 0 10px 0 0; line-height: 0; vertical-align: 2px; } } .businessHours { margin-bottom: 10px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { background: @colorMain; margin: 0; ul { width: @contentWidth; margin: 0 auto; display: flex; justify-content: center; align-items: center; li { text-align: center; width: 100%; font-weight: bold; background: url(../images/bg_gnavi_line.jpg) 0 50% no-repeat; &:last-child { background: url(../images/bg_gnavi_line.jpg) 0 50% no-repeat, url(../images/bg_gnavi_line.jpg) 100% 50% no-repeat; } a { color: #fff; display: block; padding: 15px 5px; } } li.current { a { } } } } /* =========================================================================================== スライダー =========================================================================================== */ #sliderContent { width: 100%; margin: 0 auto; .sliderWrap { width: auto; /*要調整*/ margin: auto; min-width: 1000px; } #galleryslider { list-style-type: none; li { img { width: auto; height: auto; } } } .bx-wrapper { margin-bottom: 40px !important; .bx-controls-direction{ a, a:active, a:link, a:visited { -webkit-transition: none; transition: none; } } .bx-pager.bx-default-pager a { background: #bac8dd !important; } .bx-pager.bx-default-pager a.active { background: #6d89b2 !important; } } }