<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-top: 0;
	padding-bottom: 3rem;
	color: #5a5a5a;
	background-image: url(img/bg.png);
}
.title {
	position: absolute;
	z-index: 1;
	width: 60%;
	left: 20%;
	top: 5%;
}
.marketing a {
    color: #ffa92b;
}

/* ウインドウの幅が300px以上の時 */
@media screen and (max-width: 600px) {
.title {
	position: absolute;
	z-index: 1;
	width: 80%;
	left: 10%;
	top: 10%;
}
}
.title h1 {
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
}
.title h1 img {
	-webkit-filter: drop-shadow(0 0 6px #000000);
	filter: drop-shadow(0 0 6px #000000);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* slide image */
.first-slide {
	background-image: url(img/photo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}
.second-slide {
	background-image: url(img/photo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.third-slide {
	background-image: url(img/photo3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.fourth-slide {
	background-image: url(img/photo4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	bottom: 3rem;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 16rem;
	background-color: #777;
}
.carousel-item &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 16em;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h3 {
	font-weight: bold;
	margin: 1em 0;
	font-size: 1.5rem;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* Featurettes
------------------------- */

.heading-entry-text {
	margin: 6em 0 2em;
	padding: 3rem 0;
	background-color: #170b0b;
	color: #dcd9d6;
		background: url(img/bg_title_back_.png);

}

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap &lt;hr&gt; more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
.heading-text {
	margin-bottom: 2em;
}
.heading-text small {
	font-size: 1rem;
	display: inline-block;
	padding: 1em 0 0 0;
}
button.btn.btn-cart.btn-lg {
    color: #fff;
    background-color: #ffa92b;
    border-color: #ffa92b;
	cursor: pointer
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
}
.featurette-heading {
	font-size: 50px;
}
.carousel-item {
	height: 30vh;
	background-color: #777;
}
.carousel-item &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100vh;
}
}

@media (min-width: 62em) {
.featurette-heading {
	margin-top: 7rem;
}
/* custom CSS
-------------------------------------------------- */

}
.sp-font {
	font-family: 'Quicksand', sans-serif;
}
.slick-slide img {
	margin: 0 auto
}
.content-wrapper {
	margin-top: 4rem
}
.content-wrapper h2.heading-text {
	margin-bottom: auto;
}
.spec-block h3 {
	/* border-bottom: 1px solid #000; */
	margin-top: 2em;
}
.spec-block p strong {
	display: inline-block;
	/* width: 4em; */
	margin-right: 1rem;
}
p.price strong {
	font-size: 3rem;
	color: #e23f3f;
	width: auto;
}
.content-wrapper h2.heading-text + p {
	font-size: 1rem;
	margin-top: 2rem;
}
.header-logo-text {
	border: 1px solid #000;
	font-size: 2em;
	/* display: inline-block; */
    /* margin: 0 auto; */
	color: #e9ecef;
	background-color: #004085;
}
</pre></body></html>