/* File: /app/webroot/css/Themes/Default/style.css */
/*================================================
 *  �o�b�����f�U�C��
 ================================================*/
/*------------------------------------------------
 *  ���(�o�b)
 ------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: 'Spartan', '���S�V�b�N Medium', 'Yu Gothic Medium', '���S�V�b�N', 'Yu Gothic', '���C���I', sans-serif;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
body {
    overflow-y: scroll; 
}
a:link {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
.both {
    clear: both;
}
ul li {
    list-style: none;
}
ol {
    margin-top: 20px;
    padding-left: 40px;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
table {
    width: 100%;
}
/*------------------------------------------------
 *  ���̑�(�o�b)
 ------------------------------------------------*/
.h1-detaile {
    color: #000;
    font-size: 150%;
    float: left;
    font-weight: bold;
}
.h1-nomal {
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: .05em;
    padding: 40px 0 0;
    margin: 0;
    position: relative;
}
h2.ttl_name {
    font-size: .9em;
    text-align: center;
    color: #6fb92b;
}
.detaile-info {
    float: right;
}
.detaile-head-icon {
    overflow: hidden;
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: right;
}
.spacer {
    padding: 10px; 
}
.pconly {
    display: inline; 
}
.admin_mode {
    position: absolute;
    top: 157px;
    right: 0;
}
.admin_mode a {
    font-size: 90%;
    padding: 20px;
    color: #fff;
    background-color: red;
}
.br_pc {
    display: block;
}
.br_mb {
    display: none;
}
.pdf_text {
    font-size: 80%;
    color: #4d4d4d;
    margin-top: -20px;
}
/*------------------------------------------------
 *  �y�[�W�i�r(�o�b)
 ------------------------------------------------*/
.paging {
    font-size: 85%;
    overflow: hidden;
    display: flex;              /* �����тɂ��� */
    flex-wrap: wrap;            /* �K�v�ɉ����Đ܂�Ԃ��\ */
    gap: 5px;                   /* �v�f�Ԃ̃X�y�[�X�𒲐� */
    align-items: center;        /* �c�ʒu���� */
}
.paging .current {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̕����F(PC) */
}
.paging .disabled {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̕����F(PC) */
}
.paging .disabled:not(.dots):hover {
    background-color: #f7f7f7;
    color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̕����F(PC) */
}
.paging span {
    background-color: #f7f7f7;
    line-height: 1;
    margin-right: 5px;
    color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̕����F(PC) */
}
.paging span a {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̕����F(PC) */
}
.paging span:not(.dots):hover, .paging span a:not(.dots):hover, .paging .current {
    background-color: #6fb92b;/* color-m:#6fb92b �y�[�W�i�r�̔w�i�F(PC) */
    color: #fff;
}
/*------------------------------------------------
 *  Google Material Icons(�o�b)
 ------------------------------------------------*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v36/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: middle;
}
.material-icons.md-14 {
    font-size: 14px; 
}
.material-icons.md-18 {
    font-size: 18px; 
}
.material-icons.md-24 {
    font-size: 15px; 
}
.material-icons.md-36 {
    font-size: 36px; 
}
.material-icons.md-48 {
    font-size: 48px; 
}
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54); 
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26); 
}
.material-icons.md-light {
    color: white; 
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3); 
}
.padding-05 {
    padding: 0.5%; 
}
.padding-10 {
    padding: 1%; 
}
.table {
    width: 100%;
    display: table; 
}
.form-control {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
    border: #6fb92b solid 1px;/* color-m:#6fb92b �����������j���[�̔̔����i�����E����̘g�̃��C���F(PC) */
}
.form-basic {
    background: #f2f3f4;
    color: #333333;
    padding: 15px;
    font-size: 16px;
    width: 95%;
    height: auto;
    box-shadow: none;
    -webkit-appearance: none;
    border-style: none;
    line-height: 1.5;
    border-radius: 5px;
    font-family: "���S�V�b�N Medium", "Yu Gothic Medium", "���S�V�b�N", "Yu Gothic", "���C���I", sans-serif !important;
}
.text-right {
    text-align: right; 
}
.text-left {
    text-align: left; 
}
.text-center {
    text-align: center; 
}
.small {
    font-size: 90%; 
}
.small5 {
    font-size: 80%; 
}
#loader {
    position: fixed !important;
    position: absolute;
    left: 50%;
    top: 30%;
    display: none;
}
/*------------------------------------------------
 *  �n�}���猟��(�o�b)
 ------------------------------------------------*/
#map_canvas {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}
/*------------------------------------------------
 *  �t�b�^�[(�o�b)
 ------------------------------------------------*/
#footer {
    font-size: 85%;
    padding: 30px;
    text-align: right;
}
/*------------------------------------------------
 *  �T�[�`���j���[(�o�b)
 ------------------------------------------------*/
