@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
/* line 26, ../_sass/style.scss */
body {
  overflow-x: hidden;
  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: 1280px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 2.0;
  color: #3a3a3a; }

/* line 43, ../_sass/style.scss */
.inbox {
  width: 1080px;
  margin: 0 auto; }

/* line 48, ../_sass/style.scss */
.pc_none {
  display: none; }

/* line 52, ../_sass/style.scss */
.left {
  float: left; }

/* line 56, ../_sass/style.scss */
.right {
  float: right; }

/* line 60, ../_sass/style.scss */
.text_c {
  text-align: center; }

/* line 64, ../_sass/style.scss */
a[href^="tel:"] {
  pointer-events: none; }

/* line 68, ../_sass/style.scss */
img {
  max-width: 100%;
  vertical-align: moddle; }

/*display flexキッド 
=================================================*/
/* line 75, ../_sass/style.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%; }

/*折り返し
-----------------------*/
/* line 88, ../_sass/style.scss */
.flx_wrp {
  flex-wrap: wrap; }

/*逆順
-----------------------*/
/* line 94, ../_sass/style.scss */
.flx_rr {
  flex-direction: row-reverse; }

/*水平方向の揃え
=================================================*/
/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
/* line 104, ../_sass/style.scss */
.flx_btw {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
/* line 111, ../_sass/style.scss */
.flx_ard {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/*水平揃え　末揃え
-----------------------*/
/* line 118, ../_sass/style.scss */
.flx_end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

/*水平揃え　中央揃え
-----------------------*/
/* line 125, ../_sass/style.scss */
.flx_center {
  -webkit-justify-content: center;
  justify-content: center; }

/*垂直方向の揃え
=================================================*/
/*水平揃え　高さ揃え
-----------------------*/
/* line 135, ../_sass/style.scss */
.flx_alitem_strt {
  -webkit-align-items: stretch;
  align-items: stretch; }

/*水平揃え　縦・横の中央揃え
-----------------------*/
/* line 142, ../_sass/style.scss */
.flx_alitem_c {
  -webkit-align-items: center;
  align-items: center; }

/*水平揃え　上揃え
-----------------------*/
/* line 149, ../_sass/style.scss */
.flx_alitem_strt {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

/*水平揃え　下揃え
-----------------------*/
/* line 156, ../_sass/style.scss */
.flx_alitem_end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

/*水平揃え　ベースライン揃え
-----------------------*/
/* line 163, ../_sass/style.scss */
.flx_alitem_end {
  -webkit-align-items: baseline;
  align-items: baseline; }

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
/* line 173, ../_sass/style.scss */
.flx_alcont_strt {
  -webkit-align-content: stretch;
  align-content: stretch; }

/*親要素の開始位置から配置。上揃え
-----------------------*/
/* line 180, ../_sass/style.scss */
.flx_alcont_start {
  -webkit-align-content: flex-start;
  align-content: flex-start; }

/*親要素の終点から配置。下揃え
-----------------------*/
/* line 187, ../_sass/style.scss */
.flx_alcont_end {
  -webkit-align-content: flex-end;
  align-content: flex-end; }

/*中央揃え
-----------------------*/
/* line 194, ../_sass/style.scss */
.flx_alcont_c {
  -webkit-align-content: center;
  align-content: center; }

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
/* line 201, ../_sass/style.scss */
.flx_alcont_s-btw {
  -webkit-align-content: space-between;
  align-content: space-between; }

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
/* line 208, ../_sass/style.scss */
.flx_alcont_s-ard {
  -webkit-align-content: space-around;
  align-content: space-around; }

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
/* line 218, ../_sass/style.scss */
.com-img {
  width: 600px;
  height: 350px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  /* line 225, ../_sass/style.scss */
  .com-img img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

@supports (object-fit: cover) {
  /* line 242, ../_sass/style.scss */
  .com-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; } }
/*=========================================================
	header
=========================================================*/
/* line 262, ../_sass/style.scss */
#header h1 {
  font-size: 12px;
  position: absolute;
  top: 900px;
  left: 10px;
  z-index: 1000; }
/* line 269, ../_sass/style.scss */
#header .hd_l {
  left: 15px;
  top: 15px;
  position: relative;
  z-index: 1000; }
/* line 275, ../_sass/style.scss */
#header .hd_r {
  position: relative;
  z-index: 1000;
  width: 810px; }
  /* line 279, ../_sass/style.scss */
  #header .hd_r .hd_info_wrp {
    margin-bottom: 15px; }
  /* line 282, ../_sass/style.scss */
  #header .hd_r .hd_info {
    margin-right: 15px; }
    /* line 284, ../_sass/style.scss */
    #header .hd_r .hd_info p {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 8px, #fff -1px 1px 8px, #fff 1px -1px 8px, #fff -1px -1px 8px; }
  /* line 298, ../_sass/style.scss */
  #header .hd_r .hd_tel {
    border-right: solid 1px #7d7d7d;
    border-bottom: solid 1px #7d7d7d;
    border-left: solid 1px #7d7d7d;
    width: 290px;
    background: #fff;
    text-align: center;
    line-height: 1.4; }

