@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
*/


/* ヘッダー */
.-parallel .l-header__logo{
    width: auto;
}
.l-header.-parallel .w-header{
    width: auto;
}

.-parallel .l-header__inner{
    justify-content: space-around;
}

.c-headLogo__img{
    width: 400px;
}

/* 背景色 */
.bg-color{
    background-color: #F9FFF2;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* ページヘッダー */
.l-topTitleArea{
    background-color: #B0CC8A;
    text-align: center;
    min-height: 120px;
}
.u-obf-cover{
    display: none;
}

.top #content{
    margin-bottom: 0;
}

.feature-columns .wp-block-column:first-of-type{
    color: #B0CC8A;
    font-size: 30px;
    border-right: 1px solid #B0CC8A;
}

.voice-columns{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #ccc;
}

/* フッター */
.widget_swell_prof_widget .c-iconList, .widget_swell_sns_links .c-iconList{
    justify-content: flex-start;
}
.l-footer{
    background-color: #F9FFF2;
    margin-top: 100px;
}
.copyright{
    background-color: #B0CC8A;
    color: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 2px calc(50vw - 50%);
}
.l-footer__foot, .l-footer__widgetArea{
    padding-bottom: 0;
}


/* ------ アニマルコミュニケーション ------------------------ */
.page-id-20 #top_title_area{
    display: none;
}
.page-id-20 .l-content{
    padding-top: 0;
}



/* ------ お問い合わせ ------------------------ */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 8% 3%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	background-color: #d93e14;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin-left: 10px;
}
.contact7 .optional {
	background-color: #666;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin-left: 10px;
}
input, textarea{
    width: 100%;
    background-color: #fff;
}
.radio input{
    width: auto;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #B0CC8A;
	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;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #B0CC8A;
    border: 1px solid #B0CC8A;
}

.radio input {
    width: auto;
}


@media not all and (min-width: 960px) {

    .bg-color {
    background-color: #F9FFF2;
    margin: 50px calc(50% - 50vw);
    padding: 50px calc(50vw - 50%);
}

.feature-columns .wp-block-column:first-of-type{
    border-right: none;
}

figure.sp-min{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.sp-none{
    display: none;
}




}