body {
  font-family: 'M PLUS 1p', sans-serif;
  color: #343A40;
  padding-top: 60px;
}

.list-type-none {
  list-style: none;
}

a {
  color: #8f8669;
}

a:hover {
  color: #343A40;
  text-decoration: none;
  transition: color 0.5s;
}

.pointer {
  cursor: pointer;
}

.pointer:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.max-width-950 {
  max-width: 950px;
}

.max-width-900 {
  max-width: 900px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-280 {
  max-width: 280px;
}

.max-width-240 {
  max-width: 240px;
}

.width-30 {
  width: 30px;
}

.width-40 {
  width: 40px;
}

.width-70 {
  width: 70px;
}

.width-100 {
  width: 100px;
}

.width-200 {
  width: 200px;
}

.width-280 {
  width: 280px;
}

.width-390 {
  width: 390px;
}

.width-400 {
  width: 400px;
}

.width-430 {
  width: 430px;
}

.width-min-240 {
  min-width: 240px;
}

.width-max-600 {
  max-width: 600px;
}

.height-30 {
  height: 30px;
}

.height-70 {
  height: 70px;
}

.height-100 {
  height: 100px;
}

.height-170 {
  height: 170px;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-min-200 {
  min-height: 200px;
}

.height-min-300 {
  min-height: 300px;
}

.height-min-600-pc {
  min-height: 600px;
}

.margin-center {
  margin: 0 auto;
}

.border-white-50p {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-1-main {
  border: 1px solid #8f8669;
}

.border-left-width-3 {
  border-left: 3px solid #000000;
}

.border-left-width-4 {
  border-left: 4px solid #000000;
}

.border-right-width-1 {
  border-right: 1px solid #000000;
}

.border-right-width-1-grey {
  border-right: 1px solid #C2C2C2;
}

.border-right-width-1-grey-2 {
  border-right: 1px solid #626262;
}

.border-right-width-3 {
  border-right: 3px solid #000000;
}

.border-right-width-4 {
  border-right: 4px solid #000000;
}

.border-bottom-width-3 {
  border-bottom: 3px solid #000000;
}

.border-bottom-width-4 {
  border-bottom: 4px solid #000000;
}

.border-bottom-grey {
  border-bottom: 1px solid #b5ac8d;
}

.border-color-main {
  border-color: #8f8669;
}

.border-color-grey-1 {
  border-color: #d7d7d7 !important;
}

.radius-0 {
  border-radius: 0;
}

.radius-2 {
  border-radius: 2px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-5-top {
  border-radius: 5px 5px 0 0;
}

.radius-5-bottom {
  border-radius: 0 0 5px 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-10-top {
  border-radius: 10px 10px 0 0;
}

.obj-fit-cover {
  object-fit: cover;
}

.obj-fit-contain {
  object-fit: contain;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-b-0 {
  bottom: 0;
}

.position-t-10 {
  top: 10px;
}

.position-t-m-10 {
  top: -10px;
}

.position-l-0 {
  left: 0;
}

.position-l-30 {
  left: 30px;
}

.position-r-m-10 {
  right: -10px;
}

.flex {
  display: flex;
}

.justify-c-around {
  justify-content: space-around;
}

.justify-c-between {
  justify-content: space-between;
}

.align-item-start {
  align-items: flex-start;
}

.wrap {
  flex-wrap: wrap;
}

.overflow-y-hide {
  overflow-y: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.bg-white {
  background-color: #fff;
}

.bg-white-60p {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-80p {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-black {
  background-color: #000000;
}

.bg-black-60p {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-grey {
  background-color: #f1f1f1;
}

.bg-grey-2 {
  background-color: #DBDBDB;
}

.bg-grey-3 {
  background-color: #f3f3f3;
}

.bg-main {
  background-color: #8f8669 !important;
}

.bg-main-gradient {
  background: #b5ab8b;
  background: linear-gradient(122deg, #b5ab8b 0%, #d0c6a6 67%, #e7ddbd 100%);
}

.bg-accent {
  background-color: #ffc107 !important;
}

.bg-sub {
  background-color: #f6f5f1;
}

.trans-bg-black-50p {
  position: relative;
  width: 100%;
}

.trans-bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-main {
  color: #8f8669;
}

.c-accent {
  color: #ffc107;
}

.letter-space-s {
  letter-spacing: 0.1rem;
}

.line-height-s {
  line-height: 1.5;
}

.font-weight-bold {
  font-weight: 500 !important;
}

strong {
  font-weight: 500 !important;
}

.drop-shadow-white {
  filter: drop-shadow(0px 0px 5px white);
}

.drop-text-shadow-black {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}

.drop-text-shadow-main {
  text-shadow: 0 0px 8px #6a6249;
}

.opacity-100 {
  opacity: 1.0;
}

.right-0 {
  right: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #8f8669;
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
}

h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #E0E0E0;
}

h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

h3 {
  padding: 0.3rem 1rem;
  border-left: 4px solid #8f8669;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
}

h4 {
  margin-top: 2.0rem;
}

.h2-init:before {
  position: initial;
  top: initial;
  left: initial;
  width: initial;
  height: initial;
  background: initial;
}

.h3-init {
  border-left: none !important;
  padding: 0.3rem 0 !important;
}

.font-size-xs {
  font-size: 0.7rem;
}

.font-size-s {
  font-size: 0.9rem;
}

.font-size-m {
  font-size: 1.0rem;
}

.font-size-xm {
  font-size: 1.2rem;
}

.font-size-l {
  font-size: 1.3rem;
}

.res-item-pc {
  display: block !important;
}

.res-item-sp {
  display: none !important;
}

.content-1 {
  overflow-wrap: break-word;
}

.content-1 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.content-1 h4 {
  font-size: 1.2rem;
}

.content-1 a:hover {
  opacity: 0.7;
  text-decoration: underline;
  transition: color 0.5s;
}

.content-2 {
  overflow-wrap: break-word;
}

.content-2 h4 {
  font-size: 1.1rem;
}

.content-2 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.content-2 a:hover {
  opacity: 0.7;
  text-decoration: underline;
  transition: color 0.5s;
}

.content-2 iframe {
  max-width: 100%;
}

.content-3 {
  overflow-wrap: break-word;
}

.content-3 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.content-3 h2 {
  text-align: left;
  color: #343A40;
  padding-left: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
}

.content-3 h2:before {
  position: initial;
  top: initial;
  left: initial;
  width: initial;
  height: initial;
  background: initial;
}

.content-3 h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.content-3 h4 {
  font-size: 1.4rem;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 1.0rem;
  margin-bottom: 1.5rem;
}

.content-3 p {
  line-height: 1.8;
}

.content-3 a:hover {
  opacity: 0.7;
  text-decoration: underline;
  transition: color 0.5s;
}

.content-3 iframe {
  max-width: 100%;
}

.content-3 .accordion-block {
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
}

.content-3 .accordion-title {
  color: #343A40;
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.content-3 .accordion-title:hover {
  opacity: 0.7;
}

.content-3 .accordion-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #8f8669;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.content-3 .accordion-title.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.content-3 .accordion-content {
  display: none;
  padding: 15px;
}

.carousel-item-fit {
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.carousel-item-fit:before {
  content: "";
  display: block;
  position: absolute;
  background: inherit;
  filter: blur(10px) brightness(90%);
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
}

.line-header {
  font-size: 43px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .max-width-280 {
    max-width: initial;
    width: 60%;
  }
  .width-280 {
    width: 100%;
  }
  .width-390 {
    width: 100%;
  }
  .width-400 {
    width: 100%;
  }
  .width-430 {
    width: 100%;
  }
  .width-70vw-at-sp {
    width: 70vw;
  }
  .height-min-init {
    min-height: initial;
  }
  .border-reset-sp {
    border: none;
  }
  .font-size-s-at-sp {
    font-size: 1.0rem;
  }
  .font-size-m-at-sp {
    font-size: 1.1rem;
  }
  .h2-sp {
    font-size: 1.6rem !important;
    line-height: 1.4;
  }
  .h4 {
    font-size: 1.3rem !important;
  }
  .res-item-pc {
    display: none !important;
  }
  .res-item-sp {
    display: block !important;
  }
  .content-1 img {
    height: auto;
    border-radius: 8px;
  }
  .content-1 h4 {
    font-size: 1.2rem;
  }
  .content-2 h4 {
    font-size: 1.1rem;
  }
  .content-2 img {
    height: auto;
    border-radius: 8px;
  }
  .content-3 h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .content-3 h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .content-3 h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bg-none-at-sp {
    background-color: initial;
  }
  footer .container {
    padding-bottom: 150px !important;
  }
  body {
    padding-top: 60px;
  }
  .whitespace-nowrap-init {
    white-space: initial;
  }
  .wordwrap-break {
    word-wrap: break-word;
  }
  .nonstacked-navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    height: 100vh;
  }
}
