@charset "utf-8";

/* ----------------------------------------------
    reset
---------------------------------------------- */
*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
html {
	/*line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;*/
}
body {
	margin: 0;
}
main {
	display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dd {
	margin-left: 0;
}
hr {
	height: 0;
	margin: 0;
	color: inherit;
	border-top-width: 1px;
	box-sizing: content-box;
	clear: both;
	overflow: visible;
}
pre {
	font-size: inherit;
	font-family: monospace, monospace;
}
address {
	font-style: inherit;
}
a {
	color: inherit;
	word-break: break-all;
	text-decoration: none;
	background-color: transparent;
}
abbr[title] {
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-size: inherit;
	font-family: monospace, monospace;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg, img, embed, object, iframe {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	border-radius: 0;
	font: inherit;
	text-align: inherit;
	text-transform: inherit;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
[type="number"] {
	/*-moz-appearance: textfield;*/
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-color: inherit;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td, th {
	padding: 0;
	font-weight: 500;
    text-align: left;
	vertical-align: top;
}
i {
    display: flex;
}

/* ----------------------------------------------
    base
---------------------------------------------- */
:root {
	--color-Black: #2e2e2e;
	--color-GrayB: #525252;
	--color-GrayN: #e3e3e3;
	--color-GrayL: #f5f6f4;
	--color-Red:   #89413a;
	--color-Brown: #8e786e;
	--color-Green: #538057;
	--color-Navy:  #202858;
	--font-Mincho: "Zen Old Mincho", serif;
}
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    touch-action: manipulation;
}
body {
	color: var(--color-Black);
	font: 500 1.8rem / 2 var(--font-Mincho);
	font-feature-settings: "path";
}
#wrap {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	padding: 70px 0 0;
    overflow: hidden;
}
@media (hover: hover) {
	a {
		transition: opacity ease .3s;
	}
	a:hover {
		opacity: .6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
	#wrap {
		padding: 60px 0 0;
	}
}
/* ------------------------------------------- */
.w-90 {
	width: 90%;
}
.max-w-800 {
	max-width: 800px;
}
.max-w-900 {
	max-width: 900px;
}
.max-w-1000 {
	max-width: 1000px;
}
.max-w-1200 {
	max-width: 1200px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}
.mb-4 {
	margin-bottom: 4em;
}
.mb-5 {
	margin-bottom: 5em;
}
.mb-6 {
	margin-bottom: 6em;
}
.pt-4 {
	padding-top: 4em;
}
.pb-4 {
	padding-bottom: 4em;
}
.pt-6 {
	padding-top: 6em;
}
.pb-6 {
	padding-bottom: 6em;
}
.text-12 {
	font-size: 1.2rem;
}
.text-14 {
	font-size: 1.4rem;
}
.text-16 {
	font-size: 1.6rem;
}
.text-18 {
	font-size: 1.8rem;
}
.text-20 {
	font-size: 2.0rem;
}
.text-24 {
	font-size: 2.4rem;
}
.text-26 {
	font-size: 2.6rem;
}
.text-28 {
	font-size: 2.8rem;
}
.text-32 {
	font-size: 3.2rem;
}
.text-34 {
	font-size: 3.4rem;
}
.text-40 {
	font-size: 4.0rem;
}
.text-60 {
	font-size: 6.0rem;
}
.text-center {
	text-align: center;
}
.text-white {
	color: #fff;
}
.text-red {
	color: var(--color-Red);
}
.text-green {
	color: var(--color-Green);
}
.text-navy {
	color: var(--color-Navy);
}
.bg-grayl {
	background: var(--color-GrayL);
}
.bg-grayn {
	background: var(--color-GrayN);
}
.bg-grayb {
	background: var(--color-GrayB);
}
.bg-brown {
	background: var(--color-Brown);
}
.bg-black {
	background: var(--color-Black);
}
.bg-white {
	background: #fff;
}
.bg-red {
	background: var(--color-Red);
}
.bg-green {
	background: var(--color-Green);
}
.bg-navy {
	background: var(--color-Navy);
}
.fw-bold {
    font-weight: bold;
}
.font-mincho {
    font-family: var(--font-Mincho);
}
.pos-relative {
	position: relative;
}
.z-1 {
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.pt-6 {
		padding-top: 4em;
	}
	.pb-6 {
		padding-bottom: 4em;
	}
	.text-12-sm {
		font-size: 1.3rem;
	}
	.text-14-sm {
		font-size: 1.5rem;
	}
	.text-16-sm {
		font-size: 1.65rem;
	}
	.text-18-sm {
		font-size: 1.8rem;
	}
	.text-20-sm {
		font-size: 2.0rem;
	}
	.text-22-sm {
		font-size: 2.2rem;
	}
	.text-24-sm {
		font-size: 2.4rem;
	}
	.text-28-sm {
		font-size: 2.8rem;
	}
}
/* ------------------------------------------- */
.title01 {
	padding: 0 0 1em;
	line-height: 1.6;
    display: grid;
    gap: .5em;
    justify-content: center;
}
.title01::after {
    content: "";
    width: 2.5em;
    height: .5em;
    margin: .5em auto 0;
    border-top: 1px solid var(--color-Green);
    border-bottom: 1px solid var(--color-Green);
}
.title02 {
	padding: 0 1em;
}
@media screen and (max-width: 768px) {
}
/* ------------------------------------------- */
.btn01 a {
    width: fit-content;
    padding: 0 1em;
    border: 1px solid;
    display: flex;
    gap: .5em;
    align-items: center;
}
.btn01.right a {
    margin: 0 0 0 auto;
}
.btn01.center a {
    margin: 0 auto;
}
.btn01 a::after {
	content: "";
	width: .5em;
	aspect-ratio: 1;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}
.btn02 a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    display: grid;
    place-items: center;
}
.btn03 a {
    width: 100%;
    max-width: 300px;
    height: 60px;
    border: 1px solid;
    display: grid;
    place-items: center;
}
.btn03 a::after {
    content: "";
    width: .5em;
    aspect-ratio: 1;
    border-top: 1px solid var(--color-Red);
    border-right: 1px solid var(--color-Red);
    transform: rotate(45deg);
    position: absolute;
    right: 1.5em;
}
@media screen and (max-width: 768px) {
}
/* ------------------------------------------- */
.table01 {
    width: 100%;
    border: 1px solid var(--color-GrayN);
}
.table01 tbody th,
.table01 tbody td {
    padding: 2em 4em;
    border-bottom: 1px solid var(--color-GrayN);
}
.table01 tbody th {
    background: var(--color-GrayL);
}
@media screen and (max-width: 768px) {
	.table01 tbody th,
	.table01 tbody td {
	    padding: 1em;
	}
}
/* ------------------------------------------- */
:is(.swiper .menu, .swiper + .menu) {
	width: 100%;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
:is(.swiper .menu, .swiper + .menu) * {
    margin: 0;
    position: static;
}
:is(.swiper .menu, .swiper + .menu) .swiper-pagination {
    width: fit-content;
    display: flex;
    gap: .5em;
    align-items: center;
}
:is(.swiper .menu, .swiper + .menu) .swiper-pagination-bullet {
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	background: var(--color-GrayN);
    opacity: 1;
}
:is(.swiper .menu, .swiper + .menu) .swiper-pagination-bullet-active {
	background: var(--color-Brown);
}
:is(.swiper .menu, .swiper + .menu) .swiper-button-next,
:is(.swiper .menu, .swiper + .menu) .swiper-button-prev {
	width: auto;
	height: auto;
    color: var(--color-Red);
}
:is(.swiper .menu, .swiper + .menu) .swiper-button-next:after,
:is(.swiper .menu, .swiper + .menu) .swiper-button-prev:after {
    font-size: 1em;
    font-weight: bold;
}
:is(.swiper .menu.white, .swiper + .menu.white) .swiper-pagination-bullet {
	background: #fff;
    opacity: .5;
}
:is(.swiper .menu.white, .swiper + .menu.white) .swiper-pagination-bullet-active {
	background: #fff;
    opacity: 1;
}
:is(.swiper .menu.white, .swiper + .menu.white) .swiper-button-next,
:is(.swiper .menu.white, .swiper + .menu.white) .swiper-button-prev {
    color: #fff;
}
/* ------------------------------------------- */
@media screen and (min-width: 769px) {
	.desk-hidden {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.mobile-hidden {
		display: none !important;
	}
}
/* ------------------------------------------- */
.anime.fade {
    transition: opacity .8s cubic-bezier(.4, 0, .6, 1);
    -webkit-transition: opacity .8s cubic-bezier(.4, 0, .6, 1);
    opacity: 0;
}
.anime.fade.active {
    opacity: 1;
}

/* ----------------------------------------------
    header
---------------------------------------------- */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
header .inner {
	max-width: 1920px;
    height: 70px;
	margin: 0 auto;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
header .inner .logo {
	padding-left: 1em;
	font-weight: bold;
}
header .inner .logo span {
	margin-right: 15px;
}
header .inner .hamburger {
    height: 70px;
    aspect-ratio: 1;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
header .inner .hamburger .bar {
    width: 30px;
    height: 2px;
    background: #2e2218;
    border-radius: 100vmax;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header .inner .hamburger .txt {
	font-size: 12px;
	line-height: 0.8;
}
header .inner .hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
	background: #fff;
}
header .inner .hamburger.open .bar:nth-child(2) {
    opacity: 0;
}
header .inner .hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
	background: #fff;
}
header .inner .hamburger.open .txt {
	color: #fff;
}
header .gnav {
    width: 90%;
    max-width: 500px;
    height: 100dvh;
    padding: calc(70px + 2em) 3% 2em;
    position: fixed;
    top: 0 ;
    right: 0;
    z-index: 1;
    transform: translateX(500px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header .gnav.open {
    transform: translateX(0);
}
header .inner .gnav nav ul {
    display: grid;
    gap: 1em;
}
header .inner .gnav nav ul li a {
    display: flex;
    gap: 1em;
    align-items: center;
}
@media screen and (max-width: 768px) {
	header .inner,
	header .inner .hamburger {
		height: 60px;
	}
	header .inner .logo h1 a {
		font-size: 12px;
	}
	header .gnav {
	    padding: calc(60px + 2em) 5% 4em;
	}
}

/* ----------------------------------------------
    pagehead
---------------------------------------------- */
#pagehead {
    height: 260px;
    background: var(--color-GrayL);
    display: grid;
    place-items: center;
}
#pagehead h2 {
    display: grid;
    z-index: 1;
}
#pagehead h2 .en {
    letter-spacing: .1em;
}
#pagehead.none h2 span {
    color: var(--color-Black);
    text-shadow: none;
}
@media screen and (max-width: 768px) {
	#pagehead {
	    height: 140px;
	}
}

/* ----------------------------------------------
    breadcrumb
---------------------------------------------- */
#breadcrumb nav ol {
    padding-top: .5em;
    display: flex;
    gap: 0 1em;
    flex-wrap: wrap;
    align-items: center;
}
#breadcrumb nav ol li {
    display: flex;
    gap: 0 1em;
    align-items: center;
}
#breadcrumb nav ol li:not(:last-child)::after {
	content: "｜";
	display: block;
}
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    contents
---------------------------------------------- */
#contents {
    display: flex;
    gap: 4em;
}
#contents:has(#side) #main {
    width: 100%;
}
#contents #side {
    width: 240px;
    flex-shrink: 0;
}
#contents aside .inner h3 {
    margin: 0 0 .5em;
    padding: 0 .5em .3em;
    border-left: .5em solid var(--color-Red);
    border-bottom: 1px solid var(--color-Red);
}
#contents aside .inner ul li {
    border-bottom: 1px dashed var(--color-GrayN);
}
#contents aside .inner ul li a {
    padding: .5em;
    line-height: 1.4;
    display: block;
}
@media screen and (max-width: 768px) {
	#contents {
	    flex-direction: column;
	}
	#contents #side {
	    width: 100%;
	}
}

