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

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main * {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}
main img {
    width: 100%;
    height: auto;
}
.search_kokunaiBar .serchBox &gt; ul {display: none!important;}
.disnone {display:none!important;}
.pink {color: #F69;}

#useWrap .inner {background: #fef4f4;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	width: 100%;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	padding: 5% 0;
	text-align: center;
	background: url(../images/main.png) no-repeat;
	background-size: cover;
}
h1 small {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    display: block;
    margin: 2% 0;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*------------------------------
DT新機能
------------------------------*/
#osusume_point ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}
#osusume_point li {
    box-shadow: 0px 0px 5px 0px #B6B6B6;
    margin-bottom: 15px;
    padding: 10px;
}
#osusume_point dt {
    color: #0169B7;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
#osusume_point dd {margin: 15px 0;}
#osusume_point dd img {
    margin: auto;
    width: fit-content;
	height: 48px;
    display: block;
}
#osusume_point dd:last-child {font-size: 14px;}

/*------------------------------
日本旅行のJR+宿泊セットプランとは？
------------------------------*/
#about_jrset,
#about_jrset h3{
	text-align: center;
	font-size: 14px;
}
#about_jrset h3{font-weight: bold;}
#about_jrset dt,
#about_jrset dd{
	font-size: 16px;
	margin-bottom:25px;
}
#about_jrset dd.lastquestion{margin-bottom:35px;}
.list li{margin-bottom: 15px;}
.list li img{
	width: auto;
    height: 24px;
    vertical-align: middle;
}
.list li b {
    color: #dc5685;
    text-decoration: #dc5685 underline;
    text-underline-position: from-font;
	font-size: 1.1em;
}
.qa_BOX{
	background: #fef4f4;
    border-radius: 10px;
    line-height: 2;
    padding: 25px 0;
	position:relative;
	font-weight: bold;
}
.qa_BOX svg {
    position: absolute;
    top: -15px;
    left: 48%;
}

/*------------------------------
FAQ
------------------------------*/
p.faq_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1%;
	color: #555;
}
.faq_wrap {margin-bottom:5%;}
.faq_wrap &gt; div {border-bottom: 1px dotted #aaa;}
.faq_wrap &gt; div:last-child {margin: 0;}
.faq_wrap &gt; div b.qaicon {
	width: 34px;
	height: 28px;
	float: left;
	text-align: center;
	border-radius: 20px;
	background: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 10px 0 0;
	color: #FFF;
	align-items: center;
	display: grid;
}
.faq_wrap &gt; div h3,
.faq_wrap &gt; div p {
	padding: 12px 0;
	display: flex;
	align-items: baseline;
	font-size: 14px;
	text-align: left;
	margin: 0;
}
.faq_wrap &gt; div h3 span,
.faq_wrap &gt; div p span {
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
	position:relative;
}
.faq_wrap &gt; div h3 span{position:relative;}
.faq_wrap &gt; div h3 span:after {
	content: "＋";
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}
.faq_wrap &gt; div h3.open span:after {content: "－";}
.faq_wrap &gt; div &gt; div:after,
.faq_wrap &gt; div h3:after,
.faq_wrap &gt; div p:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.faq_wrap &gt; div h3:hover{cursor:pointer;}

/*バナー*/
.commonBnr dl {
	overflow: hidden;
	display: block;
	margin-top: 10px;
	padding: 0;
	color: #222;
}
.commonBnr dt {
	font-size: 15px;
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: bold;
	align-items: center;
	display: grid;
}
.commonBnr dd {font-size: 15px;}

/*tripa*/
#useWrap div{
	width: 98%;
	margin: 0px 1% 5px;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
#useWrap div p{
	width:27%;
	float:left;
	display:block;
	margin:0 3% 0 0;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	width: 70%;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}
#useWrap div dd span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#useWrap div p{display: block;}
#useWrap div:after{
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*modal*/
#osusume_point li small svg {margin: 0 0 -6px 5px;}
#osusume_point li &gt; dl &gt; dd.modal01 {
	position: fixed;
	top: 20%;
	left: 5%;
}
#osusume_point li &gt; dl &gt; dd.modal02 {
	position: fixed;
	top: -1%;
	left: 5%;
	transform: scale(0.9);
}
#osusume_point li &gt; dl &gt; dd.modal {
	width: 90%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	z-index: 1002;
	background: #FFF;
}
#osusume_point li &gt; dl &gt; dd.modal dt {
	background: #2184DA;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
