@charset "utf-8";

.header-inner {
    padding: 0;
}
header {
    font-family: 'Noto Sans JP', sans-serif!important;
}
	/**************-1025px***************/
	@media screen and (min-width: 1025px) {

		header #header-link{
		    position:
		    absolute;
		    right: 60px;
		    top: 0px;
		    height: 42px;
		    margin: 0;
		    bottom: auto;
		}

		header #header-link li:nth-child(-n+4) a{
		    border:
		    none;
		    color: var(--h_font-color01);
		    padding-left: 20px;
		    height: auto;
		    line-height: 1.3em;
		}

		header #header-link li:nth-child(-n+4) a:hover{
			opacity:0.7;
			background: transparent;
		}
		header #header-link li.footer-favo{
			margin-right: 10px;
		}

		header .favo_count{
		    background: var(--h_font-color01);
		    color:var(--h_main-color01);
		    top: -6px;
		    right: -10px;
		}

		header #header-link li a::before {
      content: "";
			width:16px;
			height:16px;
			left: 0px;
			top: 50%;
			transform: translate(0%,-50%);
			position: absolute;
			margin-right: 0;
		}
	}


/* customize
---------------------------------------------------------------------------- */

header div#header-title h1#company-page-h1 {
	color: var(--h_font-color01);
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

header #header-link li{
	margin-left: 20px;
}
#header-link ul{
	height:auto;
}
header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header-main {
	width: 240px;
	margin: 0 10px 0 42px;
	padding: 12px 0;
}
#header-menu {
	width: calc(100% - 292px - 80px);
	border: none;
	position: relative;
	padding:10px 0;
}
div#header-logo {
	margin: 0;
	width: 100%;
	flex-basis: 100%;
}
div#header-logo img{
	display:block;
	width: 100%!important;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
ul#header-nav-items .header-nav-item {
	width: auto;
	min-width: 0;
}

ul#header-nav-items {
	justify-content: flex-end;
	flex-wrap: wrap;
}
#header-nav .header-nav-item>a, #header-nav .header-nav-item>span{
	padding: 3px 0;
	margin-right: 40px;
}
#header-nav .header-nav-item p, #header-nav .header-nav-item>a span{
	font-size:16px;
	position: relative;
	font-weight: 500;
	display: block;
	font-family: 'Noto Serif JP', serif;
}

header div#header-title {
    background: var(--h_main-color01);
    max-width: 100%;
    padding: 10px 60px;
    width: 100%;
}

#category-list-btn {
    display: none;
}

nav.header-nav-child {
    position: absolute;
    top: 40px;
}

nav.header-nav-child .nav-child{
	box-sizing: border-box;
	bottom: 0;
	transform: translateX(-19%);
	z-index:2;
	position: absolute;
	width: 220px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
	border-radius: 4px;
	height: fit-content;
}

li.child-item{
	color:#000;
	width: 100%;
	border: 0;
}
ul.child-items {
    width: 100%;
    padding: 30px;
}
.icon-triangle{display:none;}

#header-nav .header-nav-item p::before,
#header-nav .header-nav-item span::before{
	border-bottom: 2px solid var(--h_border-color);
	position:
	absolute;
	content:
	'';
	width:0;
	bottom: -2px;
	left:0;
	transition:.4s;
}
#header-nav .header-nav-item span.topcell::before{display: none;}

#header-nav .header-nav-item:hover p::before,
#header-nav .header-nav-item:hover span::before{
  width:100%;
}

#header-menu .child-item a{
    font-size: 15px;
    margin-bottom: 1em;
    padding: 0;
}

#header-menu .child-item:last-child a{
    margin-bottom: 0;
}
#header-menu .child-item a:hover{
    background:#fff;
	opacity:0.6;
}
nav#header-nav {
    max-width: 100%;
}

#header-nav .header-nav-item:hover p{
	color:#000;
}

	/**************-1600px***************/
	@media screen and (max-width:1600px){
		#header-nav .header-nav-item>a, #header-nav .header-nav-item>span{
		    margin-right: 2.4vw;
		}
	}

	/**************-1025px***************/
	@media screen and (min-width:1025px){
		header li.footer-tel{
			display:none;
		}
		header div#header-title h1#company-page-h1 {
			width: calc(100% - 480px);
		}
	}

  /**************1025px-1280px***************/
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
  	#header-link li:nth-child(-n+4) a {
  	    padding: 0 10px 0 20px;
  	    width: auto;
  	}
		header #header-link{
		    right: 20px;
		}
  }

	/**************-1024px***************/
	@media screen and (max-width:1024px){
    header #header-link li{
    	margin-left: 5px;
      margin-right: 5px;
    }
		header div#header-title {
		    padding: 10px 20px;
		}
		#header-nav .header-nav-item p, #header-nav .header-nav-item>a span{
			font-size:14px;
		}
		#header-nav .header-nav-item>a, #header-nav .header-nav-item>span{
			margin-right: 16px;
			padding: 0;
		}
		#header-main {
			width: 140px;
			margin: 0 10px 0 20px;
			padding: 8px 0;
		}
		#header-menu {
			width: calc(100% - 174px - 80px);
		}
		#header-menu ul.child-items {
		    width: 100%;
		    padding: 20px;
		}
		#header-menu nav.header-nav-child .nav-child{
			transform: translate(-28%);
			width: 200px;
		}
		#header-menu .child-item a{
		    font-size: 13px;
		}
	}
	/**************-768px***************/
	@media screen and (max-width: 768px) {
		header div#header-title {
		    padding: 4px 20px;
		}
    #header-main {
			width: 120px;
			padding: 7px 0;
		}
		#header-menu {
			display:none;
		}
	}
  /**************-480px***************/
	@media screen and (max-width: 480px) {
    #header-main {
			padding: 9px 0;
			margin: 0 5px;
		}
	}