/* line 310, ../_sass/style.scss */
.tel {
  font-size: 22px;
  letter-spacing: 1px; }
  /* line 313, ../_sass/style.scss */
  .tel span {
    font-size: 17px;
    margin-right: 5px; }

/* line 319, ../_sass/style.scss */
.yoyaku_btn {
  text-align: center;
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 999; }

/*=========================================================
	navi
=========================================================*/
/* line 330, ../_sass/style.scss */
#nav {
  text-align: right; }
  /* line 332, ../_sass/style.scss */
  #nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px; }
    /* line 336, ../_sass/style.scss */
    #nav li:first-child {
      margin-left: 0; }
    /* line 339, ../_sass/style.scss */
    #nav li a {
      text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px, #fff 1px 1px 8px, #fff -1px 1px 8px, #fff 1px -1px 8px, #fff -1px -1px 8px; }

/* line 352, ../_sass/style.scss */
#navfixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: #afbf5b;
  width: 100%;
  padding: 15px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4); }
  /* line 361, ../_sass/style.scss */
  #navfixed .nav_logo {
    width: 90px; }
  /* line 364, ../_sass/style.scss */
  #navfixed .nav_fixed_inwrp {
    width: 1070px; }
    /* line 366, ../_sass/style.scss */
    #navfixed .nav_fixed_inwrp .fixed_nav, #navfixed .nav_fixed_inwrp .nav_tel, #navfixed .nav_fixed_inwrp .fiexed_sns, #navfixed .nav_fixed_inwrp .fiexed_sns li {
      display: inline-block;
      vertical-align: middle; }
    /* line 370, ../_sass/style.scss */
    #navfixed .nav_fixed_inwrp .nav_tel {
      color: #fff;
      margin-right: 20px; }
    /* line 375, ../_sass/style.scss */
    #navfixed .nav_fixed_inwrp .fixed_nav li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 25px; }
      /* line 379, ../_sass/style.scss */
      #navfixed .nav_fixed_inwrp .fixed_nav li a {
        color: #fff; }
    /* line 384, ../_sass/style.scss */
    #navfixed .nav_fixed_inwrp .fiexed_sns li {
      margin-right: 10px; }
      /* line 386, ../_sass/style.scss */
      #navfixed .nav_fixed_inwrp .fiexed_sns li:last-child {
        margin-right: 0; }

/*Mainvisual
=========================================================*/
/* line 395, ../_sass/style.scss */
#mv {
  height: 950px;
  width: 100%;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -80px;
  z-index: -1; }
  /* line 404, ../_sass/style.scss */
  #mv .catch {
    text-align: center;
    position: absolute;
    top: 380px;
    right: 0px;
    left: 0px;
    z-index: 999; }
  /* line 412, ../_sass/style.scss */
  #mv li {
    height: 950px; }

/*=========================================================
	トップページ
=========================================================*/
/*共通ボタン
=========================================================*/
/* line 423, ../_sass/style.scss */
.more_btn01 {
  text-align: center;
  position: relative;
  z-index: 999; }
  /* line 427, ../_sass/style.scss */
  .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;
    transition: 0.3s; }
  /* line 442, ../_sass/style.scss */
  .more_btn01:before {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border: solid 1px #c9c9c9;
    transition: 0.3s; }
  /* line 454, ../_sass/style.scss */
  .more_btn01:hover a {
    background: #fff;
    color: #afbf5b;
    right: -5px; }
  /* line 459, ../_sass/style.scss */
  .more_btn01:hover:before {
    right: 0; }

/* line 465, ../_sass/style.scss */
.more_btn02 {
  text-align: center; }
  /* line 467, ../_sass/style.scss */
  .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;
    transition: 0.3s; }
  /* line 479, ../_sass/style.scss */
  .more_btn02 a:hover {
    background: #fff;
    color: #afbf5b; }

/*top-section01
=========================================================*/
/* line 487, ../_sass/style.scss */
#t-sec01 {
  padding: 190px 0 140px;
  background: #fff url(../img/top/t-sec01_bg.png) no-repeat right top 100px/92%; }
  /* line 490, ../_sass/style.scss */
  #t-sec01 h3 {
    margin-bottom: 35px; }
    /* line 492, ../_sass/style.scss */
    #t-sec01 h3 span {
      display: inline-block;
      vertical-align: bottom; }
      /* line 495, ../_sass/style.scss */
      #t-sec01 h3 span:nth-child(1) {
        margin-right: 20px; }
  /* line 500, ../_sass/style.scss */
  #t-sec01 .t-sec01_img {
    width: 770px;
    margin-left: -280px; }
  /* line 504, ../_sass/style.scss */
  #t-sec01 .t-sec01_txt {
    width: 480px;
    margin-bottom: 50px; }
  /* line 508, ../_sass/style.scss */
  #t-sec01 .more_btn01 {
    width: 235px; }

