/* Vendor */ @import "compass"; ///////////////////*イベント開催マップ*////////////////////// // ブレイクポイント $break-thispc: 959px; $break-thistbout: 767px; $break-thissp: 559px; //マップ $first-width: 860px; $second-width: 620px; $third-width: 440px; $forth-width: 360px; //カラー $thispage-color: #313882; #mappage-wrap { #map { #mappage-hero { background: transparent; position: relative; width: 100%; height: auto !important; margin-bottom: 35px; @media screen and (max-width:$break-thissp) { margin-bottom: 30px; } img { height:auto; } .image { width:100% !important; display:block; top:auto !important; left:auto !important; transform: translateY(0) translateX(0) !important; } } .sec-ttlbox { display: flex; flex-direction: column; .sec-ttl { order: 2; font-size: 20px; color: $thispage-color; font-weight: 700; text-align: center; margin-bottom: 20px; @media screen and (max-width:$break-thispc) { font-size: 18px; } @media screen and (max-width:$break-thissp) { font-size: 17px; } &.others { line-height:29px; @media screen and (max-width:$break-thissp) { line-height:26px; } span { display: block; margin: 0 auto 5px; } } &.jisshi-sec-ttl { margin-bottom: 2px !important; } } } #special-event-num { order: 3; display: block; font-size: 15px; font-weight: 700; text-align: center; margin-bottom: 30px; color: #313882; } } #mappage-footer { border-top: 1px solid $thispage-color; padding: 20px 0 25px; margin-top: 20px; @media screen and (max-width:660px) { padding: 20px 0 0; } .mpft { border-bottom: 1px solid $thispage-color; padding: 0 0 20px; margin-bottom: 20px; @media screen and (max-width:$break-thissp) { padding: 0 0 10px; } .mpft-box { display: flex; align-items: center; @media screen and (max-width:$break-thistbout) { flex-direction: column; } .tosite-top { a { display: flex; align-items: center; span:nth-of-type(1) { width: 90px; height: 20px; margin-right: 5px; } span:nth-of-type(2) { font-size: 13px; color: #005194; @media screen and (max-width:$break-thissp) { font-size: 12px; } } } } .vertical-line { width: 1px; height: 35px; background: #0a5294; margin: 0 25px 0 20px; display: block; @media screen and (max-width:$break-thistbout) { width: 100%; height: 1px; margin: 20px auto; } } .mpft-navi { a { display: flex; align-items: center; color: #0068b6; font-size: 13px; @media screen and (max-width:$break-thissp) { font-size: 12px; } } } } } .logo-area { width: 100%; display: flex; flex-direction: column; .logo-box { display: flex; align-items: center; @media screen and (max-width:$break-thissp) { justify-content: center; } p { width: 35px; font-size: 10px; line-height: 1; } ul { flex: 1; display: flex; align-items: center; flex-wrap: wrap; @media screen and (max-width:$break-thissp) { flex: inherit; } li { &.logo-map-cfb {width:88px;} &.logo-map-umisakura{width:137px;} @media screen and (max-width:$break-thissp) { &.logo-map-cfb {width:78px;} &.logo-map-umisakura{width:109px;} } &:not(:last-child) { margin-right: 15px; @media screen and (max-width:$break-thistbout) { margin-right: 10px; } } a { display: block; &:hover { opacity: .7; } } } } &.kyosai { margin-bottom: 20px; p { margin-right: 5px; @media screen and (max-width:$break-thistbout) { margin-right: 5px; } } ul { li { &:not(:last-child) { margin-right: 30px; @media screen and (max-width:$break-thistbout) { margin-right: 20px; } } } } } } } .kikakuunei { font-size: 11px; @media screen and (max-width:$break-thissp) { text-align: center; } } } }