@charset "UTF-8";
/*---------------------------------------

responsive

---------------------------------------*/
.smless {
  display: block;
}
@media (min-width: 600px) {
  .smless {
    display: none;
  }
}

.mdless {
  display: block;
}
@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

blue.lgless {
  display: block;
}
@media (min-width: 1024px) {
  blue.lgless {
    display: none;
  }
}

.xlless {
  display: block;
}
@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}
@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}
@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}
@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}
@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}
@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}
@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

/*---------------------------------------

color

---------------------------------------*/
/*---------- ページ全体の指定 ----------*/
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #111;
  font-family: "Noto Sans Japanese";
}
@media (min-width: 768px) {
  body {
    background: #eff5f7;
  }
}

a:link {
  color: #f9f6f4;
  text-decoration: underline;
}

a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a:hover img {
  filter: brightness(1.2);
}

a img {
  border-style: none;
  transition: all 0.3s;
}

p {
  font-size: 105%;
  line-height: 200%;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.spnone {
  display: none;
}
@media (min-width: 768px) {
  .spnone {
    display: block;
  }
}

.pcnone {
  display: block;
}
@media (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

#wrapper {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (min-width: 768px) {
  #wrapper {
    width: 640px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}

#mv {
  margin: 0;
  padding: 0 0 45px 0;
  text-align: center;
  background: #5b95b6;
}
#mv img {
  width: 100%;
}

.device_bg {
  margin: 0;
  padding: 20px 0 25px 0;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #f9f6f4;
}
@media (min-width: 768px) {
  .device_bg {
    margin: 0;
    padding: 45px 0;
  }
}

.device_title {
  margin: 0;
  padding: 0 20px 5px 20px;
}
@media (min-width: 768px) {
  .device_title {
    padding: 0 0 15px 0;
  }
}

.device_title img {
  width: 100%;
}
@media (min-width: 768px) {
  .device_title img {
    width: 90%;
  }
}

.device_txt {
  margin: 0;
  padding: 15px 20px 0 20px;
}
@media (min-width: 768px) {
  .device_txt {
    padding: 20px 0 0 0;
  }
}

.device_txt img {
  width: 100%;
}
@media (min-width: 768px) {
  .device_txt img {
    width: 90%;
  }
}

.device {
  margin: 0;
  padding: 0 15px;
}

.device img {
  width: 100%;
}
@media (min-width: 768px) {
  .device img {
    width: 90%;
  }
}

.device_caption {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 60%;
  line-height: 180%;
  text-align: center;
  color: #666;
}
@media (min-width: 768px) {
  .device_caption {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#media {
  margin: 0;
  padding: 40px 0 20px 0;
  background: #eff5f7;
}
@media (min-width: 768px) {
  #media {
    padding: 60px 0 75px 0;
  }
}

.media_top {
  margin: 0 20px 25px 20px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .media_top {
    margin: 0 30px 25px 30px;
  }
}

.media_top img {
  width: 100%;
}

.slider {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .slider {
    margin: 0 30px;
  }
}

.slider_item {
  margin: 0;
  padding: 0 4px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .slider_item {
    padding: 0 5px;
  }
}

.slider_item img {
  width: 100%;
}

.doctor {
  margin: 30px 20px 0 20px;
  padding: 30px 0 0 0;
  border-top: 1px solid #cedce4;
}
@media (min-width: 768px) {
  .doctor {
    margin: 45px 45px 0 45px;
    padding: 45px 0 0 0;
  }
}

.doctor p {
  font-size: 90%;
}

.doctor_title {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
}

.doctor_title b {
  font-size: 140%;
}

.doctor_pict {
  margin: 0;
  padding: 10px 0 5px 0;
  text-align: center;
}

.doctor_pict img {
  width: 40%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(5, 20, 45, 0.1);
}

.request {
  margin: 0;
  padding: 0;
}

.request img {
  width: 100%;
}

.graf_bg {
  margin: 0;
  padding: 60px 0 15px 0;
}

.graf_top {
  margin: 0 0 45px 0;
  padding: 0;
  text-align: center;
}

.graf_top img {
  width: 100%;
}

.graf {
  margin: 0 20px 45px 20px;
  padding: 35px 20px 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .graf {
    margin: 0 30px 45px 30px;
    padding: 35px 45px 45px 45px;
  }
}

.graf img {
  width: 100%;
}

.graf_pict {
  margin: 0;
  padding: 30px 0 0 0;
}

.graf_pict img {
  border-radius: 8px;
}

.offer_bg {
  margin: 0;
  padding: 60px 20px 15px 20px;
  background: #eff5f7;
}
@media (min-width: 768px) {
  .offer_bg {
    padding: 60px 45px 15px 45px;
  }
}

