@charset "UTF-8";



/* 共通 --------------------------------------------------- */

.WF1 {
/*     font-family: "Hind", sans-serif; */
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.HomeBtn a {
    display: block;
    width: 280px;
    margin: 40px auto 0 auto;
    padding: 8px 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 3rem;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px #000;
}

.HomeBtn a:hover {
    background-color: #000;
    color: #fff;
    transition: .2s;
}


.PageHeader {
height: auto !important;
}


@media screen and (max-width: 767px) {
    .PC {
        display: none;
    }

    .TAB {
        display: none;
    }

    .Annotation {
        margin-top: 50px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5;
    }

    .Annotation p {
        margin-top: 8px;
    }
}

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

    .Annotation {
        margin-top: 50px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.5;
    }

    .Annotation p {
        margin-top: 8px;
    }
}

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

    .TAB {
        display: none;
    }
}




/* キービジュアル --------------------------------------------------- */

@media only screen and (max-width: 767px) {
    #KeyVisual .KeyVisualPC {
        display: none;
    }
    
    #KeyVisual .KeyVisualSP img {
        width: 100%;
    }
}

@media print, screen and (min-width: 768px) {
    #KeyVisual .KeyVisualSP {
        display: none;
    }

    #KeyVisual {
        text-align: center;
    }

    #KeyVisual .KeyVisualPC img {
        width: 660px;
    }
}

@media print, screen and (min-width: 1090px) {
    #KeyVisual .KeyVisualSP {
        display: none;
    }

    #KeyVisual {
        text-align: center;
    }

    #KeyVisual .KeyVisualPC img {
        width: 900px;
    }
}



/* タブ切り替え --------------------------------------------------- */

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 0 20px 0;
    clear: both;
    overflow: hidden;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content {
    display: block !important;
}

.tabs input:checked + .tab_item .tab_item_mds1,
.tabs input:checked + .tab_item .tab_item_mds2 {
    background-color: #fff;
    border: 5px solid;
    border-bottom: 0;
}

.tabs input:checked + .tab_item .tab_item_mds1 {
    color: #d20000;
    border-color: #d20000;
}

.tabs input:checked + .tab_item .tab_item_mds2 {
    color: #3197d6;
    border-color: #3197d6;
}

.menus .menu-tab {
    display: block;
    width: 100%;
    background-color: #000000;
}

.menus .menu-tab:before,
.menus .menu-tab:after {
    content: " ";
    display: table;
}

.menus .menu-tab:after {
    clear: both;
}

.tab_item {
    text-align: center;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item .tab_item_mds1,
.tab_item .tab_item_mds2 {
    font-weight: 700;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #cbd5d8;
    cursor: pointer;
    border: 5px solid;
    border-color: #cbd5d8;
    border-bottom: transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* Media Queries */
@media screen and (max-width: 767px) {
    .tabs {
        width: auto;
        margin: 30px 0 0 0;
    }

    .tab_item {
        width: 48%;
        height: 60px;
        line-height: 20px;
    }

    .tab_item.tab_item1 {
        margin-right: 2%;
    }

    .tab_item.tab_item2 {
        margin-left: 2%;
    }

    .tab_item .tab_item_mds1,
    .tab_item .tab_item_mds2 {
        font-weight: 700;
        font-size: 14px;
        width: 48%;
        height: 60px;
    }
}

@media print, screen and (min-width: 768px) {
    .tabs {
        width: 640px;
        margin: 50px auto 0 auto;
    }

    .tab_item {
        width: 310px;
        height: 70px;
        line-height: 25px;
    }

    .tab_item.tab_item1 {
        margin-right: 10px;
    }

    .tab_item.tab_item2 {
        margin-left: 10px;
    }

    .tab_item .tab_item_mds1,
    .tab_item .tab_item_mds2 {
        font-size: 20px;
        width: 310px;
        height: 70px;
    }
}

@media print, screen and (min-width: 1090px) {
    .tabs {
        width: 900px;
        margin: 50px auto 0 auto;
    }

    .tab_item {
        width: 440px;
        height: 80px;
        line-height: 30px;
    }

    .tab_item .tab_item_mds1 {
        font-size: 30px;
    }

    .tab_item .tab_item_mds2 {
        font-size: 26px;
    }

    .tab_item .tab_item_mds1,
    .tab_item .tab_item_mds2 {
        width: 470px;
        height: 80px;
    }
}







/* 動画 --------------------------------------------------- */

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

	#Youtube {
	width: 100%;
	margin-top: 30px;
	}
	
	#Youtube .YoutubePC {
	display: none;
	}
	
	#Youtube .YoutubeSP {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin: 0 10px 0 10px;
	}
	
	#Youtube .YoutubeSP iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

}
	
