@charset "UTF-8";
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  min-width: 580px !important;
}
.table-wrapper .table-schedule {
  min-width: 480px !important;
}
.table-wrapper .swipe-caution {
  font-size: 0.8rem;
  background-image: url(../images/icon_swipe.png);
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  height: 2rem;
  padding-left: 2.1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .table-wrapper .swipe-caution {
    display: block;
    position: sticky;
    top: 0;
    left: 1rem;
  }
}

html, body {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 12pt;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 11.2pt;
  }
}

header {
  position: sticky;
  z-index: 1200;
  top: 0;
  height: 50px;
  background: #4ec1ff;
}
header .headline {
  font-size: 0.8rem;
  color: #fff;
  padding-top: 1rem;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  header .headline {
    display: none;
  }
}
header .headline-contact {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
}
header .headline-contact img {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .headline-contact img {
    width: 280px;
  }
}
header .img-head {
  width: 30px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}

header.clinic {
  background: #75cfff;
}

header.care {
  background: #ffbe59;
}

header.shinkyu {
  background: #57ffaf;
}

span.active {
  font-weight: 600;
}

.top-bottom {
  border-radius: 10px;
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  background: #afe2ff;
}

.eyecatch {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 70vh;
}
@media screen and (max-width: 767px) {
  .eyecatch {
    height: 800px;
  }
}
.eyecatch div {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.eyecatch div img {
  position: absolute;
  width: 400px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .eyecatch div img {
    width: 320px;
  }
}
.eyecatch div .badge-doll-clinic {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 50%;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .eyecatch div .badge-doll-clinic {
    width: 30%;
    height: 200px;
  }
}
.eyecatch div .badge-doll-clinic img {
  width: auto;
  height: 100%;
  background: transparent;
  box-shadow: none;
}
.eyecatch div .badge-doll-care {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 50%;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .eyecatch div .badge-doll-care {
    width: 30%;
    height: 200px;
  }
}
.eyecatch div .badge-doll-care img {
  width: auto;
  height: 100%;
  background: transparent;
  box-shadow: none;
}
.eyecatch div ul {
  z-index: 1001;
  color: #fff;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
  font-size: 2rem;
  list-style-type: none;
}
.eyecatch div ul a:link, .eyecatch div ul a:visited {
  color: #fff;
  text-decoration: none;
}
.eyecatch div ul li {
  line-height: 1.2;
  margin-bottom: 0.4rem;
  border-bottom: 3px solid transparent;
}
.eyecatch div ul li:hover {
  top: 1px;
  left: 1px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .eyecatch div ul {
    font-size: 1.2rem;
    left: 5px;
  }
}
.eyecatch .eyecatch-clinic {
  position: relative;
  width: 40vw;
  height: 70vh;
  overflow: hidden;
  flex-grow: 1;
}
.eyecatch .eyecatch-clinic div.slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .eyecatch .eyecatch-clinic {
    width: 100vw;
    height: 400px;
  }
}
.eyecatch .eyecatch-clinic img {
  top: 20px;
  left: 20px;
}
.eyecatch .eyecatch-clinic ul {
  left: auto;
  right: 10px;
}
.eyecatch .eyecatch-care {
  position: relative;
  width: 40vw;
  height: 70vh;
  overflow: hidden;
  flex-grow: 1;
}
.eyecatch .eyecatch-care div.slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .eyecatch .eyecatch-care {
    width: 100vw;
    height: 400px;
  }
}
.eyecatch .eyecatch-care img {
  top: 20px;
  right: 20px;
}
.eyecatch .eyecatch-shinkyu {
  position: relative;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
}
.eyecatch .eyecatch-shinkyu div.slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .eyecatch .eyecatch-shinkyu {
    width: 100vw;
    height: 300px;
  }
}
.eyecatch .eyecatch-shinkyu img {
  top: 20px;
  right: 20px;
}

