@charset "UTF-8";
/* CSS Document */

* {
    /* font-family: "Noto Serif JP", sans-serif; */
    margin: 0;
    padding: 0;
}

.color_yellow {
    color: #ffff18;
}

/*header SP*/
#Index_Header {
    /* background-image: url("../img/TOP_Img.png");
	background-size: cover; */
    position: relative;
}

#Title_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    padding-top: 90px;
}

#Grand_Open_Text_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#Subpage_Title_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin-bottom: 75px;
}

#Header_BusinessHours_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 15px;
}

#Header_Introduction_Text_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin-top: 16px;
}

#Header_BusinessHours_Box {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin: 24px 0;
}

#Header_BusinessHours_Text_Case {
    border-radius: 50%;
    width: 190px;
    height: 190px;
    object-fit: cover;
    /*画像の縦横比を保ったまま領域をカバー */
    background-color: rgba(255, 255, 24, 1);
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    color: black;
}

.BusinessHours {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 2px;
}

#BusinessHours_Text_Date {
    font-weight: bold;
    font-size: 20px;
    margin-left: -30px;
}

.BusinessHours_Text_Text {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.BusinessHours_Text_Decolation {
    transform: rotate(-15deg);
}

#Header_Tel_Btn_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    color: black;
    margin-top: 40px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.Text_Img02 {
    width: 44vw;
    height: auto;
    text-align: center;
}

.Text_Img01 {
    width: 90vw;
    height: auto;
    text-align: center;
}

.Text_Img {
    width: 80vw;
    height: auto;
    text-align: center;
}

.Each_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: auto;
    height: 30px;
    margin: 0 auto;
}

.Contents_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.Under_Line {
    background: linear-gradient(transparent 60%, rgba(255, 255, 24, 0.36) 36%);
}

/*header PC*/

.vegas-overlay {
    background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/06.png)
        center center;
}

#Index_HeaderPC {
    /* background-image: url("../img/TOP_bg.png");
	background-size: cover; */
    position: relative;
}

#Index_HeaderPC_Sub {
    background-image: url("../img/bg.png");
    background-size: cover;
    position: relative;
}

.webp #Subpage_Header {
    background-image: url("../img/WebP/bg.webp");
    background-size: cover;
    position: relative;
}

#Header_Tel_Btn_CasePC {
    width: 4%;
    height: auto;
    position: fixed;
    /* top: 24%;  Tel時   */
    top: 36%;
    right: 0;
    z-index: 40;
}

#Subpage_Header {
    background-image: url("../img/Subpage_Header.png");
    background-size: cover;
}

.webp #Subpage_Header {
    background-image: url("../img/WebP/Subpage_Header.webp");
    background-size: cover;
}

#Title_CasePC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    padding-top: 90px;
}

#Grand_Open_Text_CasePC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#Subpage_Title_CasePC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin-bottom: 75px;
}

#Header_BusinessHours_CasePC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 15px;
}

#Header_Introduction_Text_CasePC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin-top: 30px;
}

#Header_BusinessHours_BoxPC {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    margin-top: 40px;
}

#Header_BusinessHours_Text_CasePC {
    position: absolute;
    left: 4%;
    top: 15%;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    object-fit: cover;
    /*画像の縦横比を保ったまま領域をカバー */
    background-color: rgba(255, 255, 24, 1);
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    color: black;
}

.Text_Img01PC {
    width: 50vw;
    height: auto;
    text-align: center;
}

.BusinessHoursPC {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 2px;
}

#BusinessHours_Text_DatePC {
    font-weight: bold;
    font-size: 10%;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -26px;
}

.BusinessHours_Text_TextPC {
    font-weight: bold;
    margin-bottom: -6px;
    font-size: 24px;
    text-align: center;
}

.Text_Open {
    font-size: 24px;
    font-weight: bold;
}

.BusinessHours_Text_DecolationPC {
    transform: rotate(-15deg);
}

.Text_ImgPC {
    width: 42vw;
    height: auto;
    text-align: center;
}

.Text_ImgPC_Sub {
    width: 44vw;
    height: auto;
    text-align: center;
}

.Each_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: auto;
    height: 4vh;
    margin: 0 auto;
}

