﻿* {
    /* はみ出し確認用*/
    /*outline: 1px solid red;*/
}


#container_1 {
    width: 100%;
    display: block;
}

    #container_1 .bx-pager-item a {
        background: #f90;
    }

    #container_1 a.active {
        background: #f30;
    }

    #container_1 .bx-wrapper,
    #container_1 .bx-viewport {
        background: transparent !important;
    }

    #container_1 .bx-wrapper,
    #container_1 .bx-wrapper .bx-viewport,
    #container_1 .bx-wrapper img {
        border-radius: 5px;
        overflow: hidden;
    }

.bxs_slide {
    width: 100%;
    margin: 0 0 10px 0;
    background-color: transparent;
}

    .bxs_slide img {
        width: 100%;
        height: auto;
    }

/*---------- 検索結果 ----------*/

.result_title {
    width: 100%;
    font-size: 138.5%;
    color: #e9528e;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.result_err {
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 123%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result_box {
    width: 95%;
    margin: 0px auto;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.bukken_name {
    font-weight: 600;
    font-size: 15px;
    margin: 6px 0 4px;
}

.result_box .w100 {
    line-height: 1.5;
    padding: 1px 0;
}

    .result_box .w100:not(.bukken_name) {
        color: #555;
        font-size: 13px;
    }

.result2, .result3, .result4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.photo {
    width: calc(100% - 6px); 
    padding: 3px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 20;
    aspect-ratio: 4 / 3;
}

    .photo img {
        width: 100%;
        border-radius: 5px;
        transition: transform .35s ease;
    }

    .photo:hover img {
        /*
        transform: scale(1.05);
            */
    }

.photo_bcode {
    height: 16px;
    position: absolute;
    top: 10px;
    text-align: center;
    line-height: 16px;
    color: White;
    background-color: Black;
}

.photo_bcode_bai {
    width: 60px;
    right: 10px;
}

.photo_bcode_chi {
    width: 120px;
    right: 10px;
}

.photo_kanri {
    width: 120px;
    position: absolute;
    top: 30px;
    right: 5px;
    text-align: center;
    border-radius: 5px;
}

.photo_kanri img {
    width:100%;
    height:auto;    
}

.icon_kakaku {
    z-index: 10;
}

.w100title {
    width: 100%;
    padding: 8px 0px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.w80f {
    width: calc(100% - 5px);
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.w20s {
    width: 20%;
    padding-left: 3px;
    justify-content: center;
}

    .w20s img {
        width: 95%;
        border-radius: 5px;
    }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 20px;
}

    ul li {
        margin-bottom: 2px;
        display: block;
    }

.kakaku {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-size: 175%;
    gap: 4px;
}

html.fonts-loaded .my_kakaku {
    font-family: 'M PLUS 1', sans-serif;
}

.my_kakaku {
    margin-left:1em;
}

.kakaku_down img {
    width: 27px;
    height: 28px;
}

.kakaku_kbn img {
    height: 24px;
}

.kakaku_down,
.kakaku_kbn {
    display: flex;
    align-items: center;
}

.subtitle {
    margin-top:30px;
    font-size: 123%;
    color: #e9528e;
}

.result4 ul {
    white-space: normal;
}

.aeoncard {
    width:90%;
    margin:5px auto 5px auto;
}    
    
    .aeoncard img{
        width:100%;
    }

#map {
    width: 95%;
    height: 300px;
    margin: 0px auto 0 auto;
    border: 1px #e9528e dotted;
}

.map_title {
    width: 95%;
    margin: 20px auto 0 auto;
}


#theta {
    width: 95%;
    margin: 20px auto 0 auto;
}



/* 建物診断・土地情報用ボタン */
.pdf_buttons {
    margin: 10px 4px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pdf_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
}

    .pdf_btn:hover {
        background: #f5f8fb;
        border-color: #32ADFF;
        color: #32ADFF;
        transform: translateY(-1px);
    }

    .pdf_btn:before {
        content: "PDF";
        font-size: 11px;
        font-weight: bold;
        background: #e74c3c;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
        margin-right: 8px;
    }
/*  */

       