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

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

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

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

/*------------------------------
ショールーム設定
------------------------------*/

#showroom{
	padding: 0;
	background: #333;
}

#showroom .inner{
	width: 100%;
	position: relative;
}

#showroom .inner h2{
	margin: 85px 0 0 84px;
	color: #fff;
	font-size: 4rem;
	line-height: 1.5;
	text-align: justify;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}

/* ベーススタイル */
.showroom-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr); /* 12列のグリッド */
	gap: 100px 0; /* 上下左右の余白 */
	max-width: 100%;
}

.showroom-grid .item span{
	display: block;
	position: relative;
}

.showroom-grid .item span::before {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	font-family: outfit, sans-serif;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	position: absolute;
}

/* --- 各画像の配置指定（デザインを再現） --- */

/*エントランス */
.item.entrance {
	grid-column: 1 / 7;
}

/*エントランス キャプション*/
.item.entrance span::before {
	content: "entrance";
	left: 10px;
	bottom: 10px;
}

/*ホール*/
.item.hall {
	margin: 300px 0 0 0; 
	grid-column: 7 / 13;
}

/*ホール キャプション*/
.item.hall span::before {
	content: "hall";
	left: 10px;
	bottom: 10px;
}

/*ミーティングルーム*/
.item.meeting {
	margin: -280px 0 0 0;
	grid-column: 2 / 6;
}

/*ミーティングルーム キャプション*/
.item.meeting span::before {
	content: "meeting room";
	right: 10px;
	bottom: 10px;
}

/*インテリア*/
.item.interior {
	margin: -150px 0 0 0;
	grid-column: 9 / 12;
}

/*インテリア キャプション*/
.item.interior span::before {
	content: "interior";
	left: 10px;
	bottom: 10px;
}

/*ダイニングキッチン*/
.item.kitchen {
	grid-column: 1 / 8;
}

/*ダイニングキッチン キャプション*/
.item.kitchen span::before {
	content: "dining kitchen";
	left: 10px;
	top: 10px;
}

/*サンプルルーム*/
.item.sample {
	margin: 30px 0 0 0;
	grid-column: 1 / 7;
}

/*サンプルルーム キャプション*/
.item.sample span::before {
	content: "sample room";
	left: 10px;
	bottom: 10px;
}

/*マテリアル*/
.item.materials {
	margin: -20px 0 0 0;
	grid-column: 8 / 11;
}

/*マテリアル キャプション*/
.item.materials span::before {
	content: "materials";
	left: 10px;
	bottom: 10px;
}

/*シアタールーム*/
.item.theater {
	margin: -200px 0 0 0;
	grid-column: 7 / 13;
}

/*シアタールーム キャプション*/
.item.theater span::before {
	content: "theater room";
	right: 10px;
	top: 10px;
}

/*吹き抜け*/
.item.void {
	margin: -280px 0 0 0;
	grid-column: 2 / 6;
}

/*吹き抜け キャプション*/
.item.void span::before {
	content: "void";
	left: 10px;
	top: 10px;
}

/*ボタン*/
.item.button {
	margin: -80px 0 80px 0;
	grid-column: 1 / 7;
}


/*外観写真*/
.item.exterior {
	margin: -200px 0 0 0;
	grid-column: 7 / 12;
	display: flex;
	align-items: end;
}

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

#access{
	padding: 0;
	background: #4d4d4d;
}

#access .inner{
	width: 100%;
}

#access .inner h2{
	margin: 0 auto;
	width: 1100px;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	text-align: left;
	aspect-ratio: 11 / 1;
	display: flex;
	align-items: center;
}

#access .inner h2::after{
	content: "ACCESS MAP";
	display: inline-flex;
	margin: 0 0 0 15px;
	font-family: "Outfit", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0;
}

#access .inner .map{
	width: 100%;
	aspect-ratio: 2.3 / 1;
}

#access .inner .map iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/*------------------------------
予約フォーム設定
------------------------------*/

/*予約フォーム全体*/
#reserve{
	background: #333;
}

/*予約フォーム中身*/
#reserve .inner{
	padding: 100px 100px 0;
	background: #fff;
}

/*予約フォーム中身*/
#reserve .inner h3{
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: justify;
}

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

/*フォーム全体*/
.formContainer {
	margin: 0 auto;
	padding: 50px 0 150px;
	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;
	position: absolute;
	top: 25px;
	left: 0;
}

.input-box {
	flex: 1;
}

/* タグ（必須・任意） */
.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(2, 1fr);
	gap: 10px;
}

/* ラジオボタンのコンテナをFlexboxにして垂直中央揃え */
.radio-group {
  display: flex;
  align-items: center; /* 垂直中央揃え */
  gap: 8px; /* ラジオボタンとテキストの間隔 */
  cursor: pointer;
  margin-right: 20px;
}

.radio-box{
	display: flex;
	justify-content: start;
}

/* デフォルトのラジオボタンを非表示 */
.radio-group input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999; /* グレーの枠線 */
  border-radius: 50%;
  display: grid;
  place-content: center;
}

/* 選択された時の色（グレー） */
.radio-group input[type="radio"]:checked {
  border-color: #999;
}

/* 選択された時の内側のドット（グレー） */
.radio-group input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999; /* グレー */
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.radio-group input[type="radio"]:checked::before {
  transform: scale(1);
}

