@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-block-end: 0;
  margin-block-start: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  /*iPhoneフォントサイズが拡大されるバグの対策*/ }

html {
  overflow-y: scroll; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

a:link {
  color: #2d2d2d; }

a:visited {
  color: #2d2d2d;
  text-decoration: none; }

a:hover {
  color: #2d2d2d;
  text-decoration: none;
  opacity: 0.7; }

a:active {
  color: #2d2d2d;
  text-decoration: none; }

img {
  vertical-align: top; }

a:hover img {
  /*background:#fff;*/
  filter: alpha(opacity=70);
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  form .wLong {
    width: 100%; } }
/* 
---------------------------------------
form
---------------------------------------
*/
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
  margin: 1px;
  padding: 8px 5px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

label {
  margin: 1px; }

.text50 {
  width: 50px; }

input[type="button"], input[type="submit"], button[type="submit"] {
  -webkit-appearance: none;
  border: none; }

@media screen and (max-width: 768px) {
  form .wLong {
    width: 100%; } }
@media screen and (min-width: 769px) {
  form .wLong {
    width: 500px; } }
/* 
---------------------------------------
濃さ
---------------------------------------
*/
.op7 {
  opacity: 0.7; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  /*TAB以下*/
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  /*PC*/
  .spView {
    display: none !important; } }
/*
---------------------------------------
layout
---------------------------------------
*/
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  /*chrome画像ぼやけ対策*/ }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }
  @media (max-width: 999px) {
    html {
      scroll-padding-top: 50px; } }

/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
body {
  font-family: 'Shippori Mincho','Ibarra Real Nova',sans-serif, serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: 'Ibarra Real Nova'; }

.none {
  display: none !important; }

@media (min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media (max-width: 999px) {
  a[href^="tel:"] {
    text-decoration: underline; } }
html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

/* 
---------------------------------------
ホバー追加指定
---------------------------------------
*/
#header .downloadBtn:hover,
#home03 .boxs .box:hover,
#home03 .boxs .box:hover img {
  opacity: 1; }

#header .downloadBtn:hover .txt2 {
  background: #00254f;
  transition-delay: all .5s; }

.contactBtn {
  transition: 0.5s; }

.contactBtn:hover {
  background: #a51e00 !important;
  opacity: 1;
  transition: 0.5s; }

#menu-list01 a .pic,
#home03 a .pic {
  object-fit: cover;
  overflow: hidden; }

#menu-list01 a .pic img,
#home03 a .pic img {
  transition: 0.5s; }

#menu-list01 a:hover .pic img,
#home03 a:hover .pic img {
  transform: scale(1.1);
  transition: transform 2.5s cubic-bezier(0.19, 1, 0.22, 1); }

.breadcrumbs.inner {
  padding: 10px 0;
  font-size: 12px; }

.btn4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 220px;
  padding-left: 10px;
  padding-bottom: 16px;
  transition: 0.2s;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(0);
  font-size: 18px; }
  @media (max-width: 999px) {
    .btn4 {
      font-size: 14px;
      padding-bottom: 10px;
      max-width: 200px; } }

.btn4:hover {
  color: #9f3f26;
  opacity: 1; }

.btn4::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000; }

.btn4::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 72px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #9f3f26;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn4:hover::after {
  width: 100%; }

.btn4 .ico::before {
  content: url("../img/ico_arrow_black.png");
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  transform: scale(0.4); }

.btn4:hover .ico::before {
  margin-right: -5px;
  content: url("../img/ico_arrow_red.png"); }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner {
      width: 92%;
      max-width: 375px; } }

/* 
---------------------------------------
下層KV
---------------------------------------
*/
#underKv {
  height: 500px;
  background: #ccc;
  display: flex;
  align-items: flex-end;
  text-align: center;
  position: relative;
  color: #fff; }
  @media (max-width: 999px) {
    #underKv {
      height: 350px;
      align-items: center;
      justify-content: center; } }

#underKv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: rgba(70, 34, 25, 0.5);
  z-index: 0; }
  @media (max-width: 999px) {
    #underKv::before {
      height: 350px; } }

#underKv .ttlBox {
  margin: 0 auto 40px;
  text-align: left; }

