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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.logo{
	animation-name:fadeIn;
	animation-duration:5s;
    animation-timing-function: ease-in-out;
}
/*グローバルメニューのフォントサイズ等変更*/
.navi-in .menu-header .item-label{
font-size: 18px;
font-weight: bold;
}


.rmwp-button-wrap {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.rmwp-button-wrap button {
	border: none;
	border-radius: 10px;
	padding: 14px 10px 12px 0px;
	margin: 0;
	width: 160px;
	font-size: 14px;
	background: #3d963f; /* ボタンの背景色 */
	color: white; /* ボタンの文字色 */
}
.rmwp-button-wrap button:before,
.rmwp-button-wrap button.open:before {
	content: "+";
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	font-size: 1.2em;
	background: white;
	border-radius: 50%;
	color: #3d963f; /* 表示ボタン(+)の色 */
	margin-right: 10px;
}
.rmwp-button-wrap button.open:before {
	content: "×";
	color: #3d963f; /* 非表示ボタン(+)の色 */
}


/* 白ステッチをつける */
.box3-4 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em; /* 内側余白 */
    position: relative;
    z-index: 0;
    background-color: #ffe0ef; /* 淡いブルーグレー */
}

.box3-4::before {
    content: '';
    position: absolute;
    inset: 0; /* top, right, bottom, left を一括指定 */
    margin: 5px;
    border: 2px dashed #fff;
    border-radius: 3px;
    z-index: -1;
    display: block;
}

/* pタグの余白 */
.box3-4 p {
    margin: 0;
}
}

.logo img { margin-bottom: 0.25em; }
/*1023px以下*/
@media screen and (max-width: 1023px){
.logo img { margin-bottom: 1em; }
}
/*480px以下*/
@media screen and (max-width: 480px){
.logo img { max-height: 170px; width: auto; }
}

 #navi .navi-in > .menu-mobile li {
      border-bottom: 2px solid #eee;
  }

/* モバイルスライドインメニュー線 */
.menu-drawer a {
font-size: 0.9em;
line-height: 1.6em;
border-bottom: solid 1px #e6e6e6;
}

/*モバイルメニュー背景色*/
.navi-menu-content {
background-color: #fffffff0;
}


/*アピールエリアのカスタマイズ*/
.appeal .appeal-in {
	width: 100%;
	background-color: rgba(0, 128, 128, .35);
}

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

.appeal-title,
.appeal-message {
	color: #fff;
}

.appeal-title {
	text-shadow: 2px 2px 0 #3f3f3f;
}

.body .appeal-content .appeal-button {
color: #fff;
}