@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
*/



/*
padding調整
*/
#main_visual .swell-block-fullWide:nth-child(1){
	margin-top: 8em!important;
	}



/*
googleフォント
*/
.zen-kurenaido-regular {
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
	}


body {
	font-family: "Zen Kurenaido", sans-serif;
	}



/*
トップページ読み込み中プラグイン修正
*/
#plcover{
	background: linear-gradient(0deg, #cdece5 0%, #fefcf9 100%)!important;
	}



/*
ヘッダー追従修正
*/
.l-header{
	background: ;
	}

@media (min-width: 960px){
	.l-fixHeader__inner{
		max-width: initial;
		}}



/*
メインビジュアル修正
*/
.p-mainVisual .c-filterLayer::before{
	background-color: transparent;
	box-shadow: inset 0px 0px 200px 50px rgba(0, 0, 0, 0.7);
	opacity: 1;
	}



/*
スマホメニュー修正
*/
.p-spMenu__inner{
	width: 100vw;
	}
	
.-left .p-spMenu__inner{
	left: 0;
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw)
	}

.-right .p-spMenu__inner {
	right: 0;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw)
	}

[data-spmenu=opened] .p-spMenu__inner {
	-webkit-transform: translateX(0);
	transform: translateX(0)
	}

.p-spMenu__inner::before{
	background: linear-gradient(0deg, #e8f7f4 0%, #fefefe 100%);
	}
	
.c-widget__title.-spmenu, .p-spMenu__nav{
	display: none;
	}

.p-spMenu__bottom{
	margin-top: 0em;
	}
	
.widget_nav_menu{
	text-align: center;
	}

.widget_nav_menu a{
	border-bottom: none;
	}

.widget_nav_menu .menu-item{
	font-size: 1.5em;
	font-weight: 700;
	}
	
.c-listMenu a:before{
	content: none;
	}



/*
フッターウィジェット修正
*/
.w-footer{
	display: block;
	}



/*
コンタクトフォームcss
*/
.cf-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
	}

.cf-area:last-child{
	border-bottom: none;
	}

.cf-area dt{
	width: 300px;
	padding-right: 30px;
	text-align: right;
	line-height:1.5em;
	}

.cf-area dd{
	flex: 1;
	}

.cf-area input, .cf-area textarea{
	width: 100%;
	padding: 0.8em;
	border: none;
	background-color: #e6e6e6;
	font-size: 16px;
	resize: vertical;
	transition: all .3s;
	}

.cf-area input:focus,.cf-area textarea:focus{
	outline: none;
	background: #dde2e9;
	}

.cf-required{
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px
	}

.cf-send input{
	display: block;
	background: #6aa390;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-weight: bold;
	transition: all .3s;
	}

.cf-send input:hover {
	filter: brightness(1.25);
	}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	background-color: #fce3e3;
	border: none;
	text-align: center;
	}

.wpcf7-list-item,
.wpcf7-list-item-label{
	width: 100%;
	}

.wpcf7-list-item{
	margin: 0;
	}

.wpcf7-list-item-label{
	padding-left: 10px;
	}

.wpcf7-list-item > label{
	width: 280px;
	display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	}
	
.wpcf7-list-item > label > input{
	width: initial;
	}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
		}

	.cf-area dt {
    	width: 100%;
		margin-bottom: 5px;
    	padding-right: 0;
    	text-align: left;
		line-height:1.5em;
		}}