/* *{ box-sizing: border-box; }
*, *:before, *:after {
  box-sizing: inherit;
} */

/* PAGE SETTINGS */
html {
  scroll-behavior: smooth;
}

body {
  /* font-family: 'Kosugi Maru', sans-serif; */
  font-family: "メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif;
}

.container {
  max-width: 992px;
}

.row {
  margin: 0px;
  padding: 0px;
}

.row .col {
  padding: 0px;
}

/*-- HEADER -------------------------------------------------------*/
#header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-image: linear-gradient(#f3ec30,#ffffff00);
}

#header .container {
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: space-between;
}

#header .img-container {
  height: calc(211px * 0.45);
  width: calc(647px * 0.45);
  /* margin: 10px 0; */
}

#header .img-container-rhs {
  width: 40vw;
  height: 100%;
  cursor: pointer;
}

#quick-quote-popup {
  top: 80px !important;
  background-color: #f3ec30;
  width: 100%;
  font-size: 0px;
}

#quick-quote-popup .modal-content {
  padding: 4px !important;
  margin: 0px !important;
}

#quick-quote-popup .modal-content .quick-call {
  cursor: pointer;
  transition: all 1s;
  margin-right: 2px !important;
  padding: 0 !important;
  display: inline-block;
  width: calc(50% - 2px);
  box-sizing: border-box;
}

#quick-quote-popup .modal-content .quick-mail {
  cursor: pointer;
  transition: all 1s;
  margin-left: 2px !important;
  padding: 0 !important;
  display: inline-block;
  width: calc(50% - 2px);
  box-sizing: border-box;
  word-spacing: 0px;
}

#quick-quote-popup .modal-content .quick-call:hover {
  transform: scale(0.95);
}

#quick-quote-popup .modal-content .quick-mail:hover {
  transform: scale(0.95);
}

/*-- DESKTOP & TABLET MENU -------------------------------------------------------*/
#menu {
  position: relative;
  /* background-image: linear-gradient(#ffffff,#ffff005e); */
  background-image: linear-gradient(#ffffff,#ffff009f);
  border-bottom: solid 1px #0000005b;
  /* box-shadow: 0px 2px 3px #c9c5c5; */
  box-shadow: 0px 2px 0px #d5d5d5;
}

nav ul {
  display: flex;
}

nav ul li {
  flex: 1;
  text-align: center;
}

nav ul a {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3f3e3e;
  /* color: #0099ff; */
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

nav ul a:hover {
  background-image: linear-gradient(#ffffff,#ffff00f3);
  font-weight: 500;
}

/*-- MOBILE MENU -------------------------------------------------------*/
#mobile-menu {
  position: relative;
  display: flex;
  font-family: 'Kosugi Maru', sans-serif;
  padding: 5px 0px;
}

#mobile-menu .outer-border {
  border: 1px solid yellow;
  background-image: linear-gradient(135deg,#d6c913,#ecde11,yellow);
  flex: 1;
  height: 23vw;
  padding: 0;
  margin: 0 2px;
  border-radius: 17px;
  display: flex;
  cursor: pointer;
}

#mobile-menu .inner-border {
  border: 1px solid #ecde11; 
  height: calc(100% - 7px); 
  width: calc(100% - 7px);
  margin: auto;
  border-radius: 18px 18px 80px 18px; 
  background-image: linear-gradient(135deg, yellow,#ecde11,#d6c913);
  font-weight: 600;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  align-items: center;
  justify-content: center;
  color: #000000;
}

#mobile-menu .responsive-icon {
  width: 4.5rem;
  height: auto;
}

/*-- MAIN ---------------------------------------------------------*/
#main {
  background-color: #ffffff;
}

#main .container {
  padding-top: 20px;
}

/*-- SLIDER -------------------------------------------------------*/
.slider-container {
  display: flex;
  /* padding-top: 20px; */
}

