@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.entry-card-wrap{
  border-style: none;
}
.entry-card-title, .related-entry-card-title {
    line-height: 1.5;
    padding: 8px;
    font-weight: 400;
  }
.related-entries.recb-entry-border .related-entry-card-wrap{
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  border-style: none;
  margin-bottom:7px;
}
.sidebar h3{
  padding: 0.5em 0.8em;
  font-size: 1em
}

/*人気・新着記事 タイトル*/
.widget-entry-card,new-entry-card {
font-size: 15px;
line-height: 1.5em;
}

/*3バナーPC横並び*/
@media (min-width: 768px) {.recommend-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.recommend-1 a {
    flex: 1;
    display: flex;
    justify-content: center;
}

.recommend-1 img {
    display: block;
    max-width: 70%;
    height: auto; 
	}}		

@media (max-width: 767px) {
    .recommend-1 img {
        max-width: 60%;
    }
}

/*検索窓*/
.search-box .search-edit {
font-size: 14px;
padding: 5px 20px;
border-color:#29b199;
border-radius: 30px;
height: 50px;
}
.search-box .search-submit {
top: 0;
right: 0px;
height: 100%;
width: 60px;
color: #29b199;
}

/* 記事概要 */
.post-summary{
	padding: 15px;
	background-color: #F0EEED;
}

.sidebar h3 {
  color: #fff;
  padding: 0.5em 1em;
  display: block; 
  width: 100%; 
  line-height: 1.3;
  background: #807469;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px; /* 左側の角を丸く */
}

.sidebar h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/*見出し*/ 
@media only screen and (min-width: 1024px) {
h2, .entry-card-title, .card-title, .e-card-title {
  font-weight: 600;
	}}

.article h2 
 {
  position: relative;
  padding: 5px;
  border-bottom: 3px solid #29b199;
   background-color:unset;
}

.article h4, .article h5, .article h6,#toc{
	border-color:#29b199;
}

.article h3
{
	border-right:unset;
	border-bottom:unset;
	border-top:unset;
	border-left: solid 4px #29b199;
}

/*見出し太さ*/
.article h1,.article h2,.article h3,.sidebar h3, {
	font-weight:500;
}


/*ページネーション*/
.pagination-next-link {
	display: none;
}
.page-numbers { /*通常時*/
	color: #807469;
  border: 1px solid #807469;
	border-radius: 50%;
}
.pagination .current { /*現在のページ*/
	background-color: #807469;
         color: #fff;
}
.pagination .next{ /*次のページ*/
	background-color:  #807469;
	color:#fff;
}
.pagination .prev{ /*前のページ*/
	background-color:  #807469;
	color: #fff;
}
.page-numbers.dots { /*ドット「…」の部分*/
	opacity: 1;
	background: none;

}
.pagination a:hover { /*マウスホバー時*/
	background-color: #807469;
        color: #fff;
}

/* 目次上下余白 */
#toc {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*エントリーカード余白*/
.ect-vertical-card .entry-card-wrap {
  padding: 10px;
}

/*cat-label（カテゴリラベル）の位置と文字*/
.cat-label
 {	
top: auto;
	 bottom: 7%;
line-height: 1.8;	
font-size: 0.67em;	
font-weight: 500;
	 border: 0;
	 background-color: #fff;
	 color: #333;
}

