@charset "utf-8";
#cover {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  display: none;
  opacity: 0.8;
}
#sitebox {
  height: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin: auto;
  padding: 0;
  box-sizing: content-box;
  max-width: 728px;
  /* [disabled]min-width: 375px; */
  border-left-width: thick;
}
#sitebox > img {
  margin: 0 auto;
  display: block;
}
body {
  background-image: url(../banner/body-bg.png);
  background-repeat: repeat;
  color: #FFFFFF;
  float: none;
  font-size: 14px;
}
a {
  color: #FFFFFF;
}
h1, h2, h3{
    font-size: 14px;
    font-weight: normal;
}
#sub {
  display: flex;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 0px;
  justify-content: flex-end;
  margin-bottom: 5px;
}
#sub li {
  text-align: center;
  border: 0;
  font-style: italic;
  font-size: 14px;
  height: 14px;
  margin-left: 25px;
  margin-right: 5px;
}
#sub li a {
  text-decoration: none;
}
#sub li#here a {
  pointer-events: none;
  color: #D6D6D6;
}
#sub li a:hover {
  color: #CC9966;
  -webkit-transition-duration: 0.2s;
}
#sub li a:visited {
  color: #D6D6D6;
}
#main {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 0px;
  justify-content: space-between;
  margin-bottom: 5px;
}
#main li {
  text-align: center;
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  width: 177px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  background-clip: padding-box;
}
#main li ~ li {
  border-left: 5px solid #000000;
}
#main li:nth-child(1) {
    min-width: 3.5em;
}
#main li:nth-child(2) {
    min-width: 4.5em;
}
#main li:nth-child(3) {
    min-width: 6em;
}
#main li:nth-child(4) {
    min-width: 5.5em;
}
#main li:nth-child(5) {
    min-width: 4em;
}

#main li#here {
  background-color: #333333;
}
#main li:not(#here) {
  background-color: #666666;
}
#main li#here a {
  pointer-events: none;
}
#main li a {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 1px;
  text-decoration: none;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main li a:visited {
  color: #D6D6D6;
}
#main li a:hover    {
  color: #CC9966;
  -webkit-transition-duration: 0.2s;
}
#banner {
  margin-top: 5px;
}
table {
	margin: auto;

}
td {
  text-align: center;
  padding: 2px 5px;
  vertical-align: middle;
  border-style: solid;
}
table#example th {
  background-color: #333366;
}
table#example td {
  width: 25%;
}
table caption {
	margin-bottom: -0.5em;
	margin-left: auto;
	margin-right: auto;
}
table#safety td {
  padding: 0.5em;
}
table#license td {
  font-size: 0.8em;
  border-style: solid;
  border-width: thin;
  width: 25%;
}
table#cars {
  width: 100%;
}
table#cars img {
	margin: 0 !important;
}

table#cars tr td:last-child {
  padding: 0em;
  text-align: center;
}
table#cars tr td:last-child:hover {
  background-color: #666666;
  transition-duration: 0.2s;
}
table#cars td a div {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
}
table#cancel {
  margin-bottom: -0.5em;
}
table#cancel th, #cancel td {
  background-color: #005500;
  padding: 0.5em;
  border-style: none;
}
table#cancel td:first-child div {
    margin: auto;
    text-align: justify;
    max-width: 16.5em;
}
table#cancel td:last-child div {
    margin: auto;
    text-align: justify;
    max-width: 8em;
}
div#flowchart {
  text-align: center;
}
div#flowchart > div {
  width: 100%;
  background-color: #333366;
  display: flex;
  align-items: center;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  margin-bottom: 1em;
  padding: 1em;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.flex-middle {
  align-items: center;
}
div.flex-wrap {
  flex-wrap: wrap;
}
figure {
  margin: 0em;
  text-align: center;
}
figure img {
  margin: 0em !important;
  max-width: 100%;
}
main {
  margin-top: 1em;
  text-align: center;
}
details {}
details summary {
  padding: 0.5em 0em;
}
details summary:hover {
  color: #CC9966;
  transition-duration: 0.2s;
}
details ul {
  margin-top: -0.3em;
  list-style-type: none;
}
details ul li ~ li {
  margin: 0em;
  display: inline-block;
}

