@charset "UTF-8";


/* -----------------
■ デフォルトリセット
------------------- */

html {
scroll-behavior: smooth;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}

a, abbr, acronym, address, blockquote, body, caption, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, label, legend, li, object, ol, p, pre, q, span, table, tbody, td, tfoot, th, thead, tr, ul {
border: 0 none;
border-collapse: collapse;
color: inherit;
font-style: inherit;
font-weight: inherit;
list-style-type: none;
margin: 0;
outline: medium none;
padding: 0;
text-decoration: none;
vertical-align: baseline;
}

body {
font-feature-settings: "palt";
font-family: "Noto Sans JP", sans-serif;
background-color: #bad5ee;

	@media only screen and (max-width: 767px) {
	background-size: 370px auto;   
	}

	@media print, screen and (min-width: 768px) {
	background-size: 550px auto;  
	}

	@media print, screen and (min-width: 1000px) {
	background-size: 700px auto;  
	}
	
	@media print, screen and (min-width: 1200px) {
	background-size: 850px auto;  
	}
	
	@media print, screen and (min-width: 1400px) {
	background-size: 1000px auto;  
	}
	
	@media print, screen and (min-width: 1600px) {
	background-size: 1150px auto;  
	}
	
	@media print, screen and (min-width: 1800px) {
	background-size: 1300px auto;  
	}

}




/* -----------------　構成　------------------- */

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

	.PC {
	display: none;
	}
    .contents {
    padding:  0 15px 30px 15px;
    }
    
}

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

	.SP {
	display: none;
	}
	.contents {
    padding:  0 30px 50px 30px;
    box-sizing: border-box;
	}

}

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

	.Width1 {
	width: 960px;
	margin: 0 auto;
	}

	.Width2 {
	max-width: 1260px;
	margin: 0 auto;
	}
	
	.contents {
	width: 100%;
	margin: 0 auto;
	}

}

/* ナビゲーション --------------------------------------------------- */

#FixedNav {
  width: 100%;
  z-index: 1000;

}

/* 固定時のクラス */
.fixed {
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fixed ul {


}

#NavPlaceholder {
  height: 0;
}

#FixedNav ul {
display: flex;
list-style-type: none;
align-items: center;
padding-left: 0;

/* background: #fff; */
}

#FixedNav ul li {
width: calc(100% / 3);
/* border-right: 1px solid #000; */
}

#FixedNav ul a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
color: #000;
background-color: #cde0f1;
/*
border-top: 1px solid #000;
border-bottom: 1px solid #000;
*/
}

/* #FixedNav ul a:before {
content: '';
width: 12px;
height: 12px;
border: 0;
border-bottom: solid 2px #333;
border-right: solid 2px #333;
transform: rotate(45deg);
position: absolute;
left: 0;
right: 0;
bottom: 15px;
margin: auto;
}*/

#FixedNav .SortNav_Selected {
background: #eee;
}

/*
#FixedNav ul li:first-child {
border-left: 1px solid #000;
}
*/

/*
#FixedNav ul li:last-child {
border-right: 1px solid #000;
}
*/

#FixedNav .SortNav_Selected:before {
display: none;
}

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

	.fixed {
	top: 80px;
	}

	#FixedNav {
	padding-top: 25px;
	height: 56px;
	}

	#FixedNav ul,
	#FixedNav ul li,
	#FixedNav ul a {
	height: 36px;
	}

	#FixedNav ul li:not(:last-child) {
    margin-right: 15px; /* ボタン間の余白 */
	}

	#FixedNav.fixed {
	top: 85px;
	}

	#FixedNav ul a {
	font-size: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 30px; /* ボタンの角丸 */
	border: 1px solid #000;
	}

	#FixedNav ul a:before {
	bottom: 10px;
	}

}

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

	#FixedNav {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	height: 76px;
	}

	#FixedNav ul,
	#FixedNav ul li,
	#FixedNav ul a {
	height: 56px;
	}

	#FixedNav ul li:not(:last-child) {
    margin-right: 30px; /* ボタン間の余白 */
	}

	#FixedNav.fixed {
	top: 100px;
	}

	#FixedNav ul a {
	font-size: 120%;
	letter-spacing: 0.2em;
	border-radius: 50px; /* ボタンの角丸 */
	border: 1px solid #000;
	}

}


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

	#FixedNav.fixed {
	width: 800px;
	margin: auto;
	padding: 0;
	  top: 110px;
	}

}




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



}

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


}


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


}



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

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

.KeyVisual img {
width: 100%;
height: auto;
margin: 0 auto;
}
	
@media only screen and (max-width: 767px) {

	.MainLead{
	color: #4c4947;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6em;
	margin: 30px 0 0 0;
	text-align: center;
	}

	.MainLead .SpNone {
	display: none;
	}

	.SubMds{
	text-align: center;
	margin-top: 30px;
	}

	.DateBox{
	margin: 30px 0 20px 0;
	width: 100%;
	text-align: center
	}

	.DateTxt{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4em;
	padding: 10px 20px;
	background:#7fafdd;
	}

	.MainLeadS {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	}

}

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

	.MainLead{
	color: #4c4947;
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0 0 0;
	text-align: center;
	}

	.SubMds{
	text-align: center;
	margin-top: 50px;
	}

	.DateBox{
	margin: 50px 0 20px 0;
	width: 100%;
	text-align: center
	}

	.DateTxt{
	display: inline-block;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4em;
	padding: 10px 30px;
	background:#7fafdd;
	}

	.Wide{
	display: none;
	}
	
	.MainLeadS {
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.8;
	}
	
}

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

	.MainLead{
	color: #4c4947;
	font-size: 24px;
	font-weight: 600;
	margin: 50px 0 20px 0;
	text-align: center;
	}

}



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

