@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 25%;
}

/* レイアウト */
.align-center {
    text-align: center;
}

/* ↓ 追加 ↓ ------------------------------- */
/* 見出し */
.font-english {
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
}
/* ↑ 追加 ↑ ------------------------------- */

/* ヘッダー
------------------------------- */
.page-header {
    padding-top: .5rem;
}
.logo {
    width: 100%;
}

/* ↓ 追加 ↓ ------------------------------- */
.main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}
/* ↑ 追加 ↑ ------------------------------- */
.page-title {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    color: #432;
}

.cover {
    background-size: 1000px 1000px;
    background-repeat: repeat;
    background-position: center bottom;
    height: 800px;
}

.cover-home {
    background-image: url(../images/wallpaper.jpeg);
}