@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 重要なお知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.urgent {
  position: relative;
  padding-bottom: 20px;
}

.urgent .body {
  max-width: /*1040px*/1400px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .urgent {
    position: relative;
    padding-bottom: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.urgent ul.box {
  background: #fff2f0;
  border-radius: 10px;
  padding: 40px 50px;
}

.urgent ul.box li {
  position: relative;
  padding-left: 4em;
  font-weight: bold;
}
.urgent ul.box li::before {
  content: "";
  display: block;
  background: url("../../_images/index/warning.png") no-repeat;
  width: 33px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.urgent ul.box li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.urgent ul.box li .day {}
.urgent ul.box li .category {
  background: #ff4242;
  color: #fff;
  border-radius: 60px;
  padding: 0.2em 0.5em;
  font-size: 1.2rem;
  margin-left: 20px;
  text-align: center;
  min-width: 9em;
}
.urgent ul.box li .text {
  color: #ff4242;
  margin-left: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .urgent ul.box {
    background: #fff2f0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 1em;
  }
  .urgent ul.box li {
    position: relative;
    padding-left: 0;
    font-weight: bold;
  }
  .urgent ul.box li a {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .urgent ul.box li::before {
    content: "";
    display: block;
    background: url("../../_images/index/warning.png") no-repeat;
    width: 33px;
    height: 30px;
    /*
    width: 16px;
    height: 15px;
    background-size: 16px 15px;*/
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin: 0 auto;
  }
  .urgent ul.box li .day {}
  .urgent ul.box li .category {
    background: #ff4242;
    color: #fff;
    border-radius: 60px;
    padding: 0.2em 0.5em;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  .urgent ul.box li .text {
    color: #ff4242;
    margin-left: 0;
    display: block;
  }
}

/* ****************************************************************************************************
   * information
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#information {
  position: relative;
  padding-top: 150px;
  margin-bottom: 140px;
  z-index: 1;
  background: url("../../_images/index/about-bg.png") repeat-x;
  background-position: 10% 50%;
}
#information::before {
  content: "";
  display: block;
  background: url("../../_images/index/information-left-bg.png") no-repeat;
  position: absolute;
  top: 50em;
  left: 0;
  width: 160px;
  height: 664px;
  z-index: -1;
}
#information::after {
  content: "";
  display: block;
  background: url("../../_images/index/information-right-bg.png") no-repeat;
  position: absolute;
  top: 70em;
  right: 0;
  width: 160px;
  height: 623px;
  z-index: -1;
}

#information .body {
  max-width: /*1120px*/1400px;
}

#information .layout-flex > * {
  width: 48%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #information {
    position: relative;
    padding-top: 70px;
    margin-bottom: 70px;
    z-index: 1;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #information {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  #information .layout-flex > * {
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information {
    position: relative;
    padding-top: 2em !important;
  }
  #information::before {
    content: "";
    display: block;
    background: url("../../_images/index/information-left-bg.png") no-repeat;
    position: absolute;
    top: 50em;
    left: 0;
    width: 80px;
    height: 332px;
    background-size: 80px 332px;
    z-index: -1; 
  }
  #information::after {
    content: "";
    display: block;
    background: url("../../_images/index/information-right-bg.png") no-repeat;
    position: absolute;
    top: 70em;
    right: 0;
    width: 80px;
    height: 311px;
    background-size: 80px 311px;
    z-index: -1;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#information .title-area {}
#information .title-area.layout-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#information .title {
  position: relative;
  font-size: 3.2rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0 1.0em;
  line-height: 1.4;
}
#information .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 1.8rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
#information .title::after {
  content: "";
  display: block;
  border-right: 9px solid #a9cc76;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #information .title-area {}
  #information .title-area.layout-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  #information .title {
    position: relative;
    font-size: 2.4rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    padding: 0 1.0em;
    line-height: 1.4;
  }
  #information .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.4rem;
    color: var(--c-brown);
    font-family: inherit;
    font-weight: bold;
  }
  #information .title::after {
    content: "";
    display: block;
    border-right: 9px solid #a9cc76;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#information .link-btn {
  margin-top: 0;
}
#information .btn-1 {
  display: inline-block;
}
#information .btn-1 span {
  position: relative;
  padding-left: 2.0em;
  font-family: "秀英にじみ丸ゴシック B";
}
#information .btn-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-s.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
#information .btn-1:hover span::before {
  left: 0.2em;
}


