@charset "UTF-8";

/*
-----------------------------------*/
html {
    font-size: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic;
    line-height: 1.7;
    color: #432;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* HEADER
-----------------------------------*/
.logo {
    width: 280px;
    margin-top: 12px;
}

.main-nav {
    display: flex;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}

.main-nav li {
    margin-left: 18px;
}

.main-nav a {
    color: #fff;
}

.main-nav a:hover {
    color: #0bd;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/* big background picture */
.big-bg {
    background-size: cover;
    background-position: center top;
}

.home {
    background-image: url(../images/main-bg2.jpg);
    background-color: rgba(151, 203, 238, 0.45);
    background-blend-mode: lighten;
    min-height: 100vh;
}

.page-title {
    text-transform: none;
}

/* home
-------------------------------------*/
.home-content {
    text-align: center;
    margin-top: 5%;
}

.home-content p {
    font-family: "游明朝", Arial Bold, serif;
    font-size: 1.2rem;
    font-weight: bold;
    /* margin: 10px 0 40px; */
}
h2{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 0%;
}
h3{
    text-align: center;
    margin-bottom: 2%;
}
h4{
    text-align: center;
    margin-top: 20%;
}
.contactInfo{
    color: #fff;
}
.face{
    width: 150px;
}
.figure{
    width: 600px;
    text-align: center;
}

/* Index */
.page-title {
    font-size: 22px;
    color: #333333;
    font-family: Arial Bold, serif, "游明朝", "游ゴシック Medium";
    text-transform: uppercase;
    font-weight: bold;
}
.page-content {
    font-size: 22px;
    color: #333333;
    font-family: Arial Bold, serif, "游明朝", "游ゴシック Medium";
    font-weight: bold;
}

/* button */
.button {
    font-size: 1.375rem;
    background: rgba(0, 188, 221, 0.062);
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
    margin-top: 30%;
}

.button:hover {
    background: #0090aa;
}

/* footer */
footer{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    text-align: center;
}