@charset "utf-8";

.OptionCatList .anchor-offset {
	margin-top: -70px !important;
	padding-top: 70px !important;
}

@media all and (min-width: 1280px) {
	.OptionCatList .anchor-offset {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

/* ----------------------------------- */

.Conversion__link .btn {
	justify-content: center;
}

.Conversion__link .btn span {
	font-size: 1.2rem;
}

.Conversion__link .btn .icon:first-child {
	margin-right: 6px;
}

@media all and (min-width: 414px) {
	.Conversion__link .btn {
		justify-content: space-between;
	}

	.Conversion__link .btn span {
		font-size: inherit;
	}

	.Conversion__link .btn .icon:first-child {
		margin-right: 15px;
	}
}

/* ----------------------------------- */

.cat-lbl {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cat-lbl li {
	display: flex;
	align-items: center;
}

.cat-lbl li .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background: rgba(79, 70, 70, 0.8);
	opacity: 0.1;
	font-size: 1.1rem;
	box-sizing: border-box;
	border-radius: 3px;
}

.cat-lbl li .name {
	margin-left: 10px;
	font-size: 1.2rem;
}

.cat-lbl li.-reqd {
	pointer-events: all;
}

.cat-lbl li.-reqd .icon {
	opacity: 1;
	cursor: help;
}

.cat-lbl li.reservation .icon::before {
	content: "予";
}
.cat-lbl li.reservation.-reqd .icon {
	background: #e9546b;/*background: #c03362;*/
}

.cat-lbl li.consent .icon::before {
	content: "同";
}
.cat-lbl li.consent.-reqd .icon {
	background: #65aadd;/*background: #814659;*/
}

.cat-lbl li.interview .icon::before {
	content: "問";
}
.cat-lbl li.interview.-reqd .icon {
	background: #f6ab00;/*background: #766168;*/
}


.cat-lbl li + li {
	margin-left: 20px;
}

/* ----------------------------------- */

.OptionCatList {
	padding: 0;
	list-style: none;
}

.OptionCatList__item {
}

.OptionCatList__item:last-child {
}

.OptionCatList__item .ui-accordion--item {
	
}

.OptionCatList__item .ui-accordion--item:last-child {
	border-bottom: none;
}

.OptionCatList__itemInner {
	border-top: 1px solid rgba(0,0,0,0.5);
}

.OptionCatList__item:last-child .OptionCatList__itemInner {
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.OptionCatList__cat {
	display: flex;
	align-items: center;
	padding: 25px 0;
	font-size: 1.6rem;
	position: relative;
}

.OptionCatList__cat > * {
	margin-top: 0;
}

.OptionList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.OptionList * {
	list-style: none;
}

.OptionList__item {
	border-top: 1px solid rgba(0,0,0,0.5);
}

.OptionList__item.-tableLbl {
	display: none;
}

.OptionCatListItem__ttl {
	font-size: 1.4rem;
	font-weight: bold;
}

.OptionList__cat {
	font-size: 2.0rem;
	font-family: var(--serif);
	padding: 20px 0;
	transform: scaleX(0.8);
	transform-origin: left center;
	line-height: 1.4;
}


.OptionList__inspection .OptionList__des {
	margin: 0;
	padding-bottom: 20px;
}

@media all and (min-width: 768px) {

	.OptionCatListItem__ttl {
        --_transform-scaleX: 0.8;

		font-size: 3rem;
        font-family: var(--serif);
        transform: scaleX(var(--_transform-scaleX));
        transform-origin: left center;
        line-height: 1.5;
        width: calc((1 / var(--_transform-scaleX)) * 100%);
        flex-shrink: 0;
	}

	.OptionCatList__cat {
		pointer-events: auto;
		cursor: auto;
		margin-top: 60px;
		padding: 20px 0;
		border-radius: 0;
		background-color: var(--color-bg);
		border-bottom: 1px solid rgba(0,0,0,0.5);
		z-index: 1;
	}

	.OptionCatList__cat:has(+ .ui-accordion--contents .PickupList) {
        border-bottom: 0;
    }


	.OptionCatList__cat .ui-accordion--icon {
		display: none;
	}

	.OptionCatList .ui-accordion--contents {
		height: auto !important;
		opacity: 1;
		overflow: visible;
	}

	.OptionList__cat {
		position: -webkit-sticky;
		position: sticky;
		align-self: flex-start;
		top: 80px;
		width: calc(var(--wcalc10-1) + 40px);
		font-size: 1.6rem;
		padding: 20px 0;
		box-sizing: border-box;
		writing-mode: vertical-lr;
	}

	.OptionList__inspection {
		width: calc(var(--wcalc10-9) + 40px);
	}

	.OptionList__inspection .OptionList__des {
		position: relative;
		padding: 40px 20px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		font-size: 1.4rem;
	}

	.OptionList__inspection .OptionList__des::before {
		position: absolute;
		content: '';
		width: 1px;
		height: calc(100% + 2px);
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.OptionList__item:first-child .OptionList__inspection .OptionList__des::before {
		height: calc(100% - 10px);
		top: auto;
	}

	.OptionList__item,
	.OptionList__item:first-child {
		display: flex;
		justify-content: space-between;
		border-color: rgba(0,0,0,0.2);
	}

	.OptionList__item:first-child {
		border-color: rgba(0,0,0,0.5);
	}
	
	.OptionList__item.-tableLbl .OptionList__cat,
	.OptionList__item.-tableLbl .inspection__ttl,
	.OptionList__item.-tableLbl .inspection__des,
	.OptionList__item.-tableLbl .inspection__price {
		margin-top: 0;
		font-size: 1.2rem;
		font-weight: bold;
		font-family: inherit;
		line-height: 1.5;
		writing-mode: horizontal-tb;
	}

	.OptionList__item.-tableLbl .OptionList__cat {
		position: static;
	}

	.OptionList__item .inspection__des {
		font-size: 1.2rem;
	}
}

@media all and (min-width: 1280px) {

	.OptionList__item .OptionList__cat {
		writing-mode: horizontal-tb;
	}

	.OptionList__cat {
		font-size: 3.0rem;
	}

	.OptionCatListItem__ttl {
		font-size: 5rem;
	}
}

/* ----------------------------------- */

.inspection__list {
	margin-left: 40px;
	padding: 0;
}

.inspection__item {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.inspection__lbl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inspection__item .cat-lbl {
	justify-content: space-between;
	margin-left: 10px;
}

.inspection__item .cat-lbl li {
	align-items: flex-start;
}

.inspection__item .cat-lbl li + li {
	margin-left: 5px;
}

.inspection__ttl {
	width: calc(100% - 80px);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.inspection__ttl small {
	display: block;
	margin-top: 5px;
	font-size: 1.15rem;
	color: rgba(0,0,0,0.5);
}

.inspection__subttl {
	font-size: 1.5rem;
	font-weight: bold;
}

.inspection__img {
	width: 50%;
	float: right;
	margin: 0 auto;
}

.inspection__img img {
	display: block;
	width: 100%;
}

.new .inspection__ttl::before,
.recommend .inspection__ttl::before {
	content: "おすすめ";
	display: block;
	width: fit-content;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 1px 5px;
	font-size: 1.0rem;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #e9546b;
	color: #fff;
}

.new .inspection__ttl::before {
	content: "NEW";
}

.inspection__price {
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	order: 3;
	
	& .inner {
		
	}
	
	& .ext {
		display: inline;
		font-size: 1.1rem;
	}
}

.inspection__des {
	margin-top: 5px;
	font-feature-settings: "palt";
	
	& > * {
		margin-top: 10px;
	}
	
	& > *:first-child {
		margin-top: 0;
	}
	
	& .footnote {
		margin: 1em 0 0;
	}
	
	& .order-footnote {
		margin: 1em 0 0;
	}
	
	& .table {
		line-height: 1.3;
		font-size: 90%;
		
		&.-fixed {
			table-layout: fixed;
		}
		
		& th {
			background-color: rgba(0,0,0,0.03);
		}
	}
	
	& .table--d-border th, & .table--d-border td {
		padding: 8px 2px;
		vertical-align: baseline;
	}
}

.inspection__des .sick__item {
	background-color: rgba(0,0,0,0.025);
	border: 1px solid rgba(0,0,0,0.03);
	font-size: 1.1rem;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 5px;
}

.inspection__des .sick__item svg {
	stroke-width: 1.5;
}

.inspection__des .sick__item dt,
.inspection__des .sick__item dd {
	display: inline;
}

.inspection__des .sick__item dt {
	padding-right: 0.6em;
	font-weight: bold;
}

.inspection__des .sick__item dd {
	margin-left: 0;
}

.inspection__des .sick__item dd::after {
	content: ' , ';
}

.inspection__des .sick__item dd:last-child::after {
	content: none;
}


@media all and (min-width: 768px) {

	.inspection__list {
		margin: 0;
	}

	.inspection__item {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 0;
	}

	.inspection__item:first-child {
		border-top: none;
	}

	.inspection__item > * {
		position: relative;
		padding: 20px;
		padding-right: 0;
		box-sizing: border-box;
	}

	.inspection__item > *::before {
		position: absolute;
		content: '';
		width: 1px;
		height: calc(100% + 2px);
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.inspection__item.pt > * {
		padding-top: 30px;
	}

	.inspection__item.pb > * {
		padding-bottom: 30px;
	}

	.inspection__item.pt > *::before {
		height: calc(100% - 10px);
		top: auto;
	}

	.inspection__item.pb > *::before {
		height: calc(100% - 10px);
		bottom: auto;
	}

	.inspection__lbl {
		flex-direction: column;
		align-items: flex-end;
		width: calc(var(--wcalc9-3));
	}

	.inspection__ttl {
		width: 100%;
		font-size: 1.4rem;
	}

	.inspection__item .cat-lbl {
		align-items: flex-end;
		width: auto;
		margin: 10px 0 0;
	}

	.inspection__des {
		width: calc(var(--wcalc9-3) + 110px);
		font-size: 1.3rem;
		margin-top: 0;
	}

	.inspection__price {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		flex-direction: column;
		order: 1;
		width: calc(var(--wcalc9-2));
		font-size: 1.3rem;
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
}


@media all and (min-width: 1280px) {

	.inspection__lbl {
		flex-direction: row;
		align-items: flex-start;
	}

	.inspection__item > * {
		padding: 20px;
	}

	.inspection__item .cat-lbl {
		margin-top: 0;
	}

	.inspection__price {
		font-size: 1.6rem;
		padding-right: 0;
		padding-left: 5px;
	}

	.OptionList__cat {
		width: calc(var(--wcalc10-2) + 40px);
	}

	.OptionList__inspection {
		width: calc(var(--wcalc10-8) + 40px);
	}
	
	.inspection__lbl {
		width: calc(var(--wcalc8-3) + 40px);
	}

	.inspection__des {
		width: calc(var(--wcalc8-4) + 40px);
	}

	.inspection__price {
		width: calc(var(--wcalc8-1) + 20px);
	}

	.inspection__img {
		width: 33.333%;
	}

}


/* ----------------------------------- */

.DownloadFiles {
	
}

.DownloadFiles > * {
	margin-top: 0;
}

.DownloadFiles > *:first-child {
	margin-top: 0;
}



/* -------------------------------------------------------------------------- */


.recommendOptionList {
	
}

.recommendOptionList a:hover {
	color: #000;
}

.recommendOptionList .OptionCatList__item {
	border-bottom: none;
}

.recommendOptionList .inspection__item {
	border-top-color: #fff;
}

.recommendOptionList .inspection__ttl {
	font-size: 2rem;
	font-weight: normal;
	font-family: var(--serif);
	transform: scaleX(0.9);
	transform-origin: left center;
}

.recommendOptionList .inspection__ttl small {
	font-size: 1.15rem;
	font-family: var(--sansserif);
	transform: scaleX(1.1);
	transform-origin: left center;
	color: inherit;
}

.recommendOptionList .recommendSpecial {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #827b7b;
	background-color: #a57ec4;
	color: #fff;
}

.recommendOptionList .recommendSpecial::before {
	position: absolute;
	left: -30px;
	top: 0;
	content: "";
	display: block;
	width: calc(100% + 60px);
	height: 100%;
	z-index: -1;
}

.recommendOptionList .recommendSpecial:nth-child(1),
.recommendOptionList .recommendSpecial:nth-child(1)::before {
	background-color: #9d71bf;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(2),
.recommendOptionList .recommendSpecial:nth-child(2)::before {
	background-color: #4b9fdd;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(3),
.recommendOptionList .recommendSpecial:nth-child(3)::before {
	background-color: #3cc4bf;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(4),
.recommendOptionList .recommendSpecial:nth-child(4)::before {
	background-color: #a4bb00;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(5),
.recommendOptionList .recommendSpecial:nth-child(5)::before {
	background-color: #f0a700;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(6),
.recommendOptionList .recommendSpecial:nth-child(6)::before {
	background-color: #ff6d5e;
	color: #fff;
}

.recommendOptionList .recommendSpecial:nth-child(7),
.recommendOptionList .recommendSpecial:nth-child(7)::before {
	background-color: #9d71bf;
	color: #fff;
}

.recommendOptionList .recommendSpecial .sick__item {
	background-color: rgba(0,0,0,0.1);
}

.recommendOptionList .recommendSpecial .cat-lbl {
	
}

.recommendOptionList .recommendSpecial .cat-lbl li.-reqd .icon {
	background: rgba(0,0,0,0.8);/*background: #c03362;*/
}

.recommendOptionList .inspection__list {
	margin-left: 0;
}

@media all and (min-width: 768px) {

	.recommendOptionList .recommendSpecial::before {
		display: none;
	}

	.recommendOptionList .inspection__ttl {
		font-size: 2.0rem;
	}

	.recommendOptionList .recommendSpecial {
		color: #fff;
		padding-left: 0;
		padding-right: 0;
	}

	.recommendOptionList .recommendSpecial {
		padding: 0;
	}
	
	.recommendOptionList .inspection__item.recommendSpecial > ::before {
		background: rgba(255,255,255,0.4);
	}
	
	.recommendOptionList .inspection__item.recommendSpecial > :first-child::before {
		background: rgba(0,0,0,0.4);
	}

}

@media all and (min-width: 1280px) {
	.recommendOptionList .inspection__ttl {
		font-size: 2.6rem;
	}
}


/* -------------------------------------------------------------------------- */


.PickupList {
    .inspection__item {
        padding-block: 40px 60px;
    }

    .inspection__item:first-child {
        border-top: 1px solid rgba(0,0,0,0.2);
    }

    .inspection__item:last-child {
        padding-block-end: 0;
    }

    .inspection__lbl {
        flex-direction: column;
        align-items: revert;
    }

    .inspection__ttl {
        width: 100%;
    }

    .inspection__ttl > h4 {
        --_transform-scaleX: 0.95;

        margin-top: 0;
        font-weight: bold;
        font-size: 160%;
        font-feature-settings: "palt";
        transform: scaleX(var(--_transform-scaleX));
        transform-origin: left;
        width: calc((1 / var(--_transform-scaleX)) * 100%);
    }

    .inspection__ttl > h4 > small {
        margin-top: 0;
        font-weight: 600;
    }

    .inspection__price {
        align-self: flex-end;
        width: revert;
        font-weight: normal;
        margin-top: 10px;
    }

    .inspection__price strong {
        font-size: 150%;
        font-weight: 600;
    }

    .inspection__des {
        container-type: inline-size;
        container-name: inspection-des;
        margin-top: 10px;
    }

    .inspection__container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .inspection__container .btn {
        margin-top: 18px;
    }

    .inspection__container .sick__item {
        margin-top: 14px;
        font-size: 1.2rem;
    }

    .inspection__container .sick__item dd::after {
        content: revert;
    }

    .inspection__container .sick__item + .footnote {
        margin-top: 1.6em;
    }

    .inspection__container > div {
        width: 100%;
    }

    .inspection__container > img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .inspection__subttl {
        margin-top: 0;
        font-size: 1.6rem;
    }

    .inspection__subttl + p {
        margin-top: 0;
    }

    .cat-lbl {
        width: fit-content;
        margin-left: 0;
    }

    .cat-lbl li .icon {
        width: fit-content;
        padding: 1px 5px;
    }

    .cat-lbl li.new .icon::before {
        content: "NEW";
    }

    .cat-lbl li.new.-reqd .icon {
        background: #e9546b;
    }

    .cat-lbl li.reservation .icon::before {
        content: "要予約";
    }

    .cat-lbl li.reservation.-reqd .icon {
        background: #c03362;
    }

    @container inspection-des (inline-size >= 600px) {
        .inspection__container {
            flex-direction: row;
            justify-content: space-between;
            grid-template-columns: 2fr 1fr;
            column-gap: 20px;
        }

        .inspection__container > div {
            width: var(--wcalc7-5);
        }

        .inspection__container > img {
            width: var(--wcalc7-2);
        }
    }

    @media all and (min-width: 768px) {
        .inspection__item {
            padding-block-end: 40px;
        }

        .inspection__item > *::before {
            background: rgba(0,0,0,0.1);
        }

        .inspection__item > *:first-child::before {
            content: revert;
        }

        .inspection__lbl {
            width: calc(var(--wcalc10-3) + 40px);
            padding-left: 0;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 20px;
        }

        .inspection__des {
            width: calc(var(--wcalc10-7) + 40px);
            margin-top: 0;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            font-size: 1.4rem;
        }

        .inspection__subttl {
            margin-top: 0;
        }
    }

    @media all and (min-width: 1280px) {
        .inspection__subttl {
            margin-top: 0;
            font-size: 1.8rem;
        }
    }
}

.PickupList + .OptionList {
    margin-top: 60px;
}

/* -------------------------------------------------------------------------- */


.BacktoHeader {
	padding: 15px 0;
	font-size: 1.1rem;
	text-align: right;
}

.BacktoHeader a {
	
}

@media all and (min-width: 1280px) {
	.BacktoHeader {
		
	}
}


