@charset "utf-8";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;

}

body {
    background-color: #eeeeee;
    color: #333333;
}

img {
    vertical-align: bottom;
}




/*--------------- ここからヘッダー ---------------*/
header {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    padding: 0.5em 0;
    font-size: 3em;
    width: 50%;
}

header h1 a {
    text-decoration: none;
    color: #333333;
}

/* -----レスポンシブ用ハンバーガーメニュー -----*/
.toggle-menu-button {
    display: none;
}

/* -----レスポンシブ用ハンバーガーメニュー -----*/

header nav {
    width: 40%;
    height: 3em;
    display: flex;
    align-items: flex-end;
}

header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

header nav ul li {
    display: block;
    flex-wrap: wrap;
    width: 25%;
    padding: 0.5em;
    list-style: none;
    text-align: center;
    transition: all 0.3s ease;
}

header nav ul li:hover {
    /* background-color: #91afbb8c;
    border-radius: 7px; */
    border-bottom: 7px double #91afbb8c;
}

header nav ul li a {
    text-decoration: none;
    color: #333333;
}





/* ---------------ここからindex.htmlメイン--------------- */
#keyvisual {
    width: 100%;
    height: calc(100vh - 14vh);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40%;
    z-index: -1;
}

.top001 {
    display: block;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    padding: 1em 3em 5em;
    background-image: url(../images/home/hasami.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: -1em 0em 1em #fff, 0em 0em 0.1em #fff, 0em 0em 1em #fff;
}

#index_main .top001 section h2,
#index_main .top001 section p {
    color: black;
}

#index_main .top001 section h2 {
    font-size: 2.1em;
}

.contain01 {
    margin: 11em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.contain01 div {
    width: 50%;
    max-width: 50%;
}

.contain01 div>img {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0.8em 0.8em 0 #91afbb;
}

.contain01 .containnonaka {
    margin: 5em auto;
    width: 40%;
}


.contain01 .containnonaka h3 {
    /* text-align: center; */
    margin: 2em auto 0;
    width: 50%;
    padding-left: 1em;
}


.contain01 .containnonaka div {
    margin: 2em auto 0;
    width: 100%;
}

.contain01 .containnonaka div p {
    line-height: 2em;
    width: 95%;
    margin: 0 auto;
}

.reverse {
    flex-direction: row-reverse;
}

#index_staff,
#news {
    width: 100%;
    max-width: 100%;
    margin: 15em 0;
}

#index_staff h4,
#news h4,
#re_access h4 {
    font-size: 1.3em;
    text-align: center;
    padding: 2em 0 3em 0;
}

#index_staff h4::after,
#news h4::after,
#hrstyle h3::after,
#re_access h4::after {
    content: "";
    display: block;
    width: 2.1em;
    height: 0.1em;
    background-color: #91afbb;
    margin: 1.8em auto 0;
}


#staff {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #91afbb8c;
}

#staff div {
    width: 50%;
    line-height: 2em;
}

#staff div img,
#news div section img {
    display: block;
    width: 75%;
    margin: 0 auto;
}

#staff div p,
#news div section h5,
#news div section p {
    width: 75%;
    margin: 0 auto;
}

#staff div dl {
    width: 75%;
    margin: 2.4em auto;
    display: flex;
    flex-wrap: wrap;
}

#staff div dl dt:first-of-type,
#staff div dl dd:first-of-type {
    font-size: 1.1em;
    font-weight: bold;
}

#staff div dl dt {
    width: 40%;
    /* text-align: center; */
    padding: 0 0 0 1em;
}

#staff div dl dd::before {
    content: ":";
    display: inline-block;
    width: 1em;
    padding: 0 1em 0;
}

#staff div dl dd {
    width: 60%;
}


/* #news ,#news h4 ,
#news h4::after,#news div section img,
#news div section h5,#news div section p,
は#staffらへんに記載 */

#news div {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
}

#news div section {
    width: 30%;
    margin: 0 auto;
    line-height: 2em;
}

#news h5 {
    text-align: center;
    font-size: 1.3em;
    padding: 0.5em;
}

