@charset "UTF-8";
/********************************
settings
********************************/
/********************************
common
********************************/
body {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #382C24;
  background: #FFF6EA;
  min-width: 1230px;
}
body .body_wrapper::before {
  display: block;
  content: "";
  width: 32vw;
  height: 222px;
  background: url(../images/common/header_bg.png) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    min-width: auto;
  }
  body .body_wrapper::before {
    width: 250px;
    height: 90px;
    background-size: cover;
  }
}

.editor-styles-wrapper::before {
  display: none;
}

#content {
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
}
a:hover {
  color: #FCA970;
  text-decoration: none;
}

.btn {
  display: inline-block;
}
.btn a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #5E3F2A;
  height: 104px;
  line-height: 130%;
  letter-spacing: 1.1px;
  padding-right: 124px;
  position: relative;
  transition: 0.3s;
}
.btn a span {
  border-bottom: 1px solid #5E3F2A;
  padding-bottom: 5px;
}
.btn a::before, .btn a::after {
  display: block;
  content: "";
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.btn a::before {
  background: #FCA970;
  border-radius: 50%;
}
.btn a::after {
  width: 22px;
  height: 16px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  top: 50%;
  right: 41px;
  transform: translateY(-50%);
}
.btn a:hover {
  color: #825434;
}
.btn a:hover::before {
  background: #FEC565;
}
.btn a:hover::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
.btn a:hover span {
  border-color: transparent;
}
.btn.ms a {
  height: 80px;
  padding-right: 100px;
}
.btn.ms a::before {
  width: 80px;
  height: 80px;
}
.btn.ms a::after {
  right: 29px;
}
.btn.ss a {
  height: 64px;
  padding-right: 84px;
}
.btn.ss a::before {
  width: 64px;
  height: 64px;
}
.btn.ss a::after {
  width: 18px;
  height: 13px;
  right: 23px;
}
.btn.green a::before {
  background: #C6D678;
}
.btn.green a:hover::before {
  background: #DFE76E;
}

.btn_right {
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 17px;
    height: 80px;
    letter-spacing: 0.5px;
    padding-right: 95px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn a::before, .btn a::after {
    width: 80px;
    height: 80px;
  }
  .btn a::after {
    width: 17px;
    height: 12px;
    right: 31px;
  }
  .btn.ms a, .btn.ss a {
    height: 62px;
    padding-right: 78px;
  }
  .btn.ms a::before, .btn.ss a::before {
    width: 62px;
    height: 62px;
  }
  .btn.ms a::after, .btn.ss a::after {
    right: 22px;
  }
}
/* PC&SP setting*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/********************************
ヘッダー
********************************/
header.site-header {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
header.site-header .inner {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.header-logo {
  padding-top: 30px;
  padding-left: 2vw;
  width: clamp(15.625rem, -23.014rem + 57.78vw, 22.125rem);
  position: relative;
}
@media only screen and (min-width: 830px) and (max-width: 1100px) {
  .header-logo {
    width: 250px;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 830px) {
  header.site-header {
    height: 70px;
  }
  .header-logo {
    padding-top: 17px;
    padding-left: 2vw;
  }
  .header-logo a {
    width: 250px;
  }
}
.header-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-right: 170px;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 830px) and (max-width: 1200px) {
  .header-block {
    padding-right: 140px;
  }
}
.header-block .hbtn_box {
  width: 206px;
  position: relative;
  z-index: 4;
}
.header-block .hbtn_box .hbtn a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 18px;
  color: #5E3F2A;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  box-shadow: 0px 2px 3px 0px rgba(129, 121, 115, 0.4);
  transition: 0.5s;
}
.header-block .hbtn_box .hbtn.mail {
  margin-bottom: 13px;
}
.header-block .hbtn_box .hbtn.mail a {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.header-block .hbtn_box .hbtn.mail a span {
  position: relative;
  padding-left: 25px;
}
.header-block .hbtn_box .hbtn.mail a span::before {
  display: block;
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/common/ico_mail.png) no-repeat top center/cover;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}
.header-block .hbtn_box .hbtn.mail a:hover {
  color: #825434;
}
.header-block .hbtn_box .hbtn.mail a:hover span::before {
  background-image: url(../images/common/ico_mail_o.png);
}
.header-block .hbtn_box .hbtn.service a {
  background: #C6D678;
  border-radius: 3px;
  padding: 15px;
}
.header-block .hbtn_box .hbtn.service a:hover {
  color: #825434;
  background: #DFE76E;
}
@media only screen and (min-width: 830px) and (max-width: 1100px) {
  .header-block .hbtn_box {
    display: none;
  }
}
.header-block .nav_box .info_box_h,
.header-block .nav_box .info_box_fixed {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 18px;
  padding-right: 20px;
}
@media only screen and (min-width: 830px) and (max-width: 1100px) {
  .header-block .nav_box .info_box_h,
  .header-block .nav_box .info_box_fixed {
    padding-right: 0;
  }
}
.header-block .nav_box .info_box_h .address,
.header-block .nav_box .info_box_fixed .address {
  width: 180px;
  font-size: 14px;
  line-height: 120%;
  padding-left: 10px;
}
.header-block .nav_box .info_box_h .tel,
.header-block .nav_box .info_box_fixed .tel {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 29px;
  position: relative;
  padding-left: 25px;
  line-height: 100%;
}
.header-block .nav_box .info_box_h .tel::before,
.header-block .nav_box .info_box_fixed .tel::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/ico_h_tel.png) no-repeat top center/cover;
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
}
.header-block .nav_box .info_box_fixed {
  /* 追従 */
  position: fixed;
  top: 0;
  right: 2vw;
  z-index: 3;
  background: #FFFCF7;
  height: 112px;
  padding: 40px 144px 40px 34px;
  border-radius: 0px 0px 20px 20px;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.header-block .nav_box .info_box_fixed.active {
  opacity: 1;
}

.main-nav-cnt {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 830px) and (max-width: 1100px) {
  .main-nav-cnt {
    display: none;
  }
}
.main-nav-cnt ul {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
.main-nav-cnt ul li {
  margin-right: 2.5em;
  padding-top: 32px;
  line-height: 1;
}
.main-nav-cnt ul li a {
  color: #5E3F2A;
}
.main-nav-cnt ul li a:hover {
  color: #FCA970;
}
.main-nav-cnt ul li::before {
  display: none;
}

@media only screen and (max-width: 830px) {
  .header-block {
    display: none;
  }
}
/********************************
ハンバーガーメニュー
********************************/
/* ハンバーガーボタン */
.hamburger {
  display: block;
  position: fixed;
  z-index: 5;
  right: 2vw;
  top: 0;
  width: 110px;
  height: 112px;
  border-radius: 0px 0px 20px 20px;
  background: #FCA970;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(129, 121, 115, 0.4);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 48px;
  height: 6px;
  left: 31px;
  background: #5E3F2A;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 25px;
}
.hamburger span:nth-child(2) {
  top: 40px;
}
.hamburger span:nth-child(3) {
  top: 55px;
}
.hamburger .txt {
  color: #5E3F2A;
  font-size: 0.9em;
  font-weight: 700;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 65px;
  left: 20px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 40px;
  left: 31px;
  transform: rotate(-35deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 40px;
  transform: rotate(35deg);
}

@media only screen and (max-width: 830px) {
  .hamburger {
    width: 68px;
    height: 70px;
    border-radius: 0px 0px 14px 14px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    left: 20px;
  }
  .hamburger span:nth-child(1) {
    top: 16px;
  }
  .hamburger span:nth-child(2) {
    top: 25px;
  }
  .hamburger span:nth-child(3) {
    top: 34px;
  }
  .hamburger .txt {
    font-size: 12px;
    width: 100%;
    top: 40px;
    left: 0;
  }
  .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 20px;
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 25px;
  }
}
nav.globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #382C24;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
nav.globalMenuSp .toggle-nav-open {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px;
  background: #FFFCF7 url(../images/common/line_bg.png) repeat-x bottom 30px center/428px 11px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box {
  width: 354px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .ttl {
  margin-bottom: 24px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .address {
  font-size: 0.9em;
  line-height: 140%;
  margin-bottom: 30px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn {
  margin-bottom: 12px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px;
  border-radius: 23px;
  font-size: 22px;
  font-weight: 700;
  color: #5E3F2A;
  background: #F7E757;
  box-shadow: 0px 4px 4px 0px rgba(180, 150, 128, 0.4);
  position: relative;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a span {
  position: relative;
  padding-left: 35px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a span::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_mail.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a .sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  padding-left: 20px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::before, nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::before {
  background: #fff;
  border-radius: 50%;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::after {
  width: 13px;
  height: 10px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  right: 25px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a:hover {
  color: #825434;
  background: #FBF24B;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a:hover::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap {
  display: flex;
  justify-content: space-between;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn {
  width: 48%;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn a {
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn a span {
  line-height: 130%;
  font-size: 17px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn a .number {
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  margin-top: 5px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a {
  background: #FCA970;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a::before, nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a::after {
  top: 40px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a span {
  padding-left: 30px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a span::before {
  background-image: url(../images/common/ico_tel.png);
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.tel a:hover {
  background: #FEC565;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.fax a {
  pointer-events: none;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.fax a::before, nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.fax a::after {
  display: none;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn.fax a span::before {
  background-image: url(../images/common/ico_fax.png);
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container {
  width: calc(100% - 504px);
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 400px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li {
  display: inline-block;
  margin: 0 48px 16px 0;
  padding: 0;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.space {
  margin-bottom: 35px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li a {
  color: #5E3F2A;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li a:hover {
  color: #825434;
  text-decoration: underline;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto {
  margin-bottom: 80px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto a {
  padding: 8px 10px;
  background: #C6D678;
  border-radius: 4px;
  text-decoration: none;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto a:hover {
  background: #DFE76E;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto.pc {
  display: block;
}
nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto.sp {
  display: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 830px) {
  nav.globalMenuSp .toggle-nav-open {
    flex-direction: column;
    height: auto;
    padding: 120px 20px 100px;
    background-size: 250px 7px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area {
    flex-direction: column;
    width: 100%;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box {
    width: 100%;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .ttl,
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .address {
    display: none;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::before {
    right: 10px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn a::after {
    right: 18px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .info_box .sbtn_wrap .sbtn a .number {
    font-size: 15px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container {
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li {
    display: block;
    font-weight: 700;
    margin: 0 48px 25px 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.space {
    margin-bottom: 25px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto.pc {
    display: none;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .toggle-nav-container li.mimoto.sp {
    display: block;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .sp_logo {
    padding-top: 17px;
    padding-left: 2vw;
    width: clamp(15.625rem, -23.014rem + 57.78vw, 22.125rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .sp_logo a {
    display: block;
    width: 250px;
    position: relative;
    z-index: 2;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .sp_logo::before {
    display: block;
    content: "";
    width: 154px;
    height: 90px;
    background: url(../images/common/header_bg.png) no-repeat top right/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  nav.globalMenuSp .sp_menu_cnt {
    text-align: center;
    padding-top: 20px;
  }
  nav.globalMenuSp .sp_menu_cnt .txt {
    margin-bottom: 40px;
  }
  nav.globalMenuSp .sp_menu_cnt .fb_sp {
    width: 50px;
    margin: 0 auto 50px;
  }
  nav.globalMenuSp .sp_menu_cnt .copyright {
    font-size: 12px;
  }
}
/********************************
フッター
********************************/
footer {
  background: #FFFCF7;
  color: #382C24;
  padding: 0;
}

footer nav {
  margin: 0;
  padding: 0;
}
footer nav li {
  float: none;
  width: auto;
}

/* ft_cnt */
.ft_cnt {
  background: #FFE0BF;
  position: relative;
}
.ft_cnt::before, .ft_cnt::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.ft_cnt::before {
  height: 105px;
  background: url(../images/common/bg_wave01.png) no-repeat bottom center/cover;
  top: -105px;
}
.ft_cnt::after {
  height: 55px;
  background: url(../images/common/bg_wave02.png) no-repeat top center/cover;
  bottom: -55px;
}
.ft_cnt .ft_inner {
  width: 1230px;
  margin: 0 auto;
  padding: 30px 15px;
}
.ft_cnt .lead {
  color: #5E3F2A;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.5px;
  padding: 0 140px;
  margin-bottom: 60px;
  position: relative;
}
.ft_cnt .lead span {
  display: block;
}
.ft_cnt .lead::before, .ft_cnt .lead::after {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
}
.ft_cnt .lead::before {
  width: 111px;
  height: 148px;
  background: url(../images/common/ft_img001.png) no-repeat top center/cover;
  left: 0;
}
.ft_cnt .lead::after {
  width: 125px;
  height: 150px;
  background: url(../images/common/ft_img002.png) no-repeat top center/cover;
  right: 0;
}

.ftc_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
.ftc_block .ftc_box {
  width: 400px;
  background: #fff;
  border-radius: 56px;
  box-shadow: 0px 4px 4px 0px rgba(180, 150, 128, 0.4);
  overflow: hidden;
}
.ftc_block .ftc_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5E3F2A;
  padding: 40px 36px;
  text-align: center;
  position: relative;
}
.ftc_block .ftc_box a::before, .ftc_block .ftc_box a::after {
  display: block;
  content: "";
  position: absolute;
}
.ftc_block .ftc_box a::before {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #FCA970;
  right: -14px;
  bottom: -28px;
  transition: 0.3s;
}
.ftc_block .ftc_box a::after {
  width: 22px;
  height: 16px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  right: 38px;
  bottom: 28px;
}
.ftc_block .ftc_box a:hover {
  color: #825434;
}
.ftc_block .ftc_box a:hover::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
.ftc_block .ftc_box a:hover .sub {
  color: #A66F28;
}
.ftc_block .ftc_box .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
  padding-left: 46px;
  display: inline-block;
  position: relative;
}
.ftc_block .ftc_box .ttl::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ftc_block .ftc_box .sub {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.75px;
  color: #825434;
}
.ftc_block .ftc_box .sub.number {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 39px;
  letter-spacing: 0;
}
.ftc_block .ftc_box .txt {
  text-align: left;
  line-height: 140%;
  font-size: 16px;
}
.ftc_block .ftc_box.tel a:hover::before {
  background: #FEC565;
}
.ftc_block .ftc_box.tel a:hover .ttl::before {
  background-image: url(../images/common/ico_tel_o.png);
}
.ftc_block .ftc_box.tel .ttl::before {
  width: 44px;
  height: 44px;
  background: url(../images/common/ico_tel.png) no-repeat top center/cover;
}
.ftc_block .ftc_box.fax a {
  pointer-events: none;
}
.ftc_block .ftc_box.fax a::before, .ftc_block .ftc_box.fax a::after {
  display: none;
}
.ftc_block .ftc_box.fax .ttl::before {
  width: 37px;
  height: 38px;
  background: url(../images/common/ico_fax.png) no-repeat top center/cover;
}
.ftc_block .ftc_box.fax .txt {
  text-align: center;
}
.ftc_block .ftc_box.mail a::before {
  background: #F7E757;
}
.ftc_block .ftc_box.mail a:hover::before {
  background: #FBF24B;
}
.ftc_block .ftc_box.mail a:hover .ttl::before {
  background-image: url(../images/common/ico_mail_o.png);
}
.ftc_block .ftc_box.mail .ttl::before {
  width: 45px;
  height: 45px;
  background: url(../images/common/ico_mail.png) no-repeat top center/cover;
}

@media only screen and (max-width: 767px) {
  .ft_cnt::before, .ft_cnt::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
  }
  .ft_cnt::before {
    height: 50px;
    background-size: contain;
    top: -50px;
  }
  .ft_cnt::after {
    height: 55px;
    background-size: contain;
    bottom: -55px;
  }
  .ft_cnt .ft_inner {
    width: 100%;
    padding: 36px 20px 50px;
  }
  .ft_cnt .ld_box {
    display: flex;
    justify-content: center;
  }
  .ft_cnt .ld_box .lead {
    text-align: left;
    font-size: 24px;
    line-height: 140%;
    padding: 0;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .ft_cnt .ld_box .lead {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .ft_cnt .ld_box .lead span:first-child {
    margin-bottom: 24px;
  }
  .ft_cnt .ld_box .lead::before, .ft_cnt .ld_box .lead::after {
    display: none;
  }
  .ft_cnt .ld_box figure {
    width: 110px;
    padding-top: 23px;
  }
  .ftc_block {
    flex-direction: column;
  }
  .ftc_block .ftc_box {
    width: 100%;
  }
  .ftc_block .ftc_box a {
    padding: 40px 30px;
  }
  .ftc_block .ftc_box a::before {
    width: 103px;
    height: 103px;
    right: -10px;
    bottom: -14px;
  }
  .ftc_block .ftc_box a::after {
    right: 30px;
    bottom: 30px;
  }
  .ftc_block .ftc_box .ttl {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .ftc_block .ftc_box .sub {
    font-size: 38px;
    letter-spacing: 1.6px;
  }
  .ftc_block .ftc_box .sub.number {
    font-size: 34px;
    letter-spacing: 0;
  }
  .ftc_block .ftc_box.tel .ttl {
    padding-left: 34px;
    letter-spacing: 1px;
  }
  .ftc_block .ftc_box.tel .ttl::before {
    width: 32px;
    height: 40px;
  }
  .ftc_block .ftc_box.mail .ttl::before {
    width: 42px;
    height: 42px;
  }
}
/* footer_block */
.footer_block {
  background: #FFF6EA url(../images/common/line_bg.png) repeat-x bottom 30px center/428px 11px;
}
.footer_block .footer_inner {
  width: 1080px;
  margin: 0 auto;
  padding: 125px 15px 145px;
  display: flex;
  align-items: flex-end;
}
.footer_block .footer_inner .ft_area {
  width: calc(100% - 180px);
  display: flex;
  justify-content: space-between;
}
.footer_block .footer_inner .ft_area .info_box {
  width: 354px;
}
.footer_block .footer_inner .ft_area .info_box .ttl {
  margin-bottom: 24px;
}
.footer_block .footer_inner .ft_area .info_box .address,
.footer_block .footer_inner .ft_area .info_box .tel {
  font-size: 0.9em;
  line-height: 140%;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a {
  width: 100%;
  display: block;
  background: #fff;
  color: #5E3F2A;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  padding: 15px 50px 15px 78px;
  margin-top: 24px;
  border-radius: 16px;
  box-shadow: 0px 2px 3px 0px rgba(180, 150, 128, 0.4);
  position: relative;
  opacity: 1;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a span {
  display: block;
  font-size: 26px;
  letter-spacing: 1.3px;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a::before, .footer_block .footer_inner .ft_area .info_box .sbtn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer_block .footer_inner .ft_area .info_box .sbtn a::before {
  width: 48px;
  height: 48px;
  background: url(../images/common/ico_fb.png) no-repeat center left/cover;
  left: 20px;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a::after {
  width: 32px;
  height: 32px;
  background: url(../images/common/ico_arrow02.png) no-repeat center right/cover;
  right: 20px;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a:hover {
  color: #825434;
}
.footer_block .footer_inner .ft_area .info_box .sbtn a:hover::before {
  background-image: url(../images/common/ico_fb_o.png);
}
.footer_block .footer_inner .ft_area .footer-navigation {
  width: calc(100% - 484px);
}
.footer_block .footer_inner .ft_area .footer-navigation ul {
  font-size: 0.9em;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 430px;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li {
  display: inline-block;
  margin: 0 48px 16px 0;
  padding: 0;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li.space {
  margin-bottom: 35px;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li a {
  color: #5E3F2A;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li a:hover {
  color: #825434;
  text-decoration: underline;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li.mimoto {
  margin-bottom: 100px;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li.mimoto a {
  padding: 8px 10px;
  background: #C6D678;
  border-radius: 4px;
  text-decoration: none;
}
.footer_block .footer_inner .ft_area .footer-navigation ul li.mimoto a:hover {
  background: #DFE76E;
}
.footer_block .footer_inner .copyright {
  width: 180px;
  padding: 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .footer_block {
    background-size: 250px 7px;
    background-position: bottom 80px center;
  }
  .footer_block .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 12vw 130px;
    flex-direction: column;
    align-items: center;
  }
  .footer_block .footer_inner .ft_area {
    width: 100%;
    flex-direction: column;
  }
  .footer_block .footer_inner .ft_area .info_box {
    width: 100%;
    margin-bottom: 52px;
  }
  .footer_block .footer_inner .ft_area .info_box .tel a {
    color: #5E3F2A;
  }
  .footer_block .footer_inner .ft_area .info_box .sbtn a {
    font-size: 16px;
    padding: 15px 45px 15px 14vw;
  }
  .footer_block .footer_inner .ft_area .info_box .sbtn a span {
    font-size: 23px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .footer_block .footer_inner .ft_area .info_box .sbtn a span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_block .footer_inner .ft_area .info_box .sbtn a::before {
    width: 9vw;
    height: 42px;
    background-size: contain;
    background-position: center left;
    left: 15px;
  }
  .footer_block .footer_inner .ft_area .info_box .sbtn a::after {
    width: 28px;
    height: 28px;
    right: 15px;
  }
  .footer_block .footer_inner .ft_area .footer-navigation {
    display: none;
  }
  .footer_block .footer_inner .copyright {
    width: 100%;
    font-size: 12px;
  }
  .fixed_block {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
  }
  .fixed_block .fixed_btn {
    width: 50%;
  }
  .fixed_block .fixed_btn a {
    display: flex;
    justify-content: center;
    font-weight: 700;
    padding: 18px 10px;
    border-radius: 14px 14px 0px 0;
    background: #FCA970;
    color: #5E3F2A;
    line-height: 120%;
    position: relative;
  }
  .fixed_block .fixed_btn a::before, .fixed_block .fixed_btn a::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .fixed_block .fixed_btn a::before {
    background: #fff;
    border-radius: 50%;
  }
  .fixed_block .fixed_btn a::after {
    width: 12px;
    height: 9px;
    background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
    right: 14px;
  }
  .fixed_block .fixed_btn a span {
    padding: 0 20px 0 28px;
    position: relative;
  }
  .fixed_block .fixed_btn a span::before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/common/ico_tel.png) no-repeat top center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .fixed_block .fixed_btn.mail a {
    background: #F7E757;
  }
  .fixed_block .fixed_btn.mail a span::before {
    background-image: url(../images/common/ico_mail.png);
  }
}