﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

@media screen and (min-width:1601px) {
	html {
		min-width: 1600px;
	}
}
@media (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
	.sp-none {
		display: block !important;
	}
}
@media (max-width: 768px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}
@media screen and (min-width:769px) {

	/*pc・タブレットcss*/
	#common-footer {
		margin-top: 0px !important;
	}
	#wrap #header {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#wrap #header #topicpath {
		font-size: .9em;
	}
}
.page_link {
	display: block;
}
@media (max-width: 768px) {
	.page_link {
		padding-top: 60px;
		margin-top: -60px;
	}
}
.sitewrap {
	position: relative;
	z-index: 1;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1240px) {
	.sitewrap {
		width:100%;
		min-width:0;
		min-width:0;
	}	
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 14px;
	}
	.display_sp{
		display:block;
	}
	.sitewrap > *{
		padding:0 15px;
	}
}
/*main*/
#wrap .main-bg{
  font-family: "游ゴシック", 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrap img {
	max-width: 100%;
	height: auto;
}
#wrap .mv_wrap{
	margin-bottom: -18em;
	position: relative;
	z-index: 0;
	background: url(image/mv.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	aspect-ratio: 1920 / 1284;
	min-height: 43em;
	max-width: 100%;
}
#wrap .mv_wrap .img_item{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto auto 0 0;
	width: 60%;
}
#wrap .mv_wrap .mv_title{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -2.75% 9% auto auto;
	width: 37%;
}
@media screen and (max-width:1000px){
	#wrap .mv_wrap{
		margin-bottom: -15em;
	}
}
@media screen and (max-device-width:1300px){
	#wrap .mv_wrap{
	margin-bottom: -15em;
}
}
@media screen and (max-width:767px){
	#wrap .mv_wrap{
		background: url(image/mv_sp.png) no-repeat;
		background-position: center;
		background-size: cover;
		aspect-ratio: unset;
		min-height: 472px;
		margin-bottom: 0;
	}
	#wrap .mv_wrap .img_item{
		display: none;
	}
	#wrap .mv_wrap .mv_title{
		position: absolute;
		z-index: 1;
		margin: auto;
		inset: -1% 4% auto auto;
		width: 72.27%;
	}
}
.link-btn_section{
	padding: 6em 2em 4em;
	position: relative;
}
.link-btn_section em{
	text-align: center;
	display: block;
	font-style: normal;
	font-size: 3.6rem;
	color: #407296;
	font-weight: 600;
	margin-bottom: 1em;
}
.link-btn_section em span{
	font-style: italic;
}
.link-btn_section .link-btn_text{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	line-height: 2.8;
	margin-bottom: 2em;
}
.link-btn_section .link-btn_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	gap: 0.5em 2%;
}
.link-btn_section .link-btn_items .link_item{
	width: calc(100% / 4);
	max-width: 280px;
}
.link-btn_section .link-btn_items .link_item a{
	position: relative;
	display: flex;
	z-index: 5;
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin-left: 0px;
	text-align: center;
	padding: 0.75em 1em 1.5em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(0deg, rgb(186 160 116), rgb(146 113 71));
	border-radius: 0.35em;
	width: 100%;
	min-height: 129px;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
}
.link-btn_section .link-btn_items .link_item a::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
	inset: auto 0 0.65em;
}
@media (any-hover: hover) {
	.link-btn_section .link-btn_items .link_item a:hover {
		transform: translateY(3px);
		opacity: 1;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
	}
}
@media screen and (max-width:767px) {
	.link-btn_section em{
		font-size:2.4rem;
	}
	.link-btn_section{
		padding: 3em 0em;
	}
	.link-btn_section .link-btn_text{
		font-size: 1.6rem;
		text-align: left;
		letter-spacing: 0.5px;
		line-height: 1.8;
	}
	.link-btn_section .link-btn_items{
		gap: 0.75em;
		padding-inline: 15px;
		flex-wrap: wrap;
	}
	.link-btn_section .link-btn_items .link_item{
		width: calc(50% - 0.375em);
	}
	.link-btn_section .link-btn_items .link_item a{
		font-size: 1.4rem;
		padding: 1em 10px 1.5em;
		border: 2px solid;
		min-height: 90px;
	}
	.link-btn_section .link-btn_items .link_item a::before{
		border-width: 10px 8px 0 8px;
		inset: auto 0 0.65em;
	}
}
.sec_title{
	font-size: 4.2rem;
	text-align: center;
	margin-bottom: 1em;
	position: relative;
	z-index: 0;
	color: #417296;
}
.link01_wrap{
	background: url(image/bg01-bottom.png) no-repeat bottom center / cover;
	background-position: bottom center;
	background-size: auto;
	padding-block: 14em 9em;
	position: relative;
	overflow: hidden;
}
.link01_wrap::before{
	content: "";
	width: 100%;
	height: 208px;
	background: url(image/bg01-top.png) no-repeat center / contain;
	position: absolute;
	inset: -6% 0 auto 0;
	margin: auto;
}
.link01_wrap > p{
	text-align: center;
	font-size: 1.8rem;
	line-height: 3;
}
.link01_wrap .link01_wrap_image{
	text-align: center;
	margin-bottom: 4em;
}
.link01_wrap .slick-list{
	overflow: visible;
}
.link01_wrap .slide-wrap{
	position: relative;
}
.link01_wrap .slide-wrap .slide-item{
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-inline: 15px;
}
.link01_wrap .slide-wrap .slide-item .item-top{
	background: #fbf3e5;
	border-radius: 10px 10px 0 0;
	padding: 20px 30px 10px;
}
.link01_wrap .slide-wrap .slide-item .item-top em{
	font-size:1.8rem;
	margin-bottom: 0.5em;
	position: relative;
	z-index: 0;
	color: #417296;
	font-style: normal;
	display: block;
	font-weight: bold;
}
.link01_wrap .slide-wrap .slide-item .item-top .item-top-logo{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	min-height: 28px;
	text-decoration: none;
}
.link01_wrap .slide-wrap .slide-item .item-top .item-top-logo .txt-new{
	display: inline-block;
	background: #f6e613;
	border-radius: 30px;
	color: #927147;
	font-size: 1.4rem;
	padding: 0.125em 0.875em;
	font-weight: bold;
}
.link01_wrap .slide-wrap .slide-item .item-bottom{
	padding: 25px 20px;
}
.link01_wrap .slide-wrap .slide-item .item-bottom .item-image{
	min-height: 150px;
	text-align: center;
}
.link01_wrap .slide-wrap .slide-item .item-bottom p{
	font-size: 1.6rem;
	text-align: right;
	font-weight: bold;
}
.link01_wrap .slide-wrap .slide-item .item-bottom .item-image img{
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.sec_title{
		font-size: 2.25rem;
		padding-block: 0;
		margin-bottom: 1em;
	}
	.link01_wrap{
		padding-block: 7.5em 5em;
		background-image: url(image/bg01-bottom_sp.png);
		background-position: top center;
	}
	.link01_wrap::before{
		width: 100%;
		height: 25.8vw;
		inset: -4% 0 auto 0;
		background-image: url(image/bg01-top_sp.png);
	}
	.link01_wrap > p{
		font-size: 1.6rem;
		line-height:2;
		padding: 0 15px;
		letter-spacing: -0.02em;
		text-align: left;
	}
	.link01_wrap .slide-wrap .slide-item{
		border-radius: 5px;
		margin-inline: 10px;
	}
	.link01_wrap .slide-wrap .slide-item .item-top{
		border-radius: 5px 5px 0 0;
		padding: 10px 15px 10px;
	}
	.link01_wrap .slide-wrap .slide-item .item-top em{
		font-size: 1.4rem;
		margin-bottom: 0.75em;
		line-height: 1.6;
	}
	.link01_wrap .slide-wrap .slide-item .item-top .item-top-logo{
		gap: 1em;
		min-height: 0;
		height: 20px;
	}
	#wrap .link01_wrap .slide-wrap .slide-item .item-top .item-top-logo img{
		height: 20px;
		width: fit-content;
	}
	.link01_wrap .slide-wrap .slide-item .item-top .item-top-logo .txt-new{
		border-radius: 30px;
		font-size: 1.2rem;
		padding: 0.25em 0.875em;
		line-height: 1;
	}
	.link01_wrap .slick-prev{
		left: 12%;
	}
	.link01_wrap .slick-next{
		right: 12%;
	}
	.link01_wrap .slide-wrap .slide-item .item-bottom{
		padding: 25px 20px 15px;
	}
	.link01_wrap .slide-wrap .slide-item .item-bottom .item-image{
		min-height: 80px;
	}
	.link01_wrap .slide-wrap .slide-item .item-bottom p{
		font-size: 1.4rem;
		line-height: 1;
		margin-top: 0.5em;
	}
}
.link_lead{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.875;
}
@media screen and (max-width:767px){
	.link_lead{
		font-size: 1.4rem;
	}
}

