@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Slackside One;
    src: url(../font/SlacksideOne/SlacksideOne-Regular.ttf);
}

@font-face {
    font-family: Kiwi Maru;
    src: url(../font/kiwiMaru/KiwiMaru-Medium.ttf);
}

@font-face {
    font-family: Comic Neue;
    src: url(../font/comic/ComicNeue-Bold.ttf);
}

ul {
    list-style-type: none;
}

a {
    display: block;
    text-decoration: none;
}

body {
    background-color: #fffbde;
    font-family: Kiwi Maru;
    font-size: 1.3vw;
    color: #775635;
}


/* ----------------------header start -------------------------------------------------------------- */
.NavMenu,.Toggle {
    display: none;
}

header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #a67c57;
}

h1 {
    width: 7%;
    padding-left: 4%;;
}

h1 a img {
    width: 100%;
    vertical-align: bottom;
}

nav {
    width: 50%;
    padding-right: 4%;
}

nav ul {
    display: flex;
}

nav ul li {
    width: 20%;
    text-align: center;
}

nav ul li a {
    line-height: 1.6;
    color: #ffffff;
    font-family: Slackside One;
    font-size: 2.4vw;
    transition: 0.3s;
}

nav ul li a:hover {
    opacity: 0.6;
    transform: translateY(2px);
    transition: 0.3s;
}
/* ----------------------top message start -------------------------------------------------------------- */
.section-concept {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    text-align: center;
    padding-top: 9%;
    font-family: Slackside One;
    font-size: 4.5vw;
    font-weight: normal;
}

.concept-copy {
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 2.4vw;
}

.section-concept-toptext p {
    margin-top: 2%;
    text-align: center;
}
/* ----------------------top message finish -------------------------------------------------------------- */
/* ----------------------concept common finish -------------------------------------------------------------- */
.number {
    font-size: 8vw;
}


.section-concept-text {
    width: 62%;
    padding: 3%;
    white-space: pre-wrap;
    border-radius: 18px;
    background-color: #ffffff;
}
/* ----------------------concept common finish -------------------------------------------------------------- */
/* ----------------------concept1+3 start -------------------------------------------------------------- */
.section-concept-photo-copy-box h3 {
    width: 50%;
    font-family: Slackside One;
    font-weight: normal;
    white-space: pre-wrap;
    font-size: 6vw;
    line-height: 1;
}

.section-concept-photo-copy-box {
    display: flex;
}

.section-concept-photo-copy-box img{
    width: 45%;
    padding-top: 4%;
    padding-right: 5%;
}

.section-concept-no1-03 {
    position: relative;
    margin-top: 13%;
}

.section-concept-text01 {
    position: absolute;
    bottom: -25%;
    right: 0;
}

.section-concept-text03 {
    position: absolute;
    bottom: -18%;
    right: 0;
}
/* ----------------------concept1+3 finish -------------------------------------------------------------- */
/* ----------------------concept2 start -------------------------------------------------------------- */
.section-concept-photo-copy-box02 {
    display: flex;
    margin-top: 13%;
}

.section-concept-photo-copy-box02 h3 {
    width: 50%;
    font-family: Slackside One;
    white-space: pre-wrap;
    font-weight: normal;
    font-size: 6vw;
    line-height: 1;
}

.section-concept-photo-copy-box02 img {
    width: 45%;
    padding-top: 4%;
    padding-left: 5%;
}

.section-concept-02 {
    position: relative;
}

.section-concept-text02 {
    position: absolute;
    bottom: -8%;
    left: 0;
}
/* ----------------------concept2 finish -------------------------------------------------------------- */

.cta a {
    display: block;
    width: 13%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    text-align: center;
    font-family: Comic Neue;
    font-size: 1.5vw;
    line-height: 2;
    color: #775635;
    border-radius: 20px;
    border: 1px solid #775635;
    transition: 1s;
}

.cta a:hover {
    color: #ffffff;
    background-color: #775635;
    transition: 1s;
}
/* ----------------------footer start -------------------------------------------------------------- */
.footer-bg {
    width: 100%;
    background-color: #a67c57;
}

footer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 2%;
    color: #ffffff;
}

.footer-parentbox {
    display: flex;
}

.footer-logo {
    width: 20%;
    vertical-align: bottom;
}

.footer-logo img {
    width: 100%;
}

.footer-addressbox {
    width: 35%;
    margin-right: 10%;
    margin-left: 10%;
}

.footer-timebox {
    width: 25%;
}

.footer-text h3{
    padding-left: 5%;
    padding-bottom: 2%;
    font-weight: normal;
    font-size: 2vw;
    font-family: Comic Neue;
    border-bottom: 1px solid #ffffff;
}

.footer-text p {
    padding-left: 5%;
    padding-top: 1%;
    white-space: pre-wrap;
    line-height: 1.7;
}

.footer-addressbox p {
    font-style: normal;
}

.footer-copyright {
    padding-top: 3%;
    text-align: center;
    font-family: Comic Neue;
    font-style: 1.2vw;
}
