/* 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 { padding: 0 3%; max-width: 1600px; margin: 0 auto; @media screen and (max-width:$break-thispc) { padding: 0 10px; } img { width: 100%; } #map { #mappage-hero { background: #0a7fd0; position: relative; width: 100%; height: 300px; margin-bottom: 40px; @media screen and (max-width:$break-thissp) { background: transparent; height: auto; margin-bottom: 30px; } .image { width: 411px; position: relative; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); @media screen and (max-width:$break-thissp) { display: none; } } .image-sp { display: none; width: 100%; @media screen and (max-width:$break-thissp) { display: block; } } } .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; } } div { order: 1; margin: 0 auto 10px; &.ic-bag { width: 60px; } &.ic-human { margin: 0 auto; width: 100px; } } } .lead { font-size: 15px; line-height: 1.5; font-weight: 700; text-align: center; @media screen and (max-width:$break-thistbout) { text-align: left; } @media screen and (max-width:$break-thissp) { font-size: 14px; } } #maps { width: 100%; height: 600px; margin: 40px auto; //GoogleMAP表示サイズ確認用 //background: #000; //ここまで @media screen and (max-width:$break-thissp) { height: 440px; margin: 20px auto; } } #special-event-num { display: block; font-size: 15px; font-weight: 700; text-align: center; margin-bottom: 30px; color: #313882; } #region-navi { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 5px; padding: 20px 5px; border-top: 1px solid $thispage-color; border-bottom: 1px solid $thispage-color; @media screen and (max-width:$first-width) { padding: 20px 5px 0; } li { width: 15.2%; text-align: center; @media screen and (max-width:$first-width) { width: 33.2%; margin-bottom: 20px; } @media screen and (max-width:$third-width) { width: 49%; } a { display: block; color: $thispage-color; position: relative; font-weight: 700; &:after { content: ""; display: inline-block; margin-left: 5px; width: 7px; height: 5px; background-size: contain; background-image: url(../img/common/arrow-down.svg); vertical-align: middle; } } } } #region-list { .region { border-top: 1px dotted #444; padding-top: 20px; margin-top: 20px; &:first-child { border-top: none; margin-top: 30px; @media screen and (max-width:$first-width) { margin-top: 20px; } @media screen and (max-width:$third-width) { margin-top: 10px; } } ul { display: flex; flex-wrap: wrap; padding-bottom: 10px; li { /*地区別詳細*/ padding: 10px 0 10px 0; width: 24%; margin-right: calc(4% / 3); margin-bottom: 5px; @media screen and (max-width:$first-width) { width: 32%; margin-right: 2%; } @media screen and (max-width:$second-width) { width: 49%; margin-right: 2%; } @media screen and (max-width:$forth-width) { width: 100%; margin-right: 0; } &:nth-child(4n) { margin-right: 0; } @media screen and (max-width:$first-width) { &:nth-child(4n) {margin-right: 2%;} &:nth-child(3n) {margin-right: 0;} } @media screen and (max-width:$second-width) { &:nth-child(3n) {margin-right: 0;} &:nth-child(even) {margin-right: 0;} &:nth-child(odd) {margin-right: 2%;} } @media screen and (max-width:$forth-width) { &:nth-child(odd) {margin-right: 0;} } a { display: flex; align-items: center; &:hover {opacity:0.8;} } .image { width: 60px; height: 60px; margin-right: 1rem; @media screen and (max-width:$first-width) { width: 50px; height: 50px; } @media screen and (max-width:$third-width) { width: 40px; height: 40px; } img { width: 60px; height: 60px; border-radius: 50%; @media screen and (max-width:$first-width) { width: 50px; height: 50px; } @media screen and (max-width:$third-width) { width: 40px; height: 40px; } } } .name { h4 { font-size: 13px; line-height: 18px; font-weight: bold; color: #444; @media screen and (max-width:$first-width) { font-size: 12px; } } p.location { font-size: 12px; line-height: 16px; color: #444; &:before {content:"["; padding-right: 2px;} &:after {content:"]"; padding-left: 2px;} } p.date { font-size: 13px; line-height: 13px; color: $thispage-color; letter-spacing: 1px; margin-bottom: 5px; @media screen and (max-width:$break-thispc) { font-size: 12px; line-height: 12px; letter-spacing: 0; margin-bottom: 3px; } span:nth-of-type(1):after { content:"開催"; padding-left: 4px; font-size: 12px; line-height: 12px; @media screen and (max-width:$break-thispc) { font-size: 11px; line-height: 11px; } } span:nth-of-type(2) { color: #d50d18; margin-left: 8px; letter-spacing: -1px; font-size: 12px; line-height: 12px; } } } } } h3 { /*地区名*/ font-size: 17px; color: $thispage-color; font-weight: bold; letter-spacing: 2px; margin-bottom: 10px; @media screen and (max-width:$first-width) { font-size: 15px; } } } p.coming {font-size: 13px;} } /*js上スタイル*/ .iw-wrappe { max-width: 200px; display: flex; align-items: center; flex-direction: column; } .iw-image, .iw-image img { width: 100%; height: 115px; margin-top: 5px; } .iw-name { font-size: 12px; font-weight: bold; line-height: 17px; margin-top: 8px; } .iw-crew { font-size: 11px; text-align: left; line-height: 16px; padding-top: 3px; margin-top: 3px; border-top: 1px solid #ddd; } } #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: 130px; height: 29px; margin-right: 10px; } 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-eventname { a { display: flex; align-items: center; @media screen and (max-width:$break-thissp) { flex-direction: column; } span:nth-of-type(1) { width: 220px; height: 28px; margin-right: 10px; @media screen and (max-width:$break-thissp) { margin: 0 auto 2px; } } span:nth-of-type(2) { font-size: 13px; color: #1e2380; @media screen and (max-width:$break-thissp) { font-size: 12px; } } } } } } .logo-area { width: 100%; display: flex; flex-direction: column; .kyoryoku-kyosan { display: flex; align-items: center; @media screen and (max-width:1150px) { flex-direction: column; align-items: flex-start; } } .logo-box { display: flex; align-items: center; p { width: 35px; font-size: 10px; line-height: 1; } ul { flex: 1; display: flex; align-items: center; flex-wrap: wrap; li { &.logo-cfb_zaidan {width:170px;} &.logo-fukusimafc {width:72px;} &.logo-umisakura-mappage {width:72px;} @media screen and (max-width:660px) { &.logo-cfb_zaidan {width:130px;} &.logo-fukusimafc {width:58px;} &.logo-umisakura-mappage {width:58px;} } &.logo-fukushimaminposha {width:153px;} &.logo-fukutere {width:85px;} &.logo-fukushimachuotv {width:105px;} &.logo-tuf {width:80px;} &.logo-radiofukushima {width:113px;} &.logo-fukushimafm {width:115px;} &.logo-fukushima-shinkin {width:158px;} &.logo-fukushimamsakugen {width: 78px;} &: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: 15px; p { margin-right: 25px; @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: 10px; } } } } } &.kyoryoku { margin-right: 15px; @media screen and (max-width:$break-thistbout) { margin: 0; } } &.kyosan { @media screen and (max-width:1150px) { margin-top: 20px; } .vertical-lines { width: 1px; height: 35px; background: #0a5294; display: block; } } } } } }