#osusume_point li &gt; dl &gt; dd.modal dl div {padding: 15px 30px;}
#osusume_point li &gt; dl &gt; dd.modal dd h6 {
	position:relative;
	margin-bottom: 15px;
	font-weight: bold;
}
#osusume_point li &gt; dl &gt; dd.modal dd.dis_flex,
#osusume_point li &gt; dl &gt; dd.modal dd.dis_flex div {
	display: flex;
	padding: 5px 25px 5px 0;
}
#osusume_point li &gt; dl &gt; dd.modal dd h6::before {
	font-family: "Material Symbols Rounded";
	line-height: 1;
	content: "\e834";
	position: absolute;
	top: 2px;
	left: -24px;
	font-size: 20px;
	font-weight: normal;
}
#osusume_point li &gt; dl &gt; dd.modal hr {
	margin-block-start: 10px;
	margin-block-end: 10px;
	overflow: hidden;
	border-color: #fff;
	display: block;
}
dd.modal button.modal-close {
	font-family: "Material Symbols Rounded";
	content:"\e5cd";
	position:absolute;
	top: -25px;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 8px 0 rgba(60, 61, 71, 0.16);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#osusume_point li &gt; dl &gt; dd.modal &gt; dl dd img {
    width: 80%;
	height: 100%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&amp;back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	width: 100%;
	max-width:970px;
	min-width:760px;
	height: 200px;
	box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
	margin-top: 25px;
	padding: 35px 0 50px;
    text-align: center;
    background: url(../images/main.png);
}
h1 small {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    display: block;
    margin: 2% 0;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*------------------------------
DT新機能
------------------------------*/
#osusume_point ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
#osusume_point li {
	width: calc(97% / 3);
    margin: 0.5%;
    box-shadow: 0px 0px 5px 0px #B6B6B6;
    padding: 10px;
    box-sizing: border-box;
}
#osusume_point dt {
    color: #0169B7;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#osusume_point dt small{
    color: #222;
    font-weight: normal;
    font-size: 14px;
}
#osusume_point dd {margin: 15px 0;}
#osusume_point dd img {
    margin: auto;
    width: fit-content;
	height: 48px;
    display: block;
}
#osusume_point dd:last-child {font-size: 16px;}

/*------------------------------
日本旅行のJR+宿泊セットプランとは？
------------------------------*/
#about_jrset,
#about_jrset h3{
	text-align: center;
	font-size: 18px;
}
#about_jrset h3{font-weight: bold;}
#about_jrset dt,
#about_jrset dd{margin-bottom:25px;}
#about_jrset dd.lastquestion{margin-bottom:50px;}
.list li{margin-bottom: 15px;}
.list li img{
	width: auto;
    height: 24px;
    vertical-align: middle;
}
.list li b {
    color: #dc5685;
    text-decoration: #dc5685 underline;
    text-underline-position: from-font;
	font-size: 1.1em;
}
.qa_BOX{
	width: 80%;
    font-size: 20px;
    background: #fef4f4;
    border-radius: 10px;
    line-height: 1.8;
    margin: auto;
    padding: 24px 0;
    position: relative;
	font-weight: bold;
}
.qa_BOX svg {
    position: absolute;
    top: -15px;
    left: 49%;
}

/*------------------------------
FAQ
------------------------------*/
p.faq_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1%;
	color: #555;
}
.faq_wrap {margin-bottom:5%;}
.faq_wrap &gt; div {border-bottom: 1px dotted #aaa;}
.faq_wrap &gt; div:last-child {margin: 0;}
.faq_wrap &gt; div b.qaicon {
	width: 35px;
	height: 32px;
	float: left;
	text-align: center;
	border-radius: 20px;
	background: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0 10px 0 0;
	color: #FFF;
	align-items: center;
	display: grid;
}
.faq_wrap &gt; div h3,
.faq_wrap &gt; div p {
	padding: 12px 0;
	display: flex;
	align-items: baseline;
	font-size: 16px;
	text-align: left;
	margin: 0;
}
.faq_wrap &gt; div h3 span,
.faq_wrap &gt; div p span {
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
	position:relative;
}
.faq_wrap &gt; div h3 span{position:relative;}
.faq_wrap &gt; div h3 span:after {
	content: "＋";
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}
.faq_wrap &gt; div h3.open span:after {content: "－";}
.faq_wrap &gt; div &gt; div:after,
.faq_wrap &gt; div h3:after,
.faq_wrap &gt; div p:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.faq_wrap &gt; div h3:hover{cursor:pointer;}

/*バナー*/
.commonBnr dl {
	overflow: hidden;
	display: block;
	margin-top: 10px;
	padding: 0;
	color: #222;
}
.commonBnr dt {
	font-size: 15px;
	margin: 0 0 2% 0;
	padding: 0;
	font-weight: bold;
	align-items: center;
	display: grid;
}
.commonBnr dd {font-size: 15px;}

/*tripa*/
#useWrap div div {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px;
	background: #FFF;
	float: none !important;
	width: auto !important;
}
#useWrap div div p {
    width: 16%;
	float: left;
    margin: 0 2% 0 0;
}
#useWrap div div p img {
	width: 100%;
	height: auto;
}
#useWrap div div dl {
	overflow: hidden;
	display: block;
	padding: 0;
	line-height: 1.5;
}
#useWrap div div dt {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
}
#useWrap div div dd {font-size: 16px;}
#useWrap div div dd &gt; span {
	display: block;
	margin: 5px 0 0;
}
#useWrap div div dd &gt; span a {
	color: #CCC;
	display: inline-block;
	background: none;
	padding: 0;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#useWrap div div dd &gt; span span {
	color: #F69;
	display: inline;
	font-size: 14px;
}

