@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  margin-top: 100px !important;
  position: relative;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
}
html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  text-align: justify;
}
body {
  position: relative;
}
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
  font-size: 1.6rem;
  word-break: break-all;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7em;
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 1.75em;
}
p {
  margin-bottom: 1em;
  line-height: 2em;
}
.lh2 {
  line-height: 2em;
}
section {
  padding: 100px 0;
}
section.first {
  padding-top: 0;
}
i {
  margin-right: 5px;
}
img {
  display: block;
  height: auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-center {
  text-align: center;
}
.f-bold {
  font-weight: 700;
}
.mb0 {
  margin-bottom: 0;
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spin-wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.width1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.width1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.width900 {
  max-width: 900px;
  margin: 0 auto;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
#page-top img {
  max-height: 50px;
  width: 50px;
}
#page-top img:hover {
  opacity: 0.8;
}
#breadcrumbs {
  margin-bottom: 40px;
  padding: 10px 15px 12px;
}
#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
#breadcrumbs ul li {
  padding-left: 10px;
  display: inline-block;
  line-height: 2em;
}
#breadcrumbs ul li.separator {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
#breadcrumbs ul li:first-of-type {
  padding-left: 0;
}
#breadcrumbs ul li a,
#breadcrumbs ul li {
  font-size: 1.4rem;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.link-over {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 1;
}
.link-over:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  margin-top: 30px;
}
.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  color: #c9b47e;
  background-color: #f9f8f6;
  text-decoration: none;
  text-align: center;
  line-height: 1.4rem;
  font-size: 1.4rem;
}
.pagination .pager {
  width: 32px;
}
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #c9b47e;
  background-color: #c9b47e;
  font-size: 1.6rem;
}
.pagination a.prev {
  margin-right: 1.6rem;
}
.pagination a.next {
  margin-left: 1.6rem;
}
.pagination a.first {
  display: none;
}
.pagination a.last {
  display: none;
}
.pagination span.page_num {
  display: none;
}
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}
.page-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
  padding: 15px;
  border: 3px solid #f1f1f1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prev-link,