/*黄色マーカー差し替え*/
.marker {
background: linear-gradient(transparent 70%, #FFF78A 60%);
}

/*キーワード*/
.tagcloud a {
    background: none; 
    border: none;
    display: inline-block;
    padding: 1px ;
    text-decoration: none;
    margin: 5px;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tag-caption .fa-tag {
    display: none;
}

.tagcloud a::after {
    content: ''; 
    position: absolute;
    bottom: -3px; 
    left: 0; 
    width: 100%; 
    height: 2px;
    background-image: radial-gradient(circle, #29b199 1px, transparent 1px); /* ドットの線 */
    background-size: 10px 2px; /* ドットのサイズ */
    background-repeat: repeat-x; /* x軸方向に繰り返し */
}

.tagcloud a:hover {
    color: #29b199;
}

 /*アイキャッチマスク*/
.wp-post-image {
    opacity: 0.7; 
}

/*書籍一覧*/
.bmarker {
    background: #88796C;
	color: #fff;
}

/* プロフィール画像PC用のスタイル */
.top-profile {
    margin: -20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.top-profile .pc-image {
    display: block; /* PC用画像を表示 */
    width: 100%;
    height: auto;
}

.top-profile .mobile-image {
    display: none; /* スマートフォン用画像を非表示 */
}

/* スマートフォン用のスタイル */
@media (max-width: 767px) {
    .top-profile .pc-image {
        display: none; /* PC用画像を非表示 */
    }

    .top-profile .mobile-image {
        display: block; /* スマートフォン用画像を表示 */
        width: 100%;
        height: auto;
    }
}

.header-container-in.hlt-top-menu {
  width:100%;
}
/*ヘッダー下の余白 */
.entry-content {
  margin-top: 0;
}
.content {
    margin-top: 0px;
}

.date-tags {
  margin-bottom: 0;
}

.main {
  border-top: none;
}

/* トップ画像横幅 */
.top-1 { 
    margin: -20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.top-1 img {
    width: 100%;
    height: auto;
    display: block;
}
.top-1 .pc-image {
    display: block;
}
.top-1 .mobile-image {
    display: none;
}

@media (max-width: 767px) {
    .top-1 .pc-image {
        display: none;
    }
    .top-1 .mobile-image {
        display: block;
    }
}		

/* プロフィールタイトル */
.responsive-image {
    width: 100%;
}
/* PCの時だけサイズを80%に設定 */
@media only screen and (min-width: 1024px) {
    .responsive-image {
        width: 80%;    }}

#search-3 {
	padding-top:50px;
}

/* PCホバー拡大 */
@media (min-width: 992px) {
    .c-circle-container {
        display: block; 
        position: relative;
        width: 1000px;
        height: 1000px;
        margin: 0 auto;    }

    .c-circle-item {
        position: absolute;
        width: 320px; 
        height: 320px;
        text-align: center;    }

    .c-circle-item:nth-child(1) {
        top: 20%; 
        left: 50%;
        transform: translate(-50%, -50%);    }

    .c-circle-item:nth-child(2) {
        top: 40%; 
        left: 75%;
        transform: translate(-50%, -50%);    }

    .c-circle-item:nth-child(3) {
        top: 70%;
        left: 67%;
        transform: translate(-50%, -50%);    }

    .c-circle-item:nth-child(4) {
        top: 70%; 
        left: 33%;
        transform: translate(-50%, -50%);    }

    .c-circle-item:nth-child(5) {
        top: 40%;
        left: 25%;
        transform: translate(-50%, -50%);    }

    .c-circle-item img {
        max-width: 100%;
        max-height: 100%;
        transition: transform 0.3s ease;    }

    .c-circle-item:hover img {
        transform: scale(1.1);     }

    .c-circle-center {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px; 
        height: 320px;    }

    .c-circle-center img {
        max-width: 85%;
        height: auto;   }

    .desktop-hide {
        display: none;     }

    .desktop-only {
        display: block;    }
}

@media (max-width: 991px) {
    .c-circle-container {
        display: none;     }

    .desktop-hide {
        display: block;    }

    .desktop-only {
        display: none;    }}

/* スマホフェードイン */
@media (max-width: 991px) {
    .f-circle-container {
        display: block;
        width: 300px;
        margin: 0 auto;    }

    .f-circle-item {
        width: 300px;
        height: 300px;
        text-align: center;
        opacity: 0;
        transition: opacity 1.5s ease-out, transform 1.5s ease-out;
        margin-bottom: 20px;    }

    .f-circle-item img {
        max-width: 100%;
        max-height: 100%;    }

    .f-circle-item.fade-in-left {
        transform: translateX(-150px);
    }

    .f-circle-item.fade-in-right {
        transform: translateX(150px);
    }

    .f-circle-item.visible {
        opacity: 1;
        transform: translateX(0);    }

       .mobile-only {
        display: block;    }

       .desktop-only {
        display: none;    }}

@media (min-width: 992px) {
    .f-circle-container {
        display: none;    }

      .mobile-only {
        display: none;    }

      .desktop-only {
        display: block;    }}


    /* ２カラム調整*/
.column-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px; 
}

.column-left,
.column-right {
  flex: 1;
  padding: 20px;
}

.column-left img,
.column-right img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .column-wrap p {
    text-align: center;
  }
}

/* ２カラムスマホ縦並び */
/* 親要素でflex指定 */
.reversebox {
 display: flex;
}
@media screen and (max-width: 600px) {
 .reversebox {
  flex-direction: column; }}

/* 子要素に縦向きの際の並び順を指定 */
@media screen and (max-width: 600px) {
.order1 {
  order: 1;}
.order2 {
  order: 2;}}


/*背景色横幅一杯*/
.haikei {
  background: #ffffe0;
  margin: 0 calc((100% - 100vw) / 2);
  padding: 5px ;
}

.haikei > h2 {
  margin: 0 calc((100% - 100vw) / 2);
  padding: 5px calc((100vw - 1142px) / 2) 15px;
	background: #ffffe0;
}

.haikei > p,
.haikei > div,
.haikei > h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
}

@media screen and (max-width: 1202px) {
  
  .haikei > h2 {
    padding: 25px calc((100vw - 100%) / 2) 15px;
  }
}

@media screen and (max-width: 768px) {
  
  .haikei {
    padding: 10px 1em;
  }
  
  .haikei .column-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  
  .haikei > h2 {
    padding: 10px calc((100vw - 100%) / 2) 8px;
  }
}
/*背景色横幅一杯ここまで*/

/*みどり背景色横幅一杯*/
.haikei-green {
  background: #edf3d8;
  margin: 0 calc((100% - 100vw) / 2);
  padding: 48px 20px 70px;
}

/* 中身全体 */
.green-report-area {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* タイトルエリア */
.green-report-title {
  margin-bottom: 34px;
}

/* 2行とも別行にする */
.green-report-title .title-line {
  display: table;
  width: auto;
  background: #fff;
  color: #38b1a1;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 5px 15px;
  margin: 0 auto 10px;
  white-space: nowrap;
}

.green-report-title .title-line:last-child {
  margin-bottom: 0;
}

/* スライド部分 */
.green-report-slider {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

/* スライド内余白リセット */
.green-report-slider p {
  margin: 0 !important;
}

/* ボタンエリア */
.green-report-button {
  text-align: center;
  margin-top: 6px;
}

/* ボタン */
.green-report-button a {
  display: inline-block !important;
  background: #31b5a6 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  padding: 6px 30px !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none !important;
  min-width: auto !important;
}

.green-report-button a:hover {
  opacity: 0.88;
  color: #fff !important;
  text-decoration: none !important;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .haikei-green {
    padding: 36px 16px 50px;
  }

  .green-report-title {
    margin-bottom: 26px;
  }

  .green-report-title .title-line {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 7px 14px;
    white-space: normal;
  }

  .green-report-slider {
    margin-bottom: 22px;
  }

  .green-report-button a {
    font-size: 16px !important;
    padding: 11px 24px !important;
    border-radius: 9px !important;
  }
}



/*掛け算画像PC表示*/
@media only screen and (min-width: 1024px) {.mpsize {
    width: 80%;
    margin: 0 auto;
	}}

/*繊細っ子・数字で見るタイトル*/
@media (max-width: 767px) {
.midashi {
    transform: scale(1.3);
    transform-origin: center; 
	}}

/* 画像ボヤケ */
img {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

/* 書籍縦並び */
.book-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}

.book-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 2px;
  box-sizing: border-box;
}

.book-item .book-image {
  text-align: center;
}

.book-image{
	background-color: #f5f4f3; 
	padding-top: 10px;
	margin: 0 auto; }

.book-item .book-image img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

.book-description {
  margin-top: 10px;
	
}

@media screen and (max-width: 768px) {
  .book-item {
    width: 100%; /* スマホ表示では1列に並べる */
  }
}

#container {
    overflow: hidden;
}

/* 体験斜線 */
.decorative-line {
  position: relative;
  height: 10px; /* 少し高さを大きくする */
  width: 30%; /* ラインの幅を50%に設定 */
  margin: 30px auto; /* 自動的に中央揃え */
}

.decorative-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-repeating-linear-gradient(-45deg, #29b199, #29b199 3px, #fff 3px, #fff 6px);
  background: repeating-linear-gradient(-45deg, #29b199, #29b199 3px, #fff 3px, #fff 6px);
}

/* タブ切り替えもっと見るボタン */
.list-more-button-wrap {
    text-align: center;
}
.list-more-button {
    display: inline-block;
    padding: 0.3em 2em;
    text-decoration: none;
    color: #333;
    border: solid 2px var(--cocoon-basic-border-color);
    transition: 0.4s;
    margin: 1em 0 2em;
    font-size: 16px;
    border-radius: 99px;
}

/* クリックデザイン */
.parent-container {
  display: flex;
  justify-content: center; /* 子要素を中央に揃える */
}

.fukidashi-01-07 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #807469;
}
.fukidashi-01-07::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #807469;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
  rotate: 50deg;
}

/*エントリーカードを二列*/
.widget-entry-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.widget-entry-cards.card-large-image .a-wrap {
    box-sizing: border-box;
    max-width: 48%;
    margin-bottom: 10px; 
    padding: 10px;
}

input[type=submit] {
	background-color: #E5F5F4;}

/*インデックストップカテゴリー*/
.postform{font-size:14px;
color:#757575;
border-color:#29b199;
border-radius: 30px;
    height: 50px;}

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

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

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