@charset "utf-8";

/* --- 作成元の「showroom.css」に対して上書き --- */
#lxl-contents {
    background: none;
}
.hero .body {
    padding-top: 0;
}
@media print, screen and (max-width: 767px) {
    #lxl-contents .lxl-contents-inner {
        width: 88.2666% !important;
    }
}

@media print, screen and (max-width: 767px) {
    .lxl-itm-cb-video {
        margin: 0;
    }
}



/* 冒頭の部分 */
.hero h1 {
    margin-bottom: 40px;
    margin-bottom: 27px;
    color: #333;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    font-size: 38px;
    position: relative;
    z-index: 10;
}
.hero h1 span::before  {
    content: "";
    background: #FFF700;
    width: 530px;
    height: 11px;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.hero figure {
    padding: 99px 243px 0 244px;
}
.hero figure li {
    border: solid 2px #833D06;
    border-radius: 6px;
}
.hero figure li::before {
    background: url(/lineup/exterior/s/consultation/images/showroom_serif_brown.png) no-repeat center / 100%;
}
.hero figure li > div {
    height: 76px;
}
.showroom_anchor_spLink{
	display: none;
}
.hero-lead {
    max-width: unset;
}
.hero-lead p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6666;
    text-align: center;
    /* width: 770px; */
}
@media print, screen and (max-width: 767px) {
    .hero h1 {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 2;
    }
    .hero h1 span {
        font-size: 20px;
    }
    .hero h1 span::before  {
        width: 290px;
        height: 12px;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: -1;
    }    
}
@media screen and (max-width: 767px) {
	#lxl-contents {
        width: 100%;
        padding: 0;
	}
	.hero figure {
        padding: 70vw 11vw 0 11vw;
        width: auto;
        margin-bottom: 30px;
        padding:  33.3333vw 11vw 0 11vw;
	}
	.hero figure li {
        width: 44.2666vw;
        box-sizing: border-box;
	}
	.hero figure li:nth-child(2) {
        top: 16.5333vw;
        left: 0;
	}
	.hero figure li:nth-child(3) {
        top: 3.2vw;
	}
	.hero figure li:nth-child(4) {
        top: 19.73333vw;
	}
	.hero figure li p {
        font-size: 10px;
	}
	.hero-lead .note {
        margin-top: 14px;
	}
	.hero figure li > div {
        height: 12.26vw;
	}
	.hero-lead p{
        margin-top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
	}
	.showroom_anchor_spLink{
		display: block;
		margin-top: 30px;
	}
	.showroom_anchor_spLink a{
		width: 88vw;
		background-color: #EF7A00;
		border-radius: 4px;
		display: block;
		margin: 0 auto;
		padding: 11px 8px;
		text-align: left;
		display: flex;
		align-items: center;
		position: relative;
	}
	.showroom_anchor_spLink a::after {
        content: '';
        position: absolute;
        display: inline-block;
        box-sizing: border-box;
        top: 50%;
        transform: translateY(-50%);
        right: 11px;
        width: 12.5px;
        height: 7.45px;
        background: url(/lineup/exterior/s/consultation/images/arrow_down_white.svg) no-repeat;
	}
	.showroom_anchor_spLink a:nth-child(2){
		margin-top: 10px;
	}
	.showroom_anchor_spLink a span{
		display: block;
	}
	.showroom_anchor_spLink a span:nth-child(1){
		width: 40px;
	}
	.showroom_anchor_spLink a span:nth-child(2){
		padding-left: 7px;
		height: 34px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		color: #FFF;
		padding-top: 10px;
	}

	/* ショールームのリスト */
	.list-wrp {
        width: 100%;
        margin: 10px auto 0;
	}
    .list-wrp + .list-wrp {
        margin: 0 auto;
    }
	.list-wrp a {
        width: 88vw;
        box-sizing: border-box;
	}
}

