@charset "UTF-8";
/* CSS Document */
.pc_only {
  display: none; }

.sp_only {
  display: block; }

.ssp_only {
  display: none; }

.slicknav_menu {
  display: block; }

.tab_only {
  display: none; }

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, l, ul, ol, 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; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: auto !important; }

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #676967;
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

br {
  letter-spacing: 0; }

.ls_0 {
  letter-spacing: 0; }

.mt_1 {
  margin-top: 1em; }

.mt_2 {
  margin-top: 2em; }

.ct_padding {
  padding: 40px 0; }

.pink_text {
  color: #F588A6; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

.content {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px; }

a {
  transition: 0.4s; }

.scroll-hint-icon {
  height: 90px !important; }

.loading {
  z-index: calc(infinity);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .loading.isLoaded {
    animation-duration: 2s;
    animation-name: load-fadeOut;
    animation-fill-mode: forwards; }
@keyframes load-fadeOut {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }
.loading-wrapper {
  width: 110px;
  height: auto;
  opacity: 0.5; }

.header_wrap {
  padding: 2vw 3%; }
  .header_wrap .header_logo h1 {
    width: calc(( 417 / 750 ) * 100vw);
    line-height: 1; }

.kv .splide {
  width: 100%;
  overflow: hidden;
  padding-bottom: 21vw; }
.kv .splide__pagination {
  position: absolute;
  bottom: 1.5vw;
  width: 100%; }
  .kv .splide__pagination li {
    width: 3vw;
    height: 3vw;
    margin: 0 2.5vw; }
    .kv .splide__pagination li button {
      width: 100%;
      height: 100%;
      border: none;
      padding: 0;
      border-radius: 50%;
      background: #C2C3C2; }
      .kv .splide__pagination li button.is-active {
        background: #F588A6; }
.kv .splide__track {
  overflow: visible; }
.kv .slide-media {
  overflow: hidden;
  position: relative; }
  .kv .slide-media::after {
    content: '';
    display: block;
    width: 100%;
    height: 26.777vw;
    background: url("../img/home/kv/sp_shadow.png") repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -2px; }
  .kv .slide-media img {
    transition: 9.2s linear;
    transform: scale(1.1); }
.kv .splide__slide[class*=-active] .slide-media img {
  transform: scale(1); }
.kv .slide-title {
  width: 100%;
  animation: 3s both;
  transition: 1.8s;
  font-family: "Zen Old Mincho", serif;
  font-size: calc(( 34 / 750 ) * 100vw);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  margin-top: -7vw;
  filter: drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5)); }
.kv .splide__slide.anm-started .slide-title {
  animation-name: kv-fadeIn;
  animation-delay: 2s; }
.kv .splide__slide.anm-finished .slide-title {
  animation-name: kv-fadeOut; }
.kv .splide__slide.one_line .slide-title {
  margin-top: -2vw; }

@keyframes kv-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes kv-fadeOut {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.maru_list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  margin: 4px 0; }
  .maru_list li::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
    background: #F87685; }

.maru_list_brown li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
  margin: 4px 0; }
  .maru_list_brown li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #775454; }

.cmn_ttl {
  color: #F588A6;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: normal;
  position: relative;
  padding-left: 45px;
  display: flex;
  align-items: center; }
  .cmn_ttl::before {
    content: '';
    display: block;
    background: url("../img/common/subttl_ico.svg") no-repeat;
    background-size: contain;
    width: 33px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px; }
  .cmn_ttl h3 {
    font-weight: normal; }
  .cmn_ttl p {
    color: #676967;
    font-size: min(calc(( 28 / 750 ) * 100vw), 1.4rem);
    margin-left: 10px; }

.cmn_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #F588A6;
  color: #F588A6;
  font-size: min(calc(( 26 / 750 ) * 100vw), 1.3rem);
  padding: 0 20px 0 10px;
  position: relative;
  font-weight: bold;
  background: #fff;
  line-height: 1.4; }
  .cmn_btn a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #F588A6;
    border-bottom: 1px solid #F588A6;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px; }

#index_ct01 {
  padding-top: 3vw; }

.index_menu {
  position: relative;
  background: url("../img/home/home_sp_menu_back@2x.jpg") no-repeat center;
  background-size: contain;
  padding-top: 12vw; }
  .index_menu .content {
    width: 74%; }
  .index_menu ul {
    margin-left: 6%; }
    .index_menu ul li {
      margin-top: -1vw;
      display: flex; }
      .index_menu ul li a {
        font-family: "Zen Old Mincho", serif;
        color: #676967;
        font-size: 4.533vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34.467vw;
        height: 34.467vw;
        background: url("../img/common/green_l_maru01.png") no-repeat center;
        background-size: contain;
        position: relative; }
        .index_menu ul li a::before {
          content: '';
          display: block;
          background: url("../img/common/kirakira01.svg") no-repeat;
          background-size: contain;
          width: 18.133vw;
          height: 23.067vw;
          position: absolute;
          left: -2vw;
          z-index: 2;
          bottom: 0; }
      .index_menu ul li:nth-of-type(2) {
        justify-content: flex-end; }
        .index_menu ul li:nth-of-type(2) a {
          background: url("../img/common/green_l_maru02.png") no-repeat center;
          background-size: contain; }

#index_ct02 .content {
  width: 86%; }

#news_in {
  margin: 20px auto 0 auto; }

#news_wrap {
  width: 100%;
  /*height:440px;*/
  /*お知らせ量が増えたら拡大*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  　overflow-scrolling: touch; }

ul#news_list {
  padding: 0; }

li.oneitem {
  position: relative;
  line-height: 1.1em; }

ul#news_list {
  padding: 0;
  margin: 0 auto; }

li.oneitem {
  position: relative;
  line-height: 1.1em;
  letter-spacing: 0.02em; }

li.oneitem .news_item {
  display: block;
  padding: 13px 7% 7px 0;
  width: 93%; }

li.oneitem a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem; }
  li.oneitem a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #676967;
    border-bottom: 1px solid #676967;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px; }

dt.news_day {
  line-height: 1em;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #676967;
  letter-spacing: 0; }

dd.news_List_Title {
  color: #676967;
  margin: 5px 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold; }

.detailUpfile a {
  display: inline !important; }
  .detailUpfile a img {
    width: 100%;
    max-width: 300px; }
  .detailUpfile a::after {
    display: none !important; }
  .detailUpfile a::hover {
    background: none !important;
    opacity: 0.7; }

.detailText {
  line-height: 1.8;
  color: #676967;
  margin-top: 5px;
  font-size: 1.4rem; }

.detailText a {
  text-decoration: underline;
  color: #676967;
  display: inline !important; }

.detailText a::after {
  display: none; }

.detailText a:hover {
  color: #eac173; }

.news_bnr{
	margin-top:40px;
	text-align: center;
}
.news_bnr img{
	max-width: 300px;
}
.news_bnr a:hover{
	opacity: 0.7;
}

#index_ct03 {
  background: url("../img/common/grade_back_sp.jpg") repeat-x bottom;
  background-size: 100%;
  width: 100%;
  overflow: hidden; }
  #index_ct03 .content {
    width: 86%; }
  #index_ct03 .feature_box {
    margin: 30px 0;
    position: relative; }
    #index_ct03 .feature_box .text .feature_num {
      font-size: 1.9rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 60px;
      height: 60px;
      background: url("../img/common/pink_s_maru.png") no-repeat center;
      background-size: contain;
      letter-spacing: 0.1em; }
    #index_ct03 .feature_box .text h4 {
      text-align: center;
      font-size: min(calc(( 32 / 750 ) * 100vw), 1.6rem);
      margin: 5px 0; }
    #index_ct03 .feature_box .image {
      margin-top: 10px; }
      #index_ct03 .feature_box .image picture {
        width: 37.667vw;
        display: block;
        position: relative; }
      #index_ct03 .feature_box .image .cmn_btn {
        position: absolute;
        right: 0;
        bottom: 15vw; }
        #index_ct03 .feature_box .image .cmn_btn a {
          width: 30vw; }
    #index_ct03 .feature_box:last-of-type .image .cmn_btn a {
      width: 35vw; }

#foot_wrap {
  padding-top: 30px; }
  #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%; }
    #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_logo {
      width: min(calc(( 297 / 750 ) * 100vw), 150px); }
    #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai {
      padding-left: 6%; }
      #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p {
        font-size: min(calc(( 26 / 750 ) * 100vw), 1.3rem);
        line-height: 1.5; }
        #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa a, #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa span {
          font-size: min(calc(( 33 / 750 ) * 100vw), 1.7rem);
          color: #F588A6; }
          #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa a img, #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa span img {
            width: min(calc(( 24 / 750 ) * 100vw), 24px);
            margin-right: 0.2em;
            position: relative;
            top: 0.1em; }
  #foot_wrap .footer_ct01 .flex .l_ct .time_table {
    width: 80%;
    margin: 20px auto; }
    #foot_wrap .footer_ct01 .flex .l_ct .time_table table {
      width: 100%;
      font-size: 1.3rem; }
      #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr th, #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr td {
        text-align: center;
        padding: 6px 0;
        border-bottom: 1px solid #676967;
        vertical-align: middle;
        position: relative; }
        #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr th img, #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr td img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) scale(60%); }
    #foot_wrap .footer_ct01 .flex .l_ct .time_table .table_caption {
      font-size: 1.3rem; }
      #foot_wrap .footer_ct01 .flex .l_ct .time_table .table_caption dl {
        display: flex;
        line-height: 1.4;
        margin-top: 10px; }
        #foot_wrap .footer_ct01 .flex .l_ct .time_table .table_caption dl dt {
          margin-right: 0.2em; }
      #foot_wrap .footer_ct01 .flex .l_ct .time_table .table_caption p {
        color: #F588A6;
        font-weight: bold; }
  #foot_wrap .footer_ct01 .flex .r_ct .footer_map {
    display: block;
    width: 80%;
    margin: 10px auto;
    line-height: 1; }
  #foot_wrap .footer_ct01 .flex .r_ct ul {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #foot_wrap .footer_ct01 .flex .r_ct ul li a {
      font-family: "Zen Maru Gothic", serif;
      color: #676967;
      font-size: min(calc(( 24 / 750 ) * 100vw), 1.2rem);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #foot_wrap .footer_ct01 .flex .r_ct ul li a .sns_ico {
        display: flex;
        justify-content: center;
        align-items: center;
        width: min(calc(( 98 / 750 ) * 100vw), 98px);
        height: min(calc(( 98 / 750 ) * 100vw), 98px);
        box-shadow: 0 4px 4px rgba(103, 105, 103, 0.1);
        border-radius: 50%; }
        #foot_wrap .footer_ct01 .flex .r_ct ul li a .sns_ico .cls-1 {
          fill: #F588A6; }
    #foot_wrap .footer_ct01 .flex .r_ct ul li:nth-child(1) a svg {
      width: min(calc(( 65 / 750 ) * 100vw), 65px); }
    #foot_wrap .footer_ct01 .flex .r_ct ul li:nth-child(2) a svg {
      width: min(calc(( 60 / 750 ) * 100vw), 60px); }
    #foot_wrap .footer_ct01 .flex .r_ct ul li:nth-child(3) a svg {
      width: min(calc(( 57 / 750 ) * 100vw), 57px); }
    #foot_wrap .footer_ct01 .flex .r_ct ul li:nth-child(4) a svg {
      width: min(calc(( 46 / 750 ) * 100vw), 46px); }
  #foot_wrap .footer_bnr {
    width: 80%;
    margin: 30px auto 0 auto;
    display: none; }
    #foot_wrap .footer_bnr ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #foot_wrap .footer_bnr ul li {
        width: 49%;
        margin-bottom: 1%;
        line-height: 1; }
  #foot_wrap .footer_ct02 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #foot_wrap .footer_ct02 .sp_left, #foot_wrap .footer_ct02 .sp_right {
      width: 46%; }
    #foot_wrap .footer_ct02 ul li a {
      color: #676967;
      font-size: min(calc(( 26 / 750 ) * 100vw), 1.3rem);
      display: block;
      border-bottom: 1px solid #676967;
      padding: 12px 0 3px 0; }

#copy {
  padding: 10px 0 95px 0;
  margin-top: 20px;
  text-align: center; }

#copy a {
  font-family: "Zen Maru Gothic", serif;
  color: #676967;
  font-size: 1.6rem; }

#copy a span {
  font-size: 1.6rem;
  color: #676967; }

.go_top_sp {
  display: none; }

/*---スマホ時のみ下部ついてくるナビ---*/
.mobile_under_nav {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #FEEAF1; }
  .mobile_under_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 60px; }
    .mobile_under_nav ul li {
      width: 25%;
      border-right: 1px solid #fff;
      box-sizing: border-box; }
      .mobile_under_nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #676967;
        font-size: min(calc(( 26 / 750 ) * 100vw), 1.3rem);
        height: 100%;
        line-height: 1.9;
        padding-top: 4px; }
      .mobile_under_nav ul li:last-child {
        border-right: none; }

