@charset "utf-8";

#vdbanner{
width:0;
height:0;
}
/* -----リセットCSS----- */
*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

table,
tr,
th {
    border: none;
    font-family: sans-serif;
    font-weight: normal;
}

table {
    font-family: sans-serif;
    font-weight: 100;
    width: 50vw;
    height: auto;
}

th {
    text-align: left;
    padding-left: 40px;
    line-height: 2;
}

/* -----headerここから------ */
h1 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 25px 90px 20px 90px;
    transition: transform 0.3s ease;
}

h1:hover{
    transform: scale(1.05);
}

header {
    display: flex;
    justify-content: space-between;
}

header ul {
    display: flex;
    justify-content: space-around;
}

header li {
    font-size: 16px;
    padding: 40px 30px;
    transition: transform 0.3s ease;
}

header li:hover{
    transform: scale(1.2);
}

header li:last-child {
    padding-right: 60px;
}

header li img {
    width: 25px;
    transition: transform 0.3s ease;
}
header li img:hover{
    transform: scale(1.1);
}

/* -----ここからmain----- */

.h2{
    width: 100%;
    background-image: url(../img/background/menupage_3.png);
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    flex-direction: column;
    text-align:center;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);;
}

h2 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 50px;
}

/* -----takeoutとeatin----- */

.menu-intro{
    max-width: 1200px;
    height: 350px;
    display: flex;
    justify-content: space-around;
    margin: 60px auto;
}
.border p,
.border2 p{
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
}

.border {
    font-size: 16px;
    padding: 20px;
    position: relative;
    display: inline-block;
}

.border::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    /* 厳密に中央に調整 */
    left: 100%;
    /* タイトルの右端からスタート */
    margin-left: 0;
    /* タイトルと線の間隔 */
    width: 50%;
    /* 線の長さ（レスポンシブ） */
    height: 0.8px;
    background-color: black;
    width: calc(50vw - 100% - 25%);
    /* タイトル幅を引いた分のスペースに線を引く */
    z-index: 1;
    max-width: 350px;
}

.border2 {
    font-size: 16px;
    padding: 20px;
    position: relative;
    display: inline-block;
}

.border2::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    /* 厳密に中央に調整 */
    left: 100%;
    /* タイトルの右端からスタート */
    margin-left: 0;
    /* タイトルと線の間隔 */
    width: 50%;
    /* 線の長さ（レスポンシブ） */
    height: 0.8px;
    background-color: black;
    width: calc(50vw - 100% - 25%);
    /* タイトル幅を引いた分のスペースに線を引く */
    z-index: 1;
    max-width: 400px;
}

.takeout{
    max-width: 600px;
    margin: 50px 0;
}

.eatin{
    max-width: 600px;
    margin: 50px 0;
}
.kinds{
    width: 430px;
    margin-left: 120px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 2;
}

span{
    color: red;
}

/* -----ここからrecomend----- */

.wrap{
    width: 100%;
    background-color: #dfdfdf;
    padding: 80px 0;
}

.recomend-1,
.recomend-3{
    max-width: 1200px;
    margin: 100px auto;
}

.recomend-2{
    max-width: 1200px;
    background-color: #dfdfdf;
    margin: 20px auto;
}

.banhmi-main,
.pho-main,
.drink-main{
    display: flex;
    justify-content: space-around
}

.banhmi-main img,
.pho-main img,
.drink-main img{
    width: calc(100% - 600px);
    object-fit: contain; 
}

.banhmi-text,
.pho-text,
.drink-text{
    width: 600px;
    padding-left: 40px;
    height: auto;
}

.banhmi-text p,
.pho-text p,
.drink-text p{
    color: gray;
    font-weight: bold;
}

.banhmi-text dl dt,
.pho-text dl dt,
.drink-text dl dt{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}

.banhmi-text dl dd,
.pho-text dl dd,
.drink-text dl dd{
    font-size: 16px;
    line-height: 1.8;
}

.banhmi-sub,
.drink-sub{
    height: 500px;
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.pho-sub{
    height: 500px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.sub{
    margin: 40px auto;
}

.sub:first-child{
    margin: 40px 40px 40px 0;
}

.sub:last-child{
    margin: 40px 0 40px 40px;
}

.sub img{
    width: 450vw;
}

.subp {
    padding: 5px 0;
    text-align: right;
    font-size: 14px;
    color: darkslategrey;
}

.subdt {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.subdd {
    line-height: 1.8;
}

/* -----囲み文字----- */

.another{
    margin: 0 auto 120px auto;
    text-align: center;
    max-width: 700px;
    padding: 10px;
    font-size: 16px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 50px;
  }

/* -----ここからslider----- */

.slider-track {
    max-width: 100%;

}

.slider-track {
    display: flex;
    animation: scroll-left 20s linear infinite;
}

.slider-track img {
    width: 200px;  /* 各画像の幅 */
    height: auto;
    margin-right: 0; /* 画像間のスペース */
}

@keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}

/* -----ここからfooter----- */

footer{
    height: 375px;
    background-color: #476148;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footerlogo{
    color: #ffffff;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 35px 80px;
    transition: transform 0.3s ease;
}

.footerlogo:hover{
    transform: scale(1.05);
}
.footer ul {
    display: flex;
    justify-content: space-around;
}

.footer li {
    color: #ffffff;
    font-size: 16px;
    padding: 50px 30px 40px 30px;
    transition: transform 0.3s ease;
}

.footer li:hover{
    transform: scale(1.2);
}

.footer li:last-child {
    padding-right: 60px;
}

.footer li img {
    width: 25px;
    transition: transform 0.3s ease;
}

.footer li img:hover{
    transform: scale(1.1);
}

.footertr {
    color: #ffffff
}

.footertable{
    margin-left:40px;
}
.copyright{
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
}