@charset "utf-8";
@media screen and (max-width:700px) {
.hinmoku_wrap {
    padding:8.46% 5.38%;
    background-color: #F0EEE7;
	padding-bottom: 20px;
}
.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: 22px auto;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 56px;
    padding-right: 56px;
}
.hnmk_subsub_title h2 {
    font-size: 22px;

}

.hnmk_subsub_title h2 strong {
    display: block;
}
.hnmk_subsub_title h2 .hnmk_takaku_uru {
    color: #920E14;
    font-size: 26px;
}

.hnmk_subsub_title h2 em {
    font-style: normal;
    color: #E2513A;
    font-size: 32px;
    text-shadow: 2px 2px #3E3A39;
    font-weight: 800;
    margin-right: 6px;
}
.hnmk_UL1  {
    display: flex;
    justify-content: space-between;
    margin-left: 5.38%;
    margin-right: 5.38%;
    margin-top: 24px;
}
.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: 62.3%;
    padding: 8px;
    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: 5px 5px #E2513A;
    box-shadow: 5px 5px #E2513A;
    border: 1px solid #C0BBBA;
	margin-bottom: 14px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.hnmk_sub_sub_sub {
    margin-top: 16px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background-color: #920E14;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
}
.hnmk_sub_sub_sub p {
    font-size: 20px;
    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: 8.46% 5.38%;
	padding-bottom: 9.23%;
    background-size: contain;
    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: 17px;
}
/*
#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: 20px;
    left: 0;
    white-space: nowrap;  /* ✅ 改行を防ぐ */
    overflow: hidden;  /* ✅ はみ出し防止 */
    text-align: center; /* ✅ 中央揃え */
    word-break: keep-all; /* ✅ 単語の途中で改行されるのを防ぐ */
}




#hnmk2 h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
    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: 16px;
    box-sizing: border-box;
    margin-top: 24px;
    -webkit-box-shadow: 8px 8px rgba(0,0,0,0.42);
    box-shadow: 8px 8px rgba(0,0,0,0.42);
	margin-bottom: 20px;
}
#hnmk2_inner ul li {
    border-bottom: 0;
    display: flex;
    align-items: stretch;  /* 子要素の高さを親要素いっぱいにする */
    min-height: 50px;      /* 必要に応じて最小高さを設定 */
    padding-top: 0;
    padding-bottom: 0;
	margin-bottom: 32px;
	
	
	        flex-wrap: wrap;
}
	#hnmk2_inner ul li:last-child{
		margin-bottom: 0;
	}

#hnmk2_inner ul {
    border-top: 0
	}

.hnmk2_img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    background-color: #F0EEE7;
	
	display: flex
;
        align-items: center;
        justify-content: center;
	margin-bottom: 14px;
}
	.hnmk2_img a{
		display: block;
		width: 100%;
		text-align: center;
	}
.hnmk2_img img {
    border-radius: 8px;
    border: 1px solid #FFFFFF;
	
	 width: 100%;
}


.hnmk2_title {
    flex: 1;
    margin-left: 0;
    display: flex;          /* Flexboxを適用 */
    align-items: center;    /* 縦方向の中央揃え */
    padding:0;           /* 上下の余白を適度に設定（必要に応じて調整） */
    font-weight: 600;
    font-size: 17px;
	width: 100%;
	        display: contents;
	text-align: center;
}
	.hnmk2_title a{
		display: block;
		width: 100%;
		border-bottom: 1px solid #726B69;
		padding-bottom: 8px;
		
	}

.hnmk2_maker, .hnmk2_kakaku {
    width: 120px;       /* 幅を固定 */
    text-align: center;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;     /* 親要素が小さくなっても幅を維持 */
	width: 50%;
	margin-top: 6px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-bottom: 6px;
}
	.hnmk2_maker{
		border-right: 1px solid #726B69;
		box-sizing: border-box;
	}
	
.kitr_kakaku_BT1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    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: 17px;
    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;
	line-height: 1.5em;
}
.kitr_kakaku_BT1 .material-symbols-outlined {
    vertical-align: sub;
    margin-left: 8px;
}
.hnmk3 {
    padding: 8.46% 5.38%;
	padding-top: 12.3%;
    background-color: #DED9CA;
    position: relative;
}
.hnmk_title_BG_TEXT {
    position: absolute;
    top: 24px;
    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: 17px;
    font-weight: 400;
}