/*
.tabs {
width: 100%;
margin: 0 auto;
}

.tab_item.tab_item1 {
padding-right: 10px;
}
.tab_item.tab_item2 {
padding-left: 10px;
}

.tabs input:checked + .tab_item .tab_item_mds_txt1 {
padding: 0 3px;
background: linear-gradient(transparent 70% , #97cddb 70%);
}

.tabs input:checked + .tab_item .tab_item_mds_txt2 {
padding: 0 3px;
background: linear-gradient(transparent 70% , #97cddb 70%);
}

.tabs input:checked + .tab_item .tab_item_mds_txt1 span {
color: #2765aa;
}

.tabs input:checked + .tab_item .tab_item_mds_txt2 span{
color: #2765aa;
}

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

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

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

.tabs input:checked + .tab_item .tab_item_mds {
color: #000;
background-color: #fff;
}

.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;
}
      
@media (max-width: 768px) {

	.tab_content {
	margin-top: 30px;
	}

	.tab_item {
	width: 50%;
	height: 50px;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	}

	.tab_item .tab_item_mds {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	background: #fff;
	display: table-cell;
	width: 490px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #555;
	cursor: pointer; 
	border: 3px solid;
	border-color: #555;
	border-bottom: transparent;
	}

	.tab_item .tab_item_mds {
	font-size: 13px;
	}

	.tab_item.tab_item1 {
	padding-right: 4px;
	}
	.tab_item.tab_item2 {
	padding-left: 4px;
	}
	.tab_item1 .tab_about {
	display: block;
	}
	.menus .menu-tab {
	width: 100%;
	background-color: #000000;
	}

}

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

	.tab_item {
	width: 50%;
	height: 80px;
	line-height: 25px;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	}

	.tab_item .tab_item_mds {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	background: #fff;
	display: table-cell;
	width: 490px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #555;
	cursor: pointer; 
	border: 3px solid;
	border-color: #555;
	border-bottom: transparent;
	}

	.tab_item .tab_item_mds {
	font-size: 20px;
	}

}

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

	.tab_item {
	width: 50%;
	height: 80px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	}

	.tab_item .tab_item_mds {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	background: #fff;
	display: table-cell;
	width: 490px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #555;
	cursor: pointer; 
	border: 3px solid;
	border-color: #555;
	border-bottom: transparent;
	}

	.tab_item .tab_item_mds {
	font-size: 24px;
	}

	.tabs .tab_item .tab_item_mds_txt1 {
	margin-top: 200px;
	}

}
*/




/* -----------------　ページ内リンク　------------------- */

/*
	.PageLink{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	}
    .anchor_btn a {
    width: 100%;
    display: block;
    background-color: #fff;
    margin: 0 auto 15px;
    border-radius: 20px;
    color: #555;
    text-align: center;
    padding: 9px 0;
    transition: 0.3s;
    border: 1px solid;
    border-color: #555;
    }
	.anchor_btn a:hover {
	background-color: #555;
	color: #fff;
	opacity: 0.7;
	}
    .anchor_btnE a {
    width: 100%;
    display: block;
    background-color: #fff;
    margin: 0 auto 15px;
    border-radius: 20px;
    color: #cc6471;
    text-align: center;
    padding: 9px 0;
    transition: 0.3s;
    border: 1px solid;
    border-color: #cc6471;
    }
	.anchor_btnE a:hover {
	background-color: #cc6471;
	color: #fff;
	opacity: 0.7;
	}
          
@media only screen and (max-width: 768px) {

	.PageLink .Menu {
	width: 100%;
	text-align: center;
	}
    .anchor_btn a {
    width: 100%;
    font-size: 12px;
    }

}

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

	.PageLink .Menu {
	width: 49%;
	text-align: center;
	}
    .anchor_btn a {
    width: 100%;
    font-size: 12px;
    }

}

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

    .anchor_btn a {
    width: 100%;
    font-size: 14px;
    }
    
}
*/



/* -----------------
■ メイン画像
------------------- */

/*
.slide {
max-width: 100%;
max-height: auto;
margin: 0 auto;
}

.slide img {
width: 100%;
max-height: auto;
}
*/


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

/*
	.PC {
	display: none;
	}
    .slide {
	max-height: 767px;
	margin-bottom: 20px !important;
    }
    .slide img {
	max-height: 767px;
    }
*/
    .checkItem label .checkboxParts {
	margin-left: 20px;
    }

	.contents .MdsH1 {
	margin-bottom: 10px;
	font-size: 240% !important;
	font-family: 'Playfair Display', serif;
	}
	.contents .MdsH2 {
	margin-bottom: 25px;
	padding: 0 10px;
	font-size: 21px !important;
	font-weight: 700;
	color: #fff;
	text-align: center;
	}
	.contents .Lead {
	text-align: left;
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
	}
	.contents .Kome {
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.8em
	}
	.contents .Kome a {
	text-decoration: underline;
	}

}

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

/*
	.SP {
	display: none;
	}
	.slide {
	margin-bottom: 50px !important;
	}
*/
	.contents {
    padding:  0 30px 50px 30px;
    box-sizing: border-box;
	}
	.contents .MdsH1 {
	margin-bottom: 10px;
	font-size: 360% !important;
	font-family: 'Playfair Display', serif;
	}	
	.contents .MdsH2 {
	margin-bottom: 25px;
	font-size: 24px !important;
	color: #fff;
	font-weight: 700;
	text-align: center;
	}
	.contents .Kome {
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.8em
	}
	.contents .Kome a {
	text-decoration: underline;
	}
	.contents .Br2 {
	display: none;
	}

}

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

	.contents .MdsH2 {
	font-size: 30px !important;
	}

}

