@charset "utf-8";
*:not(td):not(th) {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td, th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section,
article {
	display: block;
}
li {
	list-style-type: none;
}
.h_sns {
	position: fixed;
	top: 160px;
	right: 0px;
	z-index: 9999; /* ← これを追加 */
}
.h_sns {
	position: fixed;
	top: 160px;
	right: 0px;

}
.h_sns li a {
	background-color: #f2f2f2;
	display: block;
	padding: 12px;
	padding-top: 20px;
    padding-bottom: 20px;
	color: #000;
	line-height: 18px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
    margin-bottom: 3px;
	
}

.h_sns li a:hover {
	background-color: #000;
	color: #fff;
}

@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	
}

.h_sns li {
	width: 33%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.content .obi_001 h2 {
	font-size: 22px;
}

}


.example{
	line-height: 1.1;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
   
}
.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow-sizer {
  width: 100%;
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.0);
  z-index: 0;
  transition: opacity 1.2s ease, transform 6s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide.active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 1;
}

.slide.prev {
  opacity: 0;
  transform: scale(1.15);
  z-index: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #fff;
}
