@charset "utf-8";

/*========================
 見出し
=========================*/
#page-ttl {
    background-color: #d0eeff;
    padding-top: 85px;
}
#page-ttl h2 {
    height: 300px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    background: url(../img/pages/menu-bg.png) no-repeat center center;
    background-size: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 2px 2px 0 #edf7ff, -2px -2px 0 #edf7ff, -2px 2px 0 #edf7ff, 2px -2px 0 #edf7ff, 0px 2px 0 #edf7ff, 0 -2px 0 #edf7ff, -2px 0 0 #edf7ff, 2px 0 0 #edf7ff;
}
#page-ttl h2 .ja {
    display: block;
    font-size: 28px;
    font-weight: bold;
}
#page-ttl h2 .en {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #55aada;
}

/*========================
 下層ページ
=========================*/
/*===== [採用情報] =====*/
#recruit {
}
#recruit #breadcrumb {
    background-color: transparent;
}
#recruit #breadcrumb ul li,
#recruit #breadcrumb ul li a {
    color: #31313e;
}
/*--- [#page-mv] ---*/
#recruit #page-mv {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 85px 2% 0;
}
#recruit #page-mv h2 {
}
#recruit #page-mv h2 .mv-sp {
    display: none;
}
.about-hx {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px dashed #313131;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
/*--- [#group] ---*/
#recruit #group {
    padding: 60px 0;
}
#recruit #group .group-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #group .group-box li {
    width: calc(96% / 3);
}
#recruit #group .group-box li a {
    text-decoration: none;
}
#recruit #group .group-box li a img {
    display: block;
    margin-bottom: 15px;
}
#recruit #group .group-box li a p {
    line-height: 1.4;
    text-align: center;
    color: #55aada;
    font-size: 18px;
    font-weight: bold;
}
/*--- [#about] ---*/
#recruit #about {
}
#recruit #about .bg {
    padding: 60px 0;
    background-color: #d0eeff;
}
/* [.about-link] */
#recruit #about .about-link {
    margin-bottom: 35px;
}
#recruit #about .about-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #about .about-link ul li {
    width: calc(100% / 5);
    padding: 0 1%;
}
/* [.rekishi] */
#recruit #about .rekishi {
    margin-bottom: 35px;
}
#recruit #about .rekishi .box {
}
#recruit #about .rekishi .box .about-hx {
    width: 55%;
    float: left;
}
#recruit #about .rekishi .box .img {
    width: 40%;
    float: right;
}
#recruit #about .rekishi .box .text-box {
    width: 55%;
    float: left;
}
#recruit #about .rekishi .box .text-box h5 {
    display: inline-block;
    width: 120px;
    background-color: #88af0e;
    border-radius: 100px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    padding: 3px 2%;
    margin-bottom: 15px;
}
#recruit #about .rekishi .box .text-box ul {
}
#recruit #about .rekishi .box .text-box ul li {
    background: url(../img/common/icon04.png) no-repeat left 7px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 7px;
}
/* [.rinen] */
#recruit #about .rinen {
    margin-bottom: 35px;
}
#recruit #about .rinen .hx {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#recruit #about .rinen .clr01 {
    color: #55aada;
}
#recruit #about .rinen .clr02 {
    color: #88af0e;
}
#recruit #about .rinen .rinen-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #88af0e;
    border-radius: 15px;
}
#recruit #about .rinen .rinen-box .img-box {
    width: 48%;
    background: url(../img/pages/recruit-rinen02.jpg) no-repeat center top;
    background-size: cover;
}
#recruit #about .rinen .rinen-box .text-box {
    width: 50%;
    padding: 7% 2%;
}
#recruit #about .rinen .rinen-box .text-box h5 {
    display: inline-block;
    width: 120px;
    background-color: #88af0e;
    border-radius: 100px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    padding: 3px 2%;
    margin-bottom: 15px;
}
#recruit #about .rinen .rinen-box .text-box ul {
    margin-bottom: 25px;
}
#recruit #about .rinen .rinen-box .text-box ul li {
    background: url(../img/common/icon04.png) no-repeat left 7px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 7px;
}
#recruit #about .rinen .rinen-box .text-box .txt {
    color: #88af0e;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
