@charset "UTF-8";
/*---------- Google Fontsの読み込み----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  header {
    display: none;
  }
}
header .hamberger {
  text-align: right;
  padding: 1rem 3rem 0;
  position: relative;
  z-index: 100;
}
header .sp-nav {
  position: relative;
  top: -5rem;
  display: none;
  padding: 5 3rem;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  height: 75vh;
}
header .sp-nav ul {
  margin: 0;
  padding: 5rem 3rem 1rem;
}
header .sp-nav .sp-category li {
  font-size: 1.6rem;
}
header .sp-nav .sp-category a {
  color: inherit;
}
header .sp-nav .examination-time-header {
  width: auto;
  margin: 2rem 0;
  padding: 0 3rem;
}
header .sp-nav .examination-time-header .info {
  font-size: 1.5rem;
}
header .sp-nav .examination-time-header .info1 {
  margin-bottom: 1rem;
}
header .sp-nav .examination-time-header .flex-list {
  font-size: 1.5rem;
  padding: 1rem;
}
header .sp-nav .examination-time-header .flex-list p {
  margin: 0;
}
header .sp-nav .examination-time-header .flex-list ul {
  padding: 0;
}
header .sp-nav .examination-time-header .examination-timeinfo {
  margin-top: 1rem;
}

/*----- ベーススタイル-----*/
html {
  font-size: 62.5%;
  color: #1f1f1f;
}

