@charset "utf-8";

/*　　トップページ /　インスタ
-------------------------------------------------------*/
.insta_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
	margin: 0 0 10px 0;
}
.insta_list li{
	height: 125px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	width: 48%;
}

.insta_list img{

width: 100%;
	
}
.sbi_header_link{
	display: flex;
	align-items: center;
}
.sbi_header_img{
	width: 38px;
height: auto;
	margin: 0 5px 0 0;
padding: 10px 0 0 0;
}
.sbi_follow_btn{
	display: -webkit-flex;
 display: flex;

	background: #408bd1;
color: #fff;
	width: 50%;
	padding: 5px;
	text-align: center;
	justify-content: center;
	margin: 0 0 0 4px;
	
}
.sbi_follow_btn:hover{
	background:#4689FF;
}
.sbi_follow_btn a{
	color: #fff;
}
.sbi_follow_btn svg{
	width: 20px;
	height: auto;
	margin: 0 5px 0 0;
}
@media screen and (max-width: 767px){
	.insta_list li{
	height: 32vw;
    width: 48%;
}

}
/*　　トップページ /　スライド
-------------------------------------------------------*/
.t-main {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}
.t-main .swiper-container {
    margin-bottom: 5px;
    border: 8px solid #fff;
}
/*
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px !important;
}
*/
.swiper-pagination-bullet {
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #95d800 !important;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 49.5% !important;
  width: 20px !important;
  height: 32px !important;
  margin-top: -16px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 32px !important;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/common/arrow_L.png") !important;
  left: 20px !important;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/common/arrow_R.png") !important;
  right: 20px !important;
  left: auto;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.5 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.t-main {
	width: auto;
	margin: 0 20px;
}
}

@media screen and (max-width: 767px){
.t-main {
	width: auto;
}
.t-main .swiper-container {
    border: 0;
}
.t-main .swiper-pagination-fraction,
.t-main .swiper-pagination-custom,
.t-main .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
	display: none !important;
}
}



/*　　トップページ　/　コンテンツ
-------------------------------------------------------*/
.t-tagline2 {
    margin-top: 20px;
    letter-spacing: 8px;
}
.t-lineup-img {
    width: 100px;
    margin-right: 20px;
}
.t-company-bg {
    padding: 60px 0;
    background-image: url("../images/page/t_company_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.t-company-img {
    border: 8px solid #fff;
}
.t-facebook-box {
    height: 500px;
}
.t-area-tit {
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #999;
}
.t-area-list li {
    padding: 12px 0;
    border-bottom: 1px dotted #ccc;
}
.t-banner {
    margin-top: 40px;
}
.t-banner li a {
    display: block;
    margin-top: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.t-company-bg {
    padding: 40px 0;
}
.t-banner {
    margin-top: 20px;
}
}

@media screen and (max-width: 767px){
.t-tagline2 {
    margin-top: 30px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.t-company-bg {
    padding: 30px 0;
    background-image: url("../images/page/t_company_bg.jpg");
    background-repeat: no-repeat;
    background-position: 56% 50%;
    background-size: cover;
}
.t-banner {
    margin-top: 20px;
}
}



/*　　トップページ　/　NEWS
-------------------------------------------------------*/
.t-news-bg {
    padding: 50px 0;
    background-color: #effaff;
}
.t-news-box {
    padding: 25px 0 10px;
    border-bottom: 1px dotted #ccc;
}
.t-news-date {
    width: 130px;
    margin-right: 10px;
}
.t-news-tit {
}
.news-list-inner {
    padding: 0 20px;
}
.news-detail strong {
	font-weight: 700 !important;
}
.news-detail em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic !important;
}
.news-detail ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
.news-detail ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.t-news-bg {
    padding: 40px 0;
}
}

@media screen and (max-width: 767px){
.t-news-bg {
    padding: 30px 0;
}
.news-list-inner {
    padding: 0 12px;
}
}