/* バーチャルショールームの部分 */
.vr_showroom_container{
	background-color: #FFF;
	padding: 85px 0 90px;
}
.vr_showroom_inner{
	margin: 0 auto;
	width: 800px;
}
.vr_showroom_inner a img{
	width: 100%;
}
.vr_showroom_inner a img.forSP{
	display: none;
}
.vr_showroom_inner h2{
	font-size: 36px;
	font-weight: bold;
	color: #EF7A00;
	line-height: 1.5;
}
.vr_showroom_inner h2 br{
	display: none;
}
.vr_showroom_inner p{
	font-size: 15px;
	color: #4B4949;
	line-height: 2;
}
.vr_showroom_inner a{
	display: block;
	margin-top: 33px;
}

@media screen and (max-width: 767px) {
	.vr_showroom_container{
		padding: 35px 20px 40px;
	}
	.vr_showroom_inner{
		width: 100%;
	}
	.vr_showroom_inner a img.forSP{
		display: block;
	}
	.vr_showroom_inner a img.forPC{
		display: none;
	}
	.vr_showroom_inner h2{
		font-size: 21px;
		line-height: 1.4761;
	}
	.vr_showroom_inner h2 br{
		display: block;
	}
	.vr_showroom_inner p{
		font-size: 14px;
		line-height: 2;
		text-align: left;
	}
	.vr_showroom_inner p br{
		display: none;
	}
	.vr_showroom_inner a{
		margin-top: 20px;
	}
}


