@charset "UTF-8";
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}
html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}
html caption,
html th {
  text-align: left;
}
html hr,
html legend {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}
html ol,
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
}
html a img,
html fieldset {
  border: none;
}
html a:visited {
  text-decoration: none;
}
html p {
  margin-bottom: 12px;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #303030;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.06em;
  line-height: 1.6;
  height: 100%;
  min-width: 1120px;
  background: #fff;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.5rem;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 4%;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1100 {
  width: 1100px;
  max-width: 100%;
}
.wrap.w1000 {
  width: 1000px;
  max-width: 100%;
}
.wrap.w900 {
  width: 900px;
  max-width: 100%;
}
.wrap.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

#page {
  margin: 0 auto;
  width: auto;
}
@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  min-width: 1100px;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
  }
}
#header .header {
  margin: 0 auto;
  padding: 5px 0;
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  #header .header {
    padding: 15px 2%;
    max-width: 100%;
  }
}
#header .header img {
  display: block;
}
@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 60%;
  }
}
@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 47%;
  }
}

#gnavi {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  min-width: 1120px;
}
@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}
#gnavi ul {
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
  }
}
#gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi ul li {
  width: 19.125%;
}
@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #6A2929;
    width: 100%;
  }
}
#gnavi ul li:nth-child(5) {
  width: 23.5%;
}
@media (max-width: 480px) {
  #gnavi ul li:nth-child(5) {
    width: 100%;
  }
}
#gnavi ul li a {
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 17px 0;
  background-color: #6A2929;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  #gnavi ul li a {
    color: #303030;
    text-align: left;
    padding: 14px 0;
    background: #fff;
  }
}
#gnavi ul li a.navi_inquiry {
  background: #DAC2A9;
}
@media (max-width: 480px) {
  #gnavi ul li a.navi_inquiry {
    padding: 14px 0;
    background: #fff;
  }
}
#gnavi ul li a:before {
  height: 100%;
  width: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0);
  left: -1px;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#gnavi ul li a:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
#gnavi ul li a:after {
  border-right: 1px solid rgba(255, 255, 255, 0.2196078431);
  height: 100%;
  width: 100%;
  display: inline-block;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  #gnavi ul li a:after {
    content: none;
  }
}
#gnavi ul li:nth-child(1) a:after {
  border-left: 1px solid rgba(255, 255, 255, 0.2196078431);
}
#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}
#gnavi ul li.navi_slide:hover ul {
  display: block;
}
#gnavi ul li.navi_slide a {
  cursor: default;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}
#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #bce2e8;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #222;
    display: block;
    position: inherit;
    zoom: 1;
  }
}
#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  float: none;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}
#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}
#gnavi ul li.navi_slide ul li a {
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
}
#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}
#gnavi ul li.navi_slide ul li a:hover {
  color: #660000;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}
#gnavi ul li.navi_slide ul li a:hover:before {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background: none;
}
@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #6A2929;
    padding: 5px 5%;
    width: 100%;
    background: #DAC2A9;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
#contents {
  background: #fff;
}
#contents .contents-header {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/contents-header-bg.png) center top/cover no-repeat;
  position: relative;
  overflow: hidden;
}
#contents .contents-header .contents-header__in .contents-header__ttl {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  #contents .contents-header {
    height: 100px;
    background-image: url(../img/contents-header-bg.png);
  }
}
#contents .breadcrumbs {
  padding: 5px 0;
  background: #d9d9d9;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 5px 6%;
  }
}
#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}
#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents .section {
  padding: 80px 0 40px;
}
@media (max-width: 480px) {
  #contents .section {
    padding: 30px 0 20px;
  }
}

#pagetop {
  display: none;
  width: 60px;
}
@media (max-width: 480px) {
  #pagetop {
    width: 12%;
    background-color: transparent;
  }
}
#pagetop a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  color: #303030;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 480px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}
#pagetop a img {
  display: block;
}
@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}
#pagetop img {
  display: block;
}
#pagetop img.only_pc {
  display: block;
}
@media (max-width: 480px) {
  #pagetop img.only_pc {
    display: none;
  }
}
#pagetop img.only_sp {
  display: none;
}
@media (max-width: 480px) {
  #pagetop img.only_sp {
    display: block;
  }
}

