main {
    background-color: var(--grey-bg-color);
}
a:hover {
    opacity: 0.7;
}
.main-contents ul li::before {
    content: none;
}
.main-contents_inner dt,
.main-contents_inner dd {
    width: 100%;
}
.main-visual {
    margin-bottom: 0;
}
.main-visual-area {
    position: relative;
}
.main-contents_inner {
    position: relative;
    max-width: 1080px;
	margin: 75px auto 0;
    padding: 55px 50px;
    background-color: var(--full-light-color);
}
.main-contents_inner:last-child {
	margin-top: 0;
}
.main-contents_inner::after {
    content: none;
}
.main-contents_inner h2::before {
	content: none;
}
.main-contents_inner h2.heading-type02 {
	width: 100%;
    padding: 20px 0;
    justify-content: center;
    border: 1px solid #999;
    font-size: 28px;
	background-color: var(--grey-bg-color);
    font-family: 'Noto Serif JP';
}
.main-contents_inner.card-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #404040 0%, #c7c7c7 50%, #404040 100%);
}
.card-wrap + .card-wrap {
	margin-top: 50px;
}
h1,
h1 img {
    position: relative;
    width: 100%;
    vertical-align: bottom;
}
.point-area {
    position: absolute;
    bottom: -365px;
    left: calc(50% - 1020px / 2);
    display: grid;
    grid-template-columns: 320px 320px 320px;
    padding: 30px;
    background-color: var(--full-light-color);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}
