@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.noto-serif {
    font-family: 'Noto Serif JP', serif;
}
.noto-san {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
    overflow: hidden;
}

.inner {
    width: 1166px;
    padding: 0 30px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: #C86466;
}

/* HEADER */
#header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
}
#header.bgHeader {
    top: 0;
    background-color: rgba(247,243,237,0.8);
    padding: 20px 0;
}
#header .inner {
    display: flex;
    justify-content: space-between;
}
#header .logo {
    width: 278px;
}
#header .mainMenu {
    margin-top: 9px;
    margin-right: 2px;
}
#header .mainMenu .menu{
    display: flex;
    max-height: 52px;
    background-color: #fff;
    border-radius:30px;
    padding: 15px 36px 13px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.13);
} 
#header .mainMenu .menu li:not(:last-child) {
    margin-right: 50px;
}
#header .mainMenu .menu a {
    position: relative;
    color: #C86466;
    font-weight: 400;
}
#header .mainMenu .menu a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C86466;
    transition: all .3s;
}

/*#main*/
#main {
    margin-bottom: 60px;
}
#main .mainList {
    width: 100%;
}
#main .mainList .mainBox {
    width: 100%;
    height: 110vh;
}
#main .mainList .mainBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainList.slick-slider .slick-list {
    position: relative;
}
.mainList .slick-dots {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin: -20px 0 0;
    z-index: 5;
}
.mainList .slick-dots li {
    margin: 0 10px;
}
.mainList .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #C86466;
    font-size: 0;
}
.mainList .slick-dots li.slick-active button {
    background-color: #C86466;
}


/* CONTENT */
#content {
    width: 100%;
}

/* FOOTER */
#footer {
    width: 100%;
    background-color: #333333;
    text-align: center;
    padding: 40px 0 29px;
}
#footer .ft-logo {
    display: inline-block;
    width: 239px;
    margin-bottom: 30px;
}
#footer .ft-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 29px;
}
#footer .ft-menu li {
    margin: 0 25px;
}
#footer .ft-menu a {
    position: relative;
    color: #fff;
    font-weight: 300;
}
#footer .ft-menu a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .3s;
}
#copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.sp {
    display: none;
}

@media(max-width: 1366px) and (min-width: 769px) {

    #main .mainList .mainBox {
        height: 100vh;
    }
}
@media(max-width: 1200px) and (min-width: 769px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}
@media(max-width: 1000px) and (min-width: 769px) {
    #header .logo {
        width: 245px;
    }
    #header .mainMenu .menu  {
        padding: 10px 25px;
    }
    #header .mainMenu .menu a {
        font-size: 14px;
    }
}
@media(max-width: 900px) and (min-width: 769px) {
    #header .logo {
        width: 200px;
        margin-top: 5px;
    }
    #header .mainMenu .menu {
        padding: 10px 15px;
    }
    #header .mainMenu .menu li:not(:last-child) {
        margin-right: 35px;
    }
}

@media (min-width: 769px) {
    #header .mainMenu .menu a:hover:before,
    #footer .ft-menu a:hover:before {
        width: 100%;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    #header {
        top: 15px;
    }
    #header.bgHeader {
        padding: 15px 0;
    }
    #header .inner {
        position: relative;
        display: block;
    }
    #header .headerBar {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        z-index: 3;
    }
    #header .logo {
        width: 159px;
        margin-top: 0;
    }
    #header .mainMenu {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background-color: #f7f3ed;
        padding: 115px 0 100px;
        margin: 0;
    }
    #header .mainMenu .menu{
        display: inline-block;
        width: 100%;
        max-height: none;
        z-index: 2;
        border-radius: 0;
        text-align: center;
        background-color: #f7f3ed;
        box-shadow: none;
        padding: 0;
    }
    #header .mainMenu .menu li:not(:last-child) {
        margin: 0 0 49px;
    }
    #header .mainMenu .menu a {
        font-size: 18px;
    }

    /* MENU */
    .hamburger {
        width: 40px;
        height: 40px;
        padding: 0 7px;
        z-index: 9991;
        background: #C86466;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hamburger span {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        margin-bottom: 6px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: 6px;
    }

    .hamburger.open {
        padding: 0 5px;
    }
    .hamburger.open span {
        height: 1px;
    }
    .hamburger.open span:nth-child(1) {
        margin-bottom: -1px;
        -webkit-transform: rotate(32deg);
        -moz-transform: rotate(32deg);
        transform: rotate(32deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -1px;
        -webkit-transform: rotate(-32deg);
        -moz-transform: rotate(-32deg);
        transform: rotate(-32deg);
    }

    /*#main*/
    #main {
        margin-bottom: 50px;
    }
    #main .mainList .mainBox {
        height: 100vh;
    }
    .mainList .slick-dots {
        bottom: 90px;
    }
    .mainList .slick-dots li {
        margin: 0 6px;
    }
    .mainList .slick-dots button {
        width: 12px;
        height: 12px;
    }
    /*#main*/

    /*#footer*/
    #footer {
        padding-bottom: 39px;
    }
    #footer .ft-logo {
        width: 199px;
        margin-bottom: 35px;
    }
    #footer .ft-menu {
        margin-bottom: 10px;
    }
    #footer .ft-menu li {
        margin: 0 17px 24px;
    }
    #footer .ft-menu a {
        font-size: 16px;
    }
}
