@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { font-size: 14px; width: 100%; position: relative; background: #FFF; border-top: 3px solid #eb660d; /* =================================================== パターン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: 0 0 10px; display: table; .infoArea, .logoArea { display: table-cell; vertical-align: middle; } .logoArea { width: 40%; } .infoArea { text-align: right; } } } } /* =================================================== パターン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: 100%; font-weight: normal; line-height: 130%; } .translation { margin-bottom: 5px; } .telNum { margin-bottom: 5px; font-size: 28px; line-height: 100%; color: @colorMain; font-weight: bold; &:before { font-weight: normal; font-family: Flaticon; content: '\e0a9'; font-size: 25px; margin: 0 5px 0 0; line-height: 0; } } .businessHours { margin-bottom: 5px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { background:linear-gradient(to bottom, #f68b14, #eb660d); ul { width: @contentWidth; margin: 0 auto; display: table; background: url(../images/bg_gnavi_line.jpg) repeat-y right center; li { display: table-cell; background: url(../images/bg_gnavi_line.jpg) repeat-y left center; text-align: center; font-weight: bold; min-width: 110px; font-size: 15px; a { display: block; padding: 12px 10px; color: #FFF; } a:hover { background:linear-gradient(to bottom, #eb660d, #f68b14); } } li.current { a { background:linear-gradient(to bottom, #eb660d, #f68b14); } } } } /* =========================================================================================== スライダー =========================================================================================== */ #sliderContent { width: 100%; margin: 0 auto; padding-top: 20px; background: url(../images/bg_mv.jpg) repeat-x top left; .sliderWrap { width: auto; /*要調整*/ margin: auto; min-width: 1000px; .bx-wrapper{ max-width: 1200px !important; } } #galleryslider { list-style-type: none; li { img { width: auto; height: auto; } } } .bx-wrapper { margin-bottom: 40px; .bx-controls-direction{ a, a:active, a:link, a:visited { -webkit-transition: none; transition: none; } } .bx-pager.bx-default-pager a { background: @colorMain !important; } .bx-pager.bx-default-pager a.active { background: #933904 !important; } } }