.search_menu {
    margin: 0 auto;
    display: none;
    position: fixed !important;
    position: absolute;
    top: 100px;
    left: 0;
    height: auto;
    overflow-y: scroll;
    line-height: 1.2em;
    font-size: 90%;
    background: rgba(111, 185, 43, 0.9);/* color-m:#6fb92b �����������j���[�̔w�i�F(PC)*/
    padding-top: 50px;
    color: #FFF;
}
.search_menu h2 {
    font-size: 120%;
    font-weight: normal; 
}
.search_menu dl {
    border-bottom: #6fb92b solid 2px;/* color-m:#6fb92b �����������j���[�̎d�؂���F(PC)*/
    margin-bottom: 15px; 
}
.search_menu dl dd {
    padding: 6px 15px;
    overflow: hidden; 
}
.search_menu dl dd ul li {
    margin: 5px;
    float: left;
    padding-left: 15px; 
}
.search_menu dl dd ul li label {
    color: #000;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #FFF;
    display: block;
    padding: 5px;
    cursor: pointer; 
}
.search_menu dl dd ul li label:hover {
    background-color: #5a3e1c;
      color: #FFF;
}
.search_menu dl dd ul li input[type=checkbox] {
    display: none;
}
.search_menu dl dd ul li input[type="checkbox"]:checked + label {
    background-color: #5a3e1c;/* color-1:#5a3e1c ���������̏����{�^���N���b�N���̔w�i�F(PC) */
    color: #FFF;
}
.search_menu .search-kingaku h1 {
    padding: 6px;
    background-color: #004799;
    color: #000;
    font-weight: normal;
    font-size: 130%; 
}
.search_menu .search-kingaku .search-kingaku-hani {
    padding: 20px;
}
.search_menu .search-kingaku .search-kingaku-hani select{
    padding: 5px 10px !important;
}
#search_menu {
    margin: 0 auto;
    z-index: 999;
}
#search_menu .closeicon {
    position: fixed;
    left: auto;
    top: 100px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 15px 0px;
    text-align: center;
}
.search_menu-type1 {
    font-size: 80%;
    width: 30%;
}
.search_menu-type1 dl dd .nomal-li {
    width: 40%;
}
.search_menu-type1 dl dd .madori-li {
    width: 15%;
}
.search_menu-type1 dl span {
    display: inline;
    padding: 0px 0px; 
}
.search_menu-type2 {
    font-size: 65%;
    width: 70%; 
}
.search_menu-type2 dl dd .nomal-li {
    width: 40%; 
}
.search_menu-type2 dl dd .madori-li {
    width: 20%; 
}
.search_menu-type2 dl dd span {
    display: block;
    padding: 5px 0px; 
}
.search_menu-type3 {
    font-size: 65%;
    width: 95%; 
}
.search_menu-type3 dl dd .nomal-li {
    width: 40%; 
}
.search_menu-type3 dl dd .madori-li {
    width: 20%; 
}
.search_menu-type3 dl dd span {
    display: block;
    padding: 5px 0px;
}
.search-wrap {
    overflow: hidden; 
}
.search-wrap .search-sort {
    text-align: right;
}
.search-wrap .search-sort a {
    margin-bottom: 3px;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px 3px;
    margin-left: 3px;
    font-size: 90%;
}
/*------------------------------------------------
 *  ���X�g�e�[�u��(�o�b)
 ------------------------------------------------*/
.list-table {
    width: 100%;
    display: table;
}
.list-table .shokeihi {
    font-size: 90%;
    padding-right: 5px;
}
.list-table .list-header {
    background-color: #e5e2d6;
    font-weight: bold;
    color: #000;
    font-size: 90%;
    text-align: center;
    padding: 5px;
}
.list-table ul {
    display: table-row;
}
.list-table ul li {
    border-bottom: #ddd solid 0px;
    display: table-cell;
}
.list-datas {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    background: #fff;
}
.list-table ul .li-border {
    padding-top: 10px;
}
.list-table ul .li-image {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 12%;
}
.list-table ul .li-image img {
    width: 100%;
    height: auto;
}
.list-table ul .li-amount0 {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 6%;
    line-height: 1.3;
}
.list-table ul .li-amount3 {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 12%;
    font-weight: bold;
}
.list-table ul .li-amount4 {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 6%;
}
.list-table ul .li-amount5 {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 16%;
}
.list-table ul .li-amount1 {
    border: #FFF solid 1px;
    vertical-align: middle;
    padding: 0.5%;
    width: 10%;
}
.list-table ul .li-amount1 p {
    font-weight: bold;
    font-size: 80%;
}
.list-table ul .li-amount1 .es-amount {
    color: #ff0208;
    font-size: 120%;
}
.list-table ul .li-amount2 {
    text-align: center;
    font-size: 85%;
    vertical-align: middle;
    padding: 0.5%;
    width: 19%;
}
.list-table ul .li-detail {
    font-size: 90%;
    vertical-align: top;
    border: #FFF solid 1px;
    padding: .8% 1.3%;
    vertical-align: middle;
}
.list-table ul .li-detail .pickup-text {
    color: #5a3e1c;
    line-height: 1.3;
    font-weight: bold;
}
.list-table .li-link {
    vertical-align: middle;
    text-align: center;
    width: 10%;
    border: #FFF solid 1px;
}
.list-table .li-link a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: block;
    text-align: center;
    color: #fff;
    background: #6fb92b;/* color-m:#6fb92b �����ꗗ�̏ڍׂ�����{�^���̔w�i�F(PC) */
    border: none;
    border-radius: 50%;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 auto;
}
.list-table .li-link a:hover {
    background: #499820;/* color-2:midnightblue ���������̏ڍ׃{�^���}�E�X�I�[�o�[���̔w�i�F(PC) */
}
.list-table .li-link span {
    font-size: 15px;
    font-weight: bold;
    color: #6fb92b;
}
.list-icon {
    margin-bottom: 10px;
}
.list-icon span {
    border-radius: 5px;
    padding: 5px 12px 3px;
    margin: 2px;
    font-size: 80%;
    color: #FFF;
}
.list-icon .icon1 {
    background-color: yellowgreen;
}
.list-icon .icon2 {
    background-color: #ffc000;
}
.list-icon .icon3 {
    background-color: coral;
}
.list-icon .icon4 {
    background-color: darkgoldenrod;
}
.list-icon .icon5 {
    background-color: hotpink;
}
.list-icon .icon6 {
    background-color: #595959;
}
.list-icon .icon7 {
    background-color: darkturquoise;
}
/*------------------------------------------------
 *  �M�������[(�o�b)
 ------------------------------------------------*/
#gallery {
    margin: 0 auto;
    overflow: hidden; 
}
#gallery li {
    max-width: 240px;
    padding: 0px; 
}
#gallery li img {
    max-width: 100%;
    height: auto;
}
#mein-image {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px; 
}
#mein-image img {
    max-width: 48%;
    padding: 1%; 
}
#undar-message {
    background: #e6e6e6;
    text-align: center;
    position: fixed !important;
    position: absolute;
    bottom: -62px;
    z-index: 9999999;
    width: 100%;
    height: 60px;
    line-height: 60px; 
}
/*------------------------------------------------
 *  �p�m���}�o�i�[(�o�b)
 ------------------------------------------------*/
