@charset "UTF-8";
/* CSS Document */
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
}

body{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-family: 'Noto Serif', serif;
	background-color: black;
	color: aliceblue;
}

hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

h1 {
  position: relative;
  text-align: center;
}
h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #000;
  text-align: left;
}
h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/*マテリアルアイコン調整*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
	margin-top: -5px;
}

hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}




B4_Wrap{
	
}
.AllWrap{
	
}

/*折りたたみ*/
.card-body{
	color: #000000;
}

.Sidemenu_Wrap{
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
	
}

.Sidemenu{
	margin: 0;
	padding: 0;
	
}
.Sidemenu li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	margin-bottom: 15px;
}


.MenuTitle_Wrap{
	margin-bottom: 40px;
}




.MenuTitle{
	font-family: 'Noto Serif', serif;
	font-size: 30px;
	text-align: center;
}
.MenuTitle_2{
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	text-align: center;
}

.DrinkWrap{
	
}
.DrinkName{
	margin-bottom: 20px;
	
}
.DrinkName_En{
	font-family: 'Noto Serif', serif;
	font-size: 28px;
	margin-bottom: 10px;
	
}
.DrinkName_Jp{
	font-size: 20px;
	margin-top: -10px;
}
.DrinkImg{
	/*background-color: coral;*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url("../DrinkImg/9106568.jpg");*/
	width: 100%;
	height: 200px;
	background-color: #ffffff;
}

.DrinkData_Wrap{
	width: 100%;
	height: 200px;	
}
.DrinkData{
	
}

.DrinkData {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
.DrinkData li{
	padding: 0;
	margin: 0;
	list-style: none;
	
}
.DrinkPrice{
	position:absolute;
	bottom: 0;
	right: 20px;
	font-size: 22px;
	
	font-family: 'Noto Serif', serif;
}

.DrinkPrice_Num{
	border-bottom: #C5C5C5 solid 1px;
	
}

.DrinkPrice_Tax{
	font-size: 18px;
}
.DrinkDec_Wrap{
	margin-top: 20px;
}