#underKv .ttl {
  font-size: 36px;
  letter-spacing: 2px;
  text-shadow: #333 0 0 10px; }
  @media (max-width: 999px) {
    #underKv .ttl {
      font-size: 24px; } }

/* 
---------------------------------------
パンくずリスト
---------------------------------------
*/
#underKv .inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 40px;
  position: relative;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0; }

.breadcrumb {
  background: #fff;
  width: max-content;
  margin: 0 0 0 auto;
  padding: 10px 20px; }

.breadcrumb li {
  display: inline;
  list-style: none;
  color: #333;
  font-weight: bold; }

.breadcrumb li:after {
  content: '';
  width: 20px;
  display: inline-block;
  height: 1px;
  margin: 0 10px 0;
  height: 1px;
  background: #b2c3d5;
  vertical-align: middle; }

.breadcrumb li:last-child:after {
  display: none; }

.breadcrumb li a {
  text-decoration: none;
  color: #9f3f26; }

.breadcrumb li a:hover {
  text-decoration: underline; }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

#header .logo {
  display: flex;
  align-items: center;
  padding: 2%;
  border-radius: 0 0 8px 0;
  line-height: 32px; }
  @media (max-width: 999px) {
    #header .logo {
      padding: 1% 0 0 3%; } }

@media (max-width: 999px) {
  #header .logo img {
    width: 140px;
    margin-top: 2px; } }

#header .logo a {
  font-size: 14px;
  color: #fff; }
  @media (max-width: 999px) {
    #header .logo a {
      font-size: 10px; } }

#header #logoNav {
  display: none; }

#header.fixed #logoNav {
  display: flex; }
  @media (max-width: 999px) {
    #header.fixed #logoNav {
      background: none; } }

@media (max-width: 999px) {
  #header.fixed #logoNav {
    width: 120px; } }

#header.fixed .logo a {
  color: #462219; }

@media (max-width: 999px) {
  #header.fixed .logo a img {
    width: 140px;
    margin-top: 2px; } }

.hMenu {
  margin-right: 120px;
  display: none;
  align-items: center; }
  @media (max-width: 999px) {
    .hMenu {
      margin-right: 50px; } }

.fixed .hMenu {
  display: flex; }

.hMenu a {
  text-align: center;
  margin-right: 30px; }
  @media (max-width: 999px) {
    .hMenu a {
      margin-right: 24px;
      line-height: 0; } }

.hMenu a .fa-solid {
  font-size: 24px;
  color: #9f3f26; }
  @media (max-width: 999px) {
    .hMenu a .fa-solid {
      font-size: 20px; } }

.hMenu .tel {
  font-size: 24px;
  margin-right: 0; }
  @media (max-width: 999px) {
    .hMenu .tel {
      line-height: 0; } }

.hMenu .tel .fa-solid {
  font-size: 20px;
  margin-right: 10px;
  color: #9f3f26; }
  @media (max-width: 999px) {
    .hMenu .tel .fa-solid {
      font-size: 18px; } }

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  background: rgba(255, 255, 255, 0.8); }

.fixed .navToggle span {
  border-bottom: solid 1px #2d2d2d; }

#header.fixed .logo {
  padding: 0 2%;
  height: 80px;
  border-radius: 0; }
  @media (max-width: 999px) {
    #header.fixed .logo {
      height: 50px; } }

#header.fixed .logo a {
  color: #2d2d2d; }
  @media (max-width: 999px) {
    #header.fixed .logo a {
      display: flex;
      align-items: center; } }

@media (min-width: 1000px) {
  #header.fixed .txt1 {
    background: #ccdbf1; } }

@media (min-width: 1000px) {
  #header.fixed .txt1::before {
    border-left: 16px solid #ccdbf1; } }

#header.fixed .box-r .navBox {
  margin-bottom: 6px; }

#header.fixed #pcNav ul li a {
  color: #333; }

@media (max-width: 999px) {
  #pcNav {
    display: none; } }

#pcNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }

#pcNav ul li a {
  color: #fff; }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