.panorama {
    text-align: center;
    margin-bottom: 50px;
}
.panorama a:hover {
    opacity: .8;
}
/*------------------------------------------------
 *  �R���^�N�g(�o�b)
 ------------------------------------------------*/
#contact-us .contact-table {
    width: 80%;
    margin: 0 auto;
    display: table;
}
.contact-table dt {
    float: left;
    clear: left;
    width: 33%;
    padding: .7em 1em .7em 0;
    font-weight: bold;
}
.contact-table dd {
    margin: 0 0 3% 35%;
}
#contact-us .contact-btn {
    width: 300px;
    border-radius: 40px;
    padding: 20px;
    border: 2px solid #6fb92b;/* color-m:#6fb92b ���₢���킹�̃{�^���̐��̐F(PC) */
    background-color: #fff;
    color: #6fb92b;/* color-m:#6fb92b ���₢���킹�̃{�^���̕����F(PC) */
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: "���S�V�b�N Medium", "Yu Gothic Medium", "���S�V�b�N", "Yu Gothic", "���C���I", sans-serif !important;
}
select {
    background: #fafafa !important;
    border: 1px solid #dbdbdb !important;
    padding: 10px 13px !important;
    border-radius: 0px !important;
    width: auto !important;
}
.contact-table .text-warning {
    color: #fff;
    padding: 1px 5px 0;
    border-radius: 5px;
    background: #5a3e1c;/* color-1:#5a3e1c ���₢���킹�̕K�{�̔w�i�F(PC) */ 
    font-size: 11px;
    font-weight: normal;
    float: right;
}
/*------------------------------------------------
 *  ���肽��(�o�b)
 ------------------------------------------------*/
h2.ttl_name_buy {
    font-size: 1em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #6fb92b;
    padding: .5% 1%;
    margin: 10px auto 0;
    width: fit-content;
}
.flow_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #6fb92b;/* color-m:#6fb92b ���肽���̃^�C�g���̐F(PC) */ 
    text-align: center;
    margin: 80px 0 20px;
}
.sell_pagebtn_bg {
    width: 99.4vw;
    margin-left: calc(-50vw + 50%);
    background: #6fb92b;
    padding: 100px 0;
    margin-top: 80px;
}
.sell_pagebtn {
    display: inline-block;
    width: 22%;
    margin: 1%;
    border: 3px solid #fff;
}
.sell_pagebtn a {
    padding: 15px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.sell_pagebtn a .chukai::before {
    line-height: 1;
    margin: 5px auto 20px;
    content: '';
    display: block;
    width: 140px;
    height: 80px;
    vertical-align: middle;
    background-image: url(../Default/images/sell_btn_ico.png);
    background-size: contain;
}
.sell_pagebtn a .chukai:hover::before {
    background-image: url(../Default/images/sell_btn_ico_lo.png);
}
.sell_pagebtn a .tousya::before {
    line-height: 1;
    margin: 5px auto 20px;
    content: '';
    display: block;
    width: 140px;
    height: 80px;
    vertical-align: middle;
    background-image: url(../Default/images/sell_btn_ico2.png);
    background-size: contain;
}
.sell_pagebtn a .tousya:hover::before {
    background-image: url(../Default/images/sell_btn_ico2_lo.png);
}
.sell_pagebtn a .nini::before {
    line-height: 1;
    margin: 5px auto 20px;
    content: '';
    display: block;
    width: 140px;
    height: 80px;
    vertical-align: middle;
    background-image: url(../Default/images/sell_btn_ico4.png);
    background-size: contain;
}
.sell_pagebtn a .nini:hover::before {
    background-image: url(../Default/images/sell_btn_ico4_lo.png);
}
.sell_pagebtn a .sonota::before {
    line-height: 1;
    margin: 5px auto 20px;
    content: '';
    display: block;
    width: 140px;
    height: 80px;
    vertical-align: middle;
    background-image: url(../Default/images/sell_btn_ico3.png);
    background-size: contain;
}
.sell_pagebtn a .sonota:hover::before {
    background-image: url(../Default/images/sell_btn_ico3_lo.png);
}
.sell_pagebtn a:hover {
    background: #fff;
    color: #6fb92b;
}
.sell_pagebtn p {
    font-size: 30px;
}
.sell_pagebtn p .btn_subttl {
    display: block;
    padding-top: 5px;
    font-size: 15px;
    color: #333;
}
.sell_pagebtn p .btn_subttl_read {
    display: block;
    padding: 15px 0;
    font-size: 13px;
}
.other_mb {
    display: inline-block;
}
.buy {
    width: 80%;
    margin: 0 auto;
}
.flow {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.flow_box {
    position: relative;
    border-radius: 20px;
    margin: 5% 3% 3%;
    padding: 4%;
    box-shadow: 0 5px 8px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: .3s;
    background: #FFF;
}
.flow_box .caption{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    width: 80px;
    height: 80px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 0;
    background-color: #6fb92b;/* color-m:#6fb92b ���肽������̐����̔w�i�F(PC) */ 
    transform: translateY(-50%) translateX(1em);
}
.flow_box .text {
    border-radius: 20px 20px;
}
.box_ttl {
    font-size: 22px;
    font-weight: bold;
    color: #6fb92b;/* color-m:#6fb92b ���肽������̃^�C�g���̐F(PC) */ 
    margin-bottom: 20px;
    text-align: center;
}
.arrow {
    position: relative;
    display: inline-block;
    left: 47%;
    margin-bottom: 50px;
}
.arrow::before {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 15px #5a3e1c;/* color-1:#5a3e1c ���肽������̖��̐F(PC) */
    border-right: solid 15px #5a3e1c;/* color-1:#5a3e1c ���肽������̖��̐F(PC) */
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 0;
}
.sell_tel {
    margin-top: 30px;
    border-top: 1px dotted #ccc;
}
.sell_number {
    margin: 30px 0 5px;
    color: #6fb92b;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}
.tel:before {
    font-family: "Font Awesome 5 Free";
    content: '\f095';
    font-weight: 900;
    padding-right: 10px;
}
.sell_message {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 110%;
}
.sell_info {
    text-align: center;
    font-size: 13px;
}
.sell_mailform {
    margin: 20px auto;
    width: 40%;
}
.sell_mailform a {
    display: block;
    background: #5a3e1c;
    padding: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 40px;
}
.sell_mailform a:hover {
    background: #6fb92b;
}
table.broker_table {
    width: 100%;
    margin:1em 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing:0px;
}
table.broker_table tr th,table.broker_table tr td {
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
    width: 25%;
    font-size: 90%;
}
table.broker_table thead tr {
	background: #f8f7f4;
}
.private_table {
    width: 100%;
    margin: .5em 0 1em;
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
    border-bottom: none;
    border-spacing: 0px;
}
.private_table th {
    background: #f8f7f4;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 10px;
    width: 30%;
}
.private_table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
table.private_table2 tr th {
    width: 15%;
}
table.private_table2 tr td {
    width: 35%;
}
table.private_table2 thead tr {
	background: #f8f7f4;
}
table.private_table2 {
    width: 100%;
    margin:1em 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing:0px;
}
table.private_table2 tr th,table.private_table2 tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}
table.private_table2 thead tr {
	background: #f8f7f4;
}
.buy_box_area {
    margin: 30px 0 0;
}
.buy_box {
    position: relative;
    margin: 2%;
    padding: 1em 1.5em;
    border-radius: 8px;
    width: 40%;
    display: inline-block;
    box-shadow: 0 5px 8px 3px rgb(0 0 0 / 10%);
    background: #f8f7f4;
}
.buy_box .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    color: #6fb92b;
    font-weight: bold;
}
.buy_box p {
    margin: 0; 
    padding: 0;
    line-height: 1.3;
    font-size: 94%;
}
.anchor h4 {
    margin-top: 30px;
    font-size: 18px;
    color: #6fb92b;
    font-weight: bold;
}
/*------------------------------------------------
 *  ���m�点(�o�b)
 ------------------------------------------------*/
.oshirase {
    width: 80%;
    margin: 0 auto;
}
.oshirase_list {
    margin-bottom: 100px;
}
.oshirase_title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 25px;
    color: #6fb92b;/* color-m:#6fb92b ���m�点�̃^�C�g���̐F(PC) */
    font-weight: bold;
    border-bottom: 3px solid #e5e2d6;
}
.oshirase_title a {
    color: #6fb92b;/* color-m:#6fb92b ���m�点�̃^�C�g���̐F(PC) */
}
.oshirase_list img {
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}
.oshirase_hizuke {
    text-align: left;
    font-weight: bold;
    color: #676767;
    font-size: 15px;
    margin-bottom: 10px;
}
.title p {
    font-size: xx-large;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.newicon {
    font-size: 10px;
    background: #ffc000;
    padding: 5px 20px 3px;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}
/*------------------------------------------------
 *  ��Јē�(�o�b)
 ------------------------------------------------*/
.contents_area {
    margin-top: -80px;
}
.profile {
    width: 80%;
    margin: 0 auto;
}
.anchor{
      margin-top: 80px;
}
.anchor h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 25px;
    color: #6fb92b;/* color-m:#6fb92b ��ЊT�v�̃^�C�g��(PC) */
    font-weight: bold;
    border-bottom: 3px solid #e5e2d6;
    line-height: 1.2;
}
.profile_box th {
    font-weight: bold;
    text-align: left;
    color: #6fb92b;/* color-m:#6fb92b ��ЊT�v�̌��o���̔w�i�F(PC) */
    border-bottom: 1px solid #6fb92b;/* color-m:#6fb92b ��ЊT�v�̋�؂�̐��̐F(PC) */
    vertical-align: top;
    width: 30%;
    padding: 25px 0;
}
.profile_box td {
    text-align: left;
    border-bottom: 1px solid #e5e2d6;
    padding: 25px 0;
}
.table-responsive table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.office_photo img {
    width: 48%;
    margin: 1%;
}
/*------------------------------------------------
 *  �l���ی�(�o�b)
 ------------------------------------------------*/
