@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*追加CSS*/
main {
  z-index: auto !important;
}

textarea {
  font-family: var(--cocoon-default-font);
}

input,
textarea,
select {
  border: 1px solid var(--cocoon-basic-border-color) !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: 0px 0px 2px #7da5d8;
}

input[type=file] {
  border: none !important;
}

input[type=file]:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=submit]:focus {
  box-shadow: none !important;
}

.org-top-top-section .search-edit,
input[type=text] {
  border-radius: 5px !important;
}

*.mobile-menu-buttons .menu-caption {
  display: block !important;
}

#pages-3 ul {
  justify-content: flex-start !important;
  margin-left: calc(50% - 400px) !important;
}

.content-top .widget {
  margin-bottom: 0;
}

.sidebar aside:first-of-type {
  display: none;
}

.fa-search:before {
  content: "\f002" !important;
}

.navi-in {
  padding-bottom: 8px;
}

.navi-in .menu-pc {
  align-items: center;
}
.navi-in .menu-pc li {
  height: auto;
}
.navi-in .menu-pc li a {
  margin: 0;
  background-color: transparent !important;
  color: #333;
}
.navi-in .menu-pc li a div {
  background-color: transparent !important;
  color: #333;
  padding: 0 .4rem;
  font-weight: 400;
  font-size: 14px;
}
.navi-in .menu-pc li.sales-btn {
  margin-left: 8px;
}
.navi-in .menu-pc li.sales-btn a {
  border-radius: 6px;
  background-color: red !important;
}
.navi-in .menu-pc li.sales-btn a div {
  padding: 0.1em 0.5em;
  color: white;
}

.top-main-head .btns {
  display: none;
}

.entry-list {
  padding-top: 1.2rem;
}
.entry-list h2 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.entry-list a {
  color: #222222;
  text-decoration: none;
}
.entry-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
.entry-list ul > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.entry-list li {
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  width: 23.5%;
}
.entry-list li:not(:nth-of-type(4n)) {
  margin-right: 2%;
}
.entry-list .item-image {
  padding-top: 100%;
  position: relative;
}
.entry-list .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-list .item-price {
  position: absolute;
  bottom: 3%;
  padding: 0 8px;
  line-height: 26px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: white;
}
.entry-list h3 {
  font-size: 16px;
  font-weight: normal;
}

.page-numbers.current {
  background-color: #eee;
}

button[type=submit].search-submit span {
  display: none;
}
button[type=submit].search-submit:hover {
  transform: scale(40%) !important;
}

.custom-breadCrumbs {
  margin-bottom: 1.4rem;
  font-size: 0.9rem;
}
.custom-breadCrumbs a {
  padding: 0.3rem 0.2rem;
  text-decoration: none;
  color: #333333;
}
.custom-breadCrumbs a:first-of-type {
  color: #94969b;
}
.custom-breadCrumbs span {
  color: #94969b;
}

.custom-breadCrumbs.front {
  margin-bottom: 0;
}
.custom-breadCrumbs.front span:nth-of-type(2) {
  padding: 0.3rem 0.2rem;
  color: #333333;
}

