@charset "utf-8";
/* CSS Document */

/* google webfont */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */
/* -------------------------------------------------------------------------------------------------
   * フォント
/* ---------------------------------------------------------------------------------------------- */

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/* Myriad Pro*/
@font-face {
  font-family: 'Mryiad';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/myriad/myriad-apple-bold-italic.woff') format('woff'),
       url('../../_font/myriad/myriad-apple-bold-italic.otf') format('opentype');
}


/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.br-pc {
  display: block;
}

[pc-tab] {
  display: block;
}

[tab] {
  display: none !important;
}

[tab-nav] {
  display: none !important;
}
[tab960] {
  display: none !important;
}


@media screen and (min-width:736px) {
  [sp] {
  display: none !important;
  }
}

@media (min-width:1100px) {
  [sp] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}
@media (min-width:1101px) {
  [sp-nav] {
  position: fixed !important;
  top: -100%;
  left: -100%;
  }
}

@media (max-width:1170px) {
  [pc] {
  display: none !important;
  }
  [tab] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  [tab-nav] {
  display: block !important;
  }
  [pc-tab] {
  display: none !important;
  }
  
  [tab960] {
  display: block !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

.br-pc {
  display: inline;
}
}
@media (min-width:1171px) { .display-sp{display:none!important} }
@media (max-width:1170px) { .display-pc{display:none!important} }


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * 通常ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

@media (min-width:1171px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1170px) {
  .header-pc {
    display: none !important;
  }
}


#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  padding: 0;
  transition: .2s;
  background: #fff;
}
#header.scroll {
  background: /*rgba(255,255,255,.7)*/#fff;
}

#header .body {
  max-width: 1400px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  /*ブラウザの幅が736px以下の時*/
  #sp-header {
    z-index: 9998;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    padding: 5px;
    background: rgba(255,255,255,.7);
    
    position: relative;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: /*70px*/60px;
  background: rgba(255,255,255,.7);
  }
  #header.scroll {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .body {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダーテキスト
/* ------------------------------------------------------------------------------------------------- */

#header-text {
  font-size: 1.2rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  /*ブラウザの幅が736px以下の時*/
  #header-text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  position: relative;
  transition: 0.6s;
  display: block;
}

#header .logo a {
  display: block;
}
#header .logo img {
  transition: 0.6s;
}
#header .logo span {
  position: relative;
  margin-top: 1em;
  display: block;
  font-size: 1.3rem;
  background: var(--c-l-green);
  border-radius: 60px;
  color: var(--c-green);
  padding: 0 0.8em 0 2.2em;
}
#header .logo span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/pin-icon.png");
  width: 13px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 3px;
    margin-left: 0;
    width: auto;
  }
  #header .logo img {
    width: /*148px*/auto;
    height: 30px;
  }
  #header .logo span {
    font-size: 0.9rem;
    margin-top: 0.5em;
  }
  #header .logo span::before {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #header .logo {
    transition: 0.6s;
    display: block;
    margin-top: 8px;
    margin-left: 0;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .contents.layout-2 {}

#header .right-column {
  width: /*60*/65%;
}
#header .right-column > .inner-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ----------------------------------------------------------------------------------------------------
   * 右側コンテンツエリア
/* ------------------------------------------------------------------------------------------------- */

#header .right-column .detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

#header .right-column .detail .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  /*ブラウザの幅が736px以下の時*/
  #header .right-column .detail {
    max-width: calc(100% - 125px);
    min-height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #header .right-column .detail .item {
    display: none;
  }
}

#header .right-column .detail .item ul.flex {
  display: flex;
  font-family: "秀英にじみ丸ゴシック B";
  margin-right: 30px;
}
#header .right-column .detail .item ul.flex li {}
#header .right-column .detail .item ul.flex li ~ li {
  margin-left: 40px;
}
#header .right-column .detail .item ul.flex li span {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.55em;
}
#header .right-column .detail .item ul.flex li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#header .right-column .detail .item ul.flex li:nth-child(1) span::before {
  background: url("../../_images/_common/headertop-nav-icon-01.png") no-repeat;
  width: 23px;
  height: 18px;
  left: -10px;
}
#header .right-column .detail .item ul.flex li:nth-child(2) span::before {
  background: url("../../_images/_common/headertop-nav-icon-02.png") no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
}


