@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.8vw;
    color: #775635;
}


/* ----------------------header start -------------------------------------------------------------- */

.nav-pc {
    display: none;
}

nav.NavMenu{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
    width: 100%;
    height: 100vh;
	text-align: center;
    background-color: #d0a681;
	transform: translateY(-100%);
	transition: all 0.6s;
}

nav.NavMenu ul{
	width: 100%;
    
}

nav.NavMenu ul li{
	font-size: 30px;
	width: 100%;
}

nav.NavMenu ul li {
    margin-top: 3%;
}

nav.NavMenu ul li a{
	display: block;
    font-family: Slackside One;
    font-size: 5vw;
    line-height: 1.7;
	color: #ffffff;
    transition: 0.3s;
}

nav.NavMenu ul li a:hover {
    opacity: 0.6;
    transform: translateY(2px);
    transition: 0.3s;
}

nav.NavMenu.active {
	transform: translateY(0%);
}


.Toggle {
	position: fixed;
	right: 2%;
	top: 2%;
	width: 45px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 38px;
	border-bottom: solid 3px #775635;
	transition: 0.35s ease-in-out;
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 10px;
}

.Toggle span:nth-child(2) {
	top: 21px;
}

.Toggle span:nth-child(3) {
	top: 32px;
}

.Toggle p {
    position: absolute;
    top: 38px;
    width: 32px;
    font-size: 12.5px;
    font-family: OpenSans M;
    color: #9dd6d4;
    left: 6px;
    transition: 0.5s;
}

.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
    border-bottom: solid 3px #ffffff
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
    border-bottom: solid 3px #ffffff
}
/* ----------------------top message start -------------------------------------------------------------- */
.section-concept {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.number {
    font-size: 10vw;
}

.section-concept-text {
    width: 62%;
    padding: 3%;
    border-radius: 18px;
    background-color: #ffffff;
}

.tab-br {
    display: block;
    padding-top: 2%;
}

/* ----------------------concept common finish -------------------------------------------------------------- */
/* ----------------------concept1+3 start -------------------------------------------------------------- */
.section-concept-photo-copy-box h3 {
    width: 50%;
    margin-left: -5%;
    font-family: Slackside One;
    font-weight: normal;
    white-space: pre-wrap;
    font-size: 6.5vw;
    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: 20%;
}

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

.section-concept-text03 {
    position: absolute;
    bottom: -57%;
    right: 0;
}

.no3 {
    margin-top: 25%;
}
/* ----------------------concept1+3 finish -------------------------------------------------------------- */
/* ----------------------concept2 start -------------------------------------------------------------- */
.section-concept-02 {
    position: relative;
    margin-top: 28%;
}

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

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

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

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

.cta a {
    display: block;
    width: 18%;
    margin-top: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    text-align: center;
    font-family: Comic Neue;
    font-size: 2.3vw;
    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: 90%;
    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: 8%;
    margin-left: 8%;
}

.footer-timebox {
    width: 29%;
}

.footer-text h3{
    padding-left: 5%;
    padding-bottom: 2%;
    font-weight: normal;
    font-size: 2.5vw;
    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;
}