@charset "utf-8"; /* =========================================================================================== ヘッダー =========================================================================================== */ header { margin: 0 0 10px; font-size: 13px; line-height: 1.75; width: 100%; position: relative; /* =================================================== パターン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; } } } } /* =================================================== パターン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 { font-size: 25px; line-height: 100%; margin-bottom: 10px; &:before { content: '\e0a9'; color: @colorMain; font-family: Flaticon; font-size: 19px; margin: 0 10px 0 0; line-height: 0; vertical-align: 2px; } } .businessHours { margin-bottom: 10px; } } /* =========================================================================================== グローバルナビ =========================================================================================== */ .globalNavi { background: @colorMain; font-size: 14px; margin: 0; ul { width: @contentWidth; margin: 0 auto; display: flex; justify-content: center; align-items: center; li { text-align: center; width: 100%; border-left: 1px dotted #fff; &:last-child { border-right: 1px dotted #fff; } a { display: block; color: #fff; padding: 14px 5px 7px; margin: 0 12px 8px; position: relative; &:hover { opacity: 1; } &::after { content: ''; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 9px solid #fff; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 0; } &:hover::after { opacity: 1; } } } li.current { a { &::after { opacity: 1; } } } } } /* =========================================================================================== スライダー =========================================================================================== */ #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: @colorMain !important; } .bx-pager.bx-default-pager a.active { background: @colorSub !important; } } }