@media (min-width: 769px) {
  .main_inner {
    max-width: 110rem;
  }
}

.trpc_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trpc_h2 {
    line-height: 1.334;
    font-size: 3rem;
  }
  .trpc_h2 > h2 {
    font: inherit;
  }
  .trpc_h2 > h2:first-of-type {
    margin-top: -0.166em;
  }
  .trpc_h2 > h2:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media (max-width: 768px) {
  .trpc_h2 {
    line-height: 1.35;
    font-size: 4rem;
  }
  .trpc_h2 > h2 {
    font: inherit;
  }
  .trpc_h2 > h2:first-of-type {
    margin-top: -0.175em;
  }
  .trpc_h2 > h2:last-of-type {
    margin-bottom: -0.175em;
  }
}
.trpc_h3 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trpc_h3 {
    padding-bottom: 1.4rem;
    line-height: 1.364;
    font-size: 2.2rem;
  }
  .trpc_h3 > h3 {
    font: inherit;
  }
  .trpc_h3 > h3:first-of-type {
    margin-top: -0.181em;
  }
  .trpc_h3 > h3:last-of-type {
    margin-bottom: -0.181em;
  }
}
@media (max-width: 768px) {
  .trpc_h3 {
    padding-bottom: 1.8rem;
    line-height: 1.25;
    font-size: 3.2rem;
  }
  .trpc_h3 > h3 {
    font: inherit;
  }
  .trpc_h3 > h3:first-of-type {
    margin-top: -0.125em;
  }
  .trpc_h3 > h3:last-of-type {
    margin-bottom: -0.125em;
  }
}
.trpc_text {
  font-weight: 500;
}
@media (min-width: 769px) {
  .trpc_text {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .trpc_text {
    line-height: 1.08;
    font-size: 2.5rem;
  }
}
.trpc_address {
  display: flex;
  gap: 8rem;
}
@media (min-width: 769px) {
  .trpc_address {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .trpc_address {
    flex-direction: column;
    padding-top: 7.5rem;
  }
}
.trpc_address_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .trpc_address_box {
    row-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .trpc_address_box {
    row-gap: 5rem;
  }
}
.trpc_address_box > dt {
  border-bottom: 1px solid;
}
.trpc_address_detail {
  display: grid;
}
@media (min-width: 769px) {
  .trpc_address_detail {
    align-items: center;
    grid-template-columns: 8.6rem 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .trpc_address_detail {
    grid-template-columns: 1fr;
  }
}
.trpc_address_detail > dd {
  position: relative;
}
@media (max-width: 768px) {
  .trpc_address_detail > dd {
    padding-top: 1.5rem;
  }
  .trpc_address_detail > dd + dt {
    padding-top: 3rem;
  }
}
.trpc_address_alert {
  display: none;
}
@media (min-width: 769px) {
  .trpc_address_alert {
    position: absolute;
    top: calc(100% + 0.6rem);
  }
}
@media (max-width: 768px) {
  .trpc_address_alert {
    padding-top: 1rem;
  }
}
.trpc_address_alert.is-show {
  display: block;
}
@media (min-width: 769px) {
  .trpc_luggage {
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .trpc_luggage {
    padding-top: 8rem;
  }
}
@media (min-width: 769px) {
  .trpc_luggage .note02 {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .trpc_luggage .note02 {
    padding-top: 3rem;
  }
}
.trpc_luggage_box {
  display: flex;
  background: #f4f5f5;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .trpc_luggage_box {
    justify-content: center;
    align-items: center;
    column-gap: 5rem;
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .trpc_luggage_box {
    flex-direction: column;
    gap: 3rem;
    padding: 5rem;
  }
}
.trpc_luggage_detail {
  display: flex;
}
@media (min-width: 769px) {
  .trpc_luggage_detail {
    align-items: center;
    column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .trpc_luggage_detail {
    flex-direction: column;
    justify-content: space-between;
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .trpc_luggage_detail > dt {
    width: 100%;
  }
}
.trpc_luggage_detail > dd {
  display: flex;
}
@media (min-width: 769px) {
  .trpc_luggage_detail > dd {
    align-items: center;
    column-gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .trpc_luggage_detail > dd {
    justify-content: space-between;
  }
  .trpc_luggage_detail > dd .trpc_text {
    padding-top: 4.5rem;
  }
}
.trpc_luggage_alert {
  display: none;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .trpc_luggage_alert {
    position: absolute;
    top: calc(100% + 0.6rem);
  }
}
@media (max-width: 768px) {
  .trpc_luggage_alert {
    padding-top: 0.5rem;
  }
}
.trpc_luggage_alert.is-show {
  display: block;
}
.trpc_buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .trpc_buttons {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .trpc_buttons {
    padding-top: 6rem;
  }
}
@media (min-width: 769px) {
  .trpc_remon {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon {
    margin-top: 10rem;
  }
}
.trpc_remon_box {
  display: flex;
  border: 1px solid;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .trpc_remon_box {
    justify-content: center;
    align-items: center;
    column-gap: 9rem;
    padding: 4.1rem 1rem 4.7rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon_box {
    flex-direction: column;
    row-gap: 4.3rem;
    padding: 3.9rem 3.2rem 4.2rem;
  }
}
.trpc_remon_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 769px) {
  .trpc_remon_detail {
    column-gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon_detail {
    justify-content: space-between;
    column-gap: 1rem;
  }
}
.trpc_remon_detail label.trpc_text {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .trpc_remon_detail label.trpc_text {
    column-gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon_detail label.trpc_text {
    column-gap: 0.8rem;
    margin-right: auto;
  }
}
.trpc_remon_detail label.trpc_text::before {
  content: "";
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/transportation/co2/head.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .trpc_remon_detail label.trpc_text::before {
    width: 6.4rem;
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon_detail label.trpc_text::before {
    width: 7rem;
    height: 4.5rem;
  }
}
.trpc_remon_detail input {
  flex-shrink: 0;
  border: 0;
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 769px) {
  .trpc_remon_detail input {
    width: 13rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .trpc_remon_detail input {
    width: 12.8rem;
    font-size: 3rem;
  }
}
.trpc_remon_detail input:focus {
  outline: none;
}
.trpc_readd {
  display: flex;
  gap: 2rem;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .trpc_readd {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .trpc_readd {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.trpc_readd_box {
  background: #f4f5f5;
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 769px) {
  .trpc_readd_box {
    padding: 4rem 4rem 3rem;
  }
}
@media (max-width: 768px) {
  .trpc_readd_box {
    padding: 5rem 4rem 4rem;
  }
}
.trpc_readd_detail > dt {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 700;
  color: #f23025;
}
@media (min-width: 769px) {
  .trpc_readd_detail > dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .trpc_readd_detail > dt {
    font-size: 2.8rem;
  }
}
.trpc_readd_detail > dt + dd {
  padding-top: 1.4rem;
}
.trpc_readd_detail > dd {
  display: flex;
  flex-direction: column;
}
.trpc_readd_detail > dd input {
  background: transparent;
  border: 0;
  padding: 0;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .trpc_readd_detail > dd input {
    line-height: 1.867;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .trpc_readd_detail > dd input {
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  .trpc_readd_detail > dd + dt {
    padding-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .trpc_readd_detail > dd + dt {
    padding-top: 3.5rem;
  }
}
.trpc_alert {
  background: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .trpc_alert {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .trpc_alert {
    padding: 9rem 0;
  }
}
.trpc_alert::backdrop {
  background: rgba(20, 20, 20, 0.7);
}
.trpc_alert_box {
  position: relative;
  background: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .trpc_alert_box {
    width: 50rem;
    padding: 5rem 3rem;
  }
}
@media (max-width: 768px) {
  .trpc_alert_box {
    width: 65rem;
    padding: 6rem 2rem;
  }
}
.trpc_alert_close {
  position: absolute;
  background: transparent;
  border: 0;
  right: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
@media (min-width: 769px) {
  .trpc_alert_close {
    width: 3.2rem;
    height: 3.2rem;
    top: -4.6rem;
  }
}
@media (max-width: 768px) {
  .trpc_alert_close {
    width: 6.2rem;
    height: 6.2rem;
    top: -8.5rem;
  }
}
.trpc_alert_close::before, .trpc_alert_close::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 140%;
  height: 1px;
  inset: 50% 0 0 50%;
  translate: -50% -50%;
}
.trpc_alert_close::before {
  rotate: 45deg;
}
.trpc_alert_close::after {
  rotate: -45deg;
}
.trpc_alert_close:focus {
  outline: none;
}
.trpc_alert_p {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .trpc_alert_p {
    line-height: 1.778;
    font-size: 1.8rem;
  }
  .trpc_alert_p > p {
    font: inherit;
  }
  .trpc_alert_p > p:first-of-type {
    margin-top: -0.388em;
  }
  .trpc_alert_p > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media (max-width: 768px) {
  .trpc_alert_p {
    line-height: 1.786;
    font-size: 2.8rem;
  }
  .trpc_alert_p > p {
    font: inherit;
  }
  .trpc_alert_p > p:first-of-type {
    margin-top: -0.392em;
  }
  .trpc_alert_p > p:last-of-type {
    margin-bottom: -0.392em;
  }
}