@charset "UTF-8";

/*-------------------------
__page_style
-------------------------*/

#main h2{ font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 20px; color: #004D9E;}
#main h3{font-size: 2em;font-weight: 700;line-height: 1em;color: #004D9E;margin-bottom: 18px;padding: 16px 0 21px 16px;background-image: url("/images/shop/line_02@2x.png");-webkit-background-size: contain;background-size: contain;background-position: bottom;background-repeat: no-repeat;position: relative;}
#main h3::before{content: "";width: 5px;height: 20px;background-color: #004D9E;position: absolute;top: 16px;left: 0;}
#main h3::after{content: "";width: 110px;height: 62px;background-image: url("/images/shop/character_01@2x.png");-webkit-background-size: contain;background-size: contain;background-repeat: no-repeat;position: absolute;bottom: 6px;right: 0;}

.map{ width: 860px; height: 638px; margin-bottom: 30px;}
.map > .inner{ width: 100%; height: 100%; background-image: url("images/back.jpg"); background-size: cover; border-radius: 10px; position: relative;}
.map > .inner ul{}
.map > .inner ul li{}
.map > .inner ul li > p{ position: absolute; font-size: 19px; background-color: #004DA0; padding: 0 10px; box-sizing: border-box; color: #fff; border-radius: 5px; font-weight: 700; text-align: center; height: 37px; line-height: 40px;}
.map > .inner ul li > p.active{ background-color: #39A5FC;}
.map > .inner ul li > p:hover{ cursor: pointer;}
.map > .inner ul li .shop_data{ position: absolute; z-index: 100;}

/*========================== 各店舗名表示位置 ==========================*/
.map > .inner ul li.asaka > p{ top: 107px; left: 270px;}
.map > .inner ul li.kiyose > p{ top: 199px; left: 378px;}
.map > .inner ul li.higashikurume > p{ top: 199px; left: 470px;}
.map > .inner ul li.oizumigakuen > p{ top: 199px; left: 600px;}
.map > .inner ul li.kumegawa > p{ top: 280px; left: 405px;}
.map > .inner ul li.tanashi > p{ top: 280px; left: 556px;}
.map > .inner ul li.hachioji > p{ top: 370px; left: 33px;}
.map > .inner ul li.toyoda > p{ top: 370px; left: 150px;}
.map > .inner ul li.tachikawa > p{ top: 370px; left: 250px;}
.map > .inner ul li.kokubunji > p{ top: 370px; left: 394px;}
.map > .inner ul li.mitaka > p{ top: 370px; left: 528px;}
.map > .inner ul li.ogikubo > p{ top: 370px; left: 629px;}
.map > .inner ul li.hino > p{ top: 470px; left: 160px;}
.map > .inner ul li.fucyu > p{ top: 470px; left: 350px;}
.map > .inner ul li.chofu > p{ top: 470px; left: 513px;}
.map > .inner ul li.sengawa > p{ top: 470px; left: 635px;}
.map > .inner ul li.nagoya > p{ top: 575px; left: 386px; width: 146px; font-size: 15px;}
.map > .inner ul li.fukuoka > p{ top: 575px; left: 205px; width: 146px;}
.map > .inner ul li.okinawa > p{ top: 575px; left: 24px; width: 146px;}

/*========================== 各吹き出し表示位置 ==========================*/
.map > .inner ul li .shop_data{ opacity: 0; visibility: hidden; transition: all 1s;}
.map > .inner ul li .shop_data.active{ opacity: 1; visibility: visible;}
/*ポップアップテスト用.map > .inner ul li:hover .shop_data{ display: block;}*/
.map > .inner ul li.asaka .shop_data{ top: 160px; left: 98px;}
.map > .inner ul li.kiyose .shop_data{ top: 252px; left: 207px;}
.map > .inner ul li.higashikurume .shop_data{ top: 252px; left: 318px;}
.map > .inner ul li.oizumigakuen .shop_data{ top: 252px; left: 447px;}
.map > .inner ul li.kumegawa .shop_data{ top: 333px; left: 242px;}
.map > .inner ul li.tanashi .shop_data{ top: 333px; left: 385px;}
.map > .inner ul li.hachioji .shop_data{ top: 423px; left: 28px;}
.map > .inner ul li.toyoda .shop_data{ top: 423px; left: -21px;}
.map > .inner ul li.tachikawa .shop_data{ top: 423px; left: 79px;}
.map > .inner ul li.kokubunji .shop_data{ top: 423px; left: 233px;}
.map > .inner ul li.mitaka .shop_data{ top: 423px; left: 357px;}
.map > .inner ul li.ogikubo .shop_data{ top: 423px; left: 458px;}
.map > .inner ul li.hino .shop_data{ top: 523px; left: -12px;}
.map > .inner ul li.fucyu .shop_data{ top: 523px; left: 179px;}
.map > .inner ul li.chofu .shop_data{ top: 523px; left: 342px;}
.map > .inner ul li.sengawa .shop_data{ top: 523px; left: 463px;}
.map > .inner ul li.nagoya .shop_data{ bottom: 80px; left: 250px;}
.map > .inner ul li.fukuoka .shop_data{ bottom: 80px; left: 68px;}
.map > .inner ul li.okinawa .shop_data{ bottom: 80px; left: 28px;}

.shop_list{}
.shop_list > ul{ display: flex; flex-wrap: wrap;}
.shop_list > ul > li{width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 20px;}
.shop_list > ul > li:nth-child(2n){ margin-right: 0;}

.shop_data .inner{ width: 420px; box-sizing: border-box; padding: 20px; border-radius: 10px; background-color: #fff; position: relative; box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);}
.shop_data .inner:before{ content: ''; display: block; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width:0; height:0; border-style:solid; border-width: 0 12.5px 16px 12.5px; border-color: transparent transparent #ffffff transparent;}
li.hachioji .shop_data .inner:before{ left: 40px; transform: translateX(0);}
li.okinawa .shop_data .inner:before{ left: 55px; transform: translateX(0);}
li.nagoya .shop_data .inner:before{ top: auto; bottom: -16px; border-width: 16px 12.5px 0 12.5px; border-color: #ffffff transparent transparent transparent;}
li.fukuoka .shop_data .inner:before{ top: auto; bottom: -16px; border-width: 16px 12.5px 0 12.5px; border-color: #ffffff transparent transparent transparent;}
li.okinawa .shop_data .inner:before{ top: auto; bottom: -16px; border-width: 16px 12.5px 0 12.5px; border-color: #ffffff transparent transparent transparent;}
.shop_data .inner .top{ display: flex; justify-content: space-between; margin-bottom: 10px;}
.shop_data .inner .top .shop_name{ max-width: 130px; height: 30px;}
.shop_data .inner .top .shop_name img{ height: 30px; width: auto;}
.shop_data .inner .top .tel_num{ height: 30px;}
.shop_data .inner .top .tel_num img{ height: 30px; width: auto;}
.shop_data .inner .middle{ width: 100%!important; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 10px;}
.shop_data .inner .middle .photo{ width: 130px; height: 96px; overflow: hidden; position: relative;}
.shop_data .inner .middle .photo img{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: 100%;}
.shop_data .inner .middle .data{ width: calc(100% - 140px); font-size: 11px; line-height: 15px; position: relative;}
.shop_data .inner .middle .data dl{ width: 100%; display: flex; flex-wrap: wrap; text-align: left;}
.shop_data .inner .middle .data dl:nth-child(1){ max-height: 32px;}
.shop_data .inner .middle .data dl:nth-child(2){ /*max-height: 32px;*/}
.shop_data .inner .middle .data dl:nth-child(3){ height: 16px;}
.shop_data .inner .middle .data dl:nth-child(4){ height: 16px;}
.shop_data .inner .middle .data dl dt{ width: 50px; box-sizing: border-box;}
.shop_data .inner .middle .data dl dd{width: calc(100% - 50px); box-sizing: border-box;}
.shop_data .inner .middle .data a{ position: absolute; bottom: 0; right: 0; display: inline-block; font-size: 13px; text-decoration: none; vertical-align: middle; background-color: #004d9e; color: #FFF; margin-left: 6px; padding: 2px 6px 0; border-radius: 4px; transition: all .3s;}
.shop_data .inner .middle .data a:hover{ opacity:0.5;}
.shop_data .inner .bottom{}
.shop_data .inner .bottom ul{ display: flex; justify-content: space-between;}
.shop_data .inner .bottom ul li{width: calc((100% - 10px) / 2); margin-right: 10px;}
.shop_data .inner .bottom ul li:nth-child(2n){ margin-right: 0;}
.shop_data .inner .bottom ul li a{font-weight: 700;line-height: 2em;letter-spacing: normal;text-align: center;text-decoration: none;margin-bottom: 7px;padding-left: 22px;color: #fff;background-color: #38A4E7;border-radius: 3px;box-shadow: 1px 1px 1px rgba(153, 153, 153, .8);transition: all .3s;display: block;}
.shop_data .inner .bottom ul li a{display:block;font-size: 15px;line-height: 36px;letter-spacing: normal;color: #004D9E;background:rgb(221,221,221);background:-moz-linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 80%);background:-webkit-linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 80%);background:linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 80%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#ffffff",GradientType=1);border: solid 1px #004D9E;border-radius: 4px;margin: 0 auto;padding: 0 0 0 33px;}
.shop_data .inner .bottom ul li a:hover {background:rgb(238,238,238);background:-moz-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 80%);background:-webkit-linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 80%);background:linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 80%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);box-shadow: 0 0 0 rgb(153 153 153 / 80%);transform: translateY(2px);}
.shop_data .inner .bottom ul li a span{position: relative;transition: all .3s;}
.shop_data .inner .bottom ul li a:hover span{opacity: 0.5;}
.shop_data .inner .bottom ul li a span::before{content: "";width: 22px;height: 22px;background-image: url("/images/shop/icon_03@2x.png");-webkit-background-size: contain;background-size: contain;background-repeat: no-repeat;margin-top: -11px;position: absolute;top: 50%;left: -33px;}
.shop_data .inner .bottom ul li:nth-child(1) a span::before{background-image: url("/images/shop/icon_10@2x.png");-webkit-background-size: contain;background-size: contain;background-repeat: no-repeat;}
.shop_data .inner .bottom ul li:nth-child(2) a span::before{background-image: url("/images/shop/icon_03@2x.png");-webkit-background-size: contain;background-size: contain;background-repeat: no-repeat;}
.shop_data .close{ width: 40px; height: 40px!important; border-radius: 50vh!important; background-color: #004DA0; border: 2px solid #fff; position: absolute; top: -15px; right: -15px; box-sizing: border-box;}
.shop_data .close:hover{ cursor: pointer;}
.shop_data .close span{ display: block; width: 100%; height: 100%; position: relative;}
.shop_data .close span:before,
.shop_data .close span:after{content: ""; position: absolute; top: 50%; left: 50%; width: 4px; height: 25px; background: #fff;}
.shop_data .close span:before{transform: translate(-50%,-50%) rotate(45deg);}
.shop_data .close span:after{transform: translate(-50%,-50%) rotate(-45deg);}

/*========================== マップ ==========================*/
.line{ fill:none; stroke:#79A4C4; stroke-width:3.1736; stroke-miterlimit:10;}
.line_name{ fill:#7AA4C4;}
.line_name_text{ fill:#FFFFFF; font-size:13px;}
.line_jr{ fill:none; stroke:#79A4C4; stroke-width:6.5; stroke-miterlimit:10;}
.line_jr_w{ fill:none; stroke:#FFFFFF; stroke-width:3.1736; stroke-miterlimit:10; stroke-dasharray:10.5788,10.5788;}
.station_name{ fill:#7AA4C4; font-size:11px; font-weight: 700;}
.station_name_s{ font-size:15px; fill:#79A5C4; font-weight: 700;}
.station_name_s_w{ font-size:15px; fill:none; stroke:#FFFFFF; stroke-width:4.2315; stroke-linecap:round; stroke-linejoin:round; font-weight: 700;}
.station_circle{ fill:#79A4C4;}
.station_circle_s{ fill:#FFFFFF; stroke:#79A4C4; stroke-width:3.1736; stroke-miterlimit:10;}
.af_back{ fill:#FFFFFF;}
.af_border{ fill:#79A4C4;}
.af_textback{ fill:#79A4C4;}
.af_text{ fill:#FFFFFF; font-size:17px;}
.arrow_c{ fill:#004DA0;}
.arrow_l{ fill:none; stroke:#004DA0; stroke-width:1.5868; stroke-miterlimit:10;}

/*========================== ホバー時・選択時の線路の色 ==========================*/
#line_tojo.active .line{ stroke:#004098;}
#line_tojo.active .line_name{ fill:#004098;}
#line_ikebukuro.active .line{ stroke:#ff6600;}
#line_ikebukuro.active .line_name{ fill:#ff6600;}
#line_shinjyuku.active .line{ stroke:#00AAAF;}
#line_shinjyuku.active .line_name{ fill:#00AAAF;}
#line_cyuo.active .line_jr{ stroke:#F15A22;}
#line_cyuo.active .line_name{ fill:#F15A22;}
#line_keio.active .line{ stroke:#dd0077;}
#line_keio.active .line_name{ fill:#dd0077;}
#line_musashino.active .line_jr{ stroke:#F15A22;}
#line_musashino.active .line_name{ fill:#F15A22;}

/*========================== ホバー時・選択時の駅・吹き出しの色 ==========================*/
/*JR武蔵野線*/
.station_asaka.active .station_circle_s{ stroke:#F15A22;}
.station_asaka.active .station_name_s{ fill:#F15A22;}
/*西武池袋線*/
.station_kiyose.active .station_circle_s,
.station_higashikurume.active .station_circle_s,
.station_oizumigakuen.active .station_circle_s{ stroke:#ff6600;}
.station_kiyose.active .station_name_s,
.station_higashikurume.active .station_name_s,
.station_oizumigakuen.active .station_name_s{ fill:#ff6600;}
/*西武新宿線*/
.station_kumegawa.active .station_circle_s,
.station_tanashi.active .station_circle_s{ stroke:#00AAAF;}
.station_kumegawa.active .station_name_s,
.station_tanashi.active .station_name_s{ fill:#00AAAF;}
/*JR中央線*/
.station_hachioji.active .station_circle_s,
.station_toyoda.active .station_circle_s,
.station_tachikawa.active .station_circle_s,
.station_kokubunji.active .station_circle_s,
.station_mitaka.active .station_circle_s,
.station_ogikubo.active .station_circle_s{ stroke:#F15A22;}
.station_hachioji.active .station_name_s,
.station_toyoda.active .station_name_s,
.station_tachikawa.active .station_name_s,
.station_kokubunji.active .station_name_s,
.station_mitaka.active .station_name_s,
.station_ogikubo.active .station_name_s{ fill:#F15A22;}
/*京王線*/
.station_hino.active .station_circle_s,
.station_fucyu.active .station_circle_s,
.station_chofu.active .station_circle_s,
.station_sengawa.active .station_circle_s{ stroke:#dd0077;}
.station_hino.active .station_name_s,
.station_fucyu.active .station_name_s,
.station_chofu.active .station_name_s,
.station_sengawa.active .station_name_s{ fill:#dd0077;}
/*吹き出し矢印*/
.active .arrow_c{ fill:#39A5FC;}
.active .arrow_l{ stroke:#39A5FC;}