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

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

/* 元のロゴ画像を非表示 */
.logo-header{
  display: none;
}
/*グローバルメニュー下の余白削除*/
.content {
	margin-top: 0;
}
/*リンクの下線削除*/
a {
    text-decoration:none; 
}
/* デフォルトのフッター非表示 */
.footer {
	display: none;
}
/* モバイル スライドインメニュー */
.navi-menu-content {
	padding-top: 90px;
}

/********************************
***** トップ *****
********************************/
/***トップ画像 フロントページ***/
.fta {
	background-image: url(https://do-00.bell-web.com/wp-content/uploads/2023/06/top-image2-e1686509738242.jpg);
	background-color: #f5f5f5;
	background-attachment: fixed;
	background-position: center top;
	background-size: auto 400px;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
}
	.ftab {
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
	}
		.ftab-cb {
			
		}
			.ftab-c {
				font-size: 60px;
				font-weight: 600;
				color: rgba(255,140,0,0.9);
				margin-top: 30px;
				text-align: center;
				text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
							 -1px 1px 0 #fff, 1px -1px 0 #fff,
							 0px 1px 0 #fff,  0 -1px 0 #fff,
							 -1px 0 0 #fff, 1px 0 0 #fff;
			}

/***トップメニュー***/
.tma {
	background-color: rgba(105,105,105,0.5);
	width: 100%;
	height: 85px;
	padding: 5px 30px 5px 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	.tma-f {
		display: flex;
		justify-content: space-between;
	}
		.tma-c {
			font-size: 30px;
			font-weight: 500;
			color: #fff;
			line-height: 75px;
			transition: all 1.0s;
		}
			.tma-c:hover {
				text-shadow: 1px 1px 0 rgba(255, 140, 0, 0.9), -1px -1px 0 rgba(255, 140, 0, 0.9),
							 -1px 1px 0 rgba(255, 140, 0, 0.9), 1px -1px 0 rgba(255, 140, 0, 0.9),
							 0px 1px 0 rgba(255, 140, 0, 0.9),  0 -1px 0 rgba(255, 140, 0, 0.9),
							 -1px 0 0 rgba(255, 140, 0, 0.9), 1px 0 0 rgba(255, 140, 0, 0.9);
				transform: translate(0, -5px);
			}
		.tma-contact {
			background-color: #ffffe0;
			border-radius: 10px;
			padding: 5px 30px;
			font-size: 20px;
			font-weight: 500;
			color: #622d18;
			margin-top: 20px;
			margin-bottom: 20px;
			transition: all 1.0s;
		}
			.tma-contact:hover {
				background-color: #fffacd;
				box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
				transform: translate(0, -5px);
			}

/******************************
***** body *****
******************************/

/*見出し初期化*/
.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;
}

.article h1 {
	display: none;
}

/******************************
***** フッター *****
******************************/
.footer-area {
	background-color: #fffacd;
	margin-right: calc(50% - 49.3vw);
	margin-left: calc(50% - 49.3vw);
	width: auto;
	padding: 20px;
}
	.foot-m-area {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 30px 50px;
	}
		.foot-m-i {
			flex-basis: 30%;
			padding-top: 50px;
		}

/*** フッター 同窓会エリア ***/
			.foot-do-area {
				
			}
				.foot-do-cb {
					border-bottom: 1px #808080 solid;
					padding: 0 20px;
				}
					.foot-do-c {
						font-size: 20px;
						font-weight: 500;
						color: #622d18;
					}
				.foot-do-tb {
					padding: 15px 5px;
				}
					.foot-do-t {
						font-size: 16px;
						color: #808080;
						line-height: 1.5em;
					}
					.foot-do-t-2 {
						display: none;
					}
					.foot-do-t2 {
						font-size: 16px;
						color: #808080;
						line-height: 1.5em;
						margin-top: 10px;
					}

/*** フッターメニュー ***/
			.foot-menu-area {
				
			}
				.foot-menu-cb {
					border-bottom: 1px #808080 solid;
					padding: 0 20px;
				}
					.foot-menu-c {
						font-size: 20px;
						font-weight: 500;
						color: #622d18;
					}
				.foot-menu-b {
					padding: 10px 5px;
				}
					.foot-menu {
						font-size: 16px;
						color: #808080;
						line-height: 35px;
						padding: 0 10px;
						border-radius: 5px;
						margin-top: 5px;
						transition: all 1.0s;
					}
						.foot-menu:hover {
							background-color: #deb887;
							color: #fff;
							box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
							transform: translate(0, -5px);
						}

/*** フッター Bellエリア ***/
			.bell-area {
				
			}
				.bell-f {
					display: flex;
					justify-content: center;
				}
					.bell-back-image {
						background-image:url(https://do-00.bell-web.com/wp-content/uploads/2023/06/office-image.jpg);
						background-color: #f5f5f5;
						background-position: bottom center;
						background-size: cover;
						border: 1px #622d18 solid;
						width: 100%;
						height: 140px;
						transition: all 1.0s;
					}
						.bell-back-image:hover {
							box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
							transform: translate(0, -5px);
						}
							.bell-color {
								background-color: rgba(255,255,255,0.6);
								width: 100%;
								height: 100%;
								position: relative;
							}
								.bell-rogo {
									position: absolute;
									top: 10px;
									left: 0;
									width: 50%;
									height: 40px;
								}
								.bell-tb1 {
									position: absolute;
									top: 25px;
									left: 50%;
								}
									.bell-t1 {
										font-size: 20px;
										font-weight: 600;
										color: #622d18;
									}
								.bell-tb2 {
									background-color: rgba(255,132,132,0.8);
									position: absolute;
									top: 70px;
									right: 0;
									width: 95%;
									height: 50px;
									padding: 0 20px;
								}
									.bell-t2 {
										font-size: 18px;
										font-weight: 500;
										color: #fff;
										line-height: 50px;
									}
	.foot-f {
		display: flex;
		justify-content: center;
	}
		.foot-copy {
			font-size: 16px;
			color: #622d18;
			line-height: 1;
			margin-top: 20px;
		}

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

/******************************
***** フッター *****
******************************/
/*** フッター 同窓会エリア ***/
				.foot-do-cb {
					border-bottom: 1px #808080 solid;
					padding: 0 10px;
				}
					.foot-do-c {
						font-size: 18px;
						font-weight: 500;
						color: #622d18;
					}
					.foot-do-t {
						display: none;
					}
					.foot-do-t-2 {
						display: block;
						font-size: 16px;
						color: #808080;
						line-height: 1.5em;
					}

/*** フッターメニュー ***/
					border-bottom: 1px #808080 solid;
					padding: 0 10px;
				}
					.foot-menu-c {
						font-size: 18px;
						font-weight: 500;
						color: #622d18;
					}
					.foot-menu {
						font-size: 15px;
						color: #808080;
						line-height: 35px;
						padding: 0 10px;
						border-radius: 5px;
						margin-top: 5px;
						transition: all 1.0s;
					}

/*** フッター Bellエリア ***/
									.bell-t2 {
										font-size: 17px;
										font-weight: 500;
										color: #fff;
										line-height: 50px;
									}

}

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

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