.slider-side-image {
  flex: 4.3;
  height: 381px;
  margin-right: 0px;
  cursor: pointer;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}

.fade-in {
  animation: fadeIn 7.5s infinite alternate;
  opacity: 1;
}

@keyframes fadeIn { 
  0% { opacity: 0; z-index: -1000;}
  40% { opacity: 0; z-index: 1000;}
  80% { opacity: 1; z-index: 1000;}
  100% { opacity: 1; z-index: 1000;} 
}

.fade-out {
  animation: fadeOut 7.5s infinite alternate;
  opacity: 0;
}

@keyframes fadeOut { 
  0% { opacity: 1; z-index: 1000; }
  40% { opacity: 1; z-index: 1000; }
  80% { opacity: 0; z-index: 1000; }
  100% { opacity: 0; z-index: -1000; } 
}

.card, .front, .back {
  position: absolute;
  height: inherit;
  width: inherit;
}

div .card {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

.slider-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px !important;
  flex: 7.4;
}

.slider-row div {
	width: calc(100% * 4);
  height: auto;
  font-size: 0px !important;
  animation-name: side-slider;
	animation-duration: 48s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite ;
}

.slider-row img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	width: calc(100% / 4);
  height: auto;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

@keyframes side-slider {
	0% { transform: translateX(0px); }
	7.7% { transform: translateX(0px); }
	15.4% { transform: translateX(-25%); }
	23.1% { transform: translateX(-25%); }
	30.8% { transform: translateX(-50%); }
	38.5% { transform: translateX(-50%); }
	46.2% { transform: translateX(-75%); }
	53.9% { transform: translateX(-75%); }
	61.6% { transform: translateX(-50%); }
	69.3% { transform: translateX(-50%); }
  77.0% { transform: translateX(-25%); }
	84.7% { transform: translateX(-25%); }
  92.4% { transform: translateX(0px); }
  100% { transform: translateX(0px); }
}

/*-- FREE DIAL BANNER -------------------------------------------------------*/
.free-dial-banner {
  width: 100%;
  margin: 60px 0;
  font-size: 0px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 0px 10px 0px #00000099;
  -moz-box-shadow: 0px 0px 10px 0px #00000099;
  box-shadow: 0px 0px 10px 0px #00000099;
}

.free-dial-banner img {
  border-radius: 0.4rem;
}

/*-- FREE QUOTE BANNER -------------------------------------------------------*/
.free-quote-banner {
  width: 100%;
  margin: 60px 0;
  font-size: 0px;
  box-sizing: border-box;
  cursor: pointer;
}

.free-quote-banner .responsive-img {
  border-radius: 0.4rem;
}

/*-- CORONA BANNER -------------------------------------------------------*/
.corona-banner {
  width: 100%;
  margin: 60px 0;
  font-size: 0px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}

.corona-banner img {
  border-radius: 5px;
}

.service-instructions {
  width: 100%;
  margin: 60px 0 0 0;
  font-size: 0px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 10px;
 
}

.mt-25 {
  margin-top: 25px !important;
}

/*-- SECTION DIVIDER -------------------------------------------------------*/
.section-divider {
  width: 100%;
  background-color: #d5d5d5;
  height: 7px;
  margin: 15px auto 45px auto;
  max-width: 992px;
}


/*-- PAGE INTRO -------------------------------------------------------*/
#page-intro .container {
  margin-bottom: 60px;
  padding: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
  border: solid 1px #0099ff;
  border-radius: 5px;
}

#page-intro .container::before {
  content:"";
  background: -webkit-linear-gradient(-180deg,#0099ff50, #0099ff98,#0099ff,#0099ff50, #0099ff98);
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 50px;
}

#page-intro .container::after {
  content:"";
  background: -webkit-linear-gradient(-180deg,#0099ff50, #0099ff98,#0099ff,#0099ff50, #0099ff98);
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 50px;
}

