@charset "utf-8";
/* CSS Document */
/*=========================
オフィシャル相続共通
==========================*/
html {
  -webkit-text-size-adjust: 100%;
}
#souzoku {
  overflow: hidden;
}
.footer_fix {
  box-sizing: border-box !important;
}
.footer_fix_tel a {
  box-sizing: content-box !important;
}
nav#breadcrumb_paz {
  width: 1300px;
}
@media screen and (max-width:1310px) {
  nav#breadcrumb_paz {
    padding: 0 15px;
    width: 100%;
  }
}
.pcnav {
  display: block;
}
.tbnav, .spnav, .header-logo-menu {
  display: none !important;
}
@media screen and (max-width:1200px) {
  .tbnav {
    display: block !important;
  }
  .pcnav, .spnav {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .spnav, .header-logo-menu {
    display: block !important;
  }
  .pcnav, .tbnav {
    display: none !important;
  }
}
header ul li a:hover {
  color: #d45d05;
  transition: .8s;
}
.gnavi ul li a:hover {
  opacity: .6;
  transition: .8s;
}
/* ---------------------------------------
header　ヘッダー
--------------------------------------- */
header .logo {
  max-width: 270px;
  height: 50px;
  font-family: 'Noto Serif JP', serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.08em;
  margin: 0;
  padding-left: 7px;
}
header .logo a {
  color: #000;
}
header .logo h1 {
  font-weight: bold;
  font-weight: 600;
}
header .logo img {
  display: block;
  max-width: 270px;
  margin-top: 8px;
  margin-left: -5px;
}
header ul {
  display: inline-flex;
  margin-left: auto;
  justify-content: space-evenly;
}
header ul li a {
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 0 30px;
  letter-spacing: .08em;
  color: #000;
}
header ul li a:last-of-type {
  padding-right: 0;
}
header .menu-btn {
  margin-left: auto;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  text-align: right;
}
header.index-page {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  height: 80px;
}
@media screen and (max-width:1024px) {
  header ul {
    padding-right: 5px;
  }
}
@media screen and (max-width:1024px) {
  header ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
  header ul {
    display: block;
    margin-left: auto;
    justify-content: space-evenly;
    padding-right: 20px;
  }
  header {
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #cccccc;
    /* position: fixed; */
    width: 100%;
  }
  header .logo {
    padding-left: 10px;
    font-size: 29px;
  }
}
@media screen and (max-width:480px) {
  header .logo {
    height: auto;
    padding-left: 15px;
    font-size: 24px;
  }
  header .logo img {
    max-width: 215px;
  }
  header.index-page {
    height: 55px;
  }
}
.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  position: absolute;
  right: 20px;
}
/*ロゴやサイトタイトルをセンタリング*/
.logo-area {
  text-align: center;
  margin: auto;
}
@media screen and (min-width:769px) and (max-width:1350px) {
  header.index-page {
    padding: 0 15px;
  }
}
/* ---------------------------------------
nav　ナビボタン
--------------------------------------- */
.gnavi {
  margin: auto;
  height: 60px;
  background-color: #351d00;
  text-align: center;
}
.gnavi ul {
  display: inline-flex;
  margin: auto;
}
@media all and (-ms-high-contrast: none) {
  .gnavi ul {
    display: flex;
  }
}
.gnavi ul li {
  text-align: center;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  flex: 1 1;
  position: relative;
  display: flex;
  border-right: 1px solid #fff;
}
.gnavi ul li a {
  color: #fff;
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 16px 15px 12px;
  width: 260px;
  font-size: 18px;
  letter-spacing: .07em;
  font-weight: 500;
}
.gnavi ul li:nth-child(1) {
  text-align: center;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  flex: 1 1;
  position: relative;
  display: flex;
}
.gnavi > ul > li:nth-child(1) {
  border-left: 1px solid #fff;
}
@media screen and (max-width:1600px) {
  .gnavi ul li a {
    width: 230px;
    padding: 16px 5px 12px;
  }
  header.underlayer {
    max-width: 1200px;
  }
}
@media screen and (max-width:1200px) {
  .gnavi ul li a {
    width: 180px;
    font-size: 16px;
    padding: 16px 5px 15px;
  }
  .gnavi ul {
    display: flex;
  }
}
@media screen and (max-width:1024px) {
  .gnavi ul li a {
    width: 155px;
    font-size: 15px;
    padding: 18px 5px 15px;
  }
}
@media screen and (max-width:840px) {
  .gnavi ul li a {
    width: 135px;
  }
}
@media screen and (max-width:768px) {
  header ul li a {
    padding: 0 8px;
  }
  header .logo img {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  #nav-content {
    top: 55px;
  }
}
@media screen and (max-width:768px) {
  /*============
nav
=============*/
  header nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ffffff;
    /* overflow-x: hidden; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    left: -230px;
    width: 230px;
    height: auto;
  }
  header .open nav {
    left: 0;
    opacity: 1;
    z-index: 9999;
  }
  header nav .inner {
    padding: 15px;
  }
  header nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  header nav .inner ul li {
    position: relative;
    margin: 0;
    width: auto;
  }
  header nav .inner ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    border-right: none;
  }
  header nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  header nav ul li:nth-child(1) a {
    border-left: none;
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    /*display: block;
     position: absolute; */
    display: flex;
    flex-wrap: wrap;
    position: static;
    padding-top: 22px;
    padding-bottom: 22px;
    right: 5%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 24px;
  }
  .toggle_btn span:nth-child(2) {
    top: 36px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 24px;
  }
  .open .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 28px;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width:767px) {
  .toggle_btn {
    display: block;
    position: initial;
    padding-top: 0;
    padding-bottom: 0;
    right: 5%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 4px;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    bottom: 4px;
  }
  /*============
      #mask
      =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width:480px) {
  .toggle_btn {
    /* top: 13px; */
    right: 10px;
  }
}
@media screen and (max-width:320px) {
  .toggle_btn {
    /* top: 12px; */
    right: 10px;
  }
}
/*パンくず調整用
*/
#paz_wrapper.paz_kotsu {
  margin: 0;
}
#paz_wrapper.paz_kotsu nav#breadcrumb_paz {
  max-width: 1180px;
  width: auto;
  padding: 0 10px;
  display: block !important;
  opacity: 1 !important;
  position: initial !important;
  background-color: #fffbf4;
}
@media screen and (max-width:320px) {
  nav#breadcrumb_paz .acv {
    display: block;
  }
  .rcrumbs > ul > li.show {
    display: block;
  }
}
.wc-webchat-ctn {
  /*bottom: 5px !important;
    right: 3px !important;*/
  display: none;
}
/*@media screen and (max-width:1024px) {
    .wc-webchat-ctn {
        bottom: 90px !important;
        right: 3px !important;
    }
}*/
.footer_fix {
  display: none;
}


