@charset "utf-8";

.breadcrumb {
    padding: 20px 0;
    border-top: 1px solid #f1e9dc;
    border-bottom: 1px solid #f1e9dc;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .02em;
    color:#999;
}

.breadcrumb ul li a{
	color:#fff;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
    content: '　＞　';
    display: inline-block;
}

.caption{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
}


@media screen and (max-width: 639px) {

.caption{
	max-width: 100%;
}

}

.main_v img,
section img {
    width: 100%;
    vertical-align: bottom;
}