@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap");
@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 img,
  html fieldset {
    border: none; }
  html a:visited {
    text-decoration: none; }
  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; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }

img {
  width: 100%; }

body {
  color: #000;
  font-size: 1.4em;
  font-family: "Noto Sans JP", "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 100%;
  min-width: 1040px;
  background: #fff; }
  @media (max-width: 480px) {
    body {
      position: relative;
      width: 100%;
      min-width: 100%;
      font-size: 1.4em;
      -webkit-overflow-scrolling: touch; } }

#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: 1020px; }
  @media (max-width: 480px) {
    #header {
      min-width: 100%; } }
  #header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1020px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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: 50%; } }
    #header .header .head-inquiry {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 480px) {
        #header .header .head-inquiry {
          display: none; } }
      #header .header .head-inquiry .head-inquiry-txt {
        color: #a6937c;
        margin-right: 10px; }
      #header .header .head-inquiry .head-inquiry-img {
        width: 40px;
        margin-right: 10px; }
    #header .header #sp_navi {
      display: none; }
      @media (max-width: 480px) {
        #header .header #sp_navi {
          width: 30%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 480px) {
        #header .header #sp_navi li {
          width: 47%; } }

#gnavi {
  width: 1020px;
  margin: 0 auto 7px; }
  @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: #f7f1e6;
      position: fixed;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      right: -80%;
      top: 0; } }
  #gnavi ul {
    margin-left: auto;
    width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 480px) {
      #gnavi ul {
        padding: 5% 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 480px) {
      #gnavi ul li {
        border-bottom: 1px solid #666;
        width: 100%;
        float: none; } }
    #gnavi ul li:not(:last-child) {
      margin-right: 18px; }
    #gnavi ul li a {
      color: #333;
      font-size: 1.5rem;
      text-align: center;
      text-decoration: none;
      letter-spacing: 2px;
      line-height: 1.5;
      padding: 10px 0;
      background: #fff;
      display: block;
      position: relative;
      z-index: 1;
      -webkit-transition: color 0.7s;
      transition: color 0.7s; }
      #gnavi ul li a::before {
        width: 0%;
        height: 1px;
        content: " ";
        position: absolute;
        background: #f4a109;
        left: 50%;
        bottom: 0;
        z-index: -1;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: width 0.7s;
        transition: width 0.7s; }
      @media (max-width: 480px) {
        #gnavi ul li a {
          text-align: left;
          padding: 14px 0;
          background: #f7f1e6; } }
      #gnavi ul li a.active, #gnavi ul li a:hover {
        color: #f4a109; }
        @media (max-width: 480px) {
          #gnavi ul li a.active, #gnavi ul li a:hover {
            color: #333; } }
        #gnavi ul li a.active:before, #gnavi ul li a:hover:before {
          width: 100%; }
          @media (max-width: 480px) {
            #gnavi ul li a.active:before, #gnavi ul li a:hover:before {
              width: 0; } }
  #gnavi li.navi_slide {
    cursor: pointer;
    position: relative; }
    @media (max-width: 480px) {
      #gnavi li.navi_slide {
        border-bottom: 0;
        cursor: default; } }
    #gnavi li.navi_slide:hover ul {
      display: block; }
    #gnavi li.navi_slide a {
      cursor: default; }
      @media (max-width: 480px) {
        #gnavi li.navi_slide a {
          cursor: default; } }
    #gnavi 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 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 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 li.navi_slide ul li {
            border-bottom: 1px dashed #666; } }
        #gnavi li.navi_slide ul li:last-child {
          border: 0; }
        #gnavi 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 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 li.navi_slide ul li a:after, #gnavi li.navi_slide ul li a:before {
            border: 0;
            content: " "; }
            @media (max-width: 480px) {
              #gnavi li.navi_slide ul li a:after, #gnavi li.navi_slide ul li a:before {
                content: none; } }
          #gnavi li.navi_slide ul li a:hover {
            color: #660000;
            -webkit-box-shadow: inherit;
                    box-shadow: inherit; }
            @media (max-width: 480px) {
              #gnavi li.navi_slide ul li a:hover {
                color: #fff; } }
            #gnavi li.navi_slide ul li a:hover:before {
              -webkit-box-shadow: inherit;
                      box-shadow: inherit;
              background: none; }

