@charset "UTF-8";
/*
*cmn_style.css
*
*
*/


.m-0{
	margin: 0!important;
}
.p-0{
	padding: 0!important;
}
.pr-0{
	padding-right: 0!important;
}
.pl-0{
	padding-left: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-5{
	padding-top: 5px!important;
}
.pb-5{
	padding-bottom: 5px!important;
}
.pt-15{
	padding-top: 15px;
}
.pb-15{
	padding-bottom: 15px;
}
.pt-30{
	padding-top: 30px;
}
.pb-30{
	padding-bottom: 30px;
}
.mr-0{
	margin-right: 0!important;
}
.ml-0{
	margin-left: 0!important;
}
.mt-0{
	margin-top: 0!important;
}
.mb-0{
	margin-bottom: 0!important;
}
.mt-5{
	margin-top: 5px;
}
.mb-5{
	margin-bottom: 5px;
}
.mr-5{
	margin-right: 5px;
}
.ml-5{
	margin-left: 5px;
}
.mt-15{
	margin-top: 15px;
}
.mb-15{
	margin-bottom: 15px;
}
.mr-15{
	margin-right: 15px;
}
.ml-15{
	margin-left: 15px;
}
.mt-30{
	margin-top: 30px;
}
.mb-30{
	margin-bottom: 30px;
}
.d-block{
	display: block!important;
}
.d-inline-block{
	display: inline-block!important;
}

@media screen and (max-width: 992px) {
	.p-sm-0{
		padding: 0!important;
	}
	.mt-sm-0{
		margin-top: 0!important;
	}
	.mt-sm-15{
		margin-top: 15px!important;
	}
	.mt-sm-30{
		margin-top: 30px!important;
	}
	.mb-sm-5{
		margin-bottom: 5px!important;
	}
	.mb-sm-15{
		margin-bottom: 15px!important;
	}
	.mb-sm-30{
		margin-bottom: 30px!important;
	}
}
@media screen and (max-width: 767px) {
	.p-sp-0{
		padding: 0!important;
	}
	.mt-sp-0{
		margin-top: 0!important;
	}
	.mt-sp-15{
		margin-top: 15px!important;
	}
	.mt-sp-30{
		margin-top: 30px!important;
	}
	.mb-sp-5{
		margin-bottom: 5px!important;
	}
	.mb-sp-15{
		margin-bottom: 15px!important;
	}
	.mb-sp-30{
		margin-bottom: 30px!important;
	}
	.d-sp-none{
		display: none!important;
	}
	.border-sp-none{
		border: none!important;
	}
}
@media (min-width: 768px) {
	.d-pc-none{
		display: none!important;
	}
}

.contentIndex01{
	border: 1px #ccc solid;
	margin-bottom: 1.0em;
	padding: 0.25em 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contentIndex01s{
	padding-bottom: 0 !important;
}

.contentIndex01Widget ul{
	padding: 0;
	list-style-type: none;
}
.contentIndex01Widget ul img{
	margin-bottom: 10px;
}

@media print{
	#contentBody div.contentBox img{
		max-width: 50% !important;
	}
}

.contentBox01{
	border: 1px #ccc solid;
	margin: 0.5em 0 1.5em 0;
	padding: 0.25em 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contentBox02{
	border: 1px #ccc solid;
	margin: 0.5em 0 1.5em 0;
	padding: 1.5em 0.5em; /* padding */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contentImgLeft img{
	float: left;
}

div.thumbnail div.caption{
	text-align: center;
	height: 5.0em;
	overflow: hidden;
}

div.thumbnail div.caption p{
	font-size: 0.929em; /*13px*/
	line-height: 1.25em!important;
}

.annotation{
	font-size: 0.929em; /*13px*/
	line-height: 1.5em;
}

table tr.tableSplit{
	border-top: 3px #ddd solid;
}

#map {
	max-width: 100%;
	height: 400px;
	margin: 0 0 2.0em 0;
}

#map img{
	max-width: none !important;
}

span.mkOriginal{
	font-size: 0.929em; /*13px*/
	color: #FFF;
	background: #D6000C;
	padding: 0.1em 0.5em;
	margin: 0 0.75em 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0;
}

strong.border{
	border-bottom: 3px #007799 double;
	padding: 0.2em;
}
.gmap {
	overflow: hidden;
	position: relative;
	margin: 0 0 2.0em 0;
	height: 400px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

}


/*secContactBnr*/
.secContactBnr{
	margin: 0 auto;
	margin-top: 55px;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.secContactBnr .secContactItem{
	width: calc(33.333% - 10px);
	margin-bottom: 15px;
	position: relative;
	min-height: 1px;
}
.secContactBnr .secContactItem:first-of-type{
	padding-left: 0;
}
.secContactBnr .secContactItem a{
	position: relative;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	align-content: center;
	overflow: hidden;
}
.secContactBnr .secContactItem a:before {
	position: absolute;
	background: #333;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
}
.secContactBnr .secContactItem a:after {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 3;
	opacity: .5;
	transition: .5s;
}
.secContactBnr .secContactItem.virtual-tour a:after {
	background-image: url("../img/business/bnr_footer01.jpg");
}
.secContactBnr .secContactItem.discovery a:after {
	background-image: url("../img/business/bnr_footer02.jpg");
	background-position: top;
}
.secContactBnr .secContactItem.octcloth a:after {
	background-image: url("../img/business/bnr_footer03.jpg");
}
.secContactBnr .secContactItem a:hover,
.secContactBnr .secContactItem a:focus{
	text-decoration: none!important;
}
.secContactBnr .secContactItem a:hover:after{
	transform: scale(1.15,1.15);
}
.secContactBnr .secContactItem a span{
	font-size: 0.8em;
	width: 100%;
	margin-left: 15px;
	z-index: 4;
}
.secContactBnr .secContactItem a div{
	width: 100%;
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: 0.03em;
	margin-left: 15px;
	z-index: 4;
}

@media screen and (max-width: 767px) {
	.secContactBnr{
		display: block;
	}
	.secContactBnr .secContactItem{
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0;
	}
}



/* bnr_recruit_pc
------------------------------------------------------------ */
.bnr_recruit_pc {
	position: fixed;
	z-index: 999;
	width: 10vw;
	max-width: 270px;
	opacity: 1;
	color: #fff;
	transition: transform .5s;
	display: none;
}
.bnr_recruit_pc:hover {
	transform: translateY(-10px);
}
.bnr_recruit_pc a {
	display: block;
}
.bnr_recruit_pc a img {
	width: 100%;
}
/*.p-top*/
.p-top .bnr_recruit_pc{
	bottom: 30px;
	left: 40px;
	min-width: 200px;
	transition: all .5s;
	display: inline-block;
}
.p-top .bnr_recruit_pc.hide {
	left: -300px;
	opacity: 0;
}
/*.p-content*/
.p-content .bnr_recruit_pc{
	bottom: 20px;
	left: 20px;
	min-width: 180px;
}
@media screen and (max-width: 736px){
	.bnr_recruit_pc {
		display: none!important;
	}
}
