
@charset "utf-8";
/*
theme Name: マイテーマ
Author: Traimmu
*/

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;;
}

/*
 * Common Styles
 */
 header {
  border-bottom: 1px solid #f3f3f4;
 }
 .header-container {
   max-width: 1140px;
   margin: 0 auto;
   padding: 8px;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .header-link {
   color: inherit;
 }
 .header-logo {
  width: 150px;
 }
 @media screen and (max-width: 480px) {
  .header-logo {
    width: 60px;
  }
}
 .header-h1 {
   font-size: 56px;
   font-weight: bold;
   text-align: center;
   line-height: 0.7;
 }
 @media screen and (max-width: 480px) {
   .header-h1 {
     font-size: 22px;
    line-height: 1;
   }
 }
 .header-h1-sub {
   font-size: 32px;
 }
 @media screen and (max-width: 480px) {
  .header-h1-sub {
    font-size: 18px;
  }
}
 .header-antibacterial-pro {
   width: 130px;
   padding: 12px;
   font-size: 32px;
   font-weight: bold;
   text-align: center;
   line-height: 1.2;
   color: white;
   background-color: blue;
   border-radius: 12px;
 }
 @media screen and (max-width: 480px) {
  .header-antibacterial-pro {
    width: 70px;
    padding: 8px;
    font-size: 16px;
  }
}
.header-antibacterial-pro-description {
  font-size: 12px;
}

.bottom-fixed-navigation-container {
  width: 100%;
  font-size: 22px;
  background-color: white;
  position: fixed;
  bottom: 0;
  box-shadow: 0 2px 12px rgba(33,33,33,0.2);
}
@media screen and (max-width: 896px) {
  .bottom-fixed-navigation-container {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-container {
    font-size: 14px;
  }
}
.bottom-fixed-navigation-contents {
  width: 100%;
  max-width: 865px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bottom-fixed-navigation-contents {
    max-width: 642px;
  }
}
.bottom-fixed-navigation-business-hours {
  text-align: center;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-business-hours {
    padding-right: 0;
  }
}
.bottom-fixed-navigation-tel-here {
  position: relative;
  padding: 12px 48px;
  color: white;
  text-align: center;
  background-color: #f90304;
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-tel-here {
    padding: 12px 36px;
  }
}
.bottom-fixed-navigation-tel-here:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  color: white;
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-tel-here:before {
    left: -1px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
  }
}
.bottom-fixed-navigation-tel-here-link {
  color: inherit;
}
.bottom-fixed-navigation-business-hours-not-show-sp  {
  display: inherit;
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-business-hours-not-show-sp {
    display: none;
  }
}
.bottom-fixed-navigation-business-hours-only-show-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .bottom-fixed-navigation-business-hours-only-show-sp {
    display: inherit;
  }
}

footer {
  padding: 20px 0 60px;
  background-color: black;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 20px 0 72px;
  }
}
.footer-copyright {
  font-size: 14px;
  text-align: center;
  color: white;
}