@charset "utf-8";
html[lang="ja"] {
    margin: 0 !important;
}
body {
    font-size: 3.8vw;
}
.inner {
    width: 94%;
    margin: auto;
}
.pc-only {
    display: none !important;
}
#wpadminbar {
    display: none !important;
}
@media all and (min-width:501px) {
    body {
        font-size: 18px;
    }
}
#splash {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
}
#splash::before {
    content: '';
    width: 50%;
    height: 150%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    background-image: url(../img/noren/left.png);
    background-repeat: no-repeat;
    background-position: right top 25%;
    background-size: auto 30%;
    transform-origin: right top;
    transition: all 3s ease .3s;
    box-sizing: border-box;
}
#splash::after {
    content: '';
    width: 50%;
    height: 150%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    background-image: url(../img/noren/right.png);
    background-repeat: no-repeat;
    background-position: left top 25%;
    background-size: auto 30%;
    transform-origin: left top;
    transition: all 3s ease .3s;
}
body.page__open #splash {
    pointer-events: none;
    visibility: hidden;
}
body.page__open #splash::before {
    transform: rotate3d(1, 0, .3, 180deg);
    perspective: 1000;
}
body.page__open #splash::after {
    transform: rotate3d(1, 0, -.3, 180deg);
}
/* == parts ============================================== */
.float-box {
    overflow: hidden;
}
.float-box .box-sns {
    overflow-y: scroll;
    text-align: center;
    width: 90%;
    margin: auto;
    height: 400px;
}
.float-box .box-sns + .box-sns {
    margin: 30px auto 0;
}
.fb-container {
    width: 100% !important;
}
.title_center {
    text-align: center;
    font-size: 230%;
    margin: 0 0 20px;
    position: relative;
}
.title_strong {
    text-align: center;
    font-size: 180%;
    margin: 0 0 20px;
}
.map-wrap {
    height: 299px;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
}
/* == header ============================================== */
/* == footer ============================================== */
footer {
    padding: 20px 0 25px;
    background: #f1f1f1;
}
footer .inner {
    overflow: hidden;
}
footer .inner address {
    margin: 0 0 15px;
    text-align: center;
}
footer .f-title {
    text-align: center;
    width: 200px;
    margin: auto;
}
footer .copyright {
    margin: 15px 0 0;
    text-align: center;
    font-size: 88%;
}
.list_sns {
    overflow: hidden;
    margin: 20px 0 30px;
    text-align: center;
}
.list_sns li {
    width: 34px;
    display: inline-block;
    margin: 0 15px;
}
.list_sns li img {
    vertical-align: bottom;
}
footer .sakenowa {
    text-align: center;
    width: 80%;
    margin: auto;
}
/* == frontpage ==============================================*/
main {
    background-size: cover;
    position: relative;
}
.block_title .title_main {
    text-align: center;
    height: 100vh;
    background: url("../img/main_sp.jpg") no-repeat center;
    background-size: cover;
    background-color: #f5f5f5;
    position: relative;
    box-shadow: 0 10px 20px -5px #ccc;
}
.block_title .title_main img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}
.block_title .area_lead {
    padding: 50px 0;
}
.block_title .title-lead {
    line-height: 2;
    margin: auto;
    font-size: 110%;
}
.block_title .title-lead p + p {
    margin: 20px 0 0;
}
.block_title .title-lead .image {
    text-align: center;
    margin: 50px auto 0;
}
.block_title .area_slide {
    margin: 25px auto;
    pointer-events: none;
}
.block_title .area_slide .contents img{
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    
}
/*--------------------*/
.slider {
    overflow: hidden;
    margin: 40px auto 60px;
}
.slider .content {
    float: left;
    width: 50%;
    position: relative;
    height: 0;
    padding: 37% 0 0;
}
.slider .content img {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.slider .content img:nth-child(2) {
    -webkit-animation: slider 8s linear 0s infinite;
    animation: slider 8s linear 0s infinite;
}
@-webkit-keyframes slider {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slider {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/*--------------------------------------------------*/
.block_profile {
    background: #f5f5f5;
    padding: 0 0 30px 0;
}
.block_profile .area_image {
    height: 0;
    padding: 65% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.block_profile .set01 .area_image {
    background-image: url("../img/pic/img02.jpg");
}
.block_profile .set02 .area_image {
    background-image: url("../img/pic/img07.jpg");
}
.block_profile .set03 .area_image {
    background-image: url("../img/pic/img08.jpg");
}
.block_profile .area_text {
    padding: 10% 3%;
}
.block_profile .set03 .area_text {
    background: url(../img/winedog.png) no-repeat center bottom;
    background-size: 116px 163px;
    padding: 5% 3% 180px;
}
.block_profile .area_text .title_center {
    text-align: left;
    font-size:180%;
    line-height: 1.4;
    margin: 0 0 10px;
}
.block_profile .area_text .list_profile {
    font-size: 85%;
    line-height: 2;
    list-style: disc;
    margin: 0 0 0 1em;
}
.block_profile .area_text .list_profile li + li{
    margin: 3px 0 0;
}
.block_profile .profile-set .sake-text-end {
    text-align: right;
    margin: 10px 0 20px;
}
.block_profile .profile-set .sake-text-att {
    font-size: 88%;
}
.block_profile .profile-set .link-note {
    margin: 30px 0 0;
}
.block_profile .profile-set .link-note a {
    display: block;
    padding: 20% 0 5%;
    background: url("../img/note-logo.svg") no-repeat center top;
    background-size: 35%;
    font-family: Meiryo, "sans-serif";
    background-color: #fff;
    transition: all .3s;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.block_profile .profile-set .link-note a::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/blank.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    bottom: 20%;
    margin: auto;
}
.list_info {
    margin: 0 0 30px;
}
.list_info dl {
    overflow: hidden;
    border-bottom: dashed 1px #333;
    padding: 10px 0;
}
.list_info dt {
    font-weight: 600;
    box-sizing: border-box;
    margin: 0 0 2px;
}
.list_info dd {
   font-size: 94%;
    box-sizing: border-box;
}
/*--------------------------------------------------*/
.block_sns {
    padding: 35px 0 70px;
}
/*--------------------------------------------------*/
.block_map {
    padding: 35px 0 70px;
    background: #f5f5f5;
}
.block_map .access-text {
    text-align: center;
    margin: 20px 0 0;
}