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

/* 共通 */
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color:#3F3A39;
}
.c-headLogo.-img a:hover {opacity:0.7;}

.mb0 {margin-bottom:0 !important;}
.mb1 {margin-bottom:1rem !important;}
.mb2 {margin-bottom:2rem !important;}

.center {text-align:center;}

.space60 {margin-bottom:20px !important;}
.space100 {margin-bottom:30px !important;}
.space150 {margin-bottom:30px !important;}
.d-inline-block {display: inline-block;}
@media all and (max-width: 600px) {
	.sp-py-10 {
		padding-bottom: 1em !important;
		padding-top: 1em !important;
	}
}


/* フォント */
.bold {font-weight:bold;}
.zen-maru-gothic-bold {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* お問い合わせボタン */
.btn-area {
	display:flex;
	flex-direction: column;
	gap:15px;
}
.btn-area > div {
	display: flex;
	flex-direction: column;
	width:100%;
}
.btn-area > div a {
	color:#fff;
	width:100%;
	display:block;
	border-radius: 10px;
    margin-inline: auto;
	flex-grow: 1;
	padding: 15px;
	outline: 1px solid #fff;
	outline-offset: -7px;
	text-align:center;
	transition: opacity 0.3s ease-in-out;
	
	position: relative;
	overflow: hidden;
}
.btn-area > div a::before {
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
	
	background-color: #fbfbfb;
	animation: btn_animation 2.5s ease-in-out infinite;
}
/* ボタン・キラッとアニメーション */
@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn-area > div a:hover {opacity:0.7;}
.btn-area .btn-tel a {
	background:#D55656;
	box-shadow: 3px 4px 0 #A81B1B;
}
.btn-area .btn-mail a {
	background:#0090FF;
	box-shadow: 3px 4px 0 #0D5FE1;
}
.btn-area .tel {
	font-size: 2.25rem;
	line-height:1.6;
	font-weight:700;
}
.btn-area .mail {
	font-size: 1.875rem;
	line-height:1.6;
}
.btn-area .mail-txt {
	font-size:2rem;
	font-weight:700;
}
.btn-area .icon-phone,
.btn-area .icon-mail {
	font-size: clamp(1.88rem, calc(0.92vw + 1.68rem), 2.25rem); /* 30px-36px */
	padding-right:0.3rem;
}
.btn-area .icon-mail:before {vertical-align: middle;}


/*小デバイス sm*/
@media all and (min-width: 576px) {
	.space60 {margin-bottom:60px !important;}
	.space100 {margin-bottom:100px !important;}
	.space150 {margin-bottom:150px !important;}
	
	.campaign .pb3 {padding-bottom:3rem;}
	.btn-area {align-items: center;}
	.bk-stripe .center {padding:20px 0;}
	.balloon {margin-bottom: 5rem;}
	.balloon:after {
	  border-top: 50px solid #24AF39;
	  border-right: 30px solid transparent;
	  border-left: 30px solid transparent;
	  bottom: -49px;
	}
	.item-list ul li {width:32.4%;}
	
	/*スマホ時のみ電話*/
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color:#000;
		font-weight:normal;
	}
}
@media all and (min-width: 600px) {
	.btn-area > div {width:70%;}
}
/*中デバイス md*/
@media all and (min-width: 768px) {
	.btn-area {
		flex-direction: row;
		align-items: stretch;
		gap:16px;
	}
	.btn-area > div {width:50%;}
	.btn-area > div a {padding: 20px 30px 30px;}
	.btn-area .tel-txt {font-size: 0.875rem;}
	.btn-area .mail-txt {font-size:1.75rem;}
}
@media all and (min-width: 800px) {
}
@media all and (min-width: 960px) {
	/* PCヘッダー・PCフッター内お問い合わせボタン */
	.l-fixHeader__inner.l-container, .l-header__inner.l-container {max-width:1800px;}
	.w-header.pc_ .btn-area {padding: 16px 0;}
	.w-header.pc_ .btn-area > div, .f-inner .btn-area > div {width: 280px;}
	.w-header.pc_ .btn-area > div a, .f-inner .btn-area > div a {padding: 15px;}
	.w-header.pc_ .btn-area .tel, .f-inner .btn-area .tel {font-size: 1.5rem;}
	.w-header.pc_ .btn-area .mail, .f-inner .btn-area .mail {font-size: 1.125rem;}
	.w-header.pc_ .btn-area .tel-txt, .f-inner .btn-area .tel-txt {font-size: 0.75rem;}
	.w-header.pc_ .btn-area .mail-txt, .f-inner .btn-area .mail-txt {font-size: 1.25rem;}
	.w-header.pc_ .btn-area .icon-phone, .w-header.pc_ .btn-area .icon-mail,
	.f-inner .btn-area .icon-phone, .f-inner .btn-area .icon-mail {font-size: 1.375rem;}
}
/*デスクトップ lg*/
@media all and (min-width: 992px) {
	.btn-area .tel {font-size: 2.5rem;}
	.btn-area .tel-txt {font-size: 1rem;}
	.btn-area .mail-txt {font-size:2.125rem;}
}

