@charset "UTF-8";
/* CSS Document */
.en {
  font-family: libre-caslon-text, sans-serif;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.1rem;
}

.min {
  font-family: source-han-serif-jp-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 250;
  line-height: 2.2em;
  letter-spacing: 0.2em;
}

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

p {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  p {
    font-size: 14px;
  }
}
p {
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 950px) {
  p {
    letter-spacing: 0.1em;
  }
}

a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 950px) {
  section {
    padding: 50px 0 90px;
  }
}

body {
  font-family: source-han-sans-jp-variable, sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
}

.hl-h2 {
  font-family: libre-caslon-text, sans-serif;
  color: #7D4822;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .hl-h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 951px) {
  .txt_center-pc {
    text-align: center;
  }
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 950px) {
  .flex2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 951px) {
  .flex2 > div {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 950px) {
  .flex2 > div {
    width: 100%;
  }
}

#profile h3 {
  font-size: 20px;
}
@media screen and (min-width: 951px) {
  #profile h3 {
    font-size: 26px;
  }
}
#profile h3 span {
  display: block;
  font-size: 16px;
}
#profile .prof {
  font-size: 12px;
  margin: 14px 0 60px;
}
@media screen and (max-width: 950px) {
  #profile .prof {
    margin: 14px 0 40px;
  }
}
@media screen and (min-width: 951px) {
  #profile .right {
    padding-top: 60px;
  }
}
@media screen and (max-width: 950px) {
  #profile .right .min, #profile .right .prof {
    text-align: center;
  }
}

.catch {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .catch {
    font-size: 22px;
    text-align: left;
    margin-bottom: 50px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 40px;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .service-list {
    gap: 20px;
  }
}
.service-list li {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 18px 0px;
  width: 290px;
  text-align: center;
  line-height: 2.2em;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 950px) {
  .service-list li {
    width: 100%;
  }
}
@media screen and (min-width: 951px) {
  .service-list::after {
    content: "";
    display: block;
    width: 290px;
  }
}

#works .flex3 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 950px) {
  #works .flex3 {
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
#works .flex3 img {
  width: calc(33.3333333333% - 4px);
}
@media screen and (max-width: 950px) {
  #works .flex3 img {
    width: 100%;
  }
}

.news-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 950px) {
  .news-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.news-ul li {
  width: calc(25% - 15px);
  width: 100%;
}
@media screen and (max-width: 950px) {
  .news-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-ul li a img {
    width: 50%;
  }
  .news-ul li a p {
    width: calc(50% - 14px);
  }
}
.news-ul li p {
  font-size: 12px;
  line-height: 1.8em;
}
@media screen and (min-width: 951px) {
  .news-ul li p {
    margin-top: 20px;
    font-size: 14px;
  }
}
.news-ul li .date {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
}

.lead {
  color: #7D4822;
  font-size: 26px;
  margin-bottom: 60px;
}
@media screen and (min-width: 951px) {
  .lead {
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .lead {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.copy {
  text-align: center;
  padding: 30px 0 40px;
  border-top: 1px solid #707070;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 950px) {
  .copy {
    padding: 10px 0 14px;
    font-size: 10px;
    text-align: left;
    padding-left: 20px;
  }
}

.btn {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 950px) {
  .btn {
    margin: 40px 0;
  }
}
.btn a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  border: 1px solid #7D4822;
  color: #7D4822;
  text-decoration: none;
  width: 290px;
  padding: 14px;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .btn a {
    width: 100%;
  }
}
.btn a:hover {
  background-color: #7D4822;
  color: #fff;
}

.hr-gray {
  border: none;
  border-top: 1px solid #707070;
  height: 0;
}

.formtable {
  margin-top: 60px;
}
.formtable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.formtable table th {
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  width: 30%;
}
@media screen and (max-width: 950px) {
  .formtable table th {
    font-size: 14px;
    display: block;
    width: 100%;
  }
}
.formtable table td {
  width: 70%;
}
.formtable table td input[type=text], .formtable table td input[type=email] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 4px;
}
.formtable table td textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 4px;
  height: 180px;
}
.formtable table td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 4px;
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .formtable table td {
    display: block;
    width: 100%;
  }
}
.formtable .submit {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 950px) {
  .formtable .submit {
    margin: 40px 0;
  }
}
.formtable .submit input {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  background-color: #fff;
  border: 1px solid #7D4822;
  color: #7D4822;
  font-size: 16px;
  text-decoration: none;
  width: 290px;
  padding: 20px;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .formtable .submit input {
    width: 100%;
  }
}
.formtable .submit input:hover {
  background-color: #7D4822;
  color: #fff;
}

.bx-wrapper {
  padding: 0 I !important;
}

.name {
  margin: 120px 0 50px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .name {
    font-size: 28px;
  }
}

