@charset "utf-8";


 /* News about image
 * --------------------------------------- */
 
/* News,about 画像場所 */
.image {
    width: 850px;
    margin: auto;
}
 /* News,about 画像大きさ */
.news-image img, .news02-image img {
    width: 100%;
}
 /* News,about 画像 アニメーション */
.news-image img {
    animation-name: hero-image;
    animation-duration: 2s;
    animation-delay: 0.8s;
}
 /* アイコン場所 */
.icon {
    width: 110px;
    position: relative;
    margin: auto;
    left: 430px;
    top: -35px;
}
 /* アイコン大きさ */
.icon img {
    width: 100%;
    position: absolute;
}
 /* アイコン アニメーション */
.icon img {
    animation-name: icon;
    animation-duration: 2s;
    animation-delay: 1.4s;
    z-index: 90;
}

@media screen and (min-width:764px) and (max-width:1300px)  {
    /* News,about 画像場所 */
    .image {
        width: 650px;
    }
    /* アイコン場所 */
    .icon {
        width: 80px;
        left: 340px;
        top: -25px;
    }
}
@media screen and (max-width:764px) {
    /* News,about 画像場所 */
    .image {
        width: 76vw;
    }
    /* アイコン場所 */
    .icon {
        width: 12vw;
        left: 39vw;
        top: -3.5vw;
    }
}


 /* Block
 * --------------------------------------- */
 /* news,about,concept,access,bento,resrvation 全体位置*/
 #news, #about, #concept, #access, #bento, #reservation {
    width: 80%;
    margin-left: 20%;
    padding-bottom: 300px;
}
 /* 「〇〇」の文字フォント */
.sub-tittle {
    font-size: 36px;
    text-align: center;
    margin-top: 30px;
}
 /* 「〇〇」の文字フォント下　文字 */
.info {
    color: black;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    width: 100%;
}
/* 日本語|英語 文字関係 */
.block .left, .block .right {
    width: 400px;
    padding: 20px;
}
/* 日本語|英語 文字部分関係 */
.block {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
 /* 詳細ページボタン */
.botton {
    font-size: 35px;
    text-align: center;
}
 /* ご注文ボタン */
.botton a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
 /* ご注文ボタン */
.botton a::after {
    position: absolute;
    bottom: -5px;
    left: 0px;
    content: '';
    width: 100%;
    height: 1px;
    background:black;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .4s;
}
 /* ご注文ボタン */
.botton a:hover::after {
    transform: scale(1, 1);
}

@media screen and (min-width:764px) and (max-width:1300px)  {
    /* bento01 全体のポジション*/
    #news, #about, #concept, #access, #bento, #reservation {
       width: 100%;
       margin-left: 0%;
    }
     /* お弁当名前/お客様コメント文字大きさ */
     .sub-tittle {
        font-size: 26px;
    }
    /* bento01のメニューの説明 */
    .block .info {
        color: black;
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 24px;
    }
    /* obento01の左側サイズ */
    .block .left, .block .right {
        width: 370px;
        padding: 20px;
    }
    /* ご注文はこちらフォントサイズ */
    .botton {
        font-size: 24px;
    }
     /* 最新ニュース　下余白 */
    .block {
        padding-bottom: 30px;
    }
    /* お弁当 */
    .botton ,.back-home {
        color: white;
        font-size: 25px;
        border: solid 1px black;
        transition: .4s;
        width: 200px;
        margin: auto;
        text-align: center;
        padding: 5px 15px 5px 15px;
    }
     /* ご注文ボタン */
    .botton a::after {
        display: none;
    }
}

@media screen and (max-width:764px) {

    /* bento01 全体のポジション*/
    #news, #about, #concept, #access, #bento, #reservation {
        margin-bottom: 10vw;
        width: 100%;
        margin-left: 0%;
    }
    /* obentoの下ポジション */
    .block {
        display: block;
        justify-content: center;
        width: 80vw;
        margin: auto;
    }
    /* お弁当名前/お客様コメント文字大きさ */
    .sub-tittle {
        font-size: 21px;
        margin-top: 3vw;
        margin-bottom: 1vw;
    }
    /* obento01の左側サイズ */
    .block .left, .block .right {
        width: 100%;
        padding: 0px;
    }
    /* bento01のメニューの説明 */
    .block .info {
        color: black;
        font-size: 14px;
        width: 80vw;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-bottom: 4vw;
        margin: auto;
    }
    /* ご注文はこちらフォントサイズ */
    .botton ,.back-home {
        font-size: 14px;
        color: white;
        border: solid 1px black;
        transition: .4s;
        width: 150px;
        margin: auto;
        text-align: center;
        padding: 5px 15px 5px 15px;
    }
    /* 最新ニュース　下余白 */
    .block {
        padding-bottom: 3vw;
        padding-top: 1vw;
    }
    /* ご注文ボタン */
    .botton a::after {
        display: none;
    }
}


 /* News アーカイブ
 * --------------------------------------- */
 /* bento01 全体のポジション*/
