@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
*/
/* ファーストビュー */
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#main_visual {
	padding: 40px;
	background-image: url(https://airenthome-m-blog.com/wp-content/uploads/2025/12/142376.png);
	background-position: bottom center;
}
div#post_slider {
	background-image: url(https://airenthome-m-blog.com/wp-content/uploads/2025/12/142376.png);
	background-position: top center;
}
.p-mainVisual__inner:after {
	content: "";
	display: inline-block;
	width: 500px;
	height: 338px;
	background-image: url(https://airenthome-m-blog.com/wp-content/uploads/2025/12/142368.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
	#main_visual {
		padding: 20px;
	}
	.p-mainVisual__inner:after {
		width: 400px;
		height: 270px;
		top: 0;
	}
}
@media screen and (max-width: 500px) {
	#main_visual {
		padding: 20px 10px;
	}
}
/* ファーストビューテキスト */
.main-visual-catch-txt {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.main-visual-catch-txt p {
	display: inline-block;
	background-color: rgba(255,255,255,.9);
	padding: 10px 30px;
	font-weight: 600;
	font-size: 2em;
	border-radius: 10px;
	border: 4px solid #007dc6;
	box-shadow: 8px 8px 0px rgba(0,0,0,1);
}
@media screen and (max-width: 960px) {
	.main-visual-catch-txt {
		bottom: 20px;
		padding: 0 10px 10px; 
	}
	.main-visual-catch-txt p {
		padding: 10px 20px;
		font-size: 25px;
	box-shadow: 4px 4px 0px rgba(0,0,0,1);
	}
}
@media screen and (max-width: 500px) {
	.main-visual-catch-txt {
		bottom: 0px;
	}
	.main-visual-catch-txt p {
		padding: 10px;
		font-size: 20px;
	}
	.main-visual-catch-txt p br {
		display: none;
	}
}
/* スライダー記事のテキスト */
.p-postSlider.-ps-style-normal .p-postList__title {
	color: #FFFFFF;
	text-shadow: 0 2px 3px rgba(0,0,0,.3)
}
/* section-ttl-center */
.section-ttl-center {
	margin-bottom: 53px;
}
.section-ttl-center p {
	display: inline-block;
	font-size: 16px;
	color: #F0F4F8;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
	background-color: #007dc6;
	padding: 5px 10px;
}
.section-ttl-center h2.is-style-section_ttl {
	text-align: left;
	font-size: 2em;
	margin-top: 0;
}
@media screen and (max-width: 960px) {
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 25px;
	}
}
/* section-ttl-left */
/* .section-ttl-left {
	position: relative;
	margin-bottom: 53px;
}
.section-ttl-left p {
	font-family: "Barlow", sans-serif;
	font-size: 100px;
	color: #F0F4F8;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.section-ttl-left.hp-color p {
	color: #FFFFFF;
}
.section-ttl-left h2.is-style-section_ttl {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.section-ttl-left h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #0763B2;
	position: absolute;
	bottom: 50%;
	right: -32px;
	transform: translateY(50%);
}
@media screen and (max-width: 960px) {
	.section-ttl-left p {
		font-size: 80px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-left p {
		font-size: 70px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 18px;
	}
} */

/* お問い合わせフォーム */
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}


/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #0763B2;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #000000;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
	color: #0763B2;
	transition: .3s;
}
/* subject */
.form-item.subject input,
.form-item.home-type input,
.form-item.satei input{
	height: auto !important;
	width: auto;
}
.form-item.subject span label,
.form-item.home-type span label
.form-item.satei span label{
	font-size: 14px !important;
}
span#your-subject input {
/* 	width: 20px; */
}
span#your-subject span,
span#your-home-type span,
span#your-satei span{
	color: #333;
}
.form-item.subject .wpcf7-list-item-label,
.form-item.home-type .wpcf7-list-item-label,
.form-item.satei .wpcf7-list-item-label{
	padding-left: 3px;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item,
	.your-home-type span.wpcf7-list-item,
	.your-satei span.wpcf7-list-item{
		width: 100%;
		margin-left: 0;
	}
	.your-subject input,
	.your-home-type input,
	.your-satei input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 35px;
	}
	p.contact-tel-number span{
		font-size: 18px;
	}
}


/* ST0RE店舗情報 */
.map {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.store-map a {
	max-width: 250px;
/* 	margin-left: auto; */
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0763B2;
	color: #FFFFFF;
	border: 1px solid #0763B2;
	font-size: 14px;
	padding: 15px;
	border-radius: 30px;
	text-align: center;
	transition: .3s;
}
.store-map a i {
	font-size: 20px;
	margin-left: 10px;
}
.store-map a:hover {
	background-color: #FFFFFF;
	color: #0763B2;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.store-item-unit {
		margin-bottom: 50px;
	}
	.store-item-unit > .wp-block-group__inner-container {
		gap: 20px;
	}
	.store-table {
		flex-basis: 100%;
	}
	.store-table td {
		padding: 10px;
		border-left: 1px solid #B5B5B5;
		border-right: 1px solid #B5B5B5;
		border-color: #B5B5B5;
	}
	.store-table tr td:first-child {
		background-color: #0763B2;
		text-align:left;
		color: #FFFFFF;
	}
	.store-map {
		flex-basis: 100%;
	}
}


/* --------------------------------------
Footer 
-------------------------------------- */
div#media_image-2 {
	text-align: center;
}