@charset "UTF-8";
/* CSS Document */

/*==============================
コンテンツ設定
==============================*/

/*ページビジュアル*/
#pageVisual{
	background: url(../img/land/article/bg_main.webp) no-repeat center center / cover;
}

/*ページビジュアル  見出し英語*/
#pageVisual .pageNav h2::after{
	content: "HOUSING DEVELOPMENT";
}

/*分譲情報全体*/
#landInfo{
	background: #333;
}

/*分譲情報中身*/
#landInfo .inner{
	padding: 60px;
	background: #fff;
}

/*分譲情報 div共通*/
#landInfo .inner > div{
	margin: 90px 0 0 0;
}

/*分譲情報 div 最初*/
#landInfo .inner > div:first-of-type{
	margin: 0;
}

/*小見出し*/
#landInfo .inner div h3{
	margin: 0 0 30px 0;
	padding: 0 0 7px 0;
	font-size: 2rem;
	line-height: 1.6;
	text-align: justify;
	border-bottom: 1px solid #333;
}

/*------------------------------
インフォ設定
------------------------------*/

/*分譲名*/
#landInfo .info h2{
	padding: 10px 20px;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: justify;
	background: #333;
}

/*都市名*/
#landInfo .info h2 .city{
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*ジャンル*/
#landInfo .info h2 .genre{
	display: inline-block;
	margin: 0 0 0 10px;
}

/*写真枠*/
#landInfo .info .photo{
	width: 100%;
	position: relative;
}

/*ギャラリー*/
#landInfo .info .gallery-wrapper{
	width: 100%;
}

/*　-----------------------------
★ 20260519 修正箇所01
---------------------------------*/

/*メイン写真*/
.main-image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
	object-fit: cover;
	transition: opacity 0.3s ease; /* 切り替えを滑らかに */
}

/*サムネイルリスト*/
.thumbnail-list {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/*サムネイル*/
.thumb {
	width: calc((100% - 20px * 3) / 4);
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
	aspect-ratio: 1.3 / 1;
	overflow: hidden;
	object-fit: cover;
}


/*　-----------------------------
★ 20260519 修正箇所01ここまで
---------------------------------*/


/* ホバー */
@media (any-hover: hover) {

	/*サムネイル js制御*/
	.thumb:hover, .thumb.active {
		opacity: 1;
	}
}


/*　-----------------------------
★ 20260519 修正箇所02
---------------------------------*/

/*価格などBOX　----------------*/
#landInfo .info .status{
	padding: 25px 30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 100px;
	left: 0;
}

/*価格 数値*/
#landInfo .info .status .price{
	color: #fff;
	font-size: 5rem;
	line-height: 1;
}

/*価格 -価格-*/
#landInfo .info .status .price::before{
	content: "価格";
	display: block;
	font-size: 1.6rem;
}

/*価格 -万円*/
#landInfo .info .status .price span{
	display: inline-block;
	font-size: 2rem;
}


/*価格 -万円
#landInfo .info .status .price::after{
	content: "万円";
	display: inline-block;
	font-size: 2rem;
}-*/

/*土地+建物+外構込み*/
#landInfo .info .status .classification{
	margin: 10px -30px 0;
	padding: 5px 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	background: #000;
}

/*面積リスト全体*/
#landInfo .info .status .area{
	margin: 5px 0 0 0;
}

/*面積リスト*/
#landInfo .info .status .area li{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*面積リスト 装飾*/
#landInfo .info .status .area li::before{
	content: "・";
}


/*面積リスト -坪-
#landInfo .info .status .area li::after{
	content: "坪";
}
*/

/*土地価格用 soil css
---------------------------------*/
#landInfo .info .soil{
	padding: 25px 30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 100px;
	left: 0;
}

/*価格 数値*/
#landInfo .info .soil .price{
	color: #fff;
	font-size: 5rem;
	line-height: 1;
}

/*価格 -価格-*/
#landInfo .info .soil .price::before{
	content: "土地価格";
	display: block;
	font-size: 1.6rem;
}

