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

/************************************
** 子テーマ用のスタイルを書く
************************************/
@media screen and (max-width: 768px) {
	.content .main, .content .sidebar {
		padding: 20px;
	}
	.displaynone_mobile img {
	display: none;
}
}

.displaynone {
	display: none;
}
/* 改行：初期状態では改行しない */
.mobile-br {
  display: none;
}

/* モバイル（499px以下）では改行する */
@media screen and (max-width: 499px) {
  .mobile-br {
    display: inline;
  }
}
/* テーブル：セルの既定の背景色を消す */
table tr:nth-of-type(2n + 1) {
  background-color: inherit;
}

/* 囲い付き数字（四角枠）丸で囲っていたものを四角枠に変更した */
.circle_number {
display: inline-block;
width: 22px;
height: 22px;
border-radius: 20%;
color: #fff;
background: #703f3f;
text-align: center;
line-height: 22px;
margin-right: 0.3em;
}
.circle_number_h4 {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 20%;
font-family: sans-serif;
font-weight: 400;
color: #fff;
background: #703f3f;
text-align: center;
line-height: 24px;
margin-right: 0.3em;
}
.square_number {
display: inline-block;
width: 50px;
height: 22px;
border-radius: 5px;
color: #fff;
background: #703f3f;
text-align: center;
line-height: 22px;
margin-right: 0.3em;
}

/*ヘッターのサイト名非表示*/
.site-name-text {
display: none;
}
.logo-header {
width: 65%;
margin: auto;
}
@media screen and (max-width: 1023px){ /*1023px以下*/
	.logo-header {
  display: none;
}
}

/* ヘッダーロゴ左寄せ*/
.logo {
  text-align: left;
}
/*グローバルナビ：マウスオーバー時 背景色と文字色が変わる*/
#navi .navi-in a:hover{
	font-weight: bold;
	border-top: 10px solid #d6b9af;
	transition: 0.3s ;
}

/*トップページのstory背景*/
.paper1 {
position: relative;
width: 95%;
height: auto;
margin: 0 auto;
background-image: linear-gradient(150deg, rgba(245, 246, 222, 1), rgba(251, 234, 200, 1));
padding:2em;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px){
.paper1 {
position: relative;
width: 95%;
height: auto;
margin: 0 auto;
background-image: linear-gradient(150deg, rgba(245, 246, 222, 1), rgba(251, 234, 200, 1));
padding:0.5em 2em;
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
}
.paper1::before,
.paper1::after {
position: absolute;
bottom: 15px;
z-index: -1;
width: 250px;
height: 25px;
/* box-shadow: 横方向 縦方向 ぼかし 影色 */
box-shadow: 0 15px 10px #777;
background: #000;
content: '';
}

.paper1::before {
left: 10px;
transform: rotate(-3deg);
}

.paper1::after {
right: 10px;
transform: rotate(3deg);
}

p.text_top {
font-size: 1.2em;
line-height: 2em;
text-align: center;
font-family: "Zen Kurenaido", sans-serif;
font-weight: 400;
font-style: normal;
}
/*620px以下*/
@media screen and (max-width: 620px){
  /*必要ならばここにコードを書く*/
p.text_top {
font-size: 1em;
text-align: left;
font-family: "Zen Kurenaido", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.8em;
}
}

/*アピールエリアを横幅いっぱいにする*/
#appeal { 
height: calc(100vw * calc(600 / 1920)); 
}

/*アピールエリアの高さ設定　スマホ*/
@media (max-width: 767px){ 
#appeal { 
height: 70vw; 
}
}
/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}
/*見出し*/
.article h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
background: #d6b9af;
}

.article h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #703f3f;
}