#page-intro .container h1 {
  margin: 5px;
  font-size: 2rem;
  text-align: center;
  color: #0099ff;
  text-shadow: 0px 0px 4px #0099ff;
}

#page-intro .container p {
  margin: 0px;
  padding: 0px 10px 5px 10px;
  text-align: center;
}

/*-- MOBILE & DESKTOP SERVICES INTRO -------------------------------------------------------*/
#desktop-services {
  display: none;
}

#desktop-services .container {
  padding-top: 0px;
  overflow: hidden;
}

#mobile-services .container {
  padding-top: 0px;
  overflow: hidden;
}

#desktop-services .buttons-row {
  display: flex;
  padding: 10px 10px 0px 10px;
}

#mobile-services .buttons-row {
  display: flex;
  padding: 10px 10px 0px 10px;
}

#desktop-services .service-button-gap {
  flex: 0.4;
}

#mobile-services .service-button-gap {
  flex: 0.3;
}

#desktop-services .service-button {
  flex: 7;
  background-image: linear-gradient(-180deg,#0099ff50, #0099ff98,#0099ff);
  border-radius: 0px;    
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content:space-around;
  height: fit-content;
  padding: 0px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px #00000099;
  -moz-box-shadow: 0px 0px 10px 0px #00000099;
  box-shadow: 0px 0px 10px 0px #00000099;
}

#mobile-services .service-button {
  flex: 7;
  background: transparent;
  border-radius: 0px;    
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content:space-around;
  height: fit-content;
  padding: 0px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px #00000099;
  -moz-box-shadow: 0px 0px 10px 0px #00000099;
  box-shadow: 0px 0px 10px 0px #00000099;
}

/* #desktop-services .service-button img {
  border-radius: 5px;
} */

/* #mobile-services .service-button img {
  border-radius: 5px;
} */

#mobile-services .responsive-icon {
  width: 3rem;
  height: auto;
}

#desktop-services .responsive-icon-img {
  width: 100%;
  height: auto;
}

#mobile-services .responsive-icon-img {
  width: 100%;
  height: auto;
}

#mobile-services .service-button span {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.0rem;
  font-weight: bold;

}

.section-header {
  border-bottom: solid 1px #000; /*#d5d5d5;*/
  overflow: hidden;
}

