<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ™‚åˆ»è¡¨*/
	.timeTableWrapper h1 { width: 100%; padding: 5% 0; margin: 0 auto 5% auto; background: #e1666c; font-weight: 900; font-size: 1.6rem; font-size: 16px; font-weight: 400; color: white; text-align: center; position: relative;}
	.timeTableWrapper h1::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 32px;
		margin-right: 10px;
		background: url(/dpsp_d/images/shinkansen_icon02.gif);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: -10px;
	}
	.timeTableWrapper h1::after {
		content: '';
		width: 0;
		height: 0;
		margin-left: -8px;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #e1666c transparent transparent transparent;
		position: absolute;
		bottom: -8px;
		left: 50%;
	}

.JRSPPaddingBottom1{
    padding-bottom: 5px;
}

.JRSPSize1{
    width: 95%;
    margin: 3%;
    background-color: white;
    border-radius: 4px;
}

.JRSPSize2{
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 10px;
    margin: 3%;
}

.JRSPSize3{
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 3%;
}

.JRSPFormat1{
    display: inline-block;
    width: 70%;
}

.JRSPName1{
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}

.JRSPRoute1{
    margin-bottom: 3px;
    font-size: 15px;
}

.JRSPSeatInfo1{
    font-size: 15px;
}

.JRSPPriceDiff{
    display: inline-block;
    float: right;
    margin-top: 15px;
    width: 30%;
}
.JRSPPriceDiffInner{
    font-size: 20px;
    font-weight: bold;
    float: right;
}

.JRSPButtonFmt1{
    display: block;
    width: 55%;
    margin: 3% auto;
    text-align: center;
    color: white;
    background: #3ba0c4;
    border-radius: 4px;
    float: right;
}

.JRSPButtonFmt2{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}

.JRSPButtonFmt3{
    width: 40%;
    float: right;
    margin-right: 5%;
    margin-left: 5;
}

.JRSPButtonText1{
    display: block;
    padding: 10px 15px;
    color: white;
}

.JRSPChangeRouteFmt1{
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px dotted #333;
    margin: 3%;
    overflow: hidden;
}

.JRSPChangeRouteFmt2{
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px dotted #333;
    margin: 3%;
    height: 70px;
}

.JRSPDisplayBlock{
    display: block;
}

.JRSPPosition1{
    position: absolute;
    left: 10px;
    top: 20px;
}

.JRSPSelectFmt1{
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-bottom: 10%;
    background-color: white;
    border: 1px solid;
    appearance: auto;
}

/*2024/06/17 JRDPåˆ—è»Šè¨­å‚™æŒ‡å®šå¯¾å¿œ Add Hyron Start*/
.JRSPSelectFmt2{
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-bottom: 2%;
    background-color: white;
    border: 1px solid;
    appearance: auto;
}
/*2024/06/17 JRDPåˆ—è»Šè¨­å‚™æŒ‡å®šå¯¾å¿œ Add Hyron End*/

.JRSPWidth30{
    width: 30%!important;
    white-space: pre-wrap;
}

.JRSPWidth25{
    width: 25%!important;
}

.JRSPWidth20{
    width: 20%!important;
}

.JRSPWidth15{
    width: 15%!important;
}

.JRSPWidth10{
    width: 10%!important;
}

.JRSPGoSearchListChooseColor{
    background-color: #e8f6fd;
}

.JRSPBackSearchListChooseColor{
    background-color: #e8f6fd;
}

.JRSPGoSearchListChooseDisabledColor{
    background-color: lightgrey;
}

.JRSPBackSearchListChooseDisabledColor{
    background-color: lightgrey;
}

.JRSPTextFmt1{
     font-size: 1.1rem; 
     margin-left: 4%;
}

.JRSPTextFmt2{
     font-size: 1.1rem; 
     margin-left: 2%;
     margin-bottom: 10%;
}

.narrowJRFormWrapper ul li {
    font-size: 16px;
    margin-bottom: 2%;
    padding: 4%;
    border: 1px solid #666;
    border-radius: 4px;
}

