@charset "utf-8";
/* レイアウトのためのCSS */

body {
    background: #f0f0f0;
    font-family: 'Marcellus', serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }
}

html {
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
    opacity: 0.7;
}

#price h2,
#menu h2,
#staff h2,
#contact h2,
#shopinfo h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.4rem;
    margin-bottom: 30px;
}

@media screen and (max-width:470px) {
    #price h2,
    #menu h2,
    #staff h2,
    #contact h2,
    #shopinfo h2 {
        font-size: 2rem;
    }
}


/*数字カウント*/

.progressbar-text {
    font-size: 5rem;
    font-family: 'Italianno', cursive;
}

.progressbar-text span {
    font-size: 2rem;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
    .progressbar-text {
        font-size: 3rem;
    }

    .progressbar-text span {
        font-size: 1.3rem;
    }

}

/* vegas */
#slider {
    /* width: 94%; */
    /* width: 98%; */
    /* height: 600px; */
    margin: 0 auto;
    /* position: relative;
    top: 80px; */
}

@media screen and (max-width:940px) {
    #slider {
        /* width: 50%; */
    }
}




article {
    /* background-color: yellow; */
}



/* heading */

.heading-block {
    position: absolute;
    width: ;
    z-index: 2;
    top: 16%;
    left: 14%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-block h1 {
    /* font-size: 6vw; */
    /* font-size: 8vw; */
    /* font-size: 7.5vw; */
    font-size: 6.5vw;
    /* letter-spacing: 0.2em; */
    letter-spacing: 0.1em;
    /* letter-spacing: 0.04em; */
    color: #fff;
    line-height: 1;
    /* font-family: 'Italianno', cursive; */

    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

.heading-block p {
    /* font-size: 2vw; */
    font-size: 1.2vw;
    letter-spacing: 0.2em;
    color: #fff;
    transform: translateY(-45%);
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
    .heading-block h1 {
        font-size: 4em;
    }

    .heading-block p {
        font-size: 1.5em;
    }
}
@media screen and (max-width:940px) {
    .heading-block {
        top: 10%;
        left: 25%;
    } 
    .heading-block h1 {
        font-size: 6em;
    }
    .heading-block p {
        font-size: 1.5em;
        transform: translateY(-15px);
    }
}
@media screen and (max-width:470px) {
    .heading-block {
        top: 12%;
        left: 30%;
    } 
    .heading-block h1 {
        font-size: 4em;
    }
    .heading-block p {
        font-size: 1em;
    }
}



/* sns icon */
#sns-icon img {
    width: 20px;
}

#sns-icon {
    position: absolute;
    right: 20px;
    top: 45%;
}

#sns-icon li {
    margin: 0 0 15px 0;
}

/* copyright */

small.top {
    position: absolute;
    left: 20px;
    top: 40%;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}





/* lead */

#container {
    overflow-x: hidden;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px;
}

@media screen and (max-width:940px) {
    .inner {
        padding: 30px;
    }
}

#lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 140px;
    ttw
}

#lead .lead-img {
    width: 46%;
    min-height: 400px;
    background: url("../img/005_about-min.webp") no-repeat center;
    background-size: cover;
}

#lead .lead-area {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
    #lead .lead-img {
        width: 30%;
    }

    #lead .lead-area {
        width: 68%;
    }
}

@media screen and (max-width:768px) {
    #lead {
        flex-direction: column-reverse;
    }

    #lead .lead-img,
    #lead .lead-area {
        width: 100%;
    }

    #lead .lead-img {
        min-height: 250px;
    }

    #lead .lead-area {
        margin: 0 0 140px 0;
        min-height: 20em;
        justify-content: center;
    }
}

#lead .lead-area h2,
#lead .lead-area p,
#lead .lead-area .lead-btn a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#lead .lead-area h2 {
    width: 28%;
    line-height: 2.5;
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
}

#lead .lead-area p {
    width: 48%;
    padding: 50px 0 0 0;
    line-height: 2.8;
    letter-spacing: 0.1rem;
}

#lead .lead-area .lead-btn {
    width: 10%;
    position: relative;
    top: 240px;
}

#lead .btn04 {
    padding: 20px 15px;
}


@media screen and (max-width:1300px) {
    #lead .lead-area h2 {
        line-height: 2;
    }

    #lead .lead-area p {
        line-height: 2.3;
    }
}

@media screen and (max-width:768px) {
    #lead .lead-area .lead-btn {
        width: 100%;
        top: 50px;
        text-align: center;
    }

    .btn04 {
        width: 250px;
    }

    #lead .lead-area h2,
    #lead .lead-area p {
        width: auto;
    }

    #lead .lead-area h2 {
        margin: 0 0 0 20px;
        line-height: 2.2;
    }

    #lead .lead-area p {
        line-height: 2;
    }

    #lead .lead-area .lead-btn a {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    #lead .btn04 {
        padding: 10px 30px;
    }

}

