@charset "utf-8";

/*========================
 見出し
=========================*/
#page-ttl {
}
#page-ttl .bg {
    height: 450px;
    background: url(../img/pages/page-ttl-pc.jpg) no-repeat center bottom;
    background-size: cover;
}
#page-ttl h2 {
    height: 450px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    background: url(../img/pages/page-ttl-bg.png) no-repeat center center;
    background-size: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 2px 2px 4px #ff84a0,
     -2px -2px 4px #ff84a0,
     -2px 2px 4px #ff84a0,
      2px -2px 4px #ff84a0,
      0px 2px 4px #ff84a0,
      0 -2px 4px #ff84a0,
         -2px 0 4px #ff84a0,
          2px 0 4px #ff84a0;
    padding: 0 2%;
}
#page-ttl h2 .ja {
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 3px;
}
#page-ttl h2 .en {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
main .l-footer-menu__list a {
    color: #fff;
}
/*--- [診療時間] ---*/
main .schedule-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #f3a979;
  border-radius: 1rem;
  overflow: hidden;
  letter-spacing: 0.075em;
  vertical-align: middle;
    max-width: 433px;
    margin: 0 auto;
}

main .schedule-table thead tr th {
  background: -webkit-gradient(linear, left bottom, left top, from(#f981a2), to(#f2a06a));
  background: linear-gradient(0deg, #f981a2, #f2a06a);
  color: #fff;
  padding: 0 1rem;
  text-align: center;
  border-right: 1px solid #202020;
  height: 3.5rem;
  vertical-align: middle;
}

main .schedule-table thead tr th:last-child {
  border-right: none;
}

main .schedule-table thead tr th:first-child {
  min-width: 17.6rem;
}

main .schedule-table tbody tr {
  background: #fff;
}

main .schedule-table tbody tr:nth-child(even) {
  background: #fff8f8;
}

main .schedule-table tbody td {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  vertical-align: middle;
}

main .schedule-table tbody td:first-child {
  text-align: center;
  color: #3a3a3a;
  white-space: nowrap;
}

main .schedule-table tbody td:last-child {
  border-right: none;
}

main .dot {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #f5891d;
  margin: 0.5rem 0 0;
}

main .dot-cross {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #202020;
  line-height: 1;
}

/*========================
 下層ページ
=========================*/

/*===== [メニュー] =====*/
#sinryo {
}
#sinryo .main-hx::first-letter {
    color: #ff9a00;
}
/*--- [一覧] ---*/
/*--- [#sinryo-list] ---*/
#sinryo #sinryo-list {
    padding: 60px 0 0;
}
#sinryo #sinryo-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sinryo #sinryo-list .list .box {
    width: 49%;
    background: url(../img/pages/ttl-icon01.png) no-repeat left top;
    background-size: 27px;
    border-bottom: 5px dotted #ff872d;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
}
#sinryo #sinryo-list .list .box a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
#sinryo #sinryo-list .list .box a .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
/*--- [詳細] ---*/
#menu-page {
}
/*--- [#nayami] ---*/
#menu-page #nayami {
    padding: 60px 0 0;
}
#menu-page #nayami .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#menu-page #nayami .box h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 17px;
    letter-spacing: 2px;
}
#menu-page #nayami .box h3 span {
    color: #c71212;
    font-size: 35px;
}
#menu-page #nayami .box ul {
    border: 3px solid #000;
    border-radius: 15px;
    padding: 4%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
