@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}


body{
  font-family: "Zen Old Mincho", serif;
  color: #000000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  background-color: #FAF9F5;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/* btn1 */
.btn1 {
      width: clamp(17.5rem, 15.833rem + 3.47vw, 20rem);
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  position: relative;
}
.btn1--yellow {
      width: clamp(17.5rem, 15.833rem + 3.47vw, 20rem);
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  position: relative;
}
.btn1:after {
        content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #9F494A;
  transition: all 0.5s;
}
.btn1--yellow:after {
        content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDA100;
}
.btn1__text {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    transition: all 0.5s;
}
.btn1__text--yellow {
    color: #fff;
}
.btn1__circle {
      width: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    height: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    border-radius: 50%;
    border: 0.5px solid #9F494A;
    position: relative;
}
.btn1__circle:after {
      content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 0.5px #9F494A;
    border-right: solid 0.5px #9F494A;
    transform: rotate(45deg) translate(-55%,45%);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
}
.btn1__circle--yellow {
      width: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    height: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    border-radius: 50%;
    border: 0.5px solid #fff;
    position: relative;
}
.btn1__circle--yellow:after {
      content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 0.5px #fff;
    border-right: solid 0.5px #fff;
    transform: rotate(45deg) translate(-55%,45%);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
}
.btn1:hover:after {
  width: 100%;
}
.btn1--yellow:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .btn1 {
    width: 320px;
  }
}
  @media (max-width:374px) {
    .btn1 {
      width: 280px;
  }
}

/* 縦書き */
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
}

/* title1 */
.title1 {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
}
.title1--left {
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
}
.title1__sub {
      color: #904142;
    font-weight: 400;
    font-family: "Literata", serif;
    font-size: 14px;
}
.title1__sub--white {
  color: #fff;
}
.title1__main {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 600;
    color: #904142;
  line-height: 1.5;
}
.title1__main--white {
  color: #fff;
}
.title1__main--small {
      font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
}
.title1__main--48 {
  font-size: clamp(2rem, 1.333rem + 1.39vw, 3rem);
}
@media (max-width: 374px) {
  .title1__main {
    font-size: 20px;
  }
}

.pg-breadcrumb {
      display: flex;
    column-gap: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
    align-items: center;
}
.breadcrumb__text {
      font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #5C5C5C;
}
.breadcrumb__text--link {
  transition: all 0.5s;
}
.breadcrumb__text--link:hover {
  color: #000;
}

/* title2 */
.title2 {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem);
}
.title2__sub {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-family: "Literata", serif;
    font-weight: 400;
    color: #904142;
}
.title2__sub--white {
  color: #fff;
}
.title2__main {
      display: flex;
    justify-content: space-between;
    width: 100%;
}
.title2__deco {
      display: flex;
    align-items: center;
}
.title2__circle {
      width: clamp(0.375rem, 0.25rem + 0.26vw, 0.563rem);
    height: clamp(0.375rem, 0.25rem + 0.26vw, 0.563rem);
    border: 1px solid #904142;
    border-radius: 50%;
}
.title2__circle--white {
  border: 1px solid #fff;
}
.title2__line {
      width: clamp(10rem, 3.667rem + 13.19vw, 19.5rem);
    height: 1px;
    background-color: #904142;
}
.title2__line--white {
  background-color: #fff;
}
.title2-main__text {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 500;
    color: #904142;
}
.title2-main__text--white {
  color: #fff;
}
@media (max-width: 767px) {
  .title2__line {
    width: clamp(2.5rem, -4.675rem + 30.61vw, 10rem);
  }
}
@media (max-width: 374px) {
  .title2-main__text {
    font-size: 16px;
  }
  .title2__line {
    width: 32px;
  }
}