.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){

	#showroom .inner h2{
	margin: 80px 0 0 40px;
		font-size: 3rem;
	}

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

	#access .inner h2{
		padding: 0 80px;
		width: 100%;
	}

}


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

	/*------------------------------
	ショールーム設定
	------------------------------*/

	#showroom .inner h2{
	margin: 60px 0 0 30px;
		font-size: 2.4rem;
	}

	/*ホール*/
	.item.hall {
		margin: 180px 0 0 0; 
	}

	/*ミーティングルーム*/
	.item.meeting {
		margin: -230px 0 0 0;
	}

	/*インテリア*/
	.item.interior {
		margin: -130px 0 0 0;
	}

	/*ダイニングキッチン*/
	.item.kitchen {
		margin: -30px 0 0 0;
	}

	/*サンプルルーム*/
	.item.sample {
		margin: 0;
	}

	/*マテリアル*/
	.item.materials {
		margin: -50px 0 0 0;
	}

	/*シアタールーム*/
	.item.theater {
		margin: -200px 0 0 0;
	}

	/*吹き抜け*/
	.item.void {
		margin: -200px 0 0 0;
	}

	/*ボタン*/
	.item.button {
		margin: -80px 0 80px 0;
		grid-column: 1 / 7;
	}

	/*外観写真*/
	.item.exterior {
		margin: -200px 0 0 0;
		grid-column: 7 / 12;
		display: flex;
		align-items: end;
	}

	/* キャプションの位置調整*/
	.showroom-grid .item span::before {
		font-size: 1.4rem;
	}

	/*------------------------------
	予約フォーム設定
	------------------------------*/

	/*予約フォーム中身*/
	#reserve .inner{
		padding: 50px 50px 0;
	}

	/*予約フォーム中身*/
	#reserve .inner h3{
		font-size: 1.6rem;
	}

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

	#access .inner h2{
		padding: 0 40px;
		font-size: 2rem;
	}

}

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

	/*------------------------------
	ショールーム設定
	------------------------------*/

	#showroom .inner h2{
		margin: 40px 0 0 30px;
		font-size: 1.8rem;
	}

	/*ホール*/
	.item.hall {
		margin: 130px 0 0 0; 
	}

	/*ミーティングルーム*/
	.item.meeting {
		margin: -200px 0 0 0;
	}

	/*インテリア*/
	.item.interior {
		margin: -150px 0 0 0;
	}

	/*ダイニングキッチン*/
	.item.kitchen {
		margin: -50px 0 0 0;
	}

	/*サンプルルーム*/
	.item.sample {
		margin: -30px 0 0 0;
	}

	/*マテリアル*/
	.item.materials {
		margin: -70px 0 0 0;
	}

	/*シアタールーム*/
	.item.theater {
		margin: -180px 0 0 0;
	}

	/*吹き抜け*/
	.item.void {
		margin: -180px 0 0 0;
	}

	/*ボタン*/
	.item.button {
		margin: -100px 0 80px 0;
	}

	/*外観写真*/
	.item.exterior {
		margin: -240px 0 0 0;
	}

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

	.form-group {
		flex-direction: column;
	}
	.label-box {
		width: 100%;
		margin-bottom: 10px;
	}

	.label-box .ex{
		position: static;
	}
	.checkbox-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.flex-inputs {
		flex-direction: column;
	}
	
}

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

	/*------------------------------
	ショールーム設定
	------------------------------*/

	#showroom .inner {
		padding: 40px 0 0;
	}

	#showroom .inner h2{
		margin: 0 0 20px 0;
		font-size: 2.2rem;
		text-align: center;
		position: static;
	}

	/* グリッドの設定をリセットして2列にする */
	.showroom-grid {
		padding: 0;
		grid-template-columns: repeat(2, 1fr); /* 2列均等配置 */
		gap: 0; /* スマホ用に余白を調整 */
	}

	/* 全てのアイテムの配置とマージンをリセット */
	.showroom-grid .item {
		grid-column: auto !important; /* 個別指定を解除 */
		margin: 0 !important;         /* 複雑なネガティブマージンを解除 */
		display: block !important;
	}

	/* 必要に応じて画像の高さを揃える等の調整 */
	.showroom-grid .item {
		width: 100%;
		overflow: hidden;
	}

	/*エントランス */
	.item.entrance {
		grid-column: 1 / -1 !important; /* 横幅いっぱい */
	}

	.item.button {
		margin: 0;
		grid-column: 1 / -1 !important; /* 横幅いっぱい */
	}

	.item.exterior {
		margin: 30px 0 0 0!important;
		grid-column: 1 / -1 !important; /* 横幅いっぱい */
	}

	/* 必要に応じて画像の高さを揃える等の調整 */
	.showroom-grid .item img {
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		object-fit: cover;
	}

	.item.exterior img {
		aspect-ratio: 2 / 1;
	}

	/* キャプションの位置調整（必要に応じて） */
	.showroom-grid .item span::before {
		font-size: 1.2rem; /* スマホ用に少し小さくする */
		top: auto;
		left: 5px;
		bottom: 5px;
		right: auto;
	}

	/*------------------------------
	予約フォーム設定
	------------------------------*/

	/*予約フォーム中身*/
	#reserve .inner{
		padding: 30px 30px 0;
	}

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

}

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

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

	/*------------------------------
	ショールーム設定
	------------------------------*/

	#showroom .inner {
		padding: 30px 0 0;
	}

	/*------------------------------
	予約フォーム設定
	------------------------------*/

	/*予約フォーム中身*/
	#reserve .inner{
		padding: 20px 20px 0;
	}

	/*予約フォーム中身*/
	#reserve .inner h3{
		font-size: 1.4rem;
	}

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

	#access .inner h2{
		padding: 20px;
		aspect-ratio: auto;
	}

	#access .inner .map{
		aspect-ratio: 1 / 1;
	}

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

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

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

	/* 親コンテナのグリッド設定を1列に強制する */
	.showroom-grid {
		grid-template-columns: 1fr ;
		gap: 20px;
	}

	/* 全てのアイテムを1列目に配置 */
	.showroom-grid .item {
		grid-column: 1 / -1 ;
		margin-left: 0 ;
		margin-right: 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;
}




