@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 63.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1c1c1c;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

a {
  transition: all 0.3s ease 0s;
  color: #000; }
  a:hover {
    color: #411e02; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .tab {
    display: none; } }

@media screen and (min-width: 768px) {
  .tab {
    display: none; } }

@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

a img {
  transition: all 0.3s ease 0s; }
  a img:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.link {
  color: #000;
  text-decoration: none; }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

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

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

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

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

/*=======================================================
	
    header
    
========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden; } }

#container header {
  width: 100%;
  box-sizing: border-box;
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    #container header {
      padding: 0 10px; } }
  #container header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    animation: nyuru 0.5s; }
    #container header.is-fixed .flex {
      display: none; }
    #container header.is-fixed .tag {
      display: none; }
  #container header .inner {
    max-width: 1100px;
    margin: 0 auto; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }
  #container header h1 {
    font-size: 1.4rem;
    margin: 5px 0; }
  #container header .logo {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      #container header .logo {
        padding: 5px 0;
        width: 40%; } }
  #container header .flex {
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #container header .flex {
        margin-bottom: 0; } }
    #container header .flex .btn_area {
      text-align: right; }
      #container header .flex .btn_area .tel_num {
        margin-top: 15px; }
  #container header nav {
    background: #f7f6f3; }
    #container header nav.pc > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      box-sizing: border-box;
      max-width: 1100px;
      margin: 0 auto; }
      #container header nav.pc > ul > li {
        width: 16%;
        border-right: 1px solid #dfdad4;
        position: relative;
        font-size: 1.6rem; }
        #container header nav.pc > ul > li:first-child {
          border-left: 1px solid #dfdad4; }
        #container header nav.pc > ul > li a {
          display: block;
          text-align: center;
          padding: 10px 0;
          text-decoration: none; }
        #container header nav.pc > ul > li ul {
          display: none;
          position: absolute;
          bottom: -145px;
          background: rgba(247, 246, 243, 0.8);
          padding: 0.5em;
          z-index: 100;
          box-sizing: border-box;
          width: 100%; }
          #container header nav.pc > ul > li ul li {
            margin-bottom: 15px;
            font-size: 1.3rem; }
            #container header nav.pc > ul > li ul li a {
              text-align: left; }
              #container header nav.pc > ul > li ul li a::before {
                content: "\0025b6";
                margin-right: 2px;
                font-size: 1.1rem; }
            #container header nav.pc > ul > li ul li:last-child {
              margin-bottom: 0; }
        #container header nav.pc > ul > li:hover ul {
          display: block; }

#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff; }

#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 9999;
  background: #411e02;
  transform: scale(0.8); }

#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff; }

#container .menu-trigger span:nth-of-type(1) {
  top: 15px; }

#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0; }

#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px; }

#container .menu-trigger.active {
  background: #fff; }

#container .menu-trigger.active span {
  background-color: #411e02; }

#container .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

#container .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #411e02;
  display: none;
  text-align: center;
  color: #fff; }

#container #overlay ul {
  width: 100%;
  margin: 10px 0; }

#container #overlay ul li {
  margin: 25px 15px;
  text-align: center;
  border: 0; }

#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  #container #overlay ul li a span {
    font-weight: normal;
    font-size: 1.2rem;
    display: block; }

#container .gmap #gmap {
  width: 100%; }

#container footer {
  padding: 30px 0 20px;
  background: #f7f6f3;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    #container footer {
      padding-bottom: 100px; } }
  #container footer .inner {
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #container footer .inner {
        width: 100%; } }
    #container footer .inner .flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #container footer .inner .flex {
          display: block;
          text-align: center; } }
      #container footer .inner .flex .cont {
        width: 60%; }
        @media screen and (max-width: 767px) {
          #container footer .inner .flex .cont {
            width: 100%;
            margin-bottom: 20px; } }
        #container footer .inner .flex .cont .info_area {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 40px; }
          @media screen and (max-width: 767px) {
            #container footer .inner .flex .cont .info_area {
              display: block;
              text-align: center; } }
          #container footer .inner .flex .cont .info_area .foot_logo {
            width: 25%; }
            @media screen and (max-width: 767px) {
              #container footer .inner .flex .cont .info_area .foot_logo {
                width: 100%;
                margin-bottom: 20px; } }
          #container footer .inner .flex .cont .info_area .address {
            width: 70%;
            line-height: 2.0; }
            @media screen and (max-width: 767px) {
              #container footer .inner .flex .cont .info_area .address {
                width: 100%; } }
        #container footer .inner .flex .cont nav ul {
          display: flex;
          flex-wrap: wrap; }
          @media screen and (max-width: 767px) {
            #container footer .inner .flex .cont nav ul {
              display: block;
              text-align: center; } }
          #container footer .inner .flex .cont nav ul li {
            margin-right: 20px; }
            @media screen and (max-width: 767px) {
              #container footer .inner .flex .cont nav ul li {
                margin-right: 0;
                margin-bottom: 20px; } }
        #container footer .inner .flex .cont .bnr_contact {
          width: 35%; }
          @media screen and (max-width: 767px) {
            #container footer .inner .flex .cont .bnr_contact {
              width: 100%; } }
  #container footer address {
    margin: 50px auto 0;
    font-size: 1.4rem;
    text-align: center; }

#container .fix_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  margin-bottom: -10px; }
  #container .fix_nav li {
    width: 50%;
    box-sizing: border-box; }
    #container .fix_nav li:first-child {
      padding: 10px; }
    #container .fix_nav li img {
      width: 100%; }

#container .fix_bnr_sp {
  position: fixed;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  bottom: -10px;
  display: flex; }
  #container .fix_bnr_sp p {
    width: 50%; }

/*=======================================================
	
    共通レイアウト
    
========================================================*/
#container h2, #container h3, #container h4, #container p {
  line-height: 1.6; }