.MainArea {
margin-bottom: 30px;
position: relative;
}

.MainAreaPh {
width: 100% !important;
height: auto;
margin-right: 0 !important;
}

.MainArea .txtBox {
    padding: 0 15px;
    box-sizing: border-box;
}

.MainArea .floar {
color: #f6dbbd;
}

.MainArea .Price,
.MainArea .txt,
.MainArea .txtHIS,
.MainArea .txt a {
color: #fff !important;
}





/* -----------------
■ 送料無料
------------------- */

#box1 {
padding: 1em 1em;
margin-bottom: 60px;
border: solid 1px #000;
background-color: #ffffec;
}

#box1 .boxMds {
font-size: 16px;
font-weight: bold;
color: #c30004;
}

#box1 p {
line-height: 1.6em;
margin-top: 15px;
}

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

#box1 {
padding: 0.5em 0.5em;
margin: 20px 15px 30px 15px;
border: solid 1px #000;
background-color: #ffffec;
}

#box1 .boxMds {
font-size: 15px;
font-weight: bold;
color: #c30004;
}

#box1 p {
font-size: 12px;
line-height: 1.6em;
margin-top: 15px;
text-align: left;
}
	
}



/* -----------------
■ リンク画像
------------------- */

#Link {
width: 100%;
margin: 0 auto;
padding-bottom: 40px;
}

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

#Link img {
max-width: 90%;
height: auto;
box-shadow:6px 6px 6px #601917;
margin: 10px 0;
}

#Link a {
font-size: 14px;
color: #fff;
}
	
}

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

#Link img {
max-width: 95%;
height: auto;
box-shadow:8px 8px 8px #601917;
margin-bottom: 20px;
}

#Link a {
font-size: 18px;
color: #fff;
}

}

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

#Link img {
max-width: 900px;
height: auto;
box-shadow:10px 10px 10px #601917;
margin-bottom: 20px;
}

#Link a {
font-size: 18px;
color: #fff;
}

}


/* -----------------
■ page-top
------------------- */

#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}

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

    #page-top {
        right: 10px;
        bottom: 10px;
        z-index: 9 !important;
    }
    
    #page-top img {
        width: 60px;
    }

}

@media only screen and (max-width: 767px) {
	
	.pc {
	display: none!important;
	}
	
}

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

	.sp {
	display: none !important;
	}

}





/* -----------------
■ カテゴリーサブナビ
------------------- */

.SubNavFloorMenu {
width: 100%;
overflow: hidden;
}

.SubNavFloorMenu li {
float: left;
box-sizing: border-box;
position: relative;
height: auto;
}

.SubNavFloorMenu li:before {
content: "";
display: block;
padding-top: 70%;
}

.SubNavFloorMenu li span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height:1.5em;
display: block;
color: #fff;
font-size: 18px;
padding: 0 8px 8px 8px;
box-sizing: border-box;
}

.SubNavFloorMenu ul li {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
box-sizing: border-box;
}

.SubNavFloorMenu ul {
width: 100%;
overflow: hidden;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
box-sizing: border-box;
}

.brand_ttl {
    margin: 5px auto 15px !important;
    line-height: 1.2 !important;
    color: #f6dbbd !important;
    text-decoration: underline !important;
}

.brand_ttl a {
    color: #f6dbbd !important;
}

.ShopName a {
    color: #f6dbbd !important;
}


.menu_ttl {
    font-weight: 600;
    font-size: 20px;
	color: #fff;
	text-align: left;
}

.Price {
    margin: 10px auto;
    line-height: 1.6;
    color: #fff;
	text-align: left;
}

.menu_ttlHIS {
    font-weight: 600;
    font-size: 20px;
	color: #fff;
	text-align: center;
}

.PriceHIS {
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}

.PriceHIS span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	
.Price {
    font-size: 28px;
}

.menu_ttlHIS {
    font-weight: 600;
    font-size: 18px;
	color: #fff;
	text-align: center;
}

.PriceHIS {
    margin: 20px auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}

.PriceHIS span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
	text-align: center;
}

}


.PriceList {
margin: 0 !important;
padding: 0 !important;
}

.PriceList li {
margin-bottom: 5px !important;
padding: 0 !important;
width: 100% !important;
}

.PriceList li:nth-child(even) {
padding: 0 0 0 0 !important;
}

.SubNavSP {
display: none;
}


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

	.SubNavFloorMenu {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	}
	
	.SubNavFloorMenu li {
	width: 33.33%;
	text-align: center;
	}
	
	.SubNavFloorMenu li span {
	font-size: 13px;
	padding-top: 25%;
	}

	.SubNavFloorMenu ul li .Line1,
	.SubNavFloorMenu ul li .Line2 {
	padding-top: 17%;	
	}

}

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

	.SubNavFloorMenu {
	margin-bottom: 30px;
	}

	.SubNavFloorMenu li {
	width: calc(100% / 6);
	text-align: center;
	}

	*::-ms-backdrop, .SubNavFloorMenu li {
	width: 16.66%; /* IE11 */
	}
	
	.SubNavFloorMenu li span {
	font-size: 16px;
	padding-top: 23%;
	}

	.SubNavFloorMenu ul li .Line1,
	.SubNavFloorMenu ul li .Line2 {
	padding-top: 13%;	
	}

}

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

	.SubNavFloorMenu ul li .Line1,
	.SubNavFloorMenu ul li .Line2 {
	padding-top: 30%;	
	}
	
    .SubNavFloorMenu ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
    }

	.SubNavFloorMenu li span {
	font-size: 16px;
	padding-top: 25%;
	}

	.SubNavFloorMenu ul li .Line1,
	.SubNavFloorMenu ul li .Line2 {
	padding-top: 17%;	
	}

}

