/* Base setting
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	font-size: 62.5%;
	font-feature-settings: "palt";
}

body {
	background: #000 url(../img/bg.jpg) no-repeat center top/auto 100%;
	background-size: auto 100%;
	background-attachment: fixed;
	color: #282828;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}


@media all and (-ms-high-contrast: none)

/* IE10以上 */
	{
	body {
		font-family: Meiryo, sans-serif\9;
		font-size: 15px !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	color: #333333;
}

h3 {
	font-size: 1.8rem;
}

p {
	margin-bottom: 1em;
}

img {
	vertical-align: top;
}
.txt__br,
.txt__br_smp {
	display: block;
}

.txt__center {
	text-align: center;
}

ruby rt {
	font-size: .8rem !important;
	line-height: 1.1 !important;
}

ul {
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

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

/*Form Style*/
fieldset {
	border: none;
}

legend {
	display: none;
}

form label {
	cursor: pointer;
}

form input,
form button,
form select,
form textarea {
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
}

form input,
form textarea {
	background: #fff;
	border: 1px solid #efefef;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
	box-shadow: none;
	outline: none;
}

input[type="date"] {
	border: 1px solid #efefef;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

input[type="date"]:focus {
	box-shadow: none;
	outline: none;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0 0 0 2.4rem;
	position: relative;
}

input[type="radio"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

input[type="radio"] + span::after {
	-webkit-transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 8px;
}

input[type="radio"]:checked + span::after {
	opacity: 1;
}

/*CheckBox*/
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0 0 0 2.4rem;
	position: relative;
}

input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

input[type="checkbox"] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid rgba(0, 0, 0, 0.32);
	border-left: 3px solid rgba(0, 0, 0, 0.32);
	content: "";
	display: block;
	height: 0.3em;
	left: 2px;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: .7em;
}

input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

/*Select*/
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../img/form-css-arrow.png) no-repeat center right 8px/16px 16px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 0.8em;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

/*Link*/
a {
	text-decoration: none;
	color: #282828;
}


a.link_btn,
.back_to_cat-top a,
.read__more,
header nav a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #ef6690;
	text-decoration: underline;
}

a img {
	border: none;
}

:focus,
:active {
	outline: none;
}

.cfix:after {
	content: "";
	display: table;
	clear: both;
}

i {
	display: inline-block;
	margin-right: 0.5rem;
}

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

/*Like Table*/
.list__table {
	margin-bottom: 20px;

}

.list__table dt,
.list__table dd {
	display: block;
	text-align: left;
}

.list__table dt {
	font-weight: 600;
	padding: 1.5rem 1.0rem .5rem;
	width: 100%;
}

.list__table dd {
	border-bottom: 1px solid #c3bfb7;
	padding: .5rem 1.0rem 1.5rem;
	width: 100%;
}

.list__table dd + dd {
	border-bottom: 1px dotted #c3bfb7;
	padding: 1.5rem 1.5rem 1.5rem;
}

.list__table dd div {
	border-top: 1px dotted #c3bfb7;
	padding: 1rem 0;
}

.list__table dd div:first-of-type {
	border: none;
	padding: 0 0 1rem;
}

.list__table dd div:last-of-type {
	padding: 1rem 0 0;
}

.list__table dd div {
	position: relative;
}

.list__table dd a.link_movepage {
	border: none;
	display: inline-block;
	margin: 0 0 0 auto;
	text-decoration: none;
	float: none;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}

/*Mobile*/
.logo {
	width: 120px;
	margin: 40px auto;
}

.main {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	width: 90%;
	max-width: 960px;
	margin: 0 auto 40px;
	padding: 40px 20px;
}

h1 {
	width: 100%;
	margin: 0 0 1em;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 600;
}

h1 .small__txt {
	display: block;
	font-size: 1.6rem;
	margin-bottom: .4em;
}

.reserve__today a {
	display: block;
	font-weight: 600;
}

.lunch__box {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}

.about__lunch {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;

}

.about__lunch > .lunch__photo {
	width: 100%;
	margin-bottom: 40px;
}


.lunch__photo img:first-child {
	width: 110% !important;
	max-width: 100% !important;
	height: auto;
}

.lunch__photo2 > img + p {
	display: none;
}
figure {
	font-size: 1.0rem;
	line-height: 1.4;
}


.about__lunch > .lunch__txt {
	width: 100%;
}

.about__lunch h2 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 1.5em;
}

.tax__in {
	font-size: 1.2rem;
	margin-left: .4rem;
}

.about__lunch > div p {
	margin-bottom: 2em;
	line-height: 2.0;
}

.about__lunch .lunch__price {
	margin-bottom: 2em;
	text-align: right;
	font-size: 1.2rem;
}