/*top-section02
=========================================================*/
/* line 516, ../_sass/style.scss */
#t-sec02 {
  background: #f2f2f2 url(../img/top/t-sec02_bg.png) no-repeat right center; }
  /* line 518, ../_sass/style.scss */
  #t-sec02 a {
    display: block;
    padding: 200px 0 250px; }
    /* line 521, ../_sass/style.scss */
    #t-sec02 a h3 {
      width: 195px;
      position: relative; }
      /* line 524, ../_sass/style.scss */
      #t-sec02 a h3 img {
        position: relative;
        left: -10px;
        transition: 0.5s; }
      /* line 529, ../_sass/style.scss */
      #t-sec02 a h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 35px;
        bottom: -65px;
        width: 247px;
        height: 8px;
        background: url(../img/top/t-sec02_arrow.png) no-repeat center/contain;
        transition: 0.8s; }
    /* line 543, ../_sass/style.scss */
    #t-sec02 a:hover h3 img {
      left: 50px; }
    /* line 546, ../_sass/style.scss */
    #t-sec02 a:hover h3:before {
      left: 100px; }

/*top-section03
=========================================================*/
/* line 556, ../_sass/style.scss */
#t-sec03 {
  background: #f0f6fb url(../img/top/t-sec03_bg.png) no-repeat left center; }
  /* line 558, ../_sass/style.scss */
  #t-sec03 .t-sec03_ttl_wrp {
    width: 400px;
    float: right; }
  /* line 562, ../_sass/style.scss */
  #t-sec03 a {
    padding: 200px 0 250px;
    display: block;
    position: relative; }
    /* line 566, ../_sass/style.scss */
    #t-sec03 a h3 {
      text-align: right;
      position: relative; }
      /* line 569, ../_sass/style.scss */
      #t-sec03 a h3 img {
        position: relative;
        right: 0;
        transition: 0.5s;
        z-index: 1000; }
      /* line 575, ../_sass/style.scss */
      #t-sec03 a h3:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: -65px;
        width: 247px;
        height: 8px;
        background: url(../img/top/t-sec03_arrow.png) no-repeat center/contain;
        transition: 0.6s;
        z-index: 1000; }
    /* line 590, ../_sass/style.scss */
    #t-sec03 a:hover h3 img {
      right: 50px; }
    /* line 593, ../_sass/style.scss */
    #t-sec03 a:hover h3:before {
      right: 130px; }

/*top-section04
=========================================================*/
/* line 603, ../_sass/style.scss */
#t-sec04 {
  padding: 150px 0;
  background: #fff; }
  /* line 607, ../_sass/style.scss */
  #t-sec04 .t-sec04_wrp h3 {
    margin: 0 0 55px -20px; }
    /* line 609, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp h3 span {
      display: inline-block;
      vertical-align: bottom; }
  /* line 614, ../_sass/style.scss */
  #t-sec04 .t-sec04_wrp .t-access {
    width: 340px;
    margin-left: -100px;
    padding: 45px 0 0 35px; }
    /* line 619, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .t-access .access_dl dl {
      margin-bottom: 25px; }
    /* line 622, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .t-access .access_dl dt, #t-sec04 .t-sec04_wrp .t-access .access_dl dd {
      line-height: 1.5;
      font-size: 15px;
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 630, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .t-access .access_dl dt {
      width: 115px; }
    /* line 633, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .t-access .access_dl dd {
      width: 180px; }
    /* line 637, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .t-access .more_btn01 {
      margin-top: 40px;
      width: 235px; }
  /* line 642, ../_sass/style.scss */
  #t-sec04 .t-sec04_wrp .map {
    width: 1100px;
    height: 470px;
    margin-right: -370px; }
    /* line 646, ../_sass/style.scss */
    #t-sec04 .t-sec04_wrp .map iframe {
      width: 100%;
      height: 100%; }

/*top-section05
=========================================================*/
/* line 657, ../_sass/style.scss */
#t-sec05 {
  padding: 95px 0 115px;
  background: url(../img/top/t-sec05_bg.png) no-repeat center/cover; }
  /* line 660, ../_sass/style.scss */
  #t-sec05 .t-blog {
    margin-top: -15px; }
  /* line 663, ../_sass/style.scss */
  #t-sec05 .t-news, #t-sec05 .t-blog {
    width: 440px; }
    /* line 665, ../_sass/style.scss */
    #t-sec05 .t-news h3, #t-sec05 .t-blog h3 {
      text-align: center;
      margin-bottom: 35px; }
      /* line 668, ../_sass/style.scss */
      #t-sec05 .t-news h3 span, #t-sec05 .t-blog h3 span {
        display: block;
        line-height: 1; }
        /* line 671, ../_sass/style.scss */
        #t-sec05 .t-news h3 span:nth-child(1), #t-sec05 .t-blog h3 span:nth-child(1) {
          margin-bottom: 8px; }
    /* line 676, ../_sass/style.scss */
    #t-sec05 .t-news ul, #t-sec05 .t-blog ul {
      margin-bottom: 55px; }
      /* line 679, ../_sass/style.scss */
      #t-sec05 .t-news ul li a, #t-sec05 .t-blog ul li a {
        display: block;
        padding: 14px 0;
        border-bottom: 1px dotted #3a3a3a; }
        /* line 683, ../_sass/style.scss */
        #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: inline-block;
          vertical-align: middle; }
    /* line 691, ../_sass/style.scss */
    #t-sec05 .t-news .more_btn01, #t-sec05 .t-blog .more_btn01 {
      width: 235px;
      margin: 0 auto; }

