html {
	position: relative;
	min-height: 100%;
}

/* コード */
pre.highlightjs {
	padding: 1.5rem;
	background-color: var(--bd-pre-bg);
	border: var(--bs-border-style) var(--bs-border-color) var(--bs-border-width);
	border-radius: 0;
}

pre.highlightjs code {
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.hljs {
	background-color: inherit;
}

/* 仕切り部分 */
.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* 縦仕切り部分 */
.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

/* アイコン */
.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

/* プレースホルダ画像 */
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

/* ナビスクローラー */
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

/* カラーモード切替ボタン */
.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
	z-index: 1500;
}

/* グリッド */
.row .grid {
	border: 1px solid rgba(86, 61, 124, 0.2);
}
.row .column {
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;}

/* コンテナ */
.bd-example-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	min-width: 16rem;
}
.bd-example-container-header {
	background-color: #daeeff;
	border-radius: 0.25rem;
	height: 3rem;
	margin-bottom: 0.5rem;
}
.bd-example-container-sidebar {
	background-color: #fae3c4;
	border-radius: 0.25rem;
	float: right;
	height: 8rem;
	width: 6rem;
}
.bd-example-container-body {
	background-color: #957bbe;
	border-radius: 0.25rem;
	height: 8rem;
	margin-right: 6.5rem;
}
.bd-example-container-fluid {
	max-width: none;
}

/* スクロールスパイ */
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}

/* Flexbox grid system */
.row .flex {
		display: flex;
		flex-wrap: wrap;
}
.row .flex::after {
	content: "";
	display: table;
	clear: both;
}
.row .flex + .row {
	margin-top: 1rem;
}
.row .flex > [class^="col-"] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
}
.bd-example-row-flex-cols .row {
	background-color: rgba(255, 0, 0, 0.1);
	min-height: 10rem;
}

/* モーダル */
.modal-content {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	text-shadow:none;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.modal-footer .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.modal-footer .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

/* ユーザースタイル */
:root {
	--ucss-accent-gradation: #000;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	background-color: #389343;
	
}

.ucss_header {
	background: #112613 !important;
}

.ucss_footer {
	background: #112613 !important;
}

.ucss_text-logo {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bolder;
	line-height: 1;
}

.ucss_text-catch-copy {
	max-width: 85vw;
	margin: 0 auto;
	font-weight: bolder;
	color: #fff;
}
.ucss_text-catch-copy__subtext{
	color: #d0ebd7;
}

/* カード表示 */
.ucss_item-list {
	margin: 0 0 30px 0;
	padding: 40px 22px;
	background: #f6f8fb;
}

.ucss_item-card {
	min-height: 35vh;
}

.ucss_item-card-item {
	margin-bottom: 20px;
	background: #ffffff;
	border-radius: 18px;
	border: none;
	overflow: hidden;
	box-shadow: 1px 1px 12px rgba(92, 147, 170, 0.15);
}

.ucss_item-card-item .ucss_item-card-item-photo {
	position: relative;
}

.ucss_item-card-item .card-img-overlay {
	border-radius: 0;
	z-index: 1;
}

.ucss_item-card-item .card-img-overlay .ucss_img-overlay-inner {
	width: 100%;
	margin: 0;
	padding: 2.2em 0.6em 0.6em 0.6em;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(22,28,38,0.75) 100%);
}

.ucss_item-card-item .card-title {
	margin-bottom: 0.2em;
	padding-bottom: 0;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.ucss_item-card-item .ucss_item_price {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0;
	font-size: 1.25rem;
	font-weight: bold;
	color: #626262;
	line-height: 1;
	text-align: center;
}

.ucss_item-card-item .ucss_item_price .ucss_item-card-item__yen {}

.ucss_item-card-item-body {
	background: #ffffff;
	z-index: 2;
}

.ucss_item-card-item .card-body {
	padding: 0.6em;
}

.ucss_item-card-item .card-text {
	font-size: 0.8rem;
	color: #282828;
}

.ucss_item-card-item .card-footer {
	margin: 0 1em 1em 1em;
	border: none;
	border-radius: 9999px;
	background: #f0f3f4;
	color: #686868;
	font-size: 0.7rem;
	text-align: center;
}

.ucss_item-card-item .card-footer a {
	color: #686868;
	text-decoration: none;
}

.ucss_item-card-item .card-footer a i {
	margin-left: 0.5em;
}

@media (min-width: 768px) {
	.ucss_item-card {
			min-height: 50vh;
	}

	.ucss_item-card-item .card-title {
		font-size: 1.35rem;
	}

	.ucss_item-card-item .ucss_item_price {
		font-size: 1.45rem;
	}
}

/* ucss_bm-bnr */
.ucss_bm-bnr {
	margin: 0 25px 25px 25px;
	padding: 5px 15px 0px 15px;
	border-radius: 9999px;
	background: #000;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.ucss_bm-bnr img {
	width: auto;
	height: 65px;
}


/* 波線 */
.ucss_shape-divider{
	position: relative;
}

.ucss_shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.ucss_shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 60px;
}

.ucss_shape-divider-bottom .shape-fill {
    fill: #F6F8FB;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .ucss_shape-divider-bottom svg {
        width: calc(150% + 1.3px);
        height: 40px;
    }
}
.ucss_bokumoba{

	font-weight: bold;
}

.ucss_bokumoba_price{
	font-size: 25px;
	font-weight: bold;
}