@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background: #efefef;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
  overflow-x: hidden;
}

video {
  width: 95%;
  height: auto;
}

a.btn {
  background: #2C0F09;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  margin: 10px 0;
  text-decoration: none;
}

blockquote.waku {
  width: 70%;
  margin: 0 auto;
}

.waku {
  background: #fff;
  padding: 2em;
}
.waku p {
  margin-top: 2em;
  margin-bottom: 3em;
}

.bnr:hover {
  opacity: 0.65;
  transition: 1s;
}

section {
  padding: 4em 0;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

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

.txt-cha {
  color: #886831;
}

.txt-white {
  color: #ffffff;
}

.bg-brown {
  background: #2C0F09;
}
.bg-brown .sp-int h2 {
  color: #fff;
}

.head-nav {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin: 0;
  background: #2C0F09;
  color: #fff;
}
.head-nav div {
  display: flex;
}
.head-nav div img {
  margin: 0 10px;
}
.head-nav div p {
  font-size: 11px;
  letter-spacing: 2px;
  padding-top: 5px;
  vertical-align: baseline;
}
.head-nav h1 {
  margin: 0;
  padding: 0;
}
.head-nav h1 img {
  padding: 5px 0;
  width: 180px;
  height: auto;
}
.head-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  list-style: none;
  height: 60px;
}
.head-nav ul li {
  height: 60px;
  padding: 0px 8px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.head-nav ul a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.head-nav ul :hover {
  background: rgb(87, 57, 20);
  color: #efefef;
  transition: 1s;
}
.head-nav ul li:last-child {
  background: #ffffff;
}
.head-nav ul li:last-child a {
  color: #2C0F09;
}
.head-nav ul li:last-child:hover {
  background: rgb(87, 57, 20);
  transition: 1s;
}
.head-nav ul li:last-child:hover a {
  color: #fff;
}

.clearfix {
  clear: both;
}

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

.img100 {
  width: 100%;
  height: auto;
}

.img90 {
  width: 90%;
  height: auto;
}

.img80 {
  width: 80%;
  height: auto;
}

.img70 {
  width: 70%;
  height: auto;
}

.img60 {
  width: 60%;
  height: auto;
}

.img50 {
  width: 50%;
  height: auto;
}

.img40 {
  width: 40%;
  height: auto;
}

.img30 {
  width: 30%;
  height: auto;
}

.img20 {
  width: 20%;
  height: auto;
}

.img10 {
  width: 10%;
  height: auto;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pb-1 {
  padding-top: 1em;
}

.pb-2 {
  padding-top: 2em;
}

.pb-3 {
  padding-top: 3em;
}

.sidebtn {
  position: fixed;
  right: 0;
  top: 30%;
  display: block;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
.sidebtn .onlineform img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}
.sidebtn .sns img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
.sidebtn img:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.hero_top {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url(../../img/hero-deco0.png);
  background-size: cover, cover;
  background-position: top left, bottom right, center middle;
}
.hero_top .hero_copy {
  position: absolute;
  width: 100%;
  height: calc(100vh - 60px);
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 3.5em;
}
.hero_top .hero_info {
  max-width: 480px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(44, 15, 9, 0.8);
  color: #ffffff;
  padding: 10px 15px 4px;
}
.hero_top .hero_info h3 {
  line-height: 1;
  padding: 0;
  margin: 8px 0;
  font-size: 16px;
  font-weight: normal;
}
.hero_top ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
}
.hero_top ul li {
  margin-bottom: 4px;
  padding: 4px;
  border-bottom: 1px dotted;
}
.hero_top ul li a {
  text-decoration: none;
  color: #ffffff;
}
.hero_top ul li:last-child {
  border-bottom: none;
}

#video-area {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.about .clm-2-l-img {
  margin: 0 auto 1em auto;
  display: flex;
  align-items: center;
  max-width: 800px;
}
.about .clm-2-l-img dt img {
  width: 180px;
}
.about .clm-2-l-img dd {
  text-align: left;
}
.about .clm-2-l-img dd h3 {
  line-height: 1.35;
}
.about .clm-2-l-img-rsv {
  margin: 0 auto 1em auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 800px;
}
.about .clm-2-l-img-rsv dt img {
  width: 180px;
}
.about .clm-2-l-img-rsv dd {
  width: 620px;
  text-align: left;
}
.about .clm-2-l-img-rsv dd h3 {
  line-height: 1.35;
}

.about img.about-logo {
  width: 240px;
  height: auto;
}

.about-us {
  letter-spacing: 3px;
  line-height: 1.5;
  background: #121212;
  color: #fff;
}
.about-us table {
  text-align: left;
  margin: 2em auto;
  border: #333 3px solid;
}
.about-us table th,
.about-us table td {
  border: #333 1px solid;
  padding: 16px 18px;
}

