@charset "utf-8";

/* --- 影響範囲が不明なため、新規追加のCSSは「showroom_02.css」に記載してください --- */

/* utility */
/* ----------------------------------------------------- */
.only-sp {
	display: none;
}
@media only screen and (max-width: 767px){
	.only-sp {
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.only-pc {
		display: none;
	}
}
#lxl-contents .lxl-contents-inner,
.lxl-sns {
	padding-top: 0;
}
.lixTmplNavSns {
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	#lxl-contents {
		width: calc(100% - 22px);
		padding: 0 11px;
	}
}

/* hero */
/* ----------------------------------------------------- */
.hero {
	padding: 25px 0 18px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03) inset;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.hero {
		padding: 19px 0 12px;
	}
}
.hero #lxl-breadcrumb-list {
	width: 948px;
	padding: 1px 0 0;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px){
	.hero #lxl-breadcrumb-list {
		width: calc(100% - 32px);
		margin: 0 16px 25px;
	}
}
.hero .contents {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 948px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.hero .contents {
		width: calc(100% - 32px);
		margin-top: 0;
		padding: 0 16px;
	}
}
.hero .body {
	padding-bottom: 20px;
	padding-top: 10px;
}
@media only screen and (max-width: 767px){
	.hero .body {
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
	}
}

.hero h1 {
	margin-bottom: 27px;
	color: #ef7a00;
	font-weight: bold;
	font-size: 2.25rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.hero h1 {
		margin-bottom: 18px;
		font-size: 1.31rem;
	}
}
.hero figure {
	position: relative;
	margin: 0 auto 36px auto;
	width: 458px;
	padding: 176px 243px 0 244px;
}

.hero figure ul {
	margin: 0;
}

.hero figure li {
	position: absolute;
	width: 260px;
	border: solid 2px #F39800;
	border-radius: 4px;
}

.hero figure li::before {
	content: '';
	width: 11px;
	height: 16px;
	background: url(/lineup/exterior/s/consultation/images/showroom_serif.png) no-repeat center / 100%;
	position: absolute;
	top: 100%;
	right: 40px;
}
.hero figure li:nth-child(3)::before,
.hero figure li:nth-child(4)::before {
	transform: scaleX(-100%);
	right: auto;
	left: 40px;
}
.hero figure li > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.hero figure {
		padding: 70vw 11vw 0 11vw;
		width: auto;
		margin-bottom: 22px;
	}
	.hero figure li {
		width: 48%;
	}
	.hero figure li::before {
		width: 7px;
		height: 10px;
		right: 30px;
	}
	.hero figure li:nth-child(3)::before,
	.hero figure li:nth-child(4)::before {
		left: 30px;
	}
	.hero figure li:nth-child(1) {
		top: 0;
		left: 0;
	}
	.hero figure li:nth-child(2) {
		top: 33vw;
		left: 0;
	}
	.hero figure li:nth-child(3) {
		top: 0;
		right: 0
	}
	.hero figure li:nth-child(4) {
		top: 33vw;
		right: 0;
	}
}
@media only screen and (min-width: 768px){
	.hero figure li:nth-child(1) {
		top: 0px;
		left: 295px;
	}
	.hero figure li:nth-child(2) {
		top: 115px;
		left: 0;
	}
	.hero figure li:nth-child(3) {
		top: 30px;
		right: 76px;
	}
	.hero figure li:nth-child(4) {
		top: 231px;
		right: 0;
	}
}
.hero figure li > span {
	display: block;
}

.hero figure li span > img{
	margin: 0;
}
.hero figure li p {
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 8px;
}
.hero img {
	width: 100%;
}
.hero-lead {
	width: 90%;
	max-width: 595px;
	margin: auto;
	line-height: 2;
}
.hero-lead .note {
	text-align: center
}
@media only screen and (max-width: 767px){
	.hero figure li p {
		font-size: 0.75rem;
		padding: 3px 0;
	}
	.hero-lead {
		font-size: 0.875rem;
	}
	.hero-lead .note {
		font-size: 0.75rem;
		text-align: left
	}
}