/*------------------------*/
/* フッター */
/*------------------------*/
#footer {background:#FCFAE5;}
#footer .l-footer__widgetArea .l-container,
#footer .l-footer__foot .l-container {max-width:none;}
#footer .l-footer__foot {padding-top:0;}
#footer .f-inner {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap:20px;
	margin-bottom:30px;
}
#footer .f-left {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}
#footer .f-left img {
	max-width: 300px;
    width: 100%;
}
#footer .f-left a img {
	max-width: 350px;
}
#footer .f-right {width:100%;}
#footer .f-right .f-campaign {
	background:#1C842B;
	color:#fff;
	padding:0.3rem 0.5rem;
	font-size: 14px;
	text-align:center;
	margin-bottom:1rem;
}
#footer .f-right .f-campaign span.f-yl {color:#FFF200;}
#footer .f-right .center {font-size: clamp(1.00rem, calc(0.31vw + 0.93rem), 1.13rem);}

/* フッターナビ（プラポリ、運営会社） */
ul.nav-modal {
	display:flex;
	justify-content: center;
	margin-bottom:0 !important;
}
ul.nav-modal li a {padding:10px;}
ul.nav-modal li a:hover {opacity:0.7;}
ul.nav-modal li+ li {
    position: relative;
}
ul.nav-modal li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* モーダルの中身 */
.dialog-ttl-area {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:1rem;
}
dialog button {
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	cursor: pointer;
	text-align:center;
}
dialog button:hover {
	opacity:0.7;
}
dialog .close01 button {
	padding: 5px 10px;
	font-size:1.875rem;
	line-height:1;
}
dialog .close02 {
	text-align:center;
	margin-top:1rem;
}

dialog {
    margin: auto !important;
    padding: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	line-height:1.8;
}
dialog ol{
    list-style: decimal;
	margin-left: 1rem;
}
@media all and (min-width: 600px) {
}
@media all and (min-width: 960px) {
	.w-footer__box {padding:1em 0 0;}
	#footer .f-inner {
		flex-direction: row;
		gap:5%;
	}
	#footer .f-right {width:576px;}
	dialog {
		max-width: 50%;
	}
}
@media all and (min-width: 1200px) {
	#footer .f-left {
		flex-direction: row;
		gap:2%;
	}
	#footer .f-left img {max-width: 378px;}
	#footer .f-left a img {max-width: 498px;}
}
@media all and (min-width: 1400px) {
	#footer .f-inner {gap:10%;}
}

/*------------------------*/
/* 固定フッターバナー */
/*------------------------*/
/* SP時：固定フッターバナーFV時点で表示 */
#footer-floating {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background:#fff;
}
/* PC時：固定フッターバナーFV時点で非表示、スクロールで表示 */
@media all and (min-width: 960px) {
	#footer-floating {
		visibility: hidden;
	}
	[data-scrolled=true] #footer-floating {
		visibility: visible;
	}
}
#footer-floating .swell-block-columns__inner {justify-content: center;}
#footer-floating .sp_only .swell-block-columns .swell-block-column {width:50%;}
#footer-floating .pc_only .swell-block-columns .swell-block-column:first-child {
	display:flex;
	justify-content: center;
	align-items: center;
}
#footer-floating .pc_only .swell-block-columns .swell-block-column:first-child img {
	width:auto;
	height:60px;
	margin-bottom:0;
}
#footer-floating .pc_only .swell-block-columns .swell-block-column {width:33.3%;}
#footer-floating .swell-block-column .swell-block-button a {
	transition: opacity 0.3s ease-in-out;
	padding:.75rem;
	
	position: relative;
	overflow: hidden;
}
#footer-floating .swell-block-column .swell-block-button a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fbfbfb;
	animation: btn_animation 2.5s ease-in-out infinite;
}
#footer-floating .swell-block-column .swell-block-button a:hover {opacity:0.7;}
#footer-floating .pc_only .swell-block-column:first-child {
	background-color: #fff;
	border-top:#ccc 1px solid;
}
#footer-floating .sp_only .swell-block-column:first-child .swell-block-button a,
#footer-floating .pc_only .swell-block-column:nth-child(2) .swell-block-button a {
	background-color: #D55656 !important;
	color: #fff !important;
}
#footer-floating .swell-block-column:last-child .swell-block-button a {
	background-color: #0090FF !important;
	color: #fff !important;
}