/*価格 -万円*/
#landInfo .info .soil .price span{
	display: inline-block;
	font-size: 2rem;
}

/*価格 -万円-
#landInfo .info .soil .price::after{
	content: "万円～";
	display: inline-block;
	font-size: 2rem;
}*/

/*面積リスト全体*/
#landInfo .info .soil .area{
	margin: 5px 0 0 0;
}

/*面積リスト*/
#landInfo .info .soil .area li{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
}

/*面積リスト 装飾*/
#landInfo .info .soil .area li::before{
	content: "・";
}

/*　-----------------------------
★ 20260519 02 ここまで
---------------------------------*/

/*説明*/
#landInfo .info .txt{
	margin: 40px 0 0 0;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: justify;
}

/*------------------------------
バナー設定
------------------------------*/

/*バナー全体*/
#landInfo .bnr{
	margin: 90px 0 0 0;
	width: 100%;
	display: flex;
	gap: 40px;
}

/*バナーリスト*/
#landInfo .bnr li{
	width: calc((100% - 40px * 2) / 3);
	background: #333;
}

/*バナーリスト内容*/
#landInfo .bnr li dl{
	padding: 30px 0;
}


/*ボタン名*/
#landInfo .bnr li dl dt{
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

/*ボタン名 英語*/
#landInfo .bnr li dl dt::before{
	display: block;
	font-size: 1.2rem;
	font-family: outfit,sans-serif;
}

/*ボタン名 英語 1つ目*/
#landInfo .bnr li:first-of-type dl dt::before{
	content: "THOUGHTS";
}

/*ボタン名 英語 2つ目*/
#landInfo .bnr li:nth-of-type(2) dl dt::before{
	content: "EQUIPMENT";
}

/*ボタン名 英語 3つ目*/
#landInfo .bnr li:nth-of-type(3) dl dt::before{
	content: "WORKS";
}

/*ボタン説明*/
#landInfo .bnr li dl dd{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}

/*リンク*/
#landInfo .bnr .link{
	padding: 8px 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	background: #4d4d4d;
	position: relative;
}

/*リンク 装飾*/
#landInfo .bnr .link::after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/common/ico_arrow_white.svg) no-repeat center center / cover;
	transform: translate(5px , 2px);
}

/*------------------------------
周辺環境設定
------------------------------*/

/*環境全体*/
#landInfo .environmentInfo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

/*環境リスト*/
#landInfo .environmentInfo > li{
	width: calc((100% - 30px * 3) / 4);
}

/*環境 写真Box*/
#landInfo .environmentInfo li .photo{
	width: 100%;
}

/*環境 写真*/
#landInfo .environmentInfo li .photo img{
	overflow: hidden;
	aspect-ratio: 1.36 / 1;
	object-fit: cover;
}

/*環境情報*/
#landInfo .environmentInfo li .envInfo{
	margin: 10px 0 0 0;
}

/*環境情報 名称、距離共通*/
#landInfo .environmentInfo li .name,
#landInfo .environmentInfo li .distance{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*------------------------------
アクセス設定
------------------------------*/

/*地図*/
.access .map{
	margin: 40px 0 0 0;
	width: 100%;
	aspect-ratio: 2.2 / 1;
	overflow: hidden;
}

/*地図 iframe*/
.access .map iframe{
	width: 100%;
	aspect-ratio: 2.2 / 1;
}

/*------------------------------
物件概要設定
------------------------------*/

/*概要全体*/
.outline{
	width: 100%;
}

/*概要 table*/
.outline table{
	display: block;
	padding: 15px 40px 0;
	width: 100%;
}

/*概要 table* tbody*/
.outline table tbody{
	display: block;
	width: 100%;
}

