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


@import url("p_rental.css");
@import url("p_instagram_form.css");
@import url("p_schedule.css");
@import url("p_usability.css");
@import url("p_after_service.css");




/*　出張展示会ページ　後日org_styles.scssに移植　*/

body.page_page_showroom_travel h2,
body.page_page_showroom_travel h3,
body.page_page_showroom_travel h4{
	font-family: Gothic MB101 DemiBold,sans-serif;
}
body.page_page_showroom_travel #showroom_travel_list .wrap_lists .events_pref h2{
	font-weight: 700;
	border-bottom: 1px solid #aaa;
}

#showroom_travel .wrap_notification{
	border: 1px solid #1a1b18;
	padding: 10px;
	font-size: 14px;
	display: inline-block;
	min-width: 55%;
}

.bn--top .bn__new-model{
	background: url(https://cdn.shopify.com/s/files/1/0473/1846/6710/t/6/assets/top_bn-newmodel_pc.jpg) no-repeat right top;
	background-size: cover;
	padding: 69px 104px 65px 141px;
}

#showroom_travel .wrap_info .txt_l{
	text-align: center;
	margin: 40px auto 20px auto;
	font-weight: bold;
	font-size:18px;
}
#showroom_travel .wrap_info .btn_blue{
	background-color: #173c61;
	text-align: center;
	margin: 20px auto 120px auto;
	max-width: 25%;
}
#showroom_travel .wrap_info .btn_blue a{
	display: block;
	padding: 10px;
}
#showroom_travel .wrap_info .btn_blue a:link,
#showroom_travel .wrap_info .btn_blue a:visited{
	color: #fff;
}

#showroom_travel .wrap_info .btn_greige{
	margin: 20px auto 120px auto;
}



@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2){
	.bn--top .bn__new-model{
		background: url(https://cdn.shopify.com/s/files/1/0473/1846/6710/t/6/assets/top_bn-newmodel_2x.jpg) no-repeat right top;
		background-size: cover;
		padding: 40px 55px 40px 35px;
	}
	#showroom_travel .wrap_info .btn_blue{
		max-width: 100%;
	}
}








/*　商品ページ　*/
/*　商品名から色名を非表示に　*/
.product__title span.color{
	display: none;
}

.product_notice{
	margin: 0 auto 40px auto;
	padding: 30px 15px;
	border: 1px solid #ccc;
	font-size: 15px;
	text-align: center;
	line-height: 2.1;
}
/*　サイズ画像　*/
#wrap_spec .spec_img{
	text-align: center;
	width: 100%;
	margin: 0 auto 50px auto;
}
#wrap_spec .spec_img img{
	width: 55%;
}




/*　写真コンテスト　*/
.event_photo{
	width: 700px;
	margin: 0 auto 100px auto;
}
.form input{
	margin: 5px 0;
	padding: 10px;
}
.form .form__content{
	margin-bottom: 30px;
}


/*　ブログ　*/
/*　table関係　追加分　*/

.blog .bloc-table table{
	border-collapse: collapse;
}

.blog .bloc-table .lineup tr th,
.blog .bloc-table .lineup tr td{
	border: 1px solid #ccc;
	width: 33%;
	padding: 8px;
}
.blog .bloc-table .detail{
	text-align: center;
	width: 100%;
}
.blog .bloc-table .txt-center{
	text-align: center;
	width: 100%;
	font-family: Gothic MB101 Medium,sans-serif;
}
.blog .bloc-table .detail tr th,
.blog .bloc-table .detail tr td{
	border: 1px solid #ccc;
	padding: 8px;
}
.blog .bloc-table .detail tr th{
	background-color: #f2f2f2;
}

/* 上下線バージョン */
.blog .bloc-table .top_bt_line tr th,
.blog .bloc-table .top_bt_line tr td{
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}
.blog .bloc-table .top_bt_line{
	border-top: 1px solid #ccc;
	min-width: 80%;
}
.blog .bloc-table .top_bt_line tr th{
	padding-right: 20px;
	width: 38%;
}
.blog .bloc-table .area{
	margin: 50px 0 0 0!important;
}
.blog .bloc-table .item_lineup img{
	max-width: 60%;
}

.blog .item_lineup .block-table-img{
	width: 260px;
}

/*　横並びレイアウト　*/
.blog .block-c-variation{
	display: flex;
	flex-wrap: wrap;
}
.blog .block-c-variation div{
	width: 48%;
	padding: 1%;
}







@media screen and (max-width: 768px) {
	#wrap_spec .spec_img{
		margin: 0 auto 20px auto;
	}
	#wrap_spec .spec_img img{
		width: 100%;
	}

	
	.blog .bloc-table .lineup tr th{
		display: none;
	}
	.blog .bloc-table .lineup tr td{
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: none;
		padding: 15px 0;
	}
	.blog .bloc-table .lineup tr td:last-child{
		border-bottom: 1px solid #ccc;
	}
	.blog .bloc-table .lineup tr td:before{
		content: attr(data-label);
		display: block;
	}
	.blog .bloc-table .lineup tr td ul{
		margin: 0;
	}
	
	.blog .bloc-table .top_bt_line{
		width: 100%;
	}
	.blog .bloc-table .top_bt_line tr th,
	.blog .bloc-table .top_bt_line tr td{
		display: block;
		width: 100%;
	}
	.blog .bloc-table .top_bt_line tr th{
		border-bottom: none;
		padding: 8px 8px 0 8px;
	}
	.blog .bloc-table .item_lineup img{
		max-width: 100%;
	}
	.blog .item_lineup .block-table-img{
		width: auto;
	}

}