@media (max-width: 480px) {
  #close {
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #555;
    padding: 5px 5%;
    width: 100%;
    background: #59493f; }
    #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_header {
  padding: 83px 0 78px;
  background-image: url(../img/background-ptn01.png);
  background-size: 4px 4px; }
  @media (max-width: 480px) {
    .contents_header {
      padding: 40px 0 35px; } }
  .contents_header .head_inner .title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #7e6b5a;
    text-align: center; }
    @media (max-width: 480px) {
      .contents_header .head_inner .title {
        font-size: 1.75rem; } }

.breadcrumbs {
  padding: 5px 0;
  background: #fff; }
  @media (max-width: 480px) {
    .breadcrumbs {
      padding: 5px 0 5px 10px; } }
  .breadcrumbs ul {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .breadcrumbs ul {
        max-width: 100%; } }
    .breadcrumbs ul:after {
      content: '';
      display: block;
      clear: both; }
    .breadcrumbs ul li {
      font-size: 1.3rem;
      margin-right: 5px;
      float: left; }
      .breadcrumbs ul li a {
        color: #111;
        margin-right: 4px;
        display: inline-block;
        text-decoration: underline; }
        .breadcrumbs ul li a:hover {
          text-decoration: none; }

.section {
  padding: 80px 0 40px; }
  @media (max-width: 480px) {
    .section {
      padding: 40px 0 40px; } }
  .section.service {
    padding-bottom: 0; }
    @media (max-width: 480px) {
      .section.service {
        padding-top: 20px; } }
    .section.service#painting {
      padding-bottom: 40px; }
  .section.policy {
    overflow: hidden; }
  .section.bg01 {
    background-color: #efe8de;
    position: relative; }
    .section.bg01::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 43px 42px 0 42px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 480px) {
        .section.bg01::before {
          border-width: 4.3vw 4.2vw 0 4.2vw; } }
  .section .section_ttl {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #cfa972;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .section .section_ttl {
        font-size: 2.25rem;
        margin-bottom: 20px; } }
    .section .section_ttl.ttl01 {
      margin-top: 50px;
      position: relative; }
      @media (max-width: 480px) {
        .section .section_ttl.ttl01 {
          margin-top: 25px; } }
      .section .section_ttl.ttl01 .section_ttl-sub {
        display: block;
        font-size: 1.8rem; }
        @media (max-width: 480px) {
          .section .section_ttl.ttl01 .section_ttl-sub {
            font-size: 1.2rem; } }
      .section .section_ttl.ttl01::before {
        content: "";
        width: 1px;
        height: 50px;
        background-color: #cfa972;
        position: absolute;
        top: -15px;
        left: 50%;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
        @media (max-width: 480px) {
          .section .section_ttl.ttl01::before {
            height: 25px;
            top: -9px; } }
    .section .section_ttl.ttl02 .section_ttl-sub {
      display: block;
      font-size: 1.8rem;
      color: #996c33; }
      @media (max-width: 480px) {
        .section .section_ttl.ttl02 .section_ttl-sub {
          font-size: 1.2rem; } }
    .section .section_ttl.ttl02 .section_ttl-main {
      color: #431f0f; }
  .section .section_inner {
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .section .section_inner {
        padding: 0px 10px 20px;
        max-width: 100%; } }
    .section .section_inner .pick-msg {
      text-align: center;
      font-size: 1.5rem;
      line-height: 2.3;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .section .section_inner .pick-msg {
          font-size: 1.4rem;
          text-align: left;
          line-height: 1.8;
          margin-bottom: 17px; } }
    .section .section_inner .child_content_section {
      margin-bottom: 20px; }
      .section .section_inner .child_content_section .section_title {
        font-size: 1.8rem;
        border-left: 6px solid #b6c8d3;
        margin-bottom: 30px;
        padding: 10px 15px;
        background: #eef2f4; }
      .section .section_inner .child_content_section .section_inner {
        padding: 0 10px 15px;
        /* .in_content */ }
        .section .section_inner .child_content_section .section_inner .in_content {
          padding: 12px 5px 20px; }
          .section .section_inner .child_content_section .section_inner .in_content .title {
            color: #000;
            font-size: 1.6rem;
            margin-bottom: 12px;
            padding: 10px 15px;
            background: #f1f1f1; }
          .section .section_inner .child_content_section .section_inner .in_content .in_content_inner {
            padding: 10px 5px; }

.section.line {
  border-top: 1px dashed #ccc; }

.pick_text {
  color: #6699CC;
  font-size: 1.9rem;
  margin-bottom: 16px; }
  .pick_text.fc_red {
    color: #ff0000; }

.footer_contact {
  background-color: #f7f1e6;
  padding-bottom: 55px; }
  @media (max-width: 480px) {
    .footer_contact {
      padding: 40px 0 37px 0; } }

.footer_contact-msg {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 55px; }
  @media (max-width: 480px) {
    .footer_contact-msg {
      font-size: 1.4rem;
      margin-bottom: 27px; } }

.footer_contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer_contact_set {
  width: 480px;
  background-color: #fff;
  padding: 30px;
  text-align: center; }
  @media (max-width: 480px) {
    .footer_contact_set {
      width: 84%;
      min-width: 272px;
      min-height: 114px;
      padding: 12px 25px 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer_contact_set:not(:last-child) {
    margin-right: 60px; }
    @media (max-width: 480px) {
      .footer_contact_set:not(:last-child) {
        margin-right: 0;
        margin-bottom: 27px; } }

.footer_contact_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ec6404; }
  @media (max-width: 480px) {
    .footer_contact_ttl {
      font-size: 1.4rem; } }
  .footer_contact_tel .footer_contact_ttl {
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .footer_contact_tel .footer_contact_ttl {
        margin-bottom: 5px; } }
    .footer_contact_tel .footer_contact_ttl::before {
      content: "";
      background: url(../img/tel-mark01.png) no-repeat center center/cover;
      width: 27px;
      height: 27px;
      display: inline-block;
      -webkit-transform: translate(-10px, 18%);
              transform: translate(-10px, 18%); }
      @media (max-width: 480px) {
        .footer_contact_tel .footer_contact_ttl::before {
          width: 15px;
          height: 15px;
          -webkit-transform: translate(-5px, 18%);
                  transform: translate(-5px, 18%); } }
  .footer_contact_mail .footer_contact_ttl {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .footer_contact_mail .footer_contact_ttl {
        margin-bottom: 13px; } }
    .footer_contact_mail .footer_contact_ttl::before {
      content: "";
      background: url(../img/mail-mark01.png) no-repeat center center/cover;
      width: 31px;
      height: 23px;
      display: inline-block;
      -webkit-transform: translate(-10px, 18%);
              transform: translate(-10px, 18%); }
      @media (max-width: 480px) {
        .footer_contact_mail .footer_contact_ttl::before {
          width: 20px;
          height: 15px;
          -webkit-transform: translate(-5px, 18%);
                  transform: translate(-5px, 18%); } }

.footer_contact_num {
  font-family: 'Roboto', sans-serif;
  font-size: 4.2rem;
  font-weight: bold; }
  @media (max-width: 480px) {
    .footer_contact_num {
      font-size: 3rem; } }
  .footer_contact_num a {
    color: #59493f; }

.footer_contact_info {
  color: #7e6b5a; }
  @media (max-width: 480px) {
    .footer_contact_info {
      font-size: 1.2rem; } }

.footer_contact_link {
  position: relative; }
  .footer_contact_link a {
    width: 320px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #f4a109;
    color: #fff;
    padding: 18px 30px;
    -webkit-transition: background 0.7s;
    transition: background 0.7s; }
    @media (max-width: 480px) {
      .footer_contact_link a {
        width: 100%;
        font-size: 1.2rem;
        padding: 12px 15px; } }
  .footer_contact_link::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../img/link-arrow-or.png) no-repeat center center/17px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    -webkit-transition: background 0.7s;
    transition: background 0.7s;
    cursor: pointer; }
    @media (max-width: 480px) {
      .footer_contact_link::after {
        width: 20px;
        height: 20px;
        background-size: 9px;
        right: 0; } }
  .footer_contact_link:hover a {
    background-color: #ec6404; }
    @media (max-width: 480px) {
      .footer_contact_link:hover a {
        background-color: #f4a109; } }
  .footer_contact_link:hover::after {
    background-position: right 5px center; }

.footer {
  min-width: 1020px;
  background: #59493f;
  color: #fff;
  position: relative; }
  @media (max-width: 480px) {
    .footer {
      min-width: 100%; } }
  .footer #pagetop {
    display: none; }
    @media (max-width: 480px) {
      .footer #pagetop {
        width: 10%; } }
    .footer #pagetop:hover {
      opacity: 0.7; }
      @media (max-width: 480px) {
        .footer #pagetop:hover {
          opacity: 1; } }
    .footer #pagetop a {
      text-align: center;
      color: #000;
      text-decoration: none; }
      .footer #pagetop a img {
        display: block; }
        @media (max-width: 480px) {
          .footer #pagetop a img {
            width: 100%; } }
  .footer #pagetop.fixed {
    right: 0%;
    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: 0px;
        bottom: 50px;
        display: block;
        z-index: 10000;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .footer .footer_inner {
    padding: 50px 0 0;
    border-bottom: 1px solid #a6937c; }
    @media (max-width: 480px) {
      .footer .footer_inner {
        padding: 50px 15px 0; } }
    .footer .footer_inner a {
      color: #000;
      text-decoration: none; }
    .footer .footer_inner .footergreeting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 1020px;
      margin: 0 auto;
      padding-bottom: 35px;
      border-bottom: 1px solid #a6937c; }
      @media (max-width: 480px) {
        .footer .footer_inner .footergreeting {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      .footer .footer_inner .footergreeting .footer-img {
        width: 172px; }
      @media (max-width: 480px) {
        .footer .footer_inner .footergreeting .footer-info {
          font-size: 1.2rem;
          margin-bottom: 20px; } }
      .footer .footer_inner .footergreeting .footer-info .footer-info-txt:nth-child(1) {
        margin-bottom: 5px; }
      .footer .footer_inner .footergreeting .footer-info .tel {
        color: #fff;
        display: inline; }
      .footer .footer_inner .footergreeting .footer-erea {
        text-align: center;
        border: solid 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer .footer_inner .footergreeting .footer-erea .footer-erea-right {
          color: #59493f;
          background-color: #fff;
          padding: 8px 23px;
          font-size: 1.6rem;
          font-weight: bold;
          display: inline-block; }
          @media (max-width: 480px) {
            .footer .footer_inner .footergreeting .footer-erea .footer-erea-right {
              font-size: 1.2rem;
              padding: 8px 10px; } }
        .footer .footer_inner .footergreeting .footer-erea .footer-erea-left {
          font-size: 1.5rem;
          display: inline-block;
          padding: 0 31px; }
          @media (max-width: 480px) {
            .footer .footer_inner .footergreeting .footer-erea .footer-erea-left {
              font-size: 1.2rem;
              padding: 0 10px; } }
    .footer .footer_inner .footernavi {
      width: 1020px;
      margin: 0 auto;
      padding: 25px 0; }
      @media (max-width: 480px) {
        .footer .footer_inner .footernavi {
          margin: 0;
          padding: 35px 0 20px 0;
          width: 100%; } }
      .footer .footer_inner .footernavi ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: center; }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi ul {
            text-align: left; } }
      .footer .footer_inner .footernavi li {
        padding: 0 36.6px;
        position: relative; }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi li {
            margin-right: 0;
            margin-bottom: 15px;
            padding: 0 0 0 15px;
            width: 49%; } }
        @media (max-width: 480px) {
          .footer .footer_inner .footernavi li:nth-child(odd) {
            margin-right: 2%; } }
        .footer .footer_inner .footernavi li:nth-child(1)::before, .footer .footer_inner .footernavi li:after {
          content: "";
          background-color: #a6937c;
          width: 1px;
          height: 18px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .footer .footer_inner .footernavi li:nth-child(1)::before {
          left: 0; }
          @media (max-width: 480px) {
            .footer .footer_inner .footernavi li:nth-child(1)::before {
              content: none; } }
        .footer .footer_inner .footernavi li:after {
          right: 0; }
          @media (max-width: 480px) {
            .footer .footer_inner .footernavi li:after {
              content: none; } }
        .footer .footer_inner .footernavi li a {
          color: #fff; }
          .footer .footer_inner .footernavi li a:hover {
            text-decoration: underline; }
            @media (max-width: 480px) {
              .footer .footer_inner .footernavi li a:hover {
                text-decoration: none; } }
          @media (max-width: 480px) {
            .footer .footer_inner .footernavi li a {
              font-size: 1.2rem; } }
  @media (max-width: 480px) and (max-width: 480px) {
    .footer .footer_inner .footernavi li a:after {
      content: "\f101";
      font-family: 'Font Awesome 6 Free';
      font-weight: 600;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; } }

  .footer .copy {
    text-align: center;
    padding: 10px 0; }
    @media (max-width: 480px) {
      .footer .copy {
        padding: 10px 0 13px; } }
    .footer .copy img {
      vertical-align: bottom;
      position: relative;
      top: -4px;
      left: 14px;
      width: 86px; }
      @media (max-width: 480px) {
        .footer .copy img {
          margin: 0 auto;
          display: block;
          top: 2px;
          left: auto; } }
    .footer .copy a {
      font-size: 1.3rem;
      color: #000;
      text-decoration: none;
      color: #fff; }
      @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: #000; }

.privacy_section {
  padding: 50px 0 70px; }
  @media (max-width: 480px) {
    .privacy_section {
      padding: 30px 0 40px; } }
  .privacy_section .privacy_section_inner {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .privacy_section .privacy_section_inner {
        padding: 0 10px;
        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 #cfa972;
        margin-bottom: 30px;
        padding: 10px 15px;
        background-color: #f7f1e6; }
        @media (max-width: 480px) {
          .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
            border-left: 3px solid #cfa972;
            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; } }

.section_inner.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.inquiry_info {
  text-align: center;
  color: #59493f; }
  @media (max-width: 480px) {
    .inquiry_info:not(:last-child) {
      margin-bottom: 30px; } }
  .inquiry_info .num {
    font-family: 'Roboto', sans-serif;
    color: #59493f;
    font-size: 5rem;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .inquiry_info .num {
        font-size: 3rem; } }
    .inquiry_info .num span {
      font-size: 65%; }
  .inquiry_info .time {
    font-size: 1.6rem; }
    @media (max-width: 480px) {
      .inquiry_info .time {
        font-size: 1.4rem; } }

.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 p {
    line-height: 1.8; }
  .attent_block a {
    display: inline;
    text-decoration: underline;
    color: #12437d; }
    .attent_block a:hover {
      text-decoration: none;
      opacity: 0.7; }

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px; }

.thanks_msg {
  text-align: center;
  line-height: 2.0; }
  .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: 25%;
    background: #F2F2F2;
    position: relative; }
    @media (max-width: 480px) {
      #MailForm table th {
        padding: 0 0 3px;
        width: 100%;
        background: none; } }
    @media (max-width: 480px) {
      #MailForm table th:before {
        color: #666666;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 1;
        margin-right: 5px;
        content: "\025a0"; } }
    #MailForm table th span {
      position: absolute;
      left: 25px; }
      @media (max-width: 480px) {
        #MailForm table th span {
          left: auto;
          right: 5px; } }
  @media (max-width: 480px) {
    #MailForm table td {
      margin-bottom: 35px;
      padding: 0; } }

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px; }
  @media (max-width: 480px) {
    #MailForm input,
    #MailForm textarea {
      width: 100%; } }
#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
#MailForm label {
  padding: 2px 0;
  cursor: pointer; }
@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_text {
  line-height: 1.8;
  margin-bottom: 27px; }
#MailForm .inquiry_inset {
  margin-bottom: 25px; }
