<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6em;
  background: #fff;
  color: #61544e;
  letter-spacing: .03em;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #61544e;
}

a[href='javascript:void(0)'] {
  cursor: initial;
}

a.hvop {
  transition: opacity .3s ease;
}

a.hvop:hover {
  opacity: .7;
  transition: opacity .2s ease;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.wrapper {
  overflow: hidden;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4em;
  }

  .disp-tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  a.hvop:hover {
    opacity: 1;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }

  .wrapper {
    padding-bottom: 0;
  }
}

/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-grid-col-2 .l-grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.l-grid-col-2 .l-grid-item:nth-child(2n) {
  margin-right: 0;
}

.l-grid-col-3 .l-grid-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.l-grid-col-3 .l-grid-item:nth-child(3n) {
  margin-right: 0;
}

.l-grid-col-4 .l-grid-item {
  width: 23%;
  margin-right: 2.6666%;
  margin-bottom: 4%;
}

.l-grid-col-4 .l-grid-item:nth-child(4n) {
  margin-right: 0;
}

/* ===== layout ===== */
[class*="l-inner"] {
  margin: auto;
  padding: 0 20px;
}

.l-inner__type01 {
  max-width: 1200px;
}

/* footer .l-inner__type01 {
  max-width: 1500px;
} */

/* ===== title ===== */
.m-title__type01 {
  text-align: center;
  color: #668e68;
  font-weight: bold;
  font-size: 2.1rem;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}

.m-title__type01 span {
  display: inline-block;
  position: relative;
}

.m-title__type01 span:before,
.m-title__type01 span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #668e68;
  position: absolute;
  top: 0;
}

.m-title__type01 span:before {
  left: -25px;
  transform: rotate(-20deg);
}

.m-title__type01 span:after {
  right: -25px;
  transform: rotate(20deg);
}

.m-title__type02 {
  text-align: center;
  font-weight: bold;
  color: #b98e51;
  font-size: 2.1rem;
  margin-bottom: 15px;
  letter-spacing: 0;
}

/* ===== btn ===== */
.m-btn__type01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #b98e51;
  width: 100%;
  max-width: 240px;
  line-height: 40px;
  border-radius: 30px;
}

.m-btn__type02 {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #b98e51;
  width: 100%;
  max-width: 340px;
  line-height: 50px;
  border-radius: 30px;
}

.m-btn__type02 i {
  font-size: 120%;
}

.m-btn__type03 {
  display: inline-block;
  text-align: center;
  color: #668e68;
  background: #fff;
  width: 100%;
  max-width: 280px;
  line-height: 50px;
  border-radius: 30px;
}

.m-btn__type04 {
  display: inline-block;
  text-align: center;
  border: 1px solid #e5e2dc;
  background: #fff;
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
}

.m-btn__type04 i {
  font-size: 120%;
  color: #668e68;
}

@media only screen and (max-width: 768px) {

  /* ===== layout ===== */
  [class*="l-inner"] {
    padding: 0 15px;
  }

  /* ===== btn ===== */
  .m-btn__type02 {
    max-width: 240px;
    line-height: 40px;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, .3);
}

.site-header__contents {
  padding: 16px 0 22px;
  background: url(../images/common/patt01.png) repeat;
  color: #fff;
  position: relative;
}

.site-header__contents:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: url(../images/common/patt02.png) repeat-x;
}

.site-header__contents__inner {
  align-items: center;
}

.site-header__contents a {
  color: #fff;
  display: block;
}

.site-header__logo {
  width: calc(100% - 570px);
}

.site-header__guide {
  width: 556px;
  margin-left: auto;
  align-items: center;
}

.site-header .header-guide__btn {
  text-align: center;
  width: 270px;
}

.site-header .header-guide__btn .btn-list {
  justify-content: space-between;
}

.site-header .header-guide__btn li {
  width: 48.5%;
  margin-top: 5px;
}

.site-header .header-guide__btn li:first-child {
  width: 100%;
  margin-top: 0;
}

.site-header .header-guide__btn a {
  display: block;
  color: #333;
  background: #fff;
  line-height: 36px;
  border-radius: 30px;
}

.site-header .header-guide__btn i {
  color: #b98e51;
}

.site-header .header-guide__tel {
  margin-left: auto;
}

.site-header .header-guide__tel .tel-text {
  padding-left: 5px;
  padding-top: 5px;
}

.global-nav__list {
  text-align: center;
  padding: 0;
}

.global-nav__list li {
  width: 14%;
  line-height: 1.3;
  position: relative;
}