.privacy {
    width: 80%;
    margin: 0 auto;
    font-size: 95%;
}
.privacy .anchor h2 {
    font-size: 22px;
}
.privacy .anchor h3 {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
}
.privacy .anchor .h3_first {
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px;
}
.privacy .anchor h4 {
    margin-top: 20px;
    font-weight: bold;
    color: #6fb92b;
}
.privacy ol {
    margin-top: 0px;
    padding-left: 40px;
}
.privacy .name{
    font-weight: bold;
}
/*------------------------------------------------
 *  �F(�o�b)
 ------------------------------------------------*/
.text-warning {
    color: red; 
}
.a_type_orange a {
    color: #FFF;
    background-color: #5a3e1c;/* color-1:#5a3e1c �����ꗗ�̌��������{�^���̔w�i�F(PC) */
}
.a_type_orange a:hover {
    background: #6fb92b;
}
.a_type_map a {
    color: #FFF;
    background-color: #6fb92b;/* color-m:#6fb92b ��ЊT�v�̋�؂�̐��̐F(PC) */
}
.a_type_map a:hover {
    background: #5a3e1c;
}
.a_type_color a {
    border: 2px solid gainsboro;
}
.a_type_color a:hover {
    background: gainsboro;
}
.rule a {
    text-decoration: underline; 
}
.rule a:hover {
    color: #333333; 
}
/*------------------------------------------------
 *  �A�C�R��(�o�b)
 ------------------------------------------------*/
