.hide {
    display: none;
}
.console{
    color:red;
    font-size: 11px;
}

.bg_color.white{
    background-color: #fff;
}
.detail-wrap {
}


.detail-wrap .school_info img{
    max-width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.detail-wrap .common-ttl{
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-top: 20px;
}


.detail-wrap .logo {
    text-align: center;
}
.detail-wrap .logo img{
    width: 150px;
}
.detail-wrap .ttl.marugo {
}
.detail-wrap .value {
}
.detail-wrap .value .star {
}
.detail-wrap .type {
    display: inline-block;
    padding: 10px;
    line-height: 1em;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #695a44;
    font-size: 15px;
    color: #fff;
}
.detail-wrap .price {
    padding: 20px;
    background-color: #f1f0ea;
    font-size: 16px;
}

.detail-wrap .price_sub{
    margin-top: 20px;
    color: #52524e;
    font-weight: bold;
    font-size: 16px;
}

.detail-wrap .price .item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    letter-spacing: .2em;

}
.detail-wrap .price .item:first-child{
    margin-top: 0px;

}
.detail-wrap .price .item .price-ttl {
    font-weight: bold;
    width: 200px;
    border-right:1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.detail-wrap .price .item .price-value {
    font-weight: bold;
    width: calc(100% - 200px);
    padding: 10px;
    text-align: center;
}
.detail-wrap .price .item .price-value span{
    color: red;
    font-size: 150%;
}
.detail-wrap .data-table {
    width: 100%;
}
.detail-wrap .data-table th{
    width: 150px;
    padding: 10px;
    background-color: #cccabe;
    color: #52524e;
    border: 1px solid #afab95;
}
.detail-wrap .data-table td{
    width: calc(100% - 150px);
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #afab95;
}
.detail-wrap .data-table td a{
    text-decoration: underline;
}
.detail-wrap .data-table td a:hover {
    text-decoration: none;
}
.detail-wrap .voice-ttl {
}
.detail-wrap .voice-wrap {
}
.detail-wrap .map {
    margin-top: 20px;
}

.detail-wrap .map .ttl {

}

.detail-wrap .map iframe {
    width: 100% !important;
    margin-top: 20px;
}