/* テーブルスタイル */
.ItemizationList .ShopUnit {
width: 100%;
overflow: hidden;
}

.ItemizationList .ShopFloor,
.ItemizationList .ShopName {
color: #f6dbbd;
}

@media screen and (max-width: 767px) {
	
/*
	.NoneThumb .Mds {
	margin-bottom: 0 !important;
	}
*/

	.ItemizationList {
	border-top: 1px solid #fff;
	margin: 0 15px;
	box-sizing: border-box;
	}

	.ItemizationList li {
	text-align: left;
	}

	.ItemizationList .ShopFloor {
	padding-top: 15px;
	font-size: 12px;
	font-weight: 300;
	line-height: 2em;
	}

	.ItemizationList .ShopName {
	display: block;
	font-size: 17px;
	font-weight: 700;
	}

	.ItemizationList .ShopName a {
	text-decoration: underline;
	}

	.ItemizationList .ShopPrice {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6em
	}

	.DLTable dl {
	border-bottom: 1px solid #fff;
	}
	
	.DLTable dd {
	color: #fff;
	}

}

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

	.IconLimited.sp {
	display: none !important;
	}

	.ItemizationList {
	border-bottom: 1px solid #fff;
	}

	.ItemizationList .DLTable {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}

	.ItemizationList .ShopFloor,
	.ItemizationList .ShopPrice {
	border-left: 1px solid #fff;
	text-align: left;
	}
	
	.ItemizationList .ShopFloor {
	font-size: 12px;
	font-weight: 300;
	}
	
	.ItemizationList .ShopName {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	text-decoration: underline;
	}
	
	.ItemizationList .ShopPrice {
	width: 60%;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	}

	/* テーブルスタイル */
	
	.DLTable dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}

	.DLTable dt,
	.DLTable dd {
	display: table-cell;
	padding: 10px 15px;
/* 	border-right: 1px solid #fff; */
	line-height: 1.8em;
	vertical-align: middle;
	}

	.ItemizationList .DLTable dt {
	width: 35%;
	}

}

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

	.ItemizationList .ShopFloor {
	width: 45%;
	}
	
}





/* -----------------
■ コースナビ
------------------- */

.SubNavCourseMenu {
width: 100%;
overflow: hidden;
}

.SubNavCourseMenu li {
float: left;
box-sizing: border-box;
position: relative;
height: auto;
}

.SubNavCourseMenu li:before {
content: "";
display: block;
padding-top: 50%;
}

.SubNavCourseMenu li span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height:1.5em;
display: block;
color: #fff;
font-size: 18px;
padding: 0 8px 8px 8px;
box-sizing: border-box;
}

.SubNavCourseMenu ul li {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
box-sizing: border-box;
}

.SubNavCourseMenu ul {
width: 100%;
overflow: hidden;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
box-sizing: border-box;
}

.SubNavSP {
display: none;
}


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

	.SubNavCourseMenu {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	}
	
	.SubNavCourseMenu li {
	width: 50%;
	text-align: center;
	}
	
	.SubNavCourseMenu li span {
	font-size: 14px;
	padding-top: 13%;
	}

	.SubNavCourseMenu ul li .Line1,
	.SubNavCourseMenu ul li .Line2 {
	padding-top: 33%;	
	}

}

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

	.SubNavCourseMenu {
	margin-bottom: 50px;
	}

	.SubNavCourseMenu li {
	width: calc(100% / 4);
	text-align: center;
	}

	*::-ms-backdrop, .SubNavCourseMenu li {
	width: 16.66%; /* IE11 */
	}
	
	.SubNavCourseMenu li span {
	font-size: 16px;
	padding-top: 12%;
	}

	.SubNavCourseMenu ul li .Line1,
	.SubNavCourseMenu ul li .Line2 {
	padding-top: 32%;	
	}

}

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

	.SubNavCourseMenu li span {
	font-size: 16px;
	padding-top: 15%;
	}
	
	.SubNavCourseMenu ul li .Line1,
	.SubNavCourseMenu ul li .Line2 {
	padding-top: 30%;	
	}
	
    .SubNavCourseMenu ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
    }

}






/* -----------------
■ item（一覧構成）
------------------- */


.item {
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
}

.item ul {
    padding: 0;
    position: relative;
    text-align: left;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item ul a {
    text-decoration: none;
}

.item ul li a {
    transition: 0.8s;
}

.item ul li p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding-bottom: 20px;
    color: #fff;
}

.item ul li .floar {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 0;
    color: #f6dbbd;
}

.item ul li .image {
width: 100%;
}

.item .border {
    width: 24px;
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
}

.IconLimited {
height: 30px;/*リボンの高さ*/
line-height: 30px !important;/*リボンの高さ*/
vertical-align: middle;
text-align: center !important;
color: #FFF;/*文字色*/
box-sizing: border-box;
}

.Hatsuyume {
position: relative;
}

.txtBox p {
font-weight: 300;
}

