@charset "utf-8";

figure {
    position: relative;
}

p,
a {
    color: #fff;
}

/* オープニングアニメーション */
.shutter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    z-index: 9999;
    -webkit-animation: byeShutter 1.5s forwards;
    animation: byeShutter 1.5s forwards;
}

.shutter img.opening_logo {
    position: absolute;
    width: 10%;
    height: auto;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    transform: translateX(-50%);
    -webkit-animation: logo 0.8s forwards;
    animation: logo 0.8s forwards;
    animation-delay: 0.2s;
}

@keyframes byeShutter {
    70% {
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

.fade_Box {
    transition: 1s;
    opacity: 0;
}

.fade_Box.animated {
    opacity: 1;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 3s;
}

.main {
    overflow: hidden;
    position: relative;
    padding-top: 110px;
}

.main .slide {
    width: 100vw;
}

.black-bg {
    background-image: url(../img/black-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.ttl-text {
    display: block;
    width: 22vw;
    position: absolute;
}

.area-ttl {
    font-size: 36px;
    color: #ecc756;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.area-ttl .logo {
    display: block;
    width: 10%;
    margin: 0 auto 20px;
}

.area-ttl .en {
    display: block;
    font-size: 0.5em;
}

/* recommend-area */
.recommend-area .inner_1100 {
    position: relative;
}

.ttl-text.recommend-text {
    position: absolute;
    bottom: -30%;
    right: -8%;
}

/* .performance-area */
.performance-area {
    background-image: url(../img/performance-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 2% 0;
}

.performance-area .inner_1100 {
    position: relative;
    z-index: 1;
}

.ttl-text.performance-text {
    position: absolute;
    bottom: -14%;
    left: -8%;
    z-index: 100;
}

.performance-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.performance-flex .image-box {
    width: 46%;
}

.performance-flex .text-box {
    width: 46%;
}

.performance-flex .text-box p {
    margin-bottom: 50px;
}

.link-btn {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: right;
    padding-right: 80px;
    position: relative;
    transition: all .5s;
}

.link-btn::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link-btn:hover {
    opacity: 0.7;
}

.concept-area {
    padding: 60px 0;
}

.concept-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.concept-flex .text-left {
    width: 12%;
    margin-right: 8%;
}

.concept-flex .text-right {
    display: inline-block;
}

.cocept-text {
    line-height: 1.8;
}

.text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.6;
}

.text:not(:first-of-type) {
    margin-top: 15px;
}

.menu-area {
    margin: 100px auto 0;
    position: relative;
}

.ttl-text.special-text {
    position: absolute;
    top: 7%;
    right: 12%;
    z-index: 10;
}

.menu-ttl {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.price {
    color: #fff;
    text-align: center;
}

.price .small {
    font-size: 12px;
}

/* スライド設定 */
.slick01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*矢印設定*/
.slick01 .slick-prev:before {
    /* content: '〈'; */
    content: none;
    color: #000;
    opacity: 1;
    font-size: 28px;
}

.slick01 .slick-next:before {
    /* content: '〉'; */
    content: none;
    color: #000;
    opacity: 1;
    font-size: 28px;
}

/*背景や位置の調整*/
.slick01 .slick-prev {
    left: 30%;
    bottom: -20%;
    top: initial;
    transform: initial;
    z-index: 99;
    width: auto;
    height: auto;
    padding: 10px;
    color: #fff;
    transition: .4s;
}

.slick01 .slick-next {
    right: 30%;
    bottom: -20%;
    top: initial;
    transform: initial;
    z-index: 99;
    width: auto;
    height: auto;
    padding: 10px;
    transition: .4s;
}

.slick01 .slick-prev:hover,
.slick01 .slick-next:hover {
    opacity: 0.7;
}

/*ドットカスタマイズ */
.slick01 .slick-dots {
    bottom: -16%;
}

.slick01 .slick-dots li {
    margin: 0 4px;
    width: 70px;
    height: 5px;
}

.slick01 .slick-dots li button:before {
    content: '';
    width: 70px;
    height: 5px;
    background: #fff;
    opacity: 1;
}

.slick01 .slick-dots li.slick-active button:before {
    background: #ecc756;
}

/* gallary-area */
.gallary-area {
    margin: 140px auto 0;
}

.gallary-image {
    width: 90%;
    max-width: 868px;
    margin: 0 auto;
}

/* slider */
/*forIE*/
@media screen\0 {
    #slider {
        max-height: 800px;
    }
}

/*.forIE*/
.slick-slide {
    pointer-events: none;
    margin: 0;
}

#thumbnail-list {
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thumbnail-item {
    width: calc((100% - 3%) / 4);
    opacity: 0.3;
    /* margin: 0 0 0px 5px; */
    transition: all .5s;
    cursor: pointer;
}

.thumbnail-item:nth-of-type(n+5) {
    margin-top: 10px;
}

/*
.thumbnail-item:first-child {
    margin-left: 0;
}

.thumbnail-item:last-child {
    margin-right: 0;
} */

.thumbnail-item:hover {
    opacity: 1;
}

.thumbnail-current {
    opacity: 1;
    cursor: pointer;
}

/* .slick-slider {
    margin-top: 50px;
  } */

.slick-prev,
.slick-next {
    width: 32px !important;
    cursor: pointer;
}

.slick-prev {
    left: 15px;
    z-index: 1;
    width: auto;
    height: auto;
    transition: all .5s;
}

.slick-prev::before {
    background: url(../img/left.png);
}

.slick-next {
    right: 15px;
    width: auto;
    height: auto;
    transition: all .5s;
}

.slick-next::before {
    background: url(../img/right.png);
}

.slick-next::before,
.slick-prev::before {
    content: "";
    background-size: cover;
    width: 32px;
    height: 64px;
    display: inline-block;
}

.slick-prev:hover {
    left: 0;
}

.slick-next:hover {
    right: 0;
}

.menu-link-btn {
    display: block;
    width: 280px;
    border: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
    margin: 8vw auto 0;
    transition: all .5s;
}

.menu-link-btn:hover {
    color: #231815;
    background: #fff;
    border: 1px solid #fff;
}

/* logo-concept */
.logo-concept {
    margin: 100px auto 0;
}

.logo-concept-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-concept-flex .image-box {
    width: 32%;
    padding-right: 8%;
    margin-right: 8%;
    border-right: 2px solid #fff;
}

.logo-concept-flex .text-box {
    display: inline-block;
}

/* commit-area */
.commit-area {
    margin: 100px auto 0;
}

.commit-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.commit-flex .image-box {
    width: 46.55%;
    margin-right: 6%;
}

.commit-flex .text-box {
    width: 47.45%;
}

.commit-flex .text-box .ttl {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

/* greet-area */
.greet-area {
    margin: 100px auto 0;
}

.greet-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.greet-flex .text-box {
    display: inline-block;
    margin-right: 8%;
}

.greet-flex .image-box {
    width: 30%;
}

.name {
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin-top: 10px;
}

/* info-area */
.info-area {
    margin: 100px auto 0;
}

.info-text {
    width: 90%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.info-text a {
    color: #fff;
    text-decoration: underline;
}

.sns-btn {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.sns-btn li {
    max-width: 495px;
    width: 48%;
}

.sns-btn li:nth-of-type(1) {
    margin-right: 20px;
}

.sns-btn li a {
    display: block;
    transition: all .5s;
}

.sns-btn li a:hover {
    opacity: 0.7;
}

.access-area {
    margin: 100px auto 0;
}

.women-area {
    margin: 100px auto 0;
}

.women-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.women-flex li {
    width: 24%;
}

.women-flex li:nth-of-type(n+5) {
    margin-top: 20px;
}

.google-map {
    text-align: center;
    margin: 0 auto;
}

.google-map {
    width: 90%;
    /* max-width: 1100px; */
    height: 0;
    padding-top: 38%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.google-map iframe {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.contact-box {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.contact-left {
    width: 66%;
}

.contact-right {
    width: 31%;
}

.contact-flex01 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.contact-flex01 .contact-logo {
    width: 34%;
}

.contact-flex01 .address {
    width: 54%;
    font-size: 26px;
    letter-spacing: 2px;
}

.contact-flex01 .address a {
    display: block;
}

.contact-flex01 .address a.mail {
    display: inline-block;
    font-size: 16px;
    position: relative;
    transition: all .5s;
}

.contact-flex01 .address a.mail:hover {
    opacity: 0.7;
}

.contact-flex01 .time {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px;
    margin-top: 20px;
}

.contact-flex01 .time-ttl {
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
    background: #4f4d4d;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 20px;
}

.contact-flex01 .time small {
    vertical-align: text-top;
    font-size: 0.7em;
}

.contact-flex02 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.contact-flex02 .cash {
    width: 61.31%;
    background: #d6d7d7;
    padding: 10px 10px;
}

.contact-flex02 .cash p {
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.contact-flex02 .qr {
    justify-content: space-between;
    width: 37%;
    background: #d6d7d7;
    padding: 10px 10px;
}

.contact-flex02 .qr a {
    display: block;
}

.contact-flex02 .qr a:nth-of-type(1) {
    width: 45%;
}

.contact-flex02 .qr a:nth-of-type(2) {
    width: 45%;
}

.contact-box {
    margin: 100px auto 0;
}

.map-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.under-space {
    display: none;
}

/* アンカーリンク調整 */
#concept-link,
#menu-link,
#gallary-link,
#greeting-link,
#access-link {
    padding-top: 230px;
    margin-top: -130px;
}

@media only screen and (min-width: 1400px) {
    .ttl-text.recommend-text {
        bottom: -50%;
    }
}

/*--------------------------------------------------------
  tab
--------------------------------------------------------*/
@media only screen and (max-width: 1180px) {
    .contact-flex01 .time-ttl {
        font-size: 20px;
    }

    .contact-flex01 p {
        font-size: 18px;
    }
}




/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 820px) {

    .shutter img.opening_logo {
        width: 25%;
    }

    .main {
        padding-top: 110px;
    }

    .black-bg {
        background-size: contain;
        background-repeat: repeat;
        padding: 60px 0 0;
    }

    .ttl-text {
        width: 40vw;
    }

    .ttl-text.recommend-text {
        bottom: -4%;
        right: -3%;
    }

    .recommend-area .recommed01 {
        width: 90%;
        margin: 0 auto;
    }

    .performance-area {
        padding: 15% 0 8% 0;
    }

    .performance-flex .image-box {
        width: 80%;
        margin: 0 auto;
    }

    .performance-flex .text-box {
        width: 100%;
        margin: 30px auto 0;
    }

    .performance-flex .text-box p {
        margin-bottom: 30px;
    }

    .link-btn {
        font-size: 14px;
        text-align: right;
        padding-right: 22%;
    }

    .link-btn::after {
        right: 0%;
    }

    .area-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .area-ttl .logo {
        margin: 0 auto 10px;
    }

    .concept-flex .text-left {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .concept-flex .text-left p {
        font-size: 20px;
    }

    .cocept-text {
        font-size: 14px;
    }

    .menu-area {
        margin: 80px auto;
    }

    .ttl-text.special-text {
        top: -3%;
        right: 1%;
    }

    .slider_box01 .slick-slide {
        margin: 0 15px !important;
    }

    .slick-prev,
    .slick-next {
        width: 15px !important;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    .slick-next::before,
    .slick-prev::before {
        width: 15px;
        height: 30px;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 20px;
    }

    .slick01 .slick-dots {
        display: none !important;
    }

    #thumbnail-list {
        /* justify-content: center; */
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    .thumbnail-item {
        width: calc((100% - 6%) / 3);
        margin: 10px 3% 0 0;
    }

    .thumbnail-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .thumbnail-item:nth-of-type(5) {
        margin: 10px 0 0 0;
    }

    .thumbnail-item:nth-of-type(6) {
        margin-left: 3%;
    }

    .menu-link-btn {
        width: 220px;
        padding: 12px 0;
    }

    .gallary-area {
        margin: 80px auto 0;
    }

    .logo-concept-flex .image-box {
        width: 40%;
        border: none;
        padding: 0;
        margin: 0 auto 20px;
    }

    .text {
        font-size: 14px;
    }

    .commit-area {
        margin: 80px auto 0;
    }

    .commit-flex .image-box {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .commit-flex .text-box {
        width: 100%;
    }

    .commit-flex .text-box .ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .greet-area {
        margin: 80px auto 0;
    }

    .greet-flex .image-box {
        width: 60%;
        margin: 20px auto 0;
    }

    .greet-flex .text-box {
        margin-right: 0;
    }

    .name {
        font-size: 12px;
    }

    .sns-btn li {
        width: 80%;
        max-width: 100%;
    }

    .sns-btn li:nth-of-type(1) {
        margin: 0 0 20px 0;
    }

    .women-flex li {
        width: 48%;
    }

    .women-flex li:nth-of-type(n+3) {
        margin-top: 4%;
    }

    .access-area {
        margin: 80px auto 0;
    }

    .contact-box {
        padding-bottom: 40px;
        margin: 40px auto 0;
    }

    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
        margin-top: 40px;
    }

    .contact-flex01 .address {
        font-size: 14px;
    }

    .contact-flex01 .time span {
        font-size: 14px;
    }

    .contact-flex01 .time {
        font-size: 16px;
    }

    .contact-flex01 p {
        font-size: 14px;
    }

    .contact-flex02 {
        margin: 20px auto 0;
    }

    .contact-flex02 .cash {
        width: 100%;
    }

    .contact-flex02 .cash p {
        font-size: 14px;
    }

    .contact-flex02 .qr {
        width: 100%;
        padding: 20px 40px;
        margin-top: 20px;
    }

    .under-space {
        display: block;
        padding-bottom: 1em;
    }

    #concept-link {
        padding-top: 240px;
        margin-top: -160px;
    }

    #menu-link {
        padding-top: 280px;
        margin-top: -160px;
    }

    #gallary-link {
        padding-top: 320px;
        margin-top: -220px;
    }

    #greeting-link {
        padding-top: 240px;
        margin-top: -160px;
    }

    #access-link {
        padding-top: 240px;
        margin-top: -160px;
    }

    .menu-area .area-ttl{
       margin-top: -60px;
    }

    .gallary-area .area-ttl {
        margin-top: -100px;
    }

    .greet-area .area-ttl {
        margin-top: -20px;
    }

    .access-area .area-ttl {
        margin-top: -20px;
    }

    .logo-concept {
        margin: 60px auto 0;
    }

    .info-area {
        margin: 60px auto 0;
    }

    .women-area {
        margin: 60px auto 0;
    }

    .contact-flex01 .address a.mail {
        font-size: 12px;
    }
}


/*=======================================
SP
=======================================*/
@media (max-width: 499px) {

    .main {
        padding-top: 60px;
    }

    .black-bg {
        padding: 30px 0 0;
    }

    .performance-area {
        padding: 5% 0 5% 0;
    }

    .performance-flex .text-box {
        margin: 10px auto 0;
    }

    .performance-flex .text-box p {
        margin-bottom: 20px;
    }

    .ttl-text.special-text {
        top: 11%;
    }
}