@charset "utf-8";
/* CSS Document */
.ms-pic {
  width: 100%;
  height: 442px;
background-image: url("images/mv_1.jpg");
    background-repeat:no-repeat;
    background-size: cover;
}
.ms-pic p {
  font-weight: bold;
  font-size: 81px;
  letter-spacing: 0.11em;
  text-align: center;
  color: #fff;
  padding-top: 185px;
  margin: 0;
}
.ms-pic h1 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

@media (max-width: 960px){
    .ms-pic{
        height: 280px;
    }
    .ms-pic p{
        padding-top: 90px;
        font-size: 60px;
    }
}
@media (max-width: 640px){
    .ms-pic p{
        line-height: 100px;
        margin-bottom: 0;
    }
}
@media (max-width: 480px){
    .ms-pic{
        height: 280px;
    }
    .ms-pic p{
        font-size: 47px;
    }
    .ms-pic h1{
        font-size: 13px;
        }
}

.breadcrumb {
  width: 65%;
  height: 77px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: flex-end;
}
.breadcrumb a:hover {
  opacity: 0.7;
  color: #333333;
}

@media (max-width: 1200px){
    .breadcrumb{
        width: 90%;
    }
}
@media (max-width: 960px){
    .breadcrumb{
	height: 60px;
	padding: 20px 0;
}
}
@media (max-width: 480px){
    .breadcrumb{
	height: auto;
	padding: 10px 0;
}
}
.sitemap-contents {
  width: 70%;
  height: auto;
	margin: 0 auto;
}

.sitemap-contents_1{
    width: 100%;
    height: auto;
    padding: 50px 0;
    padding-bottom: 100px;
}

.sitemap-contents_1 ul{
    color: #ffd900;
}
.map-1{
    font-size: 17px;
    margin-top: 30px;
    font-weight: bold;
}
.map-2{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
}
.map-2 span{
    display: inline-block;
}

.map-1 a:hover,.map-2 a:hover{
    color: #ffd900;
    transition: all 0.3s 0s ease;
}

@media (max-width: 640px){
.sitemap-contents {
  width: 90%;
}
}
@media (max-width: 480px){
.map-1{
    font-size: 15px;
    margin-top: 20px;
}
.map-2{
    margin-top: 10px;
    font-size: 13px;
}
.sitemap-contents_1{
    padding-bottom: 80px;
}
}