@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { margin: 0 0 10px; font-size: 80%; width: 100%; position: relative; background-image: url(../images/bg_header.jpg); background-repeat: repeat-x; background-position: center top; /* =================================================== パターン1:ロゴ:左 =================================================== */ &.headerLay01 { .headArea01 { background: #CCC; .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; } } } } /* =================================================== パターン2:ロゴ:中央 =================================================== */ &.headerLay02 { padding: 5px 0 35px; .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; font-size: 13px; } } } /* =================================================== Header共通 =================================================== */ .wrap { width: @contentWidth; margin: 0 auto; } h1 { font-size: 13px; font-weight: normal; } .translation { margin-bottom: 10px; line-height: 1; } .telNum { font-size: 24px; font-weight: bold; &:before { font-weight: normal; font-family: Flaticon; content: '\e0a9'; font-size: 18px; margin: 0 10px 0 0; } } .businessHours { margin-bottom: 10px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { margin: 0 0 15px; ul { width: @contentWidth; margin: 0 auto; display: flex; justify-content: center; align-items: center; li { text-align: center; width: 100%; position: relative; &:before { content: ''; position: absolute; display: block; width: 1px; height: 18px; background-color: #d8d8d8; top: 0; bottom: 0; left: 0; margin: auto; } &:last-of-type:after { content: ''; position: absolute; display: block; width: 1px; height: 18px; background-color: #d8d8d8; top: 0; bottom: 0; right: 0; margin: auto; } a { display: block; padding: 0 3px; margin: 0 0; font-weight: bold; font-size: 15px; } a:hover { } } li.current { a { } } } } /* =========================================================================================== スライダー =========================================================================================== */ #sliderContent { width: 100%; margin: 0 auto; background-color: #e0ff63; .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: #d6e698 !important; } .bx-pager.bx-default-pager a.active { background: #afd41b !important; } } }