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

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

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

/* 全体サイズ---------------------------------------------- */
.content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.content-in {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px 10% !important;
}
.entry-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 960px){
.main {
  padding: 0px 30px !important;
}
}

@media screen and (max-width: 600px){
.main {
  padding: 0px 15px !important;
}
}

/* ボタン---------------------------------------------- */
.btn-parent {
  width: 100%;
  text-align: center;
}
.btn-01 {
	font-size: 12px;
	color: #000 !important;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 10px 50px;
	display: inline-block;
	text-decoration: none !important;
	margin: 5px 0;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn-01:hover {
	color: #fff !important;
	background: #000;
}


/* フルワイドカスタマイズ---------------------------------------------- */
.section-wrap {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 0px;
	padding-bottom: 0px;
}
.color-area-1 {
	background: #EBF8F4;
}
.wp-block-cover-full {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 0px;
	padding-bottom: 0px;
}

.wp-block-cover-title {
	min-height: 300px;
}
.wp-block-cover-auto {
	min-height: auto;
}
.wp-block-cover-footer {
	min-height: auto;
}
.wp-block-cover-line {
	min-height: 5px !important;
}
.wp-block-cover-footeraddress {
	min-height: auto;
	padding: 5px 0px 0px 0px;
}


/*ヘッダーロゴ---------------------------------------------- */
.logo {
	z-index:996 !important;
}
.menu-item {
	z-index:998 !important;
}
.menu-button {
	z-index:997 !important;
}


.header-site-logo-image {
	height: 30px !important;
}
.logo-menu-button {
	z-index:900 !important;
}


/*固定ページで公開日非表示---------------------------------------------- */
.page .date-tags {
display: none;
}

.header-container,
.main,
.sidebar,
.footer{
  background-color: rgb(255 255 255 / 0%);
}


/*ヘッダーメインメニュー---------------------------------------------- */
.item-label {
	font-size: 14px !important;
	font-weight: bold !important;
}
#navi .navi-in > ul li{
	height: 25px;
	line-height: 25px;
	margin: 15px 0px 15px 0px !important;
}
#navi .navi-in a:hover{
	background: none;
}
#navi .navi-in a::after {
	position: absolute;
	left: 10%;
	content: '';
	width: 80% !important;
	height: 2px;
	background: #000;
	bottom: 1px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}
#navi .navi-in a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#navi .navi-in > ul > li{
	border-left: none;
}
#navi .navi-in > ul > li:last-child{
	border-right: 1px solid #FFF;
}
.navi-in > ul > .menu-item-has-children > a::after{
	right: 10px;
}
#navi .navi-in>ul>li>a{
	padding: 0 0.7em;
}
.navi-in .has-icon .fa-angle-down {
  position: absolute;
  right: 6px;
  top: 0;
  display: flex;
  opacity: 0.7;
  font-size: 11px;
  height: 100%;
  align-items: center;
}

.fixed-header .navi-in > ul li:hover > ul {
display: block;
}

/* ハンバーガーメニュー---------------------------------------------- */
.navi-menu-content {
	z-index:9999 !important;
}
.site-logo-image {
	height: 30px !important;
}
@media screen and (max-width: 600px){
.site-logo-image {
	height: 30px !important;
}
}

.mobile-menu-buttons {
	background: #fff !important;
	color: #000;
}
.navi-menu-close-button {
	color: #7e7e7e;
}


/* モバイルスライドインメニューの文字サイズ変更 */
.mobile-menu-buttons,
.mobile-menu-content {
  font-size: 22px;
}


/*×閉じるアイコン*/
.menu-close-button {
	padding: 15px 0px 15px 25px;
	text-align: left;
	font-size: 1.3em;　/*閉じるアイコンサイズ*/

}

.mobile-menu-buttons .menu-caption {
	display:  !important;
}

.navi-menu-content{
  background-color: rgba(0,0,0,0.8);
}
.menu-drawer a {
  color: #fff !important;
}
.menu-drawer a:hover {
  background-color: transparent !important;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}