nav.spNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
  height: 100vh;
  background: -moz-linear-gradient(to bottom, rgba(42, 20, 15, 0.9) 70%, rgba(145, 132, 129, 0.9));
  background: -webkit-linear-gradient(to bottom, rgba(42, 20, 15, 0.9) 70%, rgba(145, 132, 129, 0.9));
  background: linear-gradient(to bottom, rgba(42, 20, 15, 0.9), rgba(145, 132, 129, 0.9) 300%);
  backdrop-filter: blur(1px); }
  @media (max-width: 999px) {
    nav.spNav {
      background: linear-gradient(to bottom, rgba(42, 20, 15, 0.9), rgba(145, 132, 129, 0.9) 1000%); } }

.spNav .inner {
  padding: 40px 0 0; }

.spNav .logo2 {
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    .spNav .logo2 {
      width: 160px;
      margin: 10px auto 30px; } }

.spNav .ttlDeco {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 28px; }

.spNav .menuTtl {
  text-align: center;
  color: #fff; }

.spNav .menu1 {
  margin: 30px auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 999px) {
    .spNav .menu1 {
      margin: 20px auto 0; } }

.spNav .menu1 li {
  padding: 10px 0;
  letter-spacing: 1.4px;
  width: 32%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 999px) {
    .spNav .menu1 li {
      width: 100%; } }

.spNav .menu1 li:nth-child(1),
.spNav .menu1 li:nth-child(2) {
  width: 49%; }
  @media (max-width: 999px) {
    .spNav .menu1 li:nth-child(1),
    .spNav .menu1 li:nth-child(2) {
      width: 100%; } }

.spNav .menu1 li a {
  color: #fff;
  display: flex;
  align-items: center; }

.spNav .menu1 li a img {
  width: 16%;
  margin-right: 20px; }

.spNav .menu2 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 20px; }

.spNav .menu2 a {
  width: 32%;
  padding: 10px 0;
  text-align: center;
  background: rgba(35, 15, 10, 0.45);
  margin-bottom: 10px;
  color: #fff;
  margin-right: 2%; }
  @media (max-width: 999px) {
    .spNav .menu2 a {
      width: 100%;
      margin-right: 0; } }

.spNav .menu2 a:nth-child(3n) {
  margin-right: 0; }

.spNav .menu2 a span {
  font-size: 20px;
  margin-right: 20px; }

.spNav .menu3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
  width: 92%;
  max-width: 800px; }

.spNav .menu3 li {
  width: 48%;
  margin-bottom: 10px;
  margin-right: 2%; }
  @media (max-width: 999px) {
    .spNav .menu3 li {
      width: 100%;
      margin-right: 0; } }

.spNav .menu3 li .telBtn {
  background: #fff;
  text-align: center;
  padding: 10px 0;
  color: #9f3f26;
  display: block; }

.spNav .menu3 li .txt {
  color: #fff;
  margin-bottom: 4px; }

.spNav .menu3 li .tel {
  font-size: 28px; }

.spNav .menu3 li .tel .fa-phone-flip {
  margin-right: 10px;
  font-size: 20px;
  margin-bottom: -2px; }

.spNav .contactBtn {
  background: #462219;
  width: 100%;
  display: flex;
  padding: 34px 0;
  align-items: center;
  color: #fff;
  justify-content: center; }

.spNav .contactBtn {
  font-size: 16px; }

.spNav .contactBtn .fa-envelope {
  margin-right: 10px; }

/* このクラスを、jQueryで付与・削除する */
nav.spNav.active {
  position: fixed;
  transition: .5s all;
  opacity: 1;
  visibility: visible; }
  @media (max-width: 999px) {
    nav.spNav.active {
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }

.navToggle {
  display: block;
  position: absolute;
  right: 40px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center; }
  @media (max-width: 999px) {
    .navToggle {
      right: 0;
      top: 0; } }

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 40px;
  border-bottom: solid 1px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 10px; }
  @media (max-width: 999px) {
    .navToggle span {
      width: 28px; } }

.navToggle span:nth-child(1) {
  top: 14px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(1) {
      top: 13px; } }

.navToggle span:nth-child(2) {
  top: 27px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(2) {
      top: 23px; } }

.navToggle span:nth-child(3) {
  top: 40px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(3) {
      top: 33px; } }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 24px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navToggle.active span {
  border-bottom: solid 1px #fff; }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 
---------------------------------------
ボタン種類 
---------------------------------------
*/
.btn a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    .btn a {
      font-size: 12px; } }