#container img {
  max-width: 100%;
  height: auto; }

#container .flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #container .flex .box01 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    #container .flex .box02 {
      order: 2; } }
  #container .flex img {
    max-width: 100%; }

#container .fix_bnr {
  position: fixed;
  right: 0;
  top: 30%;
  text-align: center; }
  #container .fix_bnr p {
    margin: 10px 0; }
  @media screen and (max-width: 767px) {
    #container .fix_bnr {
      left: 0;
      bottom: 0;
      top: inherit;
      right: inherit;
      width: 100%; } }

#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0; }

#container #content .bread {
  padding: 10px 0;
  font-size: 1.2rem;
  background: #411e02;
  color: #fff; }
  @media screen and (max-width: 767px) {
    #container #content .bread {
      padding: 10px; } }
  #container #content .bread .bread_inner {
    width: 1100px;
    margin: 0 auto;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #container #content .bread .bread_inner {
        width: 100%; } }
    #container #content .bread .bread_inner a {
      color: #fff; }

#container #content .inner {
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container #content .inner {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; } }

#container #content section p {
  line-height: 1.6; }

#container #content section .inner {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    #container #content section .inner {
      padding: 15px 0;
      box-sizing: border-box; } }

#container #content section .more01 a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 250px;
  background: #f0efe9;
  font-weight: bold;
  border-radius: 25px;
  margin: 20px auto 0; }
  #container #content section .more01 a:hover {
    background: #411e02;
    color: #fff; }

#container #content section .more02 a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 1.3rem;
  text-align: center;
  max-width: 250px;
  background: #f0efe9;
  font-weight: bold;
  border-radius: 25px;
  margin: 20px auto 0; }
  #container #content section .more02 a:hover {
    background: #411e02;
    color: #fff; }

#container #content section .more03 a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 2.0rem;
  text-align: center;
  max-width: 450px;
  background: #411e02;
  font-weight: bold;
  border-radius: 25px;
  margin: 40px auto 0;
  color: #fff; }
  #container #content section .more03 a:hover {
    background: #4f4023;
    color: #fff; }

#container .toTop {
  position: fixed;
  right: 2%;
  bottom: 10%; }

#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #411e02;
  padding: 5px 7px;
  margin: 2px;
  color: #411e02; }

#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #411e02;
  background: #411e02;
  color: #fff; }

/*=======================================================
	
    TOPコンテンツ
    
========================================================*/
#top #container .mv {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-bottom: -5px; }
  #top #container .mv .slider {
    width: 100%; }
    #top #container .mv .slider li {
      position: relative; }
      #top #container .mv .slider li .caption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
        padding: 1em;
        font-size: 3.0rem;
        color: #fff; }
    #top #container .mv .slider img {
      width: 100%; }

#top #container section .inner {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    #top #container section .inner {
      padding: 70px 15px;
      box-sizing: border-box; } }
  #top #container section .inner h2 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #top #container section .inner h2 {
        margin-bottom: 30px; } }
    #top #container section .inner h2.style01 {
      text-align: center;
      border-bottom: 1px solid #411e02;
      font-size: 3.0rem;
      margin-bottom: 50px; }
      #top #container section .inner h2.style01 span {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-bottom: 40px; }
    #top #container section .inner h2.style02 {
      text-align: center;
      border-bottom: 1px solid #fff;
      font-size: 3.0rem;
      margin-bottom: 50px;
      padding-bottom: 40px; }
      #top #container section .inner h2.style02 span {
        padding-bottom: 20px; }