.fa-custom-size {
    font-size: 24px !important;
}

/*ヘッダー検索---------------------------------------------- */
.fa-search {
    color: #666;
}
#navi .fa-search {
    color: #222;
}
#navi .navi-in>ul>li:last-child {
    display: none;
}
.menu-drawer .search-menu-button2 {
    display: none;
}
@media screen and (min-width: 1024px) {
	#navi .navi-in>ul>li:last-child {
		display: block;	
	}	
}
footer .fa-search:before,
.search-menu-button2 .fa-search:before {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.7px;
}
#search-menu-open2 {
	padding: 15px;
	margin-left: 5px;
}
#search-menu-content2,
#search-menu-content2 .search-box {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}
#search-menu-content2 .search-box {
    margin: 0;
}
.search-menu-content2 {
  transition: .3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 90%;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(900%);
  transform: translateY(900%);
  opacity: 0;
}
.search-menu-content2 .search-edit {
  width: 100%;
  max-width: 570px;
}
/*閉じる用の薄黒カバー*/
#search-menu-close2 {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .3s ease-in-out;
}
#search-menu-input2:checked ~ #search-menu-close2 {
  display: block;
  opacity: .5;
}
#search-menu-input2:checked ~ #search-menu-content2 {
  transition: .3s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;  
}
#search-menu-content2 .search-edit {
  font-size: 16px;
}
.search-menu-button2 {
	padding: 0px 0px 0px 0px !important;
	border-right: 0px !important;
}

/* 見出し---------------------------------------------- */
/*見出し初期化*/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 { 
	padding: 0;
	margin: 0;
	font-size: medium;
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	position:relative;
	background-color: transparent;
}
/*PC・タブレット*/
.article h1 {
	font-size: 20px !important;
	position: relative;
	border-bottom: 1px solid #000;

}
.article h2 {	
	font-size: 22px !important;
	padding: 0px 15px 5px 15px !important;
	margin: 0px 0px 5px 0px !important;
	border-bottom: solid 2px #000 !important;
	/*border-image: linear-gradient(to right, #aeafb0 0%, #3b3836 100%);*/
    /*border-image-slice: 1;*/
	display: inline-block !important;
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.article h3 {
	font-size: 20px !important;

}

.article h4 {		
	font-size: 20px !important;
	line-height: 1.4 !important;
	padding: 10px 0px 10px 0px !important;
}
.article h5 {
	font-size: 20px !important;
	padding: 0px 0px 5px 0px !important;
	border-bottom: 2px solid #aeafb0;
}
.article .h5 {
	font-size: 20px !important;
	padding: 0px 0px 5px 0px !important;
	border-bottom: 2px solid #dbd3bc;
}
.article h6 {
	font-size: 16px !important;
	padding: 0px 0px 0px 0px !important;
}

.cocoon-custom-text-1 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.cocoon-custom-text-1:before, .cocoon-custom-text-1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.cocoon-custom-text-1:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.cocoon-custom-text-1:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/* フォント---------------------------------------------- */

.pagetitle {
	font-family: "Michroma", sans-serif;
	font-weight: 500 !important;
}
.subtitle {	
	font-size: 20px !important;
	padding: 0px 15px 0px 15px !important;
	margin: 0px 0px 5px 0px !important;
	border-bottom: solid 2px #000 !important;
	display: inline-block !important;
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.webfont-josefin {
	font-family: "Josefin Sans", sans-serif;
	font-weight: ;
	font-style: normal;
}
.webfont-teachers {
	font-family: "Teachers", sans-serif;
	font-weight: ;
	font-style: normal;
}
.webfont-michroma {
	font-family: "Michroma", sans-serif;
	font-weight: ;
	font-style: normal;
}
}


/*834px以下*/
@media screen and (max-width: 834px){
.article h1 {		

}
.article h2 {	

}
.article h6 {

}
	
}

/*641px以下*/
@media screen and (max-width: 641px){
.article h1 {		

}
.article h2 {

}
.article h4 {		

}
.article h5 {

}
.article h6 {

}
}


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

.menu-item-type-post_type {
	z-index:2 !important;
}

.footer {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 75px 0px !important;
	background-color: !important;
}

.navi-footer-in a {
	font-size: 12px !important;
	padding: 2px 2px 0px 2px !important;
	display: block !important;
}
.navi-footer-in > .menu-footer {
  margin: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  text-align: center !important;
}
.navi-footer-in > .menu-footer {
    justify-content: center !important;
}
.navi-footer-in > .menu-footer li.menu-item {
    width: auto !important;
	padding: 0px 5px 0px 5px !important;
    margin: 0px 0px 0px 0px !important;
    display: flex !important;
    flex: none !important;
    text-align: center !important;
}
.navi-footer-in > .menu-footer li {
  border-left: 1px solid #ccc !important;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #ccc !important;
}
.navi-footer-in a:hover {	
	background-color: #fff !important;
	text-decoration:underline !important;
}
.copyright {		
	font-size: 12px !important;
	padding: 0px 0px 0px 0px !important;
}

.footer-bottom {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#footer {
    margin-top: 0 !important;
}

.wp-block-cover.aligncenter {
	margin-bottom: 0px !important;
}


/* 改行---------------------------------------------- */
/*PCでは無効（改行しない）*/
.sp-br{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:640px) {
.sp-br{
    display: block;
}
}


/* SNSフォローボタン---------------------------------------------- */
#container .sns-follow .sns-buttons a{
font-size:26px; /*文字サイズ*/
color: #fff; /*文字色*/
background-color: #000; /*背景色*/
border: 0;
border-radius: 5px; /*丸くする*/
width:35px;
height:35px;
margin-bottom: 0px !important;
}

