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

/* ヘッダー */
#header-container {
  margin-bottom:40px;
}
.header .header-in {
  min-height: 100px;
}
.logo-image{
  padding: 0 !important;
  margin-top: 20px!important;
}
.site-name-text {
  font-size: 16px;/*ロゴ画像高さ調整*/
}
/* ヘッダーナビ */
.navi-in a {
  font-size: 15px;
  font-weight: bold;
}
#navi .navi-in a:hover {
  color: #00A6BD;
}
/* モバイルヘッダー */
.mobile-menu-buttons{
height:80px;
box-shadow: none;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
.logo-menu-button img {
  width: 180px;
}
.fa-search::before, .fa-bars::before, .fa-close:before{
  color: #8B9699 !important;
  font-size: 24px;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

/* モバイルスライドメニュー */
.menu-close-button {
  text-align: right;
  margin: 10px 20px;
}
.menu-drawer {
  padding: 1em 30px;
}
.menu-drawer li{
  font-weight: bold;
}
.menu-drawer a{
  margin: 20px 0;
}
.menu-drawer a:hover{
  color:#00A6BD;
}

/* コンテンツ幅 */
.main {
  padding: 40px;
}
@media screen and (max-width: 834px){
  main.main, div.sidebar{
    padding: 20px 20px 40px!important;
    margin: 10px!important;
  }
}
/* サイドナビなしのコンテンツ幅 */
.no-sidebar .content .main {
  max-width: 800px;
  width: auto;
  margin: auto;
}

/* フッター */
.footer {
  margin-top:40px;
}
.navi-footer-in {
  margin-bottom: 40px;
}
.navi-footer-in a:hover  {
  background-color: #2a2a2a!important;
  text-decoration: underline;
  opacity: 0.8;
}
.navi-footer-in > .menu-footer li {
  border: none;
  padding: 0 16px;
}
.navi-footer-in > .menu-footer li:last-child {
  border: none;
}
@media screen and (max-width: 480px){
  .navi-footer-in > .menu-footer li.menu-item{
    width: 100%;
  }
}

/***********/
/* サイドナビ */
/***********/
.sidebar a:hover{
  color: #00A6BD;
  opacity: 0.8;
}
.sidebar p{
  font-size: 0.9em;
}
.sidebar h2, .sidebar h3 {
  background-color: #EDF7FF;
  margin: 40px 0 16px 0!important;
}
.sidebar .widget-entry-card{
  font-size: 0.9em;
  line-height: 1.6;
}
/* 検索バー */
.wp-block-search__label {
  display: none;
}
.wp-block-search__inside-wrapper {
  padding: 20px 0;
}
/* プロフィール */
.author-box {
  border-color: #EDEDED;
}
.author-box p {
  line-height: 1.8;
}
.nwa .author-box .author-thumb {
  width: 120px;
  margin: 0 auto;
}
.author-thumb .circle-image{
  border: 1px solid #00A6BD;
}
/* タグ表示エリア */
.tagcloud {
  margin-bottom: 60px;
}
.tagcloud a {
  border: 1px solid #8B9699 !important;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 4px;
}
/* 目次 */
.toc-widget-box .toc-title {
  display: none!important;
}


/***********/
/* 記事一覧 */
/***********/

.ect-vertical-card a:hover{
  opacity: 0.8;
}
.entry-card-title {
  margin: 0 0 20px 0;
}
.entry-card-snippet, .related-entry-card-snippet {
  font-size: 14px;
  line-height: 1.6;
  color: #777777;
}
.related-entry-card-thumb{
  width: 240px;
  margin-right: 16px;
}
.related-list a:hover{
  background-color: #f2f2f2;
  opacity: 0.8;
}
.pagination-next{
  display: none;
}
.page-numbers {
  border-color: #333333 !important;
}
@media screen and (max-width: 480px){
  .entry-card-title, .related-entry-card-title {
    font-size: 16px;
    line-height: 1.6;
  }
  .related-entry-card-thumb{
    width: 100%;
    margin: 0px;
  }
}

/***********/
/* 記事詳細 */
/***********/

/* リンクホバー */
.entry-content a:hover {
  text-decoration: none;
  color: #00A6BD;
  opacity: 0.8;
}

/* 日付 */
.post-date, .post-update {
  font-size: 0.9em!important;
  color: #777777!important;
}
.date-tags {
  margin-bottom: 30px;
}

/* 目次 */
.article .toc {
  background-color: #f2f2f2;
  width: 80%;
  margin: auto;
  margin-top: 40px;
  padding: 20px 40px 40px!important;
}
.article .toc a {
  color: #777777!important;
  /*margin: 10px;*/
}
.article .toc-title {
  padding: 0 16px 20px;
}
.article .toc-content {
  color: #00A6BD!important;
}
.article .toc .toc-list {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 480px){
  .article .toc {
    width: 100%;
    padding: 20px!important;
  }
}

/* アイキャッチのカテゴリ非表示 */
.cat-label{
  display: none;
}

/* タイトル */
.entry-title, .archive-title {
  font-size: 32px;
  line-height: 1.4!important;
  padding: 0 80px;
  text-align: center;
  margin-bottom: 20px;
}
.archive-title span {
  display: none;
}
@media screen and (max-width: 480px){
  .entry-title {
    font-size: 24px!important;
    padding: 0!important;
    text-align: left!important;
  }
  .archive-title {
    font-size: 24px;
    padding: 0!important;
  }
}

.article h2 {
  background-color: #ffffff!important;
  line-height: 1.4;
  position: relative;
  margin: 60px 0 20px 0!important;
  padding: 0;
}
.article h2:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  background: -webkit-linear-gradient(to right, rgb(0, 166, 189), #EDF7FF);
  background: linear-gradient(to right, rgb(0, 166, 189), #EDF7FF);
}

.article h3 {
  font-size: 20px;
  margin-top: 60px;
  padding: 12px 16px;
  line-height: 1.4;
  background: #EDF7FF;
  vertical-align: middle;
  border: none;
  border-radius: 24px 2px 2px 24px;/*左側の角を丸く*/
}
.article h3:before {
  content: '●';
  color: #00A6BD;
  margin-right: 10px;
}

.article h4 {
  font-size: 18px;
  color: #00A6BD!important;
  margin-top: 40px;
  color: : #00A6BD;
  border: none;
  border-bottom: dashed 2px #00A6BD;
}
@media screen and (max-width: 480px){
  .article h2 {
    font-size: 20px;
  }
  .article h3 {
    font-size: 18px;
  }
  .article h4{
    font-size: 16px;
  }
}

/* 表組み */
.wp-block-table {
  font-size: 15px;
  line-height: 1.4;
}
.wp-block-table th {
  background-color: #f2f2f2!important;
}
.wp-block-table td, .wp-block-table th {
  border: solid 2px #ccc!important;
  padding: 12px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background-color: #FBFDFF;
}

/* リスト */
.wp-block-list {
  margin-bottom: 0px!important;
}

/* カラム */
.is-layout-flex {
  gap: 24px!important;
}

/* マーカー */
.marker-under {
  background: linear-gradient(transparent 60%, #F3DF80 60%);
}

/* ブログカード */
.blogcard {
  padding: 20px;
  border: 1px solid #00A6BD!important;
}
.blogcard-wrap {
  width: 98%;
}
.blogcard-label {
  background-color: #00A6BD!important;
}
.blogcard-title{
  margin-bottom: 10px;
}
.blogcard-snippet {
  color: #8B9699;
}
.blogcard-footer {
  display: none;
}
@media screen and (max-width: 480px){
  .blogcard {
    padding: 10px;
  }
  .blogcard-title {
    font-size: 1em;
    line-height: 1.4;
  }
  .blogcard-snippet {
    display: none;
  }
}
/* ボタン */
.wp-block-buttons {
  text-align: center;
}
.wp-block-button__link {
  background-color: #00A6BD;
  border-radius: 36px;
  font-size: 18px;
  padding: 10px 36px;
}
.wp-block-button a:hover {
  background-color: #EF7200;
  color: #fff;
}

/* カテゴリ＆タグアイコン */
.cat-link {
  background-color: #00A6BD!important;
  color: #ffffff!important;
}
.tag-link {
  background-color: #EDF7FF!important;
  border: 1px solid #EDF7FF;
}

/* カラーブロック */
.wp-block-group {
  padding: 20px!important;
  gap: 0px!important;
}
.wp-block-group p{
  margin-bottom: 8px!important;
}
body .is-layout-flex {
  gap: 0px;
}

/* 引用ブロック */
blockquote {
  background-color: #f2f2f2 !important;
  border: none !important;
  color: #555555;
  padding: 1.8em;
}
blockquote::before, blockquote::after {
  color: #cccccc !important;
  font-size: 4em;
}

/* 広告ラベル */
.ad-label {
  color: #8B9699;
}

/* PR表記 */
.pr-label-l {
  border: none;
  color: #8B9699;
  background-color: #f2f2f2;
  padding: 8px 16px;
}

/* 旅行紹介 */
.travel {
  width:100%;
}
.travel__img {
  text-align:center;
  width:100%;
}
.travel__title {
  font-weight: bold;
  font-size: 1.2em;
}
.travel__btns {
  width:100%;
  margin-top:20px;
  text-align:center;
}
.travel__btns:after {
  display:block;
  clear:both;
  visibility:hidden;
}
.travel__btns .btn {
  width:100%;
  padding-left:0;
  padding-right:0;
}
/*button*/
.btn {
  border-radius:24px;
  border:0;
  line-height:1.6;
  padding:10px;
}
.btn a:hover {
  opacity: 0.8;
  color: #fff!important;
/*  background-color:#313131;*/
}
.btn.__r {
  background-color:#00B900;
  margin-bottom:10px;
  color:#fff;
}
.btn.__y {
  background-color:#ff0033;
  margin-bottom:10px;
  color:#fff;
}
.btn.__j {
  background-color:#ff5800;
  margin-bottom:10px;
  color:#fff;
}
.btn.__a {
  background-color:#FF2938;
  margin-bottom:10px;
  color:#fff;
}
/*mobile*/
@media screen and (max-width:834px) {
  .travel {
    display: table;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .btn:disabled:hover{
    transform:translateY(4px);
    box-shadow:none;
  }
  .travel__btns.__one > div{
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
}
/*PC*/
@media screen and (min-width:835px) {
  .travel {
    display: table;
    width:100%;
  }
  .travel__img {
    display:table-cell;
    width:40%;
  }
  .travel__img img{
    /*margin-top:40px;*/
    margin-bottom:40px;
  }
  .btn:hover, .btn:focus{
    background-color:#000;
    color:#fff;
  }
  .travel__info {
    display:table-cell;
    vertical-align:top;
    position:relative;
    padding-left:20px;
    width:60%;
  }
  .travel__btns > div {
    float:left;
    margin-bottom:5px;
  }
  .travel__btns {
/*    position: absolute;
    bottom:0;
    box-sizing:border-box;
    padding-right:10px;*/
  }
  .travel__btns.__one > div {
    width:60%;
  }
  .travel__btns.__one > div:not(:last-child) {
    margin-right:1%;
  }
}
/*travel_end*/


/***********/
/* 固定ページ */
/***********/

/* 日付非表示 */
.post-2 .date-tags, .post-3 .date-tags, .post-116 .date-tags {
display: none;
}
/* お問い合わせ */
input[type='submit'] {
  border: none;
  background-color: #00A6BD;
  color: #fff;
  border-radius: 36px;
  font-size: 20px;
}

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

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

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