@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.item__area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.item {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: 900px;
	text-align: center;
	color: #006933;
}
.item h2 {
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	font-weight: normal;
}
.category {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.category span {
	display: block;
	padding: 0;
}
.kushi__flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	padding: 0;
}
.kushi__flex .kushi {
	padding: 0 0 50px 0;
	width: 25%;
	min-width: 150px;
}
.kushi p {
	font-size: 14px;
}
.kushi .title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.kushi img {
	padding: 0 0 10px 0;
	height: 220px;
}
.ippin__flex__title {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	padding: 0;
}
.ippin__flex__title .ippin {
	padding: 0 0 10px 0;
	width: 25%;
}
.ippin__flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.ippin__flex .ippin {
	padding: 0 0 50px 0;
}
.ippin__flex .ippin:nth-child(1) {
	width: 25%;
}
.ippin__flex .ippin:nth-child(2) {
	width: 30%;
}
.ippin__flex .ippin:nth-child(3) {
	width: 45%;
}
.ippin .title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.ippin img {
	padding: 0 0 25px 0;
	height: 130px;
}
.ippin .sp-only {
	display: none;
}
@media only screen and (max-width: 999px) {
	.ippin__flex__title,
	.ippin__flex {
		justify-content: center;
		flex-wrap: wrap;
	}
	.ippin__flex__title .ippin:nth-child(2),
	.ippin__flex__title .ippin:nth-child(3),
	.ippin__flex__title .ippin:nth-child(4) {
		display: none;
	}
	.ippin__flex .ippin:nth-child(1),
	.ippin__flex .ippin:nth-child(2),
	.ippin__flex .ippin:nth-child(3) {
		min-width: 100%;
	}
	.ippin__flex .ippin:nth-child(1) img,
	.ippin__flex .ippin:nth-child(2) img,
	.ippin__flex .ippin:nth-child(3) img {
		max-width: 100%;
	}
	.ippin img {
		padding: 0 0 10px 0;
	}
}
.other__flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	text-align: left;
}
.other__flex .other {
	padding: 0 0 50px 0;
}
.other__flex .other:nth-child(1) {
	width: 45%;
}
.other__flex .other:nth-child(2) {
	width: 35%;
}
.other__flex .other:nth-child(3) {
	width: 20%;
}
.other__flex .other:nth-child(4) {
	width: 45%;
}
.other__flex .other:nth-child(5) {
	width: 35%;
}
.other__flex .other:nth-child(6) {
	width: 20px;
}
.other__flex .other:nth-child(7) {
	width: 45%;
}
.other__flex .other:nth-child(8) {
	width: 35%;
}
.other__flex .other:nth-child(9) {
	width: 20px;
}
.other p {
	font-size: 14px;
	color: #000000;
}
.other .title {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 25px;
	font-weight: bold;
	color: #006933;
}
.title_takeout {
	color: #E60012 !important;
}
@media only screen and (max-width: 999px) {
	.other__flex {
		justify-content: center;
	}
	.other__flex .other:nth-child(1),
	.other__flex .other:nth-child(2),
	.other__flex .other:nth-child(3),
	.other__flex .other:nth-child(4),
	.other__flex .other:nth-child(5),
	.other__flex .other:nth-child(6),
	.other__flex .other:nth-child(7),
	.other__flex .other:nth-child(8),
	.other__flex .other:nth-child(9) {
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.other__flex {
		flex-direction: column;
	}
	.other__flex .other:nth-child(1),
	.other__flex .other:nth-child(2),
	.other__flex .other:nth-child(3),
	.other__flex .other:nth-child(4),
	.other__flex .other:nth-child(5),
	.other__flex .other:nth-child(6),
	.other__flex .other:nth-child(7),
	.other__flex .other:nth-child(8),
	.other__flex .other:nth-child(9) {
		margin: 0 auto;
		min-width: 325px;
	}
}
.takeout__area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.takeout {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: 900px;
	text-align: center;
	color: #006933;
}
.takeout h2 {
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	font-weight: normal;
}
.takeout h2 span {
	display: block;
	margin: 0;
	padding: 20px 0;
	font-size: 14px;
	font-weight: normal;
}
.takeout p {
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.takeout__bg {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 900px;
	/*height: 350px;
	background-image: url("images/img-bg02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.takeout__bg img {
	width: 100%;
}
.about__area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.about__area h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
.about__bg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 350px;
	background-image: url("images/img-bg01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 40px 20px 0 20px;
	width: calc(100% - 40px);
	max-width: 900px;
}
.about .txt {
	width: 70%;
}
.about .logo {
	margin: 0;
	padding: 0;
	width: 23%;
	text-align: center;
	border: 1px solid #006933;
	border-radius: 5px;
}
.about .logo p {
	margin: 10px;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	color: #006933;
}
.about .logo img {
	margin: 10px;
	width: 70%;
}
.about p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 14px;
}
@media only screen and (max-width: 999px) {
	.about {
		justify-content: center;
		flex-wrap: wrap;
	}
	.about .txt {
		width: 100%;
		text-align: center;
	}
	.about .txt span {
		display: block;
	}
	.about .logo {
		width: 190px;
	}
	.about .logo p {
		font-size: 16px;
	}
}
.map {
	margin: 0;
	padding: 100px 0;
	width: 100%;
}
.banner__area {
	margin: 0;
	padding: 20px 0 40px 0;
	width: 100%;
}
.banner {
	margin: 0 auto;
	padding: 0 20px;
	width: 264px;
	text-align: center;
}
.banner p {
	margin: 0;
	padding: 10px 0;
}
.reserve__area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.reserve__area h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
.reserve__area h2 span {
	display: block;
	font-size: 14px;
	color: #006933;
}
.reserve {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: 900px;
}
.reserve h3 {
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 18px;
	color: #006933;
	border: 2px solid #006933;
	border-radius: 5px;
}
.reserve .input__area {
	margin: 0 auto;
	padding: 50px 20px 70px 20px;
	width: calc(100% - 40px);
	max-width: 700px;
}



.input {
	margin: 10px 0 30px 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	box-sizing: border-box;
    border: 1px solid #006933;
	border-radius: 5px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
}
#datepicker {
    width: 200px;
}
.cp_ipselect {
  overflow: hidden;
  margin:0;
  margin-bottom:5px;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #303030 !important;
	font-size: 16px !important;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	padding:3px 0;
    border: 1px solid #006933;
	border-radius: 5px;
	width: 200px;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
}
.radio-area,
.check-area {
	display: flex;
	flex-wrap: wrap;
}
.radio-area label,
.check-area label {
	display: inline-flex;
	margin-right: 20px;
}
.check-area label p {
	margin: -2px 0 0 0;
	padding: 0;
}
.contact-submit {
	display: block;
	margin: 0 auto;
	padding: 10px 45px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #006933;
	border-radius: 10px;
	background-color: #006933;
	transition:all 0.3s ease;
	-webkit-appearance: none;
}
.contact-submit:hover {
	color: #006933;
	background-color: #ffffff;
	cursor: pointer;
}
.submit {
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.submit p {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 14px;
}
.ui-datepicker-trigger {
	padding: 0 0 5px 15px;
	width: 50px;
}
@media only screen and (max-width: 559px) {
	.contact-submit {
		font-size: 14px;
	}
}
.must {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
}
.input__caution {
	padding-left: 10px;
	font-size: 14px;
}
.input__title {
	font-weight: bold;
}
.footer__area {
	margin: 70px 0 0 0;
	padding: 0;
	width: 100%;
	background: #fff000;
}
footer {
	margin: 0 auto;
	padding: 30px 20px;
	width: calc(100% - 40px);
	max-width: 1024px;
	text-align: center;
}
.footer__logo {
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	width: 195px;
	background: #ffffff;
	border-radius: 10px;
}
.footer__logo img {
	width: 100%;
}
.footer__pmark {
	margin: 0 auto 20px auto;
	padding: 5px;
	width: 85px;
	background: #ffffff;
	border-radius: 5px;
}
.footer__pmark img {
	width: 100%;
}
.footer__info p {
	font-size: 16px;
}
.footer__info span {
	display: inline-block;
}
small {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #006933;
}
@media only screen and (max-width: 767px) {
	.footer__logo {
		width: 130px;
	}
	.footer__pmark {
		width: 55px;
	}
}
.msg-area {
	box-sizing: border-box;
	margin: 30px auto;
	padding: 20px;
	width: 90%;
	max-width: 800px;
	color: #ffffff;
	text-align: left;
	background-color: #006ebb;
}
.msg-area span {
	display: block;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 559px) {
	.msg-area span {
		font-size: 16px;
	}
}
.msg-area-err {
	box-sizing: border-box;
	margin: 30px auto;
	padding: 5px 0;
	width: 76%;
	color: #ffffff;
	text-align: center;
	background-color: #FF0000;
}
.err-msg {
	display: block !important;
	margin: 0;
	padding: 2px 5px;
	color: #FF0000;
}

.iframe-margin {
	margin: 0;
	padding: 0 0 50px 0;
}
.iframe {
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	width: 100%;
	max-width: 840px;
}
.iframe-privacy {
	margin:0;
	padding:0;
	width:100%;
	height:250px;
	border:none;
}
@media only screen and (max-width: 767px) {
	.iframe {
		margin-top: 0;
		margin: 0 auto;
		padding: 0;
		width: auto;
		max-width: 500px;
	}
	.iframe-privacy {
		margin-top:30px;
	}
}
@media only screen and (max-width: 559px) {
	.iframe-margin {
		margin: 0;
	}
	.iframe-privacy {
		padding:0;
		width:100%;
		height:150px;
		border:none;
}
}
.privacyf {
	padding:15px;
	background-color:#FFF;
	font-size:12px;
	color: #232323;
}

#page-topImg {
	position: fixed;
	bottom: 5%;
	right: 10px;
	text-align:right;
	vertical-align:bottom;
}

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

.caution {
	margin: 0;
	padding: 0 0 30px 0;
}
.caution p {
	font-size: 12px;
}
.caution .title {
	color: #006933;
	font-size: 14px;
	font-weight: bold;
}
.caution ul {
	margin: 0;
	padding: 0 1em;
	font-size: 12px;
}









