/** ■Page: お問合せフォーム
***************************************/
/* PageTag */
.pg-saraformuy9f {
	position: relative;
	overflow: hidden;
}

/* 文字設定（p） */
.pg-saraformuy9f p {
	display: block;
	max-width: 100%;
	line-height: 1.88;
	letter-spacing: 0.03rch;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	font-weight: var(--fw-base);
}

.pg-saraformuy9f p.smaller {
	font-size: 14px;
	font-size: clamp(13px, calc(13px + ((1vw - 3.6px) * 0.1563)), 14px);
}

.pg-saraformuy9f p.larger {
	font-size: 17px;
	font-size: clamp(15.3px, calc(15.3px + ((1vw - 3.6px) * 0.26563)), 17px);
}

/* 注釈・小字（small） */
.pg-saraformuy9f small {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: 0rch;
	text-indent: 0em;
	font-size: 13px;
	font-size: clamp(12px, calc(12px + ((1vw - 3.6px) * 0.1563)), 13px);
	font-weight: 400;
}

/* 強調・中字（em） */
.pg-saraformuy9f em {
	display: block;
	max-width: 100%;
	line-height: 1.88;
	letter-spacing: 0.03rch;
	text-indent: 0.03rch;
	font-size: 18px;
	font-size: clamp(15.6px, calc(15.6px + ((1vw - 3.6px) * 0.375)), 18px);
	font-weight: 400;
}

/* 強調・大字（strong） */
.pg-saraformuy9f strong {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: 0.03rch;
	font-size: 27px;
	font-size: clamp(20.4px, calc(20.4px + ((1vw - 3.6px) * 1.03125)), 27px);
	font-weight: 500;
}

/* 太字（b.bold） */
.pg-saraformuy9f b.bold {
	line-height: 1;
	font-weight: 600;
}

/* 見出し（h1, h2, h3, h4, h5, h6） */
.pg-saraformuy9f :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	display: inline-block;
	z-index: 10;
	width: 100%;
	max-width: 100%;
}

/* 見出し画像 */
.pg-saraformuy9f :is(h1, h2, h3, h4, h5, h6):has(>img) {
	width: auto;
}

.pg-saraformuy9f :is(h1, h2, h3, h4, h5, h6)>img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* 見出し（.titolo） */
.pg-saraformuy9f h1 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: clamp(0.05em, calc(0.05em + ((1vw - 0.225em) * 0.25)), 0.15em);
	font-size: 33px;
	font-size: clamp(17px, calc(17px + ((1vw - 3.6px) * 2.5)), 33px);
	font-weight: 500;
}

.pg-saraformuy9f h2 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.03rch;
	text-indent: 0.03rch;
	font-size: 33px;
	font-size: clamp(20px, calc(20px + ((1vw - 3.6px) * 2.0313)), 33px);
	font-weight: 500;
}

.pg-saraformuy9f h3 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.03rch;
	text-indent: 0.03rch;
	font-size: 24px;
	font-size: clamp(17.4px, calc(17.4px + ((1vw - 3.6px) * 1.03125)), 24px);
	font-weight: 500;
}

.pg-saraformuy9f h4 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.06rch;
	text-indent: 0.06rch;
	font-size: 19px;
	font-size: clamp(16px, calc(16px + ((1vw - 3.6px) * 0.4688)), 19px);
	font-weight: 500;
}

.pg-saraformuy9f h5 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.03rch;
	text-indent: 0.03rch;
	font-size: 17px;
	font-size: clamp(15.3px, calc(15.3px + ((1vw - 3.6px) * 0.26563)), 17px);
	font-weight: 500;
}

.pg-saraformuy9f h6 {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0rch;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	font-weight: 500;
}

/* 水平線（underbar） */
.pg-saraformuy9f u.underbar {
	display: block;
	position: relative;
	width: 100px;
	max-width: 95%;
	height: 7px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	background-color: var(--c-assort-d1);
}

/* バッジ */
.pg-saraformuy9f .badge {
	font-weight: 600;
}

.pg-saraformuy9f .badge.is-melt::before {
	position: relative;
	top: 0.05em;
	display: inline-block;
	content: "※";
	margin: auto;
	line-height: 1;
	font-size: 115%;
}

/* パンくずリスト */
:is(*, .magique) .pg-saraformuy9f .bread-pullman {
	width: 880px;
	max-width: 92.5vw;
	height: auto;
	margin: 3rem auto 2rem;
}