.article h3 {
margin-bottom: 2em;
color: #000;
text-shadow: 0 0 5px #d6b9af;
border-left: solid 1rem #703f3f;
border-bottom: 0px;
border-right: 0px;
border-top: 0px;
background: -webkit-repeating-linear-gradient(-45deg, #d6b9af, #d6b9af 5px,#ffffff 5px, #ffffff 9px);
background: repeating-linear-gradient(-45deg, #d6b9af, #d6b9af 5px,#ffffff 5px, #ffffff 9px);
}

.article h4 {
position: relative;
padding-left: 3.5rem;
padding-top: 0.8rem;
border: none;
margin-bottom:1rem;
font-size: 20px;
}

.article h4:before {
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0eb";
background: #703f3f;
color: #fff;
font-weight: 900;
font-size: 1.4rem;
border-radius: 50%;
left: 0;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.article h4:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 2.3rem;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #703f3f;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article h5 {
padding: 0.5em 1em;
font-size: 1.1em;
font-weight: 700;
border-bottom: 3px dotted #000;
}

.article h6 {
font-size: 1.0em;
font-weight: 400;
color: #024e2c;
border-bottom: none;
margin-bottom: 1em;
background-image: url("https://vhs-dubbing.aimotokagaku-fukuoka.com/wp-content/uploads/2025/08/beans_2.png");  /*画像のURL*/
background-repeat: no-repeat;
background-position: 0 5px;
padding-left: 35px;
}

/*ページ内リンクのジャンプ位置調整*/
a.anchor {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

@media screen and (max-width: 834px){ /*834px以下*/
	a.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
}	
	
/*ブログカードの文字色*/
.blogcard {
	color: #000;
}
/*フッター中の文字揃え*/
#footer-in div.footer-center {
	text-align: center;
}

/* 問い合せフォーム送信ボタン */
.wpcf7 .submit-btn {
background:#703f3f;
color: #fff;
font-size: 1em;
padding: 1em;
border-radius: 10px;
}
.wpcf7 .submit-btn:hover {
background:#d6b9af;
color: #000;
}
.wq-Button .wq-type-normal .wq-for-back {
background:#703f3f;
color: #fff;
}
/* ボタンにホバーで押し下げ */
.contact-btn :hover {
transform: translateY(-3px);
}


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

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

.footer-title .footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul li {
border: 1px solid #fff;
padding:1em;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*モバイル時のヘッターロゴ位置を左に寄せる*/
.logo-menu-button img {
max-height: 50px;
display: block;
margin-left: -10px;
width: auto;
}
}

/* マージン調整 */
.m_10 {
	margin: 10px;
}

.m_top_5 {
  margin-top: 5px;
}
.m_top_u5 {
  margin-top: -5px;
}
.m_top_10 {
  margin-top: 10px;
}
.m_top_u10 {
  margin-top: -10px;
}
.m_top_15 {
	margin-top: 15px;
}
.m_top_u15 {
	margin-top: -15px;
}
.m_top_30 {
	margin-top: 30px}
}
.m_bottom_5 {
  margin-bottom: 5px;
}
.m_bottom_10 {
  margin-bottom: 10px;
}
.m_bottom_u10 {
  margin-bottom: -10px;
}
.m_bottom_20 {
  margin-bottom: 20px;
}
.m_bottom_30 {
  margin-bottom: 30px;
}
.m_left_5 {
	margin-left: 5px;
}
.m_left_10 {
	margin-left: 10px;
}
.m_left_20 {
	margin-left: 20px;
}
.m_left_u20 {
	margin-left: -20px;
}
.m_left_u30 {
	margin-left: -30px;
}
.m_left_u10 {
	margin-left: -10px;
}
/* リスト */
div.tab-content.is-active ul{
list-style: none;
margin-left: -20px;
}
div.tab-content.is-active .kome ul.kome_ul li {
position: relative;
padding: 0 0 0 1.5em;
line-height: 1.5em;
 }
div.tab-content.is-active .kome ul.kome_ul li::before {
content: '※';
font-weight: 700;
font-size: 1.3em;
position: absolute;
color: #000;
top: 0px;
left: 0;
}

div.tab-content.is-active ul {
list-style: none;
margin-left: -20px;
margin-top: 2em;
}
div.tab-content.is-active ul li {
position: relative;
padding: 0 0 1em 2.0em;
line-height: 1.4em;
 }

div.tab-content.is-active ul li::before {
  content: '\f152';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.3em;
  position: absolute;
  color: #0c00f7;
  top: 0px;
  left: 0;
}

div.tab-content ol {
counter-reset:number; /*数字をリセット*/
list-style-type: none!important; /*数字を一旦消す*/
padding:0.5em;
}

div.tab-content ol li {
position: relative;
line-height: 1.4em;
padding: 0.5em 0.5em 0.5em 30px;
}

div.tab-content ol li:before{
  /* 以下数字をつける */
position: absolute;
counter-increment: number;
content: counter(number);
/*数字のデザイン変える*/
display:inline-block;
background: #0c00f7;
color: white;
font-weight:bold;
font-size: 12px;
left: 0;
border-radius: 10%;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}


 /* タブブロックのタブ部分 */
 /* 選択しているタブ色を変更する */ 
.cocoon-block-tab .tab-label-group .tab-label.is-active {
	background-color: #0066c0;
	color: #ffffff;
}

 /* 非選択時のタブ色を変更する */ 
.cocoon-block-tab .tab-label-group .tab-label {
	background-color: #ddd;
	font-size: 1.1em;
	padding: 0.5em 2em;
}

div.wp-block-cocoon-blocks-tab.tab-block.cocoon-block-tab ul {
list-style: none;
}

div.point ul {
list-style: none;
margin-left: -20px;
margin-top: 2em;
}

div.point ul li {
position: relative;
padding: 0 0 1em 2.0em;
line-height: 1.4em;
 }

div.point ul li::before {
content: '\f0a4';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 1.3em;
position: absolute;
color: #703f3f;
top: 0px;
left: 0;
}

/* フッター */ 

ul.footer_links {
list-style: none;
text-align: center;
font-size: 0.8em;
}
.title-ja_small {
font-size: 0.8rem;
font-weight: normal;
margin-left: 0.5rem;
}

.footer_item-right {
text-align: left;
padding: 0 0 0 1rem;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
#footer img:hover {
opacity: 0.5;
}

/* footer menu */

.footer-bottom { 
	margin: 1em;
	padding-top: 1em;
	border: 1px solid #fff; /* 内側の枠線 */
	border-radius: 4px;
	}
#navi-footer-in ul li { 
	padding: 0 0.4em;
	border: none; /* デフォルトの縦線を消す */
	}