#top #container .sec001 .inner {
  text-align: center; }
  #top #container .sec001 .inner figure {
    margin-bottom: 50px; }
  #top #container .sec001 .inner h3 {
    margin-bottom: 40px;
    font-size: 3.0rem; }
  #top #container .sec001 .inner .lead {
    margin-bottom: 70px;
    font-size: 1.6rem; }
  #top #container .sec001 .inner .flex {
    justify-content: space-between; }
    #top #container .sec001 .inner .flex li {
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #top #container .sec001 .inner .flex li {
          width: 100%;
          margin-bottom: 20px; } }

#top #container .sec002 .inner .flex {
  justify-content: space-between;
  margin-bottom: 60px; }
  #top #container .sec002 .inner .flex li {
    width: calc(33.333333% - 10px); }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .inner .flex li {
        width: 100%;
        margin-bottom: 20px; } }

#top #container .sec002 .inner .online {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #top #container .sec002 .inner .online li {
    width: calc(50% - 10px); }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .inner .online li {
        width: 100%;
        margin-bottom: 20px; } }
    #top #container .sec002 .inner .online li h3 {
      background: #411e02;
      padding: 0.5em;
      font-size: 2.8rem;
      color: #fff;
      font-weight: 500;
      text-align: center; }
    #top #container .sec002 .inner .online li:last-child h3 {
      background: #7f3901; }

#top #container .sec003 {
  background: url(../img/top/bg_concept.jpg) no-repeat top center/cover; }
  #top #container .sec003 .inner {
    max-width: 680px;
    padding: 150px 15px;
    color: #fff; }
    #top #container .sec003 .inner .lead {
      text-align: center;
      line-height: 2.2;
      font-size: 1.6rem; }

#top #container .sec004 .flex {
  justify-content: space-between;
  margin-bottom: 60px; }
  #top #container .sec004 .flex li {
    width: calc(33.333333% - 10px);
    position: relative;
    background: #000;
    outline: 1px solid white;
    outline-offset: -10px; }
    @media screen and (max-width: 767px) {
      #top #container .sec004 .flex li {
        width: 100%;
        margin-bottom: 20px; } }
    #top #container .sec004 .flex li a {
      display: block;
      color: #fff; }
      #top #container .sec004 .flex li a figure {
        opacity: 0.6;
        margin-bottom: -3px;
        transition: all 0.3s ease 0s; }
      #top #container .sec004 .flex li a:hover figure {
        opacity: 1; }
        #top #container .sec004 .flex li a:hover figure img {
          opacity: 1; }
      #top #container .sec004 .flex li a h3 {
        font-size: 2.6rem;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        line-height: 1.6;
        z-index: 100;
        width: 90%; }
        #top #container .sec004 .flex li a h3 span {
          font-size: 1.4rem;
          display: block; }

#top #container .sec005 ul li {
  border: 1px solid #e3e3e3;
  position: relative;
  margin-bottom: 30px; }
  #top #container .sec005 ul li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #top #container .sec005 ul li .flex {
      display: block; } }
  #top #container .sec005 ul li .flex figure {
    width: 25%; }
    @media screen and (max-width: 767px) {
      #top #container .sec005 ul li .flex figure {
        width: 100%;
        text-align: center; } }
  #top #container .sec005 ul li .flex .cont {
    width: 75%;
    padding: 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #top #container .sec005 ul li .flex .cont {
        width: 100%; } }
    #top #container .sec005 ul li .flex .cont span {
      padding: 0.3em 2em;
      color: #fff;
      font-size: 1.4rem;
      display: inline-block;
      text-decoration: none;
      margin-bottom: 20px; }
      #top #container .sec005 ul li .flex .cont span.news {
        background: #411e02;
        color: #fff; }
      #top #container .sec005 ul li .flex .cont span.blog {
        background: #b18e03;
        color: #fff; }
    #top #container .sec005 ul li .flex .cont h3 {
      font-size: 2.2rem;
      font-weight: 500;
      margin-bottom: 1em; }
      #top #container .sec005 ul li .flex .cont h3 a {
        text-decoration: none; }
    #top #container .sec005 ul li .flex .cont .date {
      font-size: 1.4rem; }
  #top #container .sec005 ul li .more {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media screen and (max-width: 767px) {
      #top #container .sec005 ul li .more {
        position: inherit;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 20px; } }

/*=======================================================
	
    下層コンテンツ（共通）
    
========================================================*/
#local #container img {
  max-width: 100%;
  height: auto; }