/*============================
footer_fix SP
============================*/
@media screen and (max-width:767px) {
  .footer_fix {
    display: block;
  }

  .footer_fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    /*background-color: rgba(0,0,0,0.6);*/
    background-color: #221300;
    z-index: 9998;
    box-sizing: border-box;
  }
  .footer_fix ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
  }
  .footer_fix_tel, .footer_fix_mail {
    position: relative;
  }
  .footer_fix_tel {
    width: 59.5%;
  }
  .footer_fix_mail {
    margin-right: auto;
    font-size: 2vw;
    width: 39.5%;
  }
  .footer_fix_line {
    margin-right: auto;
    font-size: 2vw;
    width: 39.5%;
  }
  .footer_fix_tel a {
    /* background: #094b09;*/
    height: 57px;
    /* display: flex;
	flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer_fix_tel a div:first-of-type {
    font-size: 12px;
    /* margin: 5px 0; 
	padding-top: 5px;*/
    padding-top: 7px;
    line-height: 0.8rem;
    color: #221300;
  }
  .footer_fix_tel a div:last-of-type {
    text-align: center;
    line-height: 1;
    position: relative;
	font-size: x-large;
  }
  .footer_fix_tel a div:last-of-type::before {
    content: "";
    background: url(image/tel_icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 3vw;
    height: 3vw;
    display: inline-block;
    margin-top: 0.1em;
  }
  .footer_fix_tel.para a div:last-of-type::before {
    width: 4vw;
    height: 4vw;
  }
  .footer_fix_tel a div:last-of-type span {
    color: #d45d05;
    font-weight: 600!important;
  }
  .footer_fix_tel a div:last-of-type span::before {
    display: none;
  }
  .footer_fix_mail a {
    color: #fff;
    background-color: #277b1b;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .footer_fix_line a {
    color: #fff;
    background-color: #00B900;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .para.footer_fix_tel a div {
    font-size: 15px !important;
  }
  .footer_fix_tel.para a div:first-of-type {}
  .footer_fix_tel.para a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.footer_fix_telno_tb {
    font-size: 30px;
    font-weight: bold;
    margin: -5px 0 0;
    color: #d45d05;
    font-family: 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Noto Serif CJK JP', 'Noto Serif JP', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
    position: relative;
  }
  span.footer_fix_telno_tb::before {
    content: "";
    background: url(image/tel_icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin-top: 0.1em;
  }
  .footer_fix_mail.fix_tab_mail a {
    height: 70px;
    border-radius: 5px;
    font-weight: bold;
  }
  .footer_fix_mail a span.icon-009 {
    font-size: 30px;
    font-weight: normal;
    /*margin-right: 5px;*/
    background: url(image/mail_icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 0.8em;
  }
  .footer_fix_mail a span.icon-009::before {
    display: none;
  }
 .footer_fix_line a span.icon-line {
    font-size: 40px;
    font-weight: normal;
    /*margin-right: 5px;*/
    background: url(../images/customer_contents/souzoku/line.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 0.8em;
  }
  .footer_fix_line a span.icon-line::before {
    display: none;
  }
  /* }


@media screen and (max-width:768px) { */
/*============================
footer_fix
============================*/
  .footer_fix {
    padding: 10px 1%;
  }
  .footer_fix_tel {
    width: 78.5%;
    background-color: #fff;
    border-radius: 5px;
  }
  .footer_fix_tel.para a div {
    padding: 0;
    font-size: 5vw !important;
    box-sizing: border-box;
  }
  .footer_fix_mail {
    width: 19.5%;
    font-size: 3vw;
  }
  .footer_fix_line {
    width: 19.5%;
    font-size: 3vw;
  }
  nav#pagetop a {
    top: -100px !important;
  }
  
/* }

@media screen and (max-width:767px) { */
  .footer_fix_tel {
    /*border-bottom: solid 3px #bbb;*/
    height: 57px;
  }
  .footer_fix_mail a {
    height: 57px;
    /*border-bottom: solid 3px #277b1b;*/
    font-weight: bold;
    font-size: 0;
  }
  .footer_fix_line a {
    height: 57px;
    /*border-bottom: solid 3px #277b1b;*/
    font-weight: bold;
    font-size: 0;
  }
}
@media screen and (max-width:678px) {
  .cv-sp-pagebottom {
    width: 100%;
  }
  .cvTB, .footer_fix .fixTB {
    display: none;
  }
  .cvSP {
    display: block;
  }
  .footer_fix .fixSP {
    display: flex;
    width: 98%;
    margin: 0 auto;
	gap: 5px;
  }
  .footer_fix_tel a div:last-of-type::before {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width:500px) {
  .footer_fix_tel a div:last-of-type {
    font-size: 6vw;
  }
  .footer_fix_tel a div:last-of-type::before {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width:480px) {
  .footer_fix_mail {
    font-size: 4vw;
  }
  .footer_fix_line {
    font-size: 4vw;
  }
  .footer_fix_tel.para a div {
    font-size: 5vw !important;
  }
}
@media screen and (max-width:400px) {
  .footer_fix_tel a div:first-of-type {
    padding-top: 10px;
  }
  .footer_fix_tel.para a div {
    padding-top: 0;
  }
}
@media screen and (max-width:320px) {
  .cv-bottom-tel a {
    font-size: 22px;
  }
  .contents-primary {
    padding: 2%;
  }
  .footer_fix_tel a div:last-of-type {
    font-size: 6.9vw;
    padding-bottom: 4px;
  }
  .footer_fix_tel a div:first-of-type {
    padding-top: 10px;
  }
  .footer_fix_tel.para a div:first-of-type {
    padding-top: 22px;
  }
}
@media screen and (max-width:767px) {
  #footer_area {
    padding-bottom: 100px;
  }
}
.pcnav {
  display: block;
}
.tbnav, .spnav, .header-logo-menu {
  display: none !important;
}
@media screen and (max-width:1200px) {
  .tbnav {
    display: block !important;
  }
  .pcnav, .spnav {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .spnav, .header-logo-menu {
    display: block !important;
  }
  .pcnav, .tbnav {
    display: none !important;
  }
}
header ul li a:hover {
  color: #d45d05;
  transition: .8s;
}
.gnavi ul li a:hover {
  opacity: .6;
  transition: .8s;
}
/* ---------------------------------------
header　ヘッダー
--------------------------------------- */
header .logo {
  /* width: 275px;  */
  height: 50px;
}
header ul {
  display: inline-flex;
  margin-left: auto;
  justify-content: space-evenly;
}
header ul li a {
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 0 30px;
  letter-spacing: .08em;
  color: #000;
}
header ul li a:last-of-type {
  padding-right: 0;
}
header .menu-btn {
  margin-left: auto;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  text-align: right;
}
header.index-page {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  height: 80px;
}
@media screen and (max-width:1024px) {
  header ul {
    padding-right: 5px;
  }
}
@media screen and (max-width:1024px) {
  header ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
  header ul {
    display: block;
    margin-left: auto;
    justify-content: space-evenly;
    padding-right: 20px;
  }
  header {
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #cccccc;
    /* position: fixed; */
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  header .logo {
    /* width: 50%; */
    height: auto;
    padding-left: 15px;
    /* padding-top: 5px; */
  }
  header.index-page {
    height: 55px;
  }
}
.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  position: absolute;
  right: 20px;
}
/*ロゴやサイトタイトルをセンタリング*/
.logo-area {
  text-align: center;
  margin: auto;
}
@media screen and (min-width:769px) and (max-width:1350px) {
  header.index-page {
    padding: 0 15px;
  }
}
/* ---------------------------------------
nav　ナビボタン
--------------------------------------- */
.gnavi {
  margin: auto;
  height: 60px;
  background-color: #351d00;
  text-align: center;
}
.gnavi ul {
  display: flex;
  margin: auto;
  max-width: 1300px;
}
@media all and (-ms-high-contrast: none) {
  .gnavi ul {
    display: flex;
  }
}
.gnavi ul li {
  text-align: center;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  flex: 1 1;
  position: relative;
  display: flex;
  border-right: 1px solid #fff;
}
.gnavi ul li a {
  color: #fff;
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 16px 15px 12px;
  font-size: 18px;
  letter-spacing: .07em;
  font-weight: 500;
  box-sizing: border-box;
}
.gnavi ul li a.pointer {
  cursor: default;
}
.gnavi ul li a.pointer:hover {
  opacity: 1;
}
.gnavi > ul > li:nth-child(1) {
  text-align: center;
  font-family: 'ヒラギノ角ゴ Std', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  flex: 1 1;
  position: relative;
  display: flex;
  border-left: 1px solid #fff;
}
.gnavi ul li ul {
  position: absolute;
  width: 100%;
  background: #7e6648;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 1;
  display: block;
  left: 0;
  top: 55px;
  z-index: 2;
}
.gnavi ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.gnavi ul li ul li {
  border: 0;
  border-bottom: 1px solid #fff;
  display: block;
}
.gnavi ul li ul li:last-child {
  border: none;
}
.gnavi ul li ul li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.gnavi ul li:hover ul li a:hover {
  opacity: 1;
  background: #684c28;
}
.gnavi ul li:hover ul li:before, .gnavi ul li:hover ul li:after {
  display: none;
}
@media screen and (max-width:1600px) {
  .gnavi ul li a {
    width: 230px;
    padding: 16px 5px 12px;
  }
  header.underlayer {
    max-width: 1200px;
  }
}
@media screen and (max-width:1200px) {
  .gnavi ul li a {
    width: 180px;
    font-size: 16px;
    padding: 16px 5px 15px;
  }
  .gnavi ul {
    display: flex;
  }
}
@media screen and (max-width:1024px) {
  .gnavi ul li a {
    width: 155px;
    font-size: 15px;
    padding: 18px 5px 15px;
  }
  header nav .inner ul.about_link {
    margin-bottom: 20px;
  }
  header nav .inner ul.nav_link_lp > li > a {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    letter-spacing: .08em;
    color: #fff;
    background: #351d00;
    ;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
  }
  header nav .inner ul.nav_link_lp > li > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(image/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  header nav .inner ul.nav_link_lp > li > a:hover {
    background: #351d00;
    opacity: .6;
  }
  header nav .inner ul.nav_link_lp > li > a.pointer::after {
    display: none;
  }
  header nav .inner ul.nav_link_lp > li > a.pointer:hover {
    opacity: 1;
  }
  header nav .inner ul.nav_link_lp li ul {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header nav .inner ul.nav_link_lp li ul li {
    width: 50%;
  }
  header nav .inner ul.nav_link_lp li ul li a {
    position: relative;
    margin-left: 10px;
    padding: 0 0 0 5px;
  }
  header nav .inner ul.nav_link_lp li ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -4px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width:840px) {
  .gnavi ul li a {
    width: 135px;
  }
  header ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width:768px) {
  header ul li a {
    padding: 0 8px;
  }
  header .logo img {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  #nav-content {
    top: 55px;
  }
  header nav .inner ul.nav_link_lp li ul {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:768px) {
  /*============
nav
=============*/
  header nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ffffff;
    /* overflow-x: hidden; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 9999;
    opacity: 0;
    left: -230px;
    width: 230px;
    height: auto;
  }
  header .open nav {
    width: 280px;
    left: 0;
    opacity: 1;
  }
  header nav .inner {
    padding: 15px;
  }
  header nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  header nav .inner ul li {
    position: relative;
    margin: 0;
    width: auto;
  }
  header nav .inner ul.about_link li {
    border-bottom: 1px solid #333;
  }
  header nav .inner ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    border-right: none;
  }
  header nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  header nav ul li:nth-child(1) a {
    border-left: none;
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    /*display: block;
     position: absolute; */
    display: flex;
    flex-wrap: wrap;
    position: static;
    padding-top: 22px;
    padding-bottom: 22px;
    right: 5%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 24px;
  }
  .toggle_btn span:nth-child(2) {
    top: 36px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 24px;
  }
  .open .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 28px;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width:767px) {
  .toggle_btn {
    display: block;
    position: initial;
    padding-top: 0;
    padding-bottom: 0;
    right: 5%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 4px;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    bottom: 4px;
  }
  /*============
      #mask
      =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width:480px) {
  .toggle_btn {
    /* top: 13px; */
    right: 10px;
  }
}
@media screen and (max-width:320px) {
  .toggle_btn {
    /* top: 12px; */
    right: 10px;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer　ポップアップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.open_btn {
  display: none;
}
#popup_box .popup_wrap input {
  display: none;
}
#popup_box .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
#popup_box .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
#popup_box .popup_content {
  position: relative;
  align-self: center;
  width: 80%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  transition: 0.5s;
  padding: 40px 20px;
}
#popup_box .close_btn {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
#popup_box .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  overflow: hidden;
}
#popup_box .popup_content p:first-of-type {
  font-family: "ヒラギノ明朝 StdN W6", "ヒラギノ明朝 StdN W6", "Hiragino Mincho StdN W6", "Noto Serif Mincho", 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  color: #673904;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid #673904;
  border-bottom: 1px solid #673904;
  font-weight: 600;
}
#popup_box .popup_content p.category {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  color: #351d00;
  font-family: "ヒラギノ明朝 StdN W6", "ヒラギノ明朝 StdN W6", "Hiragino Mincho StdN W6", "Noto Serif Mincho", 'Noto Serif JP', serif;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
}
#popup_box .popup_content p.category:before, #popup_box .popup_content p.category:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #351d00;
}
#popup_box .popup_content p.category:before {
  margin-right: 1rem;
}
#popup_box .popup_content p.categoryr:after {
  margin-left: 1rem;
}
#popup_box .popup_content p.category span {
  position: relative;
  padding-left: 1.2em;
  padding-right: 0.5em;
}
#popup_box .popup_content p.category span::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: -0.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
#popup_box .popup_content p.category:nth-of-type(2) span::before {
  background-image: url(../../../../../../images/souzoku/popup01.svg);
}
#popup_box .popup_content p.category:nth-of-type(3) span::before {
  background-image: url(../../../../../../images/souzoku/popup06.svg);
}
#popup_box .popup_content p.category:nth-of-type(4) span::before {
  background-image: url(../../../../../../images/souzoku/popup05.svg);
}
#popup_box .popup_content p.category:nth-of-type(5) span::before {
  background-image: url(../../../../../../images/souzoku/popup08.svg);
}
#popup_box .popup_content p.category:nth-of-type(6) span::before {
  background-image: url(../../../../../../images/souzoku/popup07.svg);
}
#popup_box .popup_content ul {
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap;
  margin-bottom: 5%;
}
#popup_box .popup_content ul:last-of-type {
  margin-bottom: 0;
}
#popup_box .popup_content li {
  width: calc(50% - 2px);
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.3;
}
#popup_box .popup_content li.w {
  width: 100%;
}
#popup_box .popup_content li a {
  background: #205219;
  height: 60px;
  color: #fff5ba;
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
}
#popup_box .popup_content li a::after {
  position: absolute;
  content: "";
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px rgba(255, 255, 255, .6);
  border-right: solid 2px rgba(255, 255, 255, .6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup_box .popup_inner {
  max-height: 84vh;
  overflow: auto;
  padding: 0 20px;
}
#popup_box .popup_content a span {
  display: inline-block;
}
#popup_box .popup_inner::-webkit-scrollbar {
  width: 10px;
}
#popup_box .popup_inner::-webkit-scrollbar-track {
  height: 100px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}