.txtHIS {
text-align: left !important;
}


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

	.FukuMds {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: .3em;
	background-color: #411d1d;
	border: 3px solid;
	border-color: #411d1d;
	text-align: center;
	margin: 20px 15px;
	}
	
	.PhotoLRBox {
	position: relative;
	width: 100%;
	z-index: 20;
	}

	.PhotoLRBox .PhotoLBox {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	}
	
	.PhotoLRBox .PhotoRBox {
	position: relative;
	width: 100%;
	}

	.itemCateWrap {
	padding-top: 15px;
	margin-bottom: 15px;
	}

	.Mds {
	margin-bottom: 20px !important;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	}	
	.item {
	    margin: 30px auto 0 auto;
	    text-align: center;
	    width: 100%;
	}

    .item ul {
        text-align: center;
        width: 100%;
        margin-top: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
 
.item ul li {
	position: relative;
    text-align: left;
    margin-bottom: 20px;
}
    
    .fukugohan {
	width: 100% !important;
	margin-right: 0 !important;
    }
    
    .item ul li {
	width: 100% !important;
	margin-right: 0 !important;
    }

    .item ul li:nth-child(even) {
	 margin-right: 0 !important;
    }

    .item ul li .image {
        width: 100%;
    }
    .item ul li .txtBox {
        width: 100%;
        margin: 0 auto;
    }
    .item ul li .txtBox .read_more img {
        width: 100%;
    }
    .item ul li .brand_ttl {
        margin: 10px auto 15px !important;
        font-size: 16px;
        text-align: left !important;
        font-weight: 600 !important;
    }

    .item ul li .PriceList {
    font-size: 14px;
    font-variant: 300;
    }

	.item .PriceList .PriceLead {
	font-size: 14px;
	font-weight: 300;
	}

    .item ul li .border {
        margin-bottom: 15px;
    }
    .item ul li p {
        font-size: 12px;
        line-height: 19px;
        height: auto;
        padding-bottom: 18px;
    }
    .item ul li .itemNote {
        font-size: 10px !important;
        line-height: 15px !important;
    }
    .item ul li .read_more {
        padding-bottom: 40px;
    }

	.IconLimited {
	    background: url(../img/IconBgSp.png) no-repeat center top;
		padding: 0 18px;/*横の大きさ*/
	}
	
	.item .IconLimited {
	display: inline-block !important;
    top: -15px;
    left: 0;
    right: 0;
	position: absolute;
	font-size: 13px;/*文字の大きさ*/
	}

	.Hatsuyume .IconLimited {
	position: relative !important;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block !important;
	font-size: 13px;/*文字の大きさ*/
	top: 0;
	left: auto;
	}

	.ItemizationList .IconLimited {
	margin-bottom: 7px;
	font-size: 13px;/*文字の大きさ*/
	font-weight: 500 !important;
	}
	
	.ItemizationList .sp {
	display: block !important;
	}

}

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

	.FukuMds {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: .3em;
	background-color: #502828;
	border: 3px solid;
	border-color: #502828;
	text-align: center;
	margin-bottom: 25px;
	}
	
	.ItemizationList .IconLimited {
	position: relative;
	margin-bottom: 8px !important;
	font-size: 14px;
	font-weight: 500 !important;
	padding: 0 15px;
	background: url(../img/IconBgPc.png) no-repeat;
	}

	.item ul.Column1 .image {
    margin-bottom: 20px;
	}
	
	.item ul.Column2 li .image {
	margin-bottom: 0;
	}

	.PhotoLRBox {
	position: relative;
	width: 100%;
	z-index: 30;
	}

	.PhotoLRBox .PhotoLBox {
	position: relative;
	float: left;
	width: 48.5%;
	margin-right: 3%;
	}
	
	.PhotoLRBox .PhotoRBox {
	position: relative;
	float: right;
	width: 48.5%;
	}

	.itemCateWrap {
	padding-top: 30px;
	margin-bottom: 30px;
	}

	.IconLimited {
	display: inline-block !important;
	font-size: 14px;/*文字の大きさ*/
	padding: 0 15px;/*横の大きさ*/
	background: url(../img/IconBgPc.png?01) no-repeat;/*塗りつぶし色*/
	}

	.fukubukuro .IconLimited {
	position: absolute;
	top: -5px;
	left: -15px;
	}

	.item ul li {
	position: relative;
    text-align: left;
    margin-bottom: 40px;
	}

	.item ul.Column2 li {
	float: left;
	width: 48.5%;
	margin-right: 3%;	
	}

	.item ul.Column2 li:nth-child(even) {
	margin-right: 0 !important;	
	}

	.item {
    margin: 0 auto 30px auto;
    text-align: center;
    width: 100%;
	}

	.item ul li a:focus, .item ul li a:hover {
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0.8s;
	}
	
	.item ul li a:focus p, .item ul li a:hover p {
    opacity: 0.5;
	}
	
	.item ul li a:focus .border, .item ul li a:hover .border {
    opacity: 0.5;
	}

	.item ul li .floar {
	margin-top: 10px;
	}

	.item .PriceList {
	font-size: 15px;
	font-weight: 500;
	}
	
	.item .PriceList .PriceLead {
	font-size: 14px;
	font-weight: 300;
	}

	.Mds {
	width: 100%;
	margin: 50px 0 30px 0;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: 700;
	}

	.txtBox .item ul {
	text-align: center !important;
	}

	.item ul li:nth-child(even) {
	margin-right: 0 !important;
	}


	.ItemizationList .sp {
	display: none !important;
	}

	.Hatsuyume .IconLimited {
	position: relative !important;
	margin-bottom: 20px;
	text-align: center;
	display: inline-block !important;
	font-size: 14px;/*文字の大きさ*/
	top: 0;
	left: auto;
	}

	.Hatsuyume .IconLimited {
	padding: 0 15px;/*横の大きさ*/
	background: url(../img/IconBgPc.png?01) no-repeat center top;/*塗りつぶし色*/
	}

}

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

	.FukuMds {
	font-size: 28px;
	}

	.Hatsuyume .IconLimited {
	position: relative !important;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block !important;
	font-size: 14px;/*文字の大きさ*/
	top: 0;
	left: auto;
	}

	.Hatsuyume .IconLimited {
	padding: 0 15px;/*横の大きさ*/
	background: url(../img/IconBgPc.png?01) no-repeat center top;/*塗りつぶし色*/
	}

}

