@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* Normalization */
:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
#tableware_style audio:not([controls]) {
	display: none;
}
#tableware_style details {
	display: block;
}
#tableware_style input[type="number"] {
	width: auto;
}
#tableware_style input[type="search"] {
	-webkit-appearance: textfield;
}
#tableware_style input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
#tableware_style small {
	font-size: 75%;
}

#tableware_style {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	background-color: #fff;
}
#tableware_style .txt-small {
	font-size: .8em;
}
#tableware_style .clearfix {
	zoom: 1;
}
#tableware_style .clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
#tableware_style .clearfix:after {
	clear: both;
}
#tableware_style .inner {
	max-width: 1000px;
	margin: 0 auto;
}
#tableware_style .heading__xl {
	margin-bottom: 40px;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 60px;
	text-align: center;
	color: #a88d00;
}
#tableware_style .heading__xl::before {
	display: block;
	margin: 0 auto 10px;
	width: 335px;
	height: 51px;
	content: '';
	background: url(../img/tableware_img/assets/images/accent-01.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
@media (max-width: 599px) {
#tableware_style .heading__xl {
	font-size: 24px;
}
}
#tableware_style .heading__lg {
	margin-bottom: 38px;
	padding: 10px 0;
	font-size: 49px;
	background: #1A1C54;
	color: #fff;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
@media (max-width: 599px) {
#tableware_style .heading__lg {
	font-size: 23px;
	margin-left: -10px;
	margin-right: -10px;
	letter-spacing: -0.1em;
}
}
#tableware_style .heading__lg__inner {
	padding: 10px 5px;
	border-top: 3px solid #D4A64E;
	border-bottom: 3px solid #D4A64E;
}
#tableware_style .heading__accent::before {
	content: url(../img/tableware_img/assets/images/accent-01.png);
}
/*-------------------------------------------*/
/*  header
/*-------------------------------------------*/
#tableware_style .header {
	height: 115px;
	border-bottom: 3px solid #A38E2D;
}

@media (max-width: 599px) {
#tableware_style .header {
	height: 60px;
	padding: 0 10px;
}
}
#tableware_style .header__inner {
	position: relative;
}
#tableware_style .header__ttl {
	font-size: 10px;
}
#tableware_style .header__logo {
	height: 115px;
	line-height: 115px;
}

@media (max-width: 599px) {
#tableware_style .header__logo {
	width: 100px;
	height: 60px;
	line-height: 60px;
}
}

@media (max-width: 599px) {
#tableware_style .header__logo img {
	width: 100px;
}
}
#tableware_style .header__contact {
	position: absolute;
	top: 7px;
	right: 0;
	width: 380px;
	height: 95px;
}
#tableware_style .header__contact > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/tableware_img/assets/images/btn-tel.png");
	background-size: cover;
}
#tableware_style .header__contact > a > span {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 120px;
	font-size: 32px;
	color: #fff;
}

@media (max-width: 599px) {
#tableware_style .header__contact {
	display: none;
}
}
#tableware_style .hero {
	background: url(../img/tableware_img/assets/images/hero-bg.jpg);
}

@media (max-width: 599px) {
#tableware_style .hero {
	display: none;
}
}
#tableware_style .hero__inner {
	max-width: 1600px;
	margin: 0 auto;
}
#tableware_style .hero-sp {
	display: none;
	background: url(../img/tableware_img/assets/images/hero-bg.jpg);
}

@media (max-width: 599px) {
#tableware_style .hero-sp {
	display: block;
}
}
#tableware_style .contact {
	padding: 40px 0;
	margin: 0 auto 40px;
	background: #f6f6f6;
}