#main_nav_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.16);
  height: 60px;
}
#main_nav_wrap #logo_icon {
  padding: 18px 40px;
  height: 60px;
}
@media screen and (min-width: 951px) {
  #main_nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main_nav_wrap nav {
    height: 60px;
  }
  #main_nav_wrap nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  #main_nav_wrap nav ul li a {
    font-size: 14px;
    color: #7D4822;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05rem;
    height: 60px;
    font-weight: 500;
  }
}
#main_nav_wrap #contact {
  background-color: #7D4822;
  color: #fff;
  padding: 20px 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_nav_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  #main_nav_wrap #logo_icon {
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
  }
}

/*ハンバーガ－メニューgnav*/
.gnav {
  background: #7D4822;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
}

.gnav__menu {
  width: 100%;
}

.gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  padding: 40px;
}

.gnav__menu__item {
  width: 100%;
  margin-bottom: 20px;
}

.gnav__menu__item a {
  color: #fff;
  padding: 18px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
  font-family: libre-caslon-text, sans-serif;
}

/*menu*/
.menu {
  height: 20px;
  position: fixed;
  right: 17px;
  top: 17px;
  width: 45px;
  z-index: 201;
}
@media screen and (min-width: 951px) {
  .menu {
    display: none;
  }
}

.menu__line {
  background: #7D4822;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  background-color: #fff;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  background-color: #fff;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*絞り込み*/
.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .search-list {
    gap: 20px;
  }
}
.search-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 120px;
}

.search-list__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #7D4822;
  border: 1px solid #7D4822;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 951px) {
  .search-list__item {
    width: 290px;
    padding: 20px;
  }
}
@media screen and (max-width: 950px) {
  .search-list__item {
    width: 100%;
  }
}
.search-list__item.is-active {
  background-color: #7D4822;
  color: #fff;
}

.listh2 {
  color: #7D4822;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 951px) {
  .listh2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 950px) {
  .listh2 {
    font-size: 28px;
  }
}

.entry-list__item.is-hide {
  display: none;
}

.entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 951px) {
  .entry-list {
    gap: 60px;
  }
}
@media screen and (max-width: 950px) {
  .entry-list {
    gap: 40px;
  }
}
@media screen and (min-width: 951px) {
  .entry-list li {
    width: calc(50% - 30px);
  }
}
.entry-list li span.date {
  font-size: 10px;
  display: block;
  margin: 20px 0;
  line-height: 2.2em;
  letter-spacing: 0.1rem;
}
.entry-list li span.title {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .entry-list li span.title {
    font-size: 14px;
  }
}
.entry-list li span.title {
  line-height: 2.2em;
  letter-spacing: 0.2em;
}

/*kasou*/
.kasou h1 {
  padding: 110px 0 50px;
  color: #7D4822;
  border-bottom: 1px solid #707070;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .breadclumbs {
    display: none;
  }
}
.breadclumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}
.breadclumbs li {
  font-size: 10px;
}
.breadclumbs li:not(:last-child):after {
  content: " . > . ";
}
.breadclumbs a {
  font-size: 10px;
}

/*WORKS*/
.kasou .flex3 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 950px) {
  .kasou .flex3 {
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.kasou .flex3 img {
  width: calc(33.3333333333% - 4px);
}
@media screen and (max-width: 950px) {
  .kasou .flex3 img {
    width: 100%;
  }
}

.pt00 .flex3 {
  margin-bottom: 40px;
}

.pagenation {
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
}
.pagenation a, .pagenation span {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7D4822;
  color: #7D4822;
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .pagenation a, .pagenation span {
    width: 44px;
    height: 44px;
  }
}
.pagenation .prev {
  position: absolute;
  left: 0;
}
.pagenation .next {
  position: absolute;
  right: 0;
}

.plan-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
  gap: 56px;
}
@media screen and (max-width: 950px) {
  .plan-link {
    gap: 30px;
  }
}
.plan-link li {
  width: calc(50% - 28px);
}
@media screen and (max-width: 950px) {
  .plan-link li {
    width: 100%;
  }
}
.plan-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #7D4822;
  line-height: 2.2em;
  letter-spacing: 0.2em;
  font-size: 16px;
  padding: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7D4822;
}
.plan-link li a img {
  position: absolute;
  right: 20px;
  top: 35%;
}