#local #container section p {
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  #local #container section {
    padding: 40px 15px; } }

#local #container section .flex {
  display: flex;
  flex-wrap: wrap; }

#local #container section .inner {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #local #container section .inner {
      width: 100%; } }

#local #container section h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #local #container section h2 {
      margin-bottom: 30px; } }
  #local #container section h2.style01 {
    text-align: center;
    border-bottom: 1px solid #411e02;
    font-size: 3.0rem;
    margin-bottom: 50px; }
    #local #container section h2.style01 span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-bottom: 40px; }
  #local #container section h2.style02 {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 3.0rem;
    margin-bottom: 50px;
    padding-bottom: 40px; }
    #local #container section h2.style02 span {
      padding-bottom: 20px; }

#local #container section h3.style01 {
  font-size: 2.4rem;
  border-bottom: solid 3px #c9c9c9;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  padding-bottom: 10px; }
  #local #container section h3.style01::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #411e02;
    bottom: -3px;
    width: 10%; }

#local #container .gmap {
  padding: 0; }

#local #container .title {
  width: 100%;
  position: relative;
  height: 300px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #local #container .title {
      height: 250px; } }
  #local #container .title h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 3.0rem;
    font-weight: 500; }
    #local #container .title h1 span {
      display: block;
      font-size: 1.4rem;
      margin-top: 20px; }
    @media screen and (max-width: 767px) {
      #local #container .title h1 {
        font-size: 2.4rem;
        line-height: 1.4;
        width: 100%; } }

/*=======================================================
	
    家づくりへの想いと技術
    
========================================================*/
#local #container .concept .title {
  background: url(../img/concept/bg_title.jpg) no-repeat center top/cover; }

#local #container .concept .sec001 .flex {
  margin-top: 70px;
  justify-content: space-between; }
  #local #container .concept .sec001 .flex figure {
    width: 40%; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec001 .flex figure {
        width: 100%;
        margin-bottom: 20px; } }
  #local #container .concept .sec001 .flex .cont {
    width: 55%; }
    #local #container .concept .sec001 .flex .cont p {
      line-height: 2.0; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec001 .flex .cont {
        width: 100%; } }

#local #container .concept .sec002 .flex {
  justify-content: space-between;
  margin-bottom: 50px; }
  #local #container .concept .sec002 .flex figure {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec002 .flex figure {
        order: 1;
        width: 100%;
        margin-bottom: 20px; } }
  #local #container .concept .sec002 .flex .cont {
    width: 48%; }
    #local #container .concept .sec002 .flex .cont p {
      line-height: 2.0; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec002 .flex .cont {
        order: 2;
        width: 100%; } }

#local #container .concept .sec003 .flex {
  justify-content: space-between;
  margin-top: 70px; }
  #local #container .concept .sec003 .flex figure {
    width: 40%; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec003 .flex figure {
        width: 100%;
        margin-bottom: 20px; } }
  #local #container .concept .sec003 .flex .cont {
    width: 55%; }
    #local #container .concept .sec003 .flex .cont p {
      line-height: 2.0; }
    @media screen and (max-width: 767px) {
      #local #container .concept .sec003 .flex .cont {
        width: 100%; } }

/*=======================================================
	
    家づくりの流れ
    
========================================================*/
#local #container .flow .title {
  background: url(../img/flow/bg_title.jpg) no-repeat center top/cover; }