/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.news ul.box {
  margin-top: 30px;
  background: var(--c-l-green);
  padding: 30px;
  border-radius: 20px;
}

.news ul.box li {}

.news ul.box li ~ li {
  border-top: 1px solid #cccccc;
}
.news ul.box li a {
  padding: 20px 1em;
  display: block;
}
.news ul.box li a:hover {
  background: #ddeeda;
  opacity: 1;
}

.news ul.box li .meta.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
.news ul.box li .day {
  color: var(--c-green);
  width: 6.5em;
}
.news ul.box li .category {
  border-radius: 60px;
  padding: 0 0.5em;
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 110px;
  text-align: center;
}
.news ul.box li .category.staff-blog {
  border: 1px solid #7fa9d4;
  color: #0054aa;
}
.news ul.box li .category.news {
  border: 1px solid #ffa0a0;
  color: #ff4242;
}
.news ul.box li .category.blog {
  border: 1px solid #95ca9e;
  color: #2b963e;
}
.news ul.box li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .news ul.box {
    margin-top: 1em;
    background: var(--c-l-green);
    padding: 20px;
    border-radius: 20px;
  }
  .news ul.box li a {
    padding: 10px 1em;
    display: block;
  }
}


/* ****************************************************************************************************
   * 休診カレンダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.calendar {}

.calendar .slider {
  margin-top: 20px;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #information #calendar {
    padding-top: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * カスタマイズ
/* ------------------------------------------------------------------------------------------------- */

#xo-event-calendar-1 {}

.calendars {
  display: flex;
  justify-content: space-between;
}

.calendars > .xo-month-wrap {
  width: 48%;
}

/* 月の選択矢印 */
.calendars .month-next {
  position: absolute;
  right: 0;
}
.calendars .month-prev {
  position: absolute;
  left: 0;
}
/* 装飾*/
.xo-event-calendar table.xo-month button span.nav-prev {
  border-bottom: 2px solid var(--c-green) !important;
  border-left: 2px solid var(--c-green) !important;
}
.xo-event-calendar table.xo-month button span.nav-next {
  border-right: 2px solid var(--c-green) !important;
  border-top: 2px solid var(--c-green) !important;
}

/* 月タイトル*/
.xo-event-calendar table.xo-month .month-header > span {
  color: var(--c-green);
  background: var(--c-l-green);
  font-weight: bold;
  border-radius: 40px;
  max-width: 150px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  /* 日にちの大きさ*/
  .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 70% !important;
  }
  /* 矢印の位置*/
  .xo-event-calendar table.xo-month button {
    width: 20px !important;
  }
  /* 月タイトル（背景幅）*/
  .xo-event-calendar table.xo-month .month-header > span {
    max-width: 110px;
  }
}

/* ****************************************************************************************************
   * 院内新聞
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.newspaper {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .newspaper {
    padding-top: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.newspaper .box {
  margin-top: 30px;
  background: var(--c-l-green);
  padding: 20px;
  border-radius: 20px;
}
.newspaper .box a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
}
.newspaper .box a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-l.png") no-repeat;
  position: absolute;
  top:50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.newspaper .box a:hover::after {
  right: -0.2em;
}

.newspaper .box a:hover {
  background: #ddeeda;
  opacity: 1;
}

.newspaper picture {
  width: 27%;
  margin-right: 0.5em;
  max-width: 120px;
}
.newspaper picture ~ picture {
  width: 27%;
  margin-right: 1em;
  max-width: 120px;
}
.newspaper .detail {
  width: 60%;
}

.newspaper .detail .day {
  color: var(--c-green);
  width: 6.5em;
  display: block;
}
.newspaper .detail .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  .newspaper picture {
    width: auto;
    max-width: 70px;
  }
  .newspaper picture ~ picture {
    width: auto;
    max-width: 70px;
  }
  .newspaper .detail {
    width: 60%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .newspaper .box {
    margin-top: 1rem;
    background: var(--c-l-green);
    padding: 20px;
    border-radius: 20px;
  }
  .newspaper .box a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .newspaper .box a::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-l.png") no-repeat;
    position: absolute;
    top:50%;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    transform: translateY(-50%);
    transition: 0.1s;
  }
  .newspaper .detail .text {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * インスタグラム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.instagram {
  padding-top: 90px;
}

.instagram .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram {
    padding-top: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#instagram .title {
  text-align: center;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  line-height: 1.4;
}
#instagram .title::before {
  font-size: 2.0rem;
}
#instagram .title::after {
  display: none !important;
}

#instagram .icon {
  display: block;
  margin: 0 auto 0.5em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #instagram .title {
    text-align: center;
    font-size: 2.0rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    line-height: 1.4;
  }
  #instagram .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.8rem;
    color: var(--c-brown);
  }
  
  #instagram .icon {
    display: block;
    margin: 0 auto 0.5em;
    text-align: center;
  }
  #instagram .icon img {
    width: 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#sbi_images {
  margin-top: 40px;
  display: flex;
}
#sbi_images .sbi_item {
  width: 15%;
  min-width: 172px;
}
#sbi_images .sbi_photo img {
}

/* :::::::: ブレイクポイント :::::::: */