/* [.mirai] */
#recruit #about .mirai {
    margin-bottom: 35px;
}
#recruit #about .mirai .mirai-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #about .mirai .box01 {
    width: 48%;
}
#recruit #about .mirai .box01 h5 {
    line-height: 1.4;
    background-color: #55aada;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 15px;
}
#recruit #about .mirai .box01 ul {
    margin-bottom: 20px;
}
#recruit #about .mirai .box01 ul li {
    background: url(../img/common/icon05.png) no-repeat left 7px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 7px;
}
#recruit #about .mirai .box01 .txt {
    color: #55aada;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
#recruit #about .mirai .box02 {
    width: 48%;
}
#recruit #about .mirai .box02 h5 {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #22aa07;
    margin-bottom: 15px;
}
#recruit #about .mirai .box02 h5 span {
    border-bottom: 2px solid #22aa07;
    padding: 0 2% 3px;
}
#recruit #about .mirai .box02 ul {
    margin-bottom: 20px;
}
#recruit #about .mirai .box02 ul li {
    background: url(../img/common/icon04.png) no-repeat left 7px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 7px;
}
#recruit #about .mirai .box02 .img {
}
/* [.yaku] */
#recruit #about .yaku {
    margin-bottom: 35px;
}
#recruit #about .yaku .yaku-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #about .yaku .box01 {
    width: 48%;
}
#recruit #about .yaku .box02 {
    width: 48%;
}
/* [.fukuri] */
#recruit #about .fukuri {
    margin-bottom: 35px;
}
#recruit #about .fukuri .box {
    background-color: #fff;
    border: 2px solid #88af0e;
    border-radius: 15px;
    padding: 3%;
    margin-bottom: 20px;
}
#recruit #about .fukuri .box h5 {
    color: #88af0e;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #88af0e;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#recruit #about .fukuri .box .img {
    width: 40%;
    float: right;
}
#recruit #about .fukuri .box.gyoji ul,
#recruit #about .fukuri .box.yasumi ul {
    width: 55%;
    float: left;
}
#recruit #about .fukuri .box ul li {
    background: url(../img/common/icon04.png) no-repeat left 7px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 7px;
}
#recruit #about .fukuri .box .teate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #about .fukuri .box .teate-list .teate {
    width: 30%;
}
#recruit #about .fukuri .box .teate-list .teate .icon {
    width: 80%;
    max-width: 110px;
    margin: 0 auto 15px;
}
#recruit #about .fukuri .box .teate-list .teate .hx {
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #6bb30d;
    margin-bottom: 10px;
}
#recruit #about .fukuri .box ul.list-w50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recruit #about .fukuri .box ul.list-w50 li {
    width: 48%;
}
/*--- [#inst] ---*/
#recruit #inst {
    padding: 60px 0;
}
/*--- [#thoughts] ---*/
#recruit #thoughts {
}
#recruit #thoughts .bg {
    padding: 60px 0;
    background-color: #aaddff;
}
#recruit #thoughts .text {
    text-align: center;
    font-weight: bold;
}

/*===== [アクセス] =====*/
#access {
}
/*--- [#guide] ---*/
#access #guide {
}
#access #guide .bg {
    padding: 80px 0;
}
#access #guide .guide-box {
}
#access #guide .in01,
#access #guide .in02 {
    margin-bottom: 35px;
}
#access #guide .guide-box .link-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 25px;
    background-color: #f3eae3;
    border-radius: 10px;
    padding: 20px 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#access #guide .guide-box .link-box .tel {
    width: 49.5%;
    margin-right: 4.5%;
}
#access #guide .guide-box .link-box .yoyaku {
    width: 38%;
}
#access #guide .guide-box .line {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 25px;
}
#access #guide .guide-box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#access #guide .guide-box .box .time {
    width: 100%;
    margin-bottom: 15px;
}
#access #guide .guide-box .box .info {
    width: 42%;
}
#access #guide .guide-box .box .info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.4;
    margin-bottom: 10px;
}
#access #guide .guide-box .box .info dl dt {
    width: 75px;
    border-radius: 100px;
    text-align: center;
    padding: 3px 0;
    background-color: #55aada;
    color: #fff;
    font-size: 14px;
}
#access #guide .guide-box .box .info dl dd {
    width: calc(97% - 75px);
    padding-top: 3px;
    font-size: 14px;
}
#access #guide .guide-box .box .gmap {
    width: 53%;
}
#access #guide .guide-box .box .gmap iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}