.btn .fa-arrow-right {
  padding: 16px;
  background: #9f3f26;
  border-radius: 40px;
  color: #fff;
  margin-right: 30px;
  transition: all .2s ease-in-out 0s;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px; }
  @media (max-width: 999px) {
    .btn .fa-arrow-right {
      padding: 10px;
      margin-right: 20px; } }

.btn a:hover {
  opacity: 1; }

.btn a:hover .fa-arrow-right {
  -webkit-animation: icon-movie-right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right {
  0% {
    text-indent: 0; }
  15% {
    color: #9f3f26; }
  50% {
    text-indent: 1.5em;
    color: #9f3f26; }
  50.01% {
    text-indent: -1em;
    color: #9f3f26; }
  100% {
    text-indent: 0; } }
a:hover .btn .fa-arrow-right {
  -webkit-animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right2 {
  0% {
    text-indent: 0; }
  15% {
    color: #fff; }
  50% {
    text-indent: 1.5em;
    color: #fff; }
  50.01% {
    text-indent: -1em;
    color: #fff; }
  100% {
    text-indent: 0; } }
.btn.blue a:hover .fa-arrow-right {
  -webkit-animation: icon-movie-right3 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right3 {
  0% {
    text-indent: 0; }
  15% {
    color: #003775; }
  50% {
    text-indent: 1.5em;
    color: #003775; }
  50.01% {
    text-indent: -1em;
    color: #003775; }
  100% {
    text-indent: 0; } }
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  @media (max-width: 999px) {
    #pageTop {
      right: 10px;
      bottom: 30px;
      width: 40px;
      height: 40px;
      z-index: 5; } }

.btn_footer {
  background: #918481;
  text-decoration: none;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  text-align: center;
  position: fixed;
  z-index: 9; }
  @media (max-width: 999px) {
    .btn_footer {
      margin: 0 auto; } }

.btn_footer .ico img {
  transform: scale(0.4); }
  @media (max-width: 999px) {
    .btn_footer .ico img {
      transform: scale(0.3);
      margin-top: -8px; } }

/* 
---------------------------------------
#aside01
---------------------------------------
*/
#aside01 {
  padding: 80px 0;
  background: #f8f6f7; }
  @media (max-width: 999px) {
    #aside01 {
      padding: 60px 0 40px; } }

#aside01 .inner {
  max-width: 1000px; }

#aside01 .qaBnr {
  position: relative;
  width: 960px;
  margin: 0 auto 30px;
  display: block; }
  @media (max-width: 999px) {
    #aside01 .qaBnr {
      width: 345px; } }

#aside01 .ttlBox {
  position: absolute;
  top: 0;
  left: 162px;
  text-align: center;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); }
  @media (max-width: 999px) {
    #aside01 .ttlBox {
      left: 0;
      top: 60px;
      right: 0;
      line-height: 32px;
      flex-direction: column-reverse; } }

#aside01 .ttlDeco {
  font-size: 36px;
  margin-right: 10px; }

#aside01 .ttl {
  font-size: 14px;
  font-weight: bold; }

#aside01 .txt {
  position: absolute;
  top: 50%;
  right: 180px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); }
  @media (max-width: 999px) {
    #aside01 .txt {
      left: 0;
      right: 0;
      top: 130px;
      text-align: center; } }

#aside01 .ico {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 34px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: 0.4s; }
  @media (max-width: 999px) {
    #aside01 .ico {
      right: 20px;
      width: 28px; } }

#aside01 .qaBnr:hover .ico {
  right: 40px;
  transition: 0.8s; }

#aside01 .boxs {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 999px) {
    #aside01 .boxs {
      flex-direction: column; } }

#aside01 .box-l {
  width: 54%; }
  @media (max-width: 999px) {
    #aside01 .box-l {
      width: 100%; } }

#aside01 .box-l .sttlBox {
  display: flex;
  align-items: center; }

#aside01 .sttlBox .sttlDeco {
  font-size: 36px;
  margin-right: 16px; }
  @media (max-width: 999px) {
    #aside01 .sttlBox .sttlDeco {
      font-size: 24px;
      margin-right: 16px; } }

#aside01 .sttlBox .sttl {
  color: #9f3f26;
  font-size: 14px;
  line-height: 0;
  margin-top: 4px;
  margin-bottom: 0; }
  @media (max-width: 999px) {
    #aside01 .sttlBox .sttl {
      font-size: 12px; } }

