@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');

html, body {
	font-family: 'Raleway', sans-serif;
}


body { background: url(site-background-image.png) #f4f4f4; }
h1 { font-weight: bold; }
h3 { font-size: 1.5em; font-weight: bold; }

h5 { color: #333; font-size: 1.75em !important; font-weight: bold; }
h4 { color:#333; font-size: 1em; font-weight: bold; }
aside { min-height: 720px; padding: 0 10px; }

.a3 {
	display: block;
	font-weight: bold;
	font-size:1.1em;
	color:#333;
}

.a3:hover {	color: #fe5000; }

.content {

	background:#fff;
	padding: 1.1em 1.25em;
	
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

a {

	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;

}

a:hover {

	text-decoration: none;

}

img.picview, img.picview_r {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;	
}

img.picview {
	opacity: 1;
}

img.picview:hover { opacity: 0.8; }

img.picview_r { opacity: 0.8; }
img.picview_r:hover { opacity: 1; }

.a1 { color: #333 !important; text-decoration: none; }
.a1:hover { color: #777 !important; }

.production-modal-dialog {
	max-width: 720px !important;
	min-height: 400px !important;
}

.production-modal-title {
	font-size: 2em !important;
	color: #323232;
	line-height: 30px;
	display: inline;
	font-weight: bold;
}

.btn-hochu {
	font-size: 0.95em;
	font-weight: bold;
	color: #fff;
	background-color: #fe5000 !important;
	border-radius: 5px;
	padding: 0.22em 0.75em;
	box-shadow: 0 2px 28px 0;
	text-align: center;
	cursor: pointer;
}

.btn-hochu-mobile {
	font-size: 28px;
}


.btn-hochu:hover {
	color: #fff;
	background-color: red !important;
}

.header_panel ul {}
.header_panel ul li {}

.header_panel ul li a {
	color: #888;
	font-size: 0.95em;
	padding:0;
}

.header_panel ul li a:hover {
	text-decoration: none;
}

.location {
	cursor: pointer;
	padding:1em;
	border-radius:10px;
}


.location:hover {
	background-color: #ddd;
}


.callme {
	padding: 1em;
	font-weight: bold;
}

.callme a {
	margin-top: 0.5em;
	color: #ffc107;
	text-decoration: underline;
}




ul.navigation {
	list-style-type: none;
	padding: 1em 0px;
	margin: 0 0 1em 0;
	background-color: #444;
	border-radius: 10px;

}

ul.navigation .navigation_header {
	font-weight: bold;
	color: #ffc107 !important;
	font-size: 1.25em;
}

ul.navigation li {
}

ul.navigation a {
	color: #f2f2f2;
	font-weight: bold;
	font-size: 1em;
	display: block;
	padding: 4px 8px;
	border-left: solid 8px #444;
}

ul.navigation a:hover {
	text-decoration: none;
	border-left: solid 8px #ffc107;
	color: #ffc107;
}

ul.navigation a.selected {
	color: #ffc107;
}


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

ul.products li {
	float: left;
	margin-bottom: 1em;
}

.simple_text { font-size: 0.95em; margin-bottom: 1em; }

.cart { display: none; }
/*.cart td { padding: 1em; font-size: 0.75em; }*/

.btn:focus {
	outline: none;
	box-shadow: none;
}


.btn-cs {
	background-color: #ffc107 !important;
	border: none;
	color: #fff;
	font-size: 1.25em;

}


.btn-cart {
	background-color: #fe5000 !important;
	border: none;
	font-weight: bold;
}


#cart-info {
	font-size:0.95em;
	color: #555 !important;
	font-weight:bold;
}

.cart-blocks {
	padding: 0em 0 2em 0;
	font-size: 1.5em;
}

.pd0 { padding: 0 !important; }


.carousel {
  
}

.blog .carousel-indicators {
  left: 0;
  top: 0;
    bottom: 0px;

}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

.carousel-item { padding: 1em 0; }
.carousel-title { font-size: 1em; font-weight: bold; line-height: 48px; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


#checklist { display: none; }

.widget {
	background-color: #ddd;
	border-radius: 10px;
	min-height: 100px;
	margin: 0 0 1em 0; 
}

.widget-header {
	padding: 5px 0; 
	font-weight: bold;
	color: #333;
}

.widget-body {

	min-height: 100px;
	padding: 8px;
	font-size: 14px;
	background-color: #fff;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.widget-body td { padding: 4px 0; }




.countdown-title {
  color: #fe5000;
  font-weight: 100;
  font-size: 1.5em;
  margin: 40px 0px 20px;
}
 
.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
 
.countdown-number {
  padding: 10px;
  border-radius: 3px;
  background: #444;
  display: inline-block;
}
 
.countdown-time {
  padding: 15px;
  border-radius: 3px;
  background: #888;
  display: inline-block;
}
 
.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}


.br10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.br20 { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }