/*- themeid=carp202504;
--------------------------------*/
/*-------------------- base --------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000000;
  background-color: #FDD6FF;
  background-repeat: no-repeat;
  margin: 2px;
  font-size: 100%;
  line-height: 1.6;
  overflow-x: hidden;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

/*-------------------- element type --------------------*/
h1 {
  color: #fffcfc;
  margin: 0;
  font-size: 140%;
  font-weight: bold;
}

h1#okadrentacarTitle {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.3;
}

h2 {
  color: #000000;
  margin: 0;
  font-size: 135%;
  font-weight: bold;
}

h3 {
  color: #868686;
  margin: 0;
  font-size: 125%;
  font-weight: bold;
}

h4 {
  color: #868686;
  margin: 0;
  font-size: 119%;
  font-weight: bold;
}

h5 {
  color: #868686;
  margin: 0;
  font-size: 110%;
  font-weight: bold;
}

h6 {
  color: #868686;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
}

address {
  color: #6d89c9;
  margin: 8px 0;
}

blockquote {
  color: #6d89c9;
  margin: 8px 15px;
}

p {
  color: #000000;
  margin: 0;
  font-weight: normal;
}

pre {
  color: #6d89c9;
  margin: 8px 0;
  white-space: pre-wrap;
  word-break: break-word;
}

ul {
  color: #868686;
  margin: 0 0 0 16px;
  list-style-image: url(03bul05.gif);
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0;
}

th {
  color: #868686;
  background-color: #e6e6e6;
  border-color: #868686;
  border-style: solid;
  border-width: 0 1px 1px 0;
  font-size: 80%;
}

a:link {
  color: #e6f50d;
  text-decoration: none;
}

a:visited {
  color: #330099;
  text-decoration: none;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
}

select {
  color: #868686;
  margin: 0;
  font-weight: normal;
  max-width: 100%;
}

/*-------------------- layout --------------------*/
.inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/*-------------------- header --------------------*/
.nav-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: peachpuff;
  padding: 10px;
  gap: 10px;
  width: 100%;
  font-size: 11px;
  text-align: center;
}

.nav-menu a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #0000ff;
  background: #ffffff;
  padding: 10px 12px;
  border-radius: 5px;
  transition: background 0.3s;
  width: auto;
  min-width: 140px;
  flex: 1 1 180px;
  max-width: 100%;
}

.nav-menu a:hover {
  background: #ffddaa;
}

/*-------------------- contents --------------------*/
.hpb-cnt-cell3 {
  color: #868686;
  font-size: 80%;
}

.hpb-cnt-cell4 {
  background-color: #cccccc;
}

.hpb-cnt-cell5 {
  color: #868686;
  font-size: 80%;
}

footer {
  text-align: center;
  padding-top: 50px;
}

section {
  padding-top: 20px;
}

section#tuktuk,
section#paypay {
  text-align: center;
}

span.blueLetter {
  color: blue;
}

span.orangeredLetter {
  color: orangered;
}

span.redLetter {
  color: red;
}

td.title {
  text-align: center;
  background-color: #ffb56a;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px;
}

td.contents {
  text-align: center;
  padding: 10px;
}

span.shamei {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  color: #0000ff;
  font-size: clamp(1.4rem, 4vw, 2rem);
}

span.kyocho {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  color: #000000;
  font-size: clamp(1.4rem, 4vw, 2rem);
}

/* テーブルはスマホで潰れやすいため、横スクロール前提 */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.schedule {
  text-align: center;
  font-size: clamp(1rem, 2.8vw, 1.8rem);
  border: 2px solid #f6efef;
  min-width: 640px;
}

th.schedule {
  background-color: #f6efef;
  color: #000000;
  width: 160px;
  height: 50px;
  padding: 10px;
}

tr.schedule {
  background-color: #f6efef;
  color: #000000;
  height: 150px;
}

span#southernseto {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
}

/*-------------------- tablet --------------------*/
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }

  .inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    gap: 8px;
    padding: 8px;
  }

  .nav-menu a {
    font-size: 0.95rem;
    padding: 10px;
    flex: 1 1 calc(50% - 8px);
  }

  section {
    padding-top: 16px;
  }

  footer {
    padding-top: 32px;
  }

  td.title,
  td.contents,
  th.schedule {
    padding: 8px;
  }
}

/*-------------------- smartphone --------------------*/
@media screen and (max-width: 480px) {
  body {
    font-size: 93%;
  }

  h1#okadrentacarTitle {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .nav-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu a {
    width: 100%;
    min-width: 0;
    flex: none;
    font-size: 0.95rem;
  }

  blockquote {
    margin-left: 10px;
    margin-right: 10px;
  }

  ul {
    margin-left: 14px;
  }

  td.title {
    font-size: 1rem;
  }

  span.shamei,
  span.kyocho {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }

  th.schedule {
    width: 120px;
    height: auto;
  }

  tr.schedule {
    height: auto;
  }
}