@charset "utf-8";

:root {
	--color-em: #548535;
	--color-white: #FFF;
	--color-black: #222;
	--color-bg: #f5f3f1;
}

/* ==============================
   Reset / Base
   ============================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
	font-weight: 400;
}

ul,
ol {
	list-style: none;
}

button,
input,
textarea {
	font: inherit;
}

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

a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
}
a:hover {
	opacity: .65;
}
.sp-only {
	display: none;
}
@media (max-width: 700px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
/*/reset */

/* all */
html {
	scroll-behavior: smooth;
}
body {
	background-color: var(--color-bg);
}
a:link {
	text-decoration: none;
    transition: opacity .25s ease-in-out;
}
a:hover {
    opacity: .65;
}
figure,
picture {
	display: block;
}
img {
	width: 100%;
}
main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-black);
    padding-top: 26px;
	padding-inline: 24px;
}
.subheading {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	color: #426E85;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.subheading::before,
.subheading::after {
	content: "";
	display: block;
	width: 17px;
	height: 22px;
	background-image: url(../img/campaign2608/decoration01.webp);
	background-size: 100%;
	background-repeat: no-repeat;
    margin-top: 6px;
}
.subheading::after {
	transform: scale(-1, 1);
}
.fadein {
    opacity: 0;
}
.fadein.active {
    animation: fadein 1s ease 0.1s 1 forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
        /*transform: translateY(30px);*/
    }
    100% {
        opacity: 1;
       	/*transform: translateY(0);*/
    }
}

.sp-only { display: none;}

@media screen and (max-width:700px) {
	.pc-only { display: none;}
	.sp-only { display: block;}
	br.sp-only { display: inline;}

	.btn_line {
		width: 49.0667vw;
		height: auto;
		aspect-ratio: 1 / 0.2609;
		margin-inline: auto;
	}
	.btn_line span {
		font-size: 4.8vw;
	}
	.btn_line::after {
		width: 5%;
		height: auto;
		aspect-ratio: 1 / 1;
		margin-right: 7%;
	}
	main {
		padding-top: unset;
		padding-inline: unset;
	}
	.subheading {
		font-size: max(22px, var(--sp-fs22));
	    gap: 3.5%;
	}
	.subheading::before,
	.subheading::after {
		width: 4.23%;
		height: auto;
		aspect-ratio: 1 / 1.3016;
		margin-top: 1%;
	}
}
/* /all */