/* common
---------------------------------------------------------------------------- */
#header-orig{font-family: 'Noto Serif JP', serif;ont-feature-settings: "pkna";}
#header-orig h2,
#header-orig h3,
#header-orig h4,
#header-orig h5,
#header-orig p{
	margin:0;
	padding:0;
	border-radius:0;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#header-orig a{text-decoration: none;display: block;}
#header-orig .cw__img{overflow:hidden;}
#header-orig img{width:100%;height:auto;display:block;}
#header-orig a:hover .cw__img img{transform:scale(1.1);}
#header-orig .span-br{display: inline-block;}
#header-orig .pc-none{display: none;}
#header-orig .sp-none{display: block;}
	/**************-1024px***************/
	@media screen and (max-width:1024px){
	}
	/**************-768px***************/
	@media screen and (max-width: 768px) {
	  #header-orig .pc-none{display: block;}
	  #header-orig .sp-none{display: none;}
	}
	/**************-560px***************/
	@media screen and (max-width: 560px) {
	}


/* header__right
---------------------------------------------------------------------------- */

#header-orig .header__right{
	transition: .3s;
	z-index: 3;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
}

#header-orig .header__right.is_menu_active{
	z-index: 10;
}

#header-orig .header__right .header__right-btn{
    cursor: pointer;
    width: 80px;
    display: block;
    height: 80px;
    border: none;
    -webkit-appearance: none;
    position:
    relative;
    z-index: 3;
    transition:.4s;
}
#header-orig .header__right .header__right-btn:hover{
    background: var(--h_sub-color);
}
#header-orig .header__right .header__right-btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    height: 2px;
    background: var(--h_main-color02);
    width: 30px;
    transform: translateX(-50%);
}
#header-orig .header__right .header__right-btn span:nth-of-type(1) {
  top: 40%;
}
#header-orig .header__right .header__right-btn span:nth-of-type(2) {
  top: 50%;
  width: 18px;
  left: 43%;
}
#header-orig .header__right .header__right-btn span:nth-of-type(3) {
  top: 60%;
}

/*activeクラスが付与されると線が回転して×に*/
#header-orig .header__right.is_menu_active .header__right-btn span:nth-of-type(1),
#header-orig .header__right.is_menu_active .header__right-btn span:nth-of-type(3){
    top: 50%;
    width: 35%;
    background-color: #fff;
}
#header-orig .header__right.is_menu_active .header__right-btn{
	background: transparent;
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
}
#header-orig .header__right.is_menu_active span:nth-of-type(1) {
    transform: translate(-50%,-50%) rotate(-45deg);
}
#header-orig .header__right.is_menu_active span:nth-of-type(2) {
    opacity:0;
}
#header-orig .header__right.is_menu_active span:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(45deg);
}
#header-orig .header__right-menu{
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(101%);
    z-index: 7;
    background-color: var(--h_main-color02);
    transition: .3s ease-out;
    box-sizing: border-box;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100vh;
    width: 80%;
    padding-right: 16px;
}

#header-orig  .header__right.is_menu_active .header__right-menu{
    transform: translateX(0);
}

