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










/************************************
** 子テーマ用のスタイルを書く
************************************/

body {
	background-color: #ffffff;
}

.header-container {
	border-top: solid 5px #749678;
	padding: 10px 0;
}

/***** アピールエリア *****/

.appeal {
	min-height: calc(100vh - 85px);
}

.appeal-content {
	color: #ffffff;
	background-color: transparent;
}

.hvn1-slick img {
	height: calc(100vh - 85px) !important;
}

.appeal-message {
	height: initial !important;
}

.appeal-message::after {
   background-image: none !important;
}

.scrolldown {
	bottom: 40px !important;
}




/***** エントリーカード *****/

.a-wrap:hover {

	background:rgba(214,233,202,0.5);

}


.mt_name-label {
	display: none;
}
.entry-card-snippet .disc_gray {
	margin-left: 10px;
}

.entry-card-snippet dt.date::before {
	content: "\f272";
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
}

.entry-card-snippet dt.route::before {
	content: "\f279";
	font-family: "Font Awesome 5 Free";
	padding-right: 3px;
}

.entry-card-snippet dt.time::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 5px;
}

.entry-card-snippet dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.entry-card-snippet dt {
	width: 30%;
	padding: 4px 0;
}

.entry-card-snippet dd {
	width: 70%;
	text-align: right;
	padding-right: 5px;
	padding: 4px 0;
}

.front-top-page .front-page-type-category .entry-card-snippet {
	display: block;
}

.list-new-entries .list-title, .front-top-page .front-page-type-category .list-columns .list-column:first-child h1 {
 	margin-top: 1.4em;
 	margin-bottom: .4em;
}

 .navi,  .site-name-text,  .sub-caption,  .mobile-menu-buttons .menu-caption,  .navi-footer,  .menu-drawer,  .logo-menu-button,  .list-new-entries h1,  .list-columns h1,  .list-columns::after,  .related-entry-heading,  .comment-title,  .comment-btn,  .sidebar h3,  .footer h3,  .main-widget-label, .blank-box.bb-tab .bb-label {
 	font-family: "Spectral",YuGothic,"Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",var(--skin-grayish-default-font),sans-serif;
 	font-weight: 400;
	letter-spacing: .1rem;
}

.list-new-entries h1, .front-top-page .front-page-type-category .list-columns .list-column:first-child h1 {
	font-size: 48px;
	position: relative;
}

.list-title {
	text-align: center;
  	font-size: 18px;
 	margin-top: 2em;
 	margin-bottom: 1em;
}

.list-new-entries h1::before {
	content: "New Post";
}

.list-new-entries h1::before, .front-top-page .front-page-type-category .list-columns .list-column:first-child h1::before, .front-top-page :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns::after {
	  display: block;
	  content: "New Post";
	  color: var(--skin-grayish-site-main-hover);
		color: #749678;
	  width: -moz-fit-content;
	  width: fit-content;
	  height: 2em;
	  position: absolute;
	  top: -1em;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 1;
}

.list-new-entries .list-title-in {
	font-size: 20px;
	padding: 0;
	white-space: normal;
}

.list-title-in {
  position: relative;
  display: inline-block;
}

