@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー修正（2026-07-23）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#headerArea .logo img {
	min-width: 260px;
}

#headerArea .btns :is(.tel, .mail) {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フローティングバナー追加（2026-07-22）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.floating_bnr {
	position: fixed;
	left: 0;
	bottom: -90px;
	display: grid;
	column-gap: 5px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .30);
	transition: all .6s cubic-bezier(.075, .82, .165, 1) .1s;
}

.floating_bnr.float_on {
	bottom: 0;
}

.floating_bnr .floating_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 65px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

.floating_bnr .line {
	font-size: 13px;
	line-height: 1;
	background: #28a337;
	padding-bottom: 10px;
}

.floating_bnr .line::before {
	content: '\e902';
	position: absolute;
	font-size: 24px;
	font-family: "icomoon";
	font-weight: 400;
	top: 10px;
}

.floating_bnr .tel {
	font-size: 13px;
	line-height: 1;
	background: #ea6906;
	padding-bottom: 10px;
}

.floating_bnr .tel::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 24px;
	background: url("./images/tel_icon.svg") no-repeat 50% / contain;
	top: 10px;
}

.floating_bnr .mitsumori {
	font-size: 11px;
	line-height: 1.2;
	background: #774616;
	padding-bottom: 5px;
}

.floating_bnr .mitsumori::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 17px;
	background: url("./images/mitsumori_icon.svg") no-repeat 50% / contain;
	top: 10px;
}

.floating_bnr .order {
	font-size: 11px;
	line-height: 1.2;
	background: #d4261a;
	padding-bottom: 5px;
}

.floating_bnr .order::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 22px;
	background: url("./images/order_icon.svg") no-repeat 50% / contain;
	top: 5px;
}

.floating_bnr .floating_btn:hover {
	text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ > アイコンが表示されていなかったため修正（2026-07-23）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .num:before {
	content: '\e942';
}

div#tel_lb .close:before {
	content: '\ea0f';
	font-size: 18px;
	top: 10px;
	right: 10px;
	transform: rotate(0deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
レポート・コラム　目次
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#toc_container {
    padding: 20px 15px!important;
	width: 100%!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページの記事タイトル下のナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 先方の要望により、施工事例詳細ページのカテゴリーリストを非表示  2022-03-14 mori */
body.single-works #contentsArea ul.family_navi {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター検索
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer_wrap .footer_search{
	display: none;	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コピーライト修正（2026-07-22）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.sp #copyArea {
	padding-bottom: 100px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞プロモ　スライド機能前のプロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noSlide{
	display: none;	
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ　矢印
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.master_inner{
	overflow: hidden;
}
.ms-view{
	overflow: visible;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    background: url("https://makeplaster.com/wordpress/wp-content/themes/cyber-child/images/arrow.svg") no-repeat 50% / 6px #009353;
    width: 30px;
    border-radius: 5px;
    height: 30px;
}
.ms-skin-default .ms-nav-prev {
    transform: rotateZ(180deg);
    left: 5px;
}
.ms-skin-default .ms-nav-next{
	right: 5px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
制作事例　新しいクラスつけて5カラムに変更と調整2021-05-17hiro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#top_jirei ul.article.ver2 li {
    width: 50%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
チャット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#wp-live-chat-4 {
    top: 6px !important;
}

#wp-live-chat-header {
    width: 50px;
    height: 50px;
}

#wplc_hovercard {
    bottom: 70px;
}

#wp-live-chat.modern #wp-live-chat-2, #wp-live-chat.modern #wp-live-chat-4 {
    bottom: 70px;
}

#wp-live-chat-2 {
    min-height: auto;
    top: auto;
}

#wplc_chatbox_header {
    padding-bottom: 10px;
}

.wplc_thumb32 {
    margin-left: 12px;
    margin-top: 8px;
    width: 25px;
    height: 25px;
}

#wplc_chatbox {
    top: 55px !important;
}

