@charset "utf-8";



/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*lightbox.cssの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*vegas.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/vegas/2.5.4/vegas.min.css");






/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}




.image-slideshow {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
 /* Add black background */
  height: 300px; /* Set a fixed height - adjust as needed */
}

.slide-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px; /* Reduced padding to make it narrower */
  height: 280px; /* Set a fixed height - adjust as needed */
   /* Add black background */
}

.image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-item-1 .image-wrapper {
  transform: rotate(-20deg);
}

.slide-item-1 img {
  width: 80%;
  max-width: 80%;
}

.slide-item-2 img {
  width: 120%;
  max-width: 120%;
}

.slide-item-3 img {
  width: 100%;
  max-width: 100%;
}

.slide-item img {
  max-width: none;
  height: auto;
  object-fit: contain; /* Ensure images maintain aspect ratio */
  max-height: 100%; /* Limit image height */
}

/* Ensure Slick doesn't interfere with our layout */
.slick-slide {
  height: auto;
}

.slick-slide img {
  max-width: none;
  height: auto;
}

/* Style for arrows */
.slick-prev, 
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 0; /* Hide text */
  cursor: pointer;
  outline: none;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Arrow icons */
.slick-prev:before, 
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}


/* スライドショー用のスタイル - 重複を削除して統一 */
.image-slideshow {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto; /* 固定の高さを削除して、コンテンツに合わせて自動調整 */
	margin-top: -20px; /* 上に移動するためのネガティブマージン */
    margin-bottom: 30px; /* 下のコンテンツとの間隔を確保 */
}

.image-slideshow img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 矢印ボタンのスタイル */
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color 0.3s;
}

.arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.slick-prev.arrow-btn {
  left: 10px;
}

.slick-next.arrow-btn {
  right: 10px;
}

/* デフォルトのSlickの矢印スタイルを上書き */
.slick-prev:before,
.slick-next:before {
  content: none !important;
  display: none !important;
}

/* ドットナビゲーションのスタイル調整 */
.slick-dots {
  position: relative;
  bottom: 0;          /* 下からの距離 - 値を大きくすると上に移動 */
  display: block !important;
  width: 100%;
  padding: 0;
  margin: 20px 0 30px; /* 上下のマージンを調整 - 上部20px、下部30px */
  list-style: none;
  text-align: center;
}

/* ドット間の間隔を調整 */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;       /* ドットの幅 - 大きくするとドット間の間隔が広がる */
  height: 15px;      /* ドットの高さ - 大きくするとドット間の間隔が広がる */
  margin: 0 8px;     /* 左右のマージン - 大きくするとドット間の間隔が広がる */
  padding: 0;
  cursor: pointer;
}

/* ドットボタン自体のサイズ調整 */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;       /* ボタンの幅 - liと同じサイズにする */
  height: 15px;      /* ボタンの高さ - liと同じサイズにする */
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* ドットの見た目を調整 */
.slick-dots li button:before {
  content: '';
  position: absolute;
  top: -500%;
  left: 0;
  width: 5px;        /* ドットの実際の幅 - 小さくすると丸が小さくなる */
  height: 5px;       /* ドットの実際の高さ - 小さくすると丸が小さくなる */
  border-radius: 50%;
  background-color: #454545; /* 非アクティブ時の色 */
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* アクティブなドットのスタイル */
.slick-dots li.slick-active button:before {
  background-color:#000000; /* アクティブ時の色 - 好みの色に変更可能 */
  opacity: 0.9;
  transform: scale(1.3); /* アクティブ時のサイズ変更 - 大きくするとより目立つ */
}


/* 追加：新商品メイン画像のアニメーション用スタイル */
@keyframes coolReveal {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
    filter: blur(8px);
  }
  40% {
    opacity: 1;
    transform: scale(1.02) translateY(-5px);
    filter: blur(0);
  }
  60% {
    transform: scale(0.98) translateY(2px);
  }
  80% {
    transform: scale(1.01) translateY(-1px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* 追加：シャイニングエフェクト */
@keyframes shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

#main-image-container {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  max-width: 100%;
}

#bcsc-main-image {
  display: block;
  margin: 0 auto;
  animation: coolReveal 1.2s cubic-bezier(0.25, 1, 0.3, 1) forwards;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
}

/* 追加：シャイニングオーバーレイ */
#main-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  pointer-events: none;
  animation: shine 2s ease-in-out 0.5s;
}
/* 新商品の紹介アニメここまで*/