/* --- 新規作成 20240205 --- */
/* 冒頭下の導入部分 */
.showroom_anchor{
	background-color: #FFF;
	padding: 0 0 90px;
}
.showroom_anchor h2{
	width: 946px;
	margin: 0 auto 38px;
	text-align: left;
	display: flex;
}
.showroom_anchor h2 img{
	display: inline-block;
	width: 28px;
	margin-right: 12px;
}
.showroom_anchor h2 span{
	display: inline-block;
	font-size: 28px;
	line-height: 1;
}
.showroom_anchor_guidance{
	margin: 0 auto;
	width: 946px;
	display: flex;
	justify-content: space-between;
}
.showroom_anchor_guidance_item{
	width: 450px;
	border-radius: 6px;
	border: 1px solid #CCCCCC;
	padding: 50px 40px;
}
.showroom_anchor_guidance_item h3{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.showroom_anchor_guidance_item h3 span:nth-of-type(1){
	width: 50px;
	padding: 5px 0 0 0;
	text-align: left;
}
.showroom_anchor_guidance_item:nth-of-type(2) h3 span:nth-of-type(1){
	padding: 5px 0 0 0;
}
.guidance_number_01{
	width: 10.15px;
}
.guidance_number_02{
	width: 20px;
}
.showroom_anchor_guidance_item h3 span:nth-of-type(2){
	width: 330px;
	text-align: left;
	padding-left: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #EF7A00;
	line-height: 1.4258;
}
.showroom_anchor_guidance_item_01,
.showroom_anchor_guidance_item_04{
	width: 100%;
	margin-top: 28px;
}
.showroom-wrapper .showroom_anchor_guidance_item_text01{
	font-size: 20px;
	color: #4B4949;
	font-weight: bold;
	line-height: 2;
	margin-top: 20px;
}
.showroom_anchor_guidance_innerBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.showroom_anchor_guidance_innerBox_item{
	width: 170px;
	margin-top: 25px;
}
.showroom_anchor_guidance_innerBox_item span{
	display: block;
	font-size: 20px;
	color: #EF7A03;
	font-weight: bold;
	line-height: 1;
}
.showroom_anchor_guidance_innerBox_item img{
	width: 100%;
	margin-top: 20px;
}
.showroom_anchor_guidance_innerBox_item p{
	font-size: 14px;
	color: #4B4949;
	line-height: 1.7142;
	text-align: left;
}
.showroom_anchor_guidance_item a{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	margin-top: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	background-color: #EF7A03;
	padding: 10px 0;
	border: 1px solid #EF7A03;
}
.showroom_anchor_guidance_item a::after {
    content: '';
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 7.45px;
    height: 12.5px;
    background: url(/lineup/exterior/s/consultation/images/arrow_right_white.svg) no-repeat;
}
.showroom_anchor_guidance_item a:hover{
	color: #EF7A03;
	background-color: #FFF;
}
.showroom_anchor_guidance_item a:hover::after {
    background: url(/lineup/exterior/s/consultation/images/arrow_right_orange.svg) no-repeat;
}
.showroom_anchor_guidance_item:nth-of-type(2) a{
	color: #EF7A03;
	background-color: #FFF;
}
.showroom_anchor_guidance_item:nth-of-type(2) a::after {
    background: url(/lineup/exterior/s/consultation/images/arrow_down_orange.svg) no-repeat;
    height: 7.45px;
    width: 12.5px;
}
.showroom_anchor_guidance_item:nth-of-type(2) a:hover{
	color: #FFF;
	background-color: #EF7A03;
}
.showroom_anchor_guidance_item:nth-of-type(2) a:hover::after {
    background: url(/lineup/exterior/s/consultation/images/arrow_down_white.svg) no-repeat;
}

@media screen and (max-width: 767px) {
	/* 冒頭下の導入部分 */
	.showroom_anchor{
		background-color: #FFF;
		padding: 0 0 40px;
	}

	.showroom_anchor h2{
		margin-bottom: 0px;
		width: 88vw;
	}
	.showroom_anchor h2 img{
		width: 22px;
		margin-right: 6px;
	}
	.showroom_anchor h2 span{
		font-size: 22px;
	}

	.showroom_anchor_guidance{
		width: 88vw;
		display: block;
		margin-top: 30px;
	}
	.showroom_anchor_guidance_item{
		width: 100%;
		padding: 30px 14px;
	}
	.showroom_anchor_guidance_item h3{
		width: 100%;
		justify-content: unset;
	}
	.showroom_anchor_guidance_item:nth-of-type(2){
		margin-top: 30px;
	}
	.showroom_anchor_guidance_item h3 span:nth-of-type(1){
		width: 50px;
		padding: 0px;
	}
	.showroom_anchor_guidance_item:nth-of-type(2) h3 span:nth-of-type(1){
		padding: 0px;
	}
	.showroom_anchor_guidance_item h3 span:nth-of-type(2){
		width: 69.333vw;
		font-size: 21px;
		line-height: 1.238;
	}
	.showroom_anchor_guidance_item_01,
	.showroom_anchor_guidance_item_04{
		margin-top: 18px;
	}
	.showroom-wrapper .showroom_anchor_guidance_item_text01{
		font-size: 16px;
		line-height: 2.5;
		margin-top: 6px;
	}
	.showroom_anchor_guidance_innerBox{
		display: block;
	}
	.showroom_anchor_guidance_innerBox_item{
		width: 100%;
		margin-top: 20px;
	}
	.showroom_anchor_guidance_innerBox_item:nth-of-type(2){
		margin-top: 27px;
	}
	.showroom_anchor_guidance_innerBox_item span{
		line-height: 1;
	}
	.showroom_anchor_guidance_innerBox_item img{
		margin-top: 18px;
	}
	.showroom_anchor_guidance_innerBox_item p{
		margin-top: 13px;
	}
	.showroom_anchor_guidance_item a{
		margin-top: 25px;
		font-size: 16px;
		padding: 17px 0;
	}
}

/* 全国のショールーム一覧 */
.showroom {
    padding-top: 0;
}
.showroom h2{
	margin-bottom: 38px;
}
.showroom h2 img{
	display: inline-block;
	width: 28px;
	margin-right: 12px;
}
.showroom h2 span{
	font-size: 28px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.showroom h2{
		width: 88vw;
		margin: 0 auto 10px;
	}
	.showroom h2 img{
		display: inline-block;
		width: 22px;
		margin-right: 6px;
	}
	.showroom h2 span{
		font-size: 22px;
	}
}


/* --- 新規作成 202406 --- */
.showroomlist-wrp {
    padding-bottom: 60px;
}
/* アコーディオン */

.list-wrp .accordion_item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100% - 52px);
    padding: 22px 30px 30px;
    color: #4b4949;
    text-decoration: none;
    position: relative;
}
.list-wrp .accordion_item: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 .btn_link {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 32px;
    margin: auto auto 30px;
    border: 1px solid #ef7a00;
    border-radius: 16px;
    color: #ef7a00;
    font-size: 0.75rem;
    flex-direction: unset;
    padding: unset;
    text-decoration: none;
	z-index: 10;
} 
.list-wrp .btn_link::before {
    display: none;
}
.list-wrp .btn_link:hover {
	color: #fff;
    background-color: #ef7a00;
	box-shadow: unset;
}
a.btn_link_test {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding: 0;
}
.openAccordion {
    min-height: 430px;
}
.accordion_title {
    cursor: pointer;
}
.accordion_title.change + .openAccordion a.btn_link_test {
    position: unset;
}

