/* デザイナー用stylesheet */
/*** 同じセクションが複数設置される場合はclassが変わりますのでコーダーにご相談ください！！ ***/

/* フッター背景と文字色（白文字）設定 */
/* フッター全体 */
#footer{
	background-color: var(--main_color);
	color: #fff;
}
/* Googleマップボタンボーダーと文字色とホバー */
.footer-company__map a{
	border: 1px solid rgb(255 255 255);
	color: #fff;
}
.footer-company__map a:hover{
	background-color: rgba(0, 0, 0, 0.15);
}
/* ??? */
/*.p-footer-bar--type2{
	background: var(--main_color);
}
.sns_button_list.color_type2 li.insta a:before{
	color: #ffffff;
}*/
/* プライバシーポリシーリンク文字色 */
.privacy_policy_pc a{
	color: #fff;
}
/* フッターナビ文字色 */
#footer .swiper li a{
	color: #fff;
}
/* フッターナビホバー */
@media screen and (min-width: 641px) {
	#footer_inner_right .swiper a:hover{
	        border-bottom: 1px solid #ffffff;
	}
}
/* フッター背景設定 */
/*#footer{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
}*/

/* サービス一覧セクション背景設定 */
/*.cb_free_space:has(.freespace-service) {
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
}*/

/* セールスコンテンツセクション背景設定 */
/*.cb_selling_point{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
} */

/* 事例一覧セクション背景設定 */
/*#top-jisseki{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
} */

/* 投稿一覧セクション背景設定 */
/*.cb_blog_list{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
} */

/* 画像カルーセルセクション背景設定 */
/*.cb_design_carousel{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
}*/

/* お知らせ一覧セクション背景設定 */
/*.cb_news_list{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
}*/

/* フリースペースセクション背景設定 */
/*.cb_free_space{
	background:url(画像のパス) no-repeat;
	background-size:cover;
	background-position:center center;
}*/


/*  キャッチコピーとメインボタンの位置
======================================= */
/* 画像サイズ */
#header_slider_content .catch-image img {
    max-width: 800px;
}
@media screen and (max-width: 1366px) {
	#header_slider_content .catch-image img {
	    max-width: 550px;
	}
}
/* 画像位置 */
#header_slider_content .catch-image {
	text-align: left;
}
#header_slider_wrap.start_slide .link_button {
	margin-right: 100%;
}
@media screen and (width: 768px) and (orientation: portrait) {
	#header_slider_content {
	    left: 55%;
	}
}
@media screen and (max-width: 800px) {
	#header_slider_content {
		padding: 0;
	    top: 75%;
	}
}
/* ボタンの色 */
#header_slider_content .link_button a {
    border: solid 1px #fff;
}
/* メインバナー */
@media screen and (max-width: 800px) {
	#header_slider_wrap.start_slide .link_button {
	    display: none;
	}
}

/* ヘッダー
======================================= */
/* 背景色 */
#header_message {
	background-color: #f5fff0 !important;
}
@media (max-width: 1024px) {
		.typea_head_box {
			background-color: #f5fff0 !important;
		}
}
/* ヘッダー調整（枠をつける） */
@media screen and (min-width: 1201px) {
	.header-typea #header_message{
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.head-mail-btn a{
		border-top: 1px solid #000;
	    border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
/*	#global_menu > ul > li > a{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	    border-left: 1px solid #000;
	}*/
	.header-typea #global_menu > ul{
		border-right: 1px solid #000;
	}
	.header-typea #global_menu > ul > li{
		border-right:none;
	}
	body.open_header #header{
		box-shadow:none;
	}
}

/* NEWSセクション
======================================= */
/* セクション背景色 */
#news_ticker {
	margin-bottom: -80px;
}

/* セクション1 ：WORKS
======================================= */
/* 背景 */
.cb_design_carousel {
	background: #3e990c;
}
/* タイトル */
#cb_content_1 h2.rich_font {
    color: #fcce00 !important;
	padding-top: 48px;
}
/* サブタイトル */
.design_header .desc p {
	color: #fff;
}
/* ボタン */
#cb_content_1 .design_button {
    color: #fff !important;
    border: 1px solid #fff !important;
}
#cb_content_1 .design_button:hover {
    background: #207b00 !important;
    border-color: #fff !important;
} 
/* スライダー */
.cb_image_slider .item {
	width: 300px;
	height: 300px;
	flex: 0 0 500px;
}
@media screen and (max-width: 1200px) {
	.cb_image_slider .item {
		width: 300px;
		height: 200px;
		flex: 0 0 300px;
	}
}
@media screen and (max-width: 800px) {
	.cb_image_slider .item {
		width: 200px;
		height: 150px;
		flex: 0 0 250px;
	}
}
/* 画像の角丸 */
.cb_image_slider .image {
	border-radius: 0;
}
@media screen and (max-width: 1200px) {
	.cb_image_slider .item {
		border-radius: 0;
	}
}
@media screen and (max-width: 800px) {
	.cb_image_slider .item {
		border-radius: 0;
	}
}