@media print, screen and (min-width: 768px) {

	
	#Youtube .YoutubePC {
	width: 560px;
	margin: 50px auto;
	}

	#Youtube .YoutubePC  iframe {
	position: relative;
	width: 560px;
	height: 315px;
	}

	#Youtube .YoutubeSP {
	display: none;
	}

}

@media print, screen and (min-width: 1090px) {

	#Youtube .YoutubePC {
	width: 800px;
	margin: 50px auto;
	}

	#Youtube .YoutubePC  iframe {
	position: relative;
	width: 800px;
	height: 450px;
	}

}





/* コーナータイトル --------------------------------------------------- */

.SubMds, .SubMdsNaka {
    font-weight: 800;
    text-align: center;
}

.SubLead, .SubLeadNaka {
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .SubMds {
        margin-top: 50px;
        font-size: 32px;
    }

    .SubMdsNaka {
        font-size: 34px;
    }

    .SubLead {
        font-size: 14px;
    }

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

@media print, screen and (min-width: 768px) {	
    .SubMds {
        margin-top: 70px;
        font-size: 60px;
    }

    .SubMdsNaka {
        font-size: 60px;
    }

    .SubLead {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .SubLeadNaka {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

@media print, screen and (min-width: 1110px) {

    .SubMds {
        margin-top: 100px;
        font-size: 60px;
    }
    
    .SubLead {
        margin-bottom: 30px;
        font-size: 18px;
    }
}






/* トップページ --------------------------------------------------- */

.CornerMds .Red {
    color: #d20000;
}

.CornerMds .Blue {
    color: #3197d6;
}

.box {
    display: block;
    width: 100%;
    border: 1px solid #505050;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.box .thumbnail {
    box-sizing: border-box;
}

.box .text {
    box-sizing: border-box;
}

.text p {
    font-weight: 300;
}

a.box:hover {
    background-color: #fce2e2;
    transition: background-color 0.2s;
}

.DayMds {
    font-weight: 700;
    border-bottom: solid 4px #000;
}

.MoreBtn, a.ShopListBtn {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 10px auto 0 auto;
    color: #fff;
}

a.ShopListBtn {
    vertical-align: middle;
    font-weight: bold;
    border-radius: 100vh;
    background: #3696d4;
}

a.ShopListBtn:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .MainMds {
        margin-top: 30px;
        text-align: center;
    }

    .MainMds img {
        width: 100%;
    }

    .CornerMds {
	    margin-top: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.6rem;
        text-align: center;
    }

    .CornerLead {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        text-align: center;
    }

    .CornerLead2 {
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px;
    }

    .PageHeader__Logo {
        padding-left: 20px;
    }

    .PageHeader__Logo img {
        width: 75%;
        height: auto !important;
    }

    .box .thumbnail {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .box .thumbnail img {
        width: 50%;
        height: auto;
    }

    .box .text h3 {
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .box .text .ComingSoon {
	    display: inline-block;
	    background-color: #ffea00;
	    padding: 3px 10px;
	    color: #c80000;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 14px;
    }

    .box .arrow {
        display: none;
    }

    .DayMds {
        font-size: 24px;
        margin-top: 30px;
    }

    .MoreBtn {
        width: 280px;
        padding: 7px 0;
        font-size: 14px;
        border-radius: 3rem;
        background-color: #000;
        border: solid 1px #000;
    }

    a.ShopListBtn {
        width: 260px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .SnsLead {
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
    }

    .SnsLead span {
        font-size: 18px;
        font-weight: 800;
        display: block;
    }

}

@media print, screen and (min-width: 768px) {
    .MainMds {
        margin-top: 40px;
        text-align: center;
    }

    .MainMds img {
        width: 80%;
    }

    .CornerMds {
	    margin-top: 50px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;     
    }

    .CornerLead {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 10px;
        text-align: center;
    }

    .CornerLead2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 10px;
        text-align: center;
    }
    
    .box {
        display: flex;
        align-items: center;
    }

    .box .thumbnail {
        flex: 0 0 20%;
        max-width: 20%;
        margin-right: 10px;
    }

    .box .thumbnail img {
        width: 100%;
        height: auto;
    }

    .box .text {
        flex: 1;
        max-width: 80%;
        margin: 0 8% 0 2%;
    }

    .box .text h3 {
        font-size: 1.3rem;
        line-height: 1.3em;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .box .text .ComingSoon {
	    display: inline-block;
	    background-color: #ffea00;
	    padding: 3px 10px;
	    color: #c80000;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 16px;
    }

    .box .arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: color 0.3s;
    }

    .box .arrow img {
        width: 40px;
    }

    .DayMds {
        font-size: 34px;
        margin-top: 50px;
    }

    .MoreBtn {
        display: none;
    }

    a.ShopListBtn {
        width: 280px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .SnsLead {
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
    }

    .SnsLead span {
        font-size: 18px;
        font-weight: 800;
        display: block;
    }
    
}

@media print, screen and (min-width: 1110px) {
    .MainMds {
        margin-top: 50px;
        text-align: center;
    }

    .MainMds img {
        width: 80%;
    }

    .CornerMds {
        font-size: 34px;
    }

    .CornerLead {
        font-size: 24px;
    }

    .CornerLead2 {
        font-size: 16px;
    }

    .box .text h3 {
        font-size: 24px;
    }

    .box .text {
        flex: 1;
        max-width: 80%;
        margin: 0 7% 0 2%;
    }
}






/* 各セール見出し --------------------------------------------------- */
    
@media only screen and (max-width: 767px) {
    .SaleBox {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    background-color: #fce2e2;
    }

    .SaleBox .thumbnail {
    width: 100%;
    text-align: center;
    }

    .SaleBox .thumbnail img {
    width: 80%;
    height: auto;
    margin-bottom: 15px;
    }

    .SaleBox .SaleDay {
    font-size: 20px;
    font-weight: 700;
    }
        
    .SaleBox .SaleMds {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 10px;
    }
            
    .SaleBox .text {
    width: 100%;
    box-sizing: border-box;
    }

    .SaleBox .text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px 0;
    }
    
    .SaleBox .text p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    }

    .SaleBox .text p span {
    font-size: 12px;
    }
    
}


@media print, screen and (min-width: 768px) {

    .SaleBox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    margin-top: 50px;
    background-color: #fce2e2;
    }

    .SaleBox .thumbnail {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 10px;
    box-sizing: border-box;
    }

    .SaleBox .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    }

    .SaleBox .SaleDay {
    font-size: 24px;
    font-weight: 700;
    }

    .SaleBox .SaleMds {
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 10px;
    }

    .SaleBox .text {
    flex: 1;
    max-width: 80%;
    box-sizing: border-box;
    margin: 0 0 0 2%;
    }

    .SaleBox .text h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px 0;
    }
    
    .SaleBox .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 15px;
    }
    
    .SaleBox .text p span {
    font-size: 12px;
    }
    
}





