@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 2.0;
  color: #3a3a3a; }

.inbox {
  width: 95%;
  margin: 0 auto; }

.sp_none {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.text_c {
  text-align: center; }

img {
  max-width: 100%;
  vertical-align: moddle; }

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  width: 100%; }

/*折り返し
-----------------------*/
.flx_wrp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*逆順
-----------------------*/
.flx_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

/*水平方向の揃え
=================================================*/
/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*垂直方向の揃え
=================================================*/
/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem_strt {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*水平揃え　上揃え
-----------------------*/
.flx_alitem_strt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

/*水平揃え　下揃え
-----------------------*/
.flx_alitem_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem_end {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx_alcont_strt {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont_start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont_end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

/*中央揃え
-----------------------*/
.flx_alcont_c {
  -ms-flex-line-pack: center;
      align-content: center; }

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont_s-btw {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont_s-ard {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  width: 600px;
  height: 350px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .com-img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .com-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none; } }
/*=========================================================
	header
=========================================================*/
#header h1 {
  display: none; }
#header .hd_l {
  width: 25%;
  left: 15px;
  top: 15px;
  position: relative;
  z-index: 1000; }
#header .hd_r {
  display: none; }

.tel {
  font-size: 22px;
  letter-spacing: 1px; }
  .tel span {
    font-size: 17px;
    margin-right: 5px; }

.yoyaku_btn {
  display: none; }

/*=========================================================
	navi
=========================================================*/
#nav {
  display: none; }

#navfixed {
  display: none; }

/*Mainvisual
=========================================================*/
#mv {
  height: 350px;
  overflow: hidden;
  width: 100%;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -80px;
  z-index: -1; }
  #mv .catch {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 170px;
    right: 0px;
    left: 0px;
    z-index: 999; }
  #mv .sm-slider li {
    height: 350px; }
    #mv .sm-slider li span {
      background-repeat: no-repeat;
      background-size: 200%;
      background-position: top center; }

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
.more_btn01 {
  text-align: center;
  position: relative;
  z-index: 999; }
  .more_btn01 a {
    font-size: 15px;
    position: relative;
    z-index: 500;
    right: 0;
    margin: 0 auto;
    border: solid #afbf5b 1px;
    color: #fff;
    background: #afbf5b;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 1.2px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .more_btn01:before {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border: solid 1px #c9c9c9;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .more_btn01:hover a {
    background: #fff;
    color: #afbf5b;
    right: -5px; }
  .more_btn01:hover:before {
    right: 0; }

.more_btn02 {
  text-align: center; }
  .more_btn02 a {
    width: 370px;
    margin: 0 auto;
    border: solid #fff 1px;
    color: #fff;
    border-radius: 10px;
    display: block;
    padding: 12px 0;
    font-weight: bold;
    letter-spacing: 1.2px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .more_btn02 a:hover {
    background: #fff;
    color: #afbf5b; }

/*top-section01
=========================================================*/
#t-sec01 {
  padding: 50px 0 60px;
  background: #fff url(../img/top/t-sec01_bg.png) no-repeat right top/92%; }
  #t-sec01 .t-sec01_wrp {
    display: block; }
  #t-sec01 h3 {
    text-align: center;
    margin-bottom: 35px; }
    #t-sec01 h3 span {
      display: block; }
      #t-sec01 h3 span:nth-child(1) {
        margin-bottom: 10px; }
        #t-sec01 h3 span:nth-child(1) img {
          width: 35%; }
  #t-sec01 .t-sec01_img {
    margin-bottom: 40px; }
  #t-sec01 .t-sec01_txt {
    margin-bottom: 50px; }
  #t-sec01 .more_btn01 {
    width: 250px;
    margin: 0 auto; }

/*top-section02
=========================================================*/
#t-sec02 {
  background: #f2f2f2 url(../img/top/t-sec02_bg.png) no-repeat right center/120%; }
  #t-sec02 a {
    display: block;
    padding: 60px 0; }
    #t-sec02 a h3 {
      text-align: center;
      width: 80%;
      padding: 15px 0;
      background: rgba(255, 255, 255, 0.8);
      margin: 0 auto;
      position: relative; }
      #t-sec02 a h3 img {
        width: 50%;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s; }

