@charset "UTF-8";

.sp {
	display: none;
}

.pc {
	display: inline;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; /* 適切なフォントサイズに設定 */
    line-height: normal; /* 行の高さをノーマルに設定 */
}

@media (max-width: 768px) {
    .sp {
        display: inline;  /* 画面幅が768px以下の場合に表示 */
    }
    .pc {
		display: none;
	}
	
	.sp-head {
		padding-top: 20px !important;
	}
	
	.sp-bottom-add {
		padding-bottom: 80px !important;
	}
}

/* top video */
.kv-video-box{
  max-height:600px;
}
.kv-video{
  object-fit: cover;
}

/*  topへ戻る 改行  */
.gotop {
  display: block;
  opacity: 0;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10000;
}
.gotop:hover {
  opacity: 1!important;
}
.br {
  display: none;
}
.lh-xl {
  line-height: 3;
}
.mt-6 {
  margin-top: 40px;
}
.pt-6 {
  padding-top: 60px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 0!important;
  padding-right: 0!important;
}

.container.pages h1 {
  font-size: 3.6rem;
  padding: 24px 0;
  border-bottom: solid 1px #cccccc;
}

.container.pages h2 {
  margin-top:4rem;
  position: relative;
  font-size: 3.2rem;
  border-bottom: 2px solid var(--sub-accent);
  padding: 0 0 20px 28px;
  font-weight: 400;
}

.container.pages h2::before{
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 20px);
    background-color: var(--accent);
    top: 0;
    left: 0;
}

.container.pages h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: rgb(34, 34, 34);
  margin-top: 3rem;
}

.container.pages p {
  font-size: 1.6rem;
  line-height:2.4rem;
  margin-top: 1.6rem !important;
}

.container.pages img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
.container.pages img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
.container.pages img.aligncenter{
	display: block;
	margin: 0 auto;
}

.breadcrumb-item a,li a {
	color: #222 !important;
}

.bg-rel-pro {
	background-color: #f1f4f6;
	padding: 40px 0;
}

:target {
    scroll-margin-top: 100px; /* 上部に100pxの余白を設定 */
}

.privacy-box h1 {
	font-weight: bold;
	margin-top: 1.5rem;
}

.privacy-box h2 {
	margin-top: 1.5rem;
}

.privacy-box ul {
    list-style-type: none; /* 既定のリストスタイルを削除 */
    counter-reset: list-counter; /* カウンターをリセット */
    padding: 0; /* パディングを削除（必要に応じて） */
}
.privacy-box li {
    counter-increment: list-counter; /* 各li要素でカウンターを1増やす */
    display: flex; /* Flexboxを使用してレイアウトを制御 */
    margin-left: 1rem; /* liの先頭に2remの余白を設定 */
}
.privacy-box li:before {
    content: counter(list-counter) ". "; /* カウンターの値とピリオドを表示 */
    margin-right: 0.5rem; /* 番号とテキストの間に余白を設定 */
    white-space: nowrap; /* 番号が折り返されないように設定 */
}

.btn-ts-base {
    color: var(--accent) !important;
    background-color: #fff;
    border: 1px solid var(--accent);
}

.btn-ts-base:hover {
    color: #fff !important;
    background-color: var(--accent);
    border: 1px solid var(--accent);
}

.inq-req {
	padding: 5px 8px !important;
	font-weight: normal;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px!important;
  }
  .container.news {
    margin: 0 auto;
  /*  max-width: 800px!important; **/
  }
  .container.sub {
    margin: 0 auto;
    max-width: 964px!important;
  }
}
@media (min-width: 768px) {
  .container-sm {
    max-width: 520px!important;
  }
}
@media(max-width:900px) {
  .gotop {
    bottom: 110px;
  }
}
@media(max-width:768px) {
  .container,
  .container.news,
  .container.sub,
  .container-sm {
    width: 92%!important;
    margin: 0 auto!important;
  }
  .gotop {
    bottom: 130px;
    right: 10px;
  }
  .br {
    display: inline;
  }
}
:root {
  --accent: #FE4D00;
  --accent-tub: #333333;
  --sub-accent: #b6aba4;
}
/* header/footer
+++++++++++++++++++++++++++++++++++ */
.navbar {
  background-color: #fff;
  padding-top: 0!important;
  padding-bottom: 0!important;
  position: relative;
}
.nav-logo {
  padding-left: 24px;
}
.navbar-toggler {
  position: relative;
  display: block;
  width: 32px;
  height: 28px;
  padding: 0;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #666;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
}
.navbar-toggler span:nth-child(2) {
  top: 12px;
  transform: translateY(-50%);
}
.navbar-toggler span:nth-child(3) {
  top: 24px;
}
.navbar-toggler.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(2) {
  width: 0;
}
.navbar-toggler.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler {
  margin-left: 12px;
}
.navbar-toggler:focus {
  box-shadow: none!important;
}
.nav-item {
  place-self: center;
  font-size: 14px !important;
}

.nav-item:not(:last-child)::after {
    content: ""; /* 必須 */
    display: block; /* 縦線をブロック要素として表示 */
    width: 2px; /* 線の幅 */
    height: 75%; /* 線の高さ */
    background-color: #111; /* 線の色 */
    position: absolute; /* 親要素に対して絶対位置 */
    top: 15%; /* 上からの位置 */
    right: 0; /* 右端に配置 */
}
.nav-item {
    position: relative; /* 擬似要素の基準点 */
    padding: 0 7px 0 5px;
}