.eyecatch-sub {
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.eyecatch-sub img {
  margin-top: 10px;
  width: auto;
  height: 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}

.eyecatch-sub-clinic {
  background-image: url(../images/topimg_clinic_01.jpg?202502);
}

.eyecatch-sub-care {
  background-image: url(../images/topimg_care_01.jpg?202502);
  text-align: right;
}

.eyecatch-sub-shinkyu {
  background-image: url(../images/topimg_shinkyu_01.jpg?202502);
}

.eyecatch-sub-ikeoka {
  background-image: url(../images/topimg_clinic_01.jpg?202502);
}

@keyframes toggle-submenu {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.badge-sunnycafe {
  position: absolute;
  right: 10px;
  top: -70px;
}
.badge-sunnycafe img {
  width: 300px;
}

.container {
  position: relative;
  min-height: 60vh;
}
.container h1 {
  font-weight: 400;
  font-size: 2rem;
  padding: 0.4rem;
  border-bottom: 3px double #4ec1ff;
}
.container h2 {
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.4rem 1rem;
  margin-top: 2rem;
  border-bottom: 3px dotted #4ec1ff;
}
@media screen and (max-width: 767px) {
  .container h2 {
    font-size: 1.35rem;
  }
}
.container h3 {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.4rem;
  padding-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px dashed silver;
}
@media screen and (max-width: 767px) {
  .container h3 {
    font-size: 1.15rem;
    padding-left: 0.8rem;
  }
}
.container h4 {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0.2rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px dashed silver;
}
.container h5 {
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.4rem;
}
.container p {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .container p {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.container .img-round {
  border-radius: 6px;
}
.container .img-center img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}
.container .img-center .col-2 {
  display: inline;
  width: 40%;
}
.container .img-center .col-3 {
  display: inline;
  width: 32%;
}
.container .img-right {
  float: right;
  clear: right;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .container .img-right {
    float: none;
    max-width: 98%;
    text-align: center;
  }
}
.container .img-right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.container .img-right .col-2 {
  display: inline;
  width: 40%;
}
.container .img-right .col-3 {
  display: inline;
  width: 32%;
}
.container .img-left {
  float: left;
  clear: left;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .container .img-left {
    float: none;
    max-width: 98%;
    text-align: center;
  }
}
.container .img-left img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}
.container .img-left .col-2 {
  display: inline;
  width: 40%;
}
.container .img-left .col-3 {
  display: inline;
  width: 32%;
}
.container .img-facil {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 10%;
}
.container .img-facil a img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .container .img-facil {
    width: 100%;
    margin-left: 0%;
  }
}
.container .img-facil img {
  display: block;
  width: auto;
  height: auto;
  max-width: 30%;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .container .img-facil img {
    max-width: 45%;
  }
}
.container .img-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .container .img-flex {
    width: 94%;
    margin-left: 3%;
  }
}
.container .img-flex img {
  display: block;
  width: auto;
  height: auto;
}
.container .img-flex .col-2 {
  max-width: 48%;
}
.container .img-flex .col-3 {
  max-width: 32%;
}
@media screen and (max-width: 767px) {
  .container .img-flex .col-3 {
    max-width: 48%;
  }
}
.container .img-flex .col-4 {
  max-width: 23%;
}
@media screen and (max-width: 767px) {
  .container .img-flex .col-4 {
    max-width: 48%;
  }
}
.container .img-size-30 {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .container .img-size-30 {
    width: auto !important;
  }
}
.container .img-size-50 {
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .container .img-size-50 {
    width: auto !important;
  }
}
.container .img-checkbox {
  width: auto;
  height: 1.6rem;
  vertical-align: middle;
}
.container .list-text {
  margin-bottom: 1rem;
}
.container .list-text p {
  margin-bottom: 0.3rem;
  margin-left: 6rem;
  text-indent: -6.5rem;
}
.container .badge {
  font-size: 1.2rem;
  line-height: 1.4;
}
.container .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .container .sp {
    display: inline-block;
  }
}
.container .badge-head {
  background-color: #4ec1ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .container .badge-head {
    font-size: 1rem;
  }
}
.container .badge-head-care {
  background-color: #ffbe59;
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}
@media screen and (max-width: 767px) {
  .container .badge-head-care {
    font-size: 1rem;
  }
}
.container .badge-care {
  background-color: #ffbe59;
  color: #fff;
}
.container .arrow-down {
  font-size: 2.5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .container .arrow-down {
    font-size: 2rem;
  }
}
.container .caution {
  color: #dc2a2a;
  font-weight: 700;
}
.container .caution-big {
  color: #db2a2a;
  font-weight: 600;
  font-size: 1.5rem;
}
.container .caution-sub {
  color: #dc8b00;
  font-weight: 700;
}
.container .linkedlist {
  margin: 1rem 1rem;
  font-size: 1rem;
}
.container .linkedlist a {
  color: #333;
  text-decoration: none;
}
.container .content-online .banner-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container .content-online .banner-links div {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .container .content-online .banner-links div {
    max-width: 80%;
  }
}
.container .content-online .banner-links div img {
  display: block;
  float: left;
  max-height: 70px;
  width: auto;
  height: auto;
}
.container .care-top-badges a {
  text-align: center;
  display: inline-block;
  width: 45%;
  padding: 1em 0.2em;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid silver;
  border-radius: 0.5em;
  background-color: #ff9d04;
}
@media screen and (max-width: 767px) {
  .container .care-top-badges a {
    width: 100%;
  }
}
.container .care-top-badges a:hover {
  color: #b16e02;
  background-color: #ffc86e;
}
.container .banners {
  padding: 10px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container .banners a {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .container .banners a {
    width: 90%;
  }
}
.container .banners img {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: auto;
}
.container .banners img:hover {
  opacity: 0.8;
}
.container .banners-4p a {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .container .banners-4p a {
    width: 50%;
  }
}
.container img {
  max-width: 100%;
  height: auto;
}
.container .news .badge {
  font-size: 1rem;
  margin-right: 1rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .container .news .badge {
    float: none;
    display: block;
  }
}
.container .news .badge-list-ikeoka {
  font-size: 0.8rem;
  background-color: #4ec1ff;
}
.container .news .badge-list-clinic {
  font-size: 0.8rem;
  background-color: #75cfff;
}
.container .news .badge-list-care {
  font-size: 0.8rem;
  background-color: #ffbe59;
}
.container .news .badge-list-shinkyu {
  font-size: 0.8rem;
  background-color: #57ffaf;
}
.container .news p {
  font-size: 1.1rem;
}
.container .news div.title {
  margin-top: 0.5rem;
}
.container .news div.title p {
  font-weight: 700;
}
.container .news div.body {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .container .news div.body {
    padding-left: 0.5rem;
  }
}
.container .press .badge {
  font-size: 1rem;
  margin-right: 1rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .container .press .badge {
    float: none;
    display: block;
  }
}
.container .press p {
  font-size: 1.1rem;
}
.container .press div.title {
  margin-top: 0.5rem;
}
.container .press div.title p {
  margin-left: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .container .press div.title p {
    margin-left: 0.2rem;
  }
}
.container .press div.body {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .container .press div.body {
    padding-left: 0.2rem;
  }
}
.container .care-paper ul {
  background: transparent;
  list-style-type: none;
  border: 1px solid silver;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .container .care-paper ul {
    padding: 0.5em;
  }
}
.container .care-paper ul li {
  text-indent: -1em;
  margin-left: 1em;
  padding: 0;
  line-height: 1.5;
}
.container .care-paper .table-paper th:first-child {
  width: 13.5em;
}
@media screen and (max-width: 767px) {
  .container .care-paper .table-paper thead, .container .care-paper .table-paper tbody, .container .care-paper .table-paper th, .container .care-paper .table-paper td, .container .care-paper .table-paper tr {
    display: block;
  }
  .container .care-paper .table-paper th {
    display: none;
  }
  .container .care-paper .table-paper td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    text-decoration: underline;
    padding-bottom: 0.5em;
  }
}
.container .nav-studio {
  display: flex;
  gap: 10px;
  list-style-type: none;
  background: transparent;
}
.container .nav-studio li {
  width: 30%;
  height: 4rem;
  padding: 1rem 0rem;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #4ec1ff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .container .nav-studio li {
    font-size: 1rem;
    padding: 0.2rem 0rem;
  }
}
.container .nav-studio li a {
  color: #4ec1ff;
  text-decoration: none;
}
.container .section-header {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  padding-left: 50px;
  background-image: url(../images/section_head.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.container .section-news ul {
  background: transparent;
}
.container .section-news ul li {
  padding: 0.3rem;
  line-height: 1.2 !important;
}
.container .section-news ul .files {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .container .section-news ul .files {
    clear: both;
  }
}
.container .section-news ul .files div {
  width: 30%;
}
.container .section-news ul .files div img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .container .section-news ul .files div {
    width: 100%;
    clear: both;
  }
}
.container .section-press ul {
  background: transparent;
}
.container .section-press ul li {
  padding: 0.3rem;
  line-height: 1.2 !important;
}
.container .section-press ul .files {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .container .section-press ul .files {
    clear: both;
  }
}
.container .section-press ul .files div {
  width: 30%;
}
.container .section-press ul .files div img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .container .section-press ul .files div {
    width: 100%;
    clear: both;
  }
}
.container .section-sns {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
}
.container .section-sns ul {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .container .section-sns {
    display: block;
  }
}
.container .section-sns img {
  display: block;
  border: 1px solid silver;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container .section-sns img {
    width: 80%;
    margin: 10px auto;
  }
}
.container .btn-toggle-submenu {
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url(../images/toggle_submenu.png);
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1101;
}
@media screen and (max-width: 767px) {
  .container .btn-toggle-submenu {
    display: block;
    position: sticky;
    float: right;
    top: 100px;
    right: 10px;
  }
}
.container .btn-toggle-submenu.active {
  background-image: url(../images/toggle_submenu_active.png);
}
.container .menu-sub {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 200px;
  z-index: 1100;
  padding: 1rem 0.2rem;
}
.container .menu-sub ul {
  padding: 0.5rem 0rem 0.5rem 0.2rem;
  list-style-type: none;
  background: transparent;
}
.container .menu-sub ul a:link, .container .menu-sub ul a:visited {
  color: #317dab;
}
.container .menu-sub ul li {
  margin-bottom: 0.8rem;
  background: url("../images/head_menu.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 0rem 0.3rem;
  padding-left: 1.2rem;
  padding-top: 0.2rem;
  line-height: 1.1;
}
.container .menu-sub ul ul li {
  background-position: 0rem 0.8rem;
  background-size: 0.5rem 0.5rem;
  padding-left: 0.8rem;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}
.container .menu-sub .menu-sub-sticky {
  position: sticky;
  top: 100px;
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(254, 254, 254, 0.95);
}
.container .menu-sub .menu-sub-sticky a:link, .container .menu-sub .menu-sub-sticky a:visited {
  color: #317dab;
}
.container .menu-sub .menu-sub-sticky > a:first-child {
  display: inline-block;
  background: url("../images/head_top.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 0rem 0.5rem;
  margin-bottom: 0.2rem;
  padding-left: 1.2rem;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  border: 1px solid #f0f0f0;
  background-color: #fefefe;
  border-radius: 4px;
}
.container .menu-sub .menu-sub-sticky > a:nth-child(3) {
  display: inline-block;
  background: url("../images/head_top.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 0rem 0.5rem;
  padding-left: 1.2rem;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  border: 1px solid #f0f0f0;
  background-color: #fefefe;
  border-radius: 4px;
}
.container .menu-sub .menu-sub-sticky > span.active {
  display: inline-block;
  background: url("../images/head_top.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 0rem 0.5rem;
  padding-left: 1.2rem;
  padding-top: 0.1rem;
  padding-right: 0.5rem;
  border: 1px solid #f0f0f0;
  background-color: #fefefe;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .container .menu-sub {
    width: 100%;
    left: -100%;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  }
}
.container .menu-sub.active {
  animation: 0.5s 0s toggle-submenu normal ease-in-out;
}
@media screen and (max-width: 767px) {
  .container .menu-sub.active {
    left: 0;
  }
}
.container .content {
  margin-left: 200px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .container .content {
    margin-left: 0px;
  }
}
.container .table-schedule {
  width: 90%;
  margin: 10px auto 20px;
}
.container .table-schedule thead th {
  border-bottom: 3px solid #444;
  font-size: 1.2rem;
}
.container .table-schedule tbody td {
  font-size: 1.6rem;
}
.container .content-sunnycafe {
  width: calc(100% - 200px);
}
.container .content-sunnycafe img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.container .content-sunnycafe ul {
  background: transparent;
}
.container .content-sunnycafe .files {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.container .content-sunnycafe .files div {
  width: 30%;
}
.container .content-sunnycafe .files div img {
  vertical-align: middle;
}
.container .content-press {
  width: 100%;
  padding-top: 2em;
}
.container .content-press ul {
  background: transparent;
}
.container .content-press .files {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.container .content-press .files div {
  width: 30%;
}
.container .content-press .files div img {
  vertical-align: middle;
}
.container .table-data {
  width: 90%;
  margin: 10px auto 20px;
}
.container .table-data thead th {
  border-bottom: 3px solid #444;
}
.container .table-data thead th.center {
  text-align: center;
}
.container .table-data tbody td.right {
  text-align: right;
}
.container ul {
  padding: 0.5rem 2rem;
  border-radius: 4px;
  background: linear-gradient(#fefefe, #f0f0f0);
}
.container ul li {
  padding-top: 1rem;
  line-height: 1.5;
}
.container ul li li {
  line-height: 1.25;
}
.container ul ul {
  background: transparent;
}
.container .list-group {
  background: transparent;
  margin-bottom: 2em;
}
.container .table-contact tbody th {
  vertical-align: middle;
  font-size: 1.2rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.container .table-contact tbody td {
  padding: 0.5rem;
  vertical-align: middle;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.container dl {
  margin: 10px 2rem;
}
.container dl dt {
  color: #4ec1ff;
  margin-top: 2rem;
  font-size: 1.2rem;
}

.container-news-press ul {
  background: transparent;
}
.container-news-press ul li {
  padding: 0.3rem;
  line-height: 1.2 !important;
}
.container-news-press ul .files {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .container-news-press ul .files {
    clear: both;
  }
}
.container-news-press ul .files div {
  width: 30%;
}
.container-news-press ul .files div img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .container-news-press ul .files div {
    width: 100%;
    clear: both;
  }
}

.container-care h1 {
  font-weight: 400;
  font-size: 2rem;
  padding: 0.4rem;
  border-bottom: 3px double #ffbe59;
}
.container-care h2 {
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0.4rem;
  margin-top: 2rem;
  border-bottom: 3px double #ffbe59;
}
.container-care .subheader-care {
  background-color: #ffbe59;
  color: #fff;
  border-radius: 8px;
  text-shadow: 1px 1px 3px #111;
  padding-left: 2rem;
}
.container-care dl {
  margin: 10px 2rem;
}
@media screen and (max-width: 767px) {
  .container-care dl {
    margin: 10px 0.5rem;
  }
}
.container-care dl dt {
  color: #ffbe59;
  margin-top: 2rem;
  font-size: 1.2rem;
}

.container-shinkyu h1 {
  font-weight: 400;
  font-size: 2rem;
  padding: 0.4rem;
  border-bottom: 3px double #57ffaf;
}
.container-shinkyu h2 {
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0.4rem;
  margin-top: 2rem;
  border-bottom: 3px double #57ffaf;
}

.content-press {
  width: 100%;
}
.content-press ul.nav-press {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-press ul.nav-press {
    flex-wrap: wrap;
  }
}
.content-press ul.nav-press li {
  width: 45%;
  height: 100px;
  border: 1px solid silver;
  border-radius: 4px;
}
.content-press ul.nav-press li a {
  text-decoration: none;
  color: #4ec1ff;
}

#viewer {
  margin: 10px auto;
  width: 80%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #viewer {
    width: 90%;
  }
}

#viewer_1 {
  margin: 10px auto;
  width: 80%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #viewer_1 {
    width: 90%;
  }
}

#viewer_2 {
  margin: 10px auto;
  width: 80%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #viewer_2 {
    width: 90%;
  }
}

#viewer_top {
  margin: 10px auto;
  width: 80%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #viewer_top {
    width: 90%;
  }
}

