@charset "UTF-8";

/* contacts
---------------------------------------- */
.page-id-2191 header {
  width: 100%;
  height: 52vh;
  background: url("../images/annex/contacts/contacts-main.webp") no-repeat top 0 left 73% transparent;
  background-size: cover;
  position: relative;
}

.page-id-2191 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}

/* contacts form
---------------------------------------- */
.page-id-2191 main {
  max-width: 1150px;
  width: auto;
  margin: 3vw auto 2vw;
}

.page-id-2191 main h2 {
  line-height: 1.4em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-36);
  text-align: left;
  margin-bottom: 2vw;
  text-align: center;
}

.page-id-2191 main h2.topTitle {
  letter-spacing: 1em;
}

.page-id-2191 main h2 span {
  font-size: var(--f-clamp-24);
  display: block;
}

.page-id-2191 main h3 {
  line-height: 2em;
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-20);
  text-align: left;
  margin-bottom: 1em;
}

.page-id-2191 main .tab-01 h3,
.page-id-2191 main .tab-02 h3,
.page-id-2191 main .tab-03 h3 {
  text-align: center;
  margin-top: 100px;
  line-height: 1.5em;
  font-size: var(--f-clamp-26);
}

.page-id-2191 main .tab-01 h3 span,
.page-id-2191 main .tab-02 h3 span,
.page-id-2191 main .tab-03 h3 span {
  font-size: var(--f-clamp-18);
}

.page-id-2191 main p {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 1.5em;
}

.page-id-2191 main dl {
  max-width: 980px;
  margin: 0 auto 40px;
}

.page-id-2191 main dt {
  line-height: 2em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: -2em;
}

.page-id-2191 main dd {
  line-height: 2em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin: 0 0 0 13em;
}

.page-id-2191 main .powerOutage {
  max-width: 980px;
  margin: 0 auto 160px;
}

.page-id-2191 main .txtRight {
  text-align: right;
}

.page-id-2191 main ul {
  margin-bottom: 2em;
}

.page-id-2191 main li {
  line-height: 1.8em;
  font-family: var(--font-shipporMincho);
  font-weight: 400;
  font-size: var(--f-16);
  text-align: left;
  margin-bottom: 1em;
}

.noteBox {
  width: 100%;
  margin-bottom: 120px;
}

.page-id-2191 main .noteBox h2 {
  text-align: center;
  line-height: 2em;
  color: #c00;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-36);
  margin-bottom: 2vw;
  border-top: solid 3px #c00;
  border-bottom: solid 3px #c00;
}

.page-id-2191 main .noteBox h3 {
  text-align: center;
  line-height: 2em;
  color: #c00;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-26);
  margin-bottom: 0;
  margin-top: 1.5em;
}

.page-id-2191 main .noteBox p {
  text-align: center;
  line-height: 1.5em;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-20);
  margin-bottom: 0;
}


/* タブの切り返し A */
.tabs {
  margin: 0 0 120px;
}

.tab-list {
  display: flex;
  justify-content: center;
}

.page-id-2191 main .tab-list .tab-item {
  width: 50%;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  border: solid 1px var(--khaki01);
  padding: 0.5em 1.2em;
  cursor: pointer;
  text-align: center;
}

.tab-content-main {
  background-color: transparent;
}

.tab-panel {
  display: none;
}

.page-id-2191 main .tab-list .tab-item.active {
  background-color: var(--khaki01);
  color: #fff;
  font-weight: bold;
}

.tab-panel.active {
  display: block;
}

/* タブの切り返し B */
.tab-group {
  /* タブ全体の幅 */
  width: 100%;
  text-align: center;
}

.tab-button {
  display: flex;
  justify-content: space-between;
  list-style: none;
  /* カーソル形状を指先にする */
  cursor: pointer;
}

.tab-button .is-active {
  background-color: var(--khaki01);
  border: solid 1px var(--khaki01);
  color: #fff;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.tab-group .tab-button .tab {
  width: calc(100% / 3);
  border: solid 1px var(--khaki01);
  padding: 0.5em 1.2em;
  text-align: center;
}

.tab-group .tab-contents {
  border-top: none;
}

.tab-group .content {
  display: none;
  padding: 8px;
  text-align: left;
}

.tab-group .content.is-display {
  display: block;
}

.page-id-2191 main ol li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: .5em;
}

.page-id-2191 main .indent001a {
  margin: 0 2em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.page-id-2191 main .indent001b {
  margin: 0 2em 1.5em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.page-id-2191 main .tab-panel ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

/* 消火器 */
.fire {
  max-width: 980px;
  margin: 0 auto 60px;
}

.page-id-2191 main table {
  width: 100%;
  border: solid 1px #666;
  table-layout: auto;
  border-collapse: collapse;
  margin: 0 0 5px;
  background-color: #fff;
}

.page-id-2191 main table th {
  font-weight: bold;
  border: solid 1px #000;
  padding: 10px;
  font-size: var(--f-16);
  line-height: 1.5em;
  background-color: var(--green01);
  color: #fff;
  text-align: center;
}

.page-id-2191 main table td {
  border: solid 1px #000;
  padding: 10px;
  font-size: var(--f-16);
  line-height: 1.5em;
}

.page-id-2191 main .qr-001 {
  max-width: 300px;
  margin: 60px auto;
}

.page-id-2191 main .qr-001 figcaption {
  text-align: center;
}

.page-id-2191 main .qrImg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto 160px;
}

.page-id-2191 main .qrImg figure {
  margin: 0;
}

.page-id-2191 main .qrImg figcaption {
  text-align: center;
}

.page-id-2191 main .qrImg li {
  flex: 1;
}

.page-id-2191 main .tab-03 .qrImg li img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .tabs {
    margin-left: 20px;
    margin-right: 20px;
  }

  .noteBox {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-group {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* 消火器 */
  .fire {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .page-id-2191 main p,
  .page-id-2191 main ol li,
  .page-id-2191 main .tab-panel ul li {
    font-size: var(--f-15);
  }

  .page-id-2191 main table th {
    font-size: var(--f-15);
  }

  .page-id-2191 main table td {
    font-size: var(--f-15);
  }
}

@media screen and (max-width: 768px) {
  .page-id-2191 main p,
  .page-id-2191 main ol li,
  .page-id-2191 main .tab-panel ul li {
    font-size: var(--f-14);
  }

  .page-id-2191 main table th {
    font-size: var(--f-14);
  }

  .page-id-2191 main table td {
    font-size: var(--f-14);
  }
}

@media screen and (max-width: 480px) {
  .page-id-2191 header {
    background: url(../images/annex/contacts/contacts-main.webp) no-repeat top 0 left 73% / cover transparent;
    height: 33vh;
  }
}