/* レイアウト
-------------------------------------- */
/* mezzala（余白調整：ページ上） */
.adj-formUy9F-mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* mediano（余白調整：ページ下） */
.adj-formUy9F-medianoA {
	display: block;
	width: 100%;
	height: 3rem;
}


/* .section
-------------------------------------- */
.pg-saraformuy9f [class^="sect-formUy9F"] {
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
}

/* inner */
[class^="dept-formUy9F"] .division__intainer,
[class^="sect-formUy9F"] :is(.section__intainer,
	.form__intainer) {
	width: 880px;
	max-width: 92.5vw;
	height: auto;
}


/* .section
-------------------------------------- */
.pg-saraformuy9f .sect-formUy9F-Intro {
	width: 100%;
	height: auto;
  background: var(--c-assort-50);
}

.sect-formUy9F-Intro p {
	font-size: 14px;
}

.pg-saraformuy9f .sect-formUy9F-Intro em {
	margin-bottom: 1rem;
}

.pg-saraformuy9f .sect-formUy9F-Intro strong {
	margin-bottom: 1rem;
}

.sect-formUy9F-Intro .hgroup-wrapper {
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 1.3rem;
}




/* .content-form
-------------------------------------- */
.content-form {
	width: 100%;
	max-width: 100%;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 1rem 3rem;
	background: var(--c-assort-50);
	overflow: hidden;
}

/* デフォルト */
.content-form .content-text {
	display: inline-block;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.content-form .content-text.d-block_sp {
		display: block;
	}
}

.content-form .content-text.w-3e {
	width: 3em;
}

.content-form .content-text.w-4e {
	width: 4em;
}

.content-form .content-text.w-5e {
	width: 5em;
}

.content-form .content-text.w-6e {
	width: 6em;
}

.content-form .content-text.w-7e {
	width: 7em;
}

.content-form .content-text.w-8e {
	width: 8em;
}

.content-form .content-text.w-9e {
	width: 9em;
}

.content-form .content-text.x-small {
	width: 40%;
}

.content-form .content-text.small {
	width: 50%;
}

.content-form .content-text.semi-small {
	width: 60%;
}

.content-form .content-text.medium {
	width: 70%;
}

.content-form .content-text.semi-large {
	width: 80%;
}

.content-form .content-text.large {
	width: 90%;
}

.content-form .content-text.x-large,
.content-form .content-text.xx-large,
.content-form .content-text.full {
	width: 100%;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {

	.content-form .content-text.x-small {
		width: 20%;
	}

	.content-form .content-text.small {
		width: 30%;
	}

	.content-form .content-text.semi-small {
		width: 40%;
	}

	.content-form .content-text.medium {
		width: 50%;
	}

	.content-form .content-text.semi-large {
		width: 60%;
	}

	.content-form .content-text.large {
		width: 70%;
	}

	.content-form .content-text.x-large {
		width: 80%;
	}

	.content-form .content-text.xx-large {
		width: 90%;
	}

	.content-form .content-text.full {
		width: 100%;
	}
}

.content-form .input-number {
	margin-right: 1rem;
	float: left;
	text-align: center;
}

.content-form .error-message {
	clear: both;
	color: var(--c-error);
}


/* 予約フォーム オプション表示項目 */
.content-form input.booking-option-number {
	width: 3rem;
	text-align: right;
}

.content-form label.field-item {
	margin-right: 0.4rem;
}

.content-form label.field-item input {
	margin-right: 0.15rem;
}

/* 文字設定（p） */
.content-form p {
	font-size: 14px;
	font-size: clamp(13px, calc(13px + ((1vw - 3.6px) * 0.1563)), 14px);
}

/* display: table */
.content-form .d-table {
	display: table;
	vertical-align: middle;
}

.content-form .d-table>.uhead {
	display: table-cell;
	vertical-align: inherit;
}

.content-form .d-table>.uhind {
	display: table-cell;
	vertical-align: inherit;
}

/* display: table（PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .d-table_pc {
		display: table;
		width: 100%;
		vertical-align: middle;
	}

	.content-form .d-table_pc>.uhead {
		display: table-cell;
		vertical-align: inherit;
	}

	.content-form .d-table_pc>.uhind {
		display: table-cell;
		vertical-align: inherit;
	}
}


/* select */
.content-form select {
	background: var(--c-secondary);
}

.content-form select+.error-message {
	padding: 7px 0px 0px 0px;
}

.content-form option.disabled {
	color: #d1d8dc;
}

.content-form select#client-address1>option:nth-of-type(1) {
	color: rgba(0, 0, 0, .7);
}