/*top-section03
=========================================================*/
#t-sec03 {
  background: #f0f6fb url(../img/top/t-sec03_bg.png) no-repeat left 46% center; }
  #t-sec03 .t-sec03_wrp {
    display: block; }
  #t-sec03 a {
    display: block;
    padding: 60px 0; }
    #t-sec03 a h3 {
      text-align: center;
      width: 80%;
      padding: 20px 0;
      background: rgba(255, 255, 255, 0.8);
      margin: 0 auto;
      position: relative; }
      #t-sec03 a h3 img {
        width: 60%;
        position: relative; }

/*top-section04
=========================================================*/
#t-sec04 {
  padding: 50px 0 60px;
  background: #fff; }
  #t-sec04 .t-sec04_wrp {
    display: block; }
    #t-sec04 .t-sec04_wrp h3 {
      text-align: center;
      margin-bottom: 40px; }
      #t-sec04 .t-sec04_wrp h3 span {
        display: block; }
        #t-sec04 .t-sec04_wrp h3 span:nth-child(1) {
          margin-bottom: 5px; }
          #t-sec04 .t-sec04_wrp h3 span:nth-child(1) img {
            width: 30%; }
    #t-sec04 .t-sec04_wrp .t-access {
      margin-bottom: 50px; }
      #t-sec04 .t-sec04_wrp .t-access .access_dl dl {
        margin-bottom: 25px; }
      #t-sec04 .t-sec04_wrp .t-access .access_dl dt, #t-sec04 .t-sec04_wrp .t-access .access_dl dd {
        width: 100%;
        line-height: 1.5;
        font-size: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #t-sec04 .t-sec04_wrp .t-access .access_dl dt {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #3a3a3a; }
      #t-sec04 .t-sec04_wrp .t-access .more_btn01 {
        margin: 40px auto 0;
        width: 235px; }
    #t-sec04 .t-sec04_wrp .map {
      width: 100%;
      height: 300px; }
      #t-sec04 .t-sec04_wrp .map iframe {
        width: 100%;
        height: 100%; }

/*top-section05
=========================================================*/
#t-sec05 {
  padding: 50px 0 60px;
  background: url(../img/top/t-sec05_bg.png) no-repeat center/cover; }
  #t-sec05 .t-sec05_wrp {
    display: block; }
  #t-sec05 .t-news {
    margin-bottom: 80px; }
  #t-sec05 .t-news h3, #t-sec05 .t-blog h3 {
    text-align: center;
    margin-bottom: 20px; }
    #t-sec05 .t-news h3 span, #t-sec05 .t-blog h3 span {
      display: block;
      line-height: 1; }
      #t-sec05 .t-news h3 span:nth-child(1), #t-sec05 .t-blog h3 span:nth-child(1) {
        margin-bottom: 8px; }
        #t-sec05 .t-news h3 span:nth-child(1) img, #t-sec05 .t-blog h3 span:nth-child(1) img {
          width: 25%; }
  #t-sec05 .t-news ul, #t-sec05 .t-blog ul {
    margin-bottom: 55px; }
    #t-sec05 .t-news ul li a, #t-sec05 .t-blog ul li a {
      display: block;
      padding: 14px 0;
      border-bottom: 1px dotted #3a3a3a; }
      #t-sec05 .t-news ul li a time, #t-sec05 .t-news ul li a p, #t-sec05 .t-blog ul li a time, #t-sec05 .t-blog ul li a p {
        line-height: 1;
        display: block;
        vertical-align: middle;
        line-height: 1.7; }
  #t-sec05 .t-news .more_btn01, #t-sec05 .t-blog .more_btn01 {
    width: 235px;
    margin: 0 auto; }

/*top-section06
=========================================================*/
#t-sec06 {
  background: #fff;
  padding: 50px 0 60px; }
  #t-sec06 .ttl_wrp {
    text-align: center; }
    #t-sec06 .ttl_wrp h3 {
      margin-bottom: 35px; }
      #t-sec06 .ttl_wrp h3 img {
        width: 50%;
        margin-bottom: 8px; }
      #t-sec06 .ttl_wrp h3 span {
        display: block;
        position: relative;
        font-size: 14px; }
  #t-sec06 ul {
    width: 95%;
    margin: 0 auto; }
    #t-sec06 ul li {
      width: 49%;
      height: 150px;
      margin: 10px 2% 0 0; }
      #t-sec06 ul li:nth-child(1) {
        width: 100%;
        margin-right: 0; }
      #t-sec06 ul li:nth-child(odd) {
        margin-right: 0; }
      #t-sec06 ul li:nth-child(-n+1) {
        margin-top: 0; }