@media screen and (max-width:470px) {
    #lead .lead-area h2 {
        line-height: 1.8;
    }

    #lead .lead-area p {
        height: 23em;
    }

    _:-ms-lang(x)::-ms-backdrop,
    #lead .lead-area p {
        width: 8em;
    }

    #lead .lead-area p br {
        display: none;
    }
}

@media screen and (max-width:350px) {
    #lead .lead-area h2 {
        line-height: 1.6;
    }

    #lead .lead-area p {
        line-height: 1.8;
    }
}

/* gallery */

@media screen and (max-width:600px) {
    ul #gallery {
        /* display: block; */
        flex-direction: column;
    }

    .img-box img {
        /* width: 100%; */
    }

    /* #gallery img {
        width: 400px;
    } */
}



/* menu */

#menu {
    padding: 70px 0;
}

#menu section {
    background: #fff;
    margin: 0 0 10px 0;
}

#menu section h3 {
    font-size: 0.9rem;
    margin: 0 0 10px 0;
}

#menu section p {
    font-size: 0.8rem;
}

#menu .menu-area {
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#menu .menu-btn {
    text-align: center;
    margin: 50px 0 0 0;
}




/* price */
#price {
    /* background-color: #fffaf6; */
    /* background-color: #eae7e0; */
    /* display: flex; */
    padding: 80px 0 100px;
}

.wrapper-price {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.price-box {
    width: 40%;
    margin: 0 auto;
    /* background-color: pink; */
}

.price-box p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    line-height: 3rem;
}

@media screen and (max-width:940px) {
    .wrapper-price {
        flex-direction: column;
        width: 60%;
    }

    .price-box {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .wrapper-price {
        width: 80%;
    }
}

/* @media screen and (max-width:470px) {
.wrapper-price {
    flex-direction: column;
    }
.price-box {
    width: 100%;
    }
} */






/* staff */
#staff {
    /* background-color: #f0e5d8; */
    padding: 60px 0 80px;
}

.wrapper-staff {
    display: flex;
    width: 70%;
    /* background-color: yellow; */
    margin: 0 auto;
}

#staff h3 {
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-bottom: 1rem;
    letter-spacing: 0.1rem;
}

#staff img {
    width: 400px;
    margin-right: 60px;
    /* background-color: pink; */
}

span.name {
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    /* padding-bottom: 0.2rem; */
    /* padding: 6rem 0 2rem; */
}

@media screen and (max-width:940px) {
    .wrapper-staff {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }

    #staff h3 {
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
    }

    span.name {
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
    }

    #staff img {
        margin-right: 0px;
    }
}

@media screen and (max-width:470px) {
    .wrapper-staff {
        flex-direction: column;
    }

    #staff h3 {
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding-bottom: 1rem;
        letter-spacing: 0.05rem;
    }

    span.name {
        font-size: 1rem;
        font-weight: 500;
        display: inline-block;
        /* padding-bottom: 0.2rem; */
        /* padding: 6rem 0 2rem; */
    }

    #staff img {
        width: 100%;
    }
}


/* shopinfo */
#shopinfo {
    /* background-color: yellow; */
    padding: 100px 0;
}

.wrapper-shopinfo {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin: 0 auto;
    /* background-color: pink; */
}

#map iframe {
    /* width: 100%; */
    height: 400px;
}

@media screen and (max-width:940px) {
    .wrapper-shopinfo {
        flex-direction: column;
        text-align: center;
    }

    .info {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:470px) {
    .wrapper-shopinfo {
        flex-direction: column;
        width: 100%;
    }

    #map iframe {
        width: 90%;
        height: 200px;
    }

}



/* #map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 70% !important;
	height: 50% !important;
	border: 0;
    margin-left: 50px;
} */

/*  */
#contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #eae7e0;
    margin-top: 30px;
}

#contact .contact-img {
    width: 70%;
    min-height: 300px;
    background: url("../img/006_trim3-min.webp") no-repeat center;
    background-size: cover;
}

#contact .contact-area {
    width: 25%;
    text-align: center;
}

@media screen and (max-width:1190px) {
    #contact .contact-img {
        width: 60%;
    }

    #contact .contact-area {
        width: 35%;
    }
}

@media screen and (max-width:768px) {
    #contact .contact-img {
        width: 48%;
    }

    #contact .contact-area {
        width: 48%;
    }
}

@media screen and (max-width:600px) {

    #contact .contact-img,
    #contact .contact-area {
        width: 100%;
    }

    #contact .contact-img {
        margin: 0 0 50px 0;
    }
}

#contact .contact-area h2 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

#contact .contact-area dt {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}

#contact .contact-area dd {
    font-size: 0.8rem;
    margin: 0 0 30px 0;
}


/* footer */

.footer-list {
    width: 50%;
    /* background-color: yellow; */
    margin: 0 auto;
    text-align: center;

}

.footer-list ul {
    display: flex;
    justify-content: space-between;
}

.footer-list p {
    /* line-height: 1.5rem; */
    margin-top: 3rem;
}


#footer {
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:940px) {
    .footer-list {
        width: 70%;
    }
}

@media screen and (max-width:600px) {
    .footer-list {
        width: 100%;
        font-size: 90%;
        /* display: none; */
    }
}



