/* CSS Document */

#header{
	height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    position: fixed;
	top:0;
    width: 100%;
	align-items: flex-start;
}

#header h1{
	display: flex;
    justify-content: center;
    align-items: center;
	
}

#header h1 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	aspect-ratio:1/1;
	background: url("../img/bk/silver.jpg");
	background-size: 100% 100%;
}

#header h1 span{
	text-indent: -9999px;
	display: block;
	width: 100%;
	aspect-ratio:1/1;
	background: url("../img/logo.png") center;
	background-size: cover;
}

.pc-navi{
	display: flex;
    align-items: center;
}


.pc-navi #g-navi {
	height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pc-navi #g-navi .g-navi-right{
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
	margin-right: 10px;
}

.g-navi-right .tel-box{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
    gap: 10px;
	font-size: 1rem;
    align-items: center;
	text-shadow: 1px 1px 4px #000;
}

.g-navi-right .tel-box a{
    display: flex;
    flex-direction: row;
    color: #fff;
    align-items: center;
    gap: 5px;
}

.g-navi-right .tel-box p{
	color: #fff;
}

.pc-navi #g-navi ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}


.pc-navi #g-navi ul li {
    margin: 0;
}




.pc-navi #g-navi ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
	position: relative;
}


.pc-navi #g-navi ul li a::after {
	position: absolute;
	content: '';
	display: block;
	width:5px;
	height: 5px;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
	border:1px solid #fff;
}


.pc-navi #g-navi ul li a:hover::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	border:1px solid #fff;
	z-index: -1;
	border-radius: 30px;
	 backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	background: url("../img/bk/silver.jpg");
	background-size: 100% 100%;
}



.pc-navi #g-navi ul li a span {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;    
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}

.pc-navi #g-navi ul li a p {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.04rem;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    position: relative;
    top: 1px;
	
	line-height: 1;
    padding: 5px 0 7px;
}


#header.HeightMin{
	position: fixed;
    z-index: 999;
    height: 70px;
    animation: DownAnime 0.5s forwards;
    background: #fff;
    box-shadow: 0 0 4px #000;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}



#header.HeightMin h1 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 70px;
	background: url("../img/bk/silver.jpg");
	background-size: 100% 100%;
	padding: 5px;
}

#header.HeightMin h1 span{
	text-indent: -9999px;
	display: block;
	width: 200px;
	aspect-ratio: 45/5;
	background: url("../img/logo-name.png") center no-repeat;
	background-size: contain;
}

#header.HeightMin .pc-navi .inquiry-box a{
	height: 70px!important;
}


#header.HeightMin .pc-navi .g-navi-right .tel-box {
	display: none;	
}



#header.HeightMin .up-g-navi{
	display: none;
}


#header.HeightMin .pc-navi #g-navi ul li a span {
	text-shadow: 0 0 0 rgba(0,0,0,0);
	color: #000;
}


#header.HeightMin .pc-navi #g-navi ul li a p {
	text-shadow: 0 0 0 rgba(0,0,0,0);
	color: #000;
}


#header.HeightMin .pc-navi #g-navi ul li a::after{
	display: none;
}


#header.HeightMin .pc-navi #g-navi ul li a p::before {
	position: absolute;
	content: '';
	display: block;
	width:5px;
	height: 1px;
	border-bottom: 2px solid #b9b9b9;
	opacity: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 300ms ease-in-out;
}


#header.HeightMin .pc-navi #g-navi ul li a:hover p::before {
	width: 100%;
	opacity: 1;
}



.pc-navi .inquiry-box {
    display: flex!important;
	text-align: center;
	justify-content: center;
	align-items: center;

    transition: all 300ms ease-in-out;
	color:#fff!important;
	flex-direction: row!important;
}

.pc-navi .inquiry-box a{
    width: auto;
    margin: 0 auto;
    display: flex;
    border: 1px solid #bd131c;
    background: #bd131c;
    padding: 20px;
    height: auto;
    letter-spacing: auto !important;
    flex-direction: column;
    gap: 5px;
}

.pc-navi .inquiry-box i {
	font-size: 16px;
    line-height: 14px;
    padding-right: 0;
}

.pc-navi .inquiry-box p{
	color: #fff !important;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 1.2rem;
}


@media(max-width: 1480px){
	.pc-navi #g-navi ul li a p {
    	font-size: 1.1rem;
	}
}