.Contents_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*---↓↓↓ハンバーガー↓↓↓----*/
#Hamburger_Menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    width: 68px;
    height: 68px;
    background-color: #ffff18;
    border-bottom-left-radius: 10px;
}

.Ham_Link {
    text-decoration: none;
    color: #191919;
}

.Ham_Link:hover {
    text-decoration: none;
    color: #191919;
}

ul {
    list-style: none;
}

.menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 100;
}

.menu ul li {
    padding: 2em 5em;
    border-bottom: 1px solid rgba(25, 25, 25, 0.5);
}

.menu.open {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.drawers {
    position: absolute;
    right: 0;
    background-color: #fff;
}

.drawer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 70px;
    padding: 0 1em;
}

/* タブレット以下のサイズで表示 */

@media (max-width: 768px) {
    .drawers {
        display: block;
    }

    .drawer {
        height: 60px;
    }
}

.navbar_toggle {
    z-index: 999;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #c88d95;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}

.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

/*ハンバーガーメニューの開閉*/
.Hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.Hamburger span {
    display: block;
    position: absolute;
    width: 31px;
    height: 4px;
    left: 7px;
    background: #191919;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.Hamburger span:nth-child(1) {
    top: 10px;
}

.Hamburger span:nth-child(2) {
    top: 25px;
}

/* ナビ開いてる時のボタン */
.Hamburger.Active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Hamburger.Active span:nth-child(2),
.Hamburger.Active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.GlobalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0px;
    color: #191919;
    background: #fdfcf3;
    text-align: left;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 90%;
    height: 100vh;
    padding-left: 50px;
    padding-bottom: 62px;
}

nav.GlobalMenuSp ul {
    background: #fdfcf3;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.GlobalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fdfcf3;
}

.Ham_PageList_Title img {
    width: 80%;
    height: auto;
}

.Ham_PageList {
    list-style-type: none;
}

.Ham_PageList li {
    margin: 20% 0;
}

.Ham_PageList li::before {
    content: "◆";
    margin-right: 10px;
}

.Ham_PageList li:nth-child(2n + 1):before {
    color: #537C4B;
}

.Ham_PageList li:nth-child(2n):before {
    color: #ffff18;
}

nav.Ham_Nav_Case ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.GlobalMenuSp ul li:hover {
    background: #fdfcf3;
}

nav.GlobalMenuSp ul li:hover {
    background: #fdfcf3;
}

nav.GlobalMenuSp ul li a {
    font-weight: bold;
    color: #191919;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.GlobalMenuSp.Active {
    transform: translateX(0%);
}

/*---↑↑↑ハンバーガー↑↑↑----*/

/*---↓↓↓PC NAV↓↓↓----*/
#PC_Nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

#PC_Nav_Wrap {
    background-color: #ffffffea;
    padding: 4px 80px;
}

#PC_Nav_Logo {
    text-align: center;
}

#PC_Nav_List {
    margin: 20px 0;
}

#PC_Nav_List ul {
    text-align: center;
    justify-content: center;
}

.PC_Nav_Link a {
    font-size: 16px;
    font-weight: bold;
    color: #191919;
    text-decoration: none;
    letter-spacing: 0.12em;
    transition: 0.5s;
}

.PC_Nav_Link a:hover {
    opacity: 0.7;
}

.PC_Nav_Link::before {
    content: "◆";
    margin-right: 10px;
}

.PC_Nav_Link:nth-child(2n + 1):before {
    color: #537C4B;
}

.PC_Nav_Link:nth-child(2n):before {
    color: #ffff18;
}

/*---↑↑↑PC NAV↑↑↑----*/

/*main*/

/*---↓↓↓ニュース↓↓↓----*/

#News_Wrap {
    background-color: #537C4B;
    width: 100%;
    padding: 20px 20px;
}
.News_Wrap {
    background-color: #537C4B;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}
.calWrap {
    width:100%;
    max-width:450px;
    background-color: rgba(255, 255, 255, 0.5);
    padding:10px;
}
.commWrap{
   margin-top:10px;
   padding:5px;
   background-color: #FFE400;
}
.wrapRight{
   padding-right:80px;
}
.wrapLeft{
   padding-left:240px;
   padding-right:30px;
}
#News_Title_Case {
    text-align: center;
    margin: 0 auto 20px;
}

