@charset "utf-8";
/* CSS Document */

/* ===============================================================
 shop_access
=============================================================== */
.shopAccessArea{
    margin-bottom: 90px;
}
.shopAccessArea .main_summary_block{
    width: 255px;
    float: left;
    box-shadow: 0px -5px 4px rgba(34, 31, 31, 0.25);
    padding: 15px 12px;
    box-sizing: border-box;
}

.shopAccessArea .main_summary_block .infoItem{
    margin-bottom: 15px;
    font-size: 16px;
}
.shopAccessArea .main_summary_block .infoItem .ttl{
    color: #008342;
    font-weight: bold;
}
.shopAccessArea .main_summary_block .infoItem .txt ._mapLink{
    text-decoration: underline;
    font-size: 14px;
}

.shopAccessArea .main_summary_block .tagBox{
    margin-bottom: 10px;
}
.shopAccessArea .main_summary_block .tagBox p{
    font-size: 12px;
    color: #008342;
    border: 1px solid #008342;
    width: 168px;
    margin: 0 auto 5px;
    text-align: center;
    padding: 1px 0;
    border-radius: 15px;
}
.shopAccessArea .main_summary_block .tagBox p:last-child{
    margin-bottom: 0;
}
.shopAccessArea .main_summary_block .qrBox{
    text-align: center;
}
.shopAccessArea .main_summary_block .qrBox img{
    border: 2px solid #333333;
    margin-bottom: 6px;
}
.shopAccessArea .main_summary_block .qrBox .txt{
    font-size: 11px;
    line-height: 1.0;
}

.shopAccessArea .main_map_block{
    width: 700px;
    float: right;
    border: 3px solid #000000;
}
.main_map_block #mapArea{
	width: 100%;
	height: 545px;
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.2);
}



.directionAccessArea{
    margin-bottom: 70px;
}

.circle_heading{
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 35px;
}
.circle_heading .txt{
    width: 210px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
    position: absolute;
    top: -17px;
}

.directionAccessArea .inn{
    padding: 0 25px;
}

.directionAccessArea .nearStt{
    margin-bottom: 20px;
    display: table;
}
.directionAccessArea .nearStt .ttl{
    width: 98px;
    font-size: 18px;
    display: table-cell;
    border: 1px solid #333;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.directionAccessArea .nearStt .txt{
    font-size: 22px;
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
}




.directionAccessArea ._lead{
    font-size: 22px;
}
.directionAccessArea .station_root{
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 20px 20px 25px;
}
.directionAccessArea .station_root .ttl{
    font-size: 16px;
    width: 200px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 0;
}


.stationBox .item{
    font-size: 19px;
    padding: 0 10px;
}
.stationBox .item .eki{    
    font-size: 22px;    
    font-weight: bold;
}

.destination{
    margin-top: 20px;
    display: inline-block;
}
.destination a{
    width: 440px;
    font-weight: normal;
    font-size: 22px;
    background: url(/assets/pc/common/img/icon_destination_blk.png), linear-gradient(to top, rgb(215,215,215) 0%, rgb(255,255,255) 30%);
    background-repeat: no-repeat;
    background-size: 34px auto, 100%;
    background-position: left 30px top 16px, 100%;
    padding: 17px 10px 17px 90px;
    position: relative;
}
.destination a:hover{
    background: #fff url(/assets/pc/common/img/icon_destination_grn.png);
    background-repeat: no-repeat;
    background-size: 34px auto, 100%;
    background-position: left 30px top 16px, 100%;
}

.destination a:hover:before{
	content: '';
	position: absolute;
	border: 3px solid #008342;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.shopSummaryNewsArea{
    padding-bottom: 0px;
    margin-bottom: 100px;
}




/* accessDetail */
.directionAccessArea .accessDetail._label:before {
    left: 0;
}
.detailPage .directionAccessArea {
    margin-bottom: 50px;
}

.accessDetail{
    padding-bottom: 20px;
    border-bottom: double 3px #333333;
    position: relative;
	  min-height: 80px;
}
.accessDetail .headingText{
    padding-right: 130px;
    margin-bottom: 0;
}
.accessDetail .printBtn{
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -10px;
    background: url(/assets/pc/common/img/icon_print_blk.png), linear-gradient(to top, rgb(215,215,215) 0%, rgb(255,255,255) 30%);
    background-size: 31px auto, 100%;
    background-position: top 9px center, 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    border: 1px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
}
.accessDetail .printBtn:hover{
    background: #fff url(/assets/pc/common/img/icon_print_grn.png);
    background-size: 31px auto;
    background-position: top 9px center;
    background-repeat: no-repeat;
}
.accessDetail .printBtn::after{
    content: '印刷する';
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -23px;
    font-weight: bold;
}
.imgnavi{
    margin-top: 30px;
}

.routeItem{
    margin-bottom: 30px;
    width: 100%;
}
.routeItem:last-child{
    margin-bottom: 0;
}
.routeItem:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.routeItem .imgBox{
    position: relative;
    width: 350px;
    height: 230px;
    border: 1px solid #444444;
    float: left;
    cursor: pointer;
}
.routeItem .imgBox:after {
    content: '';
    position: absolute;
    border: 1px solid #444444;
    background-color: #fff;
    background-image: url(/assets/pc/common/img/icon_search_333.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.routeItem .imgBox img{
    margin: 0;
	padding: 0;
    vertical-align: bottom;
    width: 100%;
}
.routeItem .imgBox.noImg:after {
    content: none;
}
.routeItem .imgBox.noImg{
    background-image: linear-gradient(33.5deg, transparent 49%, #ddd 49%, #ddd 50%, transparent 50%, transparent);
    pointer-events: none;
}
.routeItem .textBox{
    font-size: 28px;
    float: right;
    text-align: left;
    width: calc( 100% - 350px);
    padding-left: 30px;
    padding-top: 20px;
}
.detailPage .directionAccessArea .btn{
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    
}
.detailPage .directionAccessArea .btn a{
    width: 300px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding: 12px 25px 12px 45px;
}
.detailPage .directionAccessArea .btn a::before{
    content: '';
    position: absolute;
    display: inline-block;
    background: url(/assets/pc/common/img/arw_pageback_blk.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    left: 22px;
    top: 15px;
}
.detailPage .directionAccessArea .btn a:hover::before{
    content: '';
    position: absolute;
    display: inline-block;
    background: url(/assets/pc/common/img/arw_pageback_grn.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    left: 22px;
    top: 15px;
}