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

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

/*reCAPTCHA 保護マーク削除*/
.grecaptcha-badge {
	visibility: hidden;
}

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

/* 元のロゴ画像を非表示 */
.logo-header{
  display: none;
}
.header {
	background-image: none;
}

/* モバイル スライドインメニュー */
.navi-menu-content {
	padding-top: 90px;
}

/******* トップ *******/

/*** ロゴ部分 ***/
.top-area {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	.top-f {
		display: flex;
		justify-content: space-between;
	}
		.top-name-area {
			padding: 0 0 0 10px;
		}
			.top-name-image {
				object-fit: contain;
				width: 341px;
				height: 51px;
			}
		.top-tel-area {
			
		}
			.top-tel-area-f-a {
				display: flex;
				flex-direction: row;
			}
				.top-tel-b {
					padding: 20px 30px 0 0;
				}
					.top-tel-area-f {
						display: flex;
						flex-direction: row;
					}
						.top-tel-icon-b {
							width: 25px;
							height: 25px;
						}
							.top-tel-icon-image {
								object-fit: contain;
								width: 100%;
								height: 100%;
							}
						.top-tel-text-b {
							padding: 2px 0 0 10px;
						}
							.top-tel-text {
								font-size: 30px;
								font-weight: 500;
								color: #000;
								line-height: 1em;
							}
					.top-tel-b-text-m {
						display: none;
					}
				.top-address-b {
					padding: 20px 30px 0 0;
				}
						.top-address-icon-b {
							width: 25px;
							height: 25px;
						}
							.top-address-icon-image {
								object-fit: contain;
								width: 100%;
								height: 100%;
							}
						.top-address-text-b {
							padding: 5px 0 0 10px;
						}
							.top-address-text {
								font-size: 25px;
								font-weight: 500;
								color: #000;
								line-height: 1em;
							}
					.top-address-b-text-m {
						display: none;
					}
.top-area2 {
	height: 60px;
}

/*** トップメニュー ***/
.top-menu-area {
	background-color: #001e43;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 10;
}
	.top-menu-area-f {
		display: flex;
		justify-content: center;
	}
		.top-menu {	
			border-radius: 5px;
			padding: 10px 20px;
			font-size: 16px;
			font-weight: 600;
			color: #fff;
			margin: 0 10px;
			transition: all 1.0s;
		}
			.top-menu:hover {
				border: 1px #001e43 solid;
				background-color: #fff;
				color: #001e43;
				box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
				transform: translate(0, -5px);
			}
.top-menu-area2 {
	height: 50px;
}

/*** トップ画像 ***/
.top-image-area {
	background-image: url(https://tatebayashi-kaitoricenter.com/wp-content/uploads/2025/11/ジュエリー背景4.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 470px;
	position: relative;
}
	.top-image-b {
		width: 535px;
		height: 355px;
		position: absolute;
		top: 80px;
		right: 30px;
	}
		.top-image {
			object-fit: contain;
			width: 100%;
			height: 100%;
			filter: drop-shadow(5px 5px 5px #aaa);
		}
	.top-image-text-b {
		position: absolute;
		top: 50px;
		left: 100px;
	}
		.top-text-1 {
			font-size: 35px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
		}
			.top-text-1-1 {
				color: #ff0000;
			}
		.top-text-1-m {
			display: none;
		}
		.top-text-2 {
			font-size: 30px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
		}
		.top-text-3-b {
			position: relative;
		}
			.top-text-3-1-1 {
				font-size: 60px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff,
					         -4px 4px 0 #fff, 4px -4px 0 #fff,
			    		     0px 4px 0 #fff,  0 -4px 0 #fff,
					         -4px 0 0 #fff, 4px 0 0 #fff;
				position: absolute;
				top: 10px;
				left: 50px;
			}
			.top-text-3-1-2 {
				font-size: 60px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 2px 2px 0 #ff0000, -2px -2px 0 #ff0000,
					         -2px 2px 0 #ff0000, 2px -2px 0 #ff0000,
					         0px 2px 0 #ff0000,  0 -2px 0 #ff0000,
					         -2px 0 0 #ff0000, 2px 0 0 #ff0000;
				position: absolute;
				top: 10px;
				left: 50px;
			}
			.top-text-3-2 {
				font-size: 45px;
				font-weight: 500;
				color: #000;
				letter-spacing: 3px;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
						     -2px 2px 0 #fff, 2px -2px 0 #fff,
						     0px 2px 0 #fff,  0 -2px 0 #fff,
						     -2px 0 0 #fff, 2px 0 0 #fff;
				position: absolute;
				top: 30px;
				left: 360px;
			}
		.top-text-4-b {
			border: 1px #000 solid;
			padding: 10px 20px;
			width: fit-content;
			margin: 130px 0 0 80px;
		}
			.top-text-4-1 {
				font-size: 30px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
			}
			.top-text-4-2 {
				font-size: 30px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
				margin: 0 0 0 50px;
			}
				.top-text-4-2-1 {
					color: #ff0000;
				}



/*メニュー ホバー時の色変更*/
#navi .navi-in a:hover {
	background-color: #001e43;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: -2px -2px 1px #dce0b1;
	color: #ffffff;
}

/*コンテンツ上部の余白をなくす*/
.content {
	margin-top: 0;
}

/*見出し初期化*/
.article h2,
.article h3,
.article h4,
.article h5,
.article h6
{
    padding: 0;
    margin: 0;
    background:none;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    line-height: normal;
    position:relative;
}

/*カルーセルスライダー*/
.box101 {
	margin-top: 20px;
	margin-bottom: 0!important;
}
/*カルーセルスライダー キャプション背景色変更*/
.metaslider .caption-wrap {
    background: #ffffe0!important;
    line-height: 1.2em!important;
}
/*カルーセルスライダー キャプション文字変更*/
.metaslider .caption-wrap .caption {
	font-size: 12px!important;
	color: #191970;
	text-align: center;
}

/*キャプション 文字*/
.wp-caption .wp-caption-text, .gallery .gallery-caption {
 font-size: 0.7em;
}

/***サイドバー***/

/*メニュー枠*/
.box201 {
	width: 100%;
	border: 1px#001e43 solid;
	border-radius: 15px;
	background-color: #fffacd;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
	color: #001e43;
	margin-top: 20px;
}
/*店舗枠*/
.box202 {
	border: 1px #001e43 solid;
	padding: 3px;
	margin-top: 20px;
}
/*店舗枠内 画像枠*/
.box203 {
	padding: 10px;
}
/*お問合せボタン*/
.box204 {
 border: 2px #ff8c00 solid;
 border-radius: 15px;
 background-color: #fffacd;
 padding: 10px auto;
 width: 200px;
 text-align: center;
 margin: 10px auto;
 transition: all 1.0s;
}
.box204:hover {
 background-color: #ffa500
}
/*リンク文字の色変更*/
.box204 a:link {
 color: #000080;
 transition: all 1.0s;
}
.box204 a:hover {
 color: #c0c0c0;
}
/*QRコード*/
.box205 {
 width: 50%;
 margin: 0 auto;
}

/*リンク文字 下線削除*/
a {
    text-decoration:none; 
}

/**文字指定**/

/*会社名*/
.p201 {
	font-size: 18px;
	margin-top: 20px;
	margin-left: 20px;
}
/*住所・電話番号*/
.p202 {
	font-size: 14px;
	margin-left: 30px;
}
/*住所・電話番号 最終行*/
.p203 {
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 10px;
}
/*時間*/
.p204 {
	font-size: 14px;
	line-height: 1.5em;
}
/*休日*/
.p205 {
	font-size: 14px;
	margin-left: 37px;
	letter-spacing: 1em;
}
/*年中無休*/
.p206 {
	font-size: 13px;
}
/*プライバシーポリシー リンク*/
.p207 {
	font-size: 14px;
	margin: 10px 20px;
}
/*QRコード*/
.p208 {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

/*フレックス指定 営業時間・休日*/
.container201 {
	display: flex;
	flex-direction: row;
}
.item201 {
	flex-basis: 35%;
}
.item202 {
	flex-basis: 65%;
}

/***サイドバー追従***/
.box301 {
 background-color: #f5f5f5;
 border-radius: 5px;
 margin-top: 10px;
}
.box302 {
 padding: 10px 20px;
 font-size: 16px;
}
.box302:hover {
 background-color: #dcdcdc;
}
/*リンク文字の色変更*/
.box302 a:link {
 color: #696969 !important;
 font-weight: 600;
 transition: all 1.0s;
}
.box302 a:hover {
 color: #001e43;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1180px以下*/
@media screen and (max-width: 1180px){


}

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

/******* トップ *******/

/*** ロゴ部分 ***/
.top-area {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 60px;
	padding: 5px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
			.top-tel-area {
				padding: 10px 0 0 0;
			}
				.top-tel-b {
					padding: 0 30px 0 0;
				}
						.top-tel-text-b {
							display: none;
						}
					.top-tel-b-text-m {
						display: block;
						font-size: 12px;
						color: #000;
						margin: 2px 0 0;
						text-align: center;
					}
				.top-address-b {
					padding: 0 30px 0 0;
				}
						.top-address-text-b {
							display: none;
						}
					.top-address-b-text-m {
						display: block;
						font-size: 12px;
						color: #000;
						margin: 2px 0 0;
						text-align: center;
					}

.top-area2 {
	height: 60px;
}

/*** トップメニュー ***/
.top-menu-area {
	display: none;
}
.top-menu-area2 {
	display: none;
}

/*** トップ画像 ***/
.top-image-area {
	background-image: url(https://tatebayashi-kaitoricenter.com/wp-content/uploads/2025/11/ジュエリー背景4.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	position: relative;
}
	.top-image-b {
		width: 386px;
		height: 256px;
		position: absolute;
		top: 60px;
		right: 30px;
	}
		.top-image {
			object-fit: contain;
			width: 100%;
			height: 100%;
			filter: drop-shadow(5px 5px 5px #aaa);
		}
	.top-image-text-b {
		position: absolute;
		top: 30px;
		left: 50px;
	}
		.top-text-1 {
			font-size: 25px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
		}
			.top-text-1-1 {
				color: #ff0000;
			}
		.top-text-2 {
			font-size: 20px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
		}
		.top-text-3-b {
			position: relative;
		}
			.top-text-3-1-1 {
				font-size: 40px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff,
					         -4px 4px 0 #fff, 4px -4px 0 #fff,
			    		     0px 4px 0 #fff,  0 -4px 0 #fff,
					         -4px 0 0 #fff, 4px 0 0 #fff;
				position: absolute;
				top: 10px;
				left: 50px;
			}
			.top-text-3-1-2 {
				font-size: 40px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 2px 2px 0 #ff0000, -2px -2px 0 #ff0000,
					         -2px 2px 0 #ff0000, 2px -2px 0 #ff0000,
					         0px 2px 0 #ff0000,  0 -2px 0 #ff0000,
					         -2px 0 0 #ff0000, 2px 0 0 #ff0000;
				position: absolute;
				top: 10px;
				left: 50px;
			}
			.top-text-3-2 {
				font-size: 35px;
				font-weight: 500;
				color: #000;
				letter-spacing: 3px;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
						     -2px 2px 0 #fff, 2px -2px 0 #fff,
						     0px 2px 0 #fff,  0 -2px 0 #fff,
						     -2px 0 0 #fff, 2px 0 0 #fff;
				position: absolute;
				top: 20px;
				left: 260px;
			}
		.top-text-4-b {
			border: 1px #000 solid;
			padding: 10px 20px;
			width: fit-content;
			margin: 100px 0 0 80px;
		}
			.top-text-4-1 {
				font-size: 20px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
			}
			.top-text-4-2 {
				font-size: 20px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
				margin: 0 0 0 50px;
			}
				.top-text-4-2-1 {
					color: #ff0000;
				}



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

/******* トップ *******/

/*** ロゴ部分 ***/
.top-area {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
		.top-name-area {
			padding: 10px 0 0 10px;
		}
			.top-name-image {
				object-fit: contain;
				width: 273px;
				height: 41px;
			}
				.top-tel-b {
					padding: 0 15px 0 0;
				}
				.top-address-b {
					padding: 0 15px 0 0;
				}

/*** トップ画像 ***/
.top-image-area {
	background-image: url(https://tatebayashi-kaitoricenter.com/wp-content/uploads/2025/11/ジュエリー背景5-m.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
	.top-image-b {
		width: 100%;
		height: 256px;
		position: absolute;
		top: 380px;
		right: 0;
	}
		.top-image {
			object-fit: contain;
			width: 100%;
			height: 100%;
			filter: drop-shadow(5px 5px 5px #aaa);
		}
	.top-image-text-b {
		width: calc(100% - 40px);
		position: absolute;
		top: 20px;
		left: 20px;
	}
		.top-text-1 {
			display: none;
		}
		.top-text-1-m {
			display: block;
			font-size: 25px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
		}
		.top-text-2 {
			font-size: 20px;
			font-weight: 500;
			color: #000;
			text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
					     -2px 2px 0 #fff, 2px -2px 0 #fff,
					     0px 2px 0 #fff,  0 -2px 0 #fff,
					     -2px 0 0 #fff, 2px 0 0 #fff;
			letter-spacing: 3px;
			line-height: 1.8em;
			margin-top: 20px;
		}
		.top-text-3-b {
			position: relative;
		}
			.top-text-3-1-1 {
				font-size: 30px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 4px 4px 0 #fff, -4px -4px 0 #fff,
					         -4px 4px 0 #fff, 4px -4px 0 #fff,
			    		     0px 4px 0 #fff,  0 -4px 0 #fff,
					         -4px 0 0 #fff, 4px 0 0 #fff;
				position: absolute;
				top: 10px;
				left: 10px;
			}
			.top-text-3-1-2 {
				font-size: 30px;
				font-weight: 500;
				color: #fff;
				letter-spacing: 2px;
				text-shadow: 2px 2px 0 #ff0000, -2px -2px 0 #ff0000,
					         -2px 2px 0 #ff0000, 2px -2px 0 #ff0000,
					         0px 2px 0 #ff0000,  0 -2px 0 #ff0000,
					         -2px 0 0 #ff0000, 2px 0 0 #ff0000;
				position: absolute;
				top: 10px;
				left: 10px;
			}
			.top-text-3-2 {
				font-size: 22px;
				font-weight: 500;
				color: #000;
				letter-spacing: 3px;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
						     -2px 2px 0 #fff, 2px -2px 0 #fff,
						     0px 2px 0 #fff,  0 -2px 0 #fff,
						     -2px 0 0 #fff, 2px 0 0 #fff;
				position: absolute;
				top: 20px;
				left: 180px;
			}
		.top-text-4-b {
			border: 1px #000 solid;
			padding: 10px 20px;
			width: fit-content;
			margin: 90px auto 0;
		}
			.top-text-4-1 {
				font-size: 20px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
			}
			.top-text-4-2 {
				font-size: 20px;
				font-weight: 500;
				color: #000;
				text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
							 -2px 2px 0 #fff, 2px -2px 0 #fff,
					    	 0px 2px 0 #fff,  0 -2px 0 #fff,
					    	 -2px 0 0 #fff, 2px 0 0 #fff;
				letter-spacing: 3px;
				margin: 0 0 0 50px;
			}
				.top-text-4-2-1 {
					color: #ff0000;
				}

