@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  /* ----------- 1周年記念プラン ----------- */
  .anniv-wrapper {
    width: 94vw;
    margin: 3vw auto 120px;
    padding: 60px 0 0;
    background: linear-gradient(35deg, rgb(238, 233, 228) 0%, rgb(253, 252, 252) 100%);
  }
  .single-anniv {
    padding-bottom: 60px;
    color: #53514f;
  }
  .single-anniv .anniv-logo {
    width: 100px;
    margin: 0 auto 60px;
  }
  .single-anniv h1 {
    margin-bottom: 1em;
    padding: 0 3vw;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 5.8vw, 28px);
    font-weight: 600;
    line-height: 1.5em;
    color: #a790c4;
    text-align: center;
  }
  .single-anniv .wysiwyg-anniv,
  .single-anniv .anniv-detail {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .single-anniv .wysiwyg-anniv h2,
  .single-anniv .anniv-detail h2 {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(20px, 5vw, 22px);
    font-weight: 600;
    color: #a790c4;
    line-height: 1.5em;
  }
  .single-anniv .wysiwyg-anniv > h2,
  .single-anniv .anniv-detail > h2 {
    padding: 0 3vw;
  }
  .single-anniv .wysiwyg-anniv {
    counter-reset: point;
  }
  .single-anniv .wysiwyg-anniv .img img {
    width: 100%;
  }
  .single-anniv .wysiwyg-anniv h3 {
    margin-bottom: 0.75em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(18px, 4.8vw, 20px);
    font-weight: 600;
    color: #a790c4;
    line-height: 1.5em;
  }
  .single-anniv .wysiwyg-anniv p {
    font-size: 14px;
  }
  .single-anniv .wysiwyg-anniv .text p:last-child {
    margin-bottom: 0;
  }
  .single-anniv .wysiwyg-anniv .col1 {
    margin-bottom: 60px;
    padding: 0 3vw;
  }
  .single-anniv .wysiwyg-anniv .col1 .img {
    margin-bottom: 20px;
  }
  .single-anniv .wysiwyg-anniv .col1 .img img {
    width: 100%;
  }
  .single-anniv .wysiwyg-anniv .point {
    counter-increment: point;
  }
  .single-anniv .wysiwyg-anniv .point h3::before {
    content: counter(point, decimal-leading-zero) ". ";
  }
  .single-anniv .wysiwyg-anniv .col2,
  .single-anniv .wysiwyg-anniv .col2-rev,
  .single-anniv .wysiwyg-anniv .only-text {
    padding: 0 3vw;
    margin-bottom: 50px;
  }
  .single-anniv .wysiwyg-anniv .col2 .inner .img,
  .single-anniv .wysiwyg-anniv .col2-rev .inner .img {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .single-anniv .wysiwyg-anniv .col2 .inner .img img,
  .single-anniv .wysiwyg-anniv .col2-rev .inner .img img {
    width: 680px;
  }
  .single-anniv .anniv-detail {
    padding: 30px 3vw;
    background-color: #fff;
    border-top: 2px solid #a790c4;
    border-bottom: 2px solid #a790c4;
  }
  .single-anniv .anniv-detail h2 {
    padding: 0;
    font-size: clamp(18px, 4.8vw, 20px);
  }
  .single-anniv .anniv-detail dl {
    border-top: 1px solid #cccccc;
    line-height: 1.75em;
  }
  .single-anniv .anniv-detail dl > div {
    padding: 20px 10px;
    border-bottom: 1px solid #cccccc;
  }
  .single-anniv .anniv-detail dl dt {
    margin-bottom: 0.5em;
    font-size: 16px;
    color: #a790c4;
  }
  .single-anniv .anniv-detail dl dd {
    font-size: 14px;
  }
  .single-anniv .anniv-detail dl dd b {
    color: #a790c4;
    font-weight: 400;
  }
  .single-anniv .anniv-detail dl dd small {
    font-size: 12px;
  }
  .single-anniv .anniv-btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-anniv .anniv-btnarea .btn {
    margin: 0 1em;
  }
  .single-anniv .anniv-btnarea .btn a {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    padding: 1em 1.5em;
    letter-spacing: 0;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  /* ----------- 1周年記念プラン ----------- */
  .anniv-wrapper {
    width: calc(100% - 100px);
    margin: 80px auto 120px;
    padding: 120px 50px 0;
    background: linear-gradient(35deg, rgb(238, 233, 228) 0%, rgb(253, 252, 252) 100%);
  }
  .single-anniv {
    padding-bottom: 120px;
    color: #53514f;
  }
  .single-anniv .anniv-logo {
    width: 135px;
    margin: 0 auto 60px;
  }
  .single-anniv h1 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: normal;
    line-height: 1.5em;
    color: #a790c4;
    text-align: center;
  }
  .single-anniv .wysiwyg-anniv,
  .single-anniv .anniv-detail {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .single-anniv .wysiwyg-anniv h2,
  .single-anniv .anniv-detail h2 {
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 2.25vw, 28px);
    font-weight: 600;
    color: #a790c4;
    line-height: 1.5em;
  }
  .single-anniv .wysiwyg-anniv .img img {
    width: 100%;
  }
  .single-anniv .wysiwyg-anniv h3 {
    margin-bottom: 0.75em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 24px);
    font-size: 22px;
    font-weight: 600;
    color: #a790c4;
    line-height: 1.5em;
  }
  .single-anniv .wysiwyg-anniv .text p:last-child {
    margin-bottom: 0;
  }
  .single-anniv .wysiwyg-anniv .col1 {
    margin-bottom: 100px;
  }
  .single-anniv .wysiwyg-anniv .col1 .img {
    margin-bottom: 40px;
  }
  .single-anniv .wysiwyg-anniv .col1 .text {
    padding: 0 4vw;
  }
  .single-anniv .wysiwyg-anniv .col2,
  .single-anniv .wysiwyg-anniv .col2-rev,
  .single-anniv .wysiwyg-anniv .only-text {
    margin-bottom: 60px;
  }
  .single-anniv .wysiwyg-anniv .col2 .inner,
  .single-anniv .wysiwyg-anniv .col2-rev .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-anniv .wysiwyg-anniv .col2 .inner .img,
  .single-anniv .wysiwyg-anniv .col2-rev .inner .img {
    width: clamp(500px, 45vw, 680px);
  }
  .single-anniv .wysiwyg-anniv .col2 .inner .text,
  .single-anniv .wysiwyg-anniv .col2-rev .inner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .single-anniv .wysiwyg-anniv .col2 .img {
    margin-right: clamp(30px, 4vw, 60px);
  }
  .single-anniv .wysiwyg-anniv .col2-rev .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .single-anniv .wysiwyg-anniv .col2-rev .inner .img {
    margin-left: clamp(30px, 4vw, 60px);
  }
  .single-anniv .anniv-detail {
    padding: 30px clamp(30px, 3.5vw, 40px);
    background-color: #f9f9f9;
    border-top: 2px solid #a790c4;
    border-bottom: 2px solid #a790c4;
  }
  .single-anniv .anniv-detail dl {
    border-top: 1px solid #cccccc;
    line-height: 1.75em;
  }
  .single-anniv .anniv-detail dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }
  .single-anniv .anniv-detail dl dt {
    width: 150px;
    padding-left: 20px;
    font-size: 16px;
    color: #a790c4;
  }
  .single-anniv .anniv-detail dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    font-size: 14px;
  }
  .single-anniv .anniv-detail dl dd b {
    color: #a790c4;
    font-weight: 400;
  }
  .single-anniv .anniv-detail dl dd small {
    font-size: 12px;
  }
  .single-anniv .anniv-btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-anniv .anniv-btnarea .btn {
    margin: 0 40px;
  }
}