.kinoiede-kurasu {
  background: #C47070 url(../../img/bg-kinoiedekurasu.png) repeat;
  padding: 4em 0;
}
.kinoiede-kurasu p {
  margin: 0 auto;
  width: 60%;
}
.kinoiede-kurasu h2 {
  background: #ffffff;
  padding: 1em;
  margin: 3em 0;
}
.kinoiede-kurasu h2 img {
  width: 40%;
}
.kinoiede-kurasu ul {
  margin: 2em 0;
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style-type: none;
}
.kinoiede-kurasu li {
  width: 15%;
  height: auto;
}
.kinoiede-kurasu li img {
  width: 100%;
  height: auto;
}
.kinoiede-kurasu li a {
  text-decoration: none;
}
.kinoiede-kurasu li p {
  background: #fff;
  color: #555555;
  margin-top: -1em;
  z-index: 20;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
}

.sp-home ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sp-home li {
  width: calc(50% - 1em);
  border: #ccc 1px solid;
  padding: 1em;
  background: #fff;
}
.sp-home li img {
  width: 100%;
}
.sp-home .sp-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.sp-home .sp-title h3 {
  margin: 10px 0;
  line-height: 1.35;
}

.gallery {
  position: relative;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #222;
}

h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.gallery-case h3 {
  font-size: 3em;
  font-weight: 400;
}
.gallery-case .gallery-case-ttl {
  position: absolute;
  top: 35%;
  left: 3em;
}
.gallery-case .btxt {
  text-align: right;
  position: absolute;
  font-size: 7.6923076923vw;
  bottom: 30px;
  right: 30px;
  line-height: 1;
}

.case-1 {
  background: #666;
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../../img/top-imgbg1.jpg);
  background-size: cover;
  background-position: center middle;
}

.case-2 {
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../../img/top-imgbg2.jpg);
  background-size: cover;
  background-position: center middle;
}

.case-3 {
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../../img/top-imgbg3.jpg);
  background-size: cover;
  background-position: center middle;
}

.gallery-insta {
  background: #222;
  color: #ffffff;
  text-align: center;
}
.gallery-insta h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.gallery-insta h2 img {
  width: 45%;
}
.gallery-insta .gallery-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
.gallery-insta .gallery-menu img {
  margin: 1em;
  width: 80px;
}
.gallery-insta .insta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  gap: 1em;
  padding: 0;
  list-style-type: none;
}
.gallery-insta .insta-list li {
  width: 30%;
}
.gallery-insta .insta-list li img {
  width: 100%;
  height: auto;
}

section.hero_sp {
  margin: 0;
  padding: 0;
  height: calc(100% - 80px);
  position: relative;
  overflow-y: hidden;
}
section.hero_sp img {
  width: 100%;
  overflow-y: hidden;
}
section.hero_sp .hero_sp_info {
  padding: 2em 100px 1.2em 2em;
  background-color: rgba(44, 15, 9, 0.5019607843);
  position: absolute;
  top: 100px;
  right: 0px;
}
section.hero_sp .hero_sp_info .ttl_takumi {
  width: 120px;
  margin-right: 1.5em;
  float: left;
}
section.hero_sp .hero_sp_info h3 {
  width: 17em;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 2px;
}
section.hero_sp .hero_sp_info p {
  color: #fff;
}

section.sp {
  background: #2C0F09;
  color: #fefcf2;
}

