@charset "UTF-8";
/*
Theme Name: 株式会社光工業様
Theme URI: 
Template: bootstrap-starter-theme
Description: 
Author: HAROO
Tags: 
Version: 
*/
/*-------------------------------------------*/
/*  変数
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  初期設定
/*-------------------------------------------*/
@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSans-Regular.woff") format("woff"); /* normal */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSans-Bold.woff") format("woff"); /* bold */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KosugiMaru";
  src: url("fonts/KosugiMaru-Regular.woff") format("woff"); /* normal */
  font-weight: normal;
  font-style: normal;
}
:root {
  --bs-light: #f5f5f5;
  --bs-light-rgb: 245,245,245;
}

body {
  font-family: "KosugiMaru", "PTSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: clamp(9px, 1.1vw, 36px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  overflow-x: hidden;
  background-color: #404040;
}

#wrapper {
  background: url(images/bg01.png) repeat 0 0/100% auto;
  max-width: 1200px;
  margin: 0 auto;
}

.sans-serif,
.sans-serif * {
  font-family: "KosugiMaru", "PTSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

.serif,
.serif * {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.f-arial,
.f-arial * {
  font-family: Arial !important;
}

.f-arial-black,
.f-arial-black * {
  font-family: "Arial black" !important;
}

a {
  color: #ffffff;
}
a:link, a:visited {
  color: #ffffff;
}
a:hover, a:active {
  color: #FFC000;
}

.small, small {
  font-size: 0.75em !important;
}

.text-main {
  color: #ad5cab;
}

.bg-main {
  background-color: #ad5cab;
}

.border-main {
  border-color: #ad5cab;
}

.text-sub {
  color: #99d410;
}

.bg-sub {
  background-color: #99d410;
}

.border-sub {
  border-color: #99d410;
}

.text-lightgray {
  color: #dddddd;
}

.bg-lightgray {
  background-color: #dddddd;
}

.border-lightgray {
  border-color: #dddddd;
}

.text-gold {
  color: #8C730C;
}

.bg-gold {
  background-color: #8C730C;
}

.border-gold {
  border-color: #8C730C;
}

main img {
  max-width: 100%;
  height: auto;
}

.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------*/
/*  ヘッダー
/*-------------------------------------------*/
@media only screen and (min-width: 768px) {
  .header-top-negative-margin {
    border-radius: 0;
  }
}

.nav_wrap {
  background-color: #ad5cab;
}

@media only screen and (min-width: 992px) {
  .navbar-nav {
    color: #ffffff;
  }
  .navbar-nav .nav-item {
    padding: 0.8rem 0;
  }
  .navbar-nav .nav-link {
    color: #ffffff !important;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar-nav .nav-link {
    margin: 0.15em 0;
    font-size: 1.5em;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #f5edf8 !important;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .navbar-nav { /* モバイル用 */ }
  .navbar-nav .dropdown-menu {
    display: block;
  }
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
  background-color: #ffffff;
  color: #ad5cab;
  text-decoration: none;
}

.drawer-menu .dropdown-menu {
  display: block;
  padding: 0.7rem 1.2rem;
  margin-bottom: 1rem;
}
.drawer-menu .dropdown-menu li {
  display: inline-block;
}
.drawer-menu .dropdown-menu li .dropdown-menu {
  display: block;
}

body:not(.home) .navbar-brand img,
.offcanvas-header .navbar-brand img {
  max-height: 200px;
  height: auto;
  max-width: 60vw;
}

@media only screen and (max-width: 575.98px) { /* モバイル用 */ }
.navbar-toggler {
  position: absolute;
  right: 1rem;
}

.home .navbar-toggler {
  display: none;
}

.btn-close {
  right: 0.8em;
  background-size: 1.4rem;
}

/*-------------------------------------------*/
/*  メイン
/*-------------------------------------------*/
#main {
  margin-top: 0;
}

.home #main {
  padding-top: 0;
  padding-bottom: 0;
}

/* 投稿 */
.post-image {
  max-height: 15rem;
}
@media only screen and (max-width: 991.98px) {
  .post-image {
    max-height: 14rem;
  }
}

.nav-rotate45 {
  width: 18vw;
  height: 18vw;
  background-color: #262626;
  transform: rotate(45deg);
}

.drop-shadow-white {
  filter: drop-shadow(15px -15px 10px rgba(255, 255, 255, 0.7));
}
.drop-shadow-white.active {
  filter: drop-shadow(15px -15px 10px rgba(255, 192, 0, 0.7));
}

@media only screen and (max-width: 991.98px) {
  .small-md {
    font-size: 75%;
  }
}

@media only screen and (max-width: 575.98px) {
  .small-sm {
    font-size: 75%;
  }
}

.underline01 {
  position: relative;
  padding-right: 1rem;
}
.underline01:before {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  border: solid 2px #ffffff;
}
@media only screen and (max-width: 991.98px) {
  .underline01:before {
    border: solid 1px #ffffff;
  }
}
.underline01:hover:before {
  border: solid 2px #FFC000;
}
@media only screen and (max-width: 991.98px) {
  .underline01:hover:before {
    border: solid 1px #FFC000;
  }
}
.underline01:after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg) skew(15deg, 15deg);
  background: #ffffff;
}
@media only screen and (max-width: 991.98px) {
  .underline01:after {
    bottom: -0.35rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.underline01:hover:after {
  background: #FFC000;
}

#company-profile::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #00B050 solid 3px;
  border-top: #00B050 solid 3px;
}

#history::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #FF0000 solid 3px;
  border-top: #FF0000 solid 3px;
}

