@charset "utf-8";
/*
Theme Name: オリジナルフロア.com
Template: habakiri
Author: 有限会社アソシエート
Tags:
Version: 0.1.0
*/

/* 全体定義 */

html {
	scroll-behavior: smooth;
}

div.sidebar {
	text-align: center;
}

main a {
	color: #F60;
}

main a:hover {
	color: #F60;
}

@media (min-width: 1200px){
  .container {
      width: 1000px;
  }
}

body {
  border-top: 5px solid #F00;
  border-bottom: 5px solid #F00;
}

.pc_only { display: block; }
.sp_only { display: none; }

@media (max-width: 768px) {
  .pc_only { display: none; }
  .sp_only { display: block; }
}

ol {
	font-size: 18px;
	padding-left: 25px;
}

ol li {
	padding-bottom: 10px;
}

main#main p {
  font-size: 18px;
  line-height: 1.8;
}

.responsive-nav .sub-menu a:hover, .responsive-nav .sub-menu a:active, .responsive-nav .sub-menu .current-menu-item a, .responsive-nav .sub-menu .current-menu-ancestor a, .responsive-nav .sub-menu .current-menu-parent a, .responsive-nav .sub-menu .current_page_item a, .responsive-nav .sub-menu .current_page_parent a {
  color: #fff !important;
}

div#head_description {
  background-color: #171717;
  color: #ffffff;
}

div#head_description h1 {
  font-size: 12px;
  margin: 0px;
  padding: 8px 0px;
}

div#head_members {
  background-color: #D9D9D9;
  color: #333;
  text-align: right;
  padding: 7px 0px;
}

div#head_members p {
  text-align: right;
  font-size: 14px;
  margin: 0px;
  padding: 12px 0px;
}

a.head_members_button {
    color: #fff;
    background-color: #333;
    padding: 2px 15px;
    margin: 0px 0px 0px 10px;
}

.head_slider img {
  width: 100%;
}

ul.sub-ban {
  list-style-type: none;
  padding: 0px;
}

ul.sub-ban > li {
  margin-bottom: 10px;
}

div.front-card-body {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

div.front-card a {
	color: #333 !important;
}

div.front-card:hover a {
	text-decoration: none;
}

div.front-card {
  margin: 10px 0px;
}

div.front-card-inner {
	padding:0px 8px 15px 8px;
}


div.front-card-inner p.front-card-text {
	min-height: 100px;
}

div.front-card-inner h3 {
	font-size: 20px;
  margin: 20px 0px 10px 0px;
}

div.front-card-img img {
	height: 200px;
  width: 100%;
  object-fit: cover;
}

div.front-card-img {
	overflow: hidden;
}

div.front-card-img img{
 transition:0.5s all;
}

div.front-card-img img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}

p.front-card-button {
	text-align: right;
	margin-bottom: 0px;
}

.responsive-nav .children a, .responsive-nav .sub-menu a {
    padding: 20px 10px;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #171717;
    padding: 5px 0px 5px 15px;
}

.sub-page-contents {
    padding-top: 20px;
}

table#low {
    border-top: 1px dotted #333333;
    border-collapse: collapse;
    width: 90%;
    margin: 10px auto 20px;
		font-size: 18px;
}

table#low th {
    color: #900;
    width: 180px;
}

table#low th, table#low td {
    padding: 10px;
    border: 1px solid #333;
    font-size: 0.875em;
}

h2.page_title {
    background-image: url(http://floor.associate-sub.info/wp-content/uploads/2023/10/midashi_reddot.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #171717;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
}

.breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #fff;
}

@media screen and (min-width: 1025px) {
  h1.site-branding__heading {
    background-image: url(http://floor.associate-sub.info/wp-content/uploads/2023/10/head_tel.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  div.menu-main-container {
    padding: 15px 0px 0px 0px;
  }
 div.menu-main-container ul#menu-main.menu > li:last-child {
   border-right: 1px solid #ccc;
 }
}

@media screen and (min-width:1200px){
  div.menu-main-container ul#menu-main.menu > li {
   border-left: 1px solid #ccc;
   width: calc(1006px / 6 - 6px);
 }
}

@media screen and (max-width:1200px){
  div.menu-main-container ul#menu-main.menu > li {
   border-left: 1px solid #ccc;
   width: calc(976px / 6 - 6px);
 }
 .responsive-nav .menu>.menu-item>a {
 	padding: 23px 0px !important;
 }
}

@media screen and (max-width:580px){

}

footer.footer {
  background-color: #f5f5f5;
}

footer.footer .footer-widget-area .container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px;
}

.footer-widget-area {
  font-size: 14px;
  padding: 60px 10px 60px;
}



