@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: waihira
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.sp {display: none;}
a.bld, .txt-Bld {
  font-weight: 600;
}

.txt-R {
  text-align: right;
}
.txt-L {
  text-align: left;
}
.txt-C {
  text-align: center;
}
.txtRd, .bold-red, .red{
  color: #ff0000;
}
.txtGr{
  color: #00984B;
}
.txtBk {
  color:#000;
}
.txtPk {
  color: #E84966;
}
.txtWh{
  color: #fff;
}
.txt-Fsiz18{
  font-size: 1.8em;
}
.small60{
  font-size: 60%;
}
/* 2行目以降頭落とし */
p.txt-indt1 {
  text-indent: -1em;
  padding-left: 1em;
}

a img:hover {
  opacity: 0.7;
}
/* マージン基本 */
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top:40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-120 {
  margin-top: 120px;
}

.pd-L-15{padding-left: 15%;}

.wp-block-button__link {
  background-color: #00984B;
}

/* ヘッダー */
.header-in {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction:row;
}
.logo-header-r {
  width: 30%;
  text-align: center;
}
.logo-header-c {
  width: 40%;
  text-align: center;
}
.logo-header-l {
  width: 30%;
  text-align: right;
}
.logo-header-l a {
  text-decoration: none;
  font-size: 0.8em;
  color: #000;
  font-weight: 600;
}
.logo-header-l a:hover {
  text-decoration: underline;
}
/* パンくず */

.breadcrumb.pbp-main-before + .content {
  margin-top: 0;
}

.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
  background-color: #66CD66;
}

.breadcrumb div, .breadcrumb div a {
  color: #fff;
}
.breadcrumb div a:hover {
  text-decoration: underline;
}

/* フロントページ */
table#mainkokuban {
  width: 100%;
  margin: 25px auto;
  background-image: url(../../../src/img/kokuban.png);
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  height: 344px;
  min-height: 344px;
}
table#mainkokuban td, table#mainkokuban tr {
  border: none;
  background-color: rgba(0, 152, 75, .0);
}
.td1 {
  width: 55%;
  text-align: right;
}
.td1 input {
  display: inline-block;
    padding-left: 0px;
    width: 80%;
}

.box {
  padding: 3px 7px;
  border-radius: 5px;
  border:double 2px #CC6600;
  font-size:1.0em;width:90%;

}
.searchbox:focus {
  outline: 0;
  border: 2px solid #2196f3;
}
.setsumei {
  display: block;
  width: 100%;
  margin: 20px auto 20px;
  height: 350px;
  background: url(../../../src/img/mado_back.png) center top no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  padding: 32px 40px;
}
.setsumei h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #00984B;
  text-align: left;
}
.setsumei ul {
  list-style: none;
}
.catTitle {
  margin: 0px auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 10px;
    border-left: 5px solid #00984B;
    background-color: #00984B;
    color: #fff;
}
.newsArea {
  border: 1px solid #00984B;
  padding: 10px;
}

.main-news {
  max-width: 420px;
  width: 90%;
  margin: 0 auto 16px;
}
/* サブページ */
h1.entry-title {
  border-left: 8px solid #66CD66;
  padding-left: 21px;
}
h2.contenttype, .entry-content h2 {
  width: 100%;
  background: url(../../../src/img/rerecle_face.png) left top no-repeat;
  background-position-x: 12px;
  background-position-y: 12px;
  min-height: 35px;
  height: auto;
  padding-bottom: 12px;
  padding-left: 52px;
  padding-top: 15px;
  background-color: #FEF4D9;
  margin: 30px auto 20px;
  font-size: 1.5rem;
}