/*概要 table 行*/
.outline table tr{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

/*概要 table 行 最初*/
.outline table tr:first-of-type{
	padding: 0 0 20px;
}

/*概要 table 行 最後*/
.outline table tr:last-of-type{
	border-bottom: none;
}

/*概要 table th,td共通*/
.outline table th,
.outline table td{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*概要 table th*/
.outline table th{
	width: 250px;
}

/*概要 table th span*/
.outline table th span{
	font-size: 1.4rem;
}

/*概要 table td*/
.outline table td{
	width: calc(100% - 250px);
}


/*------------------------------
メールフォーム設定
------------------------------*/

/*フォーム全体*/
.formContainer {
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 900px;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*フォーム リンク*/
.formContainer a{
	text-decoration: underline;
}

/* フォームグループ（行）のレイアウト */
.form-group {
	display: flex;
	padding: 20px 0;
}

.label-box {
	font-family: "Shippori Mincho", serif;
	width: 250px;
	font-size: 1.6rem;
	line-height: 1.6;
	display: flex;
	align-items: start;
	gap: 10px;
	position: relative;
}

.label-box .ex{
	display: inline-block;
	font-size: 1.4rem;
}

.input-box {
	flex: 1;
}
.input-box .ex {
	margin: 0 0 0 25px;
	display: inline-block;
	font-size: 1.2rem;
}

/* タグ（必須・任意） */
.tag-required,
.tag-optional {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 4px;
	font-size: 1.4rem;
	line-height: 1;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
}
.tag-required {
	background-color: #c6b198;
}

.tag-optional {
	background-color: #999;
}

/* 入力要素の装飾 */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
	width: 100%;
	padding: 7px;
	border: none;
	background-color: #efefef;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 16px;
}

textarea {
	height: 260px;
	resize: vertical;
}

/* フォーム内の小見出し */
.sub-label {
	font-size: 14px;
	margin: 15px 0 5px;
}

.datetime-row:first-child .sub-label {
	margin-top: 0;
}

/* 日時・郵便番号などの横並び */
.flex-inputs, .zip-row {
	display: flex;
	gap: 10px;
}

.flex-inputs input, .flex-inputs select, .flex-inputs > span {
	flex: 1;
}

.input-zip {
	width: 150px !important;
}

.btn-zip {
	background-color: #444;
	color: #fff;
	border: none;
	padding: 0 20px;
	cursor: pointer;
}

/* チェックボックス（グリッド表示） */
.checkbox-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.form-note {
	margin: 25px 0 0 0;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #333;
}

/* 送信エリア */
.submit-area {
	margin: 40px 0 0 0;
	text-align: center;
}

.privacy-label {
	display: block;
	margin-bottom: 30px;
}

.btn-submit {
	display: inline-block;
	width: 300px;
	padding: 15px;
	color: #1a1a1a;
	border: 1px solid #333;
	background: #fff;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}

.btn-submit::after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url(../img/common/ico_arrow.svg) no-repeat center center / cover;
	transition: 0.15s;
	position: absolute;
	top: calc(50% - 15px / 2);
	right: 20px;
}

/* 個人情報チェックがないとき */
.wpcf7 .wpcf7-submit.btn-submit:disabled {
	opacity: 0.5;
}
.wpcf7 .wpcf7-submit.btn-submit:disabled:hover {
	background: #fff;
	color: #333;
}

/* Cloudflare Turnstile 表示調整 */
.wpcf7-turnstile {
	margin-bottom: 30px;
}

/* ホバー */
@media (any-hover: hover) {

	.btn-submit:hover {
		background: #333;
		color: #fff;
	}
}



/*==============================
レスポンシブ設定
==============================*/

/*1100px以下の場合*/
@media screen and (max-width:1100px){

	/*分譲情報中身*/
	#landInfo .inner{
		padding: 40px;
	}

	/*分譲情報 div共通*/
	#landInfo .inner > div{
		margin: 60px 0 0 0;
	}

	/*------------------------------
	インフォ設定
	------------------------------*/

	/*分譲名*/
	#landInfo .info h2{
		font-size: 2rem;
	}

	/*都市名*/
	#landInfo .info h2 .city{
		font-size: 1.4rem;
	}

	/*説明*/
	#landInfo .info .txt{
		margin: 20px 0 0 0;
		font-size: 1.6rem;
	}

	/*------------------------------
	バナー設定
	------------------------------*/

	/*バナー全体*/
	#landInfo .bnr{
		gap: 20px;
	}

	/*バナーリスト*/
	#landInfo .bnr li{
		width: calc((100% - 20px * 2) / 3);
	}

	/*------------------------------
	周辺環境設定
	------------------------------*/

	/*環境全体*/
	#landInfo .environmentInfo{
		gap: 20px;
	}

	/*環境リスト*/
	#landInfo .environmentInfo > li{
		width: calc((100% - 20px * 3) / 4);
	}

	/*------------------------------
	物件概要設定
	------------------------------*/

	/*概要 table 行*/
	.outline table tr{
		padding: 15px 0;
	}

	/*概要 table 行 最初*/
	.outline table tr:first-of-type{
		padding: 0 0 15px;
	}

	/*概要 table th,td共通*/
	.outline table th,
	.outline table td{
		font-size: 1.4rem;
	}

	/*概要 table th*/
	.outline table th{
		width: 200px;
	}

	/*概要 table td*/
	.outline table td{
		width: calc(100% - 200px);
	}



}

