/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1771678063
Updated: 2026-02-21 21:47:43

*/

body {
	background: #fff;
}
ul {margin: 0;}
.no-underline, .no-underline a {
	text-decoration: none!important;
}
/* header css */
header {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	z-index:999;
}
header .head_inner {
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 15px 5%;
	margin: auto;
}
.head_inner ul {
	list-style: none;
}

header .menu {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}
header .menu a {
	padding: 5px 10px;
}
#absolute_header {
    margin-top: 10px;
}
#absolute_header .logo {
	width: 100px;
}
#absolute_header ul a {
	color: #fff;
	transition: all ease .3s;
}
#absolute_header ul a:hover {
	color: #ddd;
}
#sticky_header {
	position: fixed;
	width: 90%;
	max-width: 1340px;
	top:0;
	left: 0;
	right: 0;
	margin: -100px auto;
	backdrop-filter: blur(5px);
    opacity: 0;
    transition: all ease 0.5s;
}
#sticky_header .logo {
	width: 80px;
}
#sticky_header.visible {
  opacity: 1; 
  margin: 20px auto;
}
#sticky_header .head_inner {
	background: rgba(255, 255, 255, 0.8);
}
#sticky_header ul a {
	color: #222;
	transition: all ease .3s;
}
#sticky_header ul a:hover {
	color: #83705A;
}
.im-angle-right-circle {
	margin-top: 4px;
}
.btn_icon24 .im-angle-right-circle:before {
	font-size: 24px;
	line-height: 28px;
}
.elementor-button-content-wrapper {
	align-items: center;
}
.backdrop_blur {
	backdrop-filter: blur(5px);
}
#footer a.jltma-nav-menu__dropdown-item.menu-link {
	padding: 12px;
}
/* Top Page */
.contact_card {
	transition: all ease .5s;
}
.contact_card:hover {
	background: #EDF2FA;
	box-shadow: 0 4px 8px rgba(17,34,217,.1);
}
.service_slider b {
    margin-right: 8px;
    color: #1944B0;
}
.service_slider .jltma-swiper__slide {
    border:1px solid #D8E5FA;
}
.service_slider .team-slider-image {
	width: 100%;
}

/* Sub Page */
#contact_form input[type="text"], #contact_form input[type="tel"], #contact_form input[type="email"] {
    height: 40px;
}
#contact_form input[type="text"], #contact_form input[type="textarea"], #contact_form input[type="tel"], #contact_form input[type="email"] {
	font-size:16px;
}
#contact_form .wpcf7-form-control-wrap {
    margin-top: 8px;
}
@media screen and (min-width:769px) {
	/*PC*/
	.menuBar {
		display:none;
	}
	.service_slider {
    	flex-grow: 1;
    	margin: auto;
    	min-width:700px!important;
    
	}
}
@media screen and (max-width: 768px) {
	/* Tablet*/
	header .logo {
		width: 100px;
	}
	.menuBar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 5px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.menuBar span {
		display: block;
		width: 100%;
		height: 1px;
		transition: all ease .5s;
	}
	.bar_wht span {
		background: #fff;
	}
	.bar_blk span {
		background: #222;
	}
	.menuBar.open span:nth-child(1) {
		transform: rotate(45deg) translate(4px, 4px);
	}
	.menuBar.open span:nth-child(2) {
		opacity: 0;
	}
	.menuBar.open span:nth-child(3) {
		transform: rotate(-45deg) translate(4px, -4px);
	}
	#nav1 {
		position: absolute;
		top: 80px;
		right: 0;
		opacity: 0;
		transition: all ease .5s;
		flex-direction: column;
		align-items: end;
		gap: 12px;
	}
	#nav1.open {
		opacity: 1;
		right: 5%;
	}
	#nav2 {
		opacity: 0;
        flex-direction: column;
		align-items: stretch;
		gap: 12px;
        position: fixed;
        top: 80px;
        right: 0;
        width: 0;
        background: rgba(255, 255, 255, .9);
        padding: 30px 0;
        overflow: hidden;
		transition: all ease .5s;
	}
	#nav2.open {
		opacity: 1;
		width: 280px;
	}
	#nav2 a {
		display: block;
		text-align: center;
		white-space: nowrap;
	}
}
@media screen and (min-width: 515px) {
	/* Tablet*/
	.sp {
		display: none;
	}
}
@media screen and (max-width: 514px) {
	/*Mobile*/
	.sp {
		display: block;
	}
	#absolute_header .logo {
		width: 130px;
	}
	header .logo {
		width: 80px;
	}
	#nav2.open {
		width: 100%;
	}
	.btn_icon24 .im-angle-right-circle:before {
		font-size: 22px;
		line-height: 22px;
	}
}