/* ============
 フォント
 ========================= */
.mincyo2{
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
/* ============
 contents
========================= */
.site-header {
	display: none!important;
}
.site-footer{
	display: none!important;
}

.sitemap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.sitemap li {
}
.site_map {
    height: 100%;
    min-height: 40vh;
}

/* ////////// iPad以上 //////////*/
@media screen and (min-width: 769px){

}

/* ////////// tablet用のみ //////////*/
@media screen and (max-width: 768px){

}

/* ////////// sp //////////*/
@media screen and (max-width: 415px){
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1rem;
}

}