/*768px以下の場合*/
@media screen and (max-width:768px){

	/*分譲情報中身*/
	#landInfo .inner{
		padding: 30px;
	}

	/*分譲情報 div共通*/
	#landInfo .inner > div{
		margin: 40px 0 0 0;
	}

	/*小見出し*/
	#landInfo .inner div h3{
		margin: 0 0 20px 0;
		padding: 0 0 7px 0;
		font-size: 1.8rem;
	}

	/*------------------------------
	インフォ設定
	------------------------------*/

	/*分譲名*/
	#landInfo .info h2{
		padding: 5px 10px;
		font-size: 1.8rem;
	}

	/*価格などBOX*/
	#landInfo .info .status{
		padding: 15px 20px;
		top: 40px;
		left: 0;
	}

	/*価格 数値*/
	#landInfo .info .status .price{
		font-size: 3.6rem;
	}

	/*価格 -価格-*/
	#landInfo .info .status .price::before{
		font-size: 1.4rem;
	}

	/*価格 -万円-*/
	#landInfo .info .status .price::after{
		font-size: 1.6rem;
	}

	/*土地+建物+外構込み*/
	#landInfo .info .status .classification{
		margin: 5px -20px 0;
		padding: 3px 0;
		font-size: 1.2rem;
	}

	/*面積リスト*/
	#landInfo .info .status .area li{
		font-size: 1.2rem;
	}


	/*-------------------------------
	土地価格用 soil css 768
	---------------------------------*/
	#landInfo .info .soil{
		padding: 15px 20px;
		top: 40px;
		left: 0;
	}

	/*価格 数値*/
	#landInfo .info .soil .price{
		font-size: 3.6rem;
	}

	/*価格 -価格-*/
	#landInfo .info .soil .price::before{
		font-size: 1.4rem;
	}

	/*価格 -万円*/
	#landInfo .info .soil .price span{
		display: inline-block;
		font-size: 1.6rem;
	}

	/*面積リスト全体*/
	#landInfo .info .soil .area{
		margin: 5px 0 0 0;
	}

	/*面積リスト*/
	#landInfo .info .soil .area li{
		font-size: 1.2rem;
	}


	/*説明*/
	#landInfo .info .txt{
		font-size: 1.4rem;
	}



	/*------------------------------
	バナー設定
	------------------------------*/

	/*バナー全体*/
	#landInfo .bnr{
		margin: 60px 0 0 0;
	}

	/*バナーリスト内容*/
	#landInfo .bnr li dl{
		padding: 15px 0;
	}

	/*ボタン名*/
	#landInfo .bnr li dl dt{
		font-size: 1.4rem;
	}

	/*ボタン名 英語*/
	#landInfo .bnr li dl dt::before{
		font-size: 1rem;
	}

	/*ボタン説明*/
	#landInfo .bnr li dl dd{
		font-size: 1rem;
	}

	/*リンク*/
	#landInfo .bnr .link{
		padding: 5px 0;
		font-size: 1.2rem;
	}

	/*リンク 装飾*/
	#landInfo .bnr .link::after{
		width: 5px;
		height: 10px;
		transform: translate(5px , 1px);
	}

	/*------------------------------
	バナー設定
	------------------------------*/

	/*バナー全体*/
	#landInfo .bnr{
		margin: 40px auto 0;
		width: 300px;
		flex-direction: column;
		gap: 30px;
	}

	/*バナーリスト*/
	#landInfo .bnr li{
		width: 100%;
	}

	/*バナーリスト内容*/
	#landInfo .bnr li dl{
		padding: 20px 0;
	}

	/*ボタン名*/
	#landInfo .bnr li dl dt{
		font-size: 1.8rem;
	}

	/*ボタン名 英語*/
	#landInfo .bnr li dl dt::before{
		font-size: 1.2rem;
	}

	/*ボタン説明*/
	#landInfo .bnr li dl dd{
		font-size: 1.4rem;
	}

	/*リンク*/
	#landInfo .bnr .link{
		padding: 8px 0;
		font-size: 1.4rem;
	}

	/*リンク 装飾*/
	#landInfo .bnr .link::after{
		width: 6px;
		height: 12px;
		transform: translate(5px , 1px);
	}

	/*------------------------------
	周辺環境設定
	------------------------------*/

	/*環境情報*/
	#landInfo .environmentInfo li .envInfo{
		margin: 5px 0 0 0;
	}

	/*環境情報 名称、距離共通*/
	#landInfo .environmentInfo li .name,
	#landInfo .environmentInfo li .distance{
		font-size: 1.2rem;
	}

	/*------------------------------
	アクセス設定
	------------------------------*/

	/*地図*/
	.access .map{
		margin: 20px 0 0 0;
	}

	/*------------------------------
	物件概要設定
	------------------------------*/
	
	/*概要 table*/
	.outline table{
		padding: 15px 0 0;
	}

	/*概要 table 行*/
	.outline table tr{
		padding: 10px 0;
	}

	/*概要 table 行 最初*/
	.outline table tr:first-of-type{
		padding: 0 0 10px;
	}

	/*概要 table th*/
	.outline table th{
		width: 180px;
	}

	/*概要 table td*/
	.outline table td{
		width: calc(100% - 180px);
	}

	/*------------------------------
	メールフォーム設定
	------------------------------*/

	.form-group {
		flex-direction: column;
	}
	.label-box {
		width: 100%;
		margin-bottom: 10px;
	}
	.checkbox-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.flex-inputs {
		flex-direction: column;
	}
}