.section-header span {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.section-header img {
  position: relative;
  float: right;
  width: 3rem;
  height: auto;
  bottom: -12px;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

.centered-arrow-down {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 4px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #036fbc;
}

.arrow-down {
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 4px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #036fbc;
}

.arrow-down-last-row-adjustement {
  margin-top: -8px;
}

.services-list-row {
  display: flex;
  padding: 0px 5px 0px 5px;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}

/* .services-list-row:last-of-type {
  margin-bottom: 0px;
} */

.service-list-gap {
  flex: 1;
}

.services-list {
  flex: 10;
  padding: 0px;
  opacity: 0;
  z-index: -9999;
}

.text-indent {
  text-indent: 20%;
}

.showListRow {
  max-height: 250px;
}

 .showList {
  opacity: 1;
  transition: all 1.0s ease-in-out;
  z-index: 99999;
}

.services-list a {
  display: block;
  padding-left: 14px;
  color:#0000ff;
  font-family: 'Kosugi Maru', sans-serif;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.services-list a::before {
  content: '▶';
  font-size: 11px;
  color: #ff0e06;
  border: solid 1px #141414;
  border-radius: 15px;
  padding: 2px 2px 2px 3px;
  margin-right: 6px;
}

.services-list a:hover {
  color: #0000ff67;
  padding-left: 22px;
}

/*-- PRICE LIST -------------------------------------------------------*/
#price-list .container {
  padding-top: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
}

.price-category {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  text-align: left;
}

.price-category:last-child {
  margin-bottom: 11px;
}

.price-category .enhanced-letter {
  font-size: 2.5rem;
  font-weight: 400;
  padding-left: 10px;
  white-space: nowrap;
}

.price-category .normal-letter {
  font-size: 1.5rem;
  white-space: nowrap;
}

.price-category img {
  position: relative;
  float: right;
  width: 2.0rem;
  height: auto;
  bottom: -27px;
  transition: all 0.55s ease-in-out;
  cursor: pointer;
}

.price-category p {
  margin: 0;
  padding: 10px 10px;
}

.category-panel {
  max-height: 0px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.expand-panel {
  max-height: 1000px;
  opacity: 1;
}

.rotate-image-180 {
  transform: scaleY(-1);
}

.underlined-cat-mizu::after {
  content: "";
  background: -webkit-linear-gradient(left, #d5edec 0%, #d5edec 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-mizu {
  color: #5ac4bd;
}

.price-subcategory-mizu {
  margin: 10px 10px 10px 10px;
  padding: 10px 0 5px 10px;
  border: solid 3px;
  border-radius: 5px;
  position: relative;
  color: #5ac4bd;
}

.price-subcategory-mizu::after {
  content: 'お得な水まわりセット下記から';
  position: absolute;
  background-color: #ffffff;
  top: -15px;
  left: 10px;
  padding: 0 5px;
  font-size: 1.1rem;
  font-weight: 500;
}

.price-item {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}

.price-item a {
  background: #ffffff;
  position: relative;
  z-index: 3;
  font-weight: 500;
  color: inherit;
}

.price-item span {
  background: #ffffff;
  position: relative;
  z-index: 3;
  padding-left: 10px;
  font-weight: 400;
  color: #3e3f41;
}

.cat-mizu a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #d5edec;
  bottom: 4px;
}

.cat-aircon {
  color: #f1709d;
}

.cat-aircon a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #fce0e0;
  bottom: 4px;
}

.underlined-cat-aircon::after {
  content: "";
  background: -webkit-linear-gradient(left, #fce0e0 0%, #fce0e0 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-highpressure {
  color: #8dd8f9;
}

.cat-highpressure a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #d6f0fb;
  bottom: 4px;
}

.underlined-cat-highpressure::after {
  content: "";
  background: -webkit-linear-gradient(left, #d6f0fb 0%, #d6f0fb 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-other {
  color: #faaf18;
}

.cat-other a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #f8f4a3;
  bottom: 4px;
}

.underlined-cat-other::after {
  content: "";
  background: -webkit-linear-gradient(left, #f8f4a3 0%, #f8f4a3 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-diy {
  color: #bdbcdf;
}

.cat-diy a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #e4e3f1;
  bottom: 4px;
}

.underlined-cat-diy::after {
  content: "";
  background: -webkit-linear-gradient(left, #e4e3f1 0%, #e4e3f1 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-lawn {
  color: #8bc63e;
}

.cat-lawn a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #dfedcb;
  bottom: 4px;
}

.underlined-cat-lawn::after {
  content: "";
  background: -webkit-linear-gradient(left, #dfedcb 0%, #dfedcb 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

.cat-exterior {
  color: #fab04a;
}

.cat-exterior a::after {
  content: "　..........................................................."
 "...................................................................."
 "....................................................................";
  position: absolute;
  z-index: 1;
  color: #dfedcb;
  bottom: 4px;
}

.underlined-cat-exterior::after {
  content: "";
  background: -webkit-linear-gradient(left, #fedfad 0%, #fedfad 100%);
  display: block;
  height: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 50px;
}

#price-list .collapsible {
  box-shadow: none;
  border: none;
}

#price-list .collapsible-header {
  padding: 0;
  border: none;
  border: solid 1px #d5d5d5;
  border-radius: 5px;
  height: 60px;
  padding: 5px 0;
}

/*-- FAQ -------------------------------------------------------*/
#faq .container {
  padding-top: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
}

.faq-row {
  font-family: 'Kosugi Maru', sans-serif;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #6c6d6e;
}

.faq-row:last-child{
  margin-bottom: 0px;
}

.faq-question {
  background-image: url('../img/faq-question.png'); 
  background-repeat: no-repeat;
  background-size: 1.45rem;
  padding-left: 30px;
  margin-bottom: 5px;
}

.faq-questions::after, .faq-answers::after {
  content: ' ..................................................................................................................';
}

.faq-answer {
  background-image: url('../img/faq-answer.png'); 
  background-repeat: no-repeat;
  background-size: 1.45rem;
  margin-left: 30px;
  padding-left: 30px;

}

/*-- BOOKINGS -------------------------------------------------------*/
#bookings .container {
  padding-top: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
}

/*#region THE CALENDAR */
#theCalendar {
  width: 100%;
  border: 1px #678311 solid;
  border-top-width: 0.4rem;
  border-top-color:#90bd04;
  margin: 1rem 0;
  color:#909724;
  background-color: #e5f3b9;
  font-size: 1.0rem;
}

