@charset "UTF-8";

/*
Theme Name: chii-portfolio
Description; WordPressオリジナル
Version: 1.0
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* カラー
---------------------*/
/* フォント
---------------------*/
/* レイアウト
---------------------*/
/* ブレークポイント
---------------------*/
/* メディアクエリー
---------------------*/
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  background: #F3F3F3;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 40px;
    font-size: 14px;
  }
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333333;
  text-decoration: none;
}

.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 18px;
  }
}

.section {
  margin-top: 120px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 50px;
    padding: 0 16px;
  }
}

.section-title {
  text-align: center;
}
.section-title .en {
  font-size: 32px;
  color: #333333;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.012em;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 30px;
    padding-top: 44px;
    margin-bottom: 43px;
  }
}
.section-title .ja {
  margin-top: 7px;
  display: block;
  font-size: 12px;
  color: #A24747;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.util-link {
  display: inline-block;
  width: 200px;
  padding: 10px 10px;
  text-align: center;
  letter-spacing: 0.22em;
  border: 1px solid #333333;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
  letter-spacing: 0;
}
.util-link::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(../images/arrow.png) center center/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .util-link {
    letter-spacing: 0.15em;
  }
}
.util-link:hover {
  background: #3E3E3E;
  color: #fff;
}
.util-link:hover::after {
  background: url(../images/arrow-right.png) center center/cover;
}

.header {
  width: 100%;
  height: 88px;
  position: fixed;
  z-index: 2;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header {
    top: 0;
    height: 40px;
  }
}

.header-inner {
  width: 97%;
  height: 66px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding: 0 26px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .header-inner {
    width: 100%;
    height: 40px;
    top: 0;
    padding: 0 20px;
  }
}

.header-logo a {
  color: #000000;
  font-family: "Dancing Script", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 66px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header-logo a {
    font-size: 16px;
    line-height: 44px;
  }
}

.header-nav {
  margin-left: auto;
}

.header-burger {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 300;
  background: transparent;
  cursor: pointer;
  transition: transform 0.5s ease 0s;
  display: none;
}
@media screen and (max-width: 767px) {
  .header-burger {
    display: block;
  }
}
.is-active .header-burger .drwer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #333333;
}
.is-active .header-burger .drwer-icon__bar2 {
  display: none;
}
.is-active .header-burger .drwer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #333333;
}

.drwer-icon__bars {
  width: 22px;
  height: 14px;
  display: block;
  position: relative;
}

.drwer-icon__bar1,
.drwer-icon__bar2,
.drwer-icon__bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #333333;
}

.drwer-icon__bar1 {
  top: 0;
}

.drwer-icon__bar2 {
  top: 7px;
}

.drwer-icon__bar3 {
  top: 14px;
}