@media (max-width: 599px) {
#tableware_style .contact {
	margin: 0 0;
}
}
#tableware_style .contact__ttl {
	margin-bottom: 30px;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 56px;
	text-align: center;
	color: #a40000;
}
#tableware_style .contact__ttl::before {
	content: url(../img/tableware_img/assets/images/accent-02.png);
	width: 117px;
	height: 51px;
	padding-right: 10px;
}
#tableware_style .contact__ttl::after {
	content: url(../img/tableware_img/assets/images/accent-02.png);
	width: 117px;
	height: 51px;
	padding-left: 10px;
}

@media (max-width: 599px) {
#tableware_style .contact__ttl {
	font-size: 23px;
}
#tableware_style .contact__ttl::before {
	display: none;
}
#tableware_style .contact__ttl::after {
	display: none;
}
}
#tableware_style .contact__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	margin: 0;
	font-size: 0;
	width: 100%;
  padding: 0 0 0 20px;
}

@media (max-width: 599px) {
#tableware_style .contact__list {
	flex-direction: column;
	padding: 0 30px;
	width: 100%;
}
}
#tableware_style .contact__item {
	margin-right: 20px;
	width: 480px;
	height: 120px;
}

@media (max-width: 599px) {
#tableware_style .contact__item {
	margin-right: 0;
	width: 100%;
}
}
#tableware_style .contact__item--tel {
	position: relative;
	display: block;
	width: 480px;
	height: 120px;
	background: url("../img/tableware_img/assets/images/btn-tel.png");
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 36px;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
#tableware_style .contact__item--tel > a {
	position: absolute;
	top: 32px;
	left: 150px;
	display: inline-block;
	color: #fff;
}

@media (max-width: 599px) {
#tableware_style .contact__item--tel > a {
	font-size: 60%;
	top: 15%;
	left: 30%;
}
}

@media (max-width: 599px) {
#tableware_style .contact__item--tel {
	width: 100%;
}
}
/*-------------------------------------------*/
/*  こちらの商品も買取いたします
/*-------------------------------------------*/
.contents {
	padding: 0 0 100px;
}

@media (max-width: 599px) {
#tableware_style .contents {
	padding: 0 10px 50px;
}
}
#tableware_style .contents__inner {
	max-width: 1000px;
	margin: 0 auto;
}
#tableware_style .contents__lead {
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
}

@media (max-width: 599px) {
#tableware_style .contents__lead {
	font-size: 16px;
	text-align: left;
}
}
/*-------------------------------------------*/
/*  こちらの商品も買取いたします
/*-------------------------------------------*/
.contents01 {
	padding-top: 20px;
	text-align: center;
}
/*-------------------------------------------*/
/*  こちらの商品も買取いたします
/*-------------------------------------------*/
.contents-result {
	text-align: center;
	background: url(../img/tableware_img/assets/images/result-bg.jpg);
}
#tableware_style .contents-result__lead {
	margin-bottom: 50px;
	font-size: 18px;
}

@media (max-width: 599px) {
#tableware_style .contents-result__lead {
	font-size: 16px;
	text-align: left;
}
}
#tableware_style .contents-result__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
  padding-left: 0;
}
#tableware_style .contents-result__item {
	position: relative;
	flex-basis: 19.2%;
	max-width: 19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 10px;
	background: #fff;
	border: 1px solid #a0a0a0;
}
#tableware_style .contents-result__item:nth-child(5n) {
	margin-right: 0;
}

@media (max-width: 599px) {
#tableware_style .contents-result__item {
	flex-basis: 48%;
	max-width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#tableware_style .contents-result__item:nth-child(2n) {
	margin-right: 0;
}
#tableware_style .contents-result__item:nth-child(odd) {
	margin-right: 4%;
}
}
#tableware_style .contents-result__item__img {
	margin-bottom: 10px;
}
#tableware_style .contents-result__item__text {
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
}
#tableware_style .contents-result__item__price {
	position: relative;
	left: -15px;
}

@media (max-width: 599px) {
#tableware_style .contents-result__item__price img {
	width: 98%;
}
}
#tableware_style .contents-result__state {
	width: 100%;
	margin-top: 40px;
}

