@charset "UTF-8";
/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');

.f-not-sans {font-family: 'Noto Sans JP', sans-serif;}
.f-zen-mincho {font-family: 'Zen Maru Gothic', serif;}

/* initialization
------------------------------*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, tfoot, thead, time, tr, th, td, ul, var, video {
	margin: 0;
	padding: 0;
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: 400;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-size: small;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

del {
	text-decoration: line-through;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff0;
	color: #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset, img {
	border: 0;
	vertical-align: top;
}

img {
	-ms-interpolation-mode: bicubic;
	image-rendering:auto; 
}

ol, ul {
	list-style: none;
}

input, textarea, select {
	font-family: inherit;
	font-weight: 400;
}

label {
	cursor: pointer;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.2s, background 0.2s, color 0.2s;
	-o-transition: opacity 0.2s, background 0.2s, color 0.2s;
	transition: opacity 0.2s, background 0.2s, color 0.2s;
}
a:link, a:active, a:visited {
	color: #24B7C0;
	text-decoration: underline;
}
a img {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover img,a:hover {
	opacity: 0.8;
}

main {
	z-index: 10;
	overflow: hidden;
}
main a:not(.btn):hover {
	opacity: 0.7;
}

/* iOSでのデフォルトスタイルをリセット */
input:not([type=radio]), button, select, textarea {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0;
	outline: 0;
}
@media screen and (max-width: 767px) {
	input:not([type=radio]), button, select, textarea {
		font-size: 16px !important;
	}
}

html {
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* 値指定 */
body {
	font-family: 'Zen Maru Gothic', "MS Pゴシック","YuGothic";
	font-size: 16px;
	color: #333;
}
@media screen and (min-width: 768px) {
	body {
		min-width: 1210px;
	}
}
body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.pcOnly {
		display: block !important;
	}
	.spOnly {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
}
.overLay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 50;
}
.overLay.fixed {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
}

/*all*/
.f-container {
	width: 1184px;
	padding: 0 15px;
	margin: 0 auto;
}
.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-wrap_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-wrap_spacearound {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flex-wrap_spacebetween {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.f-container {
		width: 100%;
		padding: 0 25px;
	}
}
.u-red {
	color: #c70000;
}
.u-bold {
	font-weight: 700;
}

/* header */
.l-header {
}
@media screen and (max-width: 767px) {
	.l-header {
	}
}

/* footer */
.l-footer {
	height: 370px;
	background: url(../img/common/food_bk.png);
	background-size: cover;
	background-position-x: center;
	margin-top: 33px;
}
.l-footer .logo {
	display: block;
    width: 200px;
    margin: 0 auto 27px;
}
.l-footer .ttl {
	text-align: center;
    font-size: 22px;
    margin-bottom: 18px;
}
.l-footer .address {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
    line-height: 1.6;
    margin-bottom: 31px;
}
.l-footer .address span {
    font-size: 14px;
}
.l-footer .address span.tel {
    font-size: 27px;
}
.l-footer .address span.reception {
    font-size: 14px;
}
.l-footer .copyright {
	text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
	.l-footer {
		margin-top: 39px;
	}
	.l-footer .logo {
		width: 100%;
		margin: 0 auto;
	}
	.l-footer .ttl {
		font-size: 25px;
		margin-bottom: 13px;
	}
	.l-footer .address {
		font-size: 14px;
	}
	.l-footer .address .box {
		width: 80%;
		background: #E7F8F9;
		border-radius: 5px;
		padding: 1px 0 4px;
		margin: 15px auto 8px;
	}
	.l-footer .address span.reception {
		font-size: 12px;
	}
	.l-footer .copyright {
		font-size: 11px;
		margin-top: -5px;
	}
}