.nav-item:nth-last-child(2)::after {
    content: none;
}


/*
.nav-item:not(:nth-last-child(-n + 2)) {
  padding: 0 .6vw;
  border-right: 1px solid #222;
}
*/
.nav-item.dropdown {
  transition: all .3s;
}
.dropdown-menu {
  min-width: 3rem!important;
  width: fit-content!important;
}
.dropdown-item {
  font-size: 1.6rem;
  width: fit-content!important;
}
.c-scoop .dropdown-menu {
  width: 100vw!important;
  left: 0!important;
}
.navbar-nav .nav-link {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 14px !important;
}
.navbar-nav .nav-border:after {
  position: absolute;
  content: "";
  display: block;
  height: 4px;
  width: 0;
  background-color: var(--accent);
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all .3s;
}
.navbar-nav .nav-border:hover:after {
  width: 60%;
  opacity: 1;
}
.nav-link {
  color: #222!important;
}
.c-scoop.nav-item.dropdown {
  position: static;
}
.c-scoop .dropdown-toggle::after {
  border: 0!important;
  margin-left: 0!important;
}
.c-contact {
  display: inline-flex;
  justify-content: space-between;
  background-color: var(--accent);
  font-weight: bold;
  padding: 12px;
  height: 100%;
  width: fit-content;
  min-width: 60px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu button {
  white-space: nowrap;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 8px 0;
    top: 40px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu form {
    margin: 0 auto;
    width: 70%;
  }
}
@media(max-width:992px) {
  .navbar {
    height: 60px;
  }
  .nav-logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-item {
    text-align: left;
    width: 100%;
  }
  .nav-item:not(:nth-last-child(-n + 2)),
  .nav-item {
    border-right: none;
    padding: 0.6rem 4vw;
  }
  .navbar-collapse {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: #efece6;
    z-index: 1;
  }
  .navbar-nav {
    height: calc(100vh - 60px);
    width: 100%!important;
  }
  .navbar-nav .nav-link {
    font-size: 1.8rem!important;
    padding: 8px 0;
  }
  .navbar-nav .dropdown-menu {
    width: 100%!important;
  }
  .navbar-nav .nav-border:hover:after {
    opacity: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu button {
    margin-left: 4px;
  }
  .c-contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 16px;
  }
  .c-scoop .dropdown-menu {
    border: none;
  }
  
  .nav-item:not(:last-child)::after {
    display: none;
  }
  
  .sp-menu-contact {
	display: flex;
    align-items: center; /* 垂直方向の中央寄せ */
    justify-content: center; /* 水平方向の中央寄せ */
    text-align: center; /* テキストの中央寄せ */
    background-color: var(--accent);
    border-radius: 4px;
    font-size: 2rem;
    padding: 20px;
    height: 100%;
    width: 100%;
    min-width: 60px;
    color: #fff !important;
    right: 0;
    text-align: center;
  }
  
  .sp-menu-lang-btn {
	  width: 45%;
	  margin-top: 5px;
  }
  
  .sp-menu-contact::before,.sp-menu-contact::after {
	position: absolute;
    content: "";
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    transition: all .3s;
  }
  
  .sp-menu-contact::before {
	width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50px;
  }
  
  .sp-menu-contact::after {
	width: 10px;
    height: 10px;
    border-top: 1px solid #fe4d00;
    border-right: 1px solid #fe4d00;
    top: calc(50% - 2px);
    right: 47px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
  }
  
  
  .sp-menu-contact-img {
	margin-right: 10px;
	width: 25px;
  }
  
  .mobile-menu {
    display: none;
    transition: all 0.3s ease;
  }
	
  .mobile-menu.active {
	display: block;
  }
  
  .hamburger {
    font-size: 24px;
  }
  
  .close-button {
	  margin-top: 5px;
	  margin-left: 3px;
	  margin-bottom: 2.5rem;
  }
  
  .dropdown-toggle::after {
	  border-top: 1em solid;
	  border-right: 0.6em solid transparent;
	  border-bottom: 0;
	  border-left: 0.6em solid transparent;
	  margin-top: 5px;
	  margin-left: 10px;
  }
  
}
.bg-footer {
  background-color: #efece6;
}

.footer-logo {
  max-width: 123px;
}
.p-footer {
  display: grid;
  gap: 12px;
}
.p-footer a:hover {
  opacity: .6;
}
.p-footer-copy {
  font-size: 1rem;
  color: #fff;
  background-color: var(--sub-accent);
  padding: 12px;
  text-align: center;
}
.p-footer-unit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}
.p-footer-unit .unit-link,
.p-footer-subunit a {
  font-size: 1.4rem;
}
.p-footer-unit .unit-sublink {
  font-size: 1.2rem;
  padding-left:1rem;
}
.p-footer-unit .unit-list {
  display: grid;
  grid-template-rows: repeat(9,auto);
  grid-auto-flow: column;
  column-gap: 40px;
}
.p-footer-unit .unit-list .unit-sublink {
  display: inline-flex;
  text-indent: 4px;
}
.p-footer-unit .unit-list .unit-sublink:before {
  content: "-";
  text-indent: -4px;
}
.p-footer-unit .unit-sublist {
  display: grid;

}
.p-footer-subunit {
  display: flex;
}
.p-footer-subunit li:first-child {
  display: inline-block;
  border-right: 1px solid #222;
  padding-right: 12px;
  margin-right: 12px;
}

