@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen\0  {
  body {
    display: block;
  }
}
a {
  color: #F2971B;
  text-decoration: none;
  background-color: transparent;
}

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

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: 1.6rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button, .btn_layout input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus, .btn_layout input:focus {
  outline: 0;
}

@media only screen and (min-width: 992px) {
  p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
    font-size: 1.8rem;
  }
}
/*フォント関連----------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

/*汎用クラス*/
.font_s, .font_ss {
  font-size: 1.6rem !important;
}

.font_sm {
  font-size: 1.9rem !important;
}

.font_m, .font_l {
  font-size: 2.2rem !important;
}

.font_h3 {
  font-size: 1.9rem;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2rem;
  }
  /*汎用クラス*/
  .font_s {
    font-size: 1.8rem !important;
  }
  .font_sm {
    font-size: 2.6rem !important;
  }
  .font_m {
    font-size: 3.2rem !important;
  }
  .font_l {
    font-size: 4.3rem !important;
  }
  .font_h3 {
    font-size: 2.6rem;
  }
}
/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.content_pt {
  padding-top: 30px !important;
}

.content_pb {
  padding-bottom: 30px !important;
}

.container_pc {
  width: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.border_box {
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
.border_box_main_color_base {
  border: 2px solid #599fc5;
}

.img_hover:hover {
  opacity: 0.5;
}

.ul_circle {
  list-style-type: disc;
  margin-left: 20px;
}

.border_radius_5 {
  border-radius: 5px !important;
}

.border_radius_15 {
  border-radius: 15px !important;
}

.border_radius_23 {
  border-radius: 23px !important;
}

.page_link {
  margin-top: -90px;
  padding-top: 90px;
  pointer-events: none;
}

.line_height_1_5 {
  line-height: 1.5em;
}

.letter_spacing_01 {
  letter-spacing: 0.1em;
}

.link_underline {
  text-decoration: underline;
}

.link_color {
  color: #F2971B;
}
.link_color:hover {
  color: #ff990e;
}

.two_column_box div:not(:last-child) {
  margin-bottom: 30px;
}

.icon-blank::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  background-color: #F2971B;
  mask-image: url(images/icon-blank.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(images/icon-blank.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

@media only screen and (min-width: 768px) {
  .two_column_box div:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .content_pt {
    padding-top: 55px !important;
  }
  .content_pb {
    padding-bottom: 55px !important;
  }
  .border_radius_lg_10 {
    border-radius: 10px !important;
  }
  .border_radius_lg_30 {
    border-radius: 30px !important;
  }
  .border_radius_lg_46 {
    border-radius: 46px !important;
  }
  .two_column_box div:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .container_pc {
    max-width: 1140px;
    padding-right: 15px;
  }
  .page_link {
    margin-top: -155px;
    padding-top: 155px;
  }
}
/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout, .pager {
  margin-top: 30px;
}
.btn_layout a, .btn_layout button, .pager a, .pager button {
  display: block;
  width: 100%;
}
.btn_layout a, .pager a {
  color: #333;
  font-size: 1.8rem;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  background: #ede353;
  z-index: 1;
}

/*電話*/
.tel {
  width: 100%;
  width: 40px;
  height: 60px;
}
.tel a {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  font-size: 1.25rem;
  font-weight: bold;
}
.tel a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(images/icon-tel.svg) no-repeat;
  background-size: contain;
  margin: 8px auto 0;
}

/*アクセス*/
.header_access {
  width: 60px;
  height: 60px;
  margin: 0 5px;
}
.header_access a {
  color: #333;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.header_access a::before {
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  background: url(images/icon-pin.svg) no-repeat;
  background-size: contain;
  margin: 5px auto 0;
}

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout a, .pager a {
    min-width: 250px;
    padding: 10px 20px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout a, .pager a {
    font-size: 2rem;
  }
  .btn_layout a:hover, .pager a:hover {
    opacity: 0.8;
  }
}
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_orange {
  color: #F2971B !important;
}

/*背景色*/
.bg_main_color_light {
  background: #cce3ed !important;
}

.bg_main_color_another_light {
  background: #ccede7 !important;
}

.bg_sub_color {
  background: #F2971B !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
  margin: 0 0 25px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
}

/*下層タイトルレイアウト*/
.title_subvisual_layout {
  margin-top: 60px;
  background: #599fc5;
  padding: 10px 0;
}
.title_subvisual_layout h1 {
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    margin: 0 0 60px;
    font-size: 3rem;
  }
  /*下層タイトルレイアウト*/
  .title_subvisual_layout {
    padding: 30px 0;
  }
  .title_subvisual_layout h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  /*下層タイトルレイアウト*/
  .title_subvisual_layout {
    margin-top: 100px;
  }
}
/* ヘッダー関連 ------------------------*/
.page_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
  top: 0;
}
.page_header .ul_nav_header .active a {
  color: #F2971B;
}
.page_header .ul_nav_header .nav_link {
  padding: 2rem;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #707070;
  display: block;
}

/*gnav　開いた時*/
.nav_open {
  display: block !important;
  position: fixed;
  overflow-y: auto;
  top: 60px;
  padding-bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  background: #fff;
  animation: 0.3s 1 normal forwards fade-in;
  -webkit-animation: 0.3s 1 normal forwards fade-in;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*html　固定*/
.noscroll {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

/*閉じるボタン　アイコン*/
.nav_button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 12px 15px auto 15px;
  border: none;
  width: 30px;
  height: 20px;
  background: none;
  z-index: 1001;
  cursor: pointer;
}

/*閉じるボタン　アイコン3本線*/
.icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #333;
}

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
  top: 0;
}