#access::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #BF9000 solid 3px;
  border-top: #BF9000 solid 3px;
}

#facilities::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #ED7D31 solid 3px;
  border-top: #ED7D31 solid 3px;
}

#employment::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #0070C0 solid 3px;
  border-top: #0070C0 solid 3px;
}

#contact-us::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #0070C0 solid 3px;
  border-top: #0070C0 solid 3px;
}

#privacy-policy::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 15vw;
  border-left: #0070C0 solid 3px;
  border-top: #0070C0 solid 3px;
}

/*-------------------------------------------*/
/*  サイド
/*-------------------------------------------*/
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
  font-size: 1.2rem;
}

#sidebar a {
  color: #333333;
}

/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/
#footer .copyright {
  color: #ffffff;
  background-color: transparent;
  display: none;
}

/*-------------------------------------------*/
/*  見出し
/*-------------------------------------------*/
h1, h2, .h1, .h2, .fw-bold {
  font-weight: 600;
}

main#main {
  /*h1 {
    font-size: clamp( 27px, 2.5vw, 48px);
  }
  h2 {
    font-size: clamp( 24px, 2vw, 42px);
  }
  h3 {
    font-size: clamp( 21px, 1.8vw, 38px);
  }
  h4 {
    font-size: clamp( 18px, 1.7vw, 36px);
  }
  h5 {
    font-size: clamp( 17px, 1.6vw, 32px);
  }
  h6 {
    font-size: clamp( 16px, 1.5vw, 27px);
  }*/
}
main#main h1 {
  font-size: clamp(24px, 2.4vw, 48px);
}
main#main h2 {
  font-size: clamp(22px, 2.2vw, 42px);
}
main#main h3 {
  font-size: clamp(21px, 2vw, 38px);
}
main#main h4 {
  font-size: clamp(18px, 1.8vw, 36px);
}
main#main h5 {
  font-size: clamp(17px, 1.6vw, 32px);
}
main#main h6 {
  font-size: clamp(16px, 1.4vw, 27px);
}
main#main h1:first-of-type,
main#main h2:first-of-type,
main#main h3:first-of-type,
main#main h4:first-of-type,
main#main h5:first-of-type,
main#main h6:first-of-type {
  margin-top: 0;
}

/*h1:not(:first-of-type),
h2:not(:first-of-type),
h3:not(:first-of-type),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 5em;
}*/
.card-title,
.list-title {
  font-family: "KosugiMaru", "PTSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1em !important;
  font-weight: 600;
  color: #3E3A39;
  padding: 0 !important;
  background: transparent !important;
}
.card-title:before, .card-title:after,
.list-title:before,
.list-title:after {
  display: none !important;
}
.card-title a,
.list-title a {
  color: #222222;
}

.entry-meta {
  margin-top: 0 !important;
}

