@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


@charset "UTF-8";
.header{
	background:#fff !important;
	padding:1px !important;
}
html,
body {
    color: #545454;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
}

img {
    vertical-align: bottom;
    line-height: 0;
}

a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

a {
    
    /* color: #545454; */
}

a:hover {
    color: #ddd;
    text-decoration: none;
}

.mobile {
    display: none;
}

.pc {
    display: inherit;
}

.wf-jp-min {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
}

.wf-en-min {
    font-family: "Quattrocento", serif;
}

.inner {
    width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------

header

---------*/
header {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800 !important;
    position: relative;
}

header .siteid a {
    /* display: block; */
    /* background-repeat: no-repeat; */
    /* background-size: 120px; */
    /* background-position: left center; */
    /* padding: 24px 0 24px 140px; */
    /* display: flex; */
    /* align-items: center; */
}

body:not(.home) .p-header {
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

@media screen and (max-width: 736px) {
    body:not(.home) .p-header {
        height: 60px;
        padding-left: 0;
    }
}

.p-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-header-logo-link {
    display: block;
    padding-right: 40px;
}

.p-header-logo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.p-header-logo-img {
    max-height: 60px;
    -webkit-backface-visibility: hidden;
}

.p-header-logo-txt {
    display: block;
    white-space: nowrap;
    padding-left: 5px;
    font-size: 1rem;
    color: #545454;
}

#nav-toggle {
    position: fixed;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 60px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #38612f;
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 80%;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    transition: transform 0.3s ease-in-out, top 0.5s ease,
        -webkit-transform 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 10px;
}

#nav-toggle span:nth-child(2) {
    top: 18px;
}

#nav-toggle span:nth-child(3) {
    top: 26px;
}

#nav-toggle span:nth-child(4) {
    color: #fff;
    top: 30px;
    background: none;
    height: auto;
    left: 8px;
    font-size: 0.6rem;
    text-align: center;
}

.open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
    z-index: 999;
}

header nav {
    position: fixed;
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 990;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3% 0 3%;
}

.open header nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

header nav ul li {
    font-size: 0.9rem;
}

header nav ul li.linebtn {
    width: 94%;
    margin: 0 auto;
}

header nav ul li a {
    display: block;
    padding: 2% 3%;
    color: #fff;
}

header nav ul li a:hover {
    background: rgba(56, 97, 47, 0.9);
}

header nav ul li.linebtn a {
    background: rgba(56, 97, 47, 0.8);
    font-size: 1.1rem;
    text-align: center;
}

header nav ul li.linebtn a:hover {
    background: #fff;
    color: #333;
}

header nav #menu-main-menu {
    width: 94%;
    margin: 0 auto;
}

header nav #menu-main-menu li.menu-item-has-children>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav #menu-main-menu li.menu-item-has-children>a::after {
    border-top: 1px solid #444;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
}

header nav #menu-main-menu ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5%;
}

header nav #menu-main-menu ul.sub-menu li {
    width: 33%;
    margin-bottom: 1%;
}

header nav #menu-main-menu ul.sub-menu li a {
    border-left: 1px dotted #444;
    border-bottom: 1px dotted #444;
    padding: 3% 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header nav .menu-info {
    text-align: center;
    margin: 45px 0 32px 0;
}

header nav .menu-info+.menu-info {
    margin-top: 56px;
}

header nav .menu-info .navi-list001 {
    margin-top: 32px;
}

header nav .menu-logo {
    background-position: left center;
    font-size: 0.8rem;
}

header nav .menu-logo img {
    height: 80px;
}

header nav .menu-logo span {
    display: block;
    margin-top: 8px;
}

header nav dl.menu-tel {
    margin: 24px 0 32px;
}

header nav dl.menu-tel dt a {
    font-size: 3rem;
    display: block;
    margin: 0 0 5px 0;
    letter-spacing: 0.3rem;
    color: #fff;
}

header nav dl.menu-tel dd {
    font-size: 0.9rem;
}

header nav p.menu-access {
    font-size: 0.8rem;
}

header nav ul.navi-list002 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 94%;
    margin: 0 auto;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 5px 0;
}

header nav ul.navi-list002 li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header nav ul.navi-list002 li:nth-child(odd) a {
    border-right: 1px dotted #444;
}

/*----------

TOPページ

----------*/

/* お知らせ　*/

.biotope .linebtn a {
    background-color: #21479c !important;
}

/* コンセプト */

/*　施術 */

/* 当院の特徴 */

/* バナー */

/* 美容コラム */

/* メディア紹介 */

/* ----------

  共通パーツ

  ---------- */
/* パンくず */

/* ----------

当院について

  ---------- */

/* ----------

理念

  ---------- */