.about__lunch .lunch__price p:first-of-type {
	font-size: 1.8rem;
	font-weight: 900;
}

.about__lunch .lunch__price p {
	margin-bottom: 0;
	line-height: 1.4;
}

.lunch_menu {
	border-top: 1px solid #e2e2e2;
	padding: 30px 0 0;
}

.lunch_menu ul {
	margin-bottom: 1.6em;
	font-weight: 600;
	text-align: center;
}

.lunch_menu li:not(:last-of-type) {
	margin-bottom: .8em;

}

.my_case {
	font-size: 1.2rem;
}

.lunch_order {
	padding: 30px 0 0;
}

.order__number {
	font-size: 1.6rem;
	font-weight: 900;
}

.order__number a {
	color: #282828;
	text-decoration: none;
}

.order__number .small__txt {
	font-size: 1.4rem;
	font-weight: 600;
}

.lunch_contact {
	color: #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 80px;
}

.lunch_contact a {
	color: #fff;
	text-decoration: none;
}

/*Order Form*/
.lunch_order h2 {
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
}

.lunch_order input {
	background: #e5e4dc;
	border: none;
	font-size: 1.6rem;
	padding: 1rem;
	border-bottom: 3px solid #e5e4dc;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.lunch_order input[type="date"] {
	min-height: 3.5rem;
}

.lunch_order input:focus {
	background: #fff;
	border-bottom: 3px solid #6d5931;
}

.lunch_order input[type="number"] {
	width: 3em;
	margin-right: .8rem;
	line-height: 1.0;
	padding: .4rem 1.0rem;
}

.lunch_order textarea {
	background: #e5e4dc;
	border: 3px solid #e5e4dc;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	padding: 1.5rem;
}

.lunch_order textarea:focus {
	background: #fff;
	border: 3px solid #6d5931;
}

.lunch_order select {
	/*border: 1px solid #c3bfb7;*/
	border: none;
}

.lunch_order select:focus {
	/*border: 1px solid #c3bfb7;*/
	border: none;
}

.oeder__list {
	border-bottom: 1px solid #c3bfb7;
	width: 100%;
}

.oeder__list th {
	background: #f4f0e9;
}

.oeder__list th,
.oeder__list td {
	/*border-bottom: 1px solid #c3bfb7;*/
	padding: 1.5rem 1.0rem 1.0rem;
	text-align: left;
}

.oeder__list thead th:nth-of-type(2),
.oeder__list thead th:nth-of-type(3) {
	display: none;
}

.oeder__list td:nth-of-type(1) {
	border-top: 1px solid #c3bfb7;
	display: block;
	width: 100%;
	font-weight: 600;
}

.oeder__list td:nth-of-type(2) {
	border: none;
	display: inline-block;
	text-align: left;
	width: 60%;
	padding: 0 1.0rem;
}

.oeder__list td:nth-of-type(3) {
	border: none;
	display: inline-block;
	text-align: right;
	width: 40%;
	padding: 0 1.0rem 1.0rem;
}

.total__price {
	border-bottom: 1px solid #c3bfb7;
	padding: 1.5rem;
	font-weight: 900;
	font-size: 1.6rem;
	text-align: right;
}

#total_odrprice {
	display: inline-block;
	width: auto;
	background: transparent;
	border: none;
	text-align: right;
}

#total_odrprice:focus {
	border: none;
}

input[type="radio"] {
	display: none;
}

.order__gettime input[type="radio"] + input[type="hidden"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0 0 0 2.4rem;
	position: relative;
}

.order__gettime input[type="radio"] + input[type="hidden"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.order__gettime input[type="radio"] + input[type="hidden"] + span::after {
	-webkit-transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 8px;
}

.order__gettime input[type="radio"] + input[type="hidden"] + span::after {
	opacity: 1;
}

.form__btns {
	text-align: center;
}

.form__btns input {
	border: none;
	display: inline-block;
	padding: .8rem 1.6rem;
	margin: 0 5px 10px;
}

.form__btns .btn__confirm,
.form__btns .btn__submit,
.form__btns .btn__confirm:focus,
.form__btns .btn__submit:focus {
	background: #9f916d;
	color: #fff;
	border: none !important;
}

.form__btns .btn__back,
.form__btns .btn__back:focus {
	background: #959289;
	border: none !important;
	color: #fff;
}

div.wpcf7 .ajax-loader {
	display: block !important;
}

.thanks {
	display: none;
}

.is_mailsent .lunch_order {
	display: none;
}

.is_mailsent .thanks {
	display: block;
}

div.wpcf7-validation-errors {
	background: #715f5f;
	border: none;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
	border: none;
	color: #fff;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #ff0000;
	border: none;
	color: #fff;
}

div.wpcf7-spam-blocked {
	background: #ffa500;
	border: none;
	color: #282828;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #ffa500;
	border: none;
	color: #282828;
}

@media all and (min-width:769px) {
	.lunch_order input {
		font-size: 1.8rem;
	}

	.oeder__list {
		border-top: 1px solid #c3bfb7;
		width: 100%;
	}

	.oeder__list th {
		background: #f4f0e9;
	}

	.oeder__list th,
	.oeder__list td {
		border-bottom: 1px solid #c3bfb7;
		padding: 1.5rem;
		text-align: left;
	}

	.lunch_order input[type="number"] {
		width: 3em;
		margin-right: .8rem;
	}

	.oeder__list thead th:nth-of-type(2),
	.oeder__list thead th:nth-of-type(3) {
		display: table-cell;
	}

	.oeder__list td:nth-of-type(1) {
		border-top: 1px solid #c3bfb7;
		display: table-cell;
		width: auto;
		font-weight: 600;
	}

	.oeder__list td:nth-of-type(2) {
		border-top: 1px solid #c3bfb7;
		display: table-cell;
		text-align: left;
		width: auto;
		padding: 1.5rem 1.0rem;
	}

	.oeder__list td:nth-of-type(3) {
		border-top: 1px solid #c3bfb7;
		display: table-cell;
		text-align: right;
		width: auto;
		padding: 1.5rem 1.0rem;
	}

	.total__price {
		border-bottom: 1px solid #c3bfb7;
		padding: 1.5rem;
		font-weight: 900;
		font-size: 1.6rem;
		text-align: right;
	}

}

@media all and (min-width:961px) {
	body {
		background: #000 url(../img/bg.jpg) no-repeat center top/cover;
		background-size: 100%;
		background-attachment: fixed;
	}

	.txt__br_smp {
		display: inline;
	}

	.txt__br_pc {
		display: block;
	}

	.logo {
		width: 260px;
		margin: 80px auto;
	}

	.main {
		display: block;
		background: rgba(255, 255, 255, 0.8);
		width: 90%;
		max-width: 960px;
		margin: 0 auto 40px;
		padding: 80px 60px;
		height: auto;
	}

	.main::after {
		clear: both;
		content: "";
		display: block;
		height: 0;
	}

	h1 {
		width: 40%;
		margin: 0 0 .8em 60%;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 600;
	}

	h1 .small__txt {
		display: block;
		font-size: 1.8rem;
		margin-bottom: .2em;
	}

	.reserve__today {
		width: 40%;
		margin: 0 0 1em 60%;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	.lunch__box {
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		padding: 40px;
	}

	.about__lunch {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		padding-bottom: 0px;
	}

	.about__lunch > .lunch__photo {
		width: 55%;
	}

	.about__lunch > .lunch__txt {
		width: 40%;
	}

	.about__lunch > .lunch__photo2 {
		width: 30%;
	}

	.about__lunch > .lunch__txt2 {
		width: 65%;
	}

	.lunch__photo img:first-child {
		width: 110% !important;
		max-width: 100% !important;
		margin: -40% 0 10px 0%;
		height: auto;
	}

	.lunch__photo2 img:first-child {
		margin: 0 0 5px 0%;
	}

	figure {
		font-size: 1.1rem;
		line-height: 1.4;
	}

	.about__lunch h2 {
		font-size: 2.8rem;
		font-weight: 400;
		margin-bottom: .5em;
		line-height: 1.3;
	}

	.about__lunch > div p {
		margin-bottom: 2em;
		line-height: 2.0;
	}

	.lunch_menu {
		border-top: 1px solid #e2e2e2;
		padding: 30px 0 0;
	}

	.lunch_menu ul {
		margin-bottom: 1.6em;
		font-size: 1.8rem;
		text-align: left;
	}

	.lunch_menu li:not(:last-of-type) {
		margin-bottom: .8em;

	}

	.my_case {
		font-size: 1.5rem;
		padding-left: 1em;
	}

	/*Order Form*/
	.lunch_order h2 {
		font-size: 2.8rem;
		font-weight: 400;
		margin-bottom: 1.5rem;
		text-align: left;
	}

	.lunch_menu .price {
		padding-left: 1.6rem;
	}

	.lunch_order {
		padding: 30px 0 0;

	}

	.order__number {
		font-size: 2.4rem;
		font-weight: 900;
	}

	.order__number .small__txt {
		font-size: 1.4rem;
		font-weight: 600;
	}

	.lunch_contact {
		color: #fff;
		width: 100%;
		max-width: 800px;
		margin: 0 auto 160px;
	}
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