/*===== [料金] =====*/
#price {
}
/*--- [#price-list] ---*/
#price #price-list {
    padding: 60px 0;
}
#price #price-list .price-box {
    margin-bottom: 30px;
}
#price #price-list .price-box .price-bnr {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 20px;
}
#price #price-list .price-box table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 30px;
}
#price #price-list .price-box table tr {
}
#price #price-list .price-box table tr th {
    text-align: center;
    font-weight: bold;
    background-color: #e2e0e0;
    border: 1px solid #a7a7a7;
    padding: 15px 2%;
    vertical-align: middle;
}
#price #price-list .price-box table tr td {
    background-color: #fff;
    border: 1px solid #a7a7a7;
    text-align: center;
    padding: 15px 2%;
    vertical-align: middle;
}
#price #price-list .price-box table tr td.hx {
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
}
#price #price-list .price-box .red {
    color: #e70808;
}
#price #price-list .price-box .fnt-b {
    font-weight: bold;
}

/*===== [メニュー詳細] =====*/
#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/common/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 #55aada;
    background-color: #fff;
}
#menu-page #tbl-cnt .ttl {
    background-color: #55aada;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 5px 2%;
}
#menu-page #tbl-cnt ul {
    line-height: 1.4;
    padding: 3%;
}
#menu-page #tbl-cnt ul li {
    font-size: 16px;
    border-bottom: 1px solid #d4d4d4;
    padding: 2px 0 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: #d0eeff;
}
#menu-page #cnt02 {
}
#menu-page #cnt03 {
    background-color: #d0eeff;
}
#menu-page #cnt04 {
}
#menu-page #cnt05 {
    background-color: #d0eeff;
}

/*===== [メニュー一覧] =====*/
#menu {
}
#menu #menu-list {
    padding: 60px 0;
}
#menu #menu-list .list {
    display: flex;
    flex-wrap: wrap;
}
#menu #menu-list .list .box {
    width: 25%;
    padding: 0 1%;
    margin-bottom: 25px;
}
#menu #menu-list .list .box a {
    text-decoration: none;
}
#menu #menu-list .list .box a .img {
    margin-bottom: 15px;
}
#menu #menu-list .list .box a .txt {
    background: url(../img/common/icon01.png) no-repeat right center;
    background-size: 17px;
    padding: 2px 20px 2px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

/*===== [患者様の声] =====*/
#voice {
}
#voice #voice-list {
    padding: 60px 0;
}
#voice #voice-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#voice #voice-list .list .box {
    width: 49%;
    background-color: #d0eeff;
    border-radius: 25px;
    padding: 5%;
    margin-bottom: 15px;
}
#voice #voice-list .list.voice-page .box {
    width: 100%;
    margin-bottom: 0;
}
#voice #voice-list .list .box .ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#voice #voice-list .list .box .ttl .hx {
    width: 65%;
    line-height: 1.8;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/common/icon03.png) no-repeat center bottom;
    padding-bottom: 30px;
}
#voice #voice-list .list .box .ttl .img {
    width: 30%;
}
#voice #voice-list .list .box .text {
    font-weight: bold;
    margin-bottom: 20px;
}
#voice #voice-list .list .box .comment {
    background-color: #fff;
    border-radius: 10px;
    padding: 5%;
}
#voice #voice-list .list .box .comment .hx {
    line-height: 1.4;
    color: #ee763f;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
#voice #voice-list .list .box .comment .text {
    font-weight: normal;
    margin-bottom: 0;
}

/*===== [ブログ] =====*/
#blog {
}
/*--- [詳細] ---*/
#blog #blog-page {
    padding: 60px 0;
}
#blog #blog-page .blog-box {
}
#blog #blog-page .blog-box .day {
    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: #55aada;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff url(../img/common/icon01.png) no-repeat right 14px center;
    background-size: 28px;
    border: 1px solid #55aada;
    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;
    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 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*===== [見出し] =====*/
  #page-ttl h2 {
    height: 200px;
    background-size: 150px;
  }
/*===== [お客様の声] =====*/
  #voice #voice-list .list .box {
    width: 100%;
  }
/*===== [メニュー] =====*/
  #menu #menu-list .list .box {
    width: calc(100% / 3);
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*===== [見出し] =====*/
  #page-ttl h2 {
    height: 150px;
    background-size: 100px;
  }
  #page-ttl h2 .ja {
    font-size: 20px;
  }
  #page-ttl h2 .en {
    font-size: 13px;
  }