/* ---------------ここまでindexメイン ---------------*/




/* ---------------ここからconceptメイン--------------- */
#concept_main h2 {
    width: 100%;
    padding: 5em;
    text-align: center;
    background-image: url(../images/concept/concept_top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* ↑これで良い? */
    background-position: center center;
}

#concept_main {
    width: 100%;
}

.line {
    background-image: url(../images/concept/concept_line01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#concept_main .line>p {
    margin: 0 auto;
    padding: 11em 5em;
    width: fit-content;
}

#concept_main>.how {
    margin: 5rem auto;
}

#concept_main>.how>img {
    display: inline-block;
    width: 100%;
    margin: 5em auto;
}

#concept_main>.how>h3 {
    padding: 5em;
    text-align: center;
    font-weight: normal;
    background-image: url(../images/concept/concept_design.png);
    background-repeat: no-repeat;
    background-position: right 7em center;
    background-size: 18%;
}


/* //ふわっと */
.fadein {
    opacity: 0;
    transform: translateY(3em);
    transition: all 0.5s linear;
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
}

/*--------------- ここまでconceptメイン--------------- */




/*--------------- ここからmenuメイン--------------- */
#menu_main h2 {
    width: 100%;
    padding: 5em;
    text-align: center;
    background-image: url(../images/menu/menu_top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* ↑これで良い? */
    background-position: center center;
}

#menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 8em auto;
}

#menubox {
    width: 40%;
}

.txt {
    margin: 5em auto;
}

.txt>h3 {
    width: 95%;
    border-bottom: solid 0.2em #555;
    font-size: 1.3em;
    font-weight: bold;
}

.tb {
    width: 90%;
    line-height: 1.1em;
    margin: 1.5em auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
}

.menuttl {
    width: 35%;
}

.menuttl>span {
    font-size: 0.6em;
    color: #777;
}

.hr {
    width: 40%;
    content: "";
    height: 1px;
    background-image: url(../images/menu/dots.png);
    background-repeat: repeat-x;
    display: block;
}

.price {
    width: 20%;
}

#hrstyle h3 {
    margin: 5em auto;
    text-align: center;
}

#hrstyle>div {
    width: 100%;
    background-color: #91afbb8c;
    margin: 11rem 0;
}

.item-list {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: repeat(auto-fit, 15%); */
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.5em;
    row-gap: 1.5em;
    list-style: none;
    justify-content: center;
    transform: scale(1.3);
}

.item-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------ここまでmenuメイン---------------*/



/* ---------------ここからreserveメイン--------------- */
#reserve_main h2 {
    width: 100%;
    padding: 5em;
    text-align: center;
    background-image: url(../images/reserve/reserve_top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

#reserve_main>.contain01 {
    padding: 0 3em;
}

#reserve_main>.contain01 .containnonaka {
    text-align: center;
}

#reserve_main>.contain01 .containnonaka p:first-of-type {
    line-height: 2.4em;
}

#reserve_main>.contain01 .containnonaka p:nth-of-type(2),
#reserve_main>.contain01 .containnonaka a {
    width: 40%;
    margin: 1.5em auto;
    padding: 1em 2em;
    outline: solid 1px #333333;
    font-size: 1.1em;
}

#reserve_main>.contain01 .containnonaka a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0.7em 2em;
}

#re_form {
    padding: 5em;
}

#re_form form {
    width: 70%;
    margin: 5em auto;
    padding: 5em;
    /* background-color: #91afbb52; */
    background-image: url(../images/reserve/backgroundimg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.form-area dt {
    margin-top: 2em;
}

.input-text,
.message {
    width: 100%;
    height: 3em;
    border: none;
    border-radius: 0.5em;
}

.message {
    height: 18em;
}

#re_form dl dd>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 1em auto;
}

.radio-button {
    margin-right: 3em;
}

.radio-button input {
    margin: 0 1em;
    transform: scale(1.8);
}

.confirm-text {
    margin-top: 5em;
    text-align: center;
    font-size: 0.9em;
    color: #555;
}