.News_Article_Wrap {
    padding: 20px 0px;
    align-items: center;
}

.News_Article_Wrap:last-of-type {
    padding: 20px 0px 10px;
}

.News_Article_Case {
    width: 100%;
    padding: 0;
}

.News_Contents_Wrap a {
    text-decoration: none;
}

.News_Contents_Wrap a:hover {
}

.News_Article_Box {
    display: flex;
    /* 子要素をflexboxで揃える */
    align-items: center;
}

.News_Article_Date {
    justify-content: flex-start;
    align-items: flex-start;
    color: #ffff18;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.News_Article_Title {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}

.News_Article_Title:hover {
    border-bottom: 1px solid #ffff18;
}

.News_Article_Arrow {
    margin-left: auto;
    font-size: 10px;
    font-weight: bold;
    padding-left: 33px;
}

.material-icons {
    color: #fff;
    font-style: normal;
    font-size: 30px;
    text-transform: none;
}

/*---↓↓↓コンセプト↓↓↓----*/

#Concept_Wrap {
    background-color: #fdfcf2;
    width: 100%;
    padding: 50px 20px 100px;
}

#Concept_Title_Case {
    text-align: center;
    margin: 0 auto 20px;
}

.Concept_Contents_Wrap {
    background-color: #fdfcf2;
    margin: 0 auto;
}

.Concept_Text:first-of-type {
    color: #191919;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
}

.Concept_Text {
    color: #191919;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 20px;
}

.Concept_Text span {
    letter-spacing: 0;
    margin: 0;
    font-size: 17px;
}

.Concept_Point_Text {
    color: #191919;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0px;
}

.Point_Img {
    width: 25%;
    height: auto;
}

.Green_Dot_Line {
    width: 100%;
    height: auto;
}

.Concept_View_Img {
    width: 100%;
    height: auto;
}

.ConxeptTextPC img {
    width: 94%;
}

.Concept_TextPC {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.Concept_Point_TextPC {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.Point_ImgPC {
    width: 16%;
    height: auto;
}

/*---↓↓↓ストライプボックス↓↓↓----*/
#Stripe_Blue {
    width: 100vw;
    height: 91vh;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    padding: 50px 22px;

    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(
        130deg,
        transparent,
        transparent 18px,
        #e7f8fc 18px,
        #e7f8fc 43px
    );
}

.Bgc_White {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    position: relative;
    width: 100%;
    height: 100%;
}

.Snow {
    position: absolute;
    left: 60px;
    top: -9px;
    transform: translate(-50%, -50%);
    width: 23%;
    height: auto;
}

.Flag01 {
    position: absolute;
    right: -55px;
    top: 31px;
    transform: translate(-50%, -50%);
    width: 25%;
    height: auto;
}

.Note01 {
    position: absolute;
    left: 38px;
    bottom: 46px;
    transform: translate(-50%, -50%);
    width: 4%;
    height: auto;
}

.Event_Tree {
    position: absolute;
    right: -44px;
    bottom: -42px;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
}

.Note02 {
    position: absolute;
    left: 7px;
    top: 3px;
    transform: translate(-50%, -50%);
    width: 7%;
    height: auto;
}

.Flag02 {
    position: absolute;
    right: -55px;
    top: 31px;
    transform: translate(-50%, -50%);
    width: 25%;
    height: auto;
}

.Flag02PC {
    position: absolute;
    left: 20px;
    top: 13px;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
}

.DogPan {
    position: absolute;
    right: 25%;
    top: 96%;
    width: 50%;
    height: auto;
    transform: rotate(15deg);
}

.Stripe_Contents_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: 100%;
    height: auto;
    margin: 62px auto;
}

.Stripe_Contents_Title_ImgPC {
    width: 60vw;
}

.Concept_Event_Text {
    color: #191919;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
    line-height: 30px;
    text-align: center;
}

.ComingSoon_Img {
    width: 62%;
    height: auto;
    margin-bottom: 68px;
}