.footer-banners{
  margin-top:30px;
}

.footer-banners__list{
  display: flex;
  justify-content: flex-start;
  align-items: top;
  width:auto;
  flex-wrap: wrap;
}

.footer-banners__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 1;
  width:auto;
  margin-right:20px;
  margin-bottom:20px;
}

.footer-banners__item:last-of-type{
  margin-right:0px;
}

.footer-banners__item a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-banners__item a img{
  max-height:120px;
}

.footer-banners__item img{
  max-height:120px;
}

.footer-banners__item .bnr-text{
  display: block;
  font-size: 9px;
}

@media(max-width:992px) {
  .p-footer {
    gap: 32px;
  }
  .p-footer-unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-size: 1.8rem !important;
  }
  
  .unit-link {
	  font-weight: bold;
  }
  
  .p-footer-unit .unit-link,
.p-footer-subunit a{
    font-size: 1.8rem !important;
  }
  
  .p-footer-unit .unit-sublink {
	  font-size: 1.6rem;
	}
  
  .footer-logo {
	  width: 50%;
  }
}
/* top
+++++++++++++++++++++++++++++++++++ */
.l-pages {
  padding: 60px 0;
}
.c-title {
  position: relative;
  font-size: 8rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 200;
  z-index: 2;
  
  padding: 20px 0;	
}
.bg-page .c-title {
  background-image: url(../img/common/title-object.png);
  background-position: right center; /* 画像を右端に配置し、垂直方向は中央に */
  background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
}
.c-title span {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent);
  padding-left: 4px;
}
.c-maintitle {
  position: relative;
  font-size: 3.2rem;
  border-bottom: 2px solid var(--sub-accent);
  padding: 0 0 20px 28px;
  margin-bottom: 16px;
}
.c-maintitle:before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: var(--accent);
  top: 0;
  left: 0;
}
.c-subtitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
}
.c-products-title {
  font-size: 3.6rem;
  font-weight: bold;
}
.c-products-subtitle {
  font-size: 3rem;
}
.c-products-localtitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #334057;
  padding-top: 20px;
}
.c-products-lead {
  color: var(--accent);
  padding-bottom: 40px;
}

.products-img {
	display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ */
}

.slick-slider div {
  transition: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block!important;
  content: "";
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  z-index: 2;
}
.slick-prev {
  transform: rotate(-135deg);
  left: -5%;
  top: 30%;
}
.slick-next {
  right: -5%;
  top: 30%;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-dots {
  bottom: -16px;
}
.slick-dots li {
  width: 32px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 0;
  top: 0px;
  border-bottom: 8px solid #f7f5f2;
  width: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  border-bottom: 8px solid var(--accent);
  opacity: 1;
}
.slick-slide {
	width: 245px;;
  margin: 4px 22px 20px 22px;
}

#thumbs .slick-slide {
  margin: 0 10px 40px;
}

@media screen and (max-width: 768px) {
	.slick-slide {
	  margin: 4px 1px;
	}
}


.slick-slide .card-slick-img {
  display: flex;
  justify-content: center;
}
.slick-slide .card-slick-img.secondary {
  border: none;
  padding: 0;
}
.slick-slide .card-slick-img img {
  width: 245px;
  height: 180px;
  border: 1px solid #c0c0c0;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .slick-slide .card-slick-img img {
    width: 100%;
    height: 100%;
  }
}