/* ----------------------------------------------
    pager
---------------------------------------------- */
#pager ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
#pager ul li a {
    padding: .2em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pager ul li.act a {
	opacity: .3;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
footer .inner .block {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
footer .inner .info .logo {
	font-weight: bold;
}
footer .inner .info .logo span {
	margin-right: 15px;
}
footer .inner .info .name {
	font-weight: bold;
}
footer .inner .snav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0.8em;
}
footer .inner .snav ul li {
	line-height: 1.2;
}
footer .inner .snav ul li:first-child {
	border-right: 1px solid #2e2e2e;
	margin-right: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 768px) {
	footer {
	    padding: 4em 0;
	}
    footer .inner .block {
        flex-direction: column;
    }
    footer .inner .info {
        padding: 0 0 2em;
        flex-direction: column;
    }
	footer .inner .info .fnav nav dl {
		width: 100vw;
	    margin: 0 calc(50% - 50vw);
	    border-top: 1px solid var(--color-Black);
	    gap: 0;
	    flex-direction: column;
	}
	footer .inner .info .fnav nav dl dt {
	    border-bottom: 1px solid var(--color-Black);
	}
	footer .inner .info .fnav nav dl div dt:not(:has(a)) {
	    padding: .5em 5%;
	}
	footer .inner .info .fnav nav dl dd {
	    border-bottom: 1px solid var(--color-Black);
	}
	footer .inner .info .fnav nav dl div a {
	    padding: .5em 5%;
        display: flex;
        align-items: center;
	}
	footer .inner .info .fnav nav dl div a::after {
	    content: "";
	    height: .6em;
	    aspect-ratio: cos(30deg);
	    margin: 0 0 0 auto;
	    clip-path: polygon(0 0, 100% 50%, 0 100%);
	    background: var(--color-Black);
	    opacity: .8;
	}
}

/* ----------------------------------------------
    home
---------------------------------------------- */
body.home .sec01 .inner .bxslider li img {
    width: 100%;
	height: auto;
}
body.home .sec01 .inner::after {
	content: "";
    background: url("../img/common/pattern01.svg") center / cover no-repeat;
    position: absolute;
    opacity: .3;
    bottom: -6em;
    right: 2%;
    width: 100%;
	max-width: 300px;
    z-index: 100;
	aspect-ratio: 300 / 139;
}
@media screen and (max-width: 768px) {
	body.home .sec01 .inner::after {
		bottom: -6em;
		right: 1%;
		max-width: 150px;
		aspect-ratio: 150 / 70;
	}
}

/* ------------------------------------------- */
body.home .sec02 {
	background: url("../img/home/bg_fukuoka.png") no-repeat left bottom var(--color-GrayL);
	background-size: 45% auto;
	padding: 5em 0 10em;
    overflow: hidden;
}
body.home .sec02 .inner::before {
	content: "";
    background: url("../img/common/pattern02.svg") center / cover no-repeat;
    position: absolute;
    opacity: .3;
    top: -6em;
    left: 3%;
    width: 100%;
	max-width: 150px;
    z-index: 100;
	aspect-ratio: 150 / 150;
}
body.home .sec02 .inner::after {
	content: "";
    background: url("../img/common/pattern03.svg") center / cover no-repeat;
    position: absolute;
    opacity: .3;
    bottom: -10em;
    right: -3%;
    width: 100%;
	max-width: 297px;
    z-index: 1;
	aspect-ratio: 297 / 150;
}
body.home .sec02 .renewal {
    padding: 2em 5%;
    background: #fff;
}
body.home .sec02 .renewal dl {
    display: grid;
    gap: .5em;
}
body.home .sec02 .renewal dl div {
	line-height: 1.4;
    display: flex;
    gap: 0 .5em;
	justify-content: center;
}
body.home .sec02 .renewal dl div dt {
    border-bottom: 1px solid var(--color-Red);
}
body.home .sec02 .inner .text {
    margin: 0 0 -13em;
    padding: 0 5%;
    display: flex;
    gap: 1em 2em;
    z-index: 2;
    position: relative;
}
body.home .sec02 .inner .text .left {
	line-height: 1.6;
    flex-shrink: 0;
}
body.home .sec02 .inner .text .right {
    padding: .5em 0 0;
}
/*body.home .sec02 .inner .text01 {
	position: absolute;
	top: 0;
	left: 150px;
	line-height: 1.6;
}
body.home .sec02 .inner .text02 {
	position: absolute;
	top: 0;
	left: 500px;
	line-height: 2.4;
}
body.home .sec02 .inner .text03 {
	position: absolute;
	top: 200px;
	left: 500px;
	line-height: 2.4;
}*/
body.home .sec02 .inner :is(.box01, .box02) {
	position: absolute;
	width: 330px;
	padding: 2em 0;
	color: #fff;
	text-align: center;
    z-index: 2;
}
body.home .sec02 .inner :is(.box01, .box02) * {
    position: relative;
    z-index: 2;
}
body.home .sec02 .inner :is(.box01, .box02) p {
    font-size: 1.5rem;
}
body.home .sec02 .inner .box01 {
	background: var(--color-Red);
	left: 15px;
    bottom: 280px;
}
body.home .sec02 .inner .box02 {
	background: var(--color-Navy);
	right: 30px;
    bottom: -85px;
}
/*body.home .sec02 .inner .box01:after,
body.home .sec02 .inner .box02:after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
}
body.home .sec02 .inner .box01:after {
	max-width: 246px;
	background: url("../img/home/line_red.png") no-repeat right center;
	top: 303px;
    right: -240px;
}
body.home .sec02 .inner .box02:after {
	max-width: 300px;
	background: url("../img/home/line_navy.png") no-repeat left center;
	top: 108px;
    left: -171px;
}*/
body.home .sec02 .inner figure {
	margin-bottom: 1em;
}
body.home .sec02 .inner h3 {
	margin-bottom: 1em;
	line-height: 1.4;
}
body.home .sec02 .inner .btn-more {
	position: relative;
}
body.home .sec02 .inner .btn-more:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	background: url("../img/common/arrow_w.svg") no-repeat right center/cover;
	width: 120px;
	height: 7px;
	text-align: center;
	transform: translateX(-50%);
}
/*body.home .sec02 .inner .back {
    background: url("../img/home/map.png") no-repeat center center;
	background-size: 1000px auto;
	height: 1075px;
}*/
body.home .sec02 .inner .back {
    display: flex;
    align-items: center;
    justify-content: center;
}
body.home .sec02 .inner .back img {
	width: 954px;
    height: auto;
    filter: drop-shadow(2em 2em 2em rgb(0 0 0 / 5%));
    z-index: 1;
}
@media screen and (max-width: 1024px) {
	body.home .sec02 .renewal dl div {
	    line-height: 1.6;
	    gap: .5em;
	    align-items: center;
	    flex-direction: column;
	}
	body.home .sec02 .renewal dl {
	    gap: 1em;
	}
	body.home .sec02 .renewal dl div dt {
	    padding: 0 .5em;
	    color: #fff;
	    border-bottom: none;
	    background: var(--color-Red);
	}
	body.home .sec02 .renewal dl div.grandspa dt {
	    background: var(--color-Red);
	}
	body.home .sec02 .renewal dl div.chikugo dt {
	    background: var(--color-Navy);
	}
	body.home .sec02 .inner .text {
	    margin: 0;
	    flex-direction: column;
	}
	body.home .sec02 .inner :is(.box01, .box02) p {
	    font-size: 1.4rem;
	}
	body.home .sec02 .inner .box01 {
		width: 90%;
        max-width: 330px;
		top: 70px;
		bottom: auto;
        left: 50%;
        transform: translateX(-50%);
	}
	body.home .sec02 .inner .box02 {
		width: 90%;
        max-width: 330px;
	    left: 50%;
		bottom: 0;
	    transform: translateX(-50%);
	}
	/*body.home .sec02 .inner .box01:after {
		content: "";
		position: absolute;
        top: 423px;
        height: 210px;
        right: 100px;
		background: url("../img/home/line_red_sp.png") no-repeat center bottom;
		background-size: cover;
		max-width: 20px;
		width: 20px;
        z-index: -1;
	}
	body.home .sec02 .inner .box02:after {
		content: "";
		position: absolute;
		top: -100px;
        left: 100px;
		background: url("../img/home/line_navy_sp.png") no-repeat left center;
		background-size: cover;
		max-width: 20px;
		width: 20px;
		height: 100px;
	}*/
	body.home .sec02 .inner figure {
		margin-bottom: 0.5em;
	}
	body.home .sec02 .inner .btn-more {
		position: relative;
	}
	body.home .sec02 .inner .btn-more:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 50%;
		background: url("../img/common/arrow_w.svg") no-repeat right center/cover;
		width: 120px;
		height: 7px;
		text-align: center;
		transform: translateX(-50%);
	}
	body.home .sec02 .inner .back {
	    padding: 10em 0 18em;
	}
	body.home .sec02 .inner .back img {
	    width: 800px;
	    max-width: 800px;
	}
}
@media screen and (max-width: 768px) {
	body.home .sec02 {
		background-size: 90% auto;
		padding: 5em 0 10em;
	}
	body.home .sec02 .inner::before {
		top: 37em;
		left: 3%;
		width: 100%;
		max-width: 80px;
		z-index: 100;
		aspect-ratio: 80 / 80;
	}
	body.home .sec02 .inner::after {
		bottom: -9em;
		right: 1%;
		width: 100%;
		max-width: 130px;
		z-index: 100;
		aspect-ratio: 130 / 66;
	}
	body.home .sec02 .inner .box01 {
        top: 60px;
    }
    body.home .sec02 .inner .box02 {
        bottom: -60px;
    }
    /*body.home .sec02 .inner .box01:after {
        top: 377px;
        right: 104px;
    }
    body.home .sec02 .inner .box02:after {
		top: -82px;
        left: 83px;
    }*/
	body.home .sec02 .inner .back {
	    padding: 10em 0 15em;
	}
	/*body.home .sec02 .inner .text01 {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 auto 1em;
		line-height: 1.6;
	}
	body.home .sec02 .inner .text02 {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 auto 1em;
		line-height: 2.0;
	}
	body.home .sec02 .inner .text03 {
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
		line-height: 2.0;
	}*/
	/*body.home .sec02 .inner .back {
		background: url("../img/home/map.png") no-repeat center center;
		background-size: 1000px auto;
		height: 1075px;
	}*/
}

