@charset "UTF-8";
/*
Theme Name:STORY Child
Version:1.15
Template:story_tcd041
*/

/* フッターカスタム */
.footer-content {
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.footer_info .align1 {
  text-align: left !important;
}
.footer-logo {
  max-width: 200px;
}
.footer-logo img {
  width: 100%;
}
.footer_map {
  width: min(100%, 550px);
  height: 330px;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .footer_map {
    width: min(100%, 350px);
  }
}
@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer-logo {
    margin-inline: auto;
  }
  .footer_info .align1 {
    text-align: center !important;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}

/* フッター営業時間 */
.footer_info {
	width: min(100%, 550px);
}

.footer-hours {
    margin-top: 2rem;
}

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

.hours-table caption {
    font-size: 20px;
    margin-bottom: .5rem;
}

.hours-table th {
    background-color: #ddd;
}

.hours-table th,
.hours-table td {
    border: 1px solid #333;
    padding: .4rem;
    text-align: center;
}

.hours-text {
	display:flex;
	gap: 2rem;
	margin: 1.5rem 0;
}

@media screen and (max-width: 767px) {
	.footer_info {
		width: 100%;
	}
}