@media (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  #sbi_images {
    margin-top: 20px;
    display: flex;
  }
  #sbi_images .sbi_item {
    width: 48%;
  }
  #sbi_images .sbi_item:nth-child(n+3) {
    margin-top: 15px;
  }
  #sbi_images .sbi_photo_wrap {
  }
  #sbi_images .sbi_photo {
  }
}

#sbi_images .sbi_photo img {}
#sbi_images img {}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.instagram .link-btn {
  margin-top: 60px !important;
}
.instagram .btn {
  font-size: 1.6rem;
  width: 270px;
  padding: 0.7em 0.5em;
  font-family: "秀英にじみ丸ゴシック B";
}

.instagram .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/tab-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.6s;
  border: none;
  margin: 0;
}

.instagram .btn:hover::after {
  background: url("../../_images/_common/tab-icon-1.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .link-btn {
    margin-top: 30px !important;
  }
}


/* ****************************************************************************************************
   * 当院のできること
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.medical {
  position: relative;
  background: url("../../_images/index/medical-bg.png") no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
  z-index: 1;
}
.medical::before {
  content: "";
  display: block;
  background: url("../../_images/index/medical-left-bg.png") no-repeat;
  width: 182px;
  height: 339px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.medical::after {
  content: "";
  display: block;
  background: url("../../_images/index/medical-right-bg.png") no-repeat;
  width: 137px;
  height: 345px;
  position: absolute;
  top: 10em;
  right: 0;
  z-index: -1;
}

.medical .bg {
  position: relative;
}
.medical .bg::before {
  content: "";
  display: block;
  background: url("../../_images/index/medical-bg-top.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-6em);
  width: 100%;
  height: 60px;
  background-size: cover;
  background-position: top;
}
.medical .bg::after {
  content: "";
  display: block;
  background: url("../../_images/index/medical-img.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: contain;
  z-index: -1;
}

.medical .body {
  max-width: 1040px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .medical {
    position: relative;
    background: url("../../_images/index/medical-bg.png") no-repeat;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
    z-index: 1;
    background-position: 50% 0;
  }
  .medical::before {
    content: "";
    display: block;
    background: url("../../_images/index/medical-left-bg.png") no-repeat;
    width: 91px;
    height: 169px;
    background-size: 91px 169px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 2em;
  }
  .medical::after {
    content: "";
    display: block;
    background: url("../../_images/index/medical-right-bg.png") no-repeat;
    width: 68px;
    height: 172px;
    background-size: 68px 172px;
    position: absolute;
    top: 10em;
    right: 0;
    z-index: -1;
  }
  .medical .bg::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.medical .title {
  text-align: center;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  line-height: 1.4;
}
.medical .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 1.8rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
.medical .title::after {
  display: none !important;
}

.medical .icon {
  display: block;
  margin: 0 auto 0.5em;
  text-align: center;
}


.medical .text {
  text-align: center;
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .medical .title {
    text-align: center;
    font-size: 2.0rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    line-height: 1.4;
  }
  .medical .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.4rem;
    color: var(--c-brown);
  }
  
  .medical .icon {
    display: block;
    margin: 0 auto 0.5em;
    text-align: center;
  }
  .medical .icon img {
    width: 29px;
  }
  
  .medical .text {
    text-align: center;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.medical .layout-flex-4 {
  margin-top: 60px;
  justify-content: center;
}
.medical .layout-flex-4 > * {
  width: 25%;
}
.layout-flex-4 > :nth-child(n+5) {
  margin-top: 40px;
}

.medical .layout-flex-4 li {
  text-align: center;
}

.medical .layout-flex-4 li a {
  display: block;
  transition: 0.3s;
}

.medical .layout-flex-4 li a:hover {
  opacity: 1;
}

.medical .layout-flex-4 li .title-1 {
  position: relative;
  display: block;
  font-size: 2.0rem;
  line-height: 1.4;
  font-family: "秀英にじみ丸ゴシック B";
}

.medical .layout-flex-4 li .text-1 {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .medical .layout-flex-4 {
    margin-top: 20px;
    justify-content: center;
  }
  .medical .layout-flex-4 > * {
    width: 48%;
  }
  .layout-flex-4 > :nth-child(n+5) {
    margin-top: 30px;
  }
  .medical .layout-flex-4 li {
    text-align: center;
  }
  .medical .layout-flex-4 li .title-1 {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.medical .layout-flex-4 li .title-1::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 0.5em;
  transition: 0.2s;
}
.medical .layout-flex-4 li:nth-child(1) .title-1::before {
  background: url("../../_images/index/medical-icon-1.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(2) .title-1::before {
  background: url("../../_images/index/medical-icon-2.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(3) .title-1::before {
  background: url("../../_images/index/medical-icon-3.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(4) .title-1::before {
  background: url("../../_images/index/medical-icon-4.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(5) .title-1::before {
  background: url("../../_images/index/medical-icon-5.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(6) .title-1::before {
  background: url("../../_images/index/medical-icon-6.png?20260323") no-repeat;
}
.medical .layout-flex-4 li:nth-child(7) .title-1::before {
  background: url("../../_images/index/medical-icon-7.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .medical .layout-flex-4 li .title-1::before {
    width: 70px;
    height: 70px;
  }
  .medical .layout-flex-4 li:nth-child(1) .title-1::before {
    background: url("../../_images/index/medical-icon-1.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(2) .title-1::before {
    background: url("../../_images/index/medical-icon-2.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(3) .title-1::before {
    background: url("../../_images/index/medical-icon-3.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(4) .title-1::before {
    background: url("../../_images/index/medical-icon-4.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(5) .title-1::before {
    background: url("../../_images/index/medical-icon-5.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(6) .title-1::before {
    background: url("../../_images/index/medical-icon-6.png?20260323") no-repeat;
    background-size: 70px 70px;
  }
  .medical .layout-flex-4 li:nth-child(7) .title-1::before {
    background: url("../../_images/index/medical-icon-7.png") no-repeat;
    background-size: 70px 70px;
  }
}

.medical .layout-flex-4 li:hover .title-1::before {
  opacity: 1;
  transform: translateY(-7px);
/*  animation: purupuru 0.15s linear infinite;*/
}
@keyframes purupuru {
  0% {transform: skew(0deg,0deg);}
  25% {transform: skew(2deg, 2deg);}
  75% {transform: skew(-2deg, -2deg);}
  100% {transform: skew(0deg,0deg);}
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.medical .link-btn {
  margin-top: 60px !important;
}
.medical .btn {
  width: 350px;
  padding: 0.8em 0.5em;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .medical .link-btn {
    margin-top: 30px !important;
  }
  .medical .btn {
    width: 260px;
    padding: 0.8em 0.5em;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * 初診の方へ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first {
  position: relative;
  margin-top: 180px;
}

.first .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first {
    position: relative;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first .title-area {}

.first .title {
  position: relative;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0 1.0em;
  line-height: 1.4;
}
.first .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 2.0rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
.first .title::after {
  content: "";
  display: block;
  border-right: 9px solid #a9cc76;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}


.first .subtitle {
  position: relative;
  font-size: 2.4rem;
  color: var(--c-green);
  line-height: 1.6;
  font-family: "秀英にじみ丸ゴシック B";
}
.first .subtitle span {
  color: var(--c-brown);
}
.first .subtitle::before {
  content: "";
  display: block;
  background: url("../../_images/index/lead-bg.png") repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 700px;
  height: 156px;
  z-index: -1;
  transform: translateX(-30%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .title {
    position: relative;
    font-size: 2.4rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    padding: 0 0.5em;
    line-height: 1.4;
  }
  .first .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.6rem;
    color: var(--c-brown);
  }
  .first .title::after {
    content: "";
    display: block;
    border-right: 4px solid #a9cc76;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
  }
  
  .first .subtitle {
    font-size: 2.0rem;
    color: var(--c-green);
    line-height: 1.6;
    font-family: "秀英にじみ丸ゴシック B";
  }
  .first .subtitle span {
    color: var(--c-brown);
  }
  .first .subtitle::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(0%);
    background-position: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.first .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
  background: var(--c-d-green);
  border-radius: 20px 0px 0px 20px;
}
.first .photo::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 90px);
  height: 100%;
  background: var(--c-l-green);
  bottom: -90px;
  right: 0;
  left: -90px;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

.first picture {
  position: relative;
  display: block;
  border-radius: 20px 0px 0px 20px;
}/*
.first picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/first-img-icon.png") no-repeat;
  width: 213px;
  height: 51px;
  position: absolute;
  top: -40px;
  left: 50px;
  z-index: 3;
}*/


.first picture img {
  width: 100%;
  height: 540px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
  opacity: 0;
}

.first picture.pic.mask img {
  opacity: 1;
  transition: opacity 1s cubic-bezier(.39,.575,.565,1);
}

.first .detail {
  min-width: 380px;
  width: 30%;
  margin-left: 0;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .first .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .first .photo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--c-l-green);
    bottom: -15px;
    right: 0;
    left: -15px;
    z-index: -1;
    border-radius: 20px;
  }
  
  .first picture {
    position: relative;
    display: block;
    border-radius: 20px;
    text-align: center;
  }
  .first picture img {
    width: 100%;
    height: /*540px*/auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    max-width: 810px;
  }
  .first .detail {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  /*
  .first picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/first-img-icon.png") no-repeat;
    width: 106px;
    height: 25px;
    background-size: 106px 25px;
    position: absolute;
    top: -20px;
    left: 25px;
  }*/
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.first .link-btn {
  margin-top: 40px;
  text-align: left;
}
.first .link-btn .btn {
  margin-left: 0;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .first .link-btn {
    margin-top: 1em;
    text-align: center;
  }
  .first .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.first .images {
  margin-top: 1em;
  margin-left: -60px;
  transition: all 0.5s ease-in;
}

.first .images img {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .first .images {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
  }
  .first .images img {
    width: 176px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーションエリア
/* ------------------------------------------------------------------------------------------------- */

#first .animation-area {
  position: absolute;
  top: -40px;
  left: 50px;
  z-index: 10;
  min-width: 213px;
  display: flex;
  align-items: baseline;
}
#first .animation-area .img-1 {
  width: 32px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0s;
}
#first .animation-area .img-2 {
  width: 37px;
  z-index: 7;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.2s;
}
#first .animation-area .img-3 {
  width: 32px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.4s;
}
#first .animation-area .img-4 {
  width: 40px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.6s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
#first .animation-area {
  position: absolute;
  top: -20px;
  left: 25px;
  z-index: 10;
  min-width: 106px;
  display: flex;
  align-items: baseline;
}
#first .animation-area .img-1 {
  width: 16px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0s;
}
#first .animation-area .img-2 {
  width: 18px;
  z-index: 7;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.2s;
}
#first .animation-area .img-3 {
  width: 16px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.4s;
}
#first .animation-area .img-4 {
  width: 20px;
  z-index: 5;
  animation: housejump 1.4s infinite ease-in-out;
  animation-delay: 0.6s;
}
}

