/*　基幹 */
#maincontents {
    width: 1000px;
    margin: 0px auto 20px;
    display:block;
    justify-content: space-between;
    min-height: 600px;
}
.fixed .border_nav {
	width: 100%;
	margin:  0 auto;
	border-bottom: 1px solid #e4d5cb;
}

@media screen and (max-width: 768px){
#header.fixed{
	position: static;
  z-index: 99;/*最前面へ*/
  top:auto;
  left:auto;
}

.border_nav {
	border-bottom: none;
	padding-bottom: 5px;
	width: 100%;
}
.fixed .border_nav {
	border-bottom: none;
}

}

/* title_wrap */
h2 {
    color: #58351b;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0;
	margin-bottom: 40px;
}

.title_wrap {
	position: relative;
}
.title_wrap .bnr_right{
	position: absolute;
	top: -20px;
	right: 0;
	text-align: right;
}
.title_wrap .bnr_right img{
	width: 240px;
}
.title_wrap .bnr_right a:hover img{
	opacity: 0.6;
	transition: all 0.3s;
}

.title_wrap .bnr_takeout{
	position: absolute;
	top: -20px;
	right: 0;
	text-align: right;
}
.title_wrap .bnr_takeout img{
	width: 180px;
}
.title_wrap .bnr_takeout a img{
	transition: all 0.3s;
}
.title_wrap .bnr_takeout a:hover img{
	opacity: 0.6;
	transition: all 0.3s;
}

h3 {
    color: #58351b;
    font-size: 28px;
    text-align: left;
    padding: 15px 0 0;
	font-weight: bold;
	font-family: serif;
	line-height: 1.2;
}
h3 span{
	font-size: 13px;
	font-family: sans-serif;
}
h4 {
    color: #58351b;
    font-size: 20px;
    text-align: left;
    margin: 40px 0 20px;
	font-weight: bold;
	font-family: serif;
	line-height: 1.2;
}
h4 span{
	font-size: 13px;
	font-family: sans-serif;
}

/* テイクアウトのmodal中身 */
.modaal-content-container h2 {
	margin-bottom: 30px;
}
.eigyo_text{
margin: 15px auto 8px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
    color: #58351b;
	line-height: 1.4;
	text-align: center;
	}
.eigyo_text_serif {
	color: #58351b;
    font-size: 15px;
	line-height: 1.3;
}
.centerphoto {
	margin: 30px auto 0;
	text-align: center;
}
.leftbnr {
	margin: 15px auto 0;
	text-align: left;
}

/* お子様メニューボタン */
#maincontents .kids_bnr {
clear: both; padding-top: 30px; margin: 30px auto; text-align: center;
font-size: 12px;
}

/*　グルテン＋量のflex 240913 */
#maincontents .pasta_attention {
	display: flex;
	justify-content: flex-end;
    margin: 16px auto 50px;
	padding: 0;
	width: 100%;
	color: #92582d;
	line-height: 1.1;
	font-family: sans-serif;
}
#maincontents .menu_title_english {
	color: #92582d;
	opacity: 90%;
}
#maincontents .pasta_attention .pasta_gram {
	width:45%;
	padding:  0 0 0 50px;
}
#maincontents .pasta_attention .gluten_wrap {
	width:45%;
}

#maincontents .pasta_attention table {
	margin: 10px 0;
	border: 2px solid #92582d;
	border-spacing:0;
}
#maincontents .pasta_attention table th {
	padding: 0px 8px 5px;
	border-bottom: 1px solid #92582d;
	border-right: 1px solid #92582d;
	text-align: center;
}
#maincontents .pasta_attention table th.bg_c {
	background: #92582d;
	color: #fff;
}
#maincontents .pasta_attention table th.bg_c .menu_title_english {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 1px;
}
#maincontents .pasta_attention table td {
	padding:  8px;
	text-align: center;
	border-right: 1px solid #92582d;
}
#maincontents .pasta_attention table th:last-child,
#maincontents .pasta_attention table td:last-child{
	border-right: none;
}

/*グルテンフリーボタン */
#maincontents .gluten {
    width: 67%;
    margin: 16px auto 50px;
    clear: both;
    text-align: center;
}
#maincontents .gluten span.small{
    font-size: 80%;
}
#maincontents .gluten span.bb_white {
	border-bottom: 1px solid #fff;
}
#maincontents .gluten a {
	display: block;
}
.btn-gradient-radius {
    display: inline-block;
  padding: 8px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  font-family: serif;
  background-color: #5a0000;
  background: linear-gradient(270deg, #5a0000, #950000);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #5a0000 0%, #950000 100%);
  color: #ffffff;
}
/* -- end -- */

/* ------------------------
			menu 
---------------------------*/
.menu_wrap_contents {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}


/* ------------------------
			sp 
---------------------------*/

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


.title_wrap {
	position: relative;
}
.title_wrap .bnr_right{
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
}

.title_wrap .bnr_right img{
	width: 50%;
}
.title_wrap .bnr_right a:hover img{
	opacity: 0.6;
	transition: all 0.3s;
}
#maincontents {
    width: 95%;
}

#maincontents .pasta_attention {
	display: block;
}
#maincontents .pasta_attention .pasta_gram {
    width: 100%;
    padding: 40px 0 0 0;
}
#maincontents .pasta_attention .gluten_wrap {
	width:100%;
}

}