@charset "utf-8";
.hinmoku_wrap {
    padding: 5.38%;
    background-color: #F0EEE7;
}
.hnmk1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hnmk_subsub_title {
    text-align: center;
    background-image: url(../images/cross_ora.svg),url(../images/cross_ora.svg);
    background-repeat: no-repeat;
    background-position: left center,right center;
    background-size: 24px auto;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px;
}
.hnmk_subsub_title h2 {
    font-size: 32px;

}

.hnmk_subsub_title h2 strong {
    display: block;
}
.hnmk_subsub_title h2 .hnmk_takaku_uru {
    color: #920E14;
    font-size: 40px;
}

.hnmk_subsub_title h2 em {
    font-style: normal;
    color: #E2513A;
    font-size: 48px;
    text-shadow: 2px 2px #3E3A39;
    font-weight: 800;
    margin-right: 6px;
}
.hnmk_UL1  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 5.38%;
    margin-right: 5.38%;
    margin-top: 4.61%;
}
.hnmk_UL1 li img {
    width: 100%;
    /* [disabled]-webkit-box-shadow: 8px 8px #920E14; */
    border-radius: 8px;
    /* [disabled]box-shadow: 8px 8px #920E14; */
}
.hnmk_UL1 li {
    width: 30%;
    padding: 16px;
    background-color: rgba(255,255,255,0.41);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 8px 8px #E2513A;
    box-shadow: 8px 8px #E2513A;
    border: 1px solid #C0BBBA;
}
.hnmk_sub_sub_sub {
    margin-top: 2.3%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background-color: #920E14;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}
.hnmk_sub_sub_sub p {
    font-size: 24px;
    color: #FFFFFF;
}
/*
#hnmk2 {
    padding: 5.38%;
    background-color: rgba(146, 14, 20, 1);
    background-image: url(../images/S__25427972_0_R.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply; 
}
*/
#hnmk2 {
    padding: 5.38%;
    background-size: cover;
    background-position: center;
    background-color: #920E14;
    background-image: url(../images/S__25427972_0-2_R.jpg);
    position: relative;
}
.hnmk2_p1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}
/*
#hnmk2 .rbp {
    color: rgba(255,255,255,0.43);
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Rampart One", sans-serif;
    position: absolute;
    margin: 0;
    padding: 0;
    line-height: 1;
}
*/

#hnmk2 .rbp {
    color: rgba(255,255,255,0.30);
    text-transform: uppercase;
    font-size: 16px; /* 初期サイズ */
    font-family: "Rampart One", sans-serif;
    position: absolute;
    line-height: 1;
    top: 0;
    left: 0;
    white-space: nowrap;  /* ✅ 改行を防ぐ */
    overflow: hidden;  /* ✅ はみ出し防止 */
    text-align: center; /* ✅ 中央揃え */
    word-break: keep-all; /* ✅ 単語の途中で改行されるのを防ぐ */
}




#hnmk2 h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    margin-bottom: 1.57%;
    text-shadow: 2px 2px #000000;
    z-index: 10;
    position: relative;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
}

#hnmk2_inner {
    background-color: #FFFFFF;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3.07%;
    box-sizing: border-box;
    margin-top: 3.07%;
    -webkit-box-shadow: 8px 8px rgba(0,0,0,0.42);
    box-shadow: 8px 8px rgba(0,0,0,0.42);
}
#hnmk2_inner ul li {
    border-bottom: 1px solid #726B69;
    display: flex;
    align-items: stretch;  /* 子要素の高さを親要素いっぱいにする */
    min-height: 50px;      /* 必要に応じて最小高さを設定 */
    padding-top: 8px;
    padding-bottom: 8px;
}
#hnmk2_inner ul {
    border-top: 1px solid #726B69;
}


.hnmk2_img {
    width: 136px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
    background-color: #F0EEE7;
}
.hnmk2_img img {
    border-radius: 8px;
    width: 100%;
    border: 1px solid #FFFFFF;
}


.hnmk2_title {
    flex: 1;
    margin-left: 16px;
    display: flex;          /* Flexboxを適用 */
    align-items: center;    /* 縦方向の中央揃え */
    padding: 8px;           /* 上下の余白を適度に設定（必要に応じて調整） */
    font-weight: 600;
    font-size: 18px;
}

.hnmk2_maker, .hnmk2_kakaku {
    width: 120px;       /* 幅を固定 */
    text-align: center;
    border-left: 1px solid #726B69;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;     /* 親要素が小さくなっても幅を維持 */
}
.kitr_kakaku_BT1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 40px;
    display: block;
    margin-top: 3.07%;
    background-color: #F0EEE7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.60);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.60);
    font-size: 20px;
    font-weight: 600;
    background-image: url(../images/arro_ore.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 16px auto;
    position: relative;
    z-index: 300;
}
.kitr_kakaku_BT1 .material-symbols-outlined {
    vertical-align: sub;
    margin-left: 8px;
}
.hnmk3 {
    padding: 5.38%;
    background-color: #DED9CA;
    position: relative;
}
.hnmk_title_BG_TEXT {
    position: absolute;
    top: 0px;
    font-size: 16px;
    font-family: "Rampart One", sans-serif;
    color: rgba(0,0,0,0.16);
    left: 50%;
    transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */
    white-space: nowrap; /* テキストの折り返しを防ぐ（必要に応じて） */
    line-height: 1;
    
}

