@charset "UTF-8";

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/

#wrapper {
    width: 100%;
    margin: auto;
    /*    padding: 40px;
    background-color: #fffcdc;
    border-radius: 30px;
    background-image: url(../images/keyholder.png);
    background-repeat: no-repeat;
    background-position: 50px -90px;
    background-size: 240px auto;
    font-family: "M PLUS Rounded 1c"; */
    color: #6A5849;
}





/*++++++++++++++++++++++++++
	ヘッダー
++++++++++++++++++++++++++*/

header {
    top: -1px;
    position: fixed;
    background-color: #fff;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

header nav {
    margin: auto;
    max-width: 1000px;
}


header nav h1.logo_header {
    width: 180px;
    margin: -90px auto 0 auto;
    transition: all 0.3s;
}


/*+	smaller +*/

header.smaller nav h1.logo_header {
    width: 70px;
    margin: -15px auto 0 auto;
}


header nav h1.logo_header a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

header nav h1.logo_header a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


header nav dl {
    font-family: 'Noto Serif JP', serif;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 80px 0 0 0;
}


header nav dl dt {
    margin: 20px 0 8px 0;
    height: 50px;
    color: #6A5849;
    text-align: center;
    font-size: 16px;
    border-left: 1px dashed #6A5849;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}


/*+ smaller +*/
header.smaller nav dl {
    margin: 0 0 0 0;
}

header.smaller nav dl dt {
    height: 40px;
}



header nav dl dt:nth-of-type(1) {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
}

header nav dl dt:nth-of-type(2) {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
}

header nav dl dt:nth-of-type(3) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

header nav dl dt:nth-of-type(4) {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
}

header nav dl dt:nth-of-type(5) {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
}


header nav .dashed {
    border-right: 1px dashed #6A5849;
}

header nav dl dt span {
    display: block;
    color: #B99A8D;
    font-size: 13px;
}

header nav dl dt .facebook {
    width: 35px;
    float: left;
    padding: 0 0 0 10px;
}

header nav dl dt .instagram {
    width: 35px;
    float: left;
    padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
    header {
        display: none;
    }
}


/*++++++++++++++++++++++++++
	コンテンツ
++++++++++++++++++++++++++*/


/*
mainvisual
*/

#mainvisual_pc {
    width: 100%;
    height: 0;
    margin: 160px auto 0 auto;
    padding-top: 47%;
    background: url(../images/main_photo.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    z-index: -500;
    display: block;
    background-blend-mode: overlay;

    animation-name: mainvisual;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

#mainvisual_pc .main_txt {
    width: 60%;
    margin: auto;
    position: absolute;
    top: 30%;
    right: 20%;
    /**/
    opacity: 0;
    animation-name: main_txt;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}



#mainvisual_pc .scroll {
    color: #fff;
    position: absolute;
    font-size: 0.9rem;
    bottom: 0;
    left: 48.5%;
    letter-spacing: 0.1em;
    text-align: center;
}

#mainvisual_pc .scroll .arrow {
    width: 1px;
    height: 60px;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    background-color: transparent
}

#mainvisual_pc .scroll .arrow::before {
    content: '';
    width: 2px;
    height: 60px;
    margin: 50px auto 0;
    background-color: #fff;
    position: absolute;
    top: -150px;
    left: 0px;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal
}




#mainvisual_sp {
    display: none;
}

@media screen and (max-width: 768px) {

    #mainvisual_pc {
        display: none;
    }

    #mainvisual_sp {
        width: 100%;
        height: 0;
        margin: 0px auto 0 auto;
        padding-top: 130%;
        background: url(../images/main_photo_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
        z-index: -500;
        display: block;
        background-blend-mode: overlay;
        animation-name: mainvisual;
        animation-duration: 5s;
        animation-fill-mode: forwards;
    }

    #mainvisual_sp .mainvisual_logo {
        width: 40%;
        margin: auto;
        position: absolute;
        top: 15%;
        right: 30%;
        /**/
        animation-name: sp_logo;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;

    }

    #mainvisual_sp .main_txt {
        width: 80%;
        margin: auto;
        position: absolute;
        bottom: 15%;
        right: 10%;
        /**/
        opacity: 0;
        animation-name: main_txt;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }
}