/* スペシャルセールトップ（目次） --------------------------------------------------- */


#SaleTopNav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#SaleTopNav ul li {
    box-sizing: border-box;
    margin: 5px;
    padding: 5px; /* 内側の余白を追加 */
}

#SaleTopNav ul li a img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #c8c8c8; /* 境界線を追加 */
}

#SaleTopNav ul li a img:hover {
	opacity:0.5;
	transition:0.2s;
}

@media (min-width: 768px) {
    #SaleTopNav {
        margin-top: 50px;
    }
    #SaleTopNav ul li {
        width: calc(33.3333% - 10px); /* 5 images per row with margin */
    }
    #SaleTopNav .Day{
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #SaleTopNav {
        margin-top: 30px;
    }
    #SaleTopNav ul li {
        width: calc(50% - 10px); /* 3 images per row with margin */
    }
    #SaleTopNav .Day{
        font-size: 12px;
        font-weight: 700;
        margin-top: 5px;
        text-align: center;
    }
}





/* 各セール情報 --------------------------------------------------- */

.ShopList {
    width: 100%;
}

.ShopList a {
    text-decoration: none;
}

.ShopList .floorMds {
    font-weight: 700;
    border-bottom: solid 4px #000;
}

.ShopList .ShopNmae {
    font-weight: 800;
    margin-top: 20px;
}

