@charset "UTF-8";
/*! ---------- common ---------- */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");
.white-bg {
  background-color: #fcf9f9;
}

html {
  scroll-behavior: smooth;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.sans-serif {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-sawarabiMin {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: 700;
}

body {
  color: #572304;
  background-color: #fdfbf4;
}

.shadow-wrapp {
  background-color: #fff;
  z-index: -3;
}

@media screen and (min-width: 992px) {
  .shadow-wrapp {
    max-width: calc(1140px + 30px);
    -webkit-box-shadow: 0px 2px 4px 2px rgba(243, 237, 221, 0.555);
            box-shadow: 0px 2px 4px 2px rgba(243, 237, 221, 0.555);
    margin: 0 auto;
    padding: 1rem;
  }
}

ul {
  list-style: none;
}

ul.list-disc {
  list-style-type: disc;
}

.intxt-li {
  list-style-type: disc;
  padding-left: 15px;
  font-weight: bold;
}

p {
  line-height: 2rem;
}

.link-underline {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
}

@media only screen and (min-width: 576px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .tb_br {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .tb_br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .sp-hide {
    display: none;
  }
}

a {
  color: #572304;
  word-break: break-all;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f3dd1a;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:focus {
  outline: none;
}

.heading-style {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  background-color: #feeabe;
  border-left: 8px solid #f18f32;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .heading-style {
    font-size: 1.2rem;
  }
}

.heading-style-secondary {
  color: #572304;
  padding: 0.5em;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  background: #feeabe;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

.heading-style-secondary:before {
  content: '●';
  color: #572304;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .heading-style-secondary {
    font-size: 1.2rem;
  }
}

.heading-style-3rd {
  position: relative;
  padding: .25rem 1rem;
  margin-top: 1rem;
  border-bottom: 6px solid #fff1c1;
  font-size: 1rem;
  font-weight: bold;
}

.heading-style-3rd::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #f18f32;
}

@media screen and (min-width: 768px) {
  .heading-style-3rd {
    font-size: 1.3rem;
  }
}

.article-headning-top {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background-color: #feeabe;
  color: #572304;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.article-headning-top:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #7c5341;
}

@media screen and (min-width: 768px) {
  .article-headning-top {
    font-size: 1.2rem;
  }
}

.half-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(0%, #f5e65c));
  background: linear-gradient(transparent 45%, #f5e65c 0%);
  border-radius: 4px;
  display: inline;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.strong-txt {
  color: #e6554e;
}

.strong-txt-lg {
  color: #e6554e;
  font-size: 2.2rem;
}

.strong-txt-xl {
  font-size: 2.1rem;
}

@media screen and (min-width: 768px) {
  .strong-txt-xl {
    font-size: 3rem;
  }
}

.outline-txt {
  color: #7c5341;
  text-shadow: #fff 0px -2px, #fff 0px 2px, #fff 2px 0px,  #fff -2px 0px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  font-weight: 700;
}

.outline-txt-dark {
  color: #f7b13c;
  text-shadow: #7c5341 0px -2px, #7c5341 0px 2px, #7c5341 2px 0px, #7c5341 -2px 0px, #7c5341 2px 2px, #7c5341 -2px 2px, #7c5341 2px -2px, #7c5341 -2px -2px, #7c5341 1px 2px, #7c5341 -1px 2px, #7c5341 1px -2px, #7c5341 -1px -2px, #7c5341 2px 1px, #7c5341 -2px 1px, #7c5341 2px -1px, #7c5341 -2px -1px;
  font-weight: 700;
}

.txt-indent {
  text-indent: 1em;
}

.float-img-size {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .float-img-size {
    max-width: 50%;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

.profile-box {
  display: inline;
}

.profile-name {
  position: absolute;
  bottom: 0;
  left: 50%;
}

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

.img-box-border {
  border: 0.5px solid #fcf9f9;
}

.img-box-shadow {
  -webkit-box-shadow: 0px 4px 10px 4px rgba(131, 130, 130, 0.3);
          box-shadow: 0px 4px 10px 4px rgba(131, 130, 130, 0.3);
}

.wp-pagenavi {
  text-align: center;
}

.btn-tel-img:hover {
  opacity: 0.6;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.box-fluid {
  max-width: 100%;
  height: auto;
}

.img-fuwafuwa {
  -webkit-animation-name: fuwafuwa-material;
          animation-name: fuwafuwa-material;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fuwafuwa-material {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

@keyframes fuwafuwa-material {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}

/* ---------- header section---------- */
header {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  header {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  header {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-heading {
  display: block;
  padding: 5px;
  font-size: 1rem;
  background-color: #f7b13c;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header-heading {
    font-size: 1rem;
  }
}

.logo {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .logo {
    text-align: center;
  }
}

.header-microCopy {
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .header-microCopy {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-microCopy {
    font-size: .75rem;
  }
}

@media screen and (min-width: 992px) {
  .header-microCopy {
    font-size: 1rem;
  }
}

.brachAreaBnr p {
  color: #fcf9f9;
  background-color: #f18f32;
  width: 100%;
}

.breadcrumb {
  background-color: transparent;
}

/* --- Global Navigation --- */
.bg-origin {
  font-size: .7rem;
  font-weight: 700;
  background-color: #fff1c1;
  padding: 0;
  border-bottom: 4px solid #f6a724;
}

@media screen and (max-width: 992px) {
  .bg-origin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2000;
  }
}

@media screen and (min-width: 992px) {
  .bg-origin {
    background: transparent;
    border-top: 2px solid #7c5341;
    border-bottom: 2px solid #7c5341;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (min-width: 768px) {
  .br-dotted {
    display: block;
    border-right: 2px dotted #572304;
    color: #572304;
    height: calc(100% - 10px);
    padding-right: .75rem;
  }
}

@media screen and (min-width: 992px) {
  .br-dotted {
    padding-right: 1.5rem;
  }
}

.branch-toggle {
  z-index: 2100;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.branchAreaAll-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  z-index: 2101;
}

.toggle-area-name {
  display: block;
  background-color: #572304;
  color: #fcf9f9;
  padding: 1rem;
  width: 100vw;
}

.toggle-branch-name {
  display: block;
  background-color: #fcf9f9;
  color: #572304;
  padding: 1rem;
  width: 100vw;
}

.navbar {
  overflow: auto;
  max-height: calc(100vh - 48px);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(248,175,23,1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar > button {
  margin-top: -20px;
}

@media screen and (min-width: 768px) {
  .navbar > button {
    margin-top: 0;
  }
}

.navbar-light .navbar-toggler-icon:after {
  content: 'MENU';
  color: #572304;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 42px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .navbar-light .navbar-toggler-icon:after {
    top: 25px;
    right: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .navbar-light .navbar-toggler-icon {
    margin-right: 3rem;
  }
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
}

.bg-origin nav > a > img {
  max-width: 32px;
}

@media screen and (min-width: 768px) {
  .bg-origin nav > a > img {
    max-width: 48px;
  }
}

.navbar a {
  text-align: center;
}

.nav-item {
  font-size: 1rem;
  text-align: center;
  color: #572304;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #572304;
}

.navbar-light .navbar-nav .nav-link {
  color: #572304;
}

.dropdown-menu {
  background: transparent;
  border: none;
}

.dropdown-item {
  color: #572304;
}

@media screen and (max-width: 768px) {
  a.nav-link {
    font-size: 1.1rem;
    margin-top: .5rem;
  }
}

@media screen and (max-width: 768px) {
  a.dropdown-item {
    line-height: 1.1rem;
    margin-top: .8rem;
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fcf9f9;
  background-color: #572304;
}

.navbar-innner-dropdown-sizing .nav-link {
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .navbar-innner-dropdown-sizing .nav-link {
    font-size: 1.2rem;
  }
}

.navbar-innner-dropdown-sizing .dropdown-menu {
  background-color: #fff1c1;
}

@media screen and (min-width: 992px) {
  .navbar-innner-dropdown-sizing .dropdown-menu {
    background-color: #fff;
  }
}

.navbar-innner-dropdown-sizing .dropdown-menu .dropdown-item {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.navbar-innner-dropdown-sizing > a > img {
  width: 100%;
  height: auto;
  max-width: 32px;
}

@media screen and (min-width: 768px) {
  .navbar-innner-dropdown-sizing > a > img {
    max-width: 48px;
  }
}

.dropdown-header {
  font-size: 1.2rem;
  text-align: center;
  color: #572304;
  display: inline;
}

/* ---------- main section ---------- */
.wrapper {
  max-width: 1140px;
}

.wrapper .container {
  max-width: 100%;
}

/* ---------- Side Bar section ---------- */
.homeLink {
  font-size: 1.5rem;
  background-color: #f18f32;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 6px #772f06;
  padding: 1rem 2.5rem;
  border-radius: 4px;
  width: 100%;
  white-space: nowrap;
}

.homeLink a {
  color: #fcf9f9;
}

.homeLink a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f8af17;
}

.homeLink:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
}

.sidebar-nav ul {
  padding-left: 0;
  padding-right: 0;
  border-left: 2px solid #f18f32;
  border-right: 2px solid #f18f32;
  border-bottom: 2px solid #f18f32;
}

.sidebar-nav ul li:first-of-type {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: #fcf9f9;
  background-color: #f18f32;
  border-bottom: none;
}

.sidebar-nav ul li:nth-of-type(n + 2) {
  border-bottom: 2px dotted #707070;
  list-style-type: none;
  width: 100%;
  font-size: 1rem；;
}

.sidebar-nav ul li:last-of-type {
  border-bottom: none;
}

/* .sidebar-nav ul li:nth-child(n + 2) {
  border-bottom: 2px dotted teal;
} */
/* .sidebar-nav-heading {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: $txt_white;
  background-color: #eb7805;
} */
/* ---------- topics ---------- */
.topics {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}

.topics-title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.topics-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #f18f32;
}

.topics-title > .zabuton {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.topics-center-label {
  background-color: #7c5341;
  color: #fcf9f9;
  border-radius: 1.1em;
  font-weight: 700;
  text-align: center;
}

p.topics-center-label {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .topics-lead {
    border-bottom: 1.5px dashed #572304;
  }
}

@media screen and (max-width: 768px) {
  .topics-lead-sp {
    border-bottom: 1.5px dashed #572304;
    margin-bottom: 2rem;
  }
}

.topics-lead-archive {
  font-size: 1.1rem;
  padding-right: .5rem;
  padding-left: .5rem;
}

/* ----- Branch Area ----- */
.branch-area-link {
  display: block;
  background-color: #fff1c1;
  border-radius: 20vh;
  border: 2px solid #572304;
  font-size: 1rem;
  font-weight: bold;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .branch-area-link {
    font-size: 1.2rem;
  }
}

.branch-area-link-name {
  color: #e6554e;
}

/* --- Branch Card --- */
.branchAreaCard {
  background-color: #fff1c1;
  border-radius: 6px;
  padding: .5rem;
  position: relative;
}

.area-ribbon:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 8px solid #4a3127;
  border-left: 8px solid transparent;
}

.branchAreaCard {
  border-radius: 6px;
  width: 100%;
  padding: .5rem;
  display: block;
  position: relative;
}

.branchAreaCard p {
  margin-bottom: 0;
}

.card-title {
  color: #fcf9f9;
  background: #7c5341;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: .3rem;
}

@media screen and (min-width: 576px) {
  .card-title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .card-title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .card-title {
    font-size: 1rem;
  }
}

.card-address {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .card-address {
    font-size: 1.2rem;
  }
}

p.card-address {
  margin-bottom: .5rem;
}

.card-label {
  display: inline-block;
  background-color: #f18f32;
  border-radius: 4px;
  padding: .25rem .5rem;
  color: #fcf9f9;
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 0;
}

.card-label-lead {
  font-size: 1rem;
  font-weight: 700;
  font-family: serif;
  margin-bottom: 0;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .card-label-lead {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .card-label-lead {
    font-size: 1.2rem;
  }
}

.card-call {
  font-size: 1.8em;
  font-weight: 700;
  color: #f18f32;
  max-width: 100%;
}

@media only screen and (max-width: 320px) {
  .card-call {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .card-call {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .card-call {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .card-call {
    font-size: 1.5rem;
  }
}

.btn-branchLink {
  font-size: 1rem;
  max-width: 100%;
  max-height: 100%;
  background-color: #ff1d25;
  border-radius: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #772f06;
  padding: .5rem 1rem;
  margin-bottom: 0;
}

.btn-branchLink a {
  color: #fcf9f9;
}

.btn-branchLink a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f8af17;
}

.btn-branchLink:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
}

/* ---------- Ploblem-solving section ---------- */
/* shoujyou banner link */
.ploblem-solving p {
  font-size: 1.1rem;
  padding: 0;
}

.shoujyou-bg {
  padding: 1rem;
  background-color: #feeabe;
}

.img-scale-box {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.img-scale-box img {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.img-scale-box img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

/* shoujyou lead */
.solving-lead {
  border: 4px dotted #f8af17;
  background-color: #fcf9f9;
  font-weight: 700;
  z-index: 2;
}

.solving-lead ul li {
  list-style: none;
  border-bottom: 4px dotted #707070;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.check-style {
  color: #f18f32;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}

/* ----- recommendation-treatment ----- */
.point-of-5 {
  background: linear-gradient(-45deg, #feeabe 25%, #f3dd1a 25%, #f3dd1a 50%, #feeabe 50%, #feeabe 75%, #f3dd1a 75%, #f3dd1a);
  background-size: 8px 8px;
  border-radius: 4px;
}

.point-lead-panel {
  border-top: 4px solid #42bbaa;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.point-label {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}

.point-ribbon img {
  max-width: 180px;
}

/* .point-microCopy {
  font-weight: 600;
}

.point-microCopy::before {
  content: '～';
}
.point-microCopy::after {
  content: '～';
} */
.point-title {
  font-size: 1.2rem;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .point-title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .point-title {
    font-size: 1.5rem;
  }
}

/* ----- treatment flow section ----- */
.treatment-flow-panel {
  border: 2px solid #f18f32;
  border-top: none;
}

.flow-card ul li {
  list-style-type: none;
  display: block;
}

.flow-card ul li:nth-of-type(2) {
  width: 100%;
}

.flow-card-title {
  color: #fcf9f9;
  background-color: #f18f32;
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .flow-card-title {
    font-size: 1.5rem;
  }
}

.square-number {
  color: #fcf9f9;
  background-color: #f18f32;
  font-size: 1.2rem;
  font-weight: 900;
}

.flow-name {
  border-bottom: 4px solid #f18f32;
  font-size: .95rem;
}

@media screen and (min-width: 992px) {
  .flow-name {
    font-size: 1.3rem;
  }
}

/* ---------- footer fixed menu tap to call ---------- */
.tapToCall {
  /* z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: #f9f4be;
  font-weight: 700; */
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .tapToCall {
    display: none;
  }
}

.tapToCall .onTapScreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 48px);
  overflow: scroll;
  background-color: #fff1c1;
  overflow: scroll;
  display: none;
}

/* .tapToCall .onTapScreen>.row {
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
} 多分いらない*/
#toggleBar {
  cursor: pointer;
}

#toggleBar:active {
  background-color: #7c5341;
}

.modal-area-name {
  background-color: #7c5341;
  color: #fcf9f9;
}

.tapToCall p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.modal-area-name p {
  font-size: 1rem;
}

.info-icon-panel {
  /* background-color: #572304;
  color: $txt_white; */
  font-size: .8rem;
}

/* .circle-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
} */
.tapToCall .branch-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tapToCall .modal-area-tel {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f18f32;
  font-size: .8rem;
  border-radius: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #772f06;
  padding: .5rem 1rem;
}

.tapToCall .modal-area-tel a {
  color: #fcf9f9;
}

.modal-area-tel a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f8af17;
}

.modal-area-tel:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.tap-anim {
  position: relative;
  font-size: 1.5rem;
  white-space: nowrap;
}

.finger-anim {
  position: absolute;
  top: 10%;
  left: 1%;
  -webkit-animation-name: fadedown;
          animation-name: fadedown;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fadedown {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

p.tapAnim-lead {
  font-size: 1rem !important;
  display: block;
  position: relative;
}

.bottom-panel {
  border-top: 4px solid #7c5341;
  background-color: #f18f32;
  color: #fcf9f9;
  text-align: center;
  height: 48px;
  white-space: nowrap;
}

.bottom-panel:active {
  background-color: #572304;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.bottom-panel p {
  font-size: 1.2rem;
  margin: 0 auto;
}

.openAnim {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ---------- footer section ---------- */
footer {
  display: block;
  border-top: 10px solid #f18f32;
  margin-bottom: 48px;
}

.copy-right {
  background-color: #f18f32;
  color: #fcf9f9;
  display: block;
  width: 100vw;
  height: auto;
}

/* ---------- article common ---------- */
.symptoms_questioning_heading {
  position: relative;
  z-index: 1;
}

.positionWrapp-left-top {
  position: absolute;
  top: -2rem;
  z-index: -1;
  left: 0;
}

.positionWrapp-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* ---------- shoujou page ---------- */
.heading-illust {
  max-width: 120px;
  height: auto;
}

@media screen and (min-width: 576px) {
  .heading-illust {
    max-width: 180px;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .heading-illust {
    max-width: 240px;
    height: auto;
  }
}

.heading-illust-onayami {
  max-width: 180px;
  height: auto;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .heading-illust-onayami {
    max-width: 320px;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .heading-illust-onayami {
    max-width: 300px;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .heading-illust-onayami {
    max-width: 380px;
    height: auto;
  }
}

/* ---------- Access Page section ---------- */
.branch-inner-link {
  font-size: 1.1rem;
  border: 2px solid #572304;
  color: #572304;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .branch-inner-link {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .branch-inner-link {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 576px) {
  .branch-inner-link .card-label-lead {
    font-size: 1em;
  }
}

.access-area-ribbon {
  position: relative;
  display: inline-block;
  margin: .5rem 0 .5em -10px;
  padding: .4em .75em;
  color: #fcf9f9;
  border-radius: 0 100vh 100vh 0;
  background: #7c5341;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 700;
  max-height: 2.5em;
}

@media screen and (min-width: 768px) {
  .access-area-ribbon {
    font-size: 1.4rem;
  }
}

.access-area-ribbon:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 9px solid #4a3127;
  border-left: 9px solid transparent;
}

.access-inner-link-btn-wrapp {
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .access-inner-link-btn-wrapp {
    padding-left: 2em;
  }
}

@media screen and (min-width: 992px) {
  .access-inner-link-btn-wrapp {
    padding-left: 7em;
  }
}

.access-branchCard-wrapp {
  border-right: 2px solid #f8af17;
  border-bottom: 2px solid #f8af17;
  border-left: 2px solid #f8af17;
}

.access-branchCard-wrapp img {
  padding: .5rem;
}

.access-branchCard-wrapp .access-branchCard-info {
  padding-top: .5rem;
}

.access-branchCard-name {
  display: block;
  color: #fcf9f9;
  font-size: 1.2rem;
  background: linear-gradient(-45deg, #ecba6f 25%, #f8af17 25%, #f8af17 50%, #ecba6f 50%, #ecba6f 75%, #f8af17 75%, #f8af17);
  background-size: 8px 8px;
  border-radius: 4px 4px 0 0;
  border-right: 2px solid #f8af17;
  border-left: 2px solid #f8af17;
}

.access-branchCard-name > h3 {
  font-weight: 700;
}

.access-item-label {
  display: inline-block;
  border: 2px solid #f18f32;
  border-radius: 4px;
  color: #f18f32;
  font-size: .8rem;
  font-weight: bold;
  padding: .3rem .5rem;
}

p.access-item-label {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .access-item-label {
    display: inline-block;
    border: 2px solid #f18f32;
    border-radius: 4px;
    color: #f18f32;
    font-size: 1rem;
    font-weight: bold;
    padding: .15rem .5rem;
  }
}

.access-branchCard p {
  font-size: 1rem;
}

.access-branchCard .table-img {
  display: block;
}

.access-branchCard-reserve p {
  margin-bottom: .5rem;
}

.access-item-heading-dark {
  display: inline-block;
  color: #fcf9f9;
  background-color: #f18f32;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: .5rem .8rem;
}

.badge {
  font-size: 1rem;
  padding-top: .2em;
  padding-bottom: .1em;
  margin-right: .1em;
  margin-left: .1em;
}

.access-branchCard-tel {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f18f32;
  font-size: 1.5rem;
  border-radius: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #772f06;
  padding: .5rem 1rem;
}

.access-branchCard-tel a {
  color: #fcf9f9;
}

.access-branchCard-tel a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f8af17;
}

.access-branchCard-tel:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
}

.point-heading {
  font-size: 1.5rem;
  font-weight: bold;
}

.point-of-3-blue {
  background: linear-gradient(-45deg, #54a3c4 25%, #7ab7d1 25%, #7ab7d1 50%, #54a3c4 50%, #54a3c4 75%, #7ab7d1 75%, #7ab7d1);
  background-size: 8px 8px;
  border-radius: 4px;
}

.inner-step-wrapp {
  background-color: #fff1c1;
  display: block;
}

.inner-step-title {
  font-weight: bold;
  color: #572304;
  background: linear-gradient(-45deg, #ecba6f 25%, #f8af17 25%, #f8af17 50%, #ecba6f 50%, #ecba6f 75%, #f8af17 75%, #f8af17);
  background-size: 8px 8px;
  border-radius: 4px 4px 0 0;
  border-right: 2px solid #f8af17;
  border-left: 2px solid #f8af17;
}

.inner-step-label {
  color: #572304;
  background-color: #fff1c1;
  border-radius: 6px;
  padding: .1rem;
}

.inner-step-strong {
  color: #e6554e;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .inner-step-strong {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.anshin5-title {
  color: #572304;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  padding: .1rem;
}

.anshin5-label {
  color: #fcf9f9;
  background-color: #f18f32;
  border-radius: 4px;
  display: inline-block;
  padding: .1rem;
}

.case-report-contents h2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  background-color: #feeabe;
  border-left: 8px solid #f18f32;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .case-report-contents h2 {
    font-size: 1.2rem;
  }
}

.case-report-contents h3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  background-color: #feeabe;
  border-left: 8px solid #f18f32;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .case-report-contents h3 {
    font-size: 1.2rem;
  }
}

.case-report-contents h4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 700;
  background-color: #feeabe;
  border-left: 8px solid #f18f32;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .case-report-contents h4 {
    font-size: 1.2rem;
  }
}

.case-report-inner-contents p {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .case-report-inner-contents p {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.case-report-inner-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid #f18f32;
}

.case-report-inner-title > h3 {
  font-size: 1.2rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .case-report-inner-title > h3 {
    font-size: 1.8rem;
  }
}

.dotted-line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #7c5341;
}

/* ---------- Price Page ---------- */
.price-page-price {
  text-align: right;
  padding: 0 .75rem;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .price-page-price {
    padding: 0 .75rem 0 .75rem;
    font-size: 1.5rem;
  }
}

.price-center-label {
  display: inline-block;
  background-color: #7c5341;
  color: #fcf9f9;
  border-radius: 1.1em;
  font-weight: normal;
  text-align: center;
  padding: 0 .5rem;
}

p .price-center-label {
  margin-bottom: 0;
  vertical-align: top;
}
/*# sourceMappingURL=style.css.map */