.submit-button {
    display: block;
    padding: 0.7em 7em;
    margin: 1.5em auto 0;
    border-radius: 0.3em;
    border: none;
    background-color: #d9c69b;
    box-shadow: 0.3em 0.3em 0 #777;
    transition: all 0.3s ease;
    cursor: pointer;
}

#re_access h4 {
    background-image: url(../images/reserve/reserve_design.png);
    background-repeat: no-repeat;
    background-position: right 7em center;
    background-size: 18%;
}

#access {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 3em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#access div {
    width: 45%;
    line-height: 2em;
}

#access div img {
    display: block;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0.8em 0.8em 0 #91afbb;
}

#access div p {
    width: 75%;
    margin: 0 auto;
    line-height: 2em;
}

#access div p:nth-of-type(2),
#access div p:nth-of-type(3) {
    margin: 0.7em auto;
}

#map {
    width: 80%;
    margin: 0 auto;
    padding: 5em 0;
}

#map iframe {
    width: 100%;
    height: 24em;
    filter: grayscale(50%);
}

/* ---------------ここまでreserveメイン ---------------*/




/* //////ここから共通reserveボタン////// */

article a {
    margin: 0 auto;
    background-image: url(../images/home/reservebtn01.jpg);
    display: block;
    width: 70%;
    padding: 5em;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    box-shadow: 0.8em 0.8em 0 #d9c69b;
    font-size: 1.3em;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease;
}

#concept_re a {
    /* display: block;
    width: 70%;
    margin: 1em auto;
    padding: 5em;
    text-align: center; */
    margin: 7em auto;
    background-image: url(../images/concept/reserve02.jpg);
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    box-shadow: 13px 13px 0 #d9c69b;
    font-size: 1.3em;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease;  */
}

#menu_re a {
    margin: 15em auto 11em;
    background-image: url(../images/menu/reserve03.jpg);
}

article a:hover,
#concept_re a:hover,
.submit-button:hover {
    transform: translate(0.8em);
    transition: all 0.3s ease;
    box-shadow: none;
}

/* /////ここまで共通予約ボタン///// */



/* ///main/concept//リンクボタン・ホバーしたら異なるimg///// */
.image_box {
    width: 100%;
    margin: 3em auto 0;
    display: block;
}

.hover {
    overflow: hidden;
    position: relative;
}

.containnonaka div {
    width: 100%;
}

.containnonaka div a img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.img_1 {
    position: relative;
    z-index: 2;
}

.img_2 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.img_1:hover {
    opacity: 0;
}

#concept_main .how div {
    width: 20%;
    margin: 15em auto;
}

.how div a img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

/* ///main/concept//ここまでリンクボタン・ホバーしたら異なるimg */



/* ここからfooter */
footer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 6em 3em 0 4em;
    background: url(../images//home/footerback01.jpg) no-repeat top left;
    background-size: cover;
}

footer>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer div nav {
    padding-top: 3em;
}

footer div nav,
footer div>.footer_info {
    width: 25%;
    margin: 0 auto;
}

footer .footer_title h2 {
    width: 100%;
    font-size: 2.4em;
    margin-bottom: 3em;
}

footer nav ul li {
    list-style: none;
    font-weight: bold;
}

footer nav ul li a,
footer .footer_info:first-of-type a,
footer .footer_info:first-of-type a p {
    text-decoration: none;
    color: #333333;
    line-height: 2em;
}

footer nav ul li a:hover {
    color: black;
    transition: all 0.5s ease;

}

footer div .footer_info {
    line-height: 2em;
}

footer div .footer_info h3 {
    line-height: 3em;
    font-size: 1.5em;
}

footer .footer_info:first-of-type a {
    font-weight: bold;
    font-size: 110%;
}

footer .footer_info:first-of-type a p:hover {
    color: #F22C5A;
    transition: all 0.5s ease;
}

footer>p {
    text-align: center;
    margin: 5em auto 0;
}








/* ------------以下レスポンシブ------------ */