#header-orig .header__right-main {
    box-sizing: border-box;
    margin-bottom: 30px;
    position:relative;
}
#header-orig .header__right-menu >.-inner{
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 40px;
    margin-top: 80px;
    position: relative;
    transition: .4s;
}
#header-orig .header__right-menu.headerScroll >.-inner{
    margin-top: 50px;
}
#header-orig .header__right-menu >.-inner::-webkit-scrollbar{
   width: 10px;
}
#header-orig .header__right-menu >.-inner::-webkit-scrollbar-track{
   background-color: rgba(255,255,255,0);
}
#header-orig .header__right-menu >.-inner::-webkit-scrollbar-thumb{
   background-color: rgba(255,255,255,0.4);
	border-radius:30px;
  background-clip: padding-box; /* 背景を切り取る */
}
#header-orig .header__right-contact{
    padding: 20px;
    background: var(--h_bg-color02);
    text-align:
    center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: auto;
    border-radius: 8px;
}
#header-orig .header__right-contact p{
    color: #fff;
    font-size: 14px;
}
#header-orig .header__right-contact a.tel-link p{
	font-size:30px;
	position:
	relative;
	font-weight:
	bold;
	padding-left: 10px;
}
#header-orig .header__right-contact a.tel-link:hover{
	opacity:0.7;
}
#header-orig .header__right-menu h3{
	font-size: 18px;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 4px;
	margin-top: 40px;
}
#header-orig .header__right-menu h3:first-child{
	margin-top: 0px;
}
#header-orig .header__right-menu li{
    width: 100%;
}
#header-orig .header__right-menu li p{
	color: #fff;
	font-size: 16px;
	padding-bottom: 6px;
}
#header-orig .header__right-menu li a p{
	position:
	relative;
	padding-left: 16px;
}
#header-orig .header__right-menu li a:hover{
	opacity:0.7;
}
#header-orig .header__right-menu li a p::before{
  position:
  absolute;
  content:
  '';
  width: 4px;
  height: 4px;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  top: 0.5em;
  left:0;
  transform: rotate(-45deg);
}
#header-orig .header__right-menu .-inner > li a p{
	margin-left: 1.5em;
	font-size: 15px;
}
#header-orig .header__right-menu .-inner > li a p::before{
	position:
	absolute;
	content:
	'';
	width: 4px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 50%;
	top: 0.7em;
	left: 0;
	border: none;
}
#header-orig .header__right-menu  ul{
    flex-wrap:
    wrap;
    justify-content: flex-start;
}
#header-orig .header__right-menu ul.-inner{
	margin-bottom:10px;
}
#header-orig a.tel-link,
#header-orig  a.mail-link{
	display: flex;
  justify-content: center;
  align-items: center;
}
#header-orig a.tel-link{
	padding:8px 0 10px;
}
#header-orig a.tel-link svg{
    fill:#fff;
}
#header-orig  a.mail-link {
    background: #FFFFFF;
    max-width: 260px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: .4s;
    border-radius: 4px;
    margin: 20px auto 0;
}
#header-orig  a.mail-link svg{
    fill: var(--h_bg-color02);
    width:20px;
    height:auto;
}
#header-orig  a.mail-link  p {
    color: var(--h_bg-color02);
    font-size: 16px;
    padding-left: 8px;
}
#header-orig  a.mail-link:hover{background:var(--h_sub-color);}

	/**************-1024px***************/
	@media screen and (max-width:1024px){
		#header-orig .header__right,
		#header-orig .header__right .header__right-btn{
		    width: 64px;
		    height: 64px;
		}
		#header-orig .header__right-menu{
		    height: calc( 100vh - 114px);
		}
    #header-orig .header__right .header__right-btn span:nth-of-type(1) {
      top: 37%;
    }
    #header-orig .header__right .header__right-btn span:nth-of-type(2) {
      left: 42%;
    }
    #header-orig .header__right .header__right-btn span:nth-of-type(3) {
      top: 63%;
    }
	}

	/**************-768px***************/
	@media screen and (max-width: 768px) {
		#header-orig .header__right,
		#header-orig .header__right .header__right-btn{
		    width: 56px;
		    height: 56px;
		}
		#header-orig .header__right.is_menu_active .header__right-btn{
			top: 30px;
		}
    #header-orig .header__right .header__right-btn span:nth-of-type(1) {
      top: 36%;
    }
    #header-orig .header__right .header__right-btn span:nth-of-type(2) {
      left: 40%;
    }
    #header-orig .header__right .header__right-btn span:nth-of-type(3) {
      top: 64%;
    }
	}
  /**************-640px***************/
	@media screen and (max-width: 640px) {
	  #header-orig .header__right-menu{
	      height: calc( 100vh - 73px);
	  }

	}
	/**************-560px***************/
	@media screen and (max-width: 560px) {
		#header-orig .header__right-main {
		    width: 100%;
		    box-sizing: border-box;
		}

		#header-orig .header__right-menu h3{
			font-size: 16px;
			margin-bottom: 10px;
			margin-top: 20px;
		}
		#header-orig .header__right-menu li p{
			font-size: 14px;
		}

		#header-orig .header__right-menu .-inner li a p{
			font-size: 13px;
		}

		#header-orig .header__right-contact{
		    padding: 16px;
		}
		#header-orig .header__right-menu{
			width:100%;
			max-width: 100%;
		}
		#header-orig .header__right-main >.-inner{
		    padding-right: 20px;
		}
		#header-orig .header__right-main >.-inner::-webkit-scrollbar{
		   width: 4px;
		}
		#header-orig .header__right.is_menu_active .header__right-btn{
			top: 25px;
		}
		#header-orig .header__right-menu >.-inner{
		    padding: 0px 20px 10px 30px;
		}
		#header-orig .header__right-contact a.tel-link p{
			font-size: 24px;
		}
	}
	/**************-480px***************/
	@media screen and (max-width: 480px) {

		#header-orig .header__right,
		#header-orig .header__right .header__right-btn{
		    width: 48px;
		    height: 48px;
		}
	}
