@charset "UTF-8";

/*
Theme Name: 物件王 webcrip
Theme URL: https://www.bukkenking.com/
Description: 物件王_Webクリップ
Author: Koza
Version: 0.5
*/

@charset "UTF-8";
/*===========================base*/
body {
  color: #000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  word-wrap: break-word;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
}

p {
  margin: 0;
  text-align: left;
}

img {
  vertical-align: middle;
}

main a {
  text-decoration: none;
  color: #48ba28;
}

input,
select,
textarea {
  font-size: 0.875rem;
  outline: none;
}

select {
  font-size: 0.875rem;
  line-height: 2.42857;
  height: 36px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

button {
  font-size: 0.875rem;
  line-height: 2.42857;
}

a {
  cursor: pointer;
}

/*===========================header*/
.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 35px;
  position: relative;
}
.head__logo {
  width: 445px;
  margin: 0;
}
.head__search .favoriteLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  height: 26px;
  margin: 0 45px 15px auto;
  background: #48ba28;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1.2px;
  border: solid 1px #48ba28;
  border-radius: 15px;
}
.head__search .favoriteLink i {
  font-size: 15px;
  margin-right: 5px;
}
.head__search .favoriteLink svg {
  margin-left: 2px;
  stroke: white;
}
.head__search .favoriteLink:hover {
  background: #fff;
  color: #48ba28;
}
.head__search .favoriteLink:hover svg {
  stroke: #48ba28;
}
.head__search input {
  width: 373px;
  height: 26px;
  position: relative;
  padding: 0 15px;
  margin-right: 45px;
  border: 1px solid #48ba28;
  border-radius: 50px;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  background: url(images/icon_search.svg) no-repeat;
  background-size: 15px 15px;
  background-position: 346px center;
}