.icon-bar:nth-child(2) {
  top: 45%;
}

.icon-bar:nth-child(3) {
  bottom: 0;
}

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
  top: -5px;
}

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0;
}

.nav_button.move .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  bottom: 2px;
}

.menu_text {
  position: absolute;
  bottom: -19px;
  right: -3px;
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
}

/*ロゴ*/
.logo {
  width: 130px;
}

@media only screen and (min-width: 1200px) {
  .page_header {
    padding-top: 16px;
    height: 100px;
  }
  .page_header .ul_nav_header {
    display: flex;
  }
  .page_header .ul_nav_header .active a {
    color: #333;
    border-bottom: 10px solid #ede353;
  }
  .page_header .ul_nav_header .nav_link {
    padding: 0 0 2.5rem;
    border: none;
    letter-spacing: 1px;
    line-height: 0;
    font-size: 1.6rem;
  }
  .page_header .ul_nav_header .nav_link:hover {
    opacity: 0.6;
  }
  .page_header .ul_nav_header .nav_item {
    padding: 0 1.3rem;
  }
  .page_header .ul_nav_header .nav_item:last-child {
    padding-right: 0;
  }
  .page_header .ul_nav_header .nav_item:last-child .nav_link {
    padding-right: 0;
  }
  /*gnav nav*/
  .nav_header {
    margin-top: 20px;
  }
  /*ロゴ*/
  .logo {
    width: 215px;
  }
}
/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #ede353;
  border-radius: 50%;
  z-index: 80;
  cursor: pointer;
}
.page_top::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  opacity: 0.8;
}

.page_footer {
  margin-top: auto;
  position: relative;
}
.page_footer .nav_item {
  width: 50%;
  padding: 0 15px;
}
.page_footer .nav_link {
  padding: 0;
  color: #333;
  font-weight: bold;
}
.page_footer .nav_link:hover {
  text-decoration: underline;
}

/*ロゴ*/
.footer_logo {
  width: 90%;
}

/*住所*/
address {
  margin: 25px 0;
}