.card-slick {
  margin-top: 48px;
  margin-left: -22px;
  margin-right: -22px;
}
@media screen and (max-width: 1200px) {
  .card-slick {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.card-slick a:hover {
  opacity: .6;
}
.card-slick-text {
  font-size: 1.2rem;
  padding-top: 4px;
}
.card-slick-new {
  position: absolute;
  content: "";
  background-color: #dd2933;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  padding: 0 4px;
  width: fit-content;
  height: fit-content;
  top: -4px;
  left: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-pages {
    padding: 60px 0;
  }
  .slick-prev {
    left: 0;
    top:37%;
  }
  .slick-next {
    right: 0;
    top:37%;
  }
  .c-maintitle {
    font-size: 2.4rem;
    padding: 0 0 12px 20px;
  }
  .c-maintitle:before {
    height: calc(100% - 12px);
  }
}
.c-btn {
  position: relative;
  display: block;
  color: var(--accent)!important;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid var(--accent)!important;
  border-radius: 4px;
  padding: 12px;
  padding-right: 32px;
  margin: 40px auto 0;
  width: fit-content;
  min-width: 220px;
}
.c-btn.products {
  background-color: var(--accent);
  padding-left: 4px;
  padding-right: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-btn.products:hover {
  background-color: #fff;
}
.c-btn.products .products-text {
  color: #fff;
}
.c-btn.products:hover .products-text {
  color: var(--accent);
}
.c-btn:before,
.c-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: all .3s;
}
.c-btn:before {
  width: 24px;
  height: 24px;
  background-color: var(--accent);
  border-radius: 50px;
}
.c-btn:after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: calc(50% - 2px);
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.c-btn.products:before {
  background-color: #fff;
}
.c-btn.products:after {
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
}
.c-btn:hover,
.c-btn.back:hover {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  color: #fff!important;
}
.c-btn:hover:before {
  background-color: #fff;
}
.c-btn:hover:after {
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
}
.c-btn.products:hover:before {
  background-color: var(--accent);
}
.c-btn.products:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-btn.form,
.c-btn.back {
  cursor: pointer;
}
.c-btn.back:before {
  left: 8px;
}
.c-btn.back:after {
  top: calc(50% - 5px);
  left: 17px;
  transform: rotate(225deg)
}
.c-btn.form:disabled {
  cursor: default;
  color: #999!important;
  border: 1px solid #999;
  background-color: #fff;
}
.c-btn.form:disabled:before,
.c-btn.back:before {
  background-color: #999;
  border-radius: 50px;
}
.c-btn.form:disabled:hover:after,
.c-btn.form:disabled:after
 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-btn.back {
  border: 1px solid #999!important;
  color: #999!important;
}
.c-btn.back:hover {
  background-color: #999!important;
  color: #fff!important;
}
.c-btn.back:hover:before {
  background-color: #fff;
}
.c-btn-local {
  position: relative;
  display: block;
  font-size: 1.2rem;
  border: 1px solid #222 !important;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  min-width: 140px;
  color: #222 !important;
}
.c-btn-local:before {
  position: absolute;
  content: "";
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  width: 8px;
  height: 8px;
  top: calc(50% - 1px);
  right: 12px;
  transform: rotate(45deg) translateY(-50%);
}
.c-btn-local:hover {
  opacity: .6;
}
.c-btn-card {
  display: inline-block;
  font-size: 2.4rem;
  border: 1px solid var(--accent);
  padding: 32px;
  width: 100%;
  text-align: center;
}
.c-btn-card:hover {
  color: #fff!important;
  background-color: var(--accent);
}
.c-btn-map {
  font-size: 1rem!important;
  display: inline-block;
  background-color: #334057;
  color: #fff!important;
  padding: 0 4px;
  height: fit-content;
  margin-left: 12px;
  white-space: nowrap;
}
.c-btn-map:hover {
  opacity: .6;
}

.top-products-img {
	width: 55%;
}

@media screen and (max-width: 992px) {
  .c-btn {
    display: inline-block;
    width: 100%;
    padding: 20px 12px;
  }
  .c-btn-local {
    margin: 8px 0 0 auto;
    width: fit-content;
  }
  .c-btn.products .products-text {
    width: calc(100% - 92px);
  }
  .c-btn-card {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6rem;
    text-align: center;
  }
  .c-title span {
    display: block;
    padding-top: 4px;
    padding-left: 0;
    text-align: center;
  }
}
.bg-products {
  background-color: #fbfaf9;
  background-image: url(../img/top/bg-products.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.products-card {
  display: flex;
  gap: 10px;
  margin-top: 48px;
}
.products-card li {
  margin: auto;
  width: calc(90% / 3);
  max-width: 240px;
}
.products-card-box {
  position: relative;
  padding-top: 96%;
  height: 0;
  width: 100%;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100%;
  display: block;
}
.products-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-card-box:hover {
    transform: translateY(-5px); /* 上に5px移動 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* シャドウを下方に追加 */
}

.top-products-img {
    transition: transform 0.3s ease; /* 画像のトランジションを設定 */
}




.products-card-box:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.products-card-box:hover {
  border: 4px solid var(--accent);
}
.products-card-box div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-group {
  margin: 40px auto;
  width: 60%!important;
}
.btn-outline-success {
  color: #fff!important;
  background: var(--accent)!important;
  border: var(--accent)!important;
  width: 48px;
  transition: all .3s;
}
.btn-outline-success:focus,
.btn-outline-success:hover {
  box-shadow: 0 0 0 0.4rem rgba(254, 77, 0 , .3)!important;
}
.btn-outline-success img {
  cursor: pointer;
}
.bg-news {
  background-color: #f7f5f2;
}
.p-tab-panel {
  display: none;
}
.p-tab-panel.active {
  display: block;
}
.form-control {
    font-size: 1.6rem!important;
    padding: 12px!important;
}
@media screen and (max-width: 992px) {
  .input-group {
    margin: 40px auto 0;
    width: 100%!important;
  }
}
@media screen and (max-width: 768px) {
  .products-card-box div {
    display: grid;
    gap: 4px;
    width: 80%;
  }
  .products-card-box .box-img {
    margin: 0 auto!important;
    width: 80%;
  }
  .products-card-box .box-text {
    font-size: 1rem;
  }
}
.tab_menu {
  margin-top: 48px;
  display: flex;
  gap: 5px;
}
.tab_menu li {
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  padding: 8px 20px;
  width: fit-content;
  min-width: 100px;
  cursor: pointer;
}
.tab_menu li.selected,
.tab_menu li:hover {
  color: #fff;
  background: var(--accent);
}
.select_menu {
  cursor: pointer;
  border-radius: 0;
  padding: 8px;
  margin-top: 20px;
  width: 100%;
}
.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.tab_panel-unit {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.tab_panel-unit:hover {
  opacity: .6;
}
.tab_panel-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tab_panel-item .item-date,
.tab_panel-item .item-category,
.tab_panel-item .item-new,
.c-ellipsis {
  font-size: 1.2rem;
}
.tab_panel-item .item-category {
  background-color: #334057;
  color: #fff;
  padding: 5px 25px;
}
.tab_panel-item .item-new {
  color: #dd2933;
  font-weight: 900;
}
.tab_panel-item.article {
  gap: 24px;
}
.news-list-item-title {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .select_menu {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tab_menu {
    display: none;
  }
  .select_menu-wrapper {
    position: relative;
  }
  .select_menu-wrapper:before {
    position: absolute;
    content: "";
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    top: calc(50% - 2px);
    right: 18px;
    width: 12px;
    height: 12px;
    transform: rotate(135deg) translateY(-50%);
    z-index: 2;
  }
}
.c-link-card {
  position: relative;
  display: block;
}
.c-link-card:hover {
  opacity: .6;
}
.c-link-card img {
  width: 100%;
}
.c-link-card p {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding: 8px;
}
.c-link-card p.local {
  color: #222;
  border: 1px solid #222;
}
.p-card-unit {
  margin-top: 80px;
}
.p-card-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.p-card-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #efece6;
  padding: 28px;
}
.p-card-box a:hover {
  opacity: .6;
}
.p-card-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-card-unit {
    margin-top: 40px;
  }
  .p-card-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-card-box a {
    flex-direction: column-reverse;
    gap: 12px;
    padding: 24px;
  }
  .p-card-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-card-contact {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.p-card-contact > li {
  display: grid;
  align-content: center;
  border: 1px solid var(--accent);
  padding: 40px;
  width: 50%;
}
.p-card-contact > li > p {
  font-size: 2rem;
}
.p-card-contact .contact-item {
  display: grid;
  gap: 8px;
  margin-top: 32px;
}
.p-card-contact .contact-item li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 auto;
}
.p-card-contact .contact-item a,
.p-list-contact a {
  display: flex;
  align-items: baseline;
  color: var(--accent)!important;
  font-size: 2.8rem;
  font-weight: 800;
}
.p-card-contact .contact-item a:hover,
.p-list-contact a:hover {
  opacity: .6;
}
.p-card-contact .contact-text {
  font-size: 2rem;
  font-weight: bold;
  min-width: 100px;
}
@media screen and (max-width: 992px) {
  .p-card-contact {
    display: grid;
  }
  .p-card-contact > li {
    padding: 32px 16px;
    width: 100%;
  }
  .p-card-contact .contact-text {
    min-width: 60px;
    font-size: 1.2rem;
  }
  .p-card-contact .contact-item li {
    gap: 4px;
  }
  .p-card-contact .contact-item a,
  .p-list-contact a {
    font-size: 1.6rem;
  }
  .p-card-contact .contact-item a > p {
    font-size: 1rem;
  }
}
/* products
+++++++++++++++++++++++++++++++++++ */
.bg-page {
  position: relative;
  background-color: #efece6;
}

/*
.bg-page:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  background-image: url(../img/common/title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 94%;
  height: 94%;
  transform: translateY(-50%);
}
*/
.bg-breadcrumb-pc {
  display: block;
  padding: 12px 0;
}
.bg-breadcrumb-pc.local {
  background-color: #efece6;
}
.bg-breadcrumb-sp {
  display: none;
}
.breadcrumb-item a:hover {
  opacity: .5;
}
.breadcrumb {
  margin-bottom: 0!important;
}

.breadcrumb-item a,.breadcrumb-item {
	font-size: 12px;
}

@media screen and (max-width: 992px) {
  .bg-breadcrumb-pc {
    display: none;
  }
  .bg-breadcrumb-sp {
    display: block;
    background-color: #efece6;
    padding: 12px 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .bg-page:after {
    top: 40%;
    width: 50%;
    height: 50%;
  }
}
/* タブ */
/* タブメニュー */
.p-tab__menu {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  align-items: flex-end; /* メニューを下揃え */
  justify-content: center;
  min-height: 40px; /* メニュー切替時にタブがズレないように */
  margin: 0;
}
.p-tab__menu-item {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: var(--sub-accent);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 4px; /* メニューに高さを付ける */
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}
.p-tab__menu-item:last-of-type {
  margin-right: 0px;
}
.p-tab__menu-item:before,
.p-tab__menu-item:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.p-tab__menu-item:before {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #fff;
}
.p-tab__menu-item:after {
  width: 12px;
  height: 12px;
  right: 18px;
  transform: rotate(135deg) translateY(calc(-50% + 18px));
  border-top: 1px solid var(--sub-accent);
  border-right: 1px solid var(--sub-accent);
}

/* is-activeがついている時のスタイル */
.p-tab__menu-item.is-active {
  color: #222;
  background-color: #efece6;
  padding: 15px 4px 25px;
}
.p-tab__menu-item.is-active:after {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
/* タブパネル */
.p-tab__panel {
 width: 100%;
}
.p-tab__panel-box {
  display: none;
  background-color: #efece6;
  padding: 42px 12px;
}
/* is-showがついている時のスタイル */
.p-tab__panel-box.is-show {
  display: block;
}
.p-tab__panel-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.p-tab__panel-item .item-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 32px;
}
.p-tab__panel-item .item-link:before,
.p-tab__panel-item .item-link:after {
  position: absolute;
  content: "";
}
.p-tab__panel-item .item-link:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--sub-accent) transparent;
  border-width: 0px 0px 30px 30px;
}
.p-tab__panel-item .item-link:after {
  bottom: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-tab__panel-item .item-link:hover {
  opacity: .6;
}
.p-tab__panel-item .item-text {
  width: calc(100% - 80px);
  text-align: center;
}
.p-tab__panel-item .item-img {
  width: 60px;
}
.p-tab__panel-item--product .item-img {
  width: 160px;
}

.p-list-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.p-list-products-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #e7e5de;
  border-radius: 4px;
  padding: 12px;
}
.p-list-products-link:hover {
  opacity: .6;
}
.p-list-products-text {
  font-weight: bold;
  text-align: center;
  width: calc(100% - 80px);
}
.p-list-products-img {
  width: 60px;
}
@media screen and (max-width: 992px) {
  .p-tab__menu {
    height: 68px;
  }
  .p-tab__panel-item {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .p-tab__panel-item .item-link {
    flex-flow: column;
    padding: 20px 8px;
    gap: 20px;
    height: 100%;
  }
  .p-tab__panel-item .item-text {
    display: flex;          /* Flexbox を使用 */
    flex-direction: column; /* 子要素を縦方向に並べる */
    justify-content: center; /* 縦方向の中央に配置 */
    align-items: center;    /* 横方向の中央に配置 */
    height: 45px;           /* 高さを指定 */
    width: 100%;            /* 幅を指定 */
    text-align: center;     /* テキストをテキストベースで中央揃えに */
  }
  .p-tab__menu-item:before,
  .p-tab__menu-item:after {
    width: 0;
    height: 0;
  }
  .p-list-products {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
/* products_cat
+++++++++++++++++++++++++++++++++++ */
.p-accordion {
  position: relative;
}
.p-accordion {
  position: relative;
  padding: 32px;
  border: 1px solid var(--sub-accent);
}
.p-accordion-title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--accent);
  border-radius: 50px;
  padding: 4px;
  margin: 0 auto;
  width: 100%;
  max-width: 86px;
}
.product-lead {
	padding-top: 60px !important;
	padding-bottom: 40px !important;
}
.p-accordion-toggle {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-accordion-toggle span {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
.p-accordion-toggle span:before,
.p-accordion-toggle span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color: var(--sub-accent);
  transition: all .3s;
}
.p-accordion-toggle span:before {
  width: 24px;
  height: 2px;
}
.p-accordion-toggle span:after {
  width: 2px;
  height: 24px;
}
.p-accordion-toggle.selected span:after {
  transform: rotate(90deg);
  width: 0;
  height: 0;
}
.p-accordion-item {
  position: relative;
  display: block;
  height: 110px;
  overflow: hidden;
  transition: all .5s;
}
.p-accordion-item.active {
  height: 620px ;
  overflow: auto;
}
.p-accordion-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  background-image: linear-gradient(-180deg,hsla(0,0%,100%,0),#fff);
}
.p-accordion-item.active:after {
  content: normal;
}
.p-accordion-list {
  margin-top: 40px;
}
.p-accordion-list li {
  position: relative;
  padding: 8px 0;
}
.p-accordion-list li a {
  display: block;
  font-weight: bold;
  margin-left: 24px;
}
.p-accordion-list li a:hover {
  opacity: .6;
}
.p-accordion-list li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 12px;
  background-color: #222;
}
.p-card-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
  margin-top: 60px;
}
.p-card-category .category-img {
  text-align: center;
  border: 1px solid var(--sub-accent);
}

.p-card-category img {
  width: 340px;
  height: 230px;
}

.p-card-category-lead {
	font-size: 14px;
}

.p-card-category li a:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .p-accordion {
    padding: 12px;
  }
  .p-accordion-list {
    margin-top: 24px;
  }
  .p-accordion-list li:before {
    width: 12px;
    height: 12px;
  }
  .p-accordion-list li a {
    margin-left: 16px;
  }
  .p-accordion-item.active {
    height: 700px;
  }
  .p-card-category {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card-category .category-img img {
    object-fit: cover;
    width: 100%;
  }
}
/* inquiry
+++++++++++++++++++++++++++++++++++ */
.p-form-title {
  color: #666;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  padding: 40px 0 12px;
  line-height: 1; /* ラインハイトを統一 */
}
.p-form-title span {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #fe4d00;
  border-radius: 50px;
  padding: 0 8px;
  margin-left: 4px;
}
.p-form-title span.any {
  background-color: #999;
}
.p-form-input {
  width: 100%;
}
.p-form-input.local {
  width: fit-content;
}
.p-form label {
  scroll-padding-bottom: 12px;
}
input.p-form-input,
select.p-form-select,
.p-form-file,
textarea.p-form-textarea {
  border: none;
  background-color: #f1f4f6;
  padding: 12px;
}
select.p-form-select {
  padding-right: 80px;
}
.p-form-file {
  padding: 12px 24px;
  cursor: pointer;
}
.p-form-file:hover {
  opacity: .6;
}
textarea.p-form-textarea {
  height: 20em;
  width: 100%;
}
.p-form-selectbox {
  position: relative;
  width: fit-content;
}

.p-form-selectbox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-form-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-form-name.confirm,
.p-form-name.confirm > p {
  width: fit-content;
}
.p-form-name label,
small {
  color: #666;
}
.p-list-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}
.p-form-checkbox {
  position: relative;
  cursor: pointer;
}
.p-form-checkbox:hover {
  opacity: .6;
}
.p-form-checkbox.confirm {
  cursor: default;
}
.p-form-checkbox.confirm:hover {
  opacity: 1;
}

.mw_wp_form_confirm #searchAddressButton,
.mw_wp_form_confirm .p-form-selectbox:after,
.mw_wp_form_confirm .inq-input {
	display: none;
}


@media screen and (max-width: 992px) {
  .p-list-contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 32px;
  }
}
/* news
+++++++++++++++++++++++++++++++++++ */
.page-link {
  font-family: "futura";
  border: none!important;
}
.page-link:hover {
  border-color: unset!important;
}
.page-link.prev,
.page-link.next {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 12px!important;
}
.page-link.prev {
  opacity: .2;
}
.page-link.prev:before,
.page-link.next:before,
.page-link.prev:after,
.page-link.next:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.page-link.prev:before,
.page-link.next:before {
  width: 32px;
  height: 32px;
  right: 0;
  border: 1px solid #222;
  border-radius: 50px;
}
.page-link.next:before {
  left: 0;
}
.page-link.prev:after,
.page-link.next:after {
  width: 12px;
  height: 12px;
  top: calc(50% + 3px);
  left: calc(50% - 8px);
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg) translate(-50% , -50%);
}
.page-link.prev:after {
  left: calc(50% - 4px);
  top: calc(50% - 14px);
  transform: rotate(-135deg) translate(-50% , -50%);
}
.tab_menu_sub {
  margin-top: 60px;
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
}
.tab_menu_sub li,
.tab_menu_sub a {
  font-size: 1.4rem;
  text-align: center;
  background: #f1f4f6;
  padding: 16px 0;
  width: 100%;
  cursor: pointer;
}
.tab_menu_sub.news li {
  padding: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.tab_menu_sub.news li.selected a {
  color: #fff!important;
  background: #fe4d00;
}
.tab_menu_sub li.selected,
.tab_menu_sub li:hover,
.tab_menu_sub a:hover {
  color: #fff!important;
  background: #fe4d00;
}
.tab_menu_sub li > a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .tab_menu_sub {
    display: none;
  }
  .tab_menu_sub.company {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
  }
}
/* news_news-article
+++++++++++++++++++++++++++++++++++ */
.p-news-article {
  margin: 36px auto 0;
  max-width: 960px;
}

.p-news-article h1 {
  font-size: 3.6rem;
  padding: 24px 0;
  border-bottom: solid 1px #cccccc;
}

.p-news-article h2 {
  font-size: 24px;
  color: #ff6600;
  margin-top: 4rem;
}

.p-news-article h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: rgb(34, 34, 34);
  margin-top: 3rem;
}

