@charset "utf-8";

.errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

.displayNone {
    display: none;
}

.search_main_midashi {
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    width: 100%;
}

.areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

.checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

.checkboxCheckAll label {
    font-weight: normal;
    font-size: 12px;
}

div#area_1.table-L,
div#area_2.table-L,
div#area_3.table-L,
div#area_4.table-L,
div#area_5.table-L,
div#area_6.table-L,
div#area_7.table-L,
div#area_8.table-L,
div#area_9.table-L,
div#area_10.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

.areaListTableCell {
    width: 32.9%;
    border: 1px solid #f4f4f4;
    margin: 2px;
    float: left;
    background: #FFFCF7;
    position: relative;
    height: auto;
}

.areaListTableCell>input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 23px;
}

.areaListTableCell input:checked+label {
    background: #fff2ba;
}

.areaListTableCell>label {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

.areaListTableCell>label::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    border: 5px solid #f4eedc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
}

.areaListTableCell input:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

/* .areaListTableCell > label a {
	text-decoration: underline;
} */

.font-AreaLinkText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

.areaListTableCell span.List_number {
    color: #000;
    font-size: 10px;
    margin-left: 5px;
}

.searchButtonArea {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: auto;
    padding: 30px 0;
}

.searchButtonArea .search_more_btn {
    padding: 0;
    font-weight: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
}

.searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
}

.searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

#areaFavorites {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#areaFavorites .Fav_list_cell {
    margin-bottom: 20px;
    position: relative;
    width: 49%;
}

#areaFavorites .Fav_list_cell .check {
    position: absolute;
    left: 12px;
    top: 7px;
}

#areaFavorites .Fav_list_cell .check input[type=checkbox] {
    display: none;
}

#areaFavorites .Fav_list_cell .check input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 1.5px;
    cursor: pointer;
}

#areaFavorites .Fav_list_cell .check input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -9px;
    background-color: white;
    border: 3px solid #dee8de;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
}

#areaFavorites .Fav_list_cell .check input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 3px;
    width: 22px;
    height: 12px;
    margin-top: -7px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#areaFavorites .Fav_list_cell .outline {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 4px;
    border-top: 2px solid #009263;
    background-color: #fff;
}

#areaFavorites .Fav_list_cell .outline .cancel a {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 20px;
}

#areaFavorites .Fav_list_cell .outline .cancel a:before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #919191;
    transform: rotate(45deg);
    display: block;
    margin-top: 9px;
}

#areaFavorites .Fav_list_cell .outline .cancel a:after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #919191;
    transform: rotate(-45deg);
    display: block;
    margin-top: -2px;
}

#areaFavorites .Fav_list_cell .outline h2 {
    padding-left: 50px;
    line-height: 40px;
    border-bottom: 1px dotted #333;
    margin-top: 0;
}

#areaFavorites .Fav_list_cell .outline h2 a {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

#areaFavorites .Fav_list_cell .outline .info {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

#areaFavorites .Fav_list_cell .outline .pic {
    width: 30%;
    position: relative;
    border: 1px solid #f0f0f0;
}

#areaFavorites .Fav_list_cell .outline .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
}

#areaFavorites .Fav_list_cell .outline .pic:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(/penguin/resources/image/_common/btn_wide_icon.png)no-repeat rgba(0, 0, 0, 0.7) center;
    background-size: 60%;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
}

#areaFavorites .Fav_list_cell .outline .txtBox {
    width: 65%;
}

#areaFavorites .Fav_list_cell .priceBox {
    font-size: 18px;
    color: #f82055;
    margin-bottom: 10px;
}

#areaFavorites .Fav_list_cell .priceBox .kaisu {
    background: #f0f0f0;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 10px;
    margin-right: 10px;
    color: #333;
}

#areaFavorites .Fav_list_cell .priceBox .kyouekihi {
    font-size: 14px;
    margin-left: 10px;
}

#areaFavorites .Fav_list_cell .madoriBox {
    font-size: 14px;
    margin-bottom: 10px;
}

