@charset "utf-8";

/*!
 * Copyright 2017 キタガワ歯科
 *
 * # 主な内容
 * - normalize.css v7.0.0
 * - Bootstrap ver3.3.7とver4.0.0-alpha6を独自カスタマイズ
 * - 独自追加したコンポーネント系の汎用スタイル集
 * - 独自追加したページやブロックごとの個別スタイル集
 *
*/


/* ============================================================
   # normalize
   ============================================================ */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,aside,footer,header,nav,section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,figure,main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: inherit;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*-----追加-----*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}



/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* ============================================================
   # Content
   ============================================================ */

/* ## Reboot
   ============================================================ */

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 100%;/*基本フォントサイズ（16pxを想定）*/
  /*font-size: 18px;*/
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;/*基本背景色*/
  color: #333;/*基本文字色*/
  font-family: "Yu Gothic", "YuGothic", "Meiryo", sans-serif;/*基本フォントファミリー*/
  font-size: 1rem;/*基本フォントサイズ*/
  font-weight: 500;/*Yu Gothicを使う場合必須*/
  line-height: 1.5;/*基本行高さ*/
}

[tabindex="-1"]:focus {
  outline: none !important;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1.125rem;
}
ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1.125rem;
}
a {
  color: #ff7100;/*リンク文字色*/
  text-decoration: none;
}
a:focus,a:hover {
  color: #ff7100;/*リンク文字色*/
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1.125rem;
  overflow: auto;
}
figure {
  margin: 0 0 1.125rem;
}
img {
  max-width: 100%;/*はみ出し防止*/
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
a,area,button,[role="button"],
input,label,select,summary,textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  color: #636c72;
  caption-side: bottom;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,button,select,textarea {
  line-height: inherit;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
input[type="search"] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}



/* ## Typography
   ============================================================ */

/* ### Headings
   ---------------------------------------- */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
h1,.h1 {
  font-size: 1.75rem;
}
h2,.h2 {
  font-size: 1.5rem;
}
h3,.h3 {
  font-size: 1.25rem;
}
h4,.h4 {
  font-size: 1.125rem;
}
h5,.h5 {
  font-size: 1.125rem;
}
h6,.h6 {
  font-size: 1.125rem;
}
/*
（参考）「rem」と「px」のサイズ対応リスト
0.625rem = 10px
0.688rem = 11px
0.75rem = 12px
0.813rem = 13px
0.875rem = 14px
0.938rem = 15px
1rem = 16px
1.063rem = 17px
1.125rem = 18px
1.188rem = 19px
1.25rem = 20px
1.313rem = 21px
1.375rem = 22px
1.438rem = 23px
1.5rem = 24px
1.625rem = 26px
1.750rem = 28px
1.875rem = 30px
2rem = 32px
2.125rem = 34px
2.25rem = 36px
2.375rem = 38px
2.5rem = 40px
3rem = 48px
*/



/* ### Inline text elements
   ---------------------------------------- */

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
small,.small {
  font-size: 80%;
  font-weight: 500;
}
mark,.mark {
  /*background-color: #fcf8e3;*/
  background-color: #ff0;/*目立つように変更*/
  color: #000;/*目立つように変更*/
  padding: 0.2em;
}



/* ## Images
   ============================================================ */

.img-fluid {
  height: auto;
  max-width: 100%;
}




/* ============================================================
   # Layout
   ============================================================ */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}



/* ## Grid
   ============================================================ */

/* ### 全幅カラム用
   ---------------------------------------- */

.col-full {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
  .col-full {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .col-full {
    padding-left: 0;
    padding-right: 0;
  }
}




/* ============================================================
   # Components
   ============================================================ */

/*なし*/


/* ============================================================
   # Utilities
   ============================================================ */

/* ## Clearfix
   ============================================================ */

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}



/* ## Colors
   ============================================================ */

/* ### text-color
   ---------------------------------------- */

.text-colored {/*主な色文字*/
  color: #ff7100;
}



/* ## Display property
   ============================================================ */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}



/* ## Screenreaders
   ============================================================ */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}



/* ## Spacing
   ============================================================ */

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}



/* ## Typography
   ============================================================ */

/* ### Text alignment
   ---------------------------------------- */

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}



/* ## Font size, weight, family and decoration
   ============================================================ */

a.underline {
  text-decoration: underline;
}
.font-size-large {
  font-size: 1.25em;
}
.font-size-xlarge {
  font-size: 1.5em;
}
.font-size-xxlarge {
  font-size: 2em;
}
.font-weight-normal {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.font-family-mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}




