/*
  default style remove
*/

h3, p {
    margin: 0;
}
button {
    border: none;
    background-color: #ffffff;
    cursor: pointer;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link, .button, .wishlist-btn.style-01 a, .compare-btn.style-01 a {
    background-color: #ffffff !important;
}

/*
  google map style
*/

#map {
    width: 1180px;
    height: 570px;
}

#map div[role="dialog"] {
    padding: 0 !important;
    border-radius: 4px;
}

#map div[role="dialog"] > div {
    display: inline !important;
}

#map div[role="dialog"] > button {
    margin-right: 10px !important;
    margin-top: 10px !important;
}

#map div[role="dialog"] .info-window {
    min-width: 140px;
}

#map div[role="dialog"] .info-window h3{
    padding: 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}

#map div[role="dialog"] .info-window > div {
    display: flex;
    flex-direction: row;
    padding: 16px;
    margin: 0;
    align-items: center;
}

#map div[role="dialog"] .info-window > div > p {
    margin: 0;
    color: #666 !important;
    font-weight: 500 !important;
}

#map div[role="dialog"] .info-window > div > span {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

/*
   contents style
*/

.google-map-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.place-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1180px;
    min-width: 360px;
    margin: 80px auto;
}

.place-wrapper > div {
    padding: 40px 0;
    border-bottom: 1px dashed #ebebeb;
    width: 100%;
}

.place-wrapper > div:last-child {
    border-bottom: none;
}

.office-box {
    display: flex;
    min-width: 360px;
}

.place-title {
    width: 25%;
    padding-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #12161A;
}

.place-info-wrapper {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 28px 40px;
    width: 100%;
}

.place-info-contents-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}

.place-info-contents-header > h3 {
    color: #F37321;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.place-info-contents-body > p {
    color: #3D454D;
    font-size: 14px;
    margin-bottom: 20px;
}

.place-info-contents-body > div {
    display: flex;
    align-items: center;
    color: #12161A;
    font-size: 14px;
    margin-bottom: 8px;
}

.place-info-contents-body > div > .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #12161A;
    border-radius: 50%;
    margin-right: 8px;
}

.place-info-contents-body > div > strong {
    width: 60px;
}

/*
  head office css
*/

.head-office-sub-text {
    margin-top: 20px;
    background-color: #F7F7F7;
    padding: 12px;
}

.head-office-sub-text > div {
    display: flex;
    font-size: 13px;
    color: #3D454D;
    max-width: 330px;
    justify-content: space-between;
}

.head-office-sub-text > div:not(div:last-child) {
    margin-bottom: 8px;
}

/*
  rest-world style
*/

.place-wrapper > div.rest-world {
    border-bottom: none;
}

.place-wrapper > div.rest-world {
    padding: 10px 0;
}

.place-wrapper > div.first-rest {
    padding-top: 40px;
}

.place-wrapper > div.last-rest {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ebebeb;
}

div.place-info-contents-body.rest-world-grey-box {
    background-color: #F7F7F7;
    padding: 12px;
    margin-bottom: 12px;
}

/*
   mobile style
*/

@media screen and (max-width: 650px) {
    .place-title {
        display: none;
    }
}
