<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**************** Normalizer *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big,
del, dfn, em, img, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, canvas, video{margin:0;padding:0;border:0;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
label
{
  display: block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}


a:active, a:hover{text-decoration: underline;}

a:active {
    outline: 0;
}

h1, h2, h3, h4, h5, h6
{
  font-family: 'helvetica neue', arial, sans-seriff;
  font-weight: normal;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1em;
}
h1, h2, h3 {
    margin-top: 1.2em;
}
h4, h5, h6 {
    margin-bottom: 0.5em;
    margin-top: 0.8em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 0.9em 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 3.5em;
}
menu,
ol,
ul {
    padding: 0 0 0 3.5em;
}
 ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -0.8em; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
    font-family: helvetica, arial, sans-serif;
}
select {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
div,
p,
button,
select,
input {
    line-height: normal; /* 1 */
    -moz-box-sizing: border-box; /* FF */
    -webkit-box-sizing: content-box; /* Safari */
    box-sizing: border-box; /* &gt;=IE8 &amp; Opera */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #000;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    margin: 0;
    padding: 0.5em;
    height: auto;
}
textarea.wide {
  width: 400px;
  height: 200px;
}

.taC {
	text-align:center!important;
}

.pt30 { padding-top:30px!important; }
.pt40 { padding-top:40px!important; }
.pt50 { padding-top:50px!important; }

.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }
.pb50 { padding-bottom:50px!important; }

.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }


.linkBtn {
	margin:10px;
	padding:15px 0;
	width:280px;
	color:#ffffff;
	text-align:center;
	background:url(../img/ico_arrow_m.png) no-repeat 5% 50% #0e7b4c;
	border-radius:8px;
	display:inline-block;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	
}
.linkBtn:hover {
	opacity:0.6;
	text-decoration:none;
}


table {
    border-collapse: separate;
    border-spacing: 0;
    border: 3px solid #007c4b;
    text-align: left;
    width: 100%;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
}
table + table {
  margin-top: 30px;
}
th {
  white-space: nowrap;
}
th, td {
  padding: 0.5em 0.7em;
  vertical-align: middle;
}
.vertical-top th,
.vertical-top td {
  vertical-align: top;
}

.vertical th {
  text-align: right;
  border-right: 2px solid #007c4b;
  border-bottom: 2px solid #007c4b;
}
.vertical td {
  border-bottom: 2px solid #007c4b;
}
.vertical tr:first-child th {
  -moz-border-radius: 0.6em 0 0 0;
  -webkit-border-radius: 0.6em 0 0 0;
  border-radius: 0.6em 0 0 0;
}
.vertical tr:first-child td {
  -moz-border-radius: 0 0.6em 0 0;
  -webkit-border-radius: 0 0.6em 0 0;
  border-radius: 0 0.6em 0 0;
}
.vertical tr:last-child th {
  -moz-border-radius: 0 0 0 0.6em;
  -webkit-border-radius: 0 0 0 0.6em;
  border-radius: 0 0 0 0.6em;
}
.vertical tr:last-child td {
  -moz-border-radius: 0 0 0.6em 0;
  -webkit-border-radius: 0 0 0.6em 0;
  border-radius: 0 0 0.6em 0;
}
.vertical tr:first-child:last-child td {
  -moz-border-radius: 0 0.6em 0.6em 0;
  -webkit-border-radius: 0 0.6em 0.6em 0;
  border-radius: 0 0.6em 0.6em 0;
}
.vertical tr:last-child th,
.vertical tr:last-child td {
  border-bottom: none !important;
}
.vertical tr:first-child th[rowspan] {
  border-bottom: none;
  -moz-border-radius: 0.6em 0 0 0.6em;
  -webkit-border-radius: 0.6em 0 0 0.6em;
  border-radius: 0.6em 0 0 0.6em;
}
.vertical tr:first-child th[colspan] {
  color: #fff;
  text-align: center;
  -moz-border-radius: 0.6em 0.6em 0 0;
  -webkit-border-radius: 0.6em 0.6em 0 0;
  border-radius: 0.6em 0.6em 0 0;
}

.horizontal th,
.horizontal02 th {
  text-align: center;
  border-right: 2px solid #007c4b;
  border-bottom: 2px solid #007c4b;
}
.horizontal td,
.horizontal02 td {
  border-right: 2px solid #007c4b;
  border-bottom: 2px solid #007c4b;
}
.horizontal th:last-child,
.horizontal02 th:last-child {
  border-right: none;
}
.horizontal td:last-child,
.horizontal02 td:last-child {
  border-right: none;
}
.horizontal tr:last-child td,
.horizontal02 tr:last-child td {
  border-bottom: none;
}
.horizontal th:first-child,
.horizontal02 th:first-child {
  -moz-border-radius: 0.5em 0 0 0;
  -webkit-border-radius: 0.5em 0 0 0;
  border-radius: 0.5em 0 0 0;
}
.horizontal th:last-child,
.horizontal02 th:last-child {
  -moz-border-radius: 0 0.5em 0 0;
  -webkit-border-radius: 0 0.5em 0 0;
  border-radius: 0 0.5em 0 0;
}
.horizontal tr:last-child td:first-child,
.horizontal02 tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 0.5em;
  -webkit-border-radius: 0 0 0 0.5em;
  border-radius: 0 0 0 0.5em;
}
.horizontal tr:last-child td:last-child,
.horizontal02 tr:last-child td:last-child {
  -moz-border-radius: 0 0 0.5em 0;
  -webkit-border-radius: 0 0 0.5em 0;
  border-radius: 0 0 0.5em 0;
}

.no-border th,
.no-border td {
  border: none;
}

.even-cell
{
  background-color: #e9e9e9;
}

label {
    font-weight: 700;
    margin-bottom: 0.4em;
    font-size: 0.95em;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eaeaea;
  border-color: #eaeaea -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin: 1em auto;
  text-align: center;
}

form &gt; hr
{
  margin: 1em 0.8em;
}
/**************** End Normalizer *******************/

html
{
  height: 100%;
}

body
{
  height: 100%;
  font-family: Helvetica Neue, arial, sans-serif, helvetica;
  color: #0c0c0c;
  -webkit-font-smoothing: subpixel-antialiased;
}

#wrapper {
  font-size: 1em!important;
}

ul
{
  list-style-type:none;
  padding:0;margin:0;
}

ul.styled
{
  list-style-position: inside;
  list-style-type: initial;
}