#menu-page #nayami .box ul li {
    background: url(../img/pages/icon-check.png) no-repeat left top;
    padding: 2px 0 7px 35px;
    border-bottom: 2px dashed #5a5a5a;
    margin-bottom: 15px;
}
#menu-page #nayami .box ul li.last {
    margin-bottom: 0;
}
/*--- [#tbl-cnt] ---*/
#menu-page #tbl-cnt {
    padding: 60px 0;
}
#menu-page #tbl-cnt .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ff82a5;
    background-color: #fff;
}
#menu-page #tbl-cnt .ttl {
    background-color: #ff82a5;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 2%;
}
#menu-page #tbl-cnt ul {
    line-height: 1.4;
    padding: 3%;
}
#menu-page #tbl-cnt ul li {
    font-size: 16px;
    background-size: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding: 2px 10px 6px 10px;
    margin-bottom: 6px;
}
#menu-page #tbl-cnt ul li.last {
    margin-bottom: 0;
}
#menu-page #tbl-cnt ul li a {
}
/*--- [.cnt-box] ---*/
#menu-page .cnt-box {
    padding: 60px 0;
}
#menu-page .cnt-box .box {
}
#menu-page #cnt01 {
    background-color: #ffeced;
}
#menu-page #cnt02 {
}
#menu-page #cnt03 {
    background-color: #ffeced;
}
#menu-page #cnt04 {
}
#menu-page #cnt05 {
    background-color: #ffeced;
}
#menu-page #cnt06 {
}

/*===== [初めての方へ] =====*/
#first {
}
/*--- [#yoyaku] ---*/
#first #yoyaku {
}
#first #yoyaku .bg {
    background: url(../img/common/bg06.png) no-repeat center bottom -2px;
    background-size: 100%;
    padding: 60px 0 100px;
}
#first #yoyaku .text-box {
    margin-bottom: 15px;
}
#first #yoyaku .text-box .text {
}
#first #yoyaku .text-box .text span {
    color: #ff9a00;
    font-weight: bold;
}
#first #yoyaku .box {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
#first #yoyaku .box .time {
    margin-bottom: 15px;
}
#first #yoyaku .box .memo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.4;
    width: 182px;
    margin: 0 auto 10px;
}
#first #yoyaku .box .memo dt {
    width: 65px;
    background-color: #f2a06a;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
}
#first #yoyaku .box .memo dd {
    width: calc(100% - 80px);
    font-size: 14px;
    padding: 3px 0;
}
/*--- [#motimono] ---*/
#first #motimono {
}
#first #motimono .bg {
    background-color: #fff2f6;
    padding: 60px 0;
}
#first #motimono .main-hx {
}
#first #motimono .text {
    margin-bottom: 25px;
    text-align: center;
}
#first #motimono ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#first #motimono ul li {
    width: calc(92% / 4);
    margin: 0 1% 30px;
}
#first #motimono ul li img {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 10px;
}
#first #motimono ul li span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #ff5987;
    font-weight: bold;
}
/*--- [#jyushin] ---*/
#first #jyushin {
    padding: 60px 0 0;
}
#first #jyushin ul.dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
#first #jyushin ul.dots li {
    width: calc(94% / 4);
    line-height: 1.4;
    text-align: center;
    border: 2px solid #f8859c;
    border-radius: 10px;
    background-color: #fff;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}
#first #jyushin ul.dots li.active {
    background-color: #ffebef;
}
#first #jyushin ul.dots li span {
    display: block;
    background: url(../img/pages/icon-slider01.png) no-repeat left center;
    background-size: 29px;
    line-height: 1.2;
    font-size: 14px;
    color: #ff6483;
    font-weight: bold;
    padding: 8px 0 8px 45px;
}
#first #jyushin ul.dots li.dot01 span {
    background-image: url(../img/pages/icon-slider01.png);
}
#first #jyushin ul.dots li.dot02 span {
    background-image: url(../img/pages/icon-slider02.png);
}
#first #jyushin ul.dots li.dot03 span {
    background-image: url(../img/pages/icon-slider03.png);
}
#first #jyushin ul.dots li.dot04 span {
    background-image: url(../img/pages/icon-slider04.png);
}
#first #jyushin .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}
#first #jyushin .slider li {
    position: relative;
}
#first #jyushin .slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}
#first #jyushin .slider li .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, #f981a2d6 0%, #f2a06ac4 100%);
    padding: 2% 3%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