/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html,body {
	height: 100%;
	font-size: 13px;	/*基準となるフォントサイズ。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	html, body {
		font-size: 16px;	/*基準となるフォントサイズ。*/
	}

	}/*追加指定ここまで*/


body {
	margin: 0;padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類（ゴシック）*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #777;		/*文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}
section + section {
	margin-top: 3rem;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/

a {
	color: #777;	/*文字色*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
}



/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	display: flex;	/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	max-width: 1800px;	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
}

#container2 {
	height: 100%;
	display: center;	/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	max-width: 1800px;	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
}


/*コンテンツ（フッター関連「以外」を囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	padding: 3%;	/*コンテンツ内の余白*/
}

#contents2{
	flex: 1;
	padding: 1%;
}
/*コンテンツ内のulとol*/
#contents ul,#contents ol {
	margin-left: 2rem;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 20px 120px 20px 3%;	/*上下、左右へのヘッダー内の余白*/
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	background-image: linear-gradient(-90deg, #00693e, #eeeeee) /*背景色グリーンから白のグラデーションに変更。-90deg,←角度 #00693e,←緑 #ffffff←白*/
}

/*ロゴ*/
#logo img {display: block;}
#logo {
	max-width: 250px;	/*幅*/
}

	/*画面幅600px以下の追加指定*/
	@media screen and (max-width:600px) {

	/*ヘッダーブロック*/
	header {
		flex-direction: column;	/*子要素を縦並びにする*/
		align-items: stretch;	/*デフォルトに戻す*/
		padding-right: 80px;	/*右側へのpaddingだけ上書き*/
	}

	}/*追加指定ここまで*/


/*ヘッダー右側のブロック*/
#header-right {
	font-size: 0.8rem;	/*文字サイズ。bodyで指定したサイズの80%に。*/
	color: #ffffff; /*ヘッダーグラデーション変更に伴い、右側の文字を白に変更*/
}

/*スライドショーのキーフレーム設定
---------------------------------------------------------------------------*/
@keyframes slide1-parts {
	0% {opacity: 1;}
	25% {opacity: 1;}
	35% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes slide2-parts {
	0% {opacity: 0;}
	25% {opacity: 0;}
	35% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes slide3-parts {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

/*スライドショー（cssでのbackground使用）
ここでは、16:9の画像比率（9÷16=0.5625）を読み込む指定を行なっています。
異なる画像比率にしたい場合、.mainimgのpadding-topの数字を変更します。2:1にするなら50%です。
---------------------------------------------------------------------------*/


.image-slideshow {
  width: 40%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.image-slideshow img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* スライダーの矢印のz-indexを上げて、拡大した画像の上に表示されるようにする */
.slick-prev,
.slick-next {
  z-index: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .image-slideshow {
    width: 90%;
  }
}

/* Slickのデフォルトスタイルを上書きする */
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 12px;
}



/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {display: none;}
#menubar ul {list-style: none;margin: 0;padding: 0;font-family: "Font Awesome 5 Free";}

/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {display: block;}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display: none;}

/*ドロップダウンをデフォルトで非表示*/
.ddmenu_parent ul {display: none;}

/*ドロップダウンの親メニューのカーソル表示を変更*/
a.ddmenu {cursor: default;}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::before {
	content: "\f078";	/*使いたいアイコン名（Font Awesome）をここで指定*/
	font-weight: bold;	/*この手の設定がないとアイコンが出ない場合があります*/
	margin-right: 1em;	/*アイコンとテキストとの間に空けるスペース*/
}


/*大きな端末、小さな端末共通のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	padding: 0.5rem 0;	/*上下、左右へのメニュー内の余白*/
}


/*大きな端末用のメニューブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.large-screen #menubar > nav > ul {
	display: flex;	/*横並びにする*/
	justify-content: space-between;
}
.large-screen #menubar ul {
	border: 2px solid #ffffff;	/*枠線の幅、線種、色*/
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li {
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	text-align: center;	/*テキストをセンタリング*/
}
.large-screen #menubar li a {
	background: #c5e5ee;	/*背景色#ddd*/
}


