@charset "UTF-8";
.atm {
  color: var(--color-black);
}
.atm .bread ul {
  flex-wrap: wrap;
  align-items: center;
}
.atm .bread ul li {
  white-space: nowrap;
}
.atm .atm-contents {
  padding: 67px 0 145px 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents {
    padding: 48px 0 73px 0;
  }
}
.atm .atm-contents .bg {
  margin-top: 6em;
  position: absolute;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .bg {
    margin-top: -50px;
  }
}
.atm .atm-contents .bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.atm .atm-contents .atm-card {
  z-index: 1;
  margin: 0 auto;
  background-color: var(--color-wh);
  border-radius: 20px;
  padding: 48px 65px;
  font-family: var(--font-noto);
  position: relative;
  width: calc(100% - 130px);
  max-width: 1720px;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card {
    margin: 0 24px;
    width: calc(100% - 48px);
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .atm .atm-contents .atm-card {
    margin: 0 12px;
    width: calc(100% - 24px);
    padding: 12px;
  }
}
.atm .atm-contents .atm-card .name {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-brown);
  margin: 12px 0;
}
@media screen and (max-width: 480px) {
  .atm .atm-contents .atm-card .name {
    font-size: 28px;
  }
}
.atm .atm-contents .atm-card hr {
  border: none;
  border-top: 1px solid var(--color-brown);
}
.atm .atm-contents .atm-card .img-area {
  margin: 48px 0 56px;
  display: flex;
  justify-content: center;
}
.atm .atm-contents .atm-card .img-area iframe {
  width: 780px;
  aspect-ratio: 780/503;
  border: none;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  .atm .atm-contents .atm-card .img-area iframe {
    width: 100%;
    aspect-ratio: 320/220;
    padding: 0;
    margin: 0;
  }
}
.atm .atm-contents .atm-card .bank-item {
  display: flex;
  border-top: 1px solid var(--color-gray);
  font-size: 18px;
  width: 100%;
}
.atm .atm-contents .atm-card .bank-item:last-child {
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card .bank-item {
    flex-direction: column;
  }
}
.atm .atm-contents .atm-card .bank-item h3 {
  font-size: 18px;
  font-weight: normal;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-darkgray);
  background-color: #FBFBFB;
  padding: 16px 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card .bank-item h3 {
    width: 100%;
    height: 60px;
    justify-content: left;
    padding-left: 8px;
  }
}
.atm .atm-contents .atm-card .bank-item p {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card .bank-item p {
    width: calc(100% - 24px);
    height: 60px;
    justify-content: left;
  }
}
.atm .atm-contents .atm-card .bank-item .atm {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card .bank-item .atm {
    height: 84px;
  }
  .atm .atm-contents .atm-card .bank-item .atm p {
    height: 30px;
  }
}
.atm .atm-contents .atm-card .bank-item .atm .card-weekdays {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 20px;
  font-size: 14px;
  color: var(--color-brown);
  background-color: #FBF5E4;
  border: 1px solid var(--color-brown);
  border-radius: 4px;
}
.atm .atm-contents .atm-card .bank-item .atm .card-weekends {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 20px;
  font-size: 14px;
  color: var(--color-blue);
  background-color: #E4F4FB;
  border: 1px solid var(--color-blue);
  border-radius: 4px;
}
.atm .atm-contents .atm-card .bank-item .atm .time {
  margin-left: 16px;
}
.atm .atm-contents .atm-card .bank-item .imgs {
  width: calc(100% - 200px - 32px);
  margin: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .atm .atm-contents .atm-card .bank-item .imgs {
    width: calc(100% - 32px);
  }
}
.atm .atm-contents .atm-card .bank-item .imgs .icon-img {
  width: 80px;
  height: 80px;
}
.atm .atm-contents .atm-card .coment p {
  font-size: 18px;
  font-weight: bold;
  margin: 32px 0;
}
@media screen and (max-width: 480px) {
  .atm .atm-contents .atm-card .coment p {
    font-size: 16px;
    margin: 16px 0;
  }
}
.atm .atm-contents .atm-card .coment p a {
  color: var(--color-blue);
  border-bottom: 1px solid;
}

/* 共通のテーブルスタイル */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  word-wrap: break-word;
}

th {
  background-color: #f4f4f4;
}

/* スマートフォン対応：横スクロール可能にする */
.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  th,
  td {
    font-size: 14px;
    padding: 5px;
  }
  .section-title {
    font-size: 18px;
  }
}
.section-title {
  margin: 100px 0 0;
  font-weight: bold;
  /* margin: 20px; */
  font-size: 24px;
}

.section-sub-title {
  margin-top: 50px;
}

/*# sourceMappingURL=atm-.css.map */
