@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダー非表示 */
#header {
  display: none;
}

/* ボタンの囲み線 */
.is-style-more_btn a {
  box-shadow: 0 0 0 1px #9f8d38;
}

/* 明朝 */
.mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

/* PCのみ */
@media (min-width: 960px) {
  .name-pd-t {
    padding-top: 136px;
  }
  /* 電話番号発信無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}

/* タブレットのみ */
@media (max-width: 959px) and (min-width: 600px) {
  .name-pd-t {
    padding-top: 100px;
  }
  /* クリニック名 */
  .tab-cli {
    font-size: 19px !important;
    white-space: nowrap; /* 改行させない */
  }

}

/* spのみ */
@media (max-width: 599px) {
  .sp-none {
    display: none;
  }
  .sp-mr-l {
    margin-left: 1em;
  }
  .sp-mr-r {
    margin-right: 1em;
  }
  .one-line {
    white-space: nowrap; /* 改行させない */
  }

}
