@charset "UTF-8";

/* 共通部分
------------------*/
html {
    font-size: 100%;
}
body {
    font-family: "Hiragino Karu Gothic ProN", "Hiragino Sans", "BIZ UPDGothic", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    background-image: url(../kabegami-gif/bg_fabric_linenlight_6.gif);
    background-repeat: repeat;
    padding-top: 0px;
}
a {
    text-decoration: underline;
}
/*　レイアウト*/
.wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 0 1.5rem;
}
/*　見出し　*/
.font-english {
    font-family: 'philosopher', sans-serif;
    font-weight: normal;
}
/*　ヘッダー　*/
.page-header {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}

.base {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.class1 {
    width: 20%;
}
.class2 {
    display: flex;
    width: 80%;
}

/*　ボタン　*/
.modori {
    text-align: center;
}
.btn {
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    background-color: #0bd;
    color: #fff;
    border-radius: 8px;
    padding: .70rem 1.5rem;
}