/* ----------------------------------------------------------------------------------------------------
   * 当院は予約制です ボタン
/* ------------------------------------------------------------------------------------------------- */

#header a.reserve {
  background: var(--c-green);
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 0.5em;
  transition: 0.6s;
  max-width: 250px;
  text-align: center;
  border: 1px solid var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
}
#header a.reserve span {
  position: relative;
  text-align: center;
  display: block;
}
#header a.reserve span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/tab-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#header a.reserve:hover {
  color: var(--c-green);
  background: var(--c-l-green);
  border: 1px solid var(--c-green);
  opacity: 1;
}
#header a.reserve:hover span::after {
  background: url("../../_images/_common/tab-icon-1.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  /*ブラウザの幅が736px以下の時*/
  #header a.reserve {
    background: var(--c-green);
    width: 100%;
    color: #fff !important;
    font-size: 1.6rem;
    display: block;
    border-radius: 10px;
    padding: 0.5em;
    transition: 0.6s;
    max-width: 100%;
    text-align: center;
    border: 1px solid var(--c-green);
  }
  #header a.reserve span {
    position: relative;
    text-align: left;
    display: block;
  }
  #header a.reserve span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/tab-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #header a.reserve:hover {
    color: var(--c-green);
    background: var(--c-l-green);
    border: 1px solid var(--c-green);
    opacity: 1;
  }
  #header a.reserve:hover span::after {
    background: url("../../_images/_common/tab-icon-1.png") no-repeat;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header .tel {
  line-height: 1.4;
  margin-left: 30px;
}

#header .tel span {
  display: block;
  font-size: 1.4rem;
}
#header .tel .js-tel {
  position: relative;
  font-size: 2.6rem;
  padding-left: 1.0em;
  font-family: "秀英にじみ丸ゴシック B";
}
#header .tel .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/tel-icon.png") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1170px) {
  /*ブラウザの幅が736px以下の時*/
  #header .tel {
    line-height: 1.4;
    margin-left: 0;
    padding: 0.7em;
  }
  
  #header .tel span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }

  #header .tel .js-tel {
    position: relative;
    font-size: 2.0rem;
    padding-left: 1.0em;
    font-family: "秀英にじみ丸ゴシック B";
  }
  #header .tel .js-tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/tel-icon.png") no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #header .tel .js-tel a {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
}


/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
}
#header .nav ul.dropdown {
  display: table;
  font-family: "秀英にじみ丸ゴシック B";
}
#header.scroll .nav ul.dropdown {
  margin-top: 0;
}

#header .nav ul.dropdown > li {
  position: relative;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  text-align: center;
}

#header .nav ul.dropdown > li a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin: 0 0 0 60px;
  padding-top: 1em;
  font-size: 1.6rem;
}
#header .nav ul.dropdown > li span {
  font-size: 1.6rem;
}

#header .nav ul.dropdown > li a::after {
  content: attr(data-txt);
  display: block;
  color: var(--c-green);
  font-size: 1.2rem;
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#header .nav ul.dropdown > li[current] > a:after,
#header .nav ul.dropdown > li:hover > a:after {
  left: 0;
  width: 100%;
}
#header .nav ul.dropdown > li[current] > a {
  color: var(--c-green);
}
#header .nav ul.dropdown > li:hover > a {
  color: var(--c-green);
  opacity: 1;
}
#header .nav ul.dropdown > li a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--c-green);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: .2s;
}

#header.scroll .nav ul.dropdown > li a::before,
body.layout-lower
#header.scroll .nav ul.dropdown > li a::before {
  color: var(--c-green);
}

#header .nav ul.dropdown > li[current] > a:before,
#header .nav ul.dropdown > li:hover > a:before {
  left: 0;
  width: 100%;
}

