@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding-top: 64px;
	font-size: 15px;
	font-family: YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #3E3E3E;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

#logo {
	line-height: 64px;
	height: 64px;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
}

#logo img {
	height: 30px;
}

#logo a {
	display: table-cell;
	vertical-align: middle;
	height: 64px;
}

@media only screen and (min-width: 850px) {
	body {
		padding-top: 88px;
	}

	#logo {
		line-height: 88px;
		height: 88px;
		position: absolute;
		z-index: 200;
		top: 0;
		left: 0;
	}

	#logo img {
		height: 88px;
	}

	#logo a {
		padding: 0 20px;
		height: 88px;
	}
}

#logo img.logo_ngt3 {
	display: none;
}

@media only screen and (min-width: 1180px) {
	#logo img.logo_ngt {
		display: none;
	}

	#logo img.logo_ngt3 {
		display: block;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	height: 64px;
}

header a {
	text-decoration: none;
	color: #4b4b4b;
}

header ul {
	list-style: none;
}

.header-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	height: 64px;
}

.header-inner #logo {
	position: relative;
	left: auto;
	top: auto;
	flex-shrink: 0;
}

.header-inner #logo a {
	padding-left: 0;
}

.header-inner .item {
	flex-shrink: 0;
}

@media only screen and (min-width: 850px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 1000;
		background-color: #fff;
		height: 88px;
	}

	.header-inner {
		height: 88px;
	}
}

/* ハンバーガーメニュー*/

.item {
	counter-increment: item;
	z-index: 2000;
	text-align: right;
	padding: 10px 10px 0;
	height: 64px;
}

@media only screen and (min-width: 850px) {
	.item {
		display: none;
	}
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ed6103;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 20;
}

#menu07::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #ed6103;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}

#menu07.active::after {
	content: 'CLOSE';
	bottom: -10px;
}

#menu07.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

#menu07.active span:nth-of-type(2) {
	opacity: 0;
}

#menu07.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/* mddNav（ドロップダウンメニュー全体とナビボタン）
------------------------------------- */
#mddNav {
	display: none;
}

/*active（スマホ：ヘッダー直下にフル幅パネル — top 未指定だと flex 内の静的位置で上にずれる） */
#mddNav.active {
	width: 100%;
	background-color: #E75F04;
	position: fixed;
	left: 0;
	right: 0;
	top: 64px;
	bottom: 0;
	height: auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1001;
	display: block;
}

#mddNav>ul {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

#mddNav>ul>li {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#mddNav>ul>li>a {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
}

#mddNav>ul>li>a.open::after {
	font-weight: 900;
	content: "＋";
	position: absolute;
	right: 50px;
	color: #fff;
}

#mddNav>ul>li>a.open.active::after {
	font-weight: 900;
	content: "－";
	position: absolute;
	right: 50px;
	color: #fff;
}

#mddNav>ul>li.inquiry div.sp-address {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	background-color: #7A3202;
	border-radius: 5px;
	padding: 10px;
}

#mddNav>ul>li.inquiry {
	padding: 24px 24px 42px 24px;
	border-bottom: 0;
}

#mddNav>ul>li.inquiry>ul {
	list-style-type: none;
	display: flex;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0;
}

#mddNav>ul>li.inquiry>ul>li {
	flex-grow: 1;
	margin: 0;
}

#mddNav>ul>li.inquiry>ul>li>a {
	display: block;
	color: #fff;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}

#mddNav>ul>li.inquiry>ul>li.White {
	background-color: #fff;
}

#mddNav>ul>li.inquiry>ul>li.White>a {
	color: #ED6103;
}

/*pc*/
@media only screen and (min-width: 850px) {
	/* スマホ用 .active の fixed を打ち消し（リサイズ時にクラスが残っても PC ナビが壊れない） */
	#mddNav.active {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: auto;
		min-height: 0;
		background-color: transparent;
		overflow: visible;
		-webkit-overflow-scrolling: auto;
		z-index: 100;
	}

	#mddNav {
		position: relative;
		z-index: 100;
		width: auto;
		flex: 1 1 auto;
		min-width: 0;
		height: auto;
		margin: 0;
		padding-right: 0;
		display: flex;
		justify-content: flex-end;
	}

	#mddNav>ul {
		display: flex;
		justify-content: flex-end;
		margin: 0;
		margin-left: auto;
		max-width: 100%;
		text-align: center;
		max-height: 88px;
	}

	#mddNav>ul>li {
		width: auto;
		max-width: 100%;
	}

	#mddNav>ul>li>a {
		color: #3E3E3E;
		font-weight: bold;
		height: auto;
		line-height: 70px;
		border: #fff 1px solid;
		transition: all 0.2s linear;
		padding: 16px 10px 0px 10px;
	}

	#mddNav>ul>li>a.open::after {
		content: none;
	}

	#mddNav>ul>li:hover>a {
		background-color: #f4f4f4;
		border-bottom: 3px solid #efefef;
	}


	#mddNav>ul>li.inquiry {
		display: none;
	}
}

