@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://use.typekit.net/cxv6oeg.css");
@import url("https://fonts.googleapis.com/css?family=Barlow:200i,300,400");
/* !!------------------------------------ */
/* !! クリップ */
/* CSS Document */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

header, nav, main, footer, section, aside {
  display: block; }

strong {
  font-weight: normal; }

form {
  margin-bottom: 0; }

img {
  vertical-align: bottom; }

::selection {
  color: #fff;
  background: #00aebb; }

::-moz-selection {
  color: #fff; }

input::selection,
textarea::selection {
  color: #221814;
  background: #dbdcdc; }

input[type=text],
button {
  -webkit-appearance: none;
  appearance: none;
  border: none; }

ul, li {
  list-style: none;
  margin: 0; }

.collection main {
  overflow: hidden; }

.noLink {
  text-decoration: none !important;
  cursor: default; }

p {
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: justify; }

.ar {
  text-align: right; }

i {
  font-style: normal; }

.fr {
  float: right; }

a[href="javascript:void(0);"] {
  cursor: default; }

.idx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2); }

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2); }

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2); }

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2); }

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2); }

@media screen and (min-width: 768px) {
  a.tel {
    pointer-events: none; } }
.hide {
  display: none !important; }

/* !!------------------------------------ */
/* !! 共通css */
html {
  font-size: 62.5%;
  margin: 0; }
  html.font-large {
    font-size: 80%; }

body {
  margin: 0 auto;
  min-width: 1100px;
  font-family: "Hiragino Sans","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,"メイリオ",sans-serif !important;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

p {
  font-size: 1.6rem;
  line-height: 1.63; }

main {
  display: block;
  min-width: 1100px;
  max-width: 1366px;
  margin: 0 auto; }

main > section .inner {
  margin: 0 auto;
  position: relative; }

.btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 25px;
  position: relative;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: .1em;
  transition: 300ms;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(82, 81, 136, 0.7) 0%, #2c3690 100%);
  background: -webkit-linear-gradient(0deg, rgba(82, 81, 136, 0.7) 0%, #2c3690 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(82, 81, 136, 0.7)), color-stop(1, #2c3690));
  background: -o-linear-gradient(0deg, rgba(82, 81, 136, 0.7) 0%, #2c3690 100%);
  background: -ms-linear-gradient(0deg, rgba(82, 81, 136, 0.7) 0%, #2c3690 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#525188', endColorstr='#2C3690' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(82, 81, 136, 0.7) 0%, #2c3690 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525188',endColorstr='#2C3690' , GradientType=1); }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 25px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center center; }
  .btn.more {
    background: -moz-linear-gradient(0% 50% 0deg, #f5b777 0%, #ed7a00 100%);
    background: -webkit-linear-gradient(0deg, #f5b777 0%, #ed7a00 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f5b777), color-stop(1, #ed7a00));
    background: -o-linear-gradient(0deg, #f5b777 0%, #ed7a00 100%);
    background: -ms-linear-gradient(0deg, #f5b777 0%, #ed7a00 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5B777', endColorstr='#ED7A00' ,GradientType=0)";
    background: linear-gradient(90deg, #f5b777 0%, #ed7a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5B777',endColorstr='#ED7A00' , GradientType=1); }
  .btn.back {
    background: #ff7fff; }
  .btn.back:after {
    left: 25px !important;
    right: auto !important;
    border-width: 1px 0 0 1px; }
  .btn.file {
    border: 1px solid #2c3690;
    background: none !important;
    color: #2c3690; }
    .btn.file:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: auto;
      right: 25px;
      content: "";
      width: 8px;
      height: 8px;
      border: 1px solid #2c3690;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      -moz-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      -o-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      transform-origin: center center; }

/* !! - - -  */
/* !! ヘッダー */
#header {
  height: 116px;
  margin-bottom: 60px; }
  #header .inner {
    height: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative; }
  #header #h-logo {
    position: absolute;
    left: 30px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #header .call {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-align: right;
    height: 100%; }
    #header .call a {
      display: inline-block;
      margin-left: 20px;
      vertical-align: top;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

/* !! - - -  */
/* !! グローバルメニュー */
#gnav {
  background: #2c3690;
  height: 60px;
  font-size: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 116px;
  left: 0; }
  @media screen and (max-width: 767px) {
    #gnav {
      max-height: 100vh;
      overflow: auto;
      padding-top: 60px !important; }
      #gnav .nav1 {
        display: none !important; }
      #gnav .nav2 {
        display: none !important; } }
  body.menu_fixed #gnav {
    position: fixed;
    top: 0;
    left: 0; }
  #gnav ul {
    text-align: center;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      #gnav ul {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
    #gnav ul li {
      display: inline-block;
      height: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      @media screen and (max-width: 767px) {
        #gnav ul li.home {
          opacity: 1; }
          #gnav ul li.home:after {
            content: "";
            display: none !important; }
          #gnav ul li.home a {
            padding-top: 0;
            padding-bottom: 0;
            height: 50px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start; }
            #gnav ul li.home a:after {
              content: "";
              display: none !important; }
        #gnav ul li.hd {
          opacity: 1;
          display: block !important;
          position: relative; }
          #gnav ul li.hd i {
            position: absolute;
            top: 10px;
            right: 10px;
            height: 100%;
            display: block;
            border-radius: 4px;
            width: 35px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            cursor: pointer;
            z-index: 1;
            background: #fff;
            width: 30px;
            height: 30px;
            color: #2c3690; }
            #gnav ul li.hd i:after {
              content: "+";
              line-height: 1;
              font-size: 24px;
              color: #2c3690;
              position: relative;
              top: -2px; }
          #gnav ul li.hd._2 a:after {
            content: "";
            display: block !important; }
          #gnav ul li.hd a:after {
            content: "";
            display: none !important; }
        #gnav ul li.sub {
          display: none !important;
          opacity: 0;
          transition: 200ms;
          background: #fff; }
          #gnav ul li.sub a {
            color: #2c3690;
            height: 36px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 50px;
            font-size: 14px; }
            #gnav ul li.sub a:after {
              content: ""; } }
      #gnav ul li a {
        padding: 0 25px;
        text-align: center;
        display: block;
        line-height: 60px;
        color: #fff;
        letter-spacing: .1em;
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
        font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 767px) {
          #gnav ul li a:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: auto;
            right: 10px;
            content: "";
            width: 8px;
            height: 8px;
            border: 1px solid #2c3690;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(-45deg) translateY(-50%);
            -moz-transform: rotate(-45deg) translateY(-50%);
            -ms-transform: rotate(-45deg) translateY(-50%);
            -o-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
            transform-origin: center center;
            left: 30px !important;
            right: auto; } }
        #gnav ul li a img {
          vertical-align: middle; }
    #gnav ul.opened {
      background: rgba(22, 0, 255, 0.3); }
      @media screen and (max-width: 767px) {
        #gnav ul.opened li.hd i:after {
          content: "ー";
          font-size: 16px;
          font-weight: bold;
          top: 0; }
        #gnav ul.opened li {
          display: block !important;
          opacity: 1; } }
  @media screen and (max-width: 767px) {
    #gnav .nav1 {
      border-top: 0 !important; }
      #gnav .nav1 > a {
        margin-top: 0px !important; }
        #gnav .nav1 > a.btn4 {
          margin-top: 20px !important; }
    #gnav .nav2 li {
      border-bottom: 0; }
      #gnav .nav2 li a:after {
        display: none; }
      #gnav .nav2 li:first-of-type:before, #gnav .nav2 li:nth-of-type(2):before {
        content: "";
        display: none !important; } }

.icrest_info li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .icrest_info li:last-child {
    margin-right: 0; }