a.btn_link_test:hover {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
a.btn_link_test:hover .btn_link {
	color: #fff;
    background-color: #ef7a00;
	box-shadow: unset;
}

a.btn_link_test: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;
}
.accordion_title.change + .openAccordion a.btn_link_test:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion_title.change + .openAccordion a.btn_link_test::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    margin: auto;
    border: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
	.list-wrp .accordion_item:before {
		display: none;
	}
	.openAccordion{
		display:none;
	}
    .openAccordion .btn_link {
        margin: auto;
    }
    .openAccordion .thumb {
        margin: auto;
        margin-top: 10px;
    }
    .list-wrp h3 {
        line-height: 1.3333;
        font-size: 18px;
    }
	.list-wrp .accordion_item {
		border: 1px solid #e6e6e6;
        padding: 18px 14px;
	}
    .list-wrp .btn_link {
        width: 247px;
        height: 40px;
        border-radius: 20px;
        min-height: 0%;
    } 
    .accordion_title + .openAccordion a.btn_link_test p{
    display: none;
    }
    .accordion_title.change + .openAccordion a.btn_link_test p{
        display: flex;
    }
    .accordion_title.change + .openAccordion a.btn_link_test:hover {
        position: unset;
        box-shadow: unset;
    }
    .accordion_symbol {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 16px;
    }
    .accordion_symbol span {
        display: block;
        background-color: #4B4949;
        width: 100%;
        height: 2px;
        transition: all 0.4s ease;
        border-radius: 50px;
    }
    .accordion_symbol span:nth-of-type(1) {
        transform: translateX(50%);
    }
    .accordion_symbol span:nth-of-type(2) {
        transform: rotate(-90deg) translateY(-370%);
    }
    .change .accordion_symbol span:nth-of-type(2) {
        transform: rotate(0deg)  translate(-50%, 0);
    }
    
}



/* ========================
    20240624　改修時に追加
======================== */

/* ========================
    共通：色
======================== */
.common__ore {
    color: #EF7A00;
}
.common__blue {
    color: #4472C4;
}
.common_bg__ore {
    background: #EF7A00;
}
.common_bg__blue {
    background: #4472C4;
}
h2.common_h2 {
    margin-bottom: 38px;
}
h2.common_h2 span {
    font-size: 28px;
    line-height: 1;
}
h2.common_h2 img {
    display: inline-block;
    width: 28px;
    margin-right: 12px;
}
.common_inner {
    width: 948px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* ========================
    hoverの設定
======================== */
a.anchor_item:hover,
a.more_btn__reservation:hover,
.more_btn:hover,
.more_btn02:hover,
a.visit_item_reservation:hover {
    opacity: 0.8;
}
a.more_btn__reservation.is-disabled:hover {
    opacity: 1;
}
@media print, screen and (max-width: 767px) {
    a.anchor_item:hover,
    a.more_btn__reservation:hover,
    .more_btn:hover,
    .more_btn02:hover,
    a.visit_item_reservation:hover {
        opacity: unset;
    }
}

@media print, screen and (max-width: 767px) {
    h2.common_h2 {
        width: 88vw;
        margin: 0 auto 10px;
    }
    h2.common_h2 span {
        font-size: 22px;
        line-height: 1;
    }
    h2.common_h2 img {
        display: inline-block;
        width: 22px;
        margin-right: 6px;
    }
    .common_inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 22px;
    }
}