.list-new-entries .list-title-in::before,  .list-columns .list-title-in::before {
  display: block;
  content: "";
  background-color: #749678;

  width: 2ch;
  height: 2px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.list-title-in::after {
  height: 0;
  background-color: none;
}

.front-top-page .front-page-type-category .list-columns .list-column:first-child h1::before, .front-top-page :where(.front-page-type-category-3-columns, .front-page-type-category-2-columns) .list-columns::after {
  content: "Category";
}

.list-columns .list-title-in,  .content-bottom .widget-content-bottom-title {
  font-size: 20px;
  font-weight: 400;
  white-space: normal;
  padding: 4px 0;
  border-bottom: none;
}

.front-top-page .list-columns .list-column {
  position: relative;
}

.front-top-page .list-columns:not(.fpt-3-columns, .fpt-2-columns) .list-column:nth-child(2n+1)::before {
	display: block;
	content: "";
	background-color: #f5f4f1;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	inset: 0;
	z-index: -110;
}

.front-top-page .list-columns:not(.fpt-3-columns, .fpt-2-columns) .list-column:nth-child(2n)::before {
   background-color: #ffffff;
}

.front-top-page .list-columns .list-column {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.a-wrap:hover {
    background:rgba(214,233,202,0.5);
}

/* もっと見るボタン */

.list-more-button {
    padding: 0.3em 4em;
	border: solid 1px #749678;
	margin: 3em 0 2em;
    border-radius: 3px;
}

.list-more-button:hover {
    background-color: #749678;
	color: #ffffff;
}


/***** プロフィール *****/

.content-bottom .content-bottom-in {
	padding: 0 28px;
}

.content-bottom .widget_author_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2rem 0 6rem;
  position: relative;
}

.content-bottom .widget_author_box .author-box {
	margin-bottom: 3.6em;
}
/*
.content-bottom .widget_author_box::before {
  background-image: url(https://002.konakia.net/wp-content/uploads/2025/02/IMG_6872-scaled.jpg);
}
*/
.content-bottom .widget_author_box::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

:where(.main, .content-bottom, .content-top) .author-box {
  display: grid;
  place-content: center;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto,180px) minmax(500px,1fr);
  row-gap: 0;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4em;
  margin-bottom: 0;
  position: relative;
}

/***** 投稿ページ *****/

.main {
 	padding: 0 29px 36px;
 }


.article h2 {
    font-size: 24px;
    background-color: transparent;
    border-radius: var(--cocoon-badge-border-radius);
	border-bottom: solid 4px #cccccc;
    margin: 4em 0 2em 0;
    padding: 16px 0;

    position: relative;
}

.article h2::before {
    display: block;
    content: "";
    width: 30%;
    border-bottom: solid 4px #749678;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 1;
}

.article h3 {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 22px;
    padding: 12px 0;
}

.entry-content > p, .article h3, blockquote, .wp-block-cocoon-blocks-balloon-ex-box-1 {
	margin-left: 60px;
	margin-right: 60px;
}

.iconlist-box.naiyou {
	margin-left: 180px;
	margin-right: 180px;
}

.iconlist-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    border-bottom: double 3px #bcb2a4;
    padding-bottom: 10px;
    line-height: 1.5;
}

.iconlist-box li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-color: #bcb2a4;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-left: 10px;
}



cite {
	text-align: right;
}

.gmap {
	width: 100%
}


/***** フッター *****/

.footer {
  padding: 0;
		background-image: url(https://itsuka-aruhi.net/wp/wp-content/uploads/2024/08/bg_washi_green.jpg);
}




.footer h3 {
    background: none;
    font-size: 25px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Slackside One', cursive;
}
.footer h3::after {
    right: 0;
}

.footer h3::before {
    left: 0;
}

.footer h3::before, .footer h3::after {
    content: '';
    position: absolute;
    top: 60%;
    width: 25%;
    border-top: 2px solid #749678;
}

.tagcloud a {
    background: none;
    border: 1px solid #bcb2a4;
    border-radius: 20px;
    color: #40210f;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 2px;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}


.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a {
	font-size: 16px;

}

.logo-footer .site-name-text-link {
  display: none;
}

.footer-bottom {
  
    padding: 8px;
	padding: 8px 8px 32px;
   
}
/*
.footer-bottom::before {
	display: block;
	content: "";
	background-color: #666666;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	inset: 0;
	z-index: 1;
}

.footer-bottom {
	margin-top: 24px;
	padding: 8px;
	position: relative;
	font-size: 14px;
}

.footer-bottom-content {
	float: inherit;
	text-align: center;
}








*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/











/*480px以下*/
@media screen and (max-width: 480px){

.appeal {
	min-height: calc(100vh - 100px);
}

.hvn1-slick img {
	height: calc(100vh - 100px) !important;
}

.header-container {
	border-top: none;
	padding: 0;
}

.scrolldown {
	bottom: 60px !important;
}

.entry-content > p, .article h2, .article h3, blockquote, .wp-block-cocoon-blocks-balloon-ex-box-1 {
	margin-left: 0;
	margin-right: 0;
}

.iconlist-box.naiyou {
	margin-left: 0;
	margin-right: 0;
}
	
	
}/*480px以下*/







/*フルワイドにした時の横スクロールバー対策*/
body {
  overflow-x: clip;
}