/* ------------------------------------------- */
body.home .sec03 figure {
	margin-bottom: 5em;
}
body.home .sec03 figure img {
    width: 100%;
	height: auto;
}
body.home .sec03 .inner.grandspa {
	background: url("../img/home/border_red.png") repeat-y center top;
    padding-top: 5em;
	position: relative;
}
body.home .sec03 .inner.grandspa:before {
	content: "";
    background: url("../img/common/pattern04.svg") center / cover no-repeat;
    position: absolute;
    opacity: .3;
    top: 0.5em;
    left: 8%;
    width: 100%;
	max-width: 349px;
    z-index: 100;
	aspect-ratio: 349 / 102;
}
body.home .sec03 .inner.grandspa .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.home .sec03 .inner.grandspa .block figure {
	width: 40%;
}
body.home .sec03 .inner.grandspa .block .text {
	width: 40%;
}
body.home .sec03 .inner.grandspa .block .text h3 {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
body.home .sec03 .inner.grandspa .block .text .txt {
	margin-bottom: 1em;
}
body.home .sec03 .inner.grandspa .block .text .btn-more {
	padding-left: 135px;
	color: var(--color-Red);
	position: relative;
}
body.home .sec03 .inner.grandspa .block .text .btn-more:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	background: url("../img/common/arrow_r.svg") no-repeat right center/cover;
	width: 120px;
	height: 7px;
	text-align: center;
}
body.home .sec03 .inner.chikugo {
	background: url("../img/home/border_navy.png") repeat-y center top;
    padding-top: 5em;
	position: relative;
}
body.home .sec03 .inner.chikugo:before {
	content: "";
    background: url("../img/common/pattern05.svg") center / cover no-repeat;
    position: absolute;
    opacity: .3;
    top: -1em;
    right: 8%;
    width: 100%;
	max-width: 203px;
    z-index: 100;
	aspect-ratio: 203 / 152;
}
body.home .sec03 .inner.chikugo .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.home .sec03 .inner.chikugo .block figure {
	order: 2;
	width: 40%;
}
body.home .sec03 .inner.chikugo .block .text {
	order: 1;
	width: 40%;
}
body.home .sec03 .inner.chikugo .block .text h3 {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
body.home .sec03 .inner.chikugo .block .text .txt {
	margin-bottom: 1em;
}
body.home .sec03 .inner.chikugo .block .text .btn-more {
	padding-left: 135px;
	color: var(--color-Navy);
	position: relative;
}
body.home .sec03 .inner.chikugo .block .text .btn-more:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	background: url("../img/common/arrow_n.svg") no-repeat right center/cover;
	width: 120px;
	height: 7px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	body.home .sec03 figure {
		margin-bottom: 2em;
	}
	body.home .sec03 .inner.grandspa {
		background: none;
		padding-top: 3em;
	}
	body.home .sec03 .inner.grandspa:before {
		top: 0.5em;
		left: 3%;
		width: 100%;
		max-width: 160px;
		aspect-ratio: 160 / 47;
	}
	body.home .sec03 .inner.grandspa .block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body.home .sec03 .inner.grandspa .block figure {
		width: 100%;
	}
	body.home .sec03 .inner.grandspa .block .text {
		width: 100%;
	}
	body.home .sec03 .inner.grandspa .block .text h3 {
		margin-bottom: 0.3em;
	}
	body.home .sec03 .inner.grandspa .block .text .txt {
		margin-bottom: 1em;
	}
	body.home .sec03 .inner.chikugo {
		background: none;
		padding-top: 3em;
	}
	body.home .sec03 .inner.chikugo:before {
		top: -1em;
		right: 5%;
		width: 100%;
		max-width: 100px;
		z-index: 100;
		aspect-ratio: 100 / 75;
	}
	body.home .sec03 .inner.chikugo .block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	body.home .sec03 .inner.chikugo .block figure {
		order: 1;
		width: 100%;
	}
	body.home .sec03 .inner.chikugo .block .text {
		order: 2;
		width: 100%;
	}
	body.home .sec03 .inner.chikugo .block .text h3 {
		margin-bottom: 0.3em;
	}
	body.home .sec03 .inner.chikugo .block .text .txt {
		margin-bottom: 1em;
	}
}
/* ------------------------------------------- */
body.home .sec04 .inner ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
body.home .sec04 .inner ul li {
    width: 48%;
	padding: 3em 3em;
	text-align: center;
}
body.home .sec04 .inner ul li h3 {
	margin-bottom: 0.5em;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	body.home .sec04 .inner ul li {
		width: 100%;
		padding: 2em .5em;
	}
	body.home .sec04 .inner ul li:first-child {
		margin-bottom: 2em;
	}
	body.home .sec04 .inner ul li h3 {
		margin-bottom: 0.3em;
	}
}
/* ------------------------------------------- */
body.home .sec05 .inner .box01 {
    display: grid;
    gap: 1em 2em;
    grid-template-columns: 1fr 1fr;
}
body.home .sec05 .inner .box01 .item .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
body.home .sec05 .inner .box01 .item .youtube iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	body.home .sec05 .inner .box01 {
	    grid-template-columns: 1fr;
	}
}

