@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/site/bg_head_sitemap.jpg");
}

section {
    margin-bottom: 60px;
}
.container_wrap.sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_list{
	width: 30%;
    margin-bottom: 20px;
}
.page_list a {
    color: #40220f;
    border-bottom: 1px solid #edd2a3;
    line-height: 100%;
    display: block;
    font-size: 1.125em;
    padding: 1.125em 20px;
    position: relative;
    width: 100%;
}
.page_list a::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
    border-top: 1px solid #d9a140;
    border-right: 1px solid #d9a140;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transform: rotate(45deg);
}
li + .ttl_page {
    margin-top: 20px;
}
li + .name {
    margin-top: 40px;
}
.page_list .ttl_page a {
    border-bottom: none;
    border: 1px solid #edd2a3;
    border-radius: 3px;
    background: #fefae6;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}
.page_list .name {
    color: #40220f;
    font-size: 1.6em;
    line-height: 120%;
    padding: 13px 20px;
    border-radius: 10px;
    background-image: url(../img/common/bg_h2_pic.png),url(../img/common/bg_h2.jpg);
    background-repeat: no-repeat,repeat;
    background-position: right bottom,center;
    background-size: auto 85%,auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.page_list a:hover{
	background: #fdf3bd;
}

@media screen and (max-width:800px) {
.page_list {
    width: 100%;
}
.page_list .ttl_page br {
    display: none;
}
.page_list .name {
    font-size: 1.4em;
}
	.page_list a{
		font-size: 1em;
	}
}