.article h3 {
  margin-top: 2em;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
li.colgr{list-style-type: disc; color: #66CD66;}
li.txtRd {
  color: #ff0000;
}
li.txtBk {
  color:#000;
}

.circle_pk li {
  list-style-type: disc; color: #E84966;
}

.rbox {
  width: 100%;
  border: solid 1px #ff0000;
  padding: 5px;
}

.items_y {
  background-color: #FBF7C0;
  border-radius: 5px;
  padding: 20px;
  margin: 30px auto;
  width: 100%;
  height: auto;
  display: block;
}
ul.item_animal {
  margin: 30px auto;
  list-style: none;
  display: inline-block;
}
ul.item_animal::after {
  clear: both;
}
li.item_num {
  float: left;
  font-weight: 600;
  font-size: 20px;
  width: 5%;
}
li.item_txt {
float: right;
width: 93%;
}

/* 横並び */
.row-container {
  display:flex;
  justify-content:space-around;
}
.row-item1-grow{
  flex-grow: 2;
}
.row-item2-grow{
  flex-grow: 1;
}
.row-item1, .row-item2, .row-item3 {
  text-align: center;
}


table.waketbl1 {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  padding: 10px;
  border:0;
}
.waketbl1 tr {
  background-color: #fae976;
}
.waketbl1 tr:nth-child(odd) {
  background-color: #faf6c0;
}
.waketbl1 td p.txt-indt1 {
  margin-bottom: 0;
}
.waketbl1 tr td:nth-child(1), .waketbl2 tr td:nth-child(1) {
  text-align: center;
  width:20%;
}

table.cuttable1 td, table.cuttable2 td, table.cuttable3 td, table.cuttable4 td {
  border: none;
}
table.cuttable1 tr:nth-of-type(2n+1), table.cuttable2 tr:nth-of-type(2n+1), table.cuttable3 tr:nth-of-type(2n+1), table.cuttable4 tr:nth-of-type(2n+1){
  background-color: #fff;
}
.cuttable1 th, .cuttable3 th{
  border: none;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  background-color: #FFBDD5;
}
.cuttable2 th, .cuttable4 th{
  border: none;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  background-color: #FFDEEA;
}

.cuttable1 tr td:nth-of-type(1), .cuttable2 tr td:nth-of-type(1){
  width: 20%;
 }
 .cuttable1 tr td:nth-of-type(3), .cuttable2 tr td:nth-of-type(3){
   width: 20%;
  }
  .cuttable3 tr td:nth-of-type(1), .cuttable4 tr td:nth-of-type(1){
    width: 80%;
   }

.suisen-tb table tr td:nth-of-type(1) {
  width: 20%;
}   
/* 小型家電収集スケジュール */
dl.schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.schedule dt {
  width: 30%;
  padding-bottom: 1.8em;
  padding-top: 1.8em;
  border-bottom: 2px solid #eee;
}
dl.schedule dd {
  width: 60%;
  margin-inline-start: 0px;
  padding-bottom: 1.8em;
  padding-top: 1.8em;
  border-bottom: 2px solid #eee;
}

/* 地域別ごみ収集日程・テーブル */
.chiikitable_area {
  width: 100%;
  max-height: 720px; /* テーブルの高さを制限 */
  overflow-y: auto; /* 縦スクロール */
  border: 1px solid #ccc;
}

.chiikitable_area table {
  width: 100%;
  border-collapse: collapse;
}

.chiikitable_area table thead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.chiikitable_area table th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.tablepress-id-24 tr.row-2 td, .tablepress-id-24 tr.row-17 td, .tablepress-id-24 tr.row-31 td, .tablepress-id-24 tr.row-47 td, .tablepress-id-24 tr.row-51 td, .tablepress-id-24 tr.row-31 td, .tablepress-id-24 tr.row-76 td, .tablepress-id-24 tr.row-89 td, .tablepress-id-24 tr.row-31 td, .tablepress-id-24 tr.row-129 td, .tablepress-id-24 tr.row-144 td, .tablepress-id-24 tr.row-149 td, .tablepress-id-24 tr.row-167 td, .tablepress-id-24 tr.row-182 td, .tablepress-id-24 tr.row-215 td, .tablepress-id-24 tr.row-223 td, .tablepress-id-24 tr.row-229 td, .tablepress-id-24 tr.row-232 td, .tablepress-id-24 tr.row-244 td, .tablepress-id-24 tr.row-248 td, .tablepress-id-24 tr.row-251 td, .tablepress-id-24 tr.row-266 td, .tablepress-id-24 tr.row-274 td, .tablepress-id-24 tr.row-289 td, .tablepress-id-24 tr.row-316 td, .tablepress-id-24 tr.row-318 td, .tablepress-id-24 tr.row-320 td, .tablepress-id-24 tr.row-325 td, .tablepress-id-24 tr.row-332 td, .tablepress-id-24 tr.row-361 td, .tablepress-id-24 tr.row-375 td, .tablepress-id-24 tr.row-377 td, .tablepress-id-24 tr.row-387 td, .tablepress-id-24 tr.row-401 td, .tablepress-id-24 tr.row-455 td, .tablepress-id-24 tr.row-469 td, .tablepress-id-24 tr.row-467 td, .tablepress-id-24 tr.row-444 td, .tablepress-id-24 tr.row-448 td, .tablepress-id-24 tr.row-477 td, .tablepress-id-24 tr.row-479 td {background-color: #FEF4D9 !important; font-weight: 600;}/*あいうえお....色つけ*/
.chiikitable_area table.tablepress tr th.column-1 {width: 23%;}
.chiikitable_area table.tablepress tr th.column-2 {width: 11%;}
.chiikitable_area table.tablepress tr th.column-3 {width: 11%;}
.chiikitable_area table.tablepress tr th.column-4 {width: 11%;}
.chiikitable_area table.tablepress tr th.column-5 {width: 11%;}
.chiikitable_area table.tablepress tr th.column-6 {width: 11%;}
.chiikitable_area table.tablepress tr th.column-7 {width: 11%;}
.chiikitable_area table.tablepress td {vertical-align: middle; font-size: 1.1em;}
.chiikitable_area table.tablepress tr td.column-3, .chiikitable_area table.tablepress tr td.column-4,.chiikitable_area table.tablepress tr td.column-5, .chiikitable_area table.tablepress tr td.column-7 {text-align: center;}

/* 地域別ごみ収集日程・テーブル2年 */
.tablepress-id-36 tr.row-2 td, .tablepress-id-36 tr.row-17 td, .tablepress-id-36 tr.row-31 td, .tablepress-id-36 tr.row-47 td, .tablepress-id-36 tr.row-51 td, .tablepress-id-36 tr.row-31 td, .tablepress-id-36 tr.row-76 td, .tablepress-id-36 tr.row-89 td, .tablepress-id-36 tr.row-31 td, .tablepress-id-36 tr.row-129 td, .tablepress-id-36 tr.row-144 td, .tablepress-id-36 tr.row-149 td, .tablepress-id-36 tr.row-167 td, .tablepress-id-36 tr.row-182 td, .tablepress-id-36 tr.row-215 td, .tablepress-id-36 tr.row-223 td, .tablepress-id-36 tr.row-229 td, .tablepress-id-36 tr.row-232 td, .tablepress-id-36 tr.row-244 td, .tablepress-id-36 tr.row-248 td, .tablepress-id-36 tr.row-251 td, .tablepress-id-36 tr.row-266 td, .tablepress-id-36 tr.row-274 td, .tablepress-id-36 tr.row-289 td, .tablepress-id-36 tr.row-316 td, .tablepress-id-36 tr.row-318 td, .tablepress-id-36 tr.row-320 td, .tablepress-id-36 tr.row-325 td, .tablepress-id-36 tr.row-332 td, .tablepress-id-36 tr.row-361 td, .tablepress-id-36 tr.row-375 td, .tablepress-id-36 tr.row-377 td, .tablepress-id-36 tr.row-387 td, .tablepress-id-36 tr.row-401 td, .tablepress-id-36 tr.row-455 td, .tablepress-id-36 tr.row-469 td, .tablepress-id-36 tr.row-467 td, .tablepress-id-36 tr.row-444 td, .tablepress-id-36 tr.row-448 td, .tablepress-id-36 tr.row-477 td, .tablepress-id-36 tr.row-479 td {background-color: #FEF4D9 !important; font-weight: 600;}

h3.articleh3 {
  margin-top: 2em;
  font-size: 1.25rem;
  margin-bottom: 1em;
  border-color: #00984b;
  border-left: 7px solid #00984b;
    border-right: 1px solid #00984b;
    border-top: 1px solid #00984b;
    border-bottom: 1px solid #00984b;
    padding: 12px 20px;
}
/* サイドバー */
.sidebar {
  background-color: #FEF4D9;
  border-top:20px solid #00984B;
}
#nav_menu-3 {
  border-bottom: 5px solid #E84966;
  padding-bottom: 20px;
}
.sidebar, .sidebar-left .sidebar {
  padding-left: 0;
  padding-right:0;
  }
.widget_nav_menu ul li a {
  padding-left: 1em;
  padding-right:1em;
}

.widget_nav_menu ul#menu-mainmenu li a {
  border-bottom: 1px dashed #00984B;
}
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.widget_nav_menu ul li ul {
  padding-left:0px;
  text-indent: 20px;
}

li.menu-item-3669, li.menu-item-3670, li.menu-item-3671, li.menu-item-3672 {
  border-bottom: 1px dashed #E84966;
}

/* お問い合わせフォームボタン */
.sendbtn {
  display: flex;
  justify-content: center;
}
input[type=submit].submit_btn {
  background-color:#0787D6;
  color: #fff;
  width: 30%;
}
input[type=submit].back_btn {
  background-color:#00984B;
  color: #fff;
  width: 30%;
}
input[type=submit].submit_btn {
  background-color:#E84966;
  color: #fff;
  width: 30%;
}

/* フッター */
.contentinfo ul {
  list-style: none;
  display: flex;
  justify-content:center;
  padding: 0;
}
p.menseki {
  font-size: 11px;
}

hr.gray {height: 1px;
  background-color: #c4c4c4;
  border: none;
  color: #c4c4c4;
margin: 40px auto;}

#footer {
  margin: 40px auto 0px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0);
  background: url(../../../src/img/footer01.png) center bottom no-repeat;
}