.calendarNav {
  padding: 0.5rem 6.25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px #678311 solid;
}
#prevMonth, #nextMonth {
  cursor: pointer;
}

#currentMonth {
  text-align: center;
}

.calendarWeekDays {
  margin: 0.75rem 0.75rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color:#9bc262;
}

.calendarMonth {
  margin: 0 0.75rem 0.75rem;
  border: 1px #678311 solid;
}

#calendarDays {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

#calendarDays div {
  padding: 0.5rem 0;
  width: 14.2857%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-width: 0;
  border-color:#678311;
  border-style: solid;
  color:#b6e26c;
  position: relative;
}
#calendarDays div.active {
  background-color: #fff;
  color:#909724;
}
#calendarDays div.hide {
  display: none !important;
}
#calendarDays div:hover {
  background-color: #e5f3b9;
}

#calendarDays div:focus {
  background-color: #e5f3b9;
}

#calendarDays div:focus::after {
  content:' ';
  position: absolute;
  display: flex;
  border: 1px solid #678311;
  height: 1.5rem;
  width: 40%;
}

#calendarDays div.today::before {
  content:'';
  position: absolute;
  top: 75%;
  border: 1px solid #678311;
  width: 35%;
}

.bor-top { border-top-width: 1px !important; } 
.bor-right { border-right-width: 1px !important; } 
.bor-bottom { border-bottom-width: 1px !important; } 
.bor-left { border-left-width: 1px !important; } 


/*#endregion THE CALENDAR */



.datepicker-date-display{
  display: none;
}

.datepicker-container.modal-content {
  background-color: #d8b7b4 ;
}

.datepicker-table-wrapper{
  background-color: #ffffff !important;
}

.datepicker-controls .select-wrapper input{ /*} .select-wrapper input.select-dropdown{*/
  color: #ffffff;
  margin-bottom: 1px !important;
}

.datepicker-clear, .datepicker-cancel, .datepicker-done{
  color: #ffffff;
  font-weight: bold;
}

.datepicker-table td.is-selected{
  background-color: #d8b7b4 ;
}

.datepicker-table abbr{
  color: #d8b7b4;
}

.month-prev svg, .month-next svg{
  fill: #ffffff;
}

.dropdown-content.select-dropdown{
  color: #d8b7b4 !important;
}

.dropdown-content li>a, .dropdown-content li>span{
  color: #d8b7b4 !important;
}

.select-wrapper .caret{
  fill: #d8b7b4 !important;
}


@supports not (-webkit-touch-callout: none) {
  #time2, #time3 {
    /* -webkit-appearance: none !important; */
    height: 24px !important;
    font-size: 14px !important;
    /* font-size: 22px !important; */
    border-radius: 2px !important;
    line-height: 14px;
    /* line-height: 22px; */
    width: fit-content;
  }
}


#time2, #time3 {
  display: inline-block;
  border-radius: 4px;
  font-size: 100%;
  height: 28px;
  width: 30%;
  border: solid 1px #858585;
}