#MailForm .confirm_txt {
  text-align: center;
  line-height: 1.8; }
  @media (max-width: 480px) {
    #MailForm .confirm_txt {
      text-align: left; } }

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px; }
  .send_btn_inner .send_btn {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1px;
    cursor: pointer;
    border: 0;
    padding: 15px 0;
    background: #FF9900; }
    @media (max-width: 480px) {
      .send_btn_inner .send_btn {
        font-size: 100%;
        padding: 15px 10px; } }
    .send_btn_inner .send_btn:hover {
      background: #ffaf38; }
  .send_btn_inner .submit_btn {
    width: 50%; }
    @media (max-width: 480px) {
      .send_btn_inner .submit_btn {
        margin-bottom: 15px;
        width: 80%; } }

.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 {
    text-align: center;
    margin-bottom: 15px; }

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px; }

.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: #FF9900;
  display: inline-block; }

.send_inner .send_btn_inner .btn_return {
  background: #797979; }
  @media (max-width: 480px) {
    .send_inner .send_btn_inner .btn_return {
      margin-bottom: 20px; } }

.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-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: 30px; } }

.send_inner .send_error {
  padding: 15px 0 30px; }
  .send_inner .send_error li {
    padding: 5px 0; }
    .send_inner .send_error li:before {
      color: #C2C2C2;
      font-size: 85%;
      font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
      margin-right: 8px;
      content: "\0025cf"; }
    .send_inner .send_error li span {
      color: #FF3333;
      margin-right: 5px;
      display: inline-block; }