/* ============================================================
   # Page common
   ============================================================ */

/* ## ヘッダー
   ============================================================ */

.masthead {
  background-color: #42210b;
  color: #fff;
}
.masthead p {
  margin-bottom: 0;
  padding: 6px 15px;
}

.header {
  background-image: linear-gradient(to bottom, #fff, #fff 50%, #e5e5e5);
  margin-bottom: 30px;
  padding: 15px 0 9px;
  position: relative;
}

.header__flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.header__flex-item01,
.header__flex-item02 {
  flex: 0 1 auto;
  max-width: 100%;
}
.header__flex-item02 {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .header__flex-container {
    flex-direction: row;
    justify-content: space-between;/*アイテムを両端に寄せる*/
  }
  .header__flex-item01,
  .header__flex-item02 {
    flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}


/* ### ヘッダー ロゴ
   ---------------------------------------- */

.header__logo {
  max-width: 278px;/*ロゴ画像の最大表示幅*/
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__logo {
    margin: 0;
  }
}


/* ### ヘッダー 電話
   ---------------------------------------- */

.header__tel {
  font-size: 0.875rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .header__tel {
    margin: 0;
    text-align: right;
  }
}



/* ## フッター
   ============================================================ */

/* ### コピーライト
   ---------------------------------------- */

.copyright {
  background-color: #42210b;
  color: #fff;
}
.copyright p {
  margin-bottom: 0;
  padding: 6px 15px;
  text-align: center;
}


/* ## ページの先頭に戻るボタン
   ============================================================ */

.gotop {
  position: fixed;
  z-index: 10;
    right: 24px;
    bottom: 24px;
}
.gotop a {
  background-color: #ff5a00;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease 0s;
  width: 48px;
}
.gotop a:hover,
.gotop a:focus {
  color: #fff;
  padding-top: 6px;
}





/* ============================================================
   # Pages
   ============================================================ */

/* ## information【ご案内】
   ============================================================ */

.content-information {
  background-color: #f7e6d2;
  background-image: url("../img/square.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(1.5rem + 0.25em);
  border-radius: 3px;
  margin: 0 0 1.5rem;
  min-height: 1.5rem;
  padding: 1.5rem 2rem 2rem;
}

.content-information__flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.content-information__flex-item01,
.content-information__flex-item02 {
  flex: 0 1 auto;
  max-width: 100%;
}
.content-information__flex-item02 {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-information__flex-container {
    flex-direction: row;
  }
  .content-information__flex-item01 {
    flex: 0 1 calc(100% - 245px);
    max-width: calc(100% - 245px);
  }
  .content-information__flex-item02 {
    flex: 0 1 215px;
    margin-top: 0;
    margin-left: auto;
    max-width: 215px;
  }
}

.content-information__flex-item01 {
  background-color: #fff;
  border: dotted 1px #333;
  border-radius: 3px;
  min-height: 1.5rem;
  padding: 1.125rem;
}
.content-information__flex-item01 > p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}

.content-information__parking {
  background-color: #ff7100;
  border-radius: 3px;
  color: #fff;
  margin-right: 3px;
  padding: 0 3px;
}



/* ## お知らせ
   ============================================================ */

.content-news {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 0 24px;
}
.content-news__head,
.content-news__body {
  border: solid 3px #ff7100;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 9px;
}
.content-news__head {
  align-items: center;
  background-color: #ff7100;
  display: flex;
  justify-content: center;
}
.content-news__head h2 {
  background-color: #fff;
  border-radius: 1em;
  font-size: 1.125rem;
  margin: 0;
  padding: 3px 12px;
}
@media (min-width: 768px) {
  .content-news {
    flex-direction: row;
  }
  .content-news__body {
    flex: 1 1 calc(100% - 9em);
    max-width: calc(100% - 9em);
  }
  .content-news__head {
    flex: 1 1 9em;
    max-width: 9em;
  }
}
.content-news__body > p {
  font-size: 1.4rem;
  font-weight: 700;
}
.content-news__body > p:last-child {
  margin-bottom: 0;
}


/* ## ごあいさつ
   ============================================================ */

.content-greeting {
  background-color: #fff;
  border: dotted 1px #333;
  border-radius: 3px;
  margin: 0 0 24px;
  min-height: 24px;
  padding: 24px;
}

.content-greeting__flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.content-greeting__flex-item_text,
.content-greeting__flex-item_img01,
.content-greeting__flex-item_img02 {
  flex: 0 1 auto;
  max-width: 100%;
}
.content-greeting__flex-item_img01,
.content-greeting__flex-item_img02 {
  font-size: 0.875rem;
  margin: 0 auto 24px;
}
.content-greeting__flex-item_img02 img,
.content-greeting__flex-item_img01 img {
  border-radius: 8px;
  max-width: 215px;
}
.content-greeting__flex-item_img02 video {
  border-radius: 8px;
  max-width: 215px;
}

@media (min-width: 768px) {
  .content-greeting__flex-container {
    flex-direction: row;
  }
  .content-greeting__flex-item_text {
    flex: 0 1 calc(100% - 245px);
    max-width: calc(100% - 245px);
  }
  .content-greeting__flex-item_img01,
  .content-greeting__flex-item_img02 {
    flex: 0 1 215px;
    margin-top: 0;
    max-width: 215px;
  }
  .content-greeting__flex-item_img01 {
    margin-left: auto;
  }
  .content-greeting__flex-item_img02 {
    margin-right: auto;
  }
}



/* ## 院長プロフィール
   ============================================================ */

/*背景処理*/
.content-profile {
  background-color: #f7e6d2;
  padding: 15px;
  margin: 36px -15px;
}
@media (min-width: 576px) {
  .content-profile {
    background-color: #f7e6d2;
    margin-left: calc( -50vw + 50% );
    margin-right: calc( -50vw + 50% );
    padding: 45px 0;
  }
}

/*見出し*/
/*hx*/.content-profile__heading {
  background-color: #a67c52;
  color: #fff;
  padding: 0.75rem;
}

/*経歴・所属学会等*/
.content-profile__flex-container01 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: -15px;/*端のガター幅調整*/
  margin-bottom: 30px;
}
.content-profile__flex-item_history,
.content-profile__flex-item_attr {
  background-color: #fff;
  flex: 1 1 auto;
  max-width: 100%;
  margin: 15px;/*ガター幅*/
}
@media (min-width: 992px) {
  .content-profile__flex-container01 {
    flex-direction: row;
  }
  .content-profile__flex-item_history {
    flex: 1 1 28%;
    max-width: 28%;
  }
  .content-profile__flex-item_attr {
    flex: 1 1 72%;
    max-width: 72%;
  }
}

/*経歴*/
/*ul*/.profile-history-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
/*ul*/.profile-history-list li {
  padding: 0.5rem 0.75rem;
  border-bottom: dotted 1px #333;
}

/*所属学会等*/
.content-profile-attr {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 12px 9px 15px;
}
.content-profile-attr ul {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;/*ガター幅*/
}
@media (min-width: 992px) {
  .content-profile-attr {
    flex-direction: row;
  }
  .content-profile-attr ul {
    flex: 1 1 calc(100% / 2);
    width: calc(100% / 2);
  }
}

/*写真*/
.content-profile__flex-container02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -15px;/*端のガター幅調整*/
}
.content-profile__flex-item_img {
  background-color: #fff;
  border-radius: 3px;
  font-size: 0.875rem;
  flex: 1 1 calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px);
  margin: 15px;/*ガター幅*/
  padding: 6px;
}
.content-profile__flex-item_img img {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .content-profile__flex-item_img {
    flex: 1 1 calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
  }
}



