html {
    height: 100%;
    font-size: 14px;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.533;
}

body .body-wrapper {
    max-width: 430px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: "Noto Serif JP", serif;
}

small {
    font-size: 13px;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

table td,
table th {
    text-align: left;
    vertical-align: top;
}
table th {
    color: #000;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

a {
    text-decoration: none;
}

/* Structure */
header {
    display: flex;
    width: 100%;
    height: 51px;
}
header a.logo {
    display: block;
}
header a.logo img {
    width: auto;
    height: 51px;
    display: block;
}
header a.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05AABE;
    color: #fff;
    font-size: 15px;
    flex: 1;
}

.hero img {
    display: block;
}

figure img {
    display: block;
}

main article .section {
    /*padding: 80px 0;*/
}

main article .section.has-padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
}

main article .section.has-padding-x {
    padding-left: 24px;
    padding-right: 24px;
}

.bg-blue {
    background-color: #052648;
}

.has-text-centered {
    text-align: center;
}

a.button {
    display: inline-block;
    min-width: 280px;
    line-height: 1;
    padding: 16px 0;
    text-align: center;
    background-color: #05AABE;
    color: #fff;
    border-radius: 6px;
}

.box-title {
    font-size: 27px;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 16px;
    margin: 0 24px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .1em;
    color: #fff;
}

a.banner {
    display: block;
}
a.banner img {
    display: block;
}

footer .gmap {
    width: 100%;
    height: 200px;
}
footer .gmap iframe {
    width: 100%;
    height: 100%;
}

footer .content {
    padding: 36px 24px;
}
footer .content p:not(:last-child) {
    margin-bottom: 1.5em;
}

footer .copyright {
    width: 100%;
    height: 60px;
    background-color: #05AABE;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright img {
    display: block;
    width: 73px;
    height: auto;
}