/* point */
/* ----------------------------------------------------- */
.point {
	position: relative;
	margin-top: 50px;
	padding: 40px 54px 54px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.point {
		margin-top: 20px;
		padding: 30px 14px;
	}
}
.point::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 408px;
	height: 5px;
	margin: auto;
	background-color: #ef7a00;
}
@media only screen and (max-width: 767px){
	.point::before {
		width: 262px;
	}
}
.point h2 {
	margin-bottom: 50px;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.point h2 {
		font-size: 1.125rem;
	}
}
.point .flex {
	display: flex;
	margin: 0 -12px;
}
@media only screen and (max-width: 767px){
	.point .flex {
		flex-direction: column;
		margin: 0;
	}
}
.point-wrp {
	width: calc(33.33% - 24px);
	margin: 0 12px;
}
@media only screen and (max-width: 767px){
	.point-wrp {
		width: 100%;
		margin: 0;
		min-height: 0%;
	}
}
.point-wrp h3 {
	width: 6em;
	height: 6em;
	margin: 0 auto 30px;
	font-size: 1.125rem;
	font-weight: bold;
	border: solid 3px #f39800;
	color: #f39800;
	border-radius: 50%;
	text-align: center;
}
.point-wrp h3 span {
	position: relative;
	content: counter(point);
	counter-increment: point;
	display: block;
	width: 100%;
	height: 28px;
	padding-bottom: .25em;
	margin: 1.15em auto .5em;
	/* border-bottom: solid 2px #f39800; */
	font-size: 1em;
}
@media only screen and (max-width: 767px){
	.point-wrp h3 span {
	margin-bottom: .3em;
	}
}
.point-wrp h3 span:after {
		position: absolute;
		content: '';
		width: 60%;
		height: 2px;
		background-color: #f39800;
		bottom: -2px;
		transform: translateX(-50%);
		left: 50%;
}
.point-wrp p {
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.71;
	height: calc(0.875rem * 1.71 * 4);
}
@media only screen and (max-width: 767px){
	.point-wrp p {
		height: auto;
	}
}
.point-wrp figure {
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.point-wrp figure {
		min-height: 0%;
	}
}
.point-wrp img {
	width: 100%;
}
.point-btn-wrp {
	display: flex;
	justify-content: center;
	align-items: center;
}
.point .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 240px;
	height: 34px;
	margin-top: 22px;
	border: 1px solid #ef7a00;
	border-radius: 4px;
	color: #fff;
	background-color: #ef7a00;
	text-decoration: none;
}
.point .btn:hover {
	opacity: .6;
}
@media only screen and (max-width: 767px){
	.point .btn {
		width: 247px;
		height: 41px;
		margin: 30px auto 0;
		border-radius: 4px;
	}
}

/* index */
/* ----------------------------------------------------- */
.index {
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.index {
		margin-top: 20px;
		padding: 0 11px;
	}
}
.index li + li {
	margin-top: 20px;
}

/* box-index */
/* ----------------------------------------------------- */
.box-index {
	display: block;
	padding: 46px 54px 46px 50px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: #fff;
}
a.box-index:hover {
	opacity: .6;
}
@media only screen and (max-width: 767px){
	.box-index {
		padding: 18px 14px 30px;
	}
}
.box-index:link,
.box-index:visited {
	color: #4b4949;
	text-decoration: none;
}
.box-index.is-active {
	color: #5d5b5b;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.box-index h2 {
	position: relative;
	padding-left: 38px;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.box-index h2 {
		padding-left: 28px;
		font-size: 1.125rem;
	}
}
.box-index h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 6px solid #ef7a00;
	border-radius: 50%;
}
@media only screen and (max-width: 767px){
	.box-index h2::before {
		top: 4px;
		width: 13px;
		height: 13px;
		border-width: 4px;
	}
}
.box-index h3 {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.box-index h3 {
		font-size: 1.125rem;
	}
}
.box-index .contents {
	display: flex;
}
@media only screen and (max-width: 767px){
	.box-index .contents {
		flex-direction: column;
		margin-top: 13px;
	}
}
.box-index figure {
	width: 388px;
	margin-right: 24px;
}
@media only screen and (max-width: 767px){
	.box-index figure {
		width: 100%;
	}
}
.box-index img {
	width: 100%;
}
.box-index .body {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	width: 50%;
}
.box-index.box-index--full .body {
	width: 100%;
}
@media only screen and (max-width: 767px){
	.box-index .body {
		margin-top: 22px;
		width: 100%;
		min-height: 0%;
	}
}
.box-index .body p {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.box-index .body p {
		font-size: 0.875rem;
	}
}
.box-index .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 308px;
	height: 34px;
	margin: auto 0 0 auto;
	border: 1px solid #ef7a00;
	border-radius: 4px;
	color: #fff;
	background-color: #ef7a00;
}
.box-index a.btn {
	text-decoration: none;
}
.box-index a.btn:hover {
	opacity: .6;
}