.fukubukuro .hidden .brand_ttl {
    font-weight: 600;
}


.fukubukuro .brand_ttl {
	text-align: left;
    font-size: 18px;
    font-weight: 700;
}

.fukubukuro .Price {
    color: #fff;
}

.fukubukuro .brand_ttl .andW {
}

.fukugohan .brand_ttl {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
/*     letter-spacing: 2px; */
}







/* -----------------
■ アイコン
------------------- */

figure {
  position: relative;
}

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

  figure .NewOpen {
  position: absolute;
  top: 0px;
  left: 0px;
  }

  figure .NewOpen img {
  width: 75px !important;
  height: auto;
  }

  figure .NewOpenB {
  position: absolute;
  top: 15px;
  left: 15px;
  }

  figure .NewOpenB img {
  width: 75px !important;
  height: auto;
  }
  
  figure .limitedB {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 1.4em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 10px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedB span {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2em;
  }
  
  figure .limitedC {
  position: absolute;
  bottom: -7px;
  right: 55px;
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedC span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  }

  figure .limitedD {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 50px;
  height: 50px;
  font-size: 9px;
  line-height: 1.1em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedD span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  }
    
  .ShopBtn {
  display: block;
  width: 100%;
  margin: auto 0 0 0;
  padding: 4px 0;
  color: #4c4947;
  font-size: 14px;
  text-align: center;
  border-radius: 3rem;
  text-decoration: none;
  border: solid 1px #4c4947;
  }
  
  .gourmetList ul li a h2 {
  margin-bottom: 5px;
  }
  
  .gourmetList ul li a .menu {
  margin-top: 5px;  
  }
	
}

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

  figure .NewOpen {
  position: absolute;
  top: 0px;
  left: 0px;
  }

  figure .NewOpen img {
  width: 90px !important;
  height: auto;
  }
  
  figure .NewOpenB {
  position: absolute;
  top: 15px;
  left: 15px;
  }

  figure .NewOpenB img {
  width: 90px !important;
  height: auto;
  }

  figure .limitedB {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 10px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedB span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  }
  
  figure .limitedC {
  position: absolute;
  bottom: -10px;
  right: 55px;
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedC span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  }

  figure .limitedD {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 55px;
  height: 55px;
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding-top: 7px;
  text-align: center;
  margin-top: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  }

  figure .limitedD span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  }
    
  .ShopBtn {
  display: block;
  width: 100%;
  margin: auto 0 0 0;
  padding: 4px 0;
  color: #4c4947;
  font-size: 14px;
  text-align: center;
  border-radius: 3rem;
  text-decoration: none;
  border: solid 1px #4c4947;
  }
  
  .gourmetList ul li a .txtWrap {
  margin-bottom: 10px;
  }
 
 
 .gourmetList ul li a .menuPrice {
   margin-bottom: 10px;
 }
  
}


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

  figure .limitedB,
  figure .limitedC,
  figure .limitedD {
  width: 65px;
  height: 65px;
  }
 
   figure .limitedB,
  figure .limitedD {
   padding-top: 12px;
   }
   
  figure .limitedC {
   padding-top: 12px;
   right: 65px;
	}


}





/* -----------------
■ 汎用
------------------- */

.lh0 {
    line-height: 0;
}

.clearFix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* -----------------
■ Media Queries
------------------- */

.pc {
    display: block;
}

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

.sp {
    display: block;
}

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

/* -----------------
■ PC用
------------------- */

@media screen and (min-width: 768px) {
    .inner {
        position: relative;
    }
}

/* -----------------
■ タブレット用
------------------- */

@media screen and (max-width: 1002px) {
    .hidden .inner {
        width: 100%;
    }
    .hidden .inner .l img {
        width: 100%;
    }
}


	.txtTop {
	    padding-top: 10px;
	}
	
	.item ul li .read_more {
		display: block;
		position: relative;
	    text-align: center;
	    border: 1px solid #000;
	    margin-bottom: 40px;
	    padding: 7px;
	    font-size: 93%;
	    }
	    
	.item ul li .read_more:after {
		position: absolute;
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.gourmetList li {
  list-style: none;
}

.gourmetList img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-radius: 3%;
}

.gourmetList {

  margin: 0 auto 60px auto;
  min-height: 630px;
}
.gourmetList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
/*
.gourmetList ul li {
  width: 308px;
  margin: 18px 9px 0;
  background-color: #fff;
}
*/
.gourmetList ul li a {
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  /*transition: background-color 0.3s;*/
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gourmetList ul li a:hover {
  opacity: 0.6;
}
.gourmetList ul li a .txtWrap {

  color: #000;
  text-align: center;
}

/*
.gourmetList .limited {
  position: absolute;
  padding: 0.4em 0.6em;
  color: #fff;
  font-size: 12px;
  background-color: #bc912f;
  }
*/

/*
.gourmetList .limited {
    font-size: 12px;
    color: #fff;
    background-color: #bc912f;
    display: inline-block;
    padding: 5px;
    width: 130px;
    text-align: center;
    margin-top: 15px;
}
*/
  
.gourmetList ul li a h2 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
  margin-bottom: 5px;
}
/*
.gourmetList ul li a h2::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #000;
  width: 25px;
  bottom: 0;
  left: 0;
}
*/

