/* CSS Document */
body {
 font-size: 18px;
 line-height: 1.8em;
 font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #343434;
 font-weight: 500;
}
.none {
 display: none;
}
.smart {
 display: none;
}
.rela {
 position: relative;
}
.wrap {
 max-width: 1200px;
 margin-right: auto;
 margin-left: auto;
 width: 94%;
}
.wrap1080 {
 max-width: 1080px;
 margin-right: auto;
 margin-left: auto;
 width: 94%;
}
.wrap830 {
 max-width: 830px;
 margin-right: auto;
 margin-left: auto;
}
div#wpadminbar {
 overflow: hidden;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
.dig_bar_bottom img, #footer img, #footer_smart_contact_cover img, #nav img {
 display: inline;
}
/*---------------------------------------
Header
*/
#header {
 position: fixed;
 background-color: #fff;
 width: 100%;
 top: 0;
 left: 0;
 height: 85px;
 border-bottom: 2px solid #ee760f;
 box-sizing: border-box;
 z-index: 101;
}
.admin-bar #header {
 top: 32px;
}
#site-logo {
 position: absolute;
 left: 0;
 top: 10px;
}
#head_tel {
 position: absolute;
 right: 216px;
 top: 1px;
}
#head_contact {
 position: absolute;
 right: 0;
 top: 0;
}
#header #nav {
 position: absolute;
 right: 0;
 bottom: 5px;
}
#header #nav ul li {
 float: left;
 position: relative;
}
#header #nav ul li a {
 font-size: 0.85em;
 color: initial;
 text-decoration: none;
 display: block;
 margin: 0 15px;
 padding-left: 20px;
 background-image: url("img/SVG/pot.svg");
 background-repeat: no-repeat;
 background-size: 12px auto;
 background-position: left center;
}
#header #nav .sub-menu {
 z-index: 10;
 position: absolute;
 left: 0;
 top: 90%;
 opacity: 0;
 visibility: hidden;
 width: 300px;
 background-color: #ed6d00;
 transition: 0.3s ease-in-out;
}
#header #nav li:hover .sub-menu {
 opacity: 1;
 visibility: visible;
 top: 100%;
}
#header #nav .sub-menu li {
 float: none;
}
#header #nav .sub-menu li a {
 display: block;
 color: #fff;
 padding: 3px 10px 3px 37px;
 margin: 0;
 background-position: 17px 13px;
 transition: 0.3s ease-in-out;
 background-image: url(img/SVG/pot_w.svg);
}
#header #nav .sub-menu li:hover a {
 background-color: #f7a26e;
}
#header .wrap.rela {
 height: 100%;
 width: 100%;
}
#header .wrap.rela:after {
 content: "";
 position: absolute;
 right: -96px;
 width: 87px;
 bottom: -3px;
 height: 54px;
 background-image: url(img/pot2.png);
 background-repeat: no-repeat;
 background-size: 100% auto;
 background-position: left bottom;
}
#head_tel a {
 color: #60a224;
 text-decoration: none;
 font-size: 1.7em;
 display: block;
 background-image: url(img/SVG/tel_g.svg);
 background-repeat: no-repeat;
 background-size: 32px auto;
 background-position: left center;
 padding: 5px 0 5px 38px;
 line-height: 1em;
}
#head_contact a {
 color: #fff;
 background-color: #ed6d00;
 text-decoration: none;
 font-size: 1em;
 padding: 8px 16px 14px 16px;
 border-radius: 0 0 10px 10px;
 line-height: 1em;
 display: block;
}
/*---------------------------------------
Diagnosis
*/
#diagnosis {
 padding-top: 100px;
 padding-bottom: 30px;
}
#diagnosis.iframe {
 padding-top: 20px;
}
.btn_pad1 {
 padding: 8px 21px;
}
/*footer
---------------------------------------*/
#footer {
 padding: 40px 0 50px 0;
 background-color: #ed6d00;
 color: #fff;
 font-size: 0.85em;
 position: relative;
 z-index: 2;
}
#pagetop {
 position: fixed;
 right: 5px;
 bottom: 5px;
 z-index: 100;
}
#footer .flex {
 justify-content: space-between;
}
#footer a {
 color: #fff;
 text-decoration: none;
}
#footer .flex .left {
 display: flex;
}
#footer .flex .left > ul {
 min-width: 200px;
 font-size: 0.9em;
}
.footer-logo {
 margin-bottom: 17px;
}
#footer .flex .right .footer_tel {
 margin-bottom: 9px;
}
#footer .flex .right .footer_line, #footer .flex .right .footer_tel {
 margin-left: 20px;
}
#footer .flex .right .footer_line span, #footer .flex .right .footer_tel span {
 margin-left: 15px;
}
#footer .flex .left div {
 min-width: 200px;
 padding-right: 20px;
 box-sizing: border-box;
}
#pagetop a {
 background-image: url(img/SVG/arrow.svg);
 transform: rotate(-90deg);
 display: block;
 background-color: #ed6d00;
 height: 70px;
 width: 70px;
 background-position: center;
 background-size: 22%;
 background-repeat: no-repeat;
 border-radius: 150%;
}
#copyright small {
 display: block;
 text-align: center;
 margin-top: 60px;
 font-size: 13px;
 font-weight: 200;
}
.dig_bar_bottom {
 position: fixed;
 bottom: 0;
 text-align: center;
 left: 0;
 width: 100%;
 z-index: 99;
 background-color: #fff;
 padding: 5px 0;
 height: 65px;
 box-sizing: border-box;
 border-top: 2px solid #f2771c;
 opacity: 0;
 visibility: hidden;
 transition: 0.3s ease-in-out;
}
.dig_bar_bottom.active {
 opacity: 1;
 visibility: visible;
}
.dig_bar_bottom img {
 height: 100%;
 width: auto;
}
/*---------------------------------------
Mobile
*/
@media only screen and (max-width: 1200px) {
 #site-logo {
  left: 15px;
 }
}
@media only screen and (max-width: 900px) {
 .dig_bar_bottom {
  padding: 5px 76px 5px 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: auto;
  line-height: 1.3em;
  text-align: left;
 }
 .dig_bar_bottom img {
  max-width: 100%;
  height: auto;
  width: auto;
 }
}
@media only screen and (max-width: 800px) {
 html {
  -webkit-text-size-adjust: 100%;
 }
 #diagnosis {
  padding-top: 75px;
 }
 #head_contact, #head_tel {
  display: none;
 }
 #smart_btn .name {
  position: absolute;
  left: 0;
  font-size: 9px;
  letter-spacing: 0;
  word-break: unset;
  white-space: nowrap;
  display: block;
  color: #ed6d00;
  bottom: -12px;
  height: auto;
  width: 100%;
  text-align: center;
 }
 #header .wrap.rela:after {
  right: 64px;
  bottom: -1px;
  width: 60px;
 }
 #site-logo {
  left: 10px;
  top: 11px;
 }
 #site-logo img {
  width: 200px;
 }
 #header {
  height: 65px;
 }
 /*Nav */
 #header #nav {
  position: fixed;
  top: -100%;
  height: 100%;
  overflow: auto;
  width: 100%;
  background-color: rgba(30, 29, 29, 0.98);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 50px 3% 5px 3%;
 }
 #header #nav.active {
  top: 0;
  visibility: visible;
  opacity: 1;
 }
 #smart_btn.active span {
  color: #fff !important;
  background-color: #fff !important;
 }
 #smart_btn.active .name {
  display: none;
 }
 #nav ul li {
  float: none;
  padding: 0 10px;
 }
 #nav ul li.none {
  display: block;
 }
 #smart_btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  height: 40px;
  z-index: 50;
  width: 40px;
 }
 #smart_btn.active {
  z-index: 101;
 }
 #smart_btn span.a, #smart_btn span.b, #smart_btn span.c {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 150px;
  background-color: #ed6d00;
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
 }
 #smart_btn span.a {
  top: 12px;
  opacity: 1;
 }
 #smart_btn span.b {
  top: 23px;
  opacity: 1;
 }
 #smart_btn.active span.c {
  opacity: 0;
 }
 #smart_btn.active span.a {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 11px;
 }
 #smart_btn.active span.b {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 11px;
 }
 .none.smart_nav {
  display: block;
 }
 #header #nav ul li.auto-category-submenu {
  padding-right: 40px;
  padding-left: 40px;
 }
 span.open_sub_menu {
  position: absolute;
  right: 0px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  top: 0;
 }
 span.open_sub_menu:after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 16px;
  transform: rotate(0deg);
 }
 span.open_sub_menu:before {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 16px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
 }
 span.open_sub_menu.active:before {
  transform: rotate(0deg);
 }
 #header #nav .sub-menu {
  position: static;
  width: auto;
  background-color: #ff75001c;
  font-size: 0.8em;
  font-weight: 300;
  margin: 0 auto;
  text-align: left;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
  border-radius: 12px;
 }
 #header #nav .sub-menu li a {
  text-align: center;
  background-position: 4px 13px;
  background-size: 10px auto;
  padding: 8px 0 8px 28px;
  border-bottom: dotted 1px #ffffff63;
  background-image: none;
 }
 #header #nav .sub-menu li {
  margin: 0;
  padding: 0;
 }
 #header #nav .sub-menu li:last-child a {
  border-bottom: none;
 }
 #header #nav ul li {
  float: none;
 }
 #header #nav ul li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.1em;
  padding: 5px 0;
  margin: 10px 0;
  line-height: 1.3em;
  background-image: none;
 }
 #nav .contact_btns {
  text-align: center;
  display: block;
 }
 #nav .contact_btns a {
  margin: 66px auto 0 auto;
  width: auto;
  font-size: 0.9em;
  height: 50px;
  padding-top: 8px;
 }
 #nav .contact_btns a:last-child span {
  font-size: 1.3em;
 }
 #nav .contact_btns a:last-child {
  padding-top: 4px;
 }
 #nav .contact_btns a:last-child span .small {
  font-size: 0.5em;
  margin-top: 10px;
 }
 .nav_in {
  overflow: auto;
  height: 100%;
 }
}
@media only screen and (max-width: 782px) {
 .admin-bar #header {
  top: 46px;
 }
}
@media only screen and (max-width: 770px) {
 #footer .flex {
  display: block;
 }
 #footer .flex .left {
  max-width: 400px;
  margin: 0 auto;
 }
 #footer .flex .right {
  max-width: 290px;
  margin: 60px auto 0 auto;
 }
 #footer_smart_contact_cover {
  display: block;
 }
 #footer_smart_contact.none {
  opacity: 0.98;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  z-index: 100;
 }
 .dig_body #footer_smart_contact.none {
  bottom: 8.5vw;
 }
 #footer_smart_contact .in {
  display: flex;
 }
 #footer_smart_contact.none a {
  background-color: #3db402;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 5px;
 }
 #footer_smart_contact.none a img {
  width: 20px;
  height: auto;
  position: relative;
  top: -6px;
 }
 #footer_smart_contact.none a:last-child {
  background-color: #ed6d00;
  border-radius: 0 10px 0 0;
 }
 #footer_smart_contact.none a span {
  margin-left: 6px;
 }
 #footer .flex .left div {
  min-width: 0;
 }
}