@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.3
*/
html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  margin-top: 0 !important;
  max-width: 100vw;
}

html {
  scroll-padding-top: 120px;
}

.breadcrumb * {
  color: #666666;
}

.wide {
  min-width: 101vw;
  margin: 0 calc(50% - 50vw);
}

.front-top-page #content {
  margin-top: 0;
}
.front-top-page main {
  padding-top: 0 !important;
  max-width: unset !important;
}
.front-top-page .header-container {
  z-index: 1;
  background: none;
}
.front-top-page .header-container a {
  color: #fff !important;
}
.front-top-page .header-container .navi {
  background: none !important;
}
.front-top-page .header-container .header {
  background: none !important;
}
.front-top-page .logo-header img {
  padding: 10px 0;
}
.front-top-page .logo-header img:first-child {
  display: block !important;
}
.front-top-page .logo-header img:last-child {
  display: none;
}
.front-top-page .header-container:not(.fixed-header) .navi-in a:hover {
  border-bottom: 2px solid #fff;
}

.fixed-header {
  background: rgba(255, 255, 255, 0.7) !important;
}
.fixed-header .header {
  background: none !important;
}
.fixed-header .navi {
  background: none !important;
}
.fixed-header .navi li a {
  color: #344247 !important;
}
.fixed-header .logo-header img:first-child {
  display: none !important;
}
.fixed-header .logo-header img:last-child {
  display: block;
}

.header-container {
  background-color: #f6f6ef;
  position: relative;
}
.header-container .navi {
  font-weight: bold;
}
.header-container .navi-border {
  border-bottom: 2px solid #344247 !important;
}
.header-container .navi-in > ul {
  padding-right: 20px;
}
.header-container .navi-in > ul li {
  width: 150px;
}
.header-container .navi-in > ul li a {
  font-size: 15px;
  -webkit-transition: border 0s;
  transition: border 0s;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-container .navi-in > ul li a:hover {
  border-bottom: 2px solid #344247;
}
.header-container .header-container-in {
  padding: 5px 0;
}
.header-container .logo-header img {
  padding: 10px 0;
  max-height: 55px !important;
}
.header-container .logo-header img:first-child {
  display: none;
}

.page #content-in {
  max-width: 1000px;
}
.page .date-tags {
  display: none;
}
.page .slick-list {
  width: 92%;
  margin: 0 auto;
}
.page #pickup {
  padding: 0 40px;
}
.page #pick-in {
  width: 100%;
}
.page .ect-vertical-card.ect-tile-card .a-wrap {
  margin: 0;
}
.page .btn {
  margin-bottom: 40px !important;
}

.entry-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0 !important;
  margin: 0 0 80px !important;
}
.category-list .category-item {
  text-align: center;
  border: 5px solid #d9a76d;
  width: 24%;
}
.category-list .category-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: bold;
  line-height: 1;
  height: 100%;
  padding: 20px;
}
.category-list .category-item a img {
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}
.category-list .category-item a p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.category-list .category-item a span {
  font-size: 11px;
  color: gray;
}