.plan-list {
  margin-top: 40px;
}
.plan-list li {
  border-bottom: 1px solid #707070;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 950px) {
  .plan-list li {
    gap: 40px;
  }
}
.plan-list li > div {
  width: calc(50% - 30px);
}
@media screen and (max-width: 950px) {
  .plan-list li > div {
    width: 100%;
  }
}
.plan-list li > div.detail {
  margin-top: -10px;
}
.plan-list li:first-child {
  border-top: 1px solid #707070;
}
.plan-list li img {
  vertical-align: bottom;
}
.plan-list li .content {
  font-size: 14px;
  background-color: #F7F0E7;
  padding: 30px;
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 950px) {
  .plan-list li .content {
    font-size: 12px;
    padding: 20px;
    margin-top: 20px;
  }
}
.plan-list li h2 {
  font-weight: 400;
}
.plan-list li h2 span {
  color: #7D4822;
  display: block;
  margin-bottom: 0px;
}
@media screen and (min-width: 951px) {
  .plan-list li h2 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 950px) {
  .plan-list li h2 span {
    font-size: 24px;
  }
}
.plan-list li h2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}
.plan-list li .price {
  margin-top: 16px;
  font-size: 20px;
}
@media screen and (max-width: 950px) {
  .plan-list li .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .plan-list li .plancatch {
    margin: 20px 0 40px;
  }
}
@media screen and (min-width: 951px) {
  .plan-list li .plancatch {
    margin: 40px 0;
  }
}
.plan-list li .plancatch {
  border-left: 4px solid #000;
  padding-left: 20px;
}
.plan-list li .service-content {
  line-height: 2.2em;
  letter-spacing: 0.2em;
}
.plan-list li:last-child {
  border-bottom: none;
}
.plan-list h2:has(.option) {
  border-bottom: none;
  width: 100%;
}
.plan-list .option-li {
  gap: 10px;
}
.plan-list .option-li h3, .plan-list .option-li p {
  width: 100%;
}
.plan-list .option-li h3 {
  font-size: 26px;
}
@media screen and (max-width: 950px) {
  .plan-list .option-li h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
.plan-list .option-li p {
  padding-bottom: 20px;
}
.plan-list .option-li p.min {
  font-size: 20px;
}
@media screen and (max-width: 950px) {
  .plan-list .option-li p.min {
    font-size: 16px;
  }
}
.plan-list .option-li .caution {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .plan-list .option-li .caution {
    font-size: 14px;
  }
}
.plan-list .nouhin h2 {
  width: 100%;
  font-family: source-han-serif-jp-variable, sans-serif;
  text-align: left;
  border-bottom: none;
}
.plan-list .nouhin .jirei {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px;
}
.plan-list .nouhin .jirei img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 950px) {
  .plan-list .nouhin .jirei img {
    width: 100%;
  }
}
.plan-list .nouhin .jirei2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  background-color: #FDF8ED;
  padding: 40px;
}
@media screen and (max-width: 950px) {
  .plan-list .nouhin .jirei2 {
    gap: 20px;
    padding: 20px;
  }
}
.plan-list .nouhin .jirei2 img {
  width: calc(33.3333333333% - 7px);
}
@media screen and (max-width: 950px) {
  .plan-list .nouhin .jirei2 img {
    width: 100%;
  }
}

.page-h2 {
  text-align: center;
  color: #7D4822;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .page-h2 {
    font-size: 28px;
  }
}
.page-h2 span {
  color: #000;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 950px) {
  .page-h2 span {
    font-size: 14px;
  }
}

.flowlead {
  margin-top: 150px;
  border-top: 1px solid #707070;
  font-size: 16px;
  padding-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .flowlead {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 951px) {
  .flowlead {
    text-align: center;
  }
}

.flowol .title {
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .flowol .title {
    font-size: 22px;
    margin-top: 40px;
  }
}
.flowol .sentence {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .flowol .sentence {
    font-size: 14px;
  }
}

/*シングル*/
.single-inner header {
  font-size: 10px;
  padding: 40px 0;
}
.single-inner h1 {
  font-family: source-han-serif-jp-variable, sans-serif;
  font-size: 28px;
  border-bottom: none;
  letter-spacing: 0.1rem;
  text-align: left;
  padding-top: 10px;
}
.single-inner h2 {
  font-size: 24px;
  padding-bottom: 18px;
  color: #7D4822;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 950px) {
  .single-inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.single-inner h3 {
  font-size: 20px;
  padding-bottom: 18px;
  color: #7D4822;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .single-inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single-inner h4 {
  font-size: 18px;
  letter-spacing: 0.1rem;
  padding-bottom: 18px;
  color: #7D4822;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .single-inner h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.single-inner p, .single-inner img {
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .single-inner p, .single-inner img {
    margin-bottom: 20px;
  }
}
.single-inner a {
  width: 290px;
  display: block;
  text-align: center;
  color: #7D4822;
  padding: 18px;
  margin: 20px 0;
  border: 1px solid #7D4822;
}
@media screen and (max-width: 950px) {
  .single-inner a {
    width: 100%;
  }
}

#fortop {
  display: block;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 951px) {
  #fortop {
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 950px) {
  #fortop {
    right: 20px;
    bottom: 20px;
  }
}