@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
body
{
  background-attachment: fixed;
  background: url(assets/images/bg_blue.jpg) no-repeat left bottom / cover;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo, sans-serif, sans-serif;
}
a:hover
{
  color: #06c755;
}
/* header */
.header
{
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 621px){
  .header
  {
    padding: 2px 18px;
  }
}
.header-container
{
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.header-container .cf::after
{
  display: none;
}
.header-in
{
  margin: 0;
}
.header-logo
{
  display: inline-block;
  line-height: 0;
  width: 29vw;
}
@media screen and (min-width: 621px){
  .header-logo
  {
    width: 180px;
  }
}
.navi-in > ul
{
  justify-content: space-around;
  margin: 1em auto 0;
  width: 39em;
}
.navi-in > ul li
{
  display: inline-block;
  height: auto;
  width: auto;
}
.navi-in a:hover
{
  background:transparent;
}
.header-in.wrap,
.navi-in.wrap
{
  width: auto;
}
.header-contact-btn
{
  align-items: center;
  display: flex;
  margin: 0 0 0 auto;
}
.contact-btn
{
  background-color: #FF693A;
  border-bottom: 4px solid #a94525;
  border-left: 4px solid #ffb199;
  border-radius: 30px;
  border-right: 4px solid #a94525;
  border-top: 4px solid #ffb199;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0.25em 1.25em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.contact-btn:hover
{
  border-bottom: 4px solid #ffb199;
  border-left: 4px solid #a94525;
  border-right: 4px solid #ffb199;
  border-top: 4px solid #a94525;
  color: #fff;
}
@media screen and (min-width: 621px){
  .contact-btn
  {
    padding: 12px 50px;
  }
}


/* footer */
.footer
{
  background:#284B6D;
  color: #fff;
  height: 130px;
}
.navi-footer-in > .menu-footer li.menu-item
{
  border-left: 1px solid #fff;
  flex: initial;
  margin: 0;
  padding: 0 0.5em;
  width: auto;
}
.footer a
{
  color: #fff;
}
.footer-bottom.fnm-text-width .menu-footer li a
{
  display: inline;
  padding: 0;
}
.footer a:hover
{
  background:transparent;
  color: #fff;
}
.navi-footer-in > .menu-footer li:first-child
{
  border: none;
}
.navi-footer-in > .menu-footer li:last-child
{
  border-right: none;
}
.footer-widgets-mobile,
.footer-mobile,
.body .widget-footer-mobile
{
  line-height: 0;
  margin: 0;
  padding: 0;
}
.footer-mobile
{
  bottom: 0;
  left: 0; 
  opacity: 0;
  position:fixed;
  transform:translate(0,100%);
  width: 100vw;
  z-index: 2;
}
.footer-mobile.show
{
  opacity: 1;
  transform: translate(0,0);
}


/* content common settings */
.content
{
  margin: 0;
  padding: 17vw 5vw 0;
}
@media screen and (min-width: 621px){
  .content
  {
    margin: 0;
    padding: 100px 0 0;
  }
  .content-in.wrap
  {
  width: 100%;
  }
  .content-in
  {
    justify-content: center;
  }
}


/* sidebar */
.sidebar
{
  transition: all 0.2s ease-in-out;
}
.sidebar h3
{
  margin-top: 0;
}
.widget_categories ul li.cat-item a
{
  display: block;
  padding: 10px 1em;
  transition: all 0.5s ease-in-out;
}
.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item a.current:hover
{
  background: #06c755;
  color: #fff;
}
.widget_categories ul li.cat-item a.current
{
  background: #284B6D;
  color: #fff;
}
ul + .widget-title
{
  margin-top: 2rem;
}
.widget_categories ul li.tag-item
{
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.widget_categories ul li.tag-item a
{
  background: #284B6D;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.25rem;
}
@media screen and (min-width: 1024px){
  .sidebar
  {
    background: transparent;
    border: none;
    left: 0;
    padding: 0 0 0 20px;
    position: fixed;
    top: 100px;
    width: 15%;
  }
  .front-top-page .sidebar
  {
    top: 510px;
  }
}
@media screen and (min-width: 1400px){
  .sidebar
  {
    width: 20%;
  }
}


/*front page*/
/* slide */
.swiper
{
  width: 100%;
}
.swiper-wrapper
{
  margin-bottom: 40px;
}
.swiper-slide-set,
.swiper-slide
{
  border-radius: 10px;
  overflow: hidden;
}
.swiper-slide-set
{
  position: relative;
}
.swiper-slide-set a
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.slide-title-set
{
  background: #fff;
  color: #000;
  padding: 1rem;
  width: 100%;
}
.slide-category,
.slide-tag
{
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 0.5em;
  padding: 0 0.5em;
}
.slide-category
{
  background: #06c755;
  border-radius: 2em;
}
.slide-tag
{
  background: #284B6D;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media screen and (min-width: 621px){
  .swiper-slide-set,
  .swiper-slide
  {
    height: 360px !important;
    width: 640px !important;
  }
    .slide-title-set
    {
      background: rgba(0,0,0,0.5);
      bottom: 0;
      color: #fff;
      height: 40%;
      padding: 1rem;
      position: absolute;
      width: 100%;
    }
}
/* main */
.front-top-page .main
{
  background: transparent;
  border: none;
  padding: 0;
}
.front-page-category
{
  background: #fff;
  margin: 0 auto 2rem;
  padding: 2rem;
}
.front-page-title
{
  font-size: 1.5rem;
  text-align: center;
}
.front-page-title-en
{
  background-color: #284b6e;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  inline-size: fit-content;
  line-height: 1.5;
  margin: 0 auto 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.6rem;
}
@media screen and (min-width: 621px){
  .front-page-title
  {
    font-size: 2.5rem;
  }
  .front-page-title-en
  {
    font-size: 1rem;
    margin: 0 auto 1.5rem;
  }
}
.front-page-post + .front-page-post
{
  margin: 2rem 0 0 0;
}
.front-page-post-link,
.entry-card
{
  background: rgba(0,0,0,0.05); 
  border-radius: 1rem;
  color: #333;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.front-page-post-img,
.entry-card-thumb
{
    border-radius: 0.5rem 0.5rem 0 0;
    float: none;
    margin: 0;
    width: 100%;
}
.front-page-post-inner,
.entry-card-content
{
  margin: 0;
  padding: 0.5rem 1.5rem 1.5rem;
}
.front-page-post-category,
.front-page-post-tag
{
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  padding:0 0.25rem;
}
.front-page-post-category
{
  background: #06c755;
  border-radius: 2em;
}
.front-page-post-tag
{
  background: #284B6D;
  border-radius: 5px;
  border: 1px solid #fff;
}
.front-page-post-archive
{
  margin: 2rem 0 0 0;
  text-align: right;
}
.front-page-post-category-link
{
  background: #284B6D;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.front-page-post-category-link:hover
{
  background: #06c755;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
  color: #fff;
}
@media screen and (min-width: 621px){
  .front-page-post-link
  {
    flex-direction: row;
    justify-content: space-between;
  }
  .front-page-post-link:hover,
  .entry-card:hover
  {
    color: #333;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    background: #fff;
    transform: scale(1.01,1.01);
    transform-origin: center center;
  }
  .front-page-post-img,
  .entry-card-thumb
  {
    border-radius: 0.5rem 0 0 0.5rem;
    width: 30%;
  }
  .entry-card-thumb img
  {
    height: 100%;
    object-fit: cover;
  }

  .front-page-post-inner,
  .entry-card-content
  {
    padding: 1.5rem;
    width: 70%;
  }
}

/* entry-card */
.archive main.main
{
  padding: 2rem;
}
.a-wrap
{
  border-radius: 0.5rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.e-card-title
{
  font-size: 20px;
}
.entry-card-meta
{
  position: initial;
}
.entry-card-terms
{
  text-align: left;
}
.entry-card-post-category,
.entry-card-post-tag
{
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  padding:0.25rem 0.5rem;
}
.entry-card-post-category
{
  background: #06c755;
  border-radius: 2em;
}
.entry-card-post-tag
{
  background: #284B6D;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (min-width: 621px){
  .entry-card
  {
    flex-direction: row;
  }
}

/*article common style*/
.article h3
{
  border: none;
  border-bottom: 4px solid #294B6E;
  padding: 0.5em 0;
}
.article dl.spec-list
{
  margin:0;
  padding:0;
}
.article dl.spec-list dt
{
  border-left:solid 6px #01C756;
  font-weight:bold;
  margin: 0;
  padding: 0 0 0 0.5em;
}
.article dl.spec-list dd
{
  margin:0 0 1em;
}
.article dl.spec-list dd .note
{
  font-size:0.8em;
}
.article-readmore-link
{
  background: #284B6D;
  border-radius: 2rem;
  color: #fff;
  display: block;
  margin:0 0 0 auto;
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width:fit-content;
}
.article-contact-link
{
  border-radius: 2em;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
  width: fit-content;
}
.article ol.article-ol
{
  padding:0 0 0 1em;
}
.article ol.article-ol li
{
  padding:0;
}
.article ul.article-ul-alert
{
  list-style:none;
  padding:0;
}
.article ul.article-ul-alert li
{
  padding: 0 0 0 1.5em;
  text-indent: -1em;
}
.article ul.article-ul-alert li:before
{
  color: #ffcc00;
  content: '\f071';
  display: inline-block;
  font-family: 'FontAwesome';
  margin: 0;
  text-indent: -0.5em;
  width: 1rem;
}
.article dl.number-list dt
{
  display:list-item;
  font-weight:bold;
  list-style:decimal inside;
}
.article dl.number-list dd li
{
  list-style:none;
}
.article dl.number-list dd ul
{
  padding:0 0 0 1em;
}
.article dl.number-list dd li:before
{
  color: #284b6e;
  content: '\f058';
  display: inline-block;
  font-family: 'FontAwesome';
  margin: 0;
  width: 1rem;
}
.plans
{
  display:flex;
  flex-direction:column;
}