/*-- lower共通 --*/
.lower {
  font-size: 1.4rem; }
  .lower .go_top_sp {
    position: fixed;
    bottom: 80px;
    right: 4%;
    z-index: 98; }
    .lower .go_top_sp a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 45px;
      height: 45px;
      background: #F8A5BC;
      border-radius: 50%; }
  .lower .scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 15px; }
  .lower .indent {
    text-indent: -1em;
    padding-left: 1em; }
    .lower .indent i {
      font-style: normal; }
  .lower .three_box {
    width: 1140px;
    display: flex;
    justify-content: space-between; }
    .lower .three_box .box:nth-child(1) {
      width: 378px; }
    .lower .three_box .box:nth-child(2) {
      width: 408px; }
    .lower .three_box .box:nth-child(3) {
      flex: 1; }
  .lower .for_box {
    width: 1140px;
    display: flex;
    justify-content: space-between; }
    .lower .for_box .box:nth-child(1) {
      width: 188px; }
    .lower .for_box .box:nth-child(2) {
      width: 378px; }
    .lower .for_box .box:nth-child(3) {
      width: 378px; }
    .lower .for_box .box:nth-child(4) {
      flex: 1; }
  .lower .pink_box .box {
    margin-bottom: 2px;
    margin-right: 2px; }
    .lower .pink_box .box dl {
      height: 100%; }
    .lower .pink_box .box dt {
      background: #F2D8D9;
      line-height: 1.4;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 63px;
      font-size: 1.5rem;
      margin-bottom: 2px; }
    .lower .pink_box .box dd {
      border: 1px solid #F2D8D9;
      box-sizing: border-box;
      padding: 10px 12px;
      height: calc(100% - 65px);
      font-size: 1.5rem;
      background: #fff; }
  .lower .pink_table {
    border: 1px solid #F2D8D9;
    box-sizing: border-box;
    border-spacing: 0;
    background: #fff; }
    .lower .pink_table tr th {
      background: #F2D8D9;
      font-weight: normal;
      line-height: 1.6;
      padding: 20px 2%; }
    .lower .pink_table tr td {
      padding: 10px 2%;
      border-bottom: 1px solid #F2D8D9; }
      .lower .pink_table tr td:first-child {
        border-right: 1px solid #F2D8D9;
        width: 40%;
        text-align: center; }
    .lower .pink_table tr:last-of-type td {
      border-bottom: none; }
  .lower .accordion_dl {
    margin: 40px 0; }
    .lower .accordion_dl .accordion_box {
      display: none;
      padding-top: 30px; }
    .lower .accordion_dl dt.accordion_ttl {
      border-bottom: 1px solid #775454;
      line-height: 1.6;
      color: #775454;
      font-weight: 500;
      font-size: 1.6rem;
      position: relative;
      padding-right: 40px;
      padding-bottom: 10px; }
      .lower .accordion_dl dt.accordion_ttl:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/common/plus.png) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        right: 10px;
        transition: all 600ms;
        top: 50%;
        margin-top: -15px; }
      .lower .accordion_dl dt.accordion_ttl.open:after {
        background: url(../img/common/minus.png) no-repeat 0 0;
        background-size: contain; }
  .lower .cmn_ttl {
    color: #775454;
    font-size: 1.9rem; }
  .lower .lead {
    color: #775454;
    font-size: 1.7rem;
    margin-bottom: 40px;
    font-weight: 600; }
  .lower .ul_ttl {
    color: #775454;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    line-height: 1.6; }
    .lower .ul_ttl::before {
      content: '';
      display: block;
      background: url("../img/common/lower_ul.png") no-repeat;
      width: 260px;
      height: 22px;
      background-size: contain;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
  .lower .cmn_btn.brown_btn {
    margin-top: 15px/*30px*/; }
    .lower .cmn_btn.brown_btn a {
      color: #775454;
      border-color: #775454;
      background: #fff;
      height: 48px;
      border-radius: 24px;
      font-size: 1.4rem; }
      .lower .cmn_btn.brown_btn a::after {
        border-color: #775454; }
  .lower .square_list li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0; }
    .lower .square_list li::before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border: 1px solid #775454;
      background: #fff;
      position: absolute;
      top: 0.5em;
      left: 0; }
  .lower main {
    width: 100%;
    overflow: hidden;
    color: #383B38; }
    .lower main .content {
      width: 80%;
      max-width: 1200px; }
    .lower main .lower_main {
      position: relative;
      font-family: "Times New Roman", Times, "serif";
      font-weight: 500;
      height: calc(( 474 / 750 ) * 100vw);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 5vw 0; }
      .lower main .lower_main picture {
        position: absolute;
        width: calc(( 537 / 750 ) * 100vw);
        height: calc(( 474 / 750 ) * 100vw);
        right: 50%;
        top: 0; }
      .lower main .lower_main .lower_main_text {
        position: relative;
        z-index: 2;
        text-align: center; }
        .lower main .lower_main .lower_main_text h1 {
          color: #775454;
          line-height: 1.4;
          width: 100%; }
          .lower main .lower_main .lower_main_text h1.ja {
            font-family: "Zen Old Mincho", serif;
            letter-spacing: 0.1em;
            font-size: calc(( 44 / 750 ) * 100vw);
            font-weight: 600; }
        .lower main .lower_main .lower_main_text .en_ttl {
          position: relative;
          margin-bottom: 15vw;
          letter-spacing: 0.08em;
          width: 220%;
          left: 50%;
          transform: translate(-50%, 0px); }
          .lower main .lower_main .lower_main_text .en_ttl .en {
            position: absolute;
            bottom: -0.3em;
            font-weight: normal;
            left: 50%;
            transform: translate(-50%, 0);
            font-size: calc(( 52 / 750 ) * 100vw);
            font-weight: 500; }
      .lower main .lower_main .kazari_ttl {
        font-size: calc(( 106 / 750 ) * 100vw);
        color: #E4DDDD;
        line-height: 1;
        font-weight: 500; }
    .lower main .lower_nav {
      position: relative;
      z-index: 2; }
      .lower main .lower_nav ul li {
        margin: 5px 0; }
        .lower main .lower_nav ul li a {
          color: #676967;
          font-size: 1.4rem;
          position: relative;
          padding-left: 10px; }
          .lower main .lower_nav ul li a::before {
            content: '';
            display: block;
            width: 6px;
            height: 1px;
            border-bottom: 1px solid #676967;
            position: absolute;
            left: 0;
            top: 0.7em; }

/*-- about --*/
.about .back_image {
  background: url("../img/common/lower_back.jpg") center top repeat-y;
  background-size: 267%; }
.about #about_ct01 .content {
  position: relative;
  padding-top: 70px; }
.about #about_ct01 p {
  line-height: 2.2; }
.about #about_ct01 picture {
  display: block;
  width: 185px;
  position: absolute;
  top: -15px;
  right: calc( -10% - 20px); }
.about #about_ct02 .flex {
  margin: 20px 0 100px 0; }
  .about #about_ct02 .flex .l_ct {
    display: flex; }
    .about #about_ct02 .flex .l_ct picture {
      display: block;
      flex: 1; }
    .about #about_ct02 .flex .l_ct .doctor_name {
      width: 47%;
      margin-left: 7%;
      color: #775454; }
      .about #about_ct02 .flex .l_ct .doctor_name .name {
        color: #383B38;
        font-size: 1.9rem;
        letter-spacing: 0.2em;
        line-height: 1.6;
        margin-top: 3px; }
        .about #about_ct02 .flex .l_ct .doctor_name .name .ruby {
          display: block;
          color: #775454;
          font-size: 1.3rem;
          letter-spacing: 0.05em; }
      .about #about_ct02 .flex .l_ct .doctor_name .tanto {
        color: #383B38;
        margin-top: 15px; }
  .about #about_ct02 .flex:last-of-type {
    margin-bottom: 0; }
.about #about_ct02 dl {
  margin: 20px 0; }
  .about #about_ct02 dl dt {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px; }
  .about #about_ct02 dl.ryakureki dd li {
    margin-bottom: 1em; }
    .about #about_ct02 dl.ryakureki dd li:last-child {
      margin-bottom: 0; }
.about #about_ct03 ul {
  margin-top: 20px;
  margin-bottom: 60px; }

/*-- info --*/
.info .back_image {
  position: relative; }
  .info .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 300px);
    background: url("../img/info/back.jpg") center top repeat-y;
    background-size: 2000px 1443px;
    position: absolute;
    top: 300px;
    z-index: -1; }
  .info .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 300px;
    z-index: -1; }
.info #info_ct01 .ct_padding {
  padding-top: 80px;
  padding-bottom: 0px; }
.info #info_ct01 .flex .l_ct .time_table {
  margin: 30px auto 40px 0; }
  .info #info_ct01 .flex .l_ct .time_table table {
    width: 100%;
    font-size: 1.3rem;
    color: #383B38; }
    .info #info_ct01 .flex .l_ct .time_table table tr th, .info #info_ct01 .flex .l_ct .time_table table tr td {
      text-align: center;
      padding: 6px 0;
      border-bottom: 1px solid #383B38;
      vertical-align: middle;
      position: relative;
      font-weight: normal; }
      .info #info_ct01 .flex .l_ct .time_table table tr th img, .info #info_ct01 .flex .l_ct .time_table table tr td img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(80%); }
  .info #info_ct01 .flex .l_ct .time_table .table_caption {
    font-size: 1.3rem; }
    .info #info_ct01 .flex .l_ct .time_table .table_caption dl {
      display: flex;
      line-height: 1.4;
      margin-top: 10px; }
      .info #info_ct01 .flex .l_ct .time_table .table_caption dl dt {
        margin-right: 0.2em; }
    .info #info_ct01 .flex .l_ct .time_table .table_caption p {
      color: #F588A6;
      font-weight: 500; }
.info #info_ct01 .flex .l_ct .info_yoyaku {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .info #info_ct01 .flex .l_ct .info_yoyaku li {
    display: flex;
    flex-direction: column;
    margin: 0 20px; }
    .info #info_ct01 .flex .l_ct .info_yoyaku li.pc_only {
      display: none !important; }
    .info #info_ct01 .flex .l_ct .info_yoyaku li a {
      font-family: "Zen Maru Gothic", serif;
      font-size: 1.6rem;
      color: #F588A6;
      text-align: center; }
    .info #info_ct01 .flex .l_ct .info_yoyaku li .sns_ico {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      background: #F588A6;
      border-radius: 50%;
      margin: 0 auto; }
      .info #info_ct01 .flex .l_ct .info_yoyaku li .sns_ico svg {
        transform: scale(0.6); }
.info #info_ct01 .flex .r_ct {
  margin-top: 50px;
  position: relative;
  padding-bottom: 34vw; }
  .info #info_ct01 .flex .r_ct p {
    position: relative;
    z-index: 2; }
  .info #info_ct01 .flex .r_ct picture {
    width: 48vw;
    position: absolute;
    bottom: 0;
    right: 42vw; }
.info #info_ct02 .ct_padding {
  padding-top: 80px; }
.info #info_ct02 .cmn_ttl {
  margin-bottom: 30px; }
.info #info_ct03 .ct_padding {
  padding-top: 80px; }
.info #info_ct03 .cmn_ttl {
  margin-bottom: 30px; }
.info #info_ct03 p {
  margin: 20px 0; }
.info #info_ct04 .ct_padding {
  padding-top: 80px; }
.info #info_ct04 .cmn_ttl {
  margin-bottom: 30px; }
.info #info_ct05 .ct_padding {
  padding-top: 80px; }
.info #info_ct05 .shinryo_info {
  margin: 30px 0 80px 0; }
  .info #info_ct05 .shinryo_info dl dt {
    width: 181px;
    height: 177px;
    margin: 0 auto; }
    .info #info_ct05 .shinryo_info dl dt a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      background: url("../img/info/info_maru01.png") no-repeat;
      background-size: contain;
      color: #775454;
      font-size: 2.2rem; }
  .info #info_ct05 .shinryo_info dl dd {
    margin: 20px 0; }
  .info #info_ct05 .shinryo_info:nth-child(2) dl dt a {
    background: url("../img/info/info_maru02.png") no-repeat;
    background-size: contain; }

/*-- nyuin --*/
.nyuin .back_image {
  position: relative;
  overflow: hidden; }
  .nyuin .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/lower_back.jpg") center top repeat-y;
    background-size: 267%;
    position: absolute;
    top: 0px;
    z-index: -1; }
  .nyuin .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 0px;
    z-index: -1; }
.nyuin .child_birth_nav {
  width: 80%;
  max-width: 1200px;
  margin: 40px auto 60px auto; }
  .nyuin .child_birth_nav ul li a {
    display: flex;
    justify-content: center;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #9b9c9b;
    font-size: 2rem;
    color: #383B38;
    font-weight: 600;
    position: relative; }
    .nyuin .child_birth_nav ul li a::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-right: 1px solid #9b9c9b;
      border-bottom: 1px solid #9b9c9b;
      transform: rotate(-45deg);
      position: absolute;
      right: 4%;
      top: 50%;
      margin-top: 0px; }
  .nyuin .child_birth_nav ul li.active a {
    color: #775454;
    border-bottom: 3px solid #775454; }
    .nyuin .child_birth_nav ul li.active a::after {
      display: none; }
.nyuin .ct_padding {
  padding-top: 80px; }
.nyuin .check_list {
  margin: 20px 0; }
  .nyuin .check_list li {
    padding-left: 30px;
    position: relative;
    margin: 15px 0; }
    .nyuin .check_list li::before {
      content: url("../img/nyuin/check.svg");
      position: absolute;
      left: 0;
      top: 0.35em; }
    .nyuin .check_list li span {
      font-size: 1.3rem; }
.nyuin .cmn_ttl {
  margin-bottom: 30px; }
.nyuin .nyuin_foot_nav {
  width: 80%;
  margin: 40px auto;
  padding-bottom: 100px; }
  .nyuin .nyuin_foot_nav li.active a {
    color: #fff;
    background: #775454; }
    .nyuin .nyuin_foot_nav li.active a::after {
      display: none; }
.nyuin #nyuin_01_ct01, .nyuin #nyuin_02_ct01 {
  margin-top: 20px; }
  .nyuin #nyuin_01_ct01 .flex .r_ct, .nyuin #nyuin_02_ct01 .flex .r_ct {
    margin-top: 50px;
    position: relative;
    padding-bottom: 34vw; }
    .nyuin #nyuin_01_ct01 .flex .r_ct p, .nyuin #nyuin_02_ct01 .flex .r_ct p {
      position: relative;
      z-index: 2; }
    .nyuin #nyuin_01_ct01 .flex .r_ct picture, .nyuin #nyuin_02_ct01 .flex .r_ct picture {
      width: 48vw;
      position: absolute;
      bottom: 0;
      right: 42vw; }