#popup_box .popup_inner::-webkit-scrollbar-thumb {
  background: #a69fa1;
  border-radius: 100px;
}
@media screen and (max-width:767px) {
  .open_btn {
    display: block;
    position: fixed;
    right: 2%;
    ;
    bottom: 80px;
    z-index: 999;
  }
}
@media screen and (max-width:559px) {
  #popup_box .popup_content {
    width: 92%;
    padding: 7vw 3%;
  }
  #popup_box .popup_content p.category {
    font-size: 3.1vw;
    margin-bottom: 15px;
  }
  #popup_box .popup_inner {
    padding: 0 3%;
  }
  #popup_box .popup_content ul {
    margin-bottom: 5.5%;
  }
  #popup_box .popup_content li a {
    font-size: 3.1vw;
    height: 10vw;
  }
  #popup_box .popup_content p:first-of-type {
    font-size: 4.2vw;
  }
  #popup_box .popup_content li a::before {
    width: 5.5vw;
    height: 5.5vw;
  }
  #popup_box .popup_content li a::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width:450px) {
  #popup_box .popup_content li a {
    height: 12vw;
    font-size: 3.5vw;
  }
  #popup_box .popup_content p.category {
    font-size: 3.5vw;
  }
  #popup_box .popup_inner {
    max-height: 70vh;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