#local #container .flow .flow_list ul li {
  padding: 25px;
  border: 1px solid #411e02;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  #local #container .flow .flow_list ul li::after {
    content: url(../img/flow/ico_arrow.png);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto; }
  #local #container .flow .flow_list ul li .cont {
    width: 56%; }
    @media screen and (max-width: 767px) {
      #local #container .flow .flow_list ul li .cont {
        width: 100%;
        margin-bottom: 20px; } }
    #local #container .flow .flow_list ul li .cont h3 {
      font-size: 3.6rem;
      margin-bottom: 1em;
      display: flex;
      align-items: center; }
    #local #container .flow .flow_list ul li .cont dl {
      line-height: 1.8; }
      #local #container .flow .flow_list ul li .cont dl dt::before {
        content: "●"; }
      #local #container .flow .flow_list ul li .cont dl dd {
        margin-bottom: 1em; }
  #local #container .flow .flow_list ul li figure {
    width: 40%; }
    @media screen and (max-width: 767px) {
      #local #container .flow .flow_list ul li figure {
        width: 100%; } }
  #local #container .flow .flow_list ul li:first-child h3::before {
    content: url(../img/flow/ico_no01.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(2) h3::before {
    content: url(../img/flow/ico_no02.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(3) h3::before {
    content: url(../img/flow/ico_no03.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(4) h3::before {
    content: url(../img/flow/ico_no04.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(5) h3::before {
    content: url(../img/flow/ico_no05.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(6) h3::before {
    content: url(../img/flow/ico_no06.png);
    margin-right: 1em; }
  #local #container .flow .flow_list ul li:nth-child(7) {
    margin-bottom: 0; }
    #local #container .flow .flow_list ul li:nth-child(7)::after {
      display: none; }
    #local #container .flow .flow_list ul li:nth-child(7) h3::before {
      content: url(../img/flow/ico_no07.png);
      margin-right: 1em; }

/*=======================================================
	
    会社案内
    
========================================================*/
#local #container .company .title {
  background: url(../img/flow/bg_title.jpg) no-repeat center top/cover; }

#local #container .company .sec001 .inner dl {
  max-width: 810px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #local #container .company .sec001 .inner dl dt {
    width: 30%;
    padding: 25px 0;
    border-right: 1px solid #000;
    font-weight: 500;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #local #container .company .sec001 .inner dl dt {
        border-right: 0;
        width: 100%;
        border-bottom: 0;
        padding-bottom: 0; } }
  #local #container .company .sec001 .inner dl dd {
    width: 65%;
    padding: 25px 0;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #local #container .company .sec001 .inner dl dd {
        width: 100%; } }

#local #container .company .sec002 .inner .flex {
  justify-content: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #local #container .company .sec002 .inner .flex {
      display: block; } }
  #local #container .company .sec002 .inner .flex dl {
    margin: 0 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #local #container .company .sec002 .inner .flex dl {
        margin: 0 0 30px; } }
    #local #container .company .sec002 .inner .flex dl dt {
      font-size: 2.0rem;
      margin-bottom: 1em; }
    #local #container .company .sec002 .inner .flex dl dd {
      line-height: 2.0; }

/*=======================================================
	
    Q&A
    
========================================================*/
#local #container .qa .title {
  background: url(../img/qa/bg_title.jpg) no-repeat center top/cover; }

#local #container .qa .qa_list .inner .flex {
  justify-content: space-between; }
  #local #container .qa .qa_list .inner .flex li {
    width: calc(33.33333% - 10px);
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #local #container .qa .qa_list .inner .flex li {
        width: calc(50% - 10px); } }
    #local #container .qa .qa_list .inner .flex li a {
      min-height: 200px;
      padding: 1em;
      box-sizing: border-box;
      display: block;
      background: url(../img/qa/bg_question.png) center center no-repeat #411e02;
      outline: 1px solid white;
      outline-offset: -7px;
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      #local #container .qa .qa_list .inner .flex li a h3 {
        font-size: 1.8rem;
        text-decoration: none;
        text-align: center; }
      #local #container .qa .qa_list .inner .flex li a p {
        display: none; }
    #local #container .qa .qa_list .inner .flex li p {
      display: none; }

#local #container .qa .qa_detail .flex {
  justify-content: space-between; }
  #local #container .qa .qa_detail .flex .sub {
    width: 310px; }
    @media screen and (max-width: 767px) {
      #local #container .qa .qa_detail .flex .sub {
        width: 100%;
        order: 2; } }
    #local #container .qa .qa_detail .flex .sub ul li {
      margin-bottom: 20px;
      line-height: 1.6;
      padding-left: 1.7em;
      text-indent: -1.7em; }
      #local #container .qa .qa_detail .flex .sub ul li::before {
        content: "Q："; }
  #local #container .qa .qa_detail .flex .main {
    width: 750px;
    margin-bottom: 350px; }
    @media screen and (max-width: 767px) {
      #local #container .qa .qa_detail .flex .main {
        width: 100%;
        order: 1;
        margin-bottom: 50px; } }
    #local #container .qa .qa_detail .flex .main h3 {
      font-size: 2.4rem;
      font-weight: 500;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #000;
      margin-bottom: 1em; }
      #local #container .qa .qa_detail .flex .main h3::before {
        content: "Q";
        margin-right: 20px; }
    #local #container .qa .qa_detail .flex .main .btn {
      text-align: center; }
      #local #container .qa .qa_detail .flex .main .btn a {
        display: block;
        max-width: 400px;
        margin: 50px auto;
        padding: 1em;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
        border: 1px solid #000; }
        #local #container .qa .qa_detail .flex .main .btn a:hover {
          background: #000;
          color: #fff; }