.nyuin #nyuin_01_ct02 .maru_list_brown li {
  margin: 5px 0; }
  .nyuin #nyuin_01_ct02 .maru_list_brown li span {
    font-size: 1.3rem; }
.nyuin #nyuin_01_ct03 .tellink1, .nyuin #nyuin_01_ct03 .tellink1 a {
  color: #383B38; }
.nyuin #nyuin_01_ct03 .mochimono {
  margin-top: 40px; }
.nyuin #nyuin_01_ct04 ul {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .nyuin #nyuin_01_ct04 ul li {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background: url("../img/nyuin/pink_maru.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    margin-right: 4%;
    line-height: 1.6; }
    .nyuin #nyuin_01_ct04 ul li:nth-child(2) {
      background: url("../img/nyuin/yellow_maru.png") no-repeat center;
      background-size: contain;
      margin-right: 0; }
.nyuin #nyuin_01_ct05 .cmn_btn a {
  text-align: center;
  height: 60px;
  border-radius: 30px; }
.nyuin #nyuin_02_ct03 .accordion_dl .accordion_box {
  padding-top: 10px; }
.nyuin #nyuin_02_ct04 .ul_ttl {
  margin-bottom: 20px; }
.nyuin #nyuin_02_ct04 .food_photo {
  margin: 30px 0; }
  .nyuin #nyuin_02_ct04 .food_photo li {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px; }
    .nyuin #nyuin_02_ct04 .food_photo li:last-child {
      margin-bottom: 0; }
  .nyuin #nyuin_02_ct04 .food_photo:nth-of-type(1) {
    margin-bottom: 60px; }
.nyuin #nyuin_02_ct05 .ul_ttl {
  margin-bottom: 20px;
  margin-top: 40px; }
.nyuin #nyuin_02_ct05 .cmn_btn {
  margin-top: 50px; }
.nyuin #nyuin_02_ct05 .clinic_slide {
  margin-top: 10px; }
.nyuin #nyuin_02_ct05 .clearfix {
  *zoom: 1; }
.nyuin #nyuin_02_ct05 .clearfix:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden; }
.nyuin #nyuin_02_ct05 .slick-initialized .slick-slide {
  margin-top: 0; }
.nyuin #nyuin_02_ct05 .thumb-item-nav .slick-next {
  right: -50px; }
.nyuin #nyuin_02_ct05 .thumb-item-nav .slick-next:before {
  background: url("../img/clinic/slide/right_allow.png") center no-repeat;
  background-size: 13px 22px; }
.nyuin #nyuin_02_ct05 .thumb-item-nav .slick-prev {
  left: -50px; }
.nyuin #nyuin_02_ct05 .thumb-item-nav .slick-prev:before {
  background: url("../img/clinic/slide/left_allow.png") center no-repeat;
  background-size: 13px 22px; }
.nyuin #nyuin_02_ct06 .ul_ttl {
  margin-bottom: 20px;
  margin-top: 40px; }
.nyuin #nyuin_02_ct06 .attention {
  margin-top: 60px; }
.nyuin #nyuin_02_ct06 .ttl_list {
  margin: 30px 0; }
  .nyuin #nyuin_02_ct06 .ttl_list li {
    margin: 5px 0; }
    .nyuin #nyuin_02_ct06 .ttl_list li span {
      font-weight: bold; }
.nyuin #nyuin_02_ct06 .accordion_dl:nth-of-type(1) .ttl_list li span {
  display: block; }
.nyuin #nyuin_02_ct07 .ul_ttl {
  margin-bottom: 20px; }
.nyuin #nyuin_02_ct07 .image_flex .r_ct {
  margin-top: 20px; }
.nyuin #nyuin_02_ct08 {
  padding-bottom: 100px; }
  .nyuin #nyuin_02_ct08 .ul_ttl {
    margin-bottom: 10px;
    margin-top: 30px; }

/*-- sanka --*/
.sanka #privacy.accordion_dl dt.accordion_ttl {
  padding-left: 36px; }
  .sanka #privacy.accordion_dl dt.accordion_ttl::before {
    content: url("../img/service/pen.svg");
    position: absolute;
    left: 0;
    top: 0.2em; }
.sanka .slick-initialized .slick-slide {
  padding: 0 25px; }
.sanka .slick_sp {
  margin-bottom: 90px !important; }
.sanka .back_image {
  position: relative; }
  .sanka .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 300px);
    background: url("../img/sanka/back.jpg") center top repeat-y;
    background-size: 2000px 1443px;
    position: absolute;
    top: 300px;
    z-index: -1; }
  .sanka .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 300px;
    z-index: -1; }
.sanka #sanka_ct01 .ct_padding {
  padding-top: 80px;
  padding-bottom: 0px; }
.sanka #sanka_ct01 .flex .r_ct {
  margin-top: 50px;
  position: relative;
  padding-bottom: 34vw; }
  .sanka #sanka_ct01 .flex .r_ct p {
    position: relative;
    z-index: 2; }
  .sanka #sanka_ct01 .flex .r_ct picture {
    width: 48vw;
    position: absolute;
    bottom: 0;
    right: 42vw; }
.sanka #sanka_ct02 .ct_padding, .sanka #sanka_ct03 .ct_padding, .sanka #sanka_ct04 .ct_padding, .sanka #sanka_ct05 .ct_padding {
  padding-top: 80px; }
.sanka #sanka_ct02 .cmn_ttl, .sanka #sanka_ct03 .cmn_ttl, .sanka #sanka_ct04 .cmn_ttl, .sanka #sanka_ct05 .cmn_ttl {
  margin-bottom: 30px; }
.sanka #sanka_ct03 .sanka_ct03_flow {
  margin: 40px 0 60px 0; }
  .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li.slick-slide {
    width: 300px;
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #775454;
    text-align: center;
    font-size: 1.8rem;
    background: url("../img/sanka/pink_maru_s.png") center no-repeat;
    background-size: 101px 99px;
    position: relative; }
    .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li.slick-slide.slide02 {
      background: url("../img/sanka/pink_maru_m.png") center no-repeat;
      background-size: 151px 148px; }
    .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li.slick-slide.slide03 {
      background: url("../img/sanka/pink_maru_l.png") center no-repeat;
      background-size: 227px 222px; }
.sanka #sanka_ct04 .sanka_ct04_flow {
  margin: 40px 0 60px 0; }
  .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li.slick-slide {
    width: 290px;
    display: flex;
    justify-content: center;
    color: #775454;
    text-align: center;
    font-size: 1.5rem;
    position: relative; }
    .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li.slick-slide dl dt {
      font-size: 2rem; }
    .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li.slick-slide dl dd picture {
      display: block;
      width: 141px;
      margin: 15px auto; }
    .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li.slick-slide dl dd p {
      text-align: left;
      color: #383B38; }
.sanka #sanka_ct04 .flex .r_ct {
  margin-top: 50px; }
  .sanka #sanka_ct04 .flex .r_ct .echo_btn {
    position: relative;
    background: #fff;
    border: 1px solid #775454;
    color: #775454;
    padding: 10px 40px 10px 90px;
    min-height: 80px;
    display: flex;
    align-items: center; }
    .sanka #sanka_ct04 .flex .r_ct .echo_btn::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: #775454;
      border-radius: 50%;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%); }
    .sanka #sanka_ct04 .flex .r_ct .echo_btn::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 9px;
      border-color: transparent transparent transparent #FFFFFF;
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translate(0, -50%); }
    .sanka #sanka_ct04 .flex .r_ct .echo_btn picture {
      position: absolute;
      left: 10px; }
      .sanka #sanka_ct04 .flex .r_ct .echo_btn picture .cls-1 {
        fill: #775454; }
    .sanka #sanka_ct04 .flex .r_ct .echo_btn a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
.sanka #sanka_ct05 .sanka_ct05_info {
  margin: 40px 0 60px 0; }
  .sanka #sanka_ct05 .sanka_ct05_info ul.slick_sp li.slick-slide {
    width: 250px; }
    .sanka #sanka_ct05 .sanka_ct05_info ul.slick_sp li.slick-slide dl dt {
      width: 140px/*181px*/;
      height: 140px/*177px*/;
      background: url("../img/sanka/sanka_maru01.png") center no-repeat;
      background-size: contain;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem/*2.2rem*/;
      text-align: center;
      color: #775454;
      line-height: 1.6; }
    .sanka #sanka_ct05 .sanka_ct05_info ul.slick_sp li.slick-slide.slide02 dl dt, .sanka #sanka_ct05 .sanka_ct05_info ul.slick_sp li.slick-slide.slide04 dl dt, .sanka #sanka_ct05 .sanka_ct05_info ul.slick_sp li.slick-slide.slide06 dl dt {
      background: url("../img/sanka/sanka_maru02.png") center no-repeat;
      background-size: contain; }
.sanka #sanka_ct06 .ct_padding {
  padding-top: 40px;
  padding-bottom: 150px; }
.sanka #sanka_ct06 .cmn_ttl {
  margin-bottom: 20px; }
.sanka #sanka_ct06 .flex .l_ct {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100vw; }
  .sanka #sanka_ct06 .flex .l_ct::before {
    content: '';
    display: block;
    z-index: -1;
    background: url("../img/sanka/sanka_maru_l.png") center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vw;
    position: absolute; }
  .sanka #sanka_ct06 .flex .l_ct ul li {
    position: relative;
    padding-left: 1em;
    line-height: 1.8;
    margin: 8px 0; }
    .sanka #sanka_ct06 .flex .l_ct ul li::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0.7em;
      background: #F588A6; }
.sanka #sanka_ct06 .flex .r_ct {
  margin-top: 40px; }
  .sanka #sanka_ct06 .flex .r_ct section {
    margin-top: 40px; }
    .sanka #sanka_ct06 .flex .r_ct section h4 {
      margin-bottom: 20px; }
    .sanka #sanka_ct06 .flex .r_ct section .cmn_btn.brown_btn a {
      height: 58px;
      border-radius: 30px; }

/*-- fujinka --*/
.fujinka .fujinka_btn {
  margin-top: 60px; }
.fujinka #fujinka_ct01 .ct_padding {
  padding-top: 80px;
  padding-bottom: 0px; }
.fujinka #fujinka_ct01 .flex .r_ct {
  margin-top: 50px;
  position: relative;
  padding-bottom: 34vw; }
  .fujinka #fujinka_ct01 .flex .r_ct p {
    position: relative;
    z-index: 2; }
  .fujinka #fujinka_ct01 .flex .r_ct picture {
    width: 48vw;
    position: absolute;
    bottom: 0;
    right: 42vw; }
.fujinka #fujinka_ct02 {
  padding-top: 60px; }
  .fujinka #fujinka_ct02 .content {
    position: relative;
    z-index: 2;
    padding-bottom: 100px; }
    .fujinka #fujinka_ct02 .content::after {
      content: '';
      display: block;
      background: url("../img/fujinka/fujinka_dot_l.png") no-repeat;
      background-size: contain;
      width: 243px;
      height: 108px;
      position: absolute;
      left: -20%;
      bottom: 0;
      z-index: -1; }
  .fujinka #fujinka_ct02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px; }
    .fujinka #fujinka_ct02 ul li {
      width: 49%;
      aspect-ratio: 1 / 1; }
      .fujinka #fujinka_ct02 ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        color: #676967;
        font-weight: 500;
        text-align: center;
        line-height: 1.4;
        background: url("../img/fujinka/fujinka_maru01.png") no-repeat center;
        background-size: contain; }
.fujinka #fujinka_ct03 {
  padding-top: 60px; }
  .fujinka #fujinka_ct03 .content {
    position: relative;
    z-index: 2;
    padding-bottom: 100px; }
    .fujinka #fujinka_ct03 .content::after {
      content: '';
      display: block;
      background: url("../img/fujinka/fujinka_dot_r.png") no-repeat;
      background-size: contain;
      width: 243px;
      height: 108px;
      position: absolute;
      right: -20%;
      bottom: 0;
      z-index: -1; }
  .fujinka #fujinka_ct03 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct03 .scroll {
    margin: 40px 0; }
.fujinka #fujinka_ct04 {
  padding-top: 60px; }
  .fujinka #fujinka_ct04 .content {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    background: url("../img/fujinka/fujinka_p02@2x.png") no-repeat center;
    background-size: contain; }
    .fujinka #fujinka_ct04 .content::after {
      content: '';
      display: block;
      background: url("../img/fujinka/fujinka_dot_l.png") no-repeat;
      background-size: contain;
      width: 243px;
      height: 108px;
      position: absolute;
      left: -20%;
      bottom: 0;
      z-index: -1; }
  .fujinka #fujinka_ct04 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct04 .cmn_btn {
    margin-bottom: 40px; }
.fujinka #fujinka_ct05 {
  padding-top: 60px; }
  .fujinka #fujinka_ct05 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct05 .illust_flex .r_ct {
    text-align: center; }
    .fujinka #fujinka_ct05 .illust_flex .r_ct picture {
      margin: 20px auto; }
  .fujinka #fujinka_ct05 .illust_flex.gekkei_lead .r_ct {
    text-align: center; }
    .fujinka #fujinka_ct05 .illust_flex.gekkei_lead .r_ct picture {
      display: block;
      width: 80%; }
  .fujinka #fujinka_ct05 .gekkei_box01 {
    margin-top: 40px; }
    .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box {
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/fujinka/fujinka_maru02.png") no-repeat center;
      background-size: contain;
      aspect-ratio: 1 / 1;
      padding: 0 40px; }
      .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box dl dt {
        text-align: center;
        font-family: "Zen Maru Gothic", serif;
        color: #676967;
        font-size: 1.7rem;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 1.6; }
        .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box dl dt span {
          font-size: 1.5rem; }
  .fujinka #fujinka_ct05 #gekkei_box02 {
    padding-top: 80px; }
  .fujinka #fujinka_ct05 .gekkei_box03 {
    padding-top: 80px; }
    .fujinka #fujinka_ct05 .gekkei_box03 .ul_ttl {
      margin-bottom: 10px; }