.news02 {
    width: 80%;
    margin-left: 20%;
    justify-content: center;
    padding-bottom: 300px;
    display: flex;
}
.news02 .left, .news02 .right {
    width: 500px;
    padding: 10px;
}
 /* News下タイトル文字*/
.tittle02 {
    font-size: 28px;
    padding: 16px;
    text-align: center;
}
.news02-img {
    width: 400px;
    margin: auto;
}
.news02-img img {
    width: 100%;
}
/* News下文字 */
.info02 {
    width: 80%;
    margin: auto;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}
.read-more02 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

@media screen and (min-width:764px) and (max-width:1300px)  {
   /* news01 全体のポジション*/
   .news02 {
        width: 100%;
        margin: auto;
        margin-left: 0%;
        justify-content: center;
        padding-bottom: 300px;
    }
    .news02-img {
        width: 350px;
        margin: auto;
    }
    .news02 .left, .news02 .right {
        width: 325px;
        padding: 40px;
    }
    /* News下文字 */
    .info02 {
        font-size: 12px;
        line-height: 24px;
        width: 100%;
    }
    .read-more02 {
        padding: 5px 15px 5px 15px;
        margin-top: 15px;
    }
}

@media screen and (max-width:764px)  {
     /* news01 全体のポジション*/
    .news02 {
      width: 100%;
      margin: auto;
      margin-left: 0%;
      justify-content: center;
      padding-bottom: 0px;
      display: block;
    }
    .news02-img {
        width: 76vw;
        margin: auto;
    }
    .news02 .left, .news02 .right {
        width: 80%;
        padding: 0px;
        margin: auto;
        padding-bottom: 20vw;
    }
    /* News下文字 */
    .info02 {
        font-size: 14px;
        line-height: 26px;
        width: 80vw;
        margin: auto;
        text-align: left;
    }
    /* bento01 全体のポジション*/
    .tittle02 {
        font-size: 21px;
        padding: 16px;
        text-align: center;
    }
    .read-more02 {
        font-size: 14px;
        margin-top: 6vw;
        padding: 5px 10px 5px 10px;
    }
}

/* -------------------　※　animation　※　----------------------------- */

/* 最新ニュースタイトル */
.fadeInDown01 {
    animation-delay: 0s;
    z-index: 90;
}
/* 最新ニュース本文 */
.fadeInDown02 {
    animation-delay: 0s;
}
/* 最新ニュースボタン */
.fadeInDown03 {
    animation-delay: 0s;
}
/* アーカイブニュース右 */
.fadeInDown04 {
    animation-delay: 1s;
}
/* アーカイブニュース左 */
.fadeInDown05 {
    animation-delay: 1s;
}

.fadeInDown01,
.fadeInDown02,
.fadeInDown03,
.fadeInDown04,
.fadeInDown05 {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
    -webkit-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    animation-duration:1.5s;
    max-width: 100%;
}

@-webkit-keyframes fadeInDown {
    0% { 
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px); 
    }
    100% { 
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
    }
}

@keyframes fadeInDown {
    0% { 
        opacity: 0;
        filter: blur(3px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px); 
    }
    100% { 
        opacity: 1;
        filter: blur(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); 
    }
}

@media screen and (max-width:764px) {
    .fadeInDown01,
    .fadeInDown02,
    .fadeInDown03,
    .fadeInDown04,
    .fadeInDown05 {
        animation-delay: 0s;
    }
}

/* -------------------　※　news details　※　----------------------------- */

.back-home {
    font-size: 18px;
    text-align: center;
}
.back-home-ja {
    font-size: 14px;
    text-align: center;
}
.back-line {
    width: 120px;
}

@media screen and (max-width:1300px) {
    .back-home-ja ,.back-line {
            display: none;
    }
}
@media screen and (max-width:764px) {
    .back-home {
        font-size: 14px;
        padding: 5px 15px 5px 15px;
    }
}



#map {
    width: 500px; 
    height: 400px;
}
@media screen and (min-width:764px) and (max-width:1300px) {
    #map {
        width: 400px; 
        height: 300px;
    }
}
@media screen and (max-width:764px) {
    #map {
        width: 80vw; 
        height: 50vw;
    }
}


.sign {
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-left: 470px;
    margin-top: -100px;
}

.sign p {
    width: 250px;
    margin: auto;
}

.sign p img {
    width: 100%;
}

@media screen and (min-width:764px) and (max-width:1300px) {
    .sign {
        margin-left: 250px;
    }
}
@media screen and (max-width:764px) {
    .sign {
        width: 70vw;
        margin-left: 27vw;
        margin-top: -10vw;
    }
    .sign p {
        width: 50vw;
    }
}
