@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: 100%;
    max-height: 100%;
}

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

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

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

/* ↓ 追加 ↓ ------------------------------- */
.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;
}
/* ↑ 追加 ↑ ------------------------------- *G/
.location {
	margin-bottom: 3.5rem;
 }

.location-info {
	margin-bottom: 2rem;
 }
.location-info .info {
        padding: 0;
  }
