@charset "utf-8";

html {
    font-size: 20px;
}

body {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: lightgray;
}

/* ヘッダー タブ*/
#header1 {
    display: none;
}
#header2 {
    position: relative;
    display: block;
    background: url(../IMAGE/wood.jpg);
    padding: 10px 70px 0;
    text-align: center;
    height: 16vw;
    max-width: 1300px;
    max-height: 230px;
    margin: 0 auto;
}

.flex-image {
    position: relative;
}

.miyosino_logo-main {
    position: absolute;
    width: 40%;
    top: 28%;
    right: 30%;
}

.chochin-1 {
    position: absolute;
    width: 10%;
    top: 0%;
    right: 90%;
    z-index: 100;
}

.chochin-2 {
    position: absolute;
    width: 10%;
    top: 0%;
    right: 0%;
    z-index: 100;
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.tab-link {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.tab-logo {
    width: 50%;
    margin: 0 0 0 5%;
}

.vertical-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: clamp(20px, 2.4vw, 36px);
    
    font-weight: 500;
    writing-mode: vertical-rl;
    text-align: right;
}

.tab-link.active .vertical-text {
    color: red;
}

.tab-content {
    display: none;
    padding: 0 0 3%;
}

.tab-content.active {
    display: block;
}


/* 文字 */
h1 {
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    margin: 5% 0;
    text-align: center;
}

h2 {
    font-size: 1.75rem;
    line-height: calc(1.75rem * 1.5);
    margin: 2% 0;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    line-height: calc(1.5rem * 1.5);
    margin: 2% 0;
    text-align: center;
}

h4 {
    font-size: 1.25rem;
    line-height: calc(1.25rem * 1.5);
    margin: 2% 0;
    text-align: center;
}

p {
    font-size: 1rem;
    line-height: calc(1rem * 1.5);
    margin: 2% 0;
    text-align: justify;
}

/* その他 */
strong {
    color: red;
}

img {
    margin: 0 auto;
    width: 100%;
}

button {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    color: #333;
}

.space1 {
    padding: 5%;
}


/* メイン */
main {
    padding: 0 0 1%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9)), url(../IMAGE/wood.jpg);
    max-width: 1440px;
    margin: 0 auto;
}

/* 店舗紹介 */
#tab1 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 150px 20px;
}

#tab1 table th {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    border-radius: 10px;
    padding: 10px 0;
    background: url(../IMAGE/wood.jpg);
}

#tab1 table td {
    text-align: justify;
    width: 50%;
    padding: 10px 5%;
    border-bottom: solid 2px peru;
}

#tab1 button {
    background-color: navy;
    color: #fff;
    border-radius: 10px;
    padding: 1%;
    margin: 3% 18% 3%;
    font-weight: 500;
    width: 30%;
}

#tab1 p {
    margin: 3% 20%;
}

#odenmap {
    width: 70%;
    margin: 0 15%;
}


/* 料理 */
#tab2 p {
    margin: 3% 5%;
}

.image-container {
    position: relative;
}

.image-flex {
    display: flex;
    gap: 10px;
}

.image-flex img{
    width: 45%;
}

/* .image-flex img {
    width: 70%;
    margin: 0 15%;
} */


#tab2 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 25px 20px;
}

#tab2 table th {
    text-align: center;
    vertical-align: middle;
    width: 25%;
    border-bottom: solid 3px peru;
    padding: 1%;

}

#tab2 table td {
    text-align: justify;
    padding: 1%;
    width: 60%;
}

#tab2 h4 {
    text-align: center;
    margin: 0 2%;
}

/* おでん */
.oden-container{
    overflow: hidden;
    padding: 5% 20%;
}



#oden-logo {
    position: absolute;
    width: 100%;
    top: -13%;
    right: -34%;
    z-index: 100;
}

#oden-txt {
    position: absolute;
    width: 100%;
    top: 71%;
    right: -3%;
    z-index: 100;
}

#oden-txt2 {
    position: absolute;
    width: 100%;
    top: -2%;
    right: 23%;
    z-index: 100;
}

/* 刺身 */
.sasimi-container{
    overflow: hidden;
    padding: 5% 20%;
}

#sasimi-logo {
    position: absolute;
    width: 100%;
    top: -2%;
    right: 42%;
    z-index: 100;
}

#sasimi-txt {
    position: absolute;
    width: 100%;
    top: 79%;
    right: 0%;
    z-index: 100;
}

/* #katuo {
    position: absolute;
    width: 50%;
    top: 71%;
    right: 47%;
    z-index: 100;
} */

#katuo {
    width: 70%;
    margin: 0 15%;
}





/* 一品 */
.ippin-container {
    overflow: hidden;
    padding: 5% 20%;
}

#ippin-logo {
    width: 70%;
    margin: 0 15% 5%;
}






/* 飲み物 */
.drink-container {
    overflow: hidden;
    padding: 5% 20%;
}

#drink-logo {
    width: 70%;
    margin: 0 15% 5%;
}

.drink-container p {
    text-align: center;
    border-bottom: solid 2px peru;
    width: 30%;
    margin: 0 0 0 55%;
    padding: 2%;
}








/* よくある質問 */
#tab3 h4 {
    background-color: navy;
    color: #fff;
    text-align: left;
    border-left: 5px solid red;
    border-radius: 0px 10px 10px 0px;
    margin: 4% 10% 0;
    padding: 1%;
}



#tab3 p {
    margin: 3% 13%;
}


/* おでん街の歴史 */

#tab4 p {
    margin: 3% 13%;
}