/* ----------------------------------------------
    company
---------------------------------------------- */
@media screen and (max-width: 768px) {
	body.company .sec01 .inner .table01 tbody th {
	    width: 100px;
	}
}

/* ----------------------------------------------
    form
---------------------------------------------- */
:is(body.contact, body.register) .step ol {
	width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 5em;
    align-items: center;
    justify-content: center;
}
:is(body.contact, body.register) .step ol::after {
    content: "";
    width: 90%;
    height: 1px;
    background: var(--color-Red);
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
:is(body.contact, body.register) .step ol li .num {
    width: 50px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid;
    display: grid;
    place-items: center;
}
:is(body.contact, body.register) .step ol li .num {
    background: var(--color-GrayL);
}
:is(body.contact, body.register) .step ol li.act .num {
    color: #fff;
    background: var(--color-Red);
}
@media screen and (max-width: 768px) {
	:is(body.contact, body.register) .step ol {
	    gap: 2em;
	}
}
/* ------------------------------------------- */
form > dl {
    display: grid;
    gap: 2em;
}
form > dl > div {
    display: flex;
    gap: 1em 2em;
    align-items: baseline;
}
form > dl > div > dt {
    width: 220px;
    padding: 0 0 0 .5em;
    border-left: 1px solid var(--color-Red);
    letter-spacing: 0;
    display: flex;
    gap: .5em;
    flex-shrink: 0;
    align-items: baseline;
    position: relative;
}
form > dl > div:has(textarea) > dt {
    margin: 0 0 auto;
}
form > dl > div > dt .required {
    padding: 0 .3em;
    line-height: 1.4;
}
form > dl > div > dd {
    width: 100%;
}
form input,
form select,
form textarea {
    width: 100%;
    height: 40px;
    padding: .2em 1em;
    background: var(--color-GrayL);
	border: 1px solid var(--color-GrayN);
    cursor: pointer;
}
form textarea {
    min-height: 180px;
}
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
    outline: none;
    border: 1px solid var(--color-GrayB);
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
	color: var(--color-GrayM);
	opacity: .5;
}
form .tel {
    display: flex;
    gap: .5em;
    align-items: center;
}
form .tel input {
    max-width: 90px;
}
form .address dl {
    display: grid;
    gap: 1em;
}
form .address dl > div {
    display: flex;
    gap: .5em 0;
    align-items: center;
}
form .address dl > div dt {
    width: 10em;
    flex-shrink: 0;
}
form .address dl > div dd {
    width: 100%;
}
form .address dl > div dd .zip {
    display: flex;
    gap: .5em;
    align-items: center;
}
form .address dl > div dd .zip input:nth-of-type(1) {
    max-width: 90px;
}
form .address dl > div dd .zip input:nth-of-type(2) {
    max-width: 130px;
}
form .address dl > div dd .zip .search {
    height: 40px;
    margin: 0 0 0 .5em;
    padding: 0 1em;
    color: #fff;
    background: var(--color-Red);
    text-align: center;
    display: grid;
    flex-shrink: 0;
    place-items: center;
}
form .address dl > div dd .select {
    max-width: 180px;
}
form .select {
	display: flex;
    align-items: center;
    position: relative;
}
form .select::after {
    content: "";
    width: .4em;
    aspect-ratio: 1;
    border-right: 1px solid var(--color-Red);
    border-bottom: 1px solid var(--color-Red);
    position: absolute;
    right: 1em;
    transform: rotate(45deg);
    pointer-events: none;
}
form .select select {
    padding-right: 2.5em;
}
form .check,
form .radio {
    display: flex;
    gap: .5em 1em;
    flex-wrap: wrap;
}
form .check li input[type="checkbox"],
form .radio li input[type="radio"] {
	display: none;
}
form .check li label,
form .radio li label {
	display: flex;
	gap: 0 .5em;
    align-items: center;
	cursor: pointer;
}
form .check li label span,
form .radio li label span {
	width: 1.5em;
    aspect-ratio: 1;
    background: var(--color-GrayL);
    border: 1px solid var(--color-GrayN);
    display: grid;
    flex-shrink: 0;
    place-items: center;
    transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
	transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
}
form .radio li label span {
	border-radius: 100vmax;
}
form .check li label span::before,
form .radio li label span::before {
    content: "";
    width: .5em;
    aspect-ratio: 7 / 10;
    margin: 0 0 .2em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    opacity: 0;
}
form .radio li label span::before {
    aspect-ratio: 1;
    margin: 0;
    background: #fff;
    border-right: none;
    border-bottom: none;
	border-radius: 100vmax;
    transform: rotate(0deg) translate(0);
    -ms-transform: rotate(0deg) translate(0);
    -webkit-transform: rotate(0deg) translate(0);
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    opacity: 0;
}
form .check li input:checked + label span,
form .radio li input:checked + label span {
	background: var(--color-Red);
	border-color: var(--color-Red);
}
form .check li input:checked + label span::before,
form .radio li input:checked + label span::before {
	opacity: 1.0;
}
form .agree .check {
    width: fit-content;
    margin: 0 auto;
    gap: 1em;
    flex-direction: column;
}
form .submit ul {
    display: grid;
    gap: 1em;
}
form .submit ul li button {
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin: 0 auto;
    background: var(--color-GrayN);
    display: grid;
    place-items: center;
}
form .submit ul li button.next {
    color: #fff;
    background: var(--color-Red);
}
@media screen and (max-width: 768px) {
	form > dl > div {
	    flex-direction: column;
	}
	form > dl > div > dt {
	    width: 100%;
	}
	form .address dl > div {
	    flex-direction: column;
	}
	form .address dl > div dt {
	    width: 100%;
	}
}
/* ------------------------------------------- */
.conf form > dl {
    padding: 0 0 2em;
    border-bottom: 1px solid var(--color-GrayN);
}
.conf form > dl > div {
    padding: 2em 0 0;
    border-top: 1px solid var(--color-GrayN);
}