/* ========================
    アンカーリンク
======================== */
.anchor {
    background: #fff;
    padding-top: 20px;
}
.anchor_wrap {
    display: flex;
    border: 1px solid #CCCCCC;
    width: 948px;
    margin: 0 auto;
}
a.anchor_item {
    background: #fff;
    text-decoration: none;
    color: #4B4949;
    padding: 23px 0 40px;
    width: 318px;
    display: block;
    text-align: center;
    position: relative;
    line-height: 1.5;
}
a.anchor_item:nth-of-type(2n) {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
a.anchor_item:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #EF7A00;
    border-right: solid 2px #EF7A00;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 48%;
    bottom: -20px;
    margin: auto;
}
@media print, screen and (max-width: 767px) {
    .anchor_wrap {
        width: calc(100% - 2px);
    }
    a.anchor_item {
        padding: 12px 0 26px;
        width: calc(100% / 3);
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3333;
    }
    a.anchor_item:before {
        top: 0;
        left: 46%;
        bottom: -30px;
        margin: auto;
    }    
}


/* ========================
    何ができるの？
======================== */
.what {
    background: #fff;
    padding: 67px 0 90px;
    box-sizing: border-box;
}
.what_item_wrap {
    display: flex;
    justify-content: space-between;
}
.what_item {
    width: 288px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
img.what_photo {
    display: block;
    width: 100%;
}
.what_point {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #EF7A00;
}
.what_title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.what_txt {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 6px;
}
@media print, screen and (max-width: 767px) {
    .what {
        padding: 40px 0;
    }
    .what_item_wrap {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 20px;
    }
    .what_item {
        width: 100%;
        flex-direction: row;
    }
    img.what_photo {
        display: block;
        width: calc(100vw / 375 * 146);
    }
    .what_point {
        font-size: 13px;
        line-height: 1;
    }
    .what_title {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 4px;
    }
    .what_txt {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 6px;
    }    
}


.camera {
    margin: 50px auto 0;
    padding: 50px 54px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
.camera_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1333;
    color: #EF7A00;
    text-align: center;
}
.camera_txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 26px;
    text-align: center;
}
.camera_txt_note {
    font-size: 12px;
    line-height: 1.6666;
    margin-top: 12px;
    text-align: center;
}
.camera_photo {
    width: 664px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 303px 303px;
    justify-content: space-between;
}
.camera_photo img {
    width: 100%;
}
.camera_photo figcaption {
    margin-top: 16px;
    text-align: center;
}
@media print, screen and (max-width: 767px) {
    .camera {
        margin: 40px auto 0;
        padding: 30px 14px;
    }
    .camera_title {
        font-size: 20px;
        line-height: 1.7;
    }
    .camera_txt {
        font-size: 14px;
        line-height: 1.7142;
        margin-top: 10px;
        text-align: left;
    }
    .camera_txt_note {
        font-size: 12px;
        margin-top: 10px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
    .camera_photo {
        width: 100%;
        margin: 30px auto 0;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 30px;
    }
    .camera_photo img {
        width: 100%;
    }
    .camera_photo figcaption {
        margin-top: 18px;
        font-size: 14px;
    }    
}



/* ========================
    ご利用方法の紹介
======================== */
.howto {
    padding-top: 70px;
}
.online_read {
    display: grid;
    grid-template-columns: 98px 723px;
    gap: 17px;
}
.online_read img {
    width: 100%;
}
.online_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4285;
}
.online_title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6250;
    margin-top: 5px;
}
@media print, screen and (max-width: 767px) {
    .howto {
        padding-top: 40px;
    }
    
    .online_read {
        display: grid;
        grid-template-columns: 58px auto;
        gap: 10px;
    }
    .online_title {
        font-size: 16px;
        line-height: 2.5;
    }
    .online_title span {
        display: block;
        font-size: 14px;
        line-height: 1.7142;
        margin-left: -60px;
        margin-top: 26px;
    }    
}


