/*
Theme Name:スタイルケア南越谷
Theme URI:
Description:WordPressテーマ「SERUM」の自作子テーマです。
Template:serum_tcd096
Author:KK
Author URI:
Version:0.0.8
*/
body{
    color:#333333;
}
h2{
    color:#db9d9d;
}
.design_content h3.catch,
h2.wp-block-heading{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size:28px;
}
.sp{
	display:none;
}
/* topページ */
.cb_box_content .no_link{
    opacity:0;
}
.post_content .link_button a{
    color:white;
}
.top-faq{
    margin-bottom:3rem;
}
.top-btn{
    text-align: center;
}
.post_content img.aligncenter.logo-shinken{
    margin-bottom:3rem;
}
.cb_box_content .headline{
	top:0;
}
.cb_box_content .desc{
	padding:0 20px;
	line-height:1.6;
	margin-top:30px;
	font-size:16px;
	text-align:center;
}
.cb_box_content .link_button{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
/* メニュー */
#global_menu > ul{
	text-align:right;
}

section#cb_content_9 p.desc{
    text-align: center;
}
.home #global_menu > ul > li.current-menu-item > a{
	color:black;
}
.home #global_menu > ul > li.current-menu-item:first-child > a{
	color:#db9d9d;
}
.nav-tel{
	background-color:#DB9D9D;
}
#global_menu > ul > li.nav-tel > a{
	color:white;
	position:relative;
}
#global_menu > ul > li.nav-tel > a:hover{
	color:white;
}
#global_menu > ul > li.nav-tel > a::after{
	content:"受付時間　9:00~17:00 土日祝含む";
	display:block;
	position:absolute;
	top:1rem;
	font-size:0.6rem;
}
/* 固定ページ */
.post_content .aligncenter{
	text-align:center;
}
#page_header .catch, #page_header_small .catch{
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif!important;
}
/* 料金表 */
.table-menu td{
	line-height:1.5;
}
.post_content p.tb-cap{
	margin-top:1em;
	line-height:1.6;
}
/* ボタン */
a.wp-block-button__link.has-background.wp-element-button{
	color:white;
}

/* フッター */
ul#menu-footer_menu1::before,
ul#menu-footer_menu2::before,
ul#menu-footer_menu3::before{
	content:"介護付き有料老人ホーム";
	margin-bottom:1rem;
	color:#db9d9d;
	position:relative;
	top:-1.5rem;
	font-weight:bold;
}
ul#menu-footer_menu1::before{
	content:"サイトメニュー";
}
ul#menu-footer_menu3::before{
	content:"グループホーム・小規模多機能";
}
div#footer_top_wrap{
	background:#F8E8EA;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.sp{
		display:block;
	}
	.p-footer-bar--type2{
		background-color:#006793;
	}
	.nav-tel{
		display:none;
	}
	.cb_box_content .desc{
		padding-bottom:2rem;
	}
	#cb_content_1 span{
		font-size:18px!important;
	}
}