#pagetop.fixed {
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 100;
}
@media (max-width: 480px) {
  #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
  }
}

.footer {
  min-width: 1100px;
  background: #fff;
  position: relative;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.footer .footer_inner {
  padding: 25px 0 0;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    padding: 25px 15px 0;
  }
}
.footer .footer_inner a {
  color: #303030;
  text-decoration: none;
}
.footer .footer_inner .footernavi {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi {
    margin: 0;
    max-width: 100%;
  }
}
.footer .footer_inner .footernavi:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer_inner .footernavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer .footer_inner .footernavi li {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi li {
    width: 50%;
    padding: 0 10px 0 15px;
    margin-bottom: 5px;
  }
}
.footer .footer_inner .footernavi li:after {
  width: 1px;
  height: 12px;
  background: #6A2929;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi li:after {
    width: 15px;
    height: auto;
    color: #6A2929;
    background: none;
    content: "≫";
    top: 50%;
    left: 0;
  }
}
.footer .footer_inner .footernavi li:first-child::before {
  width: 1px;
  height: 12px;
  background: #6A2929;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi li:first-child::before {
    content: none;
  }
}
.footer .footer_inner .footernavi li a {
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi li a {
    display: block;
    padding: 3px 5px;
  }
}
.footer .footer_inner .footernavi li a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi li a:hover {
    text-decoration: none;
  }
}
.footer .footer_inner .footer_info {
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1100px;
}
.footer .footer_inner .footer_info .footerlogo {
  margin-bottom: 5px;
}
.footer .footer_inner .footer_info .address,
.footer .footer_inner .footer_info .tel {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer_info {
    text-align: left;
    padding: 30px 0;
    background: none;
  }
  .footer .footer_inner .footer_info .footerlogo {
    text-align: center;
  }
  .footer .footer_inner .footer_info .footerlogo img {
    width: 60%;
    margin: 0 auto;
  }
  .footer .footer_inner .footer_info .address,
  .footer .footer_inner .footer_info .tel {
    font-size: 1.3rem;
    text-align: center;
  }
}
.footer .copy {
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 13px;
  }
}
.footer .copy img {
  width: 86px;
  margin: 0 auto;
}
.footer .copy a {
  font-size: 1.3rem;
  color: #303030;
  text-decoration: none;
}
@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2vw;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}
.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}
.access_map .access_data {
  padding: 15px 0 0;
}
.access_map .access_data dl {
  padding: 0 5px;
}
.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}
.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}
@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}
.access_map .access_data dl dd {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}
.access_map .access_data dl dd a {
  color: #303030;
}

.privacy_section {
  padding: 50px 0 70px;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 6%;
    max-width: 100%;
  }
}
.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #6A2929;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #6A2929;
    margin-bottom: 20px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.inquiry_info_inner .inquiry_info {
  text-align: center;
  background: #F8F9FB;
  width: calc((100% - 30px) / 2 - 1px);
  padding: 20px 30px 30px;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info {
    width: 100%;
    padding: 20px;
  }
}
.inquiry_info_inner .inquiry_info .no {
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #303030;
  padding-left: 1.375em;
  position: relative;
  display: table;
  margin: auto;
}
.inquiry_info_inner .inquiry_info .no::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no {
    font-size: 2.8rem;
  }
}
.inquiry_info_inner .inquiry_info .no span {
  font-size: 0.5em;
  margin-right: 0.5em;
  color: #303030;
}
.inquiry_info_inner .inquiry_info .no.tel::before {
  background: url(../img/tel_icon001.svg) no-repeat center/contain;
}
.inquiry_info_inner .inquiry_info .no.fax::before {
  background: url(../img/fax_icon001.svg) no-repeat center/contain;
}
.inquiry_info_inner .inquiry_info .time {
  margin-bottom: 0;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .time {
    font-size: 1.3rem;
  }
}
.inquiry_info_inner .info_ttl {
  margin-bottom: 0.8888888889em;
  font-weight: 600;
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .inquiry_info_inner .info_ttl {
    font-size: 1.6rem;
  }
}