フロントCV　ポップアップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:768px) {
  #popup_box .popup_content {
    width: 600px;
  }
  #popup_box .popup_content ul {
    margin-bottom: 4.5%;
  }
  #popup_box .popup_content li a {
    height: 65px;
    font-size: 18px;
  }
  #popup_box .popup_content p.category {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #popup_box .popup_content p:first-of-type {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.wc-webchat-ctn {
  /*bottom: 5px !important;
    right: 3px !important;*/
  display: none;
}
/* フッター固定用 */
.footer_fixed {
  position: fixed;
  z-index: 200;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #efece7;
  text-align: center;
}
.footer_fixed .contact_box_b {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 8px;
  max-width: 787px;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.cleafix::after {
  content: "";
  display: table;
  clear: both;
}
/* contactコンテナ - 4つのボタンを横並び */
.footer_fixed .contact {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex: 1;
  max-width: 1000px;
  margin: 0 auto;
}
/* メールボタン */
.footer_fixed .contact .mail {
  background: #461A00;
  max-width: 136px;
  min-width: 110px;
  height: 65px;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  flex: 1;
}
.footer_fixed .contact .mail a {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* 30分無料 */
.footer_fixed .consultation_30min {
  background: #fff;
  color: #aa3333;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  width: 100%;
  font-size: 13px;
  flex: 1;
  white-space: nowrap;
}
.footer_fixed .consultation_30min > span {
  font-size: 1.2rem;
  color: #aa3333;
}
/* 電話セクション */
.footer_fixed .contact_inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 300px;
  flex: 1;
}
.footer_fixed .tell {
  width: 100%;
}
.footer_fixed .tell .telcv {
  text-decoration: none;
  color: inherit;
  display: block;
}
.footer_fixed .tell .num {
  margin: 0;
  color: #cd0000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}
.footer_fixed .tell .num .icon-phone {
  font-size: 16px;
  color: #cd0000;
}
.footer_fixed .tell .num .icon-phone::before {
  content: "";
  display: inline-block;
  width: 2vw;
  height: 1.8vw;
  background: url(../images/customer_contents/souzoku/tel_icon.svg) no-repeat;
  background-size: contain;
  @media screen and (min-width: 767px) and (max-width: 1024px) {
      width: 28px;
      height: 26px;
    }	
　
}
.footer_fixed .point {
  line-height: 1;
  margin-top: 4px;
}
.footer_fixed .point span {
  font-size: 10px;
  color: #382626;
  font-weight: bold;
  padding: 2px 14px 1px;
  border-top: 1px solid #382626;
  border-bottom: 1px solid #382626;
  display: inline-block;
}
/* LINEボタン */
.footer_fixed .contact .line {
  background: #00B900;
  max-width: 136px;
  min-width: 110px;
  height: 65px;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  flex: 1;
}
.footer_fixed .contact .line a {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* アイコン */
.icon-mail {
  background: url(../images/customer_contents/souzoku/mail_icon.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  margin: 0 auto 4px;
  display: block;
}
.icon-line {
  background: url(../images/customer_contents/souzoku/line.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  margin: 0 auto 4px;
  display: block;
}
/* PC用テキスト */
.pc {
  display: inline;
}
/* 注意書き */
.foot_con_b_note {
  background: #fff;
  padding: 0px 12px 8px;
  margin: 0;
  font-size: 11px;
  color: #666;
  text-align: center;
  line-height: 1.3;
  max-width: 100%;
  padding-bottom: 10px;
}
.foot_con_b_note a {
  color: inherit;
  text-decoration: underline;
}
/* レスポンシブ対応 */
/*@media screen and (max-width: 1024px) {
  .footer_fixed .consultation_30min, .footer_fixed .foot_con_b_note {
    display: none;
  }
  .footer_fixed .contact {
    gap: 6px;
  }
  .footer_fixed .tell .num {
    font-size: 24px;
  }
  .footer_fixed .tell .num .icon-phone {
    font-size: 20px;
  }
  .footer_fixed .contact .mail, .footer_fixed .contact .line {
    padding: 15px 20px;
  }
  .footer_fixed .point {
    margin: 0 7px;
  }
}*/
@media screen and (max-width: 767px) {

  .footer_fixed.pc_fixed{
      display: none!important;
  }
  .footer_fixed .contact_box_b {
    padding: 6px;
    gap: 6px;
  }
  .footer_fixed .contact {
    gap: 4px;
  }
  .footer_fixed .contact .mail, .footer_fixed .contact .line, .footer_fixed .contact_inner {
    min-width: 70px;
    padding: 10px 6px;
    font-size: 11px;
  }
  .footer_fixed .tell .num {
    font-size: 16px;
  }
  .footer_fixed .point span {
    font-size: 8px;
    padding: 1px 8px;
  }
  /* PC用テキストを非表示 */
  .pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .footer_fixed .contact {
    flex-wrap: wrap;
    gap: 4px;
  }
  .footer_fixed .contact .mail, .footer_fixed .contact .line {
    flex: 1;
    min-width: 60px;
  }
  .footer_fixed .contact_inner {
    width: 100%;
    flex: 2;
    order: -1;
    margin-bottom: 4px;
  }
  .footer_fixed .tell .num {
    font-size: 15px;
  }
}
/* PC環境での電話リンク無効化 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .footer_fixed .tell .telcv {
    pointer-events: none;
  }
}
/*@media screen and (max-width:1024px) {
  .footer_fixed .contact_box_b .consultation_30min, .footer_fixed .foot_con_b_note {
    display: none;
  }
	.footer_fixed .tell .num .icon-phone::before{
	width: 40px;
    height: 40px;	
	}
  .footer_fixed .contact_box_b .tell .num {
    font-size: clamp(50px, 8.9844vw + -29.0000px, 63px); 
  }
  .footer_fixed .contact_box_b .tell .num span.icon-phone {
    font-size: 30px;
    top: -3px;
  }
  /*.footer_fixed .contact_box_b .point img {
    height: 60px;
  }
  .footer_fixed .contact_box_b > div .mail {
    height: auto;
    padding: 15px 30px;
  }
  .footer_fixed .contact_box_b > div .tell {}
  .footer_fixed .contact_box_b .point {
    margin: 0 7px;
  }
/* LINEボタン 
.footer_fixed .contact .line,.footer_fixed .contact .mail {
  max-width: 110px;
  min-width: 90px;
  height: 42px;
}
}*/
/*====================================== 404 ======================================*/
.not_find {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 1rem;
  text-align: center;
}
.not_find a {
  font-weight: bold;
  text-decoration: underline;
}
.footer_fixed .contact_box_b .consultation_30min a {
  background-color: #aa3333;
}
.footer_fixed .contact_box_b .consultation_30min img {
  color: #461A00;
}
.footer_fixed .contact_box_b .tell .num {
  color: #cd0000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bottom_fix .tell p:nth-of-type(2) {
  color: #cd0000;
}
.contact_box.sp .contact .tell .num span.icon-phone {
  color: #cd0000;
}
.footer_fixed .contact_inner {
  float: left;
  padding-top: 7px;
}
.footer_fixed .contact_box_b .point {
  line-height: 1;
}
.footer_fixed .contact_box_b .point span {
  font-size: 14px;
  color: #382626;
  font-weight: bold;
  padding: 2px 14px 1px;
  border-top: 1px solid #382626;
  border-bottom: 1px solid #382626;
  display: inline-block;
}
_:-ms-fullscreen, :root .footer_fixed .contact_box_b .point span {
  padding: 4px 14px 0;
}
.contact .tell .num {
  font-size: clamp(41px, 1.7058rem + 0.353vw, 54px);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  footer {
    padding-bottom: 120px;
  }
}
/*@media screen and (max-width: 1024px) {
  .footer_fixed .contact_box_b > div .mail {
    height: 42px;
  }
  .footer_fixed .contact_inner {
    padding-top: 0;
  }
}*/
.icon-triangle_right:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  margin-right: 3px;
}
.footer_fixed .contact_box_b > div .tell .telcv {
  pointer-events: none;
}