/*コピーライト*/
.copyright {
  font-size: 1.4rem;
  background: #599fc5;
  padding: 10px 0;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .page_footer .nav_item {
    width: auto;
    padding: 0 14px;
    text-align: center;
  }
  .page_footer .nav_link {
    font-size: 1.1rem;
  }
  /*ロゴ*/
  .footer_logo {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  /*トップに戻る*/
  .page_top {
    width: 65px;
    height: 65px;
  }
  .page_top::before {
    top: 10px;
    width: 30px;
    height: 30px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 5px;
  }
  .page_footer .nav_link {
    font-size: 1.6rem;
  }
  /*住所、コピーライト*/
  address, .copyright {
    font-size: 1.8rem;
  }
  /*住所*/
  address {
    margin: 50px 0 30px;
  }
  /*コピーライト*/
  .copyright {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .page_footer .nav_item {
    padding: 0 21px;
  }
  .page_footer .nav_link {
    font-size: 1.8rem;
  }
  /*ロゴ*/
  .footer_logo {
    width: 380px;
  }
}
/* お知らせ関連 ------------------------*/
.news_box .list-group-item {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.news_box .list-group-item:last-of-type {
  margin-bottom: 0;
}
.news_box .news-date {
  font-weight: bold;
}
.news_box .news_category {
  min-width: 100px;
  font-size: 1.6rem;
  color: #333;
  border-radius: 5px;
  margin-left: 10px;
}
.news_box .cat-0 .news_category {
  background: #599fc5;
}
.news_box .cat-1 .news_category {
  background: #F2971B;
}
.news_box .btn_layout a {
  text-decoration: none;
}

/*お知らせ共通---------------------*/
.news_box div,
.news_box div span,
.news_box p span { /*文字体裁を整える用*/
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.1em;
}

.detailUpfile img {
  width: 100%;
}

/*お知らせ一覧---------------------*/
/*前へ次へボタン*/
.pager a {
  min-width: 47%;
  text-align: center;
  margin: 0 10px;
}
.pager a:hover {
  text-decoration: none;
}

/*お知らせ一覧、詳細ページ---------------------*/
.page_news .news_box .list-group-item, .page_news-detail .news_box .list-group-item {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
.page_news .news_box .list-group-item:last-of-type, .page_news-detail .news_box .list-group-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/*詳細ページ---------------------*/
.page_news-detail .news_box .detailUpfile.btn_layout {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  /*お知らせ記事---------------------*/
  .detailUpfile img {
    width: auto;
  }
  /*前へ次へボタン*/
  .pager a {
    min-width: 160px;
    max-width: 0;
    margin: 0 15px;
  }
  /*お知らせ一覧---------------------*/
  .page_news .news_box .list-group-item:last-of-type {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
  }
  /*詳細ページ---------------------*/
  .page_news-detail .news_box .list-group-item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page_news-detail .news_box .btn_layout a {
    min-width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .news_box .news_category {
    border-radius: 10px;
    font-size: 1.8rem !important;
    min-width: 115px;
  }
  /*お知らせ共通---------------------*/
  .news_box div,
  .news_box div span,
  .news_box p span { /*文字体裁を整える用*/
    font-size: 1.8rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .news_box .news_category {
    margin-left: 0;
  }
}
/* メイン設定 ---------------------------*/
/*メイン画像---------------------*/
.main_visual {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

/*診療時間*/
.medical_item {
  background: #599fc5;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
  text-align: center;
  font-size: 1.4rem;
}

.schedule_table {
  margin-top: 15px;
  border: 1px solid #333;
}
.schedule_table tr:first-child th {
  background: #599fc5;
  color: #fff;
}
.schedule_table tr th, .schedule_table tr td {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.schedule_table th {
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 1.15rem;
}
.schedule_table th:first-child {
  width: 150px;
  line-height: 2.4em;
  border-right: 1px solid #333;
}
.schedule_table td {
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 1.15rem;
}

/*カレンダー*/
.calendar iframe {
  width: 100%;
}

/*アクセス---------------------*/
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  /*診療時間*/
  .medical_item {
    font-size: 1.8rem;
  }
  .schedule_table {
    margin-top: 20px;
  }
  .schedule_table th:first-child {
    width: 185px;
    padding: 0;
    line-height: 2.5em;
  }
  .schedule_table th, .schedule_table td {
    font-size: 1.6rem;
  }
  /*アクセス---------------------*/
  .access_width {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  /*メイン画像---------------------*/
  .main_visual {
    padding-top: 100px;
  }
}