/*600px以下の場合*/
@media screen and (max-width:600px){

	/*分譲情報中身*/
	#landInfo .inner{
		padding: 20px;
	}

	/*------------------------------
	インフォ設定
	------------------------------*/

	/*分譲名*/
	#landInfo .info h2{
		padding: 10px 10px;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}

	/*都市名*/
	#landInfo .info h2 .city{
		margin: 0;
		display: block;
		font-size: 1.2rem;
	}

	/*ジャンル*/
	#landInfo .info h2 .genre{
		display: block;
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/*サムネイル*/
	.thumb {
		width: calc((100% - 20px) / 2);
	}


	/*価格などBOX 600px -----------*/
	#landInfo .info .status{
		margin: 20px 0 0 0;
		background: #4d4d4d;
		position: static;
	}

	/*価格 数値*/
	#landInfo .info .status .price{
		font-size: 4.6rem;
		text-align: center;
	}

	/*価格 -価格-*/
	#landInfo .info .status .price::before{
		margin: 0 5px 0 0;
		display: inline-block;
		font-size: 1.4rem;
	}

	/*価格 -万円-*/
	#landInfo .info .status .price::after{
		margin: 0 0 0 5px;
		font-size: 1.6rem;
	}

	/*土地+建物+外構込み*/
	#landInfo .info .status .classification{
		margin: 5px auto 0;
		width: 200px;
		color: #1a1a1a;
		font-size: 1.2rem;
		background: #fff;
	}

	/*面積リスト*/
	#landInfo .info .status .area li{
		font-size: 1.4rem;
		text-align: center;
	}



	/*-------------------------------
	土地価格用 soil css 600-
	---------------------------------*/
	#landInfo .info .soil{
		margin: 20px 0 0 0;
		background: #4d4d4d;
		position: static;
	}

	/*価格 数値*/
	#landInfo .info .soil .price{
		font-size: 4.6rem;
		text-align: center;
	}

	/*価格 -価格-*/
	#landInfo .info .soil .price::before{
		content: "土地価格";
		display: block;
		font-size: 1.4rem;
	}

	/*価格 -万円*/
	#landInfo .info .soil .price span{
		display: inline-block;
		font-size: 1.6rem;
	}

	/*価格 -万円-*/
	#landInfo .info .soil .price::after{
		display: inline-block;
		font-size: 1.6rem;
	}

	/*面積リスト全体*/
	#landInfo .info .soil .area{
		margin: 5px 0 0 0;
	}

	/*面積リスト*/
	#landInfo .info .soil .area li{
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
	}


	/*説明*/
	#landInfo .info .txt{
		font-size: 1.4rem;
	}


	/*------------------------------
	周辺環境設定
	------------------------------*/

	/*環境全体*/
	#landInfo .environmentInfo{
		gap: 20px;
	}

	/*環境リスト*/
	#landInfo .environmentInfo > li{
		width: calc((100% - 20px) / 2);
	}

	/*------------------------------
	物件概要設定
	------------------------------*/
	
	/*概要 table*/
	.outline table{
		padding: 0;
	}

	/*概要 table 行*/
	.outline table tr{
		padding: 15px 0;
		display: flex;
		flex-direction: column;
	}

	/*概要 table th,td共通*/
	.outline table th,
	.outline table td{
		width: 100%;
	}

	/*概要 table th*/
	.outline table th{
		margin: 0 0 5px 0;
		font-weight: bold;
	}

	/*概要 table th改行*/
	.outline table th br{
		display: none;
	}

	/*------------------------------
	メールフォーム設定
	------------------------------*/

	/* 送信エリア */
	.submit-area {
		margin: 0;
	}



}