/* mddWrap
------------------------------------- */
#mddNav .mddWrap {
	width: 100%;
	overflow: hidden;
	display: none;
	background-color: #f4f4f4;
	text-align: center;
	height: auto;
}

#mddNav .mddWrap a {
	display: block;
}

#mddNav .mddWrap .mddInner {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	height: auto;
	line-height: 1.5em;
}

#mddNav .mddWrap {
	content: none;
}

@media only screen and (min-width: 850px) {

	#mddNav .mddWrap {
		content: normal;
	}

	#mddNav .mddWrap {
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 300;
		height: auto;
		max-height: 100vh;
		padding-bottom: 30px;
	}

	#mddNav .mddWrap .mddInner {
		text-align: left;
		margin: 20px 0 auto;
	}
}


/*　商品カテゴリーナビメニュー*/

.mddInner ul.side_menu_list {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.mddInner ul.side_menu_list li {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ED6103;
}

.mddInner ul.side_menu_list li>a {
	display: inline-block;
	width: 100%;
	color: #ED6103;
	padding: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
}

.mddInner ul.side_menu_list li.list>a {
	position: relative;
}

.mddInner ul.side_menu_list li.list>a.open::after {
	font-weight: 900;
	content: "＋";
	position: absolute;
	right: 50px;
	color: #ed6103;
}

.mddInner ul.side_menu_list li.list>a.open.active::after {
	font-weight: 900;
	content: "－";
	position: absolute;
	right: 50px;
	color: #ed6103;
}

.mddInner ul.side_menu_list li.list div.child {
	/*孫要素*/
	width: 100%;
	overflow: hidden;
	display: none;
	background-color: #fff;
	text-align: center;
	height: auto;
}

@media only screen and (min-width: 850px) {

	/*pc*/
	.mddInner {
		background-color: transparent;
	}

	.mddInner ul.side_menu_list {
		display: flex;
		margin: 0 auto;
		width: 1187px;
		max-width: 100%;
		padding: 2px 50px;
	}

	.mddInner ul.side_menu_list li {
		border-bottom: none;
	}

	.mddInner ul.side_menu_list li.list {
		font: 1.1em sans-serif;
		position: relative;
		width: calc(100% / 3);
		float: left;
		margin: 8px 0 8px 0;
		padding: 0 0 0 1em;
		text-align-last: left;
	}

	.mddInner ul.side_menu_list li.list.wrap02 {
		width: calc(100% / 2);
	}

	.mddInner ul.side_menu_list li.list::after {
		font-weight: 900;
		content: "〉";
		position: absolute;
		top: 25%;
		right: 10px;
		color: #DDDDDD;
	}

	.mddInner ul.side_menu_list li.list>a {
		color: #3E3E3E;
		height: auto;
		line-height: 2.875;
	}

	.mddInner ul.side_menu_list li.list>a::before {
		content: '';
		/* 空白の要素を作る */
		width: 90%;
		height: 2px;
		background-color: #DDDDDD;
		display: block;
		position: absolute;
		top: 80%;
		left: 0;
		bottom: -2px;
	}

	.mddInner ul.side_menu_list li.list:hover>a,
	.mddInner ul.side_menu_list li.list:hover::after {
		color: #ed6103;
		text-decoration: none;
		transition: transform 0.3s;
		/*変形の時間*/
	}

	.mddInner ul.side_menu_list li.list:hover>a::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #ed6103;
		bottom: -2px;
		top: 80%;
		transform: scale(0, 1);
		transform-origin: right top;
		/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
		transition: transform 0.3s;
		/*変形の時間*/
	}

	.mddInner ul.side_menu_list li.list:hover>a:hover::after {
		transform: scale(1, 1);
		/*ホバー後、x軸方向に1（相対値）伸長*/
		transform-origin: left top;
		/*左から右に向かう*/
	}

	.mddInner ul.side_menu_list li.list:hover>div.child {
		/*pc孫要素を表示*/
		display: flex;
		height: 60px;
		width: 100vw;
		background-color: transparent;
	}

	/* 商品カテゴリーナビメニュー  孫要素 pc */
	.mddInner ul.side_menu_list li.list div.child>ul {
		display: flex;
		position: fixed;
		inset: auto 0;
		margin: auto;
		width: 1067px;
		max-width: 100%;
		background-color: #fff;
		padding: 0 2%;
		z-index: 450;
	}

	.mddInner ul.side_menu_list li.list div.child>ul>li {
		width: fit-content;
		margin: auto;
	}

	.mddInner ul.side_menu_list li.list>div.child li>a {
		color: #3E3E3E;
		width: 100%;
		height: 100%;
	}

	.mddInner ul.side_menu_list li.list>div.child li:hover>a {
		color: #ed6103;
		text-decoration: none;
	}

	.mddInner ul.side_menu_list li.list>div.child li:hover {
		border-bottom: solid 1px #ed6103;

	}

	.mddInner ul.side_menu_list li.list>a.open::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #ed6103;
		bottom: -2px;
		top: 80%;
		transform: scale(0, 1);
		transform-origin: right top;
		/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
		transition: transform 0.3s;
		/*変形の時間*/
	}

	.mddInner ul.side_menu_list li.list>a.open.active::after {
		content: none;
	}
}