.icon {
    line-height: 1em; 
}
.icon2 {
    line-height: 1em; 
}
.icon.info {
    padding: 6px 10px;
    display: inline-block;
    background-color: #0063A4;
    color: #FFF; 
}
.icon.sucsess {
    padding: 6px 15px 4px;
    border-radius: 5px;
    display: inline-block;
    background-color: coral;
    color: #FFF; 
}
.icon2.sucsess {
    padding: 6px 15px 4px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ffc000;
    color: #FFF;
}
.icon.contact a {
    display: inline-block;
    padding: 10px 30px;
    color: #6fb92b;/* color-m:#6fb92b �ʕ����̂��₢���킹�{�^���̕����F(PC) */
    border: 2px solid #6fb92b;/* color-m:#6fb92b �ʕ����̂��₢���킹�{�^���̔w�i�F(PC) */
    border-radius: 20px;
    font-weight: bold;
}
.icon.contact a:hover {
    background: #6fb92b;/* color-m:#6fb92b �ʕ����̂��₢���킹�{�^���̔w�i�F(PC) */
    color: #fff;
}
.icon.favo a {
    display: inline-block;
    padding: 10px 30px;
    color: #5a3e1c;/* color-1:#5a3e1c �ʕ����̂��C�ɓ���ǉ��{�^���̕����F(PC) */
    border: 2px solid #5a3e1c;/* color-1:#5a3e1c �ʕ����̂��C�ɓ���ǉ��{�^���̔w�i�F(PC) */
    border-radius: 20px;
    font-weight: bold;
}
.icon.favo a:hover {
    background: #5a3e1c;/* color-1:#5a3e1c �ʕ����̂��C�ɓ���ǉ��{�^���̔w�i�F(PC) */
    color: #fff;
}
.icon.favo_del a {
    display: inline-block;
    padding: 10px 30px;
    color: orangered;
    border: 2px solid orangered;
    border-radius: 20px;
    font-weight: bold;
}
.icon.favo_del a:hover {
    background: orangered;
    color: #fff;
}
.icon.print a {
    display: inline-block;
    padding: 10px 25px;
    color: #000;
    border: 2px solid gainsboro;
    border-radius: 20px;
    font-weight: bold;
}
.icon.print a:hover {
    background: gainsboro;
}
.icon .favo-write {
    display: inline-block;
    padding: 6px 10px;
    color: #FFF;
    background-color: #ddd;
}
/*------------------------------------------------
 *  �u���b�N(�o�b)
 ------------------------------------------------*/
.favo_wrap {
    margin-left: 5px;
}
.dtlblock {
    clear: both;
    padding-bottom: 20px;
}
.dtlblock h3 {
    font-size: 100%;
    background-color: #f4f4f4;
    border: #ddd solid 1px;
    padding: 5px;
    margin-bottom: 10px;
}
.dtlblock {
    padding: 0;
}
.dtlblock .slick-next {
    height: 120%;
    right: 17px;
    z-index: 100;
}
.dtlblock .slick-prev {
    left: 23px; 
    z-index: 100;
}
.block-head {
    margin-top: 10px;
    overflow: hidden;
}
.block-head .price {
    color: orangered;
    font-size: 200%;
    font-weight: bold;
}
.block-head .price span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.block-head .madori {
    font-size: 130%;
    font-weight: bold;
}
.block-head .block-head-table {
    width: 100%;
    border-bottom: 2px solid #f8f7f4;
    display: table;
}
.block-head .block-head-table dl {
    display: table-cell;
}
.block-head .block-head-table dl dt {
    border: #FFF solid 1px;
    text-align: center;
    background-color: #e5e2d6;
    color: #000;
    padding: 5px;
    font-weight: bold;
}
.block-head .block-head-table dl dd {
    border: #FFF solid 1px;
    padding: 15px 5px;
}
.block-head .block-head-table dl dd p {
    line-height: 1.5em;
}
.block-head .block-head-table dl .dtl-center {
    text-align: center;
}
.block-kodwari {
    overflow: hidden;
    margin-bottom: 40px;
}
.block-kodwari dl dd {
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 1em;
    margin: 3px;
    border: #ddd solid 1px;
    background-color: #f4f4f4;
    float: left;
}
.block-kodwari dl dd p {
    font-size: 90%;
    padding: 6px 15px;
}
.block-detail {
    overflow: hidden;
}
.block-detail h4 {
    padding-top: 25px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: #ddd solid 2px;
}
.block-detail .block-detail-float {
    float: left;
    width: 100%;
}
.block-detail .block-detail-float dl {
    display: table-row;
}
.block-detail .block-detail-float dl dt, .block-detail .block-detail-float dl dd {
    padding: 3px 10px;
    display: table-cell;
    border: #fff solid 2px;
}
.block-detail .block-detail-float dl dt {
    text-align: left;
    width:20%;
    background-color: #ddd;
}
.pickup-text {
    font-size: 90%;
    line-height: 1.8;
}
.block-history {
    overflow: hidden;
}
.block-history ul li {
    float: left;
    width: 15.6%;
    padding: 0.5%;
}
.block-history ul li img {
    max-width: 100%;
    height: auto;
}
.block-button {
    overflow: hidden;
}
.block-button a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    float: left;
    margin-bottom: 6px;
    width: 98%;
    padding: 1%;
    text-align: center;
}
.block-photo {
    margin: 50px 0;
}
/*------------------------------------------------
 *  �M�������[(�o�b)
 ------------------------------------------------*/
.default-gallery {
    overflow: hidden;
}
.default-gallery ul li {
    float: left;
    margin: 1%;
    width: 31%;
}
.default-gallery img {
    width: 100%;
}
/*------------------------------------------------
 *  �X���C�_�[(�o�b)
 ------------------------------------------------*/
.slider {
    width: 100%;
    margin: 0px auto;
}
.slider.slider-for {
    background-color: red;
}
.slider.slider-for img {
    height: 400px;
    width: auto;
}
.slider.slider-nav {
    clear: both;
    margin-top: 5px;
}
.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
/*------------------------------------------------
 *  �u���b�N�}�b�v(�o�b)
 ------------------------------------------------*/
.block-map #map_canvas {
    width: 100%;
    height: 500px;
}
.block-mapandinfo {
    overflow: hidden;
}
.block-mapandinfo .mi-left {
    float: left;
    width: 49%;
}
.block-mapandinfo .mi-right {
    float: right;
    width: 49%;
}

/* Media Queries
-------------------------------------------------- */
/*================================================
 *  �m�[�g�p�\�R�������f�U�C��
 ================================================*/