/****地域名５０音順タブ******/
.tab-content input[type="radio"] { display: none;}

.tab-content label {display: inline-block;padding: 5px 10px; font-weight: bold; font-size: 13px;color: #00984B;background-color: #e1fae1;cursor: pointer; box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 5px 5px 0 0; box-sizing: border-box;}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label { color: #FFF; background-color: #00984B;}
.tab-content .tab-box {width: 100%;height: auto; padding: 0px; border: 2px solid #00984B; border-radius: 0 5px 5px 5px; box-sizing: border-box;}
.tab-content > .tab-box > div {display: none;}
#tab1:checked ~ .tab-box > #tabView1 {display: block;}
#tab2:checked ~ .tab-box > #tabView2 {display: block;}
#tab3:checked ~ .tab-box > #tabView3 { display: block;}
#tab4:checked ~ .tab-box > #tabView4 {display: block;}
#tab5:checked ~ .tab-box > #tabView5 {display: block;}
#tab6:checked ~ .tab-box > #tabView6 { display: block;}
#tab7:checked ~ .tab-box > #tabView7 {display: block;}
#tab8:checked ~ .tab-box > #tabView8 { display: block;}

/* POST CSS */
.post-update {
  display: none;
}
.date-tags {
  text-align: left;
  font-size: 1em;
}
.post-date {
  font-size: 1em;
}
.pager-post-navi{
  display: none;
}

/* ゴミ分別サーチ結果 */
table.gomikekka td:last-child {
  display: none;
}
  
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  
}
@media screen and (min-width: 835px){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}


/*834px以下*/
@media screen and (max-width: 834px){
  * {font-size: 14px;}
  h1{font-size: 20px;}
  h2{font-size: 18px;}
  h3 {font-size: 16px;}
  .sp {display: block;}
  .mt-20 {
    margin-top: 10px;
  }
  .mt-40 {
    margin-top:20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-120 {
    margin-top: 60px;
  }

  .pc {display: none;}
  .header-in-sp {
    display: block;
    text-align: center;
  }
  .setsumei h3 {
    font-size: 1.2em  ;
  }
  .topics__mb {
    position: absolute;
    top:0px;
    left:0;
    right: 0;
    background-color: #FEF4D9;
    padding: 4px;
  }
  .topimg__mb {
    position: absolute;
    top:66px;
    left:0;
    right:0;
    background: url(../../../src/img/mc_top_bg1.jpg)  right top no-repeat; background-size: cover; 
  }
  h1.entry-title-top img {
    width: 70%;
    height: auto;
  }
  h3.mb__3 {
    margin-top: 280px;
  }
  input[type=text] {
    width: 70%;
  }
  ul.mb_setsumei {
    list-style: none;
    padding-left: 0;
  }
  .mb_menubtn {
    display: flex;
  }
  .mb_menubtn p {
    flex-basis: 33%;
    text-align: center;
  }
  .mb_menubtn p a img {
    width: 98%;
  }

  .chiikitable_area table.tablepress td, .chiikitable_area table.tablepress th {
    font-size: 0.8em;
  }

  /* フッター */
.contentinfo ul {
  list-style: none;
  display: block;
  justify-content:center;
}

#footer {
  background: url(../../../src/img/footer01_mb.png) bottom no-repeat;
  background-size: 100%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  .pc {display: none;}
  .main-news {
    /* margin-top: 200px; */
    margin-top: 40px;
    position: relative;
  }
  h3.mb__3 {
    /* margin-top: 40px; */
    margin-top: 200px;
  position: relative;}
  /* .topimg__mb {top:40px;} */
  form.gomisearch {margin-top: 0;}
  input.gomisearch_btn {vertical-align: middle;}
  p.gomisearch_p {margin-top: 0;}
  ul.mb_setsumei {margin-top: 0;}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow{
  flex-basis:auto !important;
}

}