#Stripe_Green {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(
        130deg,
        transparent,
        transparent 18px,
        #e8fce7 18px,
        #e8fce7 43px
    );
    width: 100%;
    height: 80%;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    padding: 50px 22px;
    margin-bottom: 109px;
}

.Bgc_White02 {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    position: relative;
    height: 100%;
    width: 100%;
}

.HaveLunch_Img {
    width: 75%;
    height: auto;
    margin-bottom: 107px;
}

.DogPan {
    position: absolute;
    right: 14%;
    top: 90%;
    width: 67%;
    height: auto;
    transform: rotate(15deg);
}

/*---↓↓↓スライダー↓↓↓----*/

.Index_Slider_Wrap {
    background-color: #fdfcf2;
}

.Index_Slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 33.33%;
    width: 100%;
}

.Index_Slider:last-of-type {
    margin-bottom: 90px;
}

.Index_Slider_List {
    list-style: none;
}

.Index_Slider_List img {
    height: auto;
    width: 100%;
}

/*.Index_Slider {
    padding: 0;
    margin-bottom: 80px;
}*/
/*---↓↓↓メニュー↓↓↓----*/
#Menu_Wrap {
    padding: 80px 15px 0px;
}

/*.Menu_Index_Title_Box{
	overflow: hidden;
	width: 98vw;
}*/

#Menu_Title_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.Each_Menu_Title_Img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.LineUp_Title {
    font-size: 15px;
}

.Menu_Title_ImgPC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 13vh;
    margin: 40px auto;
}

.Menu_Img_PC_W100 {
    width: 100%;
}

/*---↓↓↓フードメニュー↓↓↓----*/

#Food_Menu_Case {
    margin-bottom: 100px;
}

.LineUp_Box {
    display: flex;
    /* 子要素をflexboxで揃える */
    align-items: baseline;
}

.LineUp_Text_Box {
    width: 70%;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.LineUp_Recommend_Text {
    font-size: 14px;
    font-weight: bold;
    color: #ba9f43;
    letter-spacing: 0.05em;
    padding-right: 30px;
}

.LineUp_Price {
    justify-content: flex-end;
    font-weight: bold;
}

.LineUp_Img {
    justify-content: flex-end;
}

.LineUp_Img img {
    width: 100%;
    height: auto;
}

.LineUp_Text_Only_Box {
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

/*---↓↓↓ドリンクメニュー↓↓↓----*/

#Drink_Menu_Case {
    margin-bottom: 100px;
}

.Drink_Img {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.Drink_Img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/*---↓↓↓ワインメニュー↓↓↓----*/
#Wine_Menu_Case {
    margin-bottom: 100px;
}

.Wine_LineUp_Price {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.WineGlass_LineUp_Price {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/*---↓↓↓ノンアルコールメニュー↓↓↓----*/

#NonAlcohol_Menu_Case {
    margin-bottom: 50px;
}

.Drink_Img02 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*---↓↓↓ソフトドリンクメニュー↓↓↓----*/
#Soft_Drink_Menu_Case {
    margin-bottom: 50px;
}

.SoftDrink_LineUp_Recommend_Text {
    font-size: 12px;
    font-weight: bold;
    color: #ba9f43;
    letter-spacing: 0.1em;
}

.Drink_Img03 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*---↓↓↓アクセス↓↓↓----*/
#Access_Wrap {
    background-color: #537C4B;
    width: 100%;
    padding: 50px 20px;
}

#Access_Title_Case {
    text-align: center;
    margin: 0 auto 20px;
}

.Access_Contents_Wrap {
    padding: 0px 5px;
}

.Access_Contents_Case {
    padding: 10px 0;
}

.Yellow_Text {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #ffff18;
}

#Logo_Wrap {
    height: auto;
    width: 100%;
    padding: 12px 0;
}

#Logo_Wrap img {
    height: auto;
    width: 87%;
}

.Access_Text {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 0;
}

/*---↓↓↓マップ↓↓↓----*/

.Gmap iframe {
    padding: 0;
    margin: 0;
    background-color: #ffff18;
    vertical-align: bottom;
}

/*---↓↓↓フッター↓↓↓----*/
footer {
    border-top: 3px solid rgba(255, 255, 24, 1);
}