.sns-follow-buttons .sns-buttons {
	margin-bottom: 0px !important;
}

#custom_html-2 {
	margin-bottom: 0px !important;
}

.sns-btn {
	line-height: 1.3 !important;
	text-align: center !important;
}
.sns-btn a {
	text-decoration: none !important;
}
.sns-btn-text {
	font-size: 12px !important;
	line-height: 1.3 !important;
	text-align: center !important;
	color: #000 !important;
	font-weight: bold !important;
}




/* フッターモバイルボタンの均等割を解除 */
.mobile-footer-menu-buttons {
    display: flex !important; /* flexを解除してブロックレベルに */
    white-space: nowrap; /* 改行を防ぐ場合 */
    overflow-x: auto; /* ボタンが多い場合にスクロールさせる */
    text-align: center; /* 中央寄せにしたい場合。左詰めなら不要 */
}

/* 各ボタンの幅の自動調整を解除 */
.mobile-footer-menu-buttons .mobile-footer-menu-button {
    width: auto !important; /* 自動幅を解除 */
    display: inline-block !important; /* 横並びのまま均等割を解除 */
    padding: 10px 15px !important; /* ボタンの幅をパディングで調整 */
}

/*スマホフッターSNSアイコン*/
.sp-footer-icon {
	display: flex;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index:999999 !important;
}
#block-10.c-widget {
	margin:0 0 !important;
}

/*
@media screen and (min-width: 959px) {
.sp-footer-icon {
	display: none;
}
#block-10 {
	display: none;
}
}
 */

.purun {
	animation: purun 5s linear 0s infinite;
}


html {
	scroll-behavior: smooth !important;
}



@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down a{
	color:#fff;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 10px;
  left: 45%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
}

.scroll_down a:before {
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px;
}

.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  content: "";
  border-radius: 100%;
  top: calc(50% - 64px);
  left: calc(50% - 19px);
}

.scroll_down a span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #fff;
  opacity: 0;
  animation: circle 3s infinite;
  top: calc(50% - 63px);
  left: calc(50% - 19px);
}

@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0; }
  100% { opacity: 0; }
}


.main-visual {
width: 100vw !important;
margin: 0 calc(50% - 50vw);
margin-top: 0px !important;
min-height: 700px !important;
}

@media screen and (max-width:640px) {
.main-visual {
height: 650px !important;
min-height: 650px !important;
}