/*=======================================================
	
    お客様の声
    
========================================================*/
#local #container .voice .title {
  background: url(../img/voice/bg_title.jpg) no-repeat center top/cover; }

#local #container .voice .btn {
  text-align: center; }
  #local #container .voice .btn a {
    display: block;
    max-width: 400px;
    margin: 50px auto;
    padding: 1em;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000; }
    #local #container .voice .btn a:hover {
      background: #000;
      color: #fff; }

#local #container .voice .voice_list .flex {
  justify-content: space-between;
  margin-bottom: 60px; }
  #local #container .voice .voice_list .flex li {
    width: calc(33.333333% - 10px);
	margin-bottom: 20px;
    position: relative;
    background: #000;
    outline: 1px solid white;
    outline-offset: -10px; }
    @media screen and (max-width: 767px) {
      #local #container .voice .voice_list .flex li {
        width: 100%;
        margin-bottom: 20px; } }
    #local #container .voice .voice_list .flex li a {
      display: block;
      color: #fff; }
      #local #container .voice .voice_list .flex li a figure {
        opacity: 0.6;
        margin-bottom: -3px;
        transition: all 0.3s ease 0s; }
      #local #container .voice .voice_list .flex li a:hover figure {
        opacity: 1; }
        #local #container .voice .voice_list .flex li a:hover figure img {
          opacity: 1; }
      #local #container .voice .voice_list .flex li a h3 {
        font-size: 2.6rem;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        line-height: 1.6;
        z-index: 100;
        width: 90%; }
        #local #container .voice .voice_list .flex li a h3 span {
          font-size: 1.4rem;
          display: block; }

#local #container .voice .voice_detail h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em; }
  #local #container .voice .voice_detail h3 span {
    font-size: 1.6rem;
    margin-left: 1em; }

#local #container .voice .voice_detail .comment {
  margin-bottom: 50px; }

#local #container .voice .voice_detail .main_photo {
  text-align: center;
  margin-bottom: 20px; }

#local #container .voice .voice_detail .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #local #container .voice .voice_detail .photos li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }

/*=======================================================
	
    最新情報
    
========================================================*/
#local #container .topics .title {
  background: url(../img/topics/bg_title.jpg) no-repeat center top/cover; }

#local #container .topics .btn {
  text-align: center; }
  #local #container .topics .btn a {
    display: block;
    max-width: 400px;
    margin: 50px auto;
    padding: 1em;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000; }
    #local #container .topics .btn a:hover {
      background: #000;
      color: #fff; }

#local #container .topics .topics_list .inner nav {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000; }
  #local #container .topics .topics_list .inner nav ul {
    display: flex;
    justify-content: center; }
    #local #container .topics .topics_list .inner nav ul li {
      padding: 0 1.5em;
      border-right: 1px solid #000;
      font-size: 1.8rem; }
      #local #container .topics .topics_list .inner nav ul li a {
        text-decoration: none; }
      #local #container .topics .topics_list .inner nav ul li:first-child {
        border-left: 1px solid #000; }

#local #container .topics .topics_list .inner .list li {
  border: 1px solid #e3e3e3;
  position: relative;
  margin-bottom: 30px; }
  #local #container .topics .topics_list .inner .list li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #local #container .topics .topics_list .inner .list li .flex {
      display: block; } }
  #local #container .topics .topics_list .inner .list li .flex figure {
    width: 25%; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_list .inner .list li .flex figure {
        width: 100%;
        text-align: center; } }
  #local #container .topics .topics_list .inner .list li .flex .cont {
    width: 75%;
    padding: 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_list .inner .list li .flex .cont {
        width: 100%; } }
    #local #container .topics .topics_list .inner .list li .flex .cont span {
      padding: 0.5em 2em;
      color: #fff;
      font-size: 1.4rem;
      display: inline-block;
      text-decoration: none;
      margin-bottom: 20px; }
      #local #container .topics .topics_list .inner .list li .flex .cont span.news {
        background: #411e02; }
      #local #container .topics .topics_list .inner .list li .flex .cont span.blog {
        background: #b18e03; }
    #local #container .topics .topics_list .inner .list li .flex .cont h3 {
      font-size: 2.2rem;
      font-weight: 500;
      margin-bottom: 1em; }
      #local #container .topics .topics_list .inner .list li .flex .cont h3 a {
        text-decoration: none; }
    #local #container .topics .topics_list .inner .list li .flex .cont .date {
      font-size: 1.4rem; }
  #local #container .topics .topics_list .inner .list li .more {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_list .inner .list li .more {
        position: inherit;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-bottom: 20px; } }

