@charset "UTF-8";

.main {
	padding-bottom: 90px;
}

.main_ttl {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 90px;
}

.shop {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.shop_ttl {
	font-size: 24px;
	color: #1989C7;
	text-align: center;
	padding-bottom: 20px;
}

.shop_item {
	margin-top: -60px;
	padding-top: 120px;
}

.shop_item_ttl {
	font-size: 18px;
	background: #1989C7;
	color: #FFF;
	padding: 15px 35px;
}

.shop_item_img {
}

.shop_item_img img {
	width: 100%;
	height: auto;
}

.shop_item_tb {
	width: 100%;
	text-align: center;
}

.shop_item_tb tr {
	border: 1px solid #C4C5C6;
}

.shop_item_tb th {
	background: #EAF4FA;
	padding: 15px 0;
}

.shop_item_tb th.-product,
.shop_item_tb th.-price,
.shop_item_tb th.-order {
	width: 24%;
}

.shop_item_tb th.-setorder {
	width: 15%;
}

.shop_item_tb th,
.shop_item_tb td {
	border: 1px solid #C4C5C6;
	vertical-align: middle;
}

.shop_item_tb td {
	padding: 7px;
	text-align: center;
	line-height: 1.5;
}

.shop_item.-curry .shop_item_tb td {
	padding: 20px;
}

.shop_item_tb td.-img {
	width: 28%;
}

.shop_item_tb td.-product,
.shop_item_tb td.-price {
	padding-left: 60px;
	text-align: left;
}

.shop_item.-setwater .shop_item_tb td.-product {
	padding-left: 78px;
}

.shop_item.-setwater .shop_item_tb td.-price {
	padding-left: 133px;
}

.shop_item.-curry .shop_item_tb td.-product {
	padding-left: 36px;
}

.shop_item.-curry .shop_item_tb td.-price {
	padding-left: 60px;
}

.shop_item_tb td .-unit {
	margin-left: 10px;
}

.shop_item_tb td input {
	border: none;
	box-shadow: none;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
	width: 60%;
	text-align: right;
}



.shop_txt {
	margin-top: 40px;
}

.shop_txt .-red {
	color: #D60000;
	margin-top: 30px;
}

.shop_link {
	display: block;
	text-decoration: underline;
	color: #1989C7;
	margin-top: 30px;
}

.shop_link:hover {
	text-decoration: none;
}

.form {
	max-width: 1300px;
	background: #efefef;
	margin: 70px auto 0;
	padding: 80px 0;
}

.form_ttl {
	font-size: 20px;
	color: #1989C7;
	text-align: center;
	margin-bottom: 45px;
	font-weight: bold;
}

.form_tb {
	width: 100%;
}

.form_tb tr {
}

.form_tb th {
	text-align: right;
	padding: 15px 25px 10px 0;
	width: 250px;
}

.form_tb th .-red {
	color: #F00;
	border: 1px solid #F00;
	padding: 3px 12px;
	margin-left: 20px;
}

.form_tb th.-any {
	padding-right: 100px;
}

.form_tb th,
.form_tb td {
	vertical-align: middle;
}

.form_tb td {
	padding: 15px 0;
}

.form_tb td .-postal {
	margin-right: 15px;
}

.form_tb td input,
.form_tb td textarea {
	border: none;
	box-shadow: none;
	padding: 10px;
}

.form_tb td input.-w100,
.form_tb td textarea.-w100 {
	width: 100%;
	box-sizing: border-box;
}

.form_tb td input.-w35 {
	width: 35%;
}

.form_tb_txt {
	margin-bottom: 10px;
}

.form_btn {
	max-width: 300px;
	margin: 45px auto 0;
}

.form_btn input {
	padding: 20px;
	background: #009A81;
}

.form_btn input,
.form_reset input {
	width: 100%;
	transition: background 0.4s;
	-webkit-appearance: none;
	border-radius: 50px;
	border: none;
	color: #FFF;
	font-size: 14px;
}

.form_btn input:hover {
	background: #54b9a9;
}

.form_reset {
	max-width: 190px;
	margin: 30px auto 0;
}

.form_reset input {
	padding: 15px;
	background: #333;
}

.form_reset input:hover {
	background: #696969;
}

/* for Tablet */
@media screen and (max-width:980px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main {
		padding: 100px 0;
	}

	.main_ttl {
		padding-top: 30px;
		font-size: 20px;
	}

	.shop {
		padding-bottom: 40px;
	}

	.shop_ttl {
		font-size: 20px;
		padding-bottom: 0;
	}

	.shop_item {
	}

	.shop_item_ttl {
		font-size: 16px;
		padding: 12px 15px;
	}

	.shop_item_tb {
	}

	.shop_item_tb tr {
	}

	.shop_item_tb th {
	}

	.shop_item_tb th.-product,
	.shop_item_tb th.-price,
	.shop_item_tb th.-order {
		width: 30%;
	}

	.shop_item_tb th.-setorder {
		width: 30%;
	}

	.shop_item_tb th,
	.shop_item_tb td {
	}

	.shop_item_tb td {
		font-size: 13px;
		padding: 7px 5px !important;
	}

	.shop_item.-curry .shop_item_tb td {
		padding: 7px;
	}

	.shop_item_tb td.-img {
	}

	.shop_item_tb td.-left {
		padding-left: 7px;
	}

	.shop_item_tb td .-unit {
	}

	.shop_item_tb td input {
	}

	.shop_txt {
	}

	.shop_txt.-red {
	}

	.shop_link {
	}

	.shop_tb,
	.shop_tb tbody,
	.shop_tb tr,
	.shop_tb th,
	.shop_tb td {
		display: block;
	}

	.shop_tb tr {
	}

	.shop_tb th {
		;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.shop_tb th .-red {
	}

	.shop_tb th.-any {
	}

	.shop_tb th,
	.shop_tb td {
		;
	}

	.shop_tb td {
	}

	.shop_tb td .-postal {
	}

	.shop_tb td input,
	.shop_tb td textarea {
	}

	.shop_tb td input.-w100,
	.shop_tb td textarea.-w100 {
	}

	.form {
		margin-top: 40px;
		padding: 40px 0;
	}

	.form_ttl {
		margin-bottom: 30px;
	}

	.form_tb,
	.form_tb tbody,
	.form_tb tr,
	.form_tb th,
	.form_tb td {
		display: block;
	}

	.form_tb tr {
	}

	.form_tb th {
		;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.form_tb th .-red {
	}

	.form_tb th.-any {
	}

	.form_tb th,
	.form_tb td {
		;
	}

	.form_tb td {
	}

	.form_tb td .-postal {
	}

	.form_tb td input {
	}

	.form_tb td input.-w100 {
	}

	.form_btn {
		;
		margin-top: 30px;
	}

	.form_btn input {
	}

	.form_btn input:hover {
	}

}

/* for Print */
@media print {
}
