/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TOP スライドショー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.m--visual {
	height: 639px;
	position: relative;
}
.m--visual__child {
	background-size: cover;
	height: 571px;
	max-width: 100%;
	min-width: 540px;
	padding-top: 571px;
}
.m--visual__child1 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/top/slide-main_20250715_timothy_sale.jpg) no-repeat top center !important;
}
.m--visual__child2 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/top/slide-main_20250701_itarai.jpg) no-repeat top center !important;
}
.m--visual__child3 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/top/slide-main_20250701_support.jpg) no-repeat top center !important;
}
.m--visual__child4 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/top/slide-main_20250530_atusataisaku.jpg) no-repeat top center !important;
}
}
.m--visual__child5 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/) no-repeat top center;
}
.m--visual__child6 {
	background: url(//file003.shop-pro.jp/PA01150/688/aseets/img/) no-repeat top center;
}
*/
.m--visual__child-nest {
	height: inherit;
	max-width: 100%;
	min-width: 1040px;
}
.m--visual-dots {
	display: grid;

	font-size: 0.8em;
	gap: 16px;
	grid-auto-flow: column;
	justify-content: center;
	margin-top: 8px;
	position: relative;
	text-align: center;
	width: 100%;
}
.m--visual-dots button[tabindex*="0"] {
	background: #f1a9a1;
	border-radius: 8px;
	color: #f1a9a1;
	height: 12px;
	width: 12px;
}
.m--visual-dots button[tabindex*="-1"] {
	background: #707070;
	border-radius: 8px;
	color: #707070;
	height: 12px;
	width: 12px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END　TOP スライドショー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
フッターガイド　1130追加
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.m--footer-guide-box__item {
  width: 100%;
  border-collapse: collapse;
}
.m--footer-guide-box__item th, .m--footer-guide-box__item td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.m--footer-guide-box__item th {
  background-color: #f2f2f2;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .m--footer-guide-box__item, .m--footer-guide-box__item thead, .m--footer-guide-box__item tbody, 
  .m--footer-guide-box__item th, .m--footer-guide-box__item td, .m--footer-guide-box__item tr {
    display: block;
  }
  .m--footer-guide-box__item thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .m--footer-guide-box__item tr {
    margin-bottom: 15px;
  }
  .m--footer-guide-box__item td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .m--footer-guide-box__item td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    font-weight: bold;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END　フッターガイド　1130追加
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */