@charset "UTF-8";
/* Base */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 102%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
      color: #0693e3;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #222;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

html[lang="ja"] {
  font-family: "Noto Sans Japanese",-apple-system,BlinkMacSystemFont,"Helvetica Neue","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,Meiryo,sans-serif,"ＭＳ Ｐゴシック";
}

@media screen and (max-width: 750px) {
  ._spnon {
    display: none !important;
  }
  ._pcnon {
    display: block;
  }
}

@media print, screen and (min-width: 751px) {
  ._pcnon {
    display: none !important;
  }
  ._spnon {
    display: block;
  }
}

/* Script */
.fade_off {
  opacity: 0;
  transform: translate3d(-80px, 0, 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade_off2 {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on2 {
  opacity: 1;
}

.fade_off3 {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on3 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.photo-blur {
  filter: blur(10px);
}

.photo-blur {
  filter: blur(10px);
  animation-name: blur;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

/* Content */
body {
  background: #D10000;
}

.Header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Header h1 img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.Header h1 {
  float: left;
  width: 60%;
}

.Header ._area {
  display: block;
  float: left;
  background: #FF2828;
  padding: 4px 0;
  margin: 4px 0 0 8px;
}

.Header ._area img {
  width: 58px;
  height: auto;
}

.Header__btn ul._pcnon {
  display: flex;
  justify-content: space-around;
}

.Header__btn li {
  margin-right: 4px;
}

.Header__btn li img {
  width: 100%;
  max-width: 59px;
  height: auto;
}

.Main__title {
  margin-top: 64px;
  background: #3EB9F2 url(img/img_main_bg.jpg) no-repeat center bottom;
  background-size: cover;
  align-items: center;
}

.Main__title__inner {
  padding: 24px 16px 0;
}

.Main__title__cover {
  background: linear-gradient(180deg, #3EB9F2 0%, rgba(62, 185, 242, 0) 100%);
}

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

.Main__title h1 img {
  width: 100%;
  max-width: 555px;
  height: auto;
}

.Main__title ul {
  display: flex;
}

.Main__title ul li {
  padding: 1%;
}

.Main__title ._text {
  text-align: center;
}

.Main__title ._text img {
  width: 90%;
  max-width: 555px;
}

.Main__title ._fuwafuwa {
  position: relative;
  height: 140px;
}

.Main__title ._fuwafuwa p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  margin-left: -65px;
  animation: fuwafuwa 3s infinite linear alternate;
}

.Main__title ._fuwafuwa img {
  width: 130px;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

.Profile {
  background: #D10000;
  padding: 16px;
  text-align: center;
}

.Profile__inner {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.Profile ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 420px;
  margin: 18px auto 0;
}

.Profile li {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}

.carwashlink{
  background: #DFFAFF;
  text-align: center;
  padding: 8px 0px;
}
.carwashlink img{
  margin: 0 auto;
  max-width: 323px;
}

.Menu {
  background: #FEE500;
  padding: 25px 16px 9px 16px;
}

.Menu h2 {
  margin-bottom: 20px;
  text-align: center;
}

.Menu ul {
  width: 90%;
  margin-left: 5%;
}

.Menu ul li a {
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 0px #000000;
  text-align: center;
  margin-bottom: 25px;
  padding: 16px 0px 20px;
}

.Menu ul li a img {
  width: 90%;
  height: auto;
}

._H2ttl {
  margin-top: -64px;
  padding-top: 64px;
}

._H2ttl h2 {
  background: #000000;
  width: 96%;
  text-align: center;
  padding: 1.6em 2%;
}

._H2ttl h2 img {
  height: 100%;
  max-height: 24px;
  width: auto;
}

.Reason {
  padding: 0 4%;
}

.Reason__inner {
  background: #fff;
  padding: 32px 8%;
}

.Reason h2 {
  text-align: center;
  margin-bottom: 1em;
}

.Reason h2 img {
  width: 212px;
}

.Reason p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

.Reason p._read {
  color: #F69C2E;
  font-weight: bold;
}

.Reason p._disc {
  color: #00B900;
  font-size: 0.8em;
  margin-top: -1em;
}

.Reason p._imgcenter {
  text-align: center;
}

.Reason ._zerolist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1em;
}

.Reason ._zerolist li {
  width: 31%;
  text-align: center;
  color: #fff;
  background: #00B900;
  border-radius: 8px;
  font-size: 0.8em;
  font-weight: bold;
  padding: 16px 0;
  line-height: 1.4em;
}

.Reason ._zerolist li span {
  color: #313946;
  font-size: 0.7em;
  display: inline-block;
  line-height: 1.4em;
  padding: 8px 8px 0;
  font-weight: normal;
}

.Flow {
  padding: 0 4%;
}

.Flow__inner {
  background: #fff;
  padding: 32px 8%;
}

.Flow h2 {
  text-align: center;
  margin-bottom: 1em;
}

.Flow h2 img {
  width: 100%;
}

.Flow p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

.Flow p._imgcenter {
  text-align: center;
}

.Flow p::after {
  content: url(img/next.png);
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  left: 50%;
  margin-left: -30px;
  top: 10px;
}

.Flow ._goal p {
  text-align: center;
  font-weight: bold;
  color: #00B900;
  font-size: 1.3em;
}

.Flow ._goal p::after {
  content: none;
}

.Contact {
  background: #E5E5E5;
  margin: 0 4%;
  padding: 8px;
}

.Contact__inner {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 16px;
  line-height: 1.4em;
  font-weight: bold;
}

.Contact__inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 420px;
  margin: 18px auto;
}

.Contact__inner li {
  width: calc(50% - 8px);
}

.Voice {
  padding: 0 4%;
}

.Voice h3 {
  font-weight: bold;
  color: #111279;
  line-height: 1.7em;
  margin-bottom: 1em;
}

.Voice ._yellow {
  background: linear-gradient(transparent 50%, #FBFE6D 50%);
}

.Voice__inner {
  background: #fff;
  padding: 32px 8%;
}

.Voice-box {
  margin-bottom: 1em;
}

.Voice-box-photo img {
  width: 100%;
}

.Voice-box-photo p {
  color: red;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.Voice-box-txt {
  line-height: 1.6em;
  padding-bottom: 80px;
  background: #fff url(img/img_hanko.png) no-repeat right bottom;
  background-size: 230px 230px;
  font-size: 0.9em;
  color: #313946;
}

.Line {
  padding: 0 4%;
}

.Line h3 {
  font-weight: bold;
  color: #00B900;
  line-height: 1.6em;
  margin-bottom: 1em;
}

.Line__inner {
  background: #fff;
  padding: 32px 8%;
}

.Line ol {
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.Line li {
  line-height: 1.5;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
  text-indent: -1.8em;
  font-weight: bold;
}

.Line li:before {
  counter-increment: number;
  content: counter(number);
  background: #00B900;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .3em;
  text-indent: .1em;
}

.Line p {
  text-align: center;
  color: #C50E04;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.Line p._btn {
  text-align: center;
}

.Line p._btn img {
  width: 100%;
  max-width: 290px;
}

.Line p._qr {
  text-align: center;
}

.Line p._qr img {
  width: 100%;
  max-width: 194px;
}

.Line p._prof {
  text-align: center;
}

.Line p._prof img {
  width: 100%;
  max-width: 282px;
}

.Location {
  padding: 0 4%;
  line-height: 1.6em;
  font-weight: bold;
}

.Location p {
  margin-bottom: 1em;
}

.Location h3 {
  font-weight: bold;
  color: #FF0F00;
  text-align: center;
}

.Location h3 img {
  width: 70px;
}

.Location ._center {
  text-align: center;
}

.Location__inner {
  background: #fff;
  padding: 32px 8%;
}

.Location__Photos {
  font-weight: normal;
  color: #D10000;
  font-size: 0.8em;
  line-height: 1.1em;
}

.Location__Photos img {
  width: 100%;
}

.Location a {
  color: #FC9313;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background-color: #292B29;
  padding: 32px 16px 16px;
  line-height: 1.6em;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

footer img {
  width: 188px;
  height: auto;
}

footer p {
  margin-bottom: 1em;
}

.pagetop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
}

.pagetop:hover {
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
}

.Ppbox {
  background: #7C7C7C;
}

.Ppbox dl, .Ppbox dt, .Ppbox dd {
  margin: 0;
  padding: 0;
}

.Ppbox dl {
  width: 96%;
  padding: 2%;
  background: #7C7C7C;
  color: #fff;
}

.Ppbox dt {
  padding: 20px;
  position: relative;
  text-align: center;
}

.Ppbox dd {
  padding: 20px;
  margin-top: 10px;
  line-height: 1.4em;
  font-size: 0.8em;
}

.Ppbox dd p {
  margin-bottom: 1.5em;
}

.Ppbox dd h3 {
  margin-bottom: 0.5em;
}

.Ppbox dd p + p {
  margin-top: -1em;
}

.inquiryform {
  padding: 16px;
}

.inquiryform__inner {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.inquiryform h2 {
  font-size: 1em;
  text-align: center;
  color: #FC9313;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

.Form ._attn {
  color: red;
  font-size: 0.9em;
}

.Form th span._details {
  font-weight: normal;
  font-size: 0.8em;
}

.Form table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2em;
}

.Form th, .Form td {
  display: block;
}

.Form th {
  text-align: left;
  padding-top: 8px;
}

.Form input[type="text"], .Form input[type="email"], .Form textarea {
  background: #fefeeb;
  border: #C4C4C4 1px solid;
  padding: 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 18px;
  color: #555;
  width: 90%;
}

.Form input#submit_btn {
  padding: 15px 0px;
  width: 200px;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
  font-size: 1.2em;
  background-color: #FF6B00;
  color: #fff;
  border-style: none;
}

.Form input[type="radio"] {
  display: none;
}

.Form ._radiobtn label {
  display: inline;
  font-weight: normal;
  color: gray;
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
  border-bottom: 1px solid #BDBDBD;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.Form ._label-name::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.Form ._radio-input:checked + ._label-name::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FF6B00;
}

.Form ._label-name {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1em;
}

.Form ._radio-input:checked + ._label-name {
  color: #FF6B00;
  font-weight: bold;
}

.Confirm {
  background: #D10000;
  padding: 80px 16px 32px;
  word-break: break-all;
}

.Confirm__inner {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}

.Confirm__inner p {
  font-weight: bold;
  line-height: 1.4em;
}

.Confirm h2 {
  text-align: center;
  margin-bottom: 1em;
}

.Confirm h2 img {
  width: 53px;
}

.Confirm th, .Confirm td {
  display: block;
  padding: 4px 0;
}

.Confirm th {
  padding-top: 16px;
  text-align: left;
  font-size: 0.7em;
  color: #FF6B00;
}

.Confirm td {
  color: #666;
  line-height: 1.2em;
}

.Confirm input#submit_btn {
  padding: 15px 0px;
  width: 200px;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
  font-size: 1.2em;
  background-color: #FF6B00;
  color: #fff;
  border-style: none;
}

.Confirm input#back_btn {
  padding: 15px 0px;
  width: 200px;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
  font-size: 1.2em;
  background-color: #888;
  color: #fff;
  border-style: none;
}

.Confirm ._thanks {
  padding: 24px 0;
  line-height: 1.8em;
  text-align: center;
  color: #FC9313;
}

.Confirm ._thanks h1 {
  font-size: 36px;
  margin-bottom: 1em;
}

.Confirm ._thanks a {
  color: #FC9313;
  margin-top: 1.5em;
  display: block;
}

@media screen and (min-width: 751px) {
  .Header {
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: space-around;
  }
  .Header h1 {
    float: left;
  }
  .Header span._headoffice {
    float: left;
    background: #026937;
    padding: 4px 1em;
    color: #fff;
    font-size: 0.8em;
    margin: 20px 0 0 10px;
  }
  .Header h1 img {
    width: 100%;
    max-width: 253px;
    height: auto;
  }
  .Header ._area {
    border-radius: 6px;
    width: 108px;
    text-align: center;
    padding: 14px 0 16px;
  }
  .Header ._area img {
    width: 88px;
  }
  .Header__logo {
    min-width: 390px;
  }
  .Header__logo._confthanks {
    min-width: auto;
  }
  .Header ul._spnon {
    display: flex;
  }
  .Header ul._pcnon {
    display: none;
  }
  .Header__btn {
    min-width: 400px;
  }
  .Header__btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 6px;
    width: 142px;
    height: 70px;
    border: 2px #000 solid;
    line-height: 70px;
  }
  .Header__btn li img {
    width: 110px;
    max-width: inherit;
    height: auto;
  }
  .Header__btn li._telimg a {
    width: 260px;
    background: #fff;
  }
  .Header__btn li._telimg img {
    width: 236px;
    height: auto;
  }
  .Main__title {
    margin-top: 100px;
    padding-bottom: 40px;
    background: #FFF url(img/img_main_bg.jpg) no-repeat center bottom;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }
  .Main__title h1 img {
    max-width: 755px;
    height: auto;
    padding-top: 16px;
  }
  .Main__title ul {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
  }
  .Main__title__inner {
    position: relative;
  }
  .Main__title ._fuwafuwa {
    position: initial;
    height: 0;
  }
  .Main__title ._fuwafuwa p {
    left: 85%;
    top: 180px;
  }
  .Main__title ._fuwafuwa img {
    width: 180px;
  }
  .Profile__inner {
    width: calc(1000px - 32px);
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .Profile__Box.info {
    width: 600px;
    border-right: 2px dotted #E5E5E5;
    text-align: center;
  }
  .Profile__Box.avator {
    width: 380px;
  }
  .Profile ul {
    width: 90%;
    max-width: 550px;
    margin-left: 5%;
    margin-bottom: 0;
  }
  .Profile li {
    width: calc(33% - 8px);
  }
  .Profile ul._pcnon {
    display: none;
  }
  .Profile a._freetel {
    border: 2px solid #000;
    display: block;
    width: calc(90% - 4px);
    margin-left: 5%;
    border-radius: 8px;
    padding: 8px 0;
  }
  .carwashlink img{
    max-width: 910px;
    margin: 0 auto;
  }
  .Menu {
    display: none;
  }
  ._H2ttl {
    margin-top: -100px;
    padding-top: 100px;
  }
  ._H2ttl h2 {
    padding: 2em 0;
    width: 100%;
  }
  ._H2ttl h2 img {
    height: 36px;
    max-height: inherit;
    width: auto;
  }
  .Reason {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    background: #E5E5E5;
    padding: 0 80px;
  }
  .Reason__inner {
    background: #fff;
    padding: 32px 70px;
  }
  .Reason h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .Reason h2 img {
    width: 212px;
  }
  .Reason p._read {
    font-size: 1.3em;
  }
  .Reason p._disc {
    width: 550px;
    margin: 0 auto 1em auto;
  }
  .Reason ._conditions {
    position: relative;
    top: -80px;
    width: 290px;
    height: 0;
  }
  .Reason ._askus {
    text-align: right;
    font-size: 0.8em;
  }
  .Reason ._zerolist {
    width: 100%;
    margin: 0 auto 0.5em auto;
  }
  .Reason ._zerolist li {
    font-size: 1.2em;
    padding: 20px 0;
  }
  .Reason ._zerolist li span {
    padding: 8px 16px 0 16px;
    font-size: 0.6em;
  }
  .Flow {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    background: #E5E5E5;
    padding: 0 80px;
  }
  .Flow__inner {
    background: #fff;
    padding: 32px 88px;
  }
  .Contact__inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .Contact__Box._logo {
    width: 210px;
    padding-top: 14px;
  }
  .Contact__Box._info {
    width: calc(100% - 210px);
  }
  .Contact__Box._info p._tel {
    display: block;
    float: left;
    padding-left: 90px;
  }
  .Contact__Box._info p._tel img {
    width: 310px;
  }
  .Contact__list {
    width: 300px;
  }
  .Contact__list img {
    width: 60px;
    height: auto;
  }
  .Voice {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    background: #E5E5E5;
    padding: 0 80px;
  }
  .Voice h3 {
    font-size: 1.3em;
  }
  .Voice__inner {
    background: #fff;
    padding: 32px 70px;
  }
  .Voice-box {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .Voice-box-photo {
    width: 300px;
  }
  .Voice-box-txt {
    width: 380px;
  }
  .Line {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    background: #E5E5E5;
    padding: 0 80px;
  }
  .Line h3 {
    font-size: 1.3em;
  }
  .Line__inner {
    background: #fff;
    padding: 32px 160px;
  }
  .Location {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    background: #E5E5E5;
    padding: 0 80px;
  }
  .Location h3 {
    font-size: 1.3em;
  }
  .Location__inner {
    background: #fff;
    padding: 32px 70px;
  }
  .Location__Photos {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .Location__Photos-box {
    width: 48%;
  }
  .ggmap {
    padding-bottom: 280px;
  }
  .inquiryform {
    padding: 40px 0;
  }
  .inquiryform__inner {
    width: 980px;
    margin: 0 auto;
  }
  .inquiryform p._attn {
    width: 600px;
    margin: 0 auto;
  }
  .Form th {
    vertical-align: middle;
    width: 200px;
  }
  .Form th, .Form td {
    display: table-cell;
    padding: 8px;
  }
  .Form textarea {
    height: calc( 1.3em * 5);
  }
  footer a:hover {
    text-decoration: underline;
  }
  a:hover {
    position: relative;
    top: 1px;
    left: 1px;
  }
  .Confirm {
    padding-top: 130px;
  }
  .Confirm__inner {
    width: 780px;
    margin: 0 auto;
  }
  .Confirm__inner p {
    text-align: center;
  }
  .Confirm form {
    width: 600px;
    margin: 0 auto;
  }
}
