<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ã«ã¤ã„ã¦
========================================== */

.reserve-box {
	padding:0 0 30px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.reserve-box:nth-of-type(1) {
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.limit .reserve-box:nth-of-type(1) {
	padding-bottom: 30px;
}
.reserve-box + .reserve-box {
	margin-top: 80px;
}
@media only screen and (max-width:767px) {
	.reserve-box:nth-of-type(1) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.reserve-box + .reserve-box {
		margin-top: 30px;
	}
}
.tit-reserve {
	font-size: 22px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
}
@media only screen and (max-width:767px) {
	.tit-reserve {
		font-size: 16px;
	}	
}

p.tit-reserve + p {
	margin-top: 40px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	p.tit-reserve + p {
		text-align: left;
		padding: 20px;
		margin-top: 0;
	}
}

.txt-tip {
	font-size: 12px;
}
.txt-tip em {
	text-decoration: underline;
	color: rgb(191, 4, 4);
}
.txt-req {
	background: rgb(191, 4, 4);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
}
@media only screen and (max-width:767px) {
	.txt-req {
		font-size: 10px;
		padding: 5px 10px;
	}
}

/* ãŠå®¢æ§˜æƒ…å&nbsp;±
========================================== */

dl.plan + dl.plan {
	margin-top: 30px;
}
dl.plan &gt; dt {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top:30px;
}
dl.plan &gt; dt span {
	display: block;
	font-size: 14px;
}
dl.plan &gt; dd {
	padding-top: 20px;
}
@media only screen and (max-width:767px) {
	dl.plan &gt; dt {
		font-size: 14px;
	}
	dl.plan &gt; dt span {
		font-size: 12px;
	}
}

ul.plan-list {
	padding:0 30px 30px 30px;
}
@media only screen and (max-width:767px) {
	ul.plan-list {
		padding:0;
	}
}

ul.plan-list li {
	border: 1px solid #ccc;
	border-radius: 5px;
}
ul.plan-list li+li {
	margin-top:15px;
}
ul.plan-list li dl {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
ul.plan-list li dl dt {
	line-height: 1.4;
	padding: 0 10px 10px 10px;
}
ul.plan-list li dl dd {
	font-size: 14px;
	border-top: 1px dashed #ccc;
	padding: 10px 10px 0 10px;
	line-height: 1.4;
}
@media only screen and (max-width:767px) {
	ul.plan-list li dl dt {
		font-size: 14px;
	}
	ul.plan-list li dl dd {
		font-size: 13px;
	}
}

ul.plan-list li label {
	padding: 20px 10px;
	display: flex;
}
ul.plan-list li label &gt; div {
	width: 60px;
}
ul.plan-list li label span {
	text-align: right;
	margin-left: auto;
	display: block;
}
@media only screen and (max-width:767px) {
	ul.plan-list li label {
		padding: 10px 5px;
	}
}

/* æ”¯æ‰•ã„ã«ã¤ã„ã¦
========================================== */

ul.pay-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}
ul.pay-list li {
	max-width: 48%;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
@media only screen and (max-width:767px) {
	ul.pay-list {
		padding:15px 0;
		display: block;
	}
	ul.pay-list li {
		max-width: 100%;
	}
	ul.pay-list li + li {
		margin-top: 15px;
	}
}

ul.pay-list li label {
	display: flex;
	padding: 20px;
	align-items: center;
}
ul.pay-list li label &gt; div {
	width: 60px;
}
@media only screen and (max-width:767px) {
	ul.pay-list li label {
		padding: 10px;
		font-size: 14px;
	}
}

textarea {
	min-height: 10em;
}

/* ãŠå®¢æ§˜æƒ…å&nbsp;±
========================================== */

.customer &gt; dl:nth-of-type(1) {
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
	.customer &gt; dl:nth-of-type(1) {
		margin-top: 0;
	}
}

.customer &gt; dl {
	display: table;
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
.customer &gt; dl+dl {
	border-top: 1px solid #ccc;
}
.customer &gt; dl &gt; dt {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	line-height: 1;
}
.customer &gt; dl &gt; dd {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}
.customer &gt; dl &gt; dd input,
.customer &gt; dl &gt; dd textarea {
	width: 100%;
	padding: 10px 15px;
	border-radius: 5px;
}
@media only screen and (max-width:767px) {
	.customer &gt; dl {
		display: block;
	}
	.customer &gt; dl &gt; dt {
		font-size: 12px;
	}
	.customer &gt; dl &gt; dt {
		display: block;
		width: 100%;
	}
	.customer &gt; dl &gt; dd {
		display: block;
		width: 100%;
		margin-top:10px;
	}	
}


/* ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã®è£…é£¾
========================================== */

.cp_ipradio .option-input {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	top: 8px;
	width: 30px;
	height: 30px;
	margin-right: 1.0rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #d7cbcb;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipradio .option-input:hover {
	background: #d6a9a9;
}
.cp_ipradio .option-input:checked {
	background: #da3c41;
}
.cp_ipradio .option-input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '';
	text-align: center;
	background: url(../img/common/ic_check.svg) no-repeat 4px 6px;
	background-size: 18px;
}
.cp_ipradio .option-input:checked::after {
	position: relative;
	display: block;
	content: '';
	background: #da3c41;
}
.cp_ipradio .option-input.radio {
	border-radius: 50%;
}
.cp_ipradio .option-input.radio::after {
	border-radius: 50%;
}
.cp_ipradio label {
	line-height: 40px;
	display: block;
}
.cp_ipradio .option-input:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
.cp_ipradio .option-input:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: 'âœ–ï¸Ž';
	text-align: center;
}
.cp_ipradio .disabled {
	display: flex;
}

/* é€ä¿¡ãƒœã‚¿ãƒ³
========================================== */

ul.reserve-btn {
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
ul.reserve-btn li {
	text-align: center;
}
ul.reserve-btn li + li {
	margin-top: 20px;
}
ul.reserve-btn li a.btn-bk ,ul.reserve-btn li button.btn-bk {
	display:inline-block;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding:30px 60px;
	border-radius: 5px;
	text-align: center;
}
ul.reserve-btn li a.btn-wh  {
	display:inline-block;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-weight: bold;
	padding:20px 60px;
	border-radius: 5px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	ul.reserve-btn {
		margin-top: 0;
	},



	ul.reserve-btn li a.btn-bk ,ul.reserve-btn li button.btn-bk {
		width: 100%;
		padding:30px 15px;
	}
}

/* é€ä¿¡ãƒœã‚¿ãƒ³
========================================== */

dl.end {
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #eee;
}
dl.end dt {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
dl.end dd {
	text-align: center;
	margin-top: 10px;
}
@media only screen and (max-width:767px) {
	dl.end dt {
		font-size: 14px;
	}
	dl.end dd {
		font-size: 10px;
	}
}

/* ãƒ—ãƒ©ãƒ³ã‚¿ã‚¤ãƒˆãƒ«
========================================== */

p.tit-plan {
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
}
@media only screen and (max-width:767px) {
	p.tit-plan {
		font-size: 18px;
	}
}
p.tit-plan + dl.end {
	margin-top: 30px;
}

/**************************************************************************************
ãƒ•ãƒ­ãƒ¼
--------------------------------------------------------------------------------------

***************************************************************************************/

.flow-tit {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 60px;
}
.flow-tit em {
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
@media only screen and (max-width:767px) {
	.flow-tit {
		padding-bottom: 30px;
	}
	.flow-tit em {
		font-size: 16px;
		margin-top: 30px;
	}
}
ul.flow-list {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
ul.flow-list li {
	width: 100%;
	position: relative;
	padding-bottom:45px;
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	ul.flow-list li {
		font-size: 14px;
	}
}
ul.flow-list li::after {
	content: "";
	width: 2px;
	height: calc(100% - 50px);
	display: block;
	background: #000;
	position: absolute;
	top: 50px;
	left: 25px;
}
ul.flow-list li:last-of-type::after {
	display: none;
}
ul.flow-list li p.flow-list-tit {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
}
ul.flow-list li p.flow-list-tit span {
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	background: #fff;
}
ul.flow-list li .flow-txt {
	margin-top: 26px;
	padding-left: 80px;
}
@media only screen and (max-width:767px) {
	ul.flow-list li p.flow-list-tit {
		font-size: 18px;
	}
	ul.flow-list li .flow-txt {
		padding-left: 60px;
	}
}

.flow-btn {
	text-align: center;
	border-top: 1px solid #000;
	padding-top: 60px;
}
.flow-btn a {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 22px;
	padding: 25px 70px 30px;
	border-radius: 5px;
	line-height: 1;
}
@media only screen and (max-width:767px) {
	.flow-btn {
		padding-bottom: 30px;
	}
	.flow-btn a {
		width: 80%;
		text-align: center;
		font-size: 16px;
	}
}


.flow-kouza {
	border: 1px solid #000;
	padding: 15px 25px;
	margin-top: 10px;
	border-radius: 5px;
}

dl.reserve-comp {}
dl.reserve-comp dt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
dl.reserve-comp dd {
	text-align: center;
	padding: 60px 15px 30px;
}
@media only screen and (max-width:767px) {
	dl.reserve-comp dt {
		font-size: 16px;
		margin-top: 30px;
	}
	dl.reserve-comp dd {
		padding: 30px 0;
	}
}

dl.reserve-comp + ul.reserve-btn {
	margin-top: 0;
}


/* ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆ
========================================== */

dl.credit {
	border: 1px solid #ccc;
	padding: 30px 15px;
	margin-top: 30px;
}

dl.credit dt {
	text-align: center;
	font-size: 12px;
}

dl.credit dd {
	text-align: center;
	margin-top: 10px;
}

/* ã‚¨ãƒ©ãƒ¼è¡¨ç¤º
========================================== */

.txt-error {
	background:#ffe5e5;
	padding: 15px;
	position: relative;
	color: #d32f2f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.txt-error::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #ffe5e5 transparent transparent transparent;
	left: 50%;
	bottom: -26px;
	margin-left:-15px;
	position: absolute;
}
@media only screen and (max-width:767px) {
	.txt-error::after {
		border-width: 17.3px 10px 0 10px;
		bottom:-17px;
		margin-left: -10px;
	}

}

.customer dl dd .txt-error {
	margin-bottom: 30px;
}
.end + .txt-error {
	margin-top: 30px;
}
.end + .txt-error::after {
	display: none;
}
@media only screen and (max-width:767px) {
	p.tit-reserve + p.txt-error {
		text-align: center;
		margin-top: 20px;
	}
}</pre></body></html>