.hnmk3_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}
.hnmk3_inner .kotiraninai {
    text-align: center;
    margin-top: 16px;
    font-size: 19px;
    color: #E2513A;
}


.hnmk3 h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 14px;
    border-radius: 100px;
    background-color: rgba(222, 217, 202, 0.61);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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(2, 1fr);
    gap: 8px;
    padding: 0;
    list-style: none;
}

.hnmk3_inner ul li {
    /* [disabled]border: 1px solid #333; */
    padding: 10px;
	padding-bottom: 28px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 12px;
    display: flex;
	flex-direction: column;
}


.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: 16px auto;
    display: block;
    height: 100%;
	padding-bottom: 14px;
}

.hnmk3_textBOX h4 {
    color: #920E14;
    margin-bottom: 8px;
}
.hnmk3_textBOX p {
    font-size: 14px;
}



.hnmk3_imgBOX {
/*    width: 88px;*/
    margin-right: 0;
    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); */
	margin-bottom: 10px;
}
.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;
	
	        padding-top: 7.69%;
        padding-bottom: 7.69%;
        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: 12.3% auto
}
/*
.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: 8.46%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 11.53%;
    background-color: #DED9CA;
}
.hnmk5_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hnmk5_urenai {
    padding: 16px;
	padding-bottom: 20px;
    background-color: #FFFFFF;
    border: 4px solid #920E14;
}
.hnmk5_urenai h4 {
    text-align: center;
    margin-top: 10px;
}

.hnmk5_urenai h3 {
    text-align: center;
    color: #920E14;
    font-size: 19px;
}


.hnmk5_inner h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 16px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
}
.hnmk5_each h3 {
    background-color: #E2513A;
    padding: 16px;
    color: #FFFFFF;
    font-size: 22px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.hnmk5_inner .hnmk5_each {
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
}
.hnmk5_e_in {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
	padding-bottom: 24px;
    justify-content: space-between;
}
.hnmk5_L {
    width: 100%;
	margin-bottom: 16px;
}
.hnmk5_R {
    width: 100%;
}
.hnmk5_L img  {
    border-radius: 8px;
    width: 100%;
}






.hnmk5_inner h2 strong {
    color: #E2513A;
}
.hnmk5_inner .hnmk5_urenai ul {
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 28px;
    padding-bottom: 14px;
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hnmk5_urenai ul li {
    width: 100%;
    line-height: 1.4em;
	margin-bottom: 6px;
}
.mokuji_inner2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 16px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 16px;
    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;
/*	position: sticky;*/
}
.mokuji_list_wrap2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6em;
}
.mokuji_list_wrap2 ul li:nth-child(3n) {
    margin-right: 0px;
}
.mokuji2 {
    padding: 7.69%;
	padding-top: 30px;
    z-index: 900;
    position: relative;
}
.mokuji_inner2 h2 {
    text-align: center;
    margin-bottom: 16px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #DAD5C4;
    padding-bottom: 10px;
}
.faq_each_cate_wrap9 {
    /* [disabled]max-width: 960px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 8.46%;
    padding-bottom: 8.46%;
	padding-right: 5.38%;
        padding-left: 5.38%;
}
.faq_each_cate_wrap9.area-d{
	padding-top: 0;	
	}
.faq_each_cate_wrap9 h2 {
    color: #8b1c21;
    text-align: center;
    font-size: 26px;
    margin-bottom:16px;
    text-shadow: 2px 2px #FFFFFF;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: normal;
	line-height: 1.2em;
}
	
.hnmk222_sanko_ttl {
    display: flex;
    background-color: #A51E2D;
    color: #FFFFFF;
    /* [disabled]margin-bottom: 8px; */
    padding-top: 16px;
    padding-bottom: 16px;
	display: none;
}
.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: 7.69% 0;
    background-color: #F0EEE7;
}
#hnmk_blog .content_wrap .blog_UL.blog_column3 {
    margin-top: 16px;
}
.content_wrap .blog_UL.blog_column3 li {
	width: 100%;
	margin-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px #920E14;
    box-shadow: 6px 6px #920E14;
    border: 1px solid #920E14;
}
}