#Footer_Wrap {
    background-image: url("../img/footer_bg_sp.png");
    background-size: cover;
    padding: 38px 0;
    border-top: 3px solid rgba(255, 255, 24, 1);
    width: 100%;
    height: auto;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.webp #Footer_Wrap {
    background-image: url("../img/WebP/footer_bg_sp.webp");
    background-size: cover;
    padding: 38px 0;
    border-top: 3px solid rgba(255, 255, 24, 1);
    width: 100%;
    height: auto;
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#Footer_Back_Btn_Wrap a {
    text-decoration: none;
    border-bottom: none;
    color: white;
    font-size: #fff;
}

#Arrow_To_Top {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#Arrow_To_Top img {
    width: 50%;
    height: auto;
    margin: 10px auto 5px;
}

.Footer_Text {
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
}

.Copyright {
    font-size: 14px;
}

/*-------------------------------------------------------------↓↓↓NewsList.html↓↓↓--------------------------------------------------------------------------*/

#NewsList_Title_Wrap {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    background-color: #537C4B;
    height: 15vh;
}

#NewsList_Title_Case {
    display: flex;
    justify-content: center;
    align-items: center;
}

.NewsList_Title_Text {
    letter-spacing: 6px;
}

.NewsList_Article_Wrap {
    font-size: 16px;
    font-weight: bold;
    color: #191919;
    text-decoration: none;
    letter-spacing: 0.2em;
    margin: 40px auto;
    padding: 0px 24px;
}

.NewsList_Article_Title {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    /*表示行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.NewsList_Arrow {
    color: #191919;
    margin: auto 0;
}

.NewsList_Article_Case {
    border-bottom: dotted 5px #537C4B;
    width: 100%;
    padding-bottom: 5px;
    align-items: baseline;
}

.NewsList_Article_Case:hover {
    color: #424242;
}

.NewsList_Article_Case:hover .NewsList_Arrow {
    color: #424242;
}

/*-------------------------------------------------------------↓↓↓News.html↓↓↓--------------------------------------------------------------------------*/

#Subpage_News_Title_Case {
    display: flex;
    /* 子要素をflexboxで揃える */
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#News_Text {
    font-size: 16px;
    font-weight: bold;
    color: #191919;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 25%;
}

#News_Nav_Wrap,
#Nav_Left,
#Nav_Right {
    display: flex;
    /* 子要素をflexboxで揃える */
    justify-content: space-between;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#News_Nav_Wrap a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

#News_Nav_Wrap a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #537C4B;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#News_Nav_Wrap a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.News_Nav_Case {
    color: rgba(67, 186, 143, 1);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.Arrow_Position {
    position: relative;
}

.Arrow_Position_L {
    position: absolute;
    top: -1px;
    left: 16px;
    transform: translate(-50%, -50%);
}

.Arrow_Position_R {
    position: absolute;
    top: -1px;
    right: -8px;
    transform: translate(-50%, -50%);
}

.LineUp_ImgPC {
    height: 100%;
    overflow: hidden;
}