.global-nav__list li:before,
.global-nav__list li:after {
  width: 1px;
  height: 30px;
  background: rgba(228, 223, 212, .5);
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.global-nav__list li:before {
  left: 0;
}

.global-nav__list li:after {
  content: "";
  right: 0;
}

.global-nav__list li:first-child:before {
  content: "";
}

.global-nav__list a {
  color: #333;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .site-header__logo {
    width: 32%;
  }

  .site-header__logo .disp-pc {
    display: none;
  }

  .site-header__guide {
    width: 65%;
  }

  .site-header .header-guide__btn {
    width: 45%;
  }

  .site-header .header-guide__btn a {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .site-header .header-guide__tel {
    width: 53%;
  }

  .site-header .header-guide__tel .tel-text {
    font-size: 1.2rem;
  }

  .global-nav__list li {
    width: 15.5%;
  }

  .global-nav__list li:nth-child(2) {
    width: 22.5%;
  }
}

@media only screen and (max-width: 768px) {
  .site-header__contents {
    padding: 0;
    background-size: 600px;
    position: relative;
    z-index: 1;
  }

  .site-header__contents:before {
    height: 2px;
    background-size: 4px;
  }

  .site-header__contents__inner {
    height: 75px;
  }

  .site-header__logo {
    width: 213px;
  }

  .site-header__guide {
    display: none;
  }

  .site-header .header-guide__btn {
    width: 100%;
  }

  .site-header .header-guide__btn .btn-list {
    padding: 20px 10px;
  }

  .site-header .header-guide__btn li {
    margin-top: 10px;
  }

  .site-header .header-guide__btn a {
    line-height: 40px;
    font-size: 1.4rem;
    border: 1px solid #b98e51;
  }

  .site-header .header-guide__tel {
    width: 100%;
    background: #b98e51;
    text-align: center;
    padding: 20px 0;
  }

  .site-header .header-guide__tel .tel-text {
    padding: 0;
    color: #fff;
    margin-top: 10px;
  }

  .site-header__trigger {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 12px;
    z-index: 10;
  }

  .site-header__trigger .trigger-icon {
    width: 30px;
    height: 20px;
    margin: 16px auto 0;
    position: relative;
  }

  .site-header__trigger .trigger-icon span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: .3s;
  }

  .site-header__trigger .trigger-icon span:nth-child(1) {
    top: 0;
  }

  .site-header__trigger .trigger-icon span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }

  .site-header__trigger .trigger-icon span:nth-child(3) {
    bottom: 0;
  }

  .site-header__trigger.is-active .trigger-icon span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .site-header__trigger.is-active .trigger-icon span:nth-child(2) {
    opacity: 0;
  }

  .site-header__trigger.is-active .trigger-icon span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .global-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 75px;
    background: #fff;
  }

  .global-nav__list li {
    width: 50% !important;
    border-bottom: 1px solid rgba(228, 223, 212, .5);
  }

  .global-nav__list li:before {
    content: none !important;
  }

  .global-nav__list li:after {
    height: 100%;
    top: 0;
    margin-top: 0;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.site-footer {
  position: relative;
}

.site-footer__link {
  padding: 30px 0 20px;
}

.site-footer__link .link-list {
  max-width: 1150px;
  margin: auto;
  justify-content: flex-start;
}

.site-footer__link .link-list li {
  margin: 0 1em 10px;
}

.site-footer__contents {
  padding: 30px 0 25px;
  background: url(../images/common/patt03.png) repeat;
  color: #fff;
  text-align: center;
  position: relative;
}

.site-footer__contents a {
  color: #fff;
}

.site-footer__contents .logo {
  margin-bottom: 20px;
}

.site-footer__contents .address {
  margin-bottom: 20px;
  justify-content: center;
}

.site-footer__contents .address p {
  margin: 0 .5em;
  font-size: 2rem;
}

.site-footer__contents .copyright {
  font-size: 1.3rem;
}

.site-footer__guide {
  background: url(../images/common/patt01.png) repeat;
  position: relative;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.site-footer__guide:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images/common/patt02.png) repeat-x;
}

.site-footer__guide .l-grid {
  align-items: center;
  justify-content: center;
  height: 85px;
}

.site-footer__guide .guide-text {
  font-weight: bold;
  line-height: 1.3;
  font-size: 0.9em;
}

.site-footer__guide .guide-tel {
  margin: 0 10px;
}

.site-footer__guide .guide-tel .tel-num {
  margin-right: .5em;
}

.site-footer__guide .guide-tel img {
  width: 200px;
  margin-right: 0;
}

.site-footer__guide .guide-tel .tel-text {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-left: 0px;
}

.site-footer__guide .guide-btn li {
  margin-right: 10px;
}

.site-footer__guide .guide-btn li:last-child {
  margin-right: 0;
  position: relative;
}

