@charset "UTF-8";
/*
    Template: swell
    Theme Name: まぶたのクリニック Info
    Theme URI: https://swell-theme.com/
    Description: まぶたのクリニック(/info/)のためのテーマです。
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* LINE予約リスト */
.text__elinic {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 88%;
}

.text__elinic-e--size {
  font-size: 140%;
  position: relative;
  top: -0.2rem;
  margin-bottom: 0;
}

@media (width < 650px) {
  .btn-square-blue-linelist a {
    font-size: 5.5vw;
  }
}

.yoyaku__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 900px;
  margin: 30px auto 0;
}

.yoyaku-list__item {
  width: 200px;
}

@media (width < 650px) {
  .yoyaku-list__item {
    width: 47%;
  }
}

.yoyaku-list__item a {
  width: 100%;
  color: #0d87ae;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  box-shadow: 0 0.1vw 0.8vw rgba(90, 188, 204, 0.368627451);
  position: relative;
  padding: 8px;
  transition: 0.3s all ease;
  flex-direction: column;
  display: flex;
  justify-content: center;
  border: 2px solid #5ABCCC;
  align-items: center;
}

@media (width < 650px) {
  .yoyaku-list__item a {
    flex-direction: row;
    align-items: center;
    height: auto;
    text-align: left;
    font-size: 75%;
  }
}

.yoyaku-list__item a:after {
  content: '';
  background: url("img/LINE_Brand_icon.png") center center / 32px no-repeat #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 10px;
  margin: 0px auto;
}

@media (width < 650px) {
  .yoyaku-list__item a:after {
    margin: unset;
    margin-left: auto;
    height: 48px;

  }
}

.yoyaku-list__item a:hover:after {
  opacity: 0.8;
}

.yoyaku-list__item a:hover {
  color: #5ABCCC;
  background: #fff;
}

.yoyaku-list__name {
  height: 2rem;
}

.br--sp {
  display: none;
}

@media (width < 650px) {
  .br--sp {
    display: block;
  }

  .yoyaku-list__name {
    height: auto;
  }

  .yoyaku-list__name2 {
    display: none;
  }

}

body:has(.modal.micromodal-slide.is-open) #header,
body:has(.modal.micromodal-slide.is-open) #fix_header,
body:has(.modal.micromodal-slide.is-open) #footer-fix,
body:has(.modal.micromodal-slide.is-open) #pagetop {
  display: none;
}

h2.modal__title {
  border: none;
  margin: 1rem 0;
}

.modal__content .modal__catch {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  margin-bottom: 2rem;
  margin-top: 0;
}

/* 追従ボタン */
.fixed__btn{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  background-image: linear-gradient(-45deg, transparent 25%, #0000000c 25%, #0000000c 50%, transparent 50%, transparent 70%, #0000000c 75%, #0000000c);
  background-size: 6px 6px;
  padding: 15px 0 5px;
  z-index:50;
}

.fixed__btn img {
  max-width: 30rem;
  margin: 0 auto;
}

@media (width < 650px) {
  .fixed__btn {
    padding: 7px 0;
  }

  .fixed__btn img {
      width: 90%;
    }
}