#local #container .topics .topics_detail .inner .cat span {
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px; }
  #local #container .topics .topics_detail .inner .cat span.news {
    background: #411e02; }
  #local #container .topics .topics_detail .inner .cat span.blog {
    background: #b18e03; }

#local #container .topics .topics_detail .inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em; }
  #local #container .topics .topics_detail .inner h3 .date {
    font-size: 1.4rem;
    margin-right: 20px; }

#local #container .topics .topics_detail .inner .flex {
  justify-content: space-between; }
  #local #container .topics .topics_detail .inner .flex figure {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_detail .inner .flex figure {
        width: 100%;
        order: 2; } }
  #local #container .topics .topics_detail .inner .flex .cont {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_detail .inner .flex .cont {
        width: 100%;
        order: 1;
        margin-bottom: 20px; } }

/*=======================================================
	
    施工事例
    
========================================================*/
#local #container .result .title {
  background: url(../img/result/bg_title.jpg) no-repeat center top/cover; }

#local #container .result .btn {
  text-align: center; }
  #local #container .result .btn a {
    display: block;
    max-width: 400px;
    margin: 50px auto;
    padding: 1em;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000; }
    #local #container .result .btn a:hover {
      background: #000;
      color: #fff; }

#local #container .result nav .cat_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px; }
  #local #container .result nav .cat_list li {
    width: calc(33.333333% - 10px); margin: 0 10px 20px 0;}
    @media screen and (max-width: 767px) {
      #local #container .result nav .cat_list li, #local #container .result nav .cat_list li:nth-child(3n) {
        width: 100%;
        margin: 0 auto 20px;} 
}
    #local #container .result nav .cat_list li a {
      display: block;
      padding: 1em;
      font-size: 1.8rem;
      text-align: center;
      text-decoration: none;
      border: 1px solid #000; }
      #local #container .result nav .cat_list li a:hover {
        background: #000;
        color: #fff; }

#local #container .result .result_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #local #container .result .result_list li {
    width: calc(33.333333% - 20px);
    margin: 0 30px 20px 0; }
  #local #container .result .result_list li:nth-child(3n) {
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      #local #container .result .result_list li {
        width: calc(50% - 15px); } 
  #local #container .result .result_list li:nth-child(3n) {
    margin: 0 30px 20px 0; }
  #local #container .result .result_list li:nth-child(even) {
    margin:  0 0 20px ; }}
    #local #container .result .result_list li h3 {
      font-size: 1.8rem;
      text-decoration: none;
      margin-top: 20px; }

#local #container .result .result_detail .inner .cat span {
  padding: 0.2em 4em;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  border: 1px solid #000; }

#local #container .result .result_detail .inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em; }

#local #container .result .result_detail .inner .flex {
  justify-content: space-between;
  margin-bottom: 30px; }
  #local #container .result .result_detail .inner .flex figure {
    width: 58%; }
    @media screen and (max-width: 767px) {
      #local #container .result .result_detail .inner .flex figure {
        width: 100%;
        order: 2; } }
  #local #container .result .result_detail .inner .flex .cont {
    width: 38%; }
    @media screen and (max-width: 767px) {
      #local #container .result .result_detail .inner .flex .cont {
        width: 100%;
        order: 1;
        margin-bottom: 20px; } }
    #local #container .result .result_detail .inner .flex .cont dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      #local #container .result .result_detail .inner .flex .cont dl dt {
        width: 25%;
        margin-bottom: 30px; }
      #local #container .result .result_detail .inner .flex .cont dl dd {
        width: 70%; }

#local #container .result .result_detail .inner .photos {
  display: flex;
  flex-wrap: wrap;}
  @media screen and (max-width: 767px) {
    #local #container .result .result_detail .inner .photos {
      justify-content: space-between; } }
  #local #container .result .result_detail .inner .photos li {
    width: calc(12.1% - 5px);
    margin-bottom: 10px;
    margin-right: 10px; }
    #local #container .result .result_detail .inner .photos li:nth-child(8n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #local #container .result .result_detail .inner .photos li {
        width: calc(50% - 5px);
        margin-right: 0; } }
    #local #container .result .result_detail .inner .photos li img {
      width: 100%;
      height: 127px;
      object-fit: cover; }

/*=======================================================
	
    お問い合わせ
    
========================================================*/
#local #container .contact .title, #local #container .confirm .title, #local #container .thanks .title {
  background: url(../img/contact/bg_title.jpg) no-repeat center top/cover; }

#local #container .contact .form .inner .txt, #local #container .confirm .form .inner .txt, #local #container .thanks .form .inner .txt {
  text-align: center; }