/* !! - - -  */
/* !! フッター */
#footer {
  letter-spacing: .1em;
  background: #807BB7;
  padding: 50px 0;
  margin-top: 100px;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
  #footer .inner {
    max-width: 1000px;
    margin: 0 auto; }
    #footer .inner > div {
      width: calc(100% / 6); }
  #footer ul li.hd {
    line-height: 1;
    margin-bottom: 10px; }
    #footer ul li.hd a {
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #footer ul li.hd a {
          font-size: 12px !important; } }
  #footer ul li:not(.hd) {
    padding-left: 1em;
    position: relative;
    line-height: 1.5; }
    #footer ul li:not(.hd):before {
      content: "・";
      font-weight: bold;
      line-height: 1.7;
      left: 0;
      position: absolute; }
  #footer ul li.nh {
    visibility: hidden; }
  #footer ul.va {
    width: calc(1000px / 6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    #footer ul.va li {
      width: 100%;
      margin: 0; }
    @media screen and (max-width: 767px) {
      #footer ul.va {
        height: 40px;
        padding-right: 0px;
        white-space: nowrap; }
        #footer ul.va li.hd a {
          font-size: 3.204vw !important; } }
  #footer a.I-crest {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #efefef; }
    @media screen and (max-width: 767px) {
      #footer a.I-crest {
        position: relative;
        display: block;
        top: 0px;
        right: 0px;
        padding: 0 10px 10px 10px;
        text-align: right;
        width: auto;
        bottom: auto; }
        #footer a.I-crest img {
          position: static; } }

p.copyright {
  padding: 25px 80px;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: right;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .copy p {
    padding: 0 !important;
    text-align: center !important;
    line-height: 24px; } }

#container:after {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  transition: 400ms; }
#container.hide {
  display: block !important; }
  #container.hide:after {
    content: "";
    opacity: 1;
    display: block; }

body {
  position: relative; }

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 500ms opacity;
  z-index: 1;
  background: #2c3690;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
  #pageTop:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: translateY(25%) rotate(-45deg); }
  body.move #pageTop {
    opacity: 1; }
  #pageTop i {
    display: none; }
  body.foot_inview #pageTop {
    position: absolute;
    right: 15px;
    bottom: 115px; }
  @media screen and (min-width: 767px) {
    #pageTop {
      right: 30px;
      bottom: 30px;
      width: 80px;
      height: 80px; }
      #pageTop i {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        margin-top: 5px;
        margin-bottom: 5px; }
      body.foot_inview #pageTop {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        right: 30px;
        bottom: 300px;
        z-index: 1; } }

.tag a {
  pointer-events: none; }

/* !!------------------------------------ */
/* !! トップページ */
#mv {
  height: auto;
  background: #eee;
  white-space: nowrap;
  font-size: 0;
  height: calc(768px - 176px);
  position: relative; }
  #mv .cell {
    height: auto;
    display: inline-block;
    width: 100vw;
    height: calc(768px - 176px);
    position: relative; }
    #mv .cell:focus {
      outline: none; }
    #mv .cell._1 {
      background-image: url(/img/top/mv1@2x.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    #mv .cell._2 {
      background-image: url(/img/top/mv2@2x.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    #mv .cell._3 {
      background-image: url(/img/top/mv3@2x.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    #mv .cell > img {
      width: 100% !important;
      height: auto !important; }
    #mv .cell .txt {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 534px;
      height: 255px;
      color: #fff;
      padding: 0 40px;
      -webkit-transform: translateX(-20%);
      -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
      -o-transform: translateX(-20%);
      transform: translateX(-20%);
      opacity: 0;
      transition: 1000ms;
      font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }
      #mv .cell .txt strong {
        font-size: 3rem;
        display: block;
        margin-bottom: 36px;
        line-height: 1; }
      #mv .cell .txt .inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #mv .cell .txt._1 {
        background: #2c3690; }
      #mv .cell .txt._2 {
        background: #EB7700; }
      #mv .cell .txt._3 {
        background: #9D1014; }
    #mv .cell.on .txt {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0ms; }
  #mv a.scroll {
    display: none;
    width: 21px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #mv a.scroll:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 50px;
      display: block;
      background: #000; }

.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: rgba(44, 54, 144, 0.6);
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      top: 101px; } }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center center;
    margin-top: -2px; }
  .slick-arrow.slick-prev {
    right: auto !important;
    left: 0 !important;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg); }

/* !! - - -  */
/* !! lead */
.row {
  margin-top: 100px;
  position: relative;
  font-size: 0;
  vertical-align: top; }
  .row:nth-of-type(2n) .img {
    order: 2;
    margin-left: 50%; }
  .row:nth-of-type(2n) .txt {
    order: 1;
    left: auto;
    right: 50%; }
    .row:nth-of-type(2n) .txt .inner {
      left: auto;
      float: right;
      margin-right: 50px; }
  .row .img {
    width: 50%;
    display: block;
    vertical-align: top;
    position: relative; }
    .row .img img {
      width: 100% !important;
      height: auto !important; }
    .row .img:after {
      content: "";
      width: 324px;
      height: 130px;
      display: block;
      position: absolute;
      bottom: -65px;
      z-index: 1;
      background-image: url(../img/logo-TC@2x.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      background-position: center center; }
  .row._1 .img:after {
    left: 50px; }
  .row._2 .img:after {
    right: 50px; }
  .row._3 .img:after {
    right: 100px; }
  .row._4 .img:after {
    left: 100px; }
  .row._5 .img:after {
    left: 50px; }
  .row .txt {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-left: 50px;
    white-space: normal; }
    .row .txt .inner {
      top: 50%;
      margin: 0;
      max-width: 450px;
      position: relative;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .row h2 {
    font-size: 2.4rem;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    line-height: 1;
    font-weight: normal;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      .row h2 {
        margin-top: 40px !important; } }
  .row p {
    margin-top: -0.335em;
    margin-bottom: -0.335em;
    padding: 30px 0;
    text-align: justify; }

/* !! お知らせ */
#information {
  background: #ededed;
  margin-top: 100px;
  padding: 50px 0; }
  #information .inner {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 300px;
    position: relative; }
  #information h2 {
    font-size: 2.4rem;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    letter-spacing: .2em;
    font-weight: normal;
    width: 250px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -25px; }
  #information .btn {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 35px;
    background: #01A1EC !important; }
    #information .btn:after {
      content: none; }
  #information ul {
    padding-left: 50px;
    border-left: 1px solid #C0C0C0;
    font-size: 1.4rem;
    align-items: center; }
    #information ul li {
      position: relative;
      border-bottom: 1px solid #000; }
      @media screen and (max-width: 767px) {
        #information ul li {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex; } }
      #information ul li > a {
        display: block;
        padding: 10px 0;
        position: relative; }
        #information ul li > a:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: auto;
          right: 0;
          content: "";
          width: 8px;
          height: 8px;
          border: 1px solid #000;
          border-width: 0 1px 1px 0;
          -webkit-transform: rotate(-45deg) translateY(-50%);
          -moz-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
          -o-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
          transform-origin: center center; }
        @media screen and (max-width: 767px) {
          #information ul li > a {
            position: absolute !important;
            display: block !important;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            z-index: 1; } }
      #information ul li i {
        display: inline-block;
        line-height: 1;
        align-items: center; }
      #information ul li .date {
        width: 100px; }
      #information ul li .tag {
        align-items: center;
        align-self: center;
        margin: 0 10px; }
        @media screen and (max-width: 767px) {
          #information ul li .tag {
            margin: 0 !important; } }
        #information ul li .tag span {
          border-radius: 12px;
          background: #283385; }
          #information ul li .tag span.breeze-tag {
            background: #EC7A01 !important; }
      @media screen and (max-width: 767px) {
        #information ul li .txt {
          margin-top: 10px; } }

