
@media screen and (max-width: 380px) {
  html.pc _logo_image {
    width: 180px;
  }
}
@media screen and (max-width: 770px) {
html.pc #main_col {
  padding: 0 20px;
  margin: 40px auto 0;
}
html.pc .design_button a {
  font-size: 12px;
}

html.pc #header {
  padding: 0;
  height: auto !important;
}
html.pc #header .top_text {
  text-align: center;
}
html.pc #header #global_menu {
  display: none !important;
}
html.pc #header #global_menu li ul {
  display: none !important;
}
html.pc #header_main_nav .header_inner {
  min-height: 56px;
  height: 60px;
}
html.pc .header_inner {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}
html.pc #logo_image {
  width: calc(100% - 56px);
  position: absolute;
  top: 50%;
  margin: 0 auto 0 10px;
  transform: translateY(-50%);
}
html.pc #logo_image .pc_logo_image {
  display: none;
}
html.pc #logo_image _logo_image {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
}
  html.pc _logo_image {
    width: 60%;
  }
  html.pc #logo_image {
    display: none;
  }
html.pc #header_call {
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
}
html.pc #header_call img {
  height: 40px !important;
}
html.pc #menu_button {
  display: inline-block !important;
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0;
  font-size: 11px;
  line-height: 56px;
  text-decoration: none;
  text-align: center;
}
html.pc #menu_button:before {
  content: "";
  font-family: "design_plus";
  display: block;
  position: absolute;
  top: 19px;
  left: 19px;
  margin: auto;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.pc #menu_button:hover {
  background-color: #ffa9b7;
}
html.pc #menu_button:hover:before,
html.pc #menu_button.active:before {
  color: #fff;
}
html.pc #menu_button span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
html.pc #menu_button a.menu_button.active {
  background: #333;
}
html.pc #header_button {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
html.pc #header_button a {
  width: 100%;
  min-width: 0;
  max-width: 90px;
  height: 42px !important;
  line-height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--strong-color);
  font-size: 10px;
}
html.pc body:not(.open_menu) #mobile_menu {
  display: none;
}
html.pc .open_menu #mobile_menu {
  width: 90vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: #ffa9b7;
  overflow: auto;
}
html.pc .open_menu #mobile_menu .close_button {
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
html.pc .open_menu #mobile_menu .close_button:before {
  color: #fff;
  font-size: 24px;
  display: block;
  content: "x";
  position: absolute;
  top: 18px;
  right: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.pc .open_menu #mobile_menu .close_button:hover {
  background-color: #ffa9b7 !important;
}
html.pc .open_menu #mobile_menu #global_menu {
  width: 100%;
  margin: 0;
  z-index: 9;
  display: block !important;
}
html.pc .open_menu #mobile_menu #global_menu a {
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 20px;
  line-height: 1.6 !important;
  height: auto !important;
  overflow: hidden;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  height: auto;
  text-align: left;
  width: 100% !important;
}
html.pc .open_menu #mobile_menu #global_menu a:hover {
  color: #fff;
}
html.pc .open_menu #mobile_menu #global_menu #menu-global_menu {
  margin: 0;
  display:block;
}
html.pc .open_menu #mobile_menu #global_menu #menu-global_menu li {
  position: relative;
  width: 100% !important;
  height: auto !important;
}
html
  .open_menu
  #mobile_menu
  #global_menu
  #menu-global_menu
  li.open
  > .child_menu_button
  .icon:before {
  content: "-";
}
html
  .open_menu
  #mobile_menu
  #global_menu
  #menu-global_menu
  li.open
  > .sub-menu {
  display: block;
}
html
  .open_menu
  #mobile_menu
  #global_menu
  #menu-global_menu
  li.open
  > .sub-menu
  a {
  padding-left: 32px;
}
html
  .open_menu
  #mobile_menu
  #global_menu
  #menu-global_menu
  li:not(.open)
  .sub-menu {
  display: none;
}
html.pc .open_menu #mobile_menu #global_menu .child_menu_button {
  display: block !important;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 55px;
  right: 0px;
  top: 1px;
  z-index: 9;
  cursor: pointer;
}
html
  .open_menu
  #mobile_menu
  #global_menu
  .child_menu_button
  .icon:before {
  content: "+";
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 15px;
}
html
  .open_menu
  #mobile_menu
  #global_menu
  .child_menu_button.active
  .icon:before,
