@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;
}

/* -----headerここから------ */
h1 {
    background-image: url(../img/background/green_2.jpg);
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 25px 90px 20px 90px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

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ここから----- */

.back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #476148;
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    transition: opacity 0.3s;
    z-index: 1000;
}

.back-to-top:hover {
    opacity: 1;
}

.slider {
    width: 80vw;
    height: auto;
    left: 0; 
}

.side {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* -----scrollここから----- */

.scroll {
    width: 20vw;
    height: 30vw;
    position: relative;
    /* 疑似要素の基準 */
    z-index: 1;
}

.scrollimg {
    display: block;
    margin: 40% auto 20% auto;
}

.scroll::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dfdfdf;
    z-index: -1;
    /* 背景として後ろに回す */
}
/* -----underbarここから----- */

.underbar ul {
    background-color: #476148;
    display: flex;
    max-width: 100%;
    padding: 10px;
}

.underbar ul li img {
    background-repeat: none;
    width: 25px;
    transition: transform 0.3s ease;
}
.underbar ul li img:hover{
    transform: scale(1.1)

}

.underbar ul li {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 10px;
}

.underbar ul li:last-child {
    padding-left: 60px;
}

/* -----Aboutページ----- */

.about {
    background-color: #dfdfdf;
    position: relative;
    height: 2200px;
}

.h2 {
    background-color: #dfdfdf;
}

h2 {
    background-color: #dfdfdf;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 80px 60px 80px 90px;
    position: relative;
    display: inline-block;
}

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

.kidorazu {
    background-color: #dfdfdf;
    display: flex;
}

.kidorazudl {
    position: absolute;
    width: 60vw;
    height: auto;
    top: 5%;
    left: 45%;
}

dt {
    font-size: 24px;
    padding: 10px 0;
}

dd {
    font-size: 16px;
    line-height: 2.5;
}

.inside_11 {
    width: 30vw;
    max-width: 470px;
    height: auto;
    margin: 0 85px;

}

.leaf_2 {
    position: absolute;
    width: 7vw;
    right: 0;
    top: 16%;
}

.inside_13 {
    position: absolute;
    width: 28vw;
    max-width: 440px;
    height: auto;
    left: 60%;
    top: 22%;
}

.hitoiki {
    background-color: #dfdfdf;
    display: flex;
}

.hitoikidl {
    position: absolute;
    width: 60vw;
    height: auto;
    top: 34%;
    left: 12%;
}

.person_1 {
    position: absolute;
    width: 47vw;
    max-width:740px ;
    height: auto;
    top: 52%;
    left: 0%;
}

.tada {
    background-color: #dfdfdf;
    display: flex;
}

.tadadl {
    position: absolute;
    width: 60vw;
    height: auto;
    top: 58%;
    left: 56%;
}

.banhmi_4 {
    position: absolute;
    width: 38vw;
    max-width: 570px;
    height: auto;
    top: 78%;
    left: 28%;
}

.cafelatte {
    position: absolute;
    width: 21vw;
    max-width: 350px;
    height: auto;
    top: 73%;
    left: 74%;
}

/* -----Newsここから----- */

.news {
    height: 500px;
    display: flex;
    justify-content: space-between;
    margin: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}

h3 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 80px 60px 80px 90px;
    position: relative;
    display: inline-block;
}

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

.news1,
.news2,
.news3 {
    padding: 20px 20px;
    width: 450vw;
    transition: transform 0.3s ease;
}
.news1:hover,
.news2:hover,
.news3:hover{
    transform: scale(1.05);
}

.newsp {
    padding: 5px 0;
    text-align: right;
}

.newsdt {
    font-size: 20px;
}

.newsdd {
    line-height: 2;
}

.viewmore {
    width: 10vw;
    height: auto;
    display: block;
    margin: 6% auto 0 auto;
    transition: transform 0.3s ease;
}
.viewmore:hover{
    transform: scale(1.1);
}

/* -----Accessここから----- */

.access {
    height: 600px;
    display: flex;
    justify-content: space-around;
    margin: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}

h4 {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 80px 60px 80px 90px;
    position: relative;
    display: inline-block;
}

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

.access {
    height: 400px;
    display: flex;
    justify-content: space-around;
}

iframe {
    width: 50vw;
    height: auto;
    padding: 10px;
    max-width: 700px;
    transition: transform 0.3s ease;
}

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

th img{
    transition: transform 0.3s ease;
}

th img:hover{
    transform: scale(1.2);
}

.accessmap {
    width: 70vw;
    display: block;
    margin: 0 auto;
    padding: 80px 0 10px 0;
    height: auto;
}

.table{
    max-width: 700px;
}

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

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

th img {
    width: 20px;
    margin: 0 0 0 45px;
}

.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% - 20%);
    /* タイトル幅を引いた分のスペースに線を引く */
    z-index: 1;
    max-width: 500px;
}

.viewmore2 {
    width: 10vw;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 0 50px 0;
    transition: transform 0.3s ease;
}
.viewmore2:hover{
    transform: scale(1.1);
}

/* -----ここからmenuページ----- */

.menu-index{
    background-color: #dfdfdf;
}

.menu {
    background-color: #dfdfdf;
    position: relative;
    height: 1100px;
    overflow: auto;
    max-width: 1300px;
    margin: 0 auto;
}

.h5 {
    background-color: #dfdfdf;
}

h5 {
    background-color: #dfdfdf;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 300;
    padding: 80px 60px 80px 90px;
    position: relative;
    display: inline-block;
}

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

.takeoutdl,
.eatindl {
    text-align: center;
    padding: 0 0 30px 0;
}

.takeoutdt,
.eatindt {
    padding: 0 0 30px 0;
}

.menuul {
    display: flex;
    justify-content: space-around;
}

.menuul li img {
    width: 100vw;
    height: 100%;
    padding: 10px;
}

.eatin {
    margin: 50px;
}

.takeout {
    margin: 0 50px 50px 50px;
}

.viewmore3 {
    width: 10vw;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 0 50px 0;
    transition: transform 0.3s ease;
}
.viewmore3:hover{
    transform: scale(1.1);
}

/* -----ここから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;
}

/* ーーーーーーレスポンシブ！！！ーーーーーー */

@media(max-width:428px){
    h1{
        font-size: 28px;
    }
}