.ShopList .ShopNmae .NoLead {
    margin-bottom: 35px;
}

.ShopList .ShopLead {
    font-weight: 300;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .ShopList {
        margin-top: 40px;
    }

    .ShopList a {
        display: block;
        font-weight: normal;
    }

    .ShopList .floorMds {
        font-size: 40px;
    }

    .ShopList .ShopNmae {
        font-size: 18px;
        line-height: 1.3em;
    }

    .ShopList .ShopNmae span {
        display: none;
    }

    .ShopList .ShopLead {
        font-size: 14px;
    }
}

@media print, screen and (min-width: 768px) {
    .ShopList {
        margin-top: 50px;
    }

    .ShopList .floorMds {
        font-size: 50px;
    }

    .ShopList .ShopNmae {
        font-size: 20px;
    }

    .ShopList .ShopLead {
        font-size: 16px;
    }
}





/* 各セールリンク --------------------------------------------------- */


#SaleNav {
    width: 100%;
}

.SaleMenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.SaleMenu li {
    box-sizing: border-box;
    padding: 7px;
}

.SaleMenu li a {
    display: block;
    width: 100%;
}

.SaleMenu li a img:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.SaleMenu li img {
    width: 100%;
    display: block;
    border: 1px solid #c8c8c8;
}

/* PC: 横5列 */
@media (min-width: 768px) {
    #SaleNav {
        margin-top: 80px;
    }
    .SaleMenu li {
        width: 20%; /* 5列 */
    }
}

/* SP: 横3列 */
@media (max-width: 767px) {
    #SaleNav {
        margin-top: 50px;
    }
    .SaleMenu li {
        width: 33.33%; /* 3列 */
    }
}





/* ラフォーレ朝市 --------------------------------------------------- */


.IchibaCateA {
    font-size: 12px;
    color: #fff;
    background-color: #00702f;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.AsaMds .MainMds {
    font-weight: 700;
    text-align: center;
}

.AsaMds .MainLead {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.AndMore {
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .AsaMds .MainMds {
        color: #e00012;
        font-size: 18px;
    }

    .AndMore {
        font-size: 30px;
        margin-top: 15px;
    }

    .AndMore {
        font-size: 30px;
    }
}

@media print, screen and (min-width: 768px) {
    .AsaMds .MainMds {
        font-size: 24px;
    }

    .AndMore {
        font-size: 40px;
    }
}





/* エントランスワゴン --------------------------------------------------- */
    
.WagonBox {
    width: 100%;
    border: 1px solid #505050;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.WagonBox .text h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 15px;
}

.WagonBox p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.WagonBox .text .Annotation {
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .WagonBox {
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 768px) {
    .WagonBox {
        margin-bottom: 80px;
    }

    .WagonBox p {
        font-size: 16px;
    }

    .WagonBox .text .Annotation {
        font-size: 14px;
    }
}

@media print, screen and (min-width: 1110px) {
    .WagonBox .text h3 {
        font-size: 24px;
    }
}







/* クレジット関連 --------------------------------------------------- */

.CreditMainBox {
    display: block;
    width: 100%;
    background-color: #f2f4f5;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 70px;
}

.CreditBox .thumbnail {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
}

.CreditBox .text h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 10px;
}

.CreditBox .text h3 span {
    font-size: 14px;
    display: block;
}

.CreditBox .text h4 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.CreditBox .text {
    width: 100%;
    box-sizing: border-box;
}

.CreditBox p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.CreditBox .CreditLead {
    font-size: 12px;
    font-weight: 300;
}

.CreditBox .DownLoad {
    width: 250px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #3696d4;
    border-radius: 30px;
    margin: 20px auto;
}

.CreditBox .DownLoad:hover {
    background-color: #000;
    color: #fff;
}

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

    .CreditBox .thumbnail img {
    width: 80%;
    height: auto;
    }

    .CreditBox .thumbnail_B img {
    width: 100%;
    height: auto;
    }

}

