@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
html, body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  border-style: none;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
  -webkit-appearance: none;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
   Paragraphs
   ========================================================================== */
p {
  margin: 0 0 1.5em 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

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

@media screen and (max-width:767px) {
  body {
    padding-top: 50px;
  }
}
@media screen and (min-width:768px) {
  #wrap {
    min-width: 1000px;
  }
  a[href*="tel:"] {
    color: #222;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
header {
  text-align: center;
}

@media screen and (max-width:767px) {
  header {
    background: #fff;
    height: 50px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header h1 {
    line-height: 1;
  }
  header h1 img {
    width: 180px;
  }
  #global-nav {
    display: none;
  }
  .slicknav_nav li br {
    display: none;
  }
}
@media screen and (min-width:768px) {
  #wrap {
    margin: 0 auto;
  }
  header {
    padding: 24px 0;
    margin: 0 auto;
    width: 980px;
  }
  .slicknav_menu {
    display: none;
  }
  nav {
    width: 100%;
  }
  #global-nav {
    background: #fff;
    width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 18px 2%;
  }
  #global-nav li {
    list-style-type: none;
    font-weight: bold;
  }
  #global-nav a {
    color: #222;
    text-decoration: none;
  }
  #global-nav .subnav {
    background: #222;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    font-size: 0.8125rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 16px;
  }
  #global-nav .subnav:before {
    content: "";
    background: #222;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    left: calc((100% - 10px) / 2);
    top: -5px;
  }
  #global-nav .subnav li {
    font-weight: normal;
  }
  #global-nav .subnav li a {
    color: #fff;
    line-height: 1.75;
    display: block;
    padding: 12px;
  }
  #global-nav .subnav li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
  }
  #global-nav li {
    position: relative;
    text-align: center;
    flex-grow: 1;
    text-align: center;
  }
  #global-nav li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width:768px) {
  main {
    width: 980px;
    margin: 0 auto;
  }
}
.footer__fig {
  text-align: center;
  margin-bottom: 2em;
}

.list-company__item .address, .list-company__item .tel {
  line-height: 1.75;
}
.list-company__item .tel {
  background: url(../img/icon-phone.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 24px;
}

.copyright {
  background: #797575;
  color: #fff;
  padding: 1.5em 0;
}

@media screen and (max-width:767px) {
  .footer {
    padding: 0 24px;
  }
  .list-company {
    margin: 0 auto 32px auto;
  }
  .list-company__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .list-company__item__hl {
    font-size: 16px;
    font-size: 1rem;
  }
  .list-company__item .address, .list-company__item .tel {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .list-company {
    width: 760px;
    margin: 0 auto 56px auto;
    display: flex;
    justify-content: center;
  }
  .list-company__item__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .list-company__item__hl span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .list-company__item .address, .list-company__item .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
  }
}
.page-header {
  overflow: hidden;
  position: relative;
}
.page-header:after {
  background-color: #f2f2f2;
  opacity: 0.3;
  background-image: radial-gradient(#f74545 0.8px, #f2f2f2 0.8px);
  background-size: 16px 16px;
  background-repeat: repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
  }
  .page-header__inner {
    height: 140px;
  }
  .page-header__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:768px) {
  .page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 80px;
  }
  .page-header__inner {
    height: 180px;
    width: 980px;
  }
  .page-header__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
main a {
  color: #D82B16;
  text-decoration: underline;
}
main h2, main .hl2 {
  background: none;
  color: #222;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 1.75em;
}
main h3, main .hl3 {
  color: #222;
  font-weight: 700;
  margin-bottom: 1.25em;
  line-height: 1.5;
  border-left: 8px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to top, #d64f40 0%, #d6685c 51%, #d82b16 51%, #d82b16 100%);
  padding-left: 0.5em;
}
main h4, main .hl4 {
  background: none;
  color: #222;
  margin-bottom: 1em;
  line-height: 1.65;
}
main h4:before, main .hl4:before {
  content: "■";
  display: inline-block;
  padding-right: 0.25em;
}
main h5, main .hl5 {
  background: none;
  color: #222;
  margin-bottom: 1em;
  padding: 0;
}
main h6, main .hl6 {
  color: #100900;
  margin-bottom: 1.25em;
}
main p {
  line-height: 1.75;
  margin-bottom: 2em;
}
main .text-left {
  text-align: left;
}
main .text-right {
  text-align: right;
}
main .text-center {
  text-align: center;
}
main .text-bold {
  font-weight: bold;
}
main .text-small {
  font-size: 80% !important;
}
main .text-large {
  font-size: 128% !important;
}
main .text-underline {
  text-decoration: underline;
}
main ul {
  padding: 0;
}
main ul li {
  line-height: 1.75;
}
main ol {
  padding: 0;
}
main ol li {
  line-height: 1.75;
  list-style-type: decimal;
}
main ol li ul {
  margin: 5px 0 5px 20px;
}
main ol li ul li {
  list-style-type: circle;
  padding-left: 0;
  margin-bottom: 4px;
}
main ol li ol {
  margin: 5px 0 5px 0;
}
main ol li ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
}
main dl dt {
  font-weight: bold;
}
main table {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 30px;
}
main table th, main table td {
  border-bottom: 1px solid #ddd;
  line-height: 1.65;
  padding: 1em 1.5em;
  vertical-align: top;
}
main table th {
  background-color: rgba(242, 242, 242, 0.5);
  text-align: left;
}
main table th.no-bg {
  background-color: transparent !important;
}
main table th.right {
  text-align: right;
}
main table td.center,
main table th.center {
  text-align: center;
}

