@charset "UTF-8";
/* CSS Document */
.body {
  font-family: 'Arial';
}


body {
  padding: 5px 5px;
}

@media screen and (min-width: 768px) {
  .slick-carousel {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
  }
}

.slick-carousel {
  position: relative;
  box-sizing: border-box;
}

.slick-slide {
  margin: 0 10px; /* スライド間の余白 */
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  font-size: 30px;
  z-index: 5;
  cursor: pointer;
}

.slick-prev { left: 0; }
.slick-next { right: 0; }

/* 矢印ボタンのスタイルを完全にリセット */
.slick-prev, .slick-next {
  background: transparent !important; /* 背景を透明に */
  border: none !important; /* 枠線を削除 */
  color: #000 !important; /* 矢印の色を黒に設定 */
  font-size: 30px !important; /* フォントサイズの設定 */
  cursor: pointer; /* カーソルをポインタに */
  outline: none !important; /* フォーカス時の青い枠線を消す */
  padding: 0 !important; /* 内部の余白を削除 */
}

.slick-prev, .slick-next {
  text-align: center;
  line-height: 0; /* 矢印が中央に配置されるように調整 */
}

.slick-prev:focus, .slick-next:focus,
.slick-prev:active, .slick-next:active {
  outline: none !important; /* フォーカス時の青い枠線を消す */
  color: #000 !important; /* フォーカス時も黒色に */
}



div{
  position: relative; /*親要素にrelative*/
}
d{
  margin: 0;
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 20px; /*左から30px*/
}

c{
  margin: 0;
  color: #fff;
  left: 5px; /*左から30px*/
}

h{
  margin: 0;
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 1px; /*上から20px*/
  right: 1px; /*左から30px*/
}
j{
  margin: 0;
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 1px; /*上から20px*/
  left: 1px; /*左から30px*/
}
m{
  margin: 0;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 1px; /*上から20px*/
  right: 1px; /*左から30px*/
}

n{
  margin: 0;
  color: #000;
  position: absolute;
  left: 1px; /*左から30px*/
}

a:link {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}
a:visited {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}
a:active {
  color:rgba(var(--color-foreground), 0.75) !important;
  font-weight :normal !important;
}

a:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}


img:hover {
   opacity: 0.75; /* 25％ほど透明にする */
}


img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* この一行を追加するだけ！ */
}


* {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}


/* スライドする要素 */
.content {
  width: 350px;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.content img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を保ったまま枠に収める */
  display: block;
}

.content:nth-child(1) {
background-image: url("../image2/B01.jpg"); 　
}
.content:nth-child(2) {
background-image: url("../image2/B02.jpg"); 　
}
.content:nth-child(3) {
background-image: url("../image2/B03.jpg"); 　
}
.content:nth-child(4) {
background-image: url("../image2/B04.jpg"); 　

}
.content:nth-child(5) {
background-image: url("../image2/B05.jpg"); 　

}
.content:nth-child(6) {
background-image: url("../image2/B06.jpg"); 　
}

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 400px;
  margin-bottom: 100px;

}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.wrapper{
     width: 100%;
     position: relative;
     min-height: 100%;
}

.inner{
     padding-bottom:200px; /*フッターの高さと同じにする*/
}

.border{
	width: 180px;
	border: solid 1px #454545;
	padding: 10px;
}

.footer {
  position: absolute;/*②絶対位置*/
  bottom: 0; /*下に固定*/
}


.divlogo {
	width:	250px;
     height: 25px;
	margin-bottom: 20px;
	}

.divlogo1 {
	width:	300px;
     height: 30px;
	margin-bottom: 20px;
	}


.div{
  font-family: 'Helvetica';
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: left;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  box-sizing: border-box;
}

.instagram-icon img {
  width: 22px;
  height: 22px;
  transition: opacity 0.3s;
}

.instagram-icon img:hover {
  opacity: 0.7;
}

.text-small {
  font-size: 10px;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
}

.slick-carousel .slick-item {
  display: flex;
  justify-content: space-between;  /* アイテムを横並びに配置 */
}

.slick-carousel .slick-item .content {
  width: 48%;  /* 2カラムにするために、各アイテムの幅を48%に設定 */
  box-sizing: border-box;
}



/* slickの1スライド */
.slick-slide {
  box-sizing: border-box;
}

/* スライド内のレイアウト用ラッパー */
.slick-item {
  display: flex;
  gap: 4%;
}

/* 中身を2カラムに */
.slick-item .content {
  width: 48%;
  box-sizing: border-box;
}

/* 画像ラッパー */
.image-wrapper {
  position: relative;
  display: block;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション */
.image-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* キャプションのテキスト */
.caption-text {
  flex: 1;
}

/* Instagramアイコンの調整 */
.instagram-icon {
  display: inline-block;
  margin-left: 10px;
}


.fade-gallery {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pair {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

  opacity: 0;
  transition: opacity 2s ease-in-out;
  position: absolute;
  width: 100%;
}

.pair.active {
  opacity: 1;
  position: relative;
}

.pair img {
  width: 100%;
  height: auto;
  display: block;
}


.intro-text {
  font-family: 'Helvetica', sans-serif; /* フォント指定 */
  font-size: 10px; /* size="1" に相当 */
  line-height: 1.7; /* 行間を少し開ける */
  color: #000; /* 必要に応じて文字色 */
}

	a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
   height: auto;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 12px 25px 12px 25px;
  color: #fff;
  font-family: 'Helvetica', sans-serif; /* フォント指定 */
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 10px auto 0 auto; 
 overflow-x: hidden;
}
	
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #000;
  color: #fff !important;  /* 重要度アップ */
}