/*大きな端末、小さな端末、共通のドロップダウンメニュー設定
---------------------------------------------------------------------------*/
/*ドロップダウンブロック*/
.large-screen #menubar ul ul,
.small-screen #menubar ul ul {
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}


/*大きな端末用のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
.large-screen #menubar ul ul {
	position: absolute;z-index: 100;
	width: 100%;
}


/*小さな端末用の開閉ブロック
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 90px;
	background: rgba(0,0,0,0.9);		/*背景色*/
	animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
}

/*メニュー１個あたりの設定*/
.small-screen nav > ul > li {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin: 1rem;			/*メニューの外側に空けるスペース*/
	border-radius: 5px;	/*角を丸くする指定*/
	padding: 0 2rem;		/*メニュー内の余白。上下、左右へ。*/
}

/*文字色*/
.small-screen #menubar, .small-screen #menubar a {
	color: #fff;
}

/*900px以下でのみ表示させるブロック*/
#menubar .sh {
	padding: 1rem 2rem 2rem;	/*上、左右、下へのブロック内の余白*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	animation: opa1 0s 0.2s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 30px;			/*右からの配置場所指定*/
	top: 30px;				/*上からの配置場所指定*/
	padding: 16px 14px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 46px;			/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）部分。flexはデフォルトで横並びになるので、それを縦並びに変更。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1.5px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の3本バーの背景色*/
#menubar_hdr.ham {
	background: #ff0000;
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	margin: 2rem 0;	/*ブロックの外側（上下、左右）に空けるスペース*/
}

/*お知らせブロック
---------------------------------------------------------------------------*/
/*記事の下に空ける余白*/
.new-parts1 dd {
	padding-bottom: 1rem;
}

/*ブロック内のspan。日付の横のアイコン的な部分の共通設定*/
.new-parts1 dt span {
	display: inline-block;
	text-align: center;
	line-height: 1.8;		/*行間（アイコンの高さ）*/
	border-radius: 3px;		/*角を丸くする指定*/
	padding: 0 1rem;		/*上下、左右へのブロック内の余白*/
	width: 6rem;			/*幅。６文字分。*/
	transform: scale(0.8);	/*80%のサイズに縮小*/
	background: #eee;		/*背景色*/
	color:#777;				/*文字色*/
}

/*icon-bg1-parts。サンプルテンプレートでは「●●●重要」と書いてあるマーク*/
.new-parts1 .icon-bg1-parts {
	background: #cd0000;	/*背景色*/
	color: #fff;				/*文字色*/
}

/*icon-bg2-parts。サンプルテンプレートでは「●●●サービス」と書いてあるマーク*/
.new-parts1 .icon-bg2-parts {
	background: #006acd;	/*背景色*/
	color: #fff;				/*文字色*/
}



/*h1タグ
---------------------------------------------------------------------------*/
#contents h1 {
	margin: 0 0 1rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
	font-size: 1.2rem;	/*文字サイズ*/
	
	display: block;
      line-height: 1.1; /* 行間を調整 */
	font-size: 30px;
	font:  YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    
}


/*h1タグ - スタイリッシュなデザインに変更
---------------------------------------------------------------------------*/
/*h1タグ - スタイリッシュなデザインに変更
---------------------------------------------------------------------------*/
#contents h1 {
  text-align: center; /* 中央揃えに変更 */
  margin: 3rem auto 2.5rem; /* 上下の余白を増やし、左右をautoで中央に */
  font-size: 2.2rem; /* フォントサイズを大きく */
  font-weight: 600; /* やや太めに */
  color: #333; /* 濃い色に変更 */
  position: relative;
  padding: 0 0 1rem; /* 下部にパディングを追加 */
  letter-spacing: 0.1em; /* 文字間隔を広げる */
  font-family: "Helvetica Neue", Arial, sans-serif; /* モダンなフォント */
  line-height: 1.4;
}

