@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 ページ共通
===========================================*/
.back-page {
  background: url(./images/back.jpg) no-repeat center center;
  background-size: cover;
  height: 470px;
  width: 100%;
}

/* 子供イラスト */
.pagetop-ill-l {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: -43px;
  left: 6%;
  max-width: 276px;
  position: absolute;
  width: 30%;
}

.pagetop-ill-r {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: -43px;
  max-width: 276px;
  position: absolute;
  right: 6%;
  width: 30%;
}

@media only screen and (max-width: 782px) {
  .back-page {
    height: 270px;
  }

  .pagetop-ill-l {
    left: 4%;
  }

  .pagetop-ill-r {
    right: 4%;
  }

  .pagetop-ill-l,
  .pagetop-ill-r {
    max-width: 190px;
    width: 36%;
  }
}

/* サイドお問い合わせ */
.pageto-con {
  max-width: 48px;
  position: absolute;
  right: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.pageto-con li:first-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
  .pageto-con {
    max-width: 38px;
  }
}

@media only screen and (max-width: 782px) {
  .pageto-con {
    display: none;
  }
}

/* トップタイトル */
.pagetitle-wrap {
  left: 0;
  line-height: 1.5;
  margin: auto;
  position: absolute;
  right: 0;
  top: 62%;
  transform: translateY(-50%);
  z-index: 1;
}

.page-sub {
  font-size: 1.7rem;
  letter-spacing: .3rem;
}

.pagetitle-main {
  font-size: 2.5rem;
}

@media only screen and (max-width: 782px) {
  .pagetitle-wrap {
    line-height: 1.5;
    top: 66%;
  }

  .page-sub {
    font-size: 1.1rem;
    letter-spacing: .2rem;
  }

  .pagetitle-main {
    font-size: 1.7rem;
  }

  .maruline-title {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 80px;
  }
}