/* ****************************************************************************************************
   * 歯科医師紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.dentist {
  position: relative;
  margin-top: 170px;
}

.dentist .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist {
    position: relative;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.dentist .title-area {}

.dentist .title {
  position: relative;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0 1.0em;
  line-height: 1.4;
}
.dentist .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 2.0rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
.dentist .title::after {
  content: "";
  display: block;
  border-right: 9px solid #a9cc76;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}


.dentist .subtitle {
  position: relative;
  font-size: 2.4rem;
  color: var(--c-green);
  line-height: 1.6;
  font-family: "秀英にじみ丸ゴシック B";
}
.dentist .subtitle span {
  color: var(--c-brown);
}

.dentist .subtitle::before {
  content: "";
  display: block;
  background: url("../../_images/index/lead-bg.png") repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  width: 700px;
  height: 156px;
  z-index: -1;
  transform: translateX(30%);
}

.dentist .text {
  position: relative;
}
.dentist .text::before {
  content: "";
  display: block;
  background: url("../../_images/index/lead-bg.png") repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 700px;
  height: 156px;
  z-index: -1;
  transform: translateX(-15%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1540px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .subtitle::before,
  .dentist .text::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    width: 700px;
    height: 156px;
    z-index: -1;
    transform: translateX(-45%);
  }
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .title {
    position: relative;
    font-size: 2.4rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    padding: 0 0.5em;
    line-height: 1.4;
  }
  .dentist .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.6rem;
    color: var(--c-brown);
  }
  .dentist .title::after {
    content: "";
    display: block;
    border-right: 4px solid #a9cc76;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
  }
  
  .dentist .subtitle {
    font-size: 2.0rem;
    color: var(--c-green);
    line-height: 1.6;
    font-family: "秀英にじみ丸ゴシック B";
  }
  .dentist .subtitle span {
    color: var(--c-brown);
  }
  .dentist .subtitle::before,
  .dentist .text::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    background-position: top;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(0%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.dentist .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
  background: var(--c-d-green);
  border-radius: 0 20px 20px 0;
}
.dentist .photo::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 90px);
  height: 100%;
  background: var(--c-l-green);
  bottom: -90px;
  left: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.dentist picture {
  position: relative;
  display: block;
  border-radius: 0 20px 20px 0;
}
.dentist picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/dentist-img-icon.png") no-repeat;
  width: 91px;
  height: 70px;
  position: absolute;
  top: -60px;
  right: 30px;
  z-index: 3;
  animation: leaves 1.2s infinite alternate ease-in-out;
}

.dentist picture img {
  width: 100%;
  height: 540px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  opacity: 0;
}
.dentist picture.pic.mask img {
  opacity: 1;
  transition: opacity 1s cubic-bezier(.39,.575,.565,1);
}
.dentist .detail {
  min-width: 380px;
  width: 30%;
  margin-right: 0;
  margin-left: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .dentist .photo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--c-l-green);
    bottom: -15px;
    left: 15px;
    z-index: -1;
    border-radius: 20px;
  }
  
  .dentist picture {
    position: relative;
    display: block;
    border-radius: 20px;
  }
  .dentist picture img {
    width: 100%;
    height: /*540px*/auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    max-width: 810px;
  }
  .dentist .detail {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    margin-left: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/dentist-img-icon.png") no-repeat;
    width: 45px;
    height: 35px;
    background-size: 45px 35px;
    position: absolute;
    top: -30px;
    right: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.dentist .link-btn {
  margin-top: 40px;
  text-align: left;
}
.dentist .link-btn .btn {
  margin-left: 0;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .link-btn {
    margin-top: 1em;
    text-align: left;
  }
  .dentist .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.dentist .images {
  margin-left: auto;
  margin-right: -60px;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1220px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .images {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .dentist .images {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
  }
  .dentist .images img {
    width: 162px;
  }
}

/* ****************************************************************************************************
   * よくある質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  margin-top: 170px;
}

.faq .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq {
    position: relative;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.faq .title-area {}

.faq .title {
  position: relative;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0 1.0em;
  line-height: 1.4;
}
.faq .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 2.0rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
.faq .title::after {
  content: "";
  display: block;
  border-right: 9px solid #a9cc76;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}


.faq .subtitle {
  position: relative;
  font-size: 2.4rem;
  color: var(--c-green);
  line-height: 1.6;
  font-family: "秀英にじみ丸ゴシック B";
}
.faq .subtitle span {
  color: var(--c-brown);
}
.faq .subtitle::before {
  content: "";
  display: block;
  background: url("../../_images/index/lead-bg.png") repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 700px;
  height: 156px;
  z-index: -1;
  transform: translateX(-30%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .title {
    position: relative;
    font-size: 2.4rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    padding: 0 0.5em;
    line-height: 1.4;
  }
  .faq .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.6rem;
    color: var(--c-brown);
  }
  .faq .title::after {
    content: "";
    display: block;
    border-right: 4px solid #a9cc76;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
  }
  
  .faq .subtitle {
    font-size: 2.0rem;
    color: var(--c-green);
    line-height: 1.6;
    font-family: "秀英にじみ丸ゴシック B";
  }
  .faq .subtitle span {
    color: var(--c-brown);
  }
  .faq .subtitle::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(0%);
    background-position: center;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
  background: var(--c-d-green);
  border-radius: 20px 0px 0px 20px;
}
.faq .photo::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 90px);
  height: 100%;
  background: var(--c-l-green);
  bottom: -90px;
  right: 0;
  left: -90px;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

.faq picture {
  position: relative;
  display: block;
  border-radius: 20px 0px 0px 20px;
}
.faq picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/faq-img-icon.png") no-repeat;
  width: 118px;
  height: 71px;
  position: absolute;
  top: -60px;
  left: 30px;
  z-index: 3;
  animation: leaves 0.8s infinite alternate ease-in-out;
}


.faq picture img {
  width: 100%;
  height: 540px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
  opacity: 0;
}
.faq picture.pic.mask img {
  opacity: 1;
  transition: opacity 1s cubic-bezier(.39,.575,.565,1);
}

.faq .detail {
  min-width: 380px;
  width: 30%;
  margin-left: 0;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .photo {
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .faq .photo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--c-l-green);
    bottom: -15px;
    right: 0;
    left: -15px;
    z-index: -1;
    border-radius: 20px;
  }
  
  .faq picture {
    position: relative;
    display: block;
    border-radius: 20px;
    text-align: center;
  }
  .faq picture img {
    width: 100%;
    height: /*540px*/auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    max-width: 810px;
  }
  .faq .detail {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/faq-img-icon.png") no-repeat;
    width: 59px;
    height: 35px;
    background-size: 59px 35px;
    position: absolute;
    top: -30px;
    left: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.faq .link-btn {
  margin-top: 40px;
  text-align: left;
}
.faq .link-btn .btn {
  margin-left: 0;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .link-btn {
    margin-top: 1em;
    text-align: center;
  }
  .faq .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.faq .images {
  margin-left: -60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .images {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
  }
  .faq .images img {
    width: 155px;
  }
}


/* ****************************************************************************************************
   * アクセス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.access {
  position: relative;
  margin-top: 170px;
  margin-bottom: 230px;
}

.access .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .access {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.access .title-area {}

.access .title {
  position: relative;
  font-size: 4.0rem;
  color: var(--c-green);
  font-family: "秀英にじみ丸ゴシック B";
  padding: 0 1.0em;
  line-height: 1.4;
}
.access .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 2.0rem;
  color: var(--c-brown);
  font-family: 'Zen Maru Gothic';
  font-weight: bold;
}
.access .title::after {
  content: "";
  display: block;
  border-right: 9px solid #a9cc76;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}


.access .subtitle {
  position: relative;
  font-size: 2.4rem;
  color: var(--c-green);
  line-height: 1.6;
  font-family: "秀英にじみ丸ゴシック B";
}
.access .subtitle span {
  color: var(--c-brown);
}
.access .subtitle::before {
  content: "";
  display: block;
  background: url("../../_images/index/lead-bg.png") repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  width: 700px;
  height: 156px;
  z-index: -1;
  transform: translateX(30%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1540px) {
  /*ブラウザの幅が736px以下の時*/
  .access .subtitle::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    width: 700px;
    height: 156px;
    z-index: -1;
    transform: translateX(0%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .access .title {
    position: relative;
    font-size: 2.4rem;
    color: var(--c-green);
    font-family: "秀英にじみ丸ゴシック B";
    padding: 0 0.5em;
    line-height: 1.4;
  }
  .access .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 1.6rem;
    color: var(--c-brown);
  }
  .access .title::after {
    content: "";
    display: block;
    border-right: 4px solid #a9cc76;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
  }
  
  .access .subtitle {
    font-size: 2.0rem;
    color: var(--c-green);
    line-height: 1.6;
    font-family: "秀英にじみ丸ゴシック B";
  }
  .access .subtitle span {
    color: var(--c-brown);
  }
  .access .subtitle::before {
    content: "";
    display: block;
    background: url("../../_images/index/lead-bg.png") repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(0%);
    background-position: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.access .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
  background: var(--c-d-green);
  border-radius: 0 20px 20px 0;
}
.access .photo::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 90px);
  height: 100%;
  background: var(--c-l-green);
  bottom: -90px;
  left: 0;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

.access picture {
  position: relative;
  display: block;
  border-radius: 0 20px 20px 0;
}/*
.access picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/access-img-icon.png") no-repeat;
  width: 133px;
  height: 70px;
  position: absolute;
  top: -60px;
  right: 50px;
  z-index: 3;
}*/


.access picture img {
  width: 100%;
  height: 540px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  opacity: 0;
}
.access picture.pic.mask img {
  opacity: 1;
  transition: opacity 1s cubic-bezier(.39,.575,.565,1);
}
.access .detail {
  min-width: 380px;
  width: 30%;
  margin-right: 0;
  margin-left: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .access .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .access .photo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--c-l-green);
    bottom: -15px;
    left: 15px;
    z-index: -1;
    border-radius: 20px;
  }
  
  .access picture {
    position: relative;
    display: block;
    border-radius: 20px;
  }
  .access picture img {
    width: 100%;
    height: /*540px*/auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    max-width: 810px;
  }
  .access .detail {
    min-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    margin-left: auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  /*
  .access picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/access-img-icon.png") no-repeat;
    width: 66px;
    height: 35px;
    background-size: 66px 35px;
    position: absolute;
    top: -30px;
    right: 25px;
  }*/
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.access .link-btn {
  margin-top: 40px;
  text-align: left;
}
.access .link-btn .btn {
  margin-left: 0;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .access .link-btn {
    margin-top: 1em;
    text-align: left;
  }
  .access .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.access .images {
  margin-left: auto;
  margin-right: -60px;
  text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1220px) {
  /*ブラウザの幅が736px以下の時*/
  .access .images {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .access .images {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
  }
  .access .images img {
    width: 159px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーションエリア
/* ------------------------------------------------------------------------------------------------- */

#access .animation-area {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 10;
  max-width: 133px;
}
#access .animation-area .img-1 {
  width: 55px;
  position: absolute;
  bottom: 0;
  right: 78px;
  z-index: 5;
  animation: leaves 1s infinite alternate ease-in-out;
}
#access .animation-area .img-2 {
  width: 62px;
  position: absolute;
  bottom: 0;
  right: 34px;
  z-index: 7;
  animation: leaves 1.2s infinite -.3s alternate ease-in-out;
}
#access .animation-area .img-3 {
  width: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  animation: leaves 0.9s infinite -.6s alternate ease-in-out;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #access .animation-area {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 10;
    max-width: 66px;
  }
  #access .animation-area .img-1 {
    width: 27px;
    position: absolute;
    bottom: 0;
    right: 39px;
    z-index: 5;
    animation: leaves 1s infinite alternate ease-in-out;
  }
  #access .animation-area .img-2 {
    width: 31px;
    position: absolute;
    bottom: 0;
    right: 17px;
    z-index: 7;
    animation: leaves 1.2s infinite -.3s alternate ease-in-out;
  }
  #access .animation-area .img-3 {
    width: 27px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    animation: leaves 0.9s infinite -.6s alternate ease-in-out;
  }
}

/* ****************************************************************************************************
   * 診療時間ポップアップ表示
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#schedule-info {
  position: fixed;
  width: 220px;
  bottom: 15px;
  left: 40px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 999999999;
}

#schedule-info .inner {
  text-align: center;
  padding: 1em;
}
#schedule-info .inner .column-title {
  font-size: 1.8rem;
  font-family: "秀英にじみ丸ゴシック B";
  color: var(--c-brown);
  text-align: center;
}
#schedule-info .inner .column-title .close {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1.4;
  cursor: pointer;
}

#schedule-info .box {
  margin-top: 0;
}

#schedule-info .box .title-1 {
  font-size: 1.6rem;
}

#schedule-info .box dl {
  margin-top: 0.5em;
}
#schedule-info .box dl dt {
  background: var(--c-l-green);
  color: var(--c-green);
  border-radius: 60px;
  font-weight: bold;
}
#schedule-info .box dl dt dd {}

#schedule-info .box .detail {
  margin-top: 0.5em;
}
#schedule-info .box .detail .text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #schedule-info {
    position: fixed;
    width: 220px;
    bottom: 5em;
    left: 10px;
  }
}