/*=========================================================
	banner
=========================================================*/
.banner {
  padding: 30px 0;
  text-align: center;
  background: url(../img/banner/banner_bg.png) no-repeat center/cover; }
  .banner .banner_inwrp {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 35px;
    background: url(../img/banner/banner_txt_bg.png) no-repeat center top;
    border-bottom: 1px solid #fff; }
    .banner .banner_inwrp a {
      color: #fff; }
    .banner .banner_inwrp .banner_ttl {
      font-size: 20px;
      margin-bottom: 15px; }
    .banner .banner_inwrp .banner_add {
      margin-bottom: 10px; }
      .banner .banner_inwrp .banner_add p {
        vertical-align: middle;
        display: inline-block; }
    .banner .banner_inwrp .banner_tel p {
      vertical-align: middle; }
    .banner .banner_inwrp .banner_tel .banner_tel {
      margin-bottom: 10px; }
    .banner .banner_inwrp .banner_tel .banner_btn a {
      display: block;
      width: 190px;
      margin: 0 auto;
      background: #afbf5b;
      padding: 10px 0; }
      .banner .banner_inwrp .banner_tel .banner_btn a span {
        position: relative; }
        .banner .banner_inwrp .banner_tel .banner_btn a span:before {
          content: "";
          display: block;
          position: absolute;
          right: -15px;
          top: 50%;
          width: 13px;
          height: 5px;
          background: url(../img/banner/banner_arrow.png) no-repeat center/contain; }

/*=========================================================
	footer
=========================================================*/
#footer {
  padding: 80px 0 0 0;
  background: url(../img/common/ft_bg.png) no-repeat center/cover; }
  #footer .ft_wrp {
    text-align: center;
    display: block; }
  #footer .ft_l .ft_logo {
    margin-bottom: 38px; }
    #footer .ft_l .ft_logo img {
      width: 30%; }
  #footer .ft_l .ft_info .ft_worksday, #footer .ft_l .ft_info .ft_holiday {
    font-size: 14px; }
  #footer .ft_r .ft_link {
    padding: 15px;
    border-bottom: 1px #3a3a3a solid;
    text-align: right; }
    #footer .ft_r .ft_link li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      #footer .ft_r .ft_link li:last-child {
        margin-right: 0; }
  #footer .ft_r .ft_nav {
    display: none; }
  #footer #copyright {
    margin-top: 20px;
    background: #afbf5b;
    text-align: center;
    padding: 5px 0; }
    #footer #copyright small {
      color: #fff;
      font-size: 12px; }
      #footer #copyright small a {
        color: #fff; }

/*=========================================================
	下層ページ
=========================================================*/
#contents-u {
  padding: 60px 0 100px; }

/*下層共通タイトル
=========================================================*/
.ttl01 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2rem;
  margin-bottom: 50px; }

.ttl02 {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ttl02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 16px;
    background: #3a3a3a; }

/*下層共通パーツ
=========================================================*/
#ma {
  height: 200px;
  background: url(../img/common/ma_bg.png) no-repeat center/cover;
  margin-top: -80px;
  position: relative; }
  #ma .h2_u {
    display: none; }

/*パンくず
=========================================================*/
#bread-clumb {
  display: none; }

/*共通セクション
=========================================================*/
.com_sec01 img {
  width: 480px;
  float: left;
  display: block; }
.com_sec01 .plc_sec01_txt {
  width: 670px;
  float: right; }

.com-sec_list li {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px; }
  .com-sec_list li h4 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid #afbf5b;
    margin-bottom: 50px; }
    .com-sec_list li h4 span {
      margin-right: 40px;
      color: #afbf5b;
      font-size: 50px; }
  .com-sec_list li dt {
    float: left;
    width: 450px; }
  .com-sec_list li dd {
    float: right;
    width: 590px; }
.com-sec_list li:last-child {
  margin-bottom: 0; }

/*共通テーブル
=========================================================*/
.com_dl dl, .com_dl dd, .com_dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.com_dl dt, .com_dl dd {
  vertical-align: middle;
  font-size: 15px; }
.com_dl dl dt {
  width: 100%;
  background: #afbf5b;
  padding: 5px 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.com_dl dl dd {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 10px; }
  .com_dl dl dd a {
    color: #3a3a3a; }
.com_dl dl:last-child {
  margin-bottom: 0; }

/*About us
=========================================================*/
#about_section .about_list {
  display: block;
  margin-bottom: 115px; }
  #about_section .about_list li {
    width: 100%;
    margin-bottom: 50px; }
    #about_section .about_list li:last-child {
      margin-bottom: 0; }
    #about_section .about_list li .about_img {
      text-align: center;
      margin-bottom: 10px; }
    #about_section .about_list li dl dt {
      text-align: center;
      font-size: 19px;
      margin-bottom: 15px; }
    #about_section .about_list li dl dd {
      font-size: 15px;
      line-height: 1.6;
      width: 90%;
      margin: 0 auto; }

