@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { margin: 0 0 10px; font-size: 13px; width: 100%; position: relative; background: url(../images/bg_header.png) repeat-x top center; /* =================================================== パターン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: 20px 0 0; .wrap { display: table; table-layout: fixed; padding: 0px 0; .headArea01, .headArea02, .headArea03 { display: table-cell; vertical-align: middle; width: 20%; } .headArea01, .headArea03{ vertical-align: top; } .headArea02{ width: 40%; } .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%; margin-top: 30px; } .translation { margin-bottom: 5px; } .telNum { margin-bottom: 5px; font-size: 24px; line-height: 100%; font-style: italic; color: @colorMain; &:before { font-style: normal; font-family: Flaticon; content: '\e0df'; font-size: 20px; margin: 0 10px 0 0; line-height: 0; } } .businessHours { margin-bottom: 5px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { 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; font-size: 15px; a { display: block; padding: 10px; transition: none; } a:hover { background: url(../images/bg_gnavi_hover.png) no-repeat center center; } } li.current { a { background: url(../images/bg_gnavi_hover.png) no-repeat center center; } } } } /* =========================================================================================== スライダー =========================================================================================== */ #sliderContent { width: 100%; margin: 0 auto; background: url(../images/bg_mv.jpg) no-repeat bottom 20px center; .sliderWrap { width: auto; /*要調整*/ margin: auto; min-width: 1000px; } #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: #A9DCE9 !important; } .bx-pager.bx-default-pager a.active { background: #65848C !important; } } }