@charset "utf-8";

/*=========================

サラミルのみのアレンジ

=========================*/
#saramiru a,#saramiru .card-a a:hover p {color: #666;}
#saramiru ::selection {background: #00a0e9;}
.ContentsHeading {
	background: #BAE3F9;
}
#saramiru .frame.sanitation-line {
    border: 7px solid #84d2f4;
    border-radius: 16px;
}
#saramiru .frame.haccp-line {
    border: 7px solid #85dad6;
    border-radius: 16px;
}
#saramiru .frame.education-line {
    border: 7px solid #86a5c4;
    border-radius: 16px;
}

/*=========================

色、フォント調整

=========================*/

/* テキスト */
#saramiru {
	font-family: 'Noto Sans JP', sans-serif;
}
#saramiru h1,#saramiru h2 {font-weight: 500;}
.text-xl {font-weight: 500;}
#saramiru h4 {font-weight: 500;}

.saramiru-underline {
	border-bottom: 2px solid #fff100;
}

/* table */


/* 角丸 */
.rounded-md {border-radius: 1rem!important;}
.rounded-top-md {border-radius: 1rem 1rem 0 0!important;}

/* 色 */
.color-saramiru {color: #00a283;}
.color-saramiru-blue {color: #2185c5;}
.bg-saramiru {background: #00a283;}
.bg-saramiru-blue {background: #2185c5;}
.bg-saramiru-light {background: #dff0ee;}
.bg-saramiru-gray  {background: #595757;}
.bg-saramiru-lightgray  {background: #eeeeef;}

/* メイン画像 */
.bg-main-visual {
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center center;
}
.bg-main-visual {background-image: url(../images/bg-main-visual.jpg);}

.bg-sora {
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/bg-sora.jpg);
}







/* 見出し */
.logo-saramiru {
	border: none;
	margin: 0;
}
.headong-asemiru {
	border-bottom: solid 3px #eee;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #00a283;
}
.heading-omonakino {
	padding: 10px 20px;
	background: linear-gradient(to right, #00a085, #64ba69);
	color: #fff;
	border-radius: 10px;
}
.heading-products h4 {
	margin: 0 0 10px !important;
	border: none !important;
}
.heading-products p {font-size: 14px;}


/* ライン */
.b-saramiru {
	border-bottom: dashed 1px #00a283;
}


/* サラみるでできること */
.dekirukoto {

}

/* サラミル導入で実現する業務改善 */
.gyomukaizen {
	position: relative;
}
.tanto {
	position: absolute;
	left: 10px;
	top: -30px;
}
.donyukoka {
	position: absolute;
	right: 10px;
	top: -30px;
}
@media screen and (min-width: 767px) {
	.saramiru-arrow {
		position: absolute;
		left: -50px;
		top: calc(50% - 25px);
	}
}
@media screen and (max-width: 766px) {
	.saramiru-arrow {
		position: absolute;
		left: calc(50% - 25px);
		top: -65px;
		transform: rotate(90deg);
	}
	.tanto,.donyukoka {
		width: 80px;
	}
	.donyukoka {
		position: absolute;
		right: 0px;
		top: -30px;
}

/* 製品情報 */
.heading-option {
	position: relative;
	padding: 50px 30px 30px;
}
.heading-option h5 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #666;
	font-size: 14px;
}
.kakigenkin {
	display: inline-block;
	font-size: 12px;
	padding: 2px 6px;
	font-weight: normal;
	color: #fff;
	background: #e70012;
	line-height: normal;
}
.kakichui {
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    border: solid 1px #e70012;
    font-weight: normal;
    color: #e70012;
    line-height: normal;
}
