/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 736px) {
	/*
PAGE HEADER
*/

	.page-header {
		position: relative;
		box-sizing: border-box;
		text-align: center;

		height: 260px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: hidden;
	}
	.page-header:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/page-header.jpg) center center no-repeat;
		background-size: cover;
		animation: pageHeader 20s linear 0s forwards;
	}
	.page-header-menu:before {
		background: url(../img/page-header-menu-3.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-feature:before {
		background: url(../img/page-header-feature.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-food:before {
		background: url(../img/page-header-food-2.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-drink:before {
		background: url(../img/page-header-drink.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-cafe:before {
		background: url(../img/page-header-cafe.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-info:before {
		background: url(../img/page-header-info.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-contact:before {
		background: url(../img/page-header-contact.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header-recruit:before {
		background: url(../img/page-header-recruit.jpg) center center no-repeat;
		background-size: cover;
	}
	.page-header:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: rgba(34, 34, 34, 0.3);
	}
	.page-header .page-header-logo {
		width: 120px;
		margin: 55px auto 0;
		z-index: 3;
	}
	.page-header-title {
		font-size: 4rem;
		color: #fff;
		line-height: 1.2em;
		font-weight: bold;
		position: relative;
		text-align: center;
		background: #333333;
		padding: 45px 0;
	}

	/*
PAGE
*/
	.page-contents {
		position: relative;
	}
	.page {
		font-size: 1.6rem;
		position: relative;
		padding-top: 1px;
	}

	.page p a {
		color: #4471b4;
		text-decoration: none;
	}
	.page p a:hover {
		color: #e979a9;
	}
	.page p a:visited {
		color: #432692;
	}
	.page a:hover {
		text-decoration: underline;
	}
	.page p {
		color: #222222;
		font-size: 1.4rem;
		line-height: 1.875em;
		margin-bottom: 30px;
	}
	.page p.bold {
		font-weight: bold;
	}
	.page p .bold {
		font-weight: bold;
	}
	.page p.title-2-caption {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.2em;
		margin-top: -20px;
		margin-bottom: 70px;
	}
	.title-2 {
		text-align: center;
		font-weight: bold;
		font-size: 3.5rem;
		color: #221815;
		line-height: 1.333em;
		margin-top: 45px;
		margin-bottom: 30px;
		font-family: "Libre Baskerville", serif;
		font-weight: 600;
		font-style: normal;
	}
	.title-3 {
		text-align: center;
		font-weight: normal;
		font-size: 2rem;
		line-height: 1.5em;
		margin: 40px auto 35px;
		color: #222222;
	}
	.title-3.center {
		text-align: center;
	}
	.title-4 {
		text-align: left;
		font-size: 1.8rem;
		font-weight: bold;
		color: #5ab8e3;
		line-height: 3em;
		letter-spacing: 0.05em;
		margin: 40px auto 10px;
		padding-bottom: 0px;
		padding-left: 21px;
		position: relative;
	}
	.title-4:before {
		content: "";
		background: url(../img/title-4.png) 0 0 no-repeat;
		background-size: contain;
		width: 12px;
		height: 12px;
		position: absolute;
		left: 0;
		top: 22px;
	}
	.title-5 {
		text-align: left;
		font-size: 2rem;
		font-weight: normal;
		line-height: 2em;
		letter-spacing: 0.05em;
		margin: 70px auto 33px;
		border-left: 2px solid #004ea7;
		padding-left: 18px;
	}
	.title-6 {
		text-align: left;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1.875em;
		letter-spacing: 0.05em;
		margin: 70px auto 30px;
	}

	.table-1 {
		width: 100%;
		margin: 56px auto;
		table-layout: fixed;
		position: relative;
		z-index: 2;
	}
	.table-1 th {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-bottom: 1px solid #eeeeee;
		padding: 18px;
		font-weight: bold;
		width: 150px;
		color: #78bbd9;
		vertical-align: top;
	}
	.table-1 td {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-bottom: 1px solid #eeeeee;
		padding: 17px;
	}
	.table-2 {
		width: 100%;
		margin: 56px auto;
		table-layout: fixed;
		position: relative;
		z-index: 2;
	}
	.table-2 th {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: center;
		border-right: 1px solid #e3ecef;
		background: #f4f6f9;
		padding: 5px 0;
		font-weight: bold;

		color: #4471b4;
		font-family: "Zen Maru Gothic", serif;
	}
	.table-2 td {
		font-size: 1.6rem;
		line-height: 2em;
		text-align: left;
		border-right: 1px solid #e3ecef;
		padding: 17px;
		background: #fff;
		text-align: center;
	}
	.table-2 th:last-child,
	.table-2 td:last-child {
		border-right: none;
	}

	hr {
		border: none;
		border-top: 1px solid #d7d7d7;
		background: none;
		height: 1px;
		margin: 90px auto;
		clear: both;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.left {
		text-align: left !important;
	}
	.middle {
		vertical-align: middle;
	}
	.alignleft {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.alignright {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.aligncenter {
		display: block;
		margin: 30px auto;
	}
	.page ol.list {
		counter-reset: number;
	}
	.page ol.list > li {
		font-weight: normal;
		margin-bottom: 15px;
		padding-left: 33px;
		position: relative;
	}
	.page ol.list > li ol.list {
		margin-top: 15px;
	}
	.page ol.list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 1px;
		color: #3d3e4f;
		width: 24px;
		height: 24px;
		text-align: center;
		font-size: 1.6rem;
		font-family: "Gelasio", serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.03em;
		background: none;
	}
	ul.list {
		margin-bottom: 30px;
	}
	ul.list > li {
		font-weight: normal;
		padding: 3px 0 3px 17px;
		position: relative;
		font-size: 1.6rem;
	}
	ul.list > li:before {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		background: #3d3e4f;

		position: absolute;
		left: 0px;
		top: 14px;
		border-radius: 100%;
	}

	.page a img {
		transition: 0.3s ease;
	}
	.page a img:hover {
		opacity: 0.7;
	}

	/*
FORM
*/
	.page .tel-p {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 90px;
	}
	.page .tel-p a {
		color: #222222;
		text-decoration: underline;
	}
	.mw_wp_form_input .title-2.confirm {
		display: none;
	}
	.mw_wp_form_confirm .title-2.input {
		display: none;
	}
	.mw_wp_form_input .contact-p.confirm {
		display: none;
	}
	.mw_wp_form_confirm .contact-p.input {
		display: none;
	}
	.page .contact-p {
		margin-top: -20px;
	}
	.box-contact {
		position: relative;
		background: #fff;
		box-sizing: border-box;
		padding: 30px;
		margin: 30px auto 0;
	}

	.sec.sec-contact {
		position: relative;
		padding-top: 90px;
	}

	.table-contact {
		width: 100%;
		margin: 0px auto;
		position: relative;
	}
	.table-contact,
	.table-contact tbody,
	.table-contact tr,
	.table-contact th,
	.table-contact td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-contact tr {
		position: relative;
	}
	.table-contact th {
		font-size: 1.5rem;
		color: #222222;
		font-weight: normal;

		padding: 20px 0px;
		padding-left: 10px;
		position: relative;
		text-align: left;
		vertical-align: top;
	}
	.table-contact td .required {
		display: none;
	}
	.table-contact tr:last-child th {
		display: none;
	}
	.table-contact td {
		padding: 0px 0px 20px;
		position: relative;
		border-bottom: 1px solid #d9d9d9;
		vertical-align: top;
	}
	.table-contact tr:last-child th,
	.table-contact tr:last-child td {
		border-bottom: none;
	}
	.mw_wp_form_confirm .table-contact td {
		padding: 40px 0;
	}

	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #cccccc;
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #cccccc;
	}
	::placeholder {
		/* Others */
		color: #cccccc;
	}
	.box-white.box-white-form {
		padding: 0 0 30px;
	}

	.mw_wp_form_complete .btn {
		margin-top: 45px;
	}
	.mw_wp_form_complete p {
	}

	.table-contact .required {
		color: #d9d9d9;
		width: 46px;
		height: 22px;
		line-height: 20px;
		font-size: 11px;
		display: inline-block;
		text-align: center;
		background: #fff;
		font-weight: normal;
		border-radius: 0px;
		position: absolute;
		right: 0;
		font-size: 1.3rem;
		top: 50%;
		margin-top: -11px;
		border: 1px solid #d9d9d9;
	}
	.table-contact .required-2 {
		color: #fff;
		width: 38px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
		display: inline-block;
		text-align: center;
		background: #dce0e3;
		font-weight: normal;
		border-radius: 5px;
		position: absolute;

		font-size: 1.2rem;
	}
	.table-contact p {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.mw_wp_form_confirm .required {
		/* top: 24px; */
	}
	.table-form .required-2 {
		color: #fff;
		width: 47px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		display: inline-block;
		text-align: center;
		background: #afafaf;
		font-weight: normal;
		border-radius: 5px;
		margin-left: 8px;
	}
	.radio-btns {
		width: 400px;
	}
	.radio-btns > .mwform-radio-field {
		display: inline-block !important;
	}
	/* ラジオボタンを隠す */
	.radio-btns input[type="radio"].radio-btns__item {
		display: none;
	}

	.radio-btns label {
		display: inline-block;
	}

	/* spanの左側にボタンを配置するスペースを作る */
	.radio-btns .radio-btns__item {
		display: block;
	}
	.mw_wp_form .horizontal-item {
		display: inline-block;
		margin-left: 0 !important;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.radio-btns .radio-btns__item + span {
		padding-left: 2em;
		display: inline-block;
		position: relative;
	}

	/* 各パーツを作成 */
	.radio-btns .radio-btns__item + span::after,
	.radio-btns .radio-btns__item + span::before {
		content: "";
		display: block;
		position: absolute;
		border: 1px solid #d4d4d4;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		top: 2px;
		left: 0;
		background: #fff;
	}

	/* after上書き */
	.radio-btns .radio-btns__item + span::after {
		opacity: 0;
		width: 10px;
		height: 10px;
		top: 8px;
		left: 6px;
		border: none;
		background: #3982b1;
	}

	.radio-btns .radio-btns__item:checked + span {
	}

	.radio-btns .radio-btns__item:checked + span::after {
		opacity: 1;
	}
	.box-pr {
		text-align: left;
		padding: 15px 0;
	}
	.box-pr .required {
		color: #d9d9d9;
		width: 46px;
		height: 22px;
		line-height: 20px;
		font-size: 11px;
		display: inline-block;
		text-align: center;
		background: #fff;
		font-weight: normal;
		border-radius: 0px;
		position: absolute;
		right: 0;
		font-size: 1.3rem;
		top: 50%;
		margin-top: -11px;
		border: 1px solid #d9d9d9;
	}
	.box-pr .horizontal-item {
		display: inline-block !important;
	}
	.box-pr .mwform-checkbox-field-text {
		overflow: hidden;
		width: 20px;
		height: 28px;
		display: inline-block;
		position: relative;
		top: 6px;
	}
	.box-pr .agree-text {
		display: inline-block;
	}
	.box-pr .agree-text a {
		text-decoration: underline;
		color: #222;
	}
	.mw_wp_form_confirm .box-pr,
	.mw_wp_form_confirm .agree {
		display: none;
	}

	.select-wrap {
		position: relative;
		display: block;
		width: 100%;
	}

	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 15px;
		top: 25px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 17px;
		height: 9px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 10px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: white;
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 60px;
		padding: 8px 12px;
		border: none;
		color: #333333;
		width: 100%;
		border-radius: 0px;
		border: 1px solid #fbfbfb;
		background: #fbfbfb;
	}
	.select-wrap.select-wrap-short select {
		height: 38px;
	}
	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}

	.table-contact input[type="text"],
	.table-contact input[type="tel"],
	.table-contact input[type="email"] {
		border: none;
		background: #fbfbfb;
		font-size: 15px;
		height: 60px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		border-radius: 0px;
		outline: none;
		border: 1px solid #fbfbfb;
	}
	.table-form input[type="tel"].zip {
		width: 204px;
		margin-bottom: 15px;
	}
	#autozip {
		display: none !important;
	}
	#zip_close > a {
		display: none !important;
	}
	.table-form input[type="text"]:focus,
	.table-form input[type="email"]:focus {
		border: 1px solid #e3ecef;
		background: #fff;
	}

	.mw_wp_form_confirm .form-privacy {
		display: none;
	}
	.form-privacy {
		text-align: center;
	}
	.form-privacy a {
		text-decoration: underline;
		font-size: 11px;
	}
	.sec-simple {
		margin-bottom: -100px;
	}
	.sec-simple .box-content {
		width: 1000px;
	}
	.list-status {
		margin-top: 80px;
		display: flex;
		justify-content: space-between;
	}
	.list-status li {
		font-size: 1.6rem;
		color: #cccccc;
		background: #fff;
		position: relative;
		line-height: 80px;
		height: 80px;
		text-align: center;
		width: 31%;
	}
	.list-status li:after {
		content: "";
		display: block;
		background: url(../img/status.png) 0 0 no-repeat;
		background-size: contain;
		width: 28px;
		height: 19px;
		position: absolute;
		left: calc(100% + 4px);
		top: 50%;
		margin-top: -10px;
	}
	.list-status li:last-child:after {
		content: none;
	}

	.mw_wp_form_input .list-status li:nth-child(1) {
		color: #222;
	}
	.mw_wp_form_confirm .list-status li:nth-child(1) {
		color: #222;
	}
	.mw_wp_form_confirm .list-status li:nth-child(2) {
		color: #222;
	}
	.mw_wp_form_complete .list-status li {
		color: #222;
	}

	.intro-p {
		text-align: center;
	}
	.mw_wp_form_input .intro-p.confirm {
		display: none;
	}
	.mw_wp_form_confirm .intro-p.input {
		display: none;
	}
	.mw_wp_form_confirm .intro-p.confirm + .title-line {
		display: none;
	}
	.mw_wp_form_confirm .list-flow {
		display: none;
	}
	.mw_wp_form_confirm .list-flow + .title-line {
		display: none;
	}
	.mw_wp_form_confirm .btn-submit {
		margin-top: 35px;
	}

	.contact-result-title {
		font-size: 3rem;
		color: #a6b7a9;
		font-weight: bold;
		margin-bottom: 50px;
	}
	.box-contact-logo {
		width: 176px;
		margin: 45px auto 40px;
	}
	.box-contact-logo-2 {
		width: 277px;
		margin: 30px auto;
	}

	.agree {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mwform-checkbox-field {
		display: inline-block;
		margin-top: 5px;
	}
	.mwform-checkbox-field > label input[type="checkbox"] {
		display: none;
	}
	.mwform-checkbox-field > label {
		cursor: pointer;

		font-weight: normal;
		display: block;
		padding: 0px 0px 2px 0;
	}
	.mwform-checkbox-field > label .mwform-checkbox-field-text {
	}
	.mwform-checkbox-field > label .mwform-checkbox-field-text:before {
		content: "";
		background: url(../img/checkbox.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		position: relative;
		top: 5px;
		display: inline-block;
		margin-right: 10px;
	}
	.mwform-checkbox-field > label input[type="checkbox"]:checked + .mwform-checkbox-field-text {
	}
	.mwform-checkbox-field > label input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
		background: url(../img/checkbox-checked.png) center center no-repeat;
		background-size: contain;
	}
	.agree .horizontal-item {
		display: inline-block !important;
	}
	.agree .mwform-checkbox-field > label {
		display: inline-block;
	}
	.agree .agree-text {
		font-size: 1.7rem;
		color: #3b3b3b;
		letter-spacing: 0.05em;
		position: relative;
		top: -3px;
		margin-left: 5px;
		display: inline-block;
	}
	.agree .agree-text a {
		color: #3b3b3b !important;
		text-decoration: underline;
	}
	.agree .agree-text a:hover {
		text-decoration: none;
	}
	.agree .required {
		color: #fff;
		width: 46px;
		height: 22px;
		line-height: 22px;
		font-size: 13px;
		display: inline-block;
		text-align: center;
		background: #a6b7a9;
		font-weight: normal;
		border-radius: 3px;
		margin-left: 10px;
	}
	.agree .confirm {
		display: none;
	}
	.mw_wp_form_confirm .agree .agree-text {
		display: none;
	}
	.mw_wp_form_confirm .agree .agree-text-confirm {
		display: inline-block;
	}
	.agree .mwform-checkbox-field-text {
		width: 20px;
		height: 26px;
		overflow: hidden;
		display: inline-block;
	}
	textarea {
		border-radius: 0px;
		outline: none;
		border: 1px solid #fbfbfb;
		background: #fbfbfb;
		font-size: 15px;
		height: 200px;
		width: 100%;
		padding: 20px 15px;
		box-sizing: border-box;
		position: relative;
		display: block;
		outline: none;
	}
	textarea:focus {
	}
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

	.form-btns {
		display: flex;
		justify-content: center;
	}
	.form-btns .btn-submit:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	.btn-submit,
	input[type="submit"] {
		display: inline-block;
		background: #222222;
		color: #fff !important;
		border-radius: 0px;
		width: 100%;
		line-height: 60px;
		padding: 0;
		margin: 0px auto 0px;
		display: block;
		font-weight: normal;
	}
	.btn-submit:hover {
		opacity: 0.7;
	}
	.mw_wp_form_confirm .btn-submit,
	.mw_wp_form_confirm input[type="submit"] {
		width: 256px;
	}
	input.btn-back {
		width: 138px !important;
		height: 47px;
		line-height: 47px;
		background: #979797;
		margin-left: 0;
		margin-right: 28px;
		font-size: 1.4rem;
		margin-top: 48px;
	}
	input.btn-back:hover {
		background: url(../img/bullet-white.svg) 95% center no-repeat, #009be0;
	}
	.contact-tel {
		text-align: center;
	}
	.contact-tel a {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}
	.contact-tel img {
		width: 238px;
	}
	.contact-tel-2 {
		text-align: center;
	}
	.contact-t-1,
	.contact-t-2,
	.contact-t-3 {
		display: none;
	}
	.box-white-contact {
		width: 800px;
	}
	.mw_wp_form_input .contact-t-1 {
		display: block;
		text-align: center;
	}
	.mw_wp_form_confirm .contact-t-2 {
		display: block;
	}
	.mw_wp_form_complete .contact-t-3 {
		display: block;
	}

	.page .result-title {
		text-align: center;
		margin-top: 60px;
		margin-bottom: 35px;
	}
	.page .result-title + p {
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.4666em;
	}
	.box-result-white {
		background: #fff;
		padding: 30px 50px;
	}
	.box-result-white p {
		font-size: 1.6rem;
		line-height: 1.75em;
		letter-spacing: 0.09em;
		text-align: left;
		margin: 0;
	}
	.btn-home {
		width: 159px;
		margin-top: 40px;
	}

	.mw_wp_form_complete + .contact-others {
		display: none;
	}
	.contact-other {
	}
	.contact-other img {
		width: 160px;
	}

	.contact-page-tel {
	}
	.contact-page-tel a {
		display: inline-block;
		background: url(../img/header-tel.png) center center no-repeat;
		background-size: contain;
		width: 264px;
		height: 29px;
		text-indent: -9999em;
	}
	.contact-page-tel a:hover {
		opacity: 0.7;
	}
	.contact-page-tel span {
		display: inline-block;
		font-size: 14px;
		color: #222222;
		margin-left: 10px;
		position: relative;
		top: 0px;
	}
	.ct-result-pic {
		width: 200px;
		margin: 40px auto 40px;
	}
	.ct-result-p {
		text-align: center;
		line-height: 2.6em;
	}
	.box-contact-result-pic {
		width: 113px;
		margin: 0 auto 0px;
	}
	.mw_wp_form_complete .title-2 {
		font-size: 3rem;
		margin: 30px auto;
	}
	.page-contact {
		padding-top: 0;
	}
	.box-contact-es {
	}
	.box-contact-es > .box-content:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		right: 1040px;
		top: 0px;
		/* transform: translate(-50%, -50%); */
		background: #a6b7a9;
	}
	.table-es {
		width: 1040px;
		margin: 0 auto;
		position: relative;
	}
	.table-es tr {
		border: none;
	}
	.table-es > tbody > tr:nth-child(1) > th {
		padding-top: 100px;
	}
	.table-es > tbody > tr:nth-child(1) > td {
		padding-top: 100px;
	}
	.table-es > tbody > tr > th {
		background: #a6b7a9;
		color: white;
		width: 210px;
		border: none;
		vertical-align: top;
		position: relative;
		font-weight: normal;
	}
	.table-es .mwform-checkbox-field {
		display: inline-block;
	}
	.table-es .mwform-radio-field {
		display: inline-block;
	}
	/* .table-es > tbody > tr > th:after {
		content: "";
		display: block;
		width: 1px;
		height: 60px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
	} */
	.table-es > tbody > tr > th .num {
		font-size: 3rem;
		color: white;
		display: inline-block;
	}
	.table-es > tbody > tr > th .required {
		background: none;
		color: white;
		border: 1px solid white;
		position: relative;
		display: inline-block;
		left: auto;
		right: auto;
		margin-left: 10px;
		top: -3px;
	}
	.table-es > tbody > tr > th .t {
		display: block;
		font-size: 1.5rem;
		color: white;
	}
	.table-es > tbody > tr > td {
		border-bottom: 1px solid #daded8;
		padding: 35px 50px;
		font-size: 1.5rem;
	}
	.table-es > tbody > tr > td .table-es-check-wrap {
		width: 500px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 5px 10px;
	}
	.table-es > tbody > tr > td p {
		margin-bottom: 10px;
	}
	.table-es > tbody > tr > td > input[type="text"],
	.table-es > tbody > tr > td > input[type="tel"],
	.table-es > tbody > tr > td > input[type="email"] {
		border: none;
		background: #fff;
		font-size: 15px;
		height: 60px;
		width: 780px;
		padding: 0 15px;
		box-sizing: border-box;
		border-radius: 0px;
		outline: none;
	}
	.table-es > tbody > tr > td > .select-wrap {
		width: 100%;
	}
	.table-es > tbody > tr > td > .select-wrap select {
	}
	.table-es table tr {
		border-bottom: 1px solid #daded8;
	}
	.table-es table {
		border-bottom: 1px solid #daded8;
	}
	.table-es table .box-pr {
		text-align: left;
	}

	.sec-contact-stick-1 {
		background: url(../img/box-contact-stick-1.png) 0 0 no-repeat;
		background-size: contain;
		width: 312px;
		height: 280px;
		position: absolute;
		left: 0;
		top: 288px;
	}
	.sec-contact-stick-2 {
		background: url(../img/box-contact-stick-2.png) 0 0 no-repeat;
		background-size: contain;
		width: 284px;
		height: 312px;
		position: absolute;
		right: 0;
		top: 288px;
	}
	.mw_wp_form_confirm .sec-contact-stick-1 {
		display: none;
	}
	.mw_wp_form_confirm .sec-contact-stick-2 {
		display: none;
	}
	.mw_wp_form_confirm .box-contact .footer-tel {
		display: none;
	}
	.sec-contact-stick-3 {
		background: url(../img/box-contact-stick-3.png) 0 0 no-repeat;
		background-size: contain;
		width: 281px;
		height: 302px;
		position: absolute;
		left: 0;
		top: 328px;
	}
	.sec-contact-stick-4 {
		background: url(../img/box-contact-stick-4.png) 0 0 no-repeat;
		background-size: contain;
		width: 305px;
		height: 302px;
		position: absolute;
		right: 0;
		top: 288px;
	}
	.mw_wp_form_input .sec-contact-stick-3 {
		display: none;
	}
	.mw_wp_form_input .sec-contact-stick-4 {
		display: none;
	}

	/*
	CONCEPT
	*/
	.sec {
		position: relative;
		padding: 20px 0 50px;
	}
	.sec-intro {
		padding: 45px 0;
	}
	.page .intro-p {
		text-align: center;
		font-size: 1.4rem;
		line-height: 2.9333em;
	}
	.page .sec-intro .intro-p {
	}
	.page .sec-intro .intro-p:last-child {
		margin-bottom: 0;
	}
	.title-2 + p.center {
		text-align: center;
		/* line-height: 2.777em;
		font-size: 1.8rem;
		position: relative;
		z-index: 3; */
	}
	.cc-pics {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin: 20px auto 20px;
		grid-gap: 5px;
	}
	.cc-pics + .btn {
		margin-top: 70px;
		margin-bottom: 30px;
	}

	/*
	MENU
	*/
	.box-mn {
		position: relative;

		margin-bottom: 50px;
	}
	.box-mn .mn-pic {
	}
	.box-mn .mn-content {
		background: #f7f7f7;

		position: relative;
		box-sizing: border-box;
		padding: 30px;
	}
	.box-mn .mn-content .mn-title {
		text-align: center;
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.box-mn .mn-content p {
		margin-bottom: 20px;
		text-align: center;
	}
	.box-mn .mn-content .btn {
		margin-bottom: 0;
	}

	/*
	FEATURE
	*/
	.pic-full {
		margin-bottom: 40px;
	}
	.box-drink-wrap {
		margin: 30px 0 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
	.box-drink {
		position: relative;
	}
	.box-drink .drink-pic {
		margin-bottom: 10px;
	}
	.box-drink .drink-content {
	}
	.box-drink .drink-content .drink-title {
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 15px;
	}
	.box-drink .drink-content .drink-title small {
		font-size: 1.1rem;
	}

	/*
	FOOD
	*/
	.sec-intro-food {
		padding-bottom: 0;
	}
	.box-food-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 14px;
	}
	.box-food {
	}
	.box-food .food-pic {
		margin-bottom: 20px;
	}
	.box-food p.center {
		text-align: center;
	}

	/*
	DRINK
	*/
	.box-drink-wrap-2 {
		/* display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 30px;
		margin-bottom: 80px; */
	}
	/* .box-drink-wrap-2 .box-drink {
		margin-bottom: 0;
	}
	.box-drink-wrap-2 .box-drink .drink-pic {
		width: 250px;
	}
	.box-drink-wrap-2 .box-drink .drink-content {
		width: 230px;
	} */

	/*
	RECRUIT
	*/
	.rec-feats {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin: 30px auto 55px;
	}
	.rec-feats .rec-feat {
		background: #fff;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 0;
	}
	.rec-feats .rec-feat img {
		width: 38px;
		margin: 0 auto 10px;
	}
	.rec-feats .rec-feat p {
		text-align: center;
		line-height: 2em;
		margin: 0;
	}
	.bqs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.bqs blockquote {
		background: #fff;
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 30px 0;
		align-items: center;
		font-size: 1.3rem;
	}
	.bqs blockquote:before {
		display: inline-block;
		position: absolute;
		top: 4px;
		left: 4px;
		vertical-align: middle;
		content: "";
		background: url(../img/bq-l.png) 0 0 no-repeat;
		background-size: contain;
		line-height: 1;
		width: 30px;
		height: 21px;
		text-align: center;
	}
	.bqs blockquote:after {
		display: inline-block;
		position: absolute;
		bottom: 4px;
		right: 4px;
		vertical-align: middle;
		content: "";
		background: url(../img/bq-r.png) 0 0 no-repeat;
		background-size: contain;
		line-height: 1;
		width: 30px;
		height: 21px;
		text-align: center;
	}
	.bqs blockquote p {
		text-align: center;
		margin: 0;
	}
	.cc-pics-2 {
		margin-top: 80px;
	}
	.list-jobtype {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		margin-bottom: 0px;
		margin-top: -30px;
	}
	.list-jobtype > li {
	}
	.list-jobtype > li > a {
		display: block;
		font-size: 1.5rem;
		color: #222222;
		padding: 20px;
		transition: 0.3s ease;
		position: relative;
		background: #fff;
		border-radius: 35px;
	}
	.list-jobtype > li > a:hover {
		text-decoration: none;
		background: #efede7;
		opacity: 0.7;
	}
	.list-jobtype > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		background: url(../img/post-btn.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 15px;
		margin-top: -7px;
	}
	.list-jobtype-2 > li > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		background: url(../img/select.png) 0 0 no-repeat;
		background-size: contain;
		width: 17px;
		height: 9px;
		margin-top: -4px;
	}

	/*
	JOB
	*/
	.sec-job {
		padding: 50px 0;
	}
	.box-job {
		position: relative;
		border: 4px solid #f7f7f7;
		box-sizing: border-box;
		padding: 25px;
		margin-bottom: 30px;
	}
	.box-job .job-title {
		text-align: center;
		font-size: 1.8rem;
		border-bottom: 1px solid #f7f7f7;
		padding-bottom: 15px;
	}
	.page p.no-job {
		text-align: center;
		font-size: 1.6rem;
		padding-top: 15px;
		margin-bottom: 0;
	}
	.box-job .job-content {
		border-bottom: 1px solid #f7f7f7;
		margin: 0px auto;
		padding: 15px 0 15px;
	}
	.table-job {
		border-collapse: separate;
		border-spacing: 0px 20px;
		width: 100%;
	}
	.table-job,
	.table-job tbody,
	.table-job tr,
	.table-job th,
	.table-job td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-job th {
		background: #f7f7f7;
		font-weight: normal;
		font-size: 1.5rem;
		vertical-align: top;
		padding: 10px 15px;
		line-height: 2em;
		box-sizing: border-box;
	}
	.table-job td {
		font-size: 1.5rem;
		padding: 10px 0;
		line-height: 2em;
	}
	.box-job .btn {
		margin-top: 25px;
		margin-bottom: 5px;
	}
	.left-sp {
		text-align: left !important;
	}

	.box-pdf {
		position: relative;
		background: #f7f7f7;
		box-sizing: border-box;
		padding: 20px;

		box-sizing: border-box;
	}
	.page .box-pdf p {
		text-align: left;
		margin: 0;
	}
	.page .box-pdf p i {
		font-size: 3rem;
		margin-right: 5px;
		vertical-align: middle;
	}
	.box-pdf .btn {
		margin: 15px auto 0;
		width: 200px;
	}
	.box-pdf .btn a {
	}
}
