/*グローバルメニュー*/
@media screen and (max-width:1060px){
	.p-global-nav > ul > li > a {
		padding-right: 16px;
    padding-left: 16px;
}
}

/*トップページ*/
.l-main{
background:url(https://yumenchi.com/wp-content/uploads/2019/01/mainbackground.png)
}
.p-footer-slider{
background:url(https://yumenchi.com/wp-content/uploads/2019/01/mainbackground.png)
}
.p-index-slider__item-title{
	font-family:"HGP行書体";
	font-weight:bold;
}
.p-section-header__title{
	transition-delay:1s !important;
}
.p-section-header__headline{
	box-shadow:6px 6px rgba(119,119,119,0.3);}

/*子ページヘッダー*/
.p-page-header__title{
	transition-delay:0s;
}
.p-page-header__title{
 font-family:"HGP行書体";
	font-weight:600;
	font-size:40px;
}

/*コンセプト*/
.p-page-header__headline{
	box-shadow:6px 6px rgba(119,119,119,0.3);
}


/*メニュー(トップ)*/
#menu h2{
	font-weight:600;
	font-family: 'Noto Serif SC', serif;
 background:rgba(204,89,89,0.8);
 padding: 0.5em;
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
 border-left: solid 5px #9b6d57;
	color:#fefefe;
}

/*メニュー(子ページ)*/

#foodtop{
	background:#ffffff;
	box-shadow:6px 6px 6px -5px rgba(119,119,119,0.5);
}
#foodtop h1{
	font-family: 'Noto Serif SC', serif;
	border-bottom:2px solid #9b6d57;
}
#foodtop h3{
	font-family: 'Noto Serif SC', serif;
	border-bottom:2px solid #9b6d57;
}
#foodtop ul{
	position:relative;
}
#foodtop ul li:before{
	content:"・";
  position:absolute;
  left :-25px; 
  color:#cc5959; 
}
#menutable h2{
	font-weight:800;
	border-bottom:2px solid #9b6d57;
	position:relative;
	color:#e10415;
	font-family: 'Noto Serif SC', serif;
}
#menutable h2::after{
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid #e10415;
}

#menutable table tr td{
	border:none;
}
#menutable table{
	width:100%;
}
#menutable tr{
	border-bottom:1px solid #9b6d57;	
}
.price{
	text-align:right;
	white-space:nowrap;
}

/*アクセス*/
#access h2{
	font-weight:bold;
	border-bottom:2px solid #9b6d57;
	position:relative;
	font-family: 'Noto Serif SC', serif;
	color:#e10415;
}
#access h2::after{
	content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid #e10415;
}

#accesstable table{
	width:100%;
}
#accesstable table tr td {
	border:none;
}
#accesstable tr{
	border-bottom:1px solid #9b6d57;	
}