.next-link {
  position: relative;
}
.page-nav div img {
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-nav div span {
  font-size: 1.4rem;
  width: calc(100% - 115px);
  line-height: 1.75em;
  color: #c9b47e;
  font-weight: 700;
}
.sub-header {
  height: 250px;
  width: 100%;
  background: #f9f8f6;
}
.sub-header-title {
  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;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}
.sub-header-txt {
  color: #c9b47e;
  line-height: 1.5em;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
}
.archive-info-wrap {
  margin-bottom: 100px;
}
.archive-info-wrap main {
  width: calc(100% - 460px);
}
.archive-info-list {
  width: 100%;
}
.archive-info-list > li {
  width: 100%;
}
.archive-info-list > li {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.archive-info-list > li:first-of-type {
  border-top: 0;
}
.archive-info-img {
  width: 200px;
}
.archive-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.archive-info-txt {
  width: calc(100% - 240px);
}
.archive-time-cat {
  margin-bottom: 20px;
}
.archive-time-cat time {
  font-size: 1.4rem;
  margin-right: 10px;
}
.archive-info-title a {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.archive-info-title a:hover {
  color: #c9b47e;
}

.archive-info-cat a {
  display: block;
  background-color: #c9b47e;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border: 1px solid #c9b47e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}
.archive-info-cat a:hover {
  background-color: #fff;
  color: #c9b47e;
}

.sidebar {
  width: 400px;
}
.sidebar input {
  width: calc(100% - 35px) !important;
}
.search-box {
  margin-bottom: 40px;
}
.search-icon {
  width: 20px;
  margin-left: 10px;
}
.search-icon {
  fill: #8b8b8b;
}
.search-icon:hover {
  fill: #c9b47e;
}
.sidebar h3 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9b47e;
  color: #c9b47e;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
}
.sidebar .side-box {
  margin-bottom: 40px;
}

.side-cat-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.side-cat-list02 {
  margin-top: 10px;
}
.side-cat-list02 > li {
  padding-left: 30px;
  position: relative;
}
.side-cat-list02 > li::after {
  content: "";
  width: 23px;
  height: 1px;
  position: absolute;
  background-color: #c9b47e;
  left: 0;
  top: 13px;
}
.side-cat li a {
  font-size: 1.6rem;
}
.side-cat li a:hover {
  color: #c9b47e;
}
.side-tag-list {
  margin-top: 20px;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
  background-color: #f3f3f3;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
}
#searchform input[type="text"] {
  width: 88%;
}
.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #152a37;
  margin-top: 40px;
  color: #c9b47e;
  font-weight: 700;
}
.privacy-head:nth-of-type(1) {
  margin-top: 0;
}
.pricacy-profile {
  margin-top: 80px;
  text-align: right;
}
.search-txt01 {
  font-weight: 600;
  font-size: 2rem;
  color: #c9b47e;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c9b47e;
}
.error-inner {
  margin-bottom: 100px;
}
.error-inner p {
  text-align: center;
  margin-bottom: 30px;
}
.error-url {
  font-size: 1.6rem;
}
.error-url span {
  font-size: 1.6rem;
}

/*=======================================================

Common

========================================================*/

.pcnone600 {
  display: none;
}

.min {
  font-family: "Shippori Mincho", serif !important;
}

.en {
  font-family: "Cormorant Garamond", serif !important;
}

.w-txt {
  color: #fff !important;
}

.bg-brown01 {
  background-color: #c9b47e;
}

.bg-brown02 {
  background-color: #faf7f0;
}

.bg-navy01 {
  background-color: #172c39;
}

.inner01 {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner03 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner04 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.ttl01 {
  font-size: 4.6rem;
  font-weight: 600;
  color: #c9b47e;
  margin-bottom: 0;
}

.ttl01.mb30 {
  margin-bottom: 30px;
}

.ttl02 {
  font-size: 4.6rem;
  font-weight: 600;
  color: #c9b47e;
}

.ttl03 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 600;
  color: #c9b47e;
  margin-bottom: 60px;
  padding-bottom: 20px;
  background-image: url(/wp-content/uploads/2024/05/ttl-bg02.svg);
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.ttl04 {
  max-width: 500px;
  margin: 0 auto 20px;
}

.img-hover {
  overflow: hidden;
}

.img-hover img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.img-hover img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pn1024 {
  display: none;
}

.btn01 {
  max-width: 270px;
  padding: 12px 10px;
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  background-color: #172c39;
  letter-spacing: 0.02em;
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2024/05/arrow-right.svg);
  background-size: 7px auto;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn01:hover {
  background-position: right 15px top 50%;
}

.btn02 {
  max-width: 270px;
  padding: 12px 10px;
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  background-color: #172c39;
  letter-spacing: 0.02em;
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2024/05/arrow-right.svg);
  background-size: 7px auto;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 auto;
}

.btn02:hover {
  background-position: right 15px top 50%;
}

.btn02.w-btn {
  background-color: #fff;
  color: #172c39;
  background-image: url(/wp-content/uploads/2024/05/arrow-right02.svg);
}

.indent-list {
  list-style: none;
  counter-reset: number;
}
.indent-list li {
  position: relative;
  padding-left: 20px;
}

.indent-list li::before {
  counter-increment: number;
  content: ''counter(number)'.';
  position: absolute;
  left: 0;
}

.link-txt {
  color: #c9b47e;
}

.link-txt:hover {
  text-decoration: underline;
}

/*=======================================================

animation

========================================================*/

#logo-loading-wrap {
  top: 0;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100vw;
  height: 100svh;
  transition-duration: 3s;
  transition-delay: 1s;
}

#logo-loading-wrap.active {
  opacity: 0;
  z-index: -1;
}