.shinkyu-instaQr {
  width: 200px;
  margin: 20px auto;
}
.shinkyu-instaQr img {
  width: 100%;
  height: auto;
}

.outline {
  outline: 1px solid red;
}

.footer-sub div {
  padding: 10px 0px 0px;
}
.footer-sub .top {
  width: 300px;
}
.footer-sub .middle {
  flex: 1;
}
.footer-sub .bottom {
  flex: 1;
}
.footer-sub .footer-sub-clinic {
  display: flex;
  background-color: #f5ffff;
}
@media screen and (max-width: 767px) {
  .footer-sub .footer-sub-clinic {
    display: block;
  }
}
.footer-sub .footer-sub-care {
  display: flex;
  background-color: #ffeedb;
}
.footer-sub .footer-sub-care ul {
  list-style-type: none;
}
.footer-sub .footer-sub-care ul li {
  text-align: center;
}
.footer-sub .footer-sub-care ul li span, .footer-sub .footer-sub-care ul li a:link, .footer-sub .footer-sub-care ul li a:visited {
  font-size: 1.6rem;
  font-weight: 600;
  color: #888;
  text-decoration: none;
}
.footer-sub .footer-sub-care ul li .active {
  font-weight: 800;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer-sub .footer-sub-care {
    display: block;
  }
}
.footer-sub .footer-sub-shinkyu {
  display: flex;
  background-color: #fbfff2;
}
@media screen and (max-width: 767px) {
  .footer-sub .footer-sub-shinkyu {
    display: block;
  }
}
.footer-sub img {
  max-width: 100%;
  height: auto;
}
.footer-sub iframe {
  margin-left: 15%;
  max-width: 60%;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .footer-sub iframe {
    margin-left: 10%;
    max-width: 80%;
  }
}
.footer-sub .table-schedule {
  width: 90%;
  margin: 10px auto 20px;
}
.footer-sub .table-schedule thead th {
  border-bottom: 3px solid #444;
  font-size: 1.2rem;
}
.footer-sub .table-schedule tbody td {
  font-size: 1.6rem;
}
.footer-sub .caution {
  color: #dc2a2a;
  font-weight: 700;
}
.footer-sub .caution-big {
  color: #db2a2a;
  font-weight: 600;
  font-size: 1.5rem;
}
.footer-sub .caution-sub {
  color: #dc8b00;
  font-weight: 700;
}
.footer-sub p {
  margin: 1rem;
}