/*-- LATEST NEWS -------------------------------------------------------*/
#news .container {
  padding-top: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
}

#news .news-row {
  /* display: flex; */
  font-family: 'Kosugi Maru', sans-serif;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: #d5d5d5 1px dashed;
  /* display: inline-flex;
  flex-direction: row;
  justify-content:space-between; */
}

#news .news-date {
  white-space: nowrap;
  color: #fff;
  background-color: #90c320;
  padding: 2px 6px 1px 6px;
  float: left;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0px;
}

#news .news-content {
  margin-top: 0;
  margin-bottom: 0px;
  padding: 2px 0px 1px 0px;
  text-align: left;
}

#news .news-content a:hover {
  text-decoration: underline;
}

/*-- QUICK QUOTE -------------------------------------------------------*/
#quick-quote .container {
  padding-top: 0px;
  overflow: hidden;
  font-family: 'Kosugi Maru', sans-serif;
}

#quick-quote form {
  /* border-top: solid 3px #3330f3;
  border-bottom: solid 3px #3330f3; */
  padding: 0;
}

#quick-quote .entry-row {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-top: solid 1px #ccc;
  padding: 25px 0;
}

#quick-quote .entry-row:nth-child(even) {
  background-color: #F6F7F9;
}

#quick-quote .entry-row-display-default {
  width: 100%;
  border-top: solid 1px #ccc;
  background-color: #FFFFFF;
  padding: 25px 0;
}

#quick-quote .entry-row-display-default label {
  white-space: nowrap;
}

#quick-quote .entry-row-display-default span {
  margin-bottom: 5px;
}

.checkboxes-container {
  padding: 0 200px 0 200px;
}

.input-label::before {
  content: '必須';
  background-color: red;
  color: #ffffff;
  line-height: 1rem;
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 140px;
}

.no-before::before {
  content: '　　' !important;
  background-color: transparent !important;
}

.entry-row input {
  margin-left: 10px;
}

.entry-row textarea {
  margin-left: 10px;
  width: 250px;
  height: 150px;
  resize: none;
}

#quick-quote .buttons-row {
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 25px 0 0 0;
  text-align: center;
}

#outcomeDiv {
  margin-top: 20px;
  display: none;
}

/*-- FOOTER -------------------------------------------------------*/
#footer {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  background:#fff;
  box-shadow: 0px -2px 0px #d5d5d5;
  margin-top: 100px;
}

#footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

#footer .logo-container {
  /* height: calc(211px * 0.40);
  width: calc(647px * 0.40); */
  vertical-align: middle;
  flex: 3;
}

#footer .company-details {
  flex: 3;
  padding-left: 15px;
  display: flex;
  align-items: center;
  
}

/* #footer .company-details span {
  
} */

#footer .company-details span a {
  display: flex;
  align-items: center;
  color: #6e6e6e;
  font-size: 1rem;
  padding-bottom: 5px;
  white-space: nowrap;
}

#footer .company-details span a img{
  width: 20px;
}

#sns{
  margin: 0 0 10px 0;
  text-align: center;
  font-size: calc(10px + 1vw);
  font-weight: bold;
}

#sns img {
  width: calc(45px + 1vw);
  height: auto;
  /* margin: 0 5px; */
  /* padding: 30px; */
  /* border: solid 1px gray; */
  /* border-radius: 50px; */
}

#copyright {
  padding: 10px 0px 20px 0px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: #6e6e6e;
}

#footer .policies a {
  color: #cacaca;
  margin: 5px;
}

#footer .policies a:hover {
  text-decoration: underline;
}


/*-- ADDITIONAL CSS -------------------------------------------------*/ 
.no-shadows {
  box-shadow: none;
}

/* .no-wrap {
  white-space: nowrap !important;
  text-overflow: ellipsis;
} */