#navi-footer-in a {
	padding: 0.2em 1em;
	border-bottom: 1px solid #fff;
	}
#navi-footer-in a:hover {
	border-bottom: 3px solid #d6b9af; /* マウスホバー時の下線 */
	background: none; /* デフォルトの背景色を消す */
	}

@media screen and (max-width: 834px){ /*834px以下*/
	#navi-footer-in ul li {
		line-height: 2em;
		width: 100%;
		margin: 0.4em 3em;
		}
	}

.sns {
  color: #fff;
  font-size: 2.2em;
margin-left: 0.1em;
}
.sns i {
  margin-right: 1em;
}
.sns a {
  color: #fff;
}
.sns i:hover {
  color: red;
}
.sns img {
width: 0.8em;
margin-top: -0.3em;
}

.footer-bottom-logo .logo-image {
	vertical-align: center;
	text-align: center;
}

.footer-bottom-logo img {
	width: auto;
	height: 70px;
	display: block;
}

.fukidashi {
position: relative;
display: inline-block;
margin: 1.5em 0 1.5em 15px;
padding: 1em;
min-width: 120px;
max-width: 100%;
font-size: 16px;
border-radius: 10px;
background-color: #cfeefb;
background-image: radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px), radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px);
background-position: 0 0, 4px 8px;
background-size: 8px 16px;
}

.fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #cfeefb;
}

.fukidashi p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 781px){
.fukidashi {
position: relative;
display: inline-block;
margin: 1.0em;
padding: 1.5em;
min-width: 120px;
max-width: 100%;
font-size: 16px;
border-radius: 10px;
background-color: #cfeefb;
background-image: radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px), radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px);
background-position: 0 0, 4px 8px;
background-size: 8px 16px;
}

.fukidashi::before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -15px;
border: 10px solid transparent;
border-bottom: 15px solid #cfeefb;
}

}

.fukidashi_right {
position: relative;
display: inline-block;
margin: 1.5em 0 1.5em 15px;
padding: 1em 2em;
width: 100%;
min-width: 250px;
font-size: 16px;
border-radius: 10px;
background-color: #cfeefb;
background-image: radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px), radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px);
background-position: 0 0, 4px 8px;
background-size: 8px 16px;
}

.fukidashi_right::before {
border: solid transparent;
content:'';
position:absolute;
border: 10px solid transparent;
margin-top: -10px;
left:100%;
top:30%;
border-left: 15px solid #cfeefb;
}

.fukidashi_right p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 781px){
.fukidashi_right {
position: relative;
display: inline-block;
margin: 0.5em 0;
padding: 1.5em;
width: 100%;
font-size: 16px;
border-radius: 10px;
background-color: #cfeefb;
background-image: radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px), radial-gradient(circle, #aad7ff 1.5px, transparent 1.5px);
background-position: 0 0, 4px 8px;
background-size: 8px 16px;
}

.fukidashi_right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #cfeefb transparent transparent;
  translate: -50% 100%;
}

}
.set_button_div {
margin: 2em auto;
text-align: center;
}
.set_button {
  background-color: #cd6175;
  color: #fff;
  width: 50%;
  min-width: 330px;
  text-decoration: none;
  font-size: 1.2em;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  outline: 2px solid;
  outline-color: #cd6175;
  outline-offset: 0px;
  display: inline-block;
  transition: .3s;
  padding: 0.5em 0.8em;
}
.set_button:hover {
  color: #fff;
  animation: light .8s infinite;
}
@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 10px;
  }
}
.set_button i {
padding-left: 0.5em;
}