/* ## 診療時間・場所など
   ============================================================ */

.content-location {
  margin-top: 45px;
  margin-bottom: 60px;
}

.content-location-map__flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: -15px;/*端のガター幅調整*/
}
.content-location-map__flex-item01,
.content-location-map__flex-item02 {
  background-color: #fff;
  flex: 1 1 auto;
  max-width: 100%;
  margin: 15px;/*ガター幅*/
}
@media (min-width: 992px) {
  .content-location-map__flex-container {
    flex-direction: row;
  }
  .content-location-map__flex-item01 {
    flex: 1 1 calc(100% / 1.5);
    max-width: calc(100% / 1.5);
  }
  .content-location-map__flex-item02 {
    flex: 1 1 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

/*診療時間の図表*/
.content-location-fig {
  text-align: center;
  margin-bottom: 45px;
}

/*Googleマップ*/
.embed-google-map01,
.embed-google-map02 {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.embed-google-map01,
.embed-google-map02 {
  padding-bottom: 56.25%;/*縦横比*/
}
@media (min-width: 992px) {
  .embed-google-map01 {
    padding-bottom: 50%;/*縦横比*/
  }
  .embed-google-map02 {
    padding-bottom: 100%;/*縦横比*/
  }
}
.embed-google-map01 iframe,
.embed-google-map02 iframe {
  border: 0;
  height: 100%;
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  width: 100%;
}