@media (max-width:1170px) {

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#header .nav ul.dropdown li::after {
  display: none;
}
#header .nav ul.dropdown li:first-child::before {
  display: none;
}
#header .nav ul.dropdown > li > a {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
}
#header .nav ul.dropdown > li > a:hover:before,
#header .nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#header .nav ul.dropdown > li[current] {
  color:var(--c-green);
}
#header .nav ul.dropdown > li[current] a,
#header .nav ul.dropdown > li[current] .parent {
  color:var(--c-green);
}
  #header .nav ul.dropdown .active .parent {
  background: var(--c-l-green);
  }

  #header .nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  } 
  #sp-nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #848473;
  border-bottom: 2px solid #848473;
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #header .nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }
  #header .nav ul.dropdown > li a::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#header .nav ul.dropdown ul {
  position: absolute;
  left: 35px;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
}
#header .nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#header .nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.5em;
  margin: 0;
  text-align: left;
}
#header .nav ul.dropdown ul li a:hover {
  background: #ebf4e6;
  opacity: 1;
}

@media (max-width:1170px) {
  /* child*/
  #header .nav ul.dropdown ul {
  margin-top: 0;
  left: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #header .nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #header .nav ul.dropdown ul li a {
  border: 0;
  padding-left: 2em;
  }


  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
  content: '';
  position: absolute;
  left: 20%;
  display: block;
  width: 60%;
  height: 0;
  padding-top: 1px;
  background: var(--c-green);
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: 0;
  right: -290px;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #header .nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: #fff;
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  border-radius: 5px;
  }
}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#sp-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1em;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#sp-nav ul.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width:1170px) {

#sp-nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-top: 0;
}
#header.scroll .nav {
  width: 100%;
  display: flex;
  margin:0;
}

#sp-nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}

#sp-nav ul.dropdown li::after {
  display: none;
}
#sp-nav ul.dropdown li:first-child::before {
  display: none;
}
#sp-nav ul.dropdown > li > a,
#sp-nav ul.dropdown > li > span {
  display: block;
  text-align: left;
  padding: 0.7em;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
}

#sp-nav ul.dropdown > li > a:before {
  display: none;
}
#sp-nav ul.dropdown > li > a:hover:before,
#sp-nav ul.dropdown > li[current] > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}

#sp-nav ul.dropdown > li[current] {
  color:var(--c-green);
}
#sp-nav ul.dropdown > li[current] a {
  color:var(--c-green);
}

  #sp-nav ul.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  padding: 0;
  }
  #sp-nav ul.dropdown .parent {
  display: block;
  border-right: 0 !important;
  position: relative;
/*  width: calc( 100% - 50px );*/
  margin: 0;
  }
  #sp-nav ul.dropdown .parent:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--c-green);
  border-bottom: 2px solid var(--c-green);
  transform: rotate(45deg);
  background: none;
  }
  #sp-nav ul.dropdown .active .parent:after {
  top: 20px;
  transform: rotate(-135deg);
  }
  #sp-nav ul.dropdown > li a {
  height: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  }

}

/* ----------------------------------------------------------------------------------------------------
   * 下層リスト
/* ------------------------------------------------------------------------------------------------- */

#sp-nav ul.dropdown ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 0;
}
#sp-nav ul.dropdown li.nav02 ul {
  width: 200px;
}
#sp-nav ul.dropdown li.nav02 ul li > a {
  margin: 0;
}

#sp-nav ul.dropdown ul li {
  background: #fff;
  text-align: left;
  border: 1px solid #f2f2f2;
}
#sp-nav ul.dropdown ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0;
  color: #333;
}
#sp-nav ul.dropdown ul li a::before {
  display: none;
}

#sp-nav ul.dropdown ul li a:hover {
  background: #ffece6;
}

