/*  ���o���e�L�X�g�� */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');

.honeys_cmn_title {
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.honeys_cmn_title a {
    color: #000000;
}

.honeys_cmn_title a:hover {
    text-decoration: none;
}

.honeys_cmn_title:before {
    position: absolute;
    /* top: calc(50% - 1px); */
    top: calc(30% - -3px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
}

.honeys_cmn_title .honeys_cmn_text {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
}

.honeys_cmn_title .honeys_cmn_sub_text {
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.15em
}

.honeys_cmn_des {
    font-weight: bold;
    color: #5c5c5c;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.honeys_cmn_title.honeys_cmn_title_small:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
}

.honeys_cmn_title.honeys_cmn_title_small .honeys_cmn_text {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
}