@media only screen and (min-width: 768px) {

    .CreditBox {
        display: flex;
        align-items: flex-start;
        margin-top: 5px;
    }

    .CreditBox .thumbnail {
        flex: 0 0 20%;
        max-width: 20%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .CreditBox .thumbnail_B {
        flex: 0 0 35%;
        max-width: 35%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .CreditBox .thumbnail img {
        width: 100%;
    }

    .CreditBox .thumbnail_B img {
        width: 100%;
    }

    .CreditBox .text h3 {
        font-size: 1.3rem;
    }

    .CreditBox .text h3 span {
        font-size: 16px;
    }

    .CreditBox .text h4 {
        margin: 0 0 10px 0;
    }

    .CreditBox .text {
        flex: 1;
        max-width: 80%;
        margin: 0 0 0 2%;
    }

    .CreditBox p {
        font-size: 16px;
        margin-top: 15px;
    }

    .CreditBox .CreditLead {
        font-size: 14px;
    }

    .CreditBox .DownLoad {
        margin: 20px 0;
    }

}

@media only screen and (min-width: 1110px) {

    .CreditBox .text h3 {
        font-size: 24px;
    }

}




/* ショップ別スケジュール --------------------------------------------------- */

.FloorMds {
    font-weight: 700;
    margin-top: 50px;
}

.FloorNavi {
    margin: 30px auto;
    border-bottom: solid 1px #000;
}

.FloorNavi .Floor01,
.FloorNavi .Floor02 {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    box-sizing: border-box;
}

.FloorNavi li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: solid 1px #000;
    box-sizing: border-box;
}

.FloorNavi li a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}

.AccoMenu1 {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
}

.AccoMenu1 .Level1 {
    padding: 10px 8px;
    border-top: solid 1px #000;
    font-weight: 700;
    color: #000;
    background: url(../img/Icon_AllowBelow.png) no-repeat center right;
    background-color: rgba(255, 255, 255, 0.97);
    cursor: pointer;
}

.AccoMenu1 .Level2 li {
    background: #e1e1e1;
}

.AccoMenu1 .Level2 li .Table1 th {
    text-align: center;
    vertical-align: middle;
    background: #d20000;
    color: #ffffff;
}

.AccoMenu1 .Level2 li .Table1 td {
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
}

.AccoMenu1 .Level2 li .Table1 td span {
    display: inline-block;
    color: #000;
    background: #ebebeb;
    border-radius: 12px;
}

.AccoMenu1 .Level2 li .Table1 td p {
    margin-top: 5px;
}

.AccoMenu1 .Level2 li .Table1 td span.fever {
    background: #ff5d82;
    border-radius: 6px;
}

.AccoMenu1 table {
    width: 100%;
}

.NonLink {
pointer-events: none;
opacity: 0.2; 
}

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

    .FloorMds {
        font-size: 40px;
    }

    .FloorNavi {
        margin-top: 30px;
    }

    .FloorNavi li {
        width: 20%;
        font-size: 15px;
        font-weight: 600;
        line-height: 43px;
    }

    .FloorNavi li a {
        padding-top: 5px;
    }

    .AccoMenu1 .Level1 {
        font-size: 90%;
        background-size: 24px 8px;
    }

    .AccoMenu1 .Level2 li .Table1 th {
        width: 40px;
        padding: 6px 0;
        font-size: 70%;
    }

    .AccoMenu1 .Level2 li .Table1 td {
        padding: 6px 0;
        font-size: 70%;
        height: 15px;
    }

    .AccoMenu1 .Level2 li .Table1 td span {
        margin: 0 2px 0 0;
        padding: 4px 5px;
    }

    .AccoMenu1 .Level2 li .Table1 td:nth-child(n + 2) span:nth-child(2) {
        margin-top: 5px;
    }

}

