@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
  font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
body#Lower {}
/* InnerFrame
-------------------------------*/
.inner {
  padding: 0;
}


@media screen and (min-width: 46.875emx){
  .pc_n {display:none;}
  .sp_n {display:block;}
}

@media screen and (max-width: 46.874em){
  .pc_n {display:block;}
  .sp_n {display:none;}
}

/* Link
-------------------------------*/
a:link, a:visited {
  color: #00833E;
}
a:hover {
  color: #08B95C;
}
/* #fffLink
-------------------------------*/
.#ffflink a:link, .#ffflink a:visited {
  color: #ffffff;
}
.#ffflink a:hover {
  color: #ff9900;
}

.bold {
  font-weight: bold;
}

/* Index
-------------------------------*/
.h2_area {
  background-color: #C7EDFC;
  /* 上下配置中央 */
  align-items: center;
  -webkit-align-items: center;
  padding: 0 !important;
  background-image: url(../images/h2_back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.h2class {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: normal;
  padding: 2.4rem 1rem;
  color: #0780AD;
}
.h3class {
  background-image: url(../images/h3_logo.png), url(../images/h3_line.png);
  background-repeat: no-repeat, repeat-x;
  background-position: right bottom, right bottom;
  font-size: 2rem;
  font-weight: normal;
  padding: 1.4rem 6rem 1.4rem 0;
  margin-bottom: 2rem;
  color: #00833E;
  letter-spacing: 0.1rem;
}
.h4class {
  background-image: url(../images/h4_logo.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 2rem;
  font-weight: normal;
  padding: 2.5rem 1rem 1rem 4.2rem;
  margin-bottom: 1rem;
  border-bottom: 2px dashed #8DC21F;
  color: #79AD0B;
  letter-spacing: 0.1rem;
}
.h5class {
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: 2px solid #FFC600;
  margin-bottom: 1rem;
  color: #FFA600;
}
.h5class:before {
  font-family: FontAwesome;
  content: "\f06c\00a0";
}
.h6class {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: 1px dashed #60351B;
  color: #60351B;
  margin-bottom: 1rem;
}
/* Header
-------------------------------*/
header {
  padding: 1rem;
}
.head_info {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  /* 上下中央 */
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.head_info h1 .sub_txt {
  display: block;
  color: #00833E;
  font-size: 50%;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media print, screen and (min-width: 46.875em) {
  .head_info h1 .sub_txt {
    font-size: 75%;
  }
}
/* Navigation
-------------------------------*/
nav.gnav {
  display: block;
  background-color: transparent;
  font-weight: 500;
  padding: 0;

  ul.inner {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    li {
      display: block;
      width: 50%;
      background: linear-gradient(to bottom, #d8f593 80%, #cae785 80.01%); /* 薄い→濃い */

      /* &:first-child {
        display: none;
      } */

      &:nth-child(even) {
        a,
        div {
          background: no-repeat url(../images/navi_side.png) 0 30%;
        }
      }

      &.treatment {
        width: 50%;
        position: relative;

        .sub {
         width: 100%;
          margin: 0;
            background: none;
          &::after {
            content: "▾";
            margin-left: .8rem;
          }
        }



        .subbox {
          display: none;
          width: 200%;
            border-top:16px solid #cae785;

          ul {
            padding: 0;
            margin: 0;
          }

          .subnav {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
          }
        }
      }

      span {
        display: block;
        font-size: 1rem;
        color: #B5E1DE;
      }

      a,
      .sub {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #56a20b;
        padding: 1rem 1rem 2rem 1rem;
         background-image: url(../images/navi_side.png)!important; 
        background-repeat: no-repeat!important;
        background-position: left center!important;

        &:link,
        &:visited {
          color: #56a20b;
        }

        &:hover {
          background:no-repeat url(../images/navi_back.png)!important;
            
          background-position: right top!important;
          background-color: rgba(255, 255, 255, 0.3)!important;
          color: #56A20B;
        }

        &.home {
          background-image: none;
        }
      }
    }
  }
}

/* Main
-------------------------------*/
.mainarea {
  padding: 2rem 2rem 0 2rem;
}
/* パンくずリスト
-------------------------------*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #cccccc;
}
/* .breadcrumb > .active {
  color: #777777;
} */
/* SideNavi
-------------------------------*/
.spbar {
  display: block;
  height: 0.5rem;
  background-color: #A77A36;
}
.sidenavi {
  width: 24rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.sidenavi ul {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 1rem;
  background-color: #f4e2c9;
  margin: 0 2rem;
  text-align: center;
}
.sidenavi ul li {
  width: 100%;
}
.sidetitle {
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 2rem;
  padding: 1.6rem 1rem 1.8rem 1rem;
  font-size: 1.8rem;
  color: #ffffff;
  background: linear-gradient(to bottom, #bd9354 80%, #a77a36 80.01%); /* 薄い→濃い */
}
/* Footer
-------------------------------*/
footer {
  background-image: url(../images/footer_back.png);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
  padding: 3rem 0;
}
/* FooterLink
-------------------------------*/
.footnavi li {
  display: inline-block;
  margin-right: 1em;
}
.footnavi a, .footnavi a:link, .footnavi a:visited {
  color: #ffffff;
}
.footnavi a:hover {
  color: #B4D65F;
}
.footnavi li::before {
  font-family: FontAwesome;
  content: "・";
  color: #ffffff;
}
/*	その他
-------------------------------*/
.bottomtel {
  padding: 1em 0;
  text-align: center;
}
/* Copyright
-------------------------------*/
small {
  margin: 0 auto !important;
  display: block;
}
.copyright {
  width: 100%;
  padding: 0.3rem 0;
  background-color: #004521;
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
}
/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */
/*	キービジュアル
-------------------------------*/
.keyv_area {
  text-align: center;
  position: relative;
}
.keyv_area li img {
  margin: 0 auto;
}
.keyv_area_in {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 192rem;
}
.top_header_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3000;
}
.top_header_left img {
  width: 50%;
}
.top_header_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3010;
}
/*	お知らせ
-------------------------------*/
.notice {
  margin-bottom: 8rem;
  height: 36rem;
  overflow: auto;
  padding: 1rem;
  background-color: #FFFAEB;
}
.notice .news_title {
  border-top: 0.1rem dashed #999;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ee9d99;
  padding: 1rem 0 0 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.notice .news_title:before {
  font-family: FontAwesome;
  color: #ee9d99;
  content: "\f00c";
}
.notice dt.news_title:first-child {
  border-top: none;
}
.notice .news_body {
  font-size: 1.2rem;
  margin: 0 0 1rem 2rem;
}
.notice dd.link_text {
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: 90%;
}
.notice dd a:before {
  font-family: FontAwesome;
  color: #6A4B1E;
  content: "\f138\00a0";
}
.notice dd.link_text a:link, .notice dd.link_text a:visited {
  color: #6A4B1E;
}
.notice dd.link_text a:hover {
  color: #A77A36;
}
.notice dl {
  padding-bottom: 1rem;
  border-bottom: 0.1rem dotted #999;
}
.notice dl:last-child {
  border: none;
}

/*	こんな症状がある方
-------------------------------*/
.symptoms .text {
  color: #00833E;
  font-weight: bold;
  margin-bottom: 1em;
}
.symptoms .linkbox {
  text-align: center;
  margin-bottom: 0;
}
@media print, screen and (min-width: 46.875em) {
  .symptoms .text {
    font-size: 1.8rem;
  }
  .symptoms .linkbox {
    text-align: right;
  }
}


/*	医院概要
-------------------------------*/
.overview {
  background-color: #B4D65F;
  padding: 2rem 0 0;
  color: #ffffff;
}
section.overview {
  margin-bottom: 0;
}
.overview .cname {
  font-size: 3rem;
  text-align: center;
}
.ovbox {
  max-width: 43.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.overview dl {
  margin-bottom: 1rem;
}
.overview dt {
  float: left;
  width: 9rem;
  margin-bottom: 0.8rem;
  background-color: #016631;
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.overview dd {
  margin-left: 11rem;
  margin-bottom: 0.8rem;
}
.overview dd::after {
  content: '';
  display: block;
  clear: both;
}
/*	院長紹介
-------------------------------*/
.bio dt {
  float: left;
  width: 6.5rem;
  clear: both;
}
.bio dd {
  margin-left: 6.5rem;
}
/* オンライン */
.clrgreen {
  color: #79AD0B;
}
.clrgreen2 {
  color: #00833E;
}
.online-box {
  padding: 5px 10px;
  border-left: 8px solid #ccc;
  margin: 3px 0;
}
/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* signature
-------------------------------*/
.signature {
  font-size: 2rem;
}
.signature span {
  font-size: 1.6rem;
}
.signature span:after {
  content: "　";
}
/*	GoogleMaps
-------------------------------*/
.gmap {
  width: 100%;
  min-height: 40rem;
  margin-bottom: 1rem;
}
/* List
-------------------------------*/
.list_dot {
  padding-left: 2rem;
}
.list_dot li {
  list-style-type: disc;
  margin-left: 1em;
}
.list_caution {
  margin-bottom: 2rem;
}
.list_caution li {
  text-indent: -1.75rem;
  margin-left: 1.75rem;
}
.list_caution li:before {
  content: "※ ";
}
.list_check {
  margin-bottom: 2rem;
}
.list_check li {
  margin-bottom: 0.8rem;
  text-indent: -1.75rem;
  margin-left: 1.75rem;
}
.list_check li:before {
  font-family: FontAwesome;
  content: "\f058\00a0\00a0";
  color: #88C557;
}
.list_none_indent li {
  text-indent: -2rem;
  margin-left: 2rem;
}
.list_inline li {
  display: inline-block;
  margin-right: 2rem;
}
.list_inline li:before {
  content: "・";
}
li.nad {
  list-style-type: none !important;
  text-align: right;
}
li.nad:before {
  content: "" !important;
}
.list_image li {
  text-align: center;
  margin-bottom: 2rem;
}
.list_num {}
.list_num li {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 1rem;
}
.list_num li:last-child {
  margin-bottom: 0;
}
/* ColoredBox
-------------------------------*/
.colorbox {
  background-color: #E6F7C8;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 2px dashed #80A244;
}
.colorbox .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #61861F;
}
/* Anhor Link
-------------------------------*/
.anhor_link {
  margin-bottom: 2rem;
}
.anhor_link li {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.anhor_link li a:link {
  display: inline-block;
  padding: 0.3rem 2rem;
  background-color: #ffa200;
  color: #ffffff;
}
.anhor_link li a:visited {
  color: #ffffff;
}
.anhor_link li a:hover {
  color: #ffffff;
  background-color: #f0730d;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
  display: inline-block;
  padding: 0.3rem 2rem;
  background-color: #78B941;
  color: #ffffff;
}
.linkbox a:visited {
  color: #ffffff;
}
.linkbox a:hover {
  color: #ffffff;
  background-color: #008B4E;
}
/* GoToTop
-------------------------------*/
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 5rem;
  right: 2rem;
  transition: .5s;
}
#pageTop a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#pageTop a:hover {
  opacity: 0.8;
}
/* for flowdesign
-------------------------------*/
.flowbox {
  background-color: #FFF0C5;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem 0;
}
.flowbox .title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #D77000;
}
.flowallow {
  text-align: center;
  color: #D8A100;
}
.wood_short {
  display: block;
  height: 2rem;
  background-image: url(../images/wood01.png), url(../images/wood01.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}
.wood_long {
  display: block;
  margin: 0 2rem;
  height: 2rem;
  background-image: url(../images/wood01.png), url(../images/wood01.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
}
.noticelayer {
  position: relative;
  padding-bottom: 3rem;
}
.animals001 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin-bottom: 2rem;
}
.animals001 img {
  width: 90%;
}
.animals002 {
  text-align: center;
}

/* まずはご相談ください */
.consultation{
	background-image: url("../images/consultation_bg.png");
	background-repeat: repeat;
	padding: 15px;
	margin-top: 5rem;
}
.consultation h2{	
	margin: 0 0 10px;
	padding: 10px 0 0 50px;
	position: relative;
	font-size: 26px;
	text-align: left;
	color: #ff9900;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.consultation h2 span{
	display: block;
	text-align: center;
	width: 100px;
	height: 65px;
	background-image: url(../images/consultation_fukidashi.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -40px;
	top: -20px;
	line-height: 50px;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	transform: rotate( -20deg );
}
.consultation h2::after{
	content: "";
	width: 60px;
	height: 60px;
	background-image: url(../images/consultation_doctor.png);
	background-size: contain;
	position: absolute;
	right: -10px;
	top: 0px;
}

.consultation p{
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.consultation p strong{
	background: linear-gradient(transparent 70%, #ffe15a 70%);
}

.aboutreserve {
  background-color: #f1ffcf;
  background-image: url(../images/reserve_back.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 1rem;
  margin-bottom: 2rem;
}
.aboutreserve_in {
  border: 2px dashed #7eb93d;
  padding: 1rem;
}
.res_title {
  text-align: center;
  margin-top: -5rem;
}
.features {
  background-image: url(../images/feature_back.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 2rem;
}
.features ul {
  margin: 0;
  padding:  10rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.features ul li {
  width: 100%;
  margin-inline: auto;
  color: #569e06;
  font-weight: bold;
  text-align: center;
  padding-top: 17.5rem;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/feature001.png);
  line-height: 1.35;
  text-shadow: 
        2px 2px 1px #fff, 
        -2px 2px 1px #fff, 
        2px -2px 1px #fff, 
        -2px -2px 1px #fff,
        2px 0px 1px #fff,
        -2px 0px 1px #fff,
        0px 2px 1px #fff,
        0px -2px 1px #fff;
}
.features ul li .txt_large {
  font-size: 110%;
}

.features ul li:nth-of-type(1){
  background-image: url(../images/feature001.png);
}
.features ul li:nth-of-type(2){
  background-image: url(../images/feature002.png);
}
.features ul li:nth-of-type(3){
  background-image: url(../images/feature003.png);
}
.features ul li:nth-of-type(4){
  background-image: url(../images/feature004.png);
}
.features ul li:nth-of-type(5){
  background-image: url(../images/feature005.png);
}
.features ul li:nth-of-type(6){
  background-image: url(../images/feature006.png);
}
.features ul li:nth-of-type(7){
  background-image: url(../images/feature007.png);
}
.features ul li:nth-of-type(8){
  background-image: url(../images/feature008.png);
}
.features ul li:nth-of-type(9){
  background-image: url(../images/feature009.png);
}
.features ul li:nth-of-type(10){
  background-image: url(../images/feature010.png);
}
.mountain {
  background-image: url(../images/mauntain.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.cloudarea {
  padding-bottom: 14rem;
}
.woodback {
  width: 100%;
  background-image: url(../images/anim_footforest.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 5rem;
}
/* SP */
/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
  height: 0;
  content: "";
  display: block;
  clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80, .R20, .R30, .R40, .R50, .R60, .R70, .R80 {
  width: 100%;
  float: none;
}
.greenback {
  background-color: #4CB42E;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
}
.photos ul {
  /* flex化 */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.photos li {
  width: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.photos img {
  margin-bottom: 0.5rem;
}
.cent_topp {
  text-align: center;
  padding-top: 2rem;
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  /* Common
-------------------------------*/
  body {
    font-size: 1.6rem;
  }
  /* InnerFrame
-------------------------------*/
  .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 117rem;
  }
  /* Header
-------------------------------*/
  header {
    /* flex化解除 */
    display: block;
  }
  .head_info {
    /* 両端に配置 */
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .head_right {
    /* flex化 */
    display: flex !important;
    display: -webkit-flex !important;
    /* 上下配置中央 */
    align-items: center;
    -webkit-align-items: center;
  }
  .h2_area {
    padding: 0 2rem !important;
    /* flex化 */
    display: flex !important;
    display: -webkit-flex !important;
    /* 両端揃え */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h2class {
    font-size: 3.4rem;
  }
  .h3class {
    font-size: 2.5rem;
    font-weight: normal;
    padding: 1.4rem 6rem 1.4rem 2rem;
    margin-bottom: 2rem;
    color: #00833E;
    letter-spacing: 0.1rem;
  }
  /* GlovalNavi
-------------------------------*/
nav.gnav {
  ul.inner {
    padding: 0;

    > li {
      width: 16%;
      position: relative;

      &:first-child {
        display: inline-block;
      }

      &.guidance,
      &.treatment {
        width: 18%;
      }

      &.treatment {
        .sub {
          display: block;

          &::after {
            content: "▾";
            margin-left: .8rem;
          }
        }
          .subbox{
              width: 100%;
              border-top:none;
          }
      }

      span {
        font-size: 1.2rem;
      }

      a,
      .sub {
        width: 100%;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        padding: 2rem 1rem 2.6rem 1rem;
        display: block;
        background: linear-gradient(to bottom, #d8f593 80%, #cae785 80.01%) ;
        background-image: url(../images/navi_side.png) ;
        background-repeat: no-repeat;
          line-height: 1.2;
      }

      .subbox {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 100;

        > .subnav {
          li {
            width: 100%;

            &:not(:last-child) {
              border-bottom: 2px solid #cae785;
            }

            a {
              padding: 1.8rem 0;
              background-image: none;
              background: #d8f593;

              &:hover {
                opacity: 0.4;
              }
            }
          }
        }
      }
    }
  }
}

  /* Main
-------------------------------*/
  .mainarea {
    width: 87rem;
  }
  .features{
    background-position: center center;
    margin: 0;
  }
  .features ul {
    padding: 0;
    justify-content: center;
    gap: 1rem 0;
  }
  .features ul li {
    width: 50%;
    padding-top: 23.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.04rem;
  }
  /* Keyv_area
-------------------------------*/
  .top_header_left img {
    width: 100%;
  }
  /* SideNavi
-------------------------------*/
  .sidenavi {
    width: 30rem;
  }
  .sidenavi ul {
    padding: 1rem 0 5rem 0;
  }
  .sidenavi ul li {
    width: 100%;
  }
  .sidenavi ul li a img:hover {
    opacity: 1;
  }
  /* Footer
-------------------------------*/
  .footnavi li {
    display: inline-block;
    margin-right: 1em;
  }
  .footnavi li a:link, .footnavi li a:visited {
    color: #ffffff;
  }
  .footnavi li a:hover {
    color: #B4D65F;
  }
  .footnavi li::before {
    font-family: FontAwesome;
    content: "・";
    color: #ffffff;
  }
  .ovbox {
    padding: 0;
  }
  /* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .notice {
    padding: 1rem 2.4rem 1rem 2.4rem;
    margin-bottom: 12rem;
  }
  .notice .news_title {
    font-size: 1.6rem;
  }
  .notice .news_body {
    font-size: 1.4rem;
    margin: 0 0 1rem 2rem;
  }
  .notice dd.link_text {
    font-size: 90%;
  }
  .noticelayer {
    position: relative;
    padding-bottom: 10rem;
  }
  .animals001 {
    text-align: right;
    margin-bottom: 2rem;
  }
  .animals001 img {
    width: auto;
  }
  .animals002 {
    text-align: center;
    margin-top: -5.8rem;
  }
  .woodback {
    background-image: none;
  }
  .bio dt {
    width: 8rem;
  }
  .bio dd {
    margin-left: 8rem;
  }
  /* PC */
  /* テキスト＋挿絵専用コンポーネント float_TB */
  .L20 {
    float: left;
    width: 20%;
  }
  .L30 {
    float: left;
    width: 30%;
  }
  .L40 {
    float: left;
    width: 40%;
  }
  .L50 {
    float: left;
    width: 50%;
  }
  .L60 {
    float: left;
    width: 60%;
  }
  .L70 {
    float: left;
    width: 70%;
  }
  .L80 {
    float: right;
    width: 80%;
  }
  .R20 {
    float: right;
    width: 20%;
  }
  .R30 {
    float: right;
    width: 30%;
  }
  .R40 {
    float: right;
    width: 40%;
  }
  .R50 {
    float: right;
    width: 50%;
  }
  .R60 {
    float: right;
    width: 60%;
  }
  .R70 {
    float: right;
    width: 70%;
  }
  .R80 {
    float: right;
    width: 80%;
  }
  .LBP {
    padding: 0 2rem 1rem 0 !important;
  }
  .RBP {
    padding: 0 0 1rem 2rem !important;
  }
  .photos li {
    width: 25%;
    font-size: 1.4rem;
    padding: 1rem;
  }
/* まずはご相談ください */
.consultation{
	background-image: url("../images/consultation_bg.png");
	background-repeat: repeat;
	padding: 25px;
	margin-top: 50px;
	min-height: 250px;
}
.consultation h2{	
	margin: 0 0 10px 35%;
	padding: 0px;
	position: relative;
	font-size: 34px;
	text-align: left;
	color: #ff9900;
	text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.consultation h2 span{
	display: block;
	text-align: center;
	width: 145px;
	height: 85px;
	background-image: url(../images/consultation_fukidashi.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -140px;
	top: -40px;
	line-height: 70px;
	font-size: 30px;
	text-shadow: none;
	color: #fff;
	transform: rotate( -20deg );
}
.consultation h2::after{
	content: "";
	width: 170px;
	height: 170px;
	background-image: url(../images/consultation_doctor.png);
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 60px;
}

.consultation p{
	width: calc(100% - 170px);
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
.consultation p strong{
	background: linear-gradient(transparent 70%, #ffe15a 70%);
}
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px   62.5em=1000px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 62.5em) {
  .top_header_left img {
    width: 70%;
  }
  .top_header_right img {
    width: 35%;
  }
  nav li a {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #56a20b;
    padding: 1rem .7rem 1.4rem .7rem;
    /* background-image: url(../images/navi_side.png); */
    background-repeat: no-repeat;
    background-position: left center;
  }
  .ovbox {
    padding: 0;
  }
  .noticelayer {
    position: relative;
    padding-bottom: 4rem;
  }
  .animals001 {
    margin-top: 2rem;
  }
  .animals001 img {
    width: 80%;
  }
  .woodback {
    background-image: none;
  }
	
}
.recruit_tbl {
  border: 1px solid #00833E;
}
.recruit_tbl th, .recruit_tbl td {
  border: 1px solid #00833E;
  padding: 0.5em;
}
.recruit_tbl th {
  background-color: #d8f593;
  color: #00833E;
  text-align: left;
  white-space: nowrap;
}
@media print, screen and (min-width: 46.875em) {
  .recruit_tbl {}
}
#btm_info {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 80;
  display: block;
  width: 100%;
  height: 55px;
}
#btm_info ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
#btm_info ul li {
  width: 100%;
  vertical-align: baseline;
  text-align: center !important;
  background-color: #f7931e;
  height: 55px;
  border-top: 1px solid #fff;
}
#btm_info ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px .3rem 5px;
  font-size: 1.4rem;
}
/*フッター固定バナー（PC）*/
@media (min-width: 48em) {
  #btm_info {
    display: none;
  }
}

/* Q＆A */
#panel > dt {
  border-bottom: solid 1px #fff;
  background-color: #78B941;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
text-align: left;
}
#panel > dt:before{
	font-family: FontAwesome;
	content:"▼ Ｑ.";
}

#panel > dd {
text-align: left;
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}
#panel > dd:before{
	font-family: FontAwesome;
	content:"Ａ.";
}

/*クレジットカード*/
ul.card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
ul.card li {
  margin-right: 5%;
  margin-bottom: 1%;
  width: 15%;
  vertical-align: baseline;
}
ul.card li img {
  max-width: 100%;
}