/* !! - - -  */
/* !! 診療時間　アクセス */
#schedule-and-access {
  margin-top: 100px;
  letter-spacing: .1em; }
  #schedule-and-access .inner {
    max-width: 1000px; }
    #schedule-and-access .inner > div {
      width: 475px; }
  #schedule-and-access h2 {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    letter-spacing: .2em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px; }
  #schedule-and-access .caption {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      #schedule-and-access .caption {
        line-height: 1.5 !important; } }
  #schedule-and-access table {
    box-sizing: border-box;
    width: 475px !important;
    word-break: break-all;
    border: 1px solid #ccc !important;
    border-collapse: collapse; }
    #schedule-and-access table tr.hd th {
      background: #2c3690;
      color: #FFF; }
      @media screen and (max-width: 767px) {
        #schedule-and-access table tr.hd th {
          height: 30px !important; } }
    #schedule-and-access table th, #schedule-and-access table td {
      padding: 10px 0;
      box-sizing: border-box;
      min-width: 50px;
      font-size: 1.2rem;
      border: 1px solid #ccc !important; }
      #schedule-and-access table th i, #schedule-and-access table td i {
        background: #ededed;
        width: 40px;
        text-align: center;
        line-height: 20px;
        display: inline-block;
        margin-right: 8px;
        border-radius: 4px; }
      #schedule-and-access table th span, #schedule-and-access table td span {
        line-height: 20px; }
    #schedule-and-access table td {
      text-align: center; }
    #schedule-and-access table .time {
      text-align: left;
      padding: 10px;
      white-space: nowrap; }
      #schedule-and-access table .time div {
        line-height: 20px;
        overflow: hidden;
        width: 100%; }
    #schedule-and-access table .av:after {
      content: "●";
      color: #01A1EC; }
    #schedule-and-access table .na:after {
      content: "-"; }
  #schedule-and-access p {
    margin-top: 30px;
    letter-spacing: .1em; }
  #schedule-and-access .closed {
    background: #ededed;
    padding: 0 25px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 30px;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      #schedule-and-access .closed {
        margin-top: 20px !important; } }
    #schedule-and-access .closed i {
      display: inline-block;
      margin-right: 25px;
      width: 93px;
      line-height: 30px;
      text-align: center;
      border-right: 1px solid #fff;
      letter-spacing: .1em; }
  #schedule-and-access .access .img {
    width: 100%;
    border: 1px solid #C0C0C0; }
  #schedule-and-access .access p {
    font-size: 1.6rem;
    margin: 30px 0;
    margin-bottom: 15px; }
  #schedule-and-access .access p.note {
    font-size: 1.4rem;
    margin: 0;
    padding-left: 1.4em;
    position: relative; }
    #schedule-and-access .access p.note i, #schedule-and-access .access p.note:before {
      font-style: normal;
      position: absolute;
      top: 0;
      left: 0; }
  #schedule-and-access #payment-card {
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #schedule-and-access #payment-card {
        text-align: left;
        margin-bottom: 50px; } }
    #schedule-and-access #payment-card .hd {
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      border: 5px solid #EB7700;
      border-width: 0 7px;
      display: inline-block;
      padding: 0 10px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #schedule-and-access #payment-card .hd {
          font-size: 14px;
          display: block;
          letter-spacing: .1em; } }
    #schedule-and-access #payment-card p {
      margin-top: 15px;
      font-size: 1.2rem;
      text-align: justify; }
      @media screen and (min-width: 768px) {
        #schedule-and-access #payment-card p {
          text-align: center; } }
    #schedule-and-access #payment-card ul {
      font-size: 1.2rem;
      margin-top: 10px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #schedule-and-access #payment-card ul {
          margin-top: 10px; } }
      #schedule-and-access #payment-card ul li {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
        margin-right: 15px;
        padding-left: 1.4em;
        position: relative; }
        #schedule-and-access #payment-card ul li i, #schedule-and-access #payment-card ul li:before {
          font-style: normal;
          position: absolute;
          top: 0;
          left: 0; }
        @media screen and (max-width: 767px) {
          #schedule-and-access #payment-card ul li {
            font-size: 1.2rem; } }

/* !! - - -  */
/* !! 各連絡先 */
@media screen and (min-width: 768px) {
  a.fax {
    pointer-events: none; } }
#call-list {
  margin-top: 50px; }
  #call-list .inner {
    max-width: 1000px; }
    #call-list .inner > div {
      width: 50%;
      padding: 0 50px; }
      #call-list .inner > div p {
        line-height: 1;
        margin: 15px 0; }
      #call-list .inner > div a {
        font-size: 0;
        line-height: 1;
        margin-top: 10px;
        display: block; }
        #call-list .inner > div a:first-of-type {
          margin-top: 0; }
        #call-list .inner > div a.dib {
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px;
          margin-top: 0; }
  #call-list ._1 {
    border-right: 1px solid #C0C0C0; }
    #call-list ._1 > div {
      top: 50%;
      position: relative;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  #call-list ._2 > div {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 25px; }
    #call-list ._2 > div:last-of-type {
      padding-bottom: 0;
      padding-top: 25px;
      border-bottom: 0; }

/* !!------------------------------------ */
/* !! 下層共通 */
.headSec .txt {
  text-align: justify;
  letter-spacing: .1em; }
  .headSec .txt br {
    display: none; }
  .headSec .txt i {
    display: inline-block;
    letter-spacing: .1em; }
.headSec .nav a {
  background-color: #f5b777 !important; }
  .headSec .nav a:hover {
    background-color: #ed7a00 !important; }

@media screen and (min-width: 768px) {
  .headSec .nav {
    position: fixed !important;
    left: 0 !important;
    top: 172px !important;
    z-index: 2; }
  .headSec .img {
    width: 67% !important;
    background: #eee;
    height: 570px;
    overflow: hidden;
    position: relative; }
    .headSec .img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      html.ie .headSec .img img, html.edge .headSec .img img {
        width: 100% !important;
        height: auto !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .headSec .txt {
    width: 560px !important;
    text-align: justify;
    letter-spacing: .2em; }
    .headSec .txt i {
      display: inline-block;
      letter-spacing: .1em; }
    .headSec .txt dd {
      text-align: left; }

  .shinSec dt.br {
    font-weight: bold;
    color: #4a2600; }
  .shinSec .txt19 > li.type2 {
    width: 540px !important;
    white-space: nowrap; }
  .shinSec .clm2 h3 {
    margin-top: 0 !important; } }
.shinSec .sec1#info {
  border-top: 0 !important;
  padding-top: 0 !important; }

h3.dec1 {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 20px; }
  h3.dec1 span {
    display: inline-block;
    padding: 0 20px; }
  h3.dec1:before, h3.dec1:after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 10px;
    background-image: url(../../day/img/top/pi2.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center; }

h3.side {
  border-left: 7px solid #EB7700;
  line-height: 1;
  padding-left: 10px;
  letter-spacing: .1em; }

h3.bar {
  padding: 0 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

@media screen and (max-width: 767px) {
  h3.dec1 {
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: 0; }
    h3.dec1 span {
      padding: 0 10px; }

  .shinSec .sec1 {
    padding: 30px 0 !important; }
    .shinSec .sec1#sec1 {
      padding-top: 0 !important; }

  .shinSec dd a {
    word-break: break-all; }
  .shinSec .c1 {
    color: #2c3692; }
  .shinSec .txt16 dt.cell1 {
    font-size: 1.6rem !important;
    margin-top: 20px;
    margin-left: -.3em; }
  .shinSec .txt21 a {
    white-space: nowrap;
    font-size: 1.3rem !important; }
  .shinSec .txt25 {
    text-align: justify !important;
    line-height: 1.66; }

  #sec3 {
    margin-bottom: 0 !important; }
    #sec3 h3 {
      margin-top: 40px !important; }
    #sec3 h3.txt3 {
      margin-top: 20px !important; }

  #sec5 h3.txt4 {
    margin-top: 30px !important; }

  .sokiSec .txt6 {
    font-size: 1.6rem !important; }

  .sokiSec .sec1 .txt2 {
    font-size: 15px;
    width: 100vw;
    white-space: nowrap;
    margin-left: -15px; }
  .sokiSec .txt7 dl dt {
    font-size: 1.4rem !important; } }