span.tcx_pullup {
    top: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッターコンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contact_wrap .inner > p {
    margin-top: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各セクション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.section_wrap {
    padding: 40px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    font-size: 12px;
    width: calc(100% - 20px);
    position: relative;
    right: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.tweet_area .txt {
    padding-left: 66px;
    padding-right: 1px;
    font-size: 14px;
}

.tweet_area:before {
    content: "";
    background: url("https://makeplaster.com/wordpress/wp-content/themes/cyber-child/images/news.jpg") no-repeat;
    background-size: 100%;
    width: 56px;
    height: 20px;
    left: 11px;
    margin-left: 0px;
    margin-top: 2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01 {
    padding: 14px 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.top_mainttl {
    margin-bottom: 20px;
}


div#top_usp p.subttl, div#top_jirei p.subttl {
    text-align: left;
}

a.btn01 {
    font-size: 16px;
    padding: 15px 30px;
}

.fontM {
    font-size: 14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞自慢の3つの施工技術
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#top_usp.section_wrap{
	padding-bottom: 40px;
}
div#top_usp ul.usp li {
    max-width: 100%;
    height: auto;
    float: none;
    /* margin-left: 0; */
    /* margin-bottom: 20px; */
    margin: 0 auto 20px;
}

div#top_usp ul.usp {
    margin: 0 auto;
	/* width: 352px; */
	width: 100%;
}

div#top_usp ul.usp li .ttl {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    margin-left: 9px;
}

div#top_usp ul.usp li .txt {
    padding: 0 18px 16px;
}

div#top_usp ul.usp li:last-child {
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.post-type-archive-works #mainArea{
	min-width: auto;
}
body.post-type-archive-works #mainArea ul.post_archive {
    margin-right: -10px;
}

body.post-type-archive-works #mainArea ul.post_archive li {
    width: 50%;
    margin-bottom: 20px;
	
}

body.post-type-archive-works #mainArea ul.post_archive li .area2 {
    padding: 0 5px 0 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞施工事例＆お客様の声
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#top_jirei ul.article li {
    width: 50%;
    margin-right: 0;
    padding-left: -14px;
    margin-left: 0px;
}

#top_jirei ul.article {
    margin-right: -10px;
	min-width: auto;
}

#top_jirei .category {
    flex-direction: column;
    width: 100%;
}

#top_jirei .category .right ul.cats {
    width: 100%;
    height: auto;
    padding: 7px 5px 3px 0;
}

#top_jirei .category .left {
    width: 100%;
    height: auto;
    padding: 9px 10px;
}

#top_jirei ul.article li p.cat {
    font-size: 10px;
    padding: 4px 14px;
}

#top_jirei ul.article {
    margin-top: 20px;
    margin-bottom: 10px;
    margin: 20px -10px 10px;
}

#top_jirei ul.article li {
    font-size: 12px;
}

#top_jirei .category .right ul.cats li {
    margin-bottom: 10px;
    margin: 0 0 5px 5px;
    min-width: calc(50% - 5px);
    letter-spacing: -1px;
}

#top_jirei .category .right ul.cats li a {
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px;
}

#top_jirei ul.article li h3.ttl {
    padding: 10px;
}
#top_jirei ul.article li h3.ttl a, div#top_blog .blog p.link a {
    font-size: 14px;
}
#top_jirei .category .right {
    height: auto;
}

#top_jirei h2.top_mainttl:before {
    content: "";
    background: url("https://makeplaster.com/wordpress/wp-content/themes/cyber-child/images/new/jirei_ttl_before_sp.jpg") no-repeat;
    width: 300px;
    height: 103px;
    /* background-size: 100%; */
    background-size: contain;
    /* position: absolute; */
    top: 0;
    right: 45%;
    margin-right: 0;
}

#top_jirei h2.top_mainttl:after {
    content: "";
    background: url("https://makeplaster.com/wordpress/wp-content/themes/cyber-child/images/new/jirei_ttl_after_sp.jpg") no-repeat center;
    /* width: 333px; */
    width: 300px;
    height: 92px;
    /* background-size: 100%; */
    background-size: contain;
	margin-left: 0;
    /* position: absolute; */
    /* top: -23px; */
    /* left: 54%; */
}

#top_jirei h2.top_mainttl img {
    width: 235px;
	vertical-align: 0px;
}

#top_jirei h2.top_mainttl {
    margin-left: 0;
    position: relative;
    /* padding-top: 0; */
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞メイクプラスターが選ばれる3つの理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#top_reason {
    background: none;
}

div#top_reason .reason_box {
    background: url("https://makeplaster.com/wordpress/wp-content/themes/cyber-child/images/reason_box_bg.jpg");
    padding: 4px 10px 20px;
}

div#top_reason .reason_box ol {
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 14px;
}