.footer-widget-area div.textwidget ul {
  list-style-type: disclosure-closed;
  padding-left: 20px;
}

.footer-widget-area div.textwidget ul li {
  font-weight: bold;
}

div#footer_bottom {
  background-color: #fff;
  padding: 60px 0px;
}

ul.footer_pagelist {
  padding-left: 15px;
  list-style-type: none;
}

ul.footer_pagelist li {
  line-height: 2.0;
}

ul.footer_pagelist li a {
  text-decoration: underline;
  color: #ff6600;
}

div.copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

p.contact_button_global {
  text-align: center;
  margin: 20px 0px;
}

ul.page_mokuji {
    list-style-type: none;
    padding: 0px;
    text-align: center;
}

ul.page_mokuji li {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

ul.img-list-col3 {
	padding-left: 0px;
	list-style-type: none;
}

ul.img-list-col3 li {
	width: 32%;
	height: 150px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	overflow: hidden;
	padding: 5px;
}

ul.img-list-col3 li img {
	width: 100%;
}

ul.img-list-col5 {
	padding-left: 0px !important;
	list-style-type: none;
}

ul.img-list-col5 li {
	width: 19%;
	/* height: 150px; */
	object-fit: cover;
	object-position: center;
	display: inline-block;
	overflow: hidden;
	/* padding: 5px; */
}

ul.img-list-col5 li img {
	width: 100%;
}

p.col-label {
    text-align: center;
    font-size: 16px;
    margin: 5px 0px 15px 0px;
    color: #333;
}

ul.features-list {
	padding-left: 20px;
  line-height: 1.5;
	font-size: 18px;
}

.link-block {
	border: 1px solid #333;
	padding: 10px 10px 10px 10px;
	background-color: #FFFAEF;
	color: #333 !important;
}

.white-block {
	border: 1px solid #333;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	color: #333 !important;
}

.yellow-block {
	border: 1px solid #333;
	padding: 10px 10px 10px 10px;
	background-color: #FFFAEF;
	color: #333 !important;
	margin-bottom: 10px;
}

.red-block {
	border: 1px solid red;
	padding: 10px 10px 10px 10px;
	color: red !important;
	margin-bottom: 10px;
}

.link-block:hover {
	background-color: #FFEEEE;
}

.link-block img {
	min-height: 135px;
	object-fit: cover;
}

.voice_category .btn {
	margin: 0px 0px 5px 0px;
}

.voice_category .btn:hover {
	background-color: #333;
	color: #fff;
}

ul.entry-meta__list {
	text-align: right;
}

ul.entry-meta__list li.item_type a {
	background-color: #333;
	color: #fff;
	padding: 2px 20px;
	border-radius: 5px;
	margin-left: 10px;
}

div.price_block dl.price_spec {
	font-size: 16px;
	margin-top: 10px;
}

div.price_block dl.price_spec dt {
	float: left;
	width: 115px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.price_block dl.price_spec dd {
	padding-left: 110px;
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

div.price_block .price_pop {
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

div.price_block .price_popsize {
	text-align: center;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

div.price_block .price_popprice {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

div.price_block .price_main {
	text-align: center;
	font-size: 28px;
	color: red;
	margin: 0px 0px 0px 0px;
}

div.price_block .price_maindetail {
	text-align: center;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

ul.recommend_list {
	padding: 0px;
}

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

/* ul.recommend_list li {
	padding: 25px 25px;
	font-size: 25px;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0px 0px 10px black;
	margin-bottom: 1px;
} */

ul.recommend_list li {
	padding: 40px 25px;
  font-size: 25px;
  font-weight: bold;
  background-color: #ccc;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0px 0px 10px black;
  width: 50%;
  float: left;
  list-style-type: none;
}


/* ul.recommend_list li:hover {
	padding: 25px 35px;
	transition: 0.5s;
} */


@media screen and (max-width:500px) {
	ul.img-list-col3 li {
		width: 49%;
		height: 140px;
	}
	ul.img-list-col5 li {
		width: 32%;
	}
}

/* 装飾実装 */

span.pen-yellow {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
span.pen-pink {
    background:linear-gradient(transparent 60%, #f6c 60%);
}
span.pen-blue {
    background:linear-gradient(transparent 60%, #6cf 60%);
}
span.pen-green {
    background:linear-gradient(transparent 60%, #6f6 60%);
}

/* タブ実装 */





/* アコーディオン実装 */

.accordion-005 {
    /* max-width: 500px; */
}

.accordion-005:not([open]) {
    margin-bottom: 7px;
}

@media screen and (max-width: 500px) {
	.accordion-005 summary {
		padding: 5px 10px 5px 10px !important;
	}
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px 30px 5px 20px;
    border-left: 5px solid #d02525;
    background-color: #e6edf3;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
		font-size: 18px;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 0px 50px 10px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}

/* 見出し */
.wp-caption-text {
    color: #555;
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
		font-weight: bold;
}

div.entry h3 {
    font-size: 30px;
    color: #333;
		text-align: center;
    padding: 10px 0px 10px 10px;
		border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.image-description {
	text-align: center;
	background-color: #ddd;
	padding: 5px 0px;
	border: 1px solid #000;
}

/* 装飾 */
span.step_inline {
	color: red;
	display: inline-block;
	margin-right: 20px;
}

@media screen and (max-width: 500px) {
	span.step_inline {
		display: block;
	}
}


/* ヘッダー */

#head_members a.head_members_button:hover {
	color: #fff;
	background-color: #444;
	text-decoration: none;
}

#head_members i {
	font-size: 22px;
	padding: 0px 0px 0px 15px;
	position: relative;
  top: 3px;
}

#head_members i:hover {
	opacity: 0.5;
}

/* クリーニング */
table.cleaning-hikaku-table {
    border-collapse: collapse;
}
table.cleaning-hikaku-table thead {
    background-color: #0080FF;
    color: #FFF;
    text-align: center;
}
table.cleaning-hikaku-table th, table.cleaning-hikaku-table td {
    border: 1px solid #666;
    padding: 5px;
}
.th-bg-orange {
    background-color: #ED7D31;
}
table.cleaning-hikaku-table tbody tr:nth-child(odd) {
    background: #DEF;
}
td.td-bg-orange-01 {
    background-color: #F8CBAD;
}
td.td-bg-orange-02 {
    background-color: #FBE5D6;
}
.txt-red {
    color: red;
}
table.cleaning-hikaku-table tbody th {
    width: 16%;
}

/* パイプ椅子表 */
.price-tbl {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.price-tbl th, .price-tbl td {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
}
.price-tbl thead tr th:nth-child(2), .price-tbl tbody tr td:nth-child(2) {
    background-color: rgba(255, 254, 201, 1.00);
}
.price-tbl thead tr th:nth-child(3), .price-tbl tbody tr td:nth-child(3) {
    background-color: rgba(199, 255, 173, 1.00);
}

/* 営業日カレンダー */

#biz_calendar {
	max-width: 300px;
}

.widget_bizcalendar #biz_calendar table.bizcal .today {
	text-decoration: none;
	color: red;
}

.widget_bizcalendar #biz_calendar table.bizcal .holiday {
	background-color: #FFC0CB;
	color: #333;
}

.widget_bizcalendar #biz_calendar p span.boxholiday {
	background-color: #FFC0CB;
}

.widget_bizcalendar #biz_calendar table.bizcal {
	margin: 0px 0px 10px 0px;
}

.widget_bizcalendar .calbtn.today-img {
	opacity: 0;
}

/* カート */

div div.usccart_navi li.ucart {
	border-bottom: 5px solid #171717;
  border-top: 5px solid #171717;
	background-color: #171717;
}

div div.usccart_navi li.usccart_cart {
	border-bottom: 5px solid red;
	background-image: none;
}

div#inside-cart .no_cart {
	color: #171717;
}

div#inside-cart .send {
	border-top-color: #171717;
}

div#cart th {
	min-height: 30px;
}

div#cart .thumbnail {
	margin: 0px;
	border-radius: 0px;
}

@media screen and (max-width: 500px) {
	div.usccart_navi li.ucart {
		font-size: 12px;
	}
}

/* 計算フォーム */

.cp_cff_13 #fbuilder .fform {
	margin-bottom: 0px !important;
}

.cff-form-title {
	background-color: #990000;
  color: #fff;
  padding: 5px 0px !important;
  text-align: center;
	border-radius: 5px;
}

.cff-form-description {
	font-size: 18px !important;
  color: #333 !important;
  margin-top: 10px;
  display: block;
}

#fbuilder {
	border: 5px solid #990000;
  border-radius: 10px;
	padding: 10px;
}

.cff-number-field , .cff-calculated-field , .cff-dropdown-field {
	max-width: 400px !important;
  margin: 0 auto !important;
	display: block !important;
	font-size: 18px !important;
}

.cff-button-field {
	text-align: center;
	margin: 10px 0px;
}

.cp_cff_13 #fbuilder .fields>label {
	font-weight: bold !important;
}

.codepeoplecalculatedfield , .cp_cff_13 #fbuilder input[type="number"] {
	font-size: 18px !important;
}

.fieldname9_1 , #fieldname9_1 {
	color: red;
	text-align: center;
}

/* アニメーション */

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
