@charset "utf-8";



/* CSS Document */


@media screen and (max-width: 768px) {
    p {
        width: 100%;
        margin: 0px 0 10px 0;
    }

    main {
        width: 100%;
    }

    .imgarea {
        width: 100%;
    }

    aside {
        width: 100%;
        margin: 30px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    p {
        width: 100%;
        margin: 0px 0 10px 0;
    }

    main {
        width: 100%;
    }

    .imgarea {
        width: 100%;
    }

    aside {
        width: 100%;
        margin: 30px 0 0 0;
    }
}

/*****body HEADER*****/
.container {
    background-color: #000;
    width: 100%;
    height: 700px;
    position: relative;
}

.container img {
    opacity: 0.5;
    display: block;
    width: 100%;
}

.container p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    font-family: serif;
    padding: 0;
    margin: 0;
    text-align: center;

}

.container text {
    position: absolute;
    top: 40%;

}

/*****body info*****/
.info {
    background-color: coral;
    width: 60%;
    height: 500px;
    position: relative;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.info img {
    opacity: 100;
    display: block;
    width: 30%;
    height: 500px;
}

.info p {
    top: 50%;
    left: 50%;
    font-size: 50%;
    color: #000;
    font-family: serif;
    height: 100px;
}

/*****body info2*****/
.info2 {
    background-color: coral;
    width: 60%;
    height: 500px;
    position: relative;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.info2 img {
    opacity: 100;
    display: block;
    width: 30%;
    height: 500px;
}

.info2 p {
    top: 50%;
    left: 50%;
    font-size: 50%;
    color: #000;
    font-family: serif;
    height: 100px;
}

/*****body info3*****/
.info3 {
    background-color: coral;
    width: 60%;
    height: 500px;
    position: relative;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.info3 img {
    opacity: 100;
    display: block;
    width: 30%;
    height: 500px;
}

.info3 p {
    top: 50%;
    left: 50%;
    font-size: 50%;
    color: #000;
    font-family: serif;
    height: 50px;
}

/*****HEADER*****/
header {
    display: block;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
}

header h1 {
    font-size: 120%;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;

}

header p {
    font-size: 100%;
    color: black;
    float: left;
}

/*****BRANDING*****/
#branding {
    display: block;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
    background-color: black;
    margin-bottom: 20px;
    letter-spacing: 10px;
    line-height: 300px;
}

#branding p {
    color: #fff;
    font-size: 120%;
    padding-left: 3%;
}

/*****NAV*****/
nav {
    border-bottom: 1px solid black;
}

nav ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    text-align: center;
}

nav ul li {
    display: table-cell;
    min-width: 50px;
    border-right: 1px solid black;
}

nav ul li:first-child {
    border-left: 1px solid black;
}

nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: black;
}

nav ul li a:hover {
    background-color: coral;
    border-bottom: 5px solid coral;
}

nav ul li.current {
    font-weight: bold;
}


/*****NEWS*****/
a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
    padding: 50px 0;
    background: #FFF7EA;
}


.inner {
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding: 65px 0 100px;
}

.inner1 {
    width: 100%;
    background-color: #FFF7EA;
    margin: 0 auto;
    padding: 65px 0 100px;
}

.sub_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
    margin: 0 5%;
}

.news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
}

.news_list_item a {
    position: relative;
    display: flex;
    padding-right: 30px;
}

.news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.news_item {
    background: coral;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
}

.arrow {
    width: 25px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 0;
}

.arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: black;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a {
        font-size: 14px;
    }


}

@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }

    .news_list_item a {
        padding-right: 0;
    }
}

/*****ARTICLE*****/
section {
    display: block;
    width: 60%;
    margin: 20px auto;
    overflow: hidden;
}

article {
    width: calc(50% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    float: left;
}

article:nth-child(2n) {
    margin-left: 30px;
}

article .date {
    font-size: 60%;
    color: coral;
    border: 1px solid coral;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}

article h1 {
    width: 100%;
    font-size: 150%;
    color: black;
    letter-spacing: 3px;
    padding-bottom: 2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}

article p {
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}

article .btn {
    color: #fff;
    border: 1px solid coral;
    background-color: coral;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}

article .btn:hover {
    background-color: #fff;
    border: 1px solid coral;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: coral;
    overflow: hidden;
}

footer {
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: coral;
}

footer address {
    color: #fff;
    letter-spacing: 5px;
}