@charset "utf-8";
/* CSS Document */

#menu-page{
    width: 800px;
    margin:20px auto;
    padding:0px;
    border: 1px solid #00788D;
    border-radius: 4px;
    box-sizing: border-box;
    background: #FFF;
	box-shadow: 6px 6px 0 #ccc;

}
#menu-page .inner{
	padding: 30px;
}
#menu-page h1{
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 42px !important;
    background: none;
    color: #333;
    border: none;
}
#menu-page h1 p{
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 22px !important;
    padding-bottom: 15px;
    color: #333;
    border: none;
}
#menu-page h2{
    text-align: left;
    margin-bottom: 15px;

    border-bottom: 1px solid #00788D;
    color: #00788D;
    border-left: 5px solid #00788D;
}
#menu-page section{

}
#menu-page section:last-of-type{
    border: none
}
table.menu-table{
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

table.menu-table td{

    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 15px;
}
table.menu-table th{
    
    font-size: 15px;
}
table.menu-table th{

    background:#00788D;
    color: #FFF;
    padding: 8px;
}
table.menu-table th p{
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
}
table.menu-table td{
    padding: 8px;
}
table.menu-table td p{
    font-size: 13px;
    font-weight: normal
}
.pbox{
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold
}
.bg{
  background:#E3FCFF;
  margin-top:0px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.teika{
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
.spprice{
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    background: #FFEAEA;
    padding: 10px;
    line-height: 1;
    border-radius: 3px;
    color:#E63732
}
.spprice strong{
    font-size: 19px;
}
.tbox{
    font-size: 16px;
    margin-bottom: 20px;
}
.wbox,.wbox2{
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom:20px;
    border-bottom: 1px dashed #ccc;
}
.wbox .w1{
    float: left;
    width: 49%;
}
.wbox .w2{
    float:right;
    width: 49%;
}
.wbox2 .w1{
    float: left;
    width: 59%;
}
.wbox2 .w2{
    float:right;
    width: 39%;
}
.wbox .k1{
    float: left;
    width: 29%;
}
.wbox .k2{
    float:right;
    width: 69%;
}
.biko{
	background:#FEF9E7;
	padding: 20px;
	margin-bottom: 45px;
}
.tit{
	background: #00788D;
	color: #FFF;
	font-weight: bold;
	padding: 25px 10px  15px 30px;
	font-size: 1.3rem;

	line-height: 1;
	margin: 0 -30px 20px -30px;
}
.tit p{
	font-size: 0.8rem;
	color: #FFF !important;
	text-align: right;

}
.tit p span{
	font-size: 1.2rem;
}
@media (max-width: 767px) {
#menu-page{
    width: 92%;
    padding:0px;
}
#menu-page h1{
    border: none;
}

#menu-page h2{
    border-top: none;
    padding-bottom: 5px;
}
#menu-page section{
    margin-bottom: 20px;
    padding-bottom:20px;
    padding:20px 0;
    border-bottom: 1px dashed #ccc
}
#menu-page h1{

    border: none !important;
    border-bottom: 3px solid #97626F;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    
}

table.menu-table{

}
table.menu-table th,
table.menu-table td{
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
}

.wbox .w1,.wbox .k1{
    float:none;
    width: 100%;
}
.wbox .w2,.wbox .k2{
    float:none;
    width: 100%;
}
.wbox2 .w1{
    float:none;
    width: 100%;
}
.wbox2 .w2{
    float:none;
    width: 100%;
}
}