/*430px以下の場合*/
@media screen and (max-width:430px){

	/*ページビジュアル*/
	#pageVisual{
		background: url(../img/land/article/bg_main_sp.webp) no-repeat center center / cover;
	}

	/*------------------------------
	バナー設定
	------------------------------*/

	/*バナー全体*/
	#landInfo .bnr{
		width: 260px;
		gap: 20px;
	}

	/*------------------------------
	アクセス設定
	------------------------------*/

	/*地図*/
	.access .map{
		margin: 20px 0 0 0;
		aspect-ratio: 1 / 1;
	}

	/*------------------------------
	メールフォーム設定
	------------------------------*/

	/*フォーム全体*/
	.formContainer {
		padding: 0 0 50px;
	}

	.label-box label{
		font-weight: 600;
	}

	/* チェックボックス（グリッド表示） */
	.checkbox-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.form-note {
		margin: 15px 0 0 0;
	}




}



/*------------------------------
flatpickr（カレンダー） 設定
------------------------------*/
.flatpickr-calendar {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* カレンダーアイコン追加 */
input[type="text"].calendar-box {
	background-image: url('../img/contact/calendar-check.svg');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	padding-right: 40px;
	cursor: default;
}



/*------------------------------
Thanks popup 設定
------------------------------*/
.thanks-modal{
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.3);

	display: none;
	align-items: center;
	justify-content: center;

	z-index: 9999;
}
.thanks-modal.is-show{
	display: flex;
}
.thanks-modal__inner{
	background: #fff;
	padding: 40px;
	text-align: center;
	width: 300px;
}
.thanks-modal .thanks-modal__inner h2 {
	font-size: 3rem;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}
.thanks-modal__inner p {
	font-size: 1.4rem;
}
.thanks-modal__inner button {
	background: #fff;
	font-family: "Shippori Mincho", serif;
	margin-top: 1rem;
	padding: 0.5rem 2rem;
	border: 1px #000 solid;
	border-radius: 1.5rem;
}




