/*
Theme Name: MONOLITH Child
Template: monolith_tcd042
Description: Child theme for MONOLITH
Author: Your Name
Version: 1.0
*/

/* 親テーマのスタイルを継承 */
@import url("../monolith_tcd042/style.css");

* {
	font-family: "Font Awesome 5 Free","Play", "M PLUS Rounded 1c", sans-serif !important;
}



/* ヘッダーロゴ ---------------------------------------*/
.mobile #logo_image h1 a {
	display: inline-block !important;
}

.mobile #logo_image h1 img {
	display: block !important;
	transform: scale(0.9);
	transform-origin: left center;
	height: 55px !important;
	width: auto !important;
}

#logo_image h1 a:before {
	display: none !important;
}


/* 電話番号追加 ---------------------------------------*/
#header  {
	position: relative;
}

.pc #header #global_menu > ul[id^="menu-"] {
	height: 70px;
	margin-top: 60px;
}

.pc #header #global_menu > ul[id^="menu-"] a {
	height: 70px;
	line-height: 70px;
}

.mobile #h-info {
	display: none;
}

.pc #h-info {
	position: absolute;
	right: 0;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 20px 0px 0px;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.pc  #h-info > *:not(:last-child) {
	margin-right: 20px;
}

.pc  #h-info > p {
	font-size: 1rem;
}

.pc  #h-info > strong {
	font-weight: bold;
	font-size: 1.2rem;
}

.pc  #h-info > .contactBtn {
	background-color: #F7D425;
	padding: 13px 40px;
	border-radius: 25px;
	border: 1px solid #F7D425;
	font-size: .8rem;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

.pc  #h-info > .contactBtn:hover {
	background-color: #FFF;
	color: #F7D425;
}


/* 電話番号追加 ---------------------------------------*/
.desc * {
	font-family: "Play", "M PLUS Rounded 1c", sans-serif !important;
}

/* ナビ ---------------------------------------*/
.mobile ul[id^="menu-"] li > a {
	font-size: 15px !important;
}


/* トップ：コンテンツ見出し ---------------------------------------*/
.mobile #index_project .catchphrase .headline {
	font-size: 30px !important;
}



/* Elementorセクションのスタイル調整 */
.elementor-525 .elementor-element.elementor-element-10e3fda6 > .elementor-container {
	width: 100%;
	height: 200px;
	max-width: 100% !important; /* または必要な幅に調整 */
	min-height: auto !important; /* または必要な高さに調整 */
}

/* 見出しの中央揃えを維持 */
.elementor-525 .elementor-element.elementor-element-38acad98 .elementor-heading-title {
	text-align: center !important;
}

/* 必要に応じて、セクション内の要素の配置を調整 */
.elementor-525 .elementor-element.elementor-element-10e3fda6 .elementor-widget-wrap {
	justify-content: center;
	align-items: center;
}

/* レスポンシブ対応（必要に応じて） */
@media (max-width: 767px) {
	.elementor-525 .elementor-element.elementor-element-10e3fda6 > .elementor-container {
			padding: 20px; /* モバイル表示時のパディングを調整 */
	}
}


/* レスポンシブ対応（必要に応じて） */
#global_menu .bottom_content {
	display: none;
}
@media (max-width: 767px) {
	#global_menu li:has(a[href*="contact"]) {
		display: none;
	}

	#global_menu {
		color: #fff;
		background-color: #333;
	}

	#global_menu .bottom_content {
		display: block;
		padding-bottom: 5px;
		border-top: solid 1px #fff;
		margin-top: 20px;
		padding-top: 20px;
	}

	#global_menu strong {
		font-size: 12px;
	}

	#global_menu .bottom_content li {
		padding: 0px 15px;
		text-align: center;
		font-size: 15px !important;
	}

	#global_menu .bottom_content li a {
		display: inline;
		/* font-size: 31px; */
		color: #ff9900;
		font-weight: bold;
		line-height: 1.2em;
		padding: 0px 10px;
		font-size: 21px !important;
	}

	#global_menu .bottom_content .btn-link {
		background-color: #ff9900;
		text-align: center;
		font-size: 21px !important;
		font-weight: bold;
		margin: 20px 15px 20px;
	}

}


.grecaptcha-badge { visibility: hidden; }