/* kv */
h1 {
	max-width: 1180px;
	margin-inline: auto;
}
.contents-lead {
	text-align: center;
	font-size: 18px;
	line-height: 2.2;
    padding-block: 50px;
}
.overview {
	max-width: 780px;
	margin-inline: auto;
	background-color: #FFF;
	border-radius: 16px;
}
.overview_inner {
	width: 508px;
	margin-inline: auto;
    padding-block: 43px 50px;
}
.overview ul {
	padding-block: 26px 19px;
}
.overview dl {
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 2.4;
	letter-spacing: .03em;
}
.overview dt {
    width: 212px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.overview dd {
    width: 295px;
    display: flex;
    align-items: center;
    padding-left: 19px;
}
.overview .annotation {
	font-size: 14px;
	line-height: 1.6;
	color: #777777;
}
.overview .annotation a {
	color: #777777;
	text-decoration: underline;
}
.overview .annotation a:hover {
	text-decoration: none;
}
@media screen and (max-width:700px) {
	.contents-lead {
		width: 87.203%;
		margin-inline: auto;
		text-align: left;
		font-size: max(15px, var(--sp-fs15));
        padding-block: 9.5% 10.3%;
	}
	.overview {
		width: 87.203%;
		margin-inline: auto;
		border-radius: .5em;
	}
    .overview_inner {
        width: 91%;
        padding-block: 11.1% 9.7%;
	}
	.overview ul {
		padding-block: 6%;
	}
	.overview ul li:nth-of-type(n+2) {
        padding-top: 1.7%;
    }
	.overview dl {
		display: block;
		font-size: max(14px, var(--sp-fs14));
	    line-height: 1.8;
	}
	.overview dt {
		justify-content: center;
    	width: 100%;
	}
	.overview dd {
		width: 100%;
		padding-left: unset;
        justify-content: center;
	}
	.overview .annotation {
		font-size: max(12px, var(--sp-fs12));
	}
}
/* /kv */

/* benefits */
.benefits {
	padding-top: 95px;
}
.benefits .benefits_wrapper {
	max-width: 780px;
	margin-inline: auto;
    position: relative;
    padding-top: 32px;
	z-index: 1;
}
.benefits .benefits_wrapper li {
	background-color: var(--color-white);
	border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px 24px;
	position: relative;
    z-index: 2;
}
.benefits .benefits_wrapper li:nth-of-type(n+2)::before {
	content: "";
	display: block;
	width: 19px;
	height: 79px;
	background-image: url(../img/campaign2608/vector_dotted.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    top: -47px;
	left: 59px;
	z-index: 10;
}
.benefits .benefits_wrapper li:last-of-type {
    margin-bottom: 47px;
}
.benefits .list-order_box {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.benefits li:nth-of-type(odd) .list-order_box {
	background-image: url(../img/campaign2608/bg_step_red.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
.benefits li:nth-of-type(even) .list-order_box {
	background-image: url(../img/campaign2608/bg_step_blue.webp);
	background-size: 100%;
	background-repeat: no-repeat;
}
.benefits .list-order_box p {
    width: fit-content;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	color: var(--color-white);
}
.benefits .list-order_box p span {
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
.benefits .flex-box {
	display: flex;
	align-items: center;
}
.benefits .benefits_text {
    padding-inline: 20px 22px;
}
.benefits .flex-box .step-heading {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .02em;
}
.benefits .flex-box .annotation {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #777777;
    padding-top: 11px;
}
.benefits .flex-box .small-qr-wrapper {
	width: 305px;
	height: 151px;
	background-color: #F1F1F1;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
    padding-inline: 25px 17px;
}
.benefits .flex-box .small-qr-wrapper p {
	font-size: 14px;
	line-height: 1.6;
    padding-left: 25px;
}
.benefits .flex-box .small-qr-wrapper figure {
	width: 80px;
	flex-shrink: 0;
}
.benefits .flex-box .small-qr-wrapper figure figcaption {
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .03em;
	text-align: center;
	color: #444;
    padding-top: 6px;
}
.benefits .benefits_wrapper li.step02 figure {
	width: 159px;
	height: 175px;
	object-fit: cover;
	overflow: hidden;
    margin-bottom: -20px;
    margin-inline: auto 68px;
}
.benefits .benefits_wrapper li.step03 figure {
    width: 518px;
    margin-right: 3px;
}
.benefits .benefits_wrapper li .annotation p {
    padding-bottom: 4px;
}
.benefits .benefits_wrapper li.step04 {
	padding: 0 0 0 24px;
}
.benefits .benefits_wrapper li .figure04 {
	width: 246px;
    height: 197px;
    background-image: url(../img/campaign2608/image_step04.webp);
    background-repeat: no-repeat;
    background-position: 35px -49px;
    background-size: 274px 276px;
    overflow: hidden;
    border-radius: 16px;
    flex-shrink: 0;
}
@media screen and (max-width:700px) {
	.benefits {
		padding-block: 14% 7.9%;
	}
	.benefits .benefits_wrapper li {
        border-radius: .5em;
        padding: 6.6% 4.895% 4.5%;
        margin-bottom: 7.2%;
	}
	.benefits .benefits_wrapper li.step04 {
        padding: 6.2% 0 0 4.895%;
		position: relative;
	}
	.benefits .benefits_wrapper li:nth-of-type(n+2)::before {
    	content: none;
	}
	.benefits .flex-box {
    	display: block;
	}
	.benefits .benefits_wrapper {
        width: 87.203%;
	    padding-top: 7.2%;
	}
	.benefits .list-order_box {
		width: 22.634%;
        height: auto;
        aspect-ratio: 1;
		position: absolute;
		top: -3%;
        left: -5.2%;
    }
	.benefits .list-order_box p {
		font-size: max(12px, 3.288vw);
		margin-top: -5%;
	}
	.benefits .list-order_box p span {
		font-size: max(33px, 8.7707vw);
	}
	.benefits .flex-box .step-heading {
		font-size: max(18px, var(--sp-fs18));
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}
	.benefits .flex-box .annotation {
		font-size: max(12px, var(--sp-fs12));
		padding-block: 2.9% 3.5%;
	}
	.benefits li.step04 .flex-box .annotation {
		padding-bottom: 9%;
	}

	.benefits .benefits_text {
		padding-inline: unset;
	}
	.benefits .flex-box .small-qr-wrapper {
		width: 100%;
        height: auto;
        padding: 7% 7% 4%;
		align-items: flex-start;
	}
	.benefits .flex-box .small-qr-wrapper p {
		font-size: max(14px, var(--sp-fs14));
        padding-top: 2%;
        padding-left: 6%;
	}
	.benefits .flex-box .small-qr-wrapper figure {
		width: 31.535%;
	}
	.benefits .flex-box .small-qr-wrapper figure figcaption {
		font-size: max(14px, var(--sp-fs14));
        padding-top: 8%;
	}
	.benefits .benefits_wrapper li.step02 figure {
        width: 45.7628%;
        height: auto;
        margin: 6% auto -5%;
	}
	.benefits .benefits_wrapper li.step03 figure {
        width: 56.5%;
        margin: -6% auto -1%;
    }
	.benefits li.step04 .flex-box .annotation {
		width: 53%;
	}
    .benefits .benefits_wrapper li .figure04 {
        width: 37.3089%;
        height: auto;
		aspect-ratio: 0.7306 / 1;
        background-position: -4% 1.2rem;
        background-size: 136.0656% 100%;
        border-radius: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: .5em;
    }
	.benefits .benefits_wrapper li:last-of-type {
	    margin-bottom: 0;
	}
}
/* /benefits */

/* facilities */
.facilities {
	padding-block: 47px;
	position: relative;
}

.facilities hgroup {
	text-align: center;
	padding-bottom: 43px;
}
.facilities hgroup h2 {
	font-size: 30px;
    padding-bottom: 9px;
	color: var(--color-em);
}
.facilities hgroup p {
	font-size: 20px;
	font-weight: 600;
}
.facilities a {
	position: relative;
}
.facilities a .label {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: var(--color-white);
    background-color: rgb(49 60 42 / .8);
    padding-inline: 11px;
    position: absolute;
    top: 30px;
    left: 30px;
}
.facilities .facilities_list {
	max-width: 1020px;
	margin-inline: auto;
	position: relative;
	z-index: 1;
    padding-block: 35px 50px;
}
.facilities .facilities_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 15px;
    row-gap: 24px;
    padding-bottom: 30px;
}
.facilities .facilities_list li {
    width: 32.353%;
	opacity: 0;
    animation: fadein_more 1s ease 0.1s 1 forwards;
}

@keyframes fadein_more {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.facilities .facilities_list li a {
	display: block;
	width: 100%;
    height: 296px;
	border-radius: 10px;
	background-color: var(--color-white);
    padding: 20px 20px 18px;
}
.facilities .facilities_list li a .hotel-name {
    font-size: 15px;
    color: var(--color-black);
    line-height: 1.6;
    padding-top: 17px;
    font-weight: 400;
}
.facilities .btn_more {
	width: 202px;
	margin-inline: auto;
	cursor: pointer;
    transition: opacity .25s ease-in-out;
}
.facilities .btn_more:hover {
    opacity: .65;
}
.facilities .btn_more::after {
    content: "";
    display: block;
    background-image: url(../img/campaign2608/parts_border.webp);
    background-repeat: repeat-x;
    background-size: 100%;
    width: 100%;
    height: 6px;
    margin-top: 7px;
}
.facilities .btn_more span {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: Shippori Mincho;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .04em;
	color: #C98A81;
}
.facilities .btn_more span::before,
.facilities .btn_more span::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-inline: 3px;
    background-image: url(../img/campaign2608/vector_more.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 6px;
}
.facilities #close_btn01.btn_more span::before,
.facilities #close_btn01.btn_more span::after {
	transform: rotate(180deg);
}

@media screen and (max-width:1080px) {
	.facilities .facilities_list {
		width: 94.4445%;
	}
	.facilities .facilities_list ul {
		column-gap: 1.4705%;
	}
	.facilities .facilities_list li a {
		padding: 6%;
		height: auto;
		aspect-ratio: 1 / 0.962;
	}
	.facilities a .label {
		top: 10.3%;
		left: 9.3%;
	}
}
@media screen and (max-width:840px) {
	.facilities .facilities_list li a {
        aspect-ratio: 1 / 1.13;
	}
	.facilities a .label {
        top: 8.3%;
	}
	.facilities .facilities_list li a .hotel-name {
	    line-height: 1.5;
	}
}
@media screen and (max-width:700px) {
	.facilities {
		padding-block: 6.5% 7.6%;
	}
	.facilities hgroup {
	    padding-bottom: 6.5%;
	}
	.facilities hgroup h2 {
    	font-size: 5.8667vw;
	    padding-bottom: 3%;
	}
	.facilities hgroup p {
		font-size: 4.8vw;
        letter-spacing: 1px;
        line-height: 1.6;
	}
	.facilities .facilities_list {
        width: 87.203%;
        padding-block: 7% 4.7%;
	}
	.facilities .facilities_list ul {
        column-gap: 4.5%;
		row-gap: unset;
	    padding-bottom: 2.5%;
	}
	.facilities .facilities_list li {
		width: 47.71%;
        padding-bottom: 3.5%;
	}
	.facilities .facilities_list li figure {
		height: 100%;
		object-fit: cover;
		border-radius: .5em;
		overflow: hidden;
	}
	.facilities .facilities_list li figure img {
		height: 100%;
	}
	.facilities .facilities_list li a {
        aspect-ratio: 1 / 0.7693;
		background-color: unset;
        border-radius: unset;
		padding: 0;
	}
	.facilities a .label {
    	font-size: 2.6667vw;
	    line-height: 1.6;
        top: 3.5%;
        left: 3.5%;
        padding-inline: 5.5%;
    }
	.facilities .facilities_list li a .hotel-name {
	    font-size: 3.4667vw;
		padding-top: 4.6%;
		line-height: 1.4;
	}
	.facilities .btn_more {
	    width: 51.0643%;
	}
	.facilities .btn_more span {
	    font-size: max(20px, var(--sp-fs20));
	}
	.facilities .btn_more span::before,
	.facilities .btn_more span::after {
        width: 8%;
        height: auto;
        aspect-ratio: 1 / 1.1;
        margin-inline: unset;
        margin-top: 3%;
	}
	.facilities .btn_more::after {
		height: auto;
		aspect-ratio: 1 / 0.027;
		margin-top: 3.6%;
	}

}
/* /facilities */

/* line-friend */
.line-friend {
	max-width: 780px;
	margin-inline: auto;
}
.line-friend .inner {
	background-color: var(--color-white);
	border-radius: 20px;
    padding-block: 44px 41px;
}
.line-friend .line-heading {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	line-height: 1;
	color: #426E85;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 29px;
}
.line-friend .line-heading::before,
.line-friend .line-heading::after {
	content: "";
	display: block;
	width: 17px;
	height: 18px;
	background-image: url(../img/campaign2608/decoration02.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 4px;
}
.line-friend .line-heading::after {
	transform: scale(-1, 1);
}
.line-friend figure {
	width: 150px;
	margin-inline: auto;
	padding-block: 30px 34px;
}
.line-friend .inner a {
	width: fit-content;
	margin-inline: auto;
	font-size: 16px;
    line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 7px;
	color: #747F83;
	border-bottom: 1px solid currentColor;
}
.line-friend .inner a:hover {
	border-bottom: unset;
	padding-bottom: 1px;
}
.line-friend .inner a::after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	background-image: url(../img/campaign2608/vector_double.webp);
	background-repeat: no-repeat;
	background-size: 100%;
    margin-top: 2px;
}
.line-friend .annotation {
	padding-block: 33px 100px;
}
.line-friend .annotation li {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	color: #747F83;
}
.line-friend .annotation li a {
	color: #747F83;
	text-decoration: underline;
}
.line-friend .annotation li a:hover {
	text-decoration: none;
}
.sp-btn-sticky {
	display: none;
}
@media screen and (max-width:700px) {
	.line-friend .inner {
	    width: 87.2%;
		margin-inline: auto;
        padding-block: 7.7% 8.3%;
	}
	.line-friend .line-heading {
		font-size: max(20px, var(--sp-fs20));
		gap: 3%;
	}
	.line-friend .line-heading::before,
	.line-friend .line-heading::after {
		width: 4.282%;
		height: auto;
		aspect-ratio: 0.9223 / 1;
	}
	.line-friend figure {
    	width: 38.995%;
	    padding-block: 8% 8.5%;
	}
	.line-friend .inner a {
		font-size: max(14px, var(--sp-fs14));
        line-height: 1.6;
        display: block;
        text-align: center;
		border-bottom: none;
		position: relative;
	}
	.line-friend .inner a:hover {
		padding-bottom: unset;
	}
	.line-friend .inner a::before {
		content: "";
		display: block;
		width: 43%;
		height: 1px;
		background-color: #747F83;
		position: absolute;
		bottom: -1%;
		left: 0;
		right: 0;
		margin-inline: auto;
	}
	.line-friend .inner a::after {
		display: inline-block;
		width: 3.995%;
		height: auto;
		aspect-ratio: 1 / 0.8498;
		margin-top: 0;
		margin-left: 2%;
	}
	.line-friend .annotation {
		padding-block: 4% 28%;
	}
	.line-friend .annotation li {
		font-size: max(12px, var(--sp-fs12));
	}
	.sp-btn-sticky {
        width: 93.3334%;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 2.25%;
        margin-inline: auto;
        z-index: 10;
    }
}
/* /line-friend */