@media only screen and (max-width: 767px){
	.box-index .btn {
		width: 247px;
		height: 41px;
		margin: 30px auto 0;
		border-radius: 4px;
	}
}
.box-index[target="_blank"] .btn span {
	position: relative;
	padding-right: 22px;
}
.box-index[target="_blank"] .btn span::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 16px;
	height: 15px;
	background: url(/lineup/exterior/s/consultation/common/pic/icon_blank_02.svg) no-repeat center / 16px;
	transition: 0.2s;
}

.showroom .box-index p + h3 {
	margin-top: 1.3em;
}

.showroom .box-index h3 {
	padding-left: 27px;
	position: relative;
}
.showroom .box-index h3::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/lineup/exterior/s/consultation/images/title_circle.svg) no-repeat center;
	background-size: contain;
}


/* present */

.present-wrp {
	display: block;
	width: calc(100% - 66px);
	max-width: 852px;
	margin: 50px auto 10px;
	/*	padding: 30px 290px 30px 100px;*/
	padding: 30px;
	border: solid 3px #f39800;
	border-radius: 10px;
	text-align: left;
	position: relative;
}

.present-illust {
	display: block;
	width: 100px;
	height: 240px;
	background: url(https://exterior100.lixil.co.jp/showroom/images/present_staff.png) no-repeat center / 100% auto;
	position: absolute;
	left: -20px;
	bottom: -25px;
}

.present-wrp h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.5em;
    padding-left: 60px;
	color: #f39800;
	font-weight: bold;
	font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}

.present-wrp .quopay-wrp {
	margin: 1em auto;
	position: absolute;
	top: 5px;
	right: 15px;
	width: 120px;
}

.present-wrp .quopay {
	width: 120px;
	margin: .5em auto;
}

.present-wrp .qr {
	display: block;
	width: 110px;
	height: 110px;
	border: 2px solid #ccc;
}

.present-quo {
	display: block;
	text-align: left;
	background-color: #f39800;
	color: #fff;
	font-size: 1.8em;
	font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
	padding: .75em 1em;
    padding-left: 60px;
}

.present-wrp .note {
	margin-top: 1em;
	text-align: right;
}

.present-wrp .note li {
	display: inline-block;
	font-size: .9em;
	color: #666;
	padding-left: 1.2em;
	position: relative;
	text-align: right;
}

.present-wrp .note li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.present-wrp img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 767px){
	.present-wrp .forSP {
		display: none;
	}
}@media only screen and (max-width: 767px){
	/* present */
	.present-wrp {
		display: block;
		width: calc(100% - 10vw - 6px);
		margin: 10vw auto 5vw;
		padding: 7vw 5vw 5vw;
	}
    .present-wrp .quopay-wrp {
        margin: 1em auto;
        position: static;
    }
	.present-wrp h3 {
		font-size: .9em;
        padding: 0;
		text-align: center;
	}

	.present-wrp .qr {
		width: 90px;
		height: 90px;
		margin: 1em auto 2em;
	}

	.present-wrp .quopay {
		width: 150px;
	}

	.present-quo {
        padding: .5em;
		font-size: 1.3em;
        line-height: 1.5;
        text-align: center;
	}

	@media screen and (max-width:320px) {
		.present-wrp h3 {
			font-size: 5vw;
		}
	}
	.present-wrp p {
		font-size: .9em;
	}

	.present-illust {
        left: 10px;
		width: 80px;
		height: 220px;
		bottom: 35%;
	}

	.present-wrp .note {
		display: block;
		width: 100%;
		text-align: left;
	}

	.present-wrp .note li {
		text-align: left;
		font-size: .8em;
		line-height: 1.5;
	}
}