/*===========================main*/
.main .functions {
  margin-bottom: 45px;
  position: relative;
}
.main .taste {
  background: #eeeeee;
}
.main .taste .ttl {
  font-size: 0.75rem;
  font-size: 12px;
  margin: 5px 0 10px;
}
.main .taste__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 82px;
  margin: 0 auto;
  padding: 10px 0;
}
.main .taste__design {
  width: 660px;
  border-right: 1px #a0a0a0 solid;
}
.main .taste__design .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.main .taste__design .list .listItem a {
  display: block;
  width: 100px;
  height: 20px;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-right: 10px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #48ba28;
  background: #fff;
  text-align: center;
  color: #48ba28;
}
.main .taste__design .list .listItem a.active,
.main .taste__design .list .listItem a:hover {
  background: #48ba28;
  color: #fff;
}
.main .taste__color {
  width: 322px;
  margin-left: auto;
}
.main .taste__color .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.main .taste__color .list .listItem a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
  border: solid 2px #eeeeee;
}
.main .taste__color .list .listItem a.active {
  border: solid 2px #a0a0a0;
}
.main .taste__color .list .listItem a.active:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  content: "×";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
}
.main .taste__color .list .listItem a[data-taste="white"].active:after {
  color: #000;
}
.main .taste__color .list .listItem a:hover {
  border: 2px solid #a0a0a0 !important;
}
.main .taste__color .list .listItem__white {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #a0a0a0 inset;
  box-shadow: 0 0 0 1px #a0a0a0 inset;
}
.main .taste__color .list .listItem__white:after {
  color: #a0a0a0;
}
.main .taste__color .list .listItem__black {
  background: #000;
}
.main .taste__color .list .listItem__gray {
  background: #aaaaaa;
}
.main .taste__color .list .listItem__green {
  background: #48ba28;
}
.main .taste__color .list .listItem__red {
  background: #ff0000;
}
.main .taste__color .list .listItem__blue {
  background: #105ed4;
}
.main .taste__color .list .listItem__purple {
  background: #5f52a0;
}
.main .taste__color .list .listItem__yellow {
  background: #ecc40a;
}
.main .taste__color .list .listItem__pink {
  background: #ff4ff5;
}
.main .taste__color .list .listItem__orange {
  background: #f19149;
}
.main .taste__color .list .listItem__brown {
  background: #a52a2a;
}
.main .taste__color .list .listItem__none {
  background: url(../images/bg_sortcolor_01.png) no-repeat;
  -webkit-box-shadow: 0 0 0 1px #a0a0a0 inset;
  box-shadow: 0 0 0 1px #a0a0a0 inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .categories {
  background: #e5e5e5;
  height: 0;
  overflow: hidden;
  //transition: .2s;
}
.main .categories.is-open {
  height: 78px;
}
.main .categories .ttl {
  margin-right: 20px;
}
.main .categories .ttl i {
  margin-right: 5px;
  color: #48ba28;
}
.main .categories__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.main .categories__item {
  border-right: 1px #a0a0a0 solid;
  padding: 15px 25px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main .categories__select {
  background: #fff url(./images/bg_select.png) no-repeat center right 10px;
  border: 1px solid #48ba28;
  border-radius: 14px;
  height: 28px;
  padding: 0 15px;
  line-height: 1;
  color: #48ba28;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.main .categories__select.categories__select--area {
  width: 200px;
}
.main .categories-button {
  background: #48ba28;
  border-radius: 12px;
  width: 100px;
  height: 24px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  cursor: pointer;
}
.main .categories-button i {
  margin-right: 5px;
}
.main .categories-button .opened_label {
  display: none;
}
.main .categories-button.is-open .opened_label {
  display: inline;
}
.main .categories-button.is-open .closed_label {
  display: none;
}

.main .switching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1000px;
  height: 82px;
  margin: 0 auto 70px;
  padding: 10px 0;
	display:none !important;
}
.main .switching .ttl {
  font-size: 0.75rem;
  font-size: 12px;
  margin: 5px 0 10px;
}
.main .switching .screen {
  width: 250px;
}
.main .switching .screen__switch {
  width: 250px;
  height: 20px;
  padding: 1px;
  margin: 0;
  color: #48ba28;
  background: #48ba28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

.main .switching .screen__switch input[type="radio"] {
  display: none;
}




 /* --- チェックボックス直後のlabel --- */
.radioArea input[type="radio"] + label {
  padding       : 0 4px;                      /* labelの余白 */
  font-size     : 9pt;                       /* labelの文字サイズ */
  font-weight   : bold;                       /* 文字太さ   */
  border        : 1px solid #48ba28; /* labelの枠線 */
  border-radius : 5px;                        /* labelの角丸 */
  background    : #ffffff;                    /* lebelの背景 */
  cursor        : pointer;                    /* カーソル設定 */
  transition    : .2s;                        /* なめらか変化 */
}
 /* --- 選択されたチェックボックス直後のlabel --- */
.radioArea input[type="radio"]:checked + label {
  background    : #48ba28;                    /* lebelの背景 */
  color: #ffffff;
}
 /* --- 選択されていないチェックボックス直後のlabelにマウスが乗った --- */
.radioArea input[type="radio"]:not(:checked) + label:hover {
  background    : rgba(72, 186, 40, 0.40);     /* lebelの背景 */
  color: #fff;
}





.main .switching .screen__switch .listItem {
  width: 50%;
  font-size: 0.875rem;
  line-height: 1.28571;
  
}
.main .switching .screen__switch .listItem:first-child label {
  border-radius: 25px 0 0 25px;
  
}
.main .switching .screen__switch .listItem:last-child label {
  border-radius: 0 25px 25px 0;
}
.main .switching .screen__switch .listItem label {
  height: 18px;
  display: block;
  /*color: #48ba28;*/
  text-align: center;
  letter-spacing: 1.2px;
}
.main .switching .screen__switch .listItem label {
  display: block;
}
.main .switching .screen__switch .listItem label.active{
  background: #48ba28;
  color: #fff;
}
.main .switching .paging {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 0 150px;
  padding: 0;
}
.main .switching .paging span,
.main .switching .paging a {
  display: block;
  border: solid 1px #48ba28;
  width: 24px;
  height: 24px;
  margin: 0 1px;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.57143;
  border-radius: 50%;
  text-align: center;
  letter-spacing: -1px;
  color: #48ba28;
}
.main .switching .paging .wp-pagenavi {
  display: flex;
}
.main .switching .paging a:hover,
.main .switching .paging .current {
  background: #48ba28;
  color: #ffffff;
}

.main .switching .paging__item a:hover,
.main .switching .paging__item a.active {
  background: #48ba28;
  color: #ffffff;
}


.main .clip {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 70px;

  justify-content: space-between;

  position: relative;
}
.main .clip::after {
  content: '';
  display: block;
  width: 300px;
  height: 0;
}
.main .clip .favorite_icon {
  background: #fff;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.main .clip .favorite_icon:hover,
.main .clip .favorite_icon.is-active {
  border-color: #48ba28;
  color: #48ba28;
}
.main .clip .favorite_icon.delete_favorite {
  display: none;
}
.main .clip__box {
  width: 300px;
  margin-bottom: 50px;
  position: relative;
}
.main .clip__box a {
  height: auto;
  display: block;
  position: relative;
}
.main .clip__box a img {
  border: 1px solid #ccc;
  width:100%;
  height:auto;
}
.main .clip__box a:hover .pic__mask {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #fff;
}
.main .clip__box a:hover .pic__mask:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: url(../images/icon_hover_01.png);
}
.main .clip__box .pic {
  display: block;
  position: absolute;
  border: solid 1px #a0a0a0;
  height: 400px;
  overflow: hidden;
  top: 0;
  
}
.main .clip__box .pic.js-clipSp {
  display: none;
  height: 400px;
}
.main .clip__box .pic.js-clipPc {
  display: block;
  height: 400px;
}
.main .clip__box .pic img {
  width: 298px;
  height: auto;

}
.main .clip__box .ttl {
  margin: 20px 0 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2.2px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
}
.main .clip__box .ttl__sub {
  width: 100%;
  margin-top: 10px;
  font-size: 0.7rem;
  color: #a0a0a0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .clip__box .tag {
    margin: 20px 0;
    display: block;
    min-height: 14px;
}
.main .clip__box .tag a {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 1.8px;
}
.main .clip__box .meta {
  position: relative;
}
.main .clip__box .meta__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .clip__box .meta__date {
  line-height: 1.2;
  color: #a0a0a0;
  letter-spacing: 2.2px;
}
.main .clip__box .post-categories {
  margin: 0;
  padding: 0;
  display: flex;
}
.main .clip__box .post-categories li {
  background: #eee;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
  color: #a6a6a6;
}
.main .clip__box .post-categories li:last-child {
  margin-right: 0;
}
.main .clip__box .post-categories li i {
  margin-right: 3px;
  color: #48ba28;
}
.main .wrapper_delete_all_favorite {
  width: 1000px;
  margin: 0 auto 25px;
  display: flex;
}
.main .delete_all_favorite,
.main .copy_favorite {
  border: 1px solid #48ba28;
  border-radius: 5px;
  width: fit-content;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  color: #48ba28;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .copy_favorite {
  margin-left: 15px;
}
.main .delete_all_favorite:hover,
.main .copy_favorite:hover {
  background: #48ba28;
  color: #fff;
}
.main .delete_all_favorite i,
.main .copy_favorite i {
  margin-right: 5px;
}

.main .refineTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  margin-bottom: 50px;
  font-size: 1.125rem;
  background: #48ba28;
  color: #fff;
  text-align: center;
  letter-spacing: 2.2px;
}
.main .refineTtl:after {
  content: "▼";
  font-size: 12px;
  font-weight: 500;
}

.main h2 {
  width: 1000px;
  margin: 0 auto 25px;
}

.foot {
  background: #48ba28;
  padding: 20px 0 15px;
  color: #ffffff;
}
.foot__inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
.foot .goTop {
  background: #fff;
  border: 2px solid #48ba28;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 24px;
  color: #48ba28;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -42px;
  right: 0;
}
.foot .copy {
  text-align: center;
  letter-spacing: 1.8px;
}


.wp-pagenavi {/* 全体 */
    margin: 20px auto;
    font-size: 12px;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #48ba29;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #c2f1b5;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