/*　sub-menu　お問い合わせの中身のスタイル*/

ul.sub-menu {
	display: flex;
	list-style: none;
	position: relative;
	justify-content: center;
}

ul.sub-menu:after {
	content: '';
	display: block;
	clear: both;
}

ul.sub-menu li {
	padding: 8px 25px;
	border-bottom: 0;
}

ul.sub-menu li a {
	display: block;
	position: relative;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	color: #3E3E3E;
}

ul.sub-menu li a:hover {
	color: #e68609;
}


/*==================================================
 goTop
===================================*/

.goTop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	background-color: #FF9576;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	z-index: 1000;

	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 850px) {
	.goTop {
		bottom: 50px;
		right: 70px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

.goTop:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.goTop:hover {
	background-color: rgba(255, 149, 118, 0.7);
}


/*このクラスが付与されると表示する*/
.active {
	opacity: 1;
	visibility: visible;
}

/*==================================================
スライダー
===================================*/
.slider-wrap {
	position: relative;
	z-index: 10;
}

.slider {
	width: 100%;
	margin: 0 auto;
}

.slider img {
	height: auto;
	margin: auto;
	/*max-height: 50%;*/
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	padding: 0;
}

@media only screen and (min-width: 850px) {
	.slider-wrap {
		position: relative;
		z-index: 10;
	}

	.slider {
		/*横幅94%で左右に余白を持たせて中央寄せ*/
		width: 94%;
		margin: 0 auto;
	}

	.slider img {
		width: 910px;
		max-width: 94vw;
		/*スライダー内の画像を●●vwにしてレスポンシブ化*/
		height: auto;
		border-radius: 8px;
		/*画像に丸みを持たす*/
	}

	.slider .slick-slide {
		transform: scale(0.85);
		/*左右の画像のサイズを85%に*/
		transition: all .6s;
		/*拡大や透過のアニメーションを0.5秒で行う*/
		opacity: 0.5;
		/*透過50%*/
	}

	.slider .slick-slide.slick-center {
		transform: scale(1);
		/*中央の画像のサイズだけ等倍に*/
		opacity: 1;
		/*透過なし*/
	}
}

/*スライダーテキスト------------------------------------------------------------*/

.slider-txt {
	width: 100%;
	text-align: center;
}

.slider-txt-wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

.slider-txt li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.slider-txt,
.slider-txt .slick-list,
.slider-txt .slick-track,
.slider-txt .slick-slide {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.slider-txt .slick-slide>div,
.slider-txt li,
.slider-txt div.txt {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.slider-txt .slick-list {
	overflow: hidden;
}

@media only screen and (max-width: 849px) {
	html,
	body {
		overflow-x: hidden;
	}

	.slider-wrap,
	.slider-txt-wrap {
		overflow-x: hidden;
	}

	.slider-txt-wrap {
		padding: 0 10px;
	}

	.slider-txt li {
		padding: 0;
	}

	.slider-txt li a {
		padding: 0 0 10px;
	}

	.slider-txt samp.cat,
	.slider-txt samp.cat-g {
		top: 8px;
		left: 8px;
		margin: 0;
	}

	.slider-txt h2 {
		margin: 0 auto 10px;
		padding: 0.35em 0.6em;
		font-size: clamp(28px, 7.2vw, 36px);
		line-height: 1.2;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.slider-txt div.txt {
		padding: 38px 12px 14px;
		min-height: auto;
	}
}

.slider-txt h2 {
	position: relative;
	text-align: center;
	padding: 0.25em 1em;
	border: solid 2px #fff;
	border-radius: 3px 0 3px 0;
}

.slider-txt h2:before,
.slider-txt h2:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px #fff;
	border-radius: 50%;
}

.slider-txt h2:after {
	right: 7px;
}

.slider-txt h2:before {
	left: 7px;
}

.slider-txt div.slick-track {
	background-color: #fff;
	padding: 0 0 5px 0;
}

div.txt {
	background-color: #ED6F1B;
	display: block;
	padding: 40px 15px 15px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.22;
	letter-spacing: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	/*スライダー内の画像を●●vwにしてレスポンシブ化*/
	min-height: 200px;
	border-radius: 8px;
	/*画像に丸みを持たす*/

}

.slider-txt samp.cat {
	position: absolute;
	margin: 10px;
	padding: 0 0.2em;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	background-color: #fff;
	color: #fc802e;
	text-align: center;
	white-space: nowrap;
	top: 20px;
	left: 0;
}

.slider-txt samp.cat-g {
	position: absolute;
	margin: 10px;
	padding: 0 0.2em;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 5px;
	background-color: #fff;
	color: #006400;
	text-align: center;
	white-space: nowrap;
	top: 20px;
	left: 0;
}

div.txt p {
	text-align: center;
}

.slider-txt img {
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 850px) {
	.slider-txt-wrap {
		width: 94%;
	}

	.slider-txt {
		width: 100%;
		text-align: center;
	}

	div.txt {
		font-size: 18px;
		max-width: 776px;

	}

	.slider-txt samp.cat {
		left: auto;
		top: auto;
	}

	.slider-txt samp.cat-g {
		left: auto;
		top: auto;
	}
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;
	/*矢印の色*/
	border-right: 2px solid #666;
	/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align: center;
	margin: 20px 0 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	width: 18px;
	height: 18px;
	padding: 0;
	background-color: transparent;
	border: 1px solid #ED6103;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	color: #ED6103;
	font-weight: 500;
	font-size: 13px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.slick-dots .slick-active button {
	background: #ED6103;
	/*ドットボタンの現在地表示の色*/
}

/*パンくずリスト------------*/
/* 固定ヘッダー下で見えるよう負のマージンは付けない（body の padding-top と相殺され隠れるため） */
.topicpath {
	margin: 0 auto;
	padding: 10px 10px 16px;
	font-size: 12px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .6em;
	color: #777;
}

@media only screen and (min-width: 850px) {
	.topicpath {
		margin: 0 auto;
		padding: 13px 32px;
	}
}

/* スマホ：パンくず〜h1 の間が空きすぎないよう詰める（商品詳細は .content-wrap 未使用のため影響なし） */
@media only screen and (max-width: 849px) {
	.topicpath {
		padding: 8px 10px 10px;
	}

	main .content-wrap {
		padding-top: 12px;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	main .outer-wrap .category-inner-top {
		padding: 12px 10px 32px 10px;
	}
}

/* メイン--------------------------------------------------------- */
main .outer-wrap {
	display: flex;
	justify-content: center;
}

main .background-f4 {
	background-color: #F4F4F4;

	position: relative;  /* positionをrelativeに設定 */
	z-index: 0;  /* 一番下に配置 */
}

main .outer-wrap h2 {
	border-left-width: 2em;
}

main .outer-wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}

main .outer-wrap ul li {
	margin-top: 32px;
}

@media only screen and (min-width: 850px) {

	main .outer-wrap ul li {
		width: calc((100% - 80px) / 4);
		margin: 48px 10px 0 0;
	}

	main .outer-wrap ul li:nth-child(4n) {
		margin-right: 0;
	}

	main .outer-wrap ul li.wrap02 {
		width: calc((100% - 80px) / 2);
		margin: 48px 10px 0 0;
	}

	main .outer-wrap ul li.wrap02:nth-child(2n) {
		margin-right: 0;
	}

	main .outer-wrap ul li.wrap03 {
		width: calc((100% - 80px) / 3);
		margin: 48px 10px 0 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	main .outer-wrap ul li.wrap03:nth-child(3n) {
		margin-right: 0;
	}
	
	main .outer-wrap ul li.wrap04-3 {
		width: calc(((100% - 80px) / 4)*3);
		margin: 48px 10px 0 0;
	}

	main .outer-wrap ul li.wrap04-3:nth-child(2n) {
		margin-right: 0;
	}
}

main .outer-wrap ul li a {
	display: block;
	text-decoration: none;
}

main .outer-wrap ul div.photo {
	text-align: center;
	border: solid 1px #d3d3d3;
	border-radius: 0 8px 8px 8px;
}

main .outer-wrap ul li a:hover div.photo {
	border: solid 2px #ED6103;

}

main .outer-wrap ul div.photo img {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #d3d3d3;
	border-radius: 0 8px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

main .outer-wrap .category-inner {
	margin-top: 40px;
	padding: 40px 10px 40px 10px;
	width: 1187px;
	max-width: 100%;
}

main .outer-wrap .category-inner h3 {
	padding: 20px 10px 0 10px;
}

main .outer-wrap .category-inner-top {
	padding: 40px 10px 40px 10px;
	width: 1187px;
	max-width: 100%;
}

div.info {
	display: flex;
	margin-top: 16px;
}

div.info samp.cat {
	padding: 0 0.2em;
	width: 100px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
	background-color: #ed6103;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

main .outer-wrap ul li a:hover div.info samp.cat {
	background-color: #ed4d03;
	color: #fff;
}

main .outer-wrap .category-inner div.info>h3 {
	height: 24px;
	line-height: 24px;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	margin-left: 3%;
	padding: 0;
}

main .outer-wrap .category-inner div.photo h3 {
	line-height: 24px;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	margin: auto;
	padding: 0;
}

samp.desc {
	font-size: 1em;
	margin-top: 12px;
	display: inline-block;
	color: #555555;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
	padding: 10px;
}

main .outer-wrap ul li a:hover samp.desc {
	background-color: #fff;
	color: #ed6103;
	border-radius: 8px;
}

/* コンテンツ
------------------------------------------------------------------------*/

/*table---*/
main table {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
}

main th {
	display: block;
	color: #fff;
	background-color: #ed6103;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

main th.map {
	display: block;
	padding: 0;
	border-bottom: none;
	background-color: transparent
}

main td {
	display: block;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

main .outer-wrap td ul {
	display: block;
}

main .outer-wrap td li {
	margin: 0;
	width: 100%;
}

@media only screen and (min-width: 850px) {
	main th {
		display: table-cell;
		width: 25%;
	}

	main td {
		display: table-cell;
	}

	main th.map {
		width: 600px;
		height: 400px;
	}
}

main .thoughts {
	margin-top: 10px;
	padding: 20px;
	color: #F4F4F4;
	text-align: left;
	font-size: large;
	background-color: #ed6103;
	border: #ed6103 1px solid;
	border-radius: 8px;
}

main .thoughts.gray {
	color: #3E3E3E;
	background-color: transparent;
	border: #ed6103 1px solid;
}
main .thoughts.gray p {
	text-align: left;
}

@media only screen and (min-width: 850px) {
	main .thoughts {
		text-align: center;
		font-weight: bold;
	}
}

/*---table*/


main .content-wrap {
	padding: 40px 10px 40px 10px;
	width: 1187px;
	max-width: 100%;
	margin: auto;
}

main .content-wrap h1 {
	margin: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 32px;
    background-color: coral;
    color: white;
    padding: 5px 0;
}

main .content-wrap h2 {
	margin: 5px;
	padding: 32px 0 0 20px;
	line-height: 2;
	border-bottom: #ed6103 1px solid;
	;
}
main .content-wrap h3 {
	margin: 5px;
	padding: 10px 0 0 10px;
	;
}

main .content-wrap h2.top15 {
	margin-top: 15px;
}

main .content-wrap p {
	padding: 5px 20px;
}

main .content-wrap ul,
main .content-wrap ol {
	padding: 5px 0px 5px 30px;
}

@media only screen and (min-width: 850px) {
	main .content-wrap h1 {
		border-radius: 8px;
		padding: 20px 0;
	}
	
	main .content-wrap ul

	/* , main .content-wrap ol */
		{
		list-style-position: inside;
	}
}

/*フローチャート*/

.stepbar {
	margin: 0 auto;
	width: 90%;
}

.stepbar .stepbarwrap {
	margin: 2em 0;
	position: relative;
}

.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
	display: inline-block;
	width: 3em;
	height: 3em;
	content: "";
	border-radius: 50%;
	background-color: #ed6103;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
	display: inline-block;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em 0.5em 0.5em 3em;
	font-weight: bold;
	font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
	padding-left: 3.5em;
}

.stepbar .stepbarwrap .stepline {
	width: 1px;
	height: calc(100% + 1em);
	background-color: #ed6103;
	position: absolute;
	top: 1em;
	left: 1.5em;
	z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
	display: none;
}

main .content-wrap h2.title {
	padding: 0;
	line-height: 1.5;
}

main .content-wrap .steptxt h3 {
	padding: 10px 10px 6px 10px;
    border-radius: 5px;
    border: 1px orange solid;

}

main .content-wrap span b {
	color: red;
}

@media only screen and (min-width: 960px) {
	.stepbar {
		width: 80%;
	}

	.stepbar .stepbarwrap .steptitle .title {
		font-size: 1.5em;
	}
	.stepbar .stepbarwrap .steptxt {
		padding-left: 5em;
	}
	
}

/*改行の為のspan設定*/
main .content-wrap h1 samp,
main .content-wrap h2 samp,
main .content-wrap h3 samp,
main .content-wrap p samp,
.scrollto-section samp {
	display: inline-block;
	font-size: inherit;
	font-family: none;
}

/*商品カテゴリー*/
main .wheelchair-top{
	background-image:url("../img/wheelchair/usg-2_s_big.jpg") ;
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 50%;
	height: 300px;
}

/*ページ内リンク*/
main .page-menu-inner {
	margin: 0 auto;
	width: 1187px;
	max-width: 100%;
	padding: 0 50px;
	position: relative;
	display: none;
}
main .page-menu-inner.active {
	display: block;
}

.scrollto-section {
	display: flex;
	flex-wrap: wrap;
}

.scrollto-section.active {
    width: 100%;
    background-color: white;
    position: fixed;
    left: 0;
	top: 64px;
    height: calc(100% - 120px);
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
}

.scrollto-section a {
	text-decoration: none;
	border: 1px solid;
	font-weight: bold;
	padding: 6px;
	margin-top: 4px;
	text-align: center;
	width: 100%;
	color: #797979;
}

.scrollto-section a:hover {
	color: #ed6103;
}

.anc::before {
	content: "";
	margin-top: -32px;
	height: 32px;
	display: block;
	visibility: hidden;
}
#footerArea button{
	border: none;
	outline: none;
	background: transparent;
}

@media only screen and (min-width: 960px) {
	main .page-menu-inner {
		display: block;
	}
	.scrollto-section {
		margin: -8px;
		width: calc(100% + 16px);
	}
	.scrollto-section a {
		width: calc((100% - 80px) / 4);
		flex-grow: 1;
		margin: 8px;
	}

	.anc::before {
		margin-top: -88px;
		height: 88px;
	}
}

/* footer
------------------------------------------------------------------------ */

#footer {
	padding: 0;
	position: relative;
	background-color: #F4F4F4;
}

#footer .inner {
	padding-top: 40px;
	text-align: center;
}

#footer img {
	max-width: 100%;
}

#fLogo {
	background-color: #ed6103;
	text-align: center;
}

#fLogo>.inner {
	padding-top: 14px;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 44px;
	width: 98%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

small {
	color: #FFDBC9;
}

.grid {
	display: none;
}

@media only screen and (min-width: 850px) {
	#fLogo > .inner {
		margin-bottom: 0;
	}
	.grid {
		display: flex;
		justify-content: center;
		color: #3E3E3E;
		margin: 20px 0 50px 0;
	}

	.grid a {
		text-decoration: none;
		color: #3E3E3E;

	}

	.grid ul {
		list-style-type: none;
		padding: 10px 0 0 10px;
	}

	.grid div.wrap03 {
		width: calc((100% - 60px) / 3);
		margin-right: 10px;
	}

	.grid div.wrap03:nth-child(3n) {
		margin-right: 0;
	}

	.footer__navi-heading {
		font-weight: 600;
		padding-bottom: 7px;
		border-bottom: 1px solid #D2D2D2;
	}

	.footer__navi {
		font: sans-serif;
		list-style: none;
		text-align: left;
		display: inline-grid;
	}

	.footer__navi li {
		margin-bottom: 0.75rem;
	}

	.footer__navi li a {
		padding: 7px 0;
	}

	.footer__navi li ul li::before {
		content: "┗ ";
	}

	.grid div.wrap03 div.inquiry {
		width: 100%;
		margin-top: 24px;
		padding: 24px 24px 24px 24px;
		color: #fff;
		background-color: #7A3202;
		border-bottom: 0;
		border-radius: 5px;
	}

	.grid div.wrap03 div.inquiry div.sp-address {
		display: block;
		margin: 10px;
		text-align: center;
		padding: 10px;
	}
}

/*スマホ用フッター固定メニュー*/
div#footerArea {
	position: fixed;
	left: 0;
	bottom: 0;
	background: white;
	width: 100%;
}
#footerArea ul {
	display: flex;
}
#footerArea li {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 5px;
	list-style: none;
	text-align: center;
}
#footerArea a span {
	display: block;
	font-size: 4px;
}
#footerArea img {
	height: 40px;
}
.in-page{
	cursor:pointer
}