.about_insec01 {
  margin-bottom: 80px; }
  .about_insec01 h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
  .about_insec01 .about_insec1_txt {
    width: 90%;
    margin: 0 auto; }
    .about_insec01 .about_insec1_txt p {
      font-size: 15px;
      margin-bottom: 20px; }
      .about_insec01 .about_insec1_txt p:last-child {
        margin-bottom: 0; }

.about_insec02 .about_inse02_wrp {
  display: block;
  width: 90%;
  margin: 0 auto; }
.about_insec02 .about_insec02_img {
  text-align: center;
  width: 100%; }
.about_insec02 .about_insec02_txt {
  padding-top: 80px; }
  .about_insec02 .about_insec02_txt h4 {
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .about_insec02 .about_insec02_txt h4 br {
      display: none; }
    .about_insec02 .about_insec02_txt h4:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 38px;
      height: 1px;
      margin-left: -19px;
      background: #535353; }
  .about_insec02 .about_insec02_txt ul li {
    margin-bottom: 15px;
    font-size: 16px; }
    .about_insec02 .about_insec02_txt ul li:last-child {
      margin-bottom: 0; }

/*Treatment
=========================================================*/
#treatment_section .treatment_img {
  text-align: center;
  margin-bottom: 40px; }
#treatment_section dl {
  text-align: center; }
  #treatment_section dl dt {
    letter-spacing: 2rem;
    font-size: 18px;
    margin-bottom: 40px; }
  #treatment_section dl dd {
    text-align: left;
    font-size: 15px; }
    #treatment_section dl dd p {
      margin-bottom: 20px; }
      #treatment_section dl dd p:last-child {
        margin-bottom: 0; }

/*Care item
=========================================================*/
.tab {
  margin-bottom: 80px; }
  .tab li {
    width: 49%;
    text-align: center;
    margin: 10px 2% 0 0; }
    .tab li a {
      font-size: 13px;
      color: #fff;
      display: block;
      padding: 12px 0;
      background: #afbf5b; }
    .tab li:nth-child(2n) {
      margin-right: 0; }
    .tab li:nth-child(-n+2) {
      margin-top: 0; }

.careitem_list li {
  position: relative;
  width: 49%;
  margin: 30px 2% 0 0;
  padding-bottom: 30px; }
  .careitem_list li:nth-child(2n) {
    margin-right: 0; }
  .careitem_list li:nth-child(-n+2) {
    margin-top: 0; }
  .careitem_list li .careitem_img {
    width: 100%;
    height: 210px;
    margin-bottom: 10px; }
  .careitem_list li .careitem_ttl {
    line-height: 1.5; }
  .careitem_list li .price {
    position: absolute;
    right: 0;
    bottom: 0; }

/*Care Item個別
=========================================================*/
.careitem_price {
  text-align: right;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 20px; }

/*Menu
=========================================================*/
#menu_section .menu_list li {
  margin-bottom: 80px; }
  #menu_section .menu_list li:last-child {
    margin-bottom: 0; }
  #menu_section .menu_list li dl {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px; }
    #menu_section .menu_list li dl:last-child {
      margin-bottom: 0; }
    #menu_section .menu_list li dl dt, #menu_section .menu_list li dl dd {
      padding: 15px;
      vertical-align: middle; }
    #menu_section .menu_list li dl dt .menu_subttl {
      font-weight: bold;
      margin-bottom: 20px; }
    #menu_section .menu_list li dl dt .menu_subtxt {
      font-size: 15px; }
    #menu_section .menu_list li dl dd {
      background: #f3f3f3;
      text-align: right;
      font-size: 20px;
      margin-top: 30px;
      line-height: 1.5; }