.narrowJRFormWrapper h3 {
    margin-bottom: 4%;
    font-weight: 900;
    border-bottom: 1px dotted #333;
    line-height: 2.5;
}

.narrowJRFormContainer {
    width: 95%;
    margin: 0 auto;
}

.narrowJRFormWrapper 
 h3::before {
    content: '';
    display: inline-block;
    width: 1.2%;
    height: 1.5rem;
    margin-right: 2%;
    background: #333;
    vertical-align: -.2rem;
}

.narrowJRFormWrapper ul li input {
    margin-right: 2%;
    display: inline-block;
    vertical-align: 1px;
}

.marginLeft23{
    margin-left: -23%;
}

.confirmChangeJR {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 4%;
    font-size: 1.4rem;
    text-align: center;
    border: none;
    color: white;
    border-radius: 4px;
    display: inline-block;
    background-image: linear-gradient(#333, #292929);
    font-weight: bold;
}

.JRResearchModalBody1 { display: none; z-index: 100; position: fixed; width: 90%; min-width: 300px; background: white; padding-bottom: 2%; border-radius: 4px;top: 20px;left: 20px;}
.JRResearchModalBody2 { display: none; z-index: 100; position: fixed; width: 90%; min-width: 300px; background: white; padding-bottom: 2%; border-radius: 4px;top: 20px;left: 20px;}


#JRModal-overlay { z-index: 1; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 120%; background-color: rgba(0,0,0,0.75); cursor: pointer;}

.JRResearchWidth1{
    width: 100.3%;
}

.formWrapperJR { color: #333; clear: both;}
.formWrapperJR .formContainer h3.formLabel {
    margin-bottom: 5%;
    padding: 2% 0;
    text-align: center;
    background: #ffffff;
    position: relative;
    border-bottom: 5px solid #9d8177;
    border-top: 5px solid #9d8177;
    margin: 2%;
    font-weight: bold;
}

.formWrapperJR .formContainer h3.formLabel img { display: inline-block; width: auto; background: white; border-radius: 2px; vertical-align: middle; padding: 3px 4px;}
.formWrapperJR .formContainer h3.formLabel img:first-child { padding: 2px 3px;}
.formWrapperJR .formContainer h3.formLabel img:last-child { padding: 3px 4px;}

.formWrapperJR .formContainer .airConditionWrapper h3.formLabel::before {
	content: '';
	width: 20px;
	height: 22px;
	margin-right: 2%;
	display: inline-block;
	background: url(/dpsp_d/images/icn_air_black.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -.4rem;
}
.formWrapperJR .formContainer .busConditionWrapper h3.formLabel::before {
	content: '';
	width: 21px;
	height: 22px;
	margin-right: 2%;
	display: inline-block;
	background: url(/dpsp_d/images/icn_bus_black.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -.4rem;
}
.formWrapperJR .formContainer .jrConditionWrapper h3.formLabel::before {
	content: '';
	width: 21px;
	height: 22px;
	margin-right: 2%;
	display: inline-block;
	background: url(/dpsp_d/images/icn_bus_black.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -.4rem;
}
.formWrapperJR .formContainer .hotelConditionWrapper h3.formLabel::before {
	content: '';
	width: 21px;
	height: 22px;
	margin-right: 2%;
	display: inline-block;
	background: url(/dpsp_d/images/icn_hotel_black.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -.4rem;
}
.formWrapperJR .formContainer h3.formLabel::after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -8px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	/*2020 å›½å†…DPå¯¾å¿œãƒ•ãƒ­ãƒ³ãƒˆè£½é€&nbsp;  #31776ã®å¯¾å¿œ MOD START*/
	border-color: #9d8177 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	/*2020 å›½å†…DPå¯¾å¿œãƒ•ãƒ­ãƒ³ãƒˆè£½é€&nbsp;  #31776ã®å¯¾å¿œ MOD END*/
	left: 50%;
}

/*11JRå¤‰æ›´ç”»é¢ç”¨CSSâ†“*/
	/*.CHANGEJR .changeJRTitle { padding: 5px 15px; margin-bottom: 10px; background: red; border-radius: 5px; color: white; font-size: 1.6rem; font-size: 16px;}*/

	.CHANGEJR .priceBoxContainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
	}
	.CHANGEJR .priceTableBox table { width: 470px; margin-top: 20px; /*margin-top: 5px;*/ /*padding: 1px;*/ border: 2px solid #444; /*border-collapse: separate;*/}
	.CHANGEJR .priceTableBox table td { border: none; padding: 5px 10px;}
	.CHANGEJR .priceTableBox table td.priceTableTdLabel { width: 20%; background: #444; color: white; text-align: left;}
	.CHANGEJR .priceTableBox table td.priceTableTdPeople { width: 50%; text-align: left;}
	.CHANGEJR .priceTableBox table td.priceTableTdPeople ul li { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed gray; clear: both;}
	.CHANGEJR .priceTableBox table td.priceTableTdPeople ul li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
	.CHANGEJR .priceTableBox table td.priceTableTdPeople ul li span.label { float: left;}
	.CHANGEJR .priceTableBox table td.priceTableTdPeople ul li span.number { float: right;}
	.CHANGEJR .priceTableBox table td.priceTableTdPrice { width: 50%; padding-left: 10%; text-align: right; font-weight: 900; font-size:  1.6rem; font-size: 16px; color: red; vertical-align: bottom;}
	.CHANGEJR .priceTableBox .priceTableCampaign td.priceTableTdPrice span { display: block; margin-bottom: 10px; border: 2px solid red; font-size: 12px; font-size: 1.2rem; color: red; text-align: center; position: relative;}
	.CHANGEJR .priceTableBox .priceTableCampaign td.priceTableTdPrice span::before,
	.CHANGEJR .priceTableBox .priceTableCampaign td.priceTableTdPrice span::after { position: absolute; left: 50%; top: 100%; border: solid transparent; content: ''; height: 0; width: 0; border-width: 8px; margin: 0 0 0 -8px;}
	.CHANGEJR .priceTableBox .priceTableCampaign td.priceTableTdPrice span:before { border-top-color: red; margin-left: -4px;}
	.CHANGEJR .priceTableBox .priceTableCampaign td.priceTableTdPrice span:after { border-top-color: #FFFFFF; margin: -3px 0 0 -4px;}

	.CHANGEJR .campaignNoticeBox { width: 470px; margin-top: 20px; padding: 10px; border: 1px solid #333;}
	.CHANGEJR .campaignNoticeBox h3 { color: #ff0000; margin-bottom: 10px;}

	.CHANGEJR .changeJRBtnBox { margin: 20px 0; /*padding: 10px;*/ /*background: #ffe1cc;*/ text-align: center; clear: both;}
	.CHANGEJR .changeJRBtnBox ul li.changeJRBtnChange { display: inline-block; margin-left: 10px; background: #f58500; border-radius: 4px; box-shadow: 0px -3px 0px 0px #c46a00 inset;}
	.CHANGEJR .changeJRBtnBox ul li.changeJRBtnChange a { display: block; padding: 10px 15px; color: white;}
	.CHANGEJR .changeJRBtnBox ul li.changeJRBtnChange a:hover { text-decoration: none;}

	.changeConditions { width: 100%; text-align: right;}
	.changeConditions p { display: inline-block; margin: 5px 0; border: 2px solid #3ba0c2; border-radius: 4px;}
	.changeConditions p a { display: block; padding: 10px 15px; color: #3ba0c2;}
	.changeConditions p a::after {
		content: '';
		display: inline-block;
		width: 24px;
		height: 22px;
		margin-left: 5px;
		background: url(../images/icn_re.png);
		background-repeat: no-repeat;
		background-size: cover;
		vertical-align: -6px;
	}
	.changeConditions p a:hover { text-decoration: none;}
/*11JRå¤‰æ›´ç”»é¢ç”¨CSSâ†‘*/

/*12ãƒ›ãƒ†ãƒ«è¿½åŠ&nbsp;ãƒ»å¤‰æ›´ç”»é¢ç”¨CSSâ†“*/
	/*.CHANGEHOTEL .resultAreaContainer { margin: 0; padding: 0; background: none;}*/
	.CHANGEHOTEL .topBtnBox { width: 960px; margin-bottom: 10px; padding-left: 230px; float: right;}
	.CHANGEHOTEL .topBtnBox .btnBackToSearch { float: right;}
/*12ãƒ›ãƒ†ãƒ«è¿½åŠ&nbsp;ãƒ»å¤‰æ›´ç”»é¢ç”¨CSSâ†‘*/

/*41JRå¤‰æ›´ç”»é¢0ä»¶ç”¨CSSâ†“*/
	.CHANGEJR .changeJRTitle { margin-bottom: 20px; padding: 10px; background: red; font-size: 16px; font-size: 1.6rem; color: white; border-radius: 4px 4px 0 0;}
		/*ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ä¸Šæ›¸ã*/
		.CHANGEJR .tabSearch { display: none;}
		.CHANGEJR .searchInner { min-height: auto;}
		.CHANGEJR .searchRoomBox { display: none;}
/*41JRå¤‰æ›´ç”»é¢0ä»¶ç”¨CSSâ†‘*/

/*42ãƒ›ãƒ†ãƒ«è¿½åŠ&nbsp;ãƒ»å¤‰æ›´ç”»é¢0ä»¶ç”¨CSSâ†“*/
	.CHANGEHOTEL .topBtnBox_noTour { padding: 0; float: none; overflow: hidden; text-align: center;}
	.CHANGEHOTEL .topBtnBox_noTour:last-child { margin: 10px 0 0 0;}
	.CHANGEHOTEL .topBtnBox_noTour ul li.btnChangeCondition { margin-right: 10px;}
	.CHANGEHOTEL .topBtnBox_noTour ul li.btnChangeCondition, .CHANGEHOTEL .topBtnBox_noTour ul li.btnBackToSearch { float: none; display: inline-block;}
	.CHANGEHOTEL .resultNumber { clear: both;}

		/*ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ä¸Šæ›¸ã*/
		.CHANGEHOTEL .tabSearch,
		.CHANGEHOTEL .tripTypeBox,
		.CHANGEHOTEL .numberOfRoom,
		.CHANGEHOTEL .roomDetailSelectBox,
		.CHANGEHOTEL .searchRoom { display: none;}
		.CHANGEHOTEL .searchRoomBox .hiddenCheckBox { display: block;}
		.CHANGEHOTEL .searchInner { min-height: auto;}
		.CHANGEHOTEL .cont { height: 110px;}
/*42ãƒ›ãƒ†ãƒ«è¿½åŠ&nbsp;ãƒ»å¤‰æ›´ç”»é¢0ä»¶ç”¨CSSâ†‘*/

/*130ãƒ»131 ãƒ„ã‚¢ãƒ¼é¸æŠžç¢ºèªç”»é¢ç”¨CSS*/
	.distanceTableBox table td.airTd dl dd { width: 70%;}
	.busDetailInfo h3 { background: #ccc; padding: 2%; margin: 2% 0;}
	.busDetailInfo .planDetailInfoTextBox p { padding: 2%; border: 2px solid gray;}
	.busDetailInfo table { border-collapse: separate;}
	.busDetailInfo table tr, .busDetailInfo table td { border: none;}
	#priceTableContainer { width: 100%; margin: 0 auto 2% auto; border: 1px solid gray;}
	

.limitTrainBox {
    width: 100%;
    margin-left: 1%;
}

/*2024/06/17 JRDPåˆ—è»Šè¨­å‚™æŒ‡å®šå¯¾å¿œ Add Hyron Start*/
.limitTrainBox_Border {
    margin-top: 8%;
}
/*2024/06/17 JRDPåˆ—è»Šè¨­å‚™æŒ‡å®šå¯¾å¿œ Add Hyron End*/

.limitTrainBox .active{
    border-top: 5px solid #3ba0c2;
    border-right: 1px solid #4c4c4c;
    border-left: 1px solid #4c4c4c;
    border-bottom: none;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    background: white;
    cursor: unset;
    color:#2e2e2e;
}

.limitTrainBox .disabled{
    background-color: #cccccc;
    cursor: default;
}

.limitTrainBoxInner {
    border: 1px solid #aaa;
    border-bottom: none;
    height: 40px;
    width: 130px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
    color: #666;
    background: #f2f1ee;
    font-size: 14px;
}

.limitTrainBoxIcn {
    display: inline-block;
}

.limitTrainIcn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  color: #00a0e9;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #00a0e9;
  background-color: #e8f6fd;
  cursor: pointer;
}

.JRfontRedColor{
    color: #ff2800!important;
    font-size: 15px!important;
}

.nextTrainBox {
    text-align: center;
    border: 1px solid gray;
    width: 98%;
    border-spacing: 0px;
    margin-left: 1%;
}

.nextTrainBoxInner {
    font-size: 15px;
    color: #3ba0c2;
    padding: 15px 5px;
    cursor: pointer;
    font-weight: bold;
}

.resultNumber { width: 95%; margin-left: 9px; margin-bottom: 20px; padding: 10px; border: 1px solid #656565; text-align: center; color: red; font-weight: 900; font-size: 1.6rem; font-size: 16px; background: #f2f1ed;}
.NoTourText { width: 95%; margin-left: 9px; margin-bottom: 20px; padding: 10px; border: 1px solid gray; background: #ffffed; text-align: center; font-weight: 900; font-size: 1.6rem; font-size: 13px;}


.jrSelectedInfoHotelControl {
    text-align: center;
}

.jrSelectedInfoHotelControl a {
    display: inline-block;
    background: #3ba0c2;
    border-radius: 5px;
    color: white;
    margin: 5px;
    padding: 5px;
    width: 340px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    cursor: pointer;
}

.jrAddStyleFont1 {
    padding-left:10px!important;
    font-weight:900!important;
}

.jrAddStyleWidth50 {
    width: 50%!important;
}

.jrAddStyleHeight95 {
    height: 95%!important;
}

.jrAddStyleWidth80 {
    width: 80%!important;
}

.jrAddStyleWidth90 {
    width: 90%!important;
}

.jrAddPaddingBottom2 {
    padding-bottom: 2%!important;
}

.jrAddPaddingBottom4 {
    padding-bottom: 4%!important;
}

.jrAddPaddingTop4 {
    padding-top: 4%!important;
}

.jrAddStyleFont2 {
    left: -55%!important;
    position: relative!important;
    top: 15px!important;
    width: 100%!important;
}

.tabJR {
	overflow-y: auto;
	height: 87%;
	overflow-x: hidden;
}

.btnSearchJR {
	font-size: 1.8rem;
	font-size: 18px;
	display: block;
	width: 85.5%;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	bottom: 3.5%;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #ff8a00;
}

.btnSearchJRDisabledColor {
	background-color: #888888a3!important;
}

.confirmBtnWrapperJR {
    position: fixed;
    width: 90%;
    background: white;
    padding-bottom: 1%;
    bottom: 2%;
    padding-top: 1.5%;
    border-radius: 0px 0px 3px 3px;
}

.jrGreyColorButton1 {
    background:#888888a8!important;
}

.jrSelectedInfoHotelControl a:hover { text-decoration: none;}

.fade { opacity: 1; transition: all .3s;}
.fade:hover { opacity: .7;}

#loading img{
    width: auto;
}

.modalCloseBtnJRSelectTrain {
    font-size: 14px!important;
    color: white;
}

.modalHeader.JRResearchWidth1 h1 {
    width: 70%;
}
</pre></body></html>