@charset "utf-8";
/*
Theme Name:  cocoon-master-child
Author:  MAPBOOK
Template:  cocoon-master
Version:  1.0             
*/
/**************************************************
Global
**************************************************/
html {
  margin-top: 0 !important;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .sp-only {
    display: none;
  }
}
/**************************************************
GlobalMenu
**************************************************/
.skin-grayish .navi {
  position: sticky;
  height: auto;
}
.skin-grayish .navi-in > ul > li:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
.mobile-header-menu-buttons.mobile-menu-buttons {
  display: none;
}
/**************************************************
FOOTER
**************************************************/
.footer-right img {
  max-width: 100px !important;
}
.skin-grayish .footer-widgets-mobile .widget_media_image img {
  max-width: 100px !important;
}
/**************************************************
FRONT.PHP
**************************************************/
/*MAIN VISUAL*/
.skin-grayish.front-top-page .container .header-container .header {
  top: -56px; /*g-navの高さ分*/
}
#header-in .logo {
  position: absolute;
  bottom: 8%;
}
.skin-grayish .header-in .site-name-text {
  font-family: "Lavishly Yours", cursive;
  font-weight: 400;
  font-size: 65px;
  line-height: 1;
  letter-spacing: 2px;
  color: #222;
  text-shadow: 0 0 2px rgba(255, 255, 255, .4), 0 0 4px rgba(255, 255, 255, .1), 0 0 8px rgba(255, 255, 255, .1);
}
.tagline {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .6), 0 0 4px rgba(255, 255, 255, .2), 0 0 8px rgba(255, 255, 255, .2);
  position: absolute;
  bottom: 5%;
  padding: 0;
  margin: 0;
  /*color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .2), 0 0 8px rgba(0, 0, 0, .2);*/
}
/*ORIJINAL AREA*/
#original-area {
  margin-bottom: 5em;
}
#original-area .read {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#original-area .topics-wrapper .ul-wrapper {
  margin: 0 0 5em -11px;
  position: relative;
  padding: .5em 10px .5em 1.5em;
  border-top: solid 1px #e4e4e3;
  border-bottom: solid 1px #e4e4e3;
  width: calc(100% + 22px);
}
#original-area .topics-wrapper .ul-wrapper:before, #original-area .topics-wrapper .ul-wrapper:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #e4e4e3;
}
#original-area .topics-wrapper .ul-wrapper:before {
  left: 10px;
}
#original-area .topics-wrapper .ul-wrapper:after {
  right: 10px;
}
#original-area .topics-wrapper .ul-wrapper p {
  margin: 0;
  padding: 0;
}
#original-area .topics-wrapper ul {
  margin: .5em 0;
  padding: 0 .5em 0 0;
  list-style: none;
  height: 320px;
  overflow-y: auto;
}
#original-area .topics-wrapper ul li {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #e4e4e3;
}
#original-area .topics-wrapper ul li .date {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#original-area .topics-wrapper ul li .topics-ttl {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
}
#original-area .topics-wrapper ul li .topics-ttl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2e7";
  font-weight: bold;
  color: #ffffff;
  margin-right: .4em;
  display: inline-block;
  background: #cdcdcc;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
#original-area .topics-wrapper ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  display: inline-block;
  padding-left: .5em;
  color: #e4e4e3;
}
#original-area #chef-group-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#original-area #chef-group-wrapper .chef {
  width: 49%;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 2em;
}
#original-area #chef-group-wrapper .chef .item-top img {
  width: 100%;
}
#original-area #chef-group-wrapper .chef .item-btm {
  padding: 1em 2em 2em;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper {}
/***BANNERS AREA***/
h3.bnr-ttl {
  font-weight: bold;
  padding: 0 5em;
  width: fit-content;
  background-color: transparent;
  margin: 0 auto 2em;
  text-align: center;
  position: relative;
}
h3.bnr-ttl::before, h3.bnr-ttl::after {
  content: '';
  background: #e4e4e3;
  width: 4em;
  height: 2px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h3.bnr-ttl::before {
  left: 0;
}
h3.bnr-ttl::after {
  right: 0;
}
.top-bnr img {
  border: 1px solid #999 !important;
  margin-bottom: 1em;
}
/***POST***/
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li .item-wrapper {
  display: flex;
  justify-content: space-between;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li a.chef-group-img-wrapper {
  width: 25%;
  display: block;
  height: 90px;
  overflow: hidden;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li a.chef-group-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li .right-wrapper {
  width: 73%;
  display: inline-block;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li .right-wrapper h3 {
  font-size: 17px !important;
  line-height: 1.4;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li .right-wrapper .date {
  font-size: 14px;
}
#original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li p {
  margin-top: .5em;
}
/***RSS***/
iframe.rss-wrapper {
  width: 100% !important;
  border: none;
}
/*to the top*/
.go-to-top {
  transition: all 2ms 1ms ease !important;
}
/**************************************************
PAGE
**************************************************/
/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags, .page .author-info {
  display: none;
}
/**************************************************
MEDEIA QUERY
**************************************************/
@media screen and (max-width: 1023px) {
  .skin-grayish .header {
    display: block !important;
  }
  .skin-grayish .header-container {
    background-color: #f1f1f1 !important;
  }
  .skin-grayish .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .home-menu-caption {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .skin-grayish .header-container {
    display: block !important;
    background-color: var(--ohterHeaderBgColor);
  }
}
@media screen and (max-width: 480px) {
  .skin-grayish.front-top-page .container .header-container .header {
    top: 0;
  }
  .logo {
    top: 10px;
    bottom: auto;
  }
  .tagline {
    font-size: 11px !important;
    top: 70px;
    bottom: auto;
  }
  #original-area .topics-wrapper ul {
    height: 180px;
  }
  #original-area #chef-group-wrapper .chef .item-btm {
    padding: 1em;
  }
  #original-area #chef-group-wrapper {
    display: block;
  }
  #original-area #chef-group-wrapper .chef {
    width: 100%;
  }
  #original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li .right-wrapper h3, #original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li p {
    font-size: 14px !important;
    line-height: 1.4;
  }
  #original-area #chef-group-wrapper .chef .item-btm .content-wapper ul li a.chef-group-img-wrapper {
    height: 50px;
  }
}