/********************************
***** トップ *****
********************************/
/***トップメニュー***/
	.tma-f {
		display: flex;
		justify-content: center;
	}
		.tma-contact {
			display: none;
		}

/******************************
***** フッター *****
******************************/
.footer-area {
	background-color: #fffacd;
	margin-right: calc(50% - 49.3vw);
	margin-left: calc(50% - 49.3vw);
	width: auto;
	padding: 0 10px 20px;
}
	.foot-m-area {
		display: flex;
		justify-content: none;
		align-items: none;
		flex-wrap: wrap;
		padding: 50px 20px;
	}
		.foot-m-i {
			flex-basis: 50%;
			padding: 30px 20px 0;
		}

}

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

/********************************
***** トップ *****
********************************/
/***トップ画像 フロントページ***/
.fta {
	background-image: url(https://do-00.bell-web.com/wp-content/uploads/2023/06/top-image2-1-e1686484444928.jpg);
	background-color: #f5f5f5;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 350px;
	position: relative;
}
			.ftab-c {
				font-size: 30px;
				font-weight: 500;
				color: rgba(255,140,0,0.9);
				margin-top: 30px;
				text-align: center;
				text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
							 -1px 1px 0 #fff, 1px -1px 0 #fff,
							 0px 1px 0 #fff,  0 -1px 0 #fff,
							 -1px 0 0 #fff, 1px 0 0 #fff;
			}

/******************************
***** フッター *****
******************************/
	.foot-m-area {
		display: flex;
		justify-content: none;
		align-items: none;
		flex-wrap: wrap;
		padding: 30px 10px;
	}
		.foot-m-i {
			flex-basis: 100%;
			padding: 30px 0 0;
		}

}