.point-area dl img {
    width: 100%;
    margin-bottom: 20px;
}
.point-area dl dt,
.point-area dl dd {
    padding: 0 20px;
}
.point-area dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-weight: bold;
}
.point-area dl dd {
    font-size: 15px;
    font-family: "LexusRodinPro-M", Nobel-Regular, Meiryo, sans-serifserif;
}
.main-contents {
    margin-top: 420px;
}
.main-contents .lead-text {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.main-contents .anchor-link-wrap {
    display: block;
}
.anchor-link-wrap dt,
.anchor-link-wrap dd {
    width: auto;
    text-align: center;
}
.anchor-link-wrap dt {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Serif JP';
}
.anchor-link-wrap dd {
	min-height: 54px;
}
.anniversary-list {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}
.anniversary-list.fixed {
    position: fixed;
    top: 89px;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 1000;
}
.main-contents .anchor-link {
    border-radius: 100px;
    background: linear-gradient(90deg, #333 0%, #7a7e80 49.52%, #333 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.anniversary-list.fixed .anchor-link {
    border-radius: 0;
}
.main-contents .anchor-link li {
    text-indent: 0;
    padding-left: 0;
}
.anchor-link a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 15px;
    color: var(--full-light-color);
    text-decoration: none;
    font-family: "LexusRodinPro-DB" , Meiryo , sans-serif;
}
.anchor-link li:not(:first-child) a::before {
    content: "";
    position: absolute;
    top: calc(50% - 20px/2);
    left: 0;
    width: 1px;
    height: 20px;
    background: var(--full-light-color);
}

.card-section .card-inner {
    max-width: 873px;
    margin: 0 auto 40px;
}
.card-section .card-inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.card-section .card-inner + .card-inner {
    padding-top: 20px;
    border-top: 1px solid #c7c7c7;
}
.card-section .card-inner + .card-inner h3 {
    margin-top: 20px;
}
.card-section section section {
    width: 800px;
	max-width: 100%;
    margin: auto;
}
.card-section h2 {
    justify-content: center;
    margin-bottom: 50px;
    padding-bottom: 14px;
    font-size: 36px;
    color: #8d7a35;
    border-bottom: 1px solid #999;
    font-family: 'Noto Serif JP';
}
.card-section h3 {
    display: flex;
    align-items: center;
    width: 800px;
	max-width: 100%;
    margin: 0 auto 20px;
    font-size: 24px;
}
.card-section h3 .label {
    margin-right: 12px;
    padding: 8px 16px;
    font-size: 15px;
    text-align: center;
    background-color: #ebebeb;
}
.card-section h4 {
    font-size: 16px;
    margin-bottom: 16px;
}
.more__content {
    position: relative;
    margin-bottom: 16px;
    max-height: 105px;
    overflow: hidden;
    transition: max-height 1s;
}
.more__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 36%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--full-light-color) 95%);
    transition: 1s;
    z-index: 4;
}
.more__content.open::after {
    opacity: 0;
    z-index: -1;
}
.more__btn {
    position: relative;
    display: block;
    margin: 0 0 30px auto;
    padding-right: 11px;
}
.more__btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px / 2);
    right: 0;
    width: 7px;
    height: 12px;
    background: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_arrow_more_b.svg)  center / contain no-repeat;
    transform: rotate(180deg);
}
.more__content.open + .more__btn::after {
    transform: none;
}
.main-contents_inner .btn_flex + .other-hotel {
    margin-top: 24px;
}
.main-contents_inner .other-hotel {
    padding: 20px;
    border: 1px solid var(--border-color);
    background: var(--grey-bg-color);
}
.main-contents_inner .other-hotel h4 {
    margin-bottom: 20px;
    text-align: center;
}
.main-contents_inner .other-hotel ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-indent: 0;
    padding-left: 0;
}
.main-contents_inner .other-hotel ul li:last-child {
    margin-bottom: 0;
}
.main-contents_inner .other-hotel ul li span {
    width: 68px;
    margin-right: 12px;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid var(--border-color);
    background-color: var(--full-light-color);
}
.main-contents_inner .message {
    flex-direction: column;
    margin-bottom: 24px;
    padding: 25px 19px;
    border: 1px solid #99934b;
}
.main-contents_inner .message dt {
    margin-bottom: 22px;
    font-size: 16px;
    text-align: center;
    color: #a78e33;
    font-family: 'Noto Serif JP';
    font-weight: bold;
}
.swiper-container {
    margin-bottom: 30px;
}
.swiper-container .swiper-slide {
    padding: 0 36px 30px;
}
.swiper-slide.credit .credit-inner {
	position: relative;
}
.swiper-slide.credit p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: 800px;
    max-width: 100%;
    height: 60px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--full-light-color);
    font-weight: bold;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.card-section .swiper-container .swiper-slide img {
    width: 100%;
    max-width: 800px;
    vertical-align: bottom;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 18px;
    height: 32px;
}
.swiper-container .swiper-button-prev {
    left: 0;
}
.swiper-container .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    content: "";
    width: 18px;
    height: 32px;
    margin: auto;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_nv_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_pn_off_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_pn_on_b.svg);
}
.main-contents_inner .btn_flex {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.main-contents_inner .btn_flex p {
    margin-bottom: 0;
}
.main-contents_inner .btn-reserve a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 305px;
	max-width: 100%;
    height: 54px;
	margin: auto;
    padding: 12px;
    font-size: 14px;
    font-family: "LexusRodinPro-DB" , Meiryo , sans-serif;
}
.main-contents_inner .btn-reserve a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_arrow_w.svg);
}
.qa-list {
    padding: 25px 0 25px 44px;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
}
.qa-list + .qa-list {
    border-top: none;
}
.qa-list dt,
.qa-list dd {
    position: relative;
    padding-top: 5px;
}
.qa-list dt span.qa,
.qa-list dd span.qa {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -44px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    font-size: 20px;
    color: var(--full-light-color);
    background-color: #333;
}
.qa-list dt.js-accordion-btn {
    cursor: pointer;
}
.qa-list dt.--open {
    margin-bottom: 25px;
}
.qa-list dd span.qa {
    background-color: #999;
}
.qa-list dt.js-accordion-btn::after {
    content: "";
    background: url(/-/media/tfc/ts3travel/file/llhc/img/list/ico_accordion_plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -53px;
    z-index: 2;
    top: calc((100% - 41px) / 2);
    cursor: pointer;
}
.qa-list dt.js-accordion-btn.--open::after {
    background-image: url(/-/media/tfc/ts3travel/file/llhc/img/list/ico_accordion_minus.png);
}
.feedback-section .pc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.feedback-section dl {
    display: flex;
    flex-direction: column;
    width: 48.1%;
    padding: 20px;
}
.feedback-section dt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.feedback-section dt img {
    width: 51px;
    margin-right: 20px;
}
.toppage-link {
    max-width: 1080px;
    margin: 50px auto;
}
.toppage-link h2 {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
    font-family: 'Noto Serif JP';
}
.toppage-link h2::before {
    content: none;
}
.toppage-link .btn-reserve a {
    width: 500px;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 14px;
    font-size: 14px;
    font-family: "LexusRodinPro-DB", Meiryo, sans-serif;
}
.toppage-link .btn-reserve a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 20px;
    background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_arrow_w.svg);
}
@media screen and (min-width: 768px) {
    .anniversary-list.js-accordion-wrap,
    .anchor-link.even {
        display: none;
    }
    .anchor-link {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .anchor-link li {
        position: relative;
    }
    .fixed .anchor-link li::after {
        content: none;
    }
    .feedback-section dl {
        border: 1px solid #d9d9d9;
    }
    .qa-list.js-accordion-wrap {
        padding-right: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    .point-area {
        left: 0;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 100%;
    }
    .main-contents,
    .main-contents_inner .message dd,
    .other-hotel li {
        font-size: 15px;
    }
    .card-inner h3 {
        align-items: baseline;
    }
    .card-section h3 .label {
        min-width: 77px;
    }
}
@media screen and (max-width: 767px) {
    .anchor-link-wrap .anniversary-list:first-of-type {
        display: none;
    }
    .anniversary-list {
        display: none;
    }
    .anniversary-list.fixed {
        display: block;
        top: 80px;
        padding: 0;
        background-color: var(--full-light-color);
    }
    .anniversary-list .js-accordion-btn {
        display: none;
    }
    .anniversary-list.fixed .js-accordion-btn {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding: 11px 46px;
        text-align: center;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
    }
    .anniversary-list.fixed .js-accordion-btn:after {
        content: "";
        width: 46px;
        height: 46px;
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: var(--full-dark-color);
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px), linear-gradient(90deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-size: 15px 2px, 2px 15px;
        background-position: calc((46px - 15px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 15px) / 2);
        background-repeat: no-repeat;
    }
    .anniversary-list.fixed .js-accordion-btn.--open:after {
        content: "";
        border: 1px solid #333333;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-color: #333333;
        background-size: 17px 2px;
        background-position: calc((46px - 17px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 17px) / 2);
        background-repeat: no-repeat;
    }
    .main-contents .anchor-link {
        padding: 10px 20px;
        border-radius: 0;
        background-color: var(--full-light-color);
    }
    .anchor-link ul {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
	.anchor-link li:nth-child(3n+1) a::before {
		content: none;
	}
    .anchor-link a {
        padding: 4px 16px;
        font-size: 3.75vw;
    }
    .anchor-link.even ul li:nth-last-child(2),
    .anchor-link.even ul li:last-child {
        border-bottom: none;
    }
    .anchor-link.odd ul li:last-child {
        border-bottom: none;
    }
    .point-area {
        grid-template-columns: 1fr;
        left: 5%;
        bottom: -210vw;
        gap: 15px;
        max-width: 90%;
        padding: 14px 9px;
    }
    .point-area dl dt,
    .point-area dl dd {
        padding: 0 11px;
    }
    .point-area dl dt {
        font-size: 4.266vw;
    }
    .point-area dl dd {
        font-size: 3.59vw;
    }
    .point-area dl img {
        margin-bottom: 15px;
    }
    .main-contents {
        margin-top: 220dvw;
        padding: 0;
    }
    .main-contents .lead-text {
        font-size: 3.85vw;
        text-align: left;
    }
    .main-contents .lead-text,
    .anchor-link-wrap dt {
        padding:  0 20px;
    }
    .anchor-link-wrap dt {
        font-size: 5.87vw;
    }
    .main-contents_inner {
        margin: 35px 20px;
    }
    .main-contents_inner h2.heading-type02 {
        font-size: 6.4vw;
    }
	.card-wrap {
		padding: 20px;
	}
    .card-wrap + .card-wrap {
        margin-top: 30px;
    }
    .card-section .card-inner {
        margin-bottom: 24px;
    }
    .card-section .card-inner + .card-inner {
        padding-top: 12px;
    }
    .card-section .card-inner + .card-inner h3 {
        margin-top: 12px;
    }
    .card-section h2 {
        margin-bottom: 28px;
        font-size: 5.87vw;
    }
	.card-section h3 {
		flex-direction: column;
		align-items: baseline;
		font-size: 4.8vw;
		gap: 10px;
	}
    .card-section h3 .label {
        padding: 6px 10px;
        font-size: 4.1vw;
    }
    .card-section h4 {
        margin-bottom: 20px;
        font-size: 4.27vw;
    }
    .swiper-container {
        margin-bottom: 20px;
    }
	.swiper-container .swiper-slide {
		padding: 0 0 30px;
	}
    .swiper-container .swiper-button-prev {
        left: 10px;
    }
    .swiper-container .swiper-button-next {
        right: 10px;
    }
	.swiper-container .swiper-button-prev::after,
	.swiper-container .swiper-button-next::after {
		background-image: url(/-/media/tfc/ts3travel/file/llhc/common/img/ico_swiper_nv_prev.svg);
	}
    .more__btn {
        margin-bottom: 20px;
    }
	.main-contents_inner .btn_flex {
		flex-direction: column;
	}
    .main-contents_inner .btn-reserve a {
        font-size: 3.59vw;
    }
	.main-contents_inner .other-hotel {
		padding: 10px 12px;
	}
    .main-contents_inner .other-hotel h4 {
        font-size: 4.1vw;
    }
	.main-contents_inner .other-hotel ul li {
		align-items: flex-start;
	}
	.main-contents_inner .other-hotel ul li a {
		width: 70%;
	}
    .main-contents_inner .message {
        margin-bottom: 20px;
    }
    .main-contents_inner .message dt {
        font-size: 4.27vw ;
    }
	.qa-wrap,
	.feedback-section {
		margin: 0;
		padding: 18px
	}
	.feedback-section {
		padding-top: 50px;
	}
    .qa-list.js-accordion-wrap {
        padding-right: 15px;
    }
	.qa-list dt.js-accordion-btn {
        padding-right: 20px;
    }
    .qa-list dt.js-accordion-btn::after {
        right: -25px;
    }
    .feedback-section .pc-flex {
        gap: 10px;
    }
	.feedback-section dl {
        width: 100%;
    }
    .feedback-section dt {
        font-size: 4.27vw;
    }
    .toppage-link {
        margin: 45px 20px;
    }
    .toppage-link h2 {
        font-size: 5.87vw;
    }
    .toppage-link .btn-reserve a {
        font-size: 3.59vw;
    }
}