/* 下線のスタイルを改善 */
#contents h1 .uline {
  display: inline-block;
  position: relative;
  padding: 0 2rem; /* 左右のパディングを増やす */
}

/* 左側の装飾線 */
#contents h1 .uline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 30px;
  height: 1px;
  background: #004077; /* 線の色 */
}

/* 右側の装飾線 - 左側と同じスタイルに */
#contents h1 .uline:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px; /* 右側に配置 */
  width: 30px;
  height: 1px;
  background: #004077; /* 左側と同じ色 */
}


/* 見出しにアニメーション効果を追加 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#contents h1 {
  animation: fadeInUp 0.8s ease-out forwards;
}




/*h2タグ
---------------------------------------------------------------------------*/
#contents h2 {
	margin: 0 0 1rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
	font-size: 1.2rem;	/*文字サイズ*/
	position: relative;	/*ulineを配置する為に必要な指定*/
	border-bottom: 3px solid #ddd;	/*薄い色の線の幅、線種、色*/
}
#contents h2 .uline {
	display: inline-block;position: relative;
	padding: 10px 1rem;	/*h2内の余白。上下、左右への順番。*/
	bottom: -3px;		/*濃い線を薄い線に重ねる為の指定。枠線の幅と合わせます。*/
	border-bottom: 3px dashed #004077;	/*文字下のラインを線から点線に変更。濃い色の線の幅、線種solid、色#999*/
}
   


/*h3タグ
---------------------------------------------------------------------------*/
#contents h3 {
	margin: 0 0 0rem;	/*h3の外側にとるスペース。上、左右、下への順番。*/
	font-size: 2.0rem;	/*文字サイズ*/
	font-weight: bold; /* 文字の濃さを設定 */
    font-family: 'Arial', sans-serif; /* フォントを設定 */
	padding: 1rem;	/*h3内の余白。上下、左右への順番。*/
	border-bottom: 8px solid #ddd;	/*薄い色の線の幅、線種、色*/
	  color: #333; /* 文字の色を設定 */
    margin-top: 20px; /* 上の余白を設定 */
    margin-bottom: 20px; /* 下の余白を設定 */
}
center-container {
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    height: 100vh; /* ビューポート全体の高さ */
}

.label {
    font-weight: bold;
    text-align: left;
}

.value {
    text-align: left;
}



/* 新商品情報セクションのスタイル */
.new-products-section {
  padding: 30px 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 20px 0;
}

/* セクションヘッダー */
.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 14px;
  color: #c73d40;
  margin: 5px 0 10px;
}

.section-divider {
  height: 2px;
  width: 50px;
  background: linear-gradient(to right, #c73d40, #ff6b6b);
  margin: 0 auto;
}

/* 商品グリッド */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 0 15px;
}

/* カード全体をリンクにする */
.product-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
	background: #FFFFFF;
}

.product-card-link:hover {
  transform: translateY(-5px);
}

/* 商品カード */
.product-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card-link:hover .product-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 商品バッジ */
.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #c73d40;
  color: white;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 1;
}

/* 商品画像コンテナ */
.product-image-container {
 padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: #ffffff;
  transition: 0.3s ease;
	margin-bottom: 0 !important; /* 下部マージンを削除 */
  padding-bottom: 5px !important; /* 下部パディングを小さく */
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 200px;
  background-color: #ffffff;
  transition: transform 0.5s ease, background-color 0.3s ease;
}
.product-card-link:hover .product-image,
.product-card-link:hover .product-image-container {
  background-color: #FFFFFF; /* ホバー時の背景色 - 薄いグレー */
}
.product-card-link:hover .product-image {
  transform: scale(1.05);
}