@media (max-width: 599px) {
#tableware_style .contents-result__state {
	width: 100%;
}
}
/*-------------------------------------------*/
/*  例えばこんな食器でも買い取ります！
/*-------------------------------------------*/
.contents-example {
	background: url("../img/tableware_img/assets/images/example-bg.jpg");
}
#tableware_style .contents-example__balloon {
	right: 0;
	max-width: 660px;
	padding: 55px 28px;
	background: #fff;
	border-radius: 10px;
	font-size: 35px;
	text-align: center;
	color: #100964;
	border: 2px solid #666;
}

@media (max-width: 599px) {
#tableware_style .contents-example__balloon {
	margin-bottom: 10px;
	font-size: 16px;
	padding: 20px 10px;
}
}
#tableware_style .contents-example__allright {
	max-width: 660px;
}
#tableware_style .u-fl {
	float: left;
}
#tableware_style .ex01__left {
	float: left;
}
#tableware_style .ex01__right {
	float: right;
}
#tableware_style .ex01__ballon {
	max-width: 660px;
	padding: 20px 28px;
	background: #fff;
	border-radius: 10px;
	font-size: 35px;
	text-align: center;
	color: #100964;
	border: 2px solid #666;
}
#tableware_style .ex01__ok {
	padding-top: 10px;
	width: 80%;
}
#tableware_style .ex02__left {
	max-width: 660px;
	padding: 20px 28px;
	background: #fff;
	border-radius: 10px;
	font-size: 35px;
	text-align: center;
	color: #100964;
	border: 2px solid #666;
}
/*-------------------------------------------*/
/*  高価買取の理由
/*-------------------------------------------*/
.contents-reason {
	padding-bottom: 0;
}
#tableware_style .contents-reason__lead {
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
}

@media (max-width: 599px) {
#tableware_style .contents-reason__lead {
	font-size: 16px;
	text-align: left;
}
}
#tableware_style .chance {
	width: 100%;
	height: 670px;
	background: url(../img/tableware_img/assets/images/chance-bg.jpg);
	background-size: cover;
	background-position: 50%;
}

@media (max-width: 599px) {
#tableware_style .chance {
	height: auto;
}
}
#tableware_style .chance__body {
	text-align: center;
	margin: 0 auto;
	max-width: 739px;
	height: 670px;
	line-height: 670px;
}

@media (max-width: 599px) {
#tableware_style .chance__body {
	height: auto;
	line-height: 1;
}
}
#tableware_style .chance__ttl {
	font-size: 38px;
}
/*-------------------------------------------*/
/*  買取方法のながれ
/*-------------------------------------------*/
.contents-flow {
	background: url(../img/tableware_img/assets/images/flow-bg.jpg);
}

@media (max-width: 599px) {
#tableware_style .contents-flow {
	padding-left: 0;
	padding-right: 0;
	background: #fff;
}
}
#tableware_style .contents-flow__lead {
	text-align: left;
	margin-bottom: 20px;
}
#tableware_style .contents-flow__list {
	list-style-type: none;
  padding-left: 0;
}
#tableware_style .contents-flow__item {
	position: relative;
	display: block;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px;
	border: 2px solid #ddd;
	margin-bottom: 40px;
}
#tableware_style .contents-flow__item::after {
	display: block;
	position: absolute;
	left: calc(50% - 18px);
	bottom: -40px;
	font-size: 36px;
	color: #ccc;
	display: inline-block;
	line-height: 1;
	font-family: 'fontAwesome', sans-serif;
	font-style: normal;
	font-weight: normal;
	content: "\f063";
}
#tableware_style .contents-flow__item:last-child::after {
	display: none;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__item {
	flex-direction: column;
}
}
#tableware_style .contents-flow__num {
	padding-top: 40px;
	width: 105px;
	background: #0F095F;
	color: #fff;
	text-align: center;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__num {
	width: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
}
}
#tableware_style .contents-flow__num__step {
	display: block;
	line-height: 1;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__num__step {
	display: inline-block;
}
}
#tableware_style .contents-flow__num__number {
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__num__number {
	display: inline-block;
	font-size: 20px;
}
}
#tableware_style .contents-flow__body {
	width: calc(100% - 220px);
	padding: 0 10px;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__body {
	width: 100%;
	padding: 0;
}
}
#tableware_style .contents-flow__img {
	width: 220px;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__img {
	width: 100%;
	margin-top: 10px;
}
}
#tableware_style .contents-flow__ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 599px) {
#tableware_style .contents-flow__ttl {
	font-size: 18px;
}
}