.content-form .select:not(.is-multiple):not(.is-loading)::after {
	z-index: 4;
	top: 1.4em;
	right: 1.125em;
	border-color: #AAA;
}

.content-form .form__intainer {
	margin-top: 2rem;
	width: 880px;
	max-width: 96.25vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/* padding: 上  横  下 */
	padding: 0.5rem 1.5rem 1.5rem;
	background: hsla(0, 0%, 99%, 1);
}

.content-form fieldset {
	width: 99%;
	/* margin: 上  右  下  左 */
	margin: 0px auto 3rem auto;
	padding: 0;
	border: none;
}

.content-form fieldset>p {
	margin-bottom: 1rem;
}

/* 見出し */
.content-form legend {
	display: block;
	width: 100%;
}

.content-form .titolo-legend {
	font-size: 18px;
	font-size: clamp(16.4px, calc(16.4px + ((1vw - 3.6px) * 0.25)), 18px);
	font-weight: 500;
}

.content-form .titolo-confirm {
	font-weight: 500;
	font-size: 17px;
	font-size: clamp(15.4px, calc(15.4px + ((1vw - 3.6px) * 0.25)), 17px);
}



/* .form-wrapper（table）
-------------------------------------- */
.content-form .form-wrapper {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

.content-form .form-wrapper th {
	width: 100%;
	/* padding: 上  横  下 */
	padding: 0.75rem 0px 0.75rem;
	line-height: 1.88;
	font-size: 16px;
	font-size: clamp(15px, calc(15px + ((1vw - 3.6px) * 0.1563)), 16px);
	font-weight: 500;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .form-wrapper th {
		position: relative;
		width: 280px;
		min-width: 280px;
	}
}

.content-form .form-wrapper th small {
	display: inline-block;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.content-form .form-wrapper th label {
		position: relative;
	}
}

.content-form .form-wrapper td {
	width: 100%;
	max-width: 92.5vw;
	/* padding: 上  横  下 */
	padding: 1rem 0px 1rem;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .form-wrapper td {
		position: relative;
		width: auto;
		/* padding: 上  横  下 */
		padding: 1rem 1rem 1rem;
	}
}

/* thead */
.content-form .form-wrapper>thead th {
	width: 100%;
	max-width: 92.5vw;
	/* padding: 上  横  下 */
	padding: 0.75rem 0px 0.75rem;
}

/* tbody */
.content-form .form-wrapper>tbody th {
	background: var(--c-assort);
	color: #FFF;
}

.content-form .form-wrapper>tbody th,
.content-form .form-wrapper>tbody td {
	padding: 1.15rem 1.5rem 1rem 1.5rem;
	border-top: 1px solid hsla(0, 0%, 79%, 1);
	border-left: 1px solid hsla(0, 0%, 79%, 1);
	border-right: 1px solid hsla(0, 0%, 79%, 1);
}

/* （PC） */
@media print, screen and (min-width: 744px) {

}

.content-form .form-wrapper>tbody tr:first-of-type th {
	/* radius: 左上  右上  右下  左下 */
	border-radius: 10px 10px 0 0;
}

.content-form .form-wrapper>tbody tr:last-of-type td {
	border-bottom: 1px solid hsla(0, 0%, 79%, 1);
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.content-form .form-wrapper>tbody tr {
		display: flex;
		flex-direction: column;
	}
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .form-wrapper>tbody th {
		padding: 1.15rem 4rem 1rem 1.5rem;
		border-right: none;
		}
	.content-form .form-wrapper>tbody tr:first-of-type th {
		/* radius: 左上  右上  右下  左下 */
		border-radius: 10px 0 0 0;
	}
	
	.content-form .form-wrapper>tbody tr:first-of-type td {
		/* radius: 左上  右上  右下  左下 */
		border-radius: 0 10px 0 0;
	}
	
	.content-form .form-wrapper>tbody tr:last-of-type th {
		border-bottom: 1px solid hsla(0, 0%, 79%, 1);
		/* radius: 左上  右上  右下  左下 */
		border-radius: 0 0 0 10px;
	}
	
	.content-form .form-wrapper>tbody tr:last-of-type td {
		border-bottom: 1px solid hsla(0, 0%, 79%, 1);
		/* radius: 左上  右上  右下  左下 */
		border-radius: 0 0 10px 0;
	}
}




/* ラジオ・チェックボックス */
.content-form .form-wrapper>tbody :is(.trist-radio, .trist-checkbox) td {
	padding: 1.3em 1rem 1rem;
}

.content-form .form-wrapper>tbody input[type="radio"],
.content-form .form-wrapper>tbody input[type="checkbox"] {
	flex-shrink: 0;
	display: inline-block;
	vertical-align: -0.5px;
	accent-color: var(--c-auxily);
	margin-right: 0.3em;
}


/* .tride-column（縦並び） */
.content-form .form-wrapper>tbody .tride-column {
	display: flex;
	flex-direction: column;
}

.content-form .form-wrapper>tbody .tride-column>th {
	width: 100%;
	padding: 0.75rem 0px 0.75rem 2rem;
}

.content-form .form-wrapper>tbody .tride-column>th p {
	text-align: left;
}

.content-form .form-wrapper>tbody .tride-column>td {
	width: 100%;
	/* padding: 上  横  下 */
	padding: 1rem 0px 1.5rem;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .form-wrapper>tbody .tride-column {
		min-width: 831px;
	}

	.content-form .form-wrapper>tbody .tride-column>td {
		/* padding: 上  右  下  左 */
		width: 100%;
		padding: 1rem 1rem 1.5rem 2rem;
	}
}




/* .pinbadge（absolute） */
.content-form .badge.pinbadge {
	position: absolute;
	top: -0.1em;
	right: -3.8em;
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .badge.pinbadge {
		position: absolute;
		top: 1.3rem;
		right: 0.8rem;
	}

	.content-form .pos-relative>.badge.pinbadge {
		position: absolute;
		top: -0.1em;
		right: -3.8em;
	}
}


/* .curtain-container */
.content-form .curtain-container {
	width: 100%;
	max-width: 100%;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
	/* padding: 上  横  下 */
	padding: 10px 1.5rem 30px;
	overflow-y: auto;
	border: 1px solid #CCC;
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

.content-form .curtain-container p {
	font-size: 13px;
}

.content-form .curtain-container .titolo-division {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.content-form .curtain-container .titolo-paragraph {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.content-form .curtain-container ol {
	margin-bottom: 1em;
	padding-left: 2em;
	list-style-type: decimal;
}

.content-form .curtain-container ul {
	margin-bottom: 1em;
	padding-left: 2em;
	list-style-type: disc;
}

/* .tbl-checkbox（table）
-------------------------------------- */
.content-form .tbl-checkbox {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

.content-form .tbl-checkbox th {
	width: 100%;
	line-height: 1.88;
	font-size: 16px;
	font-size: clamp(15px, calc(15px + ((1vw - 3.6px) * 0.1563)), 16px);
	font-weight: 500;
}


/* （SP） */
@media screen and (max-width: 743.9px) {
  .content-form .tbl-checkbox th {
    display: block;
    	/* padding: 上  右  下  左 */
	padding: 1.15rem 1.5rem 0.5rem 1.5rem;
  }
  .content-form .tbl-checkbox td {
    display: block;
    	/* padding: 上  右  下  左 */
	padding: 1.15rem 1.5rem 1.5rem 1.5rem;
  }
}


/* （PC） */
@media print,
screen and (min-width: 744px) {
	.content-form .tbl-checkbox th {
		position: relative;
		width: 280px;
		min-width: 280px;
    	/* padding: 上  右  下  左 */
	padding: 1.15rem 4rem 1rem 1.5rem;
	}
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.content-form .tbl-checkbox th label {
		position: relative;
	}
}

.content-form .tbl-checkbox td {
	width: 100%;
	max-width: 92.5vw;
	/* padding: 上  横  下 */
	padding: 1rem 0px 1rem;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
}

/* #action-button */
.content-form #action-button .button {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

/* フォーム内フッター */
.content-form .form-footer {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 3rem;
}




/* MTS Simple Booking C：予約カレンダー
-------------------------------------- */
.pg-saraformuy9f .calendar-mark,
.pg-saraformuy9f .calendar-daylink,
.pg-saraformuy9f .booking-timelink {
	font-weight: 800;
	line-height: 1;
	font-family: 'Nanum Gothic', monospace;
	vertical-align: -0.06em;
}

.pg-saraformuy9f .calendar-mark {
	display: inline-flex;
	align-items: center;
	padding-bottom: 1px;
	color: #888;
	font-size: 1.6em;
}

.pg-saraformuy9f table .calendar-mark.vacant,
.pg-saraformuy9f table .calendar-daylink,
.pg-saraformuy9f .calendar-daylink {
	color: var(--c-assort-d1);
	font-size: 1.7em;
}

.pg-saraformuy9f .calendar-form {
	display: block;
	width: 880px;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
}

.pg-saraformuy9f :is(.monthly-calendar, .day-calendar) {
	position: relative;
	width: 880px;
	max-width: 92.5vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 3rem 1.5rem 2rem;
	background: hsla(0, 0%, 100%, 1);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	.pg-saraformuy9f :is(.monthly-calendar, .day-calendar) {
		/* padding: 上  横  下 */
		padding: 3rem 2rem 2rem;
	}
}



/* MTS Simple Booking C：マンスリーカレンダー
-------------------------------------- */
/* prev-next */
.pg-saraformuy9f .monthly-calendar caption {
	/* padding: 上  横  下 */
	padding: 0px 0px 8px;
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
}

.pg-saraformuy9f .monthly-prev-next {
	position: absolute;
	z-index: 10;
	top: 1.9rem;
	left: -1.1%;
	right: 0px;
	margin: auto;
	width: 88.6%;
	height: auto;
}

.pg-saraformuy9f .monthly-prev {
	margin-left: 0px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.3125)), 16px);
}

.pg-saraformuy9f .monthly-next {
	margin-right: 0px;
	float: right;
	font-weight: 700;
	font-size: 16px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.3125)), 16px);
}