.table_base {
  padding: 0 0 25px; }
  .table_base table {
    width: 100%; }
    @media (max-width: 480px) {
      .table_base table {
        border: 0; } }
    .table_base table tr {
      border-top: 2px solid #f7f1e6;
      border-bottom: 2px solid #f7f1e6; }
      @media (max-width: 480px) {
        .table_base table tr {
          border: none; } }
    .table_base table td,
    .table_base table th {
      font-weight: normal;
      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: #CC6600;
        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 {
      text-align: center;
      width: 28%;
      font-size: 1.6rem;
      color: #cfa972;
      font-weight: bold; }
      @media (max-width: 480px) {
        .table_base table tbody th {
          font-size: 1.6rem;
          text-align: left;
          width: 100%;
          background: #f7f1e6; } }
    .table_base table tbody td {
      padding: 20px 40px;
      font-size: 1.5rem; }
      @media (max-width: 480px) {
        .table_base table tbody td {
          margin-top: 10px;
          margin-bottom: 30px;
          padding: 0 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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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: calc(90% / 2); }
    .image_list.two_image li:nth-child(odd) {
      margin-right: 4%; }
  .image_list.three_image li {
    width: calc(90% / 3); }
    .image_list.three_image li:not(:nth-child(3n)) {
      margin-right: 3%; }

.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

.only_pc {
  display: block; }
  @media (max-width: 480px) {
    .only_pc {
      display: none; } }

.only_sp {
  display: none; }
  @media (max-width: 480px) {
    .only_sp {
      display: block; } }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.tel {
  color: #000;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none; }
  @media (max-width: 480px) {
    .tel {
      pointer-events: inherit; } }

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  @media (max-width: 480px) {
    .fade_hover a {
      -webkit-transition: none;
      transition: none; } }
  .fade_hover a:hover {
    opacity: 0.7; }
    @media (max-width: 480px) {
      .fade_hover a:hover {
        opacity: 1; } }

.u-line-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, transparent), color-stop(0%, #ffeb37));
  background: linear-gradient(transparent 74%, #ffeb37 0%); }

.btn_base {
  margin: 0 auto;
  width: 400px; }
  @media (max-width: 480px) {
    .btn_base {
      width: 90%; } }
  .btn_base a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
    background: #247231;
    display: block; }
    .btn_base a:hover {
      background: #6fba2c; }
      @media (max-width: 480px) {
        .btn_base a:hover {
          background: #247231; } }

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1020px; }
  @media (max-width: 480px) {
    .everywhere_block {
      text-align: left;
      line-height: 1.8;
      margin: 0 auto 30px;
      padding: 0 20px;
      max-width: 100%; } }

.btn_arrow01 {
  margin: 14px 0; }
  .btn_arrow01 a {
    display: inline-block;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    padding-right: 60px;
    position: relative; }
    .btn_arrow01 a::after {
      content: "";
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: url(../img/link-arrow.png) no-repeat center center/17px;
      background-color: #f4a109;
      color: #fff;
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      -webkit-transition: background 0.7s;
      transition: background 0.7s;
      cursor: pointer; }
    .btn_arrow01 a:hover {
      color: #ec6404; }
      .btn_arrow01 a:hover::after {
        background-position: right 5px center;
        background-color: #ec6404; }
      @media (max-width: 480px) {
        .btn_arrow01 a:hover {
          color: inherit; }
          .btn_arrow01 a:hover::after {
            background-position: center center;
            background-color: #f4a109; } }

.video {
  aspect-ratio: 16 / 9; }