.offer_title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.offer_title img {
  width: 100%;
}

.offer_box {
  margin: 20px 0 60px 0;
  padding: 0;
  background: #fff;
  border-top: 8px solid #5b95b6;
  border-left: 1px solid #5b95b6;
  border-right: 1px solid #5b95b6;
  border-bottom: 1px solid #5b95b6;
}

.offer_box img {
  width: 100%;
}

.offer_txt {
  margin: 0;
  padding: 30px 20px;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
}
@media (min-width: 768px) {
  .offer_txt {
    font-size: 18px;
  }
}

.hosho {
  margin: 0;
  padding: 0;
}

.hosho img {
  width: 100%;
}

.store_bg {
  margin: 0;
  padding: 60px 20px;
  background: #eff5f7;
}
@media (min-width: 768px) {
  .store_bg {
    padding: 60px 45px 75px 45px;
    background-image: url("img/bg_02pc.jpg");
    background-color: #f5f5f5;
    background-attachment: fixed;
  }
}

.store_top {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

table.spec {
  width: 100%;
  border-collapse: collapse;
  margin: 45px 0 30px 0;
  border-top: solid 1px #cedce4;
}

table.spec th {
  font-size: 100%;
  line-height: 180%;
  padding: 10px;
  color: #5b95b6;
  border-bottom: solid 1px #5b95b6;
  font-family: "Roboto Condensed", sans-serif;
}

table.spec td {
  font-size: 90%;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 10px 0 10px 15px;
  border-bottom: solid 1px #cedce4;
}

.store_map {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.store_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.calendar_bg {
  margin: 0;
  padding: 60px 0px 75px 0px;
  background: #eff5f7;
}
@media (min-width: 768px) {
  .calendar_bg {
    padding: 30px 30px 55px 30px;
    background-attachment: fixed;
  }
}

.calendar_top {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.calendar_name span {
  padding: 3px 10px;
  color: #fff;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.calendar_frame {
  margin: 0;
  padding: 10px;
  background: #fff;
}

.calendar_frame img {
  width: 100%;
}

.calendar_caution {
  margin: 45px 0 0 0;
  padding: 15px 30px;
  border: 1px solid #5b95b6;
  background: #fff;
}

.calendar_caution p {
  font-size: 90%;
}

.calendar_subtitle {
  margin: 0;
  padding: 10px 0 5px 0;
  font-size: 90%;
  line-height: 180%;
  color: #5b95b6;
  border-bottom: 1px solid #5b95b6;
}

.floating {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 10px 0 10px 0;
  background: rgba(0, 0, 0, 0.3);
}

.floating img {
  width: 80%;
}
@media (min-width: 768px) {
  .floating img {
    width: 480px;
  }
}

/*---------- 文字装飾 ----------*/
.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*---------- フッター ----------*/
#footer {
  margin: 0 0 0px 0;
  padding: 30px 0;
  font-size: 75%;
  line-height: 200%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer a:link {
  color: #333;
  text-decoration: underline;
}

#footer a:visited {
  color: #333;
  text-decoration: underline;
}

#footer a:hover {
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer a:hover {
    font-size: 12px;
    margin: 0;
    padding: 30px 0 240px 0;
  }
}

/* カレンダー */
/*---------------------------------------

app

---------------------------------------*/
.app {
  position: relative;
  z-index: 1;
  background: url(..img/bg/reco_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 1px;
}

.app__title {
  max-width: 840px;
  padding: 40px 20px 20px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .app__title {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.app__subtitle {
  max-width: 480px;
  width: 75%;
  margin: 0 auto;
}

.app__text {
  max-width: 480px;
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .app__text {
    margin-top: 40px;
  }
}

.app__text02 {
  text-align: center;
  color: #89000A;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .app__text02 {
    font-size: 32px;
  }
}

.app__text03 {
  text-align: center;
  color: #C41B45;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 1em 0 0.5em;
}
@media (min-width: 1024px) {
  .app__text03 .app__text03 {
    margin: 2em 0 1em;
    font-size: 24px;
  }
}

.app__store-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
@media (min-width: 1024px) {
  .app__store-box {
    max-width: 720px;
    margin: 40px auto;
  }
}

.app__button {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

.app__button .seclist {
  display: block;
  width: 100%;
  background: #eee;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 1em;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(51, 51, 51, 0.2);
}

.app__button.active .seclist {
  background: #C41B45;
  color: #ffffff;
  border-color: #fff;
}

.app__flow {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 1024px) {
  .app__flow {
    max-width: 800px;
  }
}

.app__calendar {
  max-width: 1220px;
  margin: 0 auto;
}

.app__calendar .section {
  display: block;
}

.app__calendar .section.is-active {
  display: block;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.reserve__line {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  padding: 1em 0;
  margin: 2em 1em;
  border: 1px solid #cb1b45;
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .reserve__line {
    margin: 2em auto;
  }
}

.reserve__line--text {
  line-height: 1.75;
  margin: 1em auto;
}

.reserve__line--text span {
  font-weight: bold;
}

.reserve__line--text.-sm {
  font-size: 85%;
}

.reserve__line--button {
  max-width: 440px;
  margin: 0 auto;
  padding: 20px;
}

.reserve__line--link {
  background: #cb1b45;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 0.75em 0 0.8em;
  border-radius: 1.5em;
  border: 1px solid #cb1b45;
  letter-spacing: 0.08em;
  transition: 0.325s ease-in-out;
}
@media (min-width: 1024px) {
  .reserve__line--link .reserve__line--link {
    font-size: 20px;
  }
}

.reserve__line--link:hover {
  background: transparent;
  color: #cb1b45;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.reserve__line--link2 {
  color: #cb1b45;
  text-decoration: underline;
  transition: 0.325s ease-in-out;
}

.reserve__line--link2:hover {
  opacity: 0.8;
}

.reserve__list {
  display: inline-block;
  padding: 0 25px;
}

.reserve__item {
  text-align: left;
  line-height: 1.75;
  font-size: 85%;
  list-style: inherit;
  padding-left: 1em;
  position: relative;
}

.reserve__item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  top: 10px;
  left: 0;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*---------------------------------------

  time/calendar

  ---------------------------------------*/
/* これを入れると日付のレイアウト崩れ直る */
td,
th {
  vertical-align: top;
  padding: 0;
}

.time {
  margin: 1px;
  background: #fff;
  border: 1px solid #eee;
  padding: 1px;
  max-width: 1200px;
  position: relative;
  overflow: auto;
  height: 600px;
}
@media (min-width: 600px) {
  .time {
    padding: 0 6px 6px;
  }
}

.month {
  text-align: center;
  color: #666666;
  letter-spacing: 0.08em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  line-height: 1;
  position: sticky;
  top: 0;
  background: #fff;
}

table.calendar {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

table.calendar th {
  width: 14.2%;
  line-height: 1;
  font-size: 12px;
  color: #666666;
  padding: 0.25em 0;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  position: sticky;
  top: 32px;
  z-index: 2;
}

table.calendar th:first-child {
  color: #cb1b45;
}

table.calendar th:last-child {
  color: rgb(67, 83, 253);
}

table.calendar td {
  border: 1px solid #ddd;
  height: calc((100vw - 20px) / 7);
  padding: 2px;
}

table.calendar td br {
  display: none;
}

table.calendar .day {
  font-size: 14px;
  color: #666666;
}

.calendar_btn {
  width: 100%;
  margin: 4px 0 0 0;
  padding: 2px;
  font-size: 11px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border-color: #5b95b6;
  word-break: break-word;
  font-weight: 500;
  background: #5b95b6 !important;
  white-space: normal !important;
}

.calendar_btn br.pcnone {
  display: none;
}

.status {
  width: 100%;
  margin: 10px 0 0 0;
  /* padding: 5px 5px 5px 5px; */
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #5b95b6;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #5b95b6;
  background: #fff !important;
  white-space: normal !important;
}

.zanseki {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  font-weight: 400;
}

.manseki-calendar {
  font-size: 12px;
}

.shasen-calendar {
  font-size: 10px;
  text-decoration: line-through;
}

/*---------------------------------------

calendar_css追加

---------------------------------------*/
/* 奇数月 */
.week1_b83b2c975f5a {
  /* display:none; */
}

.week2_b83b2c975f5a {
  /* display:none; */
}

.week3_b83b2c975f5a {
  /* display:none; */
}

.week4_b83b2c975f5a {
  /* display:none; */
}

.week5_b83b2c975f5a {
  /* display:none; */
}

.week6_b83b2c975f5a {
  /* display: none; */
}

/* 偶数月 */
.week1_a2ef6e07a6ad {
  /* display: none; */
}

.week2_a2ef6e07a6ad {
  /* display: none; */
}

.week3_a2ef6e07a6ad {
  /* display: none; */
}

.week4_a2ef6e07a6ad {
  /*  display: none; */
}

.week5_a2ef6e07a6ad {
  /* display: none; */
}

.week6_a2ef6e07a6ad {
  display: none;
}

p.choose__day {
  text-align: center;
  line-height: 1.65;
  font-size: 15px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  p.choose__day p.choose__day {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.scroll {
  color: #B1272D;
  border-bottom: 2px solid #B1272D;
  font-weight: bold;
}

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