@charset "utf-8";

/* common */
html {
    font-family: 'Meiryo','Yu-gothic',sans-serif;
    font-size: 100%;
    color: #333333;

    scroll-behavior: smooth;
    background-color: #b2b7a4;
    color: #fafcf4;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
    margin-top: 0;
}

p,ul,ol,dl,table {
    line-height: 1.7;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}
a:link {
    color:  #fafcf4;
    text-decoration: none;
}

a:visited {
    color:  #fafcf4;
    text-decoration: none;
}

a:hover {
    color:  #fafcf4;
    text-decoration: underline;
}

a:active {
    color:  #fafcf4;
    text-decoration: underline;
}


/* heater */
.global-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;

}

.global-nav__item {
    line-height: 1;
}

.global-nav__item a {
    display: block;
    padding: 0.5rem 0;
}


/* main */
.page-header {
    margin-bottom :5rem;
}

.content-area,
.content-area__even{
    max-width: 1000px;
    padding: 0 3%;
    margin: 0 auto;
    font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
}

.content-area__even {
    background-color: #fafcf4;
    color: #b2b7a4;
}


/* price */
.price-table__item {
    padding: 0.1em 1em;
}

/* flow */
.flow-dlist {
    display: flex;
}

/* footer */
.footer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;

}
.gotop {
    text-align: right;
}
.gotop img {
    max-width: 80px;
}

.copy {
    text-align: right;
}