@media (max-width:1170px) {

  #sp-nav ul.dropdown ul {
  margin-top: 0;
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  }
  #sp-nav ul.dropdown > li > ul > li > a{
  border-top: 1px solid #e4e4e4;
  }
  #sp-nav ul.dropdown ul li {
  border: none;
  padding: 0;
  }
  #sp-nav ul.dropdown ul li a {
  padding-left: 2em;
  border: 0;
  }

  /* icon */
  .icon-menu-trigger {
  display: block !important;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 45px;
  height: 0;
  padding-top: 45px;
  background: var(--c-green);
  -webkit-appearance: none;
  border: none;
  z-index: 9999999999;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
  content: '';
  position: absolute;
  left: 20%;
  display: block;
  width: 60%;
  height: 0;
  padding-top: 1px;
  background: #fff;
  }
  .icon-menu-trigger:before {
  top: 29%;
  transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
  top: 47%;
  transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
  top: 66%;
  transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
  top: 50%;
  transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
  opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
  top: 50%;
  transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
  position: relative;
  left: 0;
  transition: 0.2s left;
  }
  #wrapper.nav-active {
  left: -290px;
  }
  #sp-nav {
  position: fixed;
  top: 0;
  right: -290px;
  left: auto;
  bottom: 0;
  z-index: 9999;
  width: 290px !important;
  background: #fff;
  overflow-y: auto;
  transition: 0.2s right;
  }
  .nav-fixed #sp-nav {
  top: 0;
  }
  #wrapper.nav-active {
  right: 0;
  }
  .nav-active #sp-nav {
  right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /* icon */
  .icon-menu-trigger {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 0;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: var(--c-green);
    -webkit-appearance: none;
    border: none;
    z-index: 9999999999;
    border-radius: 5px;
    }
  }



/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#visual {
  position: relative;
  width: 100%;
  z-index: 10;
}
#visual::after {
  content: "";
  display: block;
  background: url("../../_images/index/visual-left-bg.png");
  width: 505px;
  height: 274px;
  position: absolute;
  bottom: -3em;
  left: 0;
}

#visual .body {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #visual::after {
    display: none;
  }
  #main .visual .slider {
    position: relative;
  }
  #main .visual .slider::after {
    content: "";
    display: block;
    background: url("../../_images/index/visual-left-bg.png");
    width: 252px;
    height: 137px;
    background-size: 252px 137px;
    position: absolute;
    bottom: -2em;
    left: -1em;
  }
}


@media (max-width:1170px) {
  #visual {
    margin-top: 0.5em;
  }
  #visual .body::after {
  /*
    content: "";
    display: block;
    background: url("../../_images/index/visual-left-bg.png");
    width: 252px;
    height: 137px;
    background-size: 252px 137px;
    position: absolute;
    bottom: -3em;
    left: 0;
    */
    display: none;
  }
  body.layout-lower
  #visual .body::after {
    display: none;
  }
}

#main .visual .slider {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}

/* ----------------------------------------------------------------------------------------------------
   * ドット　縦配置
/* ------------------------------------------------------------------------------------------------- */

#main .visual .dots-wrap {
  margin: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

#main .visual .dots-wrap button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

#main .visual .dots-wrap li {
  width: 12px;
  height: 12px;
  background-color: var(--c-l-green);
  border-radius: 50%;
  margin-bottom: 10px;
  cursor: pointer;
}

#main .visual .dots-wrap li.slick-active,
#main .visual .dots-wrap li:hover {
  background-color: var(--c-green);
}

#main .visual .dots-wrap li:last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------------------------------------------
   * ナビリスト
/* ------------------------------------------------------------------------------------------------- */

#visual .nav-list {
  position: absolute;
  top: 90px;
  right: 140px;
  max-width: 330px;
}

#visual .nav-list a {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list {
    position: absolute;
    top: 50px;
    right: 60px;
    min-width: 330px;
  }
  #visual .nav-list .layout-flex-2 > :nth-child(n+3) {
    margin-top: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list {
    position: absolute;
    top: 50px;
    right: 100px;
    min-width: 330px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #visual .nav-list {
    position: /*absolute*/relative;
    top: 10px;
    right: 10px;
    min-width: auto;
    width: /*50%*/100%;
    left: 0;
    margin: 20px auto 0;
    max-width: 100%;
  }
  #visual .nav-list .layout-flex-2 > * {
    width: 25%;
    margin: 0 auto;
  }
  #visual .nav-list .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
  #visual .nav-list .layout-flex-2 li img {
    /*width: 81px;*/
  }
  /*
  #visual .nav-list {
    position: absolute;
    top: 20px;
    right: 25px;
    min-width: 50%;
  }
  #visual .nav-list .layout-flex-2 {}
  #visual .nav-list .layout-flex-2 > * {
    width: 24%;
  }*/
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーション
/* ------------------------------------------------------------------------------------------------- */