.hnmk3 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.hnmk3_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.84%;
}
.hnmk3_inner .kotiraninai {
    text-align: center;
    margin-top: 2.3%;
    font-size: 24px;
    color: #E2513A;
}


.hnmk3 h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1.57%;
    border-radius: 100px;
    background-color: rgba(222,217,202,0.61);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 10;
    position: relative;
    color: #920E14;
    /* [disabled]border: 1px solid #3E3A39; */
    line-height: 1;
    text-shadow: 2px 2px #FFFFFF;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
}
.hnmk3_inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列レイアウト */
    gap: 8px;
    padding: 0;
    list-style: none;
}

.hnmk3_inner ul li {
    /* [disabled]border: 1px solid #333; */
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 6px;
    display: flex;
}


.hnmk3_textBOX {
    text-align: left;
}
.hnmk3_textBOX a {
    background-image: url(../images/arro_ore.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 12px auto;
    display: block;
    height: 100%;
}

.hnmk3_textBOX h4 {
    color: #920E14;
    margin-bottom: 3px;
}
.hnmk3_textBOX p {
    font-size: 14px;
}



.hnmk3_imgBOX {
/*    width: 88px;*/
    margin-right: 12px;
    flex: 0 0 88px;
}
.hnmk3_imgBOX img {
    width: 100%;
    /* [disabled]-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.27); */
    border-radius: 6px;
    /* [disabled]box-shadow: 1px 1px 3px rgba(0,0,0,0.27); */
}
.hnmk4_jisseki {
    /*    padding: 5.38%;*/
/*
    padding-top: 5.38%;
    padding-bottom: 5.38%;
*/
    background-image: url(../images/top/sss-O-T-L.svg),url(../images/top/sss-R-T-R.svg);
    background-repeat: no-repeat;
    background-position: left top,right top;
    background-size: 6% auto;
    background-color: #FFFFFF!important;
}
/*
.hnmk4_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hnmk4_jisseki h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 2.3%;
    background-image: url(../images/cross_ora.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 24px auto;
    padding-top: 32px;
}
*/
.hnmk5 {
    padding-top: 5.38%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 5.38%;
    background-color: #DED9CA;
}
.hnmk5_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hnmk5_urenai {
    padding: 2.3%;
    background-color: #FFFFFF;
    border: 4px solid #920E14;
}
.hnmk5_urenai h4 {
    text-align: center;
    margin-top: 16px;
}

.hnmk5_urenai h3 {
    text-align: center;
    color: #920E14;
    font-size: 28px;
}


.hnmk5_inner h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 3.84%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
}
.hnmk5_each h3 {
    background-color: #E2513A;
    padding: 16px;
    color: #FFFFFF;
    font-size: 32px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.hnmk5_inner .hnmk5_each {
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-bottom: 3.84%;
}
.hnmk5_e_in {
    display: flex;
    flex-wrap: wrap;
    padding: 2.3%;
    justify-content: space-between;
}
.hnmk5_L {
    width: 31.53%;
}
.hnmk5_R {
    width: 65.38%;
}
.hnmk5_L img  {
    border-radius: 8px;
    width: 100%;
}






.hnmk5_inner h2 strong {
    color: #E2513A;
    font-weight: normal;
}
.hnmk5_inner .hnmk5_urenai ul {
    padding-top: 2.3%;
    padding-right: 3.84%;
    padding-left: 3.84%;
    padding-bottom: 2.3%;
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.3%;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hnmk5_urenai ul li {
    width: 47.69%;
    line-height: 1.7em;
}
.mokuji_inner2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 32px;
    padding-right: 64px;
    padding-left: 64px;
    padding-bottom: 32px;
    box-sizing: border-box;
    border: 1px solid #DAD5C4;
}
.mokuji_list_wrap2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: decimal;
    z-index: 200;
    margin-left: 16px;
}
.mokuji_list_wrap2 ul li {
    width: 31.53%;
    margin-right: 2.69%;
    margin-bottom: 0.76%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mokuji_list_wrap2 ul li:nth-child(3n) {
    margin-right: 0px;
}
.mokuji2 {
    padding-top: 3.07%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 3.07%;
    z-index: 900;
    position: relative;
}
.mokuji_inner2 h2 {
    text-align: center;
    margin-bottom: 2.3%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #DAD5C4;
    padding-bottom: 16px;
}
.faq_each_cate_wrap9 {
    /* [disabled]max-width: 960px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 3.84%;
    padding-bottom: 3.84%;
}
.faq_each_cate_wrap9 h2 {
    color: #8b1c21;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2.3%;
    text-shadow: 2px 2px #FFFFFF;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
}
.hnmk222_sanko_ttl {
    display: flex;
    background-color: #A51E2D;
    color: #FFFFFF;
    /* [disabled]margin-bottom: 8px; */
    padding-top: 16px;
    padding-bottom: 16px;
}
.hnmk222_kakaku {
    width: 120px;
    flex-shrink: 0;
    text-align: center;
}

.hnmk222_syouhinmei {
    text-align: center;
    border-right: 1px solid #FFFFFF;
    width: 78.3%;
    flex: 1;
}
.hnmk222_maker {
    width: 120px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
    flex-shrink: 0;
}
#hnmk_blog {
    padding: 5.38%;
    background-color: #F0EEE7;
}
#hnmk_blog .content_wrap .blog_UL.blog_column3 {
    margin-top: 5.38%;
}
.content_wrap .blog_UL.blog_column3 li {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2.3%;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px #920E14;
    box-shadow: 6px 6px #920E14;
    border: 1px solid #920E14;
}