/*===== [採用情報] =====*/
  #recruit #page-mv h2 .mv-sp {
    display: block;
  }
  #recruit #page-mv h2 .mv-pc {
    display: none;
  }
  #recruit #group {
    padding: 30px 0 5px;
  }
  #recruit #group .group-box {
    justify-content: space-around;
  }
  #recruit #group .group-box li {
    width: 48%;
    margin-bottom: 20px;
  }
  #recruit #about .bg {
    padding: 30px 0;
  }
  #recruit #about .about-link ul {
    justify-content: center;
  }
  #recruit #about .about-link ul li {
    width: calc(100% / 3);
    margin-bottom: 10px;
  }
  #recruit #about .rekishi .box .about-hx,
  #recruit #about .rekishi .box .text-box {
    width: 100%;
    float: none;
  }
  #recruit #about .rekishi .box .img {
    width: 85%;
    float: none;
    max-width: 350px;
    margin: 0 auto 15px;
  }
  #recruit #about .rinen .rinen-box .img-box {
    width: 100%;
    height: 300px;
  }
  #recruit #about .rinen .rinen-box .text-box {
    width: 100%;
    padding: 3%;
  }
  #recruit #about .rinen .rinen-box .text-box .txt {
    font-size: 16px;
    text-align: center;
  }
  #recruit #about .mirai .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  #recruit #about .mirai .box02 {
    width: 100%;
  }
  #recruit #about .yaku .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  #recruit #about .yaku .box01 .img,
  #recruit #about .yaku .box02 .img {
    width: 100%;
    margin: 0 auto;
  }
  #recruit #about .yaku .box02 {
    width: 100%;
  }
  #recruit #about .fukuri .box .img {
    width: 100%;
    float: none;
    max-width: 484px;
    margin: 0 auto 15px;
  }
  #recruit #about .fukuri .box.gyoji ul,
  #recruit #about .fukuri .box.yasumi ul {
    width: 100%;
    float: none;
  }
  #recruit #about .fukuri .box .teate-list {
    justify-content: center;
  }
  #recruit #about .fukuri .box .teate-list .teate {
    width: 100%;
    margin-bottom: 20px;
  }
  #recruit #about .fukuri .box .teate-list .teate .list {
    width: 90%;
    margin: 0 auto;
  }
  #recruit #inst {
    padding: 30px 0;
  }
  #recruit #thoughts .bg {
    padding: 30px 0;
  }
/*===== [アクセス] =====*/
  #access #guide .bg {
    padding: 60px 0;
  }
  #access #guide .guide-box .box .info {
    width: 100%;
    margin-bottom: 25px;
  }
  #access #guide .guide-box .box .gmap {
    width: 100%;
  }
  #access #guide .guide-box .box .gmap iframe {
    height: 350px;
  }
/*===== [メニュー詳細] =====*/
  #menu-page #nayami {
    padding: 30px 0 0;
  }
  #menu-page #nayami .box h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
  #menu-page #nayami .box h3 span {
    font-size: 22px;
  }
  #menu-page #tbl-cnt {
    padding: 30px 0;
  }
  #menu-page .cnt-box {
    padding: 30px 0;
  }
/*===== [メニュー] =====*/
  #menu #menu-list {
    padding: 30px 0;
  }
  #menu #menu-list .list .box {
    width: 50%;
  }
  #menu #menu-list .list .box a .img {
    margin-bottom: 8px;
  }
  #menu #menu-list .list .box a .txt {
    background: none;
    background-size: auto;
    padding: 0;
    font-size: 13px;
  }
/*===== [患者様の声] =====*/
  #voice #voice-list {
    padding: 30px 0;
  }
  #voice #voice-list .list .box .ttl {
    width: 100%;
    float: none;
  }
  #voice #voice-list .list .box .img {
    float: none;
    width: 90%;
    max-width: 640px;
    margin: 0 auto 15px;
  }
  #voice #voice-list .list .box .text-box {
    width: 100%;
    float: none;
  }
/*===== [ブログ] =====*/
/*--- [詳細] ---*/
  #blog #blog-page {
    padding: 30px 0;
  }
/*--- [一覧] ---*/
  #blog #blog-list {
    padding: 30px 0;
  }
}