/* 左上 */
@keyframes floating-1 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(0,7%);
  }
}
@keyframes floating-2 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(7%,7%);
  }
}
@keyframes floating-3 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-7%,7%);
  }
}
@keyframes floating-4 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(7%,-7%);
  }
}
@keyframes floating-5 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-7%,-7%);
  }
}

#visual .nav-list ul.layout-flex-2 li .photo {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
#visual .nav-list ul.layout-flex-2 li:nth-child(1) .photo {
  animation:floating-2 1.8s ease-in-out infinite alternate;
}
#visual .nav-list ul.layout-flex-2 li:nth-child(2) .photo {
  animation:floating-4 1.8s ease-in-out infinite alternate;
  animation-delay: .2s;
}
#visual .nav-list ul.layout-flex-2 li:nth-child(3) .photo {
  animation:floating-3 1.8s ease-in-out infinite alternate;
  animation-delay: .4s;
}
#visual .nav-list ul.layout-flex-2 li:nth-child(4) .photo {
  animation:floating-5 1.8s ease-in-out infinite alternate;
  animation-delay: .6s;
}

/* ----------------------------------------------------------------------------------------------------
   * 診療時間
/* ------------------------------------------------------------------------------------------------- */

.box-table {
  position: absolute;
  bottom: -90px;
  right: 0;
  min-width: 710px;
  background: rgba(237,252,230,0.9);
  border-radius: 20px 0px 0px 20px;
  padding: 30px 40px;
}

#footer
.box-table {
  position: relative;
  bottom: 0;
  right: 0;
  min-width: 630px;
  background: none;
  border-radius: 0;
  padding: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .box-table {
    position: relative;
    bottom: 0;
    right: 0;
    min-width: auto;
    background: rgba(237,252,230,0.7);
    border-radius: 0;
    padding: 10px;
    width: 100%;
    margin: 20px auto 0;
  }
  #footer
  .box-table {
    position: relative;
    bottom: 0;
    right: 0;
    min-width: auto;
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .box-table > * {
    max-width: 710px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer
  .box-table table {
    max-width: 100%;
    font-size: 1.3rem;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 角丸 テーブル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 角丸*/
.box-table table.radius tbody tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.box-table table.radius tbody tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.box-table table.radius tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.box-table table.radius tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.box-table table.radius tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* 下線*/
.box-table table.radius tbody tr:first-child th {
  border-bottom: 1px solid var(--c-green);
}
.box-table table.radius tbody tr:nth-child(2) th {
  border-bottom: 1px solid var(--c-green);
}
.box-table table.radius tbody tr:nth-child(2) td {
  border-bottom: 1px solid var(--c-green);
}


.box-table table.radius tbody tr th,
.box-table table.radius tbody tr td {
  text-align: center;
}
.box-table table.radius tbody tr td {
  color: var(--c-green);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual::after {
  content: "";
  display: block;
  background: url("../../_images/_common/visual-lower-icon.png") no-repeat;
  width: 328px;
  height: 184px;
  position: absolute;
  bottom: -3em;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual::after {
    display: none;
  }
}

body.layout-lower
#visual .body-wrap {
  position: relative;
  height: 300px;
  background: url("../../_images/_common/visual-lower-bg.png") no-repeat;
  background-position: center;
}
body.layout-lower
#visual .pic {
  opacity: 0;
  height: 300px;
}
body.layout-lower
#visual .body .pic.mask {
  opacity: 1;
  transition: opacity 1s cubic-bezier(.39,.575,.565,1);
}

body.layout-lower
#visual .body .inner {
  position: relative;
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 300px;
  margin: 0 auto;
  padding: 0 20px;
}
body.layout-lower
#visual .body .title-area {
  border-radius: 10px;
  min-width: 400px;
  padding: 1em;
  text-align: center;
}
body.layout-lower
#visual .body .title {
  text-align: center;
  font-size: 4.0rem;
  /*color: var(--c-green);*/
  font-family: "秀英にじみ丸ゴシック B";
  line-height: 1.4;
  text-shadow: 10px 0 20px #fff, 
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff, 
               10px 0 20px #fff,
               10px 0 20px #fff,
               10px 0 20px #fff;
}
body.layout-lower
#visual .body .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 1.8rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body-wrap {
    position: relative;
    height: 300px;
    background: url("../../_images/_common/visual-lower-bg.png") no-repeat;
    background-position: center;
    padding: 0 !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