@media screen and (max-width:767px) {
  main section {
    margin-bottom: 64px;
  }
  main h2, main .hl2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main h3, main .hl3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main h4, main .hl4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main h5, main .hl5 {
    font-size: 16px;
    font-size: 1rem;
  }
  main h6, main .hl6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main ul, main ol {
    margin: 0 0 1.5em 1.5em;
  }
  main ul li, main ol li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
  main dl {
    margin: 0 0 1.5em 0;
  }
  main dl dt, main dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main dl dt {
    margin-bottom: 5px;
  }
  main dl dt:not(:first-child) {
    margin-top: 15px;
  }
  main table {
    width: 100%;
  }
  main table th, main table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    display: block;
  }
  main table th.v-align-sp-middle, main table td.v-align-sp-middle {
    vertical-align: middle;
  }
  main table th.v-align-sp-top, main table td.v-align-sp-top {
    vertical-align: top;
  }
  main table th.v-align-sp-bottom, main table td.v-align-sp-bottom {
    vertical-align: bottom;
  }
  main table th.bt-sp-none, main table td.bt-sp-none {
    border-top: none !important;
  }
  main table th.bb-sp-none, main table td.bb-sp-none {
    border-bottom: none !important;
  }
  main table.w100 {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  main section {
    margin-bottom: 80px;
  }
  main h2, main .hl2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  main h3, main .hl3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  main h4, main .hl4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main h5, main .hl5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main h6, main .hl6 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main ul, main ol {
    margin: 0 0 1.5em 1.5em;
  }
  main ul li, main ol li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 7px;
  }
  main dl {
    margin: 0 0 1.5em 0;
  }
  main dl dt, main dl dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main dl dt {
    margin-bottom: 5px;
  }
  main dl dt:not(:first-child) {
    margin-top: 15px;
  }
  main table th, main table td {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.75;
  }
  main table th.w20, main table td.w20 {
    width: 20%;
  }
  main table th.w25, main table td.w25 {
    width: 25%;
  }
  main table th.w30, main table td.w30 {
    width: 30%;
  }
  main table th.w35, main table td.w35 {
    width: 35%;
  }
  main table th.w40, main table td.w40 {
    width: 40%;
  }
  main table th.w45, main table td.w45 {
    width: 45%;
  }
  main table th.w50, main table td.w50 {
    width: 50%;
  }
  main table th.v-align-tab-middle, main table td.v-align-tab-middle {
    vertical-align: middle;
  }
  main table th.v-align-tab-top, main table td.v-align-tab-top {
    vertical-align: top;
  }
  main table th.v-align-tab-bottom, main table td.v-align-tab-bottom {
    vertical-align: bottom;
  }
  main table.w100 {
    width: 100%;
  }
}
.mv {
  position: relative;
}
.mv__copy {
  font-weight: 700;
  text-shadow: 2px 2px 1px white;
}
.mv__copy__point {
  color: #D82B16;
}
.mv__tel {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.mv__tel__num {
  color: #D82B16;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.mv__tel__num a {
  color: #D82B16;
  text-decoration: none;
}
.mv__tel__num img {
  display: block;
}

@media screen and (max-width:767px) {
  .mv {
    width: 100%;
    margin: 0 auto 64px auto;
    position: relative;
  }
  .mv__copy {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
  .mv__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 24px;
  }
  .mv__tel__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 8px;
  }
  .mv__tel__num {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mv__tel__num img {
    width: 16px;
    margin-right: 8px;
  }
}
@media screen and (min-width:768px) {
  .mv {
    background: url(../img/mv-bg.png) repeat-x left top;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin: 0 auto 180px auto;
    position: relative;
  }
  .mv > img {
    position: absolute;
    top: 0;
    left: calc((100% - 980px) / 2);
  }
  .mv__copy {
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    left: calc((100% - 980px) / 2);
    top: 48px;
  }
  .mv__tel {
    position: absolute;
    bottom: -80px;
    left: calc((100% - 980px) / 2);
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 980px;
    padding: 16px;
  }
  .mv__tel__text {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 16px;
  }
  .mv__tel__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .mv__tel__num img {
    width: 28px;
    margin-right: 8px;
  }
}
.top-notice {
  border: 1px solid #D82B16;
  line-height: 1.7;
}

.section-title {
  border: none;
  text-align: center;
  margin-bottom: 2.4em;
  position: relative;
  padding-left: none;
}
.section-title:after {
  background: #D82B16;
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 12px auto 0 auto;
}

.list-course__item__header {
  display: flex;
}
.list-course__item__title {
  border-radius: 4px;
  color: #fff;
  background: #D82B16;
  padding: 0.25em 1em;
  line-height: 1;
}
.list-course__item__rout {
  line-height: 2;
}
.list-course__item__rout .time {
  color: #000;
  font-weight: 700;
  display: inline-block;
}

.list-cars__item__thum img {
  display: block;
  margin: 0 auto;
}
.list-cars__item__spec {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.list-cars__item__spec li {
  list-style-type: none;
  margin-bottom: 8px;
}
.list-cars__item__spec li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width:767px) {
  main {
    padding: 0 24px;
  }
  .top-notice {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 40px 24px;
    padding: 1.25em;
  }
  .section-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .course {
    margin-bottom: 64px;
  }
  .list-course__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .list-course__item__thum {
    margin-bottom: 24px;
  }
  .list-course__item__header {
    align-items: center;
    margin-bottom: 16px;
  }
  .list-course__item__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 1em;
  }
  .list-course__item__subtitle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
  .list-course__item__rout {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: justify;
  }
  .cars {
    position: relative;
    width: 100%;
  }
  .list-cars {
    display: flex;
    flex-wrap: wrap;
  }
  .list-cars__item {
    margin-bottom: 32px;
    width: 100%;
  }
  .list-cars__item__thum {
    margin-bottom: 24px;
  }
  .list-cars__item__spec li {
    width: 36px;
  }
}
@media screen and (min-width:768px) {
  main {
    margin-left: auto;
    margin-right: auto;
  }
  .top-notice {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 1.25em;
    margin: 0 auto 40px auto;
    width: 980px;
    text-align: center;
  }
  .section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .course {
    margin-bottom: 80px;
    position: relative;
    width: 100%;
  }
  .course__inner {
    width: 980px;
    margin: 0 auto;
  }
  .list-course__item {
    display: flex;
    justify-content: space-between;
  }
  .list-course__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .list-course__item__thum {
    width: 240px;
  }
  .list-course__item__detail {
    width: 680px;
  }
  .list-course__item__header {
    align-items: center;
    margin-bottom: 24px;
  }
  .list-course__item__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 1em;
  }
  .list-course__item__subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
  }
  .list-course__item__rout {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .cars {
    position: relative;
    width: 100%;
  }
  .list-cars {
    width: 960px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .list-cars__item {
    width: 460px;
    margin-bottom: 40px;
  }
  .list-cars__item:nth-child(odd) {
    margin-right: 40px;
  }
  .list-cars__item__thum {
    margin-bottom: 24px;
  }
  .list-cars__item__spec {
    justify-content: center;
  }
  .list-cars__item__spec li {
    width: 50px;
  }
}
.gmap iframe {
  aspect-ratio: 1.731/1;
  width: 100%;
  height: 100%;
}

.list-info__item__date {
  color: #666;
}

.contact-info {
  border: 3px double #D82B16;
}
.contact-info__name {
  font-weight: bold;
  margin-bottom: 0.75em;
}
.contact-info__tel .text-bold {
  color: #D82B16;
}

@media screen and (max-width:767px) {
  .list-info__item {
    border-top: dotted 1px #ddd;
    padding: 1em 0;
  }
  .list-info__item:last-child {
    border-bottom: dotted 1px #ddd;
  }
  .list-info__item__date {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
  .list-info__item__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact-info {
    padding: 16px;
  }
  .contact-info__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contact-info__tel, .contact-info__mail {
    font-size: 16px;
    font-size: 1rem;
  }
  .plivacy-policy h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width:768px) {
  .list-info__item {
    border-top: dotted 1px #ddd;
    display: flex;
    align-items: center;
    padding: 1em 0;
  }
  .list-info__item:last-child {
    border-bottom: dotted 1px #ddd;
  }
  .list-info__item__date {
    font-size: 14px;
    font-size: 0.875rem;
    width: 110px;
    margin-right: 20px;
  }
  .list-info__item__title {
    font-size: 16px;
    font-size: 1rem;
    width: 850px;
  }
  .contact-info {
    text-align: center;
    padding: 24px;
  }
  .contact-info__name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contact-info__tel, .contact-info__mail {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contact-info__tel br, .contact-info__mail br {
    display: none;
  }
  .plivacy-policy h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.list-voice__item {
  background: #f2f2f2;
}
.list-voice__item__title {
  color: #D82B16;
  font-weight: bold;
  margin-bottom: 1em;
}
.list-voice__item__text {
  line-height: 1.84;
}

@media screen and (max-width:767px) {
  .list-vehicles {
    display: flex;
    flex-wrap: wrap;
  }
  .list-vehicles__item {
    width: calc((100% - 24px) / 2);
  }
  .list-vehicles__item:not(:nth-child(2n)) {
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .list-voice__item {
    padding: 36px;
  }
  .list-voice__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .list-voice__item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .list-voice__item__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width:768px) {
  .list-vehicles {
    display: flex;
    flex-wrap: wrap;
  }
  .list-vehicles__item {
    width: 300px;
  }
  .list-vehicles__item:not(:nth-child(3n)) {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .list-voice__item {
    padding: 36px;
  }
  .list-voice__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .list-voice__item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .list-voice__item__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.list-faq dt, .list-faq dd {
  line-height: 1.84;
  position: relative;
}
.list-faq dt:before, .list-faq dd:before {
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-faq dt:before {
  content: "Q";
  display: block;
  color: #fff;
  background: #444;
  position: absolute;
}
.list-faq dd:before {
  content: "A";
  display: block;
  color: #fff;
  background: #D82B16;
  position: absolute;
}

.list-accommodation,
.list-sightseeing {
  margin-left: 0;
}
.list-accommodation li,
.list-sightseeing li {
  border: 1px solid #D82B16;
  list-style-type: none;
}
.list-accommodation a,
.list-sightseeing a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75em 1em;
}

@media screen and (max-width:767px) {
  .list-faq dt, .list-faq dd {
    padding-left: 32px;
  }
  .list-faq dt:before, .list-faq dd:before {
    font-size: 16px;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
  }
  .list-faq dt {
    margin-bottom: 24px;
  }
  .list-faq dd {
    margin-bottom: 48px;
  }
  .list-accommodation li:not(:last-child),
.list-sightseeing li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (min-width:768px) {
  .list-faq dt, .list-faq dd {
    padding-left: 36px;
  }
  .list-faq dt:before, .list-faq dd:before {
    font-size: 18px;
    font-size: 1.125rem;
    width: 26px;
    height: 26px;
    left: 0;
    top: 1px;
  }
  .list-faq dt {
    margin-bottom: 24px;
  }
  .list-faq dd {
    margin-bottom: 48px;
  }
  .list-accommodation,
.list-sightseeing {
    display: flex;
    flex-wrap: wrap;
  }
  .list-accommodation li,
.list-sightseeing li {
    width: 470px;
    margin-bottom: 40px;
  }
  .list-accommodation li:nth-child(odd),
.list-sightseeing li:nth-child(odd) {
    margin-right: 40px;
  }
}
dl.sitemap {
  margin: 0 0 0 10px;
  padding: 0;
}
dl.sitemap dt {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
dl.sitemap dd {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0;
  margin-left: 20px;
}
dl.sitemap dd ul {
  margin-left: 0;
}

.sitemap-list li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  background: url(../img/sitemap-middle.png) no-repeat 0 50%;
  padding: 2px 0 2px 32px;
  margin: 0;
  line-height: 1.75;
}
.sitemap-list li.first-child {
  background: url(../img/sitemap-top.png) no-repeat 0 50%;
}
.sitemap-list li:last-child {
  background: url(../img/sitemap-bottom.png) no-repeat 0 50%;
}
