  @charset "UTF-8";


/*======design ============*/

/*pc*/
@media print,screen and (min-width:769px){



#wrapper{
position:relative;
}

#cnr{
display: flex;
flex-direction:column;
justify-content:space-between;

}


.upper-container{
display:flex;
flex-direction:column;
box-sizing:border-box;
width:100%;
height:10rem;
background:var(--accent-color);
}

header{
box-sizing:border-box;
display: grid;
width: 100%;
height: 10rem;
grid-template-columns:30% 1rem 1fr 2rem;

}

header a.logo{
box-sizing:border-box;
font-size: clamp(16px,1.8rem,1.8vw);
font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
align-content: center;
padding:0 2rem;
grid-column:1;
background:var(--main-color);
outline:4px dotted var(--sub-accent-color);
outline-offset:-12px;
}

header  a.logo h1 span{
display:block;
box-sizing:border-box;
padding-bottom:0.5rem;
color:white;
}

header  a.logo h1 img{
display:block;
width:90%;
}

.check{
display:none;
}

.menu{
grid-column:3/4;	
align-self: center;
}


header h1 span{
display: block;
font-size: clamp(16px,1rem,0.5vw);
}	

/*-------沿革 dl dt dd-----*/
.enkaku{
display:grid;
grid-template-columns:minmax(min-content,max-content) 1fr;
box-sizing:border-box;
width:80%;
margin:0 auto;
margin-top:5rem;
paddding:1rem 0;
row-gap:0.5rem;
}

.enkaku dt{
box-sizing:border-box;
padding:0.5rem 0;
padding-left:0.5rem;
border-left:4px solid var(--sub-accent-color);
}

.enkaku dd{
box-sizing:border-box;
width:100%;
padding:0.5rem 0;
padding-left:2rem;
}
/*-------沿革 dl dt dd end-----*/



/*-------アクセス dl dt dd-----*/
.accsess{
display:grid;
grid-template-columns:10rem 1fr;
box-sizing:border-box;
width:90%;
margin:0 auto;
margin-top:5rem;
gap:0;
border-top:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
}

.accsess dt{
box-sizing:border-box;
padding:0.5rem 0;
border-bottom:1px solid white;
background: var(--accent-color);
padding-left:0.5rem;
}

.accsess dd{
box-sizing:border-box;
width:100%;
padding:0.5rem 0;
border-bottom:1px solid gray;
padding-left:0.5rem;
}

.accsess dt:last-child ,.accsess dd:last-child{

}


/*-------アクセス dl dt dd end-----*/



/*goolge map*/

.map{
box-sizing:border-box;
width:90%;
margin:0 auto;
}

.map iframe{
box-sizing:border-box;
width:100%;

}



main{
display: grid;
font-size: clamp(1rem, 1rem + 0.2vw, 1.2rem);
box-sizing:border-box;
width:100%;
min-height: 100vh;
margin:0 auto;
margin-bottom:10rem;
padding:2rem;
background:var(--base-color);
border-radius:8px 8px 0 0;
grid-template-columns:70% 1fr;
gap:5%;
}

.side-lft{
}

.side-rgt{

}

footer{
box-sizing:border-box;
display:grid;
grid-template-columns:1fr auto 1fr;
grid-template-rows:repeat(3,4rem);
justify-content:center;
align-items:center;
width:100%;
background:var(--footer-color);
margin-top:6rem;
}

footer > p{
display:grid;
align-items:center;
color: var(--base-color);
grid-column:2/3;
grid-row:2/3;
margin-bottom:0;
}

div.to-jump a{
display:block;
width:1px;
position:absolute;
top:0;
}










}
/*=====@media print,screen and (min-width:769px)===== end*/





