body{
    margin: 0;
    color: rgb(110, 110, 110);
    text-align: center;
    font-size: 14px;
}

a{
    color: rgb(110, 110, 110);
    text-decoration: none;
}

/*** Header ***/

header{
    margin-bottom: 30px;
}

.header_image img{
    width: 100%;
    vertical-align: top;
}

.header_image_j{
    margin-top: -90px;
}

.header_image_j img{
    width: 45%;
}

main{
    padding: 0 15px;
}

.area_contents{
    width: 32%;
}

.areas_menu{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.area_nagoya{
    padding: 12px 0;
    background-color: rgb(240, 177, 240);
    font-size: 12px;
}

.area_toyota{
    padding: 12px 0;
    background-color: rgb(210, 247, 108);
    font-size: 12px;
}

.area_ichinomiya{
    padding: 12px 0;
    background-color: rgb(130, 203, 248);
    font-size: 12px;
}

.area_shop_heading{
    margin-top: 12px;
}

.area_nagoya2{
    padding: 4px 0;
    background-color: rgb(243, 222, 243);
    font-size: 11px;
}

.area_toyota2{
    padding: 4px 0;
    background-color: rgb(235, 255, 182);
    font-size: 11px;
}

.area_ichinomiya2{
    padding: 4px 0;
    background-color: rgb(204, 228, 243);
    font-size: 11px;
}

.header_image_ex img{
    width: 100%;
}

.area_heading2{
    width: 100%;
    margin: 20px 0;
    padding: 12px 0;
    background-color: rgb(248, 207, 120);
    font-size: 12px;
}

.areas_menu_ex{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.area_ex{
    width: 48%;
    padding: 4px 0;
    background-color: rgb(255, 241, 199);
    font-size: 11px;
}

/*** Shop Container ***/

.shops_container{
    margin-top: 90px;
}

#mrsj{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: #6d3c71;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#extreme{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: #e77930;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.area_heading{
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 0;
}

.shop_nagoya .area_heading{
    background-color: rgb(243, 222, 243);
}

.shop_toyota .area_heading{
    background-color: rgb(235, 255, 182);
}

.shop_ichinomiya .area_heading{
    background-color: rgb(204, 228, 243);
}

.shop_extreme_nagoya .area_heading{
    background-color: rgb(248, 207, 120);
}

.shop_content{
    margin-bottom: 90px;
}

.shop_image img{
    width: 100%;
    vertical-align: top;
}

.category_icon{
    margin-top: 20px;
}

.category_icon img{
    width: 18%;
    vertical-align: top;
}

.shop_name{
    margin: 15px 0;
    color:rgb(78, 57, 58);
    font-size: 22px;
    font-weight: 600;
}

.price_day{
    margin: 12px 0 6px 0;
    color: #f7a765;
    font-size: 16px;
}

.shop_system_header{
    margin-bottom: 10px;
    padding: 3px 0;
}

.shop_nagoya .shop_system_header{
    background-color: rgb(250, 245, 250);
}

.shop_toyota .shop_system_header{
    background-color: rgb(246, 252, 213);
}

.shop_ichinomiya .shop_system_header{
    background-color: rgb(223, 244, 253);
}

.shop_extreme_nagoya .shop_system_header{
    background-color: rgb(255, 241, 199);
}

.shop_system_price_card{
    padding: 10px 0;
    display: flex;
    border-bottom: solid 2px rgb(241, 241, 241);
}

.shop_system_price_card .time{
    width: 50%;
}

.shop_system_price_card .price{
    width: 50%;
}

.nomination_fee{
    margin: 15px 0;
}

.vip_rate{
    margin-bottom: 20px;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
}

.shop_nagoya .vip_rate{
    background-color: rgb(250, 245, 250);
    color: #6d3c71;
}

.shop_toyota .vip_rate{
    background-color: rgb(246, 252, 213);
    color: #187018;
}

.shop_ichinomiya .vip_rate{
    background-color: rgb(223, 244, 253);
    color: #1c3cca;
}

.drink_container{
    margin-bottom: 10px;
    padding: 10px 0;
}

.shop_nagoya .drink_container{
    background-color: rgb(250, 245, 250);
    border: solid 1px #6d3c71;
}

.shop_toyota .drink_container{
    background-color: rgb(246, 252, 213);
    border: solid 1px #187018;
}

.shop_ichinomiya .drink_container{
    background-color: rgb(223, 244, 253);
    border: solid 1px #1c3cca;
}

.shop_extreme_nagoya .drink_container{
    background-color: rgb(255, 241, 199);
    border: solid 1px #f7a765;
}

.drink_heading{
    margin-bottom: 2px;
    font-weight: 600;
}

.other{
    margin-bottom: 20px;
    font-size: 11px;
}

.shop_access{
    width: 66.666666%;
    margin: 0 auto;
    padding: 6px 0;
    border-radius: 20px;
    color: #fff;
}

.shop_nagoya .shop_access{
    background-color: #6d3c71;
}

.shop_toyota .shop_access{
    background-color: #187018;
}

.shop_ichinomiya .shop_access{
    background-color: #1c3cca;
}

.shop_extreme_nagoya .shop_access{
    background-color: #f7a765;
}

.shop_map{
    margin-top: 32px;
    display: none;
}

.shop_access_address{
    margin: 5px 0 10px 0;
}

.shop_nagoya .shop_access_tel{
    color: #6d3c71;
    font-weight: 600;
}

.shop_toyota .shop_access_tel{
    color: #187018;
    font-weight: 600;
}

.shop_ichinomiya .shop_access_tel{
    color: #1c3cca;
    font-weight: 600;
}

.pagetop{
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: #000;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}


.top_slider{
    width: 100%;
    padding: 15px 0;
    background-color: #000;
}

.top_slider a{
    color: #fff;
}