@media(max-width: 1200px){
	
	
	.pc-navi #g-navi ul li a {
    	padding: 0px 15px;
	}
	
	.pc-navi #g-navi .up-g-navi li {
		margin: 0 5px !important;
	}
	
	
	.pc-navi #g-navi .up-g-navi {
		margin-bottom: 5px;
	}

	.pc-navi #g-navi ul li a span {
		font-size: 10px;
		line-height: 1;
	}
	
	.pc-navi #g-navi ul li a p {
		font-size: 1rem;
		text-shadow: 1px 1px 2px #000;
	}
}

@media(max-width: 1000px){
	

	#header {
		height: 100px;
	}

	#header h1 a {
		width: 120px;
	}

	.pc-navi .inquiry-box p {
		letter-spacing: 2px;
		font-size: 1.1rem;
	}
	
	.pc-navi #g-navi .g-navi-right {
		gap: 0;
	}
	
	.g-navi-right .tel-box {
    	padding-right: 12px;
	}
	
	.pc-navi #g-navi ul li a {
        padding: 0px 12px;
    }
	
	#header.HeightMin h1 a {
    	width: 200px;
		padding: 20px;
	}
	
	#header.HeightMin h1 span {
    	width: 100%;
	}
	
	 #header.HeightMin .pc-navi .inquiry-box p {
        letter-spacing: 0;
        font-size: 1rem;
    }
	
}



/*　s--navi */

@media(min-width:801px){
	.sp-navi{
		display:none;
	}
}