.tab_cont * {
    box-sizing: border-box;
}
.tab_cont {
    margin-top: 10px;
}
.online {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 43px 55px 40px;
    margin-top: 26px;
}
.tab_wrap_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab_online,
.tab_now {
    width: 407px;
    border-radius: 10px;
    position: relative;
    bottom: -20px;
    padding: 32px 29px 30px;
    display: flex;
    flex-direction: column;
}
.tab_online .tab_online_img,
.tab_now .tab_online_img {
    width: 100%;
    display: block;
    margin-top: 18px;
}
.tab_online img + picture,
.tab_now img + picture {
    display: block;
    margin-top: 17px;
    line-height: 2.5;
}
.tab_online .tab_recommend_title,
.tab_now .tab_recommend_title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.tab_online {
    border: 1px solid #EF7A00;
    position: relative;
}
.tab_title {
    font-size: 26px;
    line-height: 1.6666;
    font-weight: 600;
}
.tab_title span {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background: #4472C4;
    border-radius: 12px;
    padding: 5px 7px;
    margin-left: 8px;
}
.tab_online .tab_title {
    color: #EF7A00;
}
.tab_online .tab_recommend_title {
    color: #EF7A00;
}
.tab_time {
    position: absolute;
    top: 25px;
    right: 31px;
    width: 70px;
    height: 40px;
}


.tab_now {
    border: 1px solid #4472C4;
    position: relative;
}
.tab_now .tab_title {
    color: #4472C4;
    display: flex;
    align-items: center;
}
.tab_now .tab_recommend_title {
    color: #4472C4;
}
.tab_online .tab_now {
    color: #4472C4;
}
ul.tab_recommend {
    margin-top: 6px;
}
ul.tab_recommend li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142;
    text-indent: -1em;
    padding-left: 1em;
}
ul.tab_recommend li + li {
    margin-top: 4px;
}
ul.tab_recommend li::before {
    content: "・";
}
@media print, screen and (max-width: 767px) {
    .tab_cont {
        margin-top: 0;
    }
    .online {
        padding: 40px 14px;
    }
    .tab_wrap_inner {
        display: flex;
        flex-direction: column;
    }
    .tab_online,
    .tab_now {
        width: 100%;
        border-radius: 10px;
        position: relative;
        bottom: -20px;
        padding: 20px 14px 30px;
        display: block;
    }
    .tab_online .tab_online_img,
    .tab_now .tab_online_img {
        margin-top: 14px;
    }
    .tab_online img + picture,
    .tab_now img + picture {
        margin-top: 16px;
    }
    .tab_now {
        margin-top: 20px;
    }
    .tab_title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
    }
    
}
.more_inner,
.more_inner02 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    position: relative;
    order: 2;
    width: 100%;
}
.more_inner.is-show,
.more_inner02.is-show {
    max-height: 1500px;/* 適切な高さに調整してください */
    border-radius: 10px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
    order: 1;
}
.more_inner::before,
.more_inner02::before {
    content: ' ';
    position: absolute;
    top: 1px;
    background: #fff;
    width: 407px;
    z-index: 1000;
    display: block;
    height: 50px;
    box-sizing: border-box;
}
.more_inner::before {
    border-left: 1px solid #EF7A00;
    border-right: 1px solid #EF7A00;
}
.more_inner02::before {
    right: 0;
    border-left: 1px solid #4472C4;
    border-right: 1px solid #4472C4;
}
@media print, screen and (max-width: 768px) {
    .more_inner,
    .more_inner02 {
        order: unset;
    }
    .more_inner.is-show,
    .more_inner02.is-show {
        order: unset;
    }
    .more_inner::before,
    .more_inner02::before {
        width: 100%;
        height: 20px;
    }    
}