@media screen and (min-width: 768px) {

    .FloorMds {
        font-size: 50px;
    }

    .FloorNavi {
        margin-top: 50px;
        border-bottom: solid 2px #000;
    }

    .FloorNavi .Floor01,
    .FloorNavi .Floor02 {
        border-top: solid 2px #000;
        border-left: solid 2px #000;
    }

    .FloorNavi li {
        width: 16%;
    }

    .FloorNavi li a {
        font-size: 24px;
        font-weight: 600;
        line-height: 55px;
    }

    .FloorNavi li a:hover {
        background: #f0f0f0;
    }

    .AccoMenu1 {
        margin-bottom: 50px;
    }

    .AccoMenu1 .Level1 {
        padding: 12px 8px;
        font-size: 120%;
        background-size: 36px 10px;
    }

    .AccoMenu1 .Level2 li {
        padding: 20px;
    }

    .AccoMenu1 .Level2 li .Table1 th {
        width: 150px;
        padding: 10px 0;
        font-size: 120%;
    }

    .AccoMenu1 .Level2 li .Table1 td {
        padding: 10px 0;
        font-size: 100%;
        height: 25px;
    }

    .AccoMenu1 .Level2 li .Table1 td span {
        margin: 0 5px 0 0;
        padding: 8px 10px;
    }

    .AccoMenu1 .Level2 li .Table1 td span.fever {
        border-radius: 4px;
    }

}




/* フード --------------------------------------------------- */

	
@media screen and (max-width: 767px) {
#FoodKV {
text-align: center;
}

#FoodKV .PhotoPC {
display: none;
}

#FoodKV .PhotoSP img {
width: 100%;
max-width: 640px;
margin: 20px 0 20px 0;
height: auto;
}

#NewOpen {
width: 100%;
}

#NewOpen .Photo img {
width: 100%;
height: auto;
margin-bottom: 15px;
}

#NewOpen h3 {
font-size: 18px;
font-weight: 700;
line-height: 1.6em;
color: #fff;
}

#NewOpen .Date {
font-size: 14px;
font-weight: 300;
margin: 10px 0;
color: #fff;
line-height: 1.6em;
}

#NewOpen .Lead {
margin: 0 0 10px 0;
padding: 10px 0 0 0;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #fff;
border-top: 1px solid #fff;
}

#NewOpen .Sample {
margin: 20px 0 0 0;
font-size: 12px;
font-weight: 300;
color: #fff;
}

#FreeSpace {
width: 100%;
margin: 20px auto 15px auto;
}

#FreeSpace p {
line-height: 1.6em;
font-size: 14px;
font-weight: 500;
color: #fff;
}

#FreeSpace .Kome {
font-size: 12px;
font-weight: 300;
color: #fff;
}

#Photo {
text-align: center;
}

#Photo .PhotoSP img {
margin: 15px 0 0 0;
width: 100%;
height: auto;
}

#Photo .PhotoPC {
display: none;
}

#Wifi {
text-align: center;
margin: 30px 0 0 0;
}

#Wifi .WifiPC {
display: none;
}

#Wifi .WifiSP img {
width: 90%;
height: auto;
}

#Link {
text-align: center;
margin: 30px 0 0 0;
}

#Link img {
width: 90%;
height: auto;
margin-bottom: 15px;
}

}

@media screen and (min-width: 768px) {
#FoodKV .PhotoSP {
display: none;
}

#FoodKV {
height: auto;
margin: 0 0 0 0;
text-align: center;
}

#FoodKV .PhotoPC img {
width: 100%;
margin: 0 auto;
}