.gourmetList ul li a .menu {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 10px;
}
.gourmetList ul li a .menuPrice {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 8px;
}
.gourmetList ul li .menuDate {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 8px;
}
.gourmetList ul li .menuLimited {
  font-size: 13px;
  color: #fff;
  background-color: #e95383;
  display: inline-block;
  padding: 5px;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  margin-top: 10px;
}
.gourmetList ul li a:hover {
  background-color:rgba(#fdeef7, 0.95);
}
.gourmetList ul li a:hover img {
  opacity: 1;
}

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

	.gourmetList ul li a h2 {
	text-align: left !important;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-top: 15px;
	margin-bottom: 5px;
	}

	.gourmetList ul li a .menu {
	text-align: left !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 8px;
	}
	
	.gourmetList ul li a .menuPrice {
	text-align: left !important;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4em;
	margin-top: 8px;
	}
	
	.gourmetList ul li .menuDate {
	text-align: left !important;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4em;
	margin-top: 8px;
	}

}


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


}



@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.modalwindow {
  display: none;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1100;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow.lock .close_modal {
  background: #ccc;
}

.modalwindow .body {
  position: relative;
  left: 50%;
  top: auto;
  width: 960px;
  margin-left: -480px;
  margin-top: 50px;
  margin-bottom: 10px;
  cursor: default;
  color: #000;
  font-size: 14px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: 0.3s modalwindow_body_out;
          animation: 0.3s modalwindow_body_out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalwindow .body .modal_content {
  background-color: #fff;
}
.modalwindow .body .modal_content .modal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0 40px;
}

.modalwindow .body .modal_content .modal_title {
  text-align: center;
}
.modalwindow .body .modal_content .modal_title .genre {
  font-size: 18px;
  margin-bottom: 20px;
}
.modalwindow .body .modal_content .modal_title h2 {
  font-size: 32px;
  margin-top: 0.3em;
  font-weight: 500;
}
.modalwindow .body .modal_content .modal_title h2 span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.modalwindow .body .modal_content .modal_data {
  padding: 30px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modalwindow .body .modal_content .modal_data .modal_left {
  width: 450px;
}
.modalwindow .body .modal_content .modal_data .modal_left .photo img {
  width: 450px;
  height: auto;
}
.modalwindow .body .modal_content .modal_data .dataBox {
  font-size: 12px;
  margin-top: 2em;
}
.modalwindow .body .modal_content .modal_data .dataBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.modalwindow .body .modal_content .modal_data .dataBox dl dt {
  border-top: 1px solid #ccc;
  width: 80px;
  padding: 0.5em 0;
}
.modalwindow .body .modal_content .modal_data .dataBox dl dd {
  border-top: 1px solid #ccc;
  width: calc(100% - 80px);
  padding: 0.5em 0;
/*   line-height: 1.5em; */
}
.modalwindow .body .modal_content .modal_data .dataBox .note {
  margin-top: 1em;
}

.modalwindow .body .modal_content .modal_data .modal_right {
  width: 390px;
  /*display:flex;
  flex-direction: column;*/
}

.modalwindow .body .modal_content .modal_data .modal_right .menuBox {
  padding-bottom: 1.5em;
}

.modalwindow .body .modal_content .modal_data .modal_right .limited {
  font-size: 14px;
  color: #fff;
  background-color: #bc912f;
  display: inline-block;
  padding: 5px;
  width: 140px;
  text-align: center;
  margin-bottom: 15px;
}

.modalwindow .body .modal_content .modal_data .modal_right .menuBox h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}

.modalwindow .body .modal_content .modal_data .modal_right .menuBox h3 span {
  font-size: 16px;
  line-height: 2em;
  display: block;
}

.modalwindow .body .modal_content .modal_data .modal_right .menuBox .price {
  font-size: 16px;
  margin-top: 0.5em;
  line-height: 1.7;
}

.modalwindow .body .modal_content .modal_data .modal_right .menuBox .price span {
  font-size: 20px;
  padding: 0 0.1em;
}
.modalwindow .body .modal_content .modal_data .modal_right .menuBox .price.list {
  margin-top: 0;
  margin-bottom: 0;
}
.modalwindow .body .modal_content .modal_data .modal_right .menuBox .price.list:first-child {
  margin-top: 2em;
}
.modalwindow .body .modal_content .modal_data .modal_right .menuBox .price.list:last-child {
  margin-bottom: 1em;
}
.modalwindow .body .modal_content .modal_data .modal_right .txtBox {
  margin: 1em 0 2em 0;
  line-height: 1.7142857;
  word-break: break-all;
  /*	text-align: justify;
  	text-justify:inter-ideograph;*/
}

.modalwindow .body .modal_content .modal_data .slider {
  width: 100% !important;
}

.modalwindow .body .modal_content .modal_data .slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.modalwindow .body .modal_content .modal_data .slider .slick-dots button {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: rgba(179, 13, 8, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.modalwindow .body .modal_content .modal_data .slider .slick-dots li {
  display: inline-block;
}
.modalwindow .body .modal_content .modal_data .slider .slick-dots li:first-child:last-child {
  display: none;
}
.modalwindow .body .modal_content .modal_data .slider .slick-dots .slick-active button {
  background-color: #b30d08;
}
.modalwindow .body .modal_content .modal_data .slider.dinner .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
}
.modalwindow .body .modal_content .modal_data .slider.dinner .slick-active button {
  background-color: #fff;
}
.modalwindow .body .modal_content .modal_data .slider.cake .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
}
.modalwindow .body .modal_content .modal_data .slider.cake .slick-active button {
  background-color: #fff;
}
.modalwindow .body .modal_content .modal_data .slider.gift .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
}
.modalwindow .body .modal_content .modal_data .slider.gift .slick-active button {
  background-color: #fff;
}
.modalwindow .body .modal_content .modal_data .slider.takeout .slick-dots button {
  background-color: transparent;
  border: 1px solid #fff;
}
.modalwindow .body .modal_content .modal_data .slider.takeout .slick-active button {
  background-color: #fff;
}
.modalwindow .body .modal_content .modal_data .slider .arrow-prev,
.modalwindow .body .modal_content .modal_data .slider .arrow-next {
  margin: auto;
  padding: 10px 0;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 166px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modalwindow .body .modal_content .modal_data .slider .arrow-prev {
  background: url(../images/arrow_prev.png) center center no-repeat;
  background-size: 20px 38px;
  left: 15px;
}
.modalwindow .body .modal_content .modal_data .slider .arrow-next {
  background: url(../images/arrow_next.png) center center no-repeat;
  background-size: 20px 38px;
  right: 15px;
}
.modalwindow .body .modal_content .linkToShop {
  padding-bottom: 40px;
}
.modalwindow .body .modal_content .linkToShop .btn {
  width: 90%;
  margin: auto;
}
.modalwindow .body .modal_content .linkToShop .btn a {
  color: #000;
  display: block;
  border: 1px solid #000;
  line-height: 38px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
}
.modalwindow .body .modal_content .linkToShop .btn a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.modalwindow .body .modal_content .linkToShop .btn a span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../img/arrow_info.png?240613) no-repeat center right;
  background-size: 6px 13px;
  width: 6px;
  height: 13px;
}
.modalwindow .body .modal_content .linkToShop .btn a:hover {
  opacity: 0.7;
}