.bg-transparent {
  background-color: transparent !important;
  box-shadow: 0px !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-pinkish {
  background-color: #ffeeec !important;
}

.bg-light-grey {
  background-color: #F6F7F9;
}

.no-border-top {
  border-top: none !important;
  padding-top: 0px !important;
}

.side-borders-fading {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  /* -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%; */
  /* -webkit-border-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
  -o-border-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%; */
  border-image: linear-gradient(to top, #0000005b, #00000000) 0 50%;
}

.displayNone {
  display: none !important;
}

/*-- CUSTOM MARGINS & PADDINGS ------------------------------------------*/
.pt-30-i {
  padding-top: 30px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-5 {
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

/* .text-bold {
  font-weight: normal;
  text-shadow:0px 0px 1px black;
} */

[type="checkbox"].reset-checkbox,
[type="checkbox"].reset-checkbox:checked,
[type="checkbox"].reset-checkbox:not(checked) {
  opacity: 1;
  position: relative;
}

[type="checkbox"].reset-checkbox+span::before,
[type="checkbox"].reset-checkbox+span::after,
[type="checkbox"].reset-checkbox:checked+span::before,
[type="checkbox"].reset-checkbox:checked+span::after {
  display: none;
}

[type="checkbox"].reset-checkbox+span:not(.lever) {
  padding-left: 0px;
  padding-right: 10px;
  color:rgb(44, 113, 241);
}

/*-- SERVICE PAGE ---------------------------------*/
.service-page-header {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

.service-page-header .container {
  padding-top: 0 !important;
}

.service-page-navigation {
  font-family: 'Kosugi Maru', sans-serif;
  color: #4375b7;
  font-size: calc(7px + 0.5vw);
}

.service-page-navigation a:hover {
  color: #01447e;
  text-decoration: underline;
}

.service-page-height { 
  min-height: 100vh; 
}

.service-page-section { 
  margin-top: 2rem;
  width: 100%;
  /* border: solid 1px #4375b7; */
  font-family: 'Kosugi Maru', sans-serif; 
}

.service-page-section-header {
  width: 100%;
  color: #ffffff;
  background-color: #4375b7;
  line-height: 1;
  padding: 0.5rem; 
  font-size: calc(10px + 1vw); 
}

.service-page-section-container {
  padding: 0.5rem; 
}

.service-page-section-service-header { 
  font-size: calc(10px + 0.75vw); 
}

.service-page-section-service-header::before {
  content: '■';
  color: #ffee00;
  padding-right: 8px;
}

.service-page-section-service-container {
  display: flex; 
}

.service-page-section-service-details {
  flex: 1 1 75%;
  padding-top: 10px;
  border-top: solid 1px #000;
}


.service-page-section-service-details-h {
  flex: 1 1 75%;
  padding-top: 10px;
  border-top: solid 1px #000;
}

.service-page-section-service-gap {
  flex: 1 1 5%;
}

.service-page-section-service-photo {
  flex: 1 1 20%;
  margin: 0;
}

.service-page-section-service-photo-h {
  flex: 1 1 20%;
  margin: 0;
}

.service-page-section-service-photo img, .service-page-section-service-photo-h img { 
  display: block;
  width: 100%; 
}

.service-page-section-service-details-row { 
  font-size: calc(9px + 0.5vw);
  padding-bottom: 5px;
  display: flex;
}

.service-page-section-service-details-row-h { 
  font-size: calc(9px + 0.5vw);
  padding-bottom: 5px;
  display: flex;
}

.service-page-section-service-details-row:last-child, .service-page-section-service-details-row-h:last-child {
  padding-bottom: 0;
}

.service-page-section-service-details-row .lhs, .service-page-section-service-details-row-h .lhs {
  flex: content;
  white-space: nowrap;
  text-align: left;
}

.service-page-section-service-details-row .colon, .service-page-section-service-details-row-h .colon {
  flex: content;
  text-align: left;
}