.copy {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.copy h2 {
  font-size: 38px;
  letter-spacing: 3px;
}
.copy h3 {
  font-size: 27px;
  line-height: 2;
}
.copy p {
  letter-spacing: 3px;
  line-height: 1.8;
}

.sp_concept_2clm {
  display: flex;
  gap: 4em;
}
.sp_concept_2clm img {
  width: 45%;
}
.sp_concept_2clm div {
  width: 35%;
}
.sp_concept_2clm div h2 {
  font-size: 32px;
}

.sp-interview {
  max-width: 1440px;
  margin: 0 auto;
}

.sp-int {
  display: flex;
}
.sp-int img {
  width: 50%;
}
.sp-int div {
  padding: 2em;
  color: #707071;
}
.sp-int div h3 {
  font-size: 1.5em;
}
.sp-int div p {
  line-height: 2;
}

.sp-int2 div {
  color: #fff;
}
.sp-int2 div h3 {
  font-size: 1.15em;
}

.sp-int:nth-child(odd) {
  flex-direction: row-reverse;
}

section.map {
  margin: 0;
  padding: 0;
}

footer {
  padding: 3em;
  text-align: center;
  color: #ffffff;
  background: #886831;
}
footer img {
  max-width: 180px;
}
footer p {
  letter-spacing: 2px;
  line-height: 1.75;
  margin: 2em 0;
}

/* pages-setting  *********************** */
.hero_cat {
  color: #fff;
  background: #886831 url(../../img/bg-ttl.jpg);
  background-position: center center;
  background-size: cover;
}

.hero_kinoie {
  background: #C47070 url(../../img/bg-kinoiedekurasu-sp.png) repeat;
}

.gallery-case-ttl {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
}

.virtual-btns {
  position: absolute;
  top: 50%;
  left: 3em;
  margin: 1em 0;
}
.virtual-btns a {
  color: #fff;
  padding: 1em;
  background: #2C0F09;
  border-radius: 8px;
}
.virtual-btns a:hover {
  color: #F38200;
  transition: 0.5s;
}

.case-virtual-vol1 {
  background: #666;
  background: url(../../videos/vol1/vol1-0.jpg);
  width: 100%;
  height: calc(100vh - 60px);
  background-size: cover;
  background-position: center middle;
}

.case-virtual-vol2 {
  background: #666;
  background: url(../../videos/vol2/vol2-0.jpg);
  width: 100%;
  height: calc(100vh - 60px);
  background-size: cover;
  background-position: center middle;
}

.info-list {
  margin-top: 2em;
  margin-bottom: 2em;
  background: #fff;
  padding: 1.5em;
}
.info-list dt {
  font-weight: 600;
}
.info-list dd {
  margin-left: 0;
  padding-left: 0;
  color: #666;
}

@media (max-width: 980px) {
  .head-nav ul {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 999999;
    border-radius: 6px;
    padding: 0.2em 0.3em 0;
  }
  header .menu {
    position: fixed;
    display: table;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
  }
  header .menu p {
    position: absolute;
    right: 1em;
    top: 5em;
    color: #fff;
    width: 100%;
    font-size: 1.3em;
  }
  header .menu ul {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    gap: 1em;
    justify-content: center;
    list-style: none;
  }
  header .menu li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding-right: 2em;
    text-align: right;
  }
  header .menu li a {
    display: block;
    font-size: 1.8em;
    color: #fff;
  }
  header .menu li a:hover {
    color: #999;
  }
  /* 開閉用ボタンがクリックされた時 */
  .open .menu {
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  /*メニューボタン*/
  .nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 32px;
    height: 30px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .nav-button span:nth-of-type(3) {
    top: 24px;
  }
  body.open .nav-button span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    background: #F38200;
  }
  body.open .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  body.open .nav-button span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    background: #F38200;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .sidebtn {
    position: fixed;
    right: 0;
    top: 30%;
    display: block;
    z-index: 9999;
    display: flex;
    flex-direction: column;
  }
  .sidebtn .onlineform img {
    width: 50px;
    height: auto;
    margin-bottom: 25px;
  }
  .sidebtn .sns img {
    width: 40px;
    height: auto;
    margin-bottom: 25px;
  }
  .hero_top {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    background-image: url(../../img/hero-top-demo-sp.png);
    background-size: cover cover;
    background-position: center, center middle;
  }
  .hero_top .hero_copy {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    letter-spacing: 5px;
    display: block;
    left: 15px;
    top: 40%;
    color: #ffffff;
    font-size: 2.5em;
  }
  .hero_top .hero_info {
    max-width: 370px;
    position: absolute;
    bottom: 1em;
    left: 1em;
    background: rgba(44, 15, 9, 0.8);
    color: #ffffff;
    padding: 10px 15px;
  }
  .hero_top .hero_info h3 {
    line-height: 1;
    padding: 0;
    margin: 8px 0;
    font-size: 18px;
    font-weight: normal;
  }
  .hero_top ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
  }
  .hero_top ul li {
    margin-bottom: 4px;
    padding: 4px;
    border-bottom: 1px dotted;
  }
  .hero_top ul li a {
    text-decoration: none;
    color: #ffffff;
  }
  .hero_top ul li:last-child {
    border-bottom: none;
  }
  .about {
    font-size: 14px;
  }
  .about .clm-2-l-img {
    margin: 3em auto 3em auto;
    display: block;
    align-items: initial;
  }
  .about .clm-2-l-img dt img {
    width: 140px;
  }
  .about .clm-2-l-img dd {
    text-align: left;
  }
  .about h2 {
    font-size: 16px;
  }
  .about img.about-logo {
    width: 160px;
    height: auto;
  }
  .kinoiede-kurasu {
    background: #C47070 url(../../img/bg-kinoiedekurasu-sp.png) repeat;
    padding: 3em 0;
  }
  .kinoiede-kurasu p {
    margin: 0 auto;
    width: 80%;
  }
  .kinoiede-kurasu h2 {
    background: #ffffff;
    padding: 1em;
  }
  .kinoiede-kurasu h2 img {
    width: 70%;
  }
  .kinoiede-kurasu ul {
    margin: 2em 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    list-style-type: none;
    padding: 0;
  }
  .kinoiede-kurasu li {
    width: 37%;
    height: auto;
  }
  .kinoiede-kurasu li img {
    width: 100%;
    height: auto;
  }
  .kinoiede-kurasu li p {
    background: #fff;
    color: #555555;
    margin-top: -1em;
    z-index: 20;
    padding: 6px;
    border-radius: 4px;
    font-size: 14px;
  }
  .gallery-insta .gallery-menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
  }
  .gallery-insta .gallery-menu img {
    margin: 10px;
    width: 45px;
  }
  .gallery-case {
    background-position: center;
    background-size: cover;
  }
  .gallery-case h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
  }
  .gallery-case .gallery-case-ttl {
    position: absolute;
    top: 40%;
    left: 1em;
  }
  .virtual-btns {
    top: 60%;
    display: flex;
    flex-flow: column;
    gap: 1em;
    left: 1em;
  }
  section.hero_sp {
    height: auto;
    position: relative;
    overflow-y: hidden;
  }
  section.hero_sp img {
    width: 100%;
    overflow-y: hidden;
  }
  section.hero_sp .hero_sp_info {
    padding: 15px;
    background-color: #2C0F09;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  section.hero_sp .hero_sp_info .ttl_takumi {
    width: 60px;
    margin-top: 0.5em;
    margin-right: 1em;
    float: left;
  }
  section.hero_sp .hero_sp_info h3 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  section.hero_sp .hero_sp_info p {
    color: #fff;
  }
  .sp-home ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .sp-home li {
    width: calc(50% - 1em);
    border: #ccc 1px solid;
    padding: 1em;
  }
  .sp-home li img {
    width: 100%;
  }
  .sp-home .sp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .sp-home .sp-title h3 {
    margin: 10px 0;
    line-height: 1.35;
  }
  section.sp {
    background: #2C0F09;
    color: #fefcf2;
    padding: 0;
    margin: 0;
    padding-bottom: 2em;
  }
  .copy {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .copy h2 {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .copy h3 {
    font-size: 16px;
    line-height: 2;
  }
  .copy p {
    letter-spacing: 3px;
    line-height: 2;
  }
  .sp_concept_2clm {
    display: block;
    gap: 0;
  }
  .sp_concept_2clm img {
    width: 100%;
  }
  .sp_concept_2clm div {
    width: 100%;
    padding: 15px;
  }
  .sp_concept_2clm div h2 {
    font-size: 21px;
  }
  .sp-interview {
    max-width: 1440px;
    margin: 0 auto;
  }
  .sp-int {
    display: block;
  }
  .sp-int img {
    width: 100%;
    padding: 0 15px;
  }
  .sp-int div {
    padding: 20px;
    color: #707071;
  }
  .sp-int div h3 {
    font-size: 1.35em;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .sp-int div p {
    line-height: 2;
  }
  .sp-int:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .sp-home ul {
    display: block;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .sp-home li {
    width: 100%;
    border: #ccc 1px solid;
    background: #FFF;
    padding: 1em;
    margin-bottom: 1em;
  }
  .sp-home li img {
    width: 100%;
  }
  .sp-home .sp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .sp-home .sp-title h3 {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.35;
  }
}
.contact {
  background: url(../../img/bg-contact.jpg);
  background-position: center center;
  background-size: cover;
}
.contact blockquote {
  background: #886831;
  color: #fff;
  padding: 2em;
  margin: 2em 0;
}

.frm {
  width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5em;
  border-radius: 1em;
  text-align: left;
}

.frm_content {
  display: flex;
  justify-content: left;
  margin-bottom: 2em;
}

.frm-inner {
  display: block;
  justify-content: flex-start;
}

.frm-inner2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.frm div p {
  width: 320px;
  margin: 4px 0 0;
}

.frm-text {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 2px rgb(87, 57, 20) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.frm-textarea {
  padding: 8px;
  height: 10em;
}

.frm-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(198, 163, 97) inset;
  background: rgb(250, 237, 221);
}

.contact p {
  margin-bottom: 4px;
}

.contact .lbl-brown {
  background: rgb(87, 57, 20);
  color: #fff;
  font-size: 0.75em;
  padding: 4px;
  margin-left: 1em;
  border-radius: 4px;
}

.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px rgb(87, 57, 20);
}

.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: solid 2px rgb(151, 39, 31);
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px rgb(151, 39, 31);
  background: #d4bd95;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px rgb(87, 57, 20);
  background: #FFFFFF;
  border-radius: 4px;
}

.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.btn {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #886831;
  transition: 0.3s;
  color: #fff;
  font-size: 1.35em;
}

.btn:hover {
  background: #2C0F09;
  transform: translate3d(0px, 3px, 1px);
}

@media (max-width: 800px) {
  .frm {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em;
  }
  .frm_content {
    display: block;
    margin-bottom: 2em;
  }
}
/*# sourceMappingURL=style.css.map */