@charset "utf-8";

.pc-only { display: block; }
.sp-only { display: none; }

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
}

html,body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.cf:after {
	content:"";
	display:block;
	clear:both;
}
html { font-size: 62.5%; }
body {
	font-size: 1.0rem;
	background: #fff;
	min-width: 980px;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover img{filter:alpha(opacity=70);opacity:0.70}
a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 80%;
}
#splash {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: url(../img/bg_splash.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
#splash p {
	margin-top: 85vh;
}
#splash a {
	color: #fff;
	font-size: 2rem;
	position: relative;
  padding-top: 80px;
}
#splash a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#splash a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#splash a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#splash a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#splash a i {
	font-style: normal;
	background: #780006;
	border-radius: 40px;
	padding: 8px 20px;
}
@-webkit-keyframes sdb {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes sdb {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.inner {
	margin: 0 auto;
	padding: 32px 0;
	width: 960px;
}
#news {
	background: #211613;
	color: #fff;
	padding: 20px 0;
}
#news h2 {
	font-size: 2rem;
}
#news h2 i {
	padding-right: 12px;
}
#news #newsBox {
	margin-top: 16px;
}
#news #newsBox ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
#news #newsBox li {
	color: #000;
	background: #f6f3ea;
	border-radius: 20px;
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 16px;
}
#news #newsBox li span {
	display: block;
	font-size: 1.2rem;
	text-align: right;
}
#infodt {
	font-size: 1.4rem;
	margin-top: 5px;
}
#news .cols {
	overflow: hidden;
	margin: 40px 0 0;
	width: 100%;
}
#news .cols p {
	font-size: 1.4rem;
	margin: 0 0 8px;
}
#news .cols .fBox {
	float: left;
	margin: 0 1% 20px;
	width: 48%;
}
#news .cols .pic {
	text-align: center;
	width: 60%;
	margin: 0 auto 8px;
}
#news .cols img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#news .cols a {
	color: #fff;
	padding: 0 8px;
	text-decoration: underline;
}
#slider,
#slider_ft {
	background: #000;
	height: 100px;
	overflow: hidden;
}
#slider ul,
#slider li,
#slider_ft ul,
#slider_ft li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#foods {
	background: url(../img/bg_all.png) #f6f3ea repeat center center;
	color: #000;
}
#foods .fBlock {
	margin: 40px 0 40px 20px;
	padding: 0 30px;
}
#foods h2 {
	text-align: center;
}
#foods h2 i {
	padding-right: 12px;
}
#foods h2 span {
	border-bottom: 6px double #000;
	font-size: 2.2rem;
	padding: 0 16px;
}
#foods .att {
	margin: 8px 0 24px;
	text-align: center;
	font-size: 1.4rem;
}
#foods .attImg {
	margin: 30px 0 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}
#foods .h3Box {
	display: table;
	margin-bottom: 20px;
}
#foods h3 {
	display: table-cell;
	vertical-align: top;
	background: url(../img/bg_menu.png) no-repeat left top;
	font-size: 2rem;
	line-height: 58px;
	text-align: center;
	height: 58px;
	width: 218px;
}
#foods h3 i {
	padding-right: 12px;
}
#foods .plus {
	display: table-cell;
	vertical-align: bottom;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 12px;
}
#foods .plus span {
	font-size: 1.2rem;
}
#foods img {
	height: auto;
	width: auto;
	max-width: 100%;
}
#foods .cols {
	overflow: hidden;
	margin: 40px 0;
	width: 100%;
}
#foods .cols .fBox {
	float: left;
	margin: 0 1%;
	width: 48%;
}
#foods .cols .fBox3 {
	float: left;
	margin: 0 1%;
	width: 31.3%;
}
#foods .cols .pic {
	text-align: center;
	width: 60%;
	margin: 0 auto 8px;
}
#foods h4 {
	color: #c30d23;
	font-size: 2rem;
}
#foods .price {
	font-size: 1.2rem;
	font-weight: bold;
}
#foods .price i {
	font-style: normal;
	font-size: 2rem;
	line-height: 1.6;
	padding-right: 4px;
}
#foods .reprice {
	background: rgba(205,55,64,0.2);
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 8px;
}
#foods .reprice i {
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.6;
	padding-right: 4px;
}
#foods .txt {
	background: #f6f3ea;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 8px;
}
#foods .txtMenu .fBox {
	border-bottom: 1px solid #000;
	padding: 8px 0;
	overflow: hidden;
}
#foods .txtMenu .fBox h4 {
	float: left;
	width: 50%;
}
#foods .txtMenu .fBox .price {
	float: left;
	width: 50%;
}
#foods .fSet {
	background: #fff;
	border: 3px solid #63493d;
	font-size: 1.6rem;
	padding: 8px;
	margin: 20px 0 40px;
}

#access {
	background: #211613;
	color: #000;
}
#access h2 {
	color: #fff;
	text-align: center;
}
#access h2 i {
	padding-right: 12px;
}
#access h2 span {
	border-bottom: 6px double #fff;
	font-size: 2.2rem;
	padding: 0 16px;
}
#access dl {
	margin: 40px 1% 0;
	width: 98%;
}
#access dl dt {
	color: #fff;
	font-size: 2rem;
	border-bottom:  2px solid #fff;
}
#access dl dt i {
	padding-right: 12px;
}
#access dl dd {
	padding: 8px 8px 24px 16px;;
	color: #fff;
	font-size: 1.6rem;
}
#access dl dd a {
	color: #fff;
}
#gMapInner {
	width: 100%;
	height: 350px;
}
#pickup {
	/*background: url(../img/bg_foods.png) #f6f3ea repeat center center;*/
	background: #f6f3ea;
}
#pickupWrap {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#pickupWrap::before,
#pickupWrap::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#pickupWrap::before {
	top: 0;
	left: 0;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
}
#pickupWrap::after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
}
#pickupWrap h3 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 8px;
}
#pickupWrap p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8;
}
footer {
	background: #780006;
	color: #fff;
	text-align: center;
}
footer ul {
	margin: 8px 0;
}
footer ul li {
	display: inline;
	font-size: 1.4rem;
	padding: 0 20px;
	border-left: 1px solid #fff;
}
footer ul li:first-child {
	border-left: none;
}
footer ul li a {
	color: #fff;
}
.share-buttons {
	vertical-align: middle;
	line-height: 32px;
	padding: 20px;
	font-size: 14px;
	margin: 0;
	text-align: center;
	color: #000;
}
.share-buttons .share-button {
	display: inline-block;
	text-align: center;
	height: 40px;
	width: 40px;
	margin-right: 8px;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.share-buttons .share-button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer #cpr {
	font-size: 1.2rem;
}
#pagetop {
	display: none;
	cursor: pointer;
	display: inline;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#fixnews {
    background: #ff6;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    position: fixed;
    font-size: 1.8rem;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99999;
}