/*top-section06
=========================================================*/
/* line 700, ../_sass/style.scss */
#t-sec06 {
  background: #fff;
  padding: 120px 0 160px; }
  /* line 703, ../_sass/style.scss */
  #t-sec06 .ttl_wrp {
    width: 1080px;
    margin: 0 auto; }
    /* line 706, ../_sass/style.scss */
    #t-sec06 .ttl_wrp h3 {
      margin-bottom: 35px; }
      /* line 708, ../_sass/style.scss */
      #t-sec06 .ttl_wrp h3 span {
        margin-left: 35px;
        position: relative; }
        /* line 711, ../_sass/style.scss */
        #t-sec06 .ttl_wrp h3 span:before {
          content: "";
          display: block;
          position: absolute;
          right: -105px;
          top: 50%;
          height: 1px;
          width: 80px;
          background: #7d7d7d; }
  /* line 725, ../_sass/style.scss */
  #t-sec06 ul li {
    width: 19%;
    height: 370px;
    margin-right: 1%; }
    /* line 729, ../_sass/style.scss */
    #t-sec06 ul li:last-child {
      margin-right: 0; }

/*=========================================================
	banner
=========================================================*/
/* line 740, ../_sass/style.scss */
.banner {
  padding: 95px 0;
  text-align: center;
  background: url(../img/banner/banner_bg.png) no-repeat center/cover; }
  /* line 744, ../_sass/style.scss */
  .banner .banner_inwrp {
    color: #fff;
    width: 510px;
    margin: 0 auto;
    padding: 60px 0 35px;
    background: url(../img/banner/banner_txt_bg.png) no-repeat center top;
    border-bottom: 1px solid #fff; }
    /* line 751, ../_sass/style.scss */
    .banner .banner_inwrp a {
      color: #fff; }
    /* line 754, ../_sass/style.scss */
    .banner .banner_inwrp .banner_ttl {
      font-size: 20px;
      margin-bottom: 15px; }
    /* line 758, ../_sass/style.scss */
    .banner .banner_inwrp .banner_add {
      margin-bottom: 10px; }
      /* line 760, ../_sass/style.scss */
      .banner .banner_inwrp .banner_add p {
        vertical-align: middle;
        display: inline-block; }
    /* line 766, ../_sass/style.scss */
    .banner .banner_inwrp .banner_tel p {
      display: inline-block;
      vertical-align: middle; }
    /* line 770, ../_sass/style.scss */
    .banner .banner_inwrp .banner_tel .banner_tel {
      margin-right: 10px; }
    /* line 774, ../_sass/style.scss */
    .banner .banner_inwrp .banner_tel .banner_btn a {
      display: block;
      width: 190px;
      background: #afbf5b;
      padding: 10px 0; }
      /* line 779, ../_sass/style.scss */
      .banner .banner_inwrp .banner_tel .banner_btn a span {
        position: relative; }
        /* line 781, ../_sass/style.scss */
        .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
=========================================================*/
/* line 803, ../_sass/style.scss */
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999; }

/* line 811, ../_sass/style.scss */
#footer {
  padding: 80px 0 0 0;
  background: url(../img/common/ft_bg.png) no-repeat center/cover; }
  /* line 814, ../_sass/style.scss */
  #footer .ft_l {
    width: 195px; }
    /* line 816, ../_sass/style.scss */
    #footer .ft_l .ft_logo {
      margin-bottom: 38px; }
    /* line 820, ../_sass/style.scss */
    #footer .ft_l .ft_info .ft_worksday, #footer .ft_l .ft_info .ft_holiday {
      font-size: 14px; }
  /* line 825, ../_sass/style.scss */
  #footer .ft_r {
    width: 670px; }
    /* line 827, ../_sass/style.scss */
    #footer .ft_r .ft_link {
      padding: 15px;
      margin-bottom: 25px;
      border-bottom: 1px #3a3a3a solid;
      text-align: right; }
      /* line 832, ../_sass/style.scss */
      #footer .ft_r .ft_link li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        /* line 836, ../_sass/style.scss */
        #footer .ft_r .ft_link li:last-child {
          margin-right: 0; }
    /* line 842, ../_sass/style.scss */
    #footer .ft_r .ft_nav li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 18px; }
  /* line 851, ../_sass/style.scss */
  #footer #copyright {
    margin-top: 100px;
    background: #afbf5b;
    text-align: center;
    padding: 5px 0; }
    /* line 856, ../_sass/style.scss */
    #footer #copyright small {
      color: #fff;
      font-size: 12px; }
      /* line 859, ../_sass/style.scss */
      #footer #copyright small a {
        color: #fff; }



/*=========================================================
	下層ページ
=========================================================*/
/* line 870, ../_sass/style.scss */
#contents-u {
  padding: 100px 0 200px; }

/*下層共通タイトル
=========================================================*/
/* line 876, ../_sass/style.scss */
.ttl01 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2rem;
  margin-bottom: 65px; }

