* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom: 1;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Avenir", "Avenir Next", Verdana, 'Verdana',"游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-kerning: none;
	font-kerning: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

img {
	vertical-align: middle;
}

/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

header {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: rgba(198, 39, 39, 0.3);
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

header img {
	max-width: 100%;
	height: auto;
}

header h2 {
	font-size: 38px;
	margin-bottom: 20px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header p {
	font-size: 16px;
}

.contact {
	max-width: 750px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.contact .input_table h2 {
	text-align: center;
	font-size: 38px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 24px;
	color: #c69c5f;
}

.contact .input_table h3 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.contact .input_table h3 strong {
	font-weight: bold;
	color: rgba(198, 39, 39, 0.8);
}

.contact .input_table .flow {
	margin-top: 80px;
	margin-bottom: 20px;
}

.contact .input_table .flow img {
	width: 100%;
	height: auto;
}

.contact .input_table .tel_caution {
	font-size: 16px;
	text-align: center;
}

.contact .input_table .shop_list {
	padding: 16px;
	border: 1px solid rgba(198, 39, 39, 0.8);
	margin-top: 32px;
	margin-bottom: 80px;
}

.contact .input_table .shop_list h4 {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: bold;
	color: #ad0e53;
	text-align: center;
}

.contact .input_table .shop_list table tr:last-of-type {
	border-bottom: none;
}

.contact .input_table .shop_list table tr th {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	padding: 16px;
}

.contact .input_table .shop_list table tr td {
	font-size: 16px;
	line-height: 1.5;
	padding: 16px;
}

.contact .input_table .shop_tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact .input_table .shop_tel li {
	width: 48%;
	text-align: center;
	margin-bottom: 2%;
	background-color: #fff;
}

.contact .input_table .shop_tel li a {
	font-size: 14px;
	text-align: left;
	color: #fff;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(198, 39, 39, 0.8);
	box-shadow:  0px 0px 5px 0px rgba(198, 39, 39, 0.8);
	background-color: rgba(198, 39, 39, 1);
	padding: 1.4em 0.8em 1.3em;
	font-weight: bold;
	display: block;
	z-index: 50;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact .input_table .shop_tel li a span {
	font-size: 16px;
	color: #fff;
}

.contact .input_table .input_caution {
	font-size: 16px;
	margin-bottom: 10px;
}

.contact .input_table .input_caution span {
	color: #c41441;
}

.contact .input_table table {
	width: 100%;
}

.contact .input_table table tr {
	border-bottom: 1px dashed #ccc;
}

.contact .input_table table tr th {
	font-size: 16px;
	padding: 0.8em 1em;
	text-align: left;
	white-space: nowrap;
	font-weight: 500;
}

.contact .input_table table tr th strong {
	font-size: 14px;
	color: #F00;
}

.contact .input_table table tr td {
	text-align: left;
	font-size: 16px;
	padding: 0.8em 1em;
}

.contact .input_table table tr td .table_text {
	font-size: 12px;
}

.contact .input_table table tr td .table_text.caution {
	color: #c41441;
	margin-top: 0.5em;
}

.contact .input_table table tr td .hidden {
	display: none;
}

.contact .input_table table tr td input[type="text"] {
	font-size: 16px;
	width: 100%;
	padding: 0.8em;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(198, 39, 39, 0.8);
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact .input_table table tr td input[type="text"]:focus {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background: rgba(198, 39, 39, 0.2);
}

.contact .input_table table tr td div.select_wrap {
	display: inline-block;
	position: relative;
}

.contact .input_table table tr td div.select_wrap::after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/arrow_select.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50%;
	right: 10px;
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.contact .input_table table tr td .time_input span {
	margin-right: 10px;
}

.contact .input_table table tr td .time_input select {
	width: 80px;
}

.contact .input_table table tr td select {
	cursor: pointer;
	font-size: 16px;
	padding: 12px;
	padding-right: 32px;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(198, 39, 39, 0.8);
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.contact .input_table table tr td select.long_select {
	width: 100%;
}

.contact .input_table table tr td label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 12px;
	padding-left: 36px;
	font-size: 16px;
	line-height: 1;
}

.contact .input_table table tr td label span {
	position: relative;
	z-index: 50;
}

.contact .input_table table tr td label i {
	width: 21px;
	height: 15px;
	position: absolute;
	bottom: 50%;
	right: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	left: 10px;
	background-image: url(../img/check_on.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.contact .input_table table tr.textarea_cel {
	border-bottom: none;
}

.contact .input_table table tr.textarea_cel td textarea {
	width: 100%;
	font-size: 16px;
	width: 100%;
	padding: 0.8em;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(198, 39, 39, 0.8);
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: vertical;
}

.contact .input_table table tr.textarea_cel td textarea:focus {
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background: rgba(198, 39, 39, 0.2);
}
.contact .input_table table #age_area td input[type="text"],.contact .input_table table #height_area td input[type="text"],.contact .input_table table #weight_area td input[type="text"]{
	width: 80px;
}
.contact .input_table .btn_area {
	margin-top: 40px;
	text-align: center;
}

.contact .input_table .btn_area p {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.contact .input_table .btn_area p button {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 1.2em 2em;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact .input_table .btn_area p.ok_btn button {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(198, 39, 39, 0.1)), to(#ad0e53));
	background: linear-gradient(to bottom, rgba(198, 39, 39, 0.1) 0%, #ad0e53 100%);
	text-shadow: 1px 1px 2px rgba(122, 182, 221, 0.8);
	-webkit-box-shadow: 1px 1px 2px rgba(122, 182, 221, 0.8);
	box-shadow: 1px 1px 2px rgba(122, 182, 221, 0.8);
}

.contact .input_table .btn_area p.ok_btn button:active {
	-webkit-box-shadow: inset 1px 1px 2px rgba(122, 182, 221, 0.8);
	box-shadow: inset 1px 1px 2px rgba(122, 182, 221, 0.8);
}

.contact .input_table .btn_area p.ng_btn button {
	background: #aaa;
	text-shadow: 1px 1px 2px rgba(204, 50, 91, 0.3);
	-webkit-box-shadow: 1px 1px 2px 0px #636363;
	box-shadow: 1px 1px 2px 0px #636363;
}

.contact .input_table .btn_area p.ng_btn button:active {
	-webkit-box-shadow: inset 2px 2px 5px 0px #636363;
	box-shadow: inset 2px 2px 5px 0px #636363;
}
.contact ul.caution {
	font-size: 16px;
	margin-top: 40px;
	border: 1px dashed rgba(198, 39, 39, 0.2);
	padding: 16px;
}

.contact ul.caution li {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-kerning: none;
	font-kerning: none;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}

.contact ul.caution li:nth-of-type(n + 2) {
	margin-top: 0.8em;
}

.contact .privacy {
	margin-top: 120px;
}

.contact .privacy h2 {
	text-align: left;
	margin-bottom: 16px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: #c69c5f;
	-webkit-box-shadow: 0px 0px 0px 5px #c69c5f;
	box-shadow: 0px 0px 0px 5px #c69c5f;
	border: dashed 1px #fff;
	padding: 0.2em 0.5em;
}

.contact .privacy h2 + p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}

.contact .privacy dl {
	margin-top: 32px;
}

.contact .privacy dl dt {
	font-size: 20px;
	color: #824c24;
	font-weight: bold;
	border-bottom: 1px solid #824c24;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.contact .privacy dl dd {
	font-size: 16px;
}

.contact .privacy dl dd:nth-of-type(n + 2) {
	margin-top: 2em;
}

.contact.confirm_page table tbody tr td p:not(.table_text) {
	font-size: 16px;
	width: 100%;
	padding: 0.8em;
	margin: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #ccc;
	border: 1px solid rgba(198, 39, 39, 0.8);
	border-radius: 5px;
}

.contact.confirm_page table tbody tr td div.select_wrap {
	display: block;
	width: 100%;
}

.contact.confirm_page table tbody tr td div.select_wrap::after {
	content: none;
}

.contact.confirm_page table tbody tr td .time_input .select_wrap {
	display: inline-block;
	width: auto;
}

.contact.confirm_page table tbody tr.textarea_cel div {
	font-size: 16px;
	width: 100%;
	padding: 0.8em;
	margin: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #ccc;
	border: 1px solid rgba(198, 39, 39, 0.8);
	border-radius: 5px;
}

footer {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
	background-color: #000;
	padding-top: 170px;
	padding-bottom: 56px;
	text-align: center;
	color: #ffffff;
	position: relative;
}

footer address {
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
	margin-bottom: 40px;
}

footer p.copy {
	font-size: 20px;
}

footer .top_btn {
	position: absolute;
	right: 0;
	top: -75px;
	cursor: pointer;
}

.top_btn_wrap {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 50px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	z-index: 5554;
}

.top_btn_wrap .top_btn {
	display: inline-block;
	cursor: pointer;
}

@media screen and (max-width: 950px) {

header {
	padding-top: 4%;
	padding-bottom: 4%;
}

header h2 {
	font-size: 30px;
	margin-top: 4%;
	margin-bottom: 2%;
}

header p {
	font-size: 14px;
}

.contact .input_table h2 {
	font-size: 28px;
}

.contact .input_table h3 {
	font-size: 20px;
}

.contact .input_table .shop_list {
	padding: 2%;
	margin-top: 8%;
	margin-bottom: 12%;
}

.contact .input_table .shop_list h4 {
	font-size: 20px;
}

.contact .input_table .shop_list table {
	width: 100%;
	display: block;
}

.contact .input_table .shop_list table tbody {
	width: 100%;
	display: block;
}

.contact .input_table .shop_list table tr {
	display: block;
	width: 100%;
	white-space: normal;
	border-bottom: 2px solid rgba(198, 39, 39, 0.8);
	margin-bottom: 6%;
	padding-bottom: 6%;
}

.contact .input_table .shop_list table tr:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact .input_table .shop_list table tr th {
	display: block;
	width: 100%;
	white-space: normal;
	padding: 0 2%;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px dashed #ccc;
	background-color: transparent;
}

.contact .input_table .shop_list table tr td {
	display: block;
	width: 100%;
	white-space: normal;
	padding: 0 2%;
}

.contact .input_table .shop_tel li {
	width: 100%;
}

.contact .input_table .shop_tel li a {
	font-size: 12px;
}

.contact .input_table table {
	display: block;
}

.contact .input_table table tbody {
	display: block;
}

.contact .input_table table tr {
	border-bottom: none;
	margin-bottom: 10%;
	display: block;
}

.contact .input_table table tr:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact .input_table table tr th {
	display: block;
	background-color: rgba(198, 39, 39, 0.1);
	white-space: normal;
}

.contact .input_table table tr td {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.contact .input_table table tr td .time_input span {
	margin-right: 5px;
}

.contact .input_table table tr td .time_input select {
	width: 65px;
	font-size: 16px;
}

.contact .input_table table tr.textarea_cel {
	margin-bottom: 0;
}

.contact .input_table table tr.textarea_cel td {
	padding-bottom: 0;
}

.contact .input_table .btn_area {
	margin-top: 6%;
}

.contact .input_table .btn_area p {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 6%;
}

.contact .input_table .btn_area p button {
	font-size: 16px;
	padding: 0.8em 1em;
	display: block;
	width: 100%;
}

.contact .privacy {
	margin-top: 24%;
}

.contact .privacy h2 {
	font-size: 24px;
}

.contact .privacy h2 + p {
	font-size: 16px;
}

.contact .privacy dl dt {
	font-size: 18px;
}

.contact .privacy dl dd {
	font-size: 14px;
}

}