.pg-saraformuy9f .monthly-prev span,
.pg-saraformuy9f .monthly-next span,
.pg-saraformuy9f .monthly-prev a,
.pg-saraformuy9f .monthly-next a {
	display: inline-flex;
	align-items: center;
}

.pg-saraformuy9f .monthly-prev>span::before,
.pg-saraformuy9f .monthly-prev>a::before {
	margin-right: 0.3em;
	content: "\f191";
	color: #CCC;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	font-size: clamp(21.8px, calc(21.8px + ((1vw - 3.6px) * 1.28125)), 30px);
	font-family: "Font Awesome 5 Free";
	vertical-align: -6px;
}

.pg-saraformuy9f .monthly-prev>span::before,
.pg-saraformuy9f .monthly-prev>a::before,
.pg-saraformuy9f .monthly-next>span::after,
.pg-saraformuy9f .monthly-next>a::after {
	width: 1em;
	height: 1em;
	background: #CCC;
	border-radius: 0.1em;
	line-height: 1;
	font-size: 1.7em;
	text-align: center;
	/* Material Symbols */
	color: #FFF;
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 1,
		'wght' 400;
}

.pg-saraformuy9f .monthly-prev>span::before,
.pg-saraformuy9f .monthly-prev>a::before {
	margin-left: 0.3em;
	content: "\e5de";
}