/* showroomlist-wrp*/
/* ----------------------------------------------------- */
.showroomlist-wrp {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.showroomlist-wrp {
		flex-direction: column;
	}
}
.list-wrp {
	position: relative;
	width: 33.33%;
	background: #fff;
	transition: 0.2s;
}
@media only screen and (max-width: 767px){
	.list-wrp {
		width: calc(100% - 2px);
		margin-top: 10px;
	}
}
.list-wrp.picture {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 308px;
	background-color: transparent;
}
@media only screen and (max-width: 767px){
	.list-wrp.picture {
		width: 100%;
		margin-top: 30px;
	}
}
.list-wrp a {
	display: flex;
	flex-direction: column;
	position: relative;
	height: calc(100% - 52px);
	padding: 22px 30px 30px;
	color: #4b4949;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
	.list-wrp a {
		padding: 25px 14px 30px;
	}
}
.list-wrp a:hover {
	z-index: 1;
	color: #5d5b5b;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.list-wrp .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 32px;
	margin: auto auto 0;
	border: 1px solid #ef7a00;
	border-radius: 16px;
	color: #ef7a00;
	font-size: 0.75rem;
}
@media only screen and (max-width: 767px){
	.list-wrp .btn {
		width: 247px;
		height: 40px;
		border-radius: 20px;
		min-height: 0%;
	}
}
.list-wrp a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	margin: auto;
	border: 1px solid #e6e6e6;
}
.list-wrp a:hover .btn {
	color: #fff;
	background-color: #ef7a00;
}
.list-wrp h3 {
	display: flex;
	align-items: center;
	min-height: 3.75rem;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.67;
}
@media only screen and (max-width: 767px){
	.list-wrp h3 {
		min-height: auto;
		font-size: 1.19rem;
	}
}
.list-wrp figure {
	height: 145px;
	margin-top: 16px;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.list-wrp figure {
		height: auto;
		margin-top: 25px;
		min-height: 0%;
	}
}
.list-wrp img {
	width: 100%;
}
.list-wrp a:hover img {
	opacity: 1;
}
.lxl-table-std {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0 22px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 0.84em;
	line-height: 1.5;
}
@media only screen and (max-width: 767px){
	.lxl-table-std {
		margin: 15px 0 30px;
		min-height: 0%;
	}
}
.lxl-table-std dt {
	background: #f9f9f9;
	width: 6em;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.lxl-table-std dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: calc(100% - 6em);
	background: #fff;
	box-sizing: border-box;
}

/* showroom */
/* ----------------------------------------------------- */
.showroom {
	padding-top: 50px;
}
@media only screen and (max-width: 767px){
	.showroom {
		padding-top: 35px;
	}
}
.showroom .title {
	position: relative;
	margin-bottom: 30px;
	padding-left: 38px;
	font-size: 1.75rem;
}
@media only screen and (max-width: 767px){
	.showroom .title {
		margin-bottom: 13px;
		padding-left: 28px;
		font-size: 1.125rem;
	}
}
.showroom .title::before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 6px solid #ef7a00;
	border-radius: 50%;
}
@media only screen and (max-width: 767px){
	.showroom .title::before {
		top: 4px;
		width: 13px;
		height: 13px;
		border-width: 4px;
	}
}

/* bnr */
/* ----------------------------------------------------- */
.bnr {
	margin-top: 50px;
	padding: 54px;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.bnr {
		padding: 14px 14px 42px;
	}
}
.bnr ul {
	display: flex;
	margin: -12px;
}
@media only screen and (max-width: 767px){
	.bnr ul {
		flex-direction: column;
		margin: 0;
	}
}
.bnr li {
	margin: 0 12px;
}
@media only screen and (max-width: 767px){
	.bnr li + li {
		margin-top: 40px;
	}
}
.bnr a {
	display: block;
	color: #4B4949;
	text-decoration: none;
}
.bnr a:hover {
	color: #5d5b5b;
}
.bnr img {
	width: 100%;
}
.bnr a:hover img {
	opacity: 0.6;
}
.bnr p {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	padding-left: 26px;
	font-size: 1rem;
}
@media only screen and (max-width: 767px){
	.bnr p {
		margin-top: 20px;
	}
}
.bnr p::before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(/lineup/exterior/s/consultation/common/pic/icon_link_01.svg) no-repeat center / 16px;
}
.bnr a[target="_blank"] p {
	position: relative;
	padding-right: 26px;
}
.bnr a[target="_blank"] p::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 16px;
	height: 15px;
	background: url(/lineup/exterior/s/consultation/common/pic/icon_blank_01.svg) no-repeat center / 16px;
}

