@charset "utf-8";

/*========================
 見出し
=========================*/
#page-ttl {
    background-color: #fff3d1;
}
#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: 23px;
    font-weight: bold;
    margin-bottom: 3px;
}
#page-ttl h2 .en {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cf4500;
}

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

/*===== [アクセス] =====*/
#access {
}
/*--- [#in-access] ---*/
#access #in-access {
    padding: 60px 0 60px;
}
#access #in-access .box {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 35px;
}
#access #in-access .box .text-box {
    width: 51%;
}
#access #in-access .box .text-box .in {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
#access #in-access .box .text-box .tel {
    width: 100%;
    max-width: 169px;
    margin-bottom: 20px;
}
#access #in-access .box .text-box table.time {
    width: 100%;
    max-width: 350px;
    line-height: 1.4;
    margin-bottom: 15px;
}
#access #in-access .box .text-box table.time tr {
    border-bottom: 1px solid #9b9b9b;
}
#access #in-access .box .text-box table.time tr th {
    text-align: center;
    font-size: 14px;
    padding: 5px 2px;
}
#access #in-access .box .text-box table.time tr td {
    text-align: center;
    font-size: 14px;
    padding: 5px 2px;
}
#access #in-access .box .text-box table.time tr .c01 {
    color: #ff872d;
}
#access #in-access .box .text-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.4;
    margin-bottom: 5px;
}
#access #in-access .box .text-box dl dt {
    width: 80px;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px 0;
    background-color: #ff872d;
}
#access #in-access .box .text-box dl dd {
    width: calc(97% - 80px);
    font-size: 14px;
    padding-top: 3px;
}
#access #in-access .box .img {
    width: 44%;
}
#access #in-access .gmap {
    width: 100%;
}
#access #in-access .gmap iframe {
    width: 100%;
    height: 450px;
}

/*===== [料金] =====*/
#price {
}
/*--- [#menu-price] ---*/
#price #menu-price {
    padding: 60px 0 30px;
}
#price #menu-price .price-box {
    margin-bottom: 30px;
}
#price #menu-price .price-box table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
}
#price #menu-price .price-box table tr {
}
#price #menu-price .price-box table tr th {
    background-color: #ffcc6f;
    border: 1px solid #c75f10;
    text-align: center;
    vertical-align: middle;
    color: #7f3904;
    padding: 10px 2%;
}
#price #menu-price .price-box table tr td {
    background-color: #fff;
    border: 1px solid #c75f10;
    text-align: center;
    vertical-align: middle;
    padding: 10px 2%;
}
#price #menu-price .price-box table tr td.hx {
    background-color: #fff3d1;
    text-align: center;
    color: #7f3904;
}
#price #menu-price .price-box .memo-box {
    background-color: #fff9d9;
    padding: 3%;
    margin-bottom: 25px;
}
#price #menu-price .price-box .memo-box .text:last-child {
    margin-bottom: 0;
}

/*===== [メニュー詳細] =====*/
#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 #ff8901;
    background-color: #fff;
}
#menu-page #tbl-cnt .ttl {
    background-color: #ff8901;
    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;
    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 .base-hx {
    font-size: 20px;
}
#menu-page .cnt-box .box {
}
#menu-page #cnt01 {
    background-color: #fffbf0;
}
#menu-page #cnt02 {
}
#menu-page #cnt03 {
    background-color: #fffbf0;
}
#menu-page #cnt04 {
}
#menu-page #cnt05 {
    background-color: #fffbf0;
}

/*===== [メニュー一覧] =====*/
#menu {
}
#menu .list-box {
    margin-bottom: 40px;
}
.menulist-hx {
    display: block;
    text-transform: uppercase;
    color: #ffa32d;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
}
.menulist-hx::first-letter {
    color: #ff5301;
}
#menu .list-box .menulist-hx {
    border-bottom: 1px solid #ff872d;
    padding-bottom: 15px;
}
#menu #menu-list {
    padding: 60px 0;
}
#menu #menu-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu #menu-list .list .box {
    width: 49%;
    background: url(../img/pages/menu-bg.png) no-repeat left top;
    background-size: 27px;
    border-bottom: 5px dotted #ff872d;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
}
#menu #menu-list .list .box a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
#menu #menu-list .list .box a .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

/*===== [患者様の声] =====*/
#voice {
}
#voice #voice-list {
    padding: 60px 0;
}
#voice #voice-list .list {
}
#voice #voice-list .list .box {
    border: 3px solid #ff882e;
    background-color: #fff;
    padding: 3%;
    margin-bottom: 25px;
}
#voice #voice-list .list .box .ttl {
    width: 67%;
    float: right;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    color: #cb5700;
    background-color: #fff1c8;
    padding: 10px 2%;
    margin-bottom: 15px;
}
#voice #voice-list .list .box .img {
    width: 30%;
    float: left;
}
#voice #voice-list .list .box .text-box {
    width: 67%;
    float: right;
    font-size: 14px;
}
#voice #voice-list .link {
    width: 232px;
    margin: 40px auto 0;
}
#voice #voice-list .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #33bddb;
    border-radius: 100px;
    padding: 10px 15px;
}
#voice #voice-list .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}

/*===== [ブログ] =====*/
#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 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*===== [見出し] =====*/
  #page-ttl h2 {
    height: 200px;
    background-size: 150px;
  }
/*===== [アクセス] =====*/
  #access #in-access .box .text-box {
    width: 100%;
    margin-bottom: 25px;
  }
  #access #in-access .box .img {
    width: 100%;
  }
/*===== [メニュー] =====*/
  #menu #menu-list .list .box {
    width: calc(100% / 3);
  }
}

/*===============================================
    ■smart 画面の横幅が520pxまで
===============================================*/
@media screen and (max-width: 520px) {
/*===== [見出し] =====*/
  #page-ttl h2 {
    height: 150px;
    background-size: 100px;
  }
  #page-ttl h2 .ja {
    font-size: 20px;
  }
  #page-ttl h2 .en {
    font-size: 13px;
  }
/*===== [メニュー詳細] =====*/
  #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: 40px 0;
  }
  #menu-page .cnt-box {
    padding: 40px 0;
  }
/*===== [メニュー] =====*/
  #menu #menu-list {
    padding: 30px 0;
  }
  #menu #menu-list .list .box {
    width: 100%;
  }
/*===== [患者様の声] =====*/
  #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;
  }
  #blog #blog-list .list .box {
    width: 50%;
  }
}