#NewOpen {
width: 100%;
margin: 50px 0 0 0;
}

#NewOpen .LRBox {
margin-bottom: 30px;
}

#NewOpen .LBox {
width: 47%;
float: left;
}

#NewOpen .RBox {
width: 47%;
float: Right;
}

#NewOpen .Photo img {
width: 100%;
margin-bottom: 15px;
}

#NewOpen h3 {
font-size: 18px;
font-weight: 700;
line-height: 1.6em;
color: #fff;
}

#NewOpen .Date {
font-size: 14px;
font-weight: 300;
margin: 10px 0;
color: #fff;
line-height: 1.6em;
}

#NewOpen .Lead {
margin: 0 0 10px 0;
padding: 10px 0 0 0;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #fff;
border-top: 1px solid #fff;
}

#NewOpen .Sample {
width: 100%;
margin: 25px 0 50px 0;
color: #fff;
font-size: 12px;
font-weight: 300;
}

#FreeSpace {
width: 100%;
margin: 0 auto 30px auto;
}

#FreeSpace p {
line-height: 1.6em;
font-size: 18px;
font-weight: 500;
color: #fff;
}

#FreeSpace .Kome {
color: #fff;
font-size: 12px;
font-weight: 300;
}

#Photo {
text-align: center;
}

#Photo .PhotoPC img {
width: 100%;
margin: 15px 0 15px 0;
}

#Photo .PhotoSP {
display: none;
}

#Wifi {
margin: 50px 0 0 0;
text-align: center;
}

#Wifi .WifiSP {
display: none;
}

#Wifi .WifiPC img {
width: 100%;
}

#Link {
margin: 50px auto;
text-align: center;
}

#Link img {
width: 400px;
}

}

@media print, screen and (min-width: 1100px) {

}





/* POPUP --------------------------------------------------- */

.PopupBox {
    width: 100%;
    border: 1px solid #505050;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
    .PopupBox {
    margin-bottom: 50px;
    }

    .PopupBox h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 15px;
    }

    .CenterImg {
    text-align: center;
    margin-top: 20px;
    }
    
    .CenterImg img {
    width: 100%;
    }
    
    .PopupBox p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    }

}

@media print, screen and (min-width: 768px) {
    .PopupBox {
    margin-bottom: 80px;
    }

    .PopupBox h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 15px;
    }
    
    .CenterImg {
    text-align: center;
    margin-top: 20px;
    }
    
    .CenterImg img {
    width: 600px;
    }

    .PopupBox p {
    font-size: 16px;
    font-weight: 300;
	margin-top: 15px;
    }
}

@media print, screen and (min-width: 1110px) {
    .PopupBox h3 {
    font-size: 24px;
    }
}




/* P事故物件ゾク 恐い間取り --------------------------------------------------- */

.EventMainBox {
    width: 100%;
    border: 1px solid #505050;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.EventBox .thumbnail {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
}

.EventBox .text h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 800;
    margin-bottom: 10px;
}

.EventBox .text h4 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.EventBox .text {
    width: 100%;
    box-sizing: border-box;
}

.EventBox p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.EventBox .CreditLead {
    font-size: 12px;
    font-weight: 300;
}

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

    .EventBox .thumbnail img {
    width: 80%;
    height: auto;
    }

    .EventBox .Credit {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    }

}

@media only screen and (min-width: 768px) {

    .EventBox {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    }

    .EventBox .thumbnail {
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 10px;
    margin-bottom: 0;
    }

    .EventBox .thumbnail img {
    width: 100%;
    }

    .EventBox .text h3 {
    font-size: 1.3rem;
    }

    .EventBox .text h4 {
    margin: 0 0 10px 0;
    }

    .EventBox .text {
    flex: 1;
    max-width: 80%;
    margin: 0 0 0 2%;
    }

    .EventBox p {
    font-size: 16px;
    margin-top: 15px;
    }

    .EventBox .Credit {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    }
}

@media only screen and (min-width: 1110px) {

    .EventBox .text h3 {
    font-size: 24px;
    }

}