.site-footer__guide .guide-btn li:last-child::before {
  content: "";
  background-image: url(https://www.39yamanaka.com/wp-content/themes/39yamanaka/assets/images/common/fm_icon_saiyou.svg);
  width: 17px;
  height: 25.5px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0.8em;
  background-repeat: no-repeat;
}

.site-footer__guide .guide-btn li:last-child a {
  padding-left: 2.5em;
}

.no-wrap {
  flex-wrap: nowrap
}

.site-footer__guide .guide-btn a {
  display: block;
  color: #333;
  background: #fff;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 1em;
  font-size: 0.9vw;
}

@media screen and (min-width: 1200px) {
  .site-footer__guide .guide-btn a {
    font-size: 0.9em;
  }

}

.site-footer__guide .guide-btn i {
  color: #b98e51;
}

.btn-pagetop {
  position: absolute;
  top: 25px;
  right: 20px;
}

@media only screen and (max-width: 1024px) {
  .btn-pagetop {
    top: auto;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .site-footer__contents {
    padding: 30px 0 25px;
    background-size: 600px;
  }

  .site-footer__contents .logo img {
    margin: auto;
  }

  .site-footer__contents .address p {
    width: 100%;
    font-size: 1.4rem;
  }

  .site-footer__guide {
    background-size: 600px;
    padding: 30px 0 100px;
    position: relative;
  }

  .site-footer__guide:before {
    height: 2px;
    background-size: 4px;
  }

  .site-footer__guide .l-grid {
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .site-footer__guide .guide-text {
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }

  .site-footer__guide .guide-tel {
    width: 100%;
  }

  .site-footer__guide .guide-tel .tel-text {
    margin: 10px 0 0;
  }

  .site-footer__guide .guide-btn {
    width: 100%;
  }

  .site-footer__guide .guide-btn .btn-list {
    justify-content: space-between;
  }

  .site-footer__guide .guide-btn li {
    width: 48.5%;
    margin-right: 0;
    text-align: center;
    margin-top: 10px;
  }

  .site-footer__guide .guide-btn li:first-child {
    width: 100%;
    margin-top: 0;
  }

  .btn-pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.page-wrapper {
  padding-top: 55px;
}

.page-wrapper .site-side {
  width: 240px;
}

.page-wrapper .site-main {
  margin-left: auto;
  width: calc(100% - 270px);
  padding-bottom: 120px;
}

.site-side__block {
  margin-bottom: 30px;
}

.site-side__block:last-child {
  margin-bottom: 0;
}

.site-side__block ul li {
  margin-bottom: 10px;
}

.site-side__block ul li:last-child {
  margin-bottom: 0;
}

.site-side__block a.l-grid {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 1.4;
}

.site-side__block a.l-grid.l-grid {
  align-items: center;
}

.site-side__block .side-menu01 a {
  height: 70px;
  background: url(../images/common/patt01.png) repeat;
}

.site-side__block .side-menu01 .nav-image {
  width: 54px;
}

.site-side__block .side-menu01 .nav-text {
  color: #fff;
  width: calc(100% - 64px);
  margin-left: auto;
}

.site-side__block .side-menu02 a {
  padding-right: 0;
  background: #fff;
  border: 2px solid #668e68;
}

.site-side__block .side-menu02 .nav-image {
  margin-left: auto;
}

.site-side__block .side-menu02 .nav-text {
  color: #668e68;
  font-size: 1.7rem;
  width: calc(100% - 82px);
}

.site-side__block .side-menu03 a {
  height: 100px;
  background: url(../images/common/patt06.png) repeat;
}

.site-side__block .side-menu03 .nav-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-side__block .side-menu03 .nav-text {
  color: #fff;
  font-size: 1.7rem;
  width: calc(100% - 82px);
}

.site-side__block .side-menu03 .nav-text span {
  font-weight: normal;
  font-size: 80%;
}

.site-side__block .side-menu04 a {
  height: 70px;
  background: url(../images/common/patt04.png) repeat;
}

.site-side__block .side-menu04 .nav-image {
  width: 54px;
}

.site-side__block .side-menu04 .nav-text {
  color: #b98e51;
  width: calc(100% - 64px);
  margin-left: auto;
}

.site-side__block .side-menu04 .nav-text span {
  font-size: 80%;
}

.site-side__block .side-menu05 a {
  padding-right: 0;
  background: url(../images/common/patt01.png) repeat;
}

.site-side__block .side-menu05 .nav-image {
  width: 80px;
  margin-left: auto;
}

.site-side__block .side-menu05 .nav-text {
  color: #fff;
  width: calc(100% - 86px);
}

.site-side__block .side-menu06 a {
  height: 70px;
  background: url(../images/common/patt04.png) repeat;
  padding-left: 15px;
  border: 2px solid #b98e51;
}

.site-side__block .side-menu06 .nav-image {
  width: 33px;
}

.site-side__block .side-menu06 .nav-text {
  color: #b98e51;
  width: calc(100% - 43px);
  margin-left: auto;
}

.site-side__block .side-menu07 {
  border-top: 1px solid #e5e2dc;
}

.site-side__block .side-menu07 li {
  border-bottom: 1px solid #e5e2dc;
}

.site-side__block .side-menu07 a {
  display: block;
  position: relative;
  padding: 1em .5em;
}

.site-side__block .side-menu07 a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #b98e51;
}

.site-side__block .side-bnr {
  margin-bottom: 20px;
}

.site-side__block .side-bnr:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .page-wrapper .site-side {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }

  .page-wrapper .site-main {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }

  .site-side__block ul {
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
  }

  .site-side__block ul li {
    width: 49%;
  }

  .site-side__block ul li:nth-child(2n) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .page-wrapper {
    padding-top: 25px;
  }

  .page-wrapper .site-main {
    padding-bottom: 40px;
  }

  .site-side__block ul li {
    width: 100%;
  }
}

/*------------------------------------------
  home
------------------------------------------*/
.home-section__mv {
  position: relative;
}

.mvSlider {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.mvSlider .slick-list {
  overflow: visible;
}

.mvSlider .slick-arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.mvSlider .slick-prev {
  left: 20px;
  border-top: 3px solid rgba(255, 255, 255, .8);
  border-left: 3px solid rgba(255, 255, 255, .8);
  transform: rotate(-45deg);
}

.mvSlider .slick-next {
  right: 20px;
  border-top: 3px solid rgba(255, 255, 255, .8);
  border-right: 3px solid rgba(255, 255, 255, .8);
  transform: rotate(45deg);
}

.home-section__trouble {
  padding: 65px 0 70px;
}

.home-section__trouble .setion__header {
  text-align: center;
  margin-bottom: 55px;
}

.home-section__trouble .setion__header .header-lead {
  font-size: 1.8rem;
  margin-top: 35px;
}

.home-section__trouble .section__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #b98e51;
}

.home-section__trouble .section__title span {
  display: inline-block;
  position: relative;
}

.home-section__trouble .section__title span:before,
.home-section__trouble .section__title span:after {
  content: "";
  width: 116px;
  height: 96px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-section__trouble .section__title span:before {
  background-image: url(../images/common/leaf-l.png);
  right: 100%;
  margin-right: 20px;
}

.home-section__trouble .section__title span:after {
  background-image: url(../images/common/leaf-r.png);
  left: 100%;
  margin-left: 20px;
}

.home-section__trouble .trouble-list {
  justify-content: space-between;
}

.home-section__trouble .trouble-list .list-item {
  width: 32%;
  padding-bottom: 100px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 40px;
  background: url(../images/common/patt04.png) repeat;
}

.home-section__trouble .trouble-list .list-item:nth-child(1),
.home-section__trouble .trouble-list .list-item:nth-child(2) {
  width: 49%;
}

.home-section__trouble .trouble-list .list-item:nth-child(1) .item__head,
.home-section__trouble .trouble-list .list-item:nth-child(2) .item__head {
  margin-bottom: 40px;
}

.home-section__trouble .trouble-list .list-item:nth-child(1) .item__head .head-title,
.home-section__trouble .trouble-list .list-item:nth-child(2) .item__head .head-title {
  font-size: 3rem;
}

.home-section__trouble .trouble-list .list-item:nth-child(1) .item__head .head-title span,
.home-section__trouble .trouble-list .list-item:nth-child(2) .item__head .head-title span {
  font-size: 1.8rem;
  display: inline-block;
  margin-left: .5em;
}

.home-section__trouble .trouble-list .list-item:nth-child(1) .item__contents,
.home-section__trouble .trouble-list .list-item:nth-child(2) .item__contents {
  width: 90%;
}

.home-section__trouble .trouble-list .item__head {
  color: #fff;
  padding: 20px 25px;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  background: url(../images/common/patt01.png) repeat;
  margin-bottom: 60px;
  position: relative;
}

.home-section__trouble .trouble-list .item__head .head-title {
  font-weight: bold;
  font-size: 2.6rem;
  position: relative;
  z-index: 1;
}

.home-section__trouble .trouble-list .item__head .head-image {
  position: absolute;
  top: -30px;
  right: 20px;
}

.home-section__trouble .trouble-list .item__contents {
  width: 85%;
  margin: 0 auto;
}

.home-section__trouble .trouble-list .item__contents ul {
  font-size: 1.7rem;
}

.home-section__trouble .trouble-list .item__contents ul.l-grid {
  justify-content: space-between;
}

.home-section__trouble .trouble-list .item__contents ul.l-grid li {
  width: 49%;
}

.home-section__trouble .trouble-list .item__contents ul.l-grid li:first-child {
  width: 100%;
}

.home-section__trouble .trouble-list .item__contents ul li {
  margin-bottom: 10px;
}

.home-section__trouble .trouble-list .item__contents ul li:last-child {
  margin-bottom: 0;
}

.home-section__trouble .trouble-list .item__contents ul i {
  color: #668e68;
}

.home-section__trouble .trouble-list .item__caution {
  text-align: center;
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #d64a5a;
  letter-spacing: 0;
}

.home-section__trouble .trouble-list .item__btn {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

.home-section__contact {
  position: relative;
  background: url(../images/common/patt05.png) repeat;
}

.home-section__contact:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: url(../images/common/patt02.png) repeat-x;
}

.home-section__contact .section__contents {
  position: relative;
}

.home-section__contact .contents-image {
  width: 38%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-section__contact .contents-text {
  width: 60%;
  margin-left: auto;
}

.home-section__contact .contents-text__inner {
  text-align: center;
  max-width: 550px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}

.home-section__contact .contents-text__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 60px 0 60px;
  border-color: #fff transparent transparent transparent;
}

.home-section__contact .contents-text .title {
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.home-section__contact .contents-text .title span {
  font-size: 70%;
}

.home-section__contact .contents-text .tel {
  margin-bottom: 20px;
}

.home-section__contact .contents-text .tel a,
.home-section__contact .contents-text .tel p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
}

.home-section__contact .contents-text .tel-text {
  color: #fff;
  font-size: 1.5rem;
}

.home-section__contact .contents-text .btn-list {
  justify-content: space-between;
}

.home-section__contact .contents-text .btn-list li {
  width: 26%;
}

.home-section__contact .contents-text .btn-list li:first-child {
  width: 46%;
}

.home-section__contact .contents-text .btn-list a {
  display: block;
  background: #fff;
  font-size: 1.5rem;
  line-height: 36px;
  border-radius: 36px;
}

.home-section__contact .contents-text .btn-list a i {
  color: #b98e51;
}

.home-section__bnr {
  padding: 70px 0;
  background: url(../images/common/patt04.png) repeat;
}

.home-section__bnr .bnr-list {
  justify-content: space-between;
}

.home-section__bnr .bnr-list .list-item {
  width: 48%;
  box-sizing: border-box;
  border: 2px solid #668e68;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.home-section__bnr .bnr-list .list-item:nth-child(odd) .item__icon {
  top: -15px;
}

.home-section__bnr .bnr-list .list-item:nth-child(even) .item__icon {
  bottom: -15px;
}

.home-section__bnr .bnr-list .item__inner {
  align-items: center;
}

.home-section__bnr .bnr-list .item__text {
  position: relative;
  width: 58%;
  padding-left: 5%;
  padding-right: 2%;
  font-weight: bold;
  letter-spacing: 0;
}

.home-section__bnr .bnr-list .item__text .lead {
  margin-bottom: 1em;
}

.home-section__bnr .bnr-list .item__text .title {
  color: #668e68;
  font-size: 2.6rem;
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
}

.home-section__bnr .bnr-list .item__image {
  margin-left: auto;
  width: 35%;
  overflow: hidden;
  border-radius: 0 8px 8px 0 / 0 8px 8px 0;
}

.home-section__bnr .bnr-list .item__icon {
  position: absolute;
  right: calc(35% + 15px);
}

.home-section__topics {
  padding: 60px 0 70px;
}

.home-section__topics .section__contents {
  width: 48%;
  padding-bottom: 90px;
  position: relative;
}

.home-section__topics .section__contents:nth-child(even) {
  margin-left: auto;
}

.home-section__topics .section__title {
  font-weight: bold;
  font-size: 3rem;
  color: #b98e51;
  margin-bottom: 30px;
}

.home-section__topics .section__title span {
  display: inline-block;
  vertical-align: middle;
}

.home-section__topics .section__title .icon {
  margin-right: 20px;
}

.home-section__topics .btn-more {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.home-section__topics .news-list {
  font-size: 1.5rem;
}

.home-section__topics .news-list .list-item {
  border-bottom: 1px dashed #dddbd4;
}

.home-section__topics .news-list .item__inner {
  padding: 1.24em 0;
}

.home-section__topics .news-list .date {
  width: 105px;
}

.home-section__topics .news-list .title {
  width: calc(100% - 105px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-section__topics .update-list .list-item {
  border-bottom: 1px dashed #dddbd4;
}

.home-section__topics .update-list .list-item:first-child .item__inner {
  padding-top: 0;
}

.home-section__topics .update-list .item__inner {
  padding: 20px 0;
}

.home-section__topics .update-list .item__image {
  width: 26%;
}

.home-section__topics .update-list .item__text {
  width: 70%;
  margin-left: auto;
}

.home-section__topics .update-list .category {
  font-size: 1.5rem;
  color: #668e68;
  margin-bottom: 1em;
}

.home-section__topics .update-list .title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .8em;
}

.home-section__topics .update-list .text {
  font-size: 1.4rem;
  color: #999;
  overflow: hidden;
}

.home-section__topics .update-list .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-section__works {
  padding: 70px 0 65px;
  background: url(../images/common/patt01.png) repeat;
}

.home-section__works .section__header {
  margin-bottom: 30px;
  align-items: center;
}

.home-section__works .section__header .header-lead {
  font-size: 1.5rem;
  margin-left: 2em;
  color: #fff;
}

.home-section__works .section__header .btn-more {
  margin-left: auto;
  width: 280px;
}

.home-section__works .section__title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.home-section__works .section__title span {
  display: inline-block;
  vertical-align: middle;
}

.home-section__works .section__title .icon {
  margin-right: 20px;
}

.home-section__works .works-list {
  justify-content: space-between;
}

.home-section__works .works-list .list-item {
  width: 23%;
}

.home-section__works .works-list .item__inner {
  display: block;
}

.home-section__works .works-list .item__image {
  margin-bottom: 15px;
  max-height: 184px;
  overflow: hidden
}

.home-section__works .works-list .item__text {
  color: #fff;
}

.home-section__works .works-list .category {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.home-section__works .works-list .title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .8em;
}

.home-section__works .works-list .title a {
  color: #fff;
}

.home-section__works .works-list .text {
  font-size: 1.4rem;
  overflow: hidden;
}

.home-section__works .works-list .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-section__menu01 {
  padding: 50px 0 45px;
}

.home-section__menu01 .section__inner {
  position: relative;
}

.home-section__menu01 .section__contents {
  position: relative;
  width: 65%;
}

.home-section__menu01 .section__image {
  position: absolute;
  bottom: 0;
  left: 66%;
}

.home-section__menu01 .menu-list {
  justify-content: space-between;
}

.home-section__menu01 .menu-list .list-item {
  width: 48%;
  margin-top: 40px;
  text-align: center;
  position: relative;
  background: url(../images/common/patt04.png) repeat;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

.home-section__menu01 .menu-list .list-item:first-child,
.home-section__menu01 .menu-list .list-item:nth-child(2) {
  margin-top: 0;
}

.home-section__menu01 .menu-list .list-item:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #b98e51 transparent transparent;
}

.home-section__menu01 .menu-list .item__inner {
  position: relative;
  height: 160px;
  align-items: center;
}

.home-section__menu01 .menu-list .item__image {
  position: absolute;
  width: 49%;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.home-section__menu01 .menu-list .item__text {
  width: 50%;
  margin-left: auto;
}

.home-section__menu01 .menu-list .lead {
  margin-bottom: .5em;
  line-height: 1.4;
}

.home-section__menu01 .menu-list .title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #b98e51;
  line-height: 1.2;
}

.home-section__menu02 {
  padding: 70px 0 110px;
  background: #b98e51 url(../images/home/bg-menu02.png) no-repeat center bottom;
}

.home-section__menu02 .menu-list {
  justify-content: space-between;
}

.home-section__menu02 .menu-list .list-item {
  width: 19%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.home-section__menu02 .menu-list .item__inner {
  display: block;
}

.home-section__menu02 .menu-list .item__text {
  padding: .8em 0;
  font-size: 1.9rem;
  letter-spacing: 0;
}

.home-section__menu02 .menu-list .item__text .lead {
  font-size: 70%;
}

.home-section__menu02 .menu-list .item__text .title {
  font-weight: bold;
  color: #668e68;
}

.home-section__about {
  padding: 50px 0 40px;
  background: url(../images/common/patt04.png) repeat;
}

.home-section__about .contents-about {
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-section__about .about-profile {
  padding: 45px 0 35px;
  max-width: 1110px;
  margin: auto;
  border-bottom: 1px dashed #dddbd4;
}

.home-section__about .about-profile .profile__text {
  width: 72%;
}

.home-section__about .about-profile .profile__image {
  margin-left: auto;
  width: 26%;
}

.home-section__about .about-profile .title {
  font-weight: bold;
  font-size: 3rem;
  color: #b98e51;
  margin-bottom: .5em;
}

.home-section__about .about-profile .text {
  line-height: 1.7;
  margin-bottom: 20px;
}

.home-section__about .about-profile .link-list li {
  width: 32%;
  margin-right: 2%;
}

.home-section__about .about-profile .link-list li:nth-child(3n) {
  margin-right: 0;
}

.home-section__about .about-link {
  padding: 35px 0;
  max-width: 1110px;
  margin: auto;
}

.home-section__about .about-link .link-list li {
  width: 32%;
  margin-right: 2%;
}

.home-section__about .about-link .link-list li:nth-child(3n) {
  margin-right: 0;
}

.home-section__about .about-link .link-list a {
  background: #f8f7f2;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border: 2px solid #b98e51;
  border-radius: 10px;
  position: relative;
  align-items: center;
  color: #b98e51;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 35px;
}

.home-section__about .about-link .link-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #b98e51;
}

.home-section__about .about-link .link-list a p {
  position: relative;
}

.home-section__about .about-link .link-list .icon {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 20px;
}

.home-section__about .contents-link .link-list {
  justify-content: space-between;
}

.home-section__about .contents-link .link-list li {
  width: 32%;
}





@media only screen and (max-width: 1024px) {
  .home-section__trouble .trouble-list .list-item {
    width: 49%;
  }

  .home-section__trouble .trouble-list .list-item:nth-child(1) .item__head .head-title,
  .home-section__trouble .trouble-list .list-item:nth-child(2) .item__head .head-title {
    font-size: 2.6rem;
  }

  .home-section__trouble .trouble-list .item__contents ul.l-grid li {
    width: 100%;
  }

  .home-section__bnr .bnr-list {
    max-width: 580px;
    margin: auto;
  }

  .home-section__bnr .bnr-list .list-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-section__bnr .bnr-list .list-item:last-child {
    margin-bottom: 0;
  }

  .home-section__works .works-list .list-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .home-section__menu01 {
    padding-bottom: 0;
  }

  .home-section__menu01 .section__contents {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-section__menu01 .section__image {
    position: static;
    text-align: center;
  }

  .home-section__menu02 .menu-list .list-item {
    width: 48%;
    margin-bottom: 4%;
  }

  .home-section__about .about-link .link-list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .home-section__about .about-link .link-list li:nth-child(2n) {
    margin-left: auto;
  }
}




@media only screen and (max-width: 768px) {
  .mvSlider .slick-arrow {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }

  .home-section__trouble {
    padding: 40px 0;
  }

  .home-section__trouble .setion__header {
    margin-bottom: 30px;
  }

  .home-section__trouble .setion__header .header-lead {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .home-section__trouble .section__title {
    font-size: 1.8rem;
  }

  .home-section__trouble .section__title span:before,
  .home-section__trouble .section__title span:after {
    width: 58px;
    height: 48px;
  }

  .home-section__trouble .section__title span:before {
    margin-right: -10px;
  }

  .home-section__trouble .section__title span:after {
    margin-left: -10px;
  }

  .home-section__trouble .trouble-list .list-item {
    width: 100%;
    padding-bottom: 20px;
    background-size: 600px;
    margin-bottom: 30px;
  }

  .home-section__trouble .trouble-list .list-item:last-child {
    margin-bottom: 0;
  }

  .home-section__trouble .trouble-list .list-item:nth-child(1),
  .home-section__trouble .trouble-list .list-item:nth-child(2) {
    width: 100%;
  }

  .home-section__trouble .trouble-list .list-item:nth-child(1) .item__head,
  .home-section__trouble .trouble-list .list-item:nth-child(2) .item__head {
    margin-bottom: 20px;
  }

  .home-section__trouble .trouble-list .list-item:nth-child(1) .item__head .head-title,
  .home-section__trouble .trouble-list .list-item:nth-child(2) .item__head .head-title {
    font-size: 1.8rem;
  }

  .home-section__trouble .trouble-list .list-item:nth-child(1) .item__head .head-title span,
  .home-section__trouble .trouble-list .list-item:nth-child(2) .item__head .head-title span {
    font-size: 1.2rem;
  }

  .home-section__trouble .trouble-list .item__head {
    padding: 15px 20px;
    margin-bottom: 20px;
    background-size: 600px;
  }

  .home-section__trouble .trouble-list .item__head .head-title {
    font-size: 1.8rem;
  }

  .home-section__trouble .trouble-list .item__head .head-image {
    width: 85px;
    top: -20px;
    right: 5px;
  }

  .home-section__trouble .trouble-list .item__contents {
    width: 90%;
  }

  .home-section__trouble .trouble-list .item__contents ul {
    font-size: 1.4rem;
  }

  .home-section__trouble .trouble-list .item__caution {
    font-size: 1.4rem;
  }

  .home-section__trouble .trouble-list .item__btn {
    position: static;
    margin-top: 15px;
  }

  .home-section__contact {
    background-size: 600px;
  }

  .home-section__contact:before {
    height: 2px;
    background-size: 4px;
  }

  .home-section__contact .contents-image {
    position: static;
    text-align: center;
    width: 100%;
    -ms-order: 2;
    order: 2;
  }

  .home-section__contact .contents-text {
    width: 100%;
  }

  .home-section__contact .contents-text__inner {
    max-width: 100%;
  }

  .home-section__contact .contents-text .title {
    font-size: 2.8rem;
  }

  .home-section__contact .contents-text .title span {
    font-size: 60%;
  }

  .home-section__contact .contents-text .tel {
    margin-bottom: 20px;
  }

  .home-section__contact .contents-text .tel a,
  .home-section__contact .contents-text .tel p {
    display: block;
    margin: 0;
  }

  .home-section__contact .contents-text .tel-text {
    margin-top: 10px !important;
  }

  .home-section__contact .contents-text .btn-list {
    max-width: 480px;
    margin: auto;
  }

  .home-section__contact .contents-text .btn-list li {
    width: 48.5%;
    margin-right: 0;
    text-align: center;
    margin-top: 10px;
  }

  .home-section__contact .contents-text .btn-list li:first-child {
    width: 100%;
    margin-top: 0;
  }

  .home-section__contact .contents-text .btn-list a {
    line-height: 40px;
  }

  .home-section__bnr {
    padding: 30px 0;
    background-size: 600px;
  }

  .home-section__bnr .bnr-list {
    max-width: 480px;
  }

  .home-section__bnr .bnr-list .list-item:nth-child(odd) .item__icon {
    top: -10px;
  }

  .home-section__bnr .bnr-list .list-item:nth-child(even) .item__icon {
    bottom: -10px;
  }

  .home-section__bnr .bnr-list .item__text .lead {
    font-size: 1.2rem;
  }

  .home-section__bnr .bnr-list .item__text .title {
    font-size: 1.6rem;
  }

  .home-section__bnr .bnr-list .item__icon {
    width: 37px;
  }

  .home-section__topics {
    padding: 50px 0;
  }

  .home-section__topics .section__contents {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .home-section__topics .section__contents:last-child {
    margin-bottom: 0;
  }

  .home-section__topics .section__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .home-section__topics .section__title .icon {
    width: 31px;
    margin-right: 10px;
  }

  .home-section__topics .btn-more {
    position: static;
    margin-top: 25px;
  }

  .home-section__topics .news-list {
    font-size: 1.4rem;
  }

  .home-section__topics .news-list .list-item:first-child .item__inner {
    padding-top: 0;
  }

  .home-section__topics .news-list .date {
    width: 100%;
    margin-bottom: 5px;
  }

  .home-section__topics .news-list .title {
    width: 100%;
  }

  .home-section__topics .update-list .category {
    font-size: 1.3rem;
  }

  .home-section__topics .update-list .title {
    font-size: 1.4rem;
  }

  .home-section__topics .update-list .text {
    font-size: 1.3rem;
  }

  .home-section__works {
    padding: 35px 0 40px;
    background-size: 600px;
  }

  .home-section__works .section__header {
    margin-bottom: 20px;
  }

  .home-section__works .section__header .header-lead {
    font-size: 1.4rem;
    margin-left: 50px;
  }

  .home-section__works .section__title {
    font-size: 2rem;
  }

  .home-section__works .section__title .icon {
    width: 40px;
    margin-right: 10px;
  }

  .home-section__works .works-list .list-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-section__works .works-list .list-item:last-child {
    margin-bottom: 0;
  }

  .home-section__works .works-list .category {
    font-size: 1.3rem;
  }

  .home-section__works .works-list .title {
    font-size: 1.4rem;
  }

  .home-section__works .works-list .text {
    font-size: 1.3rem;
  }

  .home-section__works .btn-more {
    text-align: center;
    margin-top: 30px;
  }

  .home-section__menu01 {
    padding: 35px 0 0;
  }

  .home-section__menu01 .menu-list .list-item {
    width: 100%;
    margin-top: 0;
    background-size: 600px;
    margin-bottom: 20px;
  }

  .home-section__menu01 .menu-list .list-item:last-child {
    margin-bottom: 0;
  }

  .home-section__menu01 .menu-list .title {
    font-size: 2rem;
  }

  .home-section__menu02 {
    padding: 35px 0 55px;
    background-size: 960px;
  }

  .home-section__menu02 .menu-list .list-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-section__menu02 .menu-list .list-item:last-child {
    margin-bottom: 0;
  }

  .home-section__about {
    padding: 30px 0;
    background-size: 600px;
  }

  .home-section__about .about-profile {
    padding: 25px 0 20px;
  }

  .home-section__about .about-profile .profile__text {
    width: 100%;
    margin-bottom: 20px;
    -ms-order: 2;
    order: 2;
  }

  .home-section__about .about-profile .profile__image {
    width: 100%;
    margin-bottom: 20px;
    -ms-order: 1;
    order: 1;
  }

  .home-section__about .about-profile .title {
    font-size: 2rem;
  }

  .home-section__about .about-profile .link-list {
    text-align: center;
  }

  .home-section__about .about-profile .link-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .home-section__about .about-profile .link-list li:last-child {
    margin-bottom: 0;
  }

  .home-section__about .about-link {
    padding: 20px 0;
  }

  .home-section__about .about-link .link-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .home-section__about .about-link .link-list li:last-child {
    margin-bottom: 0;
  }

  .home-section__about .contents-link .link-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}


/*smartphone floatingmenu*/
.smp_footer_flowmenu {
  display: none;
}


@media only screen and (max-width: 768px) {
  .smp_footer_flowmenu {
    display: inline;
  }

  .smp_footer_flowmenu_box {
    width: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
  }

  .smp_footer_flowmenu ul {
    background: #b98e51;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .smp_footer_flowmenu ul li {
    width: 25%;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 2% 0 1%;
  }

  .smp_footer_flowmenu ul li:last-child {
    border-right: none;
  }

  .smp_footer_flowmenu ul li a {
    color: #fff;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
  }

  .smp_footer_flowmenu ul li a img {
    width: 30%;
    padding-bottom: 3%;
  }
}</pre></body></html>