body {
  font-family: "筑紫A丸ゴシック";
  font-size: 1.5rem;
  line-height: 1.5;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

p {
  margin: 0;
}

.flex-container {
  display: flex;
}
@media (max-width: 768px) {
  .flex-container {
    display: initial;
  }
}

a {
  text-decoration: none;
}

a:hover {
  color: #a1d8e6;
}

/*----------共通部分----------*/
.category-title {
  margin: 0;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .category-title {
    font-size: 1.6rem;
    text-align: left;
  }
}

.slash {
  border-top: 1rem solid #a1d8e6;
  transform: rotate(124deg);
  width: 10.1rem;
}
@media (max-width: 768px) {
  .slash {
    border-top: 0.5rem solid #a1d8e6;
    width: 5rem;
  }
}

@media (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

.cover {
  background-image: url("../images/dental-clinic-cover.jpg");
  height: 64rem;
  background-size: cover;
  line-height: 1;
  background-position: top 5% left 0%;
  text-align: left;
  padding: 0 5rem;
  font-family: "筑紫A丸ゴシック";
}
@media (max-width: 768px) {
  .cover {
    height: 50vh;
    width: 100%;
    padding: 0;
    background-position: center;
    background-size: cover;
  }
}

.cover-maintitle {
  z-index: 20;
  position: relative;
  line-height: 1;
  margin: 0;
  font-size: 4rem;
  display: inline-block;
  color: #00ac9a;
  padding-top: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cover-maintitle {
    font-size: 2.7rem;
    padding-top: 9rem;
  }
}
.cover-maintitle .main-title {
  text-shadow: 2px 0 0 white, 0 2px 0 white, -2px 0 0 white, 0 -2px 0 white;
  letter-spacing: 0.2rem;
}
.cover-maintitle .subtitle {
  font-size: 2.3rem;
}

.title-container {
  position: relative;
}
@media (max-width: 768px) {
  .title-container {
    text-align: center;
  }
}

.back-square {
  z-index: 10;
  border: solid 0.5rem;
  width: 12rem;
  height: 12rem;
  color: #a1d8e6;
  position: absolute;
  bottom: -20%;
  left: 10%;
}
@media (max-width: 768px) {
  .back-square {
    width: 9rem;
    height: 9rem;
    bottom: -15%;
    left: 35%;
  }
}

.info {
  display: flex;
  font-size: 1.8rem;
}
.info p {
  margin-left: 2.2rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.1rem;
}
.info i {
  color: #00ac9a;
  font-size: 2.3rem;
}

.info-detail {
  margin-left: 2.2rem !important;
}

.week, .flex-list {
  display: flex;
  justify-content: space-between;
}

.flex-list {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid #a1d8e6 0.5rem;
}

.examination-time {
  width: 38rem;
  max-height: 25.2rem;
  margin-top: 23rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
}

@media (max-width: 768px) {
  .examination-time-cover {
    display: none;
  }
}

.week-title, .week {
  margin: 1.3rem 0;
}

.week li {
  margin-right: 0.3rem;
}

.examination-timeinfo {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.info1 {
  margin-bottom: 1.5rem;
}

.flex-cover {
  justify-content: space-between;
}

.sub-catch {
  writing-mode: vertical-rl;
  font-size: 2.3rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  height: 41rem;
  margin-top: -3rem;
  margin-right: 7rem;
}
@media (max-width: 768px) {
  .sub-catch {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    padding: 1rem;
    margin: 6rem 3rem;
    height: auto;
    text-align: center;
  }
}
.sub-catch p {
  margin: 0;
  letter-spacing: 0.1rem;
}

.category-menu, .footer-menu {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .category-menu, .footer-menu {
    display: none;
  }
}
.category-menu .category, .footer-menu .category {
  display: flex;
  justify-content: center;
  font-family: "筑紫A丸ゴシック";
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.category-menu .category li, .footer-menu .category li {
  padding: 0 1rem;
  border-right: solid #a1d8e6 0.1rem;
  line-height: 1;
  color: #00ac9a;
}
.category-menu .category li:last-child, .footer-menu .category li:last-child {
  border-right: none;
}
.category-menu .category a, .footer-menu .category a {
  color: inherit;
}
.category-menu .category a:hover, .footer-menu .category a:hover {
  color: #a1d8e6;
}

.about-clinic {
  margin: 5rem 0 0 5rem;
}
@media (max-width: 768px) {
  .about-clinic {
    margin: 3rem 2rem 0;
  }
}
.about-clinic .category-title {
  position: relative;
  z-index: 10;
}
.about-clinic .slash1 {
  position: absolute;
  left: 3%;
  bottom: 30%;
}
@media (max-width: 768px) {
  .about-clinic .slash1 {
    left: 9%;
  }
}
.about-clinic .flex-about-clinic {
  margin-top: 5rem;
}
.about-clinic .flex-left {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .about-clinic .flex-left {
    margin: 2rem 0 0;
  }
}
@media (max-width: 768px) {
  .about-clinic .flex-left .sp-clinic-photo {
    width: 60%;
  }
}
.about-clinic .flex-left p {
  position: relative;
  z-index: 3;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .about-clinic .flex-left p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.about-clinic .flex-left p span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-clinic .flex-left p span {
    font-size: 1.5rem;
  }
}
.about-clinic img {
  width: 68rem;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-clinic img {
    width: 10rem;
  }
}
.about-clinic .back-square2 {
  width: 101.9rem;
  height: 58.1rem;
  background-color: #a3d6cc;
  position: absolute;
  border-radius: 10px;
  top: 94rem;
  right: 5rem;
  z-index: 1;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .about-clinic .back-square2 {
    top: 47rem;
    width: 70%;
    height: 18rem;
    left: 25%;
  }
}

.about-medical {
  margin: 16.3rem 5rem 0;
}
@media (max-width: 768px) {
  .about-medical {
    margin: 5rem 2rem 0;
  }
}
.about-medical .category-title {
  position: relative;
  z-index: 10;
}
.about-medical .slash2 {
  position: absolute;
  left: 0;
  bottom: 30%;
}
@media (max-width: 768px) {
  .about-medical .slash2 {
    left: 2%;
  }
}
.about-medical .container {
  margin-top: 6rem;
  padding: 3rem 0;
  background-color: rgba(163, 214, 204, 0.2);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about-medical .container {
    margin-top: 2rem;
  }
}
.about-medical .container .flex-container {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .about-medical .container .flex-container {
    display: initial;
  }
}
.about-medical .container .flex-container .medical {
  margin: 0 3rem 0;
}
.about-medical .container .flex-container .medical p {
  text-align: center;
  width: 21.4rem;
  margin: 1rem 0 0;
  padding: 0 6.3rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .about-medical .container .flex-container .medical p {
    padding: 0;
    margin: 0 0 2rem;
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
  }
}
.about-medical .container .flex-container .medical p span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-medical .container .flex-container .medical p span {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
  }
}
.about-medical .container .flex-container .medical img {
  width: 34rem;
  height: 29.7rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-medical .container .flex-container .medical img {
    width: 100%;
    height: 20rem;
  }
}
.about-medical .container .flex-container .medical .medical-img {
  object-position: 0 80%;
}
.about-medical .container .button {
  text-align: center;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .about-medical .container .button {
    margin-top: 3rem;
  }
}
.about-medical .container .button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.about-medical .container .button button a {
  color: #1f1f1f;
}
.about-medical .container .button button a:hover {
  color: #a1d8e6;
}

.about-news {
  margin: 8rem 5rem 0;
}
@media (max-width: 768px) {
  .about-news {
    margin: 5rem 2rem 0;
  }
}
.about-news .category-title {
  position: relative;
  z-index: 10;
}
.about-news .slash3 {
  position: absolute;
  left: 0%;
  bottom: 30%;
}
@media (max-width: 768px) {
  .about-news .slash3 {
    left: 2%;
  }
}
.about-news .news-container {
  margin: 8rem auto 0;
  padding: 1rem 0;
  border-top: solid 0.2rem #1f1f1f;
  border-bottom: solid 0.2rem #1f1f1f;
  width: 100.6rem;
  height: 31rem;
  text-align: center;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .about-news .news-container {
    width: 100%;
    margin: 2rem 0 0;
    height: 25rem;
  }
}
.about-news .news-container .news-content {
  display: flex;
  padding: 4rem 0;
  margin: 0 5rem;
  border-bottom: solid 0.2rem #1f1f1f;
}
@media (max-width: 768px) {
  .about-news .news-container .news-content {
    display: initial;
    margin: 0;
  }
}
.about-news .news-container .news-content h3 {
  margin: 0 26.5rem 0 0;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .about-news .news-container .news-content h3 {
    font-size: 1.4rem;
    margin: 3rem 0 1rem;
  }
}
.about-news .news-container .news-content p {
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .about-news .news-container .news-content p {
    font-size: 1.4rem;
    border-bottom: solid 0.2rem #1f1f1f;
    margin: 0 3rem;
    padding-bottom: 3rem;
  }
}

.about-access {
  margin: 8rem 5rem 0;
}
@media (max-width: 768px) {
  .about-access {
    margin: 5rem 2rem 0;
  }
}
.about-access .category-title {
  position: relative;
  z-index: 10;
}
.about-access .slash4 {
  position: absolute;
  left: 0%;
  bottom: 30%;
}
.about-access .flex-container {
  margin-top: 8rem;
}
.about-access .flex-container #google_map {
  width: 80rem !important;
  height: 40rem !important;
}
@media (max-width: 768px) {
  .about-access .flex-container #google_map {
    margin-top: 2rem;
    width: 100% !important;
    height: 20rem !important;
  }
}
.about-access .flex-container .access-info {
  margin: auto 4.4rem;
}
@media (max-width: 768px) {
  .about-access .flex-container .access-info {
    margin: 2rem 2rem 0;
  }
}
.about-access .flex-container .access-info .address {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .about-access .flex-container .access-info .address {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.about-access .flex-container .access-info .access {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .about-access .flex-container .access-info .access {
    font-size: 1.4rem;
  }
}
.about-access .flex-container .access-info .access span {
  font-size: 1.8rem;
  color: #00ac9a;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-access .flex-container .access-info .access span {
    font-size: 1.5rem;
  }
}
.about-access .flex-container .access-info .access1 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .about-access .flex-container .access-info .access1 {
    margin-bottom: 1rem;
  }
}

footer {
  margin: 4rem 0 0;
  padding: 3rem 5rem 3rem;
  background-color: rgba(163, 214, 204, 0.2);
}
@media (max-width: 768px) {
  footer {
    margin: 5rem 0 0;
    padding: 1rem;
  }
}
footer .flex-container {
  justify-content: space-between;
}
footer .examination-time-footer {
  margin: 0;
}
@media (max-width: 768px) {
  footer .examination-time-footer {
    width: auto;
  }
}
@media (max-width: 768px) {
  footer .examination-time-footer .info {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  footer .examination-time-footer .info1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  footer .examination-time-footer .flex-list {
    font-size: 1.5rem;
  }
}
footer .footer-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer .footer-menu .footer-category {
  font-weight: 100;
}
@media (max-width: 768px) {
  footer .footer-menu .footer-category {
    display: none;
  }
}
footer .footer-menu .footer-title {
  text-align: right;
  margin-top: auto;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  footer .footer-menu .footer-title {
    text-align: center;
  }
}
footer .footer-menu .footer-title .main-title-footer {
  position: relative;
}
@media (max-width: 768px) {
  footer .footer-menu .footer-title .main-title-footer {
    padding-top: 5rem;
  }
}
footer .footer-menu .footer-title .back-square3 {
  z-index: 10;
  border: solid 0.5rem;
  width: 12rem;
  height: 12rem;
  color: #a1d8e6;
  position: absolute;
  bottom: -20%;
  left: 63%;
}
@media (max-width: 768px) {
  footer .footer-menu .footer-title .back-square3 {
    width: 9rem;
    height: 9rem;
    bottom: -15%;
    left: 35%;
  }
}
footer .footer-menu p {
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  footer .footer-menu p {
    text-align: center;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