/*　　取扱い商品一覧
-------------------------------------------------------*/
.wrapper-productlist li {
    padding: 10px 0;
    border-top: 1px dotted #ccc;
}
.productlist-lineup-box {
    display: block;
    padding: 15px;
}
.productlist-lineup-box:hover {
    background-color: #effaff;
}
.productlist-img {
    width: 100px;
    margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){

}

@media screen and (max-width: 767px){
.productlist-lineup-box {
    padding: 10px;
}
}



/*　　おしぼりレンタル
-------------------------------------------------------*/
.oshibori-koutei-img {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.oshibori-koutei-img .swiper-container {
      width: 100%;
      height: 100%;
}
.oshibori-koutei-img .swiper-slide {
	border: 8px solid #fff;
}
.oshibori-koutei-img .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 600px;
	padding-bottom: 30px;
}
.oshibori-koutei-img .swiper-pagination-fraction,
.oshibori-koutei-img .swiper-pagination-custom,
.oshibori-koutei-img .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.oshibori-koutei-img {
	width: auto;
}
.oshibori-koutei-img .swiper-slide {
	width: 500px;
}
}

@media screen and (max-width: 767px){
.oshibori-koutei-img {
	width: auto;
}
.oshibori-koutei-img .swiper-slide {
	width: 100% !important;
	padding-bottom: 15px;
}
.oshibori-koutei-img .swiper-pagination-fraction,
.oshibori-koutei-img .swiper-pagination-custom,
.oshibori-koutei-img .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}
.oshibori-koutei-img .swiper-button-prev,
.oshibori-koutei-img .swiper-button-next {
  position: absolute;
  top: 38% !important;
}
.oshibori-koutei-img .swiper-button-prev,
.oshibori-koutei-img .swiper-button-next {
	display: block!important;
}
}



/*　　おしぼり（使いきり）
-------------------------------------------------------*/
.k-oshibori-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.k-oshibori-tit {
		position: relative;
    padding: 10px;
    color: #fff;
    background-color: #333;
}
.k-oshibori-img {
    padding: 20px;
    text-align: center;
}
.tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}
/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
	top: calc(100% - 20px);
	left: 0;
	right: 0;
	margin: 0 auto;
  display: block;
  padding: 10px; /* 余白 */
  width: 90%;
