<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}

#container{
	background-color: #f5f5f5;
	width: 100%;
}

.sec-inner {
    width: 94%;
    margin: 0 auto;
}

.box-pc{
	display: none;
}
.box-sp{
	display: block;
}

.bold{
	font-weight: bold;
}

header.gHeader01{
	padding: 0;
	height: 55px;
	display: flex;
    align-items: center;
	background-color:#fff;
}

header.gHeader01 h1{
	display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

header.gHeader01 .logo{
	margin: 0 10%;
}
header.gHeader01 .logo img{
	height: 30px;
	max-width: none;
}

header.gHeader01 .tel{
	margin: 0 10%;
}
header.gHeader01 .tel img{
	height: 35px;
	max-width: none;
}

.entryform{
	max-width: 500px;
	margin:0 auto;
}


.progressbar img{
	width:100%;
}

h2.reserve-header{
	
}

h2.reserve-header img{
	width: 100%;
}

.reserve{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ',Meiryo,'nsjp_regular',"貂ｸ繧ｴ繧ｷ繝�け","Yu Gothic","貂ｸ繧ｴ繧ｷ繝�け菴�","YuGothic","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
}

.message{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 12px;
}

.message .big{
	font-size: 30px;
}




/*繧ｵ繝ｭ繝ｳ驕ｸ謚�*/

.box-reserve-salon{
    max-width: 310px;
    margin: 0 auto;
}

.box-reserve-salon .reserve-salon{
	border: 1px solid #cecece;
    border-radius: 6px;
    padding: 15px 10px;
    background-color: #fff;
    margin: 15px 0px;
}

.box-reserve-salon .reserve-salon .salonName{
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 5px;
}

.box-reserve-salon .reserve-salon .salonMap{
	margin: 4px 0;
	font-size: 12px;
}
.box-reserve-salon .reserve-salon .salonMap img{
	width:100%;
	margin:3px auto;
	display:block;
}

.box-reserve-salon .reserve-salon .salonHoliday{
	margin: 4px 0 4px 20px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/form/icon-holiday.png) no-repeat left 3px center;
    background-size: 26px;
    padding-left: 40px;
    line-height: 40px;
}
.box-reserve-salon .reserve-salon .salonAccess{
	margin: 4px 0 4px 20px;
    font-size: 14px;
    font-weight: bold;
    background: url(../img/form/icon-access.png) no-repeat left top;
    background-size: 30px;
    padding-left: 40px;
}


.box-reserve-salon .reserve-salon .selectSalon{
	display: block;
    width: 259px;
    height: 50px;
    margin: 8px auto 0px auto;
}

.box-reserve-salon .accordionHeader{
	margin: 14px auto 0;
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    background-image: url(../img/form/box-rectangle-white.png);
    background-repeat: no-repeat;
    background-size: 100% 58px;
}

.box-reserve-salon .accordionHeader:after{
    content: '';
    border: 0;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 47%;
    right: 37px;
    transform: translateY(-50%) rotate(135deg);
	transition: all 0.5s;
}

.box-reserve-salon .accordionHeader.open:after {
    transform: rotate(315deg);
}

.box-reserve-salon .accordionInner {
    display: none;
}



/*譌･譎る∈謚�*/
.box-inputinfo{
	border: 1px solid #d0d0d0;
    padding: 14px;
    margin: 18px auto;
    font-size: 14px;
    background-color: #fff;
    font-weight: bold;
}
.box-inputinfo .backlink{
	text-align: right;
    font-size: 12px;
	margin: 5px 0 0 0;
}
.box-inputinfo .backlink a{
	color: #065FD4;	
}

.box-reserve-date{
	padding:4px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}

/* .box-reserve-date:before {
	content: '';
    background: linear-gradient( 90deg, rgb(255, 255, 255, 0) 70%, rgb(255, 255, 255, 1) 100% );
    position: absolute;
    width: 100%;
    height: 100%;
} */

/*
.box-reserve-date:after{
	content: '';
    display: inline-block;
    background: url(../img/form/icon-arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -3px;
    top: 46px;
    width: 30px;
    height: 25px;
}*/

.arrow-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    margin: 15px auto 15px 18%;
}

.arrow-container .arrow {
	width: 24px;
    height: 24px;
    border-bottom: 3px solid #6c6c6c;
    border-right: 3px solid #6c6c6c;
    transform: rotate(-45deg);
    animation: move 2s infinite;
    margin: -2px;
}

@keyframes move{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateX(40px) rotate(-45deg);
	}
}