.header-navList {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header-navList {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 40px;
    padding: 0 20px 100px;
    background: #E5DFD8;
    z-index: 300;
    flex-direction: column;
    transform: translateX(105%);
    transition: transform 0.5s ease 0s;
    overflow: scroll;
  }
  .is-active .header-navList {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .header-navItem {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #333333;
  }
  .header-navItem:last-child {
    border-bottom: none;
  }
}
.header-navItem:not(:first-child) {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .header-navItem:not(:first-child) {
    margin-left: 0;
  }
}

.header-navLink {
  font-size: 16px;
  line-height: 66px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.header-navLink:hover {
  color: #A24747;
}
@media screen and (max-width: 767px) {
  .header-navLink {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2222222222;
    padding: 30px;
    width: 100%;
  }
}
.x-logo a {
  display: flex;
  justify-content: center;
}
.x-logo img {
  width: 24px;
}

.fa-twitter {
  transition: all 0.3s ease 0s;
}
.fa-twitter:hover {
  color: #A24747;
}
@media screen and (max-width: 767px) {
  .fa-twitter {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
  }
}

.mainvisual {
  height: 920px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  .mainvisual {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 666px;
  }
}
.mainvisual-inner::before {
  content: "Scroll";
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1169px) {
  .mainvisual-inner::before {
    display: none;
  }
}
.mainvisual-inner::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #333333;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1169px) {
  .mainvisual-inner::after {
    display: none;
  }
}

.mainvisual-inner {
  width: 370px;
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 1169px) {
  .mainvisual-inner {
    width: 300px;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-inner {
    position: static;
    width: 100%;
  }
}

/* .mainvisual-inner .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mainvisual-inner .sp-only {
    display: block;
  }
} */

.mainvisual-body {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual-body {
    margin-top: -150px;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual-body {
    margin-top: -200px;
  }
}
@media screen and (max-width: 500px) {
  .mainvisual-body {
    margin-top: -250px;
  }
}

.mainvisual-title {
  font-size: 40px;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 1169px) {
  .mainvisual-title {
    font-size: 33px;
  }
}

.mainvisual-name {
  margin-top: 18px;
  color: #A24747;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) {
  .mainvisual-name {
    margin-top: 15px;
  }
}

.mainvisual-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) {
  .mainvisual-text {
    margin-top: 12px;
    line-height: 1.8;
  }
}

.mainvisual-text .sp {
  display: none;
}
@media screen and (max-width: 1169px) {
  .mainvisual-text .sp {
    display: block;
  }
}

.mainvisual-animation {
  width: 73%;
  height: 118%;
  position: absolute;
  top: -120px;
  right: -50px;
}
@media screen and (max-width: 1169px) {
  .mainvisual-animation {
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-animation {
    width: 136%;
    height: 117%;
    top: -200px;
    right: -36px;
  }
}

.lottie {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .policy {
    margin-top: 48px;
  }
}

.policy-inner {
  padding: 58px 100px 50px;
  background: #fff;
}
@media screen and (max-width: 1169px) {
  .policy-inner {
    padding: 58px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .policy-inner {
    padding: 45px 20px 46px;
  }
}

.policy-list {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .policy-list {
    margin-top: 40px;
    flex-direction: column;
  }
}

.policy-item {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy-item {
    width: 100%;
    margin-top: 34px;
  }
  .policy-item:first-child {
    margin-top: 0;
  }
}

.policy-icon {
  width: 130px;
  height: 90px;
  display: inline-block;
}
.policy-icon img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .policy-icon {
    height: 87px;
  }
}

.policy-title {
  margin-top: 33px;
  font-size: 18px;
  font-weight: 700;
  color: #A24747;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .policy-title {
    margin-top: 40px;
    letter-spacing: 0;
  }
}

.policy-text {
  margin-top: 28px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .policy-text {
    margin-top: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.skill {
  margin-top: 320px;
  position: relative;
}
.skill::after {
  content: "";
  width: 100%;
  height: 578px;
  background: url(../images/skill.png) center center/cover no-repeat;
  position: absolute;
  top: -220px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1169px) {
  .skill::after {
    top: -160px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .skill::after {
    top: -184px;
    height: 184px;
  }
}
@media screen and (max-width: 1169px) {
  .skill {
    margin-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .skill {
    margin-top: 224px;
    background: #fff;
  }
}

.skill-img {
  width: 100%;
  height: 587px;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}
.skill-img img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .skill-img {
    height: 200px;
    z-index: 1;
  }
}

.skill-inner {
  background: #fff;
  padding: 70px 60px 60px;
}
@media screen and (max-width: 767px) {
  .skill-inner {
    margin-top: 0;
    padding: 40px 0 36px;
  }
}

.skill-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.skill-item {
  width: calc(16.66% - 25px);
  margin-left: 30px;
  text-align: center;
}
.skill-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1169px) {
  .skill-item {
    width: calc(33.3% - 20px);
  }
  .skill-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .skill-item:nth-child(4n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .skill-item {
    width: calc(50% - 15px);
  }
  .skill-item:nth-child(even) {
    margin-left: 30px;
  }
  .skill-item:nth-child(odd) {
    margin-left: 0;
  }
  .skill-item:nth-child(n+3) {
    margin-top: 16px;
  }
}

.skill-icon {
  width: 150px;
  height: 150px;
  background: #F9F9F9;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .skill-icon {
    width: 150px;
    height: 150px;
  }
}

.skill-title {
  display: inline-block;
  font-family: "Dancing Script", sans-serif;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.skill-name {
  margin-top: 12px;
  text-align: center;
  color: #A24747;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .skill-name {
    margin-top: 22px;
  }
}

.skill-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}

.service {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .service {
    margin-top: 80px;
  }
}

.service-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service-list {
    flex-direction: column;
  }
}

.service-item {
  width: calc(50% - 10px);
  margin-left: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.service-item:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .service-item:nth-child(2n-1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.service-item:nth-child(n + 3) {
  margin-top: 20px;
}

.service-img {
  width: 200px;
  display: inline-block;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
}

.service-text {
  margin-top: 10px;
  line-height: 1.7;
}


.gallery {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .gallery {
    margin-top: 80px;
  }
}

.gallery-list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gallery-list {
    margin-top: 33px;
    flex-direction: column;
  }
}

.gallery-item {
  width: 49%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-item {
    width: 100%;
    margin-top: 40px;
  }
  .gallery-item:first-child {
    margin-top: 0;
  }
}

.gallery-item:nth-child(n+3) {
  margin-top: 40px;
}

.gallery-img {
  width: 100%;
}

.gallery-body {
  padding: 20px 30px 105px;
}
@media screen and (max-width: 767px) {
  .gallery-body {
    padding: 26px 18px 100px;
  }
}

.gallery-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1169px) {
  .gallery-title {
    display: block;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery-title {
    display: block;
    text-align: center;
    letter-spacing: 0;
  }
}

.gallery-titleEn {
  color: #A24747;
}
@media screen and (max-width: 767px) {
  .gallery-titleEn {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }
}

.gallery-titleJa {
  display: inline-block;
  color: #333333;
  background: #F0F0F0;
  padding: 8px 38px;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) {
  .gallery-titleJa {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-titleJa {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
  }
}

.gallery-text {
  margin-top: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gallery-text {
    margin-top: 20px;
    line-height: 2;
  }
}

.gallery-pass {
  line-height: 2;
  letter-spacing: 0;
}

.gallery-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .gallery-btn {
    bottom: 34px;
  }
}

.site {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .site {
    margin-top: 80px;
  }
}

.site-list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-list {
    margin-top: 33px;
    flex-direction: column;
  }
}
.site-list .gallery-item {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-list .gallery-item {
    width: 100%;
    margin-top: 40px;
  }
  .gallery-item:first-child {
    margin-top: 0;
  }
}
.site-list .gallery-item:nth-child(n + 3) {
  margin-top: 40px;
}

.banner {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .banner {
    margin-top: 80px;
  }
}

.banner-list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .banner-list {
    margin-top: 33px;
  }
}

.banner-item {
  width: calc(33.3% - 13.3333333333px);
  margin-left: 20px;
}
.banner-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .banner-item:first-child {
    margin-top: 0;
  }
}
.banner-item:nth-child(3n-2) {
  margin-left: 0;
}
.banner-item:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .banner-item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-annotation {
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}
.advertisement-banner {
  margin-top: 40px;
}
.advertisement-banner p {
  margin-top: 40px;
}
.advertisement-banner .img {
  margin: 20px auto 0;
  max-width: 500px;
}