/*
  body.layout-lower
  #visual .body-wrap {
    position: relative;
    height: 150px;
    background: url("../../_images/_common/visual-lower-bg.png") no-repeat;
    background-position: center;
    padding: 0 !important;
  }
  
  body.layout-lower
  #visual .body .inner {
    position: relative;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 150px;
    margin: 0 auto;
    padding: 0 20px;
  }
  */
  body.layout-lower
  #visual .body picture {
    position: relative;
  }
  body.layout-lower
  #visual .body picture::after {
    content: "";
    display: block;
    background: url("../../_images/_common/visual-lower-icon.png") no-repeat;
    width: 164px;
    height: 92px;
    background-size: 164px 92px;
    position: absolute;
    bottom: -1.5em;
    left: -1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body .title-area {
    background: var(--c-l-green);
    border-radius: 10px;
    min-width: 205px;
    padding: 0.5em;
    text-align: center;
    margin-top: 1.5em;
  }
  body.layout-lower
  #visual .body .title {
    font-size: 2.0rem;
    text-shadow: none;
  }
  body.layout-lower
  #visual .body .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.4rem;
    color: var(--c-brown);
  }
}

/* ****************************************************************************************************
   * 下層ページ背景
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#main-contents {
  background: url("../../_images/_common/lower-bg.png") repeat;
}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  position: relative;
}

#breadcrumb div.body {
  max-width: /*1120px*/1400px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  padding-top: 60px;
}
#breadcrumb ol li {
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
  color:var(--c-green);
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breadcrumb ol {
    padding-top: 0.5em;
  }
  #breadcrumb ol li {
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav {
  padding-top: 70px;
}

.page-nav .body {
  max-width: 1120px;
}


.page-nav.pc-nav {
  display: block;
}
.page-nav.sp-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-nav.pc-nav {
    display: none;
  }
  .page-nav.sp-nav {
    display: block;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
}

.page-nav ul li {
  position: relative;
  padding: 0;
  transition: 0.2s color,0.2s all;
  margin: 0 0.5% 15px;
  width: 225px;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .page-nav ul li {
/*    width: 225px;*/
    position: relative;
    padding: 0;
    transition: 0.2s color,0.2s all;
    margin: 0 auto;
    width: 46%;
  }
  .page-nav ul li ~ li {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+5) {
    margin-top: 0;
  }
  .page-nav ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .page-nav ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.page-nav ul li:hover,
.page-nav ul li[current] {}

.page-nav ul li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-green);
  text-decoration: none;
  padding: 0.5em;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  color: var(--c-green);
  border-radius: 10px;
}

.page-nav ul li a:hover,
.page-nav ul li.current a {
  background: var(--c-green);
  color: #fff;
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav ul li a {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {
  line-height: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * svg　波線
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 上向き --------------------------------------*/
.top-svg {
  position: relative; /*親要素に必ず指定する*/
}
/*ここからShape Divider Appで取得したCSS*/
.top-svg .inner {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.top-svg .inner svg {
  position: relative;
  display: block;
  width: calc(139% + 1.3px);
  height: 50px;
}
.top-svg .inner .shape-fill {
  fill: #ebf4e6;
}

/* 下向き --------------------------------------*/
.bottom-svg {
  position: relative; /*親要素に必ず指定する*/
}
/*ここからShape Divider Appで取得したCSS*/
.bottom-svg .inner {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.bottom-svg .inner svg {
  position: relative;
  display: block;
  width: calc(139% + 1.3px);
  height: 50px;
}
.bottom-svg .inner .shape-fill {
  fill: #ebf4e6;
}


/* ****************************************************************************************************
   * フッター下部（完全予約制）
**************************************************************************************************** */

#reservation {
  position: relative;
  background: #2b963e;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
}
#reservation::before {
  content: "";
  display: block;
  background: url("../../_images/_common/reserve-img.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 459px;
  height: 175px;
  margin-top: 40px;
  z-index: -1;
}

#reservation .body {
  max-width: 1040px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #reservation {
    position: relative;
    background: #2b963e;
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    z-index: 2;
  }
  #reservation::before {
    content: "";
    display: block;
    background: url("../../_images/_common/reserve-img.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 229px;
    height: 87px;
    background-size: 229px 87px;
    margin-top: 40px;
    z-index: -1;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#reservation .title {
  text-align: center;
  font-size: 4.0rem;
  color: #fff;
  font-family: "秀英にじみ丸ゴシック B";
  line-height: 1.4;
}

#reservation .lead {
  margin-top: 30px;
}
#reservation .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #reservation .title {
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-family: "秀英にじみ丸ゴシック B";
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#reservation .layout-flex-2 {
  justify-content: center;
  text-align: center;
}
#reservation .layout-flex-2 li {
  max-width: 390px;
  margin: 0 2% 20px;
}

