h1 {
  font-size: 35px;
}
.header__menu li:hover a{
    color: #fff;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.pagination li {
  margin: 0 8px;
}
.pagination span,
.pagination a {
  font-size: 16px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bebebe;
  background-color: #fff;
  color: #3e445a;
  font-weight: normal;
}
.pagination li.active span,
.pagination li a:hover {
  border-color: #743089;
  background-color: #743089;
  color: #fff;
}
.pagination li.active a {
  pointer-events: none;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
  margin-bottom: 0;
  background: none;
}
.breadcrumb > li {
  padding: 3px 20px;
  position: relative;
  white-space: nowrap;
  line-height: 1.25;
}
.breadcrumb > li:nth-of-type(1) {
  padding-left: 10px;
}
.breadcrumb > li a {
  color: #495057;
  font-size: 16px;
  white-space: break-spaces;
}
.breadcrumb > li + li:before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #adb5bd;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: block;
  margin-top: -8px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.blog-detail .thumb {
  margin-bottom: 30px;
}
.blog-detail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-detail h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #911439;
  margin: 0 0 10px;
  font-family: "Playfair Display";
}
.blog-detail .entry p.date {
  font-size: 16px;
  color: #747c97;
}

.sidebar li:not(:last-child) {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dedcdc;
}
.sidebar {
  padding-left: 10px;
}
.sidebar h4 {
  font-size: 28px;
  margin: 0 0 20px;
  padding: 0 0 15px;
  position: relative;
}
.sidebar p {
  margin: auto;
}
.sidebar h4::before {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #911439;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.sidebar a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Playfair Display";
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .thumb {
  margin: 0 0 10px;
}

.contact {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.contact h3 {
  font-weight: normal;
  font-size: 18px;
}
.contact-form .text-danger,
.alert-success {
  font-size: 14px;
}
.contact .input {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
}
.contact-form dt {
  font-size: 17px;
  line-height: 2;
  font-weight: normal;
}
.contact-form-btn {
  margin-top: 25px;
}
.contact > div {
  width: 48.5%;
}
.icon-home:before {
  content: "\e900";
}
.icon-fa-phone:before {
  content: "\e903";
}
.icon-envelope:before {
  content: "\f0e0";
}
.copyright a {
  color: #fff;
}
/* 
.contact .radio-inline label input[type="radio"]:checked + span:before {
  color: #ffdc6b;
  content: "\ea54";
}
.contact .radio-inline label span:before {
  content: "\ea56";
}
.contact-form .bnr {
  border: none;
  cursor: pointer;
}
.radio label > input,
.radio-inline label > input,
.checkbox label > input,
.checkbox-inline label > input {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  z-index: -999;
} */

.contact .radio-inline,
.contact .checkbox-inline {
  display: inline-block;
  margin-right: 1rem;
}
.contact .radio label span,
.contact .radio-inline label span,
.contact .checkbox label span,
.contact .checkbox-inline label span {
  line-height: 20px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.contact .radio label span:before,
.radio-inline label span:before,
.checkbox label span:before,
.checkbox-inline label span:before {
  font-size: 20px;
  line-height: 1;
  font-family: "icomoon";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.box-maps {
  margin-top: 30px;
}
.contact .btnlink {
  padding: 14px 40px;
  background: linear-gradient(180deg, #f2d16d 0%, #f2b500 100%);
  border-radius: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  color: #1b1b1b;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
}
.company__list {
  font-size: 1rem;
  display: block;
}
.company__list li {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
.company__list li > i {
  color: #6c757d;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0px;
  top: 50%;
}
.company__list .home,
.company__list .phone,
.company__list .mail {
  padding-left: 36px;
}
.company__list .home {
  background: url(../img/home.png) no-repeat left top;
}
.company__list .phone {
  background: url(../img/phone.png) no-repeat left top;
}
.company__list .mail {
  background: url(../img/mail.png) no-repeat left top;
}
.company__list .mail a {
  color: #402206;
}
.company__list .sns a {
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 767px) {
  .blog-detail {
    margin-top: 18px;
  }
  .blog-detail .entry {
    margin-bottom: 30px;
  }
  .sidebar {
    padding-left: initial;
  }
  .contact {
    display: block;
    justify-content: space-between;
  }
  .contact > div:first-child {
    margin: 0 0 30px;
  }
  .contact > div,
  .contact > div:first-child {
    width: 100%;
  }
}
.loading-page {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media (prefers-reduced-motion: reduce) {
  .loading-page {
    transition: none;
  }
}
.loading-page.active {
  display: block;
}
.lds-spinner {
  display: block;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
}
.lds-spinner > div {
  transform-origin: 32px 32px;
  animation: ldSpinner 1.2s linear infinite;
}
.lds-spinner > div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner > div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner > div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner > div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner > div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner > div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner > div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner > div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner > div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner > div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner > div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner > div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner > div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@-webkit-keyframes ldSpinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes ldSpinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes ldSpinner {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