ul.disc {
  list-style: disc; }
  ul.disc li {
    list-style: disc;
    list-style-position: outside;
    padding-left: 0em;
    margin-left: 1em; }

.annaiSec #greeting .sec2 a {
  text-decoration: underline;
  color: #2c3690; }
@media screen and (max-width: 767px) {
  .annaiSec #greeting ul.txt5 {
    margin-bottom: 30px !important; } }

.catchTxt01 {
  text-align: justify !important; }

/* !!------------------------------------ */
/* !! 診療科目のご案内 */
@media screen and (max-width: 767px) {
  .f-lead-riha {
    text-align: left !important; } }

/* !!------------------------------------ */
/* !! 個人情報保護方針 */
.kojinSec ul li, .kojinSec ol li {
  text-align: justify; }

/* !!------------------------------------ */
/* !! お知らせ一覧 */
.ttl01.update:before {
  content: "";
  background: #01A1EC; }

ul.list.update li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px 0; }
  ul.list.update li > a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  ul.list.update li .tag {
    line-height: 1; }
    ul.list.update li .tag span {
      padding: 0 !important; }
    ul.list.update li .tag a {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding: 0 !important;
      position: relative;
      z-index: 2;
      padding: 0 !important;
      line-height: 1; }
  @media screen and (max-width: 767px) {
    ul.list.update li {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      ul.list.update li .tag {
        width: 150px; }
        ul.list.update li .tag span {
          width: 130px !important; }
          ul.list.update li .tag span a {
            font-size: 12px !important;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            line-height: 1; }
      ul.list.update li .date {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
      ul.list.update li .txt {
        margin-top: 0;
        width: 100%; } }

/* !! ページャー */
.wp-pagenavi {
  margin: 0px auto;
  text-align: center;
  padding: 0 2.19vw;
  position: relative;
  width: 1000px; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      max-width: 100%;
      padding: 0 15px;
      margin: 0; }
      .wp-pagenavi .previouspostslink {
        left: 15px !important; }
      .wp-pagenavi .nextpostslink {
        right: 15px !important; } }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1;
    margin: 0 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      background: #2c3690;
      color: #fff; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 36px;
    height: 36px;
    background: none;
    float: left;
    display: inline-block;
    background-color: #eee;
    border: none;
    transform: rotate(180deg);
    background-image: url(../img/arrow_01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: center center; }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    float: right;
    background: none;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: none;
    background-color: #eee;
    background-image: url(../img/arrow_01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: center center; }
  .wp-pagenavi .last, .wp-pagenavi .first {
    display: none; }

/* !! - - -  */
/* !! single */
.wrap-single {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #C0C0C0;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .wrap-single {
      padding: 15px;
      padding-bottom: 30px; } }
  .wrap-single .hd {
    margin-top: 30px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 15px; }
  .wrap-single .cat {
    height: 30px;
    width: 80px;
    background: #eee;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    margin-right: 30px; }
    .wrap-single .cat.bg1 {
      background: #EB7700; }
  .wrap-single p.date {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 10px; }
  .wrap-single h1 {
    font-size: 1.8rem;
    letter-spacing: .05em;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .wrap-single p {
    margin-top: 1em; }
  .wrap-single .aligncenter {
    margin: 0 auto; }
  .wrap-single img.alignnone {
    display: inline;
    margin: 0 auto; }
  .wrap-single img.aligncenter {
    margin: 0 auto;
    display: block; }

main.single a.btn {
  display: block;
  margin: 50px auto !important; }
main.single .btn-wrap {
  margin-top: 30px !important;
  border-top: 1px dotted #2c3690; }
main.single a.btn.file {
  margin-top: 30px !important;
  margin-bottom: 0 !important; }

/* !!------------------------------------ */
/* !! デイケアセンター */
/* !! - - -  */
/* !! トップ */
.annaiSec.daycare .headSec dl.txt {
  background: #EB7700; }
.annaiSec.daycare .sec {
  padding: 0;
  max-width: 1000px; }
@media screen and (max-width: 767px) {
  .annaiSec.daycare #sec1 {
    padding: 0 15px; }
    .annaiSec.daycare #sec1 h3.txt2 {
      white-space: normal !important; } }
.annaiSec.daycare #sec1 .sec2 {
  margin-bottom: 0px; }
.annaiSec.daycare #sec1 h3.txt2 {
  white-space: nowrap; }
.annaiSec.daycare #sec1 .lead {
  text-align: center;
  margin-bottom: 80px; }
  .annaiSec.daycare #sec1 .lead p {
    color: #009944;
    font-size: 18px;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    text-align: justify;
    line-height: 2.22;
    padding: 30px 60px;
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    position: relative; }
    .annaiSec.daycare #sec1 .lead p:before, .annaiSec.daycare #sec1 .lead p:after {
      content: "";
      width: 35px;
      height: 100%;
      display: block;
      background-image: url(../../day/img/top/pic1.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0; }
    .annaiSec.daycare #sec1 .lead p:after {
      left: auto;
      right: 0;
      transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare #sec1 .lead p {
      padding: 30px;
      font-size: 16px;
      white-space: normal;
      line-height: 1.6; } }
.annaiSec.daycare #sec1 .lead2 {
  max-width: 640px;
  border: 8px solid #EB7700;
  border-width: 0 8px;
  text-align: center;
  margin: 90px auto;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare #sec1 .lead2 {
      margin-bottom: 50px; } }
  .annaiSec.daycare #sec1 .lead2 h3 {
    font-size: 20px;
    color: #B26001;
    line-height: 1.3; }
  .annaiSec.daycare #sec1 .lead2 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.88;
    margin-top: -0.44em;
    margin-bottom: -0.44em;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .annaiSec.daycare #sec1 .lead2 p {
        text-align: justify; }
        .annaiSec.daycare #sec1 .lead2 p br {
          display: none; } }
.annaiSec.daycare #sec1 .outline {
  max-width: 700px;
  width: 100% !important;
  margin: 0 auto;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare #sec1 .outline th {
      width: auto !important;
      font-size: 13px !important;
      white-space: nowrap; }
    .annaiSec.daycare #sec1 .outline td {
      font-size: 13px !important;
      white-space: normal;
      text-align: justify; }
      .annaiSec.daycare #sec1 .outline td i {
        display: inline-block; } }
  .annaiSec.daycare #sec1 .outline th, .annaiSec.daycare #sec1 .outline td {
    border: 1px solid #000;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.88; }
    @media screen and (max-width: 767px) {
      .annaiSec.daycare #sec1 .outline th, .annaiSec.daycare #sec1 .outline td {
        padding: 2.67vw !important;
        line-height: 1.6 !important; } }
  .annaiSec.daycare #sec1 .outline th {
    width: 160px;
    background: #eee;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .annaiSec.daycare #sec1 .outline ul.idx {
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    html.ie .annaiSec.daycare #sec1 .outline ul.idx {
      display: block !important;
      text-align: left; }
      html.ie .annaiSec.daycare #sec1 .outline ul.idx.disc li {
        display: inline-block;
        margin-left: 0 !important; }
        html.ie .annaiSec.daycare #sec1 .outline ul.idx.disc li:before {
          content: "• ";
          margin-left: 0 !important; }
      html.ie .annaiSec.daycare #sec1 .outline ul.idx li {
        display: inline-block; }
        html.ie .annaiSec.daycare #sec1 .outline ul.idx li:before {
          content: "• ";
          margin-left: 0 !important; }
    .annaiSec.daycare #sec1 .outline ul.idx li {
      margin-right: 1em; }
.annaiSec.daycare hr.sep {
  margin: 80px 0; }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare hr.sep {
      margin: 50px 0 !important; } }