/* line 883, ../_sass/style.scss */
.ttl02 {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 892, ../_sass/style.scss */
  .ttl02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 16px;
    background: #3a3a3a; }

/*下層共通パーツ
=========================================================*/
/* line 908, ../_sass/style.scss */
#ma {
  height: 450px;
  background: url(../img/common/ma_bg.png) no-repeat center/cover;
  margin-top: -81px;
  position: relative; }
  /* line 913, ../_sass/style.scss */
  #ma .h2_u {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px; }

/*パンくず
=========================================================*/
/* line 923, ../_sass/style.scss */
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px; }
  /* line 928, ../_sass/style.scss */
  #bread-clumb li {
    position: relative;
    color: #3a3a3a;
    font-size: 14px;
    float: left;
    margin-right: 20px; }
    /* line 934, ../_sass/style.scss */
    #bread-clumb li a {
      color: #3a3a3a; }
  /* line 938, ../_sass/style.scss */
  #bread-clumb li:after {
    content: ">";
    position: absolute;
    display: block;
    right: -15px;
    top: 0; }
  /* line 945, ../_sass/style.scss */
  #bread-clumb li:last-child {
    margin-right: 0; }
  /* line 948, ../_sass/style.scss */
  #bread-clumb li:last-child:after {
    display: none; }

/* line 953, ../_sass/style.scss */
.com_sec {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0px; }

/*共通セクション
=========================================================*/
/* line 965, ../_sass/style.scss */
.com_sec01 img {
  width: 480px;
  float: left;
  display: block; }
/* line 970, ../_sass/style.scss */
.com_sec01 .plc_sec01_txt {
  width: 670px;
  float: right; }

/* line 977, ../_sass/style.scss */
.com-sec_list li {
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 50px; }
  /* line 982, ../_sass/style.scss */
  .com-sec_list li h4 {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid #afbf5b;
    margin-bottom: 50px; }
    /* line 987, ../_sass/style.scss */
    .com-sec_list li h4 span {
      margin-right: 40px;
      color: #afbf5b;
      font-size: 50px; }
  /* line 993, ../_sass/style.scss */
  .com-sec_list li dt {
    float: left;
    width: 450px; }
  /* line 997, ../_sass/style.scss */
  .com-sec_list li dd {
    float: right;
    width: 590px; }
/* line 1002, ../_sass/style.scss */
.com-sec_list li:last-child {
  margin-bottom: 0; }

/*共通テーブル
=========================================================*/
/* line 1010, ../_sass/style.scss */
.com_dl dl, .com_dl dd, .com_dl dt {
  box-sizing: border-box; }
/* line 1013, ../_sass/style.scss */
.com_dl dt, .com_dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 0;
  font-size: 15px; }

.access_dl_txt p{
	padding-left:11px;
}

/* line 1019, ../_sass/style.scss */
.com_dl dl {
  border-bottom: 1px dotted #3a3a3a; }
  /* line 1021, ../_sass/style.scss */
  .com_dl dl dt {
    width: 310px; }
  /* line 1024, ../_sass/style.scss */
  .com_dl dl dd {
    width: 880px;
    margin-bottom: 10px; }
    /* line 1027, ../_sass/style.scss */
    .com_dl dl dd a {
      color: #3a3a3a; }
/* line 1032, ../_sass/style.scss */
.com_dl dl:last-child {
  margin-bottom: 0; }

/*About us
=========================================================*/
/* line 1040, ../_sass/style.scss */
#about_section .about_list {
  margin-bottom: 115px; }
  /* line 1042, ../_sass/style.scss */
  #about_section .about_list li {
    width: 350px; }
    /* line 1044, ../_sass/style.scss */
    #about_section .about_list li .about_img {
      margin-bottom: 10px; }
    /* line 1048, ../_sass/style.scss */
    #about_section .about_list li dl dt {
      font-size: 19px;
      margin-bottom: 15px; }
    /* line 1052, ../_sass/style.scss */
    #about_section .about_list li dl dd {
      font-size: 15px;
      line-height: 1.6; }

/* line 1061, ../_sass/style.scss */
.about_insec01 {
  text-align: center;
  margin-bottom: 115px; }
  /* line 1064, ../_sass/style.scss */
  .about_insec01 h4 {
    font-size: 20px;
    margin-bottom: 30px; }
  /* line 1069, ../_sass/style.scss */
  .about_insec01 .about_insec1_txt p {
    font-size: 15px;
    margin-bottom: 20px; }
    /* line 1072, ../_sass/style.scss */
    .about_insec01 .about_insec1_txt p:last-child {
      margin-bottom: 0; }

/* line 1080, ../_sass/style.scss */
.about_insec02 .about_insec02_img {
  width: 540px; }
/* line 1083, ../_sass/style.scss */
.about_insec02 .about_insec02_txt {
  width: 410px;
  padding-top: 80px; }
  /* line 1086, ../_sass/style.scss */
  .about_insec02 .about_insec02_txt h4 {
    font-size: 22px;
    position: relative;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    /* line 1092, ../_sass/style.scss */
    .about_insec02 .about_insec02_txt h4:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 38px;
      height: 1px;
      background: #535353; }
  /* line 1104, ../_sass/style.scss */
  .about_insec02 .about_insec02_txt ul li {
    margin-bottom: 30px;
    font-size: 18px; }
    /* line 1107, ../_sass/style.scss */
    .about_insec02 .about_insec02_txt ul li:last-child {
      margin-bottom: 0; }

/*Treatment
=========================================================*/
/* line 1119, ../_sass/style.scss */
#treatment_section .treatment_img {
  text-align: center;
  margin-bottom: 55px; }
