@charset "UTF-8";

* {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    width: 100%;
    margin: 0;
    color: #241913;
}
.hum {
    display: none;
}
header {
    width: 100%;
    /* margin: 0 auto; */
}
.header_layer {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #41baa4;
    /* background-size: cover; */
    position: relative;
}
.header_layer p {
    position: absolute;
    top: 10px;
    left: 30px;
    color: white;
    font-size: 24px;
}
.menubox {
    display: flex;
    width: 200px;
    height: 100px;
    line-height: 100px;
    justify-content: center;
    text-align: center;
    /* background-color: #41baa4; */
    font-size: 15px;
}
.home {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-color: #42a994;
    position: relative;
}
h1 {
    font-size: 48px;
    color: white;
    position: absolute;
    top: 220px;
    left: 35%;
    font-weight: normal;
}
.home p {
    color: white;
    position: absolute;
    top: 300px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    font-size: 15px;
}
.gnav {
    color: white;
    display: flex;
    position: absolute;
    top: 10px;
    right: 5%;
}
.gnav a {
    color: white;
    /* display: inline-block; */
    text-decoration: none;
    width: 200px;
    height: 100px;
}
#toukou {
    text-align: center;
}
.fivesp {
    display: none;
}
.fivepc {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}
h2 {
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: normal;
}
.unit1 {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
}
.categ {
    background-color: #47b39d;
    width: 50%;
    color: white;
    margin-top: 200px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    /* position: relative; */
}
.complex {
    position: relative;
}
.complex img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.complex .nom {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: #3b4552;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}
.complex .date1 {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: #3b4552;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}
.date1 span {
    font-size: smaller;
}
.firsthr {
    margin-top: 50px;
}
.case-sp {
    display: none;
}
h3 {
    font-size: 36px;
    color: #47b39d;
    font-weight: normal;
}
.f-top {
    width: 100%;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #3b4552;
    font-size: 28px;
}
.small {
    font-size: 13px;
    color: white;
    margin-top: -20px;
}
.triangle {
    width: 10%;
    height: 50px;
    border-top: 50px solid #3b4552;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top-width: 50px;
    border-left-width: 80px;
    border-right-width: 80px;
    margin: 0 auto;
    margin-top: -30px;
    /* margin-left: 45%; */
    /* position: relative; */
    z-index: -5;
}
.rows {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    height: 350px;
}
.names {
    padding-left: 30px;
}
.num {
    color: white;
    background-color: #47b39d;
    width: 20px;
    padding-top: 20px;
    /* margin-left: 5px; */
    margin-bottom: 20px;
    text-align: center;
}
h5 {
    font-size: 13px;
    color: #47b39d;
    margin-bottom: 30px;
    font-weight: normal;
}
.buttons {
    width: 20%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: white;
    background-color: #ff6c44;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    /* margin-bottom: 100px; */
}
.images {
    height: 350px;
}
.images img {
    /* width: 100%; */
    height: 100%;
}
.dummy {
    width: 40%;
    height: 350px;
}
.spacer {
    width: 80px;
}

.s-wrapper {
    display: flex;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
}
.unit2 {
    width: 50%;
    padding: 50px 20px;
    color: #47b39d;
    text-align: center;
}
.unit2:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}
.unit2 h3 {
    font-size: 40px;
    font-weight: normal;
}
.buttonGreen {
    width: 40%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    /* margin-left: 30%; */
    margin: 0 auto;
    color: white;
    background-color: #47b39d;
    /* padding: 10px; */;
}
.buttonGreen p.normal {
    word-wrap: break-word;
    font-size: 14px;
}
.c-wrapper-sp {
    display: none;
}
.c-wrapper {
    display: flex;
    min-height: 450px;
    margin-top:-20px;
    padding-left: 50px;
}
.leftTable td {
    padding: 5px;
    border-top: 1px solid #e5e5e5;
}
.leftTable tr:nth-child(1) td:nth-child(1) {
    border-top: 1px solid #47b39d;
}
.leftTable tr:nth-child(3) td {
    border-bottom: 1px solid #e5e5e5;
}
.leftTable {
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gmap {
/*
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
*/
    width: 40%;
}
.gmap iframe {
/*
    position: absolute;
    left: 0;
    top: 0;
*/
    height: 100%;
    width: 100%;
}
#inquiry {
    padding-bottom: 100px;
    width: 100%;
    background-color: #47b39d;
    /* height: 1200px; */
}
form {
    background-color: #47b39d;
    text-align: center;
    align-items: center;
    /* padding-left: 20%; */
    /* padding-right: 20%; */
    padding-top: 30px;
    width: 100%;
    height: 600px;
    /* position: relative; */
    top: -20px;
    z-index: -9;
}
label {
    color: white;
    margin-top: 40px;
}
input {
    width: 80%;
}
textarea {
    margin: 0 auto;
    width: 80%;
    height: 150px;
}
.button1 {
    color: white;
    background-color: #13102a;
    width: 200px;
    text-align: center;
    margin-top: 20px;
}
.footer {
    background-color: black;
    color: white;
    padding-top: 50px;
    padding-left: 20px;
    /* position: relative; */
    top: -20px;
    padding-bottom: 500px;
}
.footer h3 {
    color: white;
    font-size: 24px;
}
.f-wrapper-sp {
    display: none;
}
.f-wrapper {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
}
hr {
    color: #e5e5e5;
}
.foot td {
    padding-right: 30px;
}
.spacer2 {
    width: 80px;
}
.footer>p {
    text-align: center;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: black;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: white;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:420px) {
    .header_layer p {
        font-size: 24px;
    }
    .gnav {
        display: none;
    }
    .hum {
        display: block;
        /* margin-top: 30px; */
        height: 50px;
        background-color: #3b4552;
        margin-top: -6px;
        padding-left: 10px;
        padding-right: 10px;
    }
    h1 {
        top: 170px;
        left: 10%;
        font-size: 36px;
    }
    .home p {
        margin-left: 10%;
        margin-right: 10%;
    }
    h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        /* margin-bottom: 20px; */
    }

    .unit1sp {
        width: 100%;
        /* height: 300px; */
        position: relative;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .unit1sp img {
        width: 100%;
    }
    .categsp {
        background-color: #47b39d;
        width: 35%;
        color: white;
        text-align: center;
        font-size: 12px;
    }
    .testsp {
        text-align: left;
    }
    .nomsp {
        position: absolute;
        top: 0;
        left: 10px;
        width: 13%;
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
        background-color: #3b4552;
        opacity: 0.7;
        text-align: center;
        font-size: 12px;
    }
    .datesp {
        width: 15%;
        position: absolute;
        top: 0;
        left: 10px;
        color: white;
        background-color: #3b4552;
        opacity: 0.7;
        text-align: center;
        font-size: 12px;
    }
    .datesp span {
        font-size: smaller;
    }
    .fivepc {
        display: none;
    }
    .fivesp {
        display: block;
    }
    .f-top {
        height: 150px;
        padding-top: 50px;
    }
    .f-top p:nth-child(1) {
        font-size: 24px;
    }
    .triangle {
        display: none;
    }
    .case-pc {
        display: none;
    }
    .case-sp {
        display: block;
    }
    .unit3sp {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .num-sp {
        color: white;
        background-color: #47b39d;
        width: 20px;
        margin: 0 auto;
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .buttons-sp {
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-radius: 3%;
        color: white;
        background-color: #ff6c44;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .unit3sp {
        border-top: 1px solid #e5e5e5;
    }
    .unit3sp h3 {
        text-align: center;
    }
    .unit3sp h5 {
        text-align: center;
    }
    .unit3sp img {
        width: 100%;
    }
    .buttonGreen {
        padding-left: 5%;
        padding-right: 5%;
    }
    .s-wrapper {
        display: block;
        width: 100%;
    }
    .unit2 {
        width: 100%;
        margin-bottom: 100px;
    }
    .buttonGreen {
        width: 50%;
        height: 100px;
        line-height: 30px;
        padding-top: 30px;
    }
    .c-wrapper {
        display: none;
    }
    .c-wrapper-sp {
        display: block;
        margin-top: 30px;
    }
    .leftTable-sp {
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leftTable-sp td {
        padding: 5px;
        border-top: 1px solid #e5e5e5;
    }
    .leftTable-sp tr:nth-child(1) td:nth-child(1) {
        border-top: 1px solid #47b39d;
    }
    .leftTable-sp tr:nth-child(3) td {
        border-bottom: 1px solid #e5e5e5;
    }
    .gmap {
        width: 100%;
        height: 300px;
    }
    input {
        width: 90%;
        margin: 0 auto;
    }
    textarea {
        width: 90%;
    }
    .button1 {
        width: 30%;
    }
    .f-wrapper {
        display: none;
    }

    .f-wrapper-sp {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .f-wrapper-sp li {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer h3 {
        font-size: 24px;
        padding-bottom: 50px;
    }
    .spacer2 {
        display: none;
    }
    iframe {
        width: 300px;
    }
    .footer>p {
        font-size: 12px;
    }
    .hamburger-menu div {
        width: 35px;
        height: 5px;
        background-color: white;
        margin: 6px;
        margin-left: 45%;
    }

    .hamburger-menu+.sidenavs:target {
        overflow-x: visible;
        width: 100%;
        display: block;
    }
    .sidenavs:target {
        overflow-x: hidden;
        width: 0;
    }
    .sidenavs {
        height: 200px;
        width: 0;
        position: absolute;
        z-index: 1;
        top: 105px;
        left: 5px;
        background-color: #3b4552;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
    }
    .sidenavs a {
        padding: 8px;
        text-decoration: none;
        font-size: 24px;
        color: white;
        display: block;
        transition: 0.3s;
        font-weight: bold;
    }
    .sidenavs a:hover {
        color: white;
    }
}
@media screen and (min-width: 800px) {
    .buttons:hover,
    .buttonGreen:hover,
    .button1:hover {
        /* background-color: yellow; */
        /* color: red; */
        opacity: 0.5;
    }
    .gnav a div:hover {
        opacity: 0.5;
    }
    .gnav div:hover {
        opacity: 0.5;
    }
}