@media screen and (max-width: 767px) {
  .annaiSec.daycare #sec2 {
    padding: 0 15px; }
    .annaiSec.daycare #sec2 .img._480 {
      width: 100% !important;
      margin: 10px 0; }
    .annaiSec.daycare #sec2 .img > ul.idx {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0; }
      .annaiSec.daycare #sec2 .img > ul.idx li {
        padding: 0;
        width: calc(50% - 5px);
        margin-bottom: 10px; } }
.annaiSec.daycare #sec2 .sec2 p {
  line-height: 1.88; }
.annaiSec.daycare #sec2 .img {
  margin-left: 0; }
.annaiSec.daycare .img._480 {
  width: 480px !important;
  padding: 0; }
.annaiSec.daycare .img > ul.idx {
  width: 480px;
  margin-right: 0 !important; }
  .annaiSec.daycare .img > ul.idx li {
    padding: 0;
    width: 235px;
    margin-bottom: 10px; }
.annaiSec.daycare .rehabilitation {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .annaiSec.daycare .rehabilitation h3 {
    width: 100%; }
  .annaiSec.daycare .rehabilitation ul.disc {
    margin-top: 30px;
    max-width: 470px;
    font-size: 16px;
    list-style: disc !important; }
    @media screen and (max-width: 767px) {
      .annaiSec.daycare .rehabilitation ul.disc li {
        display: list-item;
        margin-bottom: 20px !important;
        position: relative;
        padding-left: 0px !important; }
        .annaiSec.daycare .rehabilitation ul.disc li span {
          position: relative !important;
          top: 0;
          left: 0;
          font-weight: 600; }
          .annaiSec.daycare .rehabilitation ul.disc li span + span {
            font-weight: normal;
            position: relative;
            padding-left: 70px;
            margin-top: 10px;
            display: block;
            white-space: nowrap;
            background-image: url(../../day/img/top/pic3.png);
            background-repeat: no-repeat;
            -webkit-background-size: 50px 11px;
            background-size: 50px 11px;
            background-position: left 8px; } }
    .annaiSec.daycare .rehabilitation ul.disc li {
      display: list-item;
      margin-bottom: 15px;
      position: relative;
      padding-left: 240px; }
      .annaiSec.daycare .rehabilitation ul.disc li span {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 600; }
        .annaiSec.daycare .rehabilitation ul.disc li span + span {
          font-weight: normal;
          position: relative;
          padding-left: 70px;
          display: block;
          white-space: nowrap;
          background-image: url(../../day/img/top/pic3.png);
          background-repeat: no-repeat;
          -webkit-background-size: 50px 11px;
          background-size: 50px 11px;
          background-position: left 8px; }
.annaiSec.daycare .day-schedule {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare .day-schedule {
      margin-top: 50px; }
      .annaiSec.daycare .day-schedule h3 {
        margin-bottom: 30px !important;
        font-size: 5.34vw !important; }
      .annaiSec.daycare .day-schedule ul {
        margin-left: 0 !important; }
        .annaiSec.daycare .day-schedule ul li {
          margin-bottom: 30px; }
          .annaiSec.daycare .day-schedule ul li .img {
            width: 100%; }
            .annaiSec.daycare .day-schedule ul li .img img {
              margin: 5px 0; } }
  .annaiSec.daycare .day-schedule h3 {
    background: #6fba2c;
    height: 54px;
    padding: 0 15px;
    color: #FFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px; }
  .annaiSec.daycare .day-schedule ul {
    margin-left: 30px; }
  .annaiSec.daycare .day-schedule li {
    justify-content: flex-start;
    position: relative;
    padding-left: 75px;
    margin-bottom: 70px;
    justify-content: space-between; }
    .annaiSec.daycare .day-schedule li:before {
      content: "";
      width: 10px;
      height: 120%;
      background: #6fba2c;
      position: absolute;
      left: 23px;
      top: 55px; }
    .annaiSec.daycare .day-schedule li:last-of-type:before {
      content: "";
      height: 100%;
      top: 0; }
    .annaiSec.daycare .day-schedule li > i.time {
      width: 55px;
      height: 55px;
      position: absolute;
      top: 0;
      left: 0; }
    .annaiSec.daycare .day-schedule li .txt .time {
      height: 55px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      color: #6fba2c;
      align-content: flex-start;
      align-items: flex-start; }
    .annaiSec.daycare .day-schedule li .txt p > b {
      display: block; }
    .annaiSec.daycare .day-schedule li .img {
      width: 522px;
      min-height: 100px; }
      .annaiSec.daycare .day-schedule li .img img {
        width: 255px;
        height: 190px; }
.annaiSec.daycare .halfday-course {
  margin-top: 80px;
  border: 4px solid #B26001;
  border-top: 0; }
  .annaiSec.daycare .halfday-course h3 {
    height: 70px;
    color: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #B26001;
    font-size: 25px;
    letter-spacing: .1em;
    margin-bottom: 70px;
    font-size: 18px; }
  .annaiSec.daycare .halfday-course > p {
    margin: 30px 100px;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.88; }
  .annaiSec.daycare .halfday-course div.idx {
    margin: 30px 100px; }
    .annaiSec.daycare .halfday-course div.idx .img {
      width: 400px;
      height: 195px;
      background: #eee; }
    .annaiSec.daycare .halfday-course div.idx ul {
      font-size: 14px;
      max-width: 360px; }
      .annaiSec.daycare .halfday-course div.idx ul li {
        position: relative;
        padding-left: 124px;
        margin-bottom: 10px; }
        .annaiSec.daycare .halfday-course div.idx ul li i {
          font-size: 18px;
          font-weight: bold;
          position: absolute;
          top: 0;
          left: 0; }
  .annaiSec.daycare .halfday-course h4 {
    font-size: 20px;
    text-align: center;
    margin: 50px 0;
    margin-bottom: 30px; }
    .annaiSec.daycare .halfday-course h4 i {
      border: 7px solid #EB7700;
      border-width: 0 7px;
      font-weight: 600;
      color: #B26001;
      padding: 0 18px; }
  .annaiSec.daycare .halfday-course .halfday-timeline {
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin: 30px 100px; }
    .annaiSec.daycare .halfday-course .halfday-timeline > div {
      position: relative;
      padding: 5px 0;
      width: 344px;
      margin-right: 50px; }
    .annaiSec.daycare .halfday-course .halfday-timeline h5 {
      width: 40px;
      height: 100%;
      color: #fff;
      border-radius: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .annaiSec.daycare .halfday-course .halfday-timeline h5 i {
        line-height: 1.1;
        font-size: 20px; }
      .annaiSec.daycare .halfday-course .halfday-timeline h5.bg1 {
        background: #6fba2c; }
      .annaiSec.daycare .halfday-course .halfday-timeline h5.bg2 {
        background: #EB7700; }
    .annaiSec.daycare .halfday-course .halfday-timeline .txt {
      margin-left: 70px; }
    .annaiSec.daycare .halfday-course .halfday-timeline ul {
      width: 272px;
      white-space: nowrap; }
      .annaiSec.daycare .halfday-course .halfday-timeline ul li {
        margin-bottom: 8px;
        white-space: nowrap; }
      .annaiSec.daycare .halfday-course .halfday-timeline ul span + span {
        width: 145px; }
    .annaiSec.daycare .halfday-course .halfday-timeline p {
      font-size: 16px;
      white-space: nowrap;
      margin: 5px 0; }
    .annaiSec.daycare .halfday-course .halfday-timeline .sep {
      text-align: center;
      line-height: 1;
      position: relative; }
      .annaiSec.daycare .halfday-course .halfday-timeline .sep:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0; }
      .annaiSec.daycare .halfday-course .halfday-timeline .sep i {
        display: inline-block;
        background: #fff;
        padding: 0 10px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .annaiSec.daycare .halfday-course .halfday-timeline .sep i {
            font-size: 14px; } }
  .annaiSec.daycare .halfday-course .program {
    margin-bottom: 70px !important; }
    .annaiSec.daycare .halfday-course .program > div {
      position: relative;
      padding-top: 67px;
      width: 252px; }
      .annaiSec.daycare .halfday-course .program > div:before {
        content: "";
        width: 160px;
        height: 1px;
        background: #B26001;
        position: absolute;
        top: 20px;
        right: 0; }
      .annaiSec.daycare .halfday-course .program > div .comm {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 48px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        left: 0;
        background-image: url(../../day/img/top/pic5.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center center; }
        .annaiSec.daycare .halfday-course .program > div .comm i {
          position: relative;
          top: -3px; }
      .annaiSec.daycare .halfday-course .program > div p {
        font-size: 16px;
        text-align: justify; }
@media screen and (max-width: 767px) {
  .annaiSec.daycare .halfday-course {
    margin-top: 50px;
    border: 3px solid #B26001;
    border-top: 0; }
    .annaiSec.daycare .halfday-course h3 {
      height: 50px;
      color: #FFF;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      background: #B26001;
      font-size: 25px;
      letter-spacing: .0em;
      margin-bottom: 30px;
      font-size: 16px;
      white-space: nowrap; }
    .annaiSec.daycare .halfday-course > p {
      margin: 15px;
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 1.6; }
    .annaiSec.daycare .halfday-course div.idx {
      margin: 15px;
      margin-bottom: 30px; }
      .annaiSec.daycare .halfday-course div.idx .img {
        width: 100%;
        height: auto;
        background: #eee; }
      .annaiSec.daycare .halfday-course div.idx ul {
        font-size: 14px; }
        .annaiSec.daycare .halfday-course div.idx ul li {
          position: relative;
          padding-left: 114px; }
          .annaiSec.daycare .halfday-course div.idx ul li i {
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 0;
            left: 0; }
    .annaiSec.daycare .halfday-course h4 {
      font-size: 16px;
      text-align: center;
      margin: 30px 0;
      margin-bottom: 30px; }
      .annaiSec.daycare .halfday-course h4 i {
        border: 7px solid #EB7700;
        border-width: 0 7px;
        font-weight: 600;
        color: #B26001;
        padding: 0 8px;
        white-space: nowrap; }
    .annaiSec.daycare .halfday-course .halfday-timeline {
      display: block;
      margin: 15px; }
      .annaiSec.daycare .halfday-course .halfday-timeline > div {
        position: relative;
        padding: 15px 0;
        width: 100%;
        margin-top: 15px !important; }
      .annaiSec.daycare .halfday-course .halfday-timeline h5 {
        width: 30px;
        height: 100%;
        color: #fff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
        .annaiSec.daycare .halfday-course .halfday-timeline h5 i {
          line-height: 1.1;
          font-size: 18px; }
        .annaiSec.daycare .halfday-course .halfday-timeline h5.bg1 {
          background: #6fba2c; }
        .annaiSec.daycare .halfday-course .halfday-timeline h5.bg2 {
          background: #EB7700; }
      .annaiSec.daycare .halfday-course .halfday-timeline .txt {
        margin-left: 40px; }
      .annaiSec.daycare .halfday-course .halfday-timeline ul {
        width: 262px;
        white-space: nowrap; }
        .annaiSec.daycare .halfday-course .halfday-timeline ul li {
          white-space: nowrap;
          font-size: 14px; }
        .annaiSec.daycare .halfday-course .halfday-timeline ul span {
          font-size: 12px; }
        .annaiSec.daycare .halfday-course .halfday-timeline ul span + span {
          width: 165px;
          font-size: 14px; }
      .annaiSec.daycare .halfday-course .halfday-timeline p {
        font-size: 13px;
        white-space: nowrap;
        margin: 5px 0; }
      .annaiSec.daycare .halfday-course .halfday-timeline .sep {
        text-align: center;
        line-height: 1;
        position: relative; }
        .annaiSec.daycare .halfday-course .halfday-timeline .sep:before {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background: #000;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 0; }
        .annaiSec.daycare .halfday-course .halfday-timeline .sep i {
          display: inline-block;
          background: #fff;
          padding: 0 10px;
          position: relative;
          z-index: 1; }
    .annaiSec.daycare .halfday-course .program {
      margin-bottom: 0px !important; }
      .annaiSec.daycare .halfday-course .program > div {
        position: relative;
        padding-top: 60px;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden; }
        .annaiSec.daycare .halfday-course .program > div:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #B26001;
          position: absolute;
          top: 20px;
          right: auto;
          left: 90px; }
        .annaiSec.daycare .halfday-course .program > div .comm {
          position: absolute;
          top: 0;
          left: 0;
          width: 80px;
          height: 48px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          color: #fff;
          font-size: 17px;
          font-weight: bold;
          left: 0;
          background-image: url(../../day/img/top/pic5.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
          background-position: center center; }
          .annaiSec.daycare .halfday-course .program > div .comm i {
            position: relative;
            top: -3px; }
        .annaiSec.daycare .halfday-course .program > div p {
          font-size: 14px;
          text-align: justify; } }
.annaiSec.daycare .year-schedule {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .annaiSec.daycare .year-schedule {
      margin-top: 50px; }
      .annaiSec.daycare .year-schedule .idx .img {
        display: block;
        width: calc(50% - 5px) !important;
        margin-bottom: 10px; }
        .annaiSec.daycare .year-schedule .idx .img img {
          width: 100% !important;
          height: auto !important; }
      .annaiSec.daycare .year-schedule p {
        margin: 30px 0;
        line-height: 1; }
      .annaiSec.daycare .year-schedule .bnr {
        width: 100%;
        margin: 0 auto; } }
  .annaiSec.daycare .year-schedule h3 {
    background: #FEF0FF;
    height: 54px;
    padding: 0 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px; }
  .annaiSec.daycare .year-schedule .idx .img {
    display: block;
    width: calc((100% - 30px)/4);
    margin-bottom: 10px; }
    .annaiSec.daycare .year-schedule .idx .img img {
      width: 100% !important;
      height: auto !important; }
  .annaiSec.daycare .year-schedule p {
    margin: 30px 0;
    line-height: 1; }
.annaiSec.daycare .bnr {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.gallary .slider {
  margin: 20px auto;
  white-space: nowrap;
  max-width: 900px; }
.gallary .cell {
  width: 440px !important;
  font-size: 0;
  white-space: normal;
  display: inline-block;
  margin-right: 20px; }
  .gallary .cell .img {
    width: 440px;
    height: 248px;
    background: #efefef; }
  .gallary .cell .desc {
    margin-top: 20px;
    font-size: 16px; }
    .gallary .cell .desc strong {
      display: block;
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      letter-spacing: .1em; }
.gallary .slick-dots {
  font-size: 1px;
  line-height: 1px;
  text-align: center;
  margin-top: 40px;
  font-size: 0; }
  .gallary .slick-dots li {
    vertical-align: top;
    margin: 0 10px;
    display: inline-block;
    font-size: 0; }
    @media screen and (min-width: 768px) {
      .gallary .slick-dots li:nth-of-type(n + 6) {
        display: none; } }
    .gallary .slick-dots li button {
      width: 20px;
      height: 20px;
      vertical-align: top;
      text-indent: -9999px;
      margin: 0;
      padding: 0;
      background-color: #e3e3e3;
      border: none;
      border-radius: 50%;
      display: block;
      overflow: hidden; }
    .gallary .slick-dots li.slick-active button {
      background-color: #B26001; }
.gallary .slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  border: none;
  position: absolute;
  top: 124px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  font-size: 0;
  z-index: 2; }
  .gallary .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #B26001;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center center;
    top: 24px;
    left: 12px;
    border-width: 3px 0 0 3px; }
  .gallary .slick-arrow:focus {
    outline: none !important; }
  .gallary .slick-arrow.slick-prev {
    left: -50px !important; }
  .gallary .slick-arrow.slick-next {
    left: auto;
    right: -50px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
@media screen and (max-width: 767px) {
  .gallary .slider {
    margin: 20px 0;
    white-space: 1000;
    width: 100vw;
    margin-left: -15px; }
  .gallary .cell {
    width: 100vw !important;
    font-size: 0;
    padding: 0 15px;
    white-space: normal;
    display: inline-block;
    margin: 0 10px !important;
    position: relative; }
    .gallary .cell .img {
      width: 100%;
      height: auto;
      background: #efefef; }
    .gallary .cell .desc {
      margin-top: 10px;
      font-size: 14px; }
      .gallary .cell .desc strong {
        display: block;
        font-size: 16x;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: .1em; }
  .gallary .slick-dots {
    font-size: 1px;
    line-height: 1px;
    text-align: center;
    margin-top: 20px;
    font-size: 0; }
    .gallary .slick-dots li {
      vertical-align: top;
      margin: 0 5px;
      display: inline-block;
      font-size: 0; }
      .gallary .slick-dots li button {
        width: 10px;
        height: 10px;
        vertical-align: top;
        text-indent: -9999px;
        margin: 0;
        padding: 0;
        background-color: #e3e3e3;
        border: none;
        border-radius: 50%;
        display: block;
        overflow: hidden; }
      .gallary .slick-dots li.slick-active button {
        background-color: #B26001; }
  .gallary .slick-arrow {
    width: 30px;
    height: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    position: absolute;
    top: 24.564vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0px;
    font-size: 0;
    z-index: 2; }
    .gallary .slick-arrow:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: auto;
      right: 10px;
      content: "";
      width: 20px;
      height: 20px;
      border: 1px solid #B26001;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      -moz-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      -o-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      transform-origin: center center;
      top: 24px;
      left: 12px;
      border-width: 3px 0 0 3px; }
    .gallary .slick-arrow:focus {
      outline: none !important; }
    .gallary .slick-arrow.slick-prev {
      left: -0px !important; }
    .gallary .slick-arrow.slick-next {
      left: auto;
      right: -0px;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); } }

@media screen and (max-width: 767px) {
  .daycare #sec3 {
    padding: 0 15px;
    margin-bottom: 100px; }
    .daycare #sec3 a.pdf {
      width: 100% !important;
      height: 50px !important;
      border-radius: 8px;
      color: #FFF;
      margin-top: 15px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-size: 22px;
      vertical-align: middle;
      margin-left: 15px !important;
      margin-right: 15px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      z-index: 1;
      position: relative;
      z-index: 1; }
      .daycare #sec3 a.pdf span {
        text-align: center;
        font-size: 14px; }
        .daycare #sec3 a.pdf span br {
          display: none; }
      .daycare #sec3 a.pdf img {
        width: 18px !important;
        vertical-align: middle;
        top: -2px;
        position: relative;
        display: inline-block;
        margin-right: 4px; }
    .daycare #sec3 .flxs {
      justify-content: flex-start; }
    .daycare #sec3 div.call {
      margin-left: 0px !important;
      white-space: nowrap;
      text-align: center;
      position: relative;
      z-index: 0;
      width: 100% !important;
      margin-top: 50px !important; }
      .daycare #sec3 div.call:before {
        content: none !important; }
      .daycare #sec3 div.call p {
        white-space: nowrap;
        text-align: center;
        font-size: 20px !important;
        font-weight: 600;
        margin-bottom: 35px;
        position: relative; }
        .daycare #sec3 div.call p strong {
          position: relative;
          z-index: 1;
          font-weight: 600; }
        .daycare #sec3 div.call p:before {
          content: "";
          width: 508px;
          height: 188px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 0;
          opacity: .9;
          background-image: url(../../day/img/top/bg1.jpg);
          background-repeat: no-repeat;
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
          background-position: center center; }
      .daycare #sec3 div.call a.call {
        font-size: 8.811vw !important;
        font-weight: 800;
        line-height: 1;
        position: relative;
        z-index: 1; }
        .daycare #sec3 div.call a.call img {
          width: 8.811vw;
          height: 8.811vw;
          margin-right: 2.67vw; } }
