@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
*/


body{
    font-family: "Noto Serif JP", serif;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.top #content{
    padding-top: 0;
}
.p-postSlider{
    display: none;
}

.c-gnav{
    background-color: #962326;
    color: #fff;
}
.l-fixHeader:before{
    background-color: #962326;
    color: #fff;
}
.l-fixHeader__logo a{
    color: #fff!important;
}

/* ヘッダー */
.l-header__bar .c-catchphrase{
    overflow: visible!important;
}
@media (min-width: 960px) {
.-parallel .l-header__logo {
    width: 38%;
}
.l-header.-parallel .w-header {
    width: 48%;
    justify-content: end;
}
}

/* 見出し */
h2.wp-block-heading{
    margin-top: 100px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #4D2F12;
    padding: 5px 10px;
}
h3.wp-block-heading{
    color: #962326;
    border-bottom: 1px solid #962326;
    padding-bottom: 10px;
}

/* 背景色 */
.bg-color{
    background-color: #FFF7F0;
    margin: 80px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

.b-a-columns .wp-block-column p:first-of-type{
    text-align: center;
    font-weight: bold;
}

.price-columns p{
    font-weight: bold;
}

.flow-columns .wp-block-column{
    position: relative;
}
.flow-columns .wp-block-column::after{
    position: absolute;
    content: "▶︎";
    color: #4D2F12;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow-columns .wp-block-column:last-of-type::after{
    content: "";
}
.flow-columns.arrow-block .wp-block-column:last-of-type::after{
    content: "▶︎";
}

.text-columns{
    background-color: #FFF4EA;
    padding: 20px;
    border-radius: 10px;
}

.l-footer__widgetArea{
    background-color: #FFF4EA;
}



/* ページヘッダー */
.l-content{
    padding-top: 0;
}
.c-pageTitle[data-style=b_bottom]{
    border: none;
    background-color: #4D2F12;
    color: #fff;
    margin: 0 calc(50% - 50vw) 60px;
    padding: 20px calc(50vw - 50%);
    text-align: center;
    font-size: 28px;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    border: none;
    padding-left: 0;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    float: none!important;
}

/* ------- お問い合わせ ------------------- */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 3% 3% 5%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
    padding-left: 0;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
    padding-left: 0;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	color: #fff;
    background-color: #D61313;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
}
/* 任意マーク */
.contact7 .optional {
	color: #fff;
    background-color: #666;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
}

.contact7 dt{
    margin-bottom: 20px;
    margin-top: 40px;
}
.contact7 dt, .contact7 dd{
    padding-left: 0;
}

p.text-center{
    text-align: center;
    margin-top: 40px;
}

.contact7 input, .contact7 textarea, .contact7 select{
    background-color: #fff;
}
.contact7 input.wpcf7-text, .contact7 textarea{
    width: 100%;
}
.contact7 select{
    margin-right: 10px;
    margin-left: 5px;
}
.contact7 .wpcf7-date{
    margin-right: 20px;
    margin-left: 10px;
}

.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #4D2F12;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #4D2F12;
    border: 1px solid #4D2F12;
}