/* ----------------------------------------------
    contact
---------------------------------------------- */
body.contact .sec01 .inner .box {
    display: grid;
    gap: 1em 4em;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
	body.contact .sec01 .inner p {
	    text-align: left;
	}
	body.contact .sec01 .inner .box {
	    grid-template-columns: 1fr;
	}
}
/* ------------------------------------------- */
body.contact .sec02 .inner p {
    letter-spacing: 0;
}
body.contact.end .sec .inner .btn03 a {
    border: none;
}
body.contact.end .sec .inner .btn03 a::after {
    display: none;
}

/* ----------------------------------------------
    privacy
---------------------------------------------- */
body.privacy .sec01 .inner h3 {
    margin: 0 0 .2em;
}
body.privacy .sec01 .inner .box {
    margin: 4em 0;
    padding: 4em 0;
    border-top: 1px solid var(--color-GrayN);
    border-bottom: 1px solid var(--color-GrayN);
    display: grid;
    gap: 3em;
}
body.privacy .sec01 .inner .box ul li {
    display: flex;
    gap: .5em;
    align-items: flex-start;
}
body.privacy .sec01 .inner .box ul li::before {
    content: "";
    width: .4em;
    aspect-ratio: 1;
    margin: .85em 0 0;
    background: var(--color-Black);
    border-radius: 100vmax;
    display: block;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    sitemap
---------------------------------------------- */
body.sitemap .sec01 .inner .box {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
body.sitemap .sec01 .inner .box ul li a {
    padding: .5em 0;
    display: block;
    border-bottom: 1px dashed var(--color-GrayN);
}
@media screen and (max-width: 768px) {
	body.sitemap .sec01 .inner .box {
	    display: grid;
	    gap: 1em;
	    grid-template-columns: repeat(1, 1fr);
	}
	body.sitemap .sec01 .inner .box ul {
	    display: grid;
	    gap: 0 1em;
	    grid-template-columns: 1fr 1fr;
	}
}

/* ----------------------------------------------
    login, logout
---------------------------------------------- */
body.login .sec01 .inner form {
    max-width: 360px;
}
body.login .sec01 .inner form > dl {
    display: grid;
    gap: 1em;
}
body.login .sec01 .inner form > dl > div {
    gap: 0;
    flex-direction: column;
}
body.login .sec01 .inner form > dl > div > dt {
    width: 100%;
    padding: 0;
    border-left: none;
}
body.login .sec01 .inner form input {
    background: #fff;
}
@media screen and (max-width: 768px) {
	:is(body.login, #logout) .sec01 .inner .box {
	    padding: 4em 0;
	}
	:is(body.login, #logout) .sec01 .inner .box p {
	    text-align: left;
	}
}

/* ----------------------------------------------
    password
---------------------------------------------- */
body.password .sec01 .inner form {
    max-width: 360px;
}
body.password .sec01 .inner form > dl {
    display: grid;
    gap: 1em;
}
body.password .sec01 .inner form > dl > div {
    gap: 0;
    flex-direction: column;
}
body.password .sec01 .inner form > dl > div > dt {
    width: 100%;
    padding: 0;
    border-left: none;
}
body.password .sec01 .inner form input {
    background: #fff;
}
body.password .sec01 .inner form .submit ul li button.next {
    background: var(--color-Black);
}
@media screen and (max-width: 768px) {
	body.password .sec01 .inner .box p {
	    text-align: left;
	}
}

/* ----------------------------------------------
    register
---------------------------------------------- */
body.register .sec01 .inner form :is(input, select) {
    background: #fff;
}
body.register .sec01 .inner form .check li label span {
    background: #fff;
}

/* ----------------------------------------------
    mypage
---------------------------------------------- */
body.mypage .sec01 .inner .list {
    display: grid;
    gap: 2em;
}
body.mypage .sec02 .inner .list {
    border-bottom: 1px solid var(--color-GrayN);
}
body.mypage .sec .inner .list li {
    padding: 4em;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
}
body.mypage .sec02 .inner .list li {
    border-top: 1px solid var(--color-GrayN);
}
body.mypage .sec .inner .list li .reserved {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
body.mypage .sec01 .inner .list li .reserved {
    color: #fff;
    background: var(--color-Red);
}
body.mypage .sec02 .inner .list li .reserved {
    background: var(--color-GrayN);
}
body.mypage .sec .inner .list li .img {
    flex-shrink: 0;
}
body.mypage .sec .inner .list li .img img {
    aspect-ratio: 260 / 160;
    object-fit: cover;
}
body.mypage .sec .inner .list li .text {
    width: calc(100% - 260px - 2em);
    display: grid;
    gap: .5em;
    align-content: flex-start;
}
body.mypage .sec .inner .list li .text h3 {
    line-height: 1.6;
}
body.mypage .sec .inner .list li .text .period dl {
    line-height: 1.4;
    display: flex;
    gap: .5em 1em;
    align-items: center;
}
body.mypage .sec .inner .list li .text .period dl::after {
    content: "";
    width: 1em;
    aspect-ratio: 1;
    background: url(/tsuchiwaki/avenue-group/assets/img/common/icon-arrow.svg) center / cover no-repeat;
    display: block;
    order: 2;
}
body.mypage .sec .inner .list li .text .period dl .in {
    order: 1;
}
body.mypage .sec .inner .list li .text .period dl .out {
    order: 3;
}
body.mypage .sec .inner .list li .detail {
    width: 100%;
    display: flex;
    gap: 2em 3em;
    align-items: center;
    justify-content: space-between;
}
body.mypage .sec .inner .list li .detail dl {
    line-height: 1.4;
    display: flex;
    gap: 3em;
}
body.mypage .sec .inner .list li .detail dl div {
    padding: 0 0 0 1em;
    border-left: 1px solid var(--color-GrayN);
}
body.mypage .sec .inner .list li .detail .btn02 {
    width: 100%;
    max-width: 360px;
}
body.mypage .sec03 .inner ul {
    display: flex;
    gap: 1em;
    align-items: center;
}
body.mypage .sec03 .inner ul li {
    width: 100%;
    max-width: 160px;
}
body.mypage .sec03 .inner ul li a {
    width: 100%;
    height: 50px;
    border: 1px solid var(--color-Black);
    display: grid;
    place-items: center;
}
@media screen and (max-width: 768px) {
	body.mypage .sec .inner .list li {
	    padding: 3em 5% 2em;
	}
	body.mypage .sec .inner .list li .img {
	    width: 100%;
	    text-align: center;
	}
	body.mypage .sec .inner .list li .text {
	    width: 100%;
	}
	body.mypage .sec .inner .list li .text .period dl {
		margin: 1em 0 0;
	    justify-content: center;
	}
	body.mypage .sec .inner .list li .text .period dl::after {
		display: none;
	}
	body.mypage .sec .inner .list li .detail {
	    flex-direction: column;
	}
	body.mypage .sec .inner .list li .detail dl {
	    gap: .5em 2em;
	    flex-wrap: wrap;
	}
}

/* ----------------------------------------------
    delete
---------------------------------------------- */
body.delete .sec01 .inner form .submit ul li button.prev {
	color: #fff;
    background: var(--color-Black);
}
body.delete .sec01 .inner form .submit ul li button.next {
	color: var(--color-Red);
    background: none;
    border: 1px solid;
}
@media screen and (max-width: 768px) {
	body.delete .sec01 .inner .box {
	    padding: 4em 0;
	}
	body.delete .sec01 .inner .box p {
	    text-align: left;
	}
}

/* ----------------------------------------------
    access-info (トップページ用)
---------------------------------------------- */
.access-info {
	margin: 0.5em 0;
	padding: 0.5em 0;
}
.access-info p {
	margin: 0.3em 0;
	line-height: 1.6;
}

/* ----------------------------------------------
    fixed-reserve-buttons (予約追従ボタン)
---------------------------------------------- */
.fixed-reserve-buttons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fixed-reserve-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	min-width: 260px;
	cursor: pointer;
}

.fixed-reserve-btn.grandspa {
	background: var(--color-Red);
}

.fixed-reserve-btn.chikugo {
	background: var(--color-Navy);
}

.fixed-reserve-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.fixed-reserve-btn .btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.fixed-reserve-btn .btn-icon svg {
	width: 24px;
	height: 24px;
}

.fixed-reserve-btn .btn-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}

.fixed-reserve-btn .btn-title {
	font-size: 14px;
	line-height: 1.2;
}

.fixed-reserve-btn .btn-sub {
	font-size: 11px;
	opacity: 0.9;
	font-weight: normal;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
	.fixed-reserve-buttons {
		bottom: 0;
        right: auto;
        left: 0;
        gap: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
	}
	
	.fixed-reserve-btn {
		min-width: auto;
		width: 100%;
        height: 55px;
        padding: .5em;
        gap: .2em;
        border-radius: 0;
        line-height: 1.4;
	}
	
	.fixed-reserve-btn .btn-icon {
		width: 28px;
		height: 28px;
	}
	
	.fixed-reserve-btn .btn-icon svg {
		width: 20px;
		height: 20px;
	}
	
	.fixed-reserve-btn .btn-title {
		font-size: 13px;
	}
	
	.fixed-reserve-btn .btn-sub {
		font-size: 12px;
	}
}

/* タブレット対応 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.fixed-reserve-buttons {
		bottom: 15px;
		right: 15px;
	}
	
	.fixed-reserve-btn {
		min-width: 230px;
	}
}

/* ----------------------------------------------
    social-links (SNSアイコン)
---------------------------------------------- */
.social-links {
	display: flex;
	gap: 16px;
	margin-top: 1.5em;
	flex-wrap: wrap;
	display: none;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #6b7280;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-icon:hover {
	background-color: #4b5563;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-icon svg {
	width: 20px;
	height: 20px;
}

/* Facebook用 */
.social-icon[aria-label="Facebook"]:hover {
	background-color: #1877f2;
}

/* Twitter/X用 */
.social-icon[aria-label="Twitter/X"]:hover {
	background-color: #000000;
}

/* Instagram用 */
.social-icon[aria-label="Instagram"]:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* LINE用 */
.social-icon[aria-label="LINE"]:hover {
	background-color: #00b900;
}

/* YouTube用 */
.social-icon[aria-label="YouTube"]:hover {
	background-color: #ff0000;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {
	.social-links {
		gap: 12px;
		margin-top: 1.2em;
	}
	
	.social-icon {
		width: 36px;
		height: 36px;
	}
	
	.social-icon svg {
		width: 18px;
		height: 18px;
	}
}

/* ----------------------------------------------
    bestrate
---------------------------------------------- */
body.bestrate .sec02 .inner .box01 {
    padding: 2em;
}
body.bestrate .sec02 .inner .box01 .item {
    padding: 1em;
    background: #fff;
    border-left: .5em solid var(--color-Brown);
}
body.bestrate :is(.sec03, .sec04, .sec07) .inner .box01 {
    padding: 2em;
    border: 1px solid var(--color-GrayN);
}
body.bestrate .sec03 .inner .box01 dl,
body.bestrate .sec04 .inner .box01 ul,
body.bestrate .sec07 .inner .box01 ul {
    display: grid;
    gap: .5em;
}
body.bestrate .sec03 .inner .box01 dl div {
    display: flex;
}
body.bestrate .sec03 .inner .box01 dl div dt,
body.bestrate .sec04 .inner .box01 ul li,
body.bestrate .sec07 .inner .box01 ul li {
    display: flex;
    gap: .3em;
    flex-shrink: 0;
    align-items: baseline;
}
body.bestrate .sec03 .inner .box01 dl div dt::before,
body.bestrate .sec04 .inner .box01 ul li::before,
body.bestrate .sec07 .inner .box01 ul li::before {
    content: "";
    width: .4em;
    aspect-ratio: 1;
    background: var(--color-Brown);
    border-radius: 100vmax;
    flex-shrink: 0;
    transform: translateY(-.13em);
}
body.bestrate .sec .inner .box01 .note {
    padding: 1em;
}
body.bestrate .sec03 .inner ul {
    padding: 0 0 0 1em;
    text-indent: -1em;
}
body.bestrate .sec05 .inner .box01 dl {
    display: grid;
    gap: 1em;
}
body.bestrate .sec05 .inner .box01 dl div dt {
	margin: 0 0 .5em;
    padding: 1em;
    color: var(--color-Brown);
    display: flex;
    gap: .5em;
    align-items: baseline;
}
body.bestrate .sec05 .inner .box01 dl div dt .mark {
    width: 2em;
    aspect-ratio: 1;
    border-radius: 100vmax;
    line-height: 1;
    display: grid;
    place-items: center;
}
body.bestrate .sec05 .inner .box01 dl div dd {
    padding: 0 1em;
}
body.bestrate .sec06 .inner .box01 {
    display: grid;
    gap: 1em 2em;
    grid-template-columns: 1fr 1fr;
}
body.bestrate .sec06 .inner .box01 .item {
    padding: 2em;
}
@media screen and (max-width: 768px) {
	body.bestrate .sec02 .inner .box01,
	body.bestrate :is(.sec03, .sec04, .sec07) .inner .box01 {
	    padding: 1.5em;
	}
	body.bestrate .sec03 .inner .box01 dl div {
	    display: block;
	}
	body.bestrate .sec06 .inner .box01 {
	    grid-template-columns: 1fr;
	}
}
