@charset "utf-8";

/* article
************************************************ */

article{
width:620px;
}

article img{
vertical-align:bottom;
}

article p.lead{
width:620px;
margin-top:15px;
line-height:1.8em;
}


article h2{
margin-top:40px;
padding:10px 0 10px 10px;
border-left:#00913A solid 12px;
background-color:#D7E9AF;
font-size:1.6rem;
}

article div.box{
overflow:hidden;
width:578px;
padding:20px;
border:#D9D9D9 solid 1px;
border-top:none;
background-color:#FFFFFF;
}


article div.box li{
padding-left:1em;
text-indent:-1em;
line-height:1.8em;
}

article div.box p{
line-height:1.8em;
}


.gazou{
display:flex;
justify-content:space-between;
}

.img{
margin-bottom:20px;
}


article div.box dt{
color:#00913A;
font-weight:bold;
line-height:1.8em;
}



article div.box dd{
line-height:1.8em;
padding-left:1em;
}


.icon_file{
padding-left:15px;
background:url(/img/icon_file.png) left no-repeat;
color:#1D2088;
text-decoration:none;
}

.icon_file a:hover{
text-decoration:underline;
color:#F15A24;
}




article p.remarks{
line-height:1.4em;
margin-top:10px;
}

article p.remarks a.link{
padding-left:15px;
background:url(/img/icon_link.png) left no-repeat;
color:#1D2088;
text-decoration:none;
}

article p.remarks a.link:hover{
text-decoration:underline;
color:#F15A24;
}


#contact{
width:620px;
margin-top:40px;
}

#contact h1{
padding-bottom:4px;
}

#contact h1 span{
padding:5px 10px 4px 10px;
background-color:#B28247;
color:#FFFFFF;
border-top-left-radius:7px;
border-top-right-radius:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
}

#contact dl{
width:580px;
margin:0;
padding:10px 20px;
background-color:#F2F2E6;
}

#contact dt{
margin-bottom:3px;
padding-left:5px;
border-left:#956134 solid 6px;
line-height:1.5em;
font-weight:bold;
color:#956134;
}

#contact dd{
line-height:1.8em;
}

article nav.anchor {
    width: 618px;
    margin-top: 20px;
    border: #D9D9D9 solid 1px;
    background-color: #FFFFFF;
    ul{
        padding:20px;
        overflow: hidden;
        li{
            margin-right: 20px;
            line-height: 1.8em;
            a{
                padding-left: 15px;
    background: url(/img/icon_anchor.png) left no-repeat;
    color: #333333;
    text-decoration: none;
            }
        }
    }
}

h3{
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0 0 0 24px;
    line-height: 23px;
    background: url(/img/icon_f.png) left 1px no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #00913A;
    border-bottom: #00913A solid 1px;
}
h4{
    margin-top: 20px;
    line-height: 23px;
    font-size: 14px;
    font-weight: bold;
    color: #00913A;
}

.fsl{
    font-size: 25px;
}
.fwb{
    font-weight: bold;
}
.green{
    color: #00913A;
}
.orange{
    color: #ff7800;
}
.red{
    color: #c33b0a;
}
.gray{
    color: #686868;
    font-size: 9pt;
}
.tc{text-align: center;}
.tr{
    text-align: right;
}
.mt0{margin-top: 0;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}



table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 1px solid #999;
    padding: 8px;
}
th{
    background-color: #eeeeee;
    width: 7em;
}
td:last-of-type{
    width: 5em;
}

.box dl{
    dt::before{
        content: "●";
        color: #00913A;
    }
    dd{
        margin-bottom: 1em;
    }
}
.note{
    line-height: 1.2;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.disc{
    margin-left: 1em;
    li{
        list-style-type: disc;
    }
}

article div.box .point{
    background-color: #fff6e4;
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
    h4{
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }
    dl{
             width: 80%;
             margin: 0 auto;
            background-color: #fff;
            padding: 5px;
            border-radius: 7px; 
            margin-bottom: 20px;
            dt{
            text-align: center;
            color:#ff7800 ;
            font-size: 1.2em;
        }
        dt::before{
            content: none;
        }
        dd{
            text-align: center;
            margin-bottom: 0;
        }
    }
}

.imgbox img{
    width: 100%;
}

article div.box .gallery{
    margin:0 auto;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    li{
        width: 120px;
        text-align: left;
        padding: 0;
        text-indent: 0;
        font-size: 12px;
        line-height: 1.2;
        position: relative; /* アイコン配置のため */
        
    }
    a{display: block;
    margin-bottom: 0.5em;
    position: relative; /* アイコン配置のため */
}
    img{
        width: 120px;
        &:hover{
            opacity: 0.6;
        }
    }
        /* 画像の右下に虫眼鏡アイコンを表示 */
        a::after {
            content: "";
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: 24px;
            height: 24px;
            background: url("../img/expansion.png") no-repeat center;
            background-size: contain;
            pointer-events: none; /* クリックを邪魔しない */filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7)); /* 影を追加 */
        }
}

a.linkicon{
    padding-left: 15px;
background: url(/img/icon_link.png) left no-repeat;
color: #00913A;
text-decoration: underline;
}

.rental_contents{
    display: flex;
    justify-content: space-between;
    dl{
        width: 300px;
    }
    img{
        width: 240px;
    }
    .rental-flyer{
        position: relative;
        &::after {
            content: "";
            position: absolute;
            top: 300px;
            right: 15px;
            width: 24px;
            height: 24px;
            background: url("../img/expansion.png") no-repeat center;
            background-size: contain;
            pointer-events: none; /* クリックを邪魔しない */filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7)); /* 影を追加 */
        }
    &:hover{
        opacity: 0.7;
    }   
}
}