.step {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .step {
    margin-top: 80px;
  }
}

.step-list {
  max-width: 750px;
  margin: 40px auto 0;
}

.step-item {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.step-item:first-child {
  margin-top: 0;
}

.step-number {
  width: 20%;
  font-size: 58px;
  position: relative;
}
.step-number::before {
  content: "step";
  font-size: 18px;
  color: #A24747;
  font-family: "Dancing Script", sans-serif;
  position: absolute;
  top: -10px;
  left: -10px;
  transform: rotate(-26deg);
}

.step-body {
  width: 80%;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
}

.step-text {
  margin-top: 20px;
  line-height: 1.5;
}

.price {
  margin-top: 100px;
}
@media screen and (max-width: 1169px) {
  .price {
    margin-top: 80px;
  }
}

.price-list {
  margin: 40px auto 0;
  display: flex;
justify-content: center;
}
@media screen and (max-width: 767px) {
  .price-list {
    flex-direction: column;
  }
}

.price-item {
  /* width: calc(33.3% - 13.3333333333px); */
  width: calc(50% - 13.3333333333px);
  margin-left: 20px;
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 10px;
}
.price-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .price-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .price-item {
    width: calc(50% - 20px * 1 / 2);
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.price-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.price-flex {
  margin-top: 20px;
  display: flex;
}

.price-left {
  width: 60%;
}

.price-right {
  width: 40%;
  text-align: right;
}

.about {
  margin-top: 100px;
  padding: 67px 0;
  background: #fff;
}

.about-inner {
  max-width: 970px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-inner {
    flex-direction: column-reverse;
  }
}

.about-icon {
  width: 288px;
}
@media screen and (max-width: 767px) {
  .about-icon {
    width: 270px;
    margin-top: 15px;
    text-align: center;
  }
}

.about-textarea {
  width: calc(100% - 288px);
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .about-textarea {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}

.about-sectionTitle {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-sectionTitle {
    text-align: left;
  }
}

.about-text {
  margin-top: 23px;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) {
  .about-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-text {
    margin-top: 34px;
    line-height: 2.1;
  }
}

.contact {
  background: #E5DFD8;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 44px 0;
  }
}

.contact-inner {
  display: flex;
  max-width: 1008px;
}
@media screen and (max-width: 767px) {
  .contact-inner {
    flex-direction: column;
  }
}

.contact-left {
  text-align: left;
  width: calc(100% - 456px);
}
@media screen and (max-width: 767px) {
  .contact-left {
    width: 100%;
  }
}

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

.contact-lead {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1169px) {
  .contact-lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-lead {
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
}

.contact-form {
  width: 400px;
}
@media screen and (max-width: 1169px) {
  .contact-form {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 43px;
    width: 100%;
    margin-left: 0;
  }
}

.contact-item:not(:first-child) {
  margin-top: 25px;
}

.contact-itemInput {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contact-itemInput {
    margin-top: 14px;
  }
}

input[type=text], input[type=email] {
  background: #fff;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.03em;
  padding: 10px 12px;
  width: 100%;
  color: #333333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email] {
    padding: 11px;
    font-size: 14px;
  }
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus {
  border: 1px solid #A24747;
  border-color: #A24747;
  box-shadow: 0 0 4px #A24747;
  outline: #A24747;
}

textarea {
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  padding: 10px 12px;
  letter-spacing: 0;
}
textarea:hover, textarea:focus {
  border: 1px solid #A24747;
  border-color: #A24747;
  box-shadow: 0 0 4px #A24747;
  outline: #A24747;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 195px;
    margin-top: 14px;
  }
}

.contact-message {
  margin-top: 30px;
  margin-bottom: 8px;
}

.contact-submit {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    text-align: center;
    margin-top: 35px;
  }
}

.contact-submitLink {
  color: #333333;
  background: transparent;
}
.contact-submitLink:disabled {
  background-color: transparent;
  color: #333333;
}
.contact-submitLink:disabled::after {
  background: url(/images/arrow.png) center center/cover;
}
@media screen and (max-width: 767px) {
  .contact-submitLink {
    font-size: 16px;
  }
}

textarea{
  margin-top: 0;
}

.wpcf7-spinner{
  display: none;
}

.contact-after {
  margin-top: 50px;
  text-align: center;
  margin-top: 0;
  display: none;
}
.contact-after.-error {
  color: #f00;
}
@media screen and (max-width: 1169px) {
  .contact-after {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact-after {
    margin-top: 0;
  }
}

.contact-after p {
  line-height: 2;
}

form.sent .contact-list{
  display:none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  line-height: 1.5;
}

.footer {
  background: #A24747;
}

.copyright {
  color: #F9F9F9;
  text-align: center;
  padding: 10px;
  letter-spacing: 0;
}

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