@media (max-width: 599px) {
#tableware_style .contents-flow__text {
	margin-bottom: 10px;
}
}
#tableware_style .tab__menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	border-bottom: 5px solid #0F095F;
  padding-left: 0;
}
#tableware_style .tab__item {
	width: 50%;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 32px;
}

@media (max-width: 599px) {
#tableware_style .tab__item {
	font-size: 18px;
	height: auto;
	line-height: 1;
}
}
#tableware_style .tab__link {
	display: block;
	width: 100%;
	height: 100%;
	background: #6F6B9E;
	border-radius: 10px 10px 0 0;
	color: #fff;
  padding-top: 6px;
}

@media (max-width: 599px) {
#tableware_style .tab__link {
	padding: 15px 0;
}
}
#tableware_style .tab__link--active {
	background: #0F095F;
	font-weight: bold;
}
#tableware_style .tab__box {
	padding: 30px;
	background: #fff;
}

@media (max-width: 599px) {
#tableware_style .tab__box {
	padding: 10px;
}
}
#box2 {
	display: none;
}
#tableware_style .preparation {
	background: #C5CAE9;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 599px) {
#tableware_style .preparation {
	padding: 15px;
}
}
#tableware_style .preparation__ttl {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #0F095F;
}
#tableware_style .preparation__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

@media (max-width: 599px) {
#tableware_style .preparation__list {
	flex-direction: column;
}
}
#tableware_style .preparation__item {
	padding: 15px;
	border-radius: 10px;
	background: #fff;
}
#tableware_style .preparation__item--6 {
	flex-basis: 49%;
	max-width: 49%;
	margin-right: 2%;
}
#tableware_style .preparation__item--6:nth-child(2n) {
	margin-right: 0;
}
#tableware_style .preparation__item--4 {
	flex-basis: 32%;
	max-width: 32%;
	margin-right: 2%;
}
#tableware_style .preparation__item--4:nth-child(3n) {
	margin-right: 0;
}

@media (max-width: 599px) {
#tableware_style .preparation__item {
	flex-basis: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
}
#tableware_style .preparation__item__ttl {
	margin-bottom: 10px;
	border-bottom: 1px solid #0F095F;
	color: #0F095F;
	text-align: center;
	font-weight: bold;
}
#tableware_style .preparation__item__img {
	margin-bottom: 10px;
}
#tableware_style .preparation__item__text {
	font-size: 14px;
}
/*-------------------------------------------*/
/*  お客様のよろこびの声
/*-------------------------------------------*/
.contents-voice {
	background: url(../img/tableware_img/assets/images/contents-voice-bg.png);
	background-repeat: repeat-x;
}
#tableware_style .contents-voice__head {
	margin-bottom: 30px;
	padding-top: 100px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 54px;
	line-height: 1;
	letter-spacing: .1em;
	color: #a88d00;
}

@media (max-width: 599px) {
#tableware_style .contents-voice__head {
	font-size: 24px;
}
}
#tableware_style .contents-voice__list {
	list-style-type: none;
  padding-left: 0;
}
#tableware_style .contents-voice__item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid #A38E2D;
	background: #fff;
}

