/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
/*
------------------------------------
 フォント・文字
------------------------------------ */
body, button, input, select, textarea, .section-subtitle {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	letter-spacing: .4px;
}
b, strong, .bold{
	font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p",sans-serif;
	letter-spacing: .4px;
}

/* 見出しはRaleway */
h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Raleway", Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", Arial, sans-serif;
}

/*
------------------------------------
 ヘッダーナビ
------------------------------------ */
#nav-toggle {
	display: none;
}

/*
------------------------------------
 ヒーロー
------------------------------------ */
/* 説明文（by吉野なこ） */
.hero-content-style1 p{
	font-style: normal;
}

/* ボタン */
.btn.btn-theme-primary.btn-lg, .btn.btn-secondary-outline.btn-lg {
	font-weight: normal;
}
/*
------------------------------------
 お問い合わせ
------------------------------------ */
/* ラベルの文字 */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label{
	font-size: 16px;
}

/* プレースホルダー */
div.wpforms-container .wpforms-form .wpforms-field input[type="text"], div.wpforms-container .wpforms-form .wpforms-field input[type="email"]{
	color: #666;
}

/* 送信ボタン */
.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
	font-size: 18px;
	font-weight: normal;
}

/* 送信後のメッセージ */
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #E6E6E6;
	border: none;
	padding: 30px;
}

/*
------------------------------------
 フッター
------------------------------------ */
.site-footer .footer-connect {
	padding: 3rem 0px;
}