.p-news-article p {
  font-size: 1.6rem;
  line-height:2.4rem;
  margin-top: 1.6rem !important;
}

.p-news-article img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
.p-news-article img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
.p-news-article img.aligncenter{
	display: block;
	margin: 0 auto;
}
.p-sentence p {
  padding-top: 60px;
}
.p-sentence div {
  padding-top: 32px;
  display: flex;
  justify-content: center;
}
/* company
+++++++++++++++++++++++++++++++++++ */
.l-pages-company p,
.l-pages-company a,
.l-pages-company dt,
.l-pages-company dd,
.l-pages-company li {
  font-size: 1.4rem;
}
.img-company-sp {
  display: none;
}


.greeting{
	display: flex;
}

.greeting-text p{
	line-height: 30px;
}

.greeting-ceo{
	display: flex;
  flex-direction: column;
  padding-top:10px;
  padding-left:30px;
}

.greeting-ceo-image{
	display: block;
  width: 216px;
}

.greeting-ceo-name{
	display: block;
}

.greeting-ceo-name-title{
  padding-left:72px;
	display: block;
  font-weight:bold;
  font-size: 14px;
}

.greeting-ceo-name-image{
  padding-left:70px;
	display: block;
}


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

  .greeting{
    display: flex;
    flex-direction: column;
  }
  
  .greeting-text p{
    line-height: 40px;
  }
  
  .greeting-ceo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:10px;
    padding-left:0px;
    text-align: center;
  }
  
  .greeting-ceo-image{
    display: block;
    width: 100%;
  }

  .greeting-ceo-image img{
    display: block;
    width: 100%;
    max-width: 216px;
    margin: auto;
  }
  
  .greeting-ceo-name{
    width:100%;
    max-width: 100%;
    padding-top: 5px;
    display: flex;
    justify-content: center;
  }
  
  .greeting-ceo-name-title{
    text-align: left;
    margin-top:10px;
    display: block;
    font-weight:bold;
    font-size: 14px;
    padding-left:0px;
  }
  
  .greeting-ceo-name-image{
    display: block;
    padding-left:10px;
    width: 200px;
  }
}

