@charset "UTF-8";
/* CSS Document */

.search_wrap {
	min-height: 100vh;
}

.kiji_nashi {
	margin-bottom: 100px;
}

.container.main-contents.buy-wrap {
    float: left;
    width: calc(100% - 360px);
}

#footer {
	float: none;
	clear: both;
}

#aside {
    width: 300px;
    float: right;
    margin-bottom: 30px;
}

span.image_box_toko {
    background: #ccc;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: inline-block;
    background-size: cover;
}

.news_flex {
    display: flex;
}

.news_flex_left {
    width: 30%;
}

.news_flex_right {
    width: 70%;
    padding-left: 10px;
}

.work_ul a {
    text-decoration: none;
}

.news_flex_right h5 {
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 0.5em;
}

ul.work_ul li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #999;
}

figure.block.hover-parent {
    margin: 0;
}

.toko_nakami img {
	width: 100%;
}

.toko_nakami .content_text p {
	text-align: justify;
	word-break: break-all;
}

.toko_nakami p {
	margin: 0!important;
}

.toko_nakami h3 {
    margin: 15px 0 5px!important;
    padding: 10px 15px!important;
    line-height: 100%;
    color: #333;
    font-size: 110%!important;
    background-color: #F4F4F4;
    border-left: 10px solid #C00;
}

.nakami_main {
    margin-top: 30px;
}

#map {
	width: 100%;
	min-height: 300px;
}

#map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	margin-top: 30px;
}

/**/
#contents h2{
margin-bottom: 20px;
    padding: 15px 0;
    line-height: 100%;
    color: #BA0000;
    font-size: 24px;
    font-weight: normal;
    border-top: 1px solid #C00;
    border-bottom: 1px solid #C00;
}

#contents .pager span {
    width: 3em;
    height: 3em;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 3em;
    list-style: none;
    background-color: #EEE;
}

#contents .pager a {
    width: 3em;
    height: 3em;
    line-height: 3em;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #333;
    text-decoration: none;
    background-color: #DEF;
    background-color: #FCC;
}

#contents .pager a:hover {
	background-color: #BDF;
	background-color: #F99;
}

.pagination{
    margin-top: 30px;
}