.sp-header_logo {
    width: 120px;
    padding: 30px 0 0px 0;
    margin: auto;
}



/*
information_close
*/

#information_close {
    margin: 70px auto 0;
    padding: 15px;
    font-size: 15px;
    line-height: 1.8em;
    border: #B99A8D 1px solid;
    max-width: 800px;
    background-color: #fffcf9;
    text-align: center;
}
@media screen and (max-width: 800px) {
    #information_close {
        margin: 70px 10px 0;
        text-align: left;
        font-size: 15px;
    }
}

#information_close .tltle{
    text-align: center;
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px;
}
#information_close .txt1{
    text-align: left;
    margin: 0 0 10px;

}
#information_close .txt2{
    text-align: center;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 5px 0 0 0;

}
#information_close .name{
    text-align: right;
}


/*
kokuchi
*/



/*
about
*/

#about {
    margin: auto;
    padding: 70px 0 0 0;
}

#about .kokuchi{
    text-align: center;
    padding: 40px 0 30px;
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    color: #76261d;
}

#about h2 {
    font-size: 20px;
    color: #B99A8D;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    margin: 0 auto 30px;
    font-weight: bold;
}

#about h2:before {
    border-bottom: 1px solid #B99A8D;
    bottom: -10px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100px;
    animation-name: under_line;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
}

#about h3 {
    font-size: 35px;
    color: #6A5849;
    font-family: 'Noto Serif JP', serif;
    margin: 50px auto 50px;
}

#about p {
    font-size: 16px;
    line-height: 2em;
    color: #6A5849;
    margin: auto;
    text-align: center;
    padding: 0 0 40px;
}

#about .baumkuchen {
    display: block;
    width: 100%;
    height: 0;
    margin: 30px auto 0 auto;
    padding-top: 40%;
    background: url(../images/baumkuchen.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: -100;
    opacity: 0;
    animation-name: baumkuchen;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}



@media screen and (max-width: 768px) {

    #about h3 {
        font-size: 28px;
        color: #6A5849;
        font-family: 'Noto Serif JP', serif;
        margin: 50px auto 50px;
    }

    #about p {
        font-size: 15px;
        line-height: 2em;
        color: #6A5849;
        margin: 0 10px;
        text-align: left;
        padding: 0 0 40px;
    }

    #about .baumkuchen {
        display: block;
        width: 100%;
        height: 0;
        margin: 30px auto 0 auto;
        padding-top: 70%;
        background: url(../images/baumkuchen.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
    }
}


/*
product
*/

#product {
    margin: auto;
    padding: 70px 0 70px 0;
    background: url(../images/product_bk.jpg) repeat center center;
}

#product h2 {
    font-size: 20px;
    color: #B99A8D;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    margin: 0 auto 30px;
    font-weight: bold;
}

#product h2:before {
    border-bottom: 1px solid #B99A8D;
    bottom: -10px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100px;
    animation-name: under_line;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
}


#product .price {
    max-width: 1000px;
    margin: 20px auto;
    justify-content: space-between;
}

#product .price ul {
    margin: auto;
    overflow: auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#product .price ul li {
    text-align: left;
    border-bottom: 1px dotted #B99A8D;
    color: #6A5849;
    position: relative;
    width: calc(50% - 20px);
    margin: 5px;
    padding: 5px;
    min-height: 40px;
    font-size: 1rem;
}

#product ul span {
    font-size: 1.2rem;
}

#product ul i {
    font-style: normal;
    font-size: 0.9rem;
}

#product .set_banner {
    background-color: #6A5849;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    max-width: 700px;
    text-align: center;
    margin: 20px auto 10px;
}