footer {
  min-height: 300px;
  color: #fff;
  background: #4ec1ff;
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .active {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  padding: 0.2rem;
  color: #888;
}
footer .nav-bottom {
  text-align: center;
}
footer .nav-bottom a {
  display: inline-block;
  margin: 0rem 0.5rem;
}
footer .nav-bottom span {
  display: inline-block;
  margin: 0rem 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .nav-bottom {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer .nav-bottom a {
    width: 80%;
    display: block;
    margin: 0 10%;
    border-radius: 0.2rem;
  }
  footer .nav-bottom span {
    width: 80%;
    display: block;
    margin: 0 10%;
    border-radius: 0.2rem;
  }
}

footer.clinic {
  background: #75cfff;
}

footer.care {
  background: #ffbe59;
}

footer.shinkyu {
  background: #57ffaf;
}

.copyright {
  margin: 0;
  padding: 1rem 1rem;
  text-align: center;
}

.container-badges {
  width: 900px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .container-badges {
    width: 100%;
    height: auto;
    justify-content: space-around;
  }
}
.container-badges img {
  display: block;
  width: 200px;
  height: auto;
  border-radius: 5px;
}
.container-badges .badge-head {
  background: rgb(255, 255, 255);
}
.container-badges .badge-clinic {
  background: #fff;
}
.container-badges .badge-care {
  background: #fff;
}
.container-badges .badge-shinkyu {
  background: #fff;
}

.sitemap {
  margin: 10px 0px;
}
.sitemap div {
  margin-bottom: 1rem;
}
.sitemap div::before {
  content: "・";
}

.sitemap-0 {
  padding-left: 1rem;
}

.sitemap-1 {
  padding-left: 3rem;
}

.sitemap-2 {
  padding-left: 5rem;
}