/* btn-large */
/* ----------------------------------------------------- */
.btn-large {
	display: flex;
	margin: 50px -5px 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.btn-large {
		flex-direction: column;
		margin: 30px 0 0;
		padding: 0 11px;
	}
}
.btn-large a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 6 * 5px)/4);
	height: 61px;
	margin: 0 5px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	color: #707070;
	font-size: 1rem;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
	.btn-large a {
		width: 100%;
		margin: 0;
		border-radius: 5px;
	}
	.btn-large a + a {
		margin-top: 10px;
	}
}
.btn-large a:hover {
	color: #5d5b5b;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-large a span {
	position: relative;
	padding: 5px 0;
	box-sizing: border-box;
	height: 100%;
}
@media only screen and (max-width: 767px){
	.btn-large a span {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.btn-large a span::before {
	content: '';
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	top: 2px;
		left: -6px;
	width: 16px;
	height: 16px;
	background: url(/lineup/exterior/s/consultation/common/pic/icon_link_01.svg) no-repeat center / 16px;
}
@media only screen and (max-width: 767px){
	.btn-large a span::before {
		position: relative;
		display: inline-block;
		top: initial;
		transform: translateY(0);
		left: initial;
		margin-right: 4px;
	}
}

/* info-box
-------------------------------------------------------*/
.info-box {
	margin: 30px auto 20px;
	padding:30px 40px 35px 40px;
	border: 5px solid #fce4cc;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.info-box {
		padding: 25px 14px 20px;
	}
}
.info-box .title {
	margin-top: 10px;
	text-align: center;
	color:#ef7a00;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 767px){
	.info-box .title {
		font-size: 1rem;
		text-align: left;
	}
}
.info-box .txt {
	margin-top: 22px;
	text-align: left;
	font-size: 14px;
}
@media only screen and (max-width: 767px){
	.info-box .txt {
		margin-top: 20px;
		font-size: 0.75rem;
	}
}

/* ここから */

.showroom-wrapper {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	letter-spacing: .025em;
	line-height: 1.6em;
}

.showroom-wrapper * {
	/* margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; */
}


.showroom-wrapper h1, .showroom-wrapper h2, .showroom-wrapper h3, .showroom-wrapper p {
	font-weight: normal;
}

.showroom-wrapper a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
}


.showroom-wrapper img {
	border: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}


.showroom-wrapper ol, .showroom-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.showroom-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.showroom-wrapper a:hover {
	color: #000;
}

.showroom-wrapper .en {
	font-family: "Baloo 2", sans-serif;
}

.showroom-wrapper .normal {
	font-weight: normal !important;
}

.showroom-wrapper .bold {
	font-weight: 700 !important;
}

.showroom-wrapper small {
	font-size: .8em;
}

.showroom-wrapper .sml {
	font-size: .8em !important;
}

.showroom-wrapper .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.showroom-wrapper .forSP,
.showroom-wrapper .forSPi {
	display: none !important;
}

.showroom-wrapper .forPC {
	display: block !important;
}

.showroom-wrapper .forPCi {
	display: inline-block !important;
}

@media print {
	.showroom-wrapper .forSP, .showroom-wrapper .forSPi {
		display: none !important;
	}
}