#reservation .layout-flex-2 .btn-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.5em;
  border-radius: 10px;
  color: var(--c-brown);
  background: #fff;
  min-height: 135px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #reservation .layout-flex-2 {
    display: block;
  }
  #reservation .layout-flex-2 li {
    margin: 0 auto;
  }
  #reservation .layout-flex-2 li ~ li {
    margin-top: 20px;
  }
  
  #reservation .layout-flex-2 .btn-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.0em;
    border-radius: 10px;
    color: var(--c-brown);
    background: #fff;
    min-height: auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ご来院中の患者様へ
/* ------------------------------------------------------------------------------------------------- */

#reservation .layout-flex-2 li:nth-child(1) .btn-1 {}

/* 矢印*/
#reservation .layout-flex-2 li:nth-child(1) .btn-1 span {
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
  font-weight: bold;
}
#reservation .layout-flex-2 li:nth-child(1) .btn-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-l.png") no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
#reservation .layout-flex-2 li:nth-child(1) .btn-1:hover span::before {
  left: 0.2em;
}

/* タブ*/
#reservation .layout-flex-2 li:nth-child(1) .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/tab-icon-1.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #reservation .layout-flex-2 li:nth-child(1) .btn-1 {}
  
  /* 矢印*/
  #reservation .layout-flex-2 li:nth-child(1) .btn-1 span {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #reservation .layout-flex-2 li:nth-child(1) .btn-1 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-l.png") no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.1s;
  }
  
  /* タブ*/
  #reservation .layout-flex-2 li:nth-child(1) .btn-1::after {
    content: "";
    display: block;
    background: url("../../_images/_common/tab-icon-1.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 予約電話番号
/* ------------------------------------------------------------------------------------------------- */

#reservation .layout-flex-2 li:nth-child(2) .btn-1 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
#reservation .layout-flex-2 li:nth-child(2) .btn-1 small {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
#reservation .layout-flex-2 li:nth-child(2) .btn-1 .js-tel {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 4.0rem;
  padding-left: 1.0em;
  font-family: "秀英にじみ丸ゴシック B";
}
#reservation .layout-flex-2 li:nth-child(2) .btn-1 .js-tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/reserve-tel.png") no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #reservation .layout-flex-2 li:nth-child(2) .btn-1 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    display: block;
  }
  #reservation .layout-flex-2 li:nth-child(2) .btn-1 small {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #reservation .layout-flex-2 li:nth-child(2) .btn-1 .js-tel {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 2.4rem;
    padding-left: 1.0em;
    font-family: "秀英にじみ丸ゴシック B";
  }
  #reservation .layout-flex-2 li:nth-child(2) .btn-1 .js-tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/reserve-tel.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ****************************************************************************************************
   * フッター下部（アクセスマップ／診療時間）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#footer-map {
  position: relative;
  background: var(--c-l-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer-map .body {
  max-width: 1170px;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  #footer-map .map {
    margin: 0 auto;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer-map {
    position: relative;
    background: var(--c-l-green);
    padding-top: 2em;
    padding-bottom: 2em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 地図
/* ------------------------------------------------------------------------------------------------- */

#footer-map iframe {
  border-radius: 10px;
}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: url("../../_images/_common/footer-bg.png") repeat-x;
  background-position: bottom;
}

#footer .footer-inner {
  position: relative;
  padding-top: 70px;
}