/* line 1123, ../_sass/style.scss */
#treatment_section dl {
  text-align: center; }
  /* line 1125, ../_sass/style.scss */
  #treatment_section dl dt {
    letter-spacing: 2rem;
    font-size: 20px;
    margin-bottom: 40px; }
  /* line 1130, ../_sass/style.scss */
  #treatment_section dl dd {
    font-size: 15px; }
    /* line 1132, ../_sass/style.scss */
    #treatment_section dl dd p {
      margin-bottom: 20px; }
      /* line 1134, ../_sass/style.scss */
      #treatment_section dl dd p:last-child {
        margin-bottom: 0; }

/*Care item
=========================================================*/
/* line 1144, ../_sass/style.scss */
.tab {
  margin-bottom: 120px; }
  /* line 1146, ../_sass/style.scss */
  .tab li {
    width: 255px;
    text-align: center;
    margin: 20px 20px 0 0; }
    /* line 1150, ../_sass/style.scss */
    .tab li a {
      color: #fff;
      display: block;
      padding: 12px 0;
      background: #afbf5b; }
    /* line 1156, ../_sass/style.scss */
    .tab li:nth-child(4n) {
      margin-right: 0; }
    /* line 1159, ../_sass/style.scss */
    .tab li:nth-child(-n+4) {
      margin-top: 0; }

/* line 1166, ../_sass/style.scss */
.careitem_list li {
  width: 340px;
  margin: 40px 30px 0 0; }
  /* line 1169, ../_sass/style.scss */
  .careitem_list li:nth-child(3n) {
    margin-right: 0; }
  /* line 1172, ../_sass/style.scss */
  .careitem_list li:nth-child(-n+3) {
    margin-top: 0; }
  /* line 1175, ../_sass/style.scss */
  .careitem_list li .careitem_img {
    width: 100%;
    height: 210px;
    margin-bottom: 10px; }
  /* line 1180, ../_sass/style.scss */
  .careitem_list li .careitem_ttl {
    font-size: 17px; }
  /* line 1183, ../_sass/style.scss */
  .careitem_list li .price {
    text-align: right; }

/*Care Item個別
=========================================================*/
/* line 1191, ../_sass/style.scss */
.careitem_price {
  text-align: right;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 20px; }

/*Menu
=========================================================*/
/* line 1202, ../_sass/style.scss */
#menu_section .menu_list {
  width: 980px;
  margin: 0 auto; }
  /* line 1205, ../_sass/style.scss */
  #menu_section .menu_list li {
    margin-bottom: 70px; }
    /* line 1207, ../_sass/style.scss */
    #menu_section .menu_list li:last-child {
      margin-bottom: 0; }
    /* line 1210, ../_sass/style.scss */
    #menu_section .menu_list li dl {
      border: 1px solid #bfbfbf;
      margin-bottom: 20px; }
      /* line 1213, ../_sass/style.scss */
      #menu_section .menu_list li dl:last-child {
        margin-bottom: 0; }
      /* line 1216, ../_sass/style.scss */
      #menu_section .menu_list li dl dt, #menu_section .menu_list li dl dd {
        padding: 15px;
        vertical-align: middle;
        display: table-cell; }
      /* line 1221, ../_sass/style.scss */
      #menu_section .menu_list li dl dt {
        width: 855px; }
        /* line 1223, ../_sass/style.scss */
        #menu_section .menu_list li dl dt .menu_subttl {
          font-weight: bold;
          margin-bottom: 10px; }
      /* line 1228, ../_sass/style.scss */
      #menu_section .menu_list li dl dd {
        background: #f3f3f3;
        width: 215px;
        text-align: center; }

/*Staff
=========================================================*/
/* line 1243, ../_sass/style.scss */
#staff_section .staff_list .staff_list_wrp li {
  width: 49%;
  margin: 70px 2% 0 0; }
  /* line 1246, ../_sass/style.scss */
  #staff_section .staff_list .staff_list_wrp li:nth-child(2n) {
    margin-right: 0; }
  /* line 1249, ../_sass/style.scss */
  #staff_section .staff_list .staff_list_wrp li:nth-child(-n+2) {
    margin-top: 0; }
  /* line 1252, ../_sass/style.scss */
  #staff_section .staff_list .staff_list_wrp li .staff_img {
    width: 190px;
    height: 210px; }
  /* line 1256, ../_sass/style.scss */
  #staff_section .staff_list .staff_list_wrp li .staff_info {
    width: 330px; }
    /* line 1258, ../_sass/style.scss */
    #staff_section .staff_list .staff_list_wrp li .staff_info .staff_name {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px; }
    /* line 1263, ../_sass/style.scss */
    #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl {
      margin-bottom: 15px; }
      /* line 1266, ../_sass/style.scss */
      #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 {
        line-height: 1.5;
        font-size: 15px;
        display: table-cell;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      /* line 1275, ../_sass/style.scss */
      #staff_section .staff_list .staff_list_wrp li .staff_info .staff_dl dl dt {
        padding-left: 0;
        width: 120px; }
  /* line 1285, ../_sass/style.scss */
  #staff_section .staff_list .staff_list_wrp li .more_btn01 {
    width: 225px;
    margin: 0 auto; }
    /* line 1288, ../_sass/style.scss */
    #staff_section .staff_list .staff_list_wrp li .more_btn01 a {
      padding: 5px 0; }