@media (max-width: 599px) {
#tableware_style .contents-voice__item {
	flex-direction: column;
}
}
#tableware_style .contents-voice__img {
	padding-right: 18px;
	width: 266px;
	overflow: hidden;
}

@media (max-width: 599px) {
#tableware_style .contents-voice__img {
	margin-bottom: 10px;
	width: 100%;
	padding-right: 0;
}
}
#tableware_style .contents-voice__ttl {
	margin-bottom: 20px;
	font-size: 32px;
	border-bottom: 1px solid #A38E2D;
	color: #100964;
}

@media (max-width: 599px) {
#tableware_style .contents-voice__ttl {
	font-size: 20px;
}
}
#tableware_style .contents-voice__body {
	position: relative;
	width: calc(100% - 266px);
}

@media (max-width: 599px) {
#tableware_style .contents-voice__body {
	width: 100%;
	position: inherit;
}
}
#tableware_style .contents-voice__name {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 19px;
	color: #100964;
}

@media (max-width: 599px) {
#tableware_style .contents-voice__name {
	text-align: right;
	display: block;
	padding-top: 10px;
	position: inherit;
}
}
/*-------------------------------------------*/
/*  よくある質問
/*-------------------------------------------*/
.contents-faq {
	background: url(../img/tableware_img/assets/images/faq-bg.jpg);
}
#tableware_style .contents-faq__list {
	list-style-type: none;
  padding: 0 20px;
}
#tableware_style .contents-faq__item {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#tableware_style .contents-faq__question {
	position: relative;
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	color: #100964;
	border-bottom: 1px dotted #A38E2D;
	font-weight: bold;
}
#tableware_style .contents-faq__question::before {
	position: absolute;
	content: '';
	background: url(../img/tableware_img/assets/images/ico-q.png);
	display: inline-block;
	width: 53px;
	height: 54px;
	top: 10px;
	left: 0;
}
#tableware_style .contents-faq__answer {
	position: relative;
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#tableware_style .contents-faq__answer::before {
	position: absolute;
	content: '';
	background: url(../img/tableware_img/assets/images/ico-a.png);
	display: inline-block;
	width: 53px;
	height: 54px;
	top: 15px;
	left: 0;
}
/*-------------------------------------------*/
/*  まんがく屋では、次の商品の買取も行っています！
/*-------------------------------------------*/
.contents-product {
	border-top: 2px solid #a88d00;
}
#tableware_style .contents-product__ttl {
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 40px;
	color: #a88d00;
}

@media (max-width: 599px) {
#tableware_style .contents-product__ttl {
	font-size: 22px;
}
}
#tableware_style .contents-product__list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
  padding-left: 0;
}
#tableware_style .contents-product__item {
	flex-basis: 24%;
	max-width: 24%;
	margin-right: 1.333%;
	margin-bottom: 1.333%;
	background: #fff;
	border: 1px solid #E4E3E2;
}
#tableware_style .contents-product__item:nth-child(4n) {
	margin-right: 0;
}

@media (max-width: 599px) {
#tableware_style .contents-product__item {
	flex-basis: 32%;
	max-width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#tableware_style .contents-product__item:nth-child(3n) {
	margin-right: 0;
}
#tableware_style .contents-product__item:nth-child(4n) {
	margin-right: 2%;
}
#tableware_style .contents-product__item:last-child {
	margin-right: 0;
}
}
#tableware_style .contents-product__item > a {
	display: block;
	width: 100%;
	height: 100%;
}
#tableware_style .contents-product__item__ttl {
	padding: 5px 0;
	text-align: center;
	background: #1A1C54;
	color: #fff;
}

@media (max-width: 599px) {
#tableware_style .contents-product__item__ttl {
	font-size: 12px;
}
}
#tableware_style .contents-product__item__img {
	padding: 10px;
	width: 100%;
}

@media (max-width: 599px) {
#tableware_style .contents-product__item__img {
	padding: 5px;
}
}
#tableware_style .contents-product__item__body {
	padding: 0 10px 10px;
	font-size: 13px;
	color: #333;
}