.city-list {
  background-color: #efefe8;
  padding: 10px 10px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.city-list li {
  list-style: none;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.city-list li a {
  display: block;
  padding: 5px 10px 5px 40px;
  color: #344247;
  text-decoration: none;
  position: relative;
  border-bottom: 2px dotted #cdcdc0;
  font-size: 17px;
}
.city-list li a:hover::before {
  left: 20px;
}
.city-list li a::before {
  content: "";
  background-image: url(/wp-content/themes/cocoon-child-master/images/arrow-right-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.keyword-list li {
  list-style: none;
}
.keyword-list li a {
  display: block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 4px 18px;
  min-width: 100px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #b2b2a0;
}
.keyword-list li a:hover {
  background-color: #cdcdc0;
}

.ccb-carousel-border .a-wrap {
  padding: 10px !important;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:before {
  background-image: url(/wp-content/themes/cocoon-child-master/images/arrow-left.png);
  width: 80px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 36px;
}

.slick-next:before {
  background-image: url(/wp-content/themes/cocoon-child-master/images/arrow-right.png);
  width: 80px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 36px;
}

.ccb-carousel-border .a-wrap {
  border: none;
  padding: 0 10px;
}

.sidebar h2 {
  color: #4b5a60;
  background: #cdcdc0;
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 5px 0;
}

.sidebar-scroll .toc {
  border: 3px solid #ddc09c;
  padding: 20px;
}

.sidebar-sns {
  padding: 0 !important;
  margin: 20px 0;
  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;
  gap: 10px;
}
.sidebar-sns li {
  list-style: none;
}
.sidebar-sns li a {
  background-color: #c5a37a;
  padding: 10px;
  border-radius: 4px;
  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;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-sns li a:hover {
  opacity: 0.7;
}

.category-list {
  margin-top: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  margin-bottom: 40px !important;
}
.category-list li {
  width: 49%;
  border: 4px solid #d9a76d;
}
.category-list li a {
  padding: 20px 10px 10px;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #354348;
  text-decoration: none;
  font-weight: bold;
}
.category-list li a img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  width: auto;
}
.category-list li a p {
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
}
.category-list li a p span {
  font-size: 10px;
}

.cat-label {
  display: none;
}

.a-wrap:hover {
  background: none;
}

.mainvisual {
  height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -105px;
}

.message {
  padding: 80px 0 100px;
  text-align: center;
}
.message-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.message-inner h2 {
  font-size: 36px;
  margin-bottom: 60px;
}
.message-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.message-flex img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-flex p {
  font-size: 16px;
  text-align: left;
  width: 40%;
  font-weight: bold;
}

.pickup {
  padding-bottom: 100px;
}
.pickup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.pickup-box {
  width: calc(50% - 10px);
  border: 1px solid #626d71;
}
.pickup-box h3 {
  background-color: #626d71;
  color: #e6e6e0;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}
.pickup-box-inner {
  padding: 30px;
  background-color: #fff;
}
.pickup-item {
  color: #344247;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
}
.pickup-item:hover {
  color: inherit;
}
.pickup-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pickup-item picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.8;
  height: auto;
}
.pickup-item p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5rem;
  overflow: hidden;
}
.pickup-item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup-item-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.pickup-item-big picture {
  width: 100%;
}
.pickup-item-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.pickup-item-small picture {
  width: 40%;
}
.pickup a.btn {
  width: 100%;
  max-width: 400px;
  border: none;
  background-color: #c5a37a;
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 20px;
  margin: 60px auto 40px !important;
  letter-spacing: 2px;
}
.pickup a.btn img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pickup-entry-card {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.pickup-entry-card-content {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5rem;
  overflow: hidden;
}

.ect-vertical-card .entry-card-wrap:hover .entry-card-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ect-vertical-card .entry-card-wrap .entry-card {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  margin: 0 !important;
  overflow: hidden;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ect-vertical-card .entry-card-wrap .entry-card-content h2 {
  padding: 10px 10px 0;
}
.ect-vertical-card .entry-card-wrap h2 {
  font-size: 18px;
  background-color: #fff;
  color: #344247;
  margin-bottom: 10px;
}
.ect-vertical-card .entry-card-wrap .admin-pv {
  display: none;
}
.ect-vertical-card .entry-card-wrap .entry-card-meta {
  padding: 15px 25px;
}
.ect-vertical-card .entry-card-wrap .entry-card-meta span {
  font-size: 14px;
}

.footer-meta {
  display: none;
}

.topcategory {
  position: relative;
}
.topcategory::before {
  content: "";
  background-color: #cdcdc0;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topcategory-inner {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.topcategory-title {
  color: #4b5a60;
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.topcategory-title span {
  display: block;
}
.topcategory-title > span {
  display: block;
  font-size: 18px;
}
.topcategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  margin-bottom: 20px;
}
.topcategory-list > li {
  width: 24%;
  list-style: none;
}
.topcategory-list > li > a {
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topcategory-list > li > a:hover {
  opacity: 0.7;
}
.topcategory-link {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 60px;
}
.topcategory-link li {
  list-style: none;
}
.topcategory-link li a {
  width: 100%;
  padding-left: 30px;
  position: relative;
  display: block;
  color: #344247;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
}
.topcategory-link li a:hover {
  text-decoration: underline;
  color: #c5a37a;
}
.topcategory-link li a:hover::before {
  left: 5px;
}
.topcategory-link li a::before {
  content: "";
  background-image: url(/wp-content/themes/cocoon-child-master/images/link-arrow-right.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topcategory-banner a {
  display: block;
}
.topcategory-banner img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.toptag-inner {
  padding: 80px 0 0;
}
.toptag-inner p {
  display: block;
  margin-bottom: 20px;
}
.toptag-inner p img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.toptag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin-bottom: 80px;
}
.toptag-list-1 li a {
  background-color: #c5a37a;
}
.toptag-list-1 li a:hover {
  background-color: #dcc2a3;
}
.toptag-list-2 li a {
  background-color: #b2b2a0;
}
.toptag-list-2 li a:hover {
  background-color: #cdcdc0;
}
.toptag-list li {
  list-style: none;
}
.toptag-list li a {
  display: block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 4px 20px;
  min-width: 90px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-band {
  background-color: #626d71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.footer-band:hover {
  opacity: 0.7;
  color: inherit !important;
  text-decoration: none;
  background-color: #626d71;
  color: #fff !important;
}
.footer-band img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

#footer {
  background-color: #cdcdc0;
  color: #333;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
}
#footer .footer-widgets {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
#footer #footer-in {
  width: 100%;
}
#footer .footer-bottom {
  display: none;
}

.footer {
  padding: 80px 0 20px !important;
}
.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  width: 100%;
  padding: 0;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
.footer-link li {
  list-style: none;
  width: 45%;
}
.footer-link li a {
  color: #4b5a60 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  border: 1px solid #4b5a60;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-link li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.footer-link li a img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-description {
  color: #4b5a60;
  margin: 0 auto 60px;
  display: block;
  max-width: 850px;
  font-size: 14px;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 900px;
  margin: 0 auto;
  gap: 20px;
}
.footer-list a,
.footer-list p {
  font-weight: bold;
  color: #4b5a60 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-list a:hover,
.footer-list p:hover {
  opacity: 0.7;
}
.footer-list a:hover img,
.footer-list p:hover img {
  left: 5px;
}
.footer-list a img,
.footer-list p img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
}

.fa-crown::before {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.mobile-footer-menu-buttons {
  background-color: #fff !important;
}

.go-to-top {
  right: 20px;
  bottom: 20px;
}

.go-to-top-button {
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.pagination span,
.pagination a {
  border: 1px solid #c5a37a;
  border-radius: 5px;
  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: 50px;
  height: 50px;
  text-decoration: none;
  color: #344247;
  font-size: 20px;
}
.pagination span.current,
.pagination a.current {
  background-color: #c5a37a;
  color: #fff;
}
.pagination a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover {
  background-color: #c5a37a;
  color: #fff;
}

/* 投稿ページ */
.wrap {
  width: 1200px;
  max-width: 100%;
}

.content-in {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.main {
  width: 100%;
  margin: 0 auto !important;
  max-width: 1100px;
  padding-left: 20px !important;
}

.single .main, .error404 .main {
  max-width: calc(100% - 350px);
  margin-right: 0 !important;
}

.date-tags {
  text-align: left;
  font-size: 20px;
}

.toc {
  width: 100%;
  max-width: 600px;
  border: 3px solid #c5a37a;
  margin: 40px auto !important;
}
.toc-title {
  font-weight: bold;
}
.toc-title::after {
  font-weight: normal;
}
.toc-content {
  border-top: double 4px #cdcdc0;
  font-weight: bold;
}
.toc-list {
  padding: 0 !important;
}
.toc-list > li {
  list-style: none;
  display: list-item;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  counter-increment: list-counter;
}
.toc-list > li::before {
  content: counter(list-counter) ". ";
  color: #bf915a;
  position: absolute;
  left: 0;
  padding-left: 10px;
}
.toc-list > li > a {
  display: block;
  border-bottom: 2px dotted #cdcdc0;
  padding-left: 40px;
  width: 100%;
}
.toc-list > li ol {
  padding-left: 20px !important;
  width: 100%;
  font-weight: normal;
}
.toc-list > li ol li {
  list-style: none;
  padding: 5px 5px 5px 24px;
  position: relative;
  border-bottom: 2px dotted #cdcdc0;
  font-size: 16px;
}
.toc-list > li ol li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bf915a;
}

.single .article h1, .page .article h1 {
  text-align: left !important;
  font-size: 28px;
	margin-bottom:20px;
}
.single .article h2:not(.entry-card-title), .page .article h2:not(.entry-card-title) {
  background: #cdcdc0;
  -webkit-box-shadow: 0px 0px 0px 5px #cdcdc0;
          box-shadow: 0px 0px 0px 5px #cdcdc0;
  border: dashed 1px #fff;
  border-radius: 0;
  padding: 15px 30px;
  color: #354348;
  margin: 40px auto;
  max-width: calc(100% - 10px);
}
.single .article h3, .page .article h3 {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #cdcdc0;
  color: #354348;
  position: relative;
  margin: 40px 0 20px;
}
.single .article h3::before, .page .article h3::before {
  content: "";
  background: #626d71;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 6px;
}
.single .article img, .page .article img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .article p, .page .article p {
  margin-bottom: 0;
}
.caption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.caption-top {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
  display: block;
}
.marker{
	font-weight:bolder;
	padding:0 5px;
	background:linear-gradient(transparent 50%, #ff6 50%);
}
.btn-caption {
  margin: 40px auto 10px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.box-explanation {
    margin: 2em 0;
	border:solid 4px #ddc09d;
}
.box-explanation .explanation-tl {
	display:block;
    font-size: 1.2em;
	background: #ddc09d;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-explanation-txt {
    padding: 15px;
    margin: 0;
}
.syousai-line{
	border: 0;
    height: 3px;
    background-color: #d7c4ad;
	margin:30px 0;
}
.btn {
  background-color: #c5a37a !important;
  border-radius: 4px !important;
  color: #fff;
  border: none;
  margin: 0 auto 80px !important;
  padding: 12px 40px 12px 24px !important;
  display: block !important;
  width: 100% !important;
  max-width: 450px !important;
  font-size: 20px !important;
  position: relative;
}
.btn::after {
  content: "";
  background-image: url(/wp-content/themes/cocoon-child-master/images/arrow-right-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box {
  margin: 40px 0;
  border: 2px solid #cdcdc0;
  padding: 40px;
}
.box-title {
  font-size: 24px;
  color: #b79061;
  font-weight: bold;
  margin-bottom: 30px;
	line-height:normal;
}
.box-title span {
  display: block;
  font-size: 13px;
	font-weight:300;
}
.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.box-text {
  width: 48%;
}
.box-img {
  width: 48%;
}
.box-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
	margin-top:0!important;
}
.box dl {
  margin: 0;
}
.box dl dt {
  position: relative;
  border-left: 6px solid #b79061;
  padding-left: 20px;
  font-weight: bold;
}
.box dl dd {
  padding: 10px 0;
  margin: 0 !important;
}
.box dl dd a {
  color: #344247;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box dl dd a:hover {
  color: #b79061;
}

.share-menu-content .show-text .button-caption {
  display: block;
}

.sns-share-buttons a {
  background-color: #c5a37a;
  width: 40px !important;
  height: 40px !important;
  font-weight: bold;
  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;
}
.sns-share-buttons a span {
  margin: 0 !important;
  font-size: 20px !important;
}

.widget-sidebar-title {
  display: none;
}

.profile-box {
  border: 2px solid #cdcdc0;
  padding: 20px;
  margin-bottom: 40px;
}
.profile-box-inner {
  background-image: url(/wp-content/themes/cocoon-child-master/images/profile-bg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  color: #344247;
}
.profile-box-inner > img {
  width: 150px !important;
  height: 150px;
}
.profile-box::before {
  display: none;
}
.profile-box-text p:not(.profile-box-title) {
  font-size: 14px;
}
.profile-box-title {
  font-size: 24px;
  font-weight: bold;
}
.profile-box-title span {
  font-size: 16px;
}
.profile-box-sns {
  border-radius: 20px;
  border: 5px solid #cdcdc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  background-color: #fff;
  margin-top: 15px;
  padding: 15px;
  color: #626d71;
  font-weight: bold;
}
.profile-box-list {
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.profile-box-list li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.profile-box-list li a {
  display: block;
  width: 30px;
  height: 30px;
}
.profile-box-list li a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
}

.widget_author_box {
  display: none;
}

.post-footer .pickup {
  padding: 20px 0;
}
.post-footer hr {
  border: 2px solid #cdcdc0;
}
.post-footer .slick-list {
  width: 90%;
  margin: 0 auto;
}
.post-footer .slick-prev {
  left: 0;
}
.post-footer .slick-next {
  right: -10px;
}

.entry-content .btn {
  margin-bottom: 30px !important;
}

.archive .sidebar {
  display: none;
}

.notfound-text {
  margin-bottom: 40px !important;
}

.wpcf7-form {
  margin: 40px auto;
}
.wpcf7-form .btn {
  color: #fff !important;
}
.wpcf7-form input, .wpcf7-form textarea {
  margin-bottom: 10px;
}

.popular-entry-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popular-entry-cards > a {
  width: 50%;
  max-width: 500px !important;
}

/*カテゴリーページ */
.ect-vertical-card {
  margin-top: 20px;
}

.slick-slide:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.slick-slide figure {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1.8;
}
.slick-slide figure img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .header-container-in {
    display: none !important;
  }
  .logo-menu-button img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 12px 50px 12px 0;
  }
  .mobile-menu-buttons {
    background-color: rgba(246, 246, 239, 0.7);
  }
  .mobile-menu-buttons .search-menu-button {
    display: none !important;
  }
  .mainvisual {
    height: 500px;
    margin-top: 0;
  }
  .message {
    padding: 60px 0;
  }
  .topcategory-inner {
    padding: 60px 0;
  }
  .topcategory-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topcategory-list > li {
    width: 48%;
    max-width: 350px;
  }
  #footer .footer-in {
    padding: 0 20px;
  }
  .main {
    padding-top: 60px !important;
    max-width: unset !important;
    width: 100% !important;
    overflow-x: hidden;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wrap {
    width: 100%;
  }
  .navi-menu-content {
    padding: 10px 20px 20px;
  }
  .navi-menu-content h2 {
    color: #4b5a60;
    background: #cdcdc0;
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
  }
  .navi-menu-close-button {
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .footer-widgets {
    display: block !important;
  }
  .page h1 {
    margin: 60px 0;
    font-size: 28px;
  }
  .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category-list li {
    width: 48% !important;
  }
  .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .box-text {
    width: 100%;
  }
  .box-img {
    width: 100%;
  }
  .profile-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 100px;
  }
  .mainvisual {
    height: auto;
  }
  .mainvisual img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .message {
    padding: 50px 0;
  }
  .message-inner > h2 {
    font-size: 24px;
    margin: 0 auto 40px !important;
  }
  .message-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .message-flex img {
    width: 80%;
  }
  .message-flex p {
    width: 100%;
  }
  .pickup-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup-box {
    width: 100%;
  }
  .pickup a.btn {
    margin: 40px auto 20px !important;
  }
  .pickup-item p {
    min-height: unset;
  }
  .topcategory-inner {
    padding: 40px 0;
  }
  .topcategory-title {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .topcategory-title > span {
    font-size: 16px;
  }
  .topcategory-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .topcategory-list > li {
    width: 47%;
  }
  .topcategory-link {
    margin-bottom: 40px;
  }
  .topcategory-link li a {
    font-size: 12px;
    padding-left: 20px;
  }
  .topcategory-link li a::before {
    width: 15px;
    height: 15px;
  }
  .toptag-inner {
    padding: 50px 0 0;
  }
  .toptag-inner p {
    text-align: center;
    margin-bottom: 30px;
  }
  .toptag-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .footer {
    padding: 40px 0 !important;
  }
  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    gap: 10px;
  }
  .footer-link li {
    width: 80%;
  }
  .footer-description {
    font-size: 15px;
  }
  .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination {
    margin: 0;
  }
  .pagination span, .pagination a {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-content > h2:first-of-type {
    margin: 0 !important;
    text-align: left;
  }
  .ect-vertical-card .entry-card-wrap .entry-card-meta span {
    font-size: 14px;
  }
  .box {
    padding: 30px 20px;
    margin: 20px auto;
    border-width: 1px;
  }
  .sns-buttons {
    margin-bottom: 40px;
  }
  .sidebar-sns li a {
    padding: 5px;
    height: 40px;
    width: 40px;
  }
  .single .main {
    padding-top: 60px !important;
  }
  .single h1 {
    font-size: 22px !important;
    text-align: left;
    margin-bottom: 0 !important;
  }
  .single h2 {
    margin: 40px auto 20px !important;
    padding: 15px !important;
    font-size: 18px !important;
  }
  .single a.btn {
    border-radius: 5px !important;
    padding: 15px 30px 15px 15px !important;
    text-align: left;
    font-size: 16px !important;
  }
  .single a.btn::after {
    width: 15px;
    height: 15px;
    margin-right: 0;
  }
  .page:not(.front-top-page) h1 {
    font-size: 24px !important;
    margin: 40px auto 20px !important;
  }
  .page:not(.front-top-page) h2 {
    margin: 40px auto 20px !important;
    padding: 15px !important;
    font-size: 18px !important;
  }
  .page:not(.front-top-page) a.btn {
    border-radius: 5px !important;
    padding: 15px 30px 15px 15px !important;
    text-align: left;
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .page:not(.front-top-page) a.btn::after {
    width: 15px;
    height: 15px;
    margin-right: 0;
  }
  .btn-caption {
    margin: 40px auto 5px;
  }
  .caption {
    font-size: 12px;
  }
  .category-list li a {
    padding: 15px;
  }
  .category-list li a img {
    margin-bottom: 10px;
  }
  .category-list li a p {
    font-size: 13px;
  }
  .entry-title {
    margin: 20px auto 40px;
  }
  .archive-title {
    margin: 40px auto 20px;
  }
  .popular-entry-cards {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .popular-entry-cards > a {
    width: 100%;
    max-width: unset !important;
  }
}
@media (max-width: 500px) {
  .pickup-inner {
    gap: 40px;
  }
  .pickup-box h3 {
    font-size: 18px;
  }
  .pickup-box-inner {
    padding: 20px;
  }
  .pickup-item p {
    font-size: 14px;
  }
  .toptag-inner p img {
    height: 60px;
  }
  .toptag-list {
    gap: 5px;
  }
  .toptag-list li a {
    font-size: 14px;
    min-width: unset;
  }
  .footer-band {
    padding: 15px 0;
    gap: 10px;
  }
  .footer-band img {
    width: 20px;
  }
  .footer-link {
    margin-bottom: 20px;
  }
  .footer-link li a {
    gap: 10px;
  }
  .footer-description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer-list a, .footer-list p {
    font-size: 12px;
    white-space: nowrap;
    gap: 5px;
  }
  .footer-list a img, .footer-list p img {
    width: 15px;
  }
  .page h1 {
    padding: 0;
  }
  .page .slick-list {
    width: 100%;
  }
  .page #pickup {
    margin: 20px 0;
  }
  .category-list {
    padding: 0 !important;
    margin-bottom: 40px !important;
  }
  .category-list li a {
    border: none;
  }
  .category-list .category-item a img {
    height: 50px;
  }
  .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
  }
  .slick-prev:before {
    width: 40px;
    font-size: 28px;
  }
  .slick-next:before {
    width: 40px;
    font-size: 28px;
  }
  .pickup-entry-card-content {
    font-size: 14px;
    padding: 10px;
    min-height: auto;
  }
  #list {
    padding: 20px;
  }
  .breadcrumb {
    padding: 0 20px 20px !important;
    margin: 0 !important;
  }
  .single-post .breadcrumb {
    padding: 0 0 20px !important;
  }
  .article h1 {
    padding: 10px 0;
    font-size: 20px;
  }
  .article h3 {
    padding-left: 20px;
  }
  .sns-share-buttons a {
    width: 40px !important;
    height: 40px !important;
  }
  .sns-share-buttons a span {
    font-size: 20px !important;
  }
  .toc {
    margin: 40px 0 !important;
    padding: 30px 20px !important;
  }
  .toc-title {
    font-size: 20px;
  }
  .btn {
    padding: 15px !important;
    margin-bottom: 40px !important;
    border-radius: 10px !important;
  }
  .box-title {
    text-align: center;
    font-size: 20px;
  }
  .box-title span {
    font-size: 12px;
  }
  .box-flex {
    margin-bottom: 10px;
  }
  .box dl dt {
    padding-left: 10px;
  }
  .box dl dd {
    padding: 5px 0;
  }
  .post-footer hr {
    border-width: 1px;
  }
  .profile-box {
    border-width: 1px;
  }
  .profile-box-inner {
    border-radius: 0;
  }
  .profile-box-inner > img {
    width: 150px;
    height: 150px;
  }
  .profile-box-title {
    font-size: 20px;
    text-align: center;
  }
  .profile-box-title span {
    font-size: 12px;
  }
  .profile-box-sns {
    padding: 10px;
    gap: 20px;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-box-list {
    gap: 10px;
  }
  .profile-box-list li a {
    width: 20px;
    height: 20px;
  }
  .main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .breadcrumb {
    padding: 20px !important;
  }
  .navi-menu-content .category-list li a {
    padding: 10px;
  }
	.box-explanation .explanation-tl {
		font-size:1em;
	}
}

p.form-pic img{
	width:200px!important;
}