@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Sawarabi+Mincho&display=swap');


*{
    font-family: 'Sawarabi Mincho', serif;
}


body {
    background-image: url(../images2/background2.jpg);
    background-size: cover;
    color: black;
    line-height: 1;
}

.wrapper{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


img {
    max-width: 100%;
    height: auto;
}

/* headerはここから */
header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
h1{
    margin: 40px auto;
    text-align: center;
}

h2,h3 {
    font-size: 30px;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 2px dotted;
    margin-bottom: 30px;
}

/* mainはここから */
#enkai {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.enkai-info {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#enkai .enkai-inner {
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
}


#enkai p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5;
    margin-bottom: 30px;
    align-items: center;
}

#enkai span a {
    font-size: 16px;
    font-weight: normal;
    background-color:#ededed;
    margin: 20px;
    padding: 15px 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(36, 34, 35);
    color: #242223;
    border-image: initial;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

#enkai span a:hover {
    background-color: rgb(36, 34, 35);
    color: rgb(245, 243, 233);
}

#enkai img {
    opacity: 0.7;
}

hr {
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}


/* kaisekiここから */
#kaiseki {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.kaiseki-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.kaiseki-inner .kaiseki-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


#kaiseki h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}

table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* nabeここから */
#nabe {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    margin-bottom: 60px;
}

.nabe-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.nabe-inner .nabe-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


#nabe h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}

table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* seiroここから */
#seiro {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.seiro-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.seiro-inner .seiro-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


#seiro h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}

table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* morizaraここから */
#morizara {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    margin-bottom: 60px;
}

.morizara-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.morizara-inner .morizara-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#morizara h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}
table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* sushiここから */
#sushi {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.sushi-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.sushi-inner .sushi-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#sushi h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}
table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* otukuriここから */
#otukuri {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    margin-bottom: 60px;
}

.otukuri-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.otukuri-inner .otukuri-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#otukuri h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}
table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* bbqここから */
#bbq {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.bbq-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.bbq-inner .bbq-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


#bbq h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}
table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

hr{
    border: none;
    border-top: solid 1px #656565;
    max-width: 1100px;
}

/* giftここから */
#gift {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    margin-bottom: 80px;
}

.gift-inner{
    margin: 30px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.gift-inner .gift-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#gift h4{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.0;
}
table {
    width: 100%;
    line-height: 2.0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 9px;
}

table td {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding: 10px 10px 9px;
}

.arrow{
    position: fixed;
    right: 20px;
    bottom: 20px;
}


/* footerここから */
footer{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

footer p{
    text-align: center;
    margin: 30px 0;
}

footer a {
    color: #242223;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: .7;
}

/* responsive */
@media only screen and (max-width:900px){
    body{
        width: 100%;
    }
    .main-v img{
        width: 100%;
    }
    img{
        max-width: 900px;
    }
    h1{
        width: 70%;
    }
    .enkai-info ,#kaiseki ,#nabe ,#seiro ,#morizara ,#sushi ,#otukuri ,#bbq ,#gift{
        display: block;
    }

    .enkai1{
        margin-top: 40px;
    }
    .enkai-inner{
        margin-bottom: 30px;
    }

    img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    h1{
        width: 60%;
    }
}

@media only screen and (max-width:450px){
    body{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    

    img{
        width: 80%;
    }

    h1{
        width: 60%;
    }
    
    #teisyoku{
        display: block;
    }
    
    .enkai-info ,#kaiseki ,#nabe ,#seiro ,#morizara ,#sushi ,#otukuri ,#bbq ,#gift{
        display: block;
    }
    img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .kaiseki-inner ,.nabe-inner ,.seiro-inner ,.morizara-inner ,.sushi-inner ,.otukuri-inner ,.bbq-inner ,.gift-inner{
        margin: 0;
    }

    .enkai1{
        margin-top: 40px;
    }

    .arrow{
        position: fixed;
        width: 30px;
        right: 20px;
        bottom: 20px;
    }
    
}