@media (max-width: 1200px){
/*------------------------------------------------
 *  ���̑�(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .h1-nomal {
        font-size: 35px;
    }
    .detaile-info {
        font-size: 80%;
    }
/*------------------------------------------------
 *  ���m�点(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .oshirase_title {
        font-size: 20px;
    }
/*------------------------------------------------
 *  ��Јē�(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .anchor h2 {
        font-size: 23px;
    }
/*------------------------------------------------
 *  ���肽��(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .sell_mailform a {
        padding: 10px 18px;
        font-size: 14px;
    }
    .sell_number {
        font-size: 27px;
    }
    .flow_ttl {
        font-size: 20px;
        margin: 50px 0 20px;
    }
    .flow_box {
        border-radius: 10px;
        margin: 7% 3% 1%;
        padding: 6%;
    }
    .flow_box .caption {
        font-size: 18px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .text p {
        line-height: 1.3;
    }
    .box_ttl {
        font-size: 18px;
        margin: 10px 0;
    }
    .arrow {
        margin-bottom: 30px;
    }
    .arrow::before {
        width: 20px;
        height: 20px;
        border-top: solid 10px #5a3e1c;/* color-1:#5a3e1c ���肽������̖��̐F(�m�[�g�p�\�R��) */
        border-right: solid 10px #5a3e1c;/* color-1:#5a3e1c ���肽������̖��̐F(�m�[�g�p�\�R��) */
    }
    .sell_pagebtn_bg {
        width: 100vw;
    }
    .sell_pagebtn {
        width: 21%;
    }
    .sell_pagebtn p {
        font-size: 22px;
    }
    .sell_pagebtn p .btn_subttl {
        font-size: 12px;
    }
    .sell_pagebtn p .btn_subttl_read {
        font-size: 11px;
    }
    .buy_box {
        width: 38%;
    }
/*------------------------------------------------
 *  ���₢���킹(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .contact-table dt {
        width: 32%;
    }
/*------------------------------------------------
 *  �T�[�`���j���[(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .search_menu-type1 {
        font-size: 70%;
        width: 35%;
    }
    .list-table ul .li-amount3 {
        font-size: 13px;
        line-height: 1.3;
    }
    .list-table .li-link span {
        font-size: 11px;
        display: block;
        line-height: 1.4;
    }
    .list-table .li-link a {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 10px;
    }
    .list-table ul .li-detail .pickup-text {
        font-size: 12px;
    }
/*------------------------------------------------
 *  �u���b�N(�m�[�g�p�\�R��)
 ------------------------------------------------*/
    .block-head .price {
        font-size: 180%;
    }
}
/*================================================
 *  �^�u���b�g�����f�U�C��
 ================================================*/
@media (max-width: 991px) {
/*------------------------------------------------
 *  ���̑�(�^�u���b�g)
 ------------------------------------------------*/
    .h1-nomal {
        font-size: 30px;
    }
    h2.ttl_name {
        font-size: .8em;
    }
    .admin_mode a {
        font-size: 70%;
        padding: 15px;
    }
    .admin_mode {
        top: 186px;
    }
    .detaile-head-icon {
        padding-top: 50px;
    }
/*------------------------------------------------
 *  �A�C�R��(�^�u���b�g)
 ------------------------------------------------*/
    .icon.contact a {
        font-size: 14px;
    }
    .icon.print a {
        font-size: 14px;
    }
    .icon.favo a {
        font-size: 14px;
    }
    .icon.favo_del a {
        font-size: 14px;
    }
/*------------------------------------------------
 *  ���m�点(�^�u���b�g)
 ------------------------------------------------*/
    .oshirase_title {
        font-size: 18px;
    }
    .oshirase_body p {
        font-size: 14px;
    }
    .oshirase_hizuke {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .oshirase_body img {
        margin-left: 3px;
        margin-right: 3px;
        vertical-align: middle;
        width:100%;
    }
/*------------------------------------------------
 *  ���X�g�e�[�u��(�^�u���b�g)
 ------------------------------------------------*/
    .list-table .li-link a {
        width: 80px;
        height: 78px;
        line-height: 78px;
        font-size: 70%;
    }
    .list-table .li-link span {
        font-size: 11px;
        display: block;
        line-height: 1.5;
    }
/*------------------------------------------------
 *  ���肽��(�^�u���b�g)
 ------------------------------------------------*/
    .sell_number {
        font-size: 25px;
    }
    .sell_mailform {
        width: 60%;
    }
    .sell_mailform a {
        padding: 15px;
    }
    .sell_message {
        text-align: left;
        font-size: 100%;
    }
    .flow_box {
        margin: 8% 3% 1%;
    }
    .sell_pagebtn_bg {
        width: 100vw;
        padding: 50px 0;
    }
    .sell_pagebtn a .chukai::before {
        margin: 5px auto 10px;
        width: 100px;
        height: 57px;
    }
    .sell_pagebtn a .tousya::before {
        margin: 5px auto 10px;
        width: 100px;
        height: 57px;
    }
    .sell_pagebtn a .nini::before {
        margin: 5px auto 10px;
        width: 100px;
        height: 57px;
    }
    .sell_pagebtn a .sonota::before {
        margin: 5px auto 10px;
        width: 100px;
        height: 57px;
    }
    .sell_pagebtn {
        width: 22.5%;
        margin: .5%;
    }
    .sell_pagebtn a {
        padding: 8px;
    }
    .sell_pagebtn p {
        font-size: 22px;
    }
    .sell_pagebtn p .btn_subttl {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.2;
    }
    .sell_pagebtn p .btn_subttl_read {
        font-size: 10px;
    }
    .other_mb {
        display: none;
    }
    .buy_box {
        margin: 4% 2%;
        padding: 1.5em 1.5em 1em;
        width: 37%;
    }
    .buy_box .box-title {
        font-size: 16px;
    }
    .private_table {
        font-size: 90%;
        line-height: 1.3;
    }
    table.private_table2 {
        font-size: 90%;
        line-height: 1.3;
    }
/*------------------------------------------------
 *  ��Јē�(�^�u���b�g)
 ------------------------------------------------*/
    .anchor h2 {
        font-size: 20px;
    }
    .profile {
        font-size: 14px;
    }
/*------------------------------------------------
 *  ���₢���킹(�^�u���b�g)
 ------------------------------------------------*/
    .contact-table dt {
        width: 32%;
    }
    #contact-us .contact-btn {
        padding: 15px;
    }
    #contact-us {
        font-size: 90%;
    }
    .contact-table .text-warning {
        font-size: 10px;
    }
    .form-basic {
        padding: 10px;
        font-size: 14px;
    }
