@charset "utf-8";
/*ヘッダーのテキスト表示*/
.artec_logo {
	margin-bottom: 10px;
	margin-top: 15px;
}
.main_title {
	font-size: 40px;
	color: #004098;
	line-height: 48px;
	margin-bottom: 10px;
}
.description {
	font-size: 21px;
	margin-bottom: 0px;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

body {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), #EBEBEB calc(100% - 1px));
	background-size: 22px 22px;
	background-repeat: repeat;
	background-position: center center;
}

.mb-5 {
	font-size: 20px;
}

footer {
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 15px;
	color: white;
	margin-top: 75px;
}

.psyamei {
	font-size: 16px;
}

.crtext {
	font-size: 14px;
}

.colflex {
	display: flex;
	flex-direction: column;
}

.product {
	margin-bottom: 0px !important;
}

.product img {
	display: block;
	margin-bottom: 8px;
	/*width: auto;
	height: 250px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;*/
}


.product:hover, .product:hover img {
	background-color: white;
	opacity: 0.7;
	transition-duration: 0.1s;
}

/*タブレット以下*/
@media (max-width: 768px) {
	.sitetitle h1 {
		text-align: center;
	}

	.sitetitle h1 span {
		text-align: center;
		display: inline-block;
	}

	#menu ul {
		padding-left: 0
	}

	.contactbtn {
		display: flex;
		justify-content: space-between;
	}

	.contactbtn li {
		width: 48%;
	}

	.detailsbtn, .manualbtn {
		width: 50%;
	}
}

/*スマホ以下*/
@media (max-width: 576px) {
	.sitetitle h1 {
		text-align: center;
		font-size: 20px;
	}

	.sitetitle h1 span:first-child::after {
		display: none;
	}
}


.photos img {
	display: block;
	max-height: 700px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

.photos a {
	display: inline-block;
}
.movie-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 35px;
}

.movie{	
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}
.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ↓Global Navigation */
.navbar {
	color: white;
	background-color: #e60012;
	padding: 0 !important;
	margin-right: -15px;
	margin-left: -15px;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 960px;
	margin: 0 auto;
}

.navi_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
	line-height: 1.3;
	padding: 0 28px;
	text-align: center;
}

.nav li {
	list-style: none;
	float: left;
	position: relative;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav li a {
	display: block;
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
}

.nav-item .active,
.nav li a:hover {
	background-color: rgba(255, 255, 255, .4);
	color: white;
}

/* ↑Global Navigation */