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: 1rem;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
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;
}
input:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}
html {
  font-size: 13px;
}
body {
  background: #fff;
  color: #666;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  padding: 16px;
  min-width: 1024px;
}
a {
  color: #666;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}
a:hover {
  color: #ea5541;
}
@media screen and (max-width: 640px) {
  body {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    min-width: auto;
    min-width: inherit;
    padding: 10px;
  }
}
#color {
  background: url("../img/common/bg.png") 50% 0;
  padding: 8px;
}
@media screen and (max-width: 640px) {
  #color {
    background: url("../img/common/bg_sp.png") 50% 0;
    padding: 6px;
  }
}
#wrap {
  background: #fff;
  padding-top: 50px;
}
.inner {
  zoom: 1;
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.inner.inner--index {
  width: 1200px;
}
@media screen and (max-width: 640px) {
  #wrap {
    padding-top: 30px;
  }
  .inner {
    width: 92%;
  }
  .inner.inner--index {
    width: 92%;
  }
}
.ul--pc {
  display: block;
}
.ul--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ul--pc {
    display: none;
  }
  .ul--sp {
    display: block;
  }
}
a:hover img.ul--opacity {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
a img.ul--opacity {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
a img.ul--opacity:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#header {
  zoom: 1;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header.header--index {
  margin-bottom: 20px;
}
#header h1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 726px;
}
#header p {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 19px;
  font-weight: bold;
}
#header .about__btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  position: relative;
  top: 10px;
  left: -16px;
}
#header .about__btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#header .about__btn span {
  display: block;
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  #header {
    margin-bottom: 20px;
  }
  #header.header--index {
    margin-bottom: 10px;
  }
  #header h1 {
    margin-right: 0;
  }
  #header h1 img {
    width: 110px;
    hegiht: 110px;
  }
  #header .about__btn {
    display: none;
  }
}
#btn {
  text-align: center;
}
#btn .about__btn {
  display: none;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  position: relative;
  top: 10px;
  left: -16px;
}
#btn .about__btn:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#btn .about__btn span {
  display: block;
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  #btn .about__btn {
    display: inline-block;
    top: 0;
    left: 0;
    margin-top: 6px;
    margin-bottom: 20px;
  }
}
#footer {
  margin-top: 100px;
  padding-bottom: 40px;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  #footer {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  #footer ul li {
    display: block;
  }
}
#links .item__wrap {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#links .item__wrap:nth-of-type(3n) {
  margin-right: 0;
}
#links .item__wrap .item__box {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}
#links .item__wrap .item__box:nth-of-type(2n) {
  margin-right: 0;
}
#links .item__wrap .item__box.item__box--icon {
  margin-bottom: 0;
}
#links .item__wrap .item__box .item__img {
  position: relative;
  margin-bottom: 6px;
}
#links .item__wrap .item__box .item__img .item__cover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#links .item__wrap .item__box .item__img .item__cover p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.14rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 21px;
  padding: 4px 30px;
  z-index: 10;
  overflow: hidden;
}
#links .item__wrap .item__box .item__img .item__cover p span {
  position: relative;
  top: -2px;
}
#links .item__wrap .item__box .item__img .item__cover p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#links .item__wrap .item__box:hover .item__cover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#links .item__wrap .item__box:hover .item__cover p:after {
  background: rgba(255,255,255,0.2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#links .item__wrap .item__box .item__info {
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-size: 1.1rem;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #links .item__wrap {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  #links .item__wrap:nth-of-type(3n) {
    margin-right: 0;
  }
  #links .item__wrap .item__box {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 8%;
  }
  #links .item__wrap .item__box:nth-of-type(2n) {
    margin: 0 auto 8%;
  }
  #links .item__wrap .item__box:last-child {
    margin-bottom: 20px;
  }
  #links .item__wrap .item__box.item__box--icon {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  #links .item__wrap .item__box.item__box--icon:nth-of-type(3n) {
    margin-right: 0;
  }
  #links .item__wrap .item__box img {
    width: 100%;
  }
  #links .item__wrap .item__btn {
    text-align: center;
    margin-bottom: 20px;
  }
  #links .item__wrap .item__btn .about__btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
  }
  #links .item__wrap .item__btn .about__btn:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  #links .item__wrap .item__btn .about__btn span {
    display: block;
    font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
    font-size: 1.3rem;
  }
}
#detail .detail__slider {
  float: left;
  margin-left: 140px;
  width: 340px;
}
#detail .detail__slider .slider__img {
  margin-bottom: 20px;
}
#detail .detail__slider .slider__img img {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
#detail .detail__slider .slider__img img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#detail .detail__slider .slider__thum a {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 8px 8px 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
#detail .detail__slider .slider__thum a:nth-of-type(6n) {
  margin-right: 0;
}
#detail .detail__slider .slider__thum a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#detail .detail__slider .slider__thum a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#detail .detail__info {
  float: right;
  width: 470px;
}
#detail .detail__info .detail__title {
  position: relative;
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 68px;
}
#detail .detail__info .detail__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 70px;
  border-bottom: 1px solid #ddd;
}
#detail .detail__info .detail__table {
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-weight: bold;
  margin-bottom: 60px;
}
#detail .detail__info .detail__table th,
#detail .detail__info .detail__table td {
  padding: 4px 0;
}
#detail .detail__info .detail__table th {
  text-align: left;
  width: 90px;
}
#detail .detail__info .detail__table td {
  font-weight: normal;
}
#detail .detail__info .detail__table td.detail__price span {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 4px;
}
#detail .detail__info .detail__order {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
  text-align: center;
  background: #ea5541;
  border-radius: 21px;
  width: 160px;
  margin-bottom: 30px;
}
#detail .detail__info .detail__order:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#detail .detail__info .detail__order:hover:after {
  background: rgba(255,255,255,0.2);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#detail .detail__info .detail__order a {
  position: relative;
  display: block;
  position: relative;
  top: -2px;
  color: #fff;
  width: 100%;
  height: 42px;
  z-index: 10;
}
#detail .detail__info .detail__order a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#detail .detail__info .detail__attention {
  font-size: 0.86rem;
}
#detail .detail__info .detail__attention li {
  list-style: none;
}
#detail .detail__info .detail__attention li i {
  display: table-cell;
  padding-right: 4px;
}
#detail .detail__info .detail__attention li span {
  display: table-cell;
}
@media screen and (max-width: 640px) {
  #detail .detail__slider {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #detail .detail__slider img {
    margin: 0 auto;
  }
  #detail .detail__slider .bx-wrapper .bx-prev {
    left: 6px;
  }
  #detail .detail__slider .bx-wrapper .bx-next {
    right: 6px;
  }
  #detail .detail__slider .slider__thum a:nth-of-type(6n) {
    margin-right: 8px;
  }
  #detail .detail__info {
    float: none;
    clear: both;
    width: 100%;
    padding: 40px 4px 0;
    text-align: center;
  }
  #detail .detail__info .detail__title {
    margin-bottom: 40px;
    text-align: left;
  }
  #detail .detail__info .detail__title:after {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  #detail .detail__info .detail__table {
    margin-bottom: 30px;
    text-align: left;
  }
  #detail .detail__info .detail__table th {
    width: 86px;
  }
  #detail .detail__info .detail__attention {
    text-align: left;
  }
}
#background {
  display: none;
  background: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#order {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 600px;
  height: 80%;
  text-align: center;
  z-index: 1001;
  border-radius: 4px;
}
#order .order__wrap {
  padding: 20px;
}
#order .order__wrap h2 {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#order .order__wrap table {
  width: 100%;
  margin-bottom: 30px;
}
#order .order__wrap table th,
#order .order__wrap table td {
  padding: 6px 0;
  text-align: left;
  vertical-align: middle;
}
#order .order__wrap table th {
  width: 140px;
  font-size: 0.9rem;
}
#order .order__wrap table.order__detail th,
#order .order__wrap table.order__detail td {
  padding: 4px 0;
}
#order .order__wrap table.order__detail input {
  padding: 0;
  border: 0;
}
#order .order__wrap table.order__detail small {
  display: block;
  font-size: 0.8rem;
}
#order .order__wrap table.order__user {
  margin-bottom: 20px;
}
#order .order__wrap table.order__user th span {
  display: inline-block;
  color: #ea5541;
  margin-left: 2px;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
#order .order__wrap input,
#order .order__wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-famiry: font-famiry;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 6px;
  color: #666;
}
#order .order__wrap input[type="text"],
#order .order__wrap input[type="email"],
#order .order__wrap input[type="tel"] {
  width: 300px;
}
#order .order__wrap textarea {
  width: 100%;
  height: 120px;
}
#order .order__wrap input[type="submit"] {
  background: #ea5541;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 8px 34px;
  border-radius: 18px;
  margin-bottom: 40px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
#order .order__wrap input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#order .order__wrap .wpcf7-response-output,
#order .order__wrap div.wpcf7 img.ajax-loader {
  display: none !important;
}
#order .order__wrap span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  color: #ea5541;
}
@media screen and (max-width: 640px) {
  #order {
    width: 92%;
  }
  #order .order__wrap {
    padding: 14px;
  }
  #order .order__wrap table th,
  #order .order__wrap table td {
    display: block;
  }
  #order .order__wrap table th {
    font-weight: bold;
    padding-bottom: 0;
  }
  #order .order__wrap input[type="text"],
  #order .order__wrap input[type="email"],
  #order .order__wrap input[type="tel"] {
    width: 100%;
  }
}
#about {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 600px;
  height: 80%;
  text-align: center;
  z-index: 1001;
  border-radius: 4px;
}
#about .about__wrap {
  padding: 30px;
}
#about .about__wrap h1 {
  margin-bottom: 18px;
}
#about .about__wrap h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 18px;
}
#about .about__wrap .about__icon img {
  margin: 0 10px 30px;
  display: inline-block;
  vertical-align: middle;
}
#about .about__wrap p {
  margin-bottom: 20px;
}
#about .about__wrap p:nth-of-type(2) {
  margin-bottom: 40px;
}
#about .about__wrap p span {
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
#about .about__wrap small {
  display: block;
  text-align: left;
  font-size: 0.86rem;
  margin-bottom: 10px;
}
#about .about__wrap small span {
  display: table-cell;
}
@media screen and (max-width: 640px) {
  #about {
    width: 92%;
  }
  #about .about__wrap {
    padding: 14px;
  }
}
#page {
  width: 700px;
  margin: 0 auto;
}
#page h2 {
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 50px;
}
.legal table th,
.legal table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 13px 2px;
}
.legal table th {
  width: 180px;
}
.legal table td span {
  display: inline-block;
  width: 70px;
}
.policy h3 {
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
}
.policy h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 6px;
  border-top: 1px solid #666;
  margin-top: -1px;
}
.order-finish {
  text-align: center;
}
.contact table {
  width: 400px;
  margin: 0 auto 10px;
}
.contact table th,
.contact table td {
  display: block;
  text-align: left;
}
.contact table th {
  padding-bottom: 6px;
}
.contact table td {
  padding-bottom: 16px;
}
.contact input,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'MS PGothic';
  font-size: 1rem;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0;
  width: 100%;
}
.contact p {
  text-align: center;
}
.contact input[type="submit"] {
  display: inline-block;
  width: 160px;
  border: 0;
  border-radius: 18px;
  background: #ea5541;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}
.contact input[type="submit"]:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.contact div.wpcf7-validation-errors,
.contact div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0;
}
.contact div.wpcf7 img.ajax-loader {
  display: none !important;
}
@media screen and (max-width: 640px) {
  #page {
    width: 88%;
    margin: 0 auto;
  }
  #page h2 {
    margin-bottom: 30px;
  }
  .legal table th,
  .legal table td {
    display: block;
  }
  .legal table th {
    border-bottom: 0;
    padding-bottom: 8px;
    font-weight: bold;
  }
  .legal table td {
    padding-top: 0;
  }
  .policy h3 {
    font-weight: bold;
  }
  .contact table {
    width: 100%;
  }
}
