@charset "UTF-8";
/*基本のベージュ*/
/*グレー*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: linear-gradient(-135deg, #fbfaf9, #f8f7f6);
  color: #2d2925;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  overflow-wrap: break-word;
  font-size: 1rem;
  margin: 0;
  -webkit-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #dd9933;
  text-decoration: none;
}

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

.righttext {
  text-align: right;
}

.centertext {
  text-align: center;
}

.text_mini {
  font-size: 0.8em;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pageTop {
  position: fixed;
  bottom: 66px;
  right: 20px;
  width: 50px;
  height: 50px;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 50px;
  height: 50px;
  line-height: 1.4;
  background-color: #b58d51;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 55%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col2fullbox {
  width: 50%;
}

img {
  max-width: 100%;
}

.bannerbox.sp_block {
  margin-top: 71px;
  padding: 13.5px 27px;
}
.bannerbox.sp_block img {
  width: 100%;
}

/*
header .headerinner {
  width: 1280px;
  margin: 0 auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
header .headerinner .u-invisible-md-down {
  font-size: 12px;
  padding: 0px 7px 0 0;
  letter-spacing: 0.75px;
  margin-bottom: 7px;
  text-align: right;
}
header .headerinner .u-invisible-md-down a {
  color: #b58d51;
}
header .headerinner .headersuvinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .headerinner #logobox {
  width: 413px;
  padding-bottom: 3px;
  padding-left: 1px;
}
header .headerinner #logobox h1 {
  margin: 0;
  line-height: 1;
}
header .headerinner #navigation ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
}
header .headerinner #navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
header .headerinner #navigation ul li a {
  padding: 0.9rem 1.35rem;
  display: block;
  height: 100%;
  width: 100%;
}
header .headerinner #navigation ul li a span {
  text-align: center;
  display: block;
  line-height: 1;
  padding: 3px 0;
}
header .headerinner #navigation ul li svg {
  display: block;
  margin: 0 auto 3px auto;
  height: 17.5px;
}
header .headerinner #bannerbox {
  width: 486px;
  text-align: right;
  margin-right: -1px;
}
header .headerinner #bannerbox p a {
  color: #b58d51;
}
header #navigation a {
  color: #6c6966;
  font-weight: normal;
  letter-spacing: 0.75px;
  font-size: 13.125px;
}
header #navigation a svg {
  margin-bottom: 3px;
  max-height: 17.5px;
}
header #navigation a:hover {
  color: #b58d51;
}
header #navigation a:hover .cls-1 {
  fill: #b58d51;
}
*/

