<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.cont1 {
    background: #e9e4da;
    background: linear-gradient(180deg,#e9e4da 0%,#e9e4da 500px,#fff 100px,#fff 100%);
}

.cont2, .cont3{
	letter-spacing: .2rem;
}
.cont2 {
    color: #887154;
    font-size: .8rem;
}
.cont2 img{
    border: none;
}
.right_thumbnail {
    height: 300px;
}
.right_thumbnail a {
    width: 48%;
}
.right_thumbnail a img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.cont2 div:nth-child(2) {
    font-size: .7rem;
    line-height: 2;
}
.c3_link {
    border: solid #555 1px;
}
.cont3 img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border: solid #eaac7d .3rem;
}
.cont3 p {
    position: relative;
}
.cont3 p span {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 40%;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}
.c3_link a {
    background: #fff!important;
}
.cont3 a {
    display: block;
    background: #000;
}
.cont3 picture {
    opacity: .7;
}




/* ////////// iPad莉･荳� //////////*/
@media screen and (min-width: 769px){

}


/* ////////// tablet逕ｨ縺ｮ縺ｿ //////////*/
@media screen and (max-width: 768px){

}


/* ////////// sp //////////*/
@media screen and (max-width: 415px){
.cont2 div p, .cont3 div p {
    font-size: .8rem;
}
.cont2 div:nth-child(2) {
    font-size: .7rem;
    line-height: 2;
    background: #ddd;
    color: #333;
    line-height: 1.2rem;
    letter-spacing: .1rem;
    padding: .5rem;
}
.right_thumbnail {
    height: 290px;
}
.right_thumbnail a {
    width: 50%;
}
.right_thumbnail a img {
    height: 80px;
}
.cont3 p {
    width: 85%!important;
}
 .cont3 div p {
    font-size: .8rem;
    padding: .2rem;
}
.cont3 img {
    height: 70px;
}
.cont3 p span {
    font-size: 1rem;
}


}
</pre></body></html>