/*Access
=========================================================*/
/* line 1300, ../_sass/style.scss */
#access_section .access_wrp {
  margin-bottom: 85px; }
  /* line 1302, ../_sass/style.scss */
  #access_section .access_wrp .access_img {
    width: 500px; }
  /* line 1305, ../_sass/style.scss */
  #access_section .access_wrp .access_dl {
    width: 505px; }
/* line 1309, ../_sass/style.scss */
#access_section #map {
  height: 360px; }
  /* line 1311, ../_sass/style.scss */
  #access_section #map iframe {
    width: 100%;
    height: 100%; }

/*Staff・Care Item一覧
=========================================================*/
/* line 1320, ../_sass/style.scss */
#contents-u.case {
  padding: 100px 0; }
  /* line 1322, ../_sass/style.scss */
  #contents-u.case .case_txt {
    text-align: center;
    margin-bottom: 50px; }
  /* line 1327, ../_sass/style.scss */
  #contents-u.case .case_list li {
    width: 378px;
    float: left;
    margin-right: 30px;
    margin-top: 30px; }
    /* line 1332, ../_sass/style.scss */
    #contents-u.case .case_list li a {
      color: #3a3a3a;
      padding: 18px;
      box-sizing: border-box;
      border-radius: 10px;
      display: block;
      border: solid 2px #afbf5b; }
      /* line 1340, ../_sass/style.scss */
      #contents-u.case .case_list li a dl dt {
        width: 340px;
        height: 240px;
        margin-bottom: 15px; }
      /* line 1345, ../_sass/style.scss */
      #contents-u.case .case_list li a dl dd {
        line-height: 1;
        font-size: 15px;
        padding-left: 15px;
        border-left: 1px solid #afbf5b; }
  /* line 1354, ../_sass/style.scss */
  #contents-u.case .case_list li:nth-child(3n) {
    margin-right: 0; }
  /* line 1357, ../_sass/style.scss */
  #contents-u.case .case_list li:nth-child(-n+3) {
    margin-top: 0; }

/*Staff・Care Item　個別
=========================================================*/
/* line 1365, ../_sass/style.scss */
.case-main-img {
  width: 640px;
  height: 420px;
  display: block;
  position: relative; }
  /* line 1370, ../_sass/style.scss */
  .case-main-img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

/* line 1383, ../_sass/style.scss */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  /* line 1388, ../_sass/style.scss */
  .com-img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 1399, ../_sass/style.scss */
.case-thum {
  width: 400px; }
  /* line 1401, ../_sass/style.scss */
  .case-thum li {
    width: 190px;
    height: 200px;
    margin: 20px 20px 0 0; }
  /* line 1406, ../_sass/style.scss */
  .case-thum li:nth-child(2n) {
    margin-right: 0; }
  /* line 1409, ../_sass/style.scss */
  .case-thum li:nth-child(-n+2) {
    margin-top: 0; }

/* line 1414, ../_sass/style.scss */
#viewer {
  margin-bottom: 50px; }

/*お知らせ一覧
=========================================================*/
/* line 1423, ../_sass/style.scss */
.post_wrp .all_post_list li {
  margin-bottom: 20px; }
  /* line 1425, ../_sass/style.scss */
  .post_wrp .all_post_list li a {
    display: block;
    color: #3a3a3a;
    padding-bottom: 15px;
    border-bottom: 1px solid #afbf5b; }
    /* line 1431, ../_sass/style.scss */
    .post_wrp .all_post_list li a dl dt {
      font-size: 18px;
      font-weight: bold; }
      /* line 1434, ../_sass/style.scss */
      .post_wrp .all_post_list li a dl dt span {
        display: inline-block; }
      /* line 1437, ../_sass/style.scss */
      .post_wrp .all_post_list li a dl dt span:nth-child(1) {
        color: #afbf5b;
        margin-right: 20px;
        font-size: 13px; }

/*お知らせ個別
=========================================================*/
/* line 1455, ../_sass/style.scss */
#contents-u.post .s-time {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #afbf5b; }
  /* line 1460, ../_sass/style.scss */
  #contents-u.post .s-time time {
    color: #afbf5b;
    font-weight: bold; }