/*-------------------------------------------*/
/*  ページャー
/*-------------------------------------------*/
.pagination {
  margin: 0 auto;
  padding: 0;
}
.pagination .page-numbers {
  margin: 0;
  margin-left: -1px;
  padding: 6px 12px;
  display: block;
  overflow: hidden;
  float: left;
  list-style: none;
  color: #222;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.pagination .page-numbers:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
.pagination .page-numbers:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
.pagination .page-numbers:hover:not(.current) {
  background-color: #ddd;
}
.pagination .page-numbers.current {
  padding: 6px 12px;
  color: #fff;
  background-color: #212529;
}

/*-------------------------------------------*/
/*  リストスタイル
/*-------------------------------------------*/
/*-------------------------------------------*/
/*  カード
/*-------------------------------------------*/
.overlayCard .overlayCard-img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.overlayCard .overlayCard-text {
  background: #f6f6f6;
  transition: 0.5s;
  width: 100%;
}
.overlayCard:hover * {
  color: #FFFFFF;
}
.overlayCard:hover .overlayCard-text {
  background: rgba(0, 0, 0, 0.7);
}

/*-------------------------------------------*/
/*  ホバーエフェクト
/*-------------------------------------------*/
.hover-toBlur {
  filter: blur(0);
  transition-duration: 0.5s;
}
.hover-toBlur:hover {
  filter: blur(3px);
}

.hover-blurTo {
  filter: blur(3px);
  transition-duration: 0.5s;
}
.hover-blurTo:hover {
  filter: blur(0);
}

.hover-zoom-in {
  overflow: hidden;
}
.hover-zoom-in img {
  transition-duration: 0.5s;
  margin: 0;
}
.hover-zoom-in img:hover {
  transform: scale(1.1, 1.1);
}

.hover-zoom-out {
  overflow: hidden;
}
.hover-zoom-out img {
  transition-duration: 0.5s;
  transform: scale(1.1, 1.1);
  margin: 0;
}
.hover-zoom-out img:hover {
  transform: scale(1, 1);
}

.grayscaleTo,
.grayscaleTo img {
  transition: all 0.3s;
  filter: grayscale(0.9);
}
.grayscaleTo:hover,
.grayscaleTo img:hover {
  filter: grayscale(0);
}

.toGrayscale,
.toGrayscale img {
  transition: all 0.3s;
  filter: grayscale(0);
}
.toGrayscale:hover,
.toGrayscale img:hover {
  filter: grayscale(0.9);
}

.hover-marker-outer .hover-marker {
  display: inline;
  background-image: linear-gradient(90deg, #fcf69f, #fcf69f); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.8s ease; /* マーカーを引く速度 */
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
}
.hover-marker-outer:hover .hover-marker {
  background-size: 100% 40%; /* マーカーの横幅 / 縦幅 */
}

/*-------------------------------------------*/
/*  List category posts
/*-------------------------------------------*/
.lcp_thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}

.post-link,
.post-link a {
  color: #3E3A39;
  text-decoration: underline;
}

ul.lcp_paginator {
  margin: 0 auto;
  padding: 0;
}

ul.lcp_paginator li {
  margin: 0;
  margin-left: -1px;
  padding: 0;
  display: block;
  overflow: hidden;
  float: left;
  list-style: none;
  color: #222;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

ul.lcp_paginator li a {
  padding: 6px 12px;
  display: block;
}

ul.lcp_paginator li:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

ul.lcp_paginator li:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

ul.lcp_paginator li.lcp_currentpage {
  padding: 6px 12px;
  color: #fff;
  background-color: #212529;
}

ul.lcp_paginator li:hover:not(.lcp_currentpage) {
  background-color: #ddd;
}

/*-------------------------------------------*/
/*  googlemap
/*-------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  border-radius: 0.5rem;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.gmap iframe:hover {
  filter: none;
}

.gmap-75 {
  padding-bottom: 75%;
}

@media only screen and (max-width: 767.98px) { /* モバイル用 */
  .gmap {
    padding-bottom: 75%;
  }
}
/*-------------------------------------------*/
/*  Bootstrap
/*-------------------------------------------*/
.navbar-opening + .offcanvas-backdrop {
  background-color: transparent;
}

.gallery figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 5px;
}

img.card-img-top,
.card-img-top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

/* タブ */
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 0.3em;
}
.nav-tabs .nav-item .nav-link {
  background-color: #f3f3f3;
  color: #000000;
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
}

.nav-pills button.nav-link.active,
.nav-pills button.show > .nav-link {
  background-color: #FF9966 !important;
  color: #fff;
}

.nav-pills .nav-link.active button,
.nav-pills .show > .nav-link button {
  background-color: #FF9966 !important;
  color: #fff;
}

.news.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ad5cab transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.shoplist.nav-pills .nav-link {
  background-color: #f5f5f5;
  border: #dedede 1px solid;
  color: #919191;
}

.shoplist.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #FF9966 !important;
  color: #fff;
}

.shops .nav-tabs .nav-link.active div.row {
  background-color: #f5edf8;
  border-color: #ad5cab !important;
}

/* Bootstrap 4 Color Utility Generator */
/* https://lingtalfi.com/bootstrap4-color-generator# *//*# sourceMappingURL=style.css.map */