/* =================================
 Reset / Base
================================= */
/* Reset
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: '';
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type='button'],input[type='submit'] {
  -webkit-appearance: none;
}

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}
body {
  width: 100%;
  height: 100%;
  min-width: 1100px;
  line-height: 1.6;
  background-color: #fff;
  color: #666;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
}
img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a,
a img,
button {
  transition: .4s;
}
a {
  display: block;
}
a:link {
  color: #22b9fe;
  text-decoration: none;
}
a:visited {
  color: #22b9fe;
}
a:active {
  color: #22b9fe;
}

/* clearfix
---------------------------------------------------------- */
.u-clearfix:after {
  content: '';
  clear: both;
  display: block;
}

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none;
}
.u-only_pc {
  display: block;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

/* -- header -- */
.l-header {
  padding: 10px 10px 0;
}
.l-header_txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-header_logo {
  width: 362px;
}

/* -- layout -- */
.l-cont {
  width: 88%;
  margin: 0 auto;
}
.l-cont_inner {
  width: 64%;
  margin: 0 auto;
}

/* -- line -- */
.c-line.wht {
  background-color: #fff;
}
.c-line.eme,
.c-line.grn {
  margin-bottom: -25px;
  padding-bottom: 25px;
  background-size: 50px 20px;
  background-position: center 104px;
  background-repeat: no-repeat;
  color: #fff;
}
.c-line.eme {
  background-image: url(../img/tri_eme.png);
}
.c-line.grn {
  background-image: url(../img/tri_grn.png);
}
.c-line_wrap {
  padding: 35px 0;
}
.eme .c-line_wrap {
  background-color: #69c3ba;
}
.grn .c-line_wrap {
  background-color: #69c37e;
}
.c-line .c-ttl_base {
  margin-bottom: 0;
}
.c-line_ttl {
  line-height: 1;
  font-family: ryo-display-plusn, serif;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
}

/* -- title -- */
.c-ttl_category_row,
.c-ttl_category {
  margin-bottom: 25px;
}
.c-ttl_category_row .c-ttl_category {
  margin-bottom: 0;
}
.c-ttl_category_bg {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 10px;
  background-color: #5fc0b1;
  color: #fff;
  font-weight: bold;
}
.c-ttl_category_sub {
  display: block;
  margin-bottom: 3px;
  font-family: ryo-display-plusn, serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #00aa95;
}
.c-ttl_category_main {
  display: block;
  line-height: 1.5;
  font-family: ryo-display-plusn, serif;
  font-size: 30px;
  font-size: 3.0rem;
}
.c-ttl_btmBar {
  padding-bottom: 70px;
  background-image: url(../img/ico_line.png);
  background-size: 80px 2px;
  background-position: center 73%;
  background-repeat: no-repeat;
  text-align: center;
}
.c-ttl_btmBar span {
  display: block;
}
.c-ttl_btmBar_sub {
  color: #00aa95;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
}
.c-ttl_btmBar_main {
  font-family: ryo-display-plusn, serif;
  font-size: 34px;
  font-size: 3.4rem;
}
.c-ttl_base {
  margin-bottom: 35px;
}
.c-ttl_base span {
  display: block;
  text-align: center;
}
.c-ttl_base_ja {
  margin-bottom: 10px;
  font-family: ryo-display-plusn, serif;
  font-size: 34px;
  font-size: 3.4rem;
}
.c-ttl_base_en {
  color: #69c3ba;
  font-family: copperplate, serif;
  font-size: 13px;
  font-size: 1.3rem;
}

/* -- text -- */
.c-txt_right {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

/* -- list -- */
.c-list_number_wrap {
  margin: -28px auto 0;
}
.c-list_number_head {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  color: #fb6e94;
  font-family: copperplate, serif;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
}
.c-list_number_ttl {
  margin-bottom: 15px;
  color: #00aa95;
  font-family: ryo-display-plusn, serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}

/* -- table -- */
.c-table {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.c-table th,
.c-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.c-table th {
  background-color: #e5f5f3;
}
.c-table td {
  font-weight: bold;
}

/* -- cv -- */
.c-cv {
  padding: 60px 0;
  background-image: url(../img/bg_cv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-cv_ttl {
  margin-bottom: 15px;
  color: #00aa95;
  font-family: ryo-display-plusn, serif;
  font-size: 50px;
  font-size: 5.0rem;
  text-align: center;
}
.c-cv_ttl span {
  color: #fb6e94;
  font-size: 56px;
  font-size: 5.6rem;
}
.c-cv_head {
  margin-bottom: 15px;
  font-family: ryo-display-plusn, serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.c-cv_wrap {
  margin-top: 25px;
  padding: 30px 20px 20px;
  background-color: #fff;
}
.c-cv_box_ttl {
  margin-bottom: 20px;
  padding: 5px 0;
  border: 1px solid #fb6e94;
  color: #fb6e94;
  font-family: ryo-display-plusn, serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.c-cv_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cv_tel a img {
  width: 34px;
  margin-right: 5px;
}
.c-cv_tel_number {
  display: block;
  line-height: 1;
  color: #fb6e94;
  font-family: copperplate, serif;
  font-size: 50px;
  font-size: 5.0rem;
}
.c-cv_txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.c-cv_reserv {
  padding: 5px;
  background-color: #fb6e94;
}
.c-cv_reserv a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border: 1px solid #fff;
}
.c-cv_reserv a img {
  width: 42px;
  margin-right: 15px;
}
.c-cv_reserv_txt {
  color: #fff;
  font-family: ryo-display-plusn, serif;
  font-size: 20px;
  font-size: 2.0rem;
}

/* -- footer -- */
.l-footer {
  padding: 20px 0;
}
.l-footer_pageTop {
  position: fixed;
  z-index: 100000;
  right: 60px;
  bottom: 100px;
  width: 48px;
  cursor: pointer;
}
.l-footer_copyright {
  font-family: ryo-display-plusn, serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

/* =================================
 PC common
================================= */
@media screen and (min-width: 768px) {
  /* -- common -- */
  a:hover {
    color: #fb6e94;
    opacity: .8;
  }

  /* -- header -- */
  .l-header_wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px 0 30px;
    background: #ffffff70;
  }
  .l-header_txt {
    margin: 10px 0 8px;
  }
  .l-header_side {
    position: relative;
    z-index: 0;
  }
  .l-header_side_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .l-header_info {
    margin: 10px 30px 0 0;
  }
  .l-header_tel {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-end;
  }
  .l-header_tel img {
    width: 25px;
    margin-right: 5px;
  }
  .l-header_tel_number {
    display: block;
    margin-right: -7px;
    color: #fb6e94;
    font-family: copperplate, serif;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .l-header_hours {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.2;
    color: #343434;
  }
  .l-header_reserv {
    width: 120px;
    height: 120px;
    background-color: #fb6e94;
  }
  .l-header_reserv a {
    padding: 20px 15px 10px;
  }
  .l-header_reserv img {
    width: 52px;
    margin: 0 auto 15px;
  }
  .l-header_reserv_txt {
    line-height: 1;
    padding: 6px 0 5px;
    border: 1px solid #fff;
    color: #fff;
    font-family: ryo-display-plusn, serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }

  /* -- nav -- */
  .l-gnav {
    display: none;
  }

  /* -- layout -- */
  .l-cont {
    max-width: 1100px;
  }
  .l-cont_inner {
    max-width: 800px;
  }

  /* -- row -- */
  .c-row {
    position: relative;
    z-index: 0;
    height: 480px;
    overflow: hidden;
  }
  .c-row .l-cont {
    position: relative;
    z-index: 0;
    height: 100%;
  }
  .c-row_wrap {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 42%;
    max-width: 455px;
    transform: translateY(-50%);
  }
  .c-row_img {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 47%;
    max-width: 860px;
  }
  .c-row_img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
  }
  .c-row.right .c-row_img {
    right: 0;
  }
  .c-row.right .c-row_wrap {
    left: 0;
  }
  .c-row.left .c-row_img {
    left: 0;
  }
  .c-row.left .c-row_wrap {
    right: 0;
  }

  /* -- title -- */
  .c-ttl_category_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-ttl_category_row.invisalign img {
    width: 180px;
  }
  .c-ttl_category_row.mrc img {
    width: 125px;
  }

  /* -- title -- */
  .c-list_number {
    display: flex;
    align-items: flex-start;
  }
  .c-list_number li {
    width: 32%;
    margin-right: 2%;
  }
  .c-list_number li:last-child {
    margin-right: 0;
  }

  /* -- cv -- */
  .c-cv_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-cv_reserv {
    width: 44%;
    max-width: 330px;
  }
  .c-cv_tel a {
    pointer-events: none;
  }
}

/* =================================
  IE common
================================= */
/* -- header -- */
_:-ms-lang(x)::-ms-backdrop, .l-header_reserv_txt {
  padding: 14px 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .l-header_reserv img {
  margin: 0 auto 10px;
}

/* -- line -- */
_:-ms-lang(x)::-ms-backdrop, .c-line.eme,
_:-ms-lang(x)::-ms-backdrop, .c-line.grn {
  background-position: center 96px;
}
_:-ms-lang(x)::-ms-backdrop, .c-line_wrap {
  padding: 45px 0 18px;
}

/* -- title -- */
_:-ms-lang(x)::-ms-backdrop, .c-ttl_category_row,
_:-ms-lang(x)::-ms-backdrop, .c-ttl_category {
  margin-bottom: 15px;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_category_bg {
  padding: 5px 10px 0;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_category_sub {
  margin-bottom: 8px;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_btmBar {
  padding-bottom: 60px;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_btmBar_sub {
  margin-bottom: 15px;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_base span {
  line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop, .c-ttl_base_ja {
  margin-bottom: 0;
}

/* -- list -- */
_:-ms-lang(x)::-ms-backdrop, .c-list_number_head {
  margin-bottom: 15px;
}
_:-ms-lang(x)::-ms-backdrop, .c-list_number_ttl {
  margin-bottom: 5px;
}

/* -- table -- */
_:-ms-lang(x)::-ms-backdrop, .c-table th,
_:-ms-lang(x)::-ms-backdrop, .c-table td {
  padding: 10px 0 5px;
}

/* -- cv -- */
_:-ms-lang(x)::-ms-backdrop, .c-cv_box_ttl {
  padding: 14px 0 0;
}
_:-ms-lang(x)::-ms-backdrop, .c-cv_reserv_txt {
  margin-top: 17px;
}

/* -- footer -- */
_:-ms-lang(x)::-ms-backdrop, .l-footer {
  padding: 25px 0 12px;
}

/* =================================
  PC min common
================================= */
@media only screen and (max-width: 1240px) and (min-width: 768px) {
  /* -- layout -- */
  .l-cont {
    width: 95%;
    max-width: 95%;
  }

  /* -- row -- */
  .c-row_img {
    width: 50%;
    max-width: 720px;
  }

  /* -- title -- */
  .c-ttl_category_row.invisalign img {
    width: 34%;
    margin-left: 0;
  }
  .c-ttl_category_row.mrc img {
    width: 34%;
    margin-left: 0;
  }

  /* -- cv -- */
  .c-cv_head {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .c-cv_tel_number {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .c-cv_tel a img {
    width: 26px;
  }
}

/* =================================
  TAB common
================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* -- layout -- */
  .l-cont {
    width: 95%;
    max-width: 95%;
  }

  /* -- row -- */
  .c-row_img {
    width: 50%;
    max-width: 720px;
  }

  /* -- title -- */
  .c-ttl_category_row.invisalign img {
    width: 34%;
    margin-left: 0;
  }
  .c-ttl_category_row.mrc img {
    width: 34%;
    margin-left: 0;
  }

  /* -- cv -- */
  .c-cv_tel_number {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .c-cv_tel a img {
    width: 26px;
  }
}

/* =================================
 SP common
================================= */
@media screen and (max-width: 767px) {
  /* -- common -- */
  .u-only_sp {
   display: block;
  }
  .u-only_pc {
    display: none;
  }
  html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body {
    min-width: inherit;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .is_move .c-fixed,
  .is_move .l-footer_pageTop {
    display: none !important;
  }
  .is_move .p-index_flow_img {
    z-index: -1;
  }

  /* -- layout -- */
  .l-cont {
    width: 90%;
  }
  .l-cont_inner {
    width: 90%;
  }

  /* -- header -- */
  .l-header {
    height: 57px;
    padding: 10px 5% 0;
  }
  .l-header_txt {
    margin-bottom: 10px;
  }
  .l-header_txt span {
    display: block;
    line-height: 1;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .l-header_logo {
    width: 70%;
  }
  .l-header_menu {
    position: fixed;
    z-index: 100000;
    top: 12px;
    right: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .l-header_menu_wrap {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
  }
  .l-header_menu_wrap span {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 30px;
    height: 2px;
    background-color: #00aa95;
    border-radius: 4px;
    transition: .4s ease;
    box-sizing: border-box;
  }
  .l-header_menu span:nth-of-type(1) {
    top: 5px;
  }
  .l-header_menu span:nth-of-type(2) {
    top: 14px;
  }
  .l-header_menu span:nth-of-type(3) {
    top: 23px;
  }
  .l-header_menu.active span:nth-of-type(1) {
    top: 20px;
    transform: translateY(-6.5px) rotate(45deg);
  }
  .l-header_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header_menu.active span:nth-of-type(3) {
    top: 7px;
    transform: translateY(6.5px) rotate(-45deg);
  }

  /* -- nav -- */
  .l-gnav {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 5% 120px;
    background-color: rgba(255,255,255, .9);
    font-size: 20px;
    font-size: 2.0rem;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: .1s;
  }
  .l-gnav.open {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .l-gnav_list li {
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
  }
  .l-gnav_list li::before {
    position: absolute;
    z-index: 0;
    bottom: -20px;
    left: 50%;
    width: 80px;
    height: 2px;
    background-image: url(../img/ico_line.png);
    background-size: 80px 2px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    content: '';
  }
  .l-gnav_list a {
    color: #fb6e94;
    font-family: ryo-display-plusn, serif;
    text-align: center;
  }

  /* -- line -- */
  .c-line_wrap {
    padding: 20px 0;
  }
  .c-line_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .c-line.eme::after,
  .c-line.grn::after {
    bottom: -15px;
    border-left: 20px solid transparent;
  }
  .c-line.eme::after {
    border-top: 15px solid #69c3ba;
  }
  .c-line.grn::after {
    border-top: 15px solid #69c37e;
  }

  /* -- row -- */
  .c-row {
    padding-top: 30px;
  }
  .c-row .l-cont {
    padding-bottom: 30px;
  }

  /* -- title -- */
  .c-ttl_category_sub {
    margin-bottom: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-ttl_category_main {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .c-ttl_category_row,
  .c-ttl_category {
    margin-bottom: 20px;
  }
  .c-ttl_category_row img {
    margin-top: 5px;
    margin-left: auto;
  }
  .c-ttl_category_row.invisalign img {
    width: 40%;
  }
  .c-ttl_category_row.mrc img {
    width: 25%;
  }
  .c-ttl_btmBar {
    padding-bottom: 40px;
    background-position: center 83%;
  }
  .c-ttl_btmBar span {
    line-height: 1.4;
  }
  .c-ttl_btmBar_sub {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-ttl_btmBar_main {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .c-ttl_base_ja {
    line-height: 1.4;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .c-ttl_base {
    margin-bottom: 20px;
  }
  .c-ttl_base_ja {
    margin-bottom: 5px;
  }
  .c-ttl_base_en {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* -- list -- */
  .c-list_number li {
    margin-bottom: 30px;
  }
  .c-list_number li:last-child {
    margin-bottom: 0;
  }
  .c-list_number_wrap {
    margin: -25px auto 0;
  }
  .c-list_number_head {
    margin-bottom: 5px;
    font-size: 40px;
    font-size: 4.0rem;
  }
  .c-list_number_ttl {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* -- text -- */
  .c-txt_right {
    margin-top: 10px;
    text-align: left;
  }

  /* -- table -- */
  .c-table th,
  .c-table td {
    padding: 10px 3%;
  }

  /* -- cv -- */
  .c-cv {
    padding: 30px 0;
  }
  .c-line.eme,
  .c-line.grn {
    background-size: 35px auto;
    background-position: center 60px;
  }
  .c-cv_ttl {
    margin-bottom: 10px;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .c-cv_ttl span {
    font-size: 39px;
    font-size: 3.9rem;
  }
  .c-cv_head {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-cv .ta_center {
    text-align: left;
  }
  .c-cv_wrap {
    margin-top: 15px;
    padding: 15px 3%;
  }
  .c-cv_box_ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-cv_info {
    margin-bottom: 10px;
  }
  .c-cv_tel_number {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .c-cv_tel a img {
    width: 8%;
  }
  .c-cv_tel {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
  .c-cv_reserv a {
    padding: 10px 0;
  }
  .c-cv_reserv a img {
    width: 10%;
    margin-right: 4%;
  }

  /* -- fixed -- */
  .c-fixed {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fb6e94;
  }
  .c-fixed_list {
    display: flex;
  }
  .c-fixed_list li {
    width: 50%;
  }
  .c-fixed_list li:first-child {
    background-color: #fff;
  }
  .c-fixed_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }
  .c-fixed_list li:first-child a {
    display: flex;
    align-items: center;
  }
  .c-fixed_list li:first-child a img {
    width: 8%;
    margin-right: 3%;
  }
  .c-fixed_number {
    color: #fb6e94;
    font-family: copperplate, serif;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .c-fixed_list li:last-child {
    background-color: #fb6e94;
  }
  .c-fixed_list li:last-child a img {
    width: 17%;
    margin-right: 5%;
  }
  .c-fixed_reserv {
    color: #fff;
    font-family: ryo-display-plusn, serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
    ul.c-fixed_list_new {
        display: flex;
    }
    ul.c-fixed_list_new .inner {
        width: 50%;
    }
    .add-c-fixed {
        border-top: 0;
        background: #ffffff;
    }
    .inner {
        margin: 0;
    }
    ul.c-fixed_list_new .inner:nth-child(2) {
        margin: -2px 0;
    }
    
    
    
    
    
    
    
  /* -- footer -- */
  .l-footer {
    padding: 15px 0 75px;
  }
  .l-footer_pageTop {
    right: 5%;
    bottom: 75px;
    width: 13%;
  }
}

/* =================================
 iphone5s,SE common
================================= */
@media screen and (max-width: 320px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* -- line -- */
  .c-line_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* -- title -- */
  .c-ttl_btmBar_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-ttl_category_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-ttl_category_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-ttl_category_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-ttl_base_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }

  /* -- cv -- */
  .c-cv_ttl {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .c-cv_ttl span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .c-cv_tel_number {
    font-size: 30px;
    font-size: 3.0rem;
  }

  /* -- fixed -- */
  .c-fixed_number {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .c-fixed_reserv {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