@media(max-width:800px){
	
	#header h1 {
		z-index: 99;
	}
	
	.pc-navi{
		display: none;
	}
	
	
	#header {
        height: 80px;
		align-items: center;
		background: none;
		padding: 0;
		box-shadow: none;
		z-index: 10;
	}
	
	#header h1 a {
        width: 80px;
    }
	
	
	/*ハンバーガーメニュー*/
	#sp-navi {
	  display: block;
	  position: fixed;
	  top: 0;
	  right: -100%;
	  bottom: 0;
	  width: 100%;
	  color: #fff;
	  padding: 90px 0 0; 
	  background-color: #fff;
	  overflow-x: hidden;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  transition: all .5s;
	  z-index: 20;
	  opacity: 0;
	}

	#sp-navi .sp-nav-menu a {
		color: #333;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
	    align-items: flex-start;
        padding: 20px;
        width: 100%;
        opacity: 0.9;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	
	#sp-navi .sp-nav-menu a::before {
		position: absolute;
        display: block;
        content: '';
        width: 5px;
        aspect-ratio: 1 / 1;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg) translateY(-50%);
        right: 10px;
        top: 50%;
	}
	
	#sp-navi .sp-nav-menu li:first-child a{
		border-top: 1px solid #ccc;
	}
	
	#sp-navi .sp-nav-menu li:nth-child(2) a{
		border-top: 1px solid #ccc;
	}
	
	#sp-navi .sp-nav-menu li:nth-child(2n+1) a{
		border-right: 1px solid #ccc;
	}
	
	
	#sp-navi a p{
		letter-spacing: 1px;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        font-weight: 600;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.sp-menu-btn p,
	.sp-menu-btn span{
		color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        padding-right: 0;
    }

	.sp-menu-btn p {
		display: flex;
		flex-direction: row;
		gap:5px;
	}
	
	.sp-menu-btn p span {
		padding-right: 0!important;
    	color: #fff!important;
	}
	
	.open #sp-navi {
		opacity: 1;
		right:0px;
		height: 100vh;
		background: #fff;
	}

	#sp-navi ul {
		padding: 0;
		margin: 0 auto;
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	

	#sp-navi ul.nav-menu {
	  margin-bottom: 60px;
	  border-top: solid 1px #fff;
	}

	#sp-navi ul.nav-menu li {
	  position: relative;
	  margin: 0;
	  padding: 20px 0;
	  border-bottom: solid 1px #fff;
	}

	#sp-navi ul.nav-sns li {
	  padding: 5px 0;
	}

	.toggle_btn {
		display: block;
        position: fixed;
        top: 15px;
        right: 10px;
        width: 50px;
        height: 50px;
        transition: all .5s;
        cursor: pointer;
        z-index: 20;
        border: 1px solid #fff;
        margin-right: 1px;
		box-shadow: 0 0 3px #aaa;
	}
	
	#header.HeightMin{
		background: none;
		box-shadow: none;
		height: 80px;
		animation: none;
	}
	
	#header.HeightMin h1 a {
        width: 80px;
		padding: 0;
		height: 80px;
    }
	
	#header.HeightMin h1 span {
		aspect-ratio: 1 / 1;
		background: url(../img/logo.png) center;
		background-size: cover;
	}

	.toggle_btn span {
        display: block;
        position: absolute;
        left: 50%;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: all .3s;
        transform: translateX(-50%);
		box-shadow: 0 0 3px #333;
	}
	

	.toggle_btn span:nth-child(1) {
		top: 16px;
	}

	.toggle_btn span:nth-child(2) {
		top: 50%;
		transform: translate(-50%,-50%);
	}

	.toggle_btn span:nth-child(3) {
		bottom: 16px;
	}

	.open .toggle_btn span {
	    background-color: #fff;
		background: #000;
	}
	
	.open .toggle_btn{
		background: #fff;
		border:1px solid #333;
	}

	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		height: 1.5px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		top: 50%;		
	}

	.open .toggle_btn span:nth-child(2) {
	  opacity: 0;
	}

	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		height: 1.5px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
		top: 50%;
	}

	#mask {
	  display: none;
	  transition: all .5s;
	}

	.open #mask {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  background: #000;
	  opacity: .6;
	  z-index: 10;
	  cursor: pointer;
	}
	
	
	.sp-menu-info{
		text-align: left;
		margin-top:20px;
		margin: 20px auto 0;
	}
	
	.sp-menu-info .sp-menu-btn{
        margin: 10px 0;
        padding: 0 20px;
    }
	
	.sp-menu-info .sp-menu-btn a{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 20px 5px 16px 5px;
		transition: all 500ms ease-in-out;
		color: #fff;
	}
	
	
	.sp-menu-info a:hover{
		opacity: 0.8;
	}
	
	.sp-menu-btn-tel{
		background: #bd131c;
	}
	
	.sp-menu-btn i{
		padding-right: 10px;
    	font-size: 20px;
	}
	
	.sp-menu-btn-tel2 {
		background: #703820;
	}
	
	.sp-menu-btn-tel3 {
		background: #84780b;
	}
	
	
	
	.sp-menu-btn-tel p{	
	    position: relative;
    	top: -2px;
		letter-spacing: 4px!important;
	}
	
		
	.sp-menu-btn p span{	
        font-size: 16px !important;
        letter-spacing: 2px !important;
	}
	
	.sp-menu-btn-inquiry p{	
	    position: relative;
    	top: -2px;
		letter-spacing: 5px!important;
	}

	
	.sp-detail-info p span{
		font-size: 22px;
		line-height: 22px;
	}
	
	.sp-menu-logo{
		width: 300px;
		margin: auto;
	}
	
	.sp-detail-info p{
		font-size: 13px;
        line-height: 18px;
        padding-bottom: 8px;
	}
	
	.sp-detail-info a i{
		font-size:8px;
		position: relative;
		top:-2px;
		left:2px;
	}
	
	.sp-detail-info{
        margin: 30px 0 0;
        color: #fff;
        padding: 30px 20px;
        text-align: center;
        background: url(../img/bk/silver.jpg) no-repeat;
        background-size: 100% 100%;
    }
	
	.ft-map,
	.ft-map iframe{
		width: 100%;
		height: 450px;
	}
	
	.menu-sp-copy{
        color: #fff;
        text-align: center;
        padding: 10px;
        background: #000;
	}
	
	.sp-detail-info dl{
		margin-top: 10px;
	}
	
	.sp-detail-info dl dt{
		font-size: 1.15rem;
	}
	
	.sp-menu-group-link{
		gap: 10px;
		padding: 20px 20px 0!important;
	}
	
	.sp-menu-group-link p{
		color: #000;
        font-size: 1rem !important;
        text-align: center !important;
        margin: auto;
        justify-content: center !important;
	}

}



@media(max-width:600px){


	#sp-navi{
		width: 100%;
	}
	
	.sp-menu-btn p span {
        font-size: 1rem !important;
        letter-spacing: 1px !important;
    }
	
	#sp-navi {
    	padding: 90px 0 0;
	}
	
	.sp-detail-info dl dd {
		font-size: 0.9rem;
		letter-spacing: 0.08rem;
	}
	
	.sp-menu-group-link {
        grid-template-columns: repeat(1, 1fr)!important;
    }
	
}


@media(max-width:400px){

	.sp-menu-btn-inquiry p{	
	    position: relative;
    	top: -2px;
		letter-spacing: 4px!important;
	}
}

/*　s--navi ↑↑↑↑  /////////////////　*/