.pg-saraformuy9f .monthly-next>span::after,
.pg-saraformuy9f .monthly-next>a::after {
	margin-left: 0.3em;
	content: "\e5df";
}

.pg-saraformuy9f .monthly-prev .no-link,
.pg-saraformuy9f .monthly-next .no-link {
	color: #888;
}

.pg-saraformuy9f .monthly-calendar table {
	width: 100%;
	table-layout: fixed;
}

.pg-saraformuy9f .monthly-calendar table td:not([align]),
.pg-saraformuy9f .monthly-calendar table th:not([align]) {
	padding: 0;
	border: 1px solid #DDDDDD;
	text-align: center;
}

.pg-saraformuy9f .monthly-calendar .day-box.no-day {
	background-color: #FEFEFE;
}

.pg-saraformuy9f .monthly-calendar .day-box .day-number {
	padding: 2px 0px 1px;
	background: #F0F0F0;
}

.pg-saraformuy9f .monthly-calendar .week-title {
	font-weight: 400;
	font-size: 13px;
}

.pg-saraformuy9f .monthly-calendar td .calendar-mark {
	height: 4.5rem;
}




/* MTS Simple Booking C：デイカレンダー
-------------------------------------- */
.pg-saraformuy9f .day-calendar h3 {
	display: table;
	width: 100%;
	max-width: 92.5vw;
	margin-bottom: 12px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #003389;
	color: #003389;
	font-weight: 600;
	font-size: 24px;
	font-size: clamp(18.8px, calc(18.8px + ((1vw - 3.6px) * 8.125)), 24px);
	line-height: 1.5;
	text-align: justify;
}