.company-body {
	margin-top: 60px !important;
}

@media screen and (max-width: 992px) {
  .img-company-pc {
    display: none;
  }
  .img-company-sp {
    display: block;
  }
}
.p-discription {
  display: flex;
  flex-wrap: wrap;
}
.p-discription dt,
.p-discription dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0;
  box-sizing: border-box;
}
.p-discription dt,
.p-discription dd {
  border-bottom: 1px solid #ccc;
}
.p-discription dt {
  justify-content: flex-start;
  width: 320px;
}
.p-discription dd {
  width: calc(100% - 320px);
}
.p-discription dd p{
  font-family: Helvetica, Arial, sans-serif;
}
ol.p-philosophy{
  list-style-type: decimal; 
  margin-left:2rem;
}
ol.p-philosophy li{
  list-style: decimal; 
  padding-left:1rem;
  margin-bottom:1rem;
}
@media screen and (max-width: 992px) {
  .p-discription {
    display: block;
  }
  .p-discription dt,
  .p-discription dd {
    width: 100%;
    padding: 16px 0;
  }
  .p-discription dt {
    border: none;
  }
}
.slider-container {
  width: 100%;
  margin: 0 auto;
}
.slider-container .slick-current {
  border: 1px solid #ccc;
}
.slider-container .slick-current img {
  width: 100%;
}
.slider-container .slick-prev,
.slider-container .slick-next {
  z-index: 2;
}
.slider-container .slick-prev {
  left: 0!important;
}
.slider-container .slick-next {
  right: 0!important;
}
.slider-container #thumbs .slick-track {
  float: left;
}