@media screen and (max-width: 768px) {
    #product .price ul li {
        text-align: center;
        border-bottom: 1px dotted #B99A8D;
        color: #6A5849;
        position: relative;
        width: calc(100% - 40px);
        margin: 5px 10px;
        padding: 5px 10px;
        min-height: 40px;
        font-size: 1rem;
    }

    #product .set_banner {
        background-color: #6A5849;
        color: #fff;
        font-size: 18px;
        padding: 20px;
        max-width: 700px;
        text-align: center;
        margin: 20px 10px 10px;
    }

}



/*
information
*/

#information {
    margin: auto;
    padding: 10px 0 10px 0;
    background-color: #E0C6A8;
    color: #6A5849;
}

#information .information_area {
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
    justify-content: space-between;
}

#information .information_area dl {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#information .information_area dl dt {
    position: relative;
    width: calc(50% - 40px);
    margin: 10px;
    padding: 10px;
}


#information h2 {
    font-size: 20px;
    color: #6A5849;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    margin: 30px auto 30px;
    font-weight: bold;
}

#information h2:before {
    border-bottom: 1px solid #6A5849;
    bottom: -10px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100px;
    animation-name: under_line;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
}



#information .address {
    text-align: left;
}

#information .address ul li {
    float: left;
    clear: left;
    width: 90px;
}

#information .address ul ol {
    max-width: 500px;
    margin: 0 0 10px 100px;
}

#information .address ul ol .mapicon {
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#information .instagram {
    width: 35px;
    float: left;
    padding: 0 10px 0 0;
}

#information .facebook {
    width: 35px;
    float: left;
    padding: 0 0 0 0;
}


#information .fb-container {
    width: 100%;
    max-width: 500px;
    margin: auto
}


#information .ggmap {
    position: relative;
    padding-bottom: 25%;
    padding-top: 30px;
    margin: 0 0 10px 0;
    height: 0;
    overflow: hidden;
}

#information .ggmap iframe,
#information .ggmap object,
#information .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 768px) {

    #information .information_area dl dt {
        position: relative;
        width: calc(100% - 20px);
        margin: 10px;
        padding: 0px;
    }

    #information .fb-container {
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    #information .ggmap {
        position: relative;
        padding-bottom: 50%;
        padding-top: 30px;
        margin: 0 10px 70px 10px;
        height: 0;
        overflow: hidden;
    }

}



/*++++++++++++++++++++++++++
	フッター
++++++++++++++++++++++++++*/

footer {
    margin: 10px auto;
    padding: 10px 0;
    max-width: 1100px;
    text-align: center;
    /*    border-top: 1px solid #cccccc;*/
    clear: both;
    font-size: 20px;
    color: #6A5849;
}

footer .left {
    text-align: left;
    float: left;
    padding: 50px 0 0 0;
    width: 47%;
    display: block;
}

footer .instagram {
    width: 30px;
    float: left;
    padding: 0 10px 0 0;
}

footer .facebook {
    width: 30px;
    float: left;
    padding: 0 20px 0 0;
}

footer .footer_logo {
    width: 85px;
    float: left;
    padding: 0 0 10px 0;
    margin: auto;
}

footer .copyright {
    clear: both;
    max-width: 1000px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 768px) {

    footer .left {
        display: none;
    }

    footer .footer_logo {
        width: 85px;
        float: initial;
        padding: 0 0 10px 0;
        margin: auto;
    }

}



/*--------------------------------------
		pagetop
---------------------------------------*/
#btn_top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 10;
}

#btn_top a {
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    color: #6A5849;
    padding: 7px 9px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

#btn_top span {
    display: block;
    font-size: 12px;
}

#btn_top a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 10px;
        bottom: 60px;
    }
}


/*-------------
@keyframes
----------*/

@keyframes mainvisual {
    0% {
        background-color: rgba(0, 0, 0, 0);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@keyframes main_txt {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0)
    }
}

@keyframes sp_logo {
    0% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes baumkuchen {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes under_line {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.8;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}