.pg-saraformuy9f .day-calendar>p {
	font-weight: 500;
}

.pg-saraformuy9f .day-calendar table {
	width: 100% !important;
	max-width: 92.5vw !important;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;
}

.pg-saraformuy9f th.day-left,
.pg-saraformuy9f td.day-left {
	/* padding: 上  横  下 */
	padding: 4px 2rem 4px;
}

.pg-saraformuy9f th.day-right {
	/* padding: 上  横  下 */
	padding: 4px 37px 4px;
}

.pg-saraformuy9f td.day-right {
	/* padding: 上  横  下 */
	padding: 4px 40px 4px;
}

/* ※カレンダー下 */
.pg-saraformuy9f .monthly-calendar__bottom,
.pg-saraformuy9f .day-calendar__bottom {
	margin-top: 4px;
	font-size: clamp(11.8px, calc(11.8px + ((1vw - 3.6px) * 0.34375)), 14px);
	text-align: right;
}




/* ■MW WP Form
-------------------------------------- */
/* mw-ラジオ・チェックボックス */
.content-form .mw_wp_form .horizontal-item {
	display: inline-block;
	margin-right: 10px;
}

.content-form .mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0;
}

/* mw-エラーメッセージ */
.content-form .mw_wp_form span.error {
	display: block;
	color: var(--c-error);
	font-weight: 500;
	font-size: 93%;
	white-space: nowrap;
}

.content-form .mw_wp_form span.error::before {
	display: inline;
	content: "※";
}




/* ■Contact Form 7
-------------------------------------- */
/* ジャンプ位置の調整 */
.wpcf7-form {
	margin-top: -95px;
	padding-top: 95px;
}

/* 確認メッセージ */
.wpcf7-form .confirmed {
	display: none;
	padding: 0px 25px 30px;
	font-size: 19px;
	font-size: clamp(16px, calc(16px + ((1vw - 3.6px) * 0.4688)), 19px);
	color: hsla(0, 0%, 34%, 100);
}

/* 確認画面 */
.wpcf7-form.custom-wpcf7c-confirmed .confirmed {
	display: block;
}

.pg-saraformuy9f .custom-wpcf7c-confirmed .badge.is-plain.required {
	background: hsla(0, 0%, 88%, 1);
}

.custom-wpcf7c-confirmed .input [type=date][readonly],
.custom-wpcf7c-confirmed .input [type=datetime-local][readonly],
.custom-wpcf7c-confirmed .input [type=email][readonly],
.custom-wpcf7c-confirmed .input [type=month][readonly],
.custom-wpcf7c-confirmed .input [type=number][readonly],
.custom-wpcf7c-confirmed .input [type=password][readonly],
.custom-wpcf7c-confirmed .input [type=search][readonly],
.custom-wpcf7c-confirmed .input [type=tel][readonly],
.custom-wpcf7c-confirmed .input [type=text][readonly],
.custom-wpcf7c-confirmed .input [type=time][readonly],
.custom-wpcf7c-confirmed .input [type=url][readonly],
.custom-wpcf7c-confirmed .input [type=week][readonly],
.content-form .custom-wpcf7c-confirmed select,
.content-form .custom-wpcf7c-confirmed textarea {
	border: none;
	background: hsla(0, 0%, 98%, 1);
	box-shadow: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 25px 0px;
	padding: 0.2em 1em;
}




/* #confirm（確認ページ）
-------------------------------------- */
#confirm .ta-left_confirm {
	text-align: left;
}

#confirm .d-none_confirm,
#confirm .content-form .badge,
#confirm .content-form .select:not(.is-multiple):not(.is-loading)::after {
	display: none;
}

#confirm .content-text:is(.w-3e,
	.w-4e,
	.w-5e,
	.w-6e,
	.w-7e,
	.w-8e,
	.w-9e,
	.small,
	.semi-small,
	.medium,
	.semi-large,
	.large,
	.x-large,
	.xx-large,
	.full) {
	width: auto;
}