/*お問い合わせ
=========================================================*/
/* line 1470, ../_sass/style.scss */
#contents-u.contact .cont_dl {
  margin-bottom: 40px; }
  /* line 1473, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl dt {
    width: 310px;
    position: relative; }
    /* line 1476, ../_sass/style.scss */
    #contents-u.contact .cont_dl dl dt .hissu {
      margin-left: 10px;
      background: #afbf5b;
      padding: 2px 8px;
      color: #fff;
      font-size: 13px; }
  /* line 1485, ../_sass/style.scss */
  #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;
    box-sizing: border-box; }
  /* line 1492, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl dd textarea {
    border: solid #ccc 1px;
    width: 100%;
    height: 200px;
    background: #fff; }
  /* line 1498, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl dd #pc01, #contents-u.contact .cont_dl dl dd #pc02 {
    margin-bottom: 10px; }
  /* line 1502, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl dd #pc01 {
    width: 60px !important; }
  /* line 1506, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl dd #pc02 {
    width: 80px !important; }
  /* line 1510, ../_sass/style.scss */
  #contents-u.contact .cont_dl dl .error-text {
    color: #f44336; }

/* line 1518, ../_sass/style.scss */
.contact_btn ul {
  text-align: center; }
  /* line 1520, ../_sass/style.scss */
  .contact_btn ul li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    border: solid 1px #afbf5b; }
    /* line 1525, ../_sass/style.scss */
    .contact_btn ul li #form_btn {
      font-family: "Noto Serif JP", serif;
      width: 340px;
      color: #fff;
      font-size: 18px;
      letter-spacing: 3px;
      border: none;
      cursor: pointer;
      padding: 20px 0;
      background-color: #afbf5b;
      transition: 0.3s;
      font-weight: bold; }
  /* line 1539, ../_sass/style.scss */
  .contact_btn ul li:last-child {
    margin-right: 0; }
  /* line 1542, ../_sass/style.scss */
  .contact_btn ul li:hover #form_btn {
    color: #afbf5b;
    background: #fff; }

/*pagenation---------------*/
/* line 1551, ../_sass/style.scss */
ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px; }
  /* line 1555, ../_sass/style.scss */
  ul.pagenation li {
    display: inline-block;
    margin: 0 5px; }
    /* line 1558, ../_sass/style.scss */
    ul.pagenation li a {
      font-size: 17px;
      color: #38322d; }
  /* line 1563, ../_sass/style.scss */
  ul.pagenation li.current {
    font-size: 20px;
    color: #fff;
    background-color: #afbf5b;
    padding: 5px 8px; }

/*page-btn
--------------------------------------------*/
/* line 1573, ../_sass/style.scss */
.page_btn {
  margin-top: 30px; }

/* line 1577, ../_sass/style.scss */
.page_btn a {
  color: #38322d;
  font-weight: bold; }

/* line 1582, ../_sass/style.scss */
.page_btn .right {
  position: relative;
  padding-right: 20px; }

/* line 1587, ../_sass/style.scss */
.page_btn .left {
  position: relative;
  padding-left: 20px; }

/* line 1592, ../_sass/style.scss */
.page_btn .right::after,
.page_btn .left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box; }

/* line 1604, ../_sass/style.scss */
.page_btn .left::before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #afbf5b 5px; }

/* line 1610, ../_sass/style.scss */
.page_btn .right::after {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #afbf5b 5px; }

/*サイトマップ
=========================================================*/
/* line 1621, ../_sass/style.scss */
#contents-u.site_map #site_map ul li {
  border-bottom: 1px solid #3a3a3a; }
  /* line 1623, ../_sass/style.scss */
  #contents-u.site_map #site_map ul li a {
    box-sizing: border-box;
    display: block;
    padding: 15px 0 15px 35px;
    color: #3a3a3a;
    position: relative;
    font-weight: bold;
    transition: 0.3s; }
  /* line 1632, ../_sass/style.scss */
  #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;
    transition: 0.3s; }
  /* line 1643, ../_sass/style.scss */
  #contents-u.site_map #site_map ul li a:hover {
    color: #afbf5b; }
    /* line 1645, ../_sass/style.scss */
    #contents-u.site_map #site_map ul li a:hover:before {
      left: 10px; }

/*プライバシーポリシー
=========================================================*/
/* line 1657, ../_sass/style.scss */
#contents-u.privacy .privacy_box {
  margin-bottom: 50px; }
  /* line 1659, ../_sass/style.scss */
  #contents-u.privacy .privacy_box .title02 {
    color: #afbf5b;
    font-size: 20px;
    font-weight: bold; }

/*404
=========================================================*/
/* line 1669, ../_sass/style.scss */
.not_found_txt {
  text-align: center; }
  /* line 1671, ../_sass/style.scss */
  .not_found_txt p {
    font-size: 16px;
    line-height: 1.8; }
    /* line 1674, ../_sass/style.scss */
    .not_found_txt p a {
      font-weight: bold;
      color: #afbf5b; }

/*リキャプチャ---------------*/
/* line 1682, ../_sass/style.scss */
#recap-id {
  padding: 20px 0; }

/* line 1686, ../_sass/style.scss */
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px; }

/*送信完了---------------*/
/* line 1692, ../_sass/style.scss */
.send-comp {
  text-align: center; }

/* line 1696, ../_sass/style.scss */
.send-comp p {
  line-height: 1.5em; }

/* line 1700, ../_sass/style.scss */
.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px; }

.access_dl_txt{
	padding-left: 10px;
}

.menu_subtxt{
	font-size: 1.1rem;
}