/* font */
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #303030;
}


.h-name-top {
    font-family: "Dela Gothic One", sans-serif;
    color: #303030;
    font-size: 40px;
}
.h-name-btm {
    font-family: "Dela Gothic One", sans-serif;
    color: #303030;
    font-size: 35px;
    /* background-color: bisque; */
    margin-top: -10px;
}
.h-name-en {
    font-size: 10px;
    color: #303030;
}

body {
    background: #ffffff;
}

header {
    /* background: rgb(20, 34, 230); */
}

header .row {
    background-color: rgb(255, 255, 255);
    width: 90%;
    height: 140px;
    margin: 0 auto ;
    align-items: center;
}

/* mvここから */
.mv {
    /* background-color: aquamarine; */
    width: 90%;
    height: 800px;
    margin: 0 auto;
}
.mv-con {
    /* background-color: blueviolet; */
    z-index: 200;
    top: 100px;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mv-text {
    display: flex;
    flex-wrap: wrap;

}
.ue {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 70px;
    line-height: 1;
    float: left;
}
.sita {
    font-size: 27px;
    margin-top: 20px;
    float: left;
}
.mv-ppl {
    /* background-color: #ca2020; */
    width: 100%;
    height: auto;
    z-index: 0;
}

/* LINEここから */
.line {
    /* background-color: beige; */
    margin-top: 80px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.section-headline {
    font-family: "Dela Gothic One", sans-serif;
}
.line-button {
    background-color: #303030;
    width: 300px;
    height: 50px;
    /* font-family: "Dela Gothic One", sans-serif; */
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.line-com {
    margin-top: 10px;
    text-align: center;
}


/* アーカイブここから */
.archive {
    /* background-color: bisque; */
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
}
.section-headline {
    font-size: 40px;
}
.ninki {
    /* background-color: aqua; */
    margin-top: 20px;
    font-size: 30px;
    
}
.ninki2 {
    /* background-color: burlywood; */

}
.ninki1 {
    /* background-color: burlywood; */
    /* padding: 0px 0 20px 0; */
}
ul {
    padding-top: 30px;
    height: 400px;
}
li {
    /* background-color: aqua; */
    width: 180px;
    height: 70px;
    text-decoration: none;
    justify-content: space-around;
}

/* フッターここから */
.office {
        /* background-color: bisque; */
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
}
.office-addres {
    margin-top: 20px;
    font-size: 20px;
}

.footer {
        /* background-color: bisque; */
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}




/* 月のページここから */
.y-section-headline {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 40px;
}
.y-archive {
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
}
li.month {
    font-size: 20px;
    color: #303030;
}
.no-color {
    color: #b0c4de;
}