#confirm .content-form :is(.d-table>.uhead,
	.d-table>.uhind) {
	width: auto;
}

#confirm .content-form tr {
	background: transparent;
}

#confirm .content-form th {
	width: 100%;
	padding: 1rem 0px 1rem 1rem;
	background: hsla(0, 0%, 99%, 1);
}

#confirm .content-form td {
	width: 100%;
	/* padding: 上  横  下 */
	padding: 1rem 1rem 1pc;
	background: hsla(0, 0%, 99%, 1);
}

#confirm .content-form .form-wrapper>tbody th,
#confirm .content-form .tbl-checkbox th {
	border-left: none;
  background: hsla(0, 0%, 96%, 1);
	color: var(--c-text);
}

#confirm .content-form .form-wrapper>tbody th,
#confirm .content-form .form-wrapper>tbody td {
	border-left: none;
	border-right: none;
}

#confirm :is(.content-form .form-wrapper>tbody tr:first-of-type th,
	.content-form .form-wrapper>tbody tr:first-of-type td,
	.content-form .form-wrapper>tbody tr:last-of-type th,
	.content-form .form-wrapper>tbody tr:last-of-type td) {
	border-radius: 0;
}

#confirm .content-form .tride-column {
	display: flex;
	flex-direction: row;
	border-right: none;
	border-bottom: 1px dotted #dddddd;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	#confirm .content-form .tride-column {
		flex-wrap: wrap;
	}
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	#confirm .content-form th {
		width: 280px;
		text-align: left;
	}

	#confirm .content-form td {
		width: auto;
	}

	#confirm .content-form .tride-column th p {
		text-align: right;
	}
}

#confirm .content-form .tbl-checkbox th,
#confirm .content-form .tbl-checkbox td {
	border-top: 1px solid hsla(0, 0%, 79%, 1);
	border-bottom: 1px solid hsla(0, 0%, 79%, 1);
}




/* #thanks（サンクスページ）
-------------------------------------- */
#thanks .content-form .form__intainer {
	padding-top: 2.5rem;
}

#thanks .content-form .chest-wrapper.chestBA {
	width: 560px;
	max-width: 100%;
	height: auto;
	padding: 0;
}

#thanks .content-form .chest-wrapper.chestBB {
	width: 560px;
	max-width: 100%;
	height: auto;
	padding: 1.5rem 2rem 1.5rem;
	border-color: hsla(0, 0%, 84%, 1);
}




/* VK-お問い合わせセクション
---------------------------------------------- */
/* veu_card */
.pg-saraformuy9f .veu_card {
	width: 400px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid var(--c-text);
	padding: 0rem;
	border-radius: 0px;
}

.pg-saraformuy9f .veu_contact .contact_frame {
	width: 100%;
	overflow: hidden;
	background: hsla(0, 0%, 99%, 1);
	text-align: center;
}

.pg-saraformuy9f .veu_contact .contact_txt_catch {
	display: block;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.1em;
}

.pg-saraformuy9f .veu_contact .contact_txt_subTxt {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.pg-saraformuy9f .veu_contact .contact_txt_tel {
	/* Flex */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0.1em;
}

.pg-saraformuy9f .veu_contact .contact_txt_tel>b {
	font-family: "Roboto", sans-serif;
	letter-spacing: -0.01em;
	font-size: 30px;
	font-weight: 700;
	margin-left: 0.1em;
}

.pg-saraformuy9f .veu_contact .contact_txt_time {
	display: block;
	font-size: 12px;
}

.pg-saraformuy9f .veu_contact .contact_bt {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 0.9rem;
	padding: 0.6rem 1.5rem 0.5rem;
	border-radius: 2px;
	background: hsla(207, 0%, 67%, 1);
	color: #FFF;
	text-align: center;
}

.pg-saraformuy9f .veu_contact .contact_bt_txt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-size: clamp(15.3px, calc(15.3px + ((1vw - 3.6px) * 0.26563)), 17px);
}

.pg-saraformuy9f .veu_contact .contact_bt_subTxt {
	display: block;
	margin-top: 0rem;
	font-size: 12px;
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.1563)), 12px);
}




/* .division
-------------------------------------- */
.pg-saraformuy9f .dept-formUy9F-Endnote {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 2.5rem;
}