@media screen and (max-width: 896px) {
	.showroom-wrapper body {
		padding-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .forSP {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .forPC, .showroom-wrapper .forPCi {
		display: none !important;
	}
}
.showroom-wrapper .inner {
	width: 100%;
	max-width: 1180px;
	padding: 60px 40px;
	margin: 0 auto;
}

.showroom-wrapper h2 {
	margin-bottom: 2em;
	line-height: 1.4em;
	font-size: 1.6em;
	font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}

.showroom-wrapper h2 span {
	display: block;
}

.showroom-wrapper .showroom-navi-wrp {
	width: 100%;
	height: 151px;
	padding: 40px 0;
	background-color: #F9F7F1;
}
@media screen and (min-width: 768px) {
	.showroom-wrapper .showroom-navi .forSP {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.showroom-wrapper .showroom-navi-wrp {
		height: auto;
		padding: 0;
	}
}

.showroom-wrapper .showroom-navi-wrp-inner {
	width: 100%;
	position: static;
	top: 60px;
	z-index: 10;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.showroom-wrapper .showroom-navi-wrp.on .showroom-navi-wrp-inner {
	position: fixed;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .showroom-navi-wrp .showroom-navi-wrp-inner {
		top: 55px;
	}
}

.showroom-wrapper .showroom-navi {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.showroom-wrapper .showroom-navi li {
	width: 33.33%;
	border: 1px solid #ccc;
}

.showroom-wrapper .showroom-navi-wrp.on .showroom-navi li {
	border-top: 0;
	border-bottom: 0;
}

.showroom-wrapper .showroom-navi a,
.showroom-wrapper .showroom-navi button {
	display: block;
	padding: 1em 0 2.25em;
	text-align: center;
	background-color: #fff;
	font-size: .85em;
	font-weight: bold;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.showroom-wrapper .showroom-navi-wrp.on .showroom-navi a,
.showroom-wrapper .showroom-navi-wrp.on .showroom-navi button {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: center;
	transform-origin: center;
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .showroom-navi a,
	.showroom-wrapper .showroom-navi button {
		font-size: .66em;
		padding: 1em 0 2em;
	}
}

@media screen and (max-width: 375px) {
	.showroom-wrapper .showroom-navi a,
	.showroom-wrapper .showroom-navi button {
		font-size: .6em;
		padding: 1em 0 2em;
	}
}

.showroom-wrapper .showroom-navi a:hover,
.showroom-wrapper .showroom-navi button:hover {
	color: #f39800;
}

.showroom-wrapper .showroom-navi a::before,
.showroom-wrapper .showroom-navi button::before {
	font-size: .8em;
	content: '';
	display: block;
	width: .6em;
	height: .6em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	bottom: 1.5em;
	left: calc(50% - .1em);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 2;
}

.showroom-wrapper .showroom-navi a::after,
.showroom-wrapper .showroom-navi button::after {
	font-size: .8em;
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-color: #f39800;
	border-radius: 100%;
	position: absolute;
	bottom: 1em;
	left: calc(50% - .5em);
	z-index: 1;
}

.showroom-wrapper .showroom-navi li:first-child {
	border-right: none;
}

.showroom-wrapper .showroom-navi li:last-child {
	border-left: none;
}

.showroom-wrapper .point-wrp {
	width: 23%;
	margin-bottom: 2em;
}

.showroom-wrapper .point-wrp h3.title {
	margin: 0 auto 1.5em;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05em;
	font-weight: bold;
	color: #f39800;
	height: 2.5em;
	width: auto;

}

.showroom-wrapper .point-wrp p {
	font-size: .95em;
	height: auto;
	color: #222;
	text-align: left;
}

.showroom-wrapper .point-wrp .fadeBox {
	width: 100%;
	margin: 0 auto;
}

.showroom-wrapper .point-wrp .fadeBox img {
	width: 100%;
	height: auto;
}
.showroom-wrapper .point-button {
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 101%;
	cursor: pointer;
}
.showroom-wrapper .point-button a {
	width: 48.5%;
}
.showroom-wrapper .point-button a span{
	height: auto;
}
.showroom-wrapper .point-button a span::before {
	transform: rotate(90deg);
}
.showroom-wrapper .vr_showroom {
	background-color: #f6f6f6;
}

.showroom-wrapper .vr_showroom_banner {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 2em auto;
}

.showroom-wrapper .vr_showroom_banner img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .inner {
		width: 100%;
		max-width: 100%;
		padding: 10vw 5vw;
	}
	.showroom-wrapper h2 {
		font-size: 1.2em;
		margin-bottom: 2em;
	}
	.showroom-wrapper .point-wrp {
		width: 100%;
		padding: 0;
		margin-bottom: 3em;
	}
	.showroom-wrapper .point-wrp:last-child {
		width: 100%;
		padding: 0;
		margin-bottom: 2em;
	}
	.showroom-wrapper .point-wrp p {
		height: auto;
		margin-bottom: 1.5em;
	}
	.showroom-wrapper .point-button a {
		width: 100%;
	}
}

/* ここから独自CSS */

.showroom-wrapper .showroom-navi button {
	appearance: none;
	border: none;
	cursor: pointer;
	width: 100%;
}


.showroom-wrapper .point {
	background: #FFF;
	margin-top: 0;
	padding: 0;
}

.showroom-wrapper .point .flex {
	margin: 0;
	position: relative;
}

.showroom-wrapper .point::before {
	display: none;
}

.showroom-wrapper .showroom-navi-wrp-inner {
	top: 0;
}
.showroom-wrapper .point-wrp:nth-child(-n+2) {
	padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.showroom-wrapper .showroom-navi button  {
		/* line-height: 2.3; */
		height: 100%;
	}

	.showroom-wrapper .point-wrp {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.showroom-wrapper .showroom-navi button  {
		/* line-height: 2.6; */
		height: 100%;
	}

	.showroom-wrapper .showroom-navi-wrp .showroom-navi-wrp-inner {
		top: 0;
	}

	.showroom-wrapper .showroom-navi-wrp.on {
		height: 56px;
	}

	.showroom-wrapper .point-button {
		position: static;
		width: 100%;
	}
	.showroom-wrapper .point-wrp:nth-child(-n+2) {
		padding-bottom: 0;
	}
}