@charset "UTF-8" ;

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Kiwi Maru", serif;
    background-image: url(../images/index-bgimg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*header*/
header {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: rgba(140,119,76,0.5);
    z-index: 100;
}

header h1 {
    display: block;
    font-family: "Yuji Boku", serif;
    width: 40%;
    font-size: 4.5vw;
    margin: 0 1%;
}

header h1 img {
    width:40%;
    margin-right: 4%;
} 

header ul {
    display: flex;
    width: 55%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: 1%;
}

header li {
    width: calc(100%/5);
    font-size: 1.3vw;
    text-align: center;
    list-style-type: none;
    padding: 1.5%;
    margin-left: auto;
}

header li a:hover {
    transform: scale(1.1,1.1);
    transition: 0.5s;
}

header li a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}

/*main*/
main {
    background-image: url(../images/mainvisual.jpg);
    background-size: 100% 50vw;
    background-repeat: no-repeat;
}

/*ﾒｲﾝﾋﾞｼﾞｭｱﾙ*/
.main-vis-box { /*親*/
    position: relative;
    top: 10vw;
    width: 100%;
    height: 50vw;
    margin-bottom: 10%;
}

.main-vis2 { /*子*/
    width: 36%;
    position: absolute;
    top: 8vw;
    left: 30vw;
    padding: 2vw;
}

/*当店について*/
.about-box {
    display: flex;
    width: 80%;
    height: 35vw;
    margin: 0 auto;
    padding: 5%;
    position: relative;
    margin-bottom: 10%;
}


.about1 {
    width: 20%;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 2.5;
    padding-right: 6%;
}

.about1 p:nth-child(2) {
    text-indent: 3.5em;
}

.about2 {
    width: 60%;
}

.about2 img {
    display: block;
    width: 70%;
    border-radius: 2vw;
    margin: 5% auto;
    box-shadow: 3vw, 3vw, 0, 3vw,rgb(39, 39, 39) ;  
}

.about2 h2 {
    width: 13vw;
    color: #fff;
    font-size: 1.5vw;
    text-align: center;
    padding: 0.5vw 2vw;
    background-color: rgb(140,119,76);
    border-radius: 1.25vw;
    margin: 0 auto;
}

.about3 {
    width: 20%;
    writing-mode: vertical-rl;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 2.5;
    padding-right: 4%;
}

.about3 p:nth-child(2) {
    text-indent: 6em;
}

.about3 p:nth-child(2) span {
    font-family: "Yuji Boku", serif;
    font-size: 2.5vw;
    letter-spacing: 0.4em;
}

/*menu*/
.menu {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15%;
}

.menu h2 {
    font-size: 3.5vw;
    color: rgb(140,119,76);
    text-align: center;
    line-height: 2.0;
    margin-bottom: 2%;
}
.menu p {
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.4em;
    line-height: 2.5;
    text-align: center;
}

.menu-button img:hover {
    transform: scale(1.2,1.2);
    transition: 0.5s;
}

.menu-button img {
    width: 20%;
    display: block;
    margin: 2% auto 0 auto;
    transition: 0.5s;
}

.menu-button p {
    display: block;
    font-size: 1.5vw;
    letter-spacing: -0.1em;
    border-radius: 3vw;
    background-color: rgb(140,119,76);
    width: 25vw;
    margin: 0 auto;
    transition: 0.5s;
}

.menu-button p:hover {
    background-color: rgba(140, 119, 76, 0.666);
    transition: 0.5s;
}

.menu-button p a {
    text-decoration: none;
    color: #fff;
}

/*おしらせ*/
.info-box1 {
    width: 80%;
    margin: 10% auto 10% auto;
}

.info-box1 h2 {
    font-size: 3.5vw;
    color: rgb(140,119,76);
    text-align: center;
    line-height: 2.0;
    margin-bottom: 3%;
}

.info-box2 {
    background-color: #fff;
    border-radius: 3vw;
    box-shadow: 0.5vw 0.5vw 0 0 rgba(140,119,76,0.2);
    padding: 5%;
}

.info-box2 h3 {
    font-size: 1.8vw;
    margin-bottom: 2%;
}

.info-box2 p{
    display: block;
    color: rgb(140,119,76);
    font-size: 1.5vw;
    letter-spacing: 0.2em;
    width: 90%;
    margin-left: auto;
    margin-bottom: 5%;
}

/*アクセス*/
.access-flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.access-box {
    padding: 5% 0;
    background-color: white;
}

.access-box h2 {
    font-size: 3.5vw;
    color: rgb(140,119,76);
    text-align: center;
    line-height: 2.0;
    margin-bottom: 3%;
}

.access-childflex {
    margin-top: 5%;
}

.access-childflex address {
    font-style: normal;
}

.access-flex h4 {
    font-size: 1.3vw;
    width: 10vw;
}

.access-flex p {
    font-size: 1.3vw;
    width: 30vw;
}

.address-flex1,.address-flex2,.address-flex3,.address-flex4 {
    display: flex;
    margin-bottom: 3%;
}

.address-flex1 address {
    font-size: 1.3vw;
}

.address-flex2 span:nth-child(1) {
    letter-spacing: 0.1em;
}

.address-flex2 span:nth-child(2) {
    font-size: 1.2vw;
    margin-left: 1vw;
}

.address-flex4 {
    width: 70%;
    background-color: #fff;
    padding: 3% 5%;
    margin-top: 15%;
    border: 0.15vw solid rgb(140,119,76);
    border-radius: 0.5vw;
}

.address-flex4 address {
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-left: auto;
}

.access-flex iframe {
    height: 30vw;
    margin: 0 auto;
}

/*フッター*/
footer {
    background-color: rgb(140,119,76);
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    
}

footer ul {
    display: flex;
    width: 50%;
    margin: 0 auto 2% auto;
    justify-content: space-between;
}

footer ul li {
    width: calc(100%4);
    padding: 2%;
    list-style-type: none;
}

footer ul li a {
    display: block;
    font-size: 1.2vw;
    color: #fff;
    text-decoration: none;
}

footer p {
    font-size: 1.0vw;
    text-align: center;
}