.daycare #sec3 h3 {
  margin-top: 80px;
  position: relative;
  z-index: 1; }
.daycare #sec3 ul {
  font-size: 16px;
  line-height: 1.88; }
.daycare #sec3 .img.flow {
  margin: 0 10px;
  margin-top: 20px; }
.daycare #sec3 a.pdf {
  background: #EB7700;
  width: 180px;
  height: 130px;
  border-radius: 8px;
  color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
  vertical-align: middle;
  margin-left: 15px; }
  .daycare #sec3 a.pdf span {
    text-align: center; }
  .daycare #sec3 a.pdf img {
    width: 18px !important;
    vertical-align: middle;
    top: -2px;
    position: relative;
    display: inline-block;
    margin-right: 4px; }
.daycare #sec3 .flxs {
  justify-content: flex-start; }
.daycare #sec3 div.call {
  margin-left: 110px;
  white-space: nowrap;
  text-align: center;
  position: relative; }
  .daycare #sec3 div.call p {
    white-space: nowrap;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative; }
    .daycare #sec3 div.call p strong {
      position: relative;
      z-index: 1;
      font-weight: 600; }
    .daycare #sec3 div.call p:before {
      content: "";
      width: 508px;
      height: 188px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 0;
      opacity: .9;
      background-image: url(../../day/img/top/bg1.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
      background-position: center center; }
  .daycare #sec3 div.call a.call {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 1; }
    .daycare #sec3 div.call a.call img {
      width: 33px;
      height: 33px;
      margin-right: 10px; }