.arrow-container .arrow:nth-child(1){
	animation-delay: 0.15s;
}
.arrow-container .arrow:nth-child(2){
	animation-delay: 0.30s;
}
.arrow-container .arrow:nth-child(3){
	animation-delay: 0.45s;
}
.arrow-container .arrow:nth-child(4){
	animation-delay: 0.60s;
}

.box-reserve-date ul{
	overflow-x: scroll;
	display: flex;
}

.box-reserve-date ul li a{
	text-align: center;
	font-size: 25px;
    width: 88px;
    height: 88px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 8px;
	margin: 3px 5px 15px 5px;
	font-weight: bold;
	background: url(../img/form/box-square-white.png) no-repeat;
	background-size: contain;
	text-decoration: none;
}



.box-reserve-date ul li a.date-saturday{
	color:#1275d9;
}
.box-reserve-date ul li a.date-sunday{
	color:#f76767;
}
.box-reserve-date ul li a.date-holiday{
	background: url(../img/form/box-square-gray.png) no-repeat;
	background-size: contain;
    color: #fff;
}

.box-reserve-date ul li a .reserve-date{

}
.box-reserve-date ul li a .reserve-date-week{

}



.box-reserve-date ul li a.is_active{
    background: url(../img/form/box-square-green.png) no-repeat;
	background-size: contain;
    color: #fff;
}


.box-reserve-time{
	padding: 15px 20px;
	max-width: 450px;
	margin: 0 auto;
}

.box-reserve-time .note{
	font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin: 5px 0 15px;
}
.box-reserve-time ul li a.time-none{
	display: none;
}

.box-reserve-time ul li a.disable-datetime{
	pointer-events: none;
}


.box-reserve-time ul li div{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 11px 5px;
    background: url(../img/form/box-rectangle-white.png) no-repeat;
    background-size: 100% 50px;
}