.single-items {
  display: flex;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-items .author {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.single-items .author a {
  text-decoration: none;
  color: #37acc9;
}
.single-items .author i {
  display: inline-block;
  margin-right: 0.4rem;
}
.single-items .pv {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.single-items .time i {
  display: inline-block;
  margin-right: 0.3rem;
}

.entry-content .wpulike {
  display: inline-block;
}

.single.comment-number {
  display: inline-block;
  margin-left: 0.8rem;
  transform: translateY(5px);
}

.sales-item-wrap {
  display: flex;
}
.sales-item-wrap .viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
}
.sales-item-wrap .viewer.is-show {
  opacity: 1;
  visibility: visible;
}
.sales-item-wrap .viewer-image {
  width: 100%;
  max-width: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sales-item-wrap .viewer-open-text {
  font-size: 14px;
}
.sales-item-wrap .viewer-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.sales-item-wrap img {
  vertical-align: top;
}
.sales-item-wrap .left {
  width: 49%;
  margin-right: 2%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.sales-item-wrap .gallery {
  width: 14%;
  margin: 0 3% 0 0;
  flex-shrink: 0;
}
.sales-item-wrap .thumb-media {
  margin-bottom: 10px;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
}
.sales-item-wrap .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-item-wrap .right h3 {
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  border: none;
}
.sales-item-wrap .right p {
  margin-bottom: 0;
}
.sales-item-wrap .swiper-wrapper {
  margin-top: 0;
}
.sales-item-wrap .swiper-slide {
  position: relative;
  padding-top: 120%;
}
.sales-item-wrap .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-item-wrap .price {
  font-size: 12px;
}
.sales-item-wrap .price span {
  display: inline-block;
  margin: 0 0.1em;
  font-size: 21px;
}
.sales-item-wrap .buy-btn {
  display: block;
  color: white;
  text-align: center;
  background-color: red;
  text-decoration: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
  font-size: 16px;
  border-radius: 4px;
}
.sales-item-wrap .sub-title {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.sales-item-wrap .info-wrap {
  display: flex;
  font-size: 14px;
}
.sales-item-wrap .pv {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.sales-item-wrap .pv img {
  transform: translateY(1px);
}
.sales-item-wrap .time {
  display: flex;
  align-items: center;
}
.sales-item-wrap .time span {
  margin-right: 4px;
}
.sales-item-wrap .list-item {
  display: flex;
  font-size: 14px;
}
.sales-item-wrap .list-item dt {
  width: 124px;
  flex-shrink: 0;
}
.sales-item-wrap .list-item dd {
  margin-left: 0;
}
.sales-item-wrap .wpulike,
.sales-item-wrap .wprc-container {
  display: none;
}

.comment-area {
  display: flex;
  flex-direction: column-reverse;
  border: none !important;
}

.comment-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.commets-list {
  padding: 2rem;
  border: 1px solid #efefef;
}
.commets-list .fn i {
  display: inline-block;
  margin-right: 0.5rem;
}
.commets-list .fn a {
  font-style: normal;
  font-size: 0.9rem;
  color: #37acc9;
  text-decoration: none;
}
.commets-list .comment-content p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.commets-list .comment-meta {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.commets-list .comment-meta a {
  color: #37acc9;
  text-decoration: none;
}
.commets-list .reply {
  display: inline-block;
}
.commets-list .comment-reply-login {
  display: inline-block;
  margin-left: 0.4rem;
  color: #333333;
  text-decoration: none;
}
.commets-list .comment-reply-link {
  border: none;
}
.commets-list .children {
  padding: 1.2rem;
  margin-bottom: 1rem;
  background-color: #eff1f5;
}
.commets-list .comment-body {
  margin-bottom: 0;
}
.commets-list .comment-respond {
  margin-bottom: 1rem;
}
.commets-list .comment-respond a {
  color: #37acc9;
  text-decoration: none;
}
.commets-list .comment-respond textarea:focus {
  outline: none;
}
.commets-list .comment-respond small {
  margin-left: 1rem;
}
.commets-list .comment-respond .comment-reply-title {
  font-size: 1.1rem;
  font-weight: normal;
}

.comment-form {
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border: 1px solid #efefef;
}
.comment-form #comment-reply-btn {
  margin: 0;
}
.comment-form a {
  color: #37acc9;
  text-decoration: none;
}
.comment-form textarea:focus {
  outline: none;
}
.comment-form small {
  margin-left: 1rem;
}
.comment-form .comment-reply-title {
  font-size: 1.1rem;
  font-weight: normal;
}

/*タグアイコン非表示*/
.fa-tag:before {
  content: "\f02b";
  display: none;
}

/*タグの色つけ*/
/*販売*/
.tag-link-73:before {
  border-left: solid 6px rgb(247, 91, 70);
}

/**/
/*サービス業*/
.tag-link-74:before {
  border-left: solid 6px #f5b57a;
}

/**/
/*農林漁業*/
.tag-link-75:before {
  border-left: solid 6px #f5df7e;
}

/**/
/*輸送機械運転*/
.tag-link-76:before {
  border-left: solid 6px #bff780;
}

/**/
.tag-link-246:before {
  border-left:solid 6px rgb(245,245,197)
}
/*建設業*/

.tag-link-253:before {
  border-left: solid 6px #9bee7b;
}

/**/
/*製造業*/
.tag-link-78:before {
  border-left: solid 6px #e9d3d3;
}

/**/
/*電気ガス水道*/
.tag-link-79:before {
  border-left: solid 6px #f8cbcb;
}

/**/
/*情報通信*/
.tag-link-80:before {
  border-left: solid 6px #81e3f5;
}

/*運輸*/
.tag-link-250:before {
  border-left: solid 6px #3336df;
}

/**/
/*小売卸売*/
.tag-link-247:before {
  border-left: solid 6px #7d7ffa;
}

/**/
/*金融保険*/
.tag-link-252:before {
  border-left: solid 6px #fc8422;
}

/**/
/*不動産*/
.tag-link-254:before {
  border-left: solid 6px #d2e1f5;
}

/**/
/*飲食宿泊*/
.tag-link-263:before {
  border-left: solid 6px #cf86ff;
}

/**/
/*医療福祉*/
.tag-link-248:before {
  border-left: solid 6px #fb82ff;
}

/**/
/*教育*/
.tag-link-258:before {
  border-left: solid 6px rgb(253, 136, 155);
}

/**/
/*公務員*/
.tag-link-245:before {
  border-left: solid 6px rgb(219, 250, 250);
}

/**/
/*工場*/
.tag-link-243:before {
  border-left: solid 6px rgb(194, 5, 5);
}

/**/
/*その他*/
.tag-link-244:before {
  border-left: solid 6px rgb(189, 189, 189);
}

/**/
/*管理職*/
.tag-link-70::before {
  border-left: solid 6px rgb(245, 245, 197);
}

#pages-2 ul{
  display: flex;
    border-bottom: none;
    margin-top: -11px;
    justify-content: flex-start !important;
    margin-left: calc(50% - 400px) !important;
    font-size: 18px!important;
}
#pages-2 li {
  padding: 0 15px;
}
.entry-list ul li{
  margin:0 0 1rem;
}
.home .entry-list h3{
  border: none!important;
  padding: 3px 0;
}
.home .entry-list .item-price{
  bottom: -8%;
}
/**/
/**/

.tag-link-259:before {
  border-left: solid 6px rgb(245, 245, 197);
}
.tag-link-71:before {
  border-left: solid 6px rgb(230, 153, 11);
}

/**/
/**/
.tag-link-72:before {
  border-left: solid 6px #ffee03;
}

/*dakota add css*/
.navi-in .menu-pc li:last-child a {
  border-radius: 6px;
  background-color: red !important;
  position: relative;
  text-decoration: none;
  display: block;
  
  transition: all 0.3s ease-in-out;
}
.navi-in .menu-pc li:last-child a div{
  padding: .1em .5em;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.tag-link-256:before {
  border-left: solid 6px rgb(247,91,70)
}

.tag-link-260:before {
  border-left: solid 6px #f5b57a
}

.tag-link-261:before {
  border-left: solid 6px #261
}

.tag-link-255:before {
  border-left: solid 6px #bff780
}

.tag-link-243:before {
  border-left: solid 6px #9bee7b
}

.tag-link-249:before {
  border-left: solid 6px #e9d3d3
}

.tag-link-262:before {
  border-left: solid 6px #f8cbcb
}

.tag-link-80:before {
  border-left: solid 6px #81e3f5
}

.tag-link-81:before {
  border-left: solid 6px #3336df
}

.tag-link-82:before {
  border-left: solid 6px #7d7ffa
}

.tag-link-83:before {
  border-left: solid 6px #fc8422
}

.tag-link-84:before {
  border-left: solid 6px #d2e1f5
}

.tag-link-85:before {
  border-left: solid 6px #cf86ff
}

.tag-link-86:before {
  border-left: solid 6px #fb82ff
}

.tag-link-87:before {
  border-left: solid 6px rgb(253,136,155)
}

.tag-link-88:before {
  border-left: solid 6px rgb(219,250,250)
}

.tag-link-89:before {
  border-left: solid 6px rgb(194,5,5)
}

.tag-link-90:before {
  border-left: solid 6px rgb(189,189,189)
}

.tag-link-70:before {
  border-left: solid 6px rgb(245,245,197)
}

.tag-link-257:before {
  border-left: solid 6px rgb(230,153,11)
}

.tag-link-251:before {
  border-left: solid 6px #ffee03
}
.wprc-container .wprc-switch,
.wprc-submit{
  padding: 0 13px;
}
.pmagic .pm-field-lable{
  width: 30%;
}
.top-main-head,
.top-main-head p,
.home .for-pc{
  margin-bottom: 0;
}
.home .entry-list{
  padding-top: 0;
  margin-top: -10px;
}
.home .article h2{
  font-size: 27px;
}
#wrap-add-edit{
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  margin-top: -46px;
}
.page-id-4129 .main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*edupop用*/
/*メインsidewbarnav*/
.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion .section {
  border-bottom: 1px solid #ccc;
}

.section-title {
  padding: 15px;
  background: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  font-size: 13px;
}

.section-title::after {
  content: "+";
  font-size: 20px;
  color: #3baf3b;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.section.open .section-title::after {
  content: "−";
}

.section-content {
  display: none;
  background: #f6f6f6;
}

.section-content li {
  border-bottom: 1px dashed #ccc;
  list-style: none;
  font-size: 12px;
}
.section-content{
  padding-left: 0;
}
.section-content a {
  display: block;
  padding: 12px 15px 12px 20px;
  position: relative;
  color: #333;
  text-decoration: none;
}

.section-content a::after {
  content: "▶";
  position: absolute;
  color: #3baf3b;
  transition: transform 0.2s;
  right: 12px;
  font-size: 10px;
}
/* dakota追加 */
.header-container {
    height: 135px;
}
.fixed-header{
  height: auto;
}
.search-box{
  margin-top: 2.5em;
}
#navi{
  margin-top: 55px;
}
.fixed-header #navi{
  margin-top: 0;
}
.fixed-header .search-box{
  margin-top: 1em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1440px以下*/
@media screen and (max-width: 1460px) {
  #pages-3 ul {
    justify-content: flex-start !important;
    margin-left: calc(16.3% + 118px) !important;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .top-main-head {
    padding: 12px;
    display: flex;
    justify-content: space-between;
  }
  .top-main-head .btns {
    display: block;
  }
  .top-main-head .btns a {
    text-decoration: none;
  }
  .top-main-head .btns a:not(:last-child) {
    margin-right: 16px;
  }
  .mobile-menu-buttons > li {
    padding-top: 9px !important;
  }
  .mobile-menu-buttons {
    transition: 0s;
    width: 100%;
    justify-content: space-between;
  }
  .logo-menu-button {
    width: auto !important;
  }
  .navi-menu-button {
    transition: transform 0.3s;
    right: auto !important;
  }
  .mobile-header-menu-buttons {
    width: 100%;
    justify-content: space-between;
  }
  .logo-menu-button .menu-button-in img {
    margin:-10px auto 0;
    padding: 0;
  }
  #content-top{
    display: none;
  }
  .entry-content{
    margin-top: 0 !important;
  }
  .article-header.entry-header {
    margin-top: -30px;
  }
  

}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  /*モバイル用タグ*/
  .tagcloud a {
    border: 1px solid #eee;
    border-radius: 2px;
    color: #555;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 12px;
    margin: 2px;
    flex: 1 1 auto;
    display: inline-block;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
  }
  .pmagic .pm-field-lable{
  width: 100%;
}
}
/*700px以下*/
@media screen and (max-width: 700px) {
  /*必要ならばここにコードを書く*/
  .archive main {
    padding: 16px 0 !important;
  }
  .entry-list {
    padding-top: 0;
  }
  .entry-list h2 {
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 0.9rem;
  }
  .entry-list li {
    width: 33% !important;
    margin-bottom: 0.5%;
  }
  .entry-list li:not(:nth-of-type(3n)) {
    margin-right: 0.5%;
  }
  .entry-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .entry-list h3 {
    display: none;
  }
  .entry-list.popular-ranking h3 + p {
    display: none;
  }
  .tag-link::before {
    border-left-width: 4px !important;
  }
  .comment-title {
    padding: 0.7rem;
  }
  .commets-list {
    padding: 0.7rem;
  }
  .commets-list .children {
    padding: 0.6rem;
  }
  .comment-form {
    padding: 0.7rem;
  }
  .entry-list.new-entry h3 + p {
    min-height: 42px;
  }
  .sales-item-wrap {
    flex-direction: column;
  }
  .sales-item-wrap .viewer-close-btn {
    top: 10px;
    right: 10px;
    font-weight: normal;
  }
  .sales-item-wrap .left {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .sales-item-wrap .right h3 {
    font-size: 18px;
  }
  .sales-item-wrap .right .price span {
    font-size: 18px;
  }
  .home .article h2{
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: .9rem;
  }
  #sidebar,
  #footer{
    width: 100% !important;
    background-color: #e5e5e5 !important;
  }
  #wrap-add-edit {
    font-size: 11px;
    margin-top: -41px;
  }
  .sidebar .widget-title,
  .tag-cloud-link a{
    color: #000;
  }
  #footer{
    margin-top: 0;;
  }
  .pmagic .pm-field-lable{
  width: 100%;
}
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  .sns-share-buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
  #main .sns-share a {
    width: 10vw !important;
    height: 10vw !important;
  }
  .pmagic .pm-field-lable{
  width: 100%;
}
}
p:empty:before {
  content: initial !important;
}

.entry-title,
.article h2 {
  font-size: 20px;
  padding: 0;
}/*# sourceMappingURL=style.css.map */