@charset "UTF-8";
body {
    font-size: 16px;
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #fef5ef;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
ul li {
    list-style: none;
}
img {
    width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    color:  #333333;
}
a:hover {
    color: #d20754;
  }
span {
    color: #d20754;
}
header {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
}
nav ul {
    display: flex;
}
nav li {
    padding: 40px 20px 0 20px;
    font-family: 'Charmonman';
    font-size: 20px;
}
nav li a {
    border-bottom: 1px solid #333333;
    display: inline-block;
    padding-bottom: 3px;
}
.section-logo img {
    padding-top: 10px;
    width: 60%;
}
@media screen and (max-width: 960px) {
    header {
        padding: 0 10px;
    }
    nav li {
        padding:30px 0 0 20px;
        font-size: 14px;
        letter-spacing: 0.1rem;
    }
    nav li a {
        padding-bottom: 0;
    }
    .section-logo img {
        padding-top: 5px;
        width: 40%;
    }
}
.section-top__inner {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1 {
    height: 220px;
    font-size: 60px;
    font-weight: 100;
    color: #707070;
    line-height: 200%;
    font-family: 'Charmonman', cursive;
}
h2 {
    font-size: 14px;
    font-weight: 100;
}
h2 span {
    color: #d20754;
    font-size: 60px;
    font-weight: 100;
    font-family: 'Charmonman', cursive;
}
@media screen and (max-width: 960px) {
    h2 {
        color: #707070;
    }
    h2 span {
        font-size: 30px;
    }
}
footer {
    background-color: #ffffff;
    height: 160px;
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: end;
}
.footer__logo {
    padding: 30px 80px;
    width: 25%;
}
.footer__copy {
    padding-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    footer {
        height: 60px;
        padding: 0 10px 10px 10px;
    }
    .footer__logo {
        padding: 0;
    }
    .footer__copy {
        font-size: 14px;
        padding: 20px 0 0 0;
        text-align: center;
    }
}
