@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .text-main,
  .faq-main,
  .contact-main {
    padding-top: 60px;
    color: #444444;
  }
  .page-header {
    width: 100%;
    margin-bottom: 150px;
  }
  .page-header .text {
    padding: 0 6.7vw;
  }
  .page-header .text hgroup {
    margin-top: 45px;
    color: #d3a86a;
  }
  .page-header .text hgroup p {
    position: relative;
    left: -3.35vw;
    z-index: 1;
    display: block;
    margin: 0 auto;
    font-family: "Marcellus", serif;
    font-size: clamp(24px, 6.6vw, 40px);
    letter-spacing: 0.1em;
  }
  .page-header .text hgroup p::before {
    content: "";
    position: absolute;
    top: 0.65em;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .page-header .text hgroup p span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 3.35vw;
    background-color: #ffffff;
  }
  .page-header .text hgroup .page-title {
    display: block;
    margin: 50px 0 0;
    padding: 0 6.7vw;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 6.6vw, 32px);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .page-header .text .intro {
    display: none;
    margin-top: 50px;
    padding: 0 6.7vw;
  }
  .page-header .text .intro p {
    font-size: clamp(13px, 1.3vw, 16px);
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  .page-header .text .intro p:last-child {
    margin-bottom: 0;
  }
  .page-header .text .intro p.memo {
    font-size: 14px;
  }
  .text-contents {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(13px, 3.46vw, 15px);
  }
  .text-contents > *:last-child {
    margin-bottom: 0;
  }
  .text-contents .text-intro {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #222222;
  }
  .text-contents h2 {
    margin: 50px 0;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .text-contents h3 {
    margin: 50px 0;
    font-size: clamp(13px, 3.46vw, 15px);
    line-height: 1.5em;
  }
  .text-contents p {
    margin-bottom: 50px;
    line-height: 2em;
  }
  .text-contents .alignright {
    text-align: right;
  }
  .text-contents a {
    color: #A87427;
    text-decoration: underline;
  }
  .text-contents a:hover {
    text-decoration: none;
  }
  .text-contents img {
    margin: 50px auto;
  }
  .text-contents ul,
  .text-contents ol {
    margin: 50px 0;
    padding-left: 1.5em;
    line-height: 2em;
  }
  .text-contents ul li,
  .text-contents ul p,
  .text-contents ol li,
  .text-contents ol p {
    margin-bottom: 1em;
  }
  .text-contents ul ul,
  .text-contents ul ol,
  .text-contents ol ul,
  .text-contents ol ol {
    margin: 1.5em 0;
  }
  .text-contents table {
    width: 100%;
    margin: 50px 0;
  }
  .text-contents table tr.border th,
  .text-contents table tr.border td {
    padding: 0.65em 1em;
  }
  .text-contents table tr.border th {
    background-color: #EEEEEE;
  }
  .text-contents table tr.border td {
    border: none;
    border-bottom: 1px solid #888888;
  }
  .text-contents table tr.center td {
    text-align: center;
  }
  .text-contents table th,
  .text-contents table td {
    font-size: clamp(13px, 3.46vw, 15px);
    border: 4px solid #fff;
  }
  .text-contents table th {
    padding: 0.65em 1em;
    text-align: center;
    background-color: #F7F7F7;
  }
  .text-contents table th.gray {
    background-color: #999999;
    color: #fff;
  }
  .text-contents table td {
    padding: 1.5em;
  }
  .text-contents table .nowrap {
    white-space: nowrap;
  }
  .text-contents table a {
    color: #d3a86a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-contents table a:hover {
    opacity: 0.8;
  }
  .text-contents,
  .member-info {
    padding: 0 13.4vw;
  }
  .text-contents .table,
  .member-info .table {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 5px;
    overflow-x: auto;
  }
  .text-contents .table table,
  .member-info .table table {
    margin: 0;
    white-space: nowrap;
  }
  .text-contents .btn,
  .member-info .btn {
    margin: 50px 0;
  }
  .text-contents .btn:last-child,
  .member-info .btn:last-child {
    margin-bottom: 0;
  }
  .text-contents .btn a,
  .member-info .btn a {
    position: relative;
    display: grid;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 275px;
    max-width: 100%;
    min-height: 50px;
    padding: 0.25em 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(13px, 3.46vw, 15px);
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .text-contents .btn a::before, .text-contents .btn a::after,
  .member-info .btn a::before,
  .member-info .btn a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    right: 20px;
    display: block;
    height: 1px;
    background-color: #fff;
  }
  .text-contents .btn a::before,
  .member-info .btn a::before {
    width: 20px;
  }
  .text-contents .btn a::after,
  .member-info .btn a::after {
    width: 10px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .member-hotels {
    position: relative;
    margin-bottom: 50px;
  }
  .member-hotels #hotels-select {
    position: relative;
    width: 600px;
    max-width: 100%;
    padding: 1em 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    border: 1px solid #050033;
  }
  .member-hotels #hotels-select::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #050033;
    border-right: 3px solid #050033;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .member-hotels #hotels-select.open::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .member-hotels ul {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 600px;
    max-width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
    border-left: 1px solid #050033;
    border-right: 1px solid #050033;
    border-bottom: 1px solid #050033;
    background-color: #fff;
    overflow: auto;
  }
  .member-hotels ul li {
    margin: 0;
  }
  .member-hotels ul li a {
    display: block;
    padding: 1em;
    color: #444444;
    text-decoration: none;
  }
  .member-hotels ul li a:hover {
    background-color: #f9f5ef;
  }
  .member-info {
    margin-top: 100px;
    padding: 0 13.4vw;
  }
  .member-info h2 {
    margin: 25px 0;
    font-size: 16px;
    font-weight: 700;
  }
  .member-info .info-archive {
    margin-bottom: 50px;
    padding: 35px 6.7vw;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #888888;
  }
  .member-info .info-archive .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .member-info .info-archive .item a .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .member-info .info-archive .item a .date-wrapper .date {
    margin-right: 15px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 400;
    color: #444444;
  }
  .member-info .info-archive .item a .date-wrapper .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .member-info .info-archive .item a .date-wrapper .cat li {
    margin-right: 10px;
    padding: 0.125em 0.5em;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #444444;
    border: 1px solid #BBBBBB;
  }
  .member-info .info-archive .item a p {
    margin-bottom: 0;
    font-size: clamp(14px, 1.4vw, 16px);
  }
  .member-info .btn a {
    margin: 0 auto;
  }
  .contact-hotellist {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 50px 30px;
    margin: 0;
    padding: 0 !important;
  }
  .contact-hotellist .contact-hotel {
    font-style: normal;
  }
  .contact-hotellist .contact-hotel .contact-hotelname {
    margin: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.45vw, 14px);
    line-height: 1.5em;
  }
  .contact-hotellist .contact-hotel p {
    margin: 0;
    font-size: clamp(13px, 3.45vw, 14px);
  }
  .contact-hotellist .contact-hotel p.contact-hotel-cancel {
    margin-top: 40px;
    font-size: clamp(11px, 2.9vw, 12px);
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .text-main,
  .contact-main {
    padding: 100px clamp(50px, 4.5vw, 100px) 0;
    color: #444444;
  }
  .page-header {
    width: 100%;
    margin-bottom: 300px;
  }
  .page-header .text hgroup {
    margin-top: 140px;
    color: #d3a86a;
  }
  .page-header .text hgroup p {
    position: relative;
    left: -20px;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    font-family: "Marcellus", serif;
    font-size: clamp(36px, 3.27vw, 50px);
    letter-spacing: 0.1em;
  }
  .page-header .text hgroup p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .page-header .text hgroup p span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #ffffff;
  }
  .page-header .text hgroup .page-title {
    display: block;
    margin-top: 100px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(40px, 3.6vw, 56px);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .text-contents {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .text-contents > *:last-child {
    margin-bottom: 0;
  }
  .text-contents .text-intro {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #222222;
  }
  .text-contents h2 {
    margin: 50px 0;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .text-contents h3 {
    margin: 50px 0;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.5em;
  }
  .text-contents p {
    margin-bottom: 50px;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  .text-contents .alignright {
    text-align: right;
  }
  .text-contents a {
    color: #A87427;
    text-decoration: underline;
  }
  .text-contents a:hover {
    text-decoration: none;
  }
  .text-contents img {
    margin: 50px auto;
  }
  .text-contents ul,
  .text-contents ol {
    margin: 50px 0;
    padding-left: 1.5em;
    line-height: 2em;
  }
  .text-contents ul li,
  .text-contents ul p,
  .text-contents ol li,
  .text-contents ol p {
    margin-bottom: 1em;
  }
  .text-contents ul ul,
  .text-contents ul ol,
  .text-contents ol ul,
  .text-contents ol ol {
    margin: 1.5em 0;
  }
  .text-contents table {
    width: 100%;
    margin: 50px 0;
  }
  .text-contents table tr.border th,
  .text-contents table tr.border td {
    padding: 0.65em 1em;
  }
  .text-contents table tr.border th {
    background-color: #EEEEEE;
  }
  .text-contents table tr.border td {
    border: none;
    border-bottom: 1px solid #888888;
  }
  .text-contents table tr.center td {
    text-align: center;
  }
  .text-contents table th,
  .text-contents table td {
    font-size: clamp(16px, 1.45vw, 18px);
    border: 4px solid #fff;
  }
  .text-contents table th {
    padding: 0.65em 1em;
    text-align: center;
    background-color: #F7F7F7;
  }
  .text-contents table th.gray {
    background-color: #999999;
    color: #fff;
  }
  .text-contents table td {
    padding: 1.5em;
  }
  .text-contents table .nowrap {
    white-space: nowrap;
  }
  .text-contents table a {
    color: #d3a86a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-contents table a:hover {
    opacity: 0.8;
  }
  .text-contents .table,
  .member-info .table {
    width: 100%;
    overflow-x: auto;
  }
  .text-contents .table table,
  .member-info .table table {
    white-space: nowrap;
  }
  .text-contents .btn,
  .member-info .btn {
    margin: 50px 0;
  }
  .text-contents .btn:last-child,
  .member-info .btn:last-child {
    margin-bottom: 0;
  }
  .text-contents .btn a,
  .member-info .btn a {
    position: relative;
    display: grid;
    place-items: center;
    width: 300px;
    height: 60px;
    max-width: 100%;
    padding: 0.25em 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .text-contents .btn a::before, .text-contents .btn a::after,
  .member-info .btn a::before,
  .member-info .btn a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    right: 20px;
    display: block;
    height: 1px;
    background-color: #fff;
  }
  .text-contents .btn a::before,
  .member-info .btn a::before {
    width: 20px;
  }
  .text-contents .btn a::after,
  .member-info .btn a::after {
    width: 10px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .text-contents .btn a:hover,
  .member-info .btn a:hover {
    background-color: #E6B56D;
  }
  .member-hotels {
    position: relative;
    margin-bottom: 100px;
  }
  .member-hotels #hotels-select {
    position: relative;
    width: 600px;
    padding: 1em 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    border: 1px solid #050033;
  }
  .member-hotels #hotels-select::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #050033;
    border-right: 3px solid #050033;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .member-hotels #hotels-select.open::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .member-hotels ul {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 600px;
    height: 200px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    border-left: 1px solid #050033;
    border-right: 1px solid #050033;
    border-bottom: 1px solid #050033;
    background-color: #fff;
    overflow: auto;
  }
  .member-hotels ul li {
    margin: 0;
  }
  .member-hotels ul li a {
    display: block;
    padding: 1em 20px;
    color: #444444;
    text-decoration: none;
  }
  .member-hotels ul li a:hover {
    background-color: #f9f5ef;
  }
  .member-info {
    width: 1400px;
    max-width: 100%;
    margin: 150px auto 0;
  }
  .member-info h2 {
    margin: 50px 0;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .member-info .info-archive {
    margin-bottom: 50px;
    padding: 55px 45px;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #888888;
  }
  .member-info .info-archive .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .member-info .info-archive .item a:hover p {
    text-decoration: underline;
  }
  .member-info .info-archive .item a .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .member-info .info-archive .item a .date-wrapper .date {
    margin-right: 15px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 400;
    color: #444444;
  }
  .member-info .info-archive .item a .date-wrapper .cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .member-info .info-archive .item a .date-wrapper .cat li {
    margin-right: 10px;
    padding: 0.125em 0.5em;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #444444;
    border: 1px solid #BBBBBB;
  }
  .member-info .info-archive .item a p {
    margin-bottom: 0;
    font-size: clamp(14px, 1.4vw, 16px);
  }
  .contact-hotellist {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr));
    gap: 50px 30px;
    margin: 0;
    padding: 0;
  }
  .contact-hotellist .contact-hotel {
    font-style: normal;
  }
  .contact-hotellist .contact-hotel .contact-hotelname {
    margin: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1em;
  }
  .contact-hotellist .contact-hotel .contact-hotelname::before {
    content: "■";
  }
  .contact-hotellist .contact-hotel p {
    margin: 0;
  }
  .contact-hotellist .contact-hotel p.contact-hotel-cancel {
    margin-top: 40px;
    font-size: clamp(13px, 1.2vw, 14px);
  }
}