@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
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Zen+Old+Mincho&display=swap');
body{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}
/* フッター */
#before_footer_widget{
	margin-bottom: 0;
}
#before_footer_widget .l-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.w-footer__box{
	text-align: center;
}
/* メインビジュアル */
.p-mainVisual__slideTitle {
	font-size: clamp(20px, 1.4vw, 1.4rem) !important;
	font-weight: 700;
}
.-height-full .p-mainVisual__slideText {
	font-size: clamp(24px, 3vw, 3rem) !important;;
	font-weight: 700;
}
/* コンタクトフォーム */
.wpcf7{
	max-width: 840px;
	margin: 0 auto;
}
.post_content .wpcf7 th{
	background: none;
	border: none;
	text-align: right;
}
.post_content .wpcf7 td{
	background: none;
	border: none;
}
.wpcf7 input, .wpcf7 select,.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input.wpcf7-submit{
	display: table;
	max-width: 360px;
	height: 60px;
	background: #FFA500;
	color: #fff;
	margin: 0 auto 2em;
	transition: all .6s;
}
.wpcf7 input.wpcf7-submit:hover{
	background: #ccc;
}
.required{
	display: inline-block;
	font-size: 10px;
	background: #C0392B;
	color: #FFF;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
.any{
	display: inline-block;
	font-size: 10px;
	background: #ccc;
	color: #fff;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
@media (max-width: 600px) {
	.post_content .wpcf7 th,
	.post_content .wpcf7 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}