.text
{
  color: #282828;
  font-family: serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.thin-text
{
  font-weight: 300;
}

.bold
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

.xsmall {
  font-size: 0.6em;
}

.small
{
  font-size: 0.8em;
}

.bigger
{
  font-size: 1.2em;
}

.underline
{
  text-decoration: underline;
}

.white-translucent-bg{background: rgba(255,255,255,0.25);}

.translucent-hz-gradient
{
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(125, 185, 232, 0) 46%); /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(125, 185, 232, 0) 46%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 14%, rgba(125, 185, 232, 0) 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/**** Fonts: ****/

.white { color: #ffffff !important; }
.red { color: #f00 !important; }
.orange { color: #ffbc70 !important; }
.yellow { color: #faff70 !important; }
.lima { color: #b3ff70 !important; }
.green { color: #70ff75 !important; }
.springgreen { color: #70ffbc !important; }
.cyan { color: #70faff !important; }
.blue { color: #70b3ff !important; }
.indigo { color: #7570ff !important; }
.violet { color: #bc70ff !important; }
.magenta { color: #ff70fa !important; }
.deeppink { color: #ff70b3 !important; }

/**** Borders ****/

.red-border { border: 2px solid #ff7570 !important; }
.orange-border { border: 2px solid #ffbc70 !important; }
.yellow-border { border: 2px solid #faff70 !important; }
.lima-border { border: 2px solid #b3ff70 !important; }
.green-border { border: 2px solid #70ff75 !important; }
.springgreen-border { border: 2px solid #70ffbc !important; }
.cyan-border { border: 2px solid #70faff !important; }
.blue-border { border: 2px solid #70b3ff !important; }
.indigo-border { border: 2px solid #7570ff !important; }
.violet-border { border: 2px solid #bc70ff !important; }
.magenta-border { border: 2px solid #ff70fa !important; }
.deeppink-border { border: 2px solid #ff70b3 !important; }

.global-border { border: 4px solid #007c4b !important; }
.global-top-border { border-top: 8px solid #007c4b !important; }
.user-top-border { border-top: 8px solid #2987c7 !important; }
.corp-top-border { border-top: 8px solid #f46f40 !important; }
.orner-top-border { border-top: 8px solid #ffc000 !important; }
.no-top-border { border-top: 8px solid #ffffff; opacity: 0 !important; }

/**** Backgrounds: ****/

.white-bg { background-color: #ffffff !important; }
.grey-bg { background-color: #ababab !important; }
.red-bg { background-color: #d50000 !important; }
.orange-bg { background-color: #ffbc70 !important; }
.yellow-bg { background-color: #faff70 !important; }
.lima-bg { background-color: #b3ff70 !important; }
.green-bg { background-color: #70ff75 !important; }
.springgreen-bg { background-color: #70ffbc !important; }
.cyan-bg { background-color: #70faff !important; }
.blue-bg { background-color: #70b3ff !important; }
.indigo-bg { background-color: #7570ff !important; }
.violet-bg { background-color: #bc70ff !important; }
.magenta-bg { background-color: #ff70fa !important; }
.deeppink-bg { background-color: #ff70b3 !important; }

.lightgrey-bg { background-color: #f2f2f2 !important; }
.lightred-bg { background-color: #ffb0ad !important; }
.lightorange-bg { background-color: #ffd9ad !important; }
.lightyellow-bg { background-color: #fcffad !important; }
.lightlima-bg { background-color: #d3ffad !important; }
.lightgreen-bg { background-color: #adffb0 !important; }
.lightspringgreen-bg { background-color: #adffd9 !important; }
.lightcyan-bg { background-color: #adfcff !important; }
.lightblue-bg { background-color: #add3ff !important; }
.lightindigo-bg { background-color: #b0adff !important; }
.lightviolet-bg { background-color: #d9adff !important; }
.lightmagenta-bg { background-color: #ffadfc !important; }
.lightdeeppink-bg { background-color: #ffadd3 !important; }

.gray-bg { background-color: #6d6d6d !important; }
.lightgray-bg { background-color: #e9e9e9 !important; }
.global-bg { background-color: #007c4b !important; }
.lightglobal-bg { background-color: #169362 !important; }
.user-bg { background-color: #2987c7 !important; }
.corp-bg { background-color: #f46f40 !important; }
.orner-bg { background-color: #ffc000 !important; }
.user-bg { background-color: #2987c7 !important; }
.corp-bg { background-color: #f46f40 !important; }
.orner-bg { background-color: #ffc000 !important; }
a.user-bg:hover { background-color: #549fd2 !important; }
a.corp-bg:hover { background-color: #f68c66 !important; }


.no-bg-color
{
  background-color: transparent;
}

/**** Icons: ****/
.a {
  cursor: pointer;
}


.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left;
}
.ico-current {
  padding-left: 30px;
  background-image: url(../img/ico_current.png);
}
a:hover .ico-current, .a:hover .ico-current, .a.selected .ico-current  {
  background-image: url(../img/ico_current_cr.png);
}
.ico-pin {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  background-image: url(../img/ico_pin.png);
}
.ico-pin00 { background-image: url(../img/ico_pin00.png); }
.ico-pin01 { background-image: url(../img/ico_pin01.png); }
.ico-pin02 { background-image: url(../img/ico_pin02.png); }
.ico-pin03 { background-image: url(../img/ico_pin03.png); }
.ico-pin04 { background-image: url(../img/ico_pin04.png); }
.ico-pin05 { background-image: url(../img/ico_pin05.png); }
.ico-pin06 { background-image: url(../img/ico_pin06.png); }
.ico-pin07 { background-image: url(../img/ico_pin07.png); }
.ico-pin08 { background-image: url(../img/ico_pin08.png); }
.ico-pin09 { background-image: url(../img/ico_pin09.png); }
.ico-pin10 { background-image: url(../img/ico_pin10.png); }
.ico-pin11 { background-image: url(../img/ico_pin11.png); }
.ico-pin12 { background-image: url(../img/ico_pin12.png); }
.ico-pin13 { background-image: url(../img/ico_pin13.png); }
.ico-pin14 { background-image: url(../img/ico_pin14.png); }
.ico-pin15 { background-image: url(../img/ico_pin15.png); }
.ico-pin16 { background-image: url(../img/ico_pin16.png); }
.ico-pin17 { background-image: url(../img/ico_pin17.png); }
.ico-pin18 { background-image: url(../img/ico_pin18.png); }
.ico-pin19 { background-image: url(../img/ico_pin19.png); }
.ico-pin20 { background-image: url(../img/ico_pin20.png); }
a:hover .ico-pin, .a:hover .ico-pin, .a.selected .ico-pin {
  background-image: url(../img/ico_pin_cr.png);
}
.ico-search {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background-image: url(../img/ico_search_white.png);
}
.ico-parking {
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 5px;
  background-image: url(../img/ico_logo.png);
}
.ico-logo {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url(../img/ico_logo.png);
  background-position: top left;
}
.ico-time {
  padding-left: 20px;
  background-image: url(../img/ico_time.png);
}
.ico-yen {
  padding-left: 20px;
  background-image: url(../img/ico_yen.png);
}
.ico-arrow-s {
  padding-left: 20px;
  background-image: url(../img/ico_arrow_s.png);
}
.ico-arrow-m {
  padding-left: 20px;
  background-image: url(../img/ico_arrow_m.png);
}
.ico-arrow-l {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-image: url(../img/ico_arrow_m.png);
}
.ico-logout {
  padding-left: 25px;
  background-image: url(../img/ico_logout.png);
}
.ico-entry {
  padding: 5px 0 5px 55px;
  background-image: url(../img/ico_entry.png);
}
.ico-user {
  padding: 3px 0 3px 22px;
  background-image: url(../img/ico_user.png);
}
.ico-corp {
  padding: 3px 0 3px 30px;
  background-image: url(../img/ico_corp.png);
}
.ico-no01,.ico-no01-cr,
.ico-no02,.ico-no02-cr,
.ico-no03,.ico-no03-cr {
  padding-top: 8px;
  padding-left: 40px;
  min-height: 32px;
}
.ico-no01 { background-image: url(../img/ico_no01.png); }
.ico-no02 { background-image: url(../img/ico_no02.png); }
.ico-no03 { background-image: url(../img/ico_no03.png); }
.ico-no01-cr { background-image: url(../img/ico_no01_cr.png); }
.ico-no02-cr { background-image: url(../img/ico_no02_cr.png); }
.ico-no03-cr { background-image: url(../img/ico_no03_cr.png); }
.ico-car {
  padding-top: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 15px;
}
.square {
   width: 90px;
  height: 80px;
  box-sizing: border-box;
}
.ssquare {
   width: 67px;
  height: 62px;
  font-size: 0.6em;
}
.square.global-bg:hover {
  background-color: #169362;
}
.square.ico-car01 { background-image: url(../img/ico_car01_off.png); }
.square.ico-car02 { background-image: url(../img/ico_car02_off.png); }
.square.ico-car03 { background-image: url(../img/ico_car03_off.png); }
.square.ico-car04 { background-image: url(../img/ico_car04_off.png); }
.square.ico-car05 { background-image: url(../img/ico_car05_off.png); }
.ssquare.ico-car01 { background-size: 50px auto; }
.ssquare.ico-car02 { background-size: 50px auto; }
.ssquare.ico-car03 { background-size: 50px auto; }
.ssquare.ico-car04 { background-size: 50px auto; }
.ssquare.ico-car05 { background-size: 50px auto; }
a.square.ico-car01:hover, .a.square.ico-car01:hover, .a.square.ico-car01.selected { background-color: #007c4b; background-image: url(../img/ico_car01_cr.png); }
a.square.ico-car02:hover, .a.square.ico-car02:hover, .a.square.ico-car02.selected { background-color: #007c4b; background-image: url(../img/ico_car02_cr.png); }
a.square.ico-car03:hover, .a.square.ico-car03:hover, .a.square.ico-car03.selected { background-color: #007c4b; background-image: url(../img/ico_car03_cr.png); }
a.square.ico-car04:hover, .a.square.ico-car04:hover, .a.square.ico-car04.selected { background-color: #007c4b; background-image: url(../img/ico_car04_cr.png); }
a.square.ico-car05:hover, .a.square.ico-car05:hover, .a.square.ico-car05.selected { background-color: #007c4b; background-image: url(../img/ico_car05_cr.png); }

.pager li {
  float: left;
}
.pager li a {
  margin-left: 5px;
  padding: 2px 5px;
  color: #fff;
  background: #007c4b;
  border: 2px solid #007c4b;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
.pager li a:hover {
  background: #169362;
}
.pager .current a {
  color: #007c4b;
  background: #fff;
}

.main .search {
  padding: 5px;
  border: 1px solid #169362;
}
.main .search input[type=text] {
  border: none;
}

.ttl-border {
  width: 100%;
  border-bottom: 2px solid #000;
}

.non-opaque
{
  opacity: 0.9;
}

.thin-border
{
  border: 1px solid #dfdfdf;
}


/*** Image backgrounds settings ***/

.bg-no-repeat
{
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
}
.bg-fixed
{
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
}

.bg-top
{
  background-position: top;
  -webkit-background-position: top;
}

.bg-bottom
{
  background-position: bottom;
  -webkit-background-position: bottom;
}

.bg-cover
{
  background-size: cover;
  -webkit-background-size: cover;
}

/*** End backgrounds ***/

.section
{
  min-height: 52vh;
  position: relative;
}

.xl-section
{
  min-height: 145vh;
  position: relative;
}

.panel
{
  background-color: #f2f2f3;
  margin-bottom: 1.4em;
  min-height: 1.4em;
  padding: 1em 1.5em;
  overflow: auto;
  -moz-box-sizing: border-box; /* FF */
  -webkit-box-sizing: content-box; /* Safari */
  box-sizing: border-box; /* &gt;=IE8 &amp; Opera */
}

.panel hr
{
  border-color: #e0e0e0;
}

.toppi-logo-img
{
  width: 180px;
  float: right;
}

.order-print-padding {
    padding: 6em 6em 3em 6em;
}

a
{
  color:#0067b0;
  text-decoration:none;
  vertical-align:baseline;
}

input[type=text]
{
  border: 1px solid #d0d0d0;
}

form input[type=text]:hover,
form input[type=password]:hover,
form select:hover,
form textarea:hover
{
  border-color:#a8a8a8;
}

form label:hover ~ input
{
  border-color:#bbb;
}

form input[type=text]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus
{
  outline: 0;
  border-color: #67b0f0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.077), 0 0 8px rgba(104, 177, 235, 0.7);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.077), 0 0 8px rgba(104, 177, 235, 0.7);
}


form input[type=text]:-moz-placeholder{color:#555;}
form input[type=text]::-moz-placeholder{color:#555;}
form input[type=text]::-webkit-input-placeholder{color:#8FB3AD;}
form input[type=text]:-ms-input-placeholder{color:#555;}

/* modified placeholder color */
form input[type=text]:-moz-placeholder{color:#aaa;}
form input[type=text]::-moz-placeholder{color:#aaa;}
form input[type=text]::-webkit-input-placeholder{color:#aaa;}
form input[type=text]:-ms-input-placeholder{color:#aaa;}


form input[type=file]
{
  height: 1.2em;
}

form input[type=radio], input[type=checkbox]
{
  margin: 0 0.8em 0 0;
}

label
{
  padding: 0 1em 0 0.8em;
  color: #4A4A4A;
  vertical-align: middle;
}

form li &gt; label
{
  margin:0 0 0 0.4em;
}

select
{
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center right 3%;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@-moz-document url-prefix() {
  select {
    background: #ffffff; }

  select:hover {
    background: #ffffff; }
}
.form-inline
{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-control, .form-inline
{
  background-color: #FFFFFF;

  /*border-width: 1px;*/
  border: 1px solid #d0d0d0;


  color: #555555;
  padding: 0 0.5em;
  margin: 0.4em 0.8em;
  height: 2.1em;
  border-radius: 0;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
}

.form-control, .form-inline
{
  margin: 0.4em 0;
}

.max-width
{
  width: -moz-available;
  width: -webkit-fill-available;
}

.form-horizontal
{
  display: block;
}

.btn
{
  -moz-user-select: none;
  border: 0;
  display: inline-block;
  font-size: 1em;
  padding: 0.45em 1em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  line-height: 1.15em;
  text-align: center;
  vertical-align: middle;
  /*white-space: nowrap;*/
}
.btn2l {
  line-height: 2.2;
}
.btnwide {
  width: 100%;
}
@media screen and (max-width: 640px){
  .btnwide {
    width: auto;
    font-size: 0.7em;
  }
}
.btn.global-bg:hover {
  background: #169362;
}
.btn.gray-bg:hover {
  background: #888;
}

.xm-btn {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 0.8em;
}
.sm-btn {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 1em;
}
.md-btn {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-size: 1.4em;
}

.btn-default
{
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #404040;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default
{
  color: #333;
  background-color: #fafafa;
  border-color: #adadad;
}

.btn-primary
{
  background-color: #67bcf1;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary
{
  color: #fff;
  background-color: #68c5fd;
}

.btn-success {
    background-color: #2ECC71;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success
{
  color: #fff;
  background:  #2FD574;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning
{
  color: #fff;
  background-color: #f6b74e;
}

.btn-danger {
  color: #fff;
  background-color: #FF7C6C;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger
{
  color: #fff;
  background-color: #ff8c7e;
}

.flow-group {
  margin: 0 auto;
  width: 605px;
}
.flow {
  width: 209px;
  height: 59px;
  padding: 5px 20px;
  float: left;
  font-weight: bold;
  background-image: url(../img/flow_bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  box-sizing: border-box;
}
.flow:last-child {
  width: 187px;
}
.flow-cr {
  color: #fff;
  background-image: url(../img/flow_bg_cr.png);
}
.flow-last {
  background-image: url(../img/flow_last_bg.png);
}
.flow-last-cr {
  color: #fff;
  background-image: url(../img/flow_last_bg_cr.png);
}

.left-inset
{
  border-left: 0 none;
  margin-left: -1em;
}

.tiny-control
{
  font-size: 0.8em;
  height: 1.3em;
  padding: 0.1em 0.65em 0;
}

.small-control
{
  font-size: 0.85em;
  height: 1.9em;
}

.big-control
{
  font-size: 1.1em;
  padding: 0.5em 1.15em;
  height: 3.1em;
}

.control-group
{
  margin:0.3em auto;
  overflow: auto;
}

.rounded
{
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
.sm-rounded
{
  padding: 5px;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
table.rounded
{
  border-collapse: separate;
}
.no-top-rounded
{
  -moz-border-radius: 0 0 0.4em 0.4em;
  -webkit-border-radius: 0 0 0.4em 0.4em;
  border-radius: 0 0 0.4em 0.4em;
}

/************ Spacing ***************/

.top-0 {top:0;}
.top-1 {top: 2%;}
.top-2 {top: 4%;}
.top-3 {top: 6%;}
.top-4 {top: 8%;}
.top-5 {top: 10%;}
.top-6 {top: 12%;}
.top-7 {top: 14%;}
.top-8 {top: 16%;}
.top-9 {top: 18%;}
.top-10 {top: 20%;}
.top-11 {top: 22%;}
.top-12 {top: 24%;}
.top-13 {top: 26%;}
.top-14 {top: 28%;}
.top-15 {top: 30%;}
.top-16 {top: 32%;}
.top-17 {top: 34%;}
.top-18 {top: 36%;}
.top-19 {top: 38%;}
.top-20 {top: 40%;}

.bottom-0
{
  bottom: 0;
}

.global-top-border {
  position: relative;
  z-index: 1000;
}
.container
{
    padding: 1em 0;
    overflow: auto;
    width: 100%;
    display: table;
}

.logo {
  margin: auto;
  width: 256px;
}

.big-container
{
  margin: 7em auto 1em;
  overflow: auto;
}

.main {
  padding-bottom: 150px;
}

.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
}
.footer ul {
  padding: 10px 0;
}
.footer li {
  width: 25%;
  text-align: center;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.footer li:last-child {
  border-right: 2px solid #fff;
}
.footer li a {
  padding: 20px 0;
  width: 100%;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .search a { background-image: url(../img/footer_nav_search.png); }
.footer .reserve a { background-image: url(../img/footer_nav_reserve.png); }
.footer .favorite a { background-image: url(../img/footer_nav_favorite.png); }
.footer .mypage a { background-image: url(../img/footer_nav_mypage.png); }
.footer .search a:hover { background-image: url(../img/footer_nav_search_cr.png); }
.footer .reserve a:hover { background-image: url(../img/footer_nav_reserve_cr.png); }
.footer .favorite a:hover { background-image: url(../img/footer_nav_favorite_cr.png); }
.footer .mypage a:hover { background-image: url(../img/footer_nav_mypage_cr.png); }

.footer .menu {
  padding: 0;
  float: left;
}
.footer .menu li {
  width: auto;
  float: left;
}
.footer .menu li a {
  margin-right: 20px;
  padding: 0 0 0 15px;
  width: auto;
  height: auto;
  color: #000;
  text-indent: 0;
  background: url(../img/ico_arrow_green.png) no-repeat left center;
}

.row
{
  padding: 1em 0;
  overflow: auto;
  width: 100%;
}

.empty-row
{
  height: 2em;
  display: block;
  overflow: auto;
  padding: 1em 0;
  width: 100%;
}

ul.inline &gt; li
{
  display: inline;
  margin-right: 0.5em;
}

ul.inline-block &gt; li
{
  display: inline-block;
  white-space: nowrap;
}

ul.inline-block &gt; li.hidden
{
  display: none;
}

ul.inline-table &gt; li
{
  display: inline-table;
}

ul.table-cell &gt; li
{
  display: table-cell;
}

.xm-padding
{
  padding: 0.3em;
}
.sm-padding
{
  padding: 0.6em;
}
.md-padding
{
  padding: 1em;
}

.lg-padding
{
  padding: 1.5em;
}

.xl-padding
{
  padding:3em;
}
.xxl-padding {
  padding: 6em;
}
.no-padding
{
  padding: 0;
}

.no-left-padding
{
  padding-left: 0;
}

.no-right-padding
{
  padding-right: 0;
}

.no-top-padding
{
  padding-top:0;
}

.no-bottom-padding
{
  padding-bottom: 0;
}

.no-lt-padding
{
  padding-left: 0;
  padding-right: 0;
}

.no-vt-padding
{
  padding-top: 0;
  padding-bottom: 0;
}


.xm-lt-padding
{
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.xm-vt-padding
{
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.sm-lt-padding
{
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.sm-vt-padding
{
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.md-lt-padding
{
  padding-left: 1em;
  padding-right: 1em;
}

.md-vt-padding
{
  padding-top: 1em;
  padding-bottom: 1em;
}

.lg-lt-padding
{
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.lg-vt-padding
{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xl-lt-padding
{
  padding-left: 3em;
  padding-right: 3em;
}

.xl-vt-padding
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.xm-top-padding { padding-top: 0.3em; }
.sm-top-padding { padding-top: 0.6em; }
.md-top-padding { padding-top: 1em; }
.lg-top-padding { padding-top: 1.5em; }
.xl-top-padding { padding-top:3em; }
.xxl-top-padding { padding-top:5em; }
.xm-right-padding { padding-right: 0.3em; }
.sm-right-padding { padding-right: 0.6em; }
.md-right-padding { padding-right: 1em; }
.lg-right-padding { padding-right: 1.5em; }
.xl-right-padding { padding-right:3em; }
.xxl-right-padding { padding-right:5em; }
.xm-bottom-padding { padding-bottom: 0.3em; }
.sm-bottom-padding { padding-bottom: 0.6em; }
.md-bottom-padding { padding-bottom: 1em; }
.lg-bottom-padding { padding-bottom: 1.5em; }
.xl-bottom-padding { padding-bottom:3em; }
.xxl-bottom-padding { padding-bottom:5em; }
.xm-left-padding { padding-left: 0.3em; }
.sm-left-padding { padding-left: 0.6em; }
.md-left-padding { padding-left: 1em; }
.lg-left-padding { padding-left: 1.5em; }
.xl-left-padding { padding-left:3em; }
.xxl-left-padding { padding-left:5em; }

.no-margin
{
  margin: 0 !important;
}

.xxm-margin
{
  margin: 0.1em;
}

.xm-margin
{
  margin: 0.3em;
}

.sm-margin
{
  margin: 0.6em;
}

.md-margin
{
  margin: 1em;
}

.lg-margin
{
  margin: 1.5em;
}

.xl-margin
{
  margin:3em;
}

.no-left-margin
{
  margin-left: 0;
}

.no-right-margin
{
  margin-right: 0;
}

.no-top-margin
{
  margin-top:0;
}

.no-bottom-margin
{
  margin-bottom: 0;
}

.no-lt-margin
{
  margin-left: 0;
  margin-right: 0;
}

.no-vt-margin
{
  margin-top: 0;
  margin-bottom: 0;
}

.xm-lt-margin
{
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.xm-vt-margin
{
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sm-lt-margin
{
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.sm-vt-margin
{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.md-lt-margin
{
  margin-left: 1em;
  margin-right: 1em;
}

.md-vt-margin
{
  margin-top: 1em;
  margin-bottom: 1em;
}

.lg-lt-margin
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.lg-vt-margin
{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.xl-lt-margin
{
  margin-left: 3em;
  margin-right: 3em;
}

.xl-vt-margin
{
  margin-top: 3em;
  margin-bottom: 3em;
}
.xm-top-margin { margin-top: 0.3em; }
.sm-top-margin { margin-top: 0.6em; }
.md-top-margin { margin-top: 1em; }
.lg-top-margin { margin-top: 1.5em; }
.xl-top-margin { margin-top:3em; }
.xm-right-margin { margin-right: 0.3em; }
.sm-right-margin { margin-right: 0.6em; }
.md-right-margin { margin-right: 1em; }
.lg-right-margin { margin-right: 1.5em; }
.xl-right-margin { margin-right:3em; }
.xm-bottom-margin { margin-bottom: 0.3em; }
.sm-bottom-margin { margin-bottom: 0.6em; }
.md-bottom-margin { margin-bottom: 1em; }
.lg-bottom-margin { margin-bottom: 1.5em; }
.xl-bottom-margin { margin-bottom:3em; }
.xm-left-margin { margin-left: 0.3em; }
.sm-left-margin { margin-left: 0.6em; }
.md-left-margin { margin-left: 1em; }
.lg-left-margin { margin-left: 1.5em; }
.xl-left-margin { margin-left:3em; }

.middleset{
    padding: 4em 0 4em;
}

.row, .middleset
{
    display: table;
}

.vertically-centered
{
  align-items: center;
  bottom: 0;
  display: flex;
}

.max-height
{
  height: 100%;
}

.margin-1-left { margin-left: 4.16%; }
.margin-2-left { margin-left: 8.33%; }
.margin-3-left { margin-left: 12.5%; }
.margin-4-left { margin-left: 16.66%; }
.margin-5-left { margin-left: 20.83%; }
.margin-6-left { margin-left: 25%; }
.margin-7-left { margin-left: 29.16%; }
.margin-8-left { margin-left: 33.33%; }

.margin-1-right { margin-right: 4.16%; }
.margin-2-right { margin-right: 8.33%; }
.margin-3-right { margin-right: 12.5%; }
.margin-4-right { margin-right: 16.66%; }
.margin-5-right { margin-right: 20.83%; }
.margin-6-right { margin-right: 25%; }
.margin-7-right { margin-right: 29.16%; }
.margin-8-right { margin-right: 33.33%; }

.margin-1-top { margin-top: 4.16%; }
.margin-2-top { margin-top: 8.33%; }
.margin-3-top { margin-top: 12.5%; }
.margin-4-top { margin-top: 16.66%; }
.margin-5-top { margin-top: 20.83%; }
.margin-6-top { margin-top: 25%; }
.margin-7-top { margin-top: 29.16%; }
.margin-8-top { margin-top: 33.33%; }

/******************* Grid *******************/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24
{
  float: left;
  display: block;
}


/******************* Killer *******************/
.killer {
  /*margin-top: -103px;*/
  margin-top: -60px;
  height: 490px;
  background: url(../img/killer.png) no-repeat center center;
  position: relative;
  z-index: 500;
}
.killer .wrapper {
  margin: 0 auto;
  width: 1000px;
  height: 490px;
}
.killer .logo {
  position: absolute;
  top: 54px;
  left: 35px;
}
.killer .logo img {
  width: 252px;
}
.killer .about {
  position: absolute;
  top: 72px;
  left: 310px;
}
.killer .about:hover {
  opacity: 0.8;
}


/******************* Modal *******************/
.modal {
  margin-left: -418px;
  padding: 136px 10px 20px;
  width: 836px;
  background: #fff url(../img/modal.png) no-repeat center top;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 2000;
  display: none;
}
.modal li {
  box-sizing: border-box;
}
.modal .ttl {
  margin-bottom: 10px;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

/********* Social Button *********/
.social-panel {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.social-div {
    width: 333px;
    padding: 3px;
    display: inline-block;
}
.social-btn {
    background-size: cover;
    height: 67px;
    width: 100%;
}
.facebook-login {
    background-image: url(../img/facebook-btn.png);
}

.google-login {
    background-image: url(../img/google-btn.png);
}

.twitter-login {
    background-image: url(../img/twitter-btn.png);
}


/********* For Desktop *********/
@media screen and (min-width: 1024px){

  .col-1 { width: 4.16%; }
  .col-2 { width: 8.33%; }
  .col-3 { width: 12.5%; }
  .col-4 { width: 16.65%; }
  .col-5 { width: 20.83%; }
  .col-6 { width: 25%; }
  .col-7 { width: 29.16%; }
  .col-8 { width: 33.33%; }
  .col-9 { width: 37.5%; }
  .col-10 { width: 41.66%; }
  .col-11 { width: 45.83%; }
  .col-12 { width: 50%; }
  .col-13 { width: 54.16%; }
  .col-14 { width: 58.33%; }
  .col-15 { width: 62.5%; }
  .col-16 { width: 66.59%; }
  .col-17 { width: 70.83%; }
  .col-18 { width: 75%; }
  .col-19 { width: 79.16%; }
  .col-20 { width: 83.33%; }
  .col-21 { width: 87.5%; }
  .col-22 { width: 91.66%; }
  .col-23 { width: 95.83%; }
  .col-24 { width: 100%; }
  .wrapper { width: 1000px; }

  .only-small-screen
  {
    display: none;
  }

  .desktop-center
  {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
    left:0;
    right: 0;
  }

  .only-tablet
  {
    display: none;
  }

  .only-mobile
  {
    display: none;
  }

  .desktop-hidden
  {
    display: none;
  }
}
/************ End desktop *************/

/************ Large screen ************/

@media screen and (min-width: 1440px){

  .col-lg-1 { width: 4.16%; }
  .col-lg-2 { width: 8.33%; }
  .col-lg-3 { width: 12.5%; }
  .col-lg-4 { width: 16.65%; }
  .col-lg-5 { width: 20.83%; }
  .col-lg-6 { width: 25%; }
  .col-lg-7 { width: 29.16%; }
  .col-lg-8 { width: 33.33%; }
  .col-lg-9 { width: 37.5%; }
  .col-lg-10 { width: 41.66%; }
  .col-lg-11 { width: 45.83%; }
  .col-lg-12 { width: 50%; }
  .col-lg-13 { width: 54.16%; }
  .col-lg-14 { width: 58.33%; }
  .col-lg-15 { width: 62.5%; }
  .col-lg-16 { width: 66.59%; }
  .col-lg-17 { width: 70.83%; }
  .col-lg-18 { width: 75%; }
  .col-lg-19 { width: 79.16%; }
  .col-lg-20 { width: 83.33%; }
  .col-lg-21 { width: 87.5%; }
  .col-lg-22 { width: 91.66%; }
  .col-lg-23 { width: 95.83%; }
  .col-lg-24 { width: 100%; }
}

/************ End Large Screen ***********/

/************ Ipad Pro 1024 **********/
@media screen and (max-width: 1024px) {
  a.square.ico-car01:hover, .a.square.ico-car01:hover { background-color: white; background-image: url(../img/ico_car01_off.png); }
  a.square.ico-car02:hover, .a.square.ico-car02:hover { background-color: white; background-image: url(../img/ico_car02_off.png); }
  a.square.ico-car03:hover, .a.square.ico-car03:hover { background-color: white; background-image: url(../img/ico_car03_off.png); }
  a.square.ico-car04:hover, .a.square.ico-car04:hover { background-color: white; background-image: url(../img/ico_car04_off.png); }

  .a.square.ico-car01.selected { background-color: #007c4b; background-image: url(../img/ico_car01_cr.png); }
  .a.square.ico-car02.selected { background-color: #007c4b; background-image: url(../img/ico_car02_cr.png); }
  .a.square.ico-car03.selected { background-color: #007c4b; background-image: url(../img/ico_car03_cr.png); }
  .a.square.ico-car04.selected { background-color: #007c4b; background-image: url(../img/ico_car04_cr.png); }
}
/************ End Ipad Pro 1024 **********/

/************ Tablet and Mobile **********/

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

  .only-desktop
  {
    display: none;
  }

  .only-tablet
  {
    display: block;
  }

  .only-mobile
  {
    display: block;
  }

  .only-small-screen
  {
    display: none;
  }

  .col-1, .col-2, .col-3, .col-4,
  .col-5, .col-6, .col-7, .col-8,
  .col-9, .col-10, .col-11, .col-12,
  .col-13, .col-14, .col-15, .col-16,
  .col-17, .col-18, .col-19, .col-20,
  .col-21, .col-22, .col-23, .col-24 {
    width: 100%;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 { width: 4.16%; }
  .col-sm-2 { width: 8.33%; }
  .col-sm-3 { width: 12.5%; }
  .col-sm-4 { width: 16.66%; }
  .col-sm-5 { width: 20.83%; }
  .col-sm-6 { width: 25%; }
  .col-sm-7 { width: 29.16%; }
  .col-sm-8 { width: 33.33%; }
  .col-sm-9 { width: 37.5%; }
  .col-sm-10 { width: 41.66%; }
  .col-sm-11 { width: 45.83%; }
  .col-sm-12 { width: 50%; }
  .col-sm-13 { width: 54.16%; }
  .col-sm-14 { width: 58.33%; }
  .col-sm-15 { width: 62.5%; }
  .col-sm-16 { width: 66.66%; }
  .col-sm-17 { width: 70.83%; }
  .col-sm-18 { width: 75%; }
  .col-sm-19 { width: 79.16%; }
  .col-sm-20 { width: 83.33%; }
  .col-sm-21 { width: 87.5%; }
  .col-sm-22 { width: 91.66%; }
  .col-sm-23 { width: 95.83%; }
  .col-sm-24 { width: 100%; }


  input[type=text], input[type=submit]select, button
  {
    width: 100%;
  }

  .container, .row
  {
    display: block;
  }
  .container {
    margin: 1em;
  }

  .sm-pull-left
  {
    left: 0;
    float: left;
  }

  .sm-pull-right
  {
    right: 0;
    float: right;
  }


  .form-control, .form-inline
  {
    margin: 0.4em 0;
  }

  .control-group
  {
    /*float: none;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0 1em;
  }

  .sm-no-padding
  {
    padding: 0;
  }

  .btn
  {
    margin-left: 0;
  }

  label
  {
    margin: 0.4em 0.7em 0 0;
    padding: 0;
  }

  .panel
  {
    padding: 0.5em;
  }

  .sm-center
  {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 0;
  }

  .tablet-and-mobile-hidden
  {
    display: hidden;
  }

  .vertically-centered
  {
    left: 0;
    right: 0;
  }

  .sm-no-background
  {
    background: none;
  }

  .modal {
    margin-left: 0;
    padding: 20% 10px 20px;
    width: 100%;
    top: 10px;
    left: 5%;
    position: absolute;
    background: #fff url(../img/sp_modal.png) no-repeat center top;
    background-size: contain;
  }

  .social-panel {
    display: block;
    float: left;
  }
  .social-div {
    text-align: center;
    padding: 0px;
    width: 100%;
  }
  .social-btn {
    background-size: contain;
    height: 58px;
    max-width: 283px;
  }
  a.square.ico-car01:hover, .a.square.ico-car01:hover { background-color: white; background-image: url(../img/ico_car01_off.png); }
  a.square.ico-car02:hover, .a.square.ico-car02:hover { background-color: white; background-image: url(../img/ico_car02_off.png); }
  a.square.ico-car03:hover, .a.square.ico-car03:hover { background-color: white; background-image: url(../img/ico_car03_off.png); }
  a.square.ico-car04:hover, .a.square.ico-car04:hover { background-color: white; background-image: url(../img/ico_car04_off.png); }

  .a.square.ico-car01.selected { background-color: #007c4b; background-image: url(../img/ico_car01_cr.png); }
  .a.square.ico-car02.selected { background-color: #007c4b; background-image: url(../img/ico_car02_cr.png); }
  .a.square.ico-car03.selected { background-color: #007c4b; background-image: url(../img/ico_car03_cr.png); }
  .a.square.ico-car04.selected { background-color: #007c4b; background-image: url(../img/ico_car04_cr.png); }
}
/****** End Tablet and Mobile ******/

/* To avoid Safari autozoom in forms on iPad and iPhone: */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1023px){
  .dialog-box select:focus,
  .dialog-box textarea:focus,
  .dialog-box input:focus {
    font-size: 15px;
  }
}

/******* Small mobile screen *******/
@media screen and (max-width: 640px){

  h1, h2, h3 {
    font-size: 18px;
  }
  textarea.wide {
    width: auto;
    height: auto;
  }
  .xxl-padding {
    padding: 2em;
  }
  .order-print-padding {
    padding: 2em 2em 1em 2em;
  }
  .only-desktop-and-tablet
  {
    display: none;
  }

  .only-tablet
  {
    display: none;
  }

  .xm-hidden
  {
    display: none;
  }

  .only-small-screen
  {
    display: block;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
  .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16,
  .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20,
  .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    width: 100%;
  }

  .col-xm-1 { width: 4.16%; }
  .col-xm-2 { width: 8.33%; }
  .col-xm-3 { width: 12.5%; }
  .col-xm-4 { width: 16.66%; }
  .col-xm-5 { width: 20.83%; }
  .col-xm-6 { width: 25%; }
  .col-xm-7 { width: 29.16%; }
  .col-xm-8 { width: 33.33%; }
  .col-xm-9 { width: 37.5%; }
  .col-xm-10 { width: 41.66%; }
  .col-xm-11 { width: 45.83%; }
  .col-xm-12 { width: 50%; }
  .col-xm-13 { width: 54.16%; }
  .col-xm-14 { width: 58.33%; }
  .col-xm-15 { width: 62.5%; }
  .col-xm-16 { width: 66.66%; }
  .col-xm-17 { width: 70.83%; }
  .col-xm-18 { width: 75%; }
  .col-xm-19 { width: 79.16%; }
  .col-xm-20 { width: 83.33%; }
  .col-xm-21 { width: 87.5%; }
  .col-xm-22 { width: 91.66%; }
  .col-xm-23 { width: 95.83%; }
  .col-xm-24 { width: 100%; }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .container{
    margin-top: 1em;
    width: 95%;
  }

  .section { min-height: 300px;}

  .main {
    padding-bottom: 20px;
  }

  .footer
  {
    padding: 1.2em 0 0.8em;
    position: relative;
  }
  .footer .wrapper { padding-left: 0; padding-right: 0; }
  .footer li:first-child { border-left: none; }
  .footer li:last-child { border-right: none; }
  .footer li a { padding: 10px 0; background-size: 54px 42px; }
  .footer .search a, .footer .search a:hover { background-image: url(../img/sp_footer_nav_search.png); }
  .footer .reserve a, .footer .reserve a:hover { background-image: url(../img/sp_footer_nav_reserve.png); }
  .footer .favorite a, .footer .favorite a:hover { background-image: url(../img/sp_footer_nav_favorite.png); }
  .footer .mypage a, .footer .mypage a:hover { background-image: url(../img/sp_footer_nav_mypage.png); }
  .footer .search a.cr { background-image: url(../img/sp_footer_nav_search_cr.png); }
  .footer .reserve a.cr { background-image: url(../img/sp_footer_nav_reserve_cr.png); }
  .footer .favorite a.cr { background-image: url(../img/sp_footer_nav_favorite_cr.png); }
  .footer .mypage a.cr { background-image: url(../img/sp_footer_nav_mypage_cr.png); }

  .xm-padding
  {
    padding: 0.1em;
  }
  .sm-padding
  {
    padding: 0.3em;
  }
  .md-padding
  {
    padding: 0.6em;
  }

  .lg-padding
  {
    padding: 1em;
  }

  .xl-padding
  {
    padding: 1.5em;
  }

  .xm-padding
  {
    padding: 0.1em;
  }
  .sm-padding
  {
    padding: 0.3em;
  }
  .md-padding
  {
    padding: 0.6em;
  }

  .lg-padding
  {
    padding: 1em;
  }

  .xl-padding
  {
    padding: 1.5em;
  }
  .xm-no-background
  {
    background-image: none !important;
    -webkit-background-image: none !important;
  }

  .xm-white-bg
  {
    background: #ffffff;
  }
  .flow-group {
    width: auto;
  }
  .flow {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: none;
    color: #000 !important;
    background-image: none !important;
    font-weight: normal;
  }
  .flow p {
    width: 100%;
  }
  .flow:last-child {
    width: 100%;
  }
  .flow-cr {
    color: #fff;
    background-image: url(../img/flow_bg_cr.png);
  }
  .flow-last {
    background-image: url(../img/flow_last_bg.png);
  }
  .flow-last-cr {
    color: #fff;
    background-image: url(../img/flow_last_bg_cr.png);
  }
  .flow br {
    display: none;
  }
  .ico-no01,.ico-no01-cr,
  .ico-no02,.ico-no02-cr,
  .ico-no03,.ico-no03-cr {
    margin: 0;
    padding: 0;
    min-height: auto;
    background-image: none;
  }
  .ico-no01:before,.ico-no01-cr:before {
    content: '1��';
  }
  .ico-no02:before,.ico-no02-cr:before {
    content: '2��';
  }
  .ico-no03:before,.ico-no03-cr:before {
    content: '3��';
  }

  a.btn {
    width: 100%;
    box-sizing: border-box;
  }

  .top-right,
  .top-left,
  .bottom-right,
  .bottom-left {
    position: relative !important;
  }

  th, td {
    display: block;
    text-align: left;
    clear: both;
    zoom: 1;
  }
  th:after, td:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
  }
  th input[type=text] {
    width: 100px;
  }
  .vertical th,
  .vertical td {
    text-align: left;
  }
  .vertical th {
    border-right: none;
    border-bottom: none;
  }
  .vertical .col-2,
  .vertical .col-3,
  .vertical .col-4 {
    width: 20%;
  }
  .vertical .col-8 {
    width: 30%;
  }
  .vertical tr:first-child th {
    -moz-border-radius: 0.6em 0.6em 0 0;
    -webkit-border-radius: 0.6em 0.6em 0 0;
    border-radius: 0.6em 0.6em 0 0;
  }
  .vertical tr:first-child td {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .vertical tr:last-child th {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .vertical tr:first-child:last-child td {
    -moz-border-radius: 0 0 0.6em 0.6em;
    -webkit-border-radius: 0 0 0.6em 0.6em;
    border-radius: 0 0 0.6em 0.6em;
  }
  .vertical tr:last-child td {
    -moz-border-radius: 0 0 0.6em 0.6em;
    -webkit-border-radius: 0 0 0.6em 0.6em;
    border-radius: 0 0 0.6em 0.6em;
  }


  .horizontal {
    border: none;
  }
  .horizontal tr:first-child {
    display: none;
  }
  .horizontal tr {
    display: block;
    border: 4px solid #007c4b;
    border-radius: 0.6em;
  }
  .horizontal tr + tr {
    margin-top: 20px;
  }
  .horizontal td {
    display: block;
    border-right: none;
  }
  .horizontal th:first-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .horizontal tr:last-child td:first-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .horizontal tr:last-child td {
    border-bottom: 2px solid #007c4b;
  }
  .horizontal td:first-child,
  .horizontal td:last-child,
  .horizontal tr:last-child td:last-child {
    border-bottom: none;
  }
  .horizontal02 tr {
    width: 50%;
    float: left;
    display: block;
  }
  .horizontal02 th,
  .horizontal02 td {
    min-height: 50px;
  }
  .horizontal02 th {
    border-right: none;
    border-bottom: 2px solid #007c4b;
  }
  .horizontal02 tr:last-child td,
  .horizontal02 td {
    border-right: none;
    border-bottom: 2px solid #007c4b;
  }
  .horizontal02 th:last-child {
    -moz-border-radius: 0 0 0 0.5em;
    -webkit-border-radius: 0 0 0 0.5em;
    border-radius: 0 0 0 0.5em;
  }
  .horizontal02 th:last-child,
  .horizontal02 td:last-child {
    border-bottom: none;
  }
  .horizontal02 tr:last-child td:first-child {
    -moz-border-radius: 0 0.5em 0 0;
    -webkit-border-radius: 0 0.5em 0 0;
    border-radius: 0 0.5em 0 0;
  }
  .horizontal02 tr:last-child td:last-child {
    border-bottom: none;
  }

  .ico-parking {
    background-position: left bottom 5px;
  }
  .ico-parking .pull-right {
    margin-top: 10px;
    float: none;
  }


  /******************* Killer *******************/
  .killer {
    margin-top: 10px;
    height: auto;
    background-size: cover;
  }
  .killer .wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .killer .logo {
    margin: 0;
    position: relative;
    width: 120px;
    top: -30px;
    left: 0;
  }
  .killer .logo img {
    width: 120px;
  }
  .killer .about {
    width: 80px;
    position: relative;
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  .killer .about img {
    width: 80px;
  }

  .logo {
    margin: 0 auto;
    width: 50%;
  }



  /******************* Modal *******************/
  .modal {
    margin-left: 0;
    padding: 20% 10px 20px;
    width: 80%;
    top: 10px;
    left: 10%;
    position: absolute;
    background: #fff url(../img/sp_modal.png) no-repeat center top;
    background-size: contain;
  }
  .modal ol {
    padding: 0;
  }
  .modal .ttl {
    width: 60%;
  }



  label input[type=checkbox] + br {
    display: none;
  }

  .col-1 img,
  .col-2 img,
  .col-3 img,
  .col-4 img,
  .col-5 img,
  .col-6 img,
  .col-7 img,
  .col-8 img,
  .col-9 img,
  .col-10 img,
  .col-11 img,
  .col-12 img,
  .col-13 img,
  .col-14 img,
  .col-15 img,
  .col-16 img,
  .col-17 img,
  .col-18 img,
  .col-19 img,
  .col-20 img,
  .col-21 img,
  .col-22 img,
  .col-23 img,
  .col-24 img {
    width: 100%;
    height: auto;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .credit img {
    width: auto;
  }

  .menu .pull-left,
  .menu .pull-right {
    margin: 0;
  }
  .btn img {
    width: auto;
  }
  .social-panel {
    display: block;
    float: left;
  }
  .social-div {
    text-align: center;
    padding: 0px;
  }
  .social-btn {
    background-size: contain;
    height: 58px;
    max-width: 283px;
  }
  a.square.ico-car01:hover, .a.square.ico-car01:hover { background-color: white; background-image: url(../img/ico_car01_off.png); }
  a.square.ico-car02:hover, .a.square.ico-car02:hover { background-color: white; background-image: url(../img/ico_car02_off.png); }
  a.square.ico-car03:hover, .a.square.ico-car03:hover { background-color: white; background-image: url(../img/ico_car03_off.png); }
  a.square.ico-car04:hover, .a.square.ico-car04:hover { background-color: white; background-image: url(../img/ico_car04_off.png); }

  .a.square.ico-car01.selected { background-color: #007c4b; background-image: url(../img/ico_car01_cr.png); }
  .a.square.ico-car02.selected { background-color: #007c4b; background-image: url(../img/ico_car02_cr.png); }
  .a.square.ico-car03.selected { background-color: #007c4b; background-image: url(../img/ico_car03_cr.png); }
  .a.square.ico-car04.selected { background-color: #007c4b; background-image: url(../img/ico_car04_cr.png); }
}
/**** End Small mobile screen *****/


div.dark-background
{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:black;
  opacity:0.2;
  display:none;
  z-index:70;
}

/* Pop up dialogs: */

.dialog-box
{
    left:0;
    right: 0;
    margin: 0 auto;
    background-color:#fff;
    position:fixed;
    z-index:80;
}

.dialog-box-title
{
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  float: none;
  left: 0;
  margin: 0;
  padding-bottom: 0.8em;
  padding-top: 2.8em;
  position: fixed;
  right: 0;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 120;
}

.dialog-box-title-text
{
  overflow: hidden;
  text-overflow: ellipsis;
}

.dialog-box-content
{
  background: white none repeat scroll 0 0;
  padding-top: 7em;
  height: 55%;
  overflow: scroll;
  -webkit-overflow-scrolling:touch;
  position: fixed;
  z-index: 100;
}

a.close{color:#CBCBCB;padding: 0.7em 0.7em; margin: 0.5em; font-size:1em;font-weight:bold;text-decoration:none;position:absolute;right:0;top:0em; z-index:120;}
a.close:hover{opacity: 0.8;}

.left
{
  left:0;
}

.right
{
  right:0;
}

.pull-left
{
  float: left;
}

.pull-right
{
  float: right;
}

.cf {
  clear: both;
  zoom: 1;
}
.cf:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

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

.text-left
{
  text-align: left;
}

.text-right
{
  text-align: right;
}

.sub
{
  vertical-align: sub;
}

.center
{
  margin-left: auto;
  margin-right: auto;
  float: none;
  left:0;
  right: 0;
}

.relative
{
  position: relative;
}

.absolute
{
  position: absolute;
}

.fixed
{
  position: fixed;
}

.sticky
{
  position: sticky;
  position: -webkit-sticky;
}

.top-right {
  margin-top: 10px;
  margin-right: 10px;
  top: 0;
  right: 0;
}
.top-left {
  margin-top: 10px;
  margin-left: 10px;
  top: 0;
  left: 0;
}
.bottom-right {
  margin-bottom: 10px;
  margin-right: 10px;
  bottom: 0;
  right: 0;
}
.bottom-left {
  margin-left: 10px;
  margin-bottom: 10px;
  bottom: 0;
  left: 0;
}

.no-float
{
  float: none;
}

.z-index-top
{
  z-index: 100;
}

.z-index-mid
{
  z-index: 50;
}

.z-index-back
{
  z-index: -1;
}

.footer
{
  bottom: 0;
  padding-bottom: 0.3em;
  left: 0;
}

.block
{
  display: block;
}

.inline
{
  display: inline;
}

.inline-block
{
  display: inline-block;
}

.table-cell
{
  display: table-cell;
}

.flex
{
  display: flex;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
}

.overflow-hidden
{
  overflow: hidden;
}

.hidden
{
  display: none;
}

.scroll-box {
  margin-bottom: 0px;
  padding: 20px;
  border: 2px solid #abadb3;
  overflow-y: scroll;
}

/**************************** End layout *******************************/


.share-btn
{
  float: right;
}

.vertical-share
{
  left:auto;
  float:right;
  position:absolute;
  right:0;
  top:25%;
  z-index:100020;
  background:0;
  width:3em;
}

.vertical-icon-wrapper
{
  width: 2em;
}

.icon-wrapper
{
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 0.4em 0.7em;
  fill: #fff;
  -webkit-transition: padding 0.1; /* Safari */
  transition: padding 0.1s;
}

li.social-big
{
  display: inline;
  border: 3px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.social-big-svg
{
  height: 2em;
  width: 2em;
  text-align: center;

}

.social-small-svg
{
  height: 1.5em;
  text-align: center;
  width: 1.8em;
}

li.social-small
{
  display: inline-block;
  vertical-align: middle;
}
.facebook
{
  background-color: rgb(59, 89, 152);
}

.twitter
{
  background-color: rgb(85, 172, 238);
}

.share-icon:hover
{
  padding-right: 1.5em;
}


.carsize-front {
  width: 140px;
  height: 90px;
  position: relative;
  background: url(../img/car_size_front.png) no-repeat right top;
}
.carsize-side {
  width: 160px;
  height: 90px;
  position: relative;
  background: url(../img/car_size_side.png) no-repeat right top;
}
.carsize input[type=text] {
  width: 40px;
}
.carsize-h {
  top: 10px;
  left: 0;
}
.carsize-w {
  top: 66px;
  left: 75px;
}
.carsize-l {
  top: 66px;
  left: 61px;
}

/**** Animations ****/

.drop
{
  opacity: 0;
  animation: showDrop 1s ease-out forwards;
  -webkit-animation: showDrop 1s ease-out forwards;
}

@keyframes showDrop
{
  from{ opacity: 0; transform: translate3d(0,-1.5em,0);}
  to{ opacity: 1; transform: translate3d(0,0,0);}
}

@-webkit-keyframes showDrop
{
  from{ opacity: 0; -webkit-transform: translate3d(0,-1.5em,0);}
  to{ opacity: 1; -webkit-transform: translate3d(0,0,0);}
}

/**** Parallax ****/

html.parallax {
  /*height: 100%;*/
  overflow: auto;
}

body.parallax
{
  transform-style: preserve-3d;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 1px;
}

.parallax-section
{
    position: relative;
    padding: 25vh 10%;
    min-height: 70vh;
    width: 100vw;
    box-sizing: border-box;
    transform-style: inherit;
    background-attachment: fixed;
    background: 50% 50% / cover;
    transform: translateY(43px) translateZ(-0.4px) scale(1.75);
}

.parallax-section:before {
  background: 50% 50% / cover;
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}

.parallax-section, .parallax-section:before {
  background: 50% 50% / cover;
}

.parallax-content
{
  transform: translateZ(0.5px) scale(0.5);
}


@media print {
  .global-top-border,
  .logo,
  .footer,
  .no-print { display: none !important; }
  .print { display: block !important; }
  .even-cell { background-color: #fff !important; }
  .col-14 { width: 100%; }
  table, tr, th, td { border: none !important; }
  th, td {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000 !important;
  }
}

.xm-padding.small.inline-block {
  padding: 0.3em;
}
.xm-padding.small.inline-block {
  padding: 0.3em;
}</pre></body></html>