/*Staff
=========================================================*/
#staff_section .staff_list .staff_list_wrp li {
  width: 100%;
  margin-bottom: 60px; }
  #staff_section .staff_list .staff_list_wrp li:last-child {
    margin-bottom: 0; }
  #staff_section .staff_list .staff_list_wrp li > div {
    display: block; }
  #staff_section .staff_list .staff_list_wrp li .staff_img {
    width: 100%;
    height: 250px;
    margin: 0 auto 10px; }
  #staff_section .staff_list .staff_list_wrp li .staff_info {
    width: 100%; }
    #staff_section .staff_list .staff_list_wrp li .staff_info .staff_name {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 15px; }
    #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl {
      margin-bottom: 40px; }
      #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl dl dt, #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl dl dd {
        width: 100%;
        line-height: 1.5;
        font-size: 15px;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl dl dt {
        padding-left: 0;
        border-bottom: dotted 1px #3a3a3a;
        margin-bottom: 10px; }
      #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl dl dd {
        margin-bottom: 15px; }
  #staff_section .staff_list .staff_list_wrp li .more_btn01 {
    width: 225px;
    margin: 0 auto; }
    #staff_section .staff_list .staff_list_wrp li .more_btn01 a {
      padding: 5px 0; }

/*Access
=========================================================*/
#access_section .access_wrp {
  display: block;
  margin-bottom: 60px; }
  #access_section .access_wrp .access_img {
    margin-bottom: 20px; }
#access_section #map {
  height: 300px; }
  #access_section #map iframe {
    width: 100%;
    height: 100%; }

/*Staff・Care Item一覧
=========================================================*/
#contents-u.case {
  padding: 100px 0; }
  #contents-u.case .case_txt {
    text-align: center;
    margin-bottom: 50px; }
  #contents-u.case .case_list li {
    width: 378px;
    float: left;
    margin-right: 30px;
    margin-top: 30px; }
    #contents-u.case .case_list li a {
      color: #3a3a3a;
      padding: 18px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 10px;
      display: block;
      border: solid 2px #afbf5b; }
      #contents-u.case .case_list li a dl dt {
        width: 340px;
        height: 240px;
        margin-bottom: 15px; }
      #contents-u.case .case_list li a dl dd {
        line-height: 1;
        font-size: 15px;
        padding-left: 15px;
        border-left: 1px solid #afbf5b; }
  #contents-u.case .case_list li:nth-child(3n) {
    margin-right: 0; }
  #contents-u.case .case_list li:nth-child(-n+3) {
    margin-top: 0; }

/*Staff・Care Item　個別
=========================================================*/
.case-main-img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  display: block;
  position: relative; }
  .case-main-img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .com-img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.case-thum li {
  width: 49%;
  height: 150px;
  margin: 10px 2% 0 0; }
.case-thum li:nth-child(2n) {
  margin-right: 0; }
.case-thum li:nth-child(-n+2) {
  margin-top: 0; }

#viewer {
  display: block;
  margin-bottom: 30px; }

/*お知らせ一覧
=========================================================*/
.post_wrp .all_post_list li {
  margin-bottom: 20px; }
  .post_wrp .all_post_list li a {
    display: block;
    color: #3a3a3a;
    padding-bottom: 15px;
    border-bottom: 1px solid #afbf5b; }
    .post_wrp .all_post_list li a dl dt {
      font-size: 18px;
      font-weight: bold; }
      .post_wrp .all_post_list li a dl dt span {
        display: inline-block; }
      .post_wrp .all_post_list li a dl dt span:nth-child(1) {
        color: #afbf5b;
        margin-right: 20px;
        font-size: 13px; }

/*お知らせ個別
=========================================================*/
#contents-u.post .s-time {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #afbf5b; }
  #contents-u.post .s-time time {
    color: #afbf5b;
    font-weight: bold; }

/*お問い合わせ
=========================================================*/
#contents-u.contact .cont_dl {
  margin-bottom: 40px; }
  #contents-u.contact .cont_dl dl dt {
    position: relative;
    margin-bottom: 5px; }
    #contents-u.contact .cont_dl dl dt .hissu {
      margin-left: 10px;
      background: #fff;
      padding: 2px 8px;
      color: #afbf5b;
      font-size: 13px; }
  #contents-u.contact .cont_dl dl dd input[type=text], #contents-u.contact .cont_dl dl dd input[type=num] {
    width: 100%;
    padding: 5px;
    border: solid #ccc 1px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #contents-u.contact .cont_dl dl dd textarea {
    border: solid #ccc 1px;
    width: 100%;
    height: 200px;
    background: #fff; }
  #contents-u.contact .cont_dl dl dd #pc01, #contents-u.contact .cont_dl dl dd #pc02 {
    margin-bottom: 10px; }
  #contents-u.contact .cont_dl dl dd #pc01 {
    width: 60px !important; }
  #contents-u.contact .cont_dl dl dd #pc02 {
    width: 80px !important; }
  #contents-u.contact .cont_dl dl .error-text {
    color: #f44336; }