/* 製品詳細画像 */
.product-images-slide {
  padding: 0;
  list-style: none;
  width: 528px;
  margin-bottom: 20px !important;
}
@media (max-width: 1200px) {
  .product-images-slide {
    width: auto;
  }
}
.product-images-slide img {
  border: 1px solid #d2d2d2;
  width: 528px;
  height: 352px;
}
@media (max-width: 1200px) {
  .product-images-slide img {
    width: 100%;
  }
}
.product-images-slide li.hide {
  display: none;
}

.product-images-slide-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  letter-spacing: -.4em;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .product-images-slide-nav {
    margin-bottom: 24px !important;
  }
}
.product-images-slide-nav li {
  display: inline-block;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  letter-spacing: normal;
  cursor: pointer;
  width: 117px;
  height: 117px;
}
.product-images-slide-nav li img {
  width: 115px;
  height: 115px;
}
@media (max-width: 1200px) {
  .product-images-slide-nav li {
    width: 21.25%;
    height: auto;
  }
  .product-images-slide-nav li img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .product-images-slide-nav > li img {
    transition: all .25s ease;
  }
  .product-images-slide-nav > li:hover img {
    opacity: .75;
  }
}
.product-images-slide-nav li.current {
  border: 1px solid #f74d00;
}
.product-images-slide-nav > li:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .product-images-slide-nav > li:not(:nth-of-type(4n)) {
    margin-right: 5%;
  }
}