/* 商品情報 */
.product-info {
   padding: 15px;
  background-color: white;
	padding-top: 5px !important; /* 上部パディングを小さく */
  margin-top: 0 !important; /* 上部マージンを削除 */
}

.product-name {
   font-size: 9px; /* 10pxから9pxに縮小 */
  font-weight: 300; /* 400から300に細く */
  margin: 0 0 8px;
  color: #777; /* #333から#777に薄く */
  line-height: 1.3;
}

/* 商品画像の下部マージンを削除 */
.product-image {
  margin-bottom: 0 !important;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

.product-code {
  font-weight: bold;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}
/* ここまで新商品情報*/
/* スマホ表示時はさらに間隔を狭める */
@media screen and (max-width: 768px) {
  .product-image-container {
    padding-bottom: 2px !important;
  }
  
  .product-info {
    padding-top: 2px !important;
  }
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .section-subtitle {
    font-size: 13px;
  }
  
  .product-name {
    font-size: 14px;
  }
  
  .product-meta {
    font-size: 11px;
  }
  
  .product-badge {
    font-size: 10px;
    padding: 2px 6px;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .new-products-section {
    padding: 20px 0;
  }
  
  .product-image-container {
    padding: 10px;
  }
  
  .product-info {
    padding: 10px;
  }
  
  .product-name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .product-meta {
    font-size: 10px;
  }
}

/* 超小型デバイス用 */
@media (max-width: 320px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .product-image-container {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  
  .new-products-section {
    padding: 30px 0;
  }
}
/*list-grid1-parts, list-grid2-parts 共通
---------------------------------------------------------------------------*/
/*list-partsブロック全体を囲むブロック*/
.list-grid1-parts,.list-grid2-parts {
	display: grid;
}

/*ボックス１個あたり*/
.list-grid1-parts .list-parts,.list-grid2-parts {
    display: grid;
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid1-parts .list-parts  *,
.list-grid2-parts .list-parts  * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid1-parts .list-parts  p,
.list-grid2-parts .list-parts  p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}


/*list-grid1-parts
---------------------------------------------------------------------------*/

	/*画面幅500px以上の追加指定*/
	@media screen and (min-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1-parts {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1-parts {
		grid-template-columns: repeat(3, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid1-parts .list-parts {
	padding: 1rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1-parts .list-parts figure img {
	display: block;           /*画像をセンター合わせにするためのブロック要素 追加*/
	margin-left: auto;        /*画像左側から自動合わせ 追加*/
    margin-right: auto;       /*画像右側から自動合わせ 追加*/
	margin-bottom: 0.5rem;   /*画像の下に空けるスペース*/
	height: 300px;            /*画像の高さを300pxにする 追加*/
	width: auto;              /*横長写真は縦300pxに合わせた横サイズ 追加*/
	object-fit: cover;       /*表示スペースに合わせて横長サイズをカバーで隠す*/
	height: 400px; /* 300pxから400pxに変更 */
    object-fit: contain; /* coverからcontainに変更して画像全体を表示 */
    transition: transform 0.3s; /* ホバーエフェクト用 */
}




/*list-grid-3 4
---------------------------------------------------------------------------*/
/*list-partsブロック全体を囲むブロック*/
.list-grid3-parts {
	display: grid;
	
}

/*ボックス１個あたり*/
.list-grid3-parts {
    display: grid;
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid3-parts   *,
.list-grid3-parts   * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid3-parts   p,
.list-grid3-parts   p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/*画面幅500px以上の追加指定*/
@media screen and (min-width: 500px) {
  /*listブロック全体を囲むブロック*/
  .list-grid3-parts {
    grid-template-columns: repeat(1, 1fr); /*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
    gap: 2.5rem; /*ブロックの間に空けるマージン的な指定 - 1remから2.5remに増やす*/
  }
} /*追加指定ここまで*/


/*画面幅800px以上の追加指定*/
@media screen and (min-width: 600px) {
  /*listブロック全体を囲むブロック*/
  .list-grid3-parts {
    grid-template-columns: repeat(2, 1fr); /*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
    gap: 2.5rem; /*ブロックの間に空けるマージン的な指定 - 1remから2.5remに増やす*/
    margin-bottom: 2rem; /* 下部にも余白を追加 */
  }
} /*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid3-parts  {
	padding: 1rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	
}

/* ボックス内のfigure画像 */
.list-grid3-parts figure {
    margin: 0;               /* デフォルトのマージンをリセット */
	height: 180px; /* 100pxから180pxに変更 */
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
}

/*ボックス内のfigure画像*/
.list-grid3-parts  figure img {
	display: block;
    margin: 0 auto; /* 中央揃え */
    height: 200px; /* 高さを増加（元の100pxから変更） */
    width: auto;
    object-fit: contain; /* 画像の比率を維持 */
    transition: transform 0.3s ease; /* ホバーエフェクト用 */
    padding: 10px; /* 画像の周りに余白を追加 */
	margin-top: -1%
}

/*ボックス１個あたり*/
.list-grid3-parts .list-parts {
  padding: 1.5rem; /*ボックス内の余白を1remから1.5remに増やす*/
  background: #fff; /*背景色*/
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); /*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* ホバーエフェクト用のトランジション */
  margin-bottom: 0.5rem; /* 下部に少し余白を追加 */
}






/*list-grid-5
---------------------------------------------------------------------------*/
/*list-partsブロック全体を囲むブロック*/
.list-grid5-part {
	display: grid;
	gap: 1rem; /*ブロックの間に空けるマージン的な指定*/
}

/*ボックス１個あたり*/
.list-grid5-part > * {
    display: grid;
    grid-template-rows: auto 1fr; /*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
    padding: 1rem; /*ボックス内の余白*/
    background: #fff; /*背景色*/
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1); /*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid5-part *,
.list-grid5-part * {
	margin: 0;
	padding: 0;
}

/*ボックス内のp要素*/
.list-grid5-part p,
.list-grid5-part p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/* ボックス内のfigure画像 */
.list-grid5-part figure {
    margin: 0; /* デフォルトのマージンをリセット */
}

/*ボックス内のfigure画像*/
.list-grid5-part figure img {
	display: block; /*画像をセンター合わせにするためのブロック要素 追加*/
	margin-left: auto; /*画像左側から自動合わせ 追加*/
    margin-right: auto; /*画像右側から自動合わせ 追加*/
	margin-bottom: 0.5rem; /*画像の下に空けるスペース*/
	height: 100px; /*画像の高さを100pxにする*/
	width: 100%; /*幅を100%に設定*/
	object-fit: cover; /*表示スペースに合わせて横長サイズをカバーで隠す*/
	height: 180px; /* 100pxから180pxに変更 */
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
}


/* スマートフォン用（デフォルト）：1列 */
.list-grid5-part {
	grid-template-columns: 1fr;
}

/* タブレット用：2列 */
@media screen and (min-width: 600px) {
	.list-grid5-part {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* デスクトップ用：3列 */
@media screen and (min-width: 900px) {
	.list-grid5-part {
		grid-template-columns: repeat(3, 1fr);
	}
}  

.list-grid5-part .btn-parts a {
	display: block;text-decoration: none;
	font-size: 1rem;
	text-align: center;		/*テキストをセンタリング*/
	background: #eee;		/*背景色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	padding: 5px 10px;		/*ボタン内の余白*/
	margin-top: 1rem;		/*ボタンの上に空けるスペース*/
	
}

/* 商品説明テキストを黒色に変更 */
.text-parts {
  color: #333; /* 濃い黒に変更 */
}

.text-parts h4 {
  color: #000; /* 見出しは完全な黒に */
  font-weight: bold;
  margin-bottom: 10px;
}

.text-parts p {
  color: #333; /* 説明文も濃い黒に */
  line-height: 1.6;
}

/* 商品情報全体の文字色も調整 */
.product-name {
  color: #333 !important; /* 商品名も黒に（!importantで上書き） */
  font-weight: 500;
}

.product-meta {
  color: #333; /* 商品メタ情報も黒に */
}

/* リスト内の商品情報も黒に */
.list-parts .text-parts {
  color: #333;
}

/* 価格情報なども黒に */
.list-grid1-parts .list-parts p,
.list-grid2-parts .list-parts p,
.list-grid3-parts p,
.list-grid3-parts p {
  color: #333;
  font-size: 0.9rem;
}
/*2カラムブロック（※900px未満では１カラム）
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.list-half-parts .list-parts {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	margin-bottom: 2rem;	/*ボックスの下に2文字分のスペースを空ける*/
}

/*ブロック内のh4見出し*/
.list-half-parts .list-parts h4 {
	font-size: 1.4rem;	/*文字サイズを1.4倍*/
}

/*画像ブロック共通*/
.list-half-parts .image-l-parts img, .list-half-parts .image-r-parts img {
	border-radius: 50px;	/*角を丸くする指定。*/
	box-shadow: 10px 10px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		/*２カラムを囲むブロック*/
		.list-half-parts .list-parts {
			flex-direction: row;			/*子要素を横並びにする*/
			justify-content: space-between;	/*並びかたの種類の指定*/
			align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		}
		
		/*画像ブロック共通*/
		.list-half-parts .image-l-parts, .list-half-parts .image-r-parts {
			width: 50%;			/*画像の幅*/
		}
		
		/*画像を右に配置する場合*/
		.list-half-parts .image-r-parts {
			margin-left: 2rem;	/*画像の左側に空けるスペース*/
		}
		
		/*画像を左に配置する場合*/
		.list-half-parts .image-l-parts {
			order: -1;
			margin-right: 2rem;	/*画像の右側に空けるスペース*/
		}

		/*テキストブロック*/
		.list-half-parts .text-parts {
			flex: 1;
		}

	}/*追加指定ここまで*/


/*YouTubeをiframeで読み込む（アスペクト比16:9）
---------------------------------------------------------------------------*/
.iframe1-parts {
	width: 100%;
	height: 0;
	padding-top: 56.25%;	/*アスペクト比を調整するところです*/
	position: relative;
}
.iframe1-parts iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}




/*ボタン
---------------------------------------------------------------------------*/
.list-grid3-parts .btn-parts a {
	display: block;text-decoration: none;
	font-size: 1rem;
	text-align: center;		/*テキストをセンタリング*/
	background: #eee;		/*背景色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	padding: 5px 10px;		/*ボタン内の余白*/
	margin-top: 1rem;		/*ボタンの上に空けるスペース*/
	
}

/* ボタンのデザイン改善 */
.btn-parts a {
    background: linear-gradient(to bottom, #f0f0f0, #e0e0e0); /* グラデーション背景 */
    border-radius: 5px; /* 角を丸くする */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 影を追加 */
    transition: all 0.3s ease; /* スムーズな変化 */
}



/* 商品カードのデザイン改善 */
.list-parts {
    border-radius: 8px; /* 角を丸くする */
    overflow: hidden; /* 角丸の中に内容を収める */
    transition: all 0.3s ease; /* アニメーション効果 */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 影を追加 */
}

.list-parts:hover {
    transform: translateY(-5px); /* ホバー時に浮き上がる */
    box-shadow: 0 8px 15px rgba(0,0,0,0.15); /* 影を強調 */
}

.btn-parts2 a {
    display: block;
    text-decoration: auto;
    font-size: 1rem;
    text-align: center;
    background: #FF0004;
    border: 1px solid #999;
    padding: 5px 10px;
    margin: 5rem auto; /* 上下の余白1rem、左右の余白を自動で設定 */
    color: cornsilk;
    width: 40%;
    height: 10%;

}


.btn-partsimage {
    background-color: #C73D40; /* ボタンの背景色 */
    color: #FFFFFF; /* テキスト色 */
    padding: 5px 20px; /* ボタンの内側の余白 */
  /* 角を丸くする */
    font-size: 16px; /* フォントサイズ */
    font-weight: bold; /* フォントの太さ */
   
    text-align: center;
    cursor: pointer;
	margin: 10px 0;
}




.list-parts-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* リンクの下線を非表示にする */
.list-parts-link:hover {
  text-decoration: none;
}

/* ボタンテキストのスタイル */
.btn-text {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  background: #e0e0e0;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 3px 5px;
  transition: all 0.3s ease;
	 border-radius: 5px;
}


/* カード全体のホバー効果 */
.list-parts-link:hover .list-parts {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.list-parts {
  transition: all 0.3s ease;
}
/*list-grid- 4
---------------------------------------------------------------------------*/
/*list-partsブロック全体を囲むブロック*/
.list-grid4-parts {
	display: grid;
}

/*ボックス１個あたり*/
.list-grid4-parts {
    display: grid;
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid4-parts   *,
.list-grid4-parts   * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid4-parts   p,
.list-grid4-parts   p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/*画面幅500px以上の追加指定*/
	@media screen and (min-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid4-parts {
		grid-template-columns: repeat(1, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*listブロック全体を囲むブロック*/
	.list-grid4-parts {
		grid-template-columns: repeat(1, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid4-parts  {
	padding: 0rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/* ボックス内のfigure画像 */
.list-grid4-parts figure {
    margin: 0;               /* デフォルトのマージンをリセット */
}

/*ボックス内のfigure画像*/
.list-grid4-parts  figure img {
	display: block;           /*画像をセンター合わせにするためのブロック要素 追加*/
	margin-left: block;        /*画像左側から自動合わせ 追加*/
    margin-right: auto;       /*画像右側から自動合わせ 追加*/
	margin-bottom: 0.5rem;   /*画像の下に空けるスペース*/
	height: 200px;            /*画像の高さを300pxにする 追加*/
	width: auto;              /*横長写真は縦300pxに合わせた横サイズ 追加*/
	object-fit: cover;       /*表示スペースに合わせて横長サイズをカバーで隠す*/
}



/*pタグ
---------------------------------------------------------------------------*/
#contents p {
	margin: 1rem;	/*外側に空けるスペース*/
}


	/*画面幅700px以上の追加指定*/
	@media screen and (min-width:700px) {

	/*ブロック全体*/
	.new-parts1 {
		display: grid;	/*gridを使う指定*/
		grid-template-columns: auto 1fr;	/*横並びの指定。日付とアイコン部分の幅は自動で、内容が入るブロックは残り幅一杯とる。*/
		padding-left: 1rem;		/*左に空ける余白*/
		padding-right: 1rem;	/*右に空ける余白*/
	}

	}/*追加指定ここまで*/

/*テーブル（メールフォームや表組に使用します）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #666;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #666;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.7rem;		/*文字サイズ。bodyのfont-sizeの70%です。*/
	background: #e6f0f0;		/*背景色#eee*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {color: inherit;text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#footermenu1-parts {
	margin: 0 !important;
	padding: 20px;		/*ブロック内の余白*/
	text-align: center;	/*テキストを中央に*/
	font-size: 0.8rem;	/*文字サイズ。bodyのfont-sizeの80%です。*/
}

/*メニュー１個あたり*/
#footermenu1-parts li {
	display: inline-block;	/*簡易的に横並びにする*/
	padding: 0 10px;		/*上下、左右への余白*/
}

/*footer SNSアイコン（facebookやtwitterなどのアイコンブロック）
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック全体の設定*/
#footersns {
	padding: 10px;		/*ブロック内の余白*/
	justify-content: center;	/*SNSアイコンを中央に*/
}

/*アイコン１個あたりの設定*/
#footersns li {
	display: inline-block;	/*横並びにさせる指定*/
    padding: 10px 20px;		/*上下、左右への余白*/
}

/*アイコン画像の設定*/
#footersns img {
	height: 20px;		/*画像の幅*/
}




/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}



.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 1.5em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.ws {width: 48%;display: inline;}
	.sh {display: none;}
	.pc {display: block;}

	}/*追加指定ここまで*/