.subnavi {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  display: none;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
}
.subnavi ul {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subnavi ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.subnavi ul li a {
  display: block;
  padding: 0.9rem;
  font-weight: bold;
}
.subnavi ul li span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.subnavi a {
  color: #6c6966;
  font-weight: normal;
  letter-spacing: 0.75px;
  font-size: 13.125px;
}
.subnavi a svg {
  margin-bottom: 3px;
  max-height: 17.5px;
}
.subnavi a:hover {
  color: #b58d51;
}

footer .l-footer-widget-area {
  background-color: #ecebeb;
  padding: 2.7rem 0;
  margin: 0;
}
footer .l-footer-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .l-footer-widget-area ul li {
  font-size: 0.875rem;
  line-height: calc(0.97959 + var(--_half-leading, 0.4) * 2);
}
footer .l-footer-widget-area ul li.footer-nav-title {
  list-style: none;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
footer .l-footer-widget-area ul li.footer-nav-title a {
  color: #6c6966;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
}
footer .l-footer-widget-area ul li.footer-nav-item {
  list-style: none;
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
footer .l-footer-widget-area ul li.footer-nav-item a {
  color: #6c6966;
  text-decoration: none;
}
footer .l-footer-widget-area ul li.footer-nav-item a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  margin-left: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .l-footer-widget-area .footer-logo-sns {
  margin-top: 5em;
}
footer .l-footer-widget-area ul.snsbtniti {
  padding: 0 !important;
  list-style: none;
  margin: 20px 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .l-footer-widget-area .snsbtniti li {
  text-align: center !important;
}
footer .l-footer-widget-area .flowbtn8.fl_tw2 {
  border: solid 1px #000;
  color: #000;
}
footer .l-footer-widget-area .flowbtn8.fl_fb2 {
  border: solid 1px #3b5998;
  color: #3b5998;
}
footer .l-footer-widget-area .flowbtn8.fl_yu2 {
  border: solid 1px #fc0d1c;
  color: #fc0d1c;
}
footer .l-footer-widget-area .flowbtn8.fl_in2 {
  border: solid 1px #000000;
  color: #000000;
}
footer .l-footer-widget-area .svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
footer .l-footer-widget-area .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
footer .l-footer-widget-area .flowbtn8 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 44px;
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .c-copyright {
  background-color: #2d2925;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.77959;
  padding: 0.9rem 0;
}
footer .p-footer-sub-nav {
  border-top: 1px solid #eee;
  border-top-color: rgb(238, 238, 238);
  border-top-color: var(--_lighter-color-gray, #eee);
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.68889;
  visibility: hidden;
}
footer .p-footer-sub-nav .c-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  padding-bottom: 0.45rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.45rem;
  scrollbar-width: none;
  white-space: nowrap;
}
footer .p-footer-sub-nav .c-navbar .c-navbar__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.45rem;
  margin-right: 0.45rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
}

.l-1row-header__branding, .l-1row-header__content, .l-2row-header__row:first-child {
  padding-top: 3px;
  padding-bottom: 0;
  margin-left: 2px;
}

.maincontents {
  width: 1280px;
  margin: 0 auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  padding-bottom: 90px;
  display: flex;
}
.maincontents.infooot {
  position: relative;
}

.c-container {
  width: 1280px;
  margin: 0 auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-row__col--lg-1-4, .c-row__col--lg-2-8, .c-row__col--lg-3-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 100%;
  max-width: 25%;
}

.p-footer-sticky-nav {
  display: none;
}

@media screen and (max-width: 1280px) {
  /*
  header .headerinner {
    width: 100%;
  }
*/

  .maincontents {
    width: 100%;
  }

  .c-container {
    width: 100%;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 64em) {

  .pc_block {
    display: none;
  }
  
  .sp_block {
    display: block;
  }
    
  #pageTop {
    right: 0;
    width: 40px;
    height: 40px;
  }
  #pageTop a {
    width: 40px;
    height: 40px;
  }

  header {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
  }
  /*
  header .headerinner {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    text-align: left;
    margin: 1rem 0;
  }
  header .headerinner .headersuvinner {
    display: block;
  }
  header .headerinner .u-invisible-md-down {
    display: none;
  }
  header .headerinner #logobox {
    height: 39px;
    width: 248px;
  }
  header .headerinner #logobox img {
    width: 100%;
  }
  header #navigation {
    display: none;
  }
  */

  .c-row__col--1-1, .c-row__col--2-2, .c-row__col--3-3, .c-row__col--4-4, .c-row__col--5-5, .c-row__col--6-6, .c-row__col--7-7, .c-row__col--8-8, .c-row__col--9-9, .c-row__col--10-10, .c-row__col--11-11, .c-row__col--12-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  footer li.footer-nav-title, footer li.footer-nav-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  footer ul.footer-nav-2, footer ul.footer-nav-3 {
    margin-top: 2em;
  }
  footer .l-footer-widget-area ul li.footer-nav-title a {
    font-size: 1.25em;
  }
  footer .l-footer-widget-area ul li.footer-nav-item a {
    font-size: 0.875rem;
  }
  footer .c-row__col {
    margin-bottom: 1.8rem;
  }

  .p-footer-sticky-nav {
    display: none;
    background-color: #fff;
    background-color: var(--_color-white, #fff);
    bottom: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    right: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    z-index: 9999;
  }
  .p-footer-sticky-nav .c-navbar__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p-footer-sticky-nav .c-navbar__item a {
    padding: 1.5em 0;
    line-height: 0.8;
    display: block;
    font-size: 0.625rem;
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    color: #6c6966;
  }
  .p-footer-sticky-nav .c-navbar__item a svg {
    display: block;
    margin: 0 auto 10px auto;
    width: 1em;
    height: 18.75px;
  }

  .c-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .maincontents {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }

  .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-drawer__inner {
    padding: 0 0.9rem;
  }
  .c-drawer__inner dl {
    padding: 0.45rem 0;
  }
}