ul:not(#sub):not(#main) li {
  margin-bottom: 1em;
}
ul {
	padding: 0em 1em;
	text-align: justify;
}
p {
  text-align: center;
}
p.height0 {
  line-height: 0em;
}
video {}
span.br {
  display: inline-flex;
}
.big {
  font-size: 15.5px;
}
.xbig {
    font-size: 18px;
}
.sentence {
  text-align: justify;
  text-justify: distribute;
}
.mark {
  background-color: #666666;
}
.bold {
  font-weight: bold;
}
.gothic {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.green {
  color: #99FF99;
}
.pink {
  color: #CC66CC;
}
.gray {
  color: #CCCCCC;
}
div.items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div.items figure , div.items div{
  width: 242px;
  margin-bottom: 1em;
}
div.items img {
  border-style: solid;
}
div.items img:hover {
  border-color: #CC9966;
  transition-duration: 0.2s;
}
figure.nolink img {
  border: 0;
  width: auto;
}
#overlay {
  background: linear-gradient(rgba(66, 66, 66, 0.9) 0%, rgba(88, 88, 88, 0.9) 10%, rgba(88, 88, 88, 0.9) 90%, rgba(66, 66, 66, 0.9) 100%);    
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 850px;
  border-radius: 20px;
  height: 600px;
  visibility: hidden;
}
#slidetitle {
    display: block;
    position: absolute;
    top: 10px;
    width: 700px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 5px;
    text-shadow: 0 0 10px #222222;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
#slideshow {
  overflow: hidden;
  height: 510px;
  width: 640px;
}
#slideshow ul {
  list-style: none;
  width: 10000px;
  display: flex;
  margin: 0;
  align-items: center;
  padding: 0;
  font-size: 0;
  height: 100%;
}
#slideshow li {
  height: 100%;
  font-size: 0px;
}
#slideshow figure {
  margin: 0px;
  height: 100%;
}
#slideshow figcaption {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
#slideshow p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

#prev {
  opacity: 0.6;
  transform: rotate(180deg);
  margin: 20px;
  width: 48px;
  height: 148px;
}
#next {
  margin: 20px;
  opacity: 0.6;
  width: 48px;
  height: 148px;
}
#next:hover, #prev:hover {
  opacity: 0.9;
  margin: 20px;
  transition-duration: 0.2s;
}
#overlay_close_bottom {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  height: 20px;
}
#overlay_close_top {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  background-color: #333333;
  -webkit-box-shadow: 0 0 4px 4px #333333;
  box-shadow: 0 0 4px 4px #333333;
  opacity: 0.9;
  font-size: 28px;
  vertical-align: middle;
  display: table-cell;
}
#overlay_close_top:hover {
  background-color: #666666;
  -webkit-box-shadow: 0px 0px 4px 4px #666666;
  box-shadow: 0px 0px 4px 4px #666666;
  transition-duration: 0.2s;
}
#mailform {
    width: 100%;
    max-width: 600px;
    border: 0;
    margin: 0 auto;
    color: #000000;
}
#mailform textarea {
    font-size: 14px;
}

#mailform td:first-child {
    width: 120px;
    height: 2em;
    border: 0;















    background-color: #DDDDDD
;
    background-color: rgba(255,255,255,0.80);
}
#mailform td:last-child {
    border: 0;
    background-color: rgba(255,255,255,0.80);
}

#mailform input:not([type="radio"])    , textarea {
    max-width: 400px;
    width: 95%;
}
#sitemap   {
    margin: 0 auto;
    max-width: 300px;
}
#sitemap a {
    text-decoration: none;
}

#sitemap > * {
    text-align: left !important; 
}
#payments {
    display: flex;
    justify-content: space-around;
}
section > * {
	margin: 1em 0em;
}
section {
	margin: 2em 0em;
	width: 100%;
}

section img      {
	margin: 1em;
}