div#footerArea {
	padding-bottom: env(safe-area-inset-bottom);
	}
@media only screen and (min-width: 850px) {

	/*スマホ用フッター固定メニュー*/
	div#footerArea {
		display: none;
	}
}

/*商品カテゴリー用*/
/* 共通スタイル */
.container {
    display: grid;
    gap: 10px;
}

.card {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

/* スマホ用（1列） */
@media (max-width: 767px) {
    .container {
        grid-template-columns: 1fr;
    }
}

/* PC用（3列） */
@media (min-width: 768px) {
    .container {
        grid-template-columns: repeat(3, 1fr);
    }

	.section {
		scroll-margin-top: 80px; /* 固定メニューの高さに応じて調整 */
	}
	
}
/* =========================================
   介護保険ページ専用デザイン（style.css末尾に追記）
   ========================================= */

/* 基本的なリストの調整 */
.content-wrap .no-bullet {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

/* 青い情報ボックス（枠線や余白をCSSで一括管理） */
.info-blue-box {
    background: #f0f8ff;
    border: 1px solid #bce0fd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.info-blue-box h4 {
    color: #0056b3;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #bce0fd;
    padding-bottom: 8px;
}

.info-blue-box ul {
    margin-bottom: 0 !important;
}

.info-blue-box p.txt {
    margin-bottom: 0;
}

/* アドバイスボックス（黄色・赤色などのバリエーション） */
.advice-box {
    background: #fffcf0;
    border: 1px solid #ffeeba;
    border-left: 5px solid #ffc107;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 15px;
    color: #555;
    font-size: 0.95rem;
}

.advice-box.caution {
    background: #fff0f0;
    border-left-color: #d9534f;
}

.advice-box strong {
    color: #d39e00;
    display: block;
    margin-bottom: 5px;
}

.advice-box.caution strong {
    color: #c53030;
}

/* 自己負担割合の注釈用ボックス */
.note-box {
    border-left: 4px solid #666;
    background: #f9f9f9;
    padding: 15px;
    margin-top: 15px;
    font-size: 0.95rem;
}

/* 特定疾病ボックス（がんは赤、その他は青） */
.shippei-detail-box {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 6px solid #337ab7;
    border-radius: 0 8px 8px 0;
    padding: 25px;
    margin-bottom: 30px;
}

.shippei-detail-box.cancer {
    border-left-color: #e53e3e;
    background: #fffafa;
}

.shippei-detail-box .definition {
    display: inline-block;
    background: #eef4fa;
    color: #2c5282;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* =========================================
   車椅子の例外給付ページ専用デザイン
   ========================================= */

/* ページ内リンクの調整（ヘッダー固定対応） */
.anc::before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
}

/* 導入ボックス内のテキスト */
.intro-box .lead-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #e67e22;
    line-height: 1.6;
    margin-bottom: 15px;
}

.intro-box .description-text {
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* リンク付きアドバイスボックス */
.advice-box.with-link {
    margin-top: 15px;
    text-align: left;
}

/* 注意喚起（赤字） */
.text-caution {
    display: inline-block;
    color: #c53030;
    font-weight: bold;
    margin-top: 5px;
}

/* 医師の意見例（青背景のアクセント） */
.example-box {
    border-left: 5px solid #337ab7;
    background: #f0f8ff;
    color: #333;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 0.95rem;
}

.example-box strong {
    color: #0056b3;
    display: block;
    margin-bottom: 5px;
}

/* 補足・注釈ボックス */
.supplementary-box {
    background: #f9f9f9;
    border-left: 5px solid #666;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-top: 20px;
}

/* 日付・対象者などのサブテキスト */
.sub-caption {
    margin-bottom: 20px;
    color: #666;
    font-size: 0.9rem;
}

/* 手続き内の補足説明ボックス */
.shippei-detail-box .example-box {
    margin-top: 20px;
    padding: 15px;
    font-size: 0.95rem;
    border-left: 4px solid #337ab7;
    background: #f8faff;
}

.shippei-detail-box .example-box strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* 強調テキスト */
.description strong {
    color: #d9534f;
    background: linear-gradient(transparent 70%, #ffdfdf 70%);
}

/* =========================================
   立ち上がり動作解説ページ専用デザイン
   ========================================= */

/* 2カラムの比較グリッド */
.target-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.target-item {
    flex: 1;
    min-width: 280px; /* スマホで縦並びになる幅 */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.target-item .label {
    display: inline-block;
    background: #ed6103;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.target-item:last-child .label {
    background: #337ab7; /* 介護ベッド側は青色で区別 */
}

/* 点線の区切り線 */
.dashed-divider {
    border-top: 1px dashed #bce0fd;
    margin: 15px 0;
}

/* 事例の結果を強調するテキスト */
.shippei-detail-box .result-text {
    margin-top: 20px;
    font-weight: bold;
    color: #e67e22;
    background: #fffcf0;
    padding: 15px;
    border-radius: 6px;
    line-height: 1.6;
}

/* スマホ対応の微調整 */
@media (max-width: 767px) {
    .target-grid {
        flex-direction: column;
    }
}

/*==================================================
Top Hero — 左：縦フルすりガラス列／右：クリア写真（黒オーバーレイなし）
===================================*/
.top-hero {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	left: 0;
	right: 0;
	min-height: clamp(380px, 62vh, 720px);
	overflow: hidden;
	background: #f8fafc;
}

.top-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.top-hero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* 左側・縦いっぱいのすりガラス列（右境界はマスクで滑らかに透明へ） */
.top-hero__frost-panel {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: min(48vw, 780px);
	z-index: 1;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.52);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	mask-image: linear-gradient(
		to right,
		#000 0%,
		#000 52%,
		#000 68%,
		transparent 100%
	);
	-webkit-mask-image: linear-gradient(
		to right,
		#000 0%,
		#000 52%,
		#000 68%,
		transparent 100%
	);
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
}

/* テキストはすりガラス列の左〜中央寄り（フェード域にかけないよう幅を抑える） */
.top-hero__inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: min(46vw, 740px);
	max-width: calc(100vw - 24px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: clamp(2rem, 5vw, 4rem) 1.25rem clamp(2rem, 5vw, 4rem) max(24px, env(safe-area-inset-left));
	box-sizing: border-box;
	margin: 0;
}

.top-hero__copy {
	position: relative;
	width: 100%;
	max-width: min(26rem, 100%);
	text-align: left;
}

.top-hero__title {
	margin: 0 0 1rem;
	color: #1e293b;
	font-size: clamp(1.5rem, 4.5vw, 2.45rem);
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: 0.02em;
	word-break: normal;
	overflow-wrap: normal;
	line-break: strict;
	text-wrap: balance;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
	/* ２行見出しのうち長い行に合わせた読み幅（ch は環境により近似） */
	max-width: min(22ch, 100%);
}

.top-hero__lead {
	margin: 0;
	color: #1e293b;
	font-size: clamp(0.95rem, 2.2vw, 1.125rem);
	line-height: 1.8;
	font-weight: 500;
	word-break: normal;
	overflow-wrap: normal;
	line-break: strict;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
	/* 見出しと同じ最大幅に収め、環境に応じて折り返す */
	max-width: min(22ch, 100%);
}

/* PC・大画面：コピーをやや右へ／リードは1行あたり長め／オーバーレイを読みやすく */
@media only screen and (min-width: 1024px) {
	.top-hero__frost-panel {
		width: min(56vw, 920px);
		background: rgba(255, 255, 255, 0.62);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		mask-image: linear-gradient(
			to right,
			#000 0%,
			#000 48%,
			#000 74%,
			transparent 100%
		);
		-webkit-mask-image: linear-gradient(
			to right,
			#000 0%,
			#000 48%,
			#000 74%,
			transparent 100%
		);
	}

	.top-hero__inner {
		width: min(54vw, 900px);
		padding-left: clamp(3rem, 7.5vw, 6.25rem);
		padding-right: clamp(1.5rem, 3vw, 2.5rem);
	}

	.top-hero__copy {
		max-width: min(38rem, 100%);
	}

	.top-hero__title {
		max-width: min(24ch, 100%);
		text-shadow:
			0 1px 0 rgba(255, 255, 255, 0.75),
			0 0 24px rgba(248, 250, 252, 0.45);
	}

	.top-hero__lead {
		max-width: min(34ch, 100%);
		line-height: 1.75;
		text-shadow:
			0 1px 0 rgba(255, 255, 255, 0.7),
			0 0 20px rgba(248, 250, 252, 0.4);
	}
}

@media only screen and (max-width: 849px) {
	/* Weblio的：左＝明るい面に濃色文字／右＝写真をクリアに（左右はサイト仕様どおり逆だが対比は同型） */
	.top-hero {
		min-height: clamp(440px, 78vh, 720px);
	}

	/* スマホ時は構図をやや上寄せ（人物が上で見切れにくい位置へ） */
	.top-hero__bg-img {
		object-position: 62% 34%;
	}

	.top-hero__frost-panel {
		width: min(92vw, 460px);
		background: rgba(255, 255, 255, 0.66);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		mask-image: linear-gradient(
			to right,
			#000 0%,
			#000 45%,
			transparent 88%
		);
		-webkit-mask-image: linear-gradient(
			to right,
			#000 0%,
			#000 45%,
			transparent 88%
		);
	}

	.top-hero__inner {
		width: min(88vw, 440px);
		max-width: none;
		padding: clamp(1.75rem, 6vw, 2.5rem) 1rem clamp(1.75rem, 6vw, 2.5rem) max(20px, env(safe-area-inset-left));
		align-items: center;
	}

	.top-hero__copy {
		max-width: 100%;
	}

	.top-hero__title {
		color: #0f172a;
		font-weight: 800;
		font-size: clamp(1.35rem, 5.4vw, 1.95rem);
		line-height: 1.33;
		letter-spacing: -0.02em;
		text-shadow: none;
	}

	.top-hero__lead {
		color: #334155;
		font-size: clamp(0.875rem, 3.6vw, 1.02rem);
		line-height: 1.72;
		font-weight: 600;
		text-shadow: none;
	}
}