/* パンくず */
.breadcrumbs {
  font-size: .7rem;
  line-height: 1.5em;
  padding: 58px 0 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs a {
  text-decoration: underline;
}

/* リンク */
.link-r {
  color: #ff6c1a;
  font-weight: 500;
  text-decoration: underline;
}

/*==========================================
 私たちについて
===========================================*/
/* リード */
.about-lead {
  display: flex;
}

.about-lead-l {
  width: 37.037037%;
}

.about-lead-r {
  width: 62.962963%;
}

.about-lead-title {
  display: inline-block;
  font-size: 2.5rem;
  margin-left: -16px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: vertical-rl;
       -o-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.about-lead-p {
  font-size: 1.08rem;
}

.aboutlead-ill-1 {
  max-width: 180px;
}

.aboutlead-ill-2 {
  margin-left: auto;
  max-width: 540px;
}

@media only screen and (max-width: 782px) {
  .about-lead {
    display: block;
  }

  .about-lead-l {
    width: 100%;
  }

  .about-lead-r {
    width: 100%;
  }

  .about-lead-title {
    display: block;
    font-size: 1.5em;
    line-height: 1.6;
    margin-left: 0;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }

  .about-lead-p {
    font-size: .95rem;
  }

  .aboutlead-ill-1 {
    margin: 10px auto;
    max-width: 140px;
  }

  .aboutlead-ill-2 {
    max-width: 380px;
  }
}

.about-lead-btn {
  display: flex;
}

.about-lead-btn a {
  width: 49%;
}

.about-lead-btn a:first-child {
  margin-right: 2%;
}

@media only screen and (max-width: 960px) {
  .about-lead-btn {
    display: block;
  }

  .about-lead-btn a {
    width: 100%;
  }

  .about-lead-btn a:first-child {
    margin-bottom: 10px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 782px) {
  .about-lead-btn a.more {
    max-width: 270px;
  }
}

/* 療育はなぜ必要？ */
.inter-page-wrap {
  display: flex;
}

.inter-page-l {
  width: 45.3703704%;
}

.inter-page-r {
  font-size: 1.05rem;
  width: 54.6296296%;
}

@media only screen and (max-width: 782px) {
  .inter-page-wrap {
    display: block;
  }

  .inter-page-l {
    width: 100%;
  }

  .inter-page-r {
    font-size: .95rem;
    margin-top: 5px;
    width: 100%;
  }
}

/* 療育リスト */
.inter-no-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inter-no-list li {
  background: #fff;
  border: solid 5px #91d9f2;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 3.7037037%;
  margin-top: 40px;
  padding: 24px 4% 24px 8%;
  width: 48.1481481%;
}

.inter-no-list li:nth-child(2n) {
  margin-right: 0;
}

.inter-no-list h3 {
  font-size: 1.35rem;
  line-height: 1.5;
  padding-right: 26%;
}

.inter-no-list p {
  margin-bottom: 6px;
}

.inter-no-list p:last-child {
  margin-bottom: 0;
}

.inter-no {
  left: -17%;
  max-width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14%;
}

.inter-pageill {
  max-width: 123px;
  position: absolute;
  right: 0;
  top: -45px;
  width: 25%;
}

@media only screen and (max-width: 782px) {
  .inter-no-list {
    display: block;
  }

  .inter-no-list li {
    margin-right: 0;
    margin-top: 26px;
    padding: 16px 4% 16px 45px;
    width: 100%;
  }

  .inter-no-list h3 {
    font-size: 1.2rem;
  }

  .inter-no {
    left: -35px;
    max-width: 30px;
    width: 100%;
  }

  .inter-pageill {
    max-width: 90px;
    top: -30px;
    width: 24%;
  }
}

/* 概要 */
.outline-list {
  line-height: 1.9;
  position: relative;
}

.outline-list li {
  align-items: flex-start;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  display: flex;
  padding: 20px 4%;
}

.outline-list li:last-child {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px),linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-position: left bottom , left top;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}

.outline-list li:last-child {
  margin-bottom: 0;
}

.outline-l {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  width: 150px;
}

.outline-maru {
  color: #00a9e3;
  font-size: .6rem;
  margin-right: 6px;
}

.outline-list li:nth-child(2n) .outline-maru {
  color: #f4c82d;
}

.out-ill-l {
  left: 4%;
  max-width: 216px;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: -1;
}

.out-ill-r {
  max-width: 168px;
  position: absolute;
  right: 4%;
  top: 30%;
  width: 16%;
  z-index: -1;
}

@media only screen and (max-width: 782px) {
  .outline-list li {
    display: block;
    margin-bottom: 8px;
    padding: 10px 4%;
  }

  .outline-l {
    width: 100%;
  }

  .outline-maru {
    font-size: .5rem;
  }

  .out-ill-l {
    left: 0;
    top: 15%;
    width: 26%;
  }

  .out-ill-r {
    right: 0;
    width: 23%;
  }
}

.access-p {
  font-size: 1.25rem;
}

.access-p2 {
  font-size: 1.15rem;
  margin-top: 5px;
}

.access-mb {
  display: none;
}

.access-l {
  left: -340px;
  margin: auto;
  max-width: 123px;
  position: absolute;
  right: 0;
  top: 18px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.access-r {
  left: 0;
  margin: auto;
  max-width: 123px;
  position: absolute;
  right: -340px;
  top: 56%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 782px) {
  .access-p {
    font-size: 1.1rem;
  }

  .access-p2 {
    font-size: 1.05rem;
    margin-top: 5px;
  }

  .access-pc {
    display: none;
  }

  .access-mb {
    display: block;
  }

  .access-l {
    left: -250px;
    max-width: 80px;
    top: 17px;
  }

  .access-r {
    max-width: 80px;
    right: -250px;
    top: 58%;
  }
}

/*==========================================
 児童発達支援
===========================================*/
.page-sub-s {
  letter-spacing: 0;
}

.sup-title {
  font-size: 2rem;
}

.supsub-title {
  font-size: 1.5rem;
  margin-top: 5px;
}

.sup-maru-l {
  left: 0;
  max-width: 285px;
  position: absolute;
  top: 20px;
  width: 26%;
  z-index: -1;
}

.sup-maru-r {
  bottom: 20px;
  max-width: 285px;
  position: absolute;
  right: 0;
  width: 26%;
  z-index: -1;
}

@media only screen and (max-width: 782px) {
  .sup-title {
    font-size: 1.5rem;
  }

  .supsub-title {
    font-size: 1.2rem;
    margin-top: 3px;
  }

  .sup-maru-l {
    max-width: 200px;
    top: 30px;
    width: 35%;
  }

  .sup-maru-r {
    max-width: 200px;
    width: 35%;
  }
}

/* 特徴 */
@media only screen and (max-width: 920px) {
  .sup-no-list br {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  .sup-no-list br {
    display: block;
  }
}

/* 概要イラスト */
.sup-outill-l {
  left: 4%;
  max-width: 220px;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: -1;
}

.sup-outill-r {
  max-width: 220px;
  position: absolute;
  right: 4%;
  top: 0;
  width: 20%;
  z-index: -1;
}

@media only screen and (max-width: 782px) {
  .sup-outill-l {
    left: 0;
    top: 15%;
    width: 25%;
  }

  .sup-outill-r {
    right: 0;
    top: 15%;
    width: 25%;
  }
}

/* 一日の流れ */
.life-list li {
  align-items: center;
  background: #fff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  display: flex;
  margin-bottom: 15px;
  padding: 10px 4%;
}

.life-list li:last-child {
  margin-bottom: 0;
}

.life-time {
  font-size: 1.5rem;
  min-width: 200px;
  width: 30%;
}

.time-t {
  padding: 0 2px;
  vertical-align: 2px;
}

.life-txt {
  font-size: 1.2rem;
  font-weight: 500;
  width: 70%;
}

.flow-ill-1 {
  max-width: 200px;
  z-index: 1;
}

.flow-ill-r {
  top: -10px;
}

.zin2 {
  z-index: 2;
}

.life-ex {
  font-size: .95rem;
  text-align: center;
}

@media only screen and (max-width: 782px) {
  .life-list li {
    display: block;
    margin-bottom: 12px;
    padding: 12px 6%;
  }

  .life-time {
    font-size: 1.2rem;
    line-height: 1.4;
    min-width: auto;
    width: 100%;
  }

  .time-t {
    vertical-align: 1px;
  }

  .life-txt {
    font-size: 1rem;
    width: 100%;
  }

  .flow-ill-r {
    top: 0;
  }

  .zin2 {
    z-index: 2;
  }

  .life-ex {
    text-align: left;
  }
}

/* ご利用の流れ */
.flow-list {
  display: flex;
  flex-wrap: wrap;
}

.flow-list li {
  border: solid 5px #91d9f2;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  margin-top: 30px;
  padding: 25px 2% 20px;
  position: relative;
  width: 29.6296296%;
}

.flow-list .arrow-flow {
  margin-top: 40px;
  position: relative;
  width: 3.7037037%;
}

.arrow-flow img {
  left: 0;
  margin: auto;
  max-width: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.flow-no {
  left: 0;
  margin: auto;
  max-width: 50px;
  position: absolute;
  right: 0;
  top: -24px;
  width: 20%;
}

.flow-list h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.more-flow {
  display: block;
  padding: 6px 2% 8px;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  .flow-list li {
    border: solid 3px #91d9f2;
    margin-top: 18px;
    padding: 22px 3% 15px;
    width: 45%;
  }

  .flow-list .arrow-flow {
    margin-top: 20px;
    width: 5%;
  }

  .arrow-flow img {
    max-width: 10px;
    width: 100%;
  }

  .flow-no {
    max-width: 40px;
    top: -15px;
    width: 100%;
  }

  .flow-list h3 {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }

  .flow-list p {
    font-size: .9rem;
  }

  .more-flow {
    margin-top: 10px;
    padding: 3px 2% 5px;
  }
}

/*==========================================
 放課後デイサービス
===========================================*/
.maru-bottom {
  bottom: -30px;
}

.maru-top {
  top: -10px;
}

@media only screen and (max-width: 782px) {
  .nagomi-title {
    display: block;
  }

  .maru-top {
    top: 10px;
  }
}

/* ショートステイ */
.short-box {
  border: solid 5px #91d9f2;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  padding: 26px 6%;
  position: relative;
}

.short-box h3 {
  font-size: 1.5rem;
}

.short-l {
  left: 5px;
  max-width: 58px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.short-r {
  max-width: 88px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .short-box {
    border: solid 4px #91d9f2;
    padding: 16px 6% 20px;
  }

  .short-box h3 {
    font-size: 1.1rem;
  }

  .short-l {
    left: -10px;
    max-width: 40px;
    position: absolute;
    top: 40px;
  }

  .short-r {
    max-width: 58px;
    right: -10px;
    top: 40px;
  }
}

/* 総合的なトレーニング */
.comp-wrap {
  display: flex;
  justify-content: space-between;
}

.comp-item-l {
  max-width: 490px;
  width: 53%;
}

.comp-item-r {
  width: 40.7407407%;
}

@media only screen and (max-width: 782px) {
  .comp-wrap {
    display: block;
  }

  .comp-item-l {
    max-width: 100%;
    width: 100%;
  }

  .comp-item-r {
    margin: 16px auto 0;
    max-width: 300px;
    width: 100%;
  }
}

/* 放課後デイサービス */
.br-none2 {
  display: none;
}

@media only screen and (max-width: 782px) {
  .br-none2 {
    display: block;
  }
}

.day-container {
  display: flex;
}

.day-item {
  margin-right: 3.7037037%;
  width: 48.1481481%;
}

.day-item:last-child {
  margin-right: 0;
}

.daylife-list li {
  align-items: center;
  background: #f7f3ef;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  display: flex;
  margin-bottom: 15px;
  padding: 10px 7%;
}

.daylife-list li:last-child {
  margin-bottom: 0;
}

.daylife-time {
  font-size: 1.5rem;
  min-width: 120px;
  width: 30%;
}

.daylife-txt {
  font-size: 1.2rem;
  font-weight: 500;
  width: 70%;
}

.daylife-txt2 {
  font-size: 1.2rem;
  font-weight: 500;
}

.day-ti {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  font-size: 1.35rem;
  max-width: 340px;
  padding-bottom: 1px;
}

.daylife-ill {
  max-width: 230px;
  width: 60%;
}

@media only screen and (max-width: 782px) {
  .day-container {
    display: block;
  }

  .day-item {
    margin-right: 0;
    width: 100%;
  }

  .day-item:last-child {
    margin-top: 30px;
  }

  .daylife-list li {
    margin-bottom: 12px;
    padding: 12px 6%;
  }

  .daylife-time {
    font-size: 1.2rem;
    line-height: 1.4;
    min-width: 100px;
  }

  .daylife-txt,
  .daylife-txt2 {
    font-size: 1rem;
  }
}

.daylife-list-w li {
  background: #fff;
}

/*==========================================
 活動紹介
===========================================*/
.fea-lead-ill {
  margin-left: auto;
  max-width: 680px;
}

.p60-fea {
  padding-bottom: 60px;
  padding-top: 90px;
}

@media only screen and (max-width: 782px) {
  .p60-fea {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.fea-container li {
  background: #fff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  display: flex;
  padding: 30px 7.22222222%;
}

.fea-img {
  margin-right: 5.84415584%;
  margin-top: -60px;
  max-width: 270px;
  width: 29.2207792%;
}

.fea-txt {
  width: 64.9350649%;
}

.fea-txt h3 {
  font-size: 1.55rem;
}

@media only screen and (max-width: 782px) {
  .fea-lead {
    margin-bottom: 15px;
  }

  .fea-container li {
    display: block;
    padding: 20px 6%;
  }

  .fea-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    max-width: 150px;
    width: 100%;
  }

  .fea-txt {
    width: 100%;
  }

  .fea-txt h3 {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: center;
  }
}

.fea5-list {
  display: flex;
  margin-bottom: -60px;
  margin-top: 15px;
  max-width: 380px;
}

.fea5-list div {
  margin-right: 2.63157895%;
  width: 31.5789474%;
}

.fea5-list div:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 782px) {
  .fea5-list {
    margin-bottom: -40px;
    margin-top: 10px;
  }
}

/*==========================================
 お知らせ
===========================================*/
.news-round {
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  padding: 50px 10%;
}

.newspage-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.cat-wrap-page time {
  margin-right: 14px;
  width: auto;
}

.blog-article .cat-wrap-page a {
  color: #fff;
  text-decoration: none;
}

.blog-article {
  padding-bottom: 40px;
}

.news-txt {
  margin-top: 20px;
}

.blog-article img {
  display: block;
  height: auto;
  margin: 30px 0;
  max-width: 600px;
  width: 100% !important;
}

.maru-line-news img {
  margin-bottom: 14px;
  margin-top: 15px;
  max-width: 80px;
}

.blog-article a {
  color: #ff6c1a;
  text-decoration: underline;
}

.line-hishi {
  background: url(./images/page/line-hishi.png) repeat-x;
  background-size: 39px 10px;
  height: 10px;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  .news-round {
    padding: 30px 5%;
  }

  .newspage-title {
    font-size: 1.2rem;
  }

  .blog-article {
    line-height: 1.9;
    padding-bottom: 24px;
  }

  .blog-article img {
    margin: 20px 0;
  }

  .maru-line-news img {
    margin-bottom: 9px;
    margin-top: 10px;
    max-width: 60px;
  }

  .line-hishi {
    background-size: 30px 8px;
    height: 8px;
  }
}

/* strongタグを太字に */
.my_bold {
  font-weight: bold;
}

/* ユーチューブ埋め込み通常ページ */
.youtube {
  height: 0;
  margin: 20px 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* すべてのお知らせ */
.all-news {
  width: 100%;
}

/*==========================================
 投稿間ナビ
===========================================*/
.adjacent_post_links {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0;
}

.adjacent_post_links li.previous a:before,
.adjacent_post_links li.next a:after {
  content: "";
  height: 47px;
  margin-top: -8px;
  position: absolute;
  width: 137px;
}

.adjacent_post_links li.previous a:before {
  background: url(./images/blog-back.png) no-repeat left 50%;
  background-size: 137px 47px;
  margin-left: -137px;
}

.adjacent_post_links li.next a:after {
  background: url(./images/blog-next.png) no-repeat left 50%;
  background-size: 137px 47px;
}

.all_links {
  padding: 0 30px;
}

a.all_links {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 782px) {
  .adjacent_post_links {
    margin: 24px auto 0;
  }

  .adjacent_post_links li.previous a:before,
  .adjacent_post_links li.next a:after {
    height: 30px;
    margin-top: -3px;
    width: 86px;
  }

  .adjacent_post_links li.previous a:before {
    background-size: 86px 30px;
    margin-left: -86px;
  }

  .adjacent_post_links li.next a:after {
    background-size: 86px 30px;
  }

  .all_links {
    font-size: .8rem;
    padding: 0 14px;
  }
}

/*==========================================
 ページナビ
===========================================*/
.pagenation {
  margin: 40px 0 -30px;
  text-align: center;
}

@media only screen and (max-width: 782px) {
  .pagenation {
    margin: 30px 0 -20px;
  }
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: inline-block;
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #888;
  border-radius: 3px;
  color: #fff;
  cursor: not-allowed;
  padding: 2px 14px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #c0c0c0;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 2px 14px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.pagenation li a:hover {
  background-color: #444;
  color: #fff;
  opacity: .8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*==========================================
 予約
===========================================*/
.form-article {
  padding-bottom: 0;
}

.re-back {
  padding: 30px 0;
  z-index: -1;
}

.re-back .sup-maru-l {
  top: -50px;
}

.calendar {
  max-width: 680px;
}
.rese-ill {
  bottom: -70px;
  max-width: 260px;
  position: absolute;
  right: 2%;
  width: 22%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .re-back {
    padding: 20px 0;
  }

  .re-back .sup-maru-r {
    bottom: -20px;
  }

  .rese-ill {
    bottom: -80px;
    max-width: 150px;
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .rese-ill {
    bottom: -50px;
    max-width: 110px;
  }
}

#booking-package input[type=text] {
  background: #f1f4f6;
  font-size: 15px;
  padding: 10px;
}

#booking-package_inputFormPanel textarea {
  background: #f1f4f6;
  font-size: 15px;
  height: 8em;
  line-height: 1.5;
  padding: 10px !important;
}

#booking-package_inputFormPanel .name {
  font-weight: 500!important;
}

.bookingTime,
.bookingSubtitle {
  display: none;
}

/*==========================================
 情報公開
===========================================*/
.pub-list {
  display: flex;
  flex-wrap: wrap;
}

.pub-list li {
  background: #fff;
  border: solid 5px #91d9f2;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  margin-bottom: 30px;
  margin-right: 4.54545455%;
  width: 47.7272727%;
}

.pub-list li a {
  display: block;
  padding: 20px 2%;
}

.pub-list li:nth-child(2n) {
  margin-right: 0;
}

.pub-list li:nth-child(3n),
.pub-list li:nth-child(4n) {
  margin-bottom: 0;
}

.pdf {
  max-width: 48px;
}

.pub-list li p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 15px;
}

@media only screen and (max-width: 782px) {
  .pub-list {
    display: block;
  }

  .pub-list li {
    border: solid 3px #91d9f2;
    margin-bottom: 14px;
    margin-right: 0;
    width: 100%;
  }

  .pub-list li a {
    padding: 10px 2%;
  }

  .pub-list li:nth-child(3n) {
    margin-bottom: 14px;
  }

  .pdf {
    max-width: 30px;
  }

  .pub-list li p {
    font-size: 1rem;
    margin-top: 6px;
  }
}


/*==========================================
 お問い合わせ
===========================================*/
.contact-back {
  left: 0;
  margin: auto;
  max-width: 580px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 80%;
}

@media only screen and (max-width: 782px) {
  .contact-back {
    max-width: 380px;
  }
}

.round-back {
  background: #fff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  padding: 50px 6% 40px;
}

@media only screen and (max-width: 782px) {
  .round-back {
    padding: 30px 5%;
  }
}

.con-tel {
  display: block;
  max-width: 340px;
  min-width: 220px;
  position: relative;
  width: 50%;
}

/* フォーム */
input,
textarea {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.contact input[type="radio"],
.contact input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

::placeholder {
  color: #eff3f5;
}

@media only screen and (max-width: 782px) {
  .contact {
    font-size: .9rem;
  }
}

.contact table {
  border-top: 1px solid #e8e8e8;
  width: 100%;
}

.contact tr {
  border-bottom: 1px solid #e8e8e8;
}

.contact th {
  font-weight: 500;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

.contact th.essential:before {
  background: #00a9e3;
  border-radius: 8px;
  color: #fff;
  content: "必 須";
  display: block;
  font-size: .7rem;
  left: 143px;
  line-height: 1;
  margin-top: 7px;
  padding: 5px 12px 6px;
  position: absolute;
  text-align: center;
}

.contact td {
  padding: 28px 0;
  width: 60%;
}

@media only screen and (max-width: 782px) {
  .contact th,
  .contact td {
    display: block;
    float: left\9;
    width: 100%;
  }

  .contact th {
    padding: 10px 0;
  }

  .contact th.essential:before {
    left: auto;
    padding: 4px 12px 5px;
    right: 0;
  }

  .contact td {
    padding: 0 0 16px;
  }
}

.length-l,
.length-m {
  background: #f1f4f6;
  border: none;
  font-size: 15px;
  padding: 17px;
}

.length-l {
  width: 100%;
}

.length-m {
  width: 74%;
}

@media only screen and (max-width: 782px) {
  .length-l,
  .length-m {
    font-size: 14px;
    padding: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .length-m {
    width: 100%;
  }
}

.submit {
  -webkit-appearance: none;
     -moz-appearance: none;
       -o-appearance: none;
          appearance: none;
  background: #00a9e3;
  border: none;
  border-radius: 34px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  margin: 45px auto 0;
  padding: 20px 0;
  width: 320px;
}

.submit:hover {
  background: #17c2fa;
}

@media only screen and (max-width: 782px) {
  .submit {
    margin: 35px auto 0;
    padding: 10px 0;
    width: 200px;
  }
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffa;
}

.wpcf7-response-output {
  border: solid 1px #c0c0c0 !important;
  margin: 0 !important;
}

.ajax-loader {
  height: 16px !important;
  width: 16px !important;
}

/* フォーム内チェックボックス */
.wpcf7-checkbox {
  display: block;
  padding: 10px 0;
  text-align: left;
}

.check-box label {
  display: inline-block;
}

.wpcf7-list-item-label {
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
}

.wpcf7-list-item-label::before {
  border: 1px solid #999;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

.check-box input:checked+.wpcf7-list-item-label {
  color: #757575;
}

.check-box input:checked+.wpcf7-list-item-label a {
  color: rgb(255, 143, 105);
}

.check-box input:checked+.wpcf7-list-item-label::after {
  border-bottom: 3px solid #757575;
  border-right: 3px solid #757575;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 7px;
}

.check-box input:checked+.wpcf7-list-item-label::after {
  border-bottom: 3px solid #757575;
  border-right: 3px solid #757575;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 0;
  transform: rotate(40deg);
  width: 7px;
}

a.doi-p {
  color: #f63;
  text-decoration: underline;
}

/*==========================================
 個人情報保護方針
===========================================*/
.title-middle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 30px;
}

.title-middle:after {
  background: radial-gradient(circle farthest-side, #67b6e5, #67b6e5 30%, transparent 30%, transparent);
  background-size: 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: 8px;
  width: 100%;
}

.txt-r {
  text-align: right;
}

@media only screen and (max-width: 782px) {
  .title-middle {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