.contact_btn ul {
  text-align: center; }
  .contact_btn ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #afbf5b; }
    .contact_btn ul li #form_btn {
      font-family: "Noto Serif JP", serif;
      width: 300px;
      color: #fff;
      font-size: 15px;
      letter-spacing: 3px;
      border: none;
      cursor: pointer;
      padding: 15px 0;
      background-color: #afbf5b;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-weight: bold; }
  .contact_btn ul li:last-child {
    margin-bottom: 0; }

/*pagenation---------------*/
ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px; }
  ul.pagenation li {
    display: inline-block;
    margin: 0 5px; }
    ul.pagenation li a {
      font-size: 17px;
      color: #38322d; }
  ul.pagenation li.current {
    font-size: 20px;
    color: #fff;
    background-color: #afbf5b;
    padding: 5px 8px; }

/*page-btn
--------------------------------------------*/
.page_btn {
  margin-top: 30px; }

.page_btn a {
  color: #38322d;
  font-weight: bold; }

.page_btn .right {
  position: relative;
  padding-right: 20px; }

.page_btn .left {
  position: relative;
  padding-left: 20px; }

.page_btn .right::after,
.page_btn .left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page_btn .left::before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #afbf5b 5px; }

.page_btn .right::after {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #afbf5b 5px; }

/*サイトマップ
=========================================================*/
#contents-u.site_map #site_map ul li {
  border-bottom: 1px solid #3a3a3a; }
  #contents-u.site_map #site_map ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 15px 0 15px 35px;
    color: #3a3a3a;
    position: relative;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #contents-u.site_map #site_map ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -8px;
    border: solid 8px transparent;
    border-left: 8px solid #afbf5b;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #contents-u.site_map #site_map ul li a:hover {
    color: #afbf5b; }
    #contents-u.site_map #site_map ul li a:hover:before {
      left: 10px; }

/*プライバシーポリシー
=========================================================*/
#contents-u.privacy .privacy_box {
  margin-bottom: 50px; }
  #contents-u.privacy .privacy_box .title02 {
    color: #afbf5b;
    font-size: 20px;
    font-weight: bold; }

/*404
=========================================================*/
.not_found_txt {
  text-align: center; }
  .not_found_txt p {
    font-size: 16px;
    line-height: 1.8; }
    .not_found_txt p a {
      font-weight: bold;
      color: #afbf5b; }

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0; }

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px; }

/*送信完了---------------*/
.send-comp {
  text-align: center; }

.send-comp p {
  line-height: 1.5em; }

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px; }

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 3% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/bg.png); }

.drawer--right.drawer-open .drawer-hamburger {
  display: none; }

.drawer-dropdown {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .drawer-dropdown a {
    color: #afbf5b; }

.drawer-menu > li {
  margin-bottom: 8px;
  border-bottom: 1px solid #c6beaf; }
  .drawer-menu > li:last-child {
    margin-bottom: 0; }
  .drawer-menu > li a {
    font-weight: bold; }
    .drawer-menu > li a span {
      position: relative;
      padding-left: 15px; }
      .drawer-menu > li a span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 5px;
        height: 5px;
        margin-top: -3px;
        border-top: 1px solid #afbf5b;
        border-right: 1px solid #afbf5b;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.drw_hd-logo {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 5%;
  border-bottom: none !important; }
  .drw_hd-logo img {
    width: 40%; }

.drawer-menu-item {
  padding: 0 !important; }

.drawer-caret {
  margin-right: 10px; }

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important; }

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.drawer-dropdown-menu li:last-child {
  margin-bottom: 0; }

.drawer-dropdown-menu li a {
  position: relative; }

.drawer-dropdown-menu li a::before {
  content: "-";
  display: block;
  position: absolute;
  left: -10px;
  top: -5px;
  color: #000; }

.drawer-menu-item:hover {
  color: #afbf5b; }

.drawer-caret {
  color: #afbf5b; }

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important; }

.drawer_tel {
  margin-top: 10px;
  border-bottom: none !important; }
  .drawer_tel > .drawer-menu-item {
    font-weight: bold;
    color: #fff;
    padding-left: 8px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #afbf5b;
    margin-bottom: 8px; }
  .drawer_tel ul li a {
    padding: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: bold; }
    .drawer_tel ul li a p {
      margin: 2px 0 5px; }