/*   white-space: nowrap; テキストを折り返さない */
  font-size: 1.5rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #585858; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
	z-index: 10;
}
.tooltip-text:before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-bottom: 7px solid #585858;
}
.text-icon {
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
.type-icon01 {
	color: #ffffff;
	background-color: #ff0000;
}
.type-icon02 {
	color: #ffffff;
	background-color: #ee7800;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
}



/*　　洗剤
-------------------------------------------------------*/
.detergent-img01 {
	padding: 30px 10px 0;
	background-color: #f6ffc9;
	text-align: center;
}
.detergent-img02 {
	padding: 30px 10px 10px;
	background-color: #d5f4ff;
	text-align: center;
}



/*　　雑貨・消耗品
-------------------------------------------------------*/
.consumable-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.consumable-tit {
    padding: 10px;
    color: #fff;
    background-color: #333;
}
.consumable-inner {
    padding: 15px;
}
.consumable-img {
    padding: 20px;
    text-align: center;
}



/*　　会社案内
-------------------------------------------------------*/
.company-torihikisaki {
    max-width: 500px;
}
.company-torihikisaki li{
	width: 44%;
}
.company-accessmap {
	height: 450px;
    border: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
.company-profile-table th {
    width: 100%;
}
.company-profile-table td {
    width: 100%;
}
.company-torihikisaki {
    max-width: auto;
}
.company-torihikisaki li{
	width: auto;
}
.company-accessmap {
	height: 350px;
}
}


/*　　よくある質問
-------------------------------------------------------*/
.faq-Q {
	min-height: 40px;
	padding: 3px 0 0 50px;
	background-image: url("../images/page/icon_q.png");
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 40px auto;
}
.faq-A {
    padding-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.faq-Q {
	padding: 5px 0 0 50px;
}
}

@media screen and (max-width: 767px){
.faq-Q {
	padding: 5px 0 0 50px;
}
}



/*　　リンク
-------------------------------------------------------*/
.link-list li {
	margin-top: 30px;
}
.link-list li a {
	display: block;
	height: 100%;
	padding: 15px 15px 15px 40px;
	color: #333;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
    background-image: url("../images/common/arrow_03.png");
    background-repeat: no-repeat;
    background-position: 15px 16px;
    background-size: 18px auto;
}
.link-list li a:hover {
	background-color: #effaff;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
.link-list li {
	margin-top: 20px;
}
}



/*　　洗剤リスト
-------------------------------------------------------*/
.btnList a {
    display: block;
    color: #fff;
    padding: 14px;
    text-align: center;
    background-color: #444;
    background-image: url("../images/common/arrow_04.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 8px auto;
}
.btnList a:hover {
    background-color: #666;
    text-decoration: none;
}
.search-txtbox {
	width: 70% !important;
}
.search-txtbox input {
	height: 40px;
	width: 100% !important;
    padding: 10px;
	border: 1px solid #ccc;
	font-size: 16px; font-size: 1.6rem;
	background-color: #faf9fb;
}
.search-b {
	width: 30%;
	padding-left: 10px;
}
.btn-search {
	display: block;
	padding: 4px 20px;
	height: 40px;
	width: 100%;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	color: #21b6c2;
	border: 1px solid #1fc8d6;
	background-color: #fff;
	cursor: pointer;
}
.btn-search:hover {
	color: #0b9da9;
	background-color: #effaff;
}
.btn-search2 {
	display: block;
	padding: 15px 20px;
	width: 100%;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	color: #21b6c2;
	border: 1px solid #1fc8d6;
	background-color: #fff;
	cursor: pointer;
}
.btn-search2:hover {
	color: #0b9da9;
	background-color: #effaff;
}
.search-ta { width: 80%; padding: 3px;}

@media screen and (max-width: 767px){
.search-txtbox {
	width: 100% !important;
}
.search-txtbox input {
	font-size: 16px; font-size: 1.6rem;
}
.search-b {
	width: 100%;
	margin-top: 10px;
	padding-left: 0;
}
.search-ta { width: 100%;}
}



/*　　お問い合わせ　/　メールフォーム
-------------------------------------------------------*/
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm {
	margin: 30px auto 0;
}
.contactForm .pan {
	display: none;
}
.contactForm .icon-required {
	position: relative;
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
	margin-left: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.contactForm th,
.contactForm td { font-size: 16px; font-size: 1.6rem;}
.contactForm input { padding: 10px; font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc;}
.contactForm .select-menu { height: 40px; padding: 6px; font-size: 16px; font-size: 1.6rem; width: 50%; border: 1px solid #ccc;}
.contactForm textarea { padding: 10px; font-size: 16px; font-size: 1.6rem; font-family: 'Noto Sans JP', sans-serif; border: 1px solid #ccc;}
.contactForm .btn-box {
	padding-top: 50px;
	text-align: center;
}
.contactForm .btn-send,
.contactForm .btn-send2 {
	display: block;
	-webkit-appearance: none;
	width: 680px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border: 0;
    border-radius: 0;
	background-color: #21b6c2;
    background-image: url("../images/common/arrow_01.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px auto;
	cursor: pointer;
    transition-duration: 0.2s;
}
.contactForm .btn-send-lh {
	line-height: 80px;
}
.contactForm .btn-send2 {
	width: 42.5%;
	margin: 0 5% 0 2.5%;
}
.contactForm .btn-send:hover,
.contactForm .btn-send2:hover  {
	background-color: #1ed0de;
    transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	width: 42.5%;
	height: 80px;
	margin: 0 2.5% 0 5%;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border: 0;
    border-radius: 0;
	color: #fff;
	background-color: #444;
	background-image: url("../images/common/arrow_04.png");
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: left 15px center;
	cursor: pointer;
    transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
	background-color: #666;
    transform: scale(1.05);
}
#error_message_area {
	margin-top: -120px;
	padding-top: 130px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.contact-privacy-box {
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.contact-privacy-box iframe {
    height: 300px;
}
.contactForm .btn-send {
	width: 80%;
	font-size: 20px; font-size: 2.0rem;
}
.contactForm .btn-send2 {
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width: 767px){
.contact-privacy-box {
	height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.contact-privacy-box iframe {
    height: 200px;
}
.contactForm .size_and_txt {
	width: 50%;
}
.contactForm .btn-box {
	padding-top: 30px;
}
.contactForm .btn-send {
	width: 80%;
	height: 60px;
	font-size: 18px; font-size: 1.8rem;
}
.contactForm .btn-send-lh {
	line-height: 60px;
}
.contactForm .btn-send2 {
	width: 80%;
	height: 60px;
	margin: 20px auto 0;
	font-size: 18px; font-size: 1.8rem;
}
.contactForm .btn-modify {
	width: 80%;
	height: 60px;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
}
}



/*　　SDGsへの取り組み
-------------------------------------------------------*/
.sdgs-pagetitle {
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px dotted #21b6c2;
}
.sdgs-logo-box {
		padding: 40px;
}
.sdgs-tit {
	font-size: 34px; font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
}
.sdgs-tit2 {
	margin-top: 60px;
	padding: 12px 5px;
	color: #21b6c2;
	text-align: center;
	border-top: 2px solid #21b6c2;
	border-bottom: 2px solid #21b6c2;
}
.sdgs-icon {
	float: left;
	width: 165px;
	margin-top: 30px;
}
.sdgs-icon-txt {
	float: right;
	width: calc(100% - 190px);
	margin-top: 30px;
}
.sdgs-icon-txt h4 {
	padding-top: 60px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.sdgs-icon-txt-en {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.sdgs-icon-num2 {
	color: #d6a600;
}
.sdgs-icon-num3 {
	color: #1b973a;
}
.sdgs-icon-num8 {
	color: #970a31;
}
.sdgs-icon-num5 {
	color: #e83418;
}
.sdgs-icon-num11 {
	color: #f5a20b;
}
.sdgs-icon-num12 {
	color: #d39206;
}
.sdgs-icon-num16 {
	color: #004c88;
}
.sdgs-tit3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}
.sdgs-tit3-num12 {
	padding-left: 10px;
	border-left: 6px solid #d39206;
}
.sdgs-line {
	margin: 30px 0 10px;
	height: 1px;
	border-top: 1px dotted #21b6c2;
}
.sdgs-img-box {
	margin: 20px 0;
}
.sdgs-sup {
	display: inline-block;
	vertical-align: 20%;
}
.doormat2-products-btn-back {
	display: inline-block;
	width: 60%;
	margin: 50px auto 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #21b6c2;
	border-radius: 25px;
}
.doormat2-products-btn-back:hover {
	color: #d90e44;
	text-decoration: none;
	border: 1px solid #d90e44;
	background-color: #f6f6f6;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.sdgs-tit {
	font-size: 30px; font-size: 3rem;
}
.sdgs-icon-txt h4 {
	font-size: 20px; font-size: 2rem;
}
.sdgs-icon-txt-en {
	font-size: 14px; font-size: 1.4rem;
}
}

@media screen and (max-width: 767px){
.sdgs-tit {
	font-size: 28px; font-size: 2.8rem;
}
.sdgs-logo-box {
		padding: 20px;
}
.sdgs-icon {
	float: none;
	width: 165px;
	margin-top: 30px;
	margin: 30px auto 0;
}
.sdgs-icon-txt {
	float: none;
	width: 100%;
	margin-top: 10px;
}
.sdgs-icon-txt h4 {
	padding-top: 10px;
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
}
.sdgs-icon-txt-en {
	font-size: 14px; font-size: 1.4rem;
}
.doormat2-products-btn-back {
	display: inline-block;
	width: 80%;
	margin: 30px auto 20px;
}
}