/* !!------------------------------------ */
/* !! breeze */
.tag > span {
  width: 120px;
  height: 24px;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
  background: none; }
  .tag > span a {
    width: 100%;
    height: 24px !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    color: #fff;
    border-radius: 12px !important; }
    .tag > span a:before, .tag > span a:after {
      content: none !important;
      display: none !important; }
.tag .breeze-tag {
  background: #EC7A01 !important; }
  .tag .breeze-tag.newspaper-archive {
    background: #56A351 !important;
    white-space: nowrap; }
    .tag .breeze-tag.newspaper-archive a {
      font-size: 11px; }
  .tag .breeze-tag.event {
    background: #5C9DD4 !important; }
.tag .newspaper-tag {
  background: #56A351;
  font-size: 11px !important;
  white-space: nowrap; }
  .tag .newspaper-tag a:before {
    content: "";
    display: none !important; }

/* !! - - -  */
/* !! index */
main.breeze.index {
  overflow: hidden; }
  main.breeze.index h2.breeze {
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    list-style-type: .1em !important;
    margin: 100px auto;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      main.breeze.index h2.breeze {
        margin-top: 0; } }
  main.breeze.index ul.list {
    border-top: 0;
    max-width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    main.breeze.index ul.list li {
      border-bottom: 0;
      position: relative;
      width: calc((100% - 60px) / 3 );
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        main.breeze.index ul.list li {
          width: 100%;
          margin-bottom: 30px; } }
      main.breeze.index ul.list li > a {
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        main.breeze.index ul.list li > a:before {
          content: "";
          display: none !important; }
      @media screen and (max-width: 767px) {
        main.breeze.index ul.list li .tag span {
          width: 120px !important; } }
      main.breeze.index ul.list li .tag a {
        padding: 0 !important;
        position: relative;
        z-index: 2; }
      main.breeze.index ul.list li .date {
        text-align: right;
        font-size: 13px;
        letter-spacing: .1em; }
      main.breeze.index ul.list li .img {
        min-height: 0px;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 15px;
        background: #eee;
        position: relative; }
        main.breeze.index ul.list li .img:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: .4;
          background-image: url(../img/logo-TC@2x.png);
          background-repeat: no-repeat;
          -webkit-background-size: 100px auto;
          background-size: 100px auto;
          background-position: center center; }
        main.breeze.index ul.list li .img img {
          z-index: 1;
          width: 100% !important;
          height: auto !important;
          position: relative; }
      main.breeze.index ul.list li .txt {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
        position: relative; }
        main.breeze.index ul.list li .txt:after {
          content: "▶︎";
          color: #EB7700;
          font-size: 13px;
          font-weight: bold !important;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    main.breeze.index ul.list li.bnr {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      main.breeze.index ul.list li.bnr p {
        margin: 0 !important; }
      main.breeze.index ul.list li.bnr a:before {
        content: "";
        display: none; }
      main.breeze.index ul.list li.bnr .bnr-TC {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        main.breeze.index ul.list li.bnr {
          height: auto;
          border: none;
          margin-top: 20px; } }
  main.breeze.index p.ar {
    text-align: right;
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px; }
  main.breeze.index .bnr-TC {
    display: inline-block;
    margin-left: auto;
    width: 120px !important; }
    main.breeze.index .bnr-TC img {
      width: 100% !important;
      height: auto !important; }
  @media screen and (max-width: 767px) {
    main.breeze.index li.bnr {
      display: block !important;
      margin-top: 0 !important;
      margin-bottom: 10px !important; }
    main.breeze.index p.ar {
      margin-top: 0px !important;
      margin-bottom: 0px; }
    main.breeze.index .bnr-TC {
      margin: 0 30px !important;
      padding: 0;
      width: 120px !important; } }

/* !! - - -  */
/* !! single */
.wrap-single.breeze {
  border: none !important;
  padding: 0;
  max-width: 800px;
  padding-top: 50px !important; }
  .wrap-single.breeze .header {
    min-height: 360px;
    position: relative;
    margin-bottom: 50px;
    padding-top: 30px;
    padding: 30px;
    padding-right: 420px; }
    .wrap-single.breeze .header:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      border: 1px solid #666; }
    @media screen and (max-width: 767px) {
      .wrap-single.breeze .header {
        padding: 0; }
        .wrap-single.breeze .header:after {
          content: "";
          display: none; } }
    .wrap-single.breeze .header .img {
      position: absolute;
      top: 0;
      right: 0;
      width: 400px;
      height: 360px;
      background-color: #f8f8f8; }
      .wrap-single.breeze .header .img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        z-index: 0;
        background-image: url(../img/logo-TC@2x.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100px;
        background-size: 100px;
        background-position: center center; }
      .wrap-single.breeze .header .img img {
        position: relative;
        z-index: 1; }
    .wrap-single.breeze .header .idx {
      margin-top: 0 !important;
      margin-bottom: 30px; }
      .wrap-single.breeze .header .idx .date {
        line-height: 1;
        font-size: 13px;
        align-content: center;
        margin: 0;
        margin-left: 20px; }
      .wrap-single.breeze .header .idx .tag {
        margin: 0; }
        .wrap-single.breeze .header .idx .tag span {
          display: block;
          border-radius: 12px; }
          .wrap-single.breeze .header .idx .tag span a {
            color: #fff; }
    .wrap-single.breeze .header h1 {
      font-size: 21px;
      margin-bottom: 30px;
      border-bottom: 0;
      padding-bottom: 0;
      text-decoration: underline; }
    .wrap-single.breeze .header .lead {
      font-size: 18px;
      letter-spacing: .1em;
      line-height: 2;
      text-align: justify; }
  .wrap-single.breeze a[href$=".pdf"] {
    border: 1px solid #ccc;
    display: block;
    padding: 20px; }
    .wrap-single.breeze a[href$=".pdf"] img {
      width: 100% !important;
      height: auto !important; }
    @media screen and (max-width: 767px) {
      .wrap-single.breeze a[href$=".pdf"] {
        padding: 10px; } }
  @media screen and (max-width: 767px) {
    .wrap-single.breeze {
      padding-top: 0px !important; }
      .wrap-single.breeze .header {
        min-height: 0;
        position: relative;
        margin-bottom: 30px;
        padding-top: 10px;
        padding-right: 0;
        max-width: 1000px; }
        .wrap-single.breeze .header .img {
          position: relative;
          width: 100vw;
          height: auto !important;
          margin-left: -15px;
          margin-bottom: 15px !important; }
          .wrap-single.breeze .header .img img {
            width: 100% !important;
            height: auto !important; }
        .wrap-single.breeze .header .idx {
          margin-top: 0 !important;
          margin-bottom: 30px; }
          .wrap-single.breeze .header .idx .date {
            line-height: 1;
            font-size: 13px;
            align-content: center;
            margin: 0;
            margin-left: 20px; }
          .wrap-single.breeze .header .idx .tag {
            margin: 0; }
            .wrap-single.breeze .header .idx .tag span {
              display: block;
              border-radius: 12px; }
              .wrap-single.breeze .header .idx .tag span a {
                color: #fff; }
        .wrap-single.breeze .header h1 {
          font-size: 18px;
          margin-bottom: 15px;
          border-bottom: 0;
          padding-bottom: 0; }
        .wrap-single.breeze .header .lead {
          font-size: 16px;
          letter-spacing: .1em;
          line-height: 2; }
      .wrap-single.breeze .content p {
        font-size: 16px !important; } }
  .wrap-single.breeze .content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 1.5; }
    .wrap-single.breeze .content p img {
      max-width: 100% !important;
      height: auto !important; }
      .wrap-single.breeze .content p img.aligncenter {
        margin: 0 auto;
        display: block; }
      .wrap-single.breeze .content p img.alignnone {
        display: inline; }

/* !!------------------------------------ */
/* !! 辰クリ新聞 */
/* !! - - -  */
/* !! index */
.ttl01.newspaper {
  padding-bottom: 0;
  border-bottom: 0 !important; }
  .ttl01.newspaper:before {
    content: "";
    display: none; }
  @media screen and (max-width: 767px) {
    .ttl01.newspaper {
      margin: 30px;
      padding: 0; }
      .ttl01.newspaper img {
        display: block;
        width: 160px !important; } }

ul.list.newspaper a:before {
  display: none !important; }
ul.list.newspaper .txt {
  padding-left: 0 !important; }
  ul.list.newspaper .txt i {
    color: #EB7700;
    width: 80px;
    letter-spacing: .1em;
    height: 28px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #EB7700;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      ul.list.newspaper .txt i {
        width: 60px;
        height: 20px;
        font-size: 13px;
        border: 1px solid #EB7700; } }

/* !! - - -  */
/* !! single */
.col-lg-12 {
  font-size: 14px;
  width: 520px;
  margin: 0 auto; }

#responsive_flg {
  display: none; }

video {
  backface-visibility: hidden; }

/* ------------------------------------------------------------*/
/* sp 〜767
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #container {
    padding-top: 60px !important; }

  /* !! - - -  */
  /* !! ヘッダーメニュー */
  #gNavBtn {
    border: 4px solid #fff;
    right: 3px !important;
    top: 3px !important; }
    #gNavBtn span {
      height: 2px !important;
      width: 50% !important;
      left: 25% !important;
      margin-top: -1px; }
      #gNavBtn span:after, #gNavBtn span:before {
        height: 2px !important; }

  #header {
    height: 60px !important;
    position: relative; }
    #header .inner {
      overflow: hidden; }
    #header .call {
      margin-top: -7px; }

  #h-logo {
    margin-top: -7px; }

  #h-txt {
    border: none !important;
    position: absolute;
    bottom: 7px;
    height: 10px !important;
    left: 10px !important;
    top: auto !important; }
    #h-txt span {
      display: block !important;
      text-align: left !important;
      line-height: 1;
      font-size: 2.937vw;
      letter-spacing: -0.02em;
      height: auto !important;
      height: auto; }

  /* !!------------------------------------ */
  /* !! 下層ページ */
  .headSec .txt dd {
    text-align: justify !important; }
    .headSec .txt dd i {
      display: inline; } }