div#top_reason .reason_box ol li img {
    vertical-align: 5px;
    margin-right: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

div#top_reason .reason_box .img {
    margin-bottom: 15px;
}

div#top_reason .reason_box ol img {
    width: 31px;
}

#top_reason span.side {
    padding-left: 40px;
    display: inline-block;
    /* position: absolute; */
    padding-bottom: 0px;
    width: 100%;
}

div#top_reason .reason_box ol li p {
    padding-bottom: 0%;
    margin-bottom: 17px;
    position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞ごあいさつ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#top_aisatsu.section_wrap{
	padding-top: 25px;
}
div#top_aisatsu .top_mainttl {
    font-size: 26px;
    margin-bottom: 15px;
}

div#top_aisatsu {
    background-size: 250%;
    padding-bottom: 32%;
}

div#top_aisatsu a.btn01.aisatsu_btn02 {
    height: 60px;
    padding: 10px 28px;
    margin-left: 0;
    margin-top: 12px;
}

div#top_aisatsu p.btn {
    float: none;
    text-align: center;
    margin-left: 0;
    display: block;
}

div#top_aisatsu p.name {
    float: none;
    padding-top: 20px;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スタンプコンクリート職人ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#top_blog .blog {
    padding: 18px 16px;
    padding-bottom: 50px;
}

div#top_blog ul.my_posts li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}

div#top_blog .area_a {
    margin-right: 11px;
}

div#top_blog p.meta {
    font-size: 12px;
}

div#top_blog {
    padding-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログ修正（2026-07-22）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*見出し*/
#mainArea .articleTitle.plain_type h1 {
	padding-bottom: 0;
}

/*投稿日・最終更新日*/
#mainArea .articleDateArea {
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#mainArea .articleDateArea p.date {
	font-size: 14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
執筆者を追加（2026-07-22）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.author {
	padding: 0 5px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.author h2 {
	width: fit-content;
	font-size: 17px!important;
	padding: 2px 18px!important;
}

.author .detail {
	border: 2px solid #dddddd;
}

.author .detail p.txt {
	font-size: 14px;
	line-height: 1.6;
}

.author .profile {
	padding: 20px 15px;
}

.author .profile .person {
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
}

.author .profile .person .area_a {
	width: 80px;
	height: 80px;
}

.author .profile .person .area_b {
	display: contents;
}

.author .profile .person .area_b .name_post {
	width: calc(100% - 95px);
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0;
	margin-bottom: 0;
}

.author .profile .person .area_b .name_post .name {
	font-size: 20px;
	margin-bottom: 10px;
}

.author .profile .person .area_b .name_post .post {
	font-size: 13px;
	padding-left: 20px;
}

.author .profile .person .area_b .name_post .post::before {
	width: 12px;
	top: 6px;
	left: 0;
}

.author .profile .person .area_b h3.ttl {
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.author .profile .person .area_b p.txt {
	margin-bottom: 20px;
}

.author .profile .qualification {
	flex-direction: column;
}

.author .profile .qualification h3.ttl {
	min-width: 100%;
	min-height: 32px;
	font-size: 15px;
	margin-bottom: 15px;
}

.author .company {
	padding: 15px 15px 10px;
}

.author .company p.btn a {
	padding-left: 20px;
}

.author .company p.btn a::before {
	font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
T
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.family_navi li a:before {
    color: #009251;
}

ul.family_navi li.current_page_item a, ul.family_navi li a:hover {
    color: #fff;
}

ul.family_navi li.current_page_item a:before {
    color: #eabb05;
}

body:not(.home) .editorArea h2, 
body.editorOnly:not(.page-index) h2,
h2.basic {
    font-size: 20px;
}

body .yarpp-related h3,
body:not(.home) .editorArea h3, 
body.editorOnly:not(.page-index) h3,
h3.basic {
    border-left: 6px solid #009354;
    font-size: 18px;
    padding: 6px 10px;
}

body .yarpp-related h4, .editorArea h4, h4.basic {

    font-size: 18px;
}

dl.faq > dt {
    font-size: 14px;
}

ul.family_navi li {
    padding-right: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq > dd > p.txt {
    font-size: 14px;
}

dl.faq > dd.thumbnail > p.txt {
    width: calc(100% - 130px);
}

dl.faq > dd.thumbnail > div.img_area {
    width: 120px;
}