.fujinka #fujinka_ct06 {
  padding-top: 60px; }
  .fujinka #fujinka_ct06 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct06 .illust_flex .r_ct {
    text-align: center; }
    .fujinka #fujinka_ct06 .illust_flex .r_ct picture {
      margin: 20px auto;
      display: block;
      width: 80%; }
.fujinka #fujinka_ct07 {
  padding-top: 60px; }
  .fujinka #fujinka_ct07 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct07 .for_box .box:nth-child(1) {
    width: 390px; }
  .fujinka #fujinka_ct07 .for_box .box:nth-child(2) {
    width: 247px; }
  .fujinka #fujinka_ct07 .for_box .box:nth-child(3) {
    width: 247px; }
  .fujinka #fujinka_ct07 .for_box .box:nth-child(4) {
    flex: 1; }
.fujinka .back_image {
  position: relative;
  overflow: hidden; }
  .fujinka .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/back_yellow.jpg") center top repeat-y;
    background-size: cover;
    position: absolute;
    top: 0px;
    z-index: -1; }
  .fujinka .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 0px;
    z-index: -1; }
.fujinka #fujinka_ct08 {
  padding-top: 60px; }
  .fujinka #fujinka_ct08 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct08 .ul_ttl {
    margin-top: 60px; }
  .fujinka #fujinka_ct08 .slick_sp {
    margin: 20px 0 80px 0; }
  .fujinka #fujinka_ct08 .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 169px;
    height: 218px;
    font-size: 1.6rem;
    text-align: center;
    color: #676967;
    background: url("../img/fujinka/fujinka_maru03.png") no-repeat center;
    background-size: contain;
    line-height: 1.6; }
.fujinka #fujinka_ct09 {
  padding-top: 60px; }
  .fujinka #fujinka_ct09 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct09 .table_flex .l_ct {
    margin: 40px 0 20px 0; }
  .fujinka #fujinka_ct09 .table_flex .r_ct {
    margin: 20px 0 40px 0; }
.fujinka #fujinka_ct10 {
  padding-top: 60px; }
  .fujinka #fujinka_ct10 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct10 .flex_01 {
    margin: 40px 0; }
    .fujinka #fujinka_ct10 .flex_01 dl {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: url("../img/fujinka/fujinka_maru04.png") no-repeat center;
      background-size: 120%;
      aspect-ratio: 1 / 1; }
      .fujinka #fujinka_ct10 .flex_01 dl dt {
        font-weight: 500;
        color: #775454;
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.6rem; }
      .fujinka #fujinka_ct10 .flex_01 dl dd {
        padding: 0 10%; }
        .fujinka #fujinka_ct10 .flex_01 dl dd ul li {
          line-height: 1.6;
          margin-bottom: 10px; }
    .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul li {
        width: 40%; }
        .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul li:nth-child(even) {
          width: 60%; }
  .fujinka #fujinka_ct10 .flex_02 .l_ct .ul_ttl {
    margin: 60px 0 20px 0; }
  .fujinka #fujinka_ct10 .flex_02 .r_ct {
    text-align: center; }
    .fujinka #fujinka_ct10 .flex_02 .r_ct picture {
      margin: 20px auto;
      display: block;
      width: 80%; }
.fujinka #fujinka_ct11 {
  padding-top: 60px; }
  .fujinka #fujinka_ct11 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct11 .ul_ttl {
    margin-top: 60px;
    margin-bottom: 20px; }
  .fujinka #fujinka_ct11 .slick_sp {
    margin: 20px 0 80px 0; }
  .fujinka #fujinka_ct11 .slick-slide {
    position: relative;
    padding: 0 20px; }
    .fujinka #fujinka_ct11 .slick-slide .num {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
    .fujinka #fujinka_ct11 .slick-slide dl dt {
      color: #775454;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.6;
      margin-bottom: 10px; }
    .fujinka #fujinka_ct11 .slick-slide dl dd .indent {
      font-size: 1.3rem; }
    .fujinka #fujinka_ct11 .slick-slide dl.image_dl {
      padding-right: 100px;
      position: relative; }
    .fujinka #fujinka_ct11 .slick-slide dl picture {
      position: absolute;
      right: 0;
      top: 0;
      display: block; }
      .fujinka #fujinka_ct11 .slick-slide dl picture img {
        width: 90px;
        height: 140px; }
.fujinka #fujinka_ct12 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .fujinka #fujinka_ct12 .cmn_ttl {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct12 .scroll {
    margin: 40px 0 20px 0; }
  .fujinka #fujinka_ct12 table {
    border-spacing: 2px;
    width: 700px; }
    .fujinka #fujinka_ct12 table tr th {
      background: #F2D8D9;
      font-weight: normal;
      line-height: 1.6;
      padding: 20px 2%; }
    .fujinka #fujinka_ct12 table tr td {
      padding: 10px 2%;
      border: 1px solid #F2D8D9;
      text-align: center;
      background: #fff; }
      .fujinka #fujinka_ct12 table tr td:last-child {
        text-align: right; }

/*-- service --*/
.service .back_image {
  position: relative;
  overflow: hidden; }
  .service .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/back_yellow.jpg") center top repeat-y;
    background-size: cover;
    position: absolute;
    top: 600px;
    z-index: -1; }
  .service .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 600px;
    z-index: -1; }
.service .lead {
  font-size: 2.6rem;
  font-weight: 600;
  padding-top: 20px; }
  .service .lead:nth-of-type(1) {
    padding-top: 60px; }
.service .service_ct {
  padding-bottom: 80px; }
  .service .service_ct .cmn_ttl {
    margin-bottom: 20px; }
  .service .service_ct .image_flex .r_ct {
    margin-top: 20px; }
    .service .service_ct .image_flex .r_ct picture {
      line-height: 0;
      display: block;
      margin-bottom: 20px; }
  .service .service_ct .maru_list_brown.no_indent li {
    padding-left: 0;
    text-indent: 1em;
    margin-bottom: 20px; }
    .service .service_ct .maru_list_brown.no_indent li span {
      display: block;
      font-weight: bold; }
  .service .service_ct .okuihajime {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px; }
    .service .service_ct .okuihajime p {
      width: 50%; }
      .service .service_ct .okuihajime p.image {
        width: 45%;
        margin-top: 5px; }
.service .accordion_dl dt.accordion_ttl {
  padding-left: 36px; }
  .service .accordion_dl dt.accordion_ttl::before {
    content: url("../img/service/pen.svg");
    position: absolute;
    left: 0;
    top: 0.2em; }
.service .accordion_dl dd .ttl_list li .l_ttl {
  margin-top: 20px; }
  .service .accordion_dl dd .ttl_list li .l_ttl p {
    color: #775454;
    font-weight: bold; }
.service .accordion_dl dd .price_table {
  width: 650px;
  background: #f8f4f0;
  box-sizing: border-box;
  border: 1px solid #9b9c9b;
  border-spacing: 0;
  line-height: 1.6;
  text-align: center; }
  .service .accordion_dl dd .price_table tr th {
    padding: 10px 1%;
    border-bottom: 1px solid #9b9c9b;
    border-right: 1px solid #9b9c9b;
    font-weight: normal;
    width: 30%; }
    .service .accordion_dl dd .price_table tr th:first-of-type {
      width: 40%; }
    .service .accordion_dl dd .price_table tr th:last-of-type {
      border-right: none; }
  .service .accordion_dl dd .price_table tr td {
    background: #fff;
    padding: 10px 1%;
    border-bottom: 1px solid #9b9c9b;
    border-right: 1px solid #9b9c9b; }
    .service .accordion_dl dd .price_table tr td:nth-of-type(1) {
      background: #f8f4f0; }
    .service .accordion_dl dd .price_table tr td:last-of-type {
      border-right: none; }
  .service .accordion_dl dd .price_table tr:last-of-type td {
    border-bottom: none; }
.service .accordion_dl dd .care_list {
  margin: 30px 0; }
  .service .accordion_dl dd .care_list h3 {
    font-weight: normal;
    font-size: 1.4rem; }
.service .accordion_dl dd .care_form h3 {
    font-weight: normal;
    font-size: 1.4rem; }
  .service .accordion_dl dd .care_list .maru_list_brown li a {
    color: #383B38;
    text-decoration: underline; }
.service .care .moushikomi {
  margin-top: 40px; }
.care_form ul{
  margin-bottom: 30px; }
.service .care .cmn_btn a {
  height: 70px;
  line-height: 1.6;
  text-align: center;
  border-radius: 35px; }
.service .newborn_photo .cmn_ttl {
  line-height: 1.4; }
  .service .newborn_photo .cmn_ttl h3 span {
    font-size: 1.8rem; }
  .service .newborn_photo .cmn_ttl::before {
    top: 4px;
    margin-top: 0; }
.service .newborn_photo .cmn_btn {
  margin-bottom: 30px; }
.service .newborn_photo .image {
  margin-top: 20px; }
  .service .newborn_photo .image li {
    line-height: 0;
    margin: 20px 0; }

/*-- clinic --*/
.clinic .back_image {
  position: relative;
  overflow: hidden; }
  .clinic .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/pink_back.jpg") center top repeat-y;
    background-size: 2000px 1443px;
    position: absolute;
    top: 200px;
    z-index: -1; }
  .clinic .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 200px;
    z-index: -1; }
.clinic #clinic_ct01 {
  padding-top: 60px; }
  .clinic #clinic_ct01 .movie {
    position: relative;
    aspect-ratio: 16 / 9;
    margin-top: 30px; }
    .clinic #clinic_ct01 .movie iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
.clinic #clinic_ct02 {
  padding-top: 60px;
  padding-bottom: 100px; }
  .clinic #clinic_ct02 .clinic_slide {
    margin-top: 10px; }
  .clinic #clinic_ct02 .clearfix {
    *zoom: 1; }
  .clinic #clinic_ct02 .clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    overflow: hidden; }
  .clinic #clinic_ct02 .slick-initialized .slick-slide {
    margin-top: 0; }
  .clinic #clinic_ct02 .thumb-item-nav .slick-next {
    right: -50px; }
  .clinic #clinic_ct02 .thumb-item-nav .slick-next:before {
    background: url("../img/clinic/slide/right_allow.png") center no-repeat;
    background-size: 13px 22px; }
  .clinic #clinic_ct02 .thumb-item-nav .slick-prev {
    left: -50px; }
  .clinic #clinic_ct02 .thumb-item-nav .slick-prev:before {
    background: url("../img/clinic/slide/left_allow.png") center no-repeat;
    background-size: 13px 22px; }

/*-- acc --*/
.acc .back_image {
  position: relative;
  overflow: hidden; }
  .acc .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/info/back.jpg") center top repeat-y;
    background-size: 2000px 1443px;
    position: absolute;
    top: 200px;
    z-index: -1; }
  .acc .back_image::after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/info/grade.png") top repeat-x;
    background-size: 9px 150px;
    position: absolute;
    top: 200px;
    z-index: -1; }
.acc #acc_ct01 .cmn_ttl {
  margin-bottom: 20px; }
.acc #acc_ct01 .flex .l_ct picture {
  display: block;
  line-height: 0; }
.acc #acc_ct01 .flex .r_ct {
  margin-top: 40px; }
  .acc #acc_ct01 .flex .r_ct dl {
    margin-bottom: 40px; }
    .acc #acc_ct01 .flex .r_ct dl dt {
      font-size: 1.6rem;
      font-weight: 600;
      color: #775454;
      margin-bottom: 5px; }
    .acc #acc_ct01 .flex .r_ct dl dd p {
      line-height: 2.5; }
      .acc #acc_ct01 .flex .r_ct dl dd p.denwa_other {
        line-height: 1.6;
        font-size: 1.3rem;
        margin-top: 5px; }
    .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai span {
      font-size: 1.3rem;
      margin-right: 2px; }
      .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai span.tellink1 {
        font-size: 1.4rem;
        margin-right: 0;
        color: #383B38; }
        .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai span.tellink1 a {
          color: #383B38; }
    .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai .tellink2 {
      color: #383B38; }
.acc #acc_ct02 {
  padding-bottom: 80px; }
  .acc #acc_ct02 ul li {
    line-height: 1;
    text-align: center;
    margin-bottom: 30px; }
    .acc #acc_ct02 ul li span {
      display: block;
      margin-top: 10px; }

/*-- post --*/
#post_visual {
  padding: 60px 0 0 0; }

#news_ct1 {
  margin-bottom: 80px; }
  #news_ct1 .content {
    padding: 60px 0 40px 0; }
  #news_ct1 #post_ttl h4 {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
    #news_ct1 #post_ttl h4 #cat {
      width: 80px;
      height: 24px;
      margin-left: 10px; }
  #news_ct1 #post_ttl h3 {
    color: #676967;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #676967; }
  #news_ct1 #detailWrap {
    width: 96%;
    margin: 0 auto; }
  #news_ct1 .cmn_btn {
    width: 280px;
    margin: 60px auto; }
    #news_ct1 .cmn_btn a {
      height: 60px;
      border-radius: 30px;
      font-size: 1.8rem; }

/*-- faq --*/
.faq .ct_padding {
  padding-top: 80px;
  padding-bottom: 0; }
.faq h2 {
  color: #775454;
  font-weight: 500;
  margin-bottom: 20px; }
