@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*絞り込み検索*/
/*まとめ記事の非表示*/

#matome {
	display:none;
}
.search div>:first-child .clear-button {
	color: var(--main-search-color);
	font-weight: bold;
    display: inline-block;
    float: left;
    margin-top: 0px !important;
    position: relative;
    top: -1px;
    padding: 1px 10px;
	font-size: .9em;
}
}
/*---------------------------------
絞り込み検索
--------------------------------*/
span#check_1{
	display:none;
}
select.order {
    font-weight: bold;
}
.article img {
	width: 100%;
    border-radius: 8px 8px 0 0;
}
.area-name {
	font-size: .8em;
    font-weight: normal!important;
}
.article {
    border-radius: 8px;
}
.search div>:first-child {
    margin-top: 1em!important;
}
.search>:last-child, .search dd>:last-child, .search div>:last-child {
    margin-bottom: 1em!important;
}
	
:root {
  --main-search-color: #04384C;
}
.ac-menu.option {
    margin-bottom: 1em;
}	
.ac-menu-inside {
    text-align: left;
}
.title {
    font-size: .9em;
    margin-bottom: 0.4em;
	font-weight: bold;
}

.area {
    font-weight: bold;	
    display: inline-block;
    width: 100px;
	color: var(--main-search-color);
}
.area {
    background-color: #04384cb8;
    padding: 6px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 0.6em!important;
    margin-bottom: 0.2em;
}
	
.search input{
  display: none;
}

#search-result span {
    font-size: .85em;
}

.search label {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--main-search-color);
	margin: 10px 6px;
	display: inline-block;
}

.search input[type=checkbox]:checked+span {
    background: var(--main-search-color);
    color: #fff;
}

.search label span {
    border: 1px solid var(--main-search-color);
    padding: 0.3em 0.5em;
    border-radius: 200px;
	font-weight: bold;
}

.article {
  animation-name: fadein;
  animation-duration: 2s;
  margin: 1em !important;
  padding: 0 !important;
  width:100%
  transition: all 0.2s;
  display: inline-block;
  box-shadow: 0px 2px 16px 0px #959494;
  text-align: center;
  width: calc(100% / 4 - 32px);
}

.article a{
  color: var(--main-search-color);
}

.price {
    font-size: .8em;
    margin-bottom: 1em;
}

.article img {
    height: 100px;
    object-fit: cover;
}	

.c-img img {
    margin-bottom: 0;
    height: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cps-post-main a {
    text-decoration: none;
}
.c-img {
    display: inline-block;
    width: 35%;
	height: 100%;
}
.c-info {
    display: inline-block;
    position: relative;
    padding: 10px;
    vertical-align: top;
    color: var(--main-search-color);
    width: 63%;
    height: 100%;
}

.c-title{
	font-weight: bold;
}
.c-cat {
    font-size: .8em;
    display: inline-block;
    position: absolute;
    background-color: var(--main-search-color);
    padding: 0 6px;
	color: #fff;
	border-radius: 8px 0 0 0;
}
.c-point {
    float: right;
    background-color: var(--main-search-color);
    color: #FFF;
    width: 60px;
    padding: 4px 7px;
    text-align: center;
    position: relative;
    top: 6px;	
}
.c-more {
    padding: 10px 0;
    font-size: .85em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.article:hover {
    background-color: #f1f1f1;
}
.c-more:after {
    content: "\e904";
    font-family: 'jin-icons' !important;
    position: relative;
    top: 1px;
}
	span.area {
		display: inherit;
		margin-top: 1em;
	}	
@media (max-width: 1280px) {

	.search>:last-child, .search dd>:last-child, .search div>:last-child {
		margin-bottom: 0.5em!important;
	}	
	.search div>:first-child {
		margin-top: 0.5em!important;
	}	
	.c-img {
		width: 25%;
	}
	.c-info {
		width: 72%;
	}
	.c-more {
		font-size: .5em;
		position: relative;
		text-align: right;
		top: 8px;
	}
	.c-point{
		top: 9px;
	}
	.article {
		margin: .5em auto !important;
	}
}


.article-result,
.article-result > div {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-top: 0;
  min-height: 200px;
}

.article-result > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}

.h-card li,
.h-card article {
  margin: 0 1em 1em 0 !important;
  padding: 0 !important;
  width: calc(100% / 4 - 16px);
  transition: all 0.2s;
}

@media screen and (max-width: 560px){
  .h-card article {
      width: 100%;
      margin: 0 0 1em 0 !important;
  }
}

@media screen and (max-width: 1280px){
  .article {
      width: calc(100% / 3 - 16px);
  }
}

@media screen and (max-width: 512px){
  .article {
      width: calc(100% / 2 - 16px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
	
.search {
    text-align: center;
}

.search .checkbox {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.search .checkbox .condition-title  {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: var(--main-search-color);
    padding: 8px;
    padding: 14px;
    margin-top: 1em;
}

.order {
    float: right;
    position: relative;
    top: -2px;
    background-color: #fff;
    color: var(--main-search-color);
    padding: 6px 16px;
    font-size: .9em;
    border: none;
}
.review {
    position: relative;
    left: 0px;
    font-size: 1.0em!important;
}
@media (max-width: 768px) {
	.order {
    	padding: 6px 0px;
	}
	.review {
		left: 0px;
	}		
}

.search .checkbox .condition label {
    margin-right: 2px;
}

.search .submit-button {
    width: 200px;
    background-color: var(--main-search-color);
    border: none;
    color: #353535;
    display: block;
    margin: 10px auto 50px;
    outline: none;
}

.search .article-result h-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .article-result h-card .article {
    float: left;
    margin-right: 20px;
}

.article-result {
    margin-top: 2em;
}
.condition-title.none{
	display:none;
}
@media (max-width: 768px) {
	.article-result {
    	margin-top: 1em;
	}
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.ac-menu:last-child {
  margin-bottom: 0px; /* 最後の要素の下にだけ余白 */
}
.ac-menu input {
  display: none;
}
.ac-menu>label {
  color: #fff; /* 文字色 */
  font-size: 17px; /* 文字サイズ */
  line-height: 2; /* 行間 */
  font-weight: bold; /* 文字を太く */
  text-align: center; /* 文字を中央に */
  background: var(--main-search-color); /* グラデーションの背景色 */
  padding: 8px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin: 10px 0;
}
.ac-menu input ~ label::after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
  font-size:2em;
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 0px; /* 中身の枠内の余白 */
  background: #FAFAFA; /* 中身の背景色 */
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  font-size: 17px; /* 中身の文字サイズ */
  line-height: 1; /* 行間 */
}