@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --wine_red: 163,48,87;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-sub-img
================================================ */
/* .l-container
================================================ */
#clinic_sendai_eye .l-container {
  padding-top: 0;
}

/* .eye-mainimg
================================================ */
.clinic_sendai_eye-mainimg {
  background: #F7E4DD;
}

/* 共通パーツ
================================================ */
.clinic_sendai_eye__head01 {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .clinic_sendai_eye__head01 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.c-btn01__link.is-pink {
  background-color: rgb(var(--main));
  color: #fff;
}
.c-btn01__link.is-pink.c-btn01__link::before {
  color: #fff;
}

/* .clinic_sendai_eye-menu__security
================================================ */
.clinic_sendai_eye-menu__security {
  background: #ffff00;
  display: inline-block;
  line-height: 1.1;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .clinic_sendai_eye-menu__security {
    font-size: 2rem;
  }
}