html {
  font-size: 10px;
  background: #000000;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 1.4rem;
  /* 14px*/
  line-height: 1.8;
  background: #fff;
  color: #000;
  position: relative;
  min-width: 320px;
}
body {
  /*
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.psize,
p {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .psize,
  p {
    font-size: 1.6rem;
  }
}
.light {
  font-weight: 300;
  font-weight: normal;
}
.regular {
  font-weight: 400;
  font-weight: normal;
}
.medium {
  font-weight: 500;
  font-weight: normal;
}
.bold {
  font-weight: 700;
  font-weight: bold !important;
}
hr.ghr {
  border-top: 1px solid #808080;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  font-weight: bold;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.waku {
  border: 1px solid #000;
}
.hidden {
  display: none;
}
/* general */
.title-1 {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.title-1.long {
  font-size: 1.6rem;
}
.title-1.long14 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .title-1.long {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .title-1 {
    margin-top: 30px !important;
  }
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}
/* hover */
a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration: none;
}
.pc a:hover {
  opacity: 0.6;
}
.pc a.opa:hover img,
.pc a.opa:hover {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}
.ulink {
  text-decoration: underline;
  color: #000;
}
.ulink:hover {
  text-decoration: none;
  color: #000;
}
.pt-15 {
  padding-top: 15px;
}
.br-sm {
  display: none;
}
.br-md {
  display: none;
}
.br-lg {
  display: inline;
}
.disp-sp {
  display: none;
}
.disp-pc {
  display: block;
}
.top-margin {
  margin-top: 130px;
}
@media (max-width: 991.98px) {
  .br-md {
    display: inline;
  }
}
@media (max-width: 767.98px) {
  .disp-sp {
    display: block;
  }
  .disp-pc {
    display: none;
  }
  .br-sm {
    display: inline;
  }
  .br-lg {
    display: none;
  }
  .img-100-sm {
    width: 100% !important;
  }
  .img-90-sm {
    width: 90% !important;
  }
  .img-80-sm {
    width: 80% !important;
  }
  .img-70-sm {
    width: 70% !important;
  }
  .img-60-sm {
    width: 60% !important;
  }
  .img-50-sm {
    width: 50% !important;
  }
  .img-40-sm {
    width: 40% !important;
  }
  .img-30-sm {
    width: 30% !important;
  }
}
/* gmap */
.gmap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* = height ÷ width × 100 */
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .gmap {
    padding-top: 100%;
  }
}
/* mw wp */
.contact-area {
  width: 80%;
  min-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.contact-area .form-control {
  border: 1px solid #eee;
  border-bottom: 2px solid #e0e0e0;
}
.contact-area hr {
  border-top: 2px solid #e0e0e0;
}
.contact-area dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  margin-bottom: 1em;
}
.contact-area dl dt {
  font-weight: normal;
  padding-right: 2rem;
  padding-left: 2rem;
}
.contact-area dl dt .req {
  display: inline-block;
  background: #ff8080;
  color: #fff;
  padding: 1px 10px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.4rem;
}
.contact-area dl dd {
  padding-right: 2rem;
  padding-left: 2rem;
}
.contact-area .error {
  font-size: 1.8rem;
  font-weight: bold;
  animation: blinkAnime 1s infinite alternate;
}
.contact-area .submit-btn {
  background: #0091E3;
  color: #fff;
  padding: 5px 85px;
  border: none;
  border-radius: 5px;
}
.contact-area .confirm-btn,
.contact-area .send-btn {
  background: #E6E6E6;
  background: #e6e6e6;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  padding: 3px 5rem;
}
.contact-area .pc .submit-btn:hover {
  opacity: 0.6;
}
.contact-area .back-btn {
  background: #6c757d;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  padding: 3px 5rem;
  color: #fff;
}
.contact-area .pc .back-btn:hover {
  opacity: 0.6;
}
.contact-area .mwform-radio-field label {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.contact-area .mwform-radio-field label input {
  width: auto;
}
.contact-area .error {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@media (max-width: 767.98px) {
  .contact-area {
    width: 100%;
    min-width: 100%;
  }
}
.pc .tel-link {
  pointer-events: none;
}
/* bootstrap */
/* animation */
.pc .img-expand {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.pc .img-expand img {
  width: 100%;
  transition-duration: 0.5s;
}
.pc .img-expand:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.pc a.nav-link,
.pc a.text-expand {
  display: inline-block;
}
.pc a.nav-link:hover,
.pc a.text-expand:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
/* header */
.dummy-space {
  padding-bottom: 400px;
}
/* nav */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
@media (min-width: 768px) {
  .headless {
    padding-top: 100px;
  }
  .main-logo {
    width: 90px;
    display: flex;
    height: 100px;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.5s;
  }
  .main-logo a {
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .gnav-wrap {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100px;
    transition: all 0.5s;
  }
  .gnav-wrap .gnav-flex {
    display: flex;
    justify-content: space-between;
  }
  .gnav-wrap .gnav-flex .nav-right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
  }
  .gnav-wrap .gnav-flex .nav-right .upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    height: 55px;
    transition: all 0.5s;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-logo {
    width: 150px;
    height: auto;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-tel,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-addr,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-open {
    width: 150px;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sikiri {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .upper-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .gnav-wrap .gnav-flex .nav-right .lower {
    height: 40px;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar {
    padding: 0;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar #menu-gnav {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    transition: all 1s;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar #menu-gnav .nav-link {
    font-size: 1.2rem;
    padding: 0 !important;
  }
  .scroll .main-logo {
    width: 40px;
    height: 40px;
  }
  .gnav-wrap.scroll {
    height: 40px;
  }
  .gnav-wrap.scroll .gnav-flex .nav-right .upper {
    display: none;
    height: 20px;
  }
  .gnav-wrap.scroll .gnav-flex .nav-right .lower .navbar #menu-gnav {
    justify-content: flex-end;
  }
  .gnav-wrap.scroll .gnav-flex .nav-right .lower .navbar #menu-gnav .nav-link {
    padding-left: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gnav-wrap .gnav-flex .nav-right .upper .sub-logo {
    width: 120px;
    height: auto;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-tel,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-addr,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-open {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .main-logo {
    width: 80px;
    height: auto;
    margin-top: 10px;
    display: inline-block;
  }
  .gnav-wrap {
    background: rgba(0, 0, 0, 0.75);
    position: relative;
  }
  .gnav-wrap .gnav-flex {
    text-align: center;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-logo {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-tel,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-addr,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-open {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-addr,
  .gnav-wrap .gnav-flex .nav-right .upper .sub-open {
    display: none;
  }
  .gnav-wrap .gnav-flex .nav-right .upper .sub-open {
    margin-bottom: 0;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    font-size: 2.5rem;
    color: #fff;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar {
    justify-content: flex-end;
  }
  .gnav-wrap .gnav-flex .nav-right .lower .navbar #menu-gnav .nav-link {
    font-size: 2rem;
  }
}
/* archive */
.card-img,
.card-img-bottom,
.card-img-top {
  height: auto;
}
.card-footer {
  color: #666;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-title {
    font-size: 1.4rem !important;
  }
}
/* pagination */
.pagination {
  justify-content: center;
}
.page-item.active .page-link {
  background: #000;
  border-color: #000;
}
.page-link {
  color: #000;
}
.page-link:hover {
  color: #666;
}
/* main */
/*
.dmbs-main {
    padding-top: 15px;
    padding-bottom: 15px;
}
*/
/* sidebar */
.dmbs-right {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* widget */
ul.arclist li {
  padding-left: 0;
}
li.widget {
  list-style: none!important;
}
.blog-banner {
  max-width: 250px;
}
/* footer */
.pre-footer {
  background: #666666;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
}
footer {
  background: #000000;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 40px;
}
.gnav-fb-icon,
.footer-fb-icon {
  font-size: 2.4rem !important;
}
@media (min-width: 768px) {
  #menu-footer {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-direction: row;
  }
  #menu-footer a {
    font-size: 1.2rem;
  }
  footer .footer-main-logo {
    display: inline-block;
    width: 80px;
  }
  footer .footer-sub-logo {
    display: inline-block;
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  #menu-footer {
    text-align: center;
  }
  #menu-footer a {
    font-size: 1.2rem;
  }
  #menu-footer.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #menu-footer.navbar-nav li {
    width: 50%;
    text-align: center;
  }
  footer .footer-main-logo {
    display: block;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-sub-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Top page */
.bg-gray {
  background: #e6e6e6;
}
.bg-gray2 {
  background: #666666;
  color: #fff;
}
.bg-gray3 {
  background: #e6e6e6;
}
/* single page */
.card,
.card-header {
  border: none;
  background: #fff;
}
.card-footer {
  background: #fff;
  text-align: right;
  font-size: 1.2rem;
}
.dmbs-post-date {
  color: #666;
}
.single .card-body {
  padding-left: 0;
  padding-right: 0;
}
.single .card-body img {
  max-width: none;
  width: 100%;
  height: auto;
  padding-bottom: 1.25rem;
}
/* custom page */
.obi {
  border-top: 17px solid rgba(0, 0, 0, 0.75);
  position: relative;
}
.obi div {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  text-align: center;
}
.obi div h2 {
  display: inline-block;
  background: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .obi div.dbl {
    top: -28px;
  }
  .obi div.f16-sm h2 {
    font-size: 1.6rem;
  }
}
.gray-box {
  background: #e6e6e6;
}
.contact-btn {
  background: #E6E6E6;
  background: #e6e6e6;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  padding: 3px 3rem;
}
.contact-to-btn {
  background: #b3b3b3;
  border: 7px solid #808080;
  text-align: center;
  padding: 3px 10rem;
}
.btn-100 {
  display: block;
  width: 100%;
  padding: 3px;
}
.brand-box a {
  display: flex !important;
  align-items: center;
  border: 2px solid #dcdcdc;
  padding: 10px;
  width: 100%;
}
.brand-box a img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 10 / 3;
}
.cmenu-text {
  background: #b3b3b3;
  color: #000;
  overflow-wrap: break-word;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
}
@media (max-width: 767.98px) {
  .row8 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row8 > div {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 991.98px) {
  .cmenu-text {
    height: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cmenu-text {
    font-size: 1.4rem !important;
  }
}
/* shop page */
.shop-table {
  width: 100%;
}
.shop-table th,
.shop-table td {
  vertical-align: middle;
  color: #808080;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.shop-table th {
  width: 25%;
  background: #f2f2f2;
  padding-left: 10px;
}
.shop-table td {
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .shop-table th,
  .shop-table td {
    display: block;
    width: 100%;
  }
  .shop-table th {
    border-bottom: none;
  }
  .shop-table td {
    border-top: none;
    border-bottom: none;
    padding-left: 10px;
  }
  .shop-table td.endtd {
    border-bottom: 1px solid #808080;
  }
}
/* maintenance page */
.maintein-table {
  width: 100%;
}
.maintein-table th,
.maintein-table td {
  border: 1px solid #808080;
  padding: 10px 15px;
}
.maintein-table th {
  font-size: 1.8rem;
  vertical-align: top;
}
.maintein-table td {
  vertical-align: middle;
}
.maintein-table .vcenter {
  vertical-align: middle;
}
.maintein-table2 th,
.maintein-table2 td {
  padding: 2px 15px;
}
.maintein-table2 th {
  font-size: 1.4rem;
  width: 25%;
}
.maintein-table2 td {
  font-size: 1.4rem;
  width: 25%;
}
.maintein-table2 span {
  display: inline-block;
  min-width: 6em;
}
.maintein-table3 {
  width: 100%;
}
.maintein-table3 th,
.maintein-table3 td {
  padding: 2px;
  text-align: center;
  border: 1px solid #808080;
  font-size: 1.2rem;
  line-height: 1.4;
}
.maintein-table3 th {
  width: 11.11%;
  background: #b3b3b3;
  font-weight: normal;
}
.maintein-table3 td {
  width: 11.11%;
  font-weight: bold;
}
.maintein-table4 {
  width: 100%;
}
.maintein-table4 th,
.maintein-table4 td {
  padding: 2px;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.4rem;
  width: 50%;
}
.c7 th,
.c7 td {
  width: 14.28%;
}
.c9 th,
.c9 td {
  width: 11.11%;
}
.nw th,
.nw td {
  white-space: nowrap;
  padding: 2px 5px;
}
.idt {
  text-indent: -1em !important;
  padding-left: 1.5em !important;
}
.red-box {
  background: #ff0000;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
}
.gray-boxf {
  background: #808080;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
}
span.sq {
  color: #808080;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .maintein-table th,
  .maintein-table td {
    display: block;
    width: 100%;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: none;
    vertical-align: middle;
  }
  .maintein-table .lastbd {
    border-bottom: 1px solid #808080;
  }
  .maintein-table .dnonebd {
    display: none;
  }
  .maintein-table2 th {
    background: #eee;
  }
  .scroll-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .gray-boxf,
  .red-box {
    min-height: 6rem;
  }
}
.maintein-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.maintein-list li {
  width: 100%;
  margin-bottom: 15px;
}
.maintein-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #b3b3b3;
  color: #000;
  height: 3.3em;
  font-weight: bold;
  line-height: 1.2;
}
.maintein-list li .active,
.maintein-list li a:hover {
  background: #808080;
  color: #fff;
  opacity: 1;
}
.obi2 {
  border-top: 1px solid #808080;
  position: relative;
}
.obi2 div {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
}
.obi2 div span {
  color: #808080;
  font-size: 2.8rem;
}
.obi2 div h2 {
  display: inline-block;
  background: #fff;
  padding-left: 0;
  padding-right: 2rem;
  margin-left: 0;
  margin-right: 2rem;
}
.obi2.mt-space {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .obi2 {
    margin-bottom: 15px;
  }
  .obi2 div.dbl {
    top: -28px;
  }
  .obi2 div.f16-sm h2 {
    font-size: 1.3rem;
  }
  .obi2.mline {
    margin-bottom: 40px;
  }
}
/* privacy page */
.privacy-page {
  padding-bottom: 30px;
}
.privacy-page h1,
.privacy-page h2 {
  font-size: 1.8rem;
  margin-top: 1em;
}
/* captcha */
.grecaptcha-badge {
  bottom: 100px !important;
}