/* アイコンの色を白に統一 */
#footer-floating .swell-block-button a svg {fill: #fff !important;}
#footer-floating .is-style-more_btn {padding:0;}
#footer-floating .is-style-more_btn a {box-shadow:none;}
#footer-floating .is-style-more_btn a:after {display:none;}

/* 上に戻るボタンとフッター下の余白を調整 */
.p-fixBtnWrap {bottom: 5.8em;}
#footer {bottom: 4.8em;}
@media all and (min-width: 600px) {
	.p-fixBtnWrap {bottom: 5.5em;}
	#footer {bottom: 4.5em;}
}


/*------------------------------------------------*/
/* お問い合わせフォーム */
/*------------------------------------------------*/
.contact_form {
	margin: 30px auto 0;
	width: 70%;
}
.contact_form a:hover{
	text-decoration: underline;
}
.contact_form table{
	width: 100%;
}
.contact_form table th{
	text-align:left;
	vertical-align: top;
	white-space: nowrap;
	width: 220px;
	background:none;
	border: none;
	font-weight:500;
}
.contact_form table td{
	border: none;
	word-break: break-all;
}
.contact_form input[type='text'],
.contact_form input[type='email'],
.contact_form input[type='number'] {
	width: 96%;
	font-size: 120%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.mwform-tel-field input[type='text'] {
    width: 80px;
}
.contact_form textarea{
	width:96%;
	font-size: 120%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.contact_txt{
	text-align:left;
}
.contact_txt a:hover{
	text-decoration: underline;
}
.contact_btn{
	margin-top: 30px;
	text-align:center;
}
.contact_btn input[type='submit']{
	display: inline-block;
	min-width: 150px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #eee;
	border:#ccc 1px solid;
	border-radius:5px;
}
.contact_btn input[type='submit']:hover{
	border: 1px solid #999;
	cursor:pointer;
}
.back_btn{
	min-width: 100px;
	margin-right:10px;
}
/* 確認画面で消す */
.mw_wp_form_preview .preview_none{
	display:none;
}
@media screen and (max-width: 767px){
	.contact_form { width: 100%; }

	.contact_form table {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-word;
	}
	.contact_form table th{box-sizing: border-box; display: block; width: 100%;}
	.contact_form table td{box-sizing: border-box; display: block; width: 100%;}
	.contact_form input[type='text'],
	.contact_form input[type='email'],
	.contact_form input[type='number'] {
		width: 96%;
	}
	.mwform-tel-field input[type='text']{
		width: 80px;
	}
	.contact_btn input[type='submit'] { min-width: 120px; }
}
.required::after {
    content: "必須";
    color: #ffffff;
    background: #cc0000;
    font-size: 0.8em;
    padding: 0.1em 0.5em;
    border-radius: 0.5em;
    margin-left: 0.5em;
}

/*ポップアップ*/
.pum-trigger {
	color:#1176d4;
}
.pum-theme-83 .pum-container, .pum-theme-default-theme .pum-container {
	background:#fff;
	border-radius: 0.5rem;
}
.pum-theme-83 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background-color:#f7f7f7;
	color: #333;
}
.pum-theme-default-theme .pum-content + .pum-close {
	font-size:3rem;
}
.pum-close.popmake-close {
	border-radius: 0.4rem;
}
.pum-theme-83 .pum-content, .pum-theme-default-theme .pum-content {
	color: #333;
}
.pum-container .pum-content>:first-child {margin-bottom:1.5rem;}
.pum-container .pum-content ol{
    list-style: decimal;
	margin-left: 1rem;
}