@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { margin: 0 0 0; padding-bottom: 10px; font-size: 80%; width: 100%; position: relative; border-top: 4px solid #b7d30c; background-color: #fff; /* =================================================== パターン1:ロゴ:左 =================================================== */ &.headerLay01 { .headArea01 { .wrap { padding: 5px 0; display: table; table-layout: fixed; .translation, h1 { display: table-cell; vertical-align: middle; } .translation { text-align: right; width: 220px; } } } .headArea02 { .wrap { padding: 10px 0; display: table; .infoArea, .logoArea { display: table-cell; vertical-align: middle; } .logoArea { width: 40%; } .infoArea { text-align: right; font-size: 14px; } } } } /* =================================================== パターン2:ロゴ:中央 =================================================== */ &.headerLay02 { padding: 20px 0 0; .wrap { display: table; table-layout: fixed; padding: 10px 0; .headArea01, .headArea02, .headArea03 { display: table-cell; vertical-align: middle; width: 33.3%; } .headArea01 {} .headArea02 { text-align: center; padding: 0 10px; } .headArea03 { text-align: right; } } } /* =================================================== Header共通 =================================================== */ .wrap { width: @contentWidth; margin: 0 auto; } h1 { font-size: 14px; font-weight: normal; } .translation { line-height: 1; margin-bottom: 10px; } .telNum { margin-bottom: 10px; font-size: 28px; line-height: 1; &Title { font-weight: bold; margin-right: 16px; } &Value { &:before { font-family: Flaticon; content: '\e0a9'; font-size: 23px; margin: 0 8px 0 0; color: @colorMain; } } } .businessHours { margin-bottom: 10px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { margin: 0; padding-bottom: 16px; background-color: #fff; ul { width: @contentWidth; margin: 0 auto; display: flex; justify-content: center; align-items: center; li { text-align: center; width: 100%; a { display: block; padding: 3px 2px; margin: 0 0; font-weight: bold; border-left: 1px solid #cccccc; } a:hover { color: @colorMain; } &:last-of-type { a { border-right: 1px solid #cccccc; } } } li.current { a { color: @colorMain; } } } } /* =========================================================================================== スライダー =========================================================================================== */ #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: 0px; .bx-controls-direction{ a, a:active, a:link, a:visited { -webkit-transition: none; transition: none; } } .bx-pager.bx-default-pager a { background: #b7d30c !important; } .bx-pager.bx-default-pager a.active { background: #6e7f07 !important; } } }