.modalwindow.is_visible .body {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: 400ms modalwindow_body_in;
          animation: 400ms modalwindow_body_in;
}

.closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.closeBtn .close_modal {
  width: 100%;
  height: 68px;
  background: url(../img/icon_close.png) no-repeat right top;
  border: 0;
  cursor: pointer;
}


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

	.gourmetList {
	margin-top: 30px !important;
	}

	.gourmetList ul {
	display: grid !important;
	gap: 1rem !important;
	grid-template-columns: repeat(2, 1fr) !important;

	}

	.gourmetList ul li {
	height: 100%;
	margin: 25px 0 0 !important;
	background: transparent !important;
	}

}

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

	.gourmetList {
    max-width: 1260px;
	margin: 80px auto 60px auto !important;
	min-height: 500px;
	}

	.gourmetList ul {
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: -9px;
	margin-right: -9px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	}

	.gourmetList ul li {

	margin: 25px 0 0 !important;
	padding: 0px 10px 0 !important;
	background: transparent !important;
	}

	.gourmetList ul li a {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	}

}


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

	.gourmetList ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.gourmetList ul li {

	margin: 25px 0 0 !important;
	padding: 0px 10px 0 !important;
	background: transparent !important;
	}

}





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

	.LinkbBurger {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	}
	
	.LinkbBurger a {
	text-decoration: underline;
	}
	
	.LinkbBurger img {
	margin-top: 10px;
	width: 100%;
	}
	
}

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

	.LinkbBurger {
	text-align: center;
	margin-bottom: 70px;
	font-size: 18px;
	}

	.LinkbBurger a {
	text-decoration: underline;
	}

	.LinkbBurger img {
	margin-top: 10px;
	width: 650px;
	}
	
}
*/


/* -----　新春スペシャル　----- */

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

	.CoursName {LinkbBurger
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: .5em;
	background-color: #a6723e;
	text-align: center;
	margin: 0 15px;
	}

	.CoursMds {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 5px 0;
	}

	.CoursBox {
	padding: 20px;
	background-color: #fff;
	margin: 0 15px 50px 15px;
	}

	.CoursPrice {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #de0f14;
	margin-bottom: 15px;
	}

	.CoursPrice span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	}

	.CoursTxt {
	font-size: 14px;
	font-weight: 300;
	}

	.CoursTxt span {
	display: inline;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	background: linear-gradient(transparent 70% , #d9cdb1 70%);
	}

	.CoursPhoto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
	}
	
	.CoursPhoto .Photo {
	width: 100%;
	}

	.CoursPhoto .Photo img {
	width: 100%;
	margin-bottom: 10px;
	}
	
}

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

	.CoursName {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	padding: .5em;
	background-color: #a6723e;
	border: 1px solid;
	border-color: #a6723e;
	text-align: center;
	}

	.CoursMds {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 5px 0;
	}

	.CoursBox {
	padding: 20px;
	background-color: #fff;
	border: 1px solid;
	border-color: #a6723e;
	}

	.CoursPrice {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #de0f14;
	margin-bottom: 15px;
	}

	.CoursTxt {
	font-size: 16px;
	font-weight: 300;
	}

	.CoursTxt span {
	display: inline;
	font-size: 17px;
	font-weight: 500;
	line-height: 2em;
	background: linear-gradient(transparent 70% , #d9cdb1 70%);
	}

	.CoursPhoto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
	}
	
	.CoursPhoto .Photo {
	width: 49%;
	}

	.CoursPhoto .Photo img {
	width: 100%;
	}
	
}


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

	.CoursName {
	font-size: 30px;
	}

	.CoursMds {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 5px 0;
	}

	.CoursPrice {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #de0f14;
	margin-bottom: 15px;
	}

	.CoursTxt {
	font-size: 16px;
	font-weight: 300;
	}

	.CoursTxt span {
	display: inline;
	font-size: 17px;
	font-weight: 500;
	line-height: 2em;
	background: linear-gradient(transparent 70% , #d9cdb1 70%);
	}

	.CoursPhoto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
	}
	
	.CoursPhoto .Photo {
	width: 49%;
	}

	.CoursPhoto .Photo img {
	width: 100%;
	}

}
*/