#local #container .contact .form .inner .contact_flow, #local #container .confirm .form .inner .contact_flow, #local #container .thanks .form .inner .contact_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
  max-width: 810px;
  margin: 50px auto 50px; }
  #local #container .contact .form .inner .contact_flow li, #local #container .confirm .form .inner .contact_flow li, #local #container .thanks .form .inner .contact_flow li {
    width: calc(33.333333% - 10px);
    padding: 15px;
    background: #e5e5e5;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem; }
    #local #container .contact .form .inner .contact_flow li.active, #local #container .confirm .form .inner .contact_flow li.active, #local #container .thanks .form .inner .contact_flow li.active {
      background: #7f2801;
      color: #fff; }

#local #container .contact .form .inner dl, #local #container .confirm .form .inner dl, #local #container .thanks .form .inner dl {
  max-width: 810px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #local #container .contact .form .inner dl dt, #local #container .confirm .form .inner dl dt, #local #container .thanks .form .inner dl dt {
    width: 30%;
    padding: 15px 0;
    border-right: 1px solid #000;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      #local #container .contact .form .inner dl dt, #local #container .confirm .form .inner dl dt, #local #container .thanks .form .inner dl dt {
        width: 100%;
        border-bottom: 0;
        padding-bottom: 10px;
        border-right: 0; } }
    #local #container .contact .form .inner dl dt em, #local #container .confirm .form .inner dl dt em, #local #container .thanks .form .inner dl dt em {
      background: #7f2801;
      padding: 1px 2px;
      font-size: 1.1rem;
      color: #fff;
      margin-right: 10px; }
      #local #container .contact .form .inner dl dt em.any, #local #container .confirm .form .inner dl dt em.any, #local #container .thanks .form .inner dl dt em.any {
        background: #e5e5e5;
        color: #000; }
  #local #container .contact .form .inner dl dd, #local #container .confirm .form .inner dl dd, #local #container .thanks .form .inner dl dd {
    width: 65%;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #local #container .contact .form .inner dl dd, #local #container .confirm .form .inner dl dd, #local #container .thanks .form .inner dl dd {
        width: 100%; } }
    #local #container .contact .form .inner dl dd input, #local #container .confirm .form .inner dl dd input, #local #container .thanks .form .inner dl dd input {
      padding: 15px;
      max-width: 100%;
      box-sizing: border-box;
      border: 0;
      background: #fff;
      border: 1px solid #000; }
    #local #container .contact .form .inner dl dd textarea, #local #container .confirm .form .inner dl dd textarea, #local #container .thanks .form .inner dl dd textarea {
      border: 1px solid #000; }
      @media screen and (max-width: 767px) {
        #local #container .contact .form .inner dl dd textarea, #local #container .confirm .form .inner dl dd textarea, #local #container .thanks .form .inner dl dd textarea {
          width: 100%; } }

#local #container .contact .form .inner .submit, #local #container .confirm .form .inner .submit, #local #container .thanks .form .inner .submit {
  text-align: center;
  margin: 10px 0;
  font-size: 1.8rem; }
  #local #container .contact .form .inner .submit input, #local #container .contact .form .inner .submit button, #local #container .confirm .form .inner .submit input, #local #container .confirm .form .inner .submit button, #local #container .thanks .form .inner .submit input, #local #container .thanks .form .inner .submit button {
    cursor: pointer;
    display: block;
    border: 1px solid #7f2801;
    color: #7f2801;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 1.6rem;
    text-align: center;
    width: 400px;
    margin: 50px auto 0;
    background: #fff;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #local #container .contact .form .inner .submit input, #local #container .contact .form .inner .submit button, #local #container .confirm .form .inner .submit input, #local #container .confirm .form .inner .submit button, #local #container .thanks .form .inner .submit input, #local #container .thanks .form .inner .submit button {
        max-width: 100%; } }
    #local #container .contact .form .inner .submit input:hover, #local #container .contact .form .inner .submit button:hover, #local #container .confirm .form .inner .submit input:hover, #local #container .confirm .form .inner .submit button:hover, #local #container .thanks .form .inner .submit input:hover, #local #container .thanks .form .inner .submit button:hover {
      background: #7f2801;
      color: #fff; }
    #local #container .contact .form .inner .submit input::after, #local #container .contact .form .inner .submit button::after, #local #container .confirm .form .inner .submit input::after, #local #container .confirm .form .inner .submit button::after, #local #container .thanks .form .inner .submit input::after, #local #container .thanks .form .inner .submit button::after {
      font-family: FontAwesome;
      content: "\f101";
      margin-left: 20px; }

/*# sourceMappingURL=style.css.map */