#areaFavorites .Fav_list_cell .madoriBox span {
    margin-right: 10px;
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

#areaFavorites .Fav_list_cell .addressBox {
    margin-bottom: 10px;
    font-size: 12px;
}

#areaFavorites .Fav_list_cell .contactBox ul {
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}

#areaFavorites .Fav_list_cell .contactBox ul .btn01 {
    width: 76%;
}

#areaFavorites .Fav_list_cell .contactBox ul .btn01 a {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    outline: none;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
}

#areaFavorites .Fav_list_cell .contactBox ul .btn02 {
    width: 20%;
    border-radius: 3px;
}

#areaFavorites .Fav_list_cell .contactBox ul .btn02 a {
    background: #EC6700;
    border: 1px solid #d25c00;
    box-shadow: 2px 2px 2px rgba(51, 13, 9, 0.28);
    color: #fff;
    font-size: 11px;
    padding: 10px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
}

.favorite_page .favor01_text {
    margin-bottom: 5px;
}

.favorite_page .favor02_text {
    margin-bottom: 15px;
}

.favorite_page .favor_check_all {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    background: #eeeded;
    margin-bottom: 50px;
}

.favorite_page .favor_check_all input[type=checkbox] {
    display: none;
}

.favorite_page .favor_check_all input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 1.5px;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    letter-spacing: 1px;
}

.favorite_page .favor_check_all input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background-color: white;
    border: 3px solid #dee8de;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 0px 0px 0px, white 0 0px 0 inset, rgba(235, 235, 235, 0.7) 0 0px 0 inset;
}

.favorite_page .favor_check_all input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 3px;
    width: 22px;
    height: 12px;
    margin-top: -11px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.favor_ft {
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
}

.favor_ft .allcontact {
    width: 500px;
    margin: auto;
    background-color: #fe3c16;
    border-radius: 35px;
    padding: 10px 0;
    position: relative;
}

.favor_ft .allcontact .txt01 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.favor_ft .allcontact .txt02 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.favor_ft .allcontact input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    cursor: pointer;
}

@media (max-width: 750px) {

    .areaSearchAreaName {
        width: 100%;
        display: block;
    }

    .checkboxCheckAll {
        width: 100%;
        display: block;
        padding: 0;
        letter-spacing: 0;
    }

    .areaListTableCell {
        width: 100%;
        margin: 0%;
        margin-bottom: 5px;
    }

    .searchButtonArea {
        width: 100%;
    }

    .searchButtonArea input.search_btn.ont_btn {
        width: 80%;
        margin: auto;
    }

    .askfor_page .inner {
        padding: 20px 2%;
    }

    .askfor_page .inner table,
    .askfor_page .inner tbody,
    .askfor_page .inner tr {
        width: 100%;
        display: block;
    }

    .askfor_page .inner table th {
        width: 100%;
        display: block;
        padding: 10px;
        background: #4e4e4e;
        color: #fff;
    }

    .askfor_page .inner table td {
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .askfor_page .inner table td input[type="text"],
    .askfor_page .inner table td input[type="email"],
    .askfor_page .inner table td input[type="tel"] {
        width: 100%;
    }

    .askfor_page .confirmButtonArea input {
        width: 80%;
        margin: auto;
    }

    .askfor_page .descTextAria {
        width: 100%;
    }

    .butkenarchive_page td {
        font-size: 10px;
    }

    #areaFavorites .Fav_list_cell {
        width: 100%;
    }

    #areaFavorites .Fav_list_cell .contactBox ul .btn02 a {
        padding: 10px 5px;
        border-radius: 15px;
    }

    .favor_ft .allcontact {
        width: 80%
    }

    .favorite_page .favor_check_all {
        margin: auto;
        display: block;
        width: 280px;
        margin-bottom: 30px;
    }

    .favor_ft .allcontact .txt01 {
        font-size: 12px;
        font-weight: normal;
    }

    .favor_ft .allcontact .txt02 {
        font-size: 14px;
    }

    .areaListTableCell>input {
        left: 14px;
        top: 20px;
    }

}