#first #jyushin .slider li .box .hx {
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#first #jyushin .slider li .box .text {
    font-size: 14px;
    margin-bottom: 0;
}
#first #jyushin .slider .slick-slide {
	transform: scale(1);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}
#first #jyushin .slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#first #jyushin .slick-prev, 
#first #jyushin .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px;
    z-index: 10;
}
#first #jyushin .slick-prev img, 
#first #jyushin .slick-next img  {
    width: 100%;
    height: auto;
}
#first #jyushin .slick-prev {/*戻る矢印の位置と形状*/
    left: 17.5%;
}
#first #jyushin .slick-next {/*次へ矢印の位置と形状*/
    right: 17.5%;
}
/*--- [#faq] ---*/
#first #faq {
    padding: 60px 0;
}
#first #faq dl {
    font-size: 15px;
    margin-bottom: 15px;
}
#first #faq dl dt {
    position: relative;
    background: #ff82a5 url(../img/pages/icon-q.png) no-repeat 10px 8px;
    background-size: 35px;
    border-radius: 10px;
    padding: 15px 42px 15px 55px;
    line-height: 1.4;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
#first #faq dl dt::after {
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 19px;
    right: 23px;
    transform: rotate(45deg);
    transition: all .2s;
}
#first #faq dl.open dt::after {
    top: 22px;
    transform: rotate(226deg);
}
#first #faq dl dd {
    line-height: 1.4;
    padding: 20px 4%;
}

/*===== [お知らせ] =====*/
#news {
}
/*--- [詳細] ---*/
#news #news-page {
    padding: 60px 0;
}
#news #news-page .blog-box {
}
#news #news-page .blog-box .day {
    color: #ff82a5;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#news #news-page .blog-box .ttl {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
#news #news-page .blog-box .box {
    font-size: 16px;
}
#news #news-page .blog-box .box .img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
}
#news #news-page .blog-box .box .text-box {
}
#news #news-page .blog-box .box .text-box p {
}
#news #news-page .link {
    width: 232px;
    margin: 40px auto 0;
}
#news #news-page .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ff8901;
    background-size: 15px;
    border-radius: 100px;
    padding: 10px 15px;
}
#news #news-page .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}
/*--- [一覧] ---*/
#news #news-list {
    padding: 60px 0;
}
#news #news-list .list {
}
#news #news-list .list .box {
    border-bottom: 1px dashed #878686;
}
#news #news-list .list .box a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    padding: 16px 2%;
}
#news #news-list .list .box a:hover {
    background-color: #fff5f8;
}
#news #news-list .list .box a .day {
    line-height: 1.4;
    color: #ff82a5;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100px;
}
#news #news-list .list .box a .ttl {
    line-height: 1.4;
    width: calc(100% - 100px);
}

/*===== [ブログ] =====*/
#blog {
}
/*--- [詳細] ---*/
#blog #blog-page {
    padding: 60px 0;
}
#blog #blog-page .blog-box {
}
#blog #blog-page .blog-box .day {
    color: #ff8901;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#blog #blog-page .blog-box .ttl {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
#blog #blog-page .blog-box .box {
}
#blog #blog-page .blog-box .box .img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
}
#blog #blog-page .blog-box .box .text-box {
}
#blog #blog-page .blog-box .box .text-box p {
}
#blog #blog-page .link {
    width: 232px;
    margin: 40px auto 0;
}
#blog #blog-page .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ff8901;
    background-size: 15px;
    border-radius: 100px;
    padding: 10px 15px;
}
#blog #blog-page .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}
/*--- [一覧] ---*/
#blog #blog-list {
    padding: 60px 0;
}
#blog #blog-list .list {
    display: flex;
    flex-wrap: wrap;
}
#blog #blog-list .list .box {
    width: 25%;
    padding: 0 1%;
    margin-bottom: 25px;
}
#blog #blog-list .list .box a {
    text-decoration: none;
}
#blog #blog-list .list .box a .img {
    margin-bottom: 10px;
}
#blog #blog-list .list .box a .day {
    line-height: 1.4;
    color: #ff8901;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#blog #blog-list .list .box a .ttl {
    line-height: 1.4;
    font-size: 14px;
}


