﻿@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{
	position: relative;
	z-index: 0;
	background: url(image/mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 1920 / 742;
	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: 13% auto auto 15%;
	width: min(48% , 70em);
}
@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;
	}
	#wrap .mv_wrap .img_item{
		display: none;
	}
	#wrap .mv_wrap .mv_title{
		position: absolute;
		z-index: 1;
		margin: auto;
		inset: 6% auto auto 2%;
		width: 88%;
	}
}
.link-btn_section{
	padding: 6em 2em 7em;
}
.link-btn_section .link-btn_text{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2.8;
	margin-bottom: 2em;
}
.link-btn_section .link-btn_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1050px;
	margin: auto;
	gap: 0.5em 2.5%;
}
.link-btn_section .link-btn_items .link_item{
	width: calc(95% / 3);
}
.link-btn_section .link-btn_items .link_item a{
	position: relative;
	display: block;
	z-index: 5;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	padding: 1em 1em 1.25em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(180deg, rgb(112 151 210), rgb(66 66 132));
	border: 3px solid;
	border-radius: 0.35em;
	width: 100%;
	height: 84px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
}
.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: 10px 8px 0 8px;
	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{
		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;
		flex-direction: column;
		padding-inline: 2em;
	}
	.link-btn_section .link-btn_items .link_item{
		width: 100%;
	}
	.link-btn_section .link-btn_items .link_item a{
		font-size: 1.6rem;
		padding: 1em 1em 1.25em;
		border: 2px solid;
		height:70px;
	}
}
.sec_title{
	font-size: 3.2rem;
	text-align: center;
	padding-block: 2.5em 6em;
	margin-bottom: -.5em;
	position: relative;
	z-index: 0;
	color: #fff;
	letter-spacing: 1px;
}
.sec_title::before,
.sec_title::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	background: #4a7bc6;
	width: 100%;
	height: 100%;
	margin: auto;
	inset: 0;
	clip-path: polygon(0 0, 100% 0, 100% 34%, 0% 100%);
}
.sec_title::after{
	z-index: -2;
	background: #434789;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.link01_wrap{
	background: url(image/bg01.jpg) no-repeat;
	background-position: 50% 90%;
	background-size: cover;
	padding-bottom: 7em;
}
.link01_wrap .lead_area{
	text-align: center;
}
.link01_wrap .lead_area .lead_logo{
	margin-bottom: 3em;
}
.link01_wrap .lead_area .lead_img{
	margin-bottom: 2em;
}
.link01_wrap .cont_area{
	background: #fff;
	padding: 3em 3em 4em;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.05));
	text-align: center;
	margin-bottom: 2.5em;
	border-radius: 10px;
}
.link01_wrap .cont_area .cont_text{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.2;
	margin-bottom: 3em;
}
.link01_wrap .cont_area .cont_text span{
	background: linear-gradient(transparent 40%, #ffff00 60%);	
}
.link01_wrap .cont_area .cont_img{
	padding-right: 3em;
}
.link01_wrap .cont_att{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.link01_wrap .cont_att a{
	color: #4b75b6;
	text-decoration: none;
	border-bottom: 1px solid;
}
@media screen and (max-width:767px) {
	.sec_title{
		font-size: 2.25rem;
		padding-block: 1.5em 2em;
		margin-bottom: 0;
	}
	.sec_title::before,
	.sec_title::after{
		clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
	}
	.sec_title::after{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
	}
	.link01_wrap{
		padding-bottom: 3em;
	}
	.link01_wrap .lead_area .lead_logo{
		margin: 2em auto 3em;
		width: 16em;
	}
	.link01_wrap .cont_area{
		padding: 2em 1.5em 4em;
		filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
		margin-bottom: 1.5em;
	}
	.link01_wrap .cont_area .cont_text{
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 1.5em;
	}
	.link01_wrap .cont_area .cont_img{
		width: 600px;
	}
	
	.link01_wrap .cont_att{
		text-align: center;
		font-size: 1.4rem;
		font-weight: 600;
	}
}
.link02_wrap{
	padding-bottom: 8em;
	position: relative;
}
.link02_wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 74%;
	background: url(image/bg02.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
	z-index: -1;
	inset: auto 0 0;
}
.link02_wrap .lead_area{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 4em;
	gap: 1em 4%;
}
.link02_wrap .lead_area .lead_text{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2.2;
}
.link02_wrap .lead_area .lead_text span{
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
.link02_wrap .lead_area .lead_img{
	width: 48%;
	position: relative;
	z-index: 0;
}
.link02_wrap .lead_area .lead_img .img_title{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1.25em;
	text-align: center;
}
.link02_wrap .lead_area .lead_img img{
	display: inline-block;
	margin-right: 10em;
}
.link02_wrap .lead_area .lead_img .img_att{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto auto -2em 60%;
	text-align: right;
	line-height: 1.4;
	font-weight: 500;
}
.link02_wrap .sec_lead{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
	margin-bottom: 3em;
}
.link02_wrap .sec_lead .lead_text{
	font-size: 2.8rem;
	font-weight: 600;
}
.link02_wrap .sec_lead .lead_text span{
	font-size: 4.2rem;
}
.link02_wrap .sec_lead .lead_text em{
	font-size: 3.6rem;
	font-style: normal;
	color: #4a7bc6;
}
.link02_wrap .item_area{
	position: relative;
	z-index: 0;
}
.link02_wrap .item_area{
	border: 3px solid #005d8c;
	border-radius: 1em;
	padding: 4em 3em;
	display: flex;
	margin-bottom: 2em;
	background: #fff;
	gap: 2%;
}
.link02_wrap .item_area + .item_area{
	border: 3px solid #262547;
}
.link02_wrap .item_area .text_area{
	width: 50%;
}
.link02_wrap .item_area .item_lead{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2em;
}
.link02_wrap .item_area .item_title{
	margin-bottom: 3em;
}
.link02_wrap .item_area .item_img01{
	margin-bottom: 3em;
}
.link02_wrap .item_area .img_area{
	width: 45%;
}
.link02_wrap .item_area .img_area .bed_img{
	position: absolute;
	z-index: 1;
	margin: 0;
	width: 59%;
	inset: 13% auto auto 37%;
}
.link02_wrap .item_area .img_area .img_text{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 600;
	padding-top: 69%;
}
@media screen and (min-width:1920px) {
	.link02_wrap::after {
		background-position: top;
	}
}
@media screen and (max-width:767px) {
	.link02_wrap{
		padding-bottom: 2em;
	}
	.link02_wrap::after {
		height: 100%;
	}
	.link02_wrap .lead_area{
		gap: 1em 4%;
		flex-direction: column;
		margin-bottom: 3em;
	}
	.link02_wrap .lead_area .lead_text{
		text-align: left;
		margin-block: 1em 1.5em;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.link02_wrap .lead_area .lead_img{
		width: 100%;
	}
	.link02_wrap .lead_area .lead_img .img_title{
		font-size: 1.7rem;
	}
	.link02_wrap .lead_area .lead_img img{
		margin-right: 0;
		padding-right: 22%;
		margin-bottom: 1em;
	}
	.link02_wrap .lead_area .lead_img .img_att{
		position: relative;
		inset: unset;
		text-align: center;
	}
	.link02_wrap .sec_lead{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4%;
		margin-bottom: 1em;
	}
	.link02_wrap .sec_lead .icon{
		width: 24%;
	}
	.link02_wrap .sec_lead .lead_text{
		font-size: 2rem;
		width: 66%;
	}
	.link02_wrap .sec_lead .lead_text span{
		font-size: 3rem;
	}
	.link02_wrap .sec_lead .lead_text em{
		font-size: 2.4rem;
	}
	.link02_wrap .item_area{
		border: 2px solid #005d8c;
		padding: 2em 2em;
		gap: 2%;
		flex-direction: column;
	}
	.link02_wrap .item_area + .item_area{
		border: 2px solid #262547;
	}
	.link02_wrap .item_area .text_area{
		width: 100%;
		margin-bottom: 1.5em;
	}
	.link02_wrap .item_area .item_lead{
		font-size: 1.8rem;
		margin-bottom: 1em;
	}
	.link02_wrap .item_area .item_title{
		margin-bottom: 2em;
		max-width: 12em;
		margin-inline: auto;
	}
	.link02_wrap .item_area + .item_area .item_title{
		max-width: 10em;
	}
	.link02_wrap .item_area .item_img01{
		margin-bottom: 2em;
	}
	.link02_wrap .item_area .img_area{
		width: 100%;
	}
	.link02_wrap .item_area .img_area .bed_img{
		position: relative;
		z-index: 1;
		margin: 2em 0;
		width: 100%;
		inset: unset;
	}
	.link02_wrap .item_area .img_area .img_text{
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.8;
		padding-top: 0;
	}
}
.link03_wrap{
	padding-bottom: 0;
	position: relative;
}
.link03_wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1078px;
	background: url(image/bg03.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
	z-index: 0;
	inset: auto 0 0;
}
.link03_wrap .cont_area{
	display: flex;
	margin-block: 2em 6em;
	justify-content: space-between;
}
.link03_wrap .cont_area .text_area{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0em 3%;
}
.link03_wrap .cont_area .text_area .qcont_lead{
	width: 100%;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2;
	margin-bottom: -2em;
}
.link03_wrap .cont_area .text_area .text_img{
	width: 48.5%;
}
.link03_wrap .cont_area .text_area .text_img .img{
	margin-bottom: 1em;
}
.link03_wrap .cont_area .text_area .text_img .img_text{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}
.link03_wrap .cont_area .text_area .text_img .img_text.red{
	color: #ff0000;
}
.link03_wrap .cont_area .img_area{
	width: 49%;
	text-align: center;
}
.link03_wrap .cont_area .img_area .img{
	margin-bottom: 3em;
	transform: translateX(1em);
}
.link03_wrap .cont_area .img_area .img_text{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4em;
}
.link03_wrap .thanks_area{
	background: #fff;
	padding: 5em;
	text-align: center;
	position: relative;
	z-index: 0;
	border-radius: 1em;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.05));
}
.link03_wrap .thanks_area::before,
.link03_wrap .thanks_area::after{
	z-index: -1;
	display: block;
	content: "";
	width: calc(100% - 3em);
	height: calc(100% - 3em);
	border: 3px solid;
	border-image: conic-gradient(#ce9d39, #c89020, #f5e490,#c99120, #c99120, #c99120, #f7e798, #c99120, #cf9f3e) 1;
    position: absolute;
    margin: auto;
    inset: 0;
}
.link03_wrap .thanks_area::after{
	width: calc(100% - 4.5em);
	height: calc(100% - 4.5em);
	border: 2px solid;
	border-image: conic-gradient(#ce9d39, #c89020, #f5e490,#c99120, #cc9830, #c99120, #f7e798, #c99120, #cf9f3e) 1;
}
.link03_wrap .thanks_area .thanks_title{
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}
.link03_wrap .thanks_area .thanks_title::before {
  content: "";
  position: absolute;
  inset: 0; 
  z-index: -1;
  border-radius: 10px;
  padding: 3px;
  background: conic-gradient(#d2b054, #f2e08c, #c68c14, #ebd882, #c68c14, #d2b054);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.link03_wrap .thanks_area .decoration{
	margin-bottom: 1.5em;
}
.link03_wrap .thanks_area .thanks_lead{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5em;
}
.link03_wrap .thanks_area .thanks_items{
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
	gap: 1em 2%;
}
.link03_wrap .thanks_area .thanks_items li{
	width: calc(96% / 3);
}
.link03_wrap .thanks_area .thanks_items li .item_title{
	font-size: 2rem;
	font-weight: 600;
	color: #4a7bc6;
	margin-bottom: 0.5em;
}
.link03_wrap .thanks_area .thanks_items li .item_text{
	font-size: 1.6rem;	
	font-weight: 500;
}
.link03_wrap .thanks_area a{
	position: relative;
	display: block;
	z-index: 5;
	max-width: 434px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	margin-inline: auto;
	text-align: center;
	padding: 0.5em 1em 1em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(180deg, rgb(112 151 210), rgb(66 66 132));
	border: 3px solid;
	border-radius: 0.35em;
	width: 100%;
	height: 80px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
	margin-bottom: 1em;
}
.link03_wrap .thanks_area 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) {
	.link03_wrap .thanks_area a:hover {
		transform: translateY(3px);
		opacity: 1;
		filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
	}
}
.link03_wrap .thanks_att{
	font-weight: 500;
}
.link03_wrap .decoration_img{
	position: absolute;
	z-index: 0;
	margin: auto;
	width: fit-content;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 18%, 18% 100%, 0 100%);
} 
.link03_wrap .decoration_img.img01{
	inset: 0.35em auto auto 0.35em;
}
.link03_wrap .decoration_img.img02{
	inset: 0.35em 0.35em auto auto;
	transform: rotate(90deg);
}
.link03_wrap .decoration_img.img03{
	inset: auto auto 0.35em 0.35em ;
	transform: rotate(-90deg);
}
.link03_wrap .decoration_img.img04{
	inset: auto 0.35em 0.35em auto;
	transform: rotate(180deg);
}



@media screen and (min-width:1930px) {
	.link03_wrap::after {
		background-position: top;
	}
}
@media screen and (max-width:1300px){
	.link03_wrap .cont_area .img_area .img{
		transform: translateX(0em);
	}
}
@media screen and (max-width: 767px){
	.link03_wrap{
		padding-bottom: 4em;
	}
	.link03_wrap .cont_area{
		margin-bottom: 2em;
		flex-direction: column;
	}
	.link03_wrap .cont_area .text_area{
		width: 100%;
	}
	.link03_wrap .cont_area .text_area .qcont_lead{
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-block: 1em;
	}
	.link03_wrap .cont_area .text_area .img.pc-none{
		margin: 1em 2em 2em;
	}
	.link03_wrap .cont_area .text_area .text_img .img{
		margin-bottom: 0.15em;
	}
	.link03_wrap .cont_area .text_area .text_img .img_text{
		font-size: 1.6rem;
	}
	.link03_wrap .cont_area .img_area{
		width: 100%;
		text-align: center;
	}
	.link03_wrap .cont_area .img_area .img{
		margin-bottom: 3em;
		transform: 0;
	}
	.link03_wrap .cont_area .img_area .img_text{
		font-size: 1.4rem;
		margin-block: 2em 1em;
	}
	.link03_wrap .thanks_area{
		background: #fff;
		border-radius: 1rem;
		padding: 3em 3em;
		text-align: center;
	}
	.link03_wrap .thanks_area::before,
	.link03_wrap .thanks_area::after{
		width: calc(100% - 1.5em);
		height: calc(100% - 1.5em);
		border: 2px solid;
		border-image: conic-gradient(#ce9d39, #c89020, #f5e490,#c99120, #c99120, #c99120, #f7e798, #c99120, #cf9f3e) 1;
	}
	.link03_wrap .thanks_area::after{
		width: calc(100% - 2em);
		height: calc(100% - 2em);
		border: 1px solid;
		border-image: conic-gradient(#ce9d39, #c89020, #f5e490,#c99120, #cc9830, #c99120, #f7e798, #c99120, #cf9f3e) 1;
	}
	.link03_wrap .thanks_area .thanks_title{
		font-size: 2rem;
		margin-bottom: 0rem;
	}
	.link03_wrap .thanks_area .decoration{
		margin-bottom: 1em;
		max-width: 100px;
		margin-inline: auto;
	}
	.link03_wrap .thanks_area .thanks_lead{
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.4;
	}
	.link03_wrap .thanks_area .thanks_items{
		display: flex;
		justify-content: center;
		margin-bottom: 3em;
		gap: 2em;
		flex-direction: column;
	}
	.link03_wrap .thanks_area .thanks_items li{
		width: 100%;
	}
	.link03_wrap .thanks_area .thanks_items li .item_title{
		font-size: 1.8rem;
		margin-bottom: 0.25em;
	}
	.link03_wrap .thanks_area .thanks_items li .item_text{
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.4;
	}
	.link03_wrap .thanks_area a{
		font-size: 1.4rem;
		padding: 0.5em 1em 1em;
		border: 2px solid;
		width: 100%;
		height: 80px;
		margin-bottom: 2em;
	}
	.link03_wrap .thanks_area a::before{
	    border-width: 8px 0 8px 10px;
	    inset: 0 1em 0 auto;
	}
	.link03_wrap .decoration_img{
		width: 50px;
		height: 50px;
	} 
	.link03_wrap .thanks_att{
		text-align: left;
		line-height: 1.4;
		font-size: 1.3rem;
	}
}

.showroom_wrap{
	background: #f3f4f2;
	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(110deg, rgb(68 110 200), rgb(72 172 205));
	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: #4a7bc5;
}
.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;
}
@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 #4a7bc5;
	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: #4a7bc6;
	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: #4a7bc6;
	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: #4a7bc6;
	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: 6em 4em;
	}
	.showroom_wrap .lead_area{
	}
	.showroom_wrap .lead_area .lead_title{
		font-size: 2rem;
	}
	.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: -7em 0 auto auto;
	}
	.showroom_wrap .lead_area .lead_att p{
		font-size: 1.2rem;
		width: 90px;
		height: 90px;
		line-height: 1.4;
	}
	.showroom_wrap .lead_area .lead_att span{
		top: -1em;
		transform: translateX(-3px);
		width: 7.5em;
	}
	.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_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 #4a7bc6;
}
.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: #4a7bc6;
}
.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: #4477c9;
	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;
	padding-bottom: 2px;
	margin-inline: auto;
	text-align: center;
	padding: 0.65em 1em 1em;
	transition: transform .3s ,filter .3s;
	background-image: linear-gradient(180deg, rgb(112 151 210), rgb(66 66 132));
	border: 2px solid;
	border-radius: 0.35em;
	width: 100%;
	height: 52px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
	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 a{
	display: block;
	background-image: linear-gradient(180deg, rgb(148 127 107), rgb(97 76 57));
	border: 2px solid #614c39;
	border-radius: 5px;
	padding: 1em 1.5em;
	text-decoration: none;
	text-align:center;
	opacity: 1;
}
#aside_bnr .text_area .aside_lead{
	font-size: 1.8rem;
	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: block;
	z-index: 5;
	font-size: 1.6rem;
	font-weight: 600;
	color: #614c39;
	text-decoration: none;
	padding-bottom: 2px;
	margin-left: 0px;
	text-align: center;
	padding: 1em 1em 1.25em;
	transition: transform .3s ,filter .3s;
	background: #fff;
	border: 2px solid;
	border-radius: 0.35em;
	width: 240px;
	height: 60px;
	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: #614c39 transparent transparent transparent;
	margin: auto;
	inset: 0 1em 0 auto;
}
@media (any-hover: hover) {
	#aside_bnr a: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: #614c39;
	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 a{
		border: 1px solid #614c39;
		padding: 0.5em 1em;
	}
	#aside_bnr .text_area .aside_lead{
		font-size: 1.4rem;
	}
	#aside_bnr .text_area .aside_text{
		font-size: 1.4rem;
		padding: 0.25em 0.5em 1em;
		width: 180px;
		height: 40px;
	}
	#aside_bnr .text_area .aside_text::before{
		border-width: 8px 6px 0 6px;
		inset: 0 0.75em 0 auto;
	}
	@media (any-hover: hover) {
		#aside_bnr a:hover {
			opacity: 0.8;
		}
	}
	.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;}
}