.p-products-box {
  width: 100%;
}

.p-products-unit {
  display: flex;
  gap: 40px;
}
.p-products-unit * {
  min-height:0 !important;
  min-width : 0 !important;
}
.p-products-unit .slick-track {
  display: flex;
}
.p-products-unit .slick-slide {
  height: auto !important;
}

.product-spec p img {
	margin:0 0 20px;
}

.r-products-img {
	border: 1px solid #ccc;
}

.r-products-gutter  {
    padding-left: 21px; /* 左右のパディングの半分 */
    padding-right: 21px; /* 左右のパディングの半分 */
    padding-bottom: 40px;;
}

.r-products-row {
    margin-right: -21px; /* デフォルトのマージンを上書き */
    margin-left: -21px; /* デフォルトのマージンを上書き */
}

.r-products-title {
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .slider-container {
    width: 100%;
  }
  .p-products-unit {
    display: block;
  }
}
.p-table, .product-spec table  {
  width: 100%;
  margin-bottom: 60px;
}
.p-table th,
.p-table td,
.product-spec table th,
.product-spec table td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: middle;
}
.p-table th,
.product-spec table th,
.product-spec table tr td:first-child,
.p-table tr td:first-child {
  background-color: #f1f4f6;
}
.p-table th.p-table-head,
.product-spec table.p-table-head {
  font-weight: bold;
  color: #fff;
  background-color: #334057;
}

.product-spec img {
	border: 1px solid #ccc;
}

.product-spec h2 {
	margin-top: 60px;
	margin-bottom: 20px;
}

.product-spec h2 span{
	font-weight: bold;
}


.p-table span,
.product-spec table span {
  font-size: 1.4rem;
}
.c-list-disc {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 16px!important;
}
.p-movie {
  width: 70%;
}
.p-movie-unit {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 80px 0;
}
/**
.p-products-unit img {
  width: 100%;
}
*/
.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-products-item {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .p-movie,
  .p-products-item {
    width: 100%;
  }
}
.c-icon {
  width: 60px;
}

.maintenance {
	margin-top: 60px;
}

.maintenance table{
	margin-top: 40px;
}

.maintenance h2{
	margin-top: 80px;
}


/* cookie同意画面部分の色設定*/
#cookie-notice{
  background-color: rgba(10, 8, 8, 0.8) !important;
}
#cookie-notice span.cn-text-container{
  color: #fff;
  text-align: left;
}
#cookie-notice span.cn-close-icon::before, #cookie-notice span.cn-close-icon::after{
  background-color: #fff;
}

#cookie-notice a.cn-button:not(.cn-button-custom){
  color: #fff !important;
  background-color:  #169C8B !important;
}

