@charset "UTF-8";
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* MV
  ---------------------------------------------------------------------- */
  #mainvisual {
    width: 100%;
    height: 593px;
    position: relative;
  }
  #mainvisual .mv {
    width: 100%;
    height: 593px;
  }
  #mainvisual .mv picture {
    width: 100%;
    height: 593px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #mainvisual .mv picture img {
    min-width: 100%;
    height: 593px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainvisual .mv .catch {
    width: 100%;
    height: 593px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* MVscroll
  ---------------------------------------------------------------------- */
  #mainvisual .scroll {
    width: 85px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 10;
  }
  #mainvisual .scroll {
    width: 85px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 10;
  }
  /* 丸の描写 */
  #mainvisual .scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 42px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove {
    0% {
      bottom: 20px;
    }
    100% {
      bottom: -20px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  /* 線の描写 */
  #mainvisual .scroll:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 43px;
    width: 1px;
    height: 40px;
    background: #fff;
  }
  /* lead
  ---------------------------------------------------------------------- */
  .lead {
    padding: 0 0 120px;
    text-align: center;
  }
  .lead__inr {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: -50px;
    max-width: 1340px;
    padding: 0 30px;
    margin-left: 9%;
  }
  .lead__img {
    flex: 1;
    margin-top: 125px;
  }
  .lead__content {
    width: 487px;
    margin: 0 15px 0 4%;
  }
  .lead__ttl {
    margin: 0 auto 50px;
    text-align: left;
  }
  .lead__ttl::before {
    content: "";
    display: block;
    background-color: #A38645;
    width: 1px;
    height: 120px;
    margin: 0 auto 20px 100px;
  }
  .lead__ttl span {
    font-size: 2.1875em;
    letter-spacing: 0.2em;
    line-height: 1.8;
    color: #A38645;
    font-weight: 500;
  }
  .lead__txt {
    margin: 0 auto;
    font-size: 19px;
    line-height: 2.0526315789;
    letter-spacing: 0.025em;
  }
  /* page nav
  ---------------------------------------------------------------------- */
  .page__nav {
    padding: 65px 0 0;
  }
  .page__navLink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page__navLink li {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
    width: auto;
    padding: 0 30px;
    margin-bottom: 40px;
    border-top: none;
    border-left: 1px solid #000;
  }
  .page__navLink li:last-of-type {
    border-right: 1px solid #000;
    border-bottom: none;
  }
  .page__navLink li::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(135deg);
    border-top: solid 2px #3F3F3F;
    border-right: solid 2px #3F3F3F;
    transition: 0.8s;
  }
  .page__navLink li:hover::after {
    bottom: -25px;
  }
  /* container
  ---------------------------------------------------------------------- */
  .container {
    background-size: auto 613px;
    padding: 395px 0 25px;
  }
  .forest {
    background: url(../images/2023/img_forest_bg.jpg) no-repeat;
    background-position: center top;
    background-size: auto 615px;
  }
  .hall {
    background: url(../images/img_hall_bg.jpg) no-repeat;
    background-position: center top;
    background-size: auto 615px;
  }
  .garden {
    background: url(../images/2023/img_garden_bg.jpg) no-repeat;
    background-position: center top;
    background-size: auto 615px;
  }
  .option {
    padding: 130px 20px 70px;
  }
  .faq {
    padding: 130px 20px;
  }
  /* section
  ---------------------------------------------------------------------- */
  .section__wrap {
    background-color: #fff;
    width: 100%;
    margin: 0 auto 100px;
    padding: 10px 10px 0;
  }
  .section__inr {
    border: 1px solid #A38645;
    padding: 40px 100px 40px;
  }
  .section__titleBox {
    max-width: 430px;
    margin: -200px auto 30px;
  }
  .section__titleBoxinr {
    text-align: center;
    color: #fff;
    font-size: 35px;
    padding: 65px 20px 10px;
    background: url(../images/img_section03_bg.png) repeat-y 0 -6px;
    background-size: 100% auto;
    margin: 0 auto;
    z-index: -1;
  }
  .section__titleBox::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/img_section01_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: -5px;
  }
  .section__titleBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    background-image: url(../images/img_section02_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9999;
    margin-top: -5px;
  }
  .section__ttl {
    width: 100%;
  }
  .section__ttl .main {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2857142857;
    letter-spacing: 0.2em;
  }
  .section__ttl .sub {
    text-align: center;
    font-size: 25px;
  }
  .section__ttl .img {
    text-align: center;
    max-width: 105px;
    margin: -10px auto 5px;
    line-height: 1;
  }
  .section__ttl .img img {
    vertical-align: middle;
  }
  .section__listTtl {
    color: #E880AD;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
  .section__listTtl::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 65px;
    background-color: #E880AD;
  }
  .section__txt {
    margin: 0 auto;
    text-align: center;
    text-align: left;
    font-size: 19px;
    line-height: 2.1052631579;
    letter-spacing: 0.025em;
  }
  .section__icn {
    position: relative;
  }
  .section__icn::before {
    content: "";
    display: block;
    width: 80px;
    height: 50px;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/img_section_logo.svg) no-repeat;
    background-size: contain;
  }
  /* BOULOGNE FOREST
  ---------------------------------------------------------------------- */
  .forest_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .forest_item {
    width: 47%;
    margin-bottom: 95px;
  }
  .forest_img {
    width: 100%;
    margin-bottom: 35px;
  }
  .forest_ttl {
    text-align: center;
    font-size: 26px;
    line-height: 1.7692307692;
    letter-spacing: 0.4em;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .forest_ttl span {
    display: block;
    color: #B28F55;
    font-weight: 400;
    font-family: "Libre Baskerville", serif !important;
    font-size: 15px;
    letter-spacing: 0.555em;
  }
  .forest_txt {
    font-size: 19px;
    line-height: 1.8947368421;
    letter-spacing: 0.025em;
    width: 80%;
    margin: 0 auto;
  }
  .forest .shisetsu__inr {
    max-width: 1920px;
    margin: 0 auto 200px;
  }
  .forest .shisetsu__box {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .forest .shisetsu__ttlBox {
    padding-right: 13.5416666667%;
  }
  .forest .shisetsu__ttl {
    margin-bottom: 30px;
  }
  .forest .shisetsu__box2 {
    flex-direction: row-reverse;
  }
  .forest .shisetsu__content {
    padding: 0 50px 0 10%;
  }
  .forest .shisetsu__img {
    max-width: 540px;
    width: 28vw;
    position: absolute;
    left: 4%;
    bottom: -72px;
  }
  .forest .shisetsu__content p {
    margin-bottom: 0;
  }
  .forest .menu__ttl .main {
    display: block;
  }
  .forest .menu__titleBox {
    max-width: 485px;
  }
  /* hall
  ---------------------------------------------------------------------- */
  .shisetsu__inr {
    max-width: 1920px;
    margin: 0 auto 60px;
  }
  .shisetsu__box {
    display: flex;
    align-items: flex-start;
    margin: 0 0 105px;
  }
  .shisetsu__mainImg {
    width: 52.6315789474%;
    max-width: 936px;
    height: auto;
  }
  .shisetsu__ttlBox {
    padding-left: 13.5416666667%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .shisetsu__ttlBox p {
    width: 100%;
  }
  .shisetsu__ttlBox img {
    width: 100%;
    height: auto;
  }
  .shisetsu__ttl {
    font-size: 27px;
    letter-spacing: 0.15em;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #A38645;
    font-weight: 500;
  }
  .shisetsu__box2 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .shisetsu__content {
    padding: 0 50px 0 90px;
    width: 59%;
    min-width: 575px;
  }
  .shisetsu__content h5 {
    font-size: 35px;
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
    color: #B49155;
    margin-bottom: 85px;
    position: relative;
  }
  .shisetsu__content h5 span {
    font-size: 25px;
    display: block;
  }
  .shisetsu__content h5::before,
  .shisetsu__content h5::after {
    content: "";
    background-color: #B49155;
    position: absolute;
    display: inline-block;
    width: 150px;
    left: 0;
  }
  .shisetsu__content h5::before {
    height: 1px;
    bottom: -44px;
  }
  .shisetsu__content h5::after {
    height: 2px;
    bottom: -37px;
  }
  .shisetsu__content p {
    font-size: 19px;
    line-height: 2.1052631579;
    letter-spacing: 0.025em;
    max-width: 575px;
    margin-bottom: 45px;
  }
  .shisetsu__img {
    max-width: 540px;
    width: 28vw;
    position: absolute;
    right: 4%;
    bottom: -5px;
  }
  .shisetsu__img img {
    display: block;
  }
  .shisetsu__img img:first-of-type {
    margin-bottom: 35px;
  }
  /* garden
  ---------------------------------------------------------------------- */
  .garden .shisetsu__inr {
    max-width: 1920px;
    margin: 0 auto 200px;
  }
  .garden .shisetsu__box {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .garden .shisetsu__ttlBox {
    padding-right: 13.5416666667%;
  }
  .garden .shisetsu__ttl {
    margin-bottom: 30px;
  }
  .garden .shisetsu__box2 {
    flex-direction: row-reverse;
  }
  .garden .shisetsu__content {
    padding: 0 50px 0 10%;
  }
  .garden .shisetsu__img {
    max-width: 540px;
    width: 28vw;
    position: absolute;
    left: 4%;
    bottom: -72px;
  }
  .garden .shisetsu__content p {
    margin-bottom: 0;
  }
  .garden .menu__ttl .main {
    display: block;
  }
  .garden .menu__titleBox {
    max-width: 485px;
  }
  /* option
  ---------------------------------------------------------------------- */
  .option {
    background-color: #ECF3F5;
  }
  .option__ttl {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.4em;
    font-weight: 600;
    color: #3E3A3A;
    text-align: center;
    margin-bottom: 30px;
  }
  .option__ttl span {
    color: #AFAFB0;
    display: block;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5em;
    font-family: "Libre Baskerville", serif !important;
    margin-bottom: 10px;
  }
  .option__lead {
    font-size: 19px;
    line-height: 2.1052631579;
    color: #3E3A3A;
    margin-bottom: 10px;
    width: 630px;
    margin: 0 auto 30px;
  }
  .option__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5px;
  }
  .option__item {
    width: 47%;
    max-width: 510px;
    margin-bottom: 60px;
  }
  .option__item:first-of-type {
    margin-right: 6%;
  }
  .option__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .option__itemTtl {
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 0.4em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  .option__itemTtl2 {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 0.4em;
    font-weight: 400;
    margin-bottom: 10px;
    color: #B28F55;
    display: block;
  }
  .option__txt {
    font-size: 17px;
    line-height: 2;
    color: #3E3A3A;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq__wrap {
    display: flex;
    justify-content: space-between;
  }
  .faq__ttl {
    font-size: 27px;
    line-height: 1.8518518519;
    letter-spacing: 0.4em;
    font-weight: 400;
    width: 270px;
    color: #3E3A3A;
    margin-right: 20px;
    margin-top: -10px;
  }
  .faq__ttl span {
    color: #AFAFB0;
    display: block;
    font-weight: 400;
  }
  .faq_content {
    width: 70%;
  }
  .faq__dl {
    margin-bottom: 70px;
  }
  .faq__dl dt {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #3F3F3F;
    border-top: 1px solid #D3D3D3;
    padding: 45px 35px 0 65px;
  }
  .faq__dl dd {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    padding: 0 35px 35px 65px;
    text-align: justify;
  }
  .faq__dl dd:last-of-type {
    border-bottom: 1px solid #D3D3D3;
  }
  .faq__dl dt::before,
  .faq__dl dd::before {
    display: inline-block;
    margin-left: -35px;
  }
  .faq__dl dt::before {
    content: "Q. ";
    font-size: 30px;
  }
  .faq__dl dd::before {
    content: "A. ";
    font-size: 30px;
  }
  .faq__dl .link {
    width: 236px;
  }
  .link {
    display: block;
    width: 315px;
    text-align: left;
    letter-spacing: -0.05em;
    padding: 0.5em 8px 0.5em 8px;
    position: relative;
    border-bottom: 1px solid #C3C4C4;
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
  }
  .link::after {
    content: "";
    border-top: solid 1px #595757;
    border-right: solid 1px #595757;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    transition: all 0.3s ease;
  }
}
/* ======================================================
sp
====================================================== */
@media screen and (max-width: 1000px) {
  /* MV
  ---------------------------------------------------------------------- */
  #mainvisual {
    width: 100%;
    height: 141.4666666667vw;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  #mainvisual .mv picture {
    width: 100%;
    height: 141.4666666667vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #mainvisual .mv picture img {
    min-width: 100%;
    height: 141.4666666667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mainvisual .mv .catch {
    width: 100%;
    height: 141.4666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* lead
  ---------------------------------------------------------------------- */
  .lead {
    padding: 0 calc( 30 / 750 * 100vw ) calc( 85 / 750 * 100vw ) calc( 30 / 750 * 100vw );
    text-align: center;
  }
  .lead__inr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .lead__content {
    width: 80%;
    margin: 0 auto calc( 60 / 750 * 100vw );
  }
  .lead__ttl {
    margin: 0 auto calc( 40 / 750 * 100vw );
    text-align: left;
    flex-direction: row;
  }
  .lead__ttl::before {
    content: "";
    display: block;
    background-color: #A38645;
    width: 1px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .lead__ttl span {
    font-size: 1.875em;
    letter-spacing: 0.2em;
    line-height: 1.8;
    color: #A38645;
    font-weight: 500;
  }
  .lead__txt {
    margin: 0 auto;
    font-size: 2.5333333333vw;
    font-size: clamp(13px,2.5333333333vw,19px);
    line-height: 2.0526315789;
    letter-spacing: 0.025em;
  }
  /* page nav
  ---------------------------------------------------------------------- */
  .page__nav {
    padding: calc( 80 / 750 * 100vw ) calc( 30 / 750 * 100vw ) 0 calc( 30 / 750 * 100vw );
  }
  .page__navLink:last-of-type li:last-of-type {
    border-bottom: 1px solid #000;
  }
  .page__navLink li {
    width: 100%;
    position: relative;
    font-size: 2.4vw;
    font-size: clamp(13px,2.4vw,18px);
    letter-spacing: 0.1em;
    padding: calc( 20 / 750 * 100vw ) calc( 20 / 750 * 100vw ) calc( 20 / 750 * 100vw ) calc( 20 / 750 * 100vw );
    border-top: 1px solid #000;
  }
  .page__navLink li::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 95%;
    transform: translateY(-50%) rotate(135deg);
    border-top: solid 2px #3F3F3F;
    border-right: solid 2px #3F3F3F;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    transition: 0.8s;
  }
  .page__navLink li:hover::after {
    bottom: -25px;
  }
  .page__navLink li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* container
  ---------------------------------------------------------------------- */
  .container {
    background-size: 100% auto;
    padding: calc( 300 / 750 * 100vw ) 0 calc( 50 / 750 * 100vw ) 0;
  }
  .forest {
    background: url(../images/2023/img_forest_bg.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .hall {
    background: url(../images/img_hall_bg.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .garden {
    background: url(../images/2023/img_garden_bg.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .option {
    padding: calc( 130 / 750 * 100vw ) 0 calc( 40 / 750 * 100vw ) 0;
  }
  .faq {
    padding: calc( 130 / 750 * 100vw ) 0 calc( 130 / 750 * 100vw ) 0;
  }
  /* section
  ---------------------------------------------------------------------- */
  .section__wrap {
    background-color: #fff;
    margin: 0 auto;
    padding: calc( 10 / 750 * 100vw ) calc( 10 / 750 * 100vw ) 0 calc( 10 / 750 * 100vw );
    margin: 0 auto calc( 60 / 750 * 100vw );
  }
  .section__inr {
    border: 1px solid #A38645;
    padding: calc( 10 / 750 * 100vw ) calc( 50 / 750 * 100vw ) calc( 40 / 750 * 100vw ) calc( 50 / 750 * 100vw );
  }
  .section__titleBox {
    max-width: 430px;
    margin: calc( -145 / 750 * 100vw ) auto calc( 30 / 750 * 100vw );
  }
  .section__titleBoxinr {
    text-align: center;
    color: #fff;
    padding: calc( 85 / 750 * 100vw ) calc( 20 / 750 * 100vw ) calc( 10 / 750 * 100vw ) calc( 20 / 750 * 100vw );
    background: url(../images/img_section03_bg.png) repeat-y 0 -6px;
    background-size: 100% auto;
    margin: 0 auto;
    z-index: -1;
  }
  .section__titleBox::before {
    content: "";
    display: block;
    width: 100%;
    height: 5.3333333333vw;
    background-image: url(../images/img_section01_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: -5px;
  }
  .section__titleBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 4.6666666667vw;
    background-image: url(../images/img_section02_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
    margin-top: -5px;
  }
  .section__ttl {
    width: 100%;
  }
  .section__ttl .main {
    text-align: center;
    font-weight: bold;
    font-size: 4.6666666667vw;
    font-size: clamp(13px,4.6666666667vw,35px);
    line-height: 1.2857142857;
    letter-spacing: 0.2em;
  }
  .section__ttl .sub {
    text-align: center;
    font-size: 4vw;
    font-size: clamp(13px,4vw,30px);
  }
  .section__ttl .img {
    text-align: center;
    max-width: 105px;
    width: 20%;
    margin: 0 auto 5px;
    line-height: 1;
  }
  .section__ttl .img img {
    vertical-align: middle;
  }
  .section__listTtl {
    color: #E880AD;
    text-align: center;
    position: relative;
    margin-bottom: 4.6666666667vw;
    font-size: 4.6666666667vw;
    font-size: clamp(13px,4.6666666667vw,35px);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
  .section__listTtl::after {
    content: "";
    position: absolute;
    bottom: -2vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 65px;
    background-color: #E880AD;
  }
  .section__txt {
    text-align: justify;
    font-size: 2.5333333333vw;
    font-size: clamp(13px,2.5333333333vw,19px);
    line-height: 2.1052631579;
    letter-spacing: 0.025em;
    margin: 0 auto 0;
  }
  .section__icn {
    position: relative;
  }
  .section__icn::before {
    content: "";
    display: block;
    width: 10.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    top: -8.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/img_section_logo.svg) no-repeat;
    background-size: contain;
  }
  /* BOULOGNE FOREST
  ---------------------------------------------------------------------- */
  .forest_wrap {
    padding: 0 calc( 20 / 750 * 100vw ) 0 calc( 20 / 750 * 100vw );
  }
  .forest_item {
    width: 100%;
    margin: 0 0 calc( 95 / 750 * 100vw ) 0;
  }
  .forest_img {
    width: 100%;
    margin: 0 0 calc( 35 / 750 * 100vw ) 0;
  }
  .forest_img img {
    width: 100%;
  }
  .forest_ttl {
    text-align: center;
    font-size: 3.4666666667vw;
    font-size: clamp(13px,3.4666666667vw,26px);
    line-height: 1.7692307692;
    letter-spacing: 0.4em;
    font-weight: 600;
    margin: 0 0 calc( 20 / 750 * 100vw ) 0;
  }
  .forest_ttl span {
    display: block;
    color: #B28F55;
    font-weight: 400;
    font-family: "Libre Baskerville", serif !important;
    font-size: 2vw;
    font-size: clamp(13px,2vw,15px);
    letter-spacing: 0.555em;
  }
  .forest_txt {
    font-size: 2.5333333333vw;
    font-size: clamp(13px,2.5333333333vw,19px);
    line-height: 1.8947368421;
    letter-spacing: 0.025em;
    width: 80%;
    margin: 0 auto;
  }
  /* hall
  ---------------------------------------------------------------------- */
  .shisetsu__inr {
    margin: 0 auto;
  }
  .shisetsu__box {
    margin: 0 0 calc( 150 / 750 * 100vw ) 0;
  }
  .shisetsu__mainImg {
    width: 96.2666666667vw;
    margin: 0 auto 5.3333333333vw 0;
  }
  .forest .shisetsu__mainImg,
  .garden .shisetsu__mainImg {
    margin: 0 0 5.3333333333vw auto;
  }
  .shisetsu__ttlBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shisetsu__ttlBox img {
    width: 100%;
    height: auto;
  }
  .shisetsu__ttl {
    font-size: 1.5625em;
    letter-spacing: 0.15em;
    line-height: 1.9;
    margin: 0 auto calc( 20 / 750 * 100vw );
    color: #A38645;
    font-weight: 500;
  }
  .shisetsu__box2 {
    position: relative;
  }
  .shisetsu__content {
    width: 90%;
    margin: 0 auto calc( 80 / 750 * 100vw );
  }
  .shisetsu__content h5 {
    font-size: 4.6666666667vw;
    font-size: clamp(13px,4.6666666667vw,35px);
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
    color: #B49155;
    margin: 0 0 calc( 85 / 750 * 100vw ) 0;
    position: relative;
  }
  .shisetsu__content h5 span {
    font-size: 3.3333333333vw;
    font-size: clamp(13px,3.3333333333vw,25px);
    display: block;
  }
  .shisetsu__content h5::before,
  .shisetsu__content h5::after {
    content: "";
    background-color: #B49155;
    position: absolute;
    display: inline-block;
    width: 150px;
    left: 0;
  }
  .shisetsu__content h5::before {
    height: 1px;
    bottom: -5.8666666667vw;
  }
  .shisetsu__content h5::after {
    height: 2px;
    bottom: -4vw;
  }
  .shisetsu__content p {
    font-size: 2.5333333333vw;
    font-size: clamp(13px,2.5333333333vw,19px);
    line-height: 2.1052631579;
    letter-spacing: 0.025em;
    max-width: 575px;
    margin-bottom: 45px;
  }
  .shisetsu__img {
    width: 90%;
    max-width: 540px;
    margin: 0 auto;
  }
  .shisetsu__img img {
    display: block;
  }
  .shisetsu__img img:first-of-type {
    margin-bottom: 35px;
  }
  /* option
  ---------------------------------------------------------------------- */
  .option {
    background-color: #ECF3F5;
  }
  .option .w1100 {
    width: 90vw;
  }
  .option__ttl {
    font-size: 3.6vw;
    font-size: clamp(13px,3.6vw,27px);
    letter-spacing: 0.4em;
    font-size: 27px;
    font-weight: 600;
    color: #3E3A3A;
    text-align: center;
    margin: 0 0 calc( 30 / 750 * 100vw ) 0;
  }
  .option__ttl span {
    color: #AFAFB0;
    display: block;
    font-weight: 400;
    font-size: 2vw;
    font-size: clamp(13px,2vw,15px);
    letter-spacing: 0.5em;
    font-family: "Libre Baskerville", serif !important;
    margin: 0 0 calc( 10 / 750 * 100vw ) 0;
  }
  .option__lead {
    font-size: 2.5333333333vw;
    font-size: clamp(13px,2.5333333333vw,19px);
    line-height: 2.1052631579;
    color: #3E3A3A;
    margin: 0 0 calc( 60 / 750 * 100vw ) 0;
  }
  .option__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .option__item {
    margin: 0 0 calc( 60 / 750 * 100vw ) 0;
  }
  .option__img {
    width: 100%;
    text-align: center;
    margin: 0 0 calc( 20 / 750 * 100vw ) 0;
  }
  .option__itemTtl {
    font-size: 3.3333333333vw;
    font-size: clamp(13px,3.3333333333vw,25px);
    line-height: 1.8;
    letter-spacing: 0.4em;
    font-weight: 600;
    margin: 0 0 calc( 20 / 750 * 100vw ) 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .option__itemTtl2 {
    font-size: 2.6666666667vw;
    font-size: clamp(13px,2.6666666667vw,20px);
    line-height: 2.25;
    letter-spacing: 0.4em;
    margin: 0 0 calc( 10 / 750 * 100vw ) 0;
    font-weight: 400;
    color: #B28F55;
    display: block;
  }
  .option__txt {
    font-size: 2.2666666667vw;
    font-size: clamp(13px,2.2666666667vw,17px);
    line-height: 2;
    color: #3E3A3A;
  }
  /* faq
  ---------------------------------------------------------------------- */
  .faq .w1100 {
    width: 85vw;
  }
  .faq__ttl {
    font-size: 3.6vw;
    font-size: clamp(13px,3.6vw,27px);
    line-height: 1.8518518519;
    letter-spacing: 0.4em;
    margin: 0 0 calc( 85 / 750 * 100vw ) 0;
    font-weight: 400;
    text-align: center;
    color: #3E3A3A;
  }
  .faq__ttl span {
    color: #AFAFB0;
    display: block;
    font-weight: 400;
  }
  .faq__dl {
    margin: 0 0 calc( 70 / 750 * 100vw ) 0;
  }
  .faq__dl dt {
    font-size: 2.9333333333vw;
    font-size: clamp(13px,2.9333333333vw,22px);
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #3F3F3F;
    border-top: 1px solid #D3D3D3;
    padding: 40px 10px 0 20px;
  }
  .faq__dl dd {
    font-size: 2.4vw;
    font-size: clamp(13px,2.4vw,18px);
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    padding: 0 10px 40px 20px;
  }
  .faq__dl dd:last-of-type {
    border-bottom: 1px solid #D3D3D3;
  }
  .faq__dl dt::before,
  .faq__dl dd::before {
    margin-left: -20px;
    font-size: 3.6vw;
    font-size: clamp(13px,3.6vw,27px);
  }
  .faq__dl dt::before {
    content: "Q.";
  }
  .faq__dl dd::before {
    content: "A.";
    text-align: justify;
  }
  .faq__dl .link {
    margin-left: 0;
  }
  .link {
    font-size: 2.2666666667vw;
    font-size: clamp(13px,2.2666666667vw,17px);
    width: 66.6666666667vw;
    display: block;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0.5em 1.3333333333vw 0.5em 0;
    position: relative;
    margin: calc( 40 / 750 * 100vw ) auto calc( 40 / 750 * 100vw );
    border-bottom: 1px solid #C3C4C4;
  }
  .link::after {
    content: "";
    border-top: solid 1px #595757;
    border-right: solid 1px #595757;
    transform: rotate(45deg);
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    position: absolute;
    top: calc(50% - 0.6666666667vw);
    right: 0;
    transition: all 0.3s ease;
  }
}/*# sourceMappingURL=style.css.map */