/* ----------

医師紹介

  ---------- */

/* 詳細 */

/* その他の医師 */

/* ----------

初めての方へ

  ---------- */

/* ----------

診療・施術の流れ

  ---------- */

/* ----------

料金

  ---------- */

/* .price-category h5 {
  margin-top: 3%;
  padding: 2% 4%;
  font-size: 1.2rem;
  background-color: #f3f4f5;
} */

/* ----------

診療時間

  ---------- */

/* ----------

アクセス

  ---------- */

/* ----------

よくあるご質問

  ---------- */

/* ----------

診療科目

  ---------- */

/* ssubmenu */

/* ----------  ページ下部の診療用ナビ  ---------- */

/* ----------

診療科目　親ページ

  ---------- */
/* 美容外科 */

/* 美容皮膚科 */

/* 自費検査・治療 */

/* 化粧品 */

/* 美容内科 */

/* ダイエット */

/* オンラインダイエット診療 */

/* 使わない親ページ */

/* ----------

美容コラム

  ---------- */

/* 詳細 */

/* 目次 */

/* ----------

  施術事例

  ---------- */
/* 一覧 */
/* .case-select-box {
  background-color: #f6f6f6;
  padding: 3% 0;
  margin-bottom: 32px;
} */

/* .case-select-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
} */

/* .case-select-box ul li {
  display: inherit;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 28%;
  margin: 0 0 0 0;
} */

/* .case-select-box ul li:last-of-type {
  width: 10%;
} */
/*
.case-select-box ul li h4 {
  line-height: 1.3rem;
}

.case-select-box select {
  padding: 4%;
  width: 96%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 0.9rem;
}

.case-select-box ul li input[type="submit"] {
  width: 100%;
  border: none;
  background-color: #333;
  color: #fff;
  border-radius: 6px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-select-box ul li input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
} */

/*.cat-select{
  width: 60%;
  margin: 0 auto;
}
.cat-select select{
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}*/

/* 横並びレイアウト */

/* 詳細  */

/* 治療の経過 */

/* 注意点 */

/* ----------

  採用情報

  ---------- */

/* 偶数 */

/* ----------

  募集要項

  ---------- */

/* ----------

  プライバシーポリシー

  ---------- */

/* ----------

  応募

  ---------- */

/*注意書き  */

/* 入力エラー */

/* 送信完了 */
/* 404 */

/* ----------

  footer

  ---------- */

/* footer固定ナビ */

/* #page-top a:hover {
  background: url(../images/common/img_pagetop_hover.png) no-repeat center center;
  text-decoration: none;
} */

/* footer */

.footer {
    background-color: #333;
    color: #fff;
    padding: 6% 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
}