/*modal*/
#osusume_point li small svg {margin: 0 0 -6px 5px;}
#osusume_point li &gt; dl &gt; dd.modal01 {
	position: fixed;
	top: 100px;
	left: calc((100% - 500px) / 2);
}
#osusume_point li &gt; dl &gt; dd.modal02 {
	position: fixed;
	top: -10px;
	left: calc((100% - 740px) / 2);
	transform: scale(0.8);
}

#osusume_point li &gt; dl &gt; dd.modal {
	width: 500px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	z-index: 1002;
	background: #FFF;
}
#osusume_point li &gt; dl &gt; dd.modal02 {width: 740px;}
#osusume_point li &gt; dl &gt; dd.modal02 img {
	width: 70%;
	margin: auto;
}
#osusume_point li &gt; dl &gt; dd.modal dt {
	background: #2184DA;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
#osusume_point li &gt; dl &gt; dd.modal dl div {padding: 15px 30px;}
#osusume_point li &gt; dl &gt; dd.modal dd h6 {
	position:relative;
	margin-bottom: 15px;
	font-weight: bold;
}
#osusume_point li &gt; dl &gt; dd.modal dd.dis_flex,
#osusume_point li &gt; dl &gt; dd.modal dd.dis_flex div {
	display: flex;
	padding: 5px 30px 5px 0;
}
#osusume_point li &gt; dl &gt; dd.modal dd h6::before {
	font-family: "Material Symbols Rounded";
	line-height: 1;
	content: "\e834";
	position: absolute;
	top: 2px;
	left: -24px;
	font-size: 20px;
	font-weight: normal;
}
#osusume_point li &gt; dl &gt; dd.modal hr {
	margin-block-start: 10px;
	margin-block-end: 10px;
	overflow: hidden;
	border-color: #fff;
	display: block;
}
#osusume_point li &gt; dl &gt; dd.modal &gt; dl {position:relative;}
dd.modal button.modal-close {
	font-family: "Material Symbols Rounded";
	content:"\e5cd";
	position:absolute;
	top: -42px;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 8px 0 rgba(60, 61, 71, 0.16);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#osusume_point li &gt; dl &gt; dd.modal &gt; dl dd img {
    width: 80%;
	height: 100%;
}
}

/*overlay*/
#overlay2 {
	width: 100%;
	height: 150%;
	position: fixed;
	display: none;
	left: 0;
	overflow: hidden;
	top: -1px;
	background: rgba(0, 0, 0, .7);
	z-index: 1001;
}

/*------------------------------
scroll contents
------------------------------*/
.scrollbox_wraper {position: relative;}
.scrollbox_wraper .scroll_left_btn:before {content: "\e5cb";}
.scrollbox_wraper .scroll_right_btn:before {content: "\e5cc";}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {background: #ccc;}
.scrollbox {
	overflow-x: scroll !important;
	margin-bottom: 2%;
}
.scrollbox &gt; ul,
.scrollbox &gt; div {
	width: fit-content !important;
	display: flex !important;
	margin-bottom: 15px !important;
}
@media screen and (max-width: 759.9px) {
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: #3db8ed;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	border: none;
}
.scrollbox_wraper .scroll_left_btn {left: -2%;}
.scrollbox_wraper .scroll_right_btn {right: -2%;}
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	display: block;
	width: 0;
	height: 0;
	width: 28px;
	height: 28px;
	font-family: "Material Symbols Rounded";
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 28px;
	color: #FFF;
}
.scrollbox {padding: 0 calc((100% - 245px) / 2);}
}
@media screen and (min-width: 760px),print {
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background: #3db8ed;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	border: none;
}
.scrollbox_wraper .scroll_left_btn {left: -50px;}
.scrollbox_wraper .scroll_right_btn {right: -50px;}
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	display: block;
	width: 0;
	height: 0;
	width: 32px;
	height: 32px;
	font-family: "Material Symbols Rounded";
	line-height: 1;
	font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	color: #FFF;
}
.scrollbox_wraper.pc_no_slider &gt; button,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
}
.scrollbox_wraper .scrollbox li,
.scrollbox_wraper .scrollbox .kanko {
	width: calc(930px / 4);
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #b5e4f8;
	background: #FFF;
	box-sizing: border-box;
	transition: 0.2s;
}	
/*------------------------------
scrollbar and arrow
------------------------------*/
.scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox::-webkit-scrollbar-track {
	margin: 0 5px!important;
	background: #eee!important;
	border-radius: 5px!important;
}
.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px!important;
	background: #999!important;
}</pre></body></html>