/*-------------------------------------------------------------------------------レスポンシブ-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
    #Concept_Wrap {
        text-justify: none;
    }

    #Stripe_Blue {
        height: 71%;
        padding: 21px 22px;
    }

    #Stripe_Green {
        height: 63%;
        padding: 22px 22px;
    }

    .Small_D_None {
        display: none;
    }

    .Snow {
        left: 41px;
        top: -9px;
    }

    .Flag01 {
        right: -37px;
        top: 23px;
    }

    .Note01 {
        left: 39px;
        bottom: 74px;
        width: 5%;
    }

    .Event_Tree {
        right: -43px;
        bottom: -36px;
        width: 24%;
    }

    .Note02 {
        left: 11px;
        top: 3px;
        width: 9%;
    }

    .Flag02 {
        right: -43px;
    }

    .DogPan {
        right: 12%;
        top: 90%;
        width: 72%;
    }

    .NewsList_Title_Text {
        letter-spacing: 4px;
    }

    #News_Text {
        font-size: 14px;
        margin: 0 auto 25%;
        width: 90vw;
    }

    #News_Nav_Wrap {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 321px) {
    .Until375 {
        display: none;
    }

    #News_Nav_Wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

    #News_Text {
        font-size: 14px;
        font-weight: bold;
        color: #191919;
        letter-spacing: 1px;
        line-height: 24px;
        margin: 0 auto 25%;
        width: 90%;
    }
}

@media screen and (max-width: 375px) {
    #Stripe_Blue {
        height: 91%;
        padding: 21px 22px;
    }

    #Stripe_Green {
        padding: 22px 22px;
    }

    .Bgc_White {
        height: 67%;
    }

    .Event_Tree {
        right: -36px;
        bottom: -36px;
        width: 20%;
    }

    .Flag01 {
        right: -49px;
        top: 23px;
        width: 25%;
    }

    .Snow {
        left: 51px;
        top: -9px;
        width: 21%;
    }

    .Note01 {
        bottom: 70px;
    }

    .Bgc_White02 {
        height: 100%;
    }

    .Concept_Event_Text {
        font-size: 14px;
    }

    .Copyright {
        font-size: 10px;
    }

    .Wine_Title {
        font-size: 14px;
    }
}

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

    .Text_Img {
        width: 60vw;
        height: auto;
        text-align: center;
    }

    .LineUp_Price {
        justify-content: flex-end;
        font-weight: bold;
        margin-top: 10px;
        font-size: 12px;
    }

    .LineUp_Title {
        font-size: 15px;
    }

    .LineUp_Recommend_Text {
        font-size: 11px;
        font-weight: bold;
        color: #ba9f43;
        letter-spacing: 0.05em;
        padding-right: 30px;
    }

    .LineUp_ImgPC,
    #PC_Nav.Contents_Title_ImgPC,
    .Only_Pad {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .Ham_PageList_Title img {
        width: 65%;
        height: auto;
    }
    #Header_BusinessHours_Text_CasePC {
        width: 12vw;
        height: 12vw;
    }
    .BusinessHours_Text_TextPC {
        font-size: 17px;
    }

    #BusinessHours_Text_DatePC {
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 0px;
        margin-top: 7px;
        margin-left: -15px;
    }

    #Index_Heade,
    .LineUp_Img {
        display: none;
    }

    .News_Contents_Wrap {
        margin: 0 auto;
        width: 100%;
    }

    .News_Article_Date {
        align-items: center;
        font-size: 18px;
    }

    .News_Article_Title {
        font-size: 18px;
    }

    #Stripe_Blue {
        width: 100%;
        height: 100%;
        padding: 4%;
    }

    .Bgc_White {
        height: 100%;
    }

    .Snow {
        width: 14%;
    }

    .Flag01 {
        right: -12%;
        top: 7%;
        width: 19%;
    }

    .Concept_Event_Text {
        font-size: 18px;
    }

    #Stripe_Green {
        padding: 4%;
        margin-bottom: 32%;
    }

    .DogPan {
        position: absolute;
        right: 25%;
        top: 556px;
        width: 50%;
        height: auto;
        transform: rotate(15deg);
    }

    .Flag02 {
        right: -100px;
        top: 31px;
        width: 20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .Drink_Img02,
    .Drink_Img img {
        margin-top: 30px;
    }

    .Text_Img01 {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .Access_Text {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
        padding: 10px 0;
    }

    .BusinessHours {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding-left: 2px;
    }

    #Logo_Wrap img {
        height: auto;
        width: 53%;
    }

    nav.GlobalMenuSp ul li a {
        font-size: 30px;
    }

    .Ham_PageList li {
        margin: 15% 0;
    }

    .LineUp_Recommend_Text {
        padding-right: 0;
    }

    #News_Text {
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 25%;
        width: 70%;
    }

    #News_Nav_Wrap {
        width: 70%;
    }

    .Access_Text {
        font-size: 20px;
    }

    #NewsList_Wrap {
        width: 80%;
        margin: 0 auto;
    }
    .NewsList_Article_Wrap {
        font-size: 18px;
    }
    .wrapRight{
        padding-right:10px;
    }
    .wrapLeft{
        padding-left:10px;
    }
}

@media screen and (max-width: 1023px) {
    .Stripe_Contents_Title_ImgPC,
    .Lg_Only,
    .Flag02PC,
    .Menu_Title_ImgPC,
    .Each_Title_ImgPC_Menu,
    .Access_Img_PC,
    .Concept_Contents_CasePC,
    #Footer_WrapPC,
    #Index_HeaderPC_Sub,
    #Index_HeaderPC,
    #Footer_Back_Btn_WrapPC,
    #PC_Nav {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .Concept_Contents_Case.Contents_Title_Img,
    #Index_Header,
    #Hamburger_Menu,
    .Text_Img01,
    .Only_Pad,
    .Concept_Contents_Case {
        display: none !important;
    }
    .BusinessHours_Text_TextPC {
        font-weight: bold;
        margin-bottom: -6px;
        font-size: 19px;
    }
    #BusinessHours_Text_DatePC {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: -20px;
    }

    .BusinessHoursPC {
        font-size: 24px;
    }

    .News_Article_Title {
        -webkit-line-clamp: 1;
    }

    .Concept_Point_TextPC {
        font-size: 15px;
        line-height: 21px;
    }

    .Concept_TextPC {
        font-size: 16px;
        line-height: 23px;
    }

    #Stripe_Blue {
        margin: 0 auto;
        height: 55vh;
        padding: 33px 33px;
    }

    .Stripe_Contents_Title_ImgPC {
        width: 60vw;
        padding: 15px 80px;
    }

    .ComingSoon_Img {
        width: 20vw;
        height: auto;
    }

    .Concept_Event_Text {
        font-size: 16px;
        padding: 10px 0px;
    }

    .Flag01 {
        right: -109px;
        top: 8px;
        width: 20%;
    }

    .Snow {
        left: 43px;
        top: -21px;
        width: 12%;
    }

    .Event_Tree {
        right: -44px;
        bottom: -49px;
        width: 12%;
    }

    .Note01 {
        left: 35px;
        bottom: 36px;
        width: 2%;
    }

    #Stripe_Green {
        margin: 6% auto;
        height: 55vh;
        padding: 33px 33px;
    }

    .Bgc_White02 {
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    .HaveLunch_Img {
        width: 22vw;
        margin-bottom: 30px;
    }

    .Flag02 {
        display: none !important;
    }

    .Note02 {
        left: 10%;
        top: 80%;
        width: 4%;
    }

    .DogPan {
        right: -17%;
        top: 67%;
        width: 32%;
    }

    .Each_Title_ImgPC_Menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 4vh;
        margin: 50px auto 0;
    }

    .Each_Menu_Title_Img {
        width: 70vw;
        height: auto;
        margin: 0 auto;
        padding: 50px;
    }

    #Food_Menu_Case,
    #Drink_Menu_Case,
    #Wine_Menu_Case,
    #NonAlcohol_Menu_Case,
    #Soft_Drink_Menu_Case,
    .Access_Contents_Wrap {
        margin: 0 auto;
    }

    .Drink_Img img {
        width: 105%;
        height: auto;
        margin: 13px 10%;
    }

    .Drink_Img02 img {
        width: 100%;
        height: auto;
        margin: 24px auto;
    }

    .LineUp_Recommend_Text {
        font-size: 16px;
        font-weight: bold;
        color: #ba9f43;
        letter-spacing: 0.05em;
        padding-right: 0;
    }

    .LineUp_Title,
    .LineUp_Price,
    .Concept_Point_TextPC {
        font-size: 18px;
    }

    .LineUp_Recommend_Text {
        font-size: 16px;
        padding-left: 5px;
    }

    .SoftDrink_LineUp_Recommend_Text {
        font-size: 13px;
        height: auto;
        width: 85%;
    }

    .Wine_Title {
        font-size: 15px;
    }

    .Drink_Img03 {
        width: 110%;
        height: auto;
        margin: 24px auto;
    }

    #Logo_Wrap img {
        width: 77%;
        margin: 10px 0;
    }

    .Access_Img_PC {
        width: 100%;
        height: 100%;
    }

    .Access_Text {
        font-size: 16px;
        line-height: 26px;
    }

    #Footer_WrapPC {
        background-image: url("../img/footer_bg_pc.png");
        background-size: cover;
        padding: 38px 15px;
        width: 100%;
        height: auto;
        display: flex;
        /* 子要素をflexboxで揃える */
        position: relative;
    }

    .webp #Footer_WrapPC {
        background-image: url("../img/WebP/footer_bg_pc.webp");
        background-size: cover;
        padding: 38px 15px;
        width: 100%;
        height: auto;
        display: flex;
        /* 子要素をflexboxで揃える */
        position: relative;
    }

    #Footer_Back_Btn_WrapPC {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
    }

    #Footer_Back_Btn_WrapPC a {
        text-decoration: none;
        border-bottom: none;
        color: white;
        font-size: #fff;
    }

    #Arrow_To_TopPC {
        display: flex;
        /* 子要素をflexboxで揃える */
        flex-direction: column;
        /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center;
        /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        /* 子要素をflexboxにより中央に配置する */
    }

    #Arrow_To_Top img {
        width: 50%;
        height: auto;
        margin: 10px auto 5px;
    }

    .CopyrightPC {
        font-size: 14px;
        margin: 0 auto;
    }

    .News_Contents_Wrap {
        margin: 40px auto;
        /*width: 53vw;*/
    }

    #Access_Wrap {
        padding: 4% 20px;
    }

    .Text_ImgPC_Sub {
        width: 30vw;
    }

    .Text_Title_ImgPC_Sub {
        width: 18vw;
    }
    .grid-1-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
  /*//  -- grid --  //*/
