@charset "UTF-8";


html {
  /*   font-size: 100%; */
}

@media (max-width: 375px) {
  html {
    /*     font-size: 4.2666666667vw; */
  }
}

@media screen and (min-width: 768px) {
  html {
    /*     font-size: 1.4897579143vw; */
  }
  ホバー a, button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  ホバー a:hover, button:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  
}

@media (min-width: 1074px) {
  html {
    /*     font-size: 100%; */
  }
}

body {
  /*   font-family: ""; */
  /*   color: #333; */
}



/*****************************
      * A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
      * 上記に、ul要素,ol要素,a要素への記述追加
      *****************************/


/* Box sizing rules */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li {
  margin: 0;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul, ol {
  list-style: none;
  padding: 0;
}


/* Set core root defaults */

html:focus-within {
  scroll-behavior: smooth;
}


/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}


/* Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}


/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ここまでcssリセット */



.p-clinic__tel-number::before {
  position: absolute;
  top: 51%;
  left: 0;
  aspect-ratio: 3/4;
  width: 18px;
  transform: translateY(-50%);
  background: url(../img/img-icon-tel.svg) no-repeat center center/contain;
  content: "";
}

.p-clinic__tel-number {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 26px;
}

.musubi_title {
  font-size: 2em;
  color: #F2912D;
  font-weight: 600;
  margin: 40px 0 20px 0;
}

.musubi_caption {
  background-color: #fff;
  width: 80%;
  padding: 15px;
  margin: auto;
}

.musubi_left {
  margin: 30px 0;
  width: 100%;
  text-align: center;
}

.musubi_subtitle {
  font-size: 1.4em;
  color: #F2912D;
  font-weight: 600;
  margin: 0px 0 5px 0;
}

.musubi_btn {
  max-width: 400px;
  height: 70px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 0 0 0 80px;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
  border-radius: 5px;
  background-blend-mode: overlay;
  box-shadow: 0 8px 14px #1e1e1e1f;
  position: relative;
  margin: 0 auto 30px auto;
  text-align: center;
  display: flex;
}

.musubi_btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.clinic_name {
  font-size: 1.1em;
  font-weight: 600;
}

.clinic_address {
  font-size: 1.1em;
  font-weight: 500;
  margin: 5px 0;
}

.clinic_number {
  font-size: 1em;
  font-weight: 600;
  margin: 30px auto 0px auto;
}

.clinic_number_tel {
  font-size: 1.8em;
  font-weight: 400;
  margin: 0px auto 0px auto;
  font-weight: 400;
  margin: 0px auto 10px auto;
}

.musubi_block {
  width: 100%;
  background-color: #f6ffe1;
}

.musubi-container {
  display: flex;
  flex-direction: column;
}

.row-1 {
  flex: 1;
  text-align: center;
}

.row-2 {
  display: flex;
  flex: 1;
  margin: 40px 0;
}

.column {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.column-1 {
  text-align: left;
  font-size: 1.0em;
  padding: 0 50px 0 50px;
  flex: 4;
}

.column-2 {
  flex: 6;
}

.btnArea02_musubi {
  background-color: #f6ffe1;
  padding-top: 140px;
  text-align: center;
  margin-bottom: 140px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .row-1 {
    order: 1;
  }
  .row-2 {
    order: 3;
    flex-direction: column;
  }
  .column-1 {
    order: 2;
  }
  .column-2 {
    order: 1;
  }
}


/* 時系列 */

.l-inner {
  margin-top: 6.25rem;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
.p-time {
  margin: 0 auto;
}

.p-time__wrap {
  position: relative;
  padding-left: 3.4375rem;
}


.p-time__wrap::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  top: 0.4375rem;
  left: 1.5625rem;
}




.p-time__item {
  position: relative;
}
.p-time__item::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 0.125rem;
  background-color: #afafaf;
  position: absolute;
  top: 0.28125rem;
  left: -1.5625rem;
  z-index: -1;
}

.p-time__item:nth-child(n+2) {
  margin-top: 1.25rem;
}



.p-time___item-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #c1e187;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -0.1875rem;
  left: -2.375rem;
}


.p-time___item-circle::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #80c02c;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-time__year {
  font-size: 1.125rem;
  line-height: 0.6666666667;
  font-weight: 500;
  color: #80c02c;
  position: relative;
}

.p-time__wrapSm {
  margin-left: 0.625rem;
}

.p-time__captionWrap {
  margin-top: 0.75rem;
}


.p-time__captionWrap p {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}


@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .p-time__wrap {
    padding-left: 0;
  }
  .p-time__wrap::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .p-time__item::after {
    width: 7.675rem;
    left: 50%;
    top: 0.4375rem;
  }
  .p-time__item:nth-child(even)::after {
    left: calc(50% - 7.675rem);
  }
  .p-time__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-time__item:nth-child(odd) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-time___item-circle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-time__wrapSm {
    min-width: 24.6875rem;
  }
  .p-time:nth-child(odd) .p-time__wrapSm {
    padding-left: 3.125rem;
  }
  .p-time__year {
    font-size: 1.875rem;
    line-height: 0.8;
  }
  .p-time__item:nth-child(2n+2) .p-time__year {
    text-align: right;
    padding-right: 3.125rem;
  }
  .p-time__item:nth-child(2n+2) .p-time__year::before {
    left: -10.9375rem;
  }
  .p-time__captionWrap {
    text-align: right;
    margin-right: 3.125rem;
  }
  .p-time__item:nth-child(odd) .p-time__captionWrap {
    text-align: left;
  }
  .p-time__captionWrap p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}