.logo-loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-loading img {
  width: 200px;
  animation-name: logoUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.js-fade-up {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
  opacity: 0 !important;
}

.js-fade-up.is-inview {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.js-img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
}

.js-img-blur img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes logoUp {
  from {
    opacity: 0;
    filter: blur(15px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*=======================================================

Header

========================================================*/

header {
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 90;
  background-color: #fff;
  width: 100%;
}

.logo-wrap {
  height: 100px;
  padding: 15px 0 15px 15px;
  width: 100px;
}

.logo {
  margin: 0;
}

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

.logo a:hover img {
  opacity: 0.7;
}

.home .logo-wrap {
  width: 280px;
  height: 240px;
  background-color: #fff;
  padding: 32px 38px 30px 35px;
  transition-duration: 0.3s;
}

.home .logo-wrap.active {
  width: 100px;
  height: 100px;
  padding: 15px 0 15px 15px;
}

.header-nav-wrap {
  width: calc(100% - 300px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.head-nav-list {
  margin: 35px 40px 0 0;
}

.head-nav-list li {
  padding: 0 15px;
  text-align: center;
}

.head-nav-list a {
  font-size: 1.7rem;
  color: #c9b47e;
  font-weight: 600;
  text-align: center;
  line-height: 1.8em;
  position: relative;
  letter-spacing: 0.05em;
}

.head-nav-list a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #c9b47e;
  bottom: -3px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.head-nav-list a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.head-contact-btn {
  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;
  height: 100px;
  width: 200px;
  text-align: center;
  background-color: #172c39;
  color: #c9b47e;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 1.7rem;
}

.head-contact-btn:hover {
  background-color: #10222c;
}

.sp_nav {
  display: none;
}

.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
}

.hamburger span {
  background-color: #c9b47e;
  height: 2px;
  left: 14px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 30px;
}

.hamburger_linetop {
  top: 24px;
}

.hamburger_linebottom {
  top: 36px;
}

.nav_open .hamburger span {
  background-color: #fff;
}

header .sp_nav {
  text-align: center;
}

.sidemenu {
  height: 100vh;
  padding-top: 60px;
  position: fixed;
  right: -75%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  top: 0;
  width: 75%;
  z-index: 2;
  background-color: #c9b47e;
}

.sidemenu nav ul {
  border-top: solid #e7d4a3 1px;
}

.sidemenu nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid #e7d4a3;
  font-weight: 600;
}

.side-sns-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 80px;
}

.side-sns {
  margin-top: 30px;
}

.overlay {
  background-color: #000000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.nav_open .sidemenu {
  right: 0;
}

.nav_open .hamburger_linetop {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_open .hamburger_linebottom {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_open .overlay {
  opacity: 0.5;
  visibility: visible;
}

/*=======================================================

mv

========================================================*/

.mv {
  padding: 0;
  position: relative;
}

.mv-wrap {
  width: calc(100% - 100px);
  margin-left: auto;
  position: relative;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.mv-img img {
  display: block;
  height: calc(100vh - 100px);
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.swiper-slide-active .mv-img,
.swiper-slide-duplicate-active .mv-img,
.swiper-slide-prev .mv-img {
  -webkit-animation: zoom-in 10s linear 0s 1 normal both;
  animation: zoom-in 10s linear 0s 1 normal both;
}

.swiper-pagination {
  text-align: right;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 150px;
  height: 5px;
  background-color: #c9b47e;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #c9b47e;
  opacity: 1;
}

.mv-catch {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 10;
  width: 550px;
  height: auto;
  opacity: 0;
  animation-name: logoUp;
  animation-duration: 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.mv-catch img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0px 3px 10px rgba(255, 255, 255, 0.8));
}

.scroll-down-wrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.scroll-down {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(#000, 0)),
    color-stop(80%, rgba(#000, 0.8)),
    to(rgba(#000, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(#000, 0) 0,
    rgba(#000, 0.8) 80%,
    rgba(#000, 0.8) 100%
  );
}

.scroll-down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
}

.scroll-down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll-down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 1px;
  height: 100px;
  background: #000;
}

.scroll-down a:hover {
  opacity: 0.5;
}

.scroll-down a:after {
  -webkit-animation: sdl01 2s ease-in-out infinite;
  animation: sdl01 2s ease-in-out infinite;
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

/*=======================================================

About

========================================================*/

.about-section {
  padding: 140px 0 160px;
  background-image: url(/wp-content/uploads/2024/05/japan-map01.svg);
  background-size: auto 140%;
  background-repeat: no-repeat;
  background-position: top 40% right -5%;
  position: relative;
}

.about-head {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #c9b47e;
}

.about-txt01 p {
  line-height: 2em;
}

.about-img01,
.about-img02 {
  position: absolute;
  box-shadow: rgba(17, 12, 46, 0.05) 0px 20px 40px 0px;
}

.about-img01 {
  top: 100px;
  right: 30%;
}

.about-img02 {
  top: 360px;
  right: 10%;
}

.about-img01 img,
.about-img02 img {
  object-fit: cover;
  width: 180px;
  height: 320px;
}

/*=======================================================

Service

========================================================*/

.service-section {
  padding: 0;
}

.service-content {
  width: 50%;
  padding: 120px 100px 140px 100px;
}

.service-head {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #c9b47e;
  width: 100%;
}

.service-inner {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.service-inner .ttl02 {
  width: 100%;
}

.service-img {
  width: 50%;
  overflow: hidden;
}

.service-img img {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*=======================================================

Scene

========================================================*/

.scene-section {
  padding: 120px 0 120px;
}

.scene-box {
  width: 47%;
}

.scene-img {
  margin-bottom: 25px;
}

.scene-img img {
  box-shadow: rgba(255, 255, 255, 0.15) 0px 48px 100px 0px;
  width: 100%;
}

.scene-head {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #c9b47e;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9b47e;
}

.scene-content {
  padding: 40px;
  background-color: #fff;
}

/*=======================================================

Merit

========================================================*/

.merit-section {
  padding: 100px 0 140px;
}

.merit-list li {
  width: calc(100% / 3);
  border-right: solid #172c39 1px;
  padding: 0 40px;
}

.merit-list li:last-of-type {
  border-right: none;
}

.merit-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  background-color: #c9b47e;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merit-icon img {
  width: auto;
  max-height: 80px;
}

.merit-head {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #c9b47e;
  position: relative;
  margin-bottom: 40px;
}

.merit-head::after {
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #c9b47e;
  bottom: -15px;
  margin: 0 auto;
}

/*=======================================================

Power stone interior

========================================================*/

#psi {
  padding: 120px 0 80px;
}

.psi-txt01 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

.psi-list li {
  width: 47%;
  margin-bottom: 60px;
}

.psi-img {
  margin-bottom: 30px;
}

.psi-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.psi-head {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

/*=======================================================

Course

========================================================*/

#course {
  padding: 100px 0 140px;
}

.course-box {
  width: 47%;
}

.course-head {
  max-width: 600px;
  margin: 0 auto 40px;
}

.course-head img {
  width: 100%;
}

.course-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 40px;
}

/*=======================================================

Flow

========================================================*/

.flow-section {
  padding: 100px 0 140px;
}

.flow-list li {
  position: relative;
  padding-bottom: 60px;
}

.flow-list li::before {
  height: 100%;
  width: 1px;
  background-color: #172c39;
  position: absolute;
  left: 72px;
  content: "";
}

.flow-list li:last-of-type {
  padding-bottom: 0;
}

.flow-list li:last-of-type::before {
  display: none;
}

.flow-icon {
  width: 140px;
  height: 140px;
  background-color: #c9b47e;
  position: relative;
  border-radius: 50%;
}

.flow-content {
  width: calc(100% - 170px);
  padding: 40px;
  background-color: #fff;
}

.flow-icon img {
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-bottom: 0 auto;
  margin: 0 auto;
}

.flow-list li:nth-of-type(5) img {
  width: 70px;
}

.flow-head {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9b47e;
  font-weight: 600;
  color: #c9b47e;
  width: 100%;
}

.flow-list li p {
  margin-bottom: 0;
}

/*=======================================================

Blog

========================================================*/

.blog-section {
  padding: 100px 0 120px;
}

.blog-list {
  margin-bottom: 40px;
}

.blog-list li {
  width: 22%;
}

.blog-list::before {
  content: "";
  display: block;
  width: 22%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.blog-list::after {
  content: "";
  display: block;
  width: 22%;
}

.blog-img {
  margin-bottom: 10px;
}

.blog-img img {
  aspect-ratio: 16 / 10;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.blog-head {
  margin-bottom: 0;
}

.blog-head a:hover {
  text-decoration: underline;
}

/*=======================================================

Company

========================================================*/

.company-section {
  padding: 0;
}

.company-section .ttl02 {
  margin-bottom: 30px;
}

.company-content {
  width: 50%;
  padding: 120px 100px 140px 0;
}

.company-head {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #c9b47e;
}

.company-inner {
  width: 85%;
  margin-left: auto;
}

.company-map {
  width: 50%;
}

.gmap {
  height: 100%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*=======================================================

Document band

========================================================*/

.document-band {
  padding: 60px 15px 70px;
  position: relative;
}

.document-band::before {
  content: "";
  top: 5px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

.document-band::after {
  content: "";
  bottom: 5px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

.db-head {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.db-inner {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.db-mail {
  width: calc(100% - 200px);
}

.db-btn-wrap {
  width: 180px;
}

.db-btn {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background-color: #c9b47e;
  font-weight: 600;
  width: 100%;
}

/*=======================================================

Footer

========================================================*/

.footer {
  padding: 0px 0 25px;
}
.foot-nav-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 15px;
  margin-bottom: 50px;
}
.foot-nav-list li {
  padding: 0 15px;
  text-align: center;
}
.foot-nav-list a {
  font-size: 1.5rem;
  color: #c9b47e;
  font-weight: 600;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.foot-nav-list a:hover {
  text-decoration: underline;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  max-width: 150px;
  margin: 0 auto;
}
.footer-address p {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
.footer-nav-wrap {
  width: calc(100% - 600px);
}

.footer-sns {
  margin-bottom: 50px;
}
.sns-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns-link li {
  width: 22px;
  margin: 0 15px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sns-link li:last-of-type {
  width: 100px;
}

.sns-link li:hover {
  opacity: 0.7;
}

.sns-link li img {
  height: 100%;
}

.copyright p,
.copyright a {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}

/*=======================================================

Table

========================================================*/

table.tablepress {
}
.tablepress tbody th,
.tablepress tbody td {
  font-size: 1.4rem;
  border-top: none !important;
}
.tablepress tbody td a {
  color: #c9b47e;
}
.tablepress tbody td a:hover {
  text-decoration: underline;
}
.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: #c9b47e;
  border-bottom: 1px solid #172c39;
  padding: 10px 10px 7.5px 0;
}
.tablepress tbody tr:last-of-type td.column-1,
.tablepress tbody tr:last-of-type td.column-2 {
  border-bottom: none;
}
.tablepress tbody td.column-2 {
  border-bottom: 1px solid #172c39;
  padding: 10px 0 7.5px 10px;
  width: 70%;
  background-color: rgba(255, 255, 255, 0);
}
.tablepress-table-description {
  padding: 25px;
  font-size: 1.5rem;
  line-height: 1.5em;
  background-color: #f3f3f3;
  text-align: center;
  margin-top: 20px;
}

/*=======================================================

Form

========================================================*/

.document-band .wpcf7-spinner {
  display: none !important;
}

.document-band {
}

.db-btn-wrap {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

input.wpcf7-submit {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.wpcf7-submit:hover {
  background-color: #dcc99a;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.document-band .wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 15px;
}

.document-band .wpcf7 form.invalid .wpcf7-response-output {
  padding: 15px;
  background-color: #fff;
  border: none;
  text-align: center;
  color: #c03a3a;
  font-size: 1.4rem;
}

.contact-form01 {
  width: 100%;
}

.contact-form01 tr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #172c39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form01 tr:last-of-type {
  border-bottom: none;
}

.contact-form01 th {
  font-size: 1.6rem;
  width: 30%;
  padding: 0 15px 0 0;
}
.contact-form01 td {
  font-size: 1.6rem;
  width: 70%;
  padding: 0 0 0 15px;
}

.required {
  color: #fff;
  padding: 5px 7px;
  background-color: #c9b47e;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.contact-form01 input[type="checkbox"] {
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  width: 22px !important;
  height: 22px !important;
  background: #dedede;
  border: none !important;
}

.contact-form01 label:hover,
.contact-form01 input[type="checkbox"]:hover,
.contact-form01 input[type="radio"]:hover {
  cursor: pointer;
}

.contact-form01 input[type="checkbox"]:checked {
  background: #c9b47e;
  border: none !important;
}

.contact-form01 input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contact-form01 input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contact-form01 .form-radio .wpcf7-list-item {
  margin-bottom: 10px;
  display: block;
  margin-left: 0;
}

.contact-form01 input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 2px;
  border-radius: 50%;
  width: 18px !important;
  height: 18px !important;
  background: #dedede;
  border: none !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.contact-form01 input[type="radio"]:checked:before {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c9b47e;
}

.privacy-check {
  text-align: center;
  margin-bottom: 30px;
}

.privacy-check .wpcf7-list-item-label {
  font-size: 1.6rem;
  vertical-align: -3px;
}

.privacy-check .wpcf7-list-item {
  margin-bottom: 10px;
}

.privacy-check a {
  font-size: 1.4rem;
  display: block;
  font-family: "Cormorant Garamond", serif;
}

.privacy-check a:hover {
  text-decoration: underline;
}

.contact-form01 input[type="submit"],
.contact-form01 input[type="button"] {
  max-width: 270px;
  padding: 15px 10px;
  margin-top: 15px;
  text-align: center;
  font-size: 2rem;
  display: block;
  color: #fff;
  background-color: #172c39;
  letter-spacing: 0.02em;
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2024/05/arrow-right.svg);
  background-size: 7px auto;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  width: 100%;
  letter-spacing: 0.05em;
}

.contact-form01 input[type="submit"]:hover,
.contact-form01 input[type="button"]:hover {
  background-position: right 15px top 50%;
  cursor: pointer;
}

.contact-form01 .wpcf7-not-valid-tip {
  color: #c03a3a;
  font-size: 1.4rem;
  margin-top: 10px;
}

.complete-txt {
  margin-bottom: 40px;
}

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

.d-btn {
  max-width: 300px;
  margin: 40px auto 40px;
  border-radius: 10px;
  background-color: #f9f8f6;
  position: relative;
  padding: 40px;
}

.d-btn svg {
  max-width: 50px;
  margin: 0 auto 10px;
  display: block;
}

.d-btn svg path {
  fill: #c9b47e;
}

.d-btn p {
  color:#c9b47e;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-align: center!important;
}

/*=======================================================

Blog記事

========================================================*/

.single-info-wrap {
  margin-bottom: 100px;
}
.single-info-wrap main {
  width: calc(100% - 460px);
}
.single-info-article {
  margin-bottom: 60px;
}
.single-info-date-cat {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-info-date-cat time {
  margin-right: 10px;
}
.single-info-date-cat span a {
  display: block;
  background-color: #c9b47e;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border: 1px solid #c9b47e;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}
.single-info-date-cat span a:hover {
  background-color: #fff;
  color: #c9b47e;
}
.single-info-title {
  color: #c9b47e;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-info-content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.single-info-catch-img {
  margin-bottom: 40px;
}
.single-info-catch-img img {
  width: 100%;
}
.tag-list.flex {
  justify-content: flex-start;
}
.tag-list li {
  margin-right: 10px;
}
.tag-list li a {
  font-size: 1.4rem;
  color: #9c9c9c;
  padding: 5px 10px;
  border-radius: 999px;
  background-color: #f3f3f3;
  transition-duration: 0.3s;
  margin-bottom: 10px;
  display: block;
}
.tag-list li a:hover {
  background-color: #c9b47e;
  color: #fff;
}
.single-head-tag {
  margin-bottom: 30px;
}
.single-info-article .gallery-list {
  margin-bottom: 20px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.single-info-article .gallery-list li {
  width: 24%;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.single-info-article .gallery-list li p {
  display: none;
}
.single-info-article .gallery-list a img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single-info-article .gallery-list::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.single-info-article .gallery-list::after {
  content: "";
  display: block;
  width: 24%;
}
.single-info-article .file-list {
  margin-bottom: 40px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
.single-info-article .file-list li {
  width: 48%;
  margin-bottom: 20px;
}
.single-info-article .file-list a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #c9b47e;
  background-color: #f9f8f6;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.single-info-article .file-list a:hover {
  color: #fff;
  background-color: #c9b47e;
  text-decoration: none !important;
}
.single-info-article .file-list svg {
  margin-right: 10px;
}
.single-info-article h2 {
  font-size: 2.2rem;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 600;
  background: #c9b47e;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif !important;
}
.single-info-article h2 span {
  font-family: "Shippori Mincho", serif !important;
  color: #ffffff;
}
.single-info-article h3 {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #c9b47e;
  font-weight: 600;
  border-bottom: solid 1px #c9b47e;
  font-family: "Shippori Mincho", serif !important;
}

.single-info-article a:hover {
  text-decoration: underline;
}

.single-info-article .aligncenter {
  margin: 0 auto;
}

.single-info-article .alignright {
  margin-left: auto;
}

.single-info-article img {
  max-width: 100%;
}

.single-info-article .wp-caption {
  max-width: 100%;
}

.single-info-article .wp-caption-text {
  text-align: center;
  color: #646464;
  margin-top: 10px;
}

.single-info-article ul {
  padding: 40px;
  background-color: #f9f8f6;
}

.single-info-article ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9b47e;
}

.single-info-article ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-info-article table td,
.single-info-article table th {
  padding: 10px;
}

.single-info-article strong span {
  font-weight: 700;
}