@media (max-width: 599px) {
#tableware_style .contents-product__item__body {
	display: none;
}
}
input, button, textarea, select {
	margin: 0;
	padding: .5rem;
	background: none;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#tableware_style .p-form__container {
	max-width: 960px;
	margin: 2rem 0 4rem;
	margin-left: auto;
	margin-right: auto;
}
#tableware_style .p-form__container__title {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 100;
}
#tableware_style .p-form__group {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	padding: 2rem 1rem;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 599px) {
#tableware_style .p-form__group {
	flex-direction: column;
}
}
#tableware_style .p-form__title {
	position: relative;
	width: 30%;
	line-height: 1;
	font-weight: bold;
}

@media (max-width: 599px) {
#tableware_style .p-form__title {
	width: 100%;
	margin-bottom: 2rem;
	padding: 5px 0;
}
}
#tableware_style .p-form__body {
	width: 70%;
}

@media (max-width: 599px) {
#tableware_style .p-form__body {
	width: 100%;
}
}
#tableware_style .p-form__required-mark {
	position: absolute;
	display: inline-block;
	padding: .5rem .5rem;
	border-radius: 2px;
	background: #C8453C;
	color: #fff;
	font-size: .75rem;
}
#tableware_style .p-form__label-item {
	margin-left: .5rem;
}
#tableware_style .p-form__text {
	position: absolute;
	top: 8px;
	left: 3rem;
}
#tableware_style .p-form__input {
	width: 90%;
	outline: none;
	border: 1px solid #ddd;
	background: #fff;
	transition: all .7s;
}

@media (max-width: 599px) {
#tableware_style .p-form__input {
	width: 100%;
}
}
#tableware_style .p-form__input:focus {
	box-shadow: 0 0 7px #ff0000;
	border: 1px solid #ff0000;
}
#tableware_style .p-form__input__select {
	width: 84px;
	margin: 0 1%;
}
#tableware_style .p-form__input--xs {
	width: 20%;
}
#tableware_style .p-form__input--small {
	width: 30%;
}
#tableware_style .p-form__input--md {
	width: 50%;
}
#tableware_style .p-form__input--full {
	width: 100%;
}
#tableware_style .p-form__selectbox {
	width: 90%;
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
	transition: all .7s;
}
#tableware_style .p-form__selectbox--interview {
	width: 10%;
}

@media (max-width: 599px) {
#tableware_style .p-form__selectbox--interview {
	width: 14.5%;
}
}
#tableware_style .p-form__selectbox--age {
	width: 20%;
}
#tableware_style .p-form__selectbox:focus {
	box-shadow: 0 0 7px #ff0000;
	border: 1px solid #ff0000;
}
#tableware_style .p-form__selectbox::after {
	position: absolute;
	display: inline-block;
	right: .5rem;
	top: 10px;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff0000;
	pointer-events: none;
}
#tableware_style .p-form__btn-area {
	width: 100%;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
#tableware_style .p-form__after {
	display: inline-block;
	padding: 0 5px;
}
#tableware_style .footer {
	padding: 30px 0 0;
	text-align: center;
	background: url(../img/tableware_img/assets/images/footer-bg.jpg);
	color: #fff;
}

@media (max-width: 599px) {
#tableware_style .footer {
	font-size: 12px;
}
}
#tableware_style .footer__nav {
	list-style-type: none;
	text-align: center;
}
#tableware_style .footer__nav__item {
	display: inline-block;
	padding: 0 10px;
}
#tableware_style .footer__nav__item > a {
	text-decoration: underline;
	color: #fff;
}
#tableware_style .footer__box {
	padding: 20px 0;
}
#tableware_style .footer__bottom {
	padding: 10px 0;
	background: #A38D2C;
}
/*# sourceMappingURL=maps/style.css.map */