footer .foot-nav ul {
    border-left: 1px solid #555;
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

footer .foot-nav ul li ul {
    border: none;
    padding-left: 6%;
}

footer .foot-nav ul li a {
    display: block;
    font-size: 0.8rem;
    color: #fff;
}

footer .foot-nav ul li a:hover {
    color: #666;
}

.copy {
    font-size: 0.7rem;
    text-align: center;
    margin: 40px 0 0;
}

/* 電話番号のクリック無効 */

/* artmake */

/* impressivebrow */

/* .page-id-9403 .treatment-detail.table_difference .tablepress{
  margin: 0 calc(50% - 46vw);
  overflow: hidden;
  width: 92vw;
} */

/* 症例写真ページ　アコーディオン */

/* @media screen and (max-width: 767px) { */
/* .c-fixed-reserve-btn {
    display: none;
  } */
/* } */

/*ボタン*/

@-webkit-keyframes shiny-btn_l {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes finger {

    0%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50%,
    70% {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
    }
}

@keyframes finger {

    0%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50%,
    70% {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
    }
}

/* TOP Youtube */

.page p:not([class])+p:not([class]) {
    margin-top: 1em;
}

.sitemap ul {
    list-style: circle outside none;
    margin-left: 1.3em;
}

/* .sitemap li{
	margin: unset;
	padding: unset;
} */

.p-header-cta {
    position: fixed;
    top: 2%;
    right: calc(2% + 50px + 20px);
    z-index: 9999;
}

.p-header-cta__link {
    position: relative;
    /* font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; */
    color: #fff;
    text-align: center;
    width: 180px;
    /* height: 44px; */
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #b7ab86;
    border: 2px solid #b7ab86;
    overflow: hidden;
    z-index: 0;
    transition: 0.3s;
    font-size: 1.6rem;
    /* letter-spacing: 0.15em; */
    line-height: 1;
}

.p-header-cta__link:hover {
    background-color: #fff;
    border: 2px solid #b7ab86;
    color: #b7ab86;
}

.p-header-cta__icon {
    font-size: 20px;
}

.p-header-cta__ttl {
    margin-left: 8px;
    font-size: 15px;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.p-header-cta__ttl br {
    display: none;
}

@media screen and (max-width: 991px) {
    .p-header-cta {
        height: 60px;
        top: 2%;
    }

    .p-header-cta__link {
        width: 50px;
        height: 60px;
        flex-flow: column;
    }

    .p-header-cta__icon {
        font-size: 24px;
    }

    .p-header-cta__ttl {
        margin-left: 0;
        margin-top: 6px;
        font-size: 10px;
        /* font-weight: 600; */
        line-height: 1.2;
    }

    .p-header-cta__ttl br {
        display: block;
    }
}

@media screen and (max-width: 736px) {
    .p-header-cta {
        right: 50px;
        top: 0;
    }
}

.c-modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .c-modal {
        width: 100%;
        padding: 20px;
    }
}

.c-modal__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.c-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.c-modal__close::before,
.c-modal__close::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.c-modal__close::before {
    transform: rotate(45deg);
}

.c-modal__close::after {
    transform: rotate(-45deg);
}

.c-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 400px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-modal__container {
        width: calc(100% - 40px);
    }
}

.c-modal__inner {
    position: relative;
    padding: 60px 40px;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-modal__inner {
        max-width: 100%;
        padding: 32px 20px;
    }
}

.p-modal-reserve {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-modal-reserve-btn {
    position: relative;
    margin-top: 0;
    width: 100%;
}

.p-modal-reserve-btn:not(:first-child) {
    margin-top: 20px;
}

.p-modal-reserve-btn-link {
    font-size: 15px;
    /* letter-spacing: 0.15em; */
    max-width: 320px;
    width: 100%;
    min-height: 60px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1.5;
    background-color: #b7ab86;
    border: 2px solid #b7ab86;
    color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    transition: 0.3s;
    font-weight: 600;
}

.p-modal-reserve-btn-link:hover {
    color: #b7ab86;
    background-color: #fff;
    opacity: 1;
    text-decoration: none;
}

.p-modal-reserve-btn-link__kojihifu {
    background-color: #f59265;
    border-color: #f59265;
}

.p-modal-reserve-btn-link__kojihifu:hover {
    color: #f59265;
}

.p-modal-reserve-btn-link__kojihifu-line {
    background-color: #06c755;
    border-color: #06c755;
}

.p-modal-reserve-btn-link__kojihifu-line:hover {
    color: #06c755;
}

.p-modal-reserve-btn-link__kojihifu-line:hover .p-modal-reserve-btn-icon.icon-line::before {
    background-image: url(../images/common/icon_line_green.png);
}

.p-modal-reserve-btn-link__biotope {
    background-color: #244297;
    border-color: #244297;
}

.p-modal-reserve-btn-link__biotope:hover {
    color: #244297;
}

.p-modal-reserve-btn-icon {
    position: absolute;
    left: 24px;
    font-size: 18px;
}

.p-modal-reserve-btn-icon.icon-line::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_line.png) center center no-repeat;
    background-size: contain;
    display: block;
}

.p-modal-reserve-btn-ttl {
    margin: 0 0 0 8px;
    font-size: 15px;
    letter-spacing: 0.2px;
}