.kinds_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .kinds_list {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .kinds_list li {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: 5px;
  }
  .kinds_list li label {
    display: block;
    width: 100%;
  }
}
.kinds_list li:not(:last-child) {
  padding-right: 11px;
}
@media (max-width: 480px) {
  .kinds_list li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.attent_block {
  margin-bottom: 20px;
}
.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
.attent_block a {
  text-decoration: underline;
  color: #0050a7;
}
@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  padding-left: 75px;
  width: 30%;
  background: #F9F9F9;
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "■";
  }
}
#MailForm table th span {
  position: absolute;
  left: 25px;
}
@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}
#MailForm table td {
  background: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  #MailForm .kinds_list input {
    width: auto;
    margin-right: 1em;
  }
}
#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}
@media (max-width: 480px) {
  #MailForm select {
    border-radius: 5px;
  }
}
#MailForm label {
  padding: 2px 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm label {
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]::-webkit-search-decoration,
  #MailForm input[type=button]::-webkit-search-decoration {
    display: none;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]:focus,
  #MailForm input[type=button]:focus {
    outline-offset: -2px;
  }
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}
#MailForm .form45 {
  width: 45%;
}
@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}
#MailForm .form60 {
  width: 60%;
}
@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}
#MailForm .form90 {
  width: 93%;
}
@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm .important_list {
  margin-bottom: 27px;
  font-size: 0.9em;
}
#MailForm .important_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #303030;
}
@media (max-width: 480px) {
  #MailForm .important_list li:first-child {
    margin-bottom: 10px;
  }
}
#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    padding: 15px 4%;
    background: #F9F9F9;
  }
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 0;
  }
}
.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  background: rgb(208.7951219512, 178.8243902439, 147.6048780488);
  border: 2px solid rgb(208.7951219512, 178.8243902439, 147.6048780488);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
@media (max-width: 480px) {
  .send_btn_inner button {
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
    -webkit-transition: unset;
    transition: unset;
  }
}
.send_btn_inner button:hover {
  color: rgb(208.7951219512, 178.8243902439, 147.6048780488);
  background: #fff;
}
@media (max-width: 480px) {
  .send_btn_inner button:hover {
    color: #fff;
    background: rgb(208.7951219512, 178.8243902439, 147.6048780488);
  }
}
@media (max-width: 480px) {
  .send_btn_inner button.submit_btn {
    margin: 20px auto;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}
#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_btn_inner > input.send_btn:not(:first-of-type) {
  margin-top: 20px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: rgb(208.7951219512, 178.8243902439, 147.6048780488);
  display: inline-block;
  width: 100%;
  max-width: 250px;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}
.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}
.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 5px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "●";
}
.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 25px;
}
.table_base table {
  border-top: 1px solid #CACACA;
  width: 100%;
}
@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}
.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #CACACA;
  padding: 25px 16px;
}
@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}
.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #6A2929;
  display: inline-block;
}
.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}
.table_base table tbody th {
  font-size: 1.6rem;
  text-align: left;
  width: 28%;
  background: #F9F9F9;
  font-weight: 500;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    color: #303030;
    width: 100%;
    background: #f1f1f1;
  }
}
.table_base table tbody td {
  padding: 25px 30px;
}
@media (max-width: 480px) {
  .table_base table tbody td {
    padding: 12px;
  }
}
.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}
.content_inner .images img {
  width: 100%;
}
.content_inner.w_margin410 .images {
  width: 410px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}
.content_inner.w_margin410 .msg {
  width: 570px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}
.content_inner.w_margin450 .images {
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}
.content_inner.w_margin450 .msg {
  width: 530px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.image_list li img {
  width: 100%;
  display: block;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.image_list.two_image li {
  width: 45%;
}
.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}
.image_list.three_image li {
  width: 30%;
}
.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 480px) {
  .sp-t-left {
    text-align: left;
  }
}

.t-bold {
  font-weight: bold;
}

