body {
    font-family: "Noto Sans JP", serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url(../../assets/img/32686928_l.jpg) !important;
    background-size: cover !important;
	background-position: center;
    background-attachment: fixed !important;
}

/* トップスライダー */
#top_slider {
    margin: 0;
    padding: 80px 0 50px;
    text-align: center;
}

strong[id] {
	display: inline-block;
	scroll-margin-top: 100px;
}

/* ===== メインスライダー ===== */
.main-slider {
    overflow: visible;
}

/* PC表示：1200px固定 */
.main-slider .swiper-slide {
    width: 1200px;
}

/* 画像 */
.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius:10px;
}

/* ===== サムネイル ===== */
.thumb-slider {
    width: 65% !important;
    margin: 50px auto 0 !important;
}

.thumb-slider img {
    width: 100%;
    height: auto;
	border-radius: 7px;
}

.thumb-slider .swiper-slide {
    opacity: 1;
    cursor: pointer;
}

/* 選択中 */
.thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

/* ===== レスポンシブ ===== */

@media (max-width: 1199px) {
    .main-slider .swiper-slide {
        width: 80vw;
    }
    .thumb-slider {
        width: 100% !important;
        overflow: visible !important;
    }
    .thumb-slider .swiper-slide {
        width: auto !important;
        flex: 0 0 auto;
    }
}

/* タブレット（768px〜1199px）対応 */
@media (min-width: 768px) and (max-width: 1199px) {

  .thumb-slider {
    width: 80% !important;
    margin: 15px auto 0 !important;
  }

  .thumb-slider .swiper-slide {
    width: 19% !important; /* 5枚が収まるように */
    flex: 0 0 19% !important;
  }

  .thumb-slider img {
    height: auto;  /* 適度な高さ（調整OK） */
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 768px) {
    #top_slider {
        padding: 8.5vh 0 20px;
    }
    .main-slider .swiper-slide {
        width: 96vw;
    }
	.thumb-slider {
    width: 65% !important;
    margin: 20px auto 0 !important;
	}
}

@media (max-width: 768px) {
  .thumb-slider {
      width: 100% !important;
      overflow: hidden !important; /* ←余白非表示 */
  }

  .thumb-slider .swiper-wrapper {
      width: auto !important;
	  margin: 0 3%;
  }

	.thumb-slider .swiper-slide {
		width: 18% !important;
		flex: 0 0 auto;
		margin: 0 10px 0 0 !important;
	}

  .thumb-slider img {
      height: auto; /* 好みで */
      object-fit: cover;
      width: 100%;
  }
}

/* ページリンク */
#page_link {
    margin: 30px auto 60px;
    font-size: 18px;
    font-weight: bold;
}
#page_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#page_link li {
    margin: 0 10px 10px;
	width: auto;
}
i.fas.fa-angle-down {
    margin: 0 0 0 5px;
    color: #ff0000;
}
i.fas.fa-angle-right {
    margin: 0 0 0 5px;
    color: #ff0000;
}

/* アイコンを円に囲む */
.circle-icon {
    display: inline-flex;             /* アイコンを中央に配置 */
    justify-content: center;
    align-items: center;
    width: 40px;                      /* 円のサイズ */
    height: 40px;
    border: 2px solid #ff0000;            /* 外側の円の色 */
    border-radius: 50%;               /* 円にする */
    background-color: transparent;    /* 中は透明 */
	color: #ff0000;
    font-size: 16px;  /* 矢印の大きさ */
}
dd a .circle-icon {
    display: inline-flex;             /* アイコンを中央に配置 */
    justify-content: center;
    align-items: center;
    width: 40px;                      /* 円のサイズ */
    height: 40px;
    border: 2px solid #000000;            /* 外側の円の色 */
    border-radius: 50%;               /* 円にする */
    background-color: transparent;    /* 中は透明 */
	color: #000000;
    font-size: 16px;  /* 矢印の大きさ */
}
dd a:visited .circle-icon {
    border: 2px solid #000000;
    color: #000000;
}
dd a:hover .circle-icon {
    border: 2px solid #ff0000;
    color: #ff0000;
}


/* サービス案内 */
.serBox {
    background-color: #fff;
    padding: 20px 0 0px;
}
#top_service {
    margin: 50px 5%;
}
#top_service h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #ff0000;
	font-size: 220%;
}
#top_service strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 130%;
}
#top_service ul li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top_service ul li ul li {
	width: 48%;
}
#top_service li {
    margin: 0 0 20px;
    padding: 0;
}
#top_service li img {
	width: 100%;
}

/* レコメンドアイテム */
#top_item {
    margin: 0 auto;
    padding: 30px 5% 30px;
    text-align: center;
    background-color: #ff0000;
}
#top_item h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #fff;
	font-size: 180%;
}
#top_item strong {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 130%;
}
#top_item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#top_item li {
	width: 48%;
}
#top_item li p {
    color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 30px;
	text-align:left;
	line-height:1.3em;
}

/* ショップインフォメーション */
#top_shopinfo {
	margin: 0 auto;
	padding: 50px 5%;
	padding-top: 100px;
	max-width: 1200px;
    }
#top_shopinfo h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #ff0000;
	font-size: 220%;
}
#top_shopinfo strong {
	text-align: center;
	display: block;
	color: #ff0000;
	font-size: 120%;
}
.top_shop {
    margin: 0 auto 50px;
    padding: 30px 20px;
    width: auto;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_shop > img {
    margin: 0;
    width: 100%;
    height: 100%;
}
.top_shop ul {
    margin: 0;
    width: 100%;
    position: relative;
}
.top_shop ul li {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}
.top_shop ul li:last-child {
    border-bottom: 0;
    text-align: right;
}
.top_shop ul li dt {
    color:#ff0000;
    font-weight: bold;
}
.top_shop span {
    text-align: center;
    position: absolute;
    display: block;
    width: 30%;
    right: 0;
    top: 15px;
}
.top_shop span a:link {
	color: #fff;
	display: block;
	background-color: #ff0000;
    padding: 2px 20px;
    border-radius: 6px;
}
.top_shop span a:visited {
	color: #fff;
    text-decoration: none;
	display: block;
    border-radius: 6px;
	background-color: #ff0000;
}
.top_shop span a:hover {
	color: #ff0000;
    text-decoration: none;
	display: block;
    border-radius: 6px;
	background-color: #ffa7a7;
}
.top_shop h3 {
    font-size: 140%;
}
.top_shop li.webshop a {
    border: 1px solid #111;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
}
.top_shop li.webshop a:visited {
    border: 1px solid #111;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
    background-color:#ffffff;
}
.top_shop li.webshop a:hover {
    border: 1px solid #ff0000;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
    background-color:#ff0000;
    color: #fff;
}

.top_bnr {
    margin: 0 auto;
    padding: 0;
}
.top_bnr ul {
    display: initial;
}
.top_bnr li {
    width: 100%;
    margin: 0 0 10px;
}

/* 取扱メーカー */
#top_brand {
    width: 100%;
    margin: 0 auto;
	padding: 0;
}
.boatBox {
	max-width: 1200px;
	margin: 0 auto;
    }
#top_brand h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #ff0000;
	font-size: 220%;
}
#top_brand strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 130%;
}
#top_brand ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5%;
}
#top_brand li {
    width: 48%;
    border: 1px solid #999999;
    height: 34vw;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    justify-content: center;
    margin: 0 0 10px;
}
#top_brand li img {
	width: 85%;
    display: block;
    margin: 0 auto;
}
#top_brand p {
    text-align: right;
	padding: 0 5%;
}

/* 釣舩・釣り場情報 */
#top_boat {
    background-image: url(../../assets/img/top/tsuriba_bk.jpg);
    padding: 100px 5%;
    background-size: cover;
}
.boatBox {
    width: 100%;
    margin: 0 auto;
}
.boatBox h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #ffffff;
	font-size: 220%;
}
.boatBox strong {
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 130%;
}
.boatBox p {
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	width: 90%;
}
.boatBox p a:link {
    color: #ff0000;
    text-decoration: none;    
}
.boatBox p a:hover {
    color: #ccc;
    text-decoration: none;        
}
.boatBox p a:visited {
    color: #ff0000;
    text-decoration: none;    
}


/* お知らせ */
#top_info {
    padding: 50px 0;
}
.infoBox {
    margin: 0 5%;
}
#top_info h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #ff0000;
	font-size: 220%;
}
#top_info strong {
	text-align: center;
	display: block;
	color: #ff0000;
	font-size: 130%;
}
#top_info dl {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    border-top: 1px solid #999;
    margin: 0;
}
#top_info dt {
	padding: 10px 1% 0;
	font-weight:500;
	width: 100%;
}
#top_info dd {
	width: 84%;
	border-bottom: 1px solid #999;
	padding: 0 1% 10px;
	font-weight:500;
}
#top_info dd:nth-of-type(2n) {
    width: 12%;
    text-align: center;
}
#top_info p {
	text-align: right;
}


/************PC***************/
@media screen and (min-width: 768px) {


body {
    font-family: "Noto Sans JP", serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
    background-image: url(../../assets/img/32686928_l.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
	}

/* ページリンク */
#page_link {
	max-width: 1200px;
	margin: 30px auto 150px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
}
#page_link ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#page_link li {
	width: 20%;
	margin: 0;
	}

/* サービス案内 */
.serBox {
    background-color: #fff;
    padding: 50px 0;
}
#top_service {
	max-width: 1200px;
	margin: 50px auto 80px;
	padding: 0 20px;
    }
#top_service h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #ff0000;
	font-size: 280%;
}
#top_service strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 130%;
}
#top_service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#top_service li {
    width: 49%;
    margin: 0 0 1.3vw;
    padding: 0;
}
#top_service li img {
    width: auto;
}
#top_service li ul li {
    text-align: center;
}
#top_service li ul li:nth-of-type(2n) {
    text-align: right;
}


/* レコメンドアイテム */
#top_item {
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    background-color: #ff0000;
}
.innrBox {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
#top_item h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #fff;
	font-size: 280%;
}
#top_item strong {
	text-align: center;
	display: block;
    color: #fff;
	font-size: 170%;
}
#top_item ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#top_item li {
	width: 30%;
}
#top_item li p {
    color: #FFFFFF;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0 0 30px;
	text-align: left;
}

/* ショップインフォメーション */
#top_shopinfo {
	padding: 100px 20px 0;
}
#top_shopinfo h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #ff0000;
	font-size: 280%;
}
#top_shopinfo strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 170%;
}
.top_shop {
    margin: 0 auto 50px;
    padding: 40px 40px 30px 40px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_shop > img {
    margin: 0;
    width: 35%;
    height: 100%;
}
.top_shop ul {
    margin: 0;
    width: 60%;
	position: initial;
}
.top_shop ul li {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
	position: relative;
}
.top_shop ul li:last-child {
    border-bottom: 0;
    text-align: right;
}
.top_shop ul li dl {
    display: flex;
    flex-wrap: wrap;
}
.top_shop ul li dt {
    width: 15%;
    color:#ff0000;
    font-weight: bold;
}
.top_shop ul li dd {
    width: 85%;
}
.top_shop span {
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0;
    width: 15%;
}
.top_shop span a:link {
	color: #fff;
	display: block;
	background-color: #ff0000;
    padding: 2px 20px;
    border-radius: 6px;
}
.top_shop span a:visited {
	color: #fff;
    text-decoration: none;
	display: block;
    border-radius: 6px;
	background-color: #ff0000;
}
.top_shop span a:hover {
	color: #ff0000;
    text-decoration: none;
	display: block;
    border-radius: 6px;
	background-color: #ffa7a7;
}
.top_shop h3 {
    font-size: 160%;
}
.top_shop li.webshop a {
    border: 1px solid #111;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
}
.top_shop li.webshop a:visited {
    border: 1px solid #111;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
    background-color:#ffffff;
}
.top_shop li.webshop a:hover {
    border: 1px solid #ff0000;
    border-radius: 50px;
    display: block;
    width: 40%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 auto;
    background-color:#ff0000;
    color: #fff;
}
.top_bnr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.top_bnr ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}


/* 取扱メーカー */
#top_brand {
	margin: 0 auto;
	padding: 200px 0;
	}
.braBox {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
    }
#top_brand h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #ff0000;
	font-size: 280%;
}
#top_brand strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 130%;
}
#top_brand ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0;
}
#top_brand li {
	width: 18%;
	aspect-ratio: 4 / 4;
	border: 1px solid #999999;
	height: auto;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	justify-content: center;
}
#top_brand li img {
	width: 85%;
    display: block;
    margin: 0 auto;
}
#top_brand p {
    text-align: right;
	padding: 0;
}

/* 釣舩・釣り場情報 */
#top_boat {
    background-image: url(../../assets/img/top/tsuriba_bk.jpg);
    background-size: cover;
    padding: 250px 0;
}
.boatBox {
    max-width: 1200px;
    margin: 0 auto;
}
.boatBox h2 {
	text-align: center;
	margin: 0 0 50px;
	color: #ffffff;
	font-size: 220%;
}
.boatBox strong {
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 130%;
}
.boatBox p {
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	width: 460px;
}
.boatBox p a:link {
    color: #ff0000;
    text-decoration: none;    
}
.boatBox p a:hover {
    color: #ccc;
    text-decoration: none;        
}
.boatBox p a:visited {
    color: #ff0000;
    text-decoration: none;    
}


/* お知らせ */
#top_info {
    padding: 150px 0;
}
.infoBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
    }
#top_info h2 {
	text-align: center;
    margin: 0 0 50px;
    color: #ff0000;
	font-size: 280%;
}
#top_info strong {
	text-align: center;
	display: block;
    color: #ff0000;
	font-size: 170%;
}
#top_info dl {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	justify-content:space-between;
	border-top :1px solid #999;
}
#top_info dt {
	width: 10%;
    border-bottom: 1px solid #999;
    padding: 20px 1%;
	font-weight:500;
}
#top_info dd {
	width: 79%;
    border-bottom: 1px solid #999;
    padding: 20px 1%;
	font-weight:500;
}
#top_info dd:nth-of-type(2n) {
    width: 5%;
    text-align: center;
}
#top_info p {
	text-align: right;
}


}