/*------------------------------------------------
 *  �T�[�`���j���[(�^�u���b�g)
 ------------------------------------------------*/
    #search_menu .closeicon {
        width: 40%;
    }
    .search_menu-type1 {
        width: 40%;
    }
    .search_menu-type1 dl dd .nomal-li {
        width: 40%;
    }
    select {
        padding: 5px !important;
    }
    .search_menu-type1 {
        font-size: 70%;
    }
    .search_menu .search-kingaku .search-kingaku-hani select {
        margin: 5px 0;
    }
/*------------------------------------------------
 *  �u���b�N(�^�u���b�g)
 ------------------------------------------------*/
    .block-head .block-head-table dl .dtl-center {
        text-align: left;
    }
    .block-head .price {
        font-size: 150%;
    }
    .block-head .madori {
        font-size: 110%;
    }
    .panorama img {
        width: 80%;
    }
/*------------------------------------------------
 *  �M�������[(�^�u���b�g)
 ------------------------------------------------*/
    .default-gallery ul li {
        width: 48%;
    }
}
/*================================================
 *  �X�}�[�g�t�H�������f�U�C��
 ================================================*/
@media (max-width: 767px){
/*------------------------------------------------
 *  ���(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    html, body {
        font-size: 14px;
        line-height: 1.4em;
    }
/*------------------------------------------------
 *  ���̑�(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .pconly {
        display: none;
    }
    .h1-detaile {
        font-size: 100%;
        float: none;
        text-align: center;
    }
    .h1-nomal {
        font-size: 26px;
    }
    .detaile-head-icon {
        padding: 0;
    }
    .detaile-info {
        float: none;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -30px;
    }
    .admin_mode {
        top: 74px;
    }
    .admin_mode a {
        padding: 15px 20px;
    }
    .br_pc {
        display: none;
    }
    .br_mb {
        display: block;
    }
/*------------------------------------------------
 *  �n�}���猟��(�X�}�[�g�t�H��)
 ------------------------------------------------*/
#map_canvas {
    height: 400px;
}
/*------------------------------------------------
 *  ���m�点(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .oshirase {
        width: 100%;
    }
    .newicon {
        padding: 3px 10px 1px;
    }
    .oshirase_list {
        margin-bottom: 70px;
    }
    .oshirase_title {
        font-size: 16px;
    }
    .oshirase_hizuke {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .oshirase_body img {
        margin-left: 3px;
        margin-right: 3px;
        vertical-align: middle;
        width: 100%;
    }
    .paging {
        font-size: 100%;
    }
    .paging .current {
        padding: 10px;
    }
    .paging .disabled {
        padding: 10px;
    }
    .paging span a {
        padding: 10px;
    }
/*------------------------------------------------
 *  �p�m���}�o�i�[(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .panorama img{
        width: 100%;
    }
/*------------------------------------------------
 *  ���肽��(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .sell_message {
        text-align: left;
        font-size: 100%;
    }
    .flow_ttl {
        font-size: 20px;
        margin: 50px 0 20px;
    }
    .buy {
        width: 100%;
    }
    .flow_box {
        border-radius: 10px;
        margin: 7% 3% 4%;
        padding: 6%;
    }
    .flow_box .caption {
        font-size: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: -20px;
    }
    .text p {
        text-align: left;
        line-height: 1.3;
    }
    .box_ttl {
        font-size: 18px;
        margin: 10px 0;
    }
    .arrow {
        left: 45%;
    }
    .arrow::before {
        width: 30px;
        height: 30px;
    }
    .text .sell_number {
        font-size: 23px;
        text-align: center;
    }
    .text .sell_info {
        text-align: center;
        font-size: 10px;
    }
    .sell_mailform {
        width: 100%;
    }
    .sell_mailform a {
        padding: 15px;
    }
    .sell_pagebtn_bg {
        padding: 50px 0;
    }
    .sell_pagebtn {
        width: 45%;
        margin: 2%;
    }
    .sell_pagebtn p {
        font-size: 25px;
        line-height: 1.2;
    }
    .sell_pagebtn a {
        padding: 10px;
    }
    .sell_pagebtn a .chukai::before {
        margin: 0px auto 10px;
        width: 100%;
        height: 70px;
    }
    .sell_pagebtn a .tousya::before {
        margin: 0px auto 10px;
        width: 100%;
        height: 70px;
    }
    .sell_pagebtn a .nini::before {
        margin: 0px auto 10px;
        width: 100%;
        height: 70px;
    }
    .sell_pagebtn a .sonota::before {
        margin: 0px auto 10px;
        width: 100%;
        height: 70px;
    }
    .other_mb {
        display: none;
    }
    .sell_pagebtn p .btn_subttl_read {
        font-size: 10px;
    }
    table.broker_table {
        border: none
    }
    table.broker_table thead {
        display: none;
    }
    table.broker_table tr {
        display: block;
        margin-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    table.broker_table tr td {
        text-align: right;
        width: 100%;
        display: block;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    table.broker_table tr td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        padding-left: .7em
    }
    table.broker_table tr td::after {
        content: "";
        display: table;
        clear: both;
    }
    table.broker_table tbody th {
        width: 100%;
        display: block;
        border: none;
        background: #f8f7f4;
        color: #333;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    table.broker_table tr th, table.broker_table tr td {
        font-size: 100%;
    }
    table.private_table2 {
        border: none
    }
    table.private_table2 thead {
        display: none;
    }
    table.private_table2 tr {
        display: block;
        margin-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    table.private_table2 tr td {
        text-align: left;
        width: 100%;
        display: block;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    table.private_table2 tr td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        padding-right: .7em
    }
    table.private_table2 tr td::after {
        content: "";
        display: table;
        clear: both;
    }
    table.private_table2 tbody th {
        width: 100%;
        display: block;
        border: none;
        background: #f8f7f4;
        color: #333;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    table.private_table2 tr th, table.private_table2 tr td {
        font-size: 100%;
    }
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .private_table {
        width: 100%;
    }
    .private_table th,
    .private_table td {
        display: block;
        width: 100%;
    }
    .private_table th {
        border-right: none;
    }
    .buy_box {
        width: 100%;
        margin: 0 0 10%;
        padding: 1.2em;
        box-shadow: 0 5px 5px 3px rgb(0 0 0 / 5%);
    }
    .buy_box .box-title {
        font-size: 15px;
    }
    .anchor h4 {
        font-size: 16px;
    }
/*------------------------------------------------
 *  ��Јē�(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .contents_area {
        margin-top: -50px;
    }
    .anchor h2 {
        font-size: 19px;
    }
    .profile {
        width: 100%;
    }
    .profile_box th {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d9d9d9;
        padding: 18px 5px;
    }
    .profile_box td {
        width: 100%;
        display: block;
        padding: 18px 5px;
        border-top: 1px solid #6fb92b;/* color-m:#6fb92b ��ЊT�v�̋�؂�̐��̐F(�ϰ�̫�) */
    }
    .profile_box tr:last-child {
        border-bottom: 1px solid #6fb92b;/* color-m:#6fb92b ��ЊT�v�̋�؂�̐��̐F(�ϰ�̫�) */
    }
    .office_photo img {
        width: 100%;
    }