/* 資料請求　サンクスページ */
.wrap_instagram{
	margin: 100px auto 50px auto;
	max-width: 900px;
}
.wrap_instagram h3{
	text-align: center;
	font-size: 20px;
	margin: 100px auto 20px auto;
}
.wrap_instagram img{
	width: 100%;
}
.wrap_instagram p{
	text-align: left;
}
.wrap_instagram .txt_red{
	margin: 20px 0 0 0;
}
.wrap_instagram .txt_red strong{
	font-family: "Gothic MB101 DemiBold", sans-serif;
}

.wrap_instagram .wrap_overview{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap_instagram .wrap_overview .overview{
	width: 48%;
}


.form__row .form__content--txt a{
	text-decoration: underline;
}
.form__row .form__content--txt a:link,
.form__row .form__content--txt a:visited{
	color: #373b43;
}

/* LINE訴求 */
.p_c_line_wrap{
	margin: 50px auto;
	max-width: 350px;
	border: 2px solid #e1e2e4;
	padding: 20px;
	border-radius: 10px;
}
.p_c_line_wrap .title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px 0;
}
.p_c_line_wrap .title div img{
	width: 94px;
}
.p_c_line_wrap .title h3{
	width: 5em;
	margin-left: 20px;
	font-size: 20px;
}
.p_c_line_wrap ul{
	list-style: disc;
	margin: 0 0 0 20px;
}
.p_c_line_wrap ul li{
	padding: 0 0 15px 0;
}
.p_c_line_wrap p.txt{
	text-align: center;
	margin: 20px 0 0 0;
}
.p_c_line_wrap .add_btn a{
	display: block;
	background-color: #a6a29f;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0 auto;
	padding: 15px;
	max-width: 80%;
}

/* 資料請求サンクスページ */

.Thanks_insta{
	width: 50%;
	margin: 0 auto;
}
.Thanks_insta img{
	width: 100%;
}
.Thanks_insta .add_btn a{
	display: block;
	background-color: #a6a29f;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0 auto;
	padding: 15px;
	max-width: 80%;
}





@media screen and (max-width: 600px) {
	.wrap_instagram{
		margin: 30px 10px 50px 10px;
	}
	
	.wrap_instagram h3{
		font-size: 18px;
	}
	.wrap_instagram .wrap_overview .overview{
		width: 100%;
	}
	
	/* 資料請求サンクスページ */

	.Thanks_insta{
		width: 100%;
		margin: 0 auto;
	}



}



/* ショールーム　特典 */

#wrap_bonus,
#wrap_special{
	margin: 80px auto;
}
#wrap_bonus img,
#wrap_special img{
	max-width: 100%;
	height: auto;
}
#wrap_bonus h2,
#wrap_special h2{
	letter-spacing: .1em;
	font-size: 17px;
	margin: 26px 0;
	text-align: center;
	font-family: Roboto, "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#wrap_bonus p,
#wrap_special p{
	font-size: 13px;
	text-align: left;
}
#wrap_bonus h3,
#wrap_special h3{
	margin-top: 20px;
	font-size: 17px;
	letter-spacing: .05em;
	font-family: Roboto, "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: left;
}
#wrap_bonus > section,
#wrap_special > section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wrap_bonus > section > div{
	width: calc(100% / 3 - 10px);
}
#wrap_special > section > div{
	width: calc(100% / 2 - 10px);
}
#wrap_bonus section h3,
#wrap_special section h3{
	line-height: 2.2;
}
#wrap_bonus section h3 span,
#wrap_special section h3 span{
	background-color: #5a616e;
	color: #fff;
	padding: 5px 8px;
	font-size: 85%;
	border: 1px solid #5a616e;
}
#wrap_bonus section h3 span.day,
#wrap_special section h3 span.day{
	background: #fff;
	color: #373b43;
}

#wrap_bonus > section > div > .end{
	position: relative;
	padding: 10px;
}
#wrap_bonus > section > div > .end::before{
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#wrap_bonus > section > div > .end::after{
	position: absolute;
	content: "こちらの特典は\A終了しました";
	white-space: pre;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}


@media screen and (max-width: 600px) {
	#wrap_bonus > section > div > .end::after{
		font-size: 16px;
	}
	#wrap_bonus section h3 span{
		display: block;
		width: 100%;
		padding: 2px 8px;
		line-height: 1.5;
	}
	#wrap_bonus section h3{
		line-height: 1.5;
	}
}

/* 特典が１つのとき用　class="one_column" */

#wrap_special.one_column section{
	justify-content: center;
}




@media screen and (max-width: 600px) {
	#wrap_bonus > section > div{
	width: calc(100% / 2 - 10px);
	}

/* 特典が１つのとき用　class="one_column" */

	#wrap_special.one_column section div{
		width: 100%;
	}


}



/* トップ地震のお知らせ */
#oshirase0111{
	background: #f4f4f4;
	padding: 40px;
	margin:50px auto 0px;
	line-height: 180%;
	text-align: center;
	width: 1200px;
	font-size: 14px;
}
#oshirase0111 p{
	font-size: 20px;
	color: #173c61;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 140%
}

@media screen and (max-width: 768px) {
	#oshirase0111{
		background: #f4f4f4;
		padding: 20px 10px;
		font-size: 14px;
		margin: 20px 10px;
		line-height: 150%;
		width: calc(100% - 20px);
		text-align: left;
	}
	#oshirase0111 p{
		font-size: 16px;
	}
}