/* margin default*/
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}
.pt75{padding-top:75px;}
.pt80{padding-top:80px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb55{padding-bottom:55px;}
.pb60{padding-bottom:60px;}
.pb65{padding-bottom:65px;}
.pb70{padding-bottom:70px;}
.pb75{padding-bottom:75px;}
.pb80{padding-bottom:80px;}
/* margin default end*/

/* clear fix */
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    clear: both;
    *zoom: 1;
}
/* clear fix end*/

.text-indent{
    text-indent:1em;
}

.grid-body{
    width:100%;
}

.grid7{
    float:left;
    width:65%;
    margin-right:5%;
}

.grid3{
    float:left;
    width:30%;
}

.content .contact-header{
    display:block;
    width:100%;
    text-align:center;
}

.content .contact-inner{
    margin:0 auto;
    width:100%;
    max-width:1000px;
    font-size: 14px;
    letter-spacing: 0;
}

.contact-main_visual {
    height: 200px;
    background: #fff url(../img/contact/main-visual.jpg) no-repeat center;
    background-size: cover;
}

.contact-main_visual img{
    margin-top:85px;
}

/*** table ***/
.company *{box-sizing:border-box;}
.company{
    color:#333333;
    width:100%;
    border-collapse: separate;
    border-spacing: 0px;
}
.company th,
.company td {
    padding: 30px 15px 30px 15px;
    font-weight:normal;
    font-size: 16px;
}
.company th{width:40%;background-color:#f5f5f5;border:1px solid #b7b7b7;border-bottom:none;}
.company td{width:60%;border:1px solid #b7b7b7;border-left:none;border-bottom:none;}
 table.company{border-bottom:1px solid #b7b7b7;}



.btn-send {
    width:100%;
    text-align:center;
}
.company .textarea{
    width: 100%;
    resize: vertical;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
}
.company .textarea:focus{
        background-color: #ffffff;
}

.company .text{
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid rgb(169, 169, 169);

    width: 100%;
}

.company .text:focus{
            background-color: #ffffff;
}

.company .text.short{
    width: 50%;
}

.company .sub-text-wrap{
    width: 80%;
    margin-top: 5%;
    display: inline-block;
    vertical-align: middle;
}

.company .sub-text{
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
    width: 100%;
    word-break: break-all;
}

.company .sub-text:focus{
            background-color: #ffffff;
}

.company .tenpo2{
    margin: 0px 5px;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
    text-align: center;
}

.company .tenpo2:focus{
    background-color: #ffffff;
}

.company .select{
    height: 30px;
    margin:0px 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid rgb(169, 169, 169);
}

.company .select:focus{
    background-color: #ffffff;
}

.company .radio-cont{
    display: inline-block;
    width: 100%;
}

.company input[type="radio"] {
    display: none;
}
.company label {
    position: relative;
    display: inline-block;
    padding: 0 0px 0 24px;
    cursor: pointer;
    margin-right: 0px;
}
.company label::before {
    position: absolute;
    content: '';
    top: 46%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 100%;
}
.company input[type="radio"]:checked + span::after {
    position: absolute;
    content: '';
    top: 46%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #e60012;
    border-radius: 100%;
}

.mw_wp_form.mw_wp_form_input .sendmail {
    text-indent: -9999px;
    border: 0px;
    width: 306px;
    height: 40px;
    background: url(/img/contact/btn-send.jpg) left top no-repeat;
    cursor: pointer;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .sendmail {
    margin: 10px;
    text-indent: -9999px;
    border: 0px;
    width: 150px;
    height: 40px;
    background: url(/img/contact/btn-send2.jpg) left top no-repeat;
    cursor: pointer;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .return {
    margin: 10px;
    text-indent: -9999px;
    border: 0px;
    width: 150px;
    height: 40px;
    background: url(/img/contact/btn-return.jpg) left top no-repeat;
    cursor: pointer;
}

.thanks{
    text-align: center;
font-size: 20px;
/*border: 1px solid #d0d0d0;*/
padding: 50px;
border-radius: 5px;
margin-bottom: 100px;
}


.contact_form .mw_wp_form .error{
    color:#e60012;
}
.contact_type{
    text-align: center;
    font-size: 16px;
}
.contact_type p.desc{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.contact_type .estate {
    color: #333;
    display: none;
    text-align:right;
}
.mw_wp_form_input .contact_type .estate { display:block; }
.contact_type .estate a{
    color: #333;
    margin-right: 5px;
    font-size: 12px;
}
.contact_type .estate a:hover{
    opacity: 0.8;
    text-decoration: underline;
}
th.info_textarea{
    vertical-align: top;
}
.contact-inner .info_textarea .notes {
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
    display: inline-block;
}


.mw_wp_form .horizontal-item,
.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0 !important;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.mw_wp_form .contact_type .horizontal-item { margin-right: 30px; }
.mw_wp_form .contact_type .horizontal-item + .horizontal-item{ margin-right: 0px; }

/*form p{
    font-size: 14px;
}*/

.popup_container{
    display: none;
}
#estate_data{
    background: #fff;
    padding: 35px 30px;
}
#estate_data .title{
    font-size: 20px;
    line-height: 1;
    background: #f5f5f5;
    text-align: center;
    padding: 11px 0;
}
#estate_data .desc{
    font-size: 16px;
    line-height: 1.5;
}
#estate_data dl{
    padding: 8px 0 7px;
}
#estate_data .dd2 dt{
    width: 80px;
}
#estate_data .dd2 dd.n01{
    width: 92px;
}
#estate_data .dd2 dd.n02{
    width: 480px;
}
#estate_data .dl2 > dt{
    width: 80px;
    vertical-align: middle;
}
#estate_data .dl2 dl.n01{
    padding: 0px 0 7px;
}
#estate_data .dl2 dl.n02{
    padding: 8px 0 0px;
}
#estate_data .dl2 dl > dt{
    width: 92px;
}
#estate_data .dl2 dl > dd{
    width: 480px;
}
#estate_data .company_data > dl:last-child{
    border-bottom: 1px solid #bfbfbf;
}
.close{
    text-align: center;
    margin-top: 20px;
}
.close a{
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    background: #e60012;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 3px 0 3px;
}
.close a:first-letter{
    font-size: 24px;
    line-height: 0;
}
.close a:hover{opacity: 0.8;}
.reverse-indent{
    text-indent: -1em;
    padding-left: 1em;
}

#cboxClose{
    display: none;
}
#cboxOverlay{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    z-index: 100;
}
#colorbox{
    z-index: 101;
    outline: none;
}

.err404{
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}

.err404 a{
    color:#333;
}
.err404 a:hover{
    opacity: 0.8;
    text-decoration: underline;
}

/* 20181108 */
#estate_data.store_overview {
    padding-right: 0;
    padding-left: 0;
}
#estate_data.store_overview div.company_data dl {
    width: 100%;
}
#estate_data.store_overview div.company_data dd {
    width: auto;
}
#estate_data.store_overview .dd2 dd.n01 {
    width: 100px;
}
#estate_data.store_overview .dl2 dl > dt {
    width: 100px;
}