.more_wrap {
    border: 1px solid #EF7A00;
    border-radius: 0 10px 10px 10px;
    padding: 36px 29px 40px;
    margin-top: 50px;
}
.more_wrap img {
    display: block;
    margin: 40px auto 0;
}
.more_wrap02 img {
    display: block;
    margin: 40px auto 0;
}
.more_wrap_title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.more_wrap_title span.more_wrap_title__bold {
    display: inline-block;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
}
.more_wrap_title span.more_wrap_title__normal {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 300;
}
p.more_wrap_note {
    font-size: 12px;
    line-height: 1.6666;
    margin-top: 20px;
}
@media print, screen and (max-width: 767px) {
    .more_wrap {
        border: 1px solid #EF7A00;
        border-radius: 0 0 10px 10px;
        padding: 0 14px 26px;
        margin-top: 20px;
    }
    .more_wrap img,
    .more_wrap02 img {
        display: block;
        margin: 26px auto 0;
    }
    .more_wrap_title {
        font-size: 16px;
        display: block;
    }
    .more_wrap_title span.more_wrap_title__bold {
        margin-left: 0;
    }
    
}


.more_wrap02 {
    border: 1px solid #4472C4;
    border-radius: 0 0 10px 10px;
    padding: 36px 29px 40px;
    margin-top: 50px;

}
.more_btn_wrap {
    margin: auto auto 0;
}
a.more_btn__reservation {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    width: 349px;
    border-radius: 4px;
    padding: 10px 0;
    margin: 26px auto 0;
}
.tab_online a.more_btn__reservation {
    background: #EF7A00;
}
.tab_now a.more_btn__reservation {
    background: #4472C4;
}
.more_btn,
.more_btn.is-active,
.more_btn02,
.more_btn02.is-active,
#close_more_wrap,
#close_more_wrap02 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 349px;
    border-radius: 4px;
    padding: 8px 0;
    margin: 7px auto 0;
    position: relative;
    background: #FFF;
}
#close_more_wrap,
#close_more_wrap02 {
    margin: 12px auto 0;
}
.tab_online .more_btn,
.tab_online .more_btn.is-active,
#close_more_wrap {
    border: 1px solid #EF7A00;
    color: #EF7A00;
    position: relative;
}
.tab_now .more_btn02,
.tab_now .more_btn02.is-active,
#close_more_wrap02 {
    border: 1px solid #4472C4;
    color: #4472C4;
    position: relative;
}
.more_btn::after,
.more_btn02::after,
#close_more_wrap::after,
#close_more_wrap02::after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.more_btn::after {
    content: url(/lineup/exterior/s/consultation/images/more_btn_plus.svg);
}
.more_btn02::after {
    content: url(/lineup/exterior/s/consultation/images/more_btn02_plus.svg);
}
.more_btn.is-active::after,
.more_btn02.is-active::after,
#close_more_wrap::after,
#close_more_wrap02::after {
    position: absolute;
    top: 35%;
    right: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.more_btn.is-active::after,
#close_more_wrap::after {
    content: url(/lineup/exterior/s/consultation/images/more_btn_minus.svg);
}
.more_btn02.is-active::after,
#close_more_wrap02::after {
    content: url(/lineup/exterior/s/consultation/images/more_btn02_minus.svg);
}
@media print, screen and (max-width: 767px) {
    .more_wrap02 {
        padding: 0 14px 26px;
        margin-top: 20px;
    }
    a.more_btn__reservation {
        width: 100%;
        padding: 15px 0;
        margin-top: 26px;
    }
    .tab_online a.more_btn__reservation {
        background: #EF7A00;
    }
    .tab_now a.more_btn__reservation {
        background: #4472C4;
    }
    .more_btn,
    .more_btn.is-active,
    .more_btn02,
    .more_btn02.is-active {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 4px;
        padding: 14px 0;
        margin-top: 12px;
        position: relative;
    }
    .more_btn::after,
    .more_btn02::after {
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
    }
    .more_btn::after {
        content: url(/lineup/exterior/s/consultation/images/more_btn_plus.svg);
    }
    .more_btn02::after {
        content: url(/lineup/exterior/s/consultation/images/more_btn02_plus.svg);
    }
    .more_btn.is-active::after,
    .more_btn02.is-active::after {
        position: absolute;
        top: 35%;
        right: 18px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
    }
    .more_btn.is-active::after {
        content: url(/lineup/exterior/s/consultation/images/more_btn_minus.svg);
    }
    .more_btn02.is-active::after {
        content: url(/lineup/exterior/s/consultation/images/more_btn02_minus.svg);
    }
    .more_btn,
    .more_btn.is-active,
    .more_btn02,
    .more_btn02.is-active,
    #close_more_wrap,
    #close_more_wrap02 {
        width: 100%;
        padding: 14px 0;
        /* margin: 26px auto 0; */
    }
}