.box-reserve-time ul li div:after {
    content: '';
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.box-reserve-time ul li a{
   text-decoration: none;
}

.box-reserve-time ul li a.disable-datetime div {
    background-image: url(../img/form/box-rectangle-gray.png);
    background-repeat: no-repeat;
    background-size: 100% 50px;
	color: #fff;
}
.box-reserve-time ul li a.disable-datetime div:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.box-reserve-time {
    display: none;
}

.box-reserve-time.is_active {
    display: block;
}

/*蜈･蜉帷判髱｢*/
.box-reserve-form{
	border: 1px solid #d0d0d0;
    background-color: #fff;
    padding: 14px;
    font-size: 17px;
    max-width: 450px;
    margin: 0 auto;
}

.box-reserve-form .formContent:not(:first-child){
	margin-bottom: 20px;
}

.box-reserve-form .flexbox{
	display: -webkit-box;
    display: -webkit-flex;
	display: flex;
}

.box-reserve-form .label{
	margin:8px 0px 5px 1px;
	font-weight: bold;
	font-size: 20px;
}

.box-reserve-form .label span.require{
	color: #D10F0F;
}

.box-reserve-form input[type="text"],.box-reserve-form input[type="email"],.box-reserve-form input[type="tel"]{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
    height: 40px;
    padding: 5px 8px;
    font-size: 20px;
	width: 94%;
}


.box-reserve-form textarea{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
    padding: 5px 8px;
    font-size: 20px;
	width: 91%;
}

.box-reserve-form .note{
	font-size: 12px;
    margin-left: 3px;
}

.box-reserve-form .clm2 li input{
	width: 80%;
}

.box-reserve-form .clm2 .label{
	font-size: 15px;
	margin: 6px 0;
}



.box-reserve-form label {
  position: relative;
  cursor: pointer;
  padding-left: 42px;
  line-height: 35px;
}

.box-reserve-form label::before,
.box-reserve-form label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.box-reserve-form label::before {
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  left: 5px;
}

.box-reserve-form label::after {
  background-color: #006DBD;
  border-radius: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 11px;
}

.box-reserve-form input:checked + label::after {
  opacity: 1;
}

.box-reserve-form input[type="radio"] {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

.box-reserve-form .radio_group {
	font-weight: bold;
	position: relative;
}

.box-reserve-form .radio_group &gt; div {
    margin: 10px 0;
}

.box-reserve-form .clm1 li{
	width: 96%;
}

.box-reserve-form .policy{
	height: 150px;
    overflow: scroll;
    border: 1px solid #8c8c8c;
    font-size: 12px;
    padding: 0px 4px;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.box-reserve-form form button{
    margin: 12px auto;
    border: none;
    background: none;
	
}

.box-reserve-form form button:hover{
	opacity: 0.8;
    filter: brightness(105%);
}

.box-reserve-form form button:active{
	-webkit-transform: translate(0,2px);
    -moz-transform: translate(0,2px);
    transform: translate(0,2px);
}


.box-reserve-form form .error-message{
	display: none;
}

.box-reserve-form form .error-message.error{
	display: block;
	color: #f54242;
    margin-top: 5px;
}

.box-reserve-form form input.error{
	background-color: #ffdfdf;
    border: 1px solid #db2e2e;
}

/*遒ｺ隱咲判髱｢*/

.box-reserve-confirm{
    max-width: 450px;
	width:100%;
    margin: 10px auto;
}

.box-reserve-confirm .message.notice{
	color: #D10F0F;
    font-size: 12px;
}

.box-reserve-confirm .table{
	border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 0 20px;
    margin: 10px 10px;
    background-color: #fff;
}

.box-reserve-confirm .table .field{
    padding: 20px 0;
	font-weight: bold;
}

.box-reserve-confirm .table .field:not(:last-of-type) {
    border-bottom: 1px solid #CBCBCB;
}

.box-reserve-confirm .table .field .name{
    font-size: 22px;
}
.box-reserve-confirm .table .field .value{
    font-size: 18px;
	margin: 5px 0;
}


.box-reserve-confirm form button{
    margin: 12px auto;
    border: none;
    background: none;
}

.box-reserve-confirm form button:hover{
	opacity: 0.8;
    filter: brightness(105%);
}

.box-reserve-confirm form button:active{
	-webkit-transform: translate(0,2px);
    -moz-transform: translate(0,2px);
    transform: translate(0,2px);
}

/*螳御ｺ�判髱｢*/

.box-reserve-thanks{
    max-width: 450px;
	width:100%;
    margin: 10px auto;
}

.box-reserve-thanks .thanks-header{
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

.box-reserve-thanks .thanks-content{
	background: url(../img/form/icon-thanks.png) no-repeat left center;
    background-size: 180px;
    background-position: -33px;
    padding-left: 136px;
    height: 180px;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.box-reserve-thanks .thanks-notice{
	background: url(../img/form/icon-notice.png) no-repeat left center;
    background-size: 45px;
    background-position: 13px;
    padding: 20px 20px 20px 70px;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background-color: #fff;
    margin: -15px 5px 0px 5px;
	font-weight: bold;
}
.box-reserve-thanks .thanks-notice .text{
	color: #D10F0F;
	font-size: 16px;
}

.box-reserve-thanks .link-close img{
	margin: 30px 0px;
}

@media screen and (min-width: 768px){
	.entryform{
		max-width: 600px;
	}
	
	.message{
		font-size: 34px;
	}

	.box-reserve-salon {
		max-width: 450px;
	}

}

/*PC繝ｬ繧ｹ繝昴Φ繧ｷ繝�*/
	.logo_pc{
		display: none;
	}

@media screen and (min-width: 1365px){
	#main{
		background-image: url(https://propia.co.jp/haircontact/gran/form/img/form/form-background_pc.png);
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: top;
		height: 900px;
		margin: 0 auto;
	}
	
	.reserve-header{
		display: none;
	}
	
	.entryform {
		height: 720px;
		margin-top: 55px;
		float: left;
		overflow: hidden scroll;
		width: 512px;
	}
	
	.logo_pc{
		display: block;
		float: left;
		width: 21vw;
		max-width: 350px;
		margin-left: 38vw;
		margin-right: 20px;
		margin-top: 60px;
	}
	
	.box-pc{
		display: block;
	}
	
	.box-sp{
		display: none;
	}	
	
	.datepicker.datepicker-inline{
		width: 100%;
	}
	
	.datepicker table.table-condensed{
		width: 90%;
		margin: 0 auto;
	    border-collapse: collapse;
		font-weight: bold;
		background-color: #aaa;
	}

	.datepicker thead tr:nth-child(1){
		display: none;
	}
	.datepicker thead tr:nth-child(2){
		height: 40px;
		background-color: #aaa;
	}
	.datepicker thead tr:nth-child(3){
		height: 40px;
		background-color: #bbb;
	}

	.datepicker tbody tr{
		height: 40px;
		background-color: #eaeaea
	}
	
	.datepicker td, .datepicker th{
		border-radius: 0px;
		width: 30px;
	}
	
	.reserve .message{
		font-size: 24px;
	}
	
	#selectedInfo{
		width: 90%;
		margin: 10px auto;
		padding: 0 5% 20px;
		font-size: 24px;
		font-weight: bold;
		border-bottom: 2px solid #aaa;
	}
	
	#selectedInfo a{
		color: #065FD4;
		font-size: 20px;
		text-decoration: underline;
	}
}
}
</pre></body></html>