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

/* 汎用 */
h2{
	font-size: 3.2rem;
	margin: 0;
}

.hType1{
	font-size: min(3.4vw,5.8rem);
	margin-bottom: 50px;
	letter-spacing: 10px;
	text-indent: 10px;
}

.hType2{
	font-size: 5rem;
	margin-bottom: 50px;
}

.hType2:before{
	width: 140px;
	height: 72px;
	padding-right: 50px;
	background-size: 140px auto;
}

.hType2:after{
	width: 140px;
	height: 72px;
	padding-left: 50px;
	background-size: 140px auto;
}

.hType2 em{
	font-size: 7rem;
	display: inline-block;
}


.btn2w{
	max-width: 300px;
}

.btn2b{
	max-width: 300px;
}

.txtcenter .btn2b, .txtcenter .btn2w{
	margin-left: auto;
	margin-right: auto;
}

.btn3w{
	padding:10px 15px 8px 15px;
	width: 200px;
}

.btn3b{
	padding:10px 15px 8px 15px;
	width: 200px;
}

.tbl1 th{
	padding: 20px 40px;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	font-size: min(1.4vw,3rem);
}

.tbl1 td{
	padding: 20px 40px;
	border-bottom: solid 3px #FFF;
	font-size: min(1.4vw,3rem);
}

.tbl1 + p.kome{
	font-size: 1.4rem;
}

/* テンプレート */

#container {
	width:100%;
	margin:0 auto; /*よせ位置調整*/
	text-align:left;
	font-size: 2rem;
	padding-top: 0;
}

.lowImg2{
	height: 400px;
}

.lowImg2 img{
	height: 400px;
}

.lowImg2 img.jumokusoLogo{
	right: 20px;
	top: 20px;
	height: auto;
	width: auto;
}

.lowImg3{
	height: 400px;
}

.lowImg3 h2 img{
	height: 60px;
	width: auto;
}

.lowImg4 {
    --border-size: min(2.08vw, 40px);
}

.tobiraBnr{
	height: 20vw;
}

.tobiraBnr img{
	height: 15vw;
}

.tobiraBnr:after{
	padding: 10px 20px;
	right: 30px;
	bottom: 30px;
	font-size: 1.4rem;
}

.bochiArea{
	padding: 150px 75px;
}

.bochiArea h2{
	font-size: 9rem;
	margin-bottom: 50px;
}

.bochiArea h2.isLong{
	font-size:7rem;
}

.bochiArea .h2Sub{
	margin-bottom: 5px;
	font-size: 3.8rem;
}

.bosekiArea{
	padding: 150px 75px;
}

.companyInner{
	width: 90%;
	min-width: 800px;
	margin: 0 auto;
}

.nokotsuArea{
	padding: 75px 75px 150px 75px;
}

.kazokusoArea{
	padding: 0 75px 150px 75px;
}

/* ヘッダ */
header{
	height: 100%;
	max-width: 250px;
	min-width: 180px;
	width: 20%;
	overflow:auto;

}

h1{
	width: 160px;
	height: auto;
	position: static;
    margin: 40px auto;
	text-align: center;
}

h1 picture{
	width: 100%;
	position: static;
	transform: none;
}

.pcNavi1{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.pcNavi1 li{
	text-align: center;
	margin-bottom: clamp(5px, 1.6vh, 12px);
	position: relative;
	width: 100%;
}

.pcNavi1 li:last-child{
	margin: 0;
}

.pcNavi1 li.sekizai a img{
	width: clamp(140px, 18vw, 190px);
}

.pcNavi1 li.nokotsu{
	width: 50%;
	padding: 0 5px 0 15px;
}

.pcNavi1 li.nokotsu.shitsunai-jumoku{
	padding: 0 15px 0 5px;
}

.pcNavi1 li.nokotsu a img{
	/* width: clamp(90px, 11vw, 110px); */
	width: 100%;
}

.pcNavi1 li a{
	text-decoration: none;
	color: #FFF;
	font-family: var(--font-m);
	display: inline-block;
	cursor: pointer;
	font-size:clamp(1.4rem,1.5vw,1.8rem);
}

.pcNavi1 li.showroom a{
	letter-spacing:0;
	text-indent:0;
}

.pcNavi1 li ul{
	position: fixed;
	left: clamp(180px,20%,250px);
	top: 0;
	height: 100%;
	max-width: 250px;
	min-width: 180px;

	background-color: rgba(0,0,0,0.8);
	padding-top: 315px;
	transition: all 0.5s;
	z-index: -1;
	transform:translate(0,-100%);
}

.pcNavi1 li.on ul{
	transform:translate(0,0);
}

.pcNavi1 li ul li{
	width: 100%;
}

.pcNavi1 li ul li a{
	letter-spacing: 5px;
	text-indent: 0;
}

.pcNaviTel{
	/*margin-bottom: 15px;*/
	padding: 0 10px;
	width: 100%;
    
    & + p{
        color: #fff;
        font-size: .7em;
        font-family: var(--font-m);
        text-align: center;
        margin:.5em 0 15px;
    }
    
}

.pcNaviContact{
	margin:0;
	padding: 8px 0 6px 0;
	border:solid 1px #FFF;
	text-align: center;
	display: block;
	width: 48%;
	text-decoration: none;
	color: #FFF;
	box-sizing: border-box;
	font-size: min(1.2vw,1.4rem);
}

.pcNaviContact:hover{
	background-color: #FFF;
	color: #000;
	opacity: 1;
}

.pcNaviContact:visited{
	color: #FFF;
}

.pcNaviContact:visited:hover{
	color: #000;
}



.contactBox{
	display: flex;
	justify-content: space-between;
	margin: 0 10px 20px 10px;
}



ul.pcNavi2 li{
	margin-bottom: 5px;
	text-align: center;
	line-height: 1;
}

ul.pcNavi2 li a{
	text-decoration: none;
	color: #b3b3b3;
	font-size: 1.4rem;
}

.menuBox{
	display: none;
}


/* コンテンツ領域コンテナ */
main{
	display: flex;
	margin: 0;
}

main::before{
	content: "";
	display: block;
	max-width: 250px;
	min-width: 180px;
	width: 20%;
}

main .mainArea{
	flex: 1;
}

.lowArea{
	padding: var(--section-bottom-pc) 0;
	max-width: var(--inner-width2);
	margin: 0 auto;
}

.secType1{
	padding-bottom: var(--section-bottom-pc);
}

.gmap{
	width: 100%;
	height: 30vw;
}



/* フッター */
footer{
	text-align: right;
	padding: 50px 50px 25px 50px;
}
.footerArea{
	text-align: left;
	display: inline-block;
}

.footerArea dt img{
	height: auto;
	width: 340px;
}

.footerArea dd{
	font-size: 1.8rem;
}


.footerArea dd address{
	margin-bottom: 10px;
}

.footerArea dd img{
	width: 240px;
}

.copy{
	font-size: 1.2rem;
	text-align: center;
}

.footerContactBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footerContactBox a:first-of-type{
	grid-column: 1/3;
}

.telContact{
    grid-template-columns: 240px 1fr;
}