#aside01 .box-r {
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px; }
  @media (max-width: 999px) {
    #aside01 .box-r {
      width: 100%; } }

#aside01 .box-r .box {
  width: 48%; }
  @media (max-width: 999px) {
    #aside01 .box-r .box {
      width: 49%; } }

#aside01 .box-r .sstxt {
  font-size: 12px;
  margin-bottom: 4px; }
  @media (max-width: 999px) {
    #aside01 .box-r .sstxt {
      font-size: 10px; } }

#aside01 .box-r .tel {
  background: #fff;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #eee4e1;
  color: #9f3f26;
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 999px) {
    #aside01 .box-r .tel {
      font-size: 16px; } }

#aside01 .box-r .fa-phone-flip {
  font-size: 14px;
  display: flex;
  margin-right: 4px; }

#aside01 .box-r .btn5 {
  background: #462219;
  display: flex;
  padding: 20px 0;
  align-items: center;
  color: #fff;
  justify-content: center; }
  @media (max-width: 999px) {
    #aside01 .box-r .btn5 {
      padding: 16px 0; } }

#aside01 .box-r .btn5:hover {
  background: #9f8c88;
  transition: 0.2s; }

#aside01 .btn5 .fa-envelope {
  font-size: 10px;
  margin-right: 10px; }

/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  background: #7f2b17;
  padding: 80px 0;
  color: #fff; }
  @media (max-width: 999px) {
    #footer {
      padding: 40px 0; } }

#footer .inner {
  width: 98%;
  max-width: 1000px; }

#footer .boxs {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #footer .boxs {
      flex-direction: column-reverse;
      align-items: center; } }

#footer .box-l {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #footer .box-l {
      width: 100%;
      align-items: center; } }

#footer .box-l .logo {
  width: 200px;
  margin-bottom: 20px; }
  @media (max-width: 999px) {
    #footer .box-l .logo {
      width: 128px;
      margin: 0 auto 10px; } }

#footer .box-l .sns {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 999px) {
    #footer .box-l .sns {
      justify-content: center; } }

#footer .box-l .sns a {
  font-size: 24px;
  color: #fff;
  margin-left: 10px; }

#footer .bnrs {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #footer .bnrs {
      width: 90%;
      margin: 0 auto 20px; } }

#footer .copy {
  opacity: .5;
  font-size: 10px; }

#footer .box-c {
  padding-right: 4%;
  width: 30%;
  border-right: 1px solid #652313; }
  @media (max-width: 999px) {
    #footer .box-c {
      width: 100%;
      padding-top: 20px;
      padding-right: 0;
      width: 90%;
      border-right: inherit;
      border-top: 1px solid #652313; } }

#footer .box-c a {
  color: #fff; }

#footer .box-c .box {
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    #footer .box-c .box {
      text-align: center; } }

#footer .box-c .box .ttl {
  font-size: 16px; }
  @media (max-width: 999px) {
    #footer .box-c .box .ttl {
      margin-bottom: 6px; } }

#footer .box-c .box .txt {
  font-size: 12px; }
  @media (max-width: 999px) {
    #footer .box-c .box .txt {
      line-height: 20px;
      letter-spacing: 1.4px; } }

#footer .box-r {
  width: 28%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-left: 4%; }
  @media (max-width: 999px) {
    #footer .box-r {
      width: 82%;
      margin: 0 auto 30px;
      justify-content: inherit;
      padding-left: 7%; } }

#footer .box-r li {
  width: 48%; }
  @media (max-width: 999px) {
    #footer .box-r li {
      padding: 10px 0;
      letter-spacing: 1.4px; } }

#footer .box-r li a {
  color: #fff;
  position: relative; }

#footer .box-r li a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 49%;
  background: #d59888;
  width: 6px;
  height: 2px; }

#fixBnr {
  position: fixed;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  bottom: 0;
  display: none;
  align-items: baseline;
  justify-content: center; }

#fixBnr a {
  padding: 20px 10px;
  background: #814b3d;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold; }

#fixBnr a .fa-solid {
  margin-bottom: 10px; }

#fixBnr .contact {
  background: #462219; }

#fixBnr .tel {
  background: #c25b41; }