.faq .back_image {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px; }
  .faq .back_image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/lower_back.jpg") center top repeat-y;
    background-size: 267%;
    position: absolute;
    top: 300px;
    z-index: -1; }

.faq_ct {
  position: relative;
  z-index: 2;
  padding-bottom: 40px; }

.faq_list {
  width: 98%;
  margin: 0 auto; }
  .faq_list li {
    border-bottom: 1px solid #c4c4c4; }

.faq_list a.open_ct {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 3; }

.faq_list a.open_ct:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/faq/plus.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 10px;
  transition: all 600ms;
  top: 50%;
  margin-top: -10px; }

.faq_list a.open_ct span {
  display: block;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 20px 40px 20px 40px;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #383B38; }

.faq_list a.open_ct span i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 31px;
  line-height: 0;
  color: #775454;
  font-size: 2rem;
  font-style: normal; }

.faq_list li a.open:after {
  background: url("../img/faq/minus.png") no-repeat 0 0;
  background-size: contain; }

.faq_list a.open_ct:hover span {
  color: #53CB6D; }

.faq_list li {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

.faq_list .st-content {
  display: none;
  position: relative; }

.faq_list .st-content .st_ct_in {
  padding: 10px 0px 20px 40px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px; }

.faq_list .st-content .st_ct_in i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 23px;
  line-height: 0;
  color: #F588A6;
  font-size: 2rem;
  font-style: normal; }

.faq_list .st-content .st_ct_in p.txt i {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0.1rem; }

.faq_list .st-content .st_ct_in a {
  font-weight: bold;
  padding: 0 0.3em;
  color: #383B38;
  text-decoration: underline; }

.faq_list .st-content .image {
  margin-top: 10px;
  line-height: 1; }

.faq_list .st-content .st_ct_in .cmn_btn a {
  font-size: 1.6rem;
  text-decoration: none;
  height: 65px;
  padding-right: 20px; }

.side_nav {
  display: none; }

#side_bnr_sp {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 98;
  display: none;
  width: 95px; }
  #side_bnr_sp a {
    display: block; }

.home #foot_wrap .footer_bnr {
  display: block; }

.lower .side_bnr_wrap {
  display: none; }