@media (max-width: 820px) {

    header {
        position: relative;
        max-width: 100%;
        align-items: flex-end;
    }

    header h1 {
        width: 70%;
        padding-bottom: 0;
        text-align: center;
        margin-left: 15%;
    }

    .toggle-menu-button {
        display: block;
        width: 15%;
        text-align: center;
        line-height: 0.5em;
        transform: scalex(5);
        padding-bottom: 1em;
    }

    header nav {
        width: 100%;
        height: 0em;
    }

    header nav ul {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        width: 100%;
    }

    header nav ul li {
        width: 100%;
        text-align: center;
        background-color: #91afbbC4;
        height: 0;
        overflow: hidden;
        transition: all 0.7s ease;
        padding: 0;
    }

    header nav ul li:hover {
        background-color: #91afbb;
        border-bottom: none;
    }

    header nav ul li a {
        display: block;
        width: 100%;
        padding: 0.5em;
        height: 3.2em;
    }

    header .open ul li {
        display: block;
        height: 3.2em;
        z-index: 100;
    }



    /* ---------------ここからレスポンシブindex.htmlメイン--------------- */

    #keyvisual {
        background-position: center center;
        height: 32vh;
    }

    .top001 {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .top001 section {
        width: fit-content;
        margin: 0 3% 0 auto;
        padding: 1em 0;
    }

    #index_main .top001 section h2,
    #index_main .top001 section p {
        color: black;
    }

    #index_main .top001 section h2 {
        font-size: 1.5em;
        margin-bottom: 0.1em;
    }

    #index_main .top001 section p {
        font-size: 0.8em;
    }

    .contain01 {
        margin: 5em auto 7em;
    }

    /* #index_main .contain01:nth-child(2) {
        margin-top: 11em;
    } */

    .contain01 div {
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }

    .contain01 div img {
        width: 100%;
    }

    .contain01 .containnonaka {
        width: 100%;
        margin: 2em auto;
    }

    .contain01 .containnonaka h3 {

        width: 83%;
        margin: 0 auto;
    }

    .contain01 .containnonaka div p {
        width: 100%;
        line-height: 1.5em;
        font-size: 1em;
    }

    #index_staff,
    #news {
        margin: 11em 0 3em;
    }

    #index_staff h4,
    #news h4,
    #re_access h4 {
        padding: 1em 0;
    }

    #index_staff h4::after,
    #news h4::after,
    #hrstyle h3::after,
    #re_access h4::after {
        width: 1.5em;
        margin: 1em auto 0;
    }

    #staff {
        width: 100%;
        max-width: 100%;
        display: block;
        padding-bottom: 3em;
    }

    #staff div {
        width: 100%;
        line-height: 1.5em;
        margin-bottom: 5em;
    }

    #staff div dl {
        width: 85%;
        text-align: center;
        font-size: 0.9em;
    }

    /* #news ,#news h4 ,
    #news h4::after,#news div section img,
    #news div section h5,#news div section p,
    は#staffらへんに記載 */

    #news div {
        display: block;
    }

    #news div section {
        width: 100%;
        margin-bottom: 5em;
        line-height: 1.5em;
    }

    /* ---------------ここまでレスポンシブindexメイン ---------------*/
    /* ---------------ここからレスポンシブconceptメイン--------------- */
    #concept_main h2 {
        padding: 3em;
        background-size: cover;
    }

    .line {
        background-image: url(../images/concept/concept_line.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    #concept_main .line>p {
        width: 90%;
        padding: 5em 2em 0 5em;
        text-align: left;
        line-height: 2em;
        font-size: 0.9em;
    }

    .line>.contain01 {
        flex-direction: column-reverse;
    }

    #concept_main .line>.contain01 .containnonaka {
        line-height: 2em;
        padding: 0;
        font-size: 0.8em;
    }

    #concept_main>.how {
        margin: 0 auto;
    }

    #concept_main>.how>img {
        display: block;
        width: 100vh;
        /* height: 25vh; */
        margin: 3em auto;
        max-width: 100vw;
    }

    #concept_main>.how>h3 {
        font-size: 1em;
        background-position: right 1em center;
        background-size: 24%;
        padding: 5em;
    }

    #concept_main .how div {
        margin: 7em auto 11em;
    }

    #concept_main .how div a {
        transform: scale(2.4);
    }

    /* //ふわっと なし*/
    .fadein {
        opacity: 1;
    }

    /*--------------- ここまでレスポンシブconceptメイン--------------- */
    /*--------------- ここからレスポンシブmenuメイン--------------- */
    #menu_main h2 {
        padding: 3em;
        background-size: cover;
        background-position: right 18% bottom;
    }

    #menu_wrap {
        display: block;
        margin: 8em auto;
    }

    #menubox {
        width: 90%;
        margin: 0 auto;
    }

    .menuttl {
        width: 40%;
        font-size: 0.9em;
    }

    .menuttl>span {
        font-size: 0.5em;
    }

    .hr {
        width: 35%;
    }

    #hrstyle h3 {
        margin: 5em auto;
        text-align: center;
    }

    #hrstyle>div {
        width: 100%;
        background-color: #91afbb8c;
        margin: 11rem 0;
    }

    .item-list {
        width: 65%;
        max-width: 65%;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1em;
        row-gap: 1em;
    }

    /* ---------------ここまでレスポンシブmenuメイン---------------*/
    /* ---------------ここからレスポンシブreserveメイン--------------- */
    #reserve_main h2 {
        padding: 3em;
        background-size: cover;
    }

    #reserve_main>.contain01 div:nth-of-type(2) {
        order: -1;
    }

    #reserve_main>.contain01 .containnonaka p:nth-of-type(2),
    #reserve_main>.contain01 .containnonaka a {
        width: 80%;
        margin: 1em auto 1em;
        padding: 1em 2em;
        font-size: 1em;
    }

    #re_form {
        padding: 0 0 5em 0;
    }

    #re_form form {
        width: 100%;
        margin: 5em 0;
        padding: 2em;
        background-position: right bottom;
    }

    .confirm-text {
        padding: 0 2em;
    }

    #re_access h4 {
        background-position: right 3em center;
        background-size: 32%;
    }

    #access {
        display: block;
    }

    #access div {
        width: 100%;
        margin: 0 auto 3em;
    }


    #access div p {
        width: 90%;
        font-size: 0.9em;
    }

    #map {
        padding: 0 0 5em;
    }

    /* ---------------ここまでレスポンシブreserveメイン ---------------*/
    /* //////ここから共通レスポンシブreserveボタン////// */
    article a {

        width: 65%;
        height: 5em;
        padding: 2em 3em 3em;
        box-shadow: 0.5em 0.5em 0 #d9c69b;
        font-size: 1em;
    }

    #concept_re a {

        background-image: url(../images/concept/reserve02.jpg);
        background-size: 150%;
        background-position: right bottom 15%;
    }

    #menu_re a {
        background-image: url(../images/menu/reserve03.jpg);
        background-size: 110%;
        background-position: left top;
    }

    /* /////ここまでレスポンシブ共通予約ボタン///// */
    /* ///main/concept//レスポンシブリンクボタン・ホバーしたら異なるimg///// */
    .containnonaka div a img {

        width: 80%;
        margin: 0 auto;
    }

    .img_2 {
        position: absolute;
        top: 0;
        left: 10%;
    }

    .how div a .img_2 {
        left: 0;
    }

    /* ///main/concept//ここまでレスポンシブリンクボタン・ホバーしたら異なるimg */
    /* ここからレスポンシブfooter */
    footer {
        background-position: left center;
        padding: 3em 0;
    }

    footer>div {
        display: block;
    }

    footer div nav {
        padding-top: 0;
    }

    footer div nav ul li {
        margin: 1em auto;
    }

    footer div nav,
    footer div>.footer_info {
        width: 100%;
        text-align: center;
        margin: 3em auto;
    }

    footer .footer_title h2 {
        text-align: center;
        margin-bottom: 1em;
    }

    .footer_info a p {
        padding: 1em;
        background-image: url(../images/insta.svg);
        background-repeat: no-repeat;
        background-size: 5%;
        background-position: left 35% center;
    }



}

/* ここまでレスポンシブ */