/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
}


/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
/*===== [見出し] =====*/
  #page-ttl .bg {
    height: 240px;
  }
  #page-ttl h2 {
    height: 240px;
    background-size: 150px;
  }
/*------------------------
 下層ページ
------------------------*/
/*===== [初めての方へ] =====*/
  #first #motimono ul li {
    width: calc(94% / 3);
  }
  #first #jyushin ul.dots li {
    width: calc(98% / 2);
    margin-bottom: 10px;
  }
  #first #jyushin ul.dots li br {
    display: none;
  }
  #first #jyushin .slider li .box {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    background: linear-gradient(to right, #f981a2 0%, #f2a06a 100%);
    padding: 3% 5%;
    min-height: auto;
    width: 60vw;
    height: auto;
    min-height: 250px;
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*===== [見出し] =====*/
  #page-ttl h2 .ja {
    font-size: 20px;
  }
  #page-ttl h2 .en {
    font-size: 13px;
  }
  main .schedule-table {
    font-size: 0.8rem;
    border-radius: 0.4rem;
  }
  main .schedule-table thead tr th {
    padding: 0 0.5rem;
    height: 2rem;
  }
  main .schedule-table tbody tr td:first-child,
  main .schedule-table thead tr th:first-child {
    min-width: 8.2rem;
  }
  main .schedule-table tbody td {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
  }
  main .schedule-table tbody tr td:first-child {
    font-size: 1rem;
  }
  main .schedule-table .dot {
    width: 1rem;
    height: 1rem;
    margin: 0.4rem 0 0;
  }
  main .schedule-table .dot-cross {
    margin-top: 0.1rem;
    font-size: 1.2rem;
  }
  main .schedule-table .holiday-note {
    gap: 1rem;
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  main .schedule-table .holiday-note--label {
    min-width: 4.2rem;
    min-height: 2.1rem;
    border-radius: 2rem;
    font-size: 1.2rem;
  }
/*------------------------
 下層ページ
------------------------*/
/*===== [診療案内] =====*/
/*--- [一覧] ---*/
  #sinryo #sinryo-list {
    padding: 30px 0 0;
  }
  #sinryo #sinryo-list .list .box {
    width: 100%;
  }
/*--- [詳細] ---*/
  #menu-page .cnt-box {
    padding: 30px 0;
  }
  #menu-page .base-hx {
    font-size: 20px;
    background: url(../img/pages/ttl-icon01.png) no-repeat left top;
    background-size: 48px;
    padding: 10px 0 13px 16px;
    margin-bottom: 15px;
}
/*===== [初めての方へ] =====*/
  #first #yoyaku .bg {
    padding: 30px 0 30px;
  }
  #first #motimono .bg {
    padding: 30px 0 30px;
  }
  #first #motimono ul li {
    width: calc(96% / 2);
  }
  #first #jyushin .slider li img,
  #first #jyushin .slider li .box {
        width: 90vw;
  }
  #first #jyushin {
    padding: 30px 0 0;
  }
  #first #jyushin .slick-prev {
    left: 0%;
  }
  #first #jyushin .slick-next {
    right: 0;
  }
  #first #jyushin .slick-prev, #first #jyushin .slick-next {
    top: 37%;
    height: 40px;
    width: 40px;
  }
  #first #faq {
    padding: 30px 0 30px;
  }
/*===== [お知らせ] =====*/
/*--- [詳細] ---*/
  #news #news-page {
    padding: 30px 0;
  }
/*--- [一覧] ---*/
  #news #news-list {
    padding: 30px 0;
  }
/*===== [ブログ] =====*/
/*--- [詳細] ---*/
  #blog #blog-page {
    padding: 30px 0;
  }
/*--- [一覧] ---*/
  #blog #blog-list {
    padding: 30px 0;
  }
  #blog #blog-list .list .box {
    width: 50%;
  }
}