@charset "UTF-8";

/* ========================================
   ページ全体
======================================== */
#hansoku-page {
    position: relative;
    margin: 0 auto;
    padding: 0 50px 80px;
    max-width: 1800px;
}

#hansoku-page .site_suisyou_area {
    background-color: transparent;
}

#hansoku-page .become_area_title {
    background-color: transparent;
    margin: 5px auto;
    padding: 10px 20px 5px;
    font-size: 3.5rem;
    letter-spacing: 0.25rem;
    border-radius: 10px;
    color: #000000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 1.6;
}

#hansoku-page .become_area_title img {
	width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.wrapper-hansoku {
    background-image: url(../img/washi.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.wrapper-hansoku #container,
.wrapper-hansoku .main .bg_colorD_about{
    background-color: transparent;
}

.sp-br {
    display: none;
}

/* ========================================
   ライトボックス
======================================== */
.lightbox {
    display: block;
    cursor: zoom-in;
}

.lightbox img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.lightbox:hover img {
    transform: scale(1.03);
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 9999;
    cursor: zoom-out;
}

.lightbox-overlay img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    background: #fff;
}

.lightbox-content {
    position: relative;
    display: inline-block;
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-content img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.lightbox-close:hover {
    background: #fff;
}



/* ========================================
   一覧レイアウト
======================================== */
.hansoku-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 28px 0;
    margin-top: 35px;
}

.hansoku-item {
    position: relative;
    width: calc(50% - 14px);
    margin: 0;
    padding: 24px;
    border: 1px solid #e8e0d6;
    background: #fff;
    box-shadow: 0 10px 30px rgba(60, 40, 20, 0.06);
    overflow: hidden;
}

.hansoku-item:hover {
    box-shadow: 0 16px 36px rgba(60, 40, 20, 0.1);
    border-color: #d7c6b2;
}

/* ========================================
   タイトル
======================================== */
.hansoku-title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 7px 16px;
    background-color: #e4e4e1;
    color: #4a3a28;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}


/* ========================================
   カード内部
======================================== */
.hansoku-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}

.hansoku-box-img {
    width: 44%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hansoku-box-img img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.hansoku-box-text {
    flex: 1;
    margin-right: 0;
    display: block;
    line-height: 1.8;
    font-size: 1.5rem;
}


.hansoku_area {
    margin: 0 auto;
    padding-top: 15px;
}

.hansoku-lead {
    font-size: 1.5rem;
    color: #3f342b;
    font-weight: bold;
    letter-spacing: 0.1em;
}


.line {
    display: block;
}

.hansoku-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #883838;
    line-height: 1.8;
    margin-top: 10px;
	letter-spacing: 0.05em;
}

.hansoku-note-text {
	margin-top: 3px;
    font-size: 1.3rem;
    color: #000;
    padding-left: 1.9em;
    text-indent: -1.9em;
    line-height: 1.54em;	
}

.hansoku-size {
    font-size: 1.4rem;
	margin-top: 10px;
    font-weight: 600;
}

.hansoku-mark {
    font-size: 1.2rem;
    color: #000;
    margin-left: 4px;
}


.price-type {
    color: #000;
	margin-left: 0em;
    padding-left: 1.9em;
    display: block;
    text-indent: -1.7em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.price-value {
    font-weight: 600;
    display: block;
	padding-left: 2em;
}

/* ========================================
   注意書き
======================================== */
.hansoku-note {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 24px 20px;
    border: 1px solid #e3d8ca;
    border-radius: 10px;
    background-color: #f7f3ec;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
}

.hansoku-note a {
    color: #883838;
    font-weight: bold;
}

.hansoku-note a:hover {
    color: #b20000;
}

.hansoku-note-center {
    text-align: center;
    margin-top: 10px;
}

.note-item {
    padding-left: 1.5em;
    text-indent: -1.5em;
}


/* ========================================
   レスポンシブ
======================================== */
@media (max-width: 1000px) {
    #hansoku-page {
        padding: 0 20px 70px;
	}
	
    .hansoku-group {
        gap: 10px 0;
        margin-top: 10px;
    }
	
    .hansoku-item {
        width: 49%;
        margin: 0;
    }
}


@media (max-width: 800px) {
	
    #hansoku-page {
        padding: 0 15px 50px;
	}
	
    #hansoku-page .become_area_title {
        font-size: 3.0rem;
        line-height: 1.3;
        padding: 0px 10px 5px;
    }
	
	.hansoku-group {
        gap: 20px 0; 
    }
	
    .hansoku-item {
        width: 100%;
        padding: 18px;
    }
	
	.hansoku-lead .line {
    display: inline;
    }
	
    .sp-br {
        display: block;
    }
	
    .hansoku-lead {
    line-height: 1.5em;
    }
	
    .lightbox-overlay {
        padding: 20px;
    }

    .lightbox-close {
        top: -12px;
        right: -12px;
        width: 34px;
        height: 34px;
        font-size: 1.8rem;
    }
}




@media (max-width: 420px) {
	
    #hansoku-page {
        padding: 0 7px 40px;
	}
	
    .hansoku-item {
        width: 100%;
        padding: 10px;
    }
	
    .hansoku-title {
        margin-bottom: 10px;
        padding: 7px 14px;
        font-size: 1.7rem;
    }	
	
    .hansoku-size {
    line-height: 1.4em;
    }
	
    .sp-br-420 {
        display: block;
    }
	
	.hansoku-note {
		line-height: 1.7em;
	}
}