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

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

/* 基本設定＜始まり＞*/

*, *::before, *::after {
	box-sizing: border-box;
}

.article h2 {
	background: none;
	padding: 0;
	font-weight: normal;
}

.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	font-weight: normal;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h5 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h6 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article p {
	border-bottom: none;
	padding: 0;
	font-size: 16px;
	line-height: 40px;
}

.page .entry-title {
    display: none;
}

.entry-card .cat-label {
	display: none;
}

article {
	margin: 0 auto !important;
	padding: 0;
}
.wp-block-image {
  margin-bottom: 0;
}

.content-in {
	width: 100% !important;
}

.container {
	width: 100% !important;
	
}
.entry-content{
	margin: 0;
}
.footer {
	margin-top: 0;
	padding: 8px 0;
}
/* 基本設定＜終わり＞*/

/* コンテンツ */
main {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.content{
	margin: 0;
	padding: 0;
	min-height: calc(100vh - 210.2px);
}
#container {
	background-color: #fff;
	min-height: 100vh !important;
}
article {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.entry-content {
	margin: 0;
}
section {
	width: 100%;
	margin: 0px auto !important;
}

.section-wrapper {
	width: 80%;
	max-width: 1100px;
	margin: 0px auto !important;
	padding: 40px 30px 40px 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
/* ヘッダー */
#navi ul{
	justify-content: flex-end;
}
#navi li{
	width: 130px;
	font-weight: bold;
}

/* タイトル */
.wp-block-heading-title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
h1.wp-block-heading-h1 {
	font-size: 32px;
	color: #0a0a0a;
	margin-bottom: 5px !important;
	font-weight: bold;
	text-align: left;
}
h2.wp-block-heading-h2 {
	font-size: 16px;
	color: #0a0a0a;
	margin-bottom: 5px !important;
	font-weight: normal;
	text-align: left;
}
/* フッター */
.footer-widgets{
	margin: 0;
}
.footer-left{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
.footer-left .footer-logo-item{
	height: auto;
}
.footer-left .footer-logo-item img{
	width: 200px;
}
.footer-center{
	display: none;
}
.footer-right{
	display: none;
}
.footer-bottom{
	margin: 0;
}
#nav_menu-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#nav_menu-2 a:hover{
	background-color: #0a0a0a;
}
.menu-%e3%83%95%e3%83%83%e3%82%bf%e3%83%bc%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
	padding: 0 10px;
	border-left: solid 1px #fff;
	height: 30px;
	display: flex;
	align-items: center;
}
.menu li:last-child {
	border-right: solid 1px #fff;
}
.menu li a{
	font-size: 14px;
}
#navi-footer-in{
	display: none;
}
#custom_html-2{
	margin: 0;
}
#nav_menu-2{
	margin: 0;
}
/* 線 */
.line{
	width: 100%;
	border-top: solid 1px #0a0a0a;
}
/* ボタン */

/* ボタン*/
a.main-button {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px !important;
	background: #fff;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 10px auto !important;
	border: 1.5px solid #fff !important;
	cursor: pointer;
	height: 60px !important;
	text-decoration: none;
}

a.main-button:after {
	content: " ";
	width: 0%;
	height: 100%;
	background: #0a0a0a;
	position: absolute;
	transition: all 0.3s ease-in-out;
	right: 0;
	border-radius: 3px !important;
}

a.main-button:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

a.main-button span {
	display: block;
	width: fit-content;
	text-align: center;
	text-decoration: none;
	width: fit-content;
	padding: 18px 70px 18px 55px;
	color: #0a0a0a;
	letter-spacing: 1px;
	z-index: 20;
	transition: all 0.1s ease-in-out;
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

a.main-button span::after {
	position: absolute;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%230a0a0a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2018l6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M13%206l6%206%22%20%2F%3E%3C%2Fsvg%3E');
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	background-size: 28px 28px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.6s ease;
}
a.main-button:hover span {
	color: #fff;
	/* 	animation: scaleUp 0.3s ease-in-out; */
}
a.main-button:hover span::after {
	position: absolute;
	content: '';
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2018l6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M13%206l6%206%22%20%2F%3E%3C%2Fsvg%3E');
	display: inline-block;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	background-size: 28px 28px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	right: 15px;
	top: 50%;
	transform: translate(5px, -50%);
}

/* 投稿ページ */
.post-template-default .entry-header {
    margin: 40px auto 0 auto;
    width: 94%;
    max-width: 1100px;
    border-bottom: solid 1px #333;
    position: relative;
}

.post-template-default .entry-header::after {
    content: "";
    position: absolute;
    bottom: -6px; /* 下線との間隔 */
    left: 0;
    width: 100%;
    height: 1px; /* 外側の線の太さ */
    border-bottom: solid 1px #333;
}

.post-template-default .entry-content{
	margin: 20px auto 40px auto;
	width: 94%;
	max-width: 1100px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/* コンテンツ */
	.content{
		min-height: calc(100vh - 155.2px);
	}
	/* モバイルメニュー */
	.mobile-menu-buttons {
		background: #0a0a0a;
		color: #fff;
	}
	#header-container{
		display: none;
	}
	#navi-menu-content {
		width: 100% !important;
		max-width: 100% !important;
		background-color: #333333E6;
		top: 50px;
	}
	.menu-drawer {
		margin-top: 10px;
		margin-bottom: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.menu-drawer a {
		color: #ffffff;
	}

	.menu-drawer a:hover {
		background-color: transparent;
		color: #fff;
	}
	.menu-drawer .menu-item{
		display: inline-flex;
		justify-content: center;
		align-items: center !important;
		border: 1px solid #fff;
		border-radius: 40px;
		width: 220px;
		max-width: 250px;
		margin: 30px auto 0 auto;
		padding: 0 20px;
	}
	.menu-drawer .menu-item a{
		text-align: center;
		width: 175px;
		height: 40px;
		font-size: 20px;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start;
		margin: auto;
	}
	.menu-drawer .menu-item a::before {
		content: '';
		display: flex;
		width: 20px;
		height: 20px;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
		background-size: 12px 12px !important;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		border-radius: 50%;
		transition: transform 0.3s ease;
		transform: scale(1, 1);
		position: relative;
		left: 0;
		margin-right: 20px;
	}
	.menu-drawer .menu-item a:hover::before {
		transform: translateX(5px);
	}
	.logo-menu-button{
		justify-content: flex-start !important;
	}
	.logo-menu-button a{
		margin-left: 20px;
	}
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	/* タイトル */
	h1.wp-block-heading-h1 h1{
		font-size: 26px ;
	}
	#navi-footer-in{
		display: block;
	}
	.content{
		min-height: calc(100vh - 123.59px);
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/* タイトル */
	h1.wp-block-heading-h1{
		font-size: 24px ;
	}
	.content{
		min-height: calc(100vh - 152.78px);
	}
}
