@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*　変更したパンくずCSS　*/

.p-breadcrumb.-bg-on {
    background: var(--color_bg);
}

.-body-solid .p-breadcrumb.-bg-on {
    box-shadow: none;
}


/*　変更した見出しCSS　*/

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    background: none;
    padding: .25em 1em;
	color: #65544c;
	border-left: 5px solid #bfa670;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    border-top: none;
    border-bottom: none;
}


/*　変更したサイドバーCSS　*/

.c-widget__title.-side {
    padding: .5em;
	color: #ffffff;
	background: #bfa670;
	border: none;
	border-radius: 3px;
}

.c-widget__title:before {
    height: 0;
}


/*　コンタクトフォームCSS　*/

dl.contact-form {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

dl.contact-form dt {
	width: 100%;
	margin: 0;
	padding: 0 0 7px 0;
}

dl.contact-form dd {
	width: 100%;
	margin: 0;
	padding: 0 0 25px 0;
}

dl.contact-form dt span.hissu {
	margin: 0;
	padding: 2px 5px;
	font-size: 75%;
	font-weight: normal;
	color: #ffffff;
	background: #ff0000;
	border-radius: 12px;
}

dl.contact-form dt span.nini {
	margin: 0;
	padding: 2px 5px;
	font-size: 75%;
	font-weight: normal;
	color: #ffffff;
	background: #cccccc;
	border-radius: 12px;
}

input.contact-submit {
	width: 100%;
	max-width: 300px;
	margin: 25px auto;
	padding: 15px 0;
	font-size: 115%;
	color: #ffffff;
	background: #1579ce;
	border: none;
	border-radius: 3px;
}

input.contact-submit:hover {
	opacity: 0.5;
	transition: 0.5s;
}

::placeholder {
	color: #d4d1d1;
}