.t-500 {
  font-weight: 500;
}

.t-normal {
  font-weight: normal;
}

.only_pc {
  display: block;
}
@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.inline-b {
  display: inline-block;
}

.tel {
  color: #303030;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}
@media (max-width: 480px) {
  .tel {
    pointer-events: inherit;
  }
}

.fade_hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .fade_hover:hover {
    opacity: 0.7;
  }
}

.btn_base {
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px;
  background: #DAC2A9;
  border: 2px solid #DAC2A9;
  display: block;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn_base a::after {
  width: 7px;
  height: 12px;
  background: url(../img/arrow01-01.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn_base a:hover {
  color: #DAC2A9;
  background: #fff;
}
.btn_base a:hover::after {
  background: url(../img/arrow01-02.png) center/contain no-repeat;
}
@media (max-width: 480px) {
  .btn_base a {
    font-size: 1.3rem;
    text-align: center;
    padding: 8px 0;
  }
  .btn_base a::after {
    right: 20px;
  }
  .btn_base a:hover {
    color: #fff;
    background: #DAC2A9;
  }
  .btn_base a:hover::after {
    background: url(../img/arrow01-01.png) center/contain no-repeat;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}

/* ===============================================
# header
=============================================== */
main:not(.home) {
  padding-top: 82px;
}
@media (max-width: 480px) {
  main:not(.home) {
    padding-top: 57px;
  }
}

.front-page .header {
  background: transparent;
}
.front-page .header__logo.--home {
  display: block;
}
.front-page .header__logo.--under {
  display: none;
}
@media (min-width: 1250px) {
  .front-page .header__list > li > a {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .front-page .header__list > li > a:hover {
    color: #6A2929;
  }
}
@media (min-width: 1250px) {
  .front-page .header__listTtl {
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1250px) {
  .front-page .header .has-under:after {
    border-color: #fff;
  }
}
.front-page .header.active {
  background: #fff;
}
.front-page .header.active .header__logo.--under {
  display: block;
}
.front-page .header.active .header__logo.--home {
  display: none;
}
@media (min-width: 1250px) {
  .front-page .header.active .header__list > li > a {
    color: #303030;
    text-shadow: none;
  }
  .front-page .header.active .header__list > li > a:hover {
    color: #6A2929;
  }
}
@media (min-width: 1250px) {
  .front-page .header.active .header__listTtl {
    color: #303030;
    text-shadow: none;
  }
}
@media (min-width: 1250px) {
  .front-page .header.active .has-under:after {
    border-color: #303030;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 1.25%;
  background: #fff;
  height: 82px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .header {
    height: 57px;
    padding: 2.5641025641% 4.358974359%;
  }
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__title {
  position: relative;
  z-index: 100;
}
.header__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: block;
  width: 242px;
}
@media (max-width: 480px) {
  .header__logo {
    width: 140px;
  }
}
.header__logo.--home {
  display: none;
}
.header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 100%;
}
@media (max-width: 1249px) {
  .header__nav {
    position: absolute;
    right: -120vw;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 80px 6% 120px;
    display: block;
  }
}
.header__list {
  color: #303030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.875vw, 30px);
}
@media (max-width: 1249px) {
  .header__list {
    display: block;
  }
}
.header__list > li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1249px) {
  .header__list > li {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
  }
}
.header__list > li > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: solid 1px transparent;
}
@media (max-width: 1249px) {
  .header__list > li > a {
    padding: 18px 0;
    display: block;
  }
}
.header__list > li > a:hover {
  color: #6A2929;
  border-bottom: solid 1px #6A2929;
}
@media (max-width: 1249px) {
  .header.menu_open .header__nav {
    right: 0;
  }
}
.header .has-under {
  position: relative;
  padding-right: 1em;
}
.header .has-under:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6A2929;
  border-right: 2px solid #6A2929;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1249px) {
  .header .has-under:after {
    top: 1.5em;
    -webkit-transform: translate(0) rotate(135deg);
            transform: translate(0) rotate(135deg);
  }
}
@media (min-width: 1250px) {
  .header .has-under:hover {
    color: #6A2929;
  }
  .header .has-under:hover:after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  .header .has-under:hover .header__listTtl:before {
    width: 100%;
    left: 0;
  }
  .header .has-under:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: visible;
  }
}
@media (max-width: 1249px) {
  .header .has-under.is-open:after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  .header .has-under.is-open .sub-menu {
    display: block;
  }
}
@media (min-width: 1250px) {
  .header .sub-menu {
    position: absolute;
    left: 50%;
    top: 99%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    min-width: 218px;
    padding: 30px 30px 30px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, visibility 0.4s ease, -webkit-transform 0.3s ease;
  }
  .header .sub-menu li:not(:first-of-type) {
    margin-top: 10px;
  }
  .header .sub-menu li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    padding-left: 1.3333333333em;
    position: relative;
    color: #303030;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
    font-size: 1.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header .sub-menu li a::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 1px;
    background: #6A2929;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .sub-menu li a:hover {
    color: #6A2929;
  }
}
@media (max-width: 1249px) {
  .header .sub-menu {
    display: none;
    margin-top: 0;
    padding-top: 18px;
  }
  .header .sub-menu li {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
  }
  .header .sub-menu li:not(:first-of-type) {
    margin-top: 16px;
  }
  .header .sub-menu li a {
    text-decoration: none;
    font-weight: 500;
    position: relative;
    color: #303030;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
    padding-left: 1.25em;
    display: block;
    position: relative;
  }
  .header .sub-menu li a::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 1px;
    background: #6A2929;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header .head-button {
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 175, 146)), to(rgb(188, 150, 130)));
  background: -webkit-linear-gradient(left, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  background: linear-gradient(90deg, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  padding: 10px 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}
@media (max-width: 1249px) {
  .header .head-button {
    height: auto;
    margin-top: 30px;
  }
}
.header .head-button .icon {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  display: table;
  margin: auto;
  padding-left: 2.0625em;
  background: url(../img/mail_icon001.svg) no-repeat left center/1.4375em;
}
.header .head-button:hover {
  opacity: 0.8;
}

/* ===============================================
# ハンバーガー
=============================================== */
.sp-subNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1001;
  margin-right: 10px;
}
@media (min-width: 1250px) {
  .sp-subNav {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp-subNav {
    gap: 24px;
  }
}
.sp-subNav .sp-contact {
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 175, 146)), to(rgb(188, 150, 130)));
  background: -webkit-linear-gradient(left, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  background: linear-gradient(90deg, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .sp-subNav .sp-contact {
    width: 40px;
    height: 40px;
  }
}
.sp-subNav .sp-contact img {
  width: 23px;
  display: block;
}

.btn-gnavi__hamburger {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 32px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .btn-gnavi__hamburger {
    width: 30px;
    height: 26px;
  }
}
.btn-gnavi__hamburger:after, .btn-gnavi__hamburger:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #DAC2A9;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn-gnavi__hamburger:before {
  top: 0;
}
.btn-gnavi__hamburger:after {
  bottom: 0;
}
.btn-gnavi__hamburger span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #DAC2A9;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn-gnavi.close:not(.fix) .btn-gnavi__hamburger {
  background: none;
}
.btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  background: #DAC2A9;
}
.btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:after {
  bottom: 50%;
  -webkit-transform: translate(0, 50%) rotate(-45deg);
          transform: translate(0, 50%) rotate(-45deg);
  background: #DAC2A9;
}
.btn-gnavi.close:not(.fix) .btn-gnavi__hamburger span {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

/* ===============================================
# footer
=============================================== */
.footer .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 480px) {
  .footer__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .footer__info {
    width: 100%;
  }
}
.footer__logo > a > img {
  display: block;
  max-width: 270px;
}
@media (max-width: 480px) {
  .footer__logo > a > img {
    margin: auto;
  }
}
.footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 30px;
}
@media (max-width: 480px) {
  .footer__nav ul {
    gap: 20px 30px;
  }
}
.footer__nav ul li {
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .footer__nav ul li {
    width: calc((100% - 30px) / 2 - 1px);
  }
}
.footer__nav ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: solid 1px transparent;
}
.footer__nav ul li a:hover {
  color: #6A2929;
  border-color: #6A2929;
}
.footer__copy {
  border-top: solid 1px #808080;
  padding: 16px 10px;
}
.footer__copy img {
  display: block;
  max-width: 100px;
  margin: auto;
  margin-top: 8px;
}
.footer__copyTxt {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  line-height: 1.5;
  font-weight: normal;
}

