.line-through {
    text-decoration: line-through;
}

.main-wrap {
    font-size: 1.4rem;
    color: #888888;
}

.case-detail-wrap {
    display: flex;
    flex-wrap: wrap;
}

.case-info-wrap {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    margin: 10px 10px 30px;
}
/*
.case-info-left {
    height: 400px;
}

.case-info-left img {
    width: 100%;
}*/

.case-info-right {
    margin-left: 30px;
}

.case-name {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.case-name>* {
    display: inline-block;
}

.case-name>span {
    font-size: 1.5rem;
    padding: 5px 5px;
}

.case-name h1 {
    margin: 0 0 0 5px;
    font-weight: 400;
}

.case-price {
    padding: 10px;
}

.case-price span {
    font-size: 2rem;
    font-weight: 200;
}

.case-price .red {
    color: #cb0000;
}

.social-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px auto;
}

.social-wrap i {
    font-size: 4rem;
}

.social-wrap span {
    padding-top: 5px;
}

.qr-btn {
    width: 37px;
    height: 37px;
}

.qr-btn img {
    width: 100%;
}

.fb-btn {
    color: #1e4078;
}

.line-btn {
    color: #00b400;
}

.favorite-btn {
    color: #ff0000;
}

.leave-message-btn,
.leave-message-btn:hover,
.leave-message-btn:focus,
.leave-message-btn.active {
    color: #fff !important;
    background-color: #0081bc !important;
    border-color: #0081bc !important;
    height: 100%;
}

.social-wrap a {
    margin-left: 7px;
}

.case-contact {
    margin: 10px auto;
}

.case-description {
    width: 100%;
    margin: 0px 10px;
}

.case-description>*:not(.editor) {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.8;
    font-size: 1.8rem;
}

.case-description>* {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    padding: 2px 20px;
}

/* .case-description>*:last-of-type {
    border-width: 1px;
} */

.case-img {
    width: calc(100% - 20px);
    margin: 0px 10px 0px 10px;
    padding: 20px 20px 1px 20px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.case-img img {
    width: 100%;
    display: inline;
    margin-bottom: 20px;
}

.input-group-form {
    border: 1px solid #e5e5e5;
    margin: 0px 10px 60px;
    padding: 0px 20px;
}

.input-group-box {
    margin: 15px 0px;
}

.input-group-title {
    font-size: 1.8rem;
    color: #3a9f1b;
}

.input-group-submit {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 200px;
    margin: 50px auto;
}

.input-group-submit,
.input-group-submit:hover,
.input-group-submit:focus,
.input-group-submit.active {
    color: #fff !important;
    background-color: #3a9f1b !important;
    border-color: #3a9f1b !important;
    height: 100%;
}

.area-wrap {
  padding-bottom: 50px;
}

.area-wrap>div>div {
  padding: 0px !important;
}

.areas {
  width: 100%;
  text-align: center;
}

.area_mask {
  padding: 0px !important;
  margin-bottom: 30px;
}

.area .area_img {
  background-color: #FFF;
}

.area_img {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.area_img img {
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.area_name {
  font-size: 19px;
  margin-top: 10px;
}

.areas.green-border .area_img {
  border: 5px solid #3a9f1b;
  transition: border-width 0.3s;
  -webkit-transition: border-width 0.3s;
  -moz-transition: border-width 0.3s;
  -ms-transition: border-width 0.3s;
  -o-transition: border-width 0.3s;
}

.areas.blue-border .area_img {
  border: 5px solid #0081bc;
  transition: border-width 0.3s;
  -webkit-transition: border-width 0.3s;
  -moz-transition: border-width 0.3s;
  -ms-transition: border-width 0.3s;
  -o-transition: border-width 0.3s;
}

.areas:hover .area_img,
.areas.active .area_img {
  border-width: 8px;
  transition: border-width 0.3s;
  -webkit-transition: border-width 0.3s;
  -moz-transition: border-width 0.3s;
  -ms-transition: border-width 0.3s;
  -o-transition: border-width 0.3s;
}



@media (min-width:1023px) {
    .separate-line {
        display: none;
    }
}

@media (min-width:768px) {
    .case-info-left {
        width: 400px;
    }
}

@media (max-width:1023px) {

    .case-info-wrap {
        width: 100%;
        display: block;
    }

    .case-info-left {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 35px;
    }

    .case-info-right {
        width: 100%;
        margin-left: 0px;
    }

    .social-wrap {
        justify-content: flex-end;
        color: #d8c5c5;
    }

    .separate-line {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #e5e5e5;
        margin: 30px 0;
    }

}

@media (max-width:767px) {}