@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 736px) {

    html,
    body {
        width: 100%;
        font-size: 3.5vw;
        line-height: 2;
    }

    img {
        width: 100%;
        height: auto;
        vertical-align: bottom !important;
        line-height: 0;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /*----------

  header

  ---------*/
    header {
        box-sizing: border-box;
    }

    header .siteid {
        position: inherit;
        width: 80%;
    }

    header .siteid a {
        /* display: block;
    background-size: 60px;
    font-size: 0.8rem;
    padding: 10px 0 10px 70px;
    box-sizing: border-box; */
    }

    .p-header-logo {
        /* flex-flow: column; */
        height: 60px;
    }

    .p-header-logo-inner {
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
    }

    .p-header-logo-link {
        padding: 3px 0 3px 10px;
    }

    .p-header-logo-link:first-child .p-header-logo-inner {
        justify-content: flex-end;
        padding-bottom: 11px;
    }

    .p-header-logo-img {
        max-height: unset;
        max-width: 22px;
    }

    .p-header-logo-txt {
        text-align: center;
        line-height: 1.2;
        font-size: 10px;
        margin-top: 2px;
        padding-left: 0;
    }

    #nav-toggle {
        top: 0;
        right: 0;
    }

    header nav {
        width: 100%;
    }

    header nav #menu-main-menu ul.sub-menu li {
        width: 50%;
        margin-bottom: 1%;
    }

    /*----------

   TOPページ

   ----------*/

    /* お知らせ　*/

    /* コンセプト */

    /*　AGA アートメイク */

    /*　施術 */

    /*.index-treatment .treatment-list,
   .page-subject .treatment-list{
     width: 60%;
     margin: 0 auto;
   }
   .index-treatment .swiper-button-prev,
   .index-treatment .swiper-button-next,
   .page-subject .swiper-button-prev,
   .page-subject .swiper-button-next{display: none;}*/

    /* 当院の特徴 */

    /* バナー */

    /* メディア紹介 */

    /* 美容コラム */

    /* ----------

  共通パーツ

  ---------- */

    /* ----------

  当院について

    ---------- */

    /* ----------

  理念

    ---------- */

    /* ----------

  医師紹介

    ---------- */

    /* 詳細 */

    /* その他の医師 */

    /* ----------

  初めての方へ

    ---------- */

    /* ----------

  診療・施術の流れ

    ---------- */

    /* ----------

  料金

    ---------- */

    /* ----------

  アクセス

    ---------- */

    /* ----------

  よくあるご質問

    ---------- */

    /* ----------

  診療科目

    ---------- */

    /* ----------

  美容コラム

    ---------- */

    /* 詳細 */

    /* ----------

    施術事例

    ---------- */
    /* 一覧 */

    /* .case-select-box ul li:last-of-type {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  } */

    /*.cat-select{
    width: 90%;
    margin: 0 auto;
  }
  .cat-select select{
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }*/

    /* 横並びレイアウト */

    /* 詳細  */

    /* 治療の経過 */

    /* 注意点 */

    /* ----------

    採用情報

    ---------- */

    /* 偶数 */

    /* ----------

    募集要項

    ---------- */

    /* ----------

    プライバシーポリシー

    ---------- */

    /* ----------

  応募
    ---------- */

    /*----------

  footer

  ---------*/

    /* .dp-footer-bar-item .koujimachi{
			background-color: #8ba825;
			color: #fff;
		}
		.dp-footer-bar-item .biotope{
			background-color: #244297;
			color: #fff;
		} */

    /* footer */

    /* .foot_link {
    margin-bottom: 0px;
    margin-top: 10px;
  } */

    footer {
        padding: 8% 0 12%;
        box-sizing: border-box;
    }

    footer .foot-nav {
        flex-direction: column;
        margin-bottom: 65px;
    }

    footer .foot-nav ul {
        border-left: none;
        border-top: 1px solid #555;
        padding: 3% 0;
        box-sizing: border-box;
        flex-grow: 1;
    }

    footer .foot-nav ul li ul {
        border: none;
        padding-left: 6%;
        box-sizing: border-box;
    }

    footer .foot-nav ul li a {
        display: block;
        font-size: 0.9rem;
        padding: 2% 0;
    }

    .copy {
        font-size: 0.7rem;
        text-align: center;
        margin: 40px 0 0;
    }
}

/* 追記 */


@media screen and (max-width: 991px) {
    .p-header-cta__link {
        width: 50px;
        height: 60px;
        flex-flow: column;
        border: none;
    }

    .p-header-logo {
        margin: 0;
    }

    header .siteid {
        position: relative;
        left: 0px;
        top: 0px;
    }

    header ul {
        list-style: none;
        padding-left: 0;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/* --- モーダルの初期状態 --- */
.js-modal {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* 表示状態 */
.js-modal.is-active {
    display: block;
    opacity: 1;
}

body {
    position: relative;
}

/* 背景 */
.c-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 222;
    pointer-events: auto;
    /* 背景自体がクリックを受け取る */
    /* 黒の透明 */
}

/* コンテンツ */

.c-modal {
    pointer-events: inherit;
}

.c-modal__container {
    z-index: 2222;
}

@media screen and (max-width: 991px) {
    .p-header-cta__link {
        width: 50px;
        height: 60px;
        flex-flow: column;
        border: none;
    }

    .p-header-logo {
        margin: 0;
    }

    header .siteid {
        position: relative;
        left: 0px;
        top: 0px;
    }

    header ul {
        list-style: none;
        padding-left: 0;
    }
	footer ul{
		margin:0;
	}
    .open #nav-toggle span:nth-child(1) {
        top: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.copy{
	color:#fff !important;
}

.footer-mizu-banner {
  display: block;          /* aタグをブロックに */
  text-align: center;      /* 中央寄せ */
}
.footer-mizu-banner img {
  display: inline-block;   /* インラインブロックで中央揃え */
  max-width: 100%;         /* はみ出さないように */
  height: auto;
}
.footer{
	background:#333 !important;
}
header .siteid{
	padding-left:20px;
}
@media(max-width:768px) {
	header .siteid{
	padding-left:0px;
}
}