.grid-1-1 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

@media screen and (min-width: 1440px) {
    #BusinessHours_Text_DatePC {
        font-size: 20px;
    }
    #Header_BusinessHours_Text_CasePC,
    .Text_Open {
        font-size: 36px;
    }

    .BusinessHoursPC {
        font-size: 36px;
    }

    .News_Article_Date,
    .News_Article_Title {
        font-size: 20px;
    }

    .Each_Title_Img {
        height: 44px;
    }

    .Concept_TextPC {
        font-size: 24px;
        line-height: 36px;
    }

    .Concept_TextPC {
        font-size: 18px;
        line-height: 30px;
    }

    .Concept_Event_Text {
        font-size: 20px;
    }

    .Flag01 {
        right: -17%;
        top: 6%;
    }

    .Flag02PC {
        left: 42px;
        top: 28px;
    }

    .Access_Text {
        font-size: 18px;
        line-height: 30px;
    }

    .Drink_Img img {
        width: 82%;
        height: auto;
        margin: 13px 10%;
    }
    .SoftDrink_LineUp_Recommend_Text {
        font-size: 16px;
        height: auto;
        width: 85%;
    }

    .Each_Menu_Title_Img {
        width: 73vw;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    #BusinessHours_Text_DatePC {
        font-size: 24px;
    }


  
    #BusinessHours_Text_DatePC {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: -3px;
        margin-top: 15px;
        margin-left: -31px;
    }
    .BusinessHours_Text_TextPC {
        font-weight: bold;
        margin-bottom: -14px;
        font-size: 36px;
    }

    .Text_Open {
        font-size: 48px;
    }

    .Flag01 {
        right: -13%;
        top: 6%;
        width: 17%;
    }

    .Snow {
        left: 76px;
        top: -21px;
        width: 10%;
    }

    .Note01 {
        left: 65px;
    }

    .Flag02PC {
        width: 16%;
    }

    .DogPan {
        right: -8%;
        top: 67%;
        width: 28%;
    }

    #Access_Wrap {
        padding: 8% 20px;
    }
}

.HeroVegas {
    min-height: 95vh;
}

@media screen and (min-width: 1200px) {
    .HeroVegas {
        min-height: 100vh;
    }
}

.Yellow_Text.OpenHourTxt {
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    .Yellow_Text.OpenHourTxt {
        font-size: 18px;
    }
  
}
@media screen and (max-width: 600px) {
        /*//  -- grid --  //*/
    .grid-1-1 {
        display: grid;
        grid-template-columns: 1fr;
    }
    .News_Wrap {
        padding: 20px 10px;
    }
    .wrapRight{
        padding-right:10px;
    }
    .wrapLeft{
        padding-left:10px;
    }
}
.Yellow_Text.BusinessHours {
    font-size: 18px;
}