@charset "utf-8";

/* CSS Document */

@media only screen and (max-width: 1279px){
    iframe{
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px){
    iframe{
        width: 100%;
    }
}
.area-name{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.area-list ul{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.area-list ul li{
    float: left;
    list-style: none;
}
.area-list ul span,
.area-list ul a{
    display: inline-block;
    padding: 0;
    color: #202226;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .area-list ul a:hover{
        text-decoration: underline;
    }
}
.area-list ul li:after{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    content: "/";
    color: rgba(0, 0, 0, 0.3);
}
.area-list ul li:last-child:after{
    display: none;
}
.area-list ul li:first-child span,
.area-list ul li:first-child a{
    padding-left: 0;
}
/*------------------------

検索結果

------------------------*/

.result-list{
    margin-top: 20px;
}
.result-list li{
    text-indent: -0.5em;
}
.result-list li:before{
    margin-right: 0.5em;
    content: "\f0da";
}
/*------------------------

詳細画面

------------------------*/

.detail-page .infomation{
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}
.detail-page .infomation .img{
    text-align: center;
}
.detail-page .infomation .name{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.detail-page .infomation p.text{
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
}
.detail-page .spot-add{
    margin-bottom: 0;
    color: #828282;
}
.production{
    border-bottom: 1px solid #2f4754;
}
.production th,
.production td{
    padding: 10px;
    vertical-align: top;
}
.production th{
    color: #fff;
    border-bottom: 1px solid #2f4754;
    background-color: #4d6a79;
    font-size: 13px;
    font-weight: 400;
}
.production td{
    background-color: rgba(255, 255, 255, 0.5);
}