/* ===============================================
# pagetop
=============================================== */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 175, 146)), to(rgb(188, 150, 130)));
  background: -webkit-linear-gradient(left, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  background: linear-gradient(90deg, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  opacity: 0;
  z-index: 11;
  border: solid 1px #fff;
}
@media (max-width: 480px) {
  .pagetop {
    right: 4vw;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}
.pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .pagetop:after {
    width: 6px;
    height: 6px;
  }
}

/* ===============================================
# 共通
=============================================== */
@media (max-width: 480px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-only {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc-text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .pc-text-center {
    text-align: left;
  }
}

.pc-text-left {
  text-align: left;
}

.pc-text-right {
  text-align: right;
}
@media (max-width: 480px) {
  .pc-text-right {
    text-align: left;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

html h1,
html h2,
html h3,
html h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
html p {
  margin-bottom: 1em;
}
html p:last-of-type {
  margin-bottom: 0;
}
html .wrap {
  padding: 0 6%;
  width: calc(clamp(1100px, 68.75vw, 1200px) + 12%);
}

/* ===============================================
# ボタン
=============================================== */
.button {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.button a {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 175, 146)), to(rgb(188, 150, 130)));
  background: -webkit-linear-gradient(left, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  background: linear-gradient(90deg, rgb(203, 175, 146) 0%, rgb(188, 150, 130) 100%);
  padding: 1.125em 0.5em;
  margin: 0 auto 1px;
  max-width: 100%;
  width: 270px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.button a:hover {
  opacity: 0.8;
}
@media (min-width: 481px) {
  .button.pc-left a {
    margin-left: 0;
  }
}

/* ===============================================
# cta
=============================================== */
.ctaSec {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
  padding: 100px 0 120px;
}
@media (max-width: 480px) {
  .ctaSec {
    padding: 30px 0;
  }
}
.ctaSec__ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .ctaSec__ttl {
    font-size: 2rem;
  }
}
.ctaSec .ctaBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
  background: #fff;
  padding: 0 min(2.125vw, 34px) 40px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox {
    margin-top: 0;
    padding: 20px;
    border-radius: 15px;
  }
}
.ctaSec .ctaBox__item {
  width: 33.3333333333%;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__item {
    padding: 20px 0;
    width: 100%;
  }
  .ctaSec .ctaBox__item:first-of-type {
    padding-top: 0;
  }
}
.ctaSec .ctaBox__item:last-of-type::before {
  content: none;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__item:last-of-type {
    padding-bottom: 0;
  }
}
.ctaSec .ctaBox__item::before {
  content: "";
  display: block;
  width: 0.5px;
  height: calc(100% - 50px);
  background: #D8CABA;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__item::before {
    width: 100%;
    height: 0.5px;
    left: 0;
  }
}
.ctaSec .ctaBox__img {
  margin-top: -50px;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__img {
    display: none;
  }
}
.ctaSec .ctaBox__img img {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__img img {
    width: 24px;
    margin: 0;
  }
}
.ctaSec .ctaBox__subTtl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__subTtl {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.ctaSec .ctaBox__num {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  display: table;
  margin: auto;
  line-height: 1;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__num {
    font-size: 2rem;
    position: relative;
    padding: 5px 0 5px 30px;
    background: url(../img/tel_icon001.svg) no-repeat left center/24px;
  }
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__num.fax {
    background-image: url(../img/fax_icon001.svg);
  }
}
.ctaSec .ctaBox__note {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .ctaSec .ctaBox__note {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .ctaSec .ctaBox .button a {
    width: 250px;
  }
}/*# sourceMappingURL=common.css.map */