@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
*/


/* メインビジュアル メインテキスト フォントウェイト＆サイズ */
.p-mainVisual__slideTitle {
	font-size: 7.5vw;
    font-weight: 700 ;
}

/* メインビジュアル PCのみメインテキスト フォントサイズを大きく */
@media (min-width: 600px) {
.p-mainVisual__slideTitle {
    font-size: 36px;}}

/* メインビジュアル CTAボタンフォントを大きく */
.c-mvBtn__btn {
	font-size: 4.2vw; }

@media (min-width: 600px) {
.c-mvBtn__btn {
	font-size: 20px; }}

/* 投稿　見出し2サイズ */
.post_content h2 {
    font-size: 1.4em;
	line-height: 1.8;
}	

/*コンタクトフォームカスタマイズ*/

/*送信ボタンを目立たせる*/
.wpcf7 .wpcf7-submit{
cursor: not-allowed;
    width: 50%;
}

/*ラベル(テキスト)部分を太字にする*/
.wpcf7{
	font-weight: bold;
}

/*フォームの下に余白を入れる*/
.wpcf7 input  {
 margin-bottom: 20px;/*ここが余白サイズなので好みで調整*/
}

.wpcf7 select  {
 margin-bottom: 20px;/*ここが余白サイズなので好みで調整*/
}

.wpcf7-radio {
margin-bottom: 20px ;
}

/*フォームの幅を広くする(100%)*/
/*テキスト*/
.wpcf7-form-control.wpcf7-text {
	        width: 100%;
}
/*テキストエリア*/
.wpcf7-textarea {
	        width: 100%;
}

/*ドロップダウン*/
.wpcf7-select  {
	        width: 100%;
}

/*送信ボタンを目立たせる*/
.wpcf7 .wpcf7-submit{
cursor: not-allowed;
    width: 100%;
padding: 15px;
margin: 0 10px 25px 5px;
margin-top: 20px!important;
border-radius: 15px;/*ボタンの角に丸み*/
background-color: #dd9933;/*ボタン色*/
color: #fff;/*ボタン文字色*/
font-size: 1.1rem;/*ボタン文字サイズ*/
font-weight: bold;/*ボタン文字を太く*/
}

/*「必須」*/
.pink-l{
	font-size:.9em;
	padding: 2px 5px;
	background: #c97586;
	color: #fff;
	border-radius: 10%;
	margin-left:1em;
	margin-bottom:1em;
}

/*「任意」*/
.gre-l{
	font-size:.9em;
	padding: 2px 5px;
	background: #556b2f;
	color: #fff;
	border-radius: 10%;
	margin-left:1em;
	margin-bottom:1em;
}


/*追従ボタンに隠れないようにフッターの高さを広げる*/
.l-footer {
    height: 270px;
}