/*link02_wrap*/
.link02_wrap {
	position: relative;
	padding-block: 6em 5em;
	background: #E0F4FF;
	background: linear-gradient(180deg, rgba(224, 244, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.link02_wrap .sec_title{
	letter-spacing: -0.05em;
	max-width: fit-content;
	margin: 0 auto 1em;
}
.link02_wrap .sec_title span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.link02_wrap .sec_title i{
		position: absolute;
		font-size: 1.8rem;
		font-weight: bold;
		color: #417296;
		border:2px solid;
		border-radius: 50%;
		background:#fff;
		aspect-ratio: 1 / 1;
		width: 79px;
		font-style: normal;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		inset: 0 auto 0 -25%;
		height: 79px;
		margin: auto;
		letter-spacing: 0;
}
.link02_wrap .link02_wrap_image{
	max-width: 1000px;
	margin: 2em auto 0;
	position: relative;
}
.link02_wrap .link02_wrap_image .link02_wrap_img02{
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width:767px){
	.link_lead{
		font-size: 1.4rem;
		text-align: left;
	}
	.link02_wrap {
		padding-block:2em 3em;
	}
	.link02_wrap .link02_wrap_image .link02_wrap_img{
		width: 80%;
	}
	.link02_wrap .link02_wrap_image .link02_wrap_img02{
		right: 0;
		width: 34%;
		}
	.link02_wrap .sec_title i{
		font-size: 1.4rem;
		border-width:1px;
		width: 60px;
		height: 60px;
		inset: 0 auto 0 -35%;
	}
}

/*link03_wrap*/
.link03_wrap {
	position: relative;
	padding-block: 5em;
	background: #FBF3E5;
	background: linear-gradient(180deg, rgba(251, 243, 229, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
}
.link03_wrap .sec_title{
	margin-bottom:0.5em;
	letter-spacing: -0.05em;
}
.link03_wrap .link03_wrap_image{
	max-width: 1000px;
	margin: 2em auto 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap:1.5em;
}
.link03_wrap .link03_wrap_image .link03_wrap_item:first-child img{
	border-radius: 10px;
}
.link03_wrap .link03_wrap_image .link03_wrap_item:nth-child(2){
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 2.5em;
}
.link03_wrap .link03_wrap_image .link03_wrap_item:nth-child(2) p{
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width:767px){
	.link03_wrap .link03_wrap_image{
		gap:2.5em;
	}
	.link03_wrap {
		padding-block:3em;
	}
	.link03_wrap .link03_wrap_image .link03_wrap_item:nth-child(2){
		gap: 1.5em;
	}
	.link03_wrap .link03_wrap_image .link03_wrap_item:nth-child(2) p{
		font-size: 1.4rem;
	}
}


/*link04_wrap*/
.link04_wrap {
	position: relative;
	padding-block: 5.5em 5.5em;
	background: #7e9b79;
}
.link04_wrap .present-wrap{
	position: relative;
	background: #fff;
	padding:60px 100px;
	border-radius: 10px;
}
.link04_wrap .present-wrap .present_title{
	font-size: 2.8rem;
	font-weight: bold;
	color: #f6e613;
	background: #7e9b79;
	max-width: 567px;
	border-radius: 50px;
	position: relative;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 auto 1em;
}
.link04_wrap .present-wrap .present_title::before{
	content: "";
	border:1px solid #fff;
	width: calc(100% - 14px);
	height:calc(100% - 14px);
	position: absolute;
	inset: 0;
	margin: auto;
	border-radius: 50px;
}
.link04_wrap .present-wrap .link04_top{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2em 2%;
}
.link04_wrap .present-wrap .link04_top .link04_text{
	width: 50%;
}
.link04_wrap .present-wrap .link04_top .link04_image{
	width: 48%;
	text-align: unset;
}
.link04_wrap .present-wrap .link04_top .link04_image img{
	border-radius: 10px;
}
.link04_wrap .present-wrap .link04_top .link04_image p{
	width: fit-content;
	font-size: 1.6rem;
	margin-top: 1em;
	margin-left: auto;
}
.link04_wrap .present-wrap .link04_top .link04_text > p{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 1em;
	letter-spacing: 0;
}
.link04_wrap .present-wrap .link04_top .link04_text p strong{
	font-size: 2.4rem;
	color: #7e9b79;
}
.link04_wrap .present-wrap .link04_top .link04_text .gray-box{
	background: #f1f1f1;
	padding: 20px 40px 25px 40px;
	border-radius: 10px;
}
.link04_wrap .present-wrap .link04_top .link04_text .gray-box .gray-box-style{
	font-size: 1.8rem;
	font-weight: bold;
	color: #7e9b79;
}
.link04_wrap .present-wrap .link04_top .link04_text .gray-box p{
	font-size: 1.6rem;
	margin-top: 0.5em;
	letter-spacing: -0.03em;
}
.link04_wrap .present-wrap .link04_bottom{
	padding-top: 3em;
	margin-top: 3em;
	position: relative;
}
.link04_wrap .present-wrap .link04_bottom::before{
	content: "";
	width: 100%;
	height: 3px;
	background: url(image/line-present.png) repeat-x left / contain;
	position: absolute;
	inset: 0 0 auto 0;
}
.link04_wrap .present-wrap .link04_bottom .link04_bottom_style{
	position: relative;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: #7e9b79;
	text-align: center;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item{
	position: relative;
	border: 3px solid #7e9b79;
	padding: 40px 50px 20px;
	border-radius: 10px;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item em{
	font-size: 2.8rem;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-bottom: 1.5em;
	display: block;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item.item1{
	margin-top: 2em;
	padding-block: 35px 10px;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item p{
	font-size: min(4.2666vw,1.6rem);
	margin-top: 0.5em;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item .t_right{
	text-align: right;
	position: relative;
	right: -25px;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item .bottom-col{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 8%;
	flex-wrap: wrap;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item .bottom-col .present-item{
	text-align: center;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item + i{
	margin-block: 1em;
	position: relative;
	height: 55px;
	display: block;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item + i::before,
.link04_wrap .present-wrap .link04_bottom .bottom-item + i::after{
	content: "";
	width: 55px;
	height: 8px;
	background: #7e9b79;
	position: absolute;
	inset: 0;
	margin: auto;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item + i::after{
	transform: rotate(90deg);
}
.link04_wrap .present-wrap .link04_bottom .bottom-item.item2 .bottom-col{
	gap: 3em 1em;
	justify-content: space-between;
}
.link04_wrap .present-wrap .link04_bottom .bottom-item.item2 .present-item{
	width: calc(29% - 1em);
}
@media screen and (max-device-width:1300px){
	.link04_wrap .present-wrap .link04_bottom .bottom-item p{
		font-size: 1.4rem;
	}
	.link04_wrap .present-wrap{
		padding:60px 50px;
	}
}
@media screen and (max-width:767px){
	.link04_wrap {
		padding-block:3em;
	}
	.link04_wrap .present-wrap{
		padding:30px 15px;
		border-radius:5px;
	}
	.link04_wrap .present-wrap .present_title{
		font-size: 2.25rem;
		min-height: 60px;
	}
	.link04_wrap .present-wrap .present_title::before{
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		pointer-events: none;
	}
	.link04_wrap .present-wrap .link04_top{
		gap: 2em 3%;
		flex-wrap: wrap;
	}
	.link04_wrap .present-wrap .link04_top .link04_text{
		width: 100%;
	}
	.link04_wrap .present-wrap .link04_top .link04_image{
		width: 100%;
	}
	.link04_wrap .present-wrap .link04_top .link04_image img{
		border-radius: 5px;
	}
	.link04_wrap .present-wrap .link04_top .link04_image p{
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 0.75em;
	}
	.link04_wrap .present-wrap .link04_top .link04_text > p{
		font-size: 1.4rem;
		text-align: left;
	}
	.link04_wrap .present-wrap .link04_top .link04_text p strong{
		font-size: 1.8rem;
	}
	.link04_wrap .present-wrap .link04_top .link04_text .gray-box{
		padding: 20px 15px;
		border-radius: 5px;
	}
	.link04_wrap .present-wrap .link04_top .link04_text .gray-box .gray-box-style{
		font-size: 1.6rem;
	}
	.link04_wrap .present-wrap .link04_top .link04_text .gray-box p{
		font-size: 1.4rem;
		letter-spacing: -0.04em;
		line-height: 1.6;
	}
	.link04_wrap .present-wrap .link04_bottom::before{
		height: 2px;
	}
	.link04_wrap .present-wrap .link04_bottom .link04_bottom_style{
		font-size: 2rem;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item{
		border-width:2px;
		padding: 30px 15px 20px;
		border-radius:5px;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item em{
		font-size: 2rem;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item.item1{
		padding-block:25px 10px;
		gap: 1em;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item p{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item .t_right{
		right:0px;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item .bottom-col{
		gap:2em;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item.item1 .bottom-col{
		gap: 1em;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item .bottom-col .present-item{
		width: calc(50% - 0.5em);
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item + i{
		height: 35px;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item + i::before,
	.link04_wrap .present-wrap .link04_bottom .bottom-item + i::after{
		width: 35px;
		height: 5px;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item.item2 .bottom-col{
		gap: 2em 1em;
	}
	.link04_wrap .present-wrap .link04_bottom .bottom-item.item2 .present-item{
		width: calc(50% - 0.5em);
	}
}




/*showroom_wrap*/
.showroom_wrap{
	background: #f5f6f4;
	padding-block: 8em 10em;
}
.showroom_wrap .lead_area{
	position: relative;
	z-index: 0; 
	text-align: center;
}
.showroom_wrap .lead_area .lead_title{
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 1em;
}
.showroom_wrap .lead_area .lead_text{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 3em;
}
.showroom_wrap .lead_area .lead_att{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: -3em auto auto 77%;
}
.showroom_wrap .lead_area .lead_att p{
	font-size: 2.0rem;
	font-weight: 600;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(180deg, rgb(146 113 71), rgb(186 160 116));
	position: relative;
	z-index: 0;
}
.showroom_wrap .lead_area .lead_att span{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -1.5em 0 auto 0;
	transform: translateX(10px);
	font-size: 1.4rem;
	color: #927147;
}
.showroom_wrap .lead_area a{
	position: relative;
	display: block;
	flex-direction: column;
	gap: 0;
	z-index: 5;
	max-width: 652px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	margin-inline: auto;
	text-align: center;
	padding: 1em 1em 1em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(180deg, rgb(250 186 39), rgb(241 127 2));
	border: 3px solid;
	border-radius: 0.35em;
	width: 100%;
	height: 120px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
	margin-bottom: 2em;
}
.showroom_wrap .lead_area a span{
	font-size: 1.8rem;
	position: relative;
	z-index: 0;
	display: inline-block;
	margin-bottom: 0.5em;
}
.showroom_wrap .lead_area a span::before,
.showroom_wrap .lead_area a span::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 2em;
	height: 1px;
	background: #fff;
	margin: auto;
	inset: 0 -2.5em 0 auto;
}
.showroom_wrap .lead_area a span::after{
	inset: 0 auto 0 -3em;
}
.showroom_wrap .lead_area a::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 0;
	height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    margin: auto;
    inset: 0 1.5em 0 auto;
}
.showroom_wrap .reserve_flex{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:2em;
	margin-bottom:5em;
}
@media (any-hover: hover) {
	.showroom_wrap .lead_area a:hover {
		transform: translateY(3px);
		opacity: 1;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
	}
}
.showroom_wrap .reserve_area{
	background: #fff;
	border: 3px solid #5494c2;
	border-radius: 1em;
	padding: 3em;
	text-align: center;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
}
.showroom_wrap .reserve_area .reserve_title{
	font-size: 2.4rem;
	font-weight: 600;
	color: #407296;
	margin-bottom: 0.75em;
}
.showroom_wrap .reserve_area .reserve_text{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2.5em;
}
.showroom_wrap .reserve_area .reserve_items{
	display: flex;
	gap: 1em 2.5%;
}
.showroom_wrap .reserve_area .reserve_items li{
	width: calc(95% / 3);
	position: relative;
	z-index: 0;
}
.showroom_wrap .reserve_area .reserve_items li .reserve_text{
	position: absolute;
	z-index: 1;
	background: #5494c2;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.25em 1em;
	margin: auto;
	inset: 0 auto auto 0;
	border-radius: 0 0 5px 0;
}
.showroom_wrap .arrow_text{
	background: #5494c2;
	color: #fff;
	max-width: 740px;
	margin: -0.1em auto 2em;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	padding-block: 2.5em 4em;
	clip-path: polygon(0 0, 100% 0%, 100% 45%, 50% 100%, 0% 45%);
}
.showroom_wrap .arrow_text span{
	font-size: 1.4rem;
	font-weight: 500;
}

@media screen and (max-width:767px){
	.showroom_wrap{
		padding-block: 5em 4em;
	}
	.showroom_wrap .lead_area .lead_title{
		font-size: 2rem;
		text-align: left;
		margin-bottom: 2em;
		width: 57%;
	}
	.showroom_wrap .lead_area .lead_text{
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 2em;
		line-height: 1.6;
	}
	.showroom_wrap .lead_area .lead_att{
		inset: -1em 15px auto auto;
	}
	.showroom_wrap .lead_area .lead_att p{
		font-size: 1.2rem;
		width: 90px;
		height: 90px;
		line-height: 1.4;
		box-shadow: 0 0 3px rgba(255,255,255,0.3);
	}
	.showroom_wrap .lead_area .lead_att span{
		top: -1em;
		transform: translateX(-3px);
		width: 7.5em;
		filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 3px #fff);
	}
	.showroom_wrap .lead_area a{
		max-width: 652px;
		font-size: 1.75rem;
		border: 2px solid;
		height: 100px;
		letter-spacing: 0;
	}
	.showroom_wrap .lead_area a span{
		font-size: 1.4rem;
		margin-bottom: 0em;
	}
	.showroom_wrap .lead_area a span::before,
	.showroom_wrap .lead_area a span::after{
		width: 1em;
		inset: 0 -1em 0 auto;
	}
	.showroom_wrap .lead_area a span::after{
		inset: 0 auto 0 -1.5em;
	}
	.showroom_wrap .lead_area a::before{
	    border-width: 10px 0 10px 12px;
	    inset: 0 0.5em 0 auto;
	}
	.showroom_wrap .reserve_flex{
		gap:1.5em;
		margin-bottom:3em;
	}
	.showroom_wrap .reserve_area{
		border: 2px solid #4a7bc5;
		padding: 2em;
	}
	.showroom_wrap .reserve_area .reserve_title{
		font-size: 2rem;
	}
	.showroom_wrap .reserve_area .reserve_text{
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 1em;
	}
	.showroom_wrap .reserve_area .reserve_items{
		display: flex;
		gap: 1em 2.5%;
		flex-direction:column;
	}
	.showroom_wrap .reserve_area .reserve_items li{
		width: 100%;
	}
	.showroom_wrap .reserve_area .reserve_items li .reserve_text{
		font-size: 1.2rem;
	}
	.showroom_wrap .arrow_text{
		margin: -0.1em 1em 2em;
		text-align: center;
		font-size: 1.75rem;
		font-weight: 600;
		padding-block: 2em 3em;
		clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
	}
	.showroom_wrap .arrow_text span{
		font-size: 1.4rem;
		font-weight: 500;
	}	
}
.showroom_wrap .showrooms_area{
	padding-top: 1em;
}
.showroom_wrap .showrooms_area .tab_list{
	display: flex;
	gap: 2px;
	border-bottom: 3px solid #5494c2;
}
.showroom_wrap .showrooms_area .tab_list li{
	width: calc((100% - 14px) / 8);
	background: #e3e3e3;
	border-radius: 1em 1em 0 0;
}
.showroom_wrap .showrooms_area .tab_list li label{
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	padding: 1em 0.5em;
	display: block;
}
.showroom_wrap .showrooms_area .tab_change>input[id$="01"]:checked~.tab_list li:has(*[for$="01"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="02"]:checked~.tab_list li:has(*[for$="02"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="03"]:checked~.tab_list li:has(*[for$="03"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="04"]:checked~.tab_list li:has(*[for$="04"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="05"]:checked~.tab_list li:has(*[for$="05"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="06"]:checked~.tab_list li:has(*[for$="06"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="07"]:checked~.tab_list li:has(*[for$="07"]),
.showroom_wrap .showrooms_area .tab_change>input[id$="08"]:checked~.tab_list li:has(*[for$="08"]){
	color: #fff;
	background: #5494c2;
}
.tab_change > input[type="radio"]{
	display:none;
}
.tab_change > input[type="radio"] ~ .tab_views .tab_content{
	overflow:hidden;
	opacity:0;
	position:relative;
	max-height:0;
	z-index:-10;
	transition:opacity .4s;
	padding-top: 0;
}
.tab_change > input[id$="01"]:checked ~ .tab_views *[class$="01"],
.tab_change > input[id$="02"]:checked ~ .tab_views *[class$="02"],
.tab_change > input[id$="03"]:checked ~ .tab_views *[class$="03"],
.tab_change > input[id$="04"]:checked ~ .tab_views *[class$="04"],
.tab_change > input[id$="05"]:checked ~ .tab_views *[class$="05"],
.tab_change > input[id$="06"]:checked ~ .tab_views *[class$="06"],
.tab_change > input[id$="07"]:checked ~ .tab_views *[class$="07"],
.tab_change > input[id$="08"]:checked ~ .tab_views *[class$="08"],
.tab_change > input[id$="09"]:checked ~ .tab_views *[class$="09"]{
	opacity:1;
	z-index:10;
	max-height: 100%;
	overflow:visible;
	width:100%;
	padding-top: 30px;
}
.showroom_wrap .showrooms_items{
	display: flex;
	flex-wrap: wrap;
	gap: 2em 2.5%;
}
.showroom_wrap .showrooms_items li{
	width: calc(90% / 5);
	text-align: center;
}
.showroom_wrap .showrooms_items li .img{
	aspect-ratio: 216 / 152;
	width: 100%;
	margin-bottom: 0.75em;
}
.showroom_wrap .showrooms_items li .img img{
	aspect-ratio: 216 / 152;
	width: 100%;
}
.showroom_wrap .showrooms_items li .showroom_name{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.showroom_wrap .showrooms_items li .showroom_name span{
	font-size: 1.6rem; 
	font-weight: 600;
}
.showroom_wrap .showrooms_items li .showroom_map a{
	position: relative;
	z-index: 0;
	color: #4a7bc6;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 1px solid;
	margin-bottom: 1em;
	display: inline-block;
}
.showroom_wrap .showrooms_items li .showroom_map a::before{
	position: absolute;
	z-index: 1;
	display: block;
	content: "";
	width: 16px;
	height: 20px;
	background: url(image/icon_pin.png) no-repeat;
	background-size: contain;
	margin: auto;
	inset: 0 auto 0 -1.5em;
}
.showroom_wrap .showrooms_items li .showroom_btn a{
	position: relative;
	display: block;
	z-index: 5;
	max-width: 214px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin-inline: auto;
	text-align: center;
	padding: 0.8em 1em 0.65em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(180deg, rgb(186 160 116), rgb(146 113 71));
	border-radius: 10px;
	width: 100%;
	height: 52px;
	margin-bottom: 2em;
}
.showroom_wrap .showrooms_items li .showroom_btn a::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 0;
	height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    margin: auto;
    inset: 0 1em 0 auto;
}
@media (any-hover: hover) {
	.showroom_wrap .showrooms_items li .showroom_btn a:hover {
		transform: translateY(3px);
		opacity: 1;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
	}
}
@media screen and (max-width:767px) {
	.showroom_wrap .showrooms_area .tab_list{
		display: flex;
		gap: 0.25em 2%;
		border-bottom: 2px solid #4a7bc6;
		flex-wrap: wrap;
	}
	.showroom_wrap .showrooms_area .tab_list li{
		width: 49%;
		border-radius:0;
	}
	.showroom_wrap .showrooms_area .tab_list li label{
		font-size: 1.6rem;
		padding: 0.75em 0.5em;
	}

	.showroom_wrap .showrooms_items{
		display: flex;
		flex-wrap: wrap;
		gap: 1em 2%;
	}
	.showroom_wrap .showrooms_items li{
		width: 49%;
	}
	.showroom_wrap .showrooms_items li .showroom_map a::before{
		width: 12px;
		height: 16px;
		inset: 0 auto 0 -1.2em;
	}
	.showroom_wrap .showrooms_items li .showroom_btn a{
		font-size: 1.4rem;
		margin-inline: 1em;
		padding: 0.65em 1em 1em;
		height: 50px;
		width: auto;
	}
	.showroom_wrap .showrooms_items li .showroom_btn a::before{
	    border-width: 6px 0 6px 8px;
	}
}



/* aside
-------------------------------------------------------------------*/
#aside_bnr {
	position: fixed;
	z-index: 1000;
	top: auto;
	bottom: 4%;
	left: auto;
	right: 3.5em;
	transition: all 0.5s;
}
#aside_bnr .aside_btn{
	display: block;
	background-image: linear-gradient(180deg, rgb(186 160 116), rgb(146 113 71));
	border: 2px solid #927147;
	border-radius: 5px;
	padding: 0.75em;
	text-decoration: none;
	text-align:center;
	opacity: 1;
}
#aside_bnr .text_area .aside_lead{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.5px;
	margin-bottom: 0.5em;
}
#aside_bnr .text_area .aside_text{
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	z-index: 5;
	font-size: 1.4rem;
	font-weight: 600;
	color: #282828;
	text-decoration: none;
	margin-left: 0px;
	padding: 1em 2em;
	transition: transform .3s ,filter .3s;
	background: #fff;
	border: 2px solid #927147;
	border-radius: 0.35em;
	width: 260px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
}
#aside_bnr .text_area .aside_text::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #927147 transparent transparent transparent;
	margin: auto;
	inset: 0 1em 0 auto;
}
#aside_bnr .text_area .text-link{
	margin-top: 0.5em;
}
#aside_bnr .text_area .text-link::before{
	transform: rotate(-90deg);
}
#aside_bnr .text_area .text-link span::after{
	content: "";
	width: 2em;
	aspect-ratio: 31/25;
	background: url(image/icon-cart.svg) no-repeat center / cover;
	position: absolute;
	inset: 50% auto auto 1em;
	translate: 0 -50%;
}
@media (any-hover: hover) {
	#aside_bnr .aside_btn .aside_text:hover {
		opacity: 0.8;
	}
}
.bl_floatingBanner.js_close{
	opacity: 0 !important;
	visibility: hidden;
}
.bl_floatingBanner_close{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: #927147;
	border-radius: 0 5px 0 5px;
}
.bl_floatingBanner_close span:nth-of-type(1) {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 20px;
	height: 1.5px;
	background-color: #ffffff;
	transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
	position: absolute;
	top: 6px;
	right: 14px;
	width: 1.5px;
	height: 20px;
	background-color: #ffffff;
	transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	#aside_bnr {
		bottom: 1em;
		right: 15px;
	}
	#aside_bnr .aside_btn{
		border: 1px solid #927147;
		padding: 0.5em 1em;
	}
	#aside_bnr .text_area .aside_lead{
		font-size: 1.2rem;
	}
	#aside_bnr .text_area .aside_text{
		font-size: 1rem;
		width: 170px;
		padding: 0.25em 1.5em;
	}
	#aside_bnr .text_area .aside_text::before{
		border-width: 8px 6px 0 6px;
		inset: 0 0.75em 0 auto;
	}
	#aside_bnr .text_area .text-link span::after{
		display:none;
	}
	@media (any-hover: hover) {
		#aside_bnr .aside_btn:hover {
			opacity:1;
		}
	}
	.bl_floatingBanner.js_close{
		opacity: 0 !important;
		visibility: hidden;
	}
	.bl_floatingBanner_close{
		width: 28px;
		height: 28px;
	}
	.bl_floatingBanner_close span:nth-of-type(1) {
		top: 13px;
		right: 2px;
		width: 20px;
		height: 1.5px;
	}
	.bl_floatingBanner_close span:nth-of-type(2) {
		top: 4px;
		right: 13px;
	}
	#common-footer{
		margin-top: 0 !important;
	}
}


/*animation*/
.feder {
	opacity: 0;
	transform: translateY(10px);
}
.once.feder {
	animation: fedein2 1.4s forwards;
}
.feders>* {
	opacity: 0;
}
.once.feders>* {
	animation: fedein2 2.0s forwards;
}
.once.delay_set>*:nth-child(2),
.once.delay_1 {
	animation-delay: 0.4s;
}
.once.delay_set>*:nth-child(3),
.once.delay_2 {
	animation-delay: 0.6s;
}
.once.delay_set>*:nth-child(4),
.once.delay_3 {
	animation-delay: 0.8s;
}
.once.delay_set>*:nth-child(5),
.once.delay_4 {
	animation-delay: 1.0s;
}
.once.delay_set>*:nth-child(6),
.once.delay_5 {
	animation-delay: 1.2s;
}
.once.delay_set>*:nth-child(7),
.once.delay_6 {
	animation-delay: 1.4s;
}
@keyframes fedein2 {
	0% { opacity: 0; transform: translateY(10px); }
	30% { opacity: 0; transform: translateY(10px); }
	99% { opacity: 1; transform: translateY(0); }
	100% { opacity: 1; transform: translateY(0); }
}
@media screen {
	.popup{
		opacity:0 ;
		-webkit-transform:translateY(-20px);
	}
	.once.popup{
		animation:popup 1.4s forwards;
	}
}
@keyframes popup {
	0% { transform:translateY(-20px) ; opacity:0 ;}
	60% { transform:translateY(3px); opacity:1;}
	99% { transform:translateY(0px); opacity:1;}
	100% { transform:translateY(0px); opacity:1;}
}