html
  .open_menu
  #mobile_menu
  #global_menu
  .child_menu_button:hover
  .icon:before {
  color: #fff;
  border-color: #fff;
}
html.pc .tel_pc_btn,
html.pc .web_pc_btn {
  display: none;
}
html.pc .tel_sp_btn,
html.pc .web_sp_btn {
  display: block;
  width: 100%;
}
html.pc .stick-tel,
html.pc .stick-reserve {
  margin: 0;
}
html.pc .bottom-sticky {
  justify-content: center;
  box-sizing: border-box;
}
html.pc .reservation_button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  z-index: 11;
}
html.pc .reservation_button:hover {
  background: #fff;
  border-radius: 1rem;
}
html.pc .reservation_button a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem 2rem 0.6rem;
  background-color: #f18200;
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  position: relative;
}
html.pc .reservation_button a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.8rem solid #fff;
  border-top: 0.4rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.4rem solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
html.pc .reservation_button a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
html.pc .reservation_button small {
  display: block;
  font-size: 1rem;
  font-weight: 100;
}
html.pc body.home.page .reservation_button {
  margin-top: 0;
  position: relative;
}
html.pc body.page .reservation_button {
  margin-top: 1rem;
}
html.pc body.single-post .reservation_button {
  margin-bottom: 1rem;
}
html.pc body.single-news .reservation_button {
  display: none;
}  
html.pc #footer_contact_area {
  width: 100%;
  min-width: inherit;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1rem;
}
html.pc #footer_contact_area #footer_contact_area_inner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  .footer_contact_content:last-of-type {
  border-top: none;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  .footer_contact_content:only-of-type {
  border-left: 1px solid #ddd;
  margin: 0 auto;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  .footer_contact_content {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  .footer_contact_content
  .headline
  br {
  display: none;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  .footer_contact_content
  > div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 13px;
}
html.pc #footer_contact_area #footer_contact_area_inner #footer_tel > div {
  position: relative;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_tel
  .headline {
  line-height: 2;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_tel
  .number {
  color: #ffa9b7;
  font-size: 38px;
  margin-top: -3px;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_tel
  .number
  span {
  font-size: 24px;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_contact
  .headline {
  text-align: center;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_contact
  > div {
  position: relative;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_contact
  .headline {
  line-height: 2;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_contact
  .headline
  > br {
  display: none;
}
html
  #footer_contact_area
  #footer_contact_area_inner
  #footer_contact
  .button {
  float: right;
  text-align: center;
  margin: 0;
}
html.pc #page_header {
  height: 220px;
}
html.pc a[href*="tel:"]{cursor:default;text-decoration:none}  
html.pc #footer_menu_clinic .c_contain{padding:1rem 0}
html.pc #footer_menu_clinic .c_contain>ul{display:block}
html.pc #footer_menu_clinic .c_contain>ul>li{width:100%;margin-bottom:2rem}
html.pc #footer_menu_clinic .c_contain>ul>li ul{padding:.5rem;border-left:1px solid #ccc}
html.pc #footer_menu_clinic .c_contain>ul>li ul li{width:20%;padding:.3rem 0}
html.pc #footer_menu_clinic2{padding:1rem 0}
html.pc #footer_menu_clinic2 .menu li{display:block}
html.pc #footer_menu_clinic2 .menu li a{display:block;padding:.5rem 1rem}

html.pc #copyright{font-size:12px; text-wrap: auto !important;}
html.pc #copyright{font-size:2vw}
html.pc #footer_content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
html.pc #footer_content #footer_content_inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
}
html.pc #footer_content #footer_content_inner .item {
  display: flex;
  height: 5rem;
  width: 100% !important;
}
html.pc #footer_content #footer_content_inner .item .image {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
}
html.pc #footer_content #footer_content_inner .item .image img {
  width: 5rem;
  height: 5rem;
  display: block;
  backface-visibility: hidden;
}
html.pc #footer_content #footer_content_inner .item .image:hover img {
  transform: scale(1.2);
}
html.pc #footer_content #footer_content_inner .item .title {
  display: flex;
  align-items: center;
  width: calc(100% - 5rem);
  height: 5rem;
  padding: 0 1rem;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
html.pc #footer_content #footer_content_inner .item .title span {
  width: 100%;
}

html.pc #footer_content {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
#header {
  position: sticky !important;
  background: #fff;
  transition: right 300mscubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
}
html.pc #footer_menu_clinic2 .menu li {
width: auto !important;
}
}