#footer .footer-inner .body {
  max-width: 1170px;
  padding-bottom: 30px;
}

#footer .footer-inner .detail {
  max-width: 35%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner .layout-2 {
    display: block;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .footer-inner {
    position: relative;
    padding-top: 30px;
  }
  #footer .footer-inner .body {
    max-width: 1170px;
    padding-bottom: 30px;
  }
  #footer .footer-inner .detail {
    max-width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 住所エリア
/* ------------------------------------------------------------------------------------------------- */

#footer address {
  font-size: 1.6rem;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer address {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * デンタルローン
/* ------------------------------------------------------------------------------------------------- */

#footer .col-1 {
  margin-top: 20px;
}
#footer .col-1 > * {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .col-1 > * {
    display: block;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * SNS
/* ------------------------------------------------------------------------------------------------- */

#footer .sns {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 182px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: auto;
  display: flex;
  justify-content: space-between;
}

#footer .nav ul.item {
}

#footer .nav ul.item li.parent {
  padding-left: 1.25em;
  padding-right: 1em;
}
#footer .nav ul.item li.parent::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 8px;
  height: 13px;
  background-size: 8px 13px;
  position: absolute;
  top: 10px;
  left: 0;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
}

#footer .nav ul.item > li a {}

#footer .nav ul.item > li a:hover {
  color: var(--c-brown);
}

#footer .nav ul.item > li a:hover {}

#footer .nav ul.item > li ul {
  margin-top: 10px;
  margin-left: 0.5em;
}

#footer .nav ul.item li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 13px;
  font-weight: normal;
}

#footer .nav ul.item li ul li::before {
  content: "";
  display: block;
  color: var(--c-green);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--c-green);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
#footer .nav ul.item li ul li a {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  margin-top: 0;
}

#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.4rem;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}


#footer .nav ul.item li ul li a {
  font-size: 1.4rem;
}

#footer .nav ul.item > li > a {}

#footer .nav ul.item > li ul {
  font-size: 0.9rem;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .nav {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 0 15px;
}
#footer .nav ul.item {
  width:100%;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サイトマップ
/* ------------------------------------------------------------------------------------------------- */

#footer .actab {
  width: 57%;
  margin-top: 0;
}

/* スマホ　サイトマップ非表示*/
#footer .actab input {
  display: none;
}
#footer .actab label {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {

#footer .actab {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
#footer .actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#footer .actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  background: var(--c-green);
  color: #fff;
  letter-spacing: 0;
  border-radius: 10px;
}
#footer .actab .actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
  background: #ffffff;
}
#footer .actab .actab-content p {
  margin: 0.5em;
}
/* :checked */
#footer .actab input:checked ~ .actab-content {
  max-height: 100em;
  background: #ebf4e6;
  margin-top: 0.5em;
  border-radius: 10px;
}
/* Icon */
#footer .actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
#footer .actab input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-top: -6px;
  transform: rotate(45deg);
  color:#fff;
}
#footer .actab input[type=checkbox]:checked + label::after {
  top: 57%;
  transform: rotate(225deg);
}
#footer .actab a {
  display: inline !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer div.copyright {
  position: relative;
  padding-bottom: 170px;
}

#footer div.copyright p {
  text-align: center;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #footer div.copyright p {
    font-size: 1.1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 12em;
  right: 3.125%;
  font-size: 77%;
  z-index: 999;
}
#pagetop a {
  background: var(--c-green);
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.6s;
  border-radius: 10px;
}
#pagetop a:hover {
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #pagetop {
    position: fixed;
    bottom: 5em;
    right: 3.125%;
    font-size: 77%;
    z-index: 999;
    margin-top: 0;
  }
  #pagetop a {
    background: var(--c-green);
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    transition: 0.6s;
    border-radius: 5px;
  }
  #pagetop a:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -4px;
    transition: 0.2s right;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー（スマホ用）
/* ------------------------------------------------------------------------------------------------- */

.fix-footer-btn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-green);
}

.fix-footer-btn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