@media screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    min-width: 1350px; }

  .pc_only {
    display: block; }

  .sp_only {
    display: none; }

  .ssp_only {
    display: none; }

  .tab_only {
    display: block; }

  .loading-wrapper {
    width: 200px;
    height: auto; }

  #wrap {
    padding-top: 0; }

  #all_wrap {
    min-width: 1150px;
    margin: 0 auto; }

  .cmn_ttl {
    font-size: 4rem;
    padding-left: 80px;
    letter-spacing: 0.1em; }
    .cmn_ttl::before {
      width: 56px;
      height: 50px;
      margin-top: -23px; }
    .cmn_ttl p {
      font-size: 1.8rem;
      margin-left: 20px; }

  .cmn_btn a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    right: 15px;
    transition: 0.4s; }
  .cmn_btn a:hover {
    transition: 0.4s;
    background: #F588A6;
    color: #fff; }
    .cmn_btn a:hover::after {
      border-color: #fff; }

  .header_wrap {
    padding: 11px 3%; }
    .header_wrap .header_flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc(100% - 200px); }
      .header_wrap .header_flex .header_logo h1 {
        width: 350px; }
        .header_wrap .header_flex .header_logo h1 a:hover {
          opacity: 0.7; }
      .header_wrap .header_flex .header_jyusyo {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header_wrap .header_flex .header_jyusyo p {
          font-size: 1.7rem; }
          .header_wrap .header_flex .header_jyusyo p.denwa {
            margin-left: 30px; }
            .header_wrap .header_flex .header_jyusyo p.denwa span, .header_wrap .header_flex .header_jyusyo p.denwa a {
              color: #F588A6;
              font-size: 2.5rem; }
            .header_wrap .header_flex .header_jyusyo p.denwa img {
              position: relative;
              top: 3px;
              margin-right: 5px; }

  .kv .splide {
    height: 700px;
    padding-bottom: 40px; }
    .kv .splide .splide__slide .slide-media {
      height: 700px; }
      .kv .splide .splide__slide .slide-media img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .kv .splide .splide__slide.slide01 .slide-title {
      bottom: 180px;
      left: calc((630 / 2000) * 100vw); }
      .kv .splide .splide__slide.slide01 .slide-title span {
        margin-left: 5.5em; }
    .kv .splide .splide__slide.slide02 .slide-title {
      bottom: 440px;
      left: calc((720 / 2000) * 100vw); }
      .kv .splide .splide__slide.slide02 .slide-title span {
        margin-left: 5em; }
    .kv .splide .splide__slide.slide03 .slide-title {
      bottom: 130px;
      left: calc((632 / 2000) * 100vw); }
      .kv .splide .splide__slide.slide03 .slide-title span {
        margin-left: 10em; }
    .kv .splide .splide__slide.slide04 .slide-title {
      left: calc((430 / 2000) * 100vw);
      bottom: 180px; }
  .kv .slide-media::after {
    display: none; }
  .kv .slide-title {
    width: inherit;
    font-size: 3.2rem;
    filter: drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 30px white) drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5)); }
  .kv .splide__pagination {
    bottom: 10px; }
    .kv .splide__pagination li {
      width: 10px;
      height: 10px;
      margin: 0 10px; }

  #index_ct01 {
    padding-top: 100px; }
    #index_ct01 .index_menu {
      background: none;
      padding: 0; }
      #index_ct01 .index_menu .content {
        width: 100%;
        max-width: 1150px; }
      #index_ct01 .index_menu ul {
        margin-left: 0;
        display: flex;
        justify-content: space-between; }
        #index_ct01 .index_menu ul li {
          width: 340px;
          height: 316px; }
          #index_ct01 .index_menu ul li a {
            font-size: 3.4rem;
            width: 100%;
            height: 100%;
            transition: 0.4s; }
            #index_ct01 .index_menu ul li a::before {
              width: 172px;
              height: 220px;
              left: -8px;
              bottom: 5px; }
            #index_ct01 .index_menu ul li a:hover {
              opacity: 0.7; }

  #index_ct02 .content {
    padding: 90px 0 130px 0;
    position: relative;
    z-index: 2; }
  #index_ct02 li.oneitem .news_item {
    display: flex;
    align-items: flex-start;
    padding: 30px 50px 10px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    #index_ct02 li.oneitem .news_item::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #676967;
      position: absolute;
      left: 0;
      bottom: 1px; }
    #index_ct02 li.oneitem .news_item dl {
      width: 130px;
      margin-top: 8px;
      letter-spacing: 0; }
      #index_ct02 li.oneitem .news_item dl dt.news_day {
        font-size: 1.6rem; }
    #index_ct02 li.oneitem .news_item .news_right {
      flex: 1; }
      #index_ct02 li.oneitem .news_item .news_right dd.news_List_Title {
        font-size: 1.7rem;
        font-weight: normal;
        margin-top: 0; }
      #index_ct02 li.oneitem .news_item .news_right .detailText {
        font-size: 1.6rem; }
  #index_ct02 .mCSB_inside > .mCSB_container {
    margin-right: 40px; }
  #index_ct02 li.oneitem a {
    transition: 0.4s;
    position: relative; }
  #index_ct02 li.oneitem a:hover {
    background: rgba(245, 136, 166, 0.1); }
  #index_ct02 li.oneitem a::after {
    width: 12px;
    height: 12px;
    right: 25px;
    top: 50%;
    margin-top: -6px; }

  #index_ct03 {
    background: url(../img/common/grade_back.jpg) repeat-x bottom;
    background-size: 2000px 1443px;
    padding-bottom: 130px; }
    #index_ct03 .feature_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 10px 0; }
      #index_ct03 .feature_box .text {
        flex: 1;
        padding-right: 50px; }
        #index_ct03 .feature_box .text .text_flex {
          display: flex;
          align-items: center; }
        #index_ct03 .feature_box .text .feature_num {
          width: 140px;
          height: 140px;
          font-size: 4.4rem;
          margin-right: 20px; }
        #index_ct03 .feature_box .text h4 {
          flex: 1;
          text-align: left;
          font-size: 2.4rem;
          font-weight: 500;
          line-height: 1.8; }
        #index_ct03 .feature_box .text .cmn_btn {
          position: inherit;
          display: flex;
          justify-content: flex-end; }
          #index_ct03 .feature_box .text .cmn_btn a {
            width: 180px;
            height: 50px;
            border-radius: 25px;
            font-size: 1.7rem;
            font-weight: normal; }
      #index_ct03 .feature_box .image picture {
        width: 366px; }
        #index_ct03 .feature_box .image picture::after {
          width: 153px;
          height: 161px;
          right: -22px;
          bottom: 20px; }
      #index_ct03 .feature_box:last-of-type .text .cmn_btn a {
        width: 180px; }
      #index_ct03 .feature_box:nth-last-of-type(odd) {
        flex-direction: row-reverse; }
        #index_ct03 .feature_box:nth-last-of-type(odd) .text {
          padding-right: 0;
          padding-left: 20px; }

  #foot_wrap {
    padding-top: 70px; }
    #foot_wrap .footer_ct01 {
      width: 1000px;
      margin: 0 auto; }
      #foot_wrap .footer_ct01 .flex {
        display: flex;
        justify-content: space-between; }
        #foot_wrap .footer_ct01 .flex .l_ct {
          width: 402px; }
          #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap {
            flex-direction: column;
            padding: 0; }
            #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_logo {
              width: 392px; }
            #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai {
              width: 100%;
              margin-top: 33px;
              padding: 12px 0;
              border-top: 2px dotted #F6AABC;
              border-bottom: 2px dotted #F6AABC;
              text-align: center; }
              #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p {
                font-size: 1.7rem; }
                #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa {
                  margin-top: 4px; }
                  #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa span, #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa a {
                    font-size: 2.5rem; }
                    #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa span img, #foot_wrap .footer_ct01 .flex .l_ct .footer_syozai_wrap .footer_syozai p.footer_denwa a img {
                      top: 6px; }
          #foot_wrap .footer_ct01 .flex .l_ct .time_table {
            width: 100%;
            margin-top: 33px; }
            #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr th, #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr td {
              font-size: 1.6rem;
              padding: 3px 0;
              font-weight: normal; }
              #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr th img, #foot_wrap .footer_ct01 .flex .l_ct .time_table table tr td img {
                transform: translate(-50%, -50%) scale(80%); }
            #foot_wrap .footer_ct01 .flex .l_ct .time_table .table_caption {
              font-size: 1.6rem;
              margin-top: 15px; }
        #foot_wrap .footer_ct01 .flex .r_ct {
          width: 500px; }
          #foot_wrap .footer_ct01 .flex .r_ct .footer_map {
            width: 100%; }
          #foot_wrap .footer_ct01 .flex .r_ct ul {
            width: 98%; }
            #foot_wrap .footer_ct01 .flex .r_ct ul li a {
              font-size: 1.5rem;
              transition: 0.4s; }
              #foot_wrap .footer_ct01 .flex .r_ct ul li a .sns_ico {
                width: 78px;
                height: 78px;
                transition: 0.4s; }
              #foot_wrap .footer_ct01 .flex .r_ct ul li a .cls-1 {
                transition: 0.4s; }
              #foot_wrap .footer_ct01 .flex .r_ct ul li a:hover {
                color: #F588A6; }
                #foot_wrap .footer_ct01 .flex .r_ct ul li a:hover .sns_ico {
                  background: #F588A6; }
                #foot_wrap .footer_ct01 .flex .r_ct ul li a:hover .cls-1 {
                  fill: #fff; }
    #foot_wrap .footer_bnr {
      width: 1000px; }
      #foot_wrap .footer_bnr ul li {
        width: 240px; }
        #foot_wrap .footer_bnr ul li a {
          transition: 0.4s; }
          #foot_wrap .footer_bnr ul li a:hover {
            opacity: 0.7; }
    #foot_wrap .footer_ct02 {
      width: 1000px; }
      #foot_wrap .footer_ct02 .sp_left, #foot_wrap .footer_ct02 .sp_right {
        display: flex;
        justify-content: space-between; }
      #foot_wrap .footer_ct02 ul li {
        width: 180px; }
        #foot_wrap .footer_ct02 ul li a {
          font-size: 1.5rem; }
          #foot_wrap .footer_ct02 ul li a:hover {
            color: #F588A6; }

  #copy {
    padding-bottom: 20px;
    padding-top: 30px; }
    #copy a span {
      transition: 0.4s; }
    #copy a:hover {
      color: #F588A6; }
      #copy a:hover span {
        color: #F588A6; }

  /*-- lower共通 --*/
  .lower {
    font-size: 1.7rem; }
    .lower .go_top_sp {
      display: none; }
    .lower .scroll {
      overflow: visible !important; }
    .lower .cmn_ttl h3 {
      font-size: 2.8rem;
      font-weight: 600; }
    .lower .lead {
      font-size: 3rem; }
    .lower .ul_ttl {
      font-size: 2.6rem;
      padding-bottom: 2px; }
      .lower .ul_ttl::before {
        background: url(../img/common/lower_ul.png) no-repeat;
        background-size: contain;
        width: 403px;
        height: 25px; }
    .lower .cmn_btn.brown_btn a:hover {
      color: #fff;
      background: #775454; }
      .lower .cmn_btn.brown_btn a:hover::after {
        border-color: #fff; }
    .lower .accordion_dl {
      margin: 60px 0; }
      .lower .accordion_dl dt.accordion_ttl {
        font-size: 1.8rem;
        padding-bottom: 20px;
        transition: 0.4s; }
        .lower .accordion_dl dt.accordion_ttl:hover {
          cursor: pointer;
          color: #F588A6; }
        .lower .accordion_dl dt.accordion_ttl::after {
          margin-top: -20px; }
      .lower .accordion_dl .cmn_btn {
        display: flex;
        justify-content: flex-end; }
        .lower .accordion_dl .cmn_btn a {
          width: 290px;
          height: 50px;
          border-radius: 25px;
          font-size: 1.7rem; }
    .lower .pink_box .box dl dt, .lower .pink_box .box dl dd {
      font-size: 1.7rem; }
    .lower main .content {
      width: 100%; }
    .lower main .lower_main {
      width: 1550px;
      height: 532px;
      margin: 80px auto 0 auto;
      display: block;
      position: relative;
      left: 50%;
      margin-left: -775px; }
      .lower main .lower_main picture {
        width: 602px;
        height: auto;
        right: inherit;
        left: 0px; }
      .lower main .lower_main .lower_main_text {
        text-align: left;
        margin-bottom: 10px;
        margin-left: 165px;
        width: calc(100% - 330px);
        height: 100%;
        position: inherit; }
        .lower main .lower_main .lower_main_text .en_ttl {
          margin: 0;
          width: 100%;
          top: 50%;
          transform: translate(0, -50%);
          padding-bottom: 110px;
          left: 0; }
          .lower main .lower_main .lower_main_text .en_ttl .en {
            font-size: 7rem;
            left: 0.2em;
            transform: translate(0);
            letter-spacing: 0.05em;
            bottom: 1.3em; }
        .lower main .lower_main .lower_main_text h1.ja {
          position: absolute;
          bottom: 60px;
          font-size: 3.1rem;
          margin-left: 200px; }
      .lower main .lower_main .kazari_ttl {
        font-size: 14.5rem;
        letter-spacing: 0.05em;
        line-height: 1; }
    .lower main .lower_nav {
      margin-top: 100px; }
      .lower main .lower_nav ul {
        display: flex;
        justify-content: center; }
        .lower main .lower_nav ul li {
          margin: 0 55px; }
          .lower main .lower_nav ul li a {
            font-size: 1.7rem; }
            .lower main .lower_nav ul li a:hover {
              color: #F588A6; }

  /*-- about --*/
  .about #about_ct01 .content {
    margin-top: 100px;
    padding-top: 50px; }
  .about #about_ct01 .l_ct {
    width: 725px; }
    .about #about_ct01 .l_ct p {
      line-height: 2; }
  .about #about_ct01 picture {
    width: 430px;
    right: 0;
    top: 175px; }
  .about .back_image {
    background-size: 100%; }
  .about #about_ct02 {
    margin-top: 20px;
    padding: 0px 0 50px 0; }
    .about #about_ct02 .content {
      max-width: 1300px;
      padding-left: 80px;
      padding-top: 100px; }
    .about #about_ct02 .flex {
      display: flex;
      margin: 40px 0 200px 0; }
      .about #about_ct02 .flex .l_ct {
        width: 280px; }
      .about #about_ct02 .flex .r_ct {
        flex: 1;
        padding-left: 80px; }
        .about #about_ct02 .flex .r_ct .doctor_name {
          color: #775454;
          font-size: 1.8rem; }
          .about #about_ct02 .flex .r_ct .doctor_name .name {
            color: #383B38;
            font-size: 2.8rem;
            letter-spacing: 0.2em;
            line-height: 1.6;
            margin-top: 3px; }
            .about #about_ct02 .flex .r_ct .doctor_name .name .ruby {
              display: block;
              color: #775454;
              font-size: 1.6rem;
              letter-spacing: 0.05em; }
          .about #about_ct02 .flex .r_ct .doctor_name .tanto {
            color: #383B38;
            margin-top: 15px; }
        .about #about_ct02 .flex .r_ct .keireki {
          display: flex;
          margin-top: 30px; }
          .about #about_ct02 .flex .r_ct .keireki .shikaku {
            width: 372px; }
          .about #about_ct02 .flex .r_ct .keireki .ryakureki {
            flex: 1; }
    .about #about_ct02 dl dt {
      font-size: 1.8rem; }
  .about #about_ct03 {
    padding-top: 60px; }
    .about #about_ct03 ul {
      margin-top: 40px;
      margin-bottom: 160px; }

  /*-- info --*/
  .info .back_image::before {
    background-size: 2000px 1443px;
    top: 280px;
    height: calc(100% - 280px); }
  .info .back_image::after {
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px;
    top: 280px; }
  .info .lower_nav ul li {
    margin: 0 30px !important; }
  .info .content {
    margin-top: 40px; }
  .info #info_ct01 {
    margin-top: 80px;
    margin-bottom: 160px; }
    .info #info_ct01 .flex {
      display: flex;
      justify-content: space-between; }
      .info #info_ct01 .flex .l_ct {
        width: 700px;
        margin-top: 20px; }
        .info #info_ct01 .flex .l_ct .time_table table {
          font-size: 1.7rem; }
          .info #info_ct01 .flex .l_ct .time_table table tr th:first-child {
            width: 30%; }
          .info #info_ct01 .flex .l_ct .time_table table tr td {
            padding: 15px 0; }
            .info #info_ct01 .flex .l_ct .time_table table tr td.time span {
              display: inline-block;
              margin-right: 0.5em; }
            .info #info_ct01 .flex .l_ct .time_table table tr td img {
              transform: translate(-50%, -50%) scale(100%); }
          .info #info_ct01 .flex .l_ct .time_table table tr.gozen td.time span {
            margin-right: 1em; }
        .info #info_ct01 .flex .l_ct .time_table .table_caption {
          font-size: 1.7rem;
          margin-top: 20px; }
        .info #info_ct01 .flex .l_ct .info_yoyaku {
          margin-top: 40px; }
          .info #info_ct01 .flex .l_ct .info_yoyaku li {
            margin: 0 40px; }
            .info #info_ct01 .flex .l_ct .info_yoyaku li a {
              font-size: 1.8rem; }
              .info #info_ct01 .flex .l_ct .info_yoyaku li a:hover {
                color: #53CB6D; }
                .info #info_ct01 .flex .l_ct .info_yoyaku li a:hover .sns_ico {
                  background: #53CB6D; }
            .info #info_ct01 .flex .l_ct .info_yoyaku li .sns_ico {
              width: 80px;
              height: 80px;
              transition: 0.4s; }
              .info #info_ct01 .flex .l_ct .info_yoyaku li .sns_ico svg {
                transform: scale(1); }
            .info #info_ct01 .flex .l_ct .info_yoyaku li:nth-child(2) a {
              pointer-events: none; }
            .info #info_ct01 .flex .l_ct .info_yoyaku li.sp_only {
              display: none !important; }
            .info #info_ct01 .flex .l_ct .info_yoyaku li.pc_only {
              display: block !important; }
      .info #info_ct01 .flex .r_ct {
        width: 600px;
        position: absolute;
        left: 50%;
        padding-bottom: 170px;
        margin-left: 165px; }
        .info #info_ct01 .flex .r_ct picture {
          width: 400px;
          right: 285px;
          bottom: -110px; }
  .info #info_ct04 .cmn_btn {
    width: 290px; }
  .info #info_ct05 {
    padding-bottom: 120px; }
    .info #info_ct05 .shinryo_info dl {
      display: flex;
      padding-left: 40px; }
      .info #info_ct05 .shinryo_info dl dt a:hover {
        color: #F588A6;
        opacity: 0.8; }
      .info #info_ct05 .shinryo_info dl dd {
        flex: 1;
        margin: 0;
        margin-left: 40px;
        display: flex; }
        .info #info_ct05 .shinryo_info dl dd ul:first-child {
          margin-right: 60px; }

  /*-- nyuin --*/
  .nyuin .back_image::before {
    background: url("../img/common/lower_back.jpg") center top repeat-y;
    background-size: 100%; }
  .nyuin .back_image::after {
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px;
    top: 0px; }
  .nyuin .child_birth_nav {
    margin-top: 70px; }
    .nyuin .child_birth_nav ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .nyuin .child_birth_nav ul li {
        width: 50%; }
        .nyuin .child_birth_nav ul li a {
          padding-bottom: 6px;
          font-size: 2.4rem; }
          .nyuin .child_birth_nav ul li a::after {
            transition: 0.4s; }
          .nyuin .child_birth_nav ul li a:hover {
            color: #F588A6; }
            .nyuin .child_birth_nav ul li a:hover::after {
              border-color: #F588A6; }
        .nyuin .child_birth_nav ul li.active a {
          padding-bottom: 5px; }
          .nyuin .child_birth_nav ul li.active a:hover {
            color: #775454; }
  .nyuin .content {
    margin-top: 40px; }
  .nyuin .cmn_ttl {
    margin-bottom: 40px; }
  .nyuin .check_list li::before {
    top: 0.2em; }
  .nyuin .check_list li span {
    font-size: 1.5rem; }
  .nyuin .nyuin_foot_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px; }
    .nyuin .nyuin_foot_nav li {
      width: 250px;
      margin: 0 10px; }
      .nyuin .nyuin_foot_nav li.cmn_btn.brown_btn a {
        font-size: 1.7rem; }
  .nyuin .lower_nav.nyuin_02_nav .content {
    max-width: 1300px; }
  .nyuin .lower_nav.nyuin_02_nav ul li {
    margin: 0 19px !important; }
  .nyuin #nyuin_01_ct01, .nyuin #nyuin_02_ct01 {
    margin-top: 60px;
    margin-bottom: 80px; }
    .nyuin #nyuin_01_ct01 .flex, .nyuin #nyuin_02_ct01 .flex {
      display: flex;
      justify-content: space-between; }
      .nyuin #nyuin_01_ct01 .flex .l_ct, .nyuin #nyuin_02_ct01 .flex .l_ct {
        width: 690px;
        margin-top: 40px; }
        .nyuin #nyuin_01_ct01 .flex .l_ct .mt_1, .nyuin #nyuin_02_ct01 .flex .l_ct .mt_1 {
          margin-top: 1.5em; }
        .nyuin #nyuin_01_ct01 .flex .l_ct .cmn_btn, .nyuin #nyuin_02_ct01 .flex .l_ct .cmn_btn {
          width: 290px;
          margin-top: 40px; }
          .nyuin #nyuin_01_ct01 .flex .l_ct .cmn_btn a, .nyuin #nyuin_02_ct01 .flex .l_ct .cmn_btn a {
            font-size: 1.7rem;
            height: 50px;
            border-radius: 25px; }
      .nyuin #nyuin_01_ct01 .flex .r_ct, .nyuin #nyuin_02_ct01 .flex .r_ct {
        width: 600px;
        position: absolute;
        left: 50%;
        padding-bottom: 170px;
        margin-left: 165px; }
        .nyuin #nyuin_01_ct01 .flex .r_ct picture, .nyuin #nyuin_02_ct01 .flex .r_ct picture {
          width: 400px;
          right: 285px;
          bottom: -110px; }
  .nyuin #nyuin_01_ct02 .maru_list_brown li span {
    font-size: 1.5rem; }
  .nyuin #nyuin_01_ct04 ul {
    justify-content: space-between;
    width: 970px;
    margin: 40px auto; }
    .nyuin #nyuin_01_ct04 ul li {
      width: 296px;
      margin-right: 0;
      font-size: 2rem;
      line-height: 2; }
  .nyuin #nyuin_01_ct05 .cmn_btn a {
    width: 400px;
    height: 50px;
    font-size: 1.7rem; }
  .nyuin #nyuin_02_ct02 {
    margin-top: 220px; }
  .nyuin #nyuin_02_ct03 .accordion_dl .accordion_box .flex {
    display: flex; }
    .nyuin #nyuin_02_ct03 .accordion_dl .accordion_box .flex .square_list {
      padding-right: 70px; }
      .nyuin #nyuin_02_ct03 .accordion_dl .accordion_box .flex .square_list:last-of-type {
        padding-right: 0; }
  .nyuin #nyuin_02_ct04 .ul_ttl {
    margin-bottom: 30px; }
  .nyuin #nyuin_02_ct04 .food_photo {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    .nyuin #nyuin_02_ct04 .food_photo li {
      width: 370px; }
    .nyuin #nyuin_02_ct04 .food_photo:nth-of-type(1) {
      margin-bottom: 80px; }
  .nyuin #nyuin_02_ct05 .clinic_slide {
    margin-top: 30px; }
  .nyuin #nyuin_02_ct05 .thumb-item .slick-next:before {
    background: url("../img/clinic/slide/btn_next.png") no-repeat;
    background-size: contain; }
  .nyuin #nyuin_02_ct05 .thumb-item .slick-prev:before {
    background: url("../img/clinic/slide/btn_prev.png") no-repeat;
    background-size: contain; }
  .nyuin #nyuin_02_ct05 .slick-prev, .nyuin #nyuin_02_ct05 .slick-next {
    width: 30px;
    top: 50%;
    transform: translate(0, -50%); }
  .nyuin #nyuin_02_ct05 .thumb-item .slick-prev, .nyuin #nyuin_02_ct05 .thumb-item .slick-next {
    width: 50px; }
  .nyuin #nyuin_02_ct05 .ul_ttl {
    margin-bottom: 30px; }
  .nyuin #nyuin_02_ct05 .cmn_btn {
    width: 280px;
    margin-top: 60px; }
    .nyuin #nyuin_02_ct05 .cmn_btn a {
      font-size: 1.7rem; }
  .nyuin #nyuin_02_ct06 .ul_ttl {
    margin-bottom: 30px; }
  .nyuin #nyuin_02_ct06 .accordion_dl:nth-of-type(1) .ttl_list li span {
    display: inline-block;
    margin-right: 1.3em; }
  .nyuin #nyuin_02_ct07 .image_flex {
    display: flex;
    justify-content: space-between; }
    .nyuin #nyuin_02_ct07 .image_flex .l_ct {
      flex: 1; }
    .nyuin #nyuin_02_ct07 .image_flex .r_ct {
      width: 370px;
      margin-left: 150px; }
  .nyuin #nyuin_02_ct08 {
    padding-bottom: 0; }
    .nyuin #nyuin_02_ct08 .cmn_btn {
      width: 280px;
      margin-top: 60px; }
      .nyuin #nyuin_02_ct08 .cmn_btn a {
        font-size: 1.7rem; }

  /*-- sanka --*/
  .sanka .slick_sp {
    margin-bottom: 0 !important; }
  .sanka .back_image::before {
    background-size: 2000px 1443px;
    top: 280px;
    height: calc(100% - 280px); }
  .sanka .back_image::after {
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px;
    top: 280px; }
  .sanka .lower_nav ul li {
    margin: 0 30px !important; }
  .sanka .content {
    margin-top: 40px; }
  .sanka #sanka_ct01 {
    margin-top: 60px;
    margin-bottom: 80px; }
    .sanka #sanka_ct01 .flex {
      display: flex;
      justify-content: space-between; }
      .sanka #sanka_ct01 .flex .l_ct {
        width: 700px;
        margin-top: 40px; }
        .sanka #sanka_ct01 .flex .l_ct .mt_1 {
          margin-top: 1.5em; }
      .sanka #sanka_ct01 .flex .r_ct {
        width: 600px;
        position: absolute;
        left: 50%;
        padding-bottom: 170px;
        margin-left: 165px; }
        .sanka #sanka_ct01 .flex .r_ct p {
          width: 360px; }
        .sanka #sanka_ct01 .flex .r_ct picture {
          width: 400px;
          right: 285px;
          bottom: -110px; }
  .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp {
    margin-left: 40px;
    width: 1050px;
    display: flex;
    justify-content: space-between; }
    .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li {
      width: 300px;
      height: 222px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #775454;
      text-align: center;
      font-size: 1.8rem;
      background: url("../img/sanka/pink_maru_s.png") center no-repeat;
      background-size: 101px 99px;
      position: relative; }
      .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li:nth-child(2) {
        background: url("../img/sanka/pink_maru_m.png") center no-repeat;
        background-size: 151px 148px; }
      .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li:nth-child(3) {
        background: url("../img/sanka/pink_maru_l.png") center no-repeat;
        background-size: 227px 222px; }
        .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li:nth-child(3)::after {
          display: none; }
      .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li::after {
        content: '';
        width: 67px;
        height: 52px;
        background: url("../img/sanka/sanka_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: -60px;
        top: 50%;
        margin-top: -26px; }
      .sanka #sanka_ct03 .sanka_ct03_flow ul.slick_sp li dl dt {
        font-size: 2.2rem; }
  .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp {
    width: 1055px;
    display: flex;
    justify-content: space-between;
    margin-left: 40px; }
    .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li {
      width: 290px;
      display: flex;
      justify-content: center;
      color: #775454;
      text-align: center;
      font-size: 1.7rem;
      position: relative; }
      .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li dl dt {
        font-size: 2rem; }
      .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li dl dd picture {
        display: block;
        width: 141px;
        margin: 15px auto; }
      .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li dl dd p {
        text-align: left;
        color: #383B38; }
      .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li:nth-child(3)::after {
        display: none; }
      .sanka #sanka_ct04 .sanka_ct04_flow ul.slick_sp li::after {
        content: '';
        width: 67px;
        height: 52px;
        background: url("../img/sanka/sanka_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: -70px;
        top: 50%;
        margin-top: -26px; }
  .sanka #sanka_ct04 .flex {
    display: flex; }
    .sanka #sanka_ct04 .flex .l_ct {
      flex: 1; }
    .sanka #sanka_ct04 .flex .r_ct {
      width: 410px;
      margin-top: 10px;
      margin-right: 20px; }
      .sanka #sanka_ct04 .flex .r_ct .echo_btn {
        font-size: 1.4rem;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s; }
        .sanka #sanka_ct04 .flex .r_ct .echo_btn:hover {
          background: #775454;
          color: #fff; }
          .sanka #sanka_ct04 .flex .r_ct .echo_btn:hover picture svg .cls-1 {
            fill: #fff; }
          .sanka #sanka_ct04 .flex .r_ct .echo_btn:hover::before {
            background: #fff; }
          .sanka #sanka_ct04 .flex .r_ct .echo_btn:hover::after {
            border-color: transparent transparent transparent #775454; }
        .sanka #sanka_ct04 .flex .r_ct .echo_btn picture {
          left: 20px; }
          .sanka #sanka_ct04 .flex .r_ct .echo_btn picture svg .cls-1 {
            transition: 0.4s; }
        .sanka #sanka_ct04 .flex .r_ct .echo_btn::before {
          right: 20px;
          transition: 0.4s; }
        .sanka #sanka_ct04 .flex .r_ct .echo_btn::after {
          right: 24px;
          transition: 0.4s; }
  .sanka #sanka_ct05 .sanka_ct05_info {
    margin: 40px 0 60px 0; }
    .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list {
      width: 1170px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 20px; }
      .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list li.arrow_box {
        width: 250px;
        margin-right: 40px;
        margin-bottom: 40px;
        position: relative; }
        .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list li.arrow_box dl dt {
          width: 140px/*181px*/;
          height: 140px/*177px*/;
          background: url("../img/sanka/sanka_maru01.png") center no-repeat;
          background-size: contain;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.8rem/*2.2rem*/;
          text-align: center;
          color: #775454;
          line-height: 1.6; }
        .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list li.arrow_box::after {
          content: '';
          width: 67px;
          height: 52px;
          background: url("../img/sanka/sanka_arrow.png") no-repeat;
          background-size: contain;
          position: absolute;
          right: -50px;
          top: 60px; }
        .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list li.arrow_box:nth-child(even) dl dt {
          background: url("../img/sanka/sanka_maru02.png") center no-repeat;
          background-size: contain; }
        .sanka #sanka_ct05 .sanka_ct05_info ul.sanka_ct05_info_list li.arrow_box:last-child::after {
          display: none; }
  .sanka #sanka_ct05 .sanka_ct05_info {
    margin-bottom: 0; }
  .sanka #sanka_ct05 .sanka_ct05_info .scroll ul.sanka_ct05_info_list li.arrow_box {
    margin-top: 20px;
    margin-bottom: 30px; }
  .sanka #sanka_ct06 .ct_padding {
    padding-bottom: 200px; }
  .sanka #sanka_ct06 .flex {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .sanka #sanka_ct06 .flex .l_ct {
      width: 470px;
      height: 490px; }
      .sanka #sanka_ct06 .flex .l_ct ul li {
        margin: 20px 0; }
      .sanka #sanka_ct06 .flex .l_ct::before {
        width: 550px;
        height: 490px;
        left: -80px; }
    .sanka #sanka_ct06 .flex .r_ct {
      flex: 1;
      margin-left: 20px; }
      .sanka #sanka_ct06 .flex .r_ct section {
        margin-top: 75px; }
        .sanka #sanka_ct06 .flex .r_ct section .cmn_btn {
          width: 280px; }
          .sanka #sanka_ct06 .flex .r_ct section .cmn_btn a {
            font-size: 1.7rem; }

  /*-- fujinka --*/
  .fujinka .fujinka_btn .cmn_btn {
    width: 290px;
    margin: 80px auto 0 auto; }
    .fujinka .fujinka_btn .cmn_btn a {
      font-size: 1.7rem;
      height: 50px;
      border-radius: 25px; }
  .fujinka .slick_sp {
    margin-bottom: 0 !important; }
  .fujinka .lower_nav ul li {
    margin: 0 30px !important; }
  .fujinka .content {
    max-width: 1140px !important;
    margin-top: 40px; }
  .fujinka .back_image::after {
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px; }
  .fujinka #fujinka_ct01 {
    margin-top: 60px;
    margin-bottom: 20px; }
    .fujinka #fujinka_ct01 .flex {
      display: flex;
      justify-content: space-between; }
      .fujinka #fujinka_ct01 .flex .l_ct {
        width: 700px;
        margin-top: 40px; }
        .fujinka #fujinka_ct01 .flex .l_ct .mt_1 {
          margin-top: 1.5em; }
        .fujinka #fujinka_ct01 .flex .l_ct .cmn_btn {
          width: 290px;
          margin-top: 40px; }
          .fujinka #fujinka_ct01 .flex .l_ct .cmn_btn a {
            font-size: 1.7rem;
            height: 50px;
            border-radius: 25px; }
      .fujinka #fujinka_ct01 .flex .r_ct {
        width: 600px;
        position: absolute;
        left: 50%;
        padding-bottom: 170px;
        margin-left: 165px; }
        .fujinka #fujinka_ct01 .flex .r_ct picture {
          width: 400px;
          right: 285px;
          bottom: -110px; }
  .fujinka #fujinka_ct02, .fujinka #fujinka_ct03, .fujinka #fujinka_ct04, .fujinka #fujinka_ct05, .fujinka #fujinka_ct06, .fujinka #fujinka_ct07,
  .fujinka #fujinka_ct08, .fujinka #fujinka_ct09, .fujinka #fujinka_ct10, .fujinka #fujinka_ct11, .fujinka #fujinka_ct12 {
    padding-top: 40px; }
  .fujinka #fujinka_ct02 ul {
    width: 1000px;
    margin: 40px auto; }
    .fujinka #fujinka_ct02 ul li {
      width: 190px;
      margin-bottom: 40px; }
      .fujinka #fujinka_ct02 ul li a {
        font-size: 1.8rem; }
        .fujinka #fujinka_ct02 ul li a:hover {
          color: #F588A6;
          opacity: 0.8; }
  .fujinka #fujinka_ct02 .content {
    padding-bottom: 25px; }
    .fujinka #fujinka_ct02 .content::after {
      background: url(../img/fujinka/fujinka_dot_l.png) no-repeat;
      background-size: contain;
      width: 487px;
      height: 216px;
      left: -210px;
      bottom: 0; }
  .fujinka #fujinka_ct03 .content {
    padding-bottom: 80px; }
    .fujinka #fujinka_ct03 .content::after {
      background: url(../img/fujinka/fujinka_dot_r.png) no-repeat;
      background-size: contain;
      width: 487px;
      height: 215px;
      right: -210px;
      bottom: 0; }
  .fujinka #fujinka_ct03 .scroll {
    margin-bottom: 10px; }
  .fujinka #fujinka_ct04 .cmn_btn {
    width: 290px;
    margin-top: 40px; }
    .fujinka #fujinka_ct04 .cmn_btn a {
      font-size: 1.7rem;
      height: 50px;
      border-radius: 25px; }
  .fujinka #fujinka_ct04 .content {
    padding-bottom: 25px;
    background: url(../img/fujinka/fujinka_p02@2x.png) no-repeat 606px 84px;
    background-size: 500px 365px; }
    .fujinka #fujinka_ct04 .content::after {
      background: url(../img/fujinka/fujinka_dot_l.png) no-repeat;
      background-size: contain;
      width: 487px;
      height: 216px;
      left: -200px;
      bottom: -110px; }
  .fujinka #fujinka_ct05 .illust_flex {
    display: flex;
    position: relative; }
    .fujinka #fujinka_ct05 .illust_flex .r_ct {
      position: absolute;
      right: 0;
      top: 0; }
    .fujinka #fujinka_ct05 .illust_flex.gekkei_lead .r_ct {
      right: 120px;
      top: 30px; }
      .fujinka #fujinka_ct05 .illust_flex.gekkei_lead .r_ct picture {
        width: 100%; }
  .fujinka #fujinka_ct05 .gekkei_box01 {
    margin-top: 100px;
    margin-bottom: 60px; }
    .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li {
        width: 370px;
        height: 370px;
        padding: 0; }
        .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li dl {
          width: 70%;
          margin: 0 auto;
          height: 100%;
          padding-top: 80px;
          box-sizing: border-box; }
          .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li dl dt {
            font-size: 1.9rem;
            margin-bottom: 20px; }
            .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li dl dt span {
              font-size: 1.7rem; }
        .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li:last-child dl {
          padding-top: 50px; }
          .fujinka #fujinka_ct05 .gekkei_box01 .gekkei_box_wrap li:last-child dl dt {
            margin-bottom: 10px; }
  .fujinka #fujinka_ct05 .gekkei_box03 .illust_flex .r_ct {
    top: -90px;
    right: 80px; }
  .fujinka #fujinka_ct06 .illust_flex {
    display: flex; }
    .fujinka #fujinka_ct06 .illust_flex .l_ct {
      width: 610px; }
    .fujinka #fujinka_ct06 .illust_flex .r_ct {
      flex: 1;
      margin-left: 40px; }
      .fujinka #fujinka_ct06 .illust_flex .r_ct picture {
        width: 100%;
        margin-bottom: 0; }
  .fujinka #fujinka_ct07 .accordion_dl:last-of-type {
    margin-bottom: 40px; }
  .fujinka #fujinka_ct08 .slick_sp {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 30px auto 40px auto !important; }
    .fujinka #fujinka_ct08 .slick_sp li {
      font-size: 1.8rem; }
  .fujinka #fujinka_ct09 .table_flex {
    display: flex;
    justify-content: space-between;
    margin: 50px 0; }
    .fujinka #fujinka_ct09 .table_flex .l_ct, .fujinka #fujinka_ct09 .table_flex .r_ct {
      width: 560px;
      margin: 0; }
  .fujinka #fujinka_ct09 .flex {
    display: flex;
    justify-content: space-between; }
    .fujinka #fujinka_ct09 .flex .l_ct {
      width: 600px; }
    .fujinka #fujinka_ct09 .flex .r_ct {
      flex: 1;
      margin-top: -70px;
      text-align: right; }
  .fujinka #fujinka_ct09 .fujinka_btn .cmn_btn {
    margin-top: 40px; }
  .fujinka #fujinka_ct10 .flex_01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px auto 80px auto; }
    .fujinka #fujinka_ct10 .flex_01 .l_ct, .fujinka #fujinka_ct10 .flex_01 .r_ct {
      width: 550px;
      height: 550px; }
      .fujinka #fujinka_ct10 .flex_01 .l_ct dl, .fujinka #fujinka_ct10 .flex_01 .r_ct dl {
        height: 100%;
        justify-content: flex-start;
        box-sizing: border-box;
        padding-top: 120px;
        background-size: 110%; }
        .fujinka #fujinka_ct10 .flex_01 .l_ct dl dt, .fujinka #fujinka_ct10 .flex_01 .r_ct dl dt {
          font-size: 2rem;
          margin-bottom: 50px; }
        .fujinka #fujinka_ct10 .flex_01 .l_ct dl dd, .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd {
          padding: 0; }
    .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul {
      padding-left: 120px; }
      .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul li {
        width: 145px; }
        .fujinka #fujinka_ct10 .flex_01 .r_ct dl dd ul li:nth-child(even) {
          width: 280px; }
  .fujinka #fujinka_ct10 .flex_02 {
    display: flex;
    justify-content: space-between; }
    .fujinka #fujinka_ct10 .flex_02 .l_ct {
      width: 610px; }
    .fujinka #fujinka_ct10 .flex_02 .r_ct {
      flex: 1; }
      .fujinka #fujinka_ct10 .flex_02 .r_ct picture {
        width: 100%; }
  .fujinka #fujinka_ct10 .fujinka_btn {
    margin-top: 20px; }
    .fujinka #fujinka_ct10 .fujinka_btn .cmn_btn {
      margin-top: 0px; }
  .fujinka #fujinka_ct11 .slick_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .fujinka #fujinka_ct11 .slick_sp li {
      width: 530px;
      position: relative;
      padding-left: 75px;
      box-sizing: border-box;
      min-height: 220px;
      margin: 50px 0; }
      .fujinka #fujinka_ct11 .slick_sp li .num {
        position: absolute;
        left: 0;
        top: 0; }
      .fujinka #fujinka_ct11 .slick_sp li dl dt {
        color: #775454;
        font-weight: 500;
        font-size: 2rem; }
      .fujinka #fujinka_ct11 .slick_sp li dl.image_dl {
        padding-right: 190px; }
        .fujinka #fujinka_ct11 .slick_sp li dl.image_dl picture {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          margin-right: 30px; }
          .fujinka #fujinka_ct11 .slick_sp li dl.image_dl picture img {
            width: 138px;
            height: 200px; }
      .fujinka #fujinka_ct11 .slick_sp li dl dd .indent {
        font-size: 1.5rem; }
  .fujinka #fujinka_ct11 .fujinka_btn {
    margin-top: 20px; }
    .fujinka #fujinka_ct11 .fujinka_btn .cmn_btn {
      margin-top: 0px; }
  .fujinka #fujinka_ct12 {
    padding-bottom: 160px; }
    .fujinka #fujinka_ct12 .scroll {
      margin-bottom: 10px;
      padding-bottom: 0; }
    .fujinka #fujinka_ct12 table {
      width: 1140px; }
      .fujinka #fujinka_ct12 table tr th {
        padding: 18px 2%; }
      .fujinka #fujinka_ct12 table tr td {
        padding: 16px 2%; }

  /*-- service --*/
  .lower .service .lower_main .kazari_ttl {
    width: 2000px; }

  .service .back_image::before {
    top: 670px;
    height: calc(100% - 670px);
    background-position: bottom center; }
  .service .back_image::after {
    top: 670px;
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px; }
  .service .content {
    max-width: 1140px !important; }
  .service #service_ct01 {
    margin-top: 60px;
    margin-bottom: 20px; }
    .service #service_ct01 .line_up {
      display: flex; }
      .service #service_ct01 .line_up li {
        margin-right: 20px; }
        .service #service_ct01 .line_up li:last-child {
          margin-right: 0; }
  .service .lead {
    font-size: 3rem;
    margin-bottom: 70px; }
  .service .service_ct .cmn_ttl {
    margin-bottom: 40px; }
  .service .service_ct .image_flex {
    display: flex;
    justify-content: space-between; }
    .service .service_ct .image_flex .l_ct {
      width: 630px; }
    .service .service_ct .image_flex .r_ct {
      width: 420px;
      margin-top: 0; }
  .service .service_ct.este .accordion_dl dd .ttl_list li .l_ttl {
    width: 120px; }
  .service .service_ct .okuihajime {
    margin-top: 30px;
    align-items: center; }
    .service .service_ct .okuihajime p.image {
      width: 200px;
      margin-top: 10px; }
    .service .service_ct .okuihajime p.text {
      flex: 1;
      margin: 0 30px; }
  .service .accordion_dl {
    margin-top: 30px; }
  .service .accordion_dl dd .ttl_list li {
    display: flex;
    margin-top: 20px; }
    .service .accordion_dl dd .ttl_list li .l_ttl {
      margin-top: 0;
      width: 100px; }
    .service .accordion_dl dd .ttl_list li .r_ct {
      flex: 1; }
      .service .accordion_dl dd .ttl_list li .r_ct li {
        margin-top: 0 !important;
        display: block; }
  .service .accordion_dl dd .price_table {
    width: 100%; }
  .service .accordion_dl dd .care_list {
    padding-left: 100px; }
    .service .accordion_dl dd .care_list h3 {
      font-size: 1.7rem; }
	.service .accordion_dl dd .care_form h3 {
      font-size: 1.7rem; }
    .service .accordion_dl dd .care_list .maru_list_brown li a:hover {
      color: #F588A6; }
  .service .care .moushikomi {
    text-align: center;
    margin-top: 60px; }
  .care_form ul{
  margin-bottom: 0px; }
  .service .care .moushikomi_btn {
    display: flex;
    justify-content: left/*center*/;
	margin-top: 15px;}
    .service .care .moushikomi_btn .cmn_btn {
      margin: 20px 20px 40px 0/* 20px 20px*/; }
      .service .care .moushikomi_btn .cmn_btn a {
        width: 350px;
        height: 60px;
        border-radius: 30px; }
  .service .newborn_photo {
    padding-bottom: 120px; }
    .service .newborn_photo .text {
      letter-spacing: 0.04em; }
    .service .newborn_photo .cmn_ttl {
      margin-bottom: 50px; }
      .service .newborn_photo .cmn_ttl::before {
        top: -3px; }
      .service .newborn_photo .cmn_ttl h3 span {
        font-size: 2.8rem; }
    .service .newborn_photo .cmn_btn {
      width: 240px;
      margin: 40px 0; }
      .service .newborn_photo .cmn_btn a {
        font-size: 1.7rem; }
    .service .newborn_photo .image {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      .service .newborn_photo .image li {
        width: 370px; }

  /*-- clinic --*/
  .clinic .back_image::before {
    background-size: 2000px 1443px; }
  .clinic .back_image::after {
    height: 300px;
    background: url(../img/info/grade.png) top repeat-x;
    background-size: 18px 300px; }
  .clinic #clinic_ct01 {
    margin-top: 60px; }
    .clinic #clinic_ct01 .movie {
      width: 900px;
      margin: 40px auto; }
  .clinic #clinic_ct02 {
    padding-bottom: 150px; }
    .clinic #clinic_ct02 .clinic_slide {
      margin-top: 30px; }
    .clinic #clinic_ct02 .thumb-item .slick-next:before {
      background: url("../img/clinic/slide/btn_next.png") no-repeat;
      background-size: contain; }
    .clinic #clinic_ct02 .thumb-item .slick-prev:before {
      background: url("../img/clinic/slide/btn_prev.png") no-repeat;
      background-size: contain; }
    .clinic #clinic_ct02 .slick-prev, .clinic #clinic_ct02 .slick-next {
      width: 30px;
      top: 50%;
      transform: translate(0, -50%); }
    .clinic #clinic_ct02 .thumb-item .slick-prev, .clinic #clinic_ct02 .thumb-item .slick-next {
      width: 50px; }

  /*-- acc --*/
  .lower .acc .lower_main .kazari_ttl {
    width: 2000px; }

  .acc .content {
    max-width: 1140px !important; }
  .acc #acc_ct01 {
    margin-top: 100px; }
    .acc #acc_ct01 .flex {
      display: flex;
      justify-content: space-between; }
      .acc #acc_ct01 .flex .l_ct {
        width: 700px;
        margin-top: 10px; }
        .acc #acc_ct01 .flex .l_ct .cmn_btn {
          width: 240px;
          margin: 20px auto; }
          .acc #acc_ct01 .flex .l_ct .cmn_btn a {
            font-size: 1.7rem; }
      .acc #acc_ct01 .flex .r_ct {
        flex: 1;
        margin-left: 50px;
        font-size: 1.6rem;
        margin-top: 0; }
        .acc #acc_ct01 .flex .r_ct dl dt {
          font-size: 1.8rem; }
        .acc #acc_ct01 .flex .r_ct dl dd p {
          line-height: 2; }
        .acc #acc_ct01 .flex .r_ct dl dd p.denwa_other {
          font-size: 1.4rem; }
        .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai span {
          margin-right: 5px; }
        .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai span.tellink1 {
          font-size: 1.6rem; }
        .acc #acc_ct01 .flex .r_ct dl dd.acc_syozai .tellink2 {
          font-size: 1.4rem; }
  .acc #acc_ct02 {
    margin-top: 20px;
    padding-bottom: 110px; }
    .acc #acc_ct02 ul {
      display: flex;
      justify-content: space-between; }
      .acc #acc_ct02 ul li {
        width: 370px;
        font-size: 1.6rem; }

  /*-- faq --*/
  .faq h2 {
    font-size: 3rem;
    margin-bottom: 30px; }

  .faq .back_image::before {
    background-size: 100%;
    top: 530px; }

  .faq .ct_padding {
    padding-top: 150px; }

  .faq_list {
    width: 100%; }

  .faq_list a.open_ct span i {
    font-size: 2.4rem;
    left: 20px;
    top: 38px; }

  .faq_list a.open_ct:after {
    width: 21px;
    height: 21px;
    right: 2%;
    top: 50%;
    margin-top: -11px; }

  .faq_list a.open_ct span {
    line-height: 1.6;
    font-size: 1.8rem;
    padding: 25px 60px 25px 70px; }

  .faq_list .st-content .st_ct_in {
    padding: 15px 20px 25px 70px;
    margin-bottom: 20px; }

  .faq_list .st-content .st_ct_in p {
    line-height: 2; }

  .faq_list .st-content .st_ct_in i {
    position: absolute;
    font-size: 2.4rem;
    left: 20px;
    top: 30px; }

  .faq_list .st-content .st_ct_in a:hover {
    color: #53CB6D; }

  .faq_list .st-content .st_ct_in .flex {
    display: flex;
    justify-content: space-between; }
    .faq_list .st-content .st_ct_in .flex .txt {
      flex: 1;
      margin-right: 40px; }
    .faq_list .st-content .st_ct_in .flex .image {
      width: 291px;
      margin-top: 0; }

  /*-- post --*/
  #news_ct1 {
    margin-bottom: 120px; }
    #news_ct1 .cmn_btn {
      margin-top: 80px; }
    #news_ct1 .detailText {
      font-size: 1.6rem; }

  /*-- サイドナビ --*/
  .side_nav {
    position: fixed;
    right: 20px;
    bottom: calc(1% + 209px);
    z-index: 98;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    display: none; }
    .side_nav ul.side_nav01 {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100px;
      height: 255px;
      border-radius: 50px; }
      .side_nav ul.side_nav01 li a {
        font-family: "Zen Maru Gothic", serif;
        color: #F588A6;
        font-size: 1.45rem;
        line-height: 1.2;
        font-weight: bold;
        text-align: center; }
        .side_nav ul.side_nav01 li a span {
          display: block;
          margin: 3px 0; }
        .side_nav ul.side_nav01 li a:hover {
          color: #676967; }
          .side_nav ul.side_nav01 li a:hover .cls-1 {
            fill: #676967; }
      .side_nav ul.side_nav01 li .cls-1 {
        transition: 0.4s;
        fill: #F588A6; }
      .side_nav ul.side_nav01 li:nth-of-type(2) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 2px dotted #676967; }
        .side_nav ul.side_nav01 li:nth-of-type(2) a {
          color: #53CB6D; }
          .side_nav ul.side_nav01 li:nth-of-type(2) a:hover {
            color: #676967; }
        .side_nav ul.side_nav01 li:nth-of-type(2) .cls-1 {
          fill: #53CB6D; }
    .side_nav ul.side_nav02 {
      width: 100px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .side_nav ul.side_nav02 li {
        margin-top: 10px; }
        .side_nav ul.side_nav02 li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 45px;
          height: 45px;
          border-radius: 50%;
          background: #F8A5BC; }
          .side_nav ul.side_nav02 li a:hover {
            background: #676967; }

  .lower .side_nav {
    bottom: 4%; }

  #side_bnr {
    position: fixed;
    right: 20px;
    bottom: 1%;
    z-index: 98;
    display: none;
    margin-top: 40px; }
    #side_bnr a {
      display: block; }
      #side_bnr a img {
        width: 200px;
        height: 189px; }
      #side_bnr a:hover {
        opacity: 0.7; } }
/* アニメーション
--------------------------------------------------------- */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
.fadeUp {
  opacity: 0; }

.up {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 1; }

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .kv .splide .splide__slide.slide03 .slide-title {
    bottom: 130px;
    left: calc((432 / 2000)* 100vw); } }
@media screen and (max-width: 410px) {
  .ssp_only {
    display: block !important; } }
/*------ IEズレ調整 -----*/

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