/*
Template:welcart_basic
Theme Name:welcart_basic-child
*/

.search-box {
	display: none;
}

.b-left {
  border-left: 5px solid #1B6E24;
  padding-left: 10px
}

.bg-green {
  background-color: #0644A9;
}

.bg-blue {
  background-color: #000080;
}

.bg-dark-green {
  background-color: #1B6E24;
}

/* -- .site-title -- */
h1.site-title, div.site-title {
	font-family: var(--bs-font-sans-serif);
    clear: none;
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em .6em 1em .4em;
    float: left;
    line-height: 1em;
    text-align: center;
}

h1.site-title a,
div.site-title a {
    color: #0644A9;
}

.site-description {
	display: none;
}
/* -- End: .site-title -- */

/*　-- Navigation menu Component　-- */
header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	background-color: #FFF;
}	

#site-navigation li a {
	color: #000;
	border-bottom: initial;
	text-decoration: underline;
}

#site-navigation ul li:first-child {
    border-left: none;
}

#site-navigation li {
    border-right: none;
}

#site-navigation label span {
    padding: 0.2em 0.5em 0 0em;
}

#site-navigation label span:before {
	font-family: FontAwesome;
	font-weight: 400;
    content: "\f0c9";
	color: #0644A9;
	font-size: 2.6em;
	padding-bottom: 0.2em;
}

.nav-menu-open.show {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.nav-menu-open.show:before {
	animation: nav-menu-open 0.2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@keyframes nav-menu-open {
	100% {
	transform: translateY(100%);
	}
}
/*　-- End: #Navigation menu Component　-- */

/* -- ラインで送るボタン -- */
#line-btn-area p{
	margin: 0;
}
/* -- End: ラインで送るボタン -- */

/* -- footer -- */
.pcr-footer {
	font-family: system-ui;
}

.pcr-container {
  max-width: 1100px!important
}

footer {
  background: url("../../../../img/bg-footer.jpg") no-repeat;
  background-size: cover;
  padding: initial;
  color: initial;
  border-top: #ECECEC solid 1px;
}

footer a {
	color: black;
}
footer a:hover {
	text-decoration: none;	
	color: #475BB3;
}

footer a.tel {
  text-decoration: none;
  font-size: 30px;
  color: #4C9955;
  font-weight: bold
}

footer a.tel span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 10px;
  font-size: 20px
}

footer > .py-6 {
    padding-top: 4.5rem!important;
    padding-bottom: 4.5rem!important;
}

footer > .py-md-8 {
	padding-top: 3.0rem!important;
	padding-bottom: 3.0rem!important;
}

footer p.business-hours {
  color: #4C9955;
  font-size: 20px;
  font-weight: bold
}

footer > .h2, h2 {
    font-size: calc(1.305rem + 0.66vw)!important;
}
/* -- End: footer -- */

/* 
 * Contact Form7 Plugin CSS Style 
 */
#contact-main-bnr-block {
    width: 99vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#contact-main-bnr-block div.title-area {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.4)
}

#contact-main-bnr-block div.title-area h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff
} 

#contact-container {
	width: 100%;
	font-family: var(--bs-font-sans-serif);
	font-size: 13px;
}

#contact-container #inquirer,
#contact-container #postalcode,
#contact-container #address1,
#contact-container #address2,
#contact-container #company-name,
#contact-container #email-address,
#contact-container #phone-number,
#contact-container #inquiry-string,
#contact-container #inquiry-submit-btn{
	width: 100%;
}

#inquirer-category label{
	padding-right: 45px;
}

#contact-content {
	padding-top: 2em;
}
/* End: Contact Form7 Plugin CSS Style */


/* =Desktop Small 1200px CSS Style 
--------------------------------------*/
@media screen and (min-width: 1200px){
	/* -- footer -- */
	footer > .h2, h2 {
			font-size: 1.8rem!important;
	}
}
/* End: Desktop Small 1200px CSS Style */

/* Desktop Small 1000px CSS Style
--------------------------------------*/
@media screen and (min-width: 1000px) {
	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		font-size: 1.8em;
		padding: 1em 0 0.5em 0;
		text-align: left;
	}

	/* -- #site-navigation -- */
	#site-navigation li a {
		color: #000;
		text-decoration: none;
	}
	
	#site-navigation li a:hover {
		color: #000;
		background-color: initial;
		text-decoration: underline;
	}

	#site-navigation li.current_page_item a, 
	#site-navigation li.current-menu-parent a {
		background-color: initial;
	}

	/* -- footer -- */
	footer {
		clear: both;		
		color: black!important;
		background-color: initial;
	}
}
/* End: Desktop Small 1000px CSS Style */

/* Desktop Large 999px CSS Style
--------------------------------------*/
@media screen and (max-width:999px) {
	.nav-menu-open {
	  background-color: #0644A9!important;
	}

	#site-navigation ul li:first-child {
		border-left: none;
	}

	#site-navigation li {
		border-left: 10px solid white!important;
		border-top: 2px solid white!important;
		border-bottom: 2px solid white!important;
		border-right: 10px solid white!important;
	}

	#site-navigation li a {
		color: #FFF;
		border-bottom: initial;
		text-decoration: none;
		padding: 1.0em 0 1.0em 0.8em;
		margin-bottom: 0;
	}
	
	#site-navigation li a:after {
		content: "";
		position: absolute;
		right: 5%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 0.5em;
	}

	#site-navigation ul {
		padding: 0;
		margin-bottom: 0;
	}

	.snav {
		padding-top: 4.07143em;
	}
}
/* End: Desktop Large 999px CSS Style */

/* Desktop Large 767px CSS Style */
@media (max-width:767px) {

	/* -- .site-title -- */
	.site-title{
		display: initial;
	}

	/**
	 * Contact Form7 Plugin CSS Style
	*/
	#contact-main-bnr-block div.title-area {
	-webkit-transform: translateY(-50%) translateX(-30%);
	-ms-transform: translateY(-50%) translateX(-30%);
	transform: translateY(-50%) translateX(-30%);
	width: 100%
	}

	#contact-main-bnr-block div.title-area h1 {
	font-size: 1.2rem
	}
	/* End: Contact Form7 Plugin CSS Style */
	
	/* -- footer -- */
	footer {
		background: url("../../../../img/bg-footer-sp.png") no-repeat;
		background-size: cover
	}
	
	footer > .py-md-8 {
		padding-top: 2rem!important;
	    padding-bottom: 2rem!important;
	}
}
/* End: Desktop Large 767px CSS Style */