ul.tab_now__list {
    margin-top: 40px;
}
ul.tab_now__list li {
    font-size: 12px;
    line-height: 1.6666;
    text-indent: -1em;
    padding-left: 1em;
}
ul.tab_now__list li::before {
    content: "・";
}
.tab_now__list a {
    color: #4472C4;
}
.more_wrap02 .more_wrap_note + #close_more_wrap02 {
    margin-top: 40px;
}

.more_inner
.more_inner02 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
    padding-bottom: 0;
}
.more_inner.is-closing,
.more_inner02.is-closing {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}


/* ========================
    オンラインショールームの様子をご紹介
======================== */
.video {
    padding: 60px 0 64px;
    margin-top: 20px;
}
.video_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4285;
    text-align: center;
}
.video_box {
    width: 600px;
    margin: 40px auto 0;
}
.video_box video {
    width: 100%;
}
@media print, screen and (max-width: 767px) {
    .video {
        padding: 20px 0 60px;
        margin-top: 20px;
    }
    .video_title {
        font-size: 16px;
    }
    .video_box {
        width: 100%;
        height: calc(100vw / 375 * 150);
        margin: 18px auto 0;
    }    
}


.visit_box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.visit_item {
    width: 407px;
    border-radius: 10px;
    padding: 32px 29px 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #00AAAA;
    box-sizing: border-box;
}
.visit_item_title {
    font-size: 24px;
    line-height: 1.6666;
    font-weight: 600;
    color: #00AAAA;
    letter-spacing: -0.04em;
}
.visit_item_img {
    width: 100%;
    display: block;
    margin-top: 18px;
}
.visit_item img + picture {
    display: block;
    margin-top: 17px;
    line-height: 2.5;
}
.visit_item_recommend_title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #00AAAA;
}
ul.visit_item_recommend {
    margin: 6px auto 25px;
}
ul.visit_item_recommend li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142;
    text-indent: -1em;
    padding-left: 1em;
}
ul.visit_item_recommend li + li {
    margin-top: 4px;
}
ul.visit_item_recommend li::before {
    content: "・";
}
a.visit_item_reservation {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    color: #05AAA9;
    display: block;
    width: 349px;
    border-radius: 4px;
    padding: 10px 0;
    margin: auto auto 0;
    border: 1px solid #05AAA9;
    position: relative;
}
a.visit_item_reservation::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-bottom: solid 2px #05AAA9;
    border-right: solid 2px #05AAA9;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 12px;
    margin: auto;
}
@media print, screen and (max-width: 767px) {
    .visit_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 26px;
        gap: 20px;

    }
    .visit_item {
        width: 100%;
        padding: 26px 14px;
    }
    .visit_item_title {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .visit_item_img {
        margin-top: 16px;
    }
    .visit_item img + picture {
        margin-top: 14px;
    }
    .visit_item_recommend_title {
        font-size: 16px;
    }
    ul.visit_item_recommend {
        margin: 10px auto 25px;
    }
    a.visit_item_reservation {
        width: 100%;
        padding: 6px 0;
    }
    a.visit_item_reservation::after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0;
        border-bottom: solid 2px #05AAA9;
        border-right: solid 2px #05AAA9;
        transform: rotate(45deg);
        position: absolute;
        top: 24px;
        right: 12px;
        margin: auto;
    }
}