/*------------------------------------------------
 *  �l���ی�(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .privacy {
        width: 95%;
    }
    .privacy .anchor h2 {
        font-size: 17px;
    }
    .privacy ol {
        list-style: decimal;
    }
/*------------------------------------------------
 *  ���₢���킹(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    #contact-us .contact-table {
        width: 95%;
    }
    .contact-table dt {
        width: 20%;
    }
    .contact-table dt {
        width: 100%;
        padding: 0;
        font-size: 15px;
    }
    .contact-table dd {
        margin: 0 0 15px 0;
    }
    .form-basic {
        width: 100%;
    }
    .contact-table .text-warning {
        float: none;
        padding: 3px 5px 2px;
        font-size: 10px;
    }
    #contact-us .contact-btn {
        width: 90%;
        font-size: 14px;
    }
    #contact-us p{
        font-size: 12px;
    }
/*------------------------------------------------
 *  �A�C�R��(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .icon.contact a {
        width: 100%;
        padding: 4% 2%;
        margin: 40px 0 20px;
        display: block;
        text-align: center;
    }
    .icon.favo a {
        width: 100%;
        padding: 4% 2%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .favo_wrap {
        margin-left: 0px;
    }
    .icon.favo_del a {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        padding: 4% 2%;
    }
    .icon .favo-write {
        width: 45%;
        text-align: center;
        margin-bottom: 5px;
        padding: 2% 2%;
    }
/*------------------------------------------------
 *  ���X�g�e�[�u��(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .list-table {
        overflow: hidden;
        display: block;
    }
    .list-icon {
        margin: 10px 0;
    }
    .list-table .shokeihi {
        display: block;
    }
    .list-table .list-header {
        display: none;
    }
    .list-table ul {
        display: block;
        margin: 10px auto 50px;
        width: 90%;
    }
    .list-datas {
        border-radius: 10px;
    }
    .list-table ul li {
        border: none;
        display: block;
    }
    .list-table ul .li-image {
        padding: 0.5%;
        width: 90%;
        margin: 0 auto;
    }
    .list-table ul .li-amount0 {
        float: left;
        padding: 0.5%;
        width: 100%;
        line-height: 1.5;
        border: #FFF solid 0px;
    }
    .list-table ul .li-amount3 {
        float: left;
        padding: 3% 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .list-table ul .li-amount4 {
        float: left;
        padding: 0.5%;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .list-table ul .li-amount5 {
        float: left;
        padding: 3% 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .list-table ul .li-amount1 {
        float: left;
        padding: 3% 0 1%;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .list-table ul .li-amount2 {
        float: left;
        text-align: center;
        font-size: 85%;
        vertical-align: middle;
        padding: 0.5%;
        width: 19%;
    }
    .list-table ul .li-detail {
        clear: both;
        font-size: 90%;
        vertical-align: top;
        padding: 1% 4% 3%;
    }
    .list-table .li-link {
        width: 100%;
        text-align: center;
        border: #FFF solid 0px;
        display: inline-block;
        margin: 20px 0 30px;
    }
    .list-table .li-link a {
        padding: 15px;
        border-radius: 30px;
        font-size: 100%;
        margin: 0 auto;
        width: 90%;
        height: auto;
        line-height: 1.5;
    }
    .list-table .li-link span {
        font-size: 14px;
    }
/*------------------------------------------------
 *  �T�[�`���j���[(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .search_menu-type3 {
        font-size: 70%;
    }
    .search-wrap .search-sort {
        text-align: center;
        font-size: 90%;
        margin-bottom: 30px;
    }
    #search_menu {
        z-index: 999;
    }
    .a_type_map a {
        display: block !important;
        width: 92%;
        padding: 10px 20px 8px !important;
        margin: 0 auto 10px !important;
        font-size: 100% !important;
    }
/*------------------------------------------------
 *  �u���b�N�}�b�v(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .block-mapandinfo .mi-left {
        float: none;
        width: auto;
    }
    .block-mapandinfo .mi-right {
        float: none;
        width: auto;
    }
/*------------------------------------------------
 *  �u���b�N(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    .block-head .block-head-table dl .dtl-center {
        text-align: center;
    }
    .block-head .block-head-table dl {
        overflow: hidden;
        display: table-row;
    }
    .block-head .price {
        font-size: 150%;
    }
    .block-detail {
        margin-bottom: 50px;
    }
    .pickup-text {
        line-height: 1.3;
    }
/*------------------------------------------------
 *  �M�������[(�X�}�[�g�t�H��)
 ------------------------------------------------*/
    #mein-image img {
        max-width: 100%;
        padding: 1%;
        display: block;
    }
    .default-gallery ul li {
        float: none;
        width: 100%;
    }
}