/* セクション2 ：こんなお悩み、ありませんか？
======================================= */
/* リスト背景色の上書き */
.listcont {
    background: #e4ffd8 !important;
	max-width: 100%;
	margin: 0 auto;
}
/* リストフォントサイズ追加 */
.list_text {
    font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
	.list_text {
	    font-size: 0.8rem;
	}
}
/* テキスト */
.check-textbox {
	font-size: 18px;
	line-height: 2.4;
	text-align: center;
	padding-top: 48px;
}
@media screen and (max-width: 1200px) {
	.check-textbox {
		font-size: 16px;
	}
}
@media screen and (max-width: 680px) {
	.check-textbox {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
}


.sp_content.num1 .sp_content_inner {
	padding-top: 0 !important;
}
/* セクション3 ：理由①
======================================= */
/* pointの色 */
.sp_content.num1 .main_content .point {
    background: #3e990c !important;
    color: #fcce00 !important;
}

/* セクション4 ：理由②
======================================= */
/* 背景 */
.cb_selling_point.num3 .sp_content.num3 {
	background:url(http://enjoyworks-test24.tech/wp-content/uploads/bg_sales_1-2.png) no-repeat;
	background-size:cover;
	background-position:center center;
} 
/* pointの色 */
.sp_content.num3 .main_content .point {
    background: #fcce00 !important;
    color: #3e990c !important;
}

/* セクション5 ：理由③
======================================= */
/* pointの色 */
.sp_content.num5 .main_content .point {
    background: #3e990c !important;
    color: #fcce00 !important;
}

/* セクション6 ：対応業務
======================================= */
/* 背景 */
.num4.cb_free_space {
	background:url(http://enjoyworks-test24.tech/wp-content/uploads/bg_service.png) no-repeat !important;
	background-size:cover !important;
	background-position:center center;
}
/* タイトル */
#cb_content_4 h2.rich_font {
    color: #fff !important;
}
/* 共通スタイル */
.service-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
}
.service-item {
	width: 100%;
	display: flex;
}
.service-inner {
	width: 100%;
	border: 1px solid #ccc;
	padding: 50px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.service-image {
	width: 100%;
	height: auto;
}

.service-title {
	color: #3e990c;
	font-size: 1.5rem;
	margin: 15px 0 10px !important;
}

.service-text {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
	color: #333;
	flex-grow: 1;
}

/* ボタンの親要素：中央寄せ用 */
.service-button-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

/* ボタン本体 */
.service-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff; 
	width: 300px;
	height: 70px;
	border: 1px solid #3e990c;
	color: #3e990c !important;
	text-decoration: none !important;
	border-radius: 9999px;
	font-weight: bold;
	font-size: 1.1rem;
	box-sizing: border-box;
	max-width: 100%; /* スマホはみ出し防止 */
	transition: background-color 0.25s;
}
/* ホバー */
.service-button:hover {
	background-color: #207b00;
	color: #fff !important;
}
/* PC用（画面幅 768px以上） */
@media (min-width: 768px) {
	.service-item {
		width: calc(50% - 10px);
	}
	.service-text {
		font-size: 18px; /* PCサイズ */
	}
}

/* セクション7 ：施工実績
======================================= */
/* 余白調整 */
.custom-cat-posts__desc {
    display: none;
}
.custom-cat-posts {
	padding: 0 48px 0;
}
/* タイトル */
.custom-cat-posts__title {
	font-size: 39px;
}
@media screen and (max-width: 1200px) {
    .custom-cat-posts__title {
        font-size: 29px;
    }
}
@media screen and (max-width: 800px) {
    .custom-cat-posts__title {
        font-size: 20px;
    }
}

/* BLOGセクション
======================================= */
/* 投稿一覧セクション背景設定 */
.cb_blog_list{
	background: #3e990c;
} 
/* タイトル */
#cb_content_6 h2.rich_font {
    color: #fcce00 !important;
}
/* ボタン */
#cb_content_6 .design_button {
    color: #fff !important;
    border: 1px solid #fff !important;
}
#cb_content_6 .design_button:hover {
    background: #207b00 !important;
    border-color: #fff !important;
} 
/* 記事カテゴリー */
.category_button {
    background: #fcce00;
    color: #000000;
}