@charset "utf-8";
/* CSS Document */

/*
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
本サイトにアップロードする場合画像パスは必ずフルパスにすること
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/shopping/lightbox/img/overlay.png) repeat 0 0; min-width:1500px; _display:inline;	_zoom:1;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/shopping/lightbox/img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/shopping/lightbox/img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/shopping/lightbox/img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/shopping/lightbox/img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/shopping/lightbox/img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/shopping/lightbox/img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/shopping/lightbox/img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/shopping/lightbox/img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:50px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/shopping/lightbox/img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/shopping/lightbox/img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/shopping/lightbox/img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/shopping/lightbox/img/loading.gif) no-repeat center center;}
        #cboxClose{position:relative; top:-33px; left:50%; background:url(/shopping/lightbox/img/close_btn01.jpg) center ; width:116px; margin-left:-58px; height:33px; text-indent:-9999px;}
        #cboxClose:hover{}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/*▼----------------style_common.css Partial excerpt----------------▼*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{font-size:100%;vertical-align:baseline;outline:0;border:0;margin:0;padding:0;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}audio,canvas{display:inline-block;}video{display:block;border:1px solid #d7d8da;}svg:not(:root){overflow:hidden;}a{font-size:100%;vertical-align:baseline;margin:0;padding:0;}input,select{vertical-align:middle;}input[type=checkbox],input[type=radio]{vertical-align:baseline;}abbr[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}br{letter-spacing:0;}del{text-decoration:line-through;}hr{display:block;height:1px;border:0;border-top:1px solid #d7d8da;-moz-box-sizing:content-box;box-sizing:content-box;margin:1em 0;padding:0;}img{vertical-align:bottom;border:0;-ms-interpolation-mode:bicubic;}ins{text-decoration:none;}li{list-style-type:none;}pre{font-family:monospace, sans-serif;white-space:pre-wrap;word-wrap:break-word;margin:0;}table{border-collapse:collapse;border-spacing:0;}audio:not([controls]),[hidden]{display:none;}b,strong{font-weight:700;}blockquote:before,blockquote:after,q:before,q:after{content:none;}dfn,em{font-style:normal;}
body{
	/*font:14px/1.8 'Libre Baskerville', serif;*/
	font:14px/1.8 "Montserrat", "Helvetica Neue", Helvetica, Verdana, Geneva, Arial, sans-serif;
	line-height: 1.25;
	-webkit-text-size-adjust:none;
}

a{color:#011b8f;text-decoration:none;}
a:hover{text-decoration:none!important;}
a, button, input, select{-webkit-tap-highlight-color:rgba(0,0,0,0.3);}
textarea, input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"]{font-size:16px;}
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}
/*▲----------------style_common.css Partial excerpt----------------▲*/
/*▼colorbox▼*/
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight{
	background-image:none!important;
	width: 0px!important;
	height: 0px!important;
}
#cboxContent {
	/*border-radius: 10px;
	height: 610px;*/
	background: transparent;
}
#cboxLoadedContent {
	margin-bottom: 0;
	overflow: scroll!important;
}
#colorbox,
#cboxContent,
#cboxOverlay,
#cboxWrapper{
	overflow: visible!important;
}
#cboxClose{
	position: absolute!important;
	left: auto!important;
	top: -7vw;
	right: 0px;
	background-image:url(/shopping/img/special/cruising/en/common/cbox_close_btn.png)!important;
	background-size: cover!important;
	width: 10vw;
	height: 10vw;
	z-index: 9999;
}
/*▲colorbox▲*/
/*▼----------------共通スタイル（基本はSPの単位で設定し下記の分岐で上書き）----------------▼*/
span#analyzeId{
	display: block;
	height: 0;
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
.dummy_image{
	border: solid 1px #000;
	width: 100%;
	height: 8em;
	margin: 1em 0;
	display: flex;
	align-items:  center;
	justify-content: center;
	font-size: 5vw;
	background-color: #CCC;
	box-sizing: border-box;
}
#cookies,
.course_slider .custom-thumb a span,
.tour_day_list h4 span,
.exc_details .exc_main_img .copy,
.exc_details .flex span,
.exc_details .caution,
.exc_schedule li span,
.font_gothic{
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-weight: 400;
	font-size:10px;
}
/*.font_serif,
h1,
h2,
h3,
h4,
h5,
h6,
.course_slider .custom-thumb a,
.port_details{
	font-family: 'Century', 'Noto Serif', serif;
}*/

.btn b{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1em;
	width: 1em;
	height: 2px;
	background: #FFF;
	right: -0.5em;
	top: -0.1em;
}
.btn b::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

section{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFF;
}

main {
	padding-top: 15vmin;
}

sup{
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#restaurant sup{font-size: 40%;}
#jt_header section,
#intro section{
	background-color:transparent;
}
/*▼header▼*/
#jt_header{
	border-bottom: 1vmin solid #80167d;
	background-color: rgba(255,255,255, 0.8);
	width: 100%;
	z-index: 1000;
	position: fixed;
}
#jt_header section{
	overflow: inherit;
	height: 15vmin;
	display: flex;
	flex-wrap: wrap;
	font-size: 3vmin;
}
#jt_header .logo{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 2vmin;
	border-bottom: solid 1px #dec2dd;
}
#jt_header .logo img{
	margin: 0 auto;
	width: 30vmin;
	max-width: 180px;
	display: block;
}
#jt_header .course_change_navi{
	display: flex;
}
#footer_fix .course_change_navi li,
#jt_header .course_change_navi li{
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.5vw;
	cursor:pointer;
	width: 31vmin;
	box-sizing: border-box;
}
.course_change_navi li{
	opacity: 0.4;
	background-color: #F00;
}
.course_change_navi .west{
	background-color: #00F;
}
body:not(.now_west) .course_change_navi li.around,
body.now_west .course_change_navi li.west{
	opacity: 1.0;
}
#jt_header .ulfix {
	display: flex;
	max-width: 100vmin;
	height: 6vmin;
}
#jt_header .ulfix > li{
	display: flex;
	align-items: center;
	border-left: solid 1px #dec2dd;
	padding-left: 5vmin;
	padding-right: 5vmin;
	white-space: nowrap;
	overflow: hidden;
}
#jt_header .ulfix > li:nth-of-type(1){
	padding-left: 6.5vmin;
}
#jt_header .ulfix li .btn,
#jt_header .ulfix li a{
	color: #000;
	display: block;
	cursor: pointer;
}
#jt_header .ulfix li a{
	position:relative;
}
#jt_header .ulfix li a::after{
	content: '';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid #80167d;
	border-top: 1px solid #80167d;
	transform: rotate(135deg);
	margin-left: 0.5em;
	position: relative;
	top: -0.1em;
}
#jt_header .ulfix li .btn{
	padding-right: 1.25em;
	position: relative;
}
#jt_header .ulfix li .btn::before,
#jt_header .ulfix li .btn::after{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1px;
	background-color: #80167d;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.5s;
}
#jt_header .ulfix li .btn::after{
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.5s;
}
#jt_header .ulfix li.active .btn::before{
	opacity: 0;
}
#jt_header .ulfix li.active .btn::after{
	transform: translateY(-50%) rotate(180deg);
}
#jt_header .ulfix .child{
	display: none;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 15.5vmin;
}
#jt_header .ulfix .active .child{
	display:block;
}
#jt_header .ulfix .child li{
	background-color: rgba(255,255,255, 0.9);
	border-bottom: solid 1px #dec2dd;
}
#jt_header .ulfix > li:last-child {
	border-right: solid 1px #dec2dd;
}
#jt_header .ulfix .child li a{
	display: block;
	padding: 2vmin;
	padding-left: 1em;
}
#contact_us_box{
	width: 95vw;
	text-align: center;
	padding: 2.5vw;
	box-sizing: border-box;
	background-color: #DEC2DD;
	border-radius: 10px;
}
#contact_us_box h3,
#contact_us_box .copy{
	color: #FFF;
	font-size: 6vw;
}
#contact_us_box h3{
	padding-bottom: 2.5vw;
}
#contact_us_box .copy{
	padding-top: 2.5vw;
	font-size: 5vw;
}
#contact_us_box .body{
	background-color: #FFF;
	padding: 2.5vw;
}
#contact_us_box .tit{
	font-size: 5vw;
}
#contact_us_box .tit span{
	display: block;
	font-size: 0.8em;
}
#contact_us_box .mail{
	font-size: 5vw;
	margin-bottom: 8vw;
}
#contact_us_box .mail_link{
	display:flex;
	justify-content:space-around;
	margin: 3vw 0;
}
#contact_us_box .mail_link a{
	padding: 2vw;
	display: flex;
	color: #FFF;
	background-color: #80167D;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	width: 20vw;
}
#contact_us_box .tel_box{
	font-size: 3vw;
}
#contact_us_box .tel_link{
	font-size: 5vw;
}
#contact_us_box .tel_link .note{
	font-size: 0.55em;
	display: block;
	padding-top: 0.5em;
	width: 31em;
	margin: 0 auto;
}
#contact_us_box .tel_box p:nth-child(1) {
	font-size: 5vw;
}
#contact_us_box .tel_link a{
	text-decoration: underline;
}
/*▲header▲*/
main .accordion_box {
	display: none;
}
#intro h1,
#Tokyo_intro h3,
.common_layout h5{
	color: #FFF;
	font-size: 11vw;
	margin-bottom: 16vw;
	line-height: 1em;
	font-weight: 600;
}
.common_layout h5.fadein.active{
	opacity: 1;
}
#intro{
	background-image: url(/shopping/img/special/cruising/2026msc_autumn_us/main_fv_catch_sp.jpg);
	background-repeat: no-repeat;
	background-position:  center top;
	background-color: #FFF;
	background-size: 100% auto;
	color:#FFF;
	height: 103vw;
}
#intro h1{
	text-align: center;
	margin: 6vw 0;
}
#intro .main_img{
	position: relative;
	display: flex;
	margin: 5vw 0;
	text-align: center;
	justify-content: space-between;
	padding: 0 5vw;
}
#intro .bx-wrapper{
	height: 27vw;
	overflow: hidden;
}
#intro .bx-wrapper li{
	width: 27vw!important;
}
#intro h1.logo .txt{
	font-size: 52px;
	margin-bottom: 270px;
}
#intro .main_logo{
	height: 63vw;
}
#intro p.intro_img_note{
	position: absolute;
	top: 64vw;
	right: 3vw;
	text-align: right;
	font-size: 10px;
	text-shadow:
		1px 1px 2px rgba(0, 0, 0, 0.5),
		-1px 1px 2px rgba(0, 0, 0, 0.5),
		-1px -1px 2px rgba(0, 0, 0, 0.5),
		1px -1px 2px rgba(0, 0, 0, 0.5);
}
#intro p.txt{
	margin: 40vw auto 0;
	color: #FFF;
	padding: 2.5vw;
	box-sizing: border-box;
	line-height: 2em;
}
#intro .re_period{
	text-align:center;
	margin:0;
	padding: 2vw 0;
	font-size: 5vw;
	background-color: #4a4a4a;
}
#intro .re_period p{
	margin: 0;
}
#intro .re_period a{
	font-size: 3.5vw;
	padding: 2vw;
	display:block;
	width:fit-content;
	color: #FFF;
	background-color: #80167D;
	border-radius: 5px;
	margin: 1vw auto 0;
	white-space: nowrap;
}
#intro section::before{
	/*
	content: "SOLD OUT";
	display: block;
	position: absolute;
	color: #FFF;
	background-color: rgba(138, 0, 0, 0.46);
	width: 60vw;
	top: 53vw;
	font-size: 6vw;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 4vw;
	rotate: 350deg;
	*/
}
#intro .tour{
	box-sizing: border-box;
}
#intro .tour h2{
	position: relative;
}
#intro .tour h2 .pos_map_all,
#intro .tour h2 .pos_map_west{
	position: absolute;
	display: block;
	height: 17vw;
	width: 42vw;
	left: 29vw;
}
#intro .tour h2 .pos_map_all{
	top: 116vw;
}
#intro .tour h2 .pos_map_west{
	top: 135vw;
}
#intro .tour .txtbox{
	margin: 0 auto;
	line-height: 1.5em;
	padding: 0 5vw;
}
#intro .tour .img{
	display: flex;
	justify-content: space-around;
	align-items:  flex-start;
}
#intro .tour .img a{
	width: 48%;
}
#fix_menu.fix,
#guest_room .room_list,
.contents_pd_lr,
.notice_wrap .notice_img,
#schedule,
#commitment,
.excursions_intro,
.common_layout,
.inner_body,
#Tokyo_intro,
.common_layout_tokyo,
.roomsPricing_wrapper{
	padding-left: 2.5vw;
	padding-right: 2.5vw;
}
#orders h3{
	font-size: 7vw;
	line-height: 1.25em;
}
.excursions_intro .txt,
.common_layout,
.tour_day_dl dd,
#intro p.txt,
#intro .tour .txtbox,
#restaurant .column2 p,
#Tokyo_intro,
.common_layout_tokyo{
	font-size: 3.5vw;
}
#schedule h3,
#commitment h3,
#vikingyidun h3,
#catalog_dl h3,
#contact_us h3{
	color: #3F312C;
	border-left: solid 13px #3F312C;
	padding-left: 12px;
	margin-bottom: 4vw;
}
#schedule,
#commitment{
	margin-bottom: 5vw;
}
#schedule h3:not(:first-child),
#commitment h3:not(:first-child){
	margin-top: 10vw;
}
#commitment{
	padding-top: 5vw;
}
.we_charter{
	text-align: center;
	margin-top: 1em;
	font-size: 4vw;
}
.we_charter a {
	display: block;
	width: fit-content;
	background-color: #000;
	color: #FFF;
	padding: 0.25em 1em 0.25em 0.5em;
	margin: 0.5em auto 0;
}
iframe.top_movie{
	width: 100%;
	height: 57vw;
	margin-bottom: 10vw;
	display: block;
}
.facility_box,
.room_box,
.Restaurants{
	position: relative;
	background-image:url(/shopping/img/special/cruising/2025viking_us/box_bg.png);
	background-position: center center;
	background-repeat:repeat-y;
	background-size: 100% auto;
	padding: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}
.facility_box .body,
.room_box .body,
.Restaurants .body{
	border: solid 1px rgba(156, 131, 119, 0.5);
	background-color: #FFF;
}

.commitment_body{}
.commitment_body h4,
.commitment_body .main_txt{
	color: #FFF;
}
.commitment_body h4{
	font-size: 6vw;
	margin-bottom: 0.75em;
	text-align: center;
}
.commitment_body .main_txt{
	margin: 1em 0;
}
.commitment_body .column .one_body{
	background: rgb(208, 166, 99);
	background: linear-gradient(45deg, rgba(208, 166, 99, 1) 0%, rgba(235, 198, 128, 1) 8%, rgba(153, 91, 34, 1) 15%, rgba(208, 166, 99, 1) 24%, rgba(235, 198, 128, 1) 34%, rgba(208, 166, 99, 1) 42%, rgba(153, 91, 34, 1) 57%, rgba(227, 187, 119, 1) 74%, rgba(235, 198, 128, 1) 88%);
	padding: 2px;
	margin-bottom: 3vw;
}
.commitment_body .column .one_body .body_border{
	background-color: #FFF;
	padding: 4vw;
}
.commitment_body .column .one_body .body_border h5{
	text-align: center;
	font-size: 4vw;
	color: #4f2a11;
}
.commitment_body .column .one_body .body_border .txt{
	margin: 1em 0;
}
.commitment_body .column .one_body .body_border .txt span{
	color: #b20000;
}
.commitment_body .column .one_body .body_border .img{
	margin: 0 15vw;
}
.commitment_readmore_btn a{
	display: block;
	margin: 0 auto;
	width: 64vw;
}
.commitment_body .note{
	color: #FFF;
	font-size: 2.5vw;
}
/*SPの表側の内容非表示*/
.commitment_body.sp_mode{
	padding-bottom: 15vw;
}
.commitment_body.sp_mode .main_txt,
.commitment_body.sp_mode .body_border .txt,
.commitment_body.sp_mode .note{
	display: none;
}
.commitment_body.sp_mode .column .one_body .body_border{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.commitment_body.sp_mode .column .one_body .body_border h5{
	width: 60%;
	font-size: 3vw;
}
.commitment_body.sp_mode .column .one_body .body_border .img{
	width: 40%;
}
.inline_body .commitment_readmore_btn{
	display: none;
}
.about_accordion{
	margin-top: -15vw;
	position: relative;
	z-index: 2;
}
.about_accordion .about_btn.active .off,
.about_accordion .about_btn .on{
	display: none;
}
.about_accordion .about_btn.active .on{
	display: block;
}

.about_accordion .about_box{
	background-image: url(/shopping/img/special/cruising/2026vy_us/aboutus_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
}
.about_accordion .about_box .body{
	padding: 0 0 0.1px;
}
.about_accordion .about_box .body_border{
	background: rgb(208,166,99);
	background: linear-gradient(45deg, rgba(208,166,99,1) 0%, rgba(235,198,128,1) 8%, rgba(153,91,34,1) 15%, rgba(208,166,99,1) 24%, rgba(235,198,128,1) 34%, rgba(208,166,99,1) 42%, rgba(153,91,34,1) 57%, rgba(227,187,119,1) 74%, rgba(235,198,128,1) 88%);
	padding: 2px;
}
.about_accordion .about_box .body_border .image{
	position: relative;
}
.about_accordion .about_box .body_border .image .aword{
	position: absolute;
	bottom: 0;
	padding: 1vw 2vw;
}
.about_accordion .about_box .body_border .txt_box{
	background : linear-gradient(110deg, rgba(218, 224, 222, 1) 0%, rgba(233, 236, 235, 1) 15.42%, rgba(255, 255, 255, 1) 33.03%, rgba(255, 255, 255, 1) 62.29%, rgba(255, 255, 255, 1) 66.18%, rgba(247, 249, 248, 1) 73.17%, rgba(226, 231, 229, 1) 83.85%, rgba(218, 224, 222, 1) 87.17%, rgba(233, 236, 235, 1) 93.16%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	color: #4f2a11;
	padding: 0 4vw 7vw;
	box-sizing: border-box;
}
.about_accordion .about_box .body_border .txt_box::before,
.about_accordion .about_box .body_border .txt_box::after{
	content: '';
	width: 96%;
	height: 6vw;
	position: absolute;
	background-image: url(/shopping/img/special/cruising/2026viking/aboutus_bg_top.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	top:2vw;
	left: 2%;
}
.about_accordion .about_box .body_border .txt_box::after{
	background-image: url(/shopping/img/special/cruising/2026viking/aboutus_bg_botm.png);
	background-position:bottom center;
	top:inherit;
	bottom: 2vw;
}
.about_accordion .about_box .logo{
	background-color: #FFF;
	margin: 0 auto;
	width: 25vw;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
	padding: 2vw 2vw;
	box-sizing: border-box;
}
.about_accordion .about_box sup{
	font-size: 0.5em;
	vertical-align: super;
}
.about_accordion .about_box .txt_box h2{
	margin-top: 1em;
	font-size: 4vw;
	text-align: center;
}
.about_accordion .about_box .txt_box .txt{
	text-align: center;
	padding: 1em 0;
	font-size: 3vw;
}
.about_accordion .about_box .txt_box .note{
	font-size: 2vw;
}
.about_accordion .about_box .body_border2{
	background: rgb(208,166,99);
	background: linear-gradient(45deg, rgba(208,166,99,1) 0%, rgba(235,198,128,1) 8%, rgba(153,91,34,1) 15%, rgba(208,166,99,1) 24%, rgba(235,198,128,1) 34%, rgba(208,166,99,1) 42%, rgba(153,91,34,1) 57%, rgba(227,187,119,1) 74%, rgba(235,198,128,1) 88%);
	padding: 2px;
	margin: 4vw;
}
.about_accordion .about_box .body_border2 .txt_box{
	background : linear-gradient(110deg, rgba(218, 224, 222, 1) 0%, rgba(233, 236, 235, 1) 15.42%, rgba(255, 255, 255, 1) 33.03%, rgba(255, 255, 255, 1) 62.29%, rgba(255, 255, 255, 1) 66.18%, rgba(247, 249, 248, 1) 73.17%, rgba(226, 231, 229, 1) 83.85%, rgba(218, 224, 222, 1) 87.17%, rgba(233, 236, 235, 1) 93.16%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	color: #4f2a11;
	padding: 4vw;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.about_accordion .about_box .body_border2 .txt_box div{
	width: 48%;
}
.about_accordion .about_box .body_border2 .txt_box div .txt{
	padding-top: 0.5em;
	text-align: center;
	font-size: 2.5vw;
}
#schedule h4{
	display: flex;
	align-items: center;
	margin-top: 15vw;
	margin-bottom: 2vw;
}
#schedule h4.top{
	margin-top: 6vw;
}
#schedule h4 .days{
	background-color: #000;
	color: #FFF;
	white-space: nowrap;
	font-size: 1.2em;
	padding: 0.25em;
}
#schedule h4 .txt{
	padding: 0.25em;
}
#schedule .schedule_img{
	position: relative;
}
#schedule .thumb-schedule{
	position: relative;
	z-index: 10;
	font-size: 2.5vw;
}
#schedule .thumb-schedule h5{
	background-color: #AEE3E7;
	line-height: 1.5em;
	margin-bottom: 3vw;
	white-space: nowrap;
}
#schedule .thumb-schedule h5.cruise{
	display: flex;
	justify-content: space-between;
	padding: 0 12vw 0 1vw;
	border-radius: 20px 0 0 20px;
	background: linear-gradient(90deg, #000 51%, #000 51%, #AEE3E7 4%, #AEE3E7 100%);
}
span.schedule_txt_left{
	color: #fff;
}
#schedule .thumb-schedule h5.tokyo{
	padding-left: 46vw;
	margin-right: 0vw;
	border-radius: 0 20px 20px 0;
	color: #FFF;
	background: linear-gradient(90deg, #AEE3E7 48%, #AEE3E7 48%, #000 4%, #000 100%);
}
#schedule .thumb-schedule .flex{
	display: flex;
	margin-bottom: 3vw;
}
#schedule .thumb-schedule .note{
	font-size: 2vw;
	margin-bottom: 1em;
}
#schedule .thumb-schedule i{
	display: block;
	background-image:url(/shopping/img/special/cruising/2025viking_us/schedule_arrow.svg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100% auto;
	width: 3vw;
}
#schedule .thumb-schedule i.border{ background-image:url(/shopping/img/special/cruising/2025viking_us/schedule_border.svg);}
#schedule .thumb-schedule i.none{ background: none;}

#schedule .thumb-schedule a,
#schedule .thumb-schedule .end{
	color: #000;
	font-size: 2.3vw;
	line-height: 1.2em;
	padding-top: 1.5vw;
	text-align: center;
	display:flex;
	align-items:  center;
	justify-content: center;
	box-sizing: border-box;
	background: #FFF;
	position:relative;
	width: 15vw;
	height: 8vw;
	box-shadow:
		0px 0px 0px 1px #000;
}
#schedule .thumb-schedule a.tokyo{
	background-color: #D4E6E8;
}
#schedule .thumb-schedule a.tokyo.hakone_kawagoe{
	width: 37vw;
}
#schedule .thumb-schedule a.txtmin{
	font-size: 2.3vw;
}

#schedule .thumb-schedule a.full_see{
	box-shadow:
		0px 0px 0px 1px #FFF;
	background: none;
}
#schedule .thumb-schedule a.full_see.active,
#schedule .thumb-schedule a.active{
	box-shadow:
		0px 0px 0px 2px #000;
	background:#FFD;
}
#schedule .thumb-schedule a span{ display: block; font-size: 0.7em;}
#schedule .thumb-schedule dl{
	position: absolute;
	display: flex;
	border: solid 1px #000;
	top:-0.8em;
	left: -0.5em;
	background: #FFF;
	line-height: 1.2em;
	font-size: 2vw;
}
#schedule .thumb-schedule dt{
	background-color: #000;
	color: #FFF;
	width: 3vw;
	text-align: center;
}
#schedule .thumb-schedule .hakone_kawagoe dt{
	width: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#schedule .thumb-schedule dd{
	padding: 0 1vw;
}
#schedule .slider_schedule_body{
	width: 100%;
	position:relative;
	z-index: 9;
}
#schedule .schedule_img .btn{
	position: absolute;
	z-index: 20;
	right: 0;
	top: 37vw;
}

#schedule .schedule_img .btn a{
	padding: 2vw;
	display: block;
	color: #FFF;
	background-color: #000;
	font-size: 2.5vw;
	width: 17vw;
}
#schedule .schedule_img .btn a::after{
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	transform: rotate(135deg);
	position: absolute;
	top: 4vw;
	right: 1vw;
}
#schedule .slider_schedule li {
	text-align:right;
}

#schedule .slider_schedule_body .slider_schedule li{
	width: 95vw!important;
	height: 69vw;
}
#schedule .note{
	font-size: 2.5vw;
	margin: 0;
}
#schedule .japancruse_map_img{
	position: relative;
}
.japancruse_map_img .pos_map_all,
.japancruse_map_img .pos_map_west{
	position: absolute;
	display: block;
	width: 50vw;
	left: 5vw;
}
.japancruse_map_img .pos_map_all{
	top: 8vw;
}
.japancruse_map_img .pos_map_west{
	top: 22vw;
}
/*▼価格表▼*/
.cruisingschedule{
	background-color: #eae9e5;
	background-image: url(/shopping/img/special/cruising/2025viking/line_pc.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 100% auto;
	padding-top: 8vw;
	padding-bottom: 5vw;
}
.RoomType_title{
	color: #FFF;
	background-image:
		url(/shopping/img/special/cruising/2025viking/line_pc.png),
		linear-gradient(180deg, rgba(0,79,129,1) 0%, rgba(0,104,167,1) 20%, rgba(0,95,153,1) 80%, rgba(0,81,132,1) 100%);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 100% auto;
	position: relative;
	line-height: 1.5em;
	padding: 3vw 0 2vw;
	margin-top: 3vw;
}
.RoomType_title,
.RoomType{
	margin-left: 3vw;
	margin-right: 3vw;
}

/*人数プルダウン切替*/
.RoomType.p1_active .p2,
.RoomType .p1{
	display: none;
}
.RoomType .p2,
.RoomType.p1_active .p1{
	display: block;
	width: 74vw;
}

.RoomType_title p{
	font-size: 6vw;
	line-height: 1.25em;
	font-weight: 700;
	padding-left: 33vw;
}
.RoomType_title p span{
	display: block;
	font-size: 0.7em;
	padding-right: 7vw;
}
.RoomType_title select{
	position: absolute;
	left: 2vw;
	bottom: 3vw;
}
.RoomType_title select,
.RoomType_title label{
	font-size: 3.5vw;
	line-height: 1.2em;
	padding: 0vw 2vw;
}
.table_title,
.img_price_table .mbox{
	position: relative;
	display: flex;
	border-bottom: solid 1px #b6b6b6;
}
.img_price_table .mbox{
	background-color: #FFF;
}
.RoomType_select,
.img_price_table .name_box{
	position: relative;
	border-right: solid 1px #b6b6b6;
	background-color: #FFF;
}
.RoomType_daylable h4{
	font-weight: normal;
	text-align: center;
	font-size: 3.5vw;
}
.RoomType_daylable ul{
	display: flex;
}
/*.RoomType_daylable ul li,
.img_price_table .days .day{
	width: 12vw;
}*/
.RoomType_daylable ul li{
	padding-top: 2vw;
	padding-bottom: 2vw;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}
.RoomType_daylable ul li span{
	display: inline-block;
	/*transform: scaleX(0.8);*/
}
.RoomType_select .mini{
	font-size: 0.8em;
	margin-right: 0.5em;
}
.RoomType_select .kome{
	font-size: 0.6em;
	display: inline-block;
}
.img_price_table_MSC .name_box{
	background-color: #0f2342;
}
.img_price_table .cen_box{
	position: absolute;
	line-height: 1.2em;
	text-align: right;
	bottom: 1vw;
	right: 0vw;
}
.img_price_table .cen_box.p1{
	bottom: 3vw;
}
.img_price_table .name_box{
	min-height: 20vw;
}
.img_price_table .name_box .name_txt{
	padding-left: 1vw;
	padding-top: 2vw;
	font-size: 3.25vw;
	line-height: 1em;
}
.img_price_table_MSC .name_box .name_txt{
	color: #FFF;
}
.img_price_table .name_box .name_txt .ship_name{
	margin-right: 1vw;
	display: flex;
	align-items:  flex-start;
	white-space: nowrap;
}

.img_price_table .name_box .name_txt .mini_txt{
	font-size: 0.8em;
}
.img_price_table .name_box .name_txt .ico_txt,
.img_price_table .name_box .name_txt .ico_txt2,
.img_price_table .name_box .name_txt .ico_txt_msc{
	color: #FFF;
	font-family: 'Noto Sans JP', MS PGothic,MS UI Gothic,'Helvetica',sans-serif;
	font-weight: 500;
	background-color: #404040;
	display: inline-block;
	font-size: 2.5vw;
	padding: 1vw;
	margin-right: 1vw;
	margin-bottom: 0.4vw;
	line-height: 1em;
}
.img_price_table .name_box .name_txt .ico_txt2{
	background-color: #0053a1;
}
.img_price_table .name_box .name_txt .ico_txt_msc{
	background-image: linear-gradient( 131deg, rgb(255,215,91) 0%, rgb(255,245,160) 30%, rgb(255,250,190) 40%, rgb(255,255,219) 50%, rgb(255,245,160) 70%, rgb(253,212,86) 100%);
	color: #000;
}
.img_price_table .name_box .name_txt .ico{
	display: flex;
	align-items:center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background-color: #639c92;
	box-sizing:border-box;
	width: 12vw;
	height: 12vw;
	font-size: 7vw;
	line-height: 1em;
	margin-right: 2vw;
}
.img_price_table .name_box .name_txt .ico.v{
	color: #231f20;
	background-color: #639c92;
}
.img_price_table .name_box .name_txt .ico.dv{
	color: #FFF;
	background-color: #0e8bc6;
}
.img_price_table .name_box .name_txt .ico.pv{
	color: #FFF;
	background-color: #7963ab;
}
.img_price_table .name_box .name_txt .ico.ps{
	color: #231f20;
	background-color: #e7b220;
}
.img_price_table .name_box .name_txt .ico.es{
	color: #FFF;
	background-color: #cb4e73;
}
.img_price_table .name_box .name_txt .ico.os{
	color: #FFF;
	background-color: #b51f3d;
}
.img_price_table_MSC .name_box .name_txt .ship_name{
	/*letter-spacing: -0.1em;*/
	white-space: nowrap;
	margin-right: 0;
}
.img_price_table span.Price{
	font-weight:700;
	color: #a50606;
	text-align: right;
	transform: scale(0.9, 1);
	display: inline-block;
	font-size: 8vw;
	line-height: 0.4em;
}
.img_price_table_MSC span.Price{
	color: #fee072;
}
.img_price_table_MSC span.total{
	color: #FFF;
}
.img_price_table .Price .Comma{
	font-size: 50%;
	letter-spacing: -0.01em;
}
.img_price_table .Price .Small{
	font-size: 80%; 
	letter-spacing: -0.01em;
}
.img_price_table .Price .Yen{
	font-size: 70%;
	letter-spacing: -0.01em;
}
.img_price_table span.total{
	display: block;
	font-size: 12px;
	margin-right:9px;
}
.img_price_table .days{
	display: flex;
	/*background-color: #f2fdff;*/
}
.img_price_table .days .day{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
	align-content:  center;
	justify-content: center;
}
.img_price_table .days .day img{
	width: 50%
}
.img_price_table .days .day .limit_stock{
	width: 70%
}
.RoomType_daylable ul li,
.img_price_table .days .day{
	width: 50%;
	border-left: solid 1px #b6b6b6;
}
.RoomType_daylable ul li:nth-child(even),
.img_price_table .days .day:nth-child(even){
	background-color: #FFF;
}
.RoomType_daylable ul li:first-of-type,
.img_price_table .days .day:first-of-type{
	border-left:none;
}
.RoomType_select,
.img_price_table .name_box{
	width: 68vw;
	box-sizing: border-box;
	border-left: solid 1px #b6b6b6;
}
.img_price_table .days{
	width: 53vw;
	box-sizing: border-box;
	border-right: solid 1px #b6b6b6;
	background-color: #fff;
}
.RoomType_select{
	font-size: 3.5vw;
	padding: 2vw;
	box-sizing: border-box;
	line-height: 1em;
}
.roomtype_note{
	text-align:center;
	line-height: 1.5em;
	font-size: 2.5vw;
	margin: 3vw 1.5vw;
	font-family: Meiryo, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.roomtype_note a{
	text-decoration: underline;
}
.price_btn_box .btn a{
	padding: 0.25em 1em;
	display: block;
	color: #FFF;
	background-color: #9A272D;
	width: fit-content;
	font-size: 5vw;
	margin: 0 auto 0.25em;
	line-height: 1em;
}
.price_btn_box .note{
	font-size: 2.5vw;
	color: #000;
	text-align: center;
}
/*▼完売対応▼*/
/*
#mbox_PV2::before{
	content: 'Sold Out';
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 110;
	font-size: 2em;
	width: fit-content;
	height: fit-content;
	transform: rotateZ(-15deg);
	opacity: 0.7;
}
#mbox_PV2::after{
	content: '';
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}*/
/*▲完売対応▲*/
/*↓客室introduction_css*/
#introduction_area{
	margin:6vw auto 4vw;
}
#introduction_area .normal,
#introduction_area .msc{
	margin:0 auto;
	width: 92vw;
}
#introduction_area .warp{
	padding: 3vw 4vw;
	padding-bottom: 2vw;
	box-sizing: border-box;
}
#introduction_area .normal{
	border-radius: 15px 15px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #aed4f4;
	background-image: url(/shopping/img/special/cruising/common/introduction/back_sp.png);
}
#introduction_area .msc{
	border-radius: 0 0 15px 15px;
	background-color: #000000;
	background-position: center top;
	padding-bottom: 2vw;
}
#introduction_area h3{
	margin: 0 auto 2vw;
	background-image: url(/shopping/img/special/cruising/2023fall/common/h3_bg.png);
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: bottom center;
	text-align: center;
	font-size: 5vw;
	padding-bottom: 7vw;
	line-height: 1.2em;
}
#introduction_area h3 span{
    font-size: 3vw;
}
#introduction_area .row{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#introduction_area .row .details{
	width: auto;
	margin-bottom: 2vw;
	position: relative;
}
#introduction_area .row .details a.movie_btn{
	position: absolute;
	bottom: 2.7vw;
	left: 31vw;
	width: 14vw;
	display: block;
}
#room_movie_UC .box,
#room_movie_BN .box{
	padding:2vw 2vw 1vw 2vw;
}
#room_movie_UC .title,
#room_movie_BN .title{
	color: #fff;
	background: #0d1c4a;
	font-size: 5vw;
	font-weight: bold;
	margin: 0;
	border-radius: 10px 10px 0 0;
	padding: 5px 8px 5px;
	line-height: 2em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#room_movie_UC iframe,
#room_movie_BN iframe{
	width: 100%;
	height: 50vw;
}
/*↑客室introduction_css*/
/*▲価格表▲*/
#tab_btn{
	display: flex;
	justify-content: space-between;
}
#tab_btn .tab_btn{
	width: 43vw;
	cursor: pointer;
	position: relative;
}
#tab_btn .tab_btn.active{
	cursor:inherit;
}
#tab_btn .tab_Cruise_btn,
#tab_btn .tab_Tokyo_btn{
	border-radius: 10px 10px 0 0;

	border: solid 2px #FFF;
	border-bottom: none;
}
#tab_btn .tab_Cruise_btn.active{
	border-color: #d2b6cb;
}
#tab_btn .tab_Tokyo_btn.active{
	border-color: #141d3a;
}
#tab_btn .tab_btn.active .off,
#tab_btn .tab_btn:not(.active) .on{
	display: none;
}
#tab_btn .tab_btn:not(.active) .off,
#tab_btn .tab_btn.active .on{
	display:block;
}
.excursions_intro{
	position: relative;
	padding-top: 53vw;
}
.excursions_intro .map_img{
	z-index: 1;
	position: absolute;
	width: 90vw;
	right: 0;
	top: 17vw;
}
.excursions_intro h3{
	color: #3F312C;
}
.excursions_intro h3 span{
	display: block;
	font-size: 0.7em;
}
.excursions_intro .txt{
	margin-top: 47vw;
	font-size: 3.5vw;
	color: #3F312C;
	line-height: 2em;
	margin-bottom: 5vw;
}
.excursions_intro .bana{
	position: absolute;
	width: 41vw;
	top: 91vw;
	right: 5vw;
}
.excursions_intro .schedule{
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 25px;
}
.excursions_intro .schedule img{
	display: block;
}
.excursions_intro .schedule .img01{ width: 80vw; margin-bottom: 2vw;}
.excursions_intro .schedule .img02{ width: 90vw; margin-bottom: 2vw;}
	
.tour_day_list{
	position: relative;
	background:#FFF;
	padding: 4vw;
	box-sizing: border-box;
	width: 95vw;
	overflow-y: scroll;
	max-height: 85vh;
}
.tour_day_list.w100{
	padding: 0;
}
.tour_day_list h3{
	margin-bottom: 3vw;
}
.tour_day_dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:  center;
	margin-bottom: 5vw;
}
.tour_day_dl dt{
	background-color: #B3B3B3;
	color: #333;
	font-weight: bold;
	padding: 2vw;
	font-size: 5.8vw;
}
.tour_day_dl dt.bk{
	background-color: #000;
	color: #FFF;
}
.tour_day_dl dt,
.tour_day_dl dt{
	margin-bottom: 2vw;
}
.tour_day_dl dd{
	font-size: 5.68vw;
	width: 70vw;
	line-height: 1em;
}
.tour_day_list h4{
	background: #CCC;
	font-size: 4.5vw;
	border: solid 1px #CCC;
	display: flex;
	align-items: center;
}
.tour_day_list h4.pre_cruise,
.tour_day_list h4.post_cruise{
	justify-content: center;
	margin-bottom: 1em;
}
.tour_day_list h4.post_cruise{
	margin-top: 1em;
}
.tour_day_list h4 span{
	background-color: #FFF;
	padding: 2vw 1vw;
	font-size: 3vw;
}
.tour_day_list h4 sub{
	color: #777;
	font-size: 0.6em;
	margin-top: 0.5em;
	margin-left: 0.5em;
}
.tour_day_list h4 i{
	display:block;
	background-repeat: no-repeat;
	width: 5vw;
	height: 7vw;
	background-image: url(/shopping/img/special/cruising/2025viking_us/ico_anchor.svg);
	background-position: center center;
	background-size: 100% auto;
	margin: 0 2vw;
}
.tour_day_list h4 i.ship{
	background-image: url(/shopping/img/special/cruising/2025viking_us/ico_ship.svg);
	width: 7vw;
	margin: 0 1vw;
}
.tour_day_list h4 .time{
	font-size: 2.8vw;
	font-weight: normal;
	margin-left:auto;
	margin-right: 0.5em;
}
.tour_day_list h4.end{
	background: #FFF;
	border: solid 1px #FFF;
	flex-wrap: wrap;
}
.tour_day_list h4.end span{
	background-color: #000;
	color: #FFF;
	margin-right: 2vw;
}
.tour_day_list h4 a{
	display: block;
	background-color: #3F312C;
	color: #FFF;
	font-size: 12px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding:1vw 0;
	width: 50vw;
	margin-left: auto;
	margin-right: 0;
}
.one_itineray{
	position: relative;
	border-left:dotted 5px #333;
	margin-left: 5vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	padding-left: 5vw;
	padding-bottom: 0vw;
}
.one_itineray::after{
	content: '';
	display:block;
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
	background-image: url(/shopping/img/special/cruising/2025viking_us/ico_arrow.svg);
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	bottom: -6px;
	left: -10px;
}

.one_itineray .btn a.w100{
	width: 75%;
}
#itineray_colorbox{
	display: none;
}
.one_itineray.noimg{
	justify-content:flex-end;
}
.one_itineray.fullsea{
	height: 7vw;
}
.one_itineray.fullsea .img{
	display: none;
}
.tour_day_list .note{
	font-size: 2.5vw;
	margin: 0;
}

#orders #tour_schedule section{padding:0;}

.inline_body,
.port_details,
.exc_modal,
.port_hotels,
.inline_japancruse_map{
	width: 95vw;
	max-height: 80vh;
	box-sizing: border-box;
	overflow-y: auto;
}
.port_details{
	background-color: #FFF;
	border-radius: 10px;
}
.port_details p img:first-child {
	padding-bottom: 3vw;
}
.port_hotels .body{
	background-color: #000;
}
.port_hotels .body iframe{
	width: 100%;
	height: 53vw;
}

#orders #vikingyidun section{padding:0;}
#vikingyidun{
	margin-top: 5vw;
	padding-top: 5vw;
}
#vikingyidun .common_layout {
	padding-top:2.5vw;
}

#vikingyidun .tit {
	background:
		url(/shopping/img/special/cruising/2026vy_us/vikingyidun_tit_bg_sp.png)
		no-repeat
		center top;
	background-size: 100% auto;
	padding-bottom: 4vw;
	height: 120vw;
}
#vikingyidun .common_layout h5 {
	margin-bottom: 30vw;
}
#vikingyidun .font_gothic{
	position: absolute;
	bottom: 18vw;
	right: 2.5vw;
	color: #FFF;
}
.common_layout.tit h4 {
	color: #3F312C;
	margin: 0;
	border-bottom:none;
}
.common_layout.tit p {
	margin:0 0 5vw 0;
}
.common_layout.tit p.ShipTxt,
.common_layout.tit dl.ShipData{
	margin: 0;
	position: absolute;
	color: #FFF;
	right: 2.5vw;
}
.common_layout.tit p.ShipTxt{
	top: 73vw;
	width: 90vw;
}
.common_layout.tit dl.ShipData {
	top: 26vw;
	background-color: #ffffff4f;
	padding: 0.5em;
}
.common_layout.tit dl.ShipData dd{font-size:12px;}
.common_layout.tit dl.ShipData dt span {font-size:10px;margin:0 8px;}
.common_layout.tit dl.ShipData dt{
	font-size: 1.25em;
}

.common_layout.tit ul {
	display:flex;
	justify-content: space-between;
	margin-top: 5vw;
	margin-left: -2.5vw;
	margin-right: -2.5vw;
}
.common_layout.tit ul li {
	width:24%;
	position:relative;
}
.common_layout.tit ul li a{
	box-shadow:1px 2px 4px rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	color: #FFF;
	box-sizing: border-box;
	padding: 1vw;
	font-size: 4vw;
	line-height: 1em;
	font-weight: 400;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	align-items:  flex-end;
	height: 15vw;
}
.common_layout.tit ul li:nth-of-type(1) a{ background-image: url(/shopping/img/special/cruising/2025viking_us/vikingyidun_anc01.png);}
.common_layout.tit ul li:nth-of-type(2) a{ background-image: url(/shopping/img/special/cruising/2025viking_us/vikingyidun_anc02.png);}
.common_layout.tit ul li:nth-of-type(3) a{
	background-image: url(/shopping/img/special/cruising/2025viking_us/vikingyidun_anc03.png);
	font-size: 3.5vw;
}
.common_layout.tit ul li:nth-of-type(4) a{ background-image: url(/shopping/img/special/cruising/2025viking_us/vikingyidun_anc04.png);}

.common_layout.tit ul li:after{
	content: '';
	width: 2vw;
	height: 2vw;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	right: 2vw;
	bottom: 12%;
	transform: rotate(135deg);
	z-index: 0;
}

.common_layout{
	color: #3F312C;
	background-position: center top;
	background-size: 120% auto;
	background-repeat: no-repeat;
	padding-top: 3vw;
	padding-bottom: 10vw;
	position: relative;
}

.common_layout h5 strong{
	font-size: 2em;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-bottom: 0.3em;
	top: 0.15em;
}
.common_layout h5 span{
	display: block;
	font-size: 0.3em;
	line-height: 1.4em;
}

.common_layout h3{
	color: #3F312C;
	margin-bottom: 1vw;
}
.common_layout .txt_box {
	margin-bottom: 8vw;
}
.common_layout .img_with_text{
	font-size: 10px;
}
.common_layout .img_with_text.tr{text-align: right;}
.common_layout .img_with_text.tc{text-align: center;}
/*.common_layout .img_with_text img{
	display: block;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	margin-top: 3vw;
	margin-bottom: 2vw;
}*/
.common_layout .column2,
.common_layout .column3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
}
.common_layout h4{
	font-size: 5vw;
	margin-top: 1vw;
	margin-bottom: 2vw;
}
#orders section#guest_room{ padding-bottom: 0;}
#guest_room .common_layout{ background-image: url(/shopping/img/special/cruising/2026vy_us/room_bg.png);}

#guest_room .common_layout h5 {
	margin-bottom: 19vw;
}
.common_layout .room_type_note{
	position: absolute;
	top: 24vw;
	right: 2vw;
	font-size: 3vw;
	font-weight: bold;
	color: #FFF;
	text-shadow:
		1px 1px 2px rgba(0, 0, 0, 0.2),
		-1px 1px 2px rgba(0, 0, 0, 0.2),
		-1px -1px 2px rgba(0, 0, 0, 0.2),
		1px -1px 2px rgba(0, 0, 0, 0.2);
}
#guest_room .common_layout .room_box{
	margin-top: 5vw;
}
#guest_room .common_layout .room_box .body{
	padding: 4vw;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#guest_room .common_layout .room_box .body .txt{
	width: 48%;
	margin-bottom: 4vw;
}
#guest_room .common_layout .room_box h4{
	border-bottom: none;
	color: #7E4B26;
	font-size: 3vw;
	margin-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	min-height: 2.5em;
	justify-content: center;
	align-items: center;
}
#guest_room .common_layout .room_amenities{
	width: 42vw;
}
#guest_room .common_layout .room_amenities img{
	display: block;
	margin-top: 3vw;
	margin-bottom: 2vw;
}
#guest_room .common_layout .amenities_box{
	padding-bottom: 26vw;
}
#guest_room .common_layout .room_floorplan{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#guest_room .room_equipment{
	padding: 2vw;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
	margin: 3vw 1vw 0;
}
#guest_room .room_equipment ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4vw;
}
#guest_room .room_equipment li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.25em;
	width: 44%;
	margin-bottom: 0.5em;
}

#facility .common_layout{ background-image: url(/shopping/img/special/cruising/2026vy_us/ship_facilit_bg.png);}
#facility .common_layout .img02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#facility .common_layout .img02 img{
	width: 48%;
}
#facility .common_layout .img03{ width: 52vw;}
#facility .common_layout .img04{ width: 36vw;}
#facility .common_layout img.img01{
	width: 36vw;
	position: absolute;
	bottom: 2vw;
	right: 0;
}
#facility .common_layout .facility_box{
	margin-top: 5vw;
	margin-bottom: 5vw;
}
#facility .common_layout .facility_box .body{
	padding: 4vw;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facility .common_layout .facility_box h4{
	border-bottom: none;
	color: #7E4B26;
	font-size: 3vw;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	min-height: 3em;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#facility .common_layout .facility_box h4 .mini{
	font-size: 2vw;
}
#facility .common_layout .sp_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 4vw;
}
#facility .common_layout .sp_flex .txt{
	width: 40vw;
}
#facility .common_layout .sp_flex .txt p{
	font-size: 10px;
}
#facility .common_layout .sp_flex .txt a{
	display: block;
	position: relative;
}
#facility .common_layout .sp_flex .txt a img.ico{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
}
#facility .common_layout .font_gothic{
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

#luxury .common_layout{
	background-image:
		url(/shopping/img/special/cruising/2026vy_us/ship_luxury_bg.png);
	background-position:center top;
	background-size:100% auto;
	background-repeat: no-repeat;
}
#luxury .common_layout .sp_flex{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 2vw;
	position: relative;
}
#luxury .common_layout h6{
	align-self: center;
	color: #7E4B26;
	position: relative;
	font-size: 4vw;
	border-bottom: solid 1px #000;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#luxury .common_layout .sp_flex .txt{
	width: 52vw;
}
#luxury .common_layout .luxury_box img{
	width: 40vw;
	display: block;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
}
#luxury .common_layout .one_box{
	margin-bottom: 4vw;
}
#luxury .common_layout .luxury_box .font_gothic{ text-align:right;}
#luxury .common_layout .luxury_box .one_box .font_gothic{ text-align: left;}

#restaurant .common_layout{ background-image: url(/shopping/img/special/cruising/2026vy_us/ship_restaurant_bg.png);}

#restaurant .common_layout h5 {
	margin-bottom: 8vw;
}

#restaurant .rich_txt{
	position: absolute;
	right: 5vw;
	top:43vw;
	font-size: 12px;
	color: #FFF;
}
#restaurant .common_layout h4 {
	margin-top: 0;
	margin-bottom: 2vw;
}
#restaurant .restaurant_btn{
	box-sizing: border-box;
	width: 70vw;
	margin: 6vw auto 3vw;
	text-align: center;
	border: solid 2px #3F312C;
	color: #3F312C;
	font-size: 6vw;
	font-weight: 400;
	padding: 3vw 0;
	line-height: 1em;
}
#restaurant .restaurant_btn.active{
	display: none;
}
#restaurant .restaurant_btn strong{
	font-size: 1.8em;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: 0.15em;
	margin-top: -0.15em;
	left: -2vw;
}
#restaurant .restaurant_btn i{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #3F312C;
	line-height: 16px;
	width: 16px;
	height: 2px;
	background: #3F312C;
	right: -9vw;
}
#restaurant .restaurant_btn i::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
#restaurant .restaurant_btn.active i::before{
	display: none;
}
#restaurant .images_sample{
	text-align: right;
	margin-top: 4vw;
	margin-bottom: 6vw;
}
#restaurant .accordion_box{
	display: none;
}
#restaurant .one_box{
	margin-bottom: 8vw;
}
#restaurant .column2{
	flex-wrap: nowrap;
	align-items:  flex-start;
}
#restaurant .column2 div{
	width: 47vw;
}
#restaurant .column2 img{ width: 46vw;}
#restaurant .column2 img.main_img{
	width: 45vw;
	padding-bottom: 1.5vw;
}
#restaurant .column3{
	margin-top: 2vw;
}
#restaurant .column3 img{ width: 30vw;}
#restaurant .column2 h6{
	/*white-space: nowrap;*/
	font-size: 4vw;
	padding-bottom: 1vw;
	border-bottom: solid 1px #3F312C;
	margin-bottom: 1vw;
}
#restaurant .column2 p{
	font-size: 2.5vw;
}
#restaurant .column2 p.catch{
	margin-bottom: 0.5em;
	font-weight: bold;
}
#restaurant .column2 p.font_serif{
	color:#fff;
	font-size: 12px;
	text-align: center;
	background:linear-gradient(to right, #fff 0%, #b5721e 20%, #b5721e 80%, #fff 100%);
	padding: 0.5vw 0;
	margin-top: 0.5vw;
}
#restaurant .column2 p.font_gothic{
	background-color: #005A93;
	color: #FFF;
	margin-top: 2vw;
	padding: 1vw;
	display: inline-block;
}
#restaurant .common_layout h3.Restaurants_h3{
	margin-top: 10vw;
	font-size: 6vw;
}
#restaurant .common_layout .Restaurants{
	margin-top: 4vw;
}
#restaurant .common_layout .Restaurants .body{
	padding: 4vw;
	padding-bottom: 0;
}
#restaurant .common_layout .Restaurants .body .pc_flex_h3{
	margin-bottom: 4vw;
}
#restaurant .common_layout .Restaurants .body .pc_flex_h3 img{
	margin: 2vw 0;
}
#restaurant .common_layout .Restaurants h3{
	font-size: 5vw;
	color: #7E4B26;
}
#restaurant .common_layout .Restaurants h4{
	border-bottom: none;
	font-size: 4.5vw;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 1vw;
}
#restaurant .common_layout .sp_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 6vw;
}
#restaurant .common_layout .Restaurants .sp_flex02{
	margin-bottom: 8vw;
}
#restaurant .common_layout .Restaurants .sp_flex02 img{
	width: 84vw;
}
#restaurant .common_layout .sp_flex .txt{
	width: 43vw;
}
#restaurant .common_layout .sp_flex .txt p{
	font-size: 10px;
}
#restaurant .column2.bar{
	flex-wrap: wrap;
	margin-top: 5vw;
}
#restaurant .column2.bar .one_box{
	display: flex;
	width: 100%;
	align-items:  center;
	justify-content: center;
}
#restaurant .column2.bar img{
	width: 100%;
}
#restaurant .column2.bar .left{
	width: 80%;
}
#restaurant .column2.bar .right{
	text-align: center;
	width: 35%;
	display: none;
}
#restaurant .column2.bar h6{
	border-bottom: none;
	margin-top: 2vw;
	font-size: 4vw;
	text-align: center;
}
#restaurant .column2.bar p{
	font-size: 3.5vw;
}
#orders #tour_schedule section{padding:0;}

.hotel_information iframe{
	width: 100%;
	height: 57vw;
}
.hotel_information .chinzanso{
	position: relative;
}
.hotel_information .chinzanso iframe{
	position: absolute;
	z-index: 100;
	top: 311vw;
	display: block;
	width: 75vw;
	left: 12vw;
	height: 42vw;
}
#page_anc_link ul{
	display:flex;
	justify-content: space-between;
	margin: 5vw 0
}
#page_anc_link ul li{
	width:24%;
	position:relative;
}
#tour_schedule{
	background:
		#000
		url(/shopping/img/special/cruising/2026vy_us/JPmap_bg.jpg)
		no-repeat
		center top;
	background-size: 120%;
}
#tour_schedule .common_layout{
	padding: 0vw 2.5vw 10vw;
}
#kikouti{
	margin-top: 1px;
}
.kikouti_select .around,
.kikouti_select .west{
	margin-bottom: 4vw;
}
#tour_schedule h2{
	font-size: 5.5vw;
	padding: 7vw 2.5vw 0;
	color: #ccab7d;
	text-shadow:
		1px 1px 2px rgba(0, 0, 0, 0.5),
		-1px 1px 2px rgba(0, 0, 0, 0.5),
		-1px -1px 2px rgba(0, 0, 0, 0.5),
		1px -1px 2px rgba(0, 0, 0, 0.5);
	font-weight: 600;
}
#tour_schedule h2 .mini{
	display: block;
	font-size: 0.8em;
	color: #FFF;
	padding-bottom: 0.25em;
}
#tour_schedule h2 .txt{
	display: block;
	font-size: 0.6em;
	color: #FFF;
	font-weight: normal;
}
#tour_schedule .common_layout h5{
	margin-bottom: 44vw;
}

#tour_schedule .btn_Tokyo {
	position: absolute;
	width: 40vw;
	top: 42vw;
	right: 2.5vw;
}

#end img{
	width: 100%;
}

#tab_Tokyo section{
	background-color: #000;
	background-image: url(/shopping/img/special/cruising/2025viking_us/tokyo_tb_bg.png);
	background-repeat: no-repeat;
	background-position: center top -4vw;
	background-size: 140% auto;
	/*PCレイアウト*/
	/*
	background-position: center top;
	background-size: 100% auto;
	*/
}

#tab_Tokyo h6 {
	font-size: 150%;
	margin-bottom: 0.4em;
}

#Tokyo_intro{
	padding-top: 13vw;
	padding-bottom: 15vw;
	color: #FFF;
}
#Tokyo_intro h3{
	margin-left: 0;
	margin-bottom: 0;
}
#Tokyo_intro h3 span{
	display: block;
	font-size: 0.6em;
	line-height: 1em;
	padding-top: 2vw;
}

#Tokyo_intro .top_txt{
	margin-top: 6vw;
	margin-bottom: 8vw;
}
#Tokyo_intro .top_txt span{
	font-size: 2.8vw;
	padding-top: 3vw;
	display: inline-block;
	line-height: 1.5;
}
#Tokyo_intro ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vw;
}
#Tokyo_intro li{
	width: 32%;
}
/*相撲は確定まで非表示*/
#Tokyo_intro .sumou{
	display: none;
}
#Tokyo_intro .hotel{
	border: solid 2px #E5C98A;
	padding: 2.5vw;
	position: relative;
}
#Tokyo_intro .hotel > p{
	background-color: #000;
	padding:0 2vw;
	text-align: center;
	position:relative;
	top: -16vw;
	margin-bottom: -13vw;
}
#Tokyo_intro .hotel .body{
	/*background-image: url(/shopping/img/special/cruising/2025viking_us/tokyo_hotel_img.png);
	background-position: center top;
	background-size: 100% auto;*/
	background-color: #FFF;
	background-image:
		url(/shopping/img/special/cruising/2025viking_us/tokyo_hotel_img_sp.png),
		url(/shopping/img/special/cruising/2025viking_us/tokyo_bg_bottom.png);
	background-position:
		center top,
		right bottom;
	background-size:
		100% auto,
		50% auto;
	background-repeat:no-repeat;
	padding: 2.5vw 0 0 2.5vw;
	padding-bottom: 0;
	color: #000;
}
#Tokyo_intro .hotel .flex_top{
	display: flex;
	justify-content: space-between;
	position: relative;
}
#Tokyo_intro .hotel .flex_bottom{
	position: relative;
}

#Tokyo_intro .hotel .flex_top {
	margin-top:0;
}
#Tokyo_intro .hotel .flex_bottom {
	margin-top:56vw;
	background: #FFF;
	margin-left: -2.5vw;
}

#Tokyo_intro .hotel .body h5{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 15vw;
}
#Tokyo_intro .hotel .body .txt{
	width: 70vw;
}
#Tokyo_intro .hotel .body a{
	width: 22vw;
	position: absolute;
	right: 0;
	top: 74vw;
}
#Tokyo_intro .hotel h4 {
	font-size: 4.5vw;
}

#Tokyo_intro .hotel .body h6{
	font-size: 4.5vw;
	margin-bottom:1vw;
}
#Tokyo_intro .hotel .flex_bottom dl {
	display:flex;
	padding-bottom: 2vw;
}
#Tokyo_intro .hotel .flex_bottom dl dt{
	width: 35vw;
}
#Tokyo_intro .hotel .flex_bottom dl dt img{width:100%;}
#Tokyo_intro .hotel .flex_bottom dl dd {
	width: 54vw;
	box-sizing: border-box;
    line-height: 1.4;
    padding: 1vw;
}
.common_layout_tokyo{
	color: #000;
	background-color: #FFF;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 3vw;
	padding-bottom: 15vw;
	position: relative;
}

.common_layout_tokyo h3{
	margin-bottom:26vw;
}
.common_layout_tokyo h3 strong{
	font-size: 2em;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-bottom: 0.3em;
	top: 0.15em;
}
.common_layout_tokyo .img_with_text{
	font-size: 10px;
}
.common_layout_tokyo .img_with_text.tr{text-align: right;}
.common_layout_tokyo .img_with_text.tc{text-align: center;}
.common_layout_tokyo .img_with_text img{
	display: block;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	margin-top: 3vw;
	margin-bottom: 2vw;
}
.common_layout_tokyo .column2,
.common_layout_tokyo .column3{
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	*/
	position: relative;
}
.common_layout_tokyo h4{
	font-size: 7vw;
	background-color: #231815;
	text-align: center;
	color: #D8BA87;
	padding: 1vw;
}
.common_layout_tokyo h4 span{
	font-size: 0.8em;
	margin-left: 0.5em;
}
.common_layout_tokyo .column2{
	padding-bottom: 10vw;
}
.common_layout_tokyo .column2 .top_txt{
	position: relative;
}
.common_layout_tokyo .column2 .top_txt .img{
	bottom: 0;
}
.common_layout_tokyo .column2 .motion{
	background-color: #CCC;
	padding: 2vw;
	width: 55%;
	margin-top: 0;
	font-size: 3.5vw;
}
.common_layout_tokyo .column2 .motion dt{
	font-weight: 700;
}
.common_layout_tokyo .column3 div p span,
.common_layout_tokyo .column2 .motion .caution{
	font-size: 10px;
	color: #F00;
}
.common_layout_tokyo .column3 div p span.black,
.common_layout_tokyo .column2 .motion .caution.black{
	color:#000;
}
.common_layout_tokyo .column2 .top_tokyo_slider_body{
	position: relative;
	width: 100%;
}
.common_layout_tokyo .column2 .top_tokyo_slider_body .bx-viewport{
	height: 63vw!important;
}
.common_layout_tokyo .column2 .top_tokyo_slider_body img{
	width: 100%;
}
.common_layout_tokyo .column3 img{
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 36vw;
	height: auto;
	object-fit: fill;
}
.common_layout_tokyo .column2 .bx-caption{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: right;
	width: 100%;
	color: #FFF;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 1vw;
}
.common_layout_tokyo .column3{
	padding:5vw 2vw;
	background-image: url(/shopping/img/special/cruising/2025viking_us/layout_tokyo_cl3_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	margin-bottom: 10vw;
}
.common_layout_tokyo .column3 > div{
	min-height: 28vw;
	margin-bottom: 4vw;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items:  flex-start;
}

.common_layout_tokyo .column3 h5{
	color: #40210F;
	margin-bottom: 2vw;
	line-height: 1em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 5vw;
	width: 100%;
}
.common_layout_tokyo .column3 > div p{
	width: 52vw;
}
.common_layout_tokyo .column3 .img_txt{
	position: absolute;
	right: 2.5vw;
	bottom: 2.5vw;
}

.course_slider{
	text-align: center;
	margin: 0 auto;
	position: relative;
}
/*
.course_slider .bx-viewport{
	min-height: 135vw;
}*/
.course_slider .slider_li > div{
	/*width: 100%!important;*/
	/*height: 98vw;*/
	text-align: center;
	background: #EDEDED;
}

.slider_li .box{
	padding: 2.5vw;
	background: #EDEDED;
	text-align: left;
	width: 90vw;
	height:auto !important;
	min-height: 95vw;
}
.slider_li .box img{
	width:100%;
}
.slider_li .box > div{
	padding-top: 2vw;
}
.slider_li .box h5{
	font-size: 4.5vw;
	font-weight: bold;
	color: #231815;
	margin-bottom: 0.2em;
}
.slider_li .box h5 span{
	font-size: 0.7em;
}
.slider_li .box .txt_mini,
.slider_li .box .txt_mini h5{
	font-size: 1em;
	padding-top: 0;
}
.course_slider .bx-controls-direction{
	display:flex;
	justify-content: space-between;
	position: absolute;
	width: 100vw;
	top: 56vw;
	left: -2.5vw
}
.course_slider .bx-controls-direction a{
	width: 10vw;
	height: 10vw;
	display: block;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.course_slider .bx-prev{
	background-image: url(/shopping/img/special/cruising/2025viking_us/bx-prev.svg);
}
.course_slider .bx-next{
	background-image: url(/shopping/img/special/cruising/2025viking_us/bx-next.svg);
}
.course_slider .custom-thumb{
	margin: 5vw auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
	counter-reset: number 0;
}
.course_slider .custom-thumb i{
	display: block;
	width: 0;
	height: 0;
	border-left: 3vw solid #ccc;
	border-top: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	margin: 0 1vw;
}

.course_slider .custom-thumb i.strat,
.course_slider .custom-thumb i.end,
.course_slider .custom-thumb i.train,
.course_slider .custom-thumb i.lunch{
	border: none;
	margin: 0;
	margin-bottom: 3vw;
	background-position: center center;
	background-repeat: no-repeat;
}
.course_slider .custom-thumb i.lunch2{
	position: relative;
	top: -2vw;
	background-size: cover !important;
	height: 9vw !important;
	width: 10vw !important;
	background-position: top !important;
	margin: 0 2vw !important;
}
.course_slider .custom-thumb i.strat,
.course_slider .custom-thumb i.end{
	background-size: 100% auto;
	width: 8vw;
	height: 8vw;
}
.course_slider .custom-thumb i.train{
	background-size: auto 100%;
	width: 10vw;
	height: 11vw;
}
.course_slider .custom-thumb i.lunch{
	background-size: auto 100%;
	width: 9vw;
	height: 10vw;
}
.course_slider .custom-thumb i.strat{ background-image: url(/shopping/img/special/cruising/2025viking_us/course_hotel_left.svg);}
.course_slider .custom-thumb i.end{ background-image: url(/shopping/img/special/cruising/2025viking_us/course_hotel_right.svg);}
.course_slider .custom-thumb i.train{ background-image: url(/shopping/img/special/cruising/2025viking_us/course_shinkansen.svg);}
.course_slider .custom-thumb i.lunch{ background-image: url(/shopping/img/special/cruising/2025viking_us/course_lunch.svg);}

.course_slider .custom-thumb i.sp_br_r,
.course_slider .custom-thumb i.sp_br_l{
	border: none;
	border-top: dotted 1px #000;
	width: 3vw;
	margin: 0;
	margin-bottom: 3vw;
}

.course_slider .custom-thumb a{
	min-width: 2%;
	height: 11vw;
	background: #E8DCCF;
	display:flex;
	color: #231815;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 2.5vw;
}
.course_slider .custom-thumb i,
.course_slider .custom-thumb a{
	margin-bottom: 3vw;
}
.course_slider .custom-thumb a.active{
	color:#E8DCCF;
	background: #231815;
}
.course_slider .custom-thumb a::before,
.course_slider .custom-thumb a::after{
	position: absolute;
	top:-0.5em;
	left: -0.5em;
	height: 1em;
	width: 1em;
	font-size: 3vw;
}

.course_slider .custom-thumb a::before{
	counter-increment: number 1;
	content: counter(number);
	color: #D8BA87;
	z-index: 10;
}
.course_slider .custom-thumb a::after{
	content: '';
	background-color: #231815;
	transform: rotate(45deg);
	border: solid 1px #D8BA87;
	z-index: 9;
}
.course_slider .custom-thumb a strong{
	display: none;
}
.course_slider .custom-thumb a span{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-color: #AF3226;
	color: #FFF;
	font-size: 1.5vw;
	font-weight: bold;
	padding: 0.5vw;
	line-height: 1em;
}
.course_slider .caution {
	font-size: 10px;
	text-align: right;
	margin-top: 1em;
}
.hotel_information{
	background-color: #000000;
	color: #FFF;
}
.hotel_information h3,
.hotel_information .flex_2row{
	margin-left: 4vw;
	margin-right: 4vw;
}
.hotel_information .flex_2row{
	margin-bottom: 10vw;
}
.hotel_information .inter_coninental h3{
	font-size: 6vw;
	padding-top: 1em;
}
.hotel_information .catch_txt{
	background-color: #FFF;
	color: #000;
	padding: 1em;
}
.hotel_information .catch_txt .btn a{
	display: block;
	width: fit-content;
	background-color: #000;
	color: #FFF;
	padding: 0.25em 1em 0.25em 0.5em;
	margin-top: 0.5em;
}
.hotel_information .catch_txt h4{
	font-size: 4.5vw;
}
.hotel_information .main_txt{
	font-size: 2.5vw;
}


#TOKYO .course_slider .custom-thumb i.strat{ background-image: url(/shopping/img/special/cruising/2025viking_us/course_hotel_left02.svg);}
#TOKYO .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Tokyo_tit_bg.jpg);}
#TOKYO .common_layout_tokyo .column2 .motion{
	width: 55%;
	margin-top: 3vw;
}
#TOKYO .common_layout_tokyo .column2 .top_txt .img{
	width: 63%;
	margin-right: 0;
	margin-left: auto;
	margin-top: -18vw;
}
#TOKYO .course_slider .custom-thumb a[data-slide-index="0"]{ width: 22vw;}
#TOKYO .course_slider .custom-thumb a[data-slide-index="1"]{ width: 24vw;}
#TOKYO .course_slider .custom-thumb a[data-slide-index="2"]{ width: 16vw;}
#TOKYO .course_slider .custom-thumb a[data-slide-index="3"]{ width: 16vw;}
#TOKYO .course_slider .custom-thumb a[data-slide-index="4"]{ width: 16vw;}
#TOKYO .course_slider .custom-thumb a[data-slide-index="5"]{ width: 25vw;}
#TOKYO .course_slider .custom-thumb i.sp_br_r{ margin-right: 16vw;}
#TOKYO .course_slider .custom-thumb i.sp_br_l{ margin-left: 21vw; margin-right: -1vw;}

#HAKONE .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Hakone_tit_bg.jpg);}
#HAKONE .common_layout_tokyo .column2 .motion{
	width: 80%;
	margin-top: 2vw;
	margin-left: auto;
	margin-right: 0;
}
#HAKONE .common_layout_tokyo .column2 .top_txt .img{
	width: 90%;
	margin-top: -9vw;
	margin-bottom:7vw;
}
#HAKONE .course_slider .custom-thumb a[data-slide-index="0"]{ width: 22vw;}
#HAKONE .course_slider .custom-thumb a[data-slide-index="1"]{ width: 21vw;}
#HAKONE .course_slider .custom-thumb a[data-slide-index="2"]{ width: 15vw;}
#HAKONE .course_slider .custom-thumb a[data-slide-index="3"]{ width: 32vw;}
#HAKONE .course_slider .custom-thumb a[data-slide-index="4"]{ width: 17vw;}
#HAKONE .course_slider .custom-thumb i.sp_br_r{ margin-right: 0vw;}
#HAKONE .course_slider .custom-thumb i.sp_br_l{ margin-left: 49vw; margin-right: -1vw;}
/*#HAKONE .course_slider .slider_Hakone div:nth-of-type(3) .box div{overflow: scroll; height: 36vw;}*/
#HAKONE .hakone_tit{padding-top: 4vw;}
#HAKONE .course_slider .bx-viewport{max-height: 140vw;}

#KAWAGOE .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Kawagoe_tit_bg.jpg);}
#KAWAGOE .common_layout_tokyo .column2 .motion{
	width: 57%;
	margin-top: 4vw;
}
#KAWAGOE .common_layout_tokyo .column2 .top_txt .img{
	width: 76%;
	margin-top: -10vw;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 4vw;
}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="0"]{ width: 21vw;}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="1"]{ width: 15vw;}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="2"]{ width: 18vw;}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="3"]{ width: 21vw;}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="4"]{ width: 24vw;}
#KAWAGOE .course_slider .custom-thumb a[data-slide-index="5"]{ width: 24vw;}
/*#KAWAGOE .course_slider .custom-thumb a[data-slide-index="6"]{ width: 23vw;}*/
#KAWAGOE .course_slider .custom-thumb i.sp_br_r{ margin-right: 5vw;}
#KAWAGOE .course_slider .custom-thumb i.sp_br_l{ margin-left: 0vw; margin-right: -1vw;}

/*▼旅行約款・WEBパンフレット▼*/
.notice{
	display: flex;
	justify-content: space-around;
	padding: 5vw 0;
}
.notice_box a{
	background-color: #014984;
	border-radius: 1.2vw;
	width: 40vw;
	padding: 3vw;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 3vw;
	display: block;
	box-sizing: border-box;
}
.notice_box a span{
	position: absolute;
	right: 2vw;
}
.notice_box a.line2{
	line-height: 100%;
}
.notice_box a.line2 span{
	top: 1.5em;
}
.notice_wrap .notice_img .tel{
	margin-top: 5vw;
}
/*▲旅行約款・WEBパンフレット▲*/
/*▼▼▼クルーズオブザイヤー受賞▼▼▼*/
#anc_award section{
	background-color: transparent;
}
#anc_award{
	width: auto;
	position: relative;
	background-image: url(/shopping/img/special/cruising/common/award/award_bg.png);
	background-size: 150% auto;
	background-position: center;
}
#anc_award h3{
	color: #fff;
	text-align: center;
	font-size: 6vw;
	line-height: 107%;
	padding: 6vw 0 0 0;
	background-image: none;
}
#anc_award h3::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 70%;
	padding: 0.5vw;
	border-bottom: solid #fff 1px;
	opacity: 0.7;
	margin-bottom: 4vw;
}

#award_2023,#award_2018{
	text-align: center;
}
#award_2023 img,#award_2018 img{
	width: 90%;
	margin: 0 auto 3vw;
}
/*▲▲▲クルーズオブザイヤー受賞▲▲▲*/

/*▼アニメーション関連▼*/
.fadein{
	opacity: 0;
	visibility: hidden;
	transition:opacity 1.5s, visibility 1s, transform 1.5s;
	transform: translateY(50px);
}
/*左右移動*/
.fadein.left,
.fadein.right{
	transform: translateY(0px);
}
.fadein.left{
	transform: translateX(-50px);
}
.fadein.right{
	transform: translateX(50px);
}
/*アニメ終了時*/
.fadein.active{
	opacity: 1;
	visibility:visible;
	transform: translateY(0px);
	transform: translateX(0px);
}
/*▲アニメーション関連▲*/

/*▼footer▼*/
footer{
	text-align: center;
	font-size: 12px;
	line-height: 7vw;
	background-color: #CCC;
	padding-bottom: 17vmin;
}
#footer_fix{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: none;
}
#footer_fix .price_btn_box{
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-top: solid 1px #CCC;
	padding: 2vw;
}
#footer_fix .price_btn_box .btn a{
	margin: 0 0 0.1em;
	font-size: 6vmin;
	padding: 0.25em 1.2em;
}
#footer_fix .price_btn_box .note {
	text-align: left;
	font-size: 2.3vmin;
}
#footer_fix .by_email{
	width: 15vmin;
	display: flex;
	text-align: center;
	align-items: center;
	position: absolute;
    top: 2vmin;
    right: 20vmin;
}

#footer_fix .by_email a{
	padding: 2vmin 1vmin;
	display: block;
	color: #FFF;
	background-color: #80167D;
	border-radius: 5px;
}

#footer_fix .catalog_pdf{
	width: 20vmin;
	display: flex;
	text-align: center;
	align-items: center;
	position: absolute;
    top: 5vmin;
    right: 20vmin;
}

#footer_fix .catalog_pdf a{
	padding: 2vmin 1vmin;
	display: block;
	color: #FFF;
	background-color: #606060;
	border-radius: 5px;
}


#pagetop{
	position: absolute;
	top: 2vmin;
	right: 2.5vmin;
}
#pagetop a{
	display: block;
	width: 8vmin;
	border: solid 1px #FFF;
	border-radius: 5px;
	padding: 2vmin 2.5vmin;
	background-color: rgba(0, 0, 0, 0.3);
}
#catalog_dl{
		text-align: center;
		margin: 6vw auto;
		padding: 5vw;
	    background-color: #fff2c0;
}

#catalog_dl .btn{
	padding: 1.25em 1em;
    display: block;
    color: #FFF;
    background-color: #9A272D;
    width: fit-content;
    margin: 1em auto 1.25em;
    line-height: 2em;
}

#contact_us{
	text-align: center;
	padding: 10vw 2.5vw 60vw;
}

#contact_us a .mail{
	color: #000;
	text-decoration: none;
}

#contact_us .mail{
	font-size: 5vw;
	margin-bottom: 4vw;
}

#contact_us .btn{
	/*display: block;*/
	display: none;
	margin-bottom: 4vw;
	font-size: 7vw;
	padding: 2vw;
	color: #FFF;
	background-color: #80167D;
	border-radius: 5px;
}
#contact_us .btn span{
	font-size: 0.8em;
}
#contact_us .tel_box{
	font-size: 3.5vw;
	margin-bottom: 8vw;
}
#contact_us .tel_link{
	font-size: 5vw;
}
#contact_us .tel_link .note{
	font-size: 0.6em;
	display: block;
	padding-top: 0.5em;
	width: 31em;
	margin: 0 auto;
}
#contact_us .tel_box p:nth-child(1) {
	font-size: 5vw;
}
#contact_us .tel_link a{
	text-decoration: underline;
}

#contact_us h3{
	text-align: left;
	font-size: 7vw;
	line-height: 1.25em;
}
#contact_us .company dl{
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	padding: 2vw 0;
}
#contact_us .company dl:nth-child(odd){
	background-color: #FFF;
}
#contact_us .company dt,
#contact_us .company dd{
	font-size: 3.5vw;
	line-height: 5vw;
	text-align: left;
	box-sizing: border-box;
}
#contact_us .company dt{
	width: 40%;
	padding-left: 2%;
}
#contact_us .company dd{
	width: 68%;
	padding-left: 0;
}
.award{
	width: 100%;
	text-align: center;
	margin: 10vw auto;
	position: relative;
}
.award_tit{
	display: flex;
	width: 100%;
}
.award_tit li{
	color: #804200;
	font-size: 7vw;
	line-height: 1.2em;
	border-left-width: 0;
	padding-left: 0;
	margin-bottom: 2vw;
	text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
	margin-top: 2vw;
	margin-left: -6vw
}
.award_tit li span{
	font-size: 3.5vw;
	display: block;
	line-height: 1.2;
	text-align: center;
}
.awrad_icon{
	width:50%;
	text-align: right;
	margin-left: 1vw;
}
.award_detail{
	/*display: flex;*/
	font-size: 3vw;
	padding: 0 2vw;
}
/*.award_detail dl{
	width: 60%;
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content:  space-between;
}*/
.award_detail dl dd:nth-child(1){
	text-align: left;
	margin-bottom: 2vw;
}
.award_detail dl dd:nth-child(2){
	display: flex;
	justify-content: space-between;
}
.award_detail dl dd a{
	display :flex;
	justify-content: center;
	align-items:  center;
	color: #3F312C;
	border-radius: 5px;
	font-size: 3.5vw;
	text-align: center;
	width: 70%;
	background: linear-gradient(#fefefd, #dadada);
	border: solid 1px #B2B2B2;
	line-height: 1em;
	height: 9vw;
	position: relative;
}
.award_detail dl dd a:nth-child(2){
	width: 26%;
}
.award_detail dt{
	width:100%;
	padding:2vw 0;
}
.award i {
	position: absolute;
	top: 1vw;
	left: 0vw;
	width: 30%;
}
.award dt {
	color: #804200;
	font-size: 7vw;
	line-height: 1.2em;
	border-left-width: 0;
	padding-left: 22vw;
	text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
}
.award dt span {
	font-size: 0.4em;
	display: block;
	line-height: 1.2;
	text-align: center;
	margin: 1vw auto 0;
}
.award dd {
	text-align: left;
	margin: 4vw;
	line-height: 1.6;
}
.award ul {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin: 4vw 2vw;
}
.award ul li {
	list-style-type: none;
	background: #FFF;
	padding: 2vw 4vw 2vw 2vw;
	border: 1px solid #333;
	width: 40%;
	position: relative;	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.award ul li:after {
	content:">";
	position:absolute;
	top:33%;
	right:1vw;
}

.award.intro {
	width: 95%;
	margin-bottom: 5vw;
	height: fit-content;
	padding: 3vw 0 10vw;
}
.award.intro i {
	width: 20%;
	right: -2vw;
	top: -6vw;
	left: unset;
}
.award.intro dt {
	margin: 0;
	padding: 0;
}
.award.intro dd {
	margin: 1vw 3vw;
	text-align: left;
	font-size: 3.2vw;
	line-height: 1.4;
}
.award.intro .note{
	font-size: 2vw;
	padding-left: 3vw;
}
.about_japanet_txt{
	background-color: #e0e0e0;
	background-image: url(/shopping/img/special/cruising/en/common/about_japanet_bg.png);
	background-position: bottom right -20vw;
	background-repeat: no-repeat;
	background-size: 200% auto;
	text-align: left;
	padding: 4vw;
}
.about_japanet_txt h3{
	color: #3F312C;
	border-left: solid 13px #3F312C;
	padding-left: 12px;
	margin-bottom: 4vw;
	font-size: 6vw;
	line-height: 1.25em;
}
.about_japanet_txt .txt{
	line-height: 1.5em;
}
.about_japanet_txt .ceo{
	padding: 7vw;
	padding-right: 2vw;
	margin: 0;
	margin-left: auto;
}
#intro .award.intro p.note{
	text-align: left;
}
.award.intro .btn{
	position: absolute;
	color: #FFF;
	padding: 0.5em 4em;
	background-color: #000;
	bottom: 2vw;
	right: 3vw;
	line-height: 1em;
	font-size: 3vw;
}
.sns_link_btn{
	display: flex;
	justify-content: space-around;
	margin: 6vw 0vw 25vw;
}
.sns_link_btn img{
	width: 40px;
}
.sns_link_btn .instagram img{
	padding: 5px;
	background-color: #FF0069;
	border-radius: 3px;
	box-sizing: border-box;
}
.sns_link_btn a{
	display: block;
	border: solid 1px #CCC;
	padding: 2vw 0vw;
	border-radius: 3px;
	width: 30vw;
	box-sizing: border-box;
}
.sns_link_btn a span{
	margin-top: 10px;
	display:block;
	font-size: 2vw;
}
footer .link{
	background-color: #F3F2F3;
	font-size: 10px;
}
footer .link ul{
	display: flex;
	justify-content: center;
}
footer .link li::before{
	content: "|";
	margin: 0 0.3em;
}
footer .link li:first-child::before{
	content: "";
	margin: 0;
}
footer .link li{
	white-space: nowrap;
}
footer .copy{
	background-color: #F1E5F1;
	font-size: 10px;
}
/*▲footer▲*/
#cookies{
	width: 100%;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
	padding: 2.5vmin;
	box-sizing: border-box;
	font-size: 3vmin;
}
#cookies p{
	line-height: 1.25em;
}
#cookies a{
	color: #FFF;
	text-decoration: underline;
}
#cookies section{
	width: 100%;
	background-color: transparent;
}
#cookies button{
	display:block;
	width: 40vmin;
	margin: 2vmin auto 0;
	text-align: center;
	color: #000;
	padding: 2vmin;
	background-color: #FFF;
	border-radius: 5px;
	border: none;
	line-height: 1em;
}
.notice_wrap .course_box{
	padding: 0 4vw;
}
/*
.one_itineray .img {
	display: none;
}
.one_itineray .btn {
	display: none;
}
.one_itineray{
	justify-content: flex-end;
}
*/

#tour_schedule .column3.bar .order {
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
}


#tour_schedule .common_layout .mehaku.text{
	margin-top: 3vw;
    margin-bottom: 3vw;
}
#tour_schedule .common_layout .subtitle{
	font-size: 4.5vw;
    font-weight: 600;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

#tour_schedule .common_layout .small_text{
	color: #FFF;
    font-size: 3.5vw;
    font-weight: 600;
}

#tour_schedule .day_box .small_text{
	font-size: 3vw;
	color: #000;
	font-weight: 600;
	margin-right: 2px;
}
#tour_schedule .day_box .big_text{
	font-weight: 600;
	font-size: 10vw;
	color: #000;
}
#tour_schedule .common_layout .day_box{
	background-color: #FFF;
	padding: 1vw;
	width:fit-content;
	line-height: 3em;
	display: flex;
	align-items: center;
	margin-top: 5vw;
}
#mehaku .common_layout h3{
	font-size: 28px;
	line-height: 1em;
	font-weight: 800;
	text-shadow: 2px 1px 5px #000;
	color: #FFF;
	padding-left: 0px;
}

#kikouti .common_layout,
#mehaku .common_layout{
	padding: 4vw;
	color: #FFF;
}
#kikouti .common_layout{
	background:
		url(/shopping/img/special/cruising/2026vy_us/kikouti_sp.png)
		no-repeat
		center top 17vw;
	background-size: 100% auto;
}
#kikouti .common_layout .we_charter a{
	color: #000;
	background-color: #FFF;
}
#kikouti .common_layout .we_charter.btn b {
	background: #000;
}

#tour_schedule .column3.bar .one_box{
	display: flex;
	width: 100vw;
	align-items:  center;
	justify-content: center;
}
#tour_schedule .column3.bar img{
	width: 100vw;
}

/*
#restaurant .column2.bar .right{
	text-align: center;
	width: 35%;
	display: none;
}
#restaurant .column2.bar h6{
	border-bottom: none;
	margin-top: 2vw;
	font-size: 4vw;
	text-align: center;
}
#restaurant .column2.bar p{
	font-size: 3.5vw;
}
*/


#tour_schedule .column3.bar .one_box_title{
	font-size: 5.5vw;
	font-weight: 600;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
}
#kikouti .common_layout h3{
	font-size: 6vw;
	font-weight: 600;
	margin-top: 4vw;
	margin-bottom: 36vw;
	color: #FFF;
	width: 65vw;
}
/*-------------------------------
	電話ポップアップ
-------------------------------*/
#tel_pop {
	display: none;
	position: absolute;
	top: -38vmin;
	right: 16vmin;
	background-color: #fae082;
	color: #000000;
	width: 70vmin;
	border-radius: 10px 10px 10px 10px;
	padding: 2vmin;
	margin: 1vmin 0 2vmin 3vmin;
	box-shadow: 2px 2px 2px rgba(153, 153, 153, 0.5);
	z-index: 2000;
}
#tel_pop::after {
	position: absolute;
	content: '';
	border-top: 2.5vmin solid #fae082;
	border-left: 5vmin solid transparent;
	border-right: 5vmin solid transparent;
	bottom: -2vmin;
	right: 6vmin;
	filter: drop-shadow(2px 1px 1px darkgrey);
}
#tel_pop .tel_box {
	font-size: 3vmin;
	text-align: center;
}
#tel_pop .tel_title {
	font-size: 4vmin;
	font-weight: bold;
}
#tel_pop .tel_link {
	font-size: 4vmin;
}
#tel_pop .tel_link.tel_link--main {
	font-weight: bold;
}
#tel_pop .tel_link a {
	text-decoration: underline;
}
#tel_pop .tel_link .note {
	display: block;
	font-size: 3vmin;
}
#tel_pop .tel_close{
	position: absolute;
	top: -1vmin;
	right: -3vmin;
	width: 8vmin;
}

/*-------------------------------
	動画
-------------------------------*/
.movieBoxContainer {
	background-color: #333333;
	display: none;
}
.movieBoxContainer--tour {
	margin: 3vw;
}
.movieBoxContainer--kikouti {
	margin-bottom: 6vw;
}
.movieBoxWrap {
	display: flex;
	padding: 2vw 4vw;
	gap: 4vw;
}
.movieBoxWrap.tour__movie {
	position: absolute;
	top: 46.5vw;
}
.movieBoxWrap.tour_schedule__movie {
	padding: 4vw;
}
.movieBoxWrap.kikouti__movie {
	padding: 4vw;
}
.movieBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.movieBox .movieTitle--adjust {
	width: 80%;
}
.movieBox .movieBox__movie {
	width: 100%;
	margin-top: 1vw;
	aspect-ratio: 720 / 480;
}

/*-------------------------------
	動画のモーダル
-------------------------------*/
.view-modal .js-modalBox {
	transition: height 0s 0s;
	height: 100%;
}
.view-modal {
	overflow: hidden
}
.js-modalBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
	transition: height 0s .6s
}
.view-modal .js-modalBox {
	transition: height 0s 0s;
	height: 100%
}
.js-modalBg {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s cubic-bezier(.25,.25,.75,.75),visibility .2s;
}
.view-modal .js-modalBg {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0s;
}
.js-modalWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s cubic-bezier(.25,.25,.75,.75),visibility .2s;
	width: 100%;
}
.view-modal .js-modalWrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s cubic-bezier(.25,.25,.75,.75),visibility 0s;
}
.js-modalCloseBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	font-size: 0;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.js-modalCloseBtn:after,
.js-modalCloseBtn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	background-color: #000000;
	transition: all .4s cubic-bezier(.23,1,.32,1);
	width: 70%;
}
.js-modalCloseBtn:before {
	transform: rotate(-45deg);
}
.js-modalCloseBtn:after {
	transform: rotate(45deg);
}
.no-touchevents .js-modalCloseBtn:hover:before,
.touchevents .js-modalCloseBtn.is-touched:before {
	transform: rotate(45deg);
}
.no-touchevents .js-modalCloseBtn:hover:after,
.touchevents .js-modalCloseBtn.is-touched:after {
	transform: rotate(135deg);
}
.js-modalContent > * {
	margin:0 4vw;
}
.js-modalContent{
	text-align: center;
	margin-top: 10px;
}
.js-modalContent .modal-main{
	overflow-y: scroll;
}
.js-modalContent .modal-content{
	padding-top: 60px;
	background-color: transparent;
}
.js-modalContent .modal-movie iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: none;
	background-color: #000000;
}
	/*価格表在庫状況表示修正*/
	.table_day_list{
		width: 59vw;
		box-sizing: border-box;
		background-color: #FFF;
	}
	.table_day_list ul{
		display: flex;
	}
	.table_day_list li{
		width: 33.4%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #c54441;
		color: #ffffff
	}
	.table_day_list li:last-child{
		background-color: #005978;
	}
	.table_day_list span{
		font-size: 3.5vw;
		padding: 2vw;
	}
	.table_tour{
		display: flex;
	}
	.table_day_list .table_tour span{
		font-weight: normal;
		text-align: center;
		line-height: 1em;
		font-size: 3vw;
		color: #ffffff;
		padding: 1vw;
	}
	.table_day_list .tour_all_span{
		background-color: #c54441;
		width: 66.5%;
		box-sizing: border-box;
	}
	.table_day_list .tour_west_span{
		background-color: #005978;
		width: 33.5%;
		box-sizing: border-box;
	}
	.table_day_list .tour_west_span i{
		transform: scale(0.8, 1);
		font-style: normal;
		display: inline-block;
		transform-origin: 2vw top;
	}
	.RoomType_supplement {
		text-align: center;
		margin: 3vw 0;
		font-family: Meiryo, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", sans-serif;
	}
	.RoomType_supplement p {
		font-size: 10px;
		line-height: 2em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.RoomType_supplement img {
		/* display: inline-block; */
		width: 5vw;
		vertical-align: middle;
		margin-left: 2vw;
	}
	.bnr_msclp_link{
		margin: 0 auto;
		width: 92vw;
	}
	.bnr_msclp_link a{
		display: block;
	}
	.bnr_msclp_container{
		max-width: 1040px;
		margin: 5vw auto;
	}
	.bnr_wrap {
		margin:4vw auto;
		width: 80%;
	}
	.bnr_tit{
		text-align: center;
		margin-bottom: 2vw;
		line-height: 1.25em;

	}
	.bnr_tit span{
		font-family: 'Noto Serif JP', serif;
		font-size: 4vw;
		position: relative;
		display: inline-block;
		padding:0 3vw;
		margin: 4vw 0 0 0;
		line-height: 1.25em;
	}
	.bnr_tit span::before{
		position: absolute;
		top:0;
		left:0;
		width: 1px;
		content: "";
		height: 100%;
		background: #000; 
		border-radius: 3px;
		transform:rotate(-25deg);
	}
	.bnr_tit span::after{
		position: absolute;
		top:0;
		right:0;
		width: 1px;
		content: "";
		height: 100%;
		background: #000; 
		border-radius: 3px;
		transform:rotate(25deg);
	}
.bnr_msclp{
	margin-top: 5vw;
}
/* MSC JA版追加CSS */
.intro_wrapper img,
.schedule_wrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* メインビジュアルエリア */
/* #intro の既存スタイルリセットと基本設定 */
#intro.intro_wrapper {
	background-image: none !important;
	background-color: #fff;
	height: auto !important;
	padding: 0;
	margin-bottom: 0;
}
.fv_catch_title{
	position: absolute;
	top: -10vw;
}
/* メインビジュアルエリア */
.intro_visual {
	position: relative;
	width: 100%;
}
/* ロゴエリア設定 */
.intro_logo {
	position: absolute;
	top: 48%; /* SPでのロゴ位置調整 */
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%; /* SPでのロゴ幅 */
	z-index: 10;
	opacity: 0;
	animation: fade_in_title 2s ease 1s forwards;
}
/* マップエリア */
.intro_map {
	margin-top: 5vw;
	margin-bottom: 10vw;
}
/* スケジュール & 施設エリア */
.schedule_image_area {
	margin-bottom: 10vw;
}
@keyframes fade_in_title {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*▲----------------共通スタイル（基本はSPの単位で設定し下記の分岐で上書き）----------------▲*/

@media (max-width: 480px){
/*▼----------------SP縦向きのみ読み込み(横幅480以下)----------------▼*/
	.sp-dnone{
		display: none !important;
	}
	body{
		min-width: 100vw;
	}
	section{
		width: 100vw;
	}
	#jt_header .ulfix > li.navi_tsui02 .btn{
		transform-origin:center left;
		transform: scale(0.8,1);
		width: 8vmin;
		white-space: nowrap;
	}
	#jt_header .ulfix > li.navi_tsui05 .pc-dnone{
		transform-origin:center left;
		transform: scale(0.7,1);
		width: 16.5vmin;
		display: inline-block;
	}
	#jt_header .ulfix li.navi_tsui02 .btn::before,
	#jt_header .ulfix li.navi_tsui02 .btn::after {
		right: -3vmin;
	}
	#jt_header .ulfix li.navi_tsui03 .btn::before,
	#jt_header .ulfix li.navi_tsui03 .btn::after {
		right: -0.5vmin;
	}
	#Tokyo_intro .hotel .flex_top .txt,
	#Tokyo_intro .hotel .flex_bottom dd p{
		font-size: 2.5vw;
	}
	#footer_fix .catalog_pdf a {
		display: none;
	}
	#catalog_dl{
		
	}
	#catalog_dl p{
		line-height: 1.25;
		font-size: 2.5vw;
	}
	#catalog_dl .btn a{
		padding: 0.5em 2em;
		display: block;
		font-size: 5vw;
		color: #FFF;
	}
/*▲----------------SP縦向きのみ読み込み(横幅480以下)----------------▲*/
}
@media (min-width: 480.1px) and (max-height: 480px){
/*▼----------------SP横向きのみ読み込み(横幅480以上＆縦幅480以下※縦はSP横幅)----------------▼*/
	.sp-dnone{
		display: none !important;
	}
	body{
		min-width: 100vw;
	}
	section{
		width: 100vw;
	}
	#jt_header .ulfix > li {
		overflow: inherit;
	}
	#jt_header .ulfix li .btn {
		padding-right: 1.5em;
	}
	#footer_fix .catalog_pdf a {
		display: none;
	}
/*▲----------------SP横向きのみ読み込み(横幅480以上＆縦幅480以下※縦はSP横幅)----------------▲*/
}
@media (min-width: 480.1px) and (min-height: 480.1px){
/*▼----------------PC・タブレットのみ読み込み(横幅480以上＆縦幅480以上)----------------▼*/
	/*#cboxOverlay,
	html,body,main{
		min-width: 1340px;
	}*/
	.pc-dnone{
		display: none !important;
	}
	.dummy_image{
		margin: 0.5em 0;
		font-size: 40px;
	}
	section{
		max-width: 1040px;
	}
	a{
		opacity: 1;
		transition:opacity 1s;
	}
	a:hover{
		opacity: 0.5;
	}
	main{
		padding-top: 63px;
	}
	main::before{
		width:100%;
		height:100%;
	}
	.btn b {
		right: -0.5em;
		top: -0.1em;
	}
	#jt_header .logo,
	#jt_header .logo img{
		width: 160px;
	}
	#jt_header .logo{
		padding: 0;
		border-bottom: none;
	}
	#jt_header .logo img{
		margin: 0;
	}
	/*▼header▼*/
	#jt_header{
		border-bottom: 5px solid #80167d;
		background-color: rgba(255,255,255, 0.8);
		width: 100%;
		z-index: 1000;
		position: fixed;
	}
	#jt_header section{
		overflow: inherit;
		height: 58px;
		display: flex;
		align-items: center;
		font-size: 16px;
		flex-wrap: nowrap;
	}
	#jt_header .logo{
		/*position: absolute;*/
		width: 100%;
		max-width: 180px;
	}
	#jt_header .ulfix {
		display: flex;
		align-items: center;
		max-width: inherit;
		height: 100%;
	}
	#jt_header .ulfix > li{
		position: relative;
		padding-right: 1em;
		padding-left: 1em;
		overflow: inherit;
		height: 100%;
	}
	#jt_header .ulfix > li:nth-of-type(1) {
		margin-left: 0;
	}
	#jt_header .ulfix li .btn,
	#jt_header .ulfix li a{
		color: #000;
		display: block;
		position:relative;
		cursor: pointer;
	}
	#jt_header .ulfix li .btn {
		padding-right: 1.5em;
	}
	#jt_header .ulfix .child{
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		top: 56px;
	}
	#jt_header .ulfix .navi_tsui02 .child{
		width: 190px;
	}
	#jt_header .ulfix .navi_tsui04 .child{
		width: 180px;
	}
	#jt_header .ulfix .active .child{
		display:block;
	}
	#jt_header .ulfix .child li{
		background-color: rgba(255,255,255, 0.9);
		font-size: 0.8em;
	}
	#jt_header .ulfix .child li a {
		padding: 5px;
		padding-left: 1em;
	}
	#catalog_dl{
		width:60%;
}
	#catalog_dl p{
	}
	#catalog_dl .btn a{
	padding: 0.25em 1em;
    display: block;
	font-size: 24px;
	color: #FFF;
	}
	
	#contact_us_box{
		width: 480px;
		min-height: 470px;
		padding: 10px 25px;
	}
	#contact_us_box h3,
	#contact_us_box .copy{
		font-size: 24px;
	}
	#contact_us_box h3{
		padding-bottom: 10px;
	}
	#contact_us_box .copy{
		padding-top: 10px;
		font-size: 18px;
	}
	#contact_us_box .body{
		padding: 50px 20px;
	}
	#contact_us_box .tit{
		font-size: 20px;
	}
	#contact_us_box .mail_link{
		margin: 20px 0;
	}
	#contact_us_box .mail_link a{
		padding: 10px;
		width: 100px;
	}
	#contact_us_box .mail{
		font-size: 21px;
		margin-bottom: 40px;
	}
	#contact_us_box .tel_box{
		font-size: 12px;
	}
	#contact_us_box .tel_link{
		font-size: 22px;
	}
	#contact_us_box .tel_box p:nth-child(1) {
		font-size: 18px;
	}
	/*▲header▲*/
	/*▼colorbox▼*/
	#cboxContent {
		margin-top: 50px;
	}
	#colorbox{
		margin-top: -30px;
	}
	#cboxClose{
		top: -38px!important;
		width: 50px!important;
		height: 50px!important;
	}
	#cboxLoadedContent{
		overflow: auto!important;
	}
	/*▲colorbox▲*/
	#fix_menu {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 80px;
		display: none;
	}
	#fix_menu a {
		width: 190px;
		font-size: 18px;
	}
	#fix_menu.fix {
		position: relative;
	}
	#fix_menu_start.fix{
		height:0px;
	}
	#intro {
		background-image: url(/shopping/img/special/cruising/2026msc_autumn_us/main_fv_catch_pc.jpg);
		background-position: center top;
		background-size:1920px auto;
		height: 780px;
	}
	#intro section{
		max-width: inherit;
	}
	#intro h1.logo {
		margin-top: 35px;
		width: 780px;
		max-width: inherit;
		text-align:center;
	}
	#intro h1.logo .txt{
		font-size: 52px;
		margin-bottom: 270px;
	}
	#intro .entry{
		margin: 100px auto 30px;
	}
	#intro p {
		text-align:center;
		margin:15px 0;
	}
	#intro .main_logo{
		height: 460px;
		margin: 0;
	}
	#intro p.intro_img_note{
		position: relative;
		top: -60px;
		right: inherit;
		font-size: 14px;
		width: 960px;
		margin: 0 auto;
	}
	#intro .main_logo img{
		max-width: none;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#intro iframe {
		margin: 20px auto;
		width: 740px;
		height: 420px;
		position: relative;
		z-index: 10;
	}
	#intro p.txt{
		width: 500px;
		margin: 210px auto 30px;
		color: #FFF;
		/*background-color: rgba(255,255,255,0.5);*/
		padding: 10px;
		box-sizing: border-box;
		line-height: 2em;
	}
	#intro .re_period{
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items:  center;
	}
	#intro .re_period p{
		font-size: 34px;
		width: 640px;
	}
	#intro .re_period a {
		font-size: 20px;
		padding: 10px;
		margin: 0;
	}
	#intro section::before {
		width: 420px;
		top: 230px;
		font-size: 40px;
		padding: 20px;
	}
	#intro .tour{
		width:fit-content;
		margin: 0 auto;
	}
	#intro .tour p{
		margin: 0;
	}
	#intro .tour h2 .pos_map_all,
	#intro .tour h2 .pos_map_west{
		height: 140px;
		width: 316px;
		top: 645px;
	}
	#intro .tour h2 .pos_map_all{
		left: 173px;
	}
	#intro .tour h2 .pos_map_west{
		left: 498px;
	}
	#intro .tour .img a{
		width: 470px;
	}
	#intro .tour .txtbox{
		width: 50%;
		margin: 0 auto;
		line-height: 2em;
		padding: 0;
	}
	#intro .tour h2{
		height: 874px;
	}
	#intro .tour h2 .tour__planImg{
		max-width: none;
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#intro .tour .img{
		margin: 0 auto;
		width: 960px;
	}
	#intro .tour .from{
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 700;
	}
	#intro .tour .from strong{
		font-size: 1.2em;
	}
	#page_anc_link ul{
		margin: 40px 0
	}
	#tour_schedule h2 {
		padding: 70px 70px 0px;
		font-size: 48px;
	}
	#tour_schedule h2 .mini{}
	#tour_schedule h2 .txt {}
	
	#intro .bx-wrapper{
		height: 130px;
		width: 100%;
		margin: 0 auto;
	}
	#intro .bx-wrapper li{
		width: 130px!important;
	}
	footer{
		font-size: 10px;
		height: 30px;
		line-height: 30px;
		padding-bottom: 0;
	}
	#footer_fix{
		background: none;
	}
	#footer_fix .ulfix{
		display: none;
		position: fixed;
		right: -10px;
		bottom: 170px;
	}
	#footer_fix li{
		margin-bottom: 5px;
	}
	#footer_fix li a{
		display: block;
		border-radius: 5px;
		color: #3F312C;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		width: 150px;
		background: linear-gradient(#fefefd, #dadada);
		border: solid 1px #B2B2B2;
		line-height: 40px;
		position: relative;
	}
	#footer_fix .course_change_navi{
		position: absolute;
		bottom: 270px;
		right: 0px;
	}
	
	#footer_fix .course_change_navi li{
		font-size: 18px;
		width: 178px;
		justify-content: flex-start;
		padding: 10px;
	}
	#footer_fix li a.now_position:after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background-color: #f55858;
		height: 0.5em;
		width: 100%;
	}
	#footer_fix .child{
		margin-top: 5px;
		margin-left: 25px;
	}
	#footer_fix .child li a{
		font-size: 0.9em;
		width: 120px;
		line-height: 30px;
		background: #deddc1;
	}
	#footer_fix .price_btn_box{
		width: 165px;
		position: absolute;
		right: -10px;
		top: -264px;
		border-radius: 5px;
		padding: 10px;
		border: solid 1px #CCC;
	}
	#footer_fix .price_btn_box .btn a{
		font-size: 20px;
		padding: 0.25em 10px;
		white-space: nowrap;
	}
	#footer_fix .price_btn_box .note {
		font-size: 10px;
		text-align: right;
		padding-right: 10px;
	}
	#footer_fix .by_email {
		width: 186px;
		position: absolute;
		right: -10px;
		top: -173px;
		font-size: 18px;
	}
	#footer_fix .by_email a{
		padding: 5px 40px;
	}
	#footer_fix .catalog_pdf {
		width: 283px;
		position: absolute;
		bottom: 209px;
		right: -5px;
		top: inherit;
		font-size: 14px;
	}
	#footer_fix .catalog_pdf a{
		padding: 5px 10px;
	}
	
	#pagetop{
		right: -10px;
		top: -127px;
	}
	#pagetop.cookies_look{
		bottom: 130px;
	}
	#pagetop a{
		width: 30px;
		padding:5px 50px 5px 5px;
	}
	
	#intro h1.logo{
		margin: 30px auto;
	}
	#intro .main_img{
		margin: 30px 0;
		padding: 0 60px;
	}
	#intro .main_img img{
		width: 380px;
	}
	#intro .main_img::after{
		top: calc(50% - 12px);
		right: calc(50% - 10px);
		border-left-width: 17px;
		border-top-width: 12px;
		border-bottom-width: 12px;
	}
	#fix_menu.fix{
		padding-left: 0;
		padding-right: 0px;
	}
	#tour_schedule .schedule_box,
	.tour_day_list,
	#guest_room .room_list,
	.contents_pd_lr,
	#schedule,
	#commitment,
	.excursions_intro,
	.common_layout,
	.common_layout_tokyo,
	.roomsPricing_wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
	#Tokyo_intro{
		padding-left: 75px;
		padding-right: 75px;
	}
	
	#intro .tour h2,
	#orders h3,
	#contact_us h3{
		font-size: 35px;
	}
	.excursions_intro .txt,
	.common_layout,
	.tour_day_dl dd,
	#intro p.txt,
	#intro .tour .txtbox,
	#restaurant .column2 p,
	#Tokyo_intro,
	.common_layout_tokyo,
	.common_layout_tokyo .column2 .bx-caption{
		font-size: 16px;
		/*font-size: 18px;*/
	}
	.excursions_intro p.txt,
	.common_layout p,
	.tour_day_dl dd{
		line-height: 1.25em;
	}
	.common_layout .img_with_text{
		font-size: 12px;
	}
	.inline_body,
	.inline_japancruse_map{
		width: auto;
		max-height: inherit;
	}
	.inline_japancruse_map{
		display: flex;
	}
	.inline_japancruse_map img{
		width: 460px;
	}
	.we_charter{
		font-size: 16px;
	}
	#schedule h3,
	#commitment h3,
	#vikingyidun h3,
	#tour_schedule h3,
	#contact_us h3{
		line-height: 40px;
		border-left-width: 10px;
		padding-left: 12px;
		margin-bottom: 20px;
	}
	#schedule{
		margin-bottom: 40px;
	}
	#commitment {
		margin-bottom: 80px;
	}
	#schedule h3:not(:first-child),
	#commitment h3:not(:first-child){
		margin-top: 80px;
	}
	#commitment {
		padding-top: 50px;
	}
	.roomsPricing_wrapper{
		width: 800px;
		margin-bottom: 40px;
	}
	.roomsPricing_wrapper img {
		display: block;
		margin: 0 auto;
    }
	iframe.top_movie{
		width: 1040px;
		height: 585px;
		margin: 0 auto 80px;
	}
	.commitment_body {
		padding: 0px 40px;
	}
	.commitment_body h4{
		font-size: 32px;
	}
	.commitment_body .main_txt {
		font-size: 16px;
	}
	.commitment_body .column .one_body{
		margin-bottom: 20px;
		padding: 5px;
	}
	.commitment_body .column .one_body .body_border{
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.commitment_body .column .one_body .body_border h5{
		text-align: left;
		font-size: 24px;
		width: 100%
	}
	.commitment_body .column .one_body .body_border .txt{
		margin: 1em 0 0 0;
		width: 77%;
		font-size: 15px;
		line-height: 1.25em;
	}
	.commitment_body .column .one_body .body_border .img{
		margin: 0;
		margin-top: -25px;
		width: 170px;
		height: 150px;
		display: flex;
		justify-content: flex-end;
		overflow: hidden;
	}
	.commitment_body .column .one_body .body_border .img img{
		max-width: inherit;
		width: auto;
		height: 100%;
	}
	.commitment_body .note{
		font-size: 12px;
		text-align: right;
	}
	.about_accordion {
		margin-top: -59px;
	}
	.about_accordion .about_btn{
		width: fit-content;
		margin: 0 auto;
		height: 59px;
	}
	.about_accordion .about_box{
		background-image: none;
	}
	.about_accordion .about_box h2{
		text-align: center;
	}
	.about_accordion .about_box .body{
		padding: 30px;
		background-image: url(/shopping/img/special/cruising/2026vy_us/aboutus_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.about_accordion .about_box .body_border{
		display: flex;
		
	}
	.about_accordion .about_box .body_border .image{
		width: 50%;
	}
	.about_accordion .about_box .body_border .txt_box{
		padding: 0px 20px 10px;
		width: 50%;
	}
	.about_accordion .about_box .body_border .txt_box::before,
	.about_accordion .about_box .body_border .txt_box::after{
		width: 96%;
		height: 27px;
		top: 10px;
		left: 2%;
	}
	.about_accordion .about_box .body_border .txt_box::after{
		top: inherit;
		bottom: 10px;
	}
	.about_accordion .about_box .logo{
		width: 120px;
		padding: 10px;
	}
	.about_accordion .about_box .txt_box h2{
		margin-top: 1em;
		font-size: 20px;
	}
	.about_accordion .about_box .body_border .txt_box .txt{
		font-size: 16px;
		line-height: 1.5em;
		padding: 0.75em 0;
	}
	.about_accordion .about_box .txt_box .note{
		font-size: 10px;
		margin-top: 0px;
		padding-left: 18px;
	}
	.about_accordion .about_box .body_border2 {
		margin: 30px 0 0;
	}
	.about_accordion .about_box .body_border2 .txt_box {
		padding: 30px;
	}
	.about_accordion .about_box .body_border2 .txt_box div{
		width: 24%;
	}
	.about_accordion .about_box .body_border2 .txt_box div .txt {
		padding-top: 0.5em;
		font-size: 14px;
	}
	#schedule h4{
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	#schedule h4.top {
		margin-top: 30px;
	}
	#schedule .schedule_img{
		display: flex;
		position: relative;
		width: 1040px;
		justify-content: space-between;
	}
	#schedule .commitments_img{
		margin-top: 30px;
		margin-right: 3px;
	}
	#schedule .commitments_img .body{
		padding: 25px 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#schedule .commitments_img .body div{
		display: block;
		width: 28%;
		text-align: center;
		padding: 25px 0 5px;
		margin-bottom: 0;
	}
	#schedule .commitments_img .body div h4{
		font-size: 22px;
		margin-bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#schedule .commitments_img .body div h4 span{
		display: inline-block;
		font-size: 80%;
		margin-left:10px;
	}
	#schedule .commitments_img .body div img{
		width:100%;
	}
	#schedule .thumb-schedule{
		width: 55%;
		position: relative;
		z-index: 10;
		font-size: 13px;
	}
	#schedule .thumb-schedule h5{
		background-color: #AEE3E7;
		line-height: 28px;
		margin-bottom: 20px;
	}
	#schedule .thumb-schedule h5.cruise{
		font-size: 13px;
		padding: 0 0 0 20px;
		border-radius: 20px 0 0 20px;
		background: linear-gradient(90deg, #000 0%, #000 51%,  #AEE3E7 51%,  #AEE3E0 100%);
	}
	span.schedule_txt_right{
		padding-right: 15px;
	}	
	span.schedule_txt_left{
		color: #fff;
	}
	.japancruse_map_img .pos_map_all,
	.japancruse_map_img .pos_map_west{
		width: 260px;
		left: 0px;
	}
	.japancruse_map_img .pos_map_all{
		top: 40px;
	}
	.japancruse_map_img .pos_map_west{
		top: 106px;
	}
	#schedule .thumb-schedule h5.tokyo{
		padding-left: 280px;
		margin-right: 0;
		border-radius: 0 20px 20px 0;
		color: #FFF;
		background: linear-gradient(90deg, #AEE3E7 0%, #AEE3E7 47%, #000 47%, #000 100%);
	}
	#schedule .thumb-schedule .flex{
		display: flex;
		margin-bottom: 20px;
	}
	#schedule .thumb-schedule i{
		display: block;
		background-image:url(/shopping/img/special/cruising/2025viking_us/schedule_arrow.svg);
		background-position: center center;
		background-repeat:no-repeat;
		background-size: 100% auto;
		width: 24px;
	}
	#schedule .thumb-schedule i.border{ background-image:url(/shopping/img/special/cruising/2025viking_us/schedule_border.svg);}
	#schedule .thumb-schedule i.none{ background: none;}
	#schedule .thumb-schedule a,
	#schedule .thumb-schedule .end{
		font-size: 12px;
		padding-top: 0px;
		width: 85px;
		height: 47px;
	}
	#schedule .thumb-schedule a.txtmin{
		font-size: 12px;
	}
	#schedule .thumb-schedule .tokyo a{
		background-color: #D4E6E8;
	}
	#schedule .thumb-schedule a.full_see{
		box-shadow:
			0px 0px 0px 1px #FFF;
		background: none;
	}
	#schedule .thumb-schedule a.full_see.active,
	#schedule .thumb-schedule a.active{
		box-shadow:
			0px 0px 0px 4px #000;
		background:#FFD;
	}
	#schedule .thumb-schedule a.tokyo.hakone_kawagoe {
		width: 275px;
	}
	#schedule .thumb-schedule a span{ display: block; font-size: 0.7em;}
	#schedule .thumb-schedule dl{
		position: absolute;
		display: flex;
		border: solid 1px #000;
		top:-10px;
		left: -10px;
		background: #FFF;
		line-height: 20px;
		font-size: 14px;
	}
	#schedule .thumb-schedule dt,
	#schedule .thumb-schedule dd{
		font-weight: bold;
	}
	#schedule .thumb-schedule dt{
		background-color: #000;
		color: #FFF;
		width: 20px;
		text-align: center;
	}
	#schedule .thumb-schedule dd{
		padding: 0 5px;
	}
	#schedule .thumb-schedule .note {
		font-size: 12px;
		margin-bottom: 0;
	}
	#schedule .slider_schedule_body{
		width: 450px;
		position:relative;
		z-index: 9;
		height:390px;
	}
	
	#schedule .slider_schedule_body .slider_schedule li{
		width: 100%!important;
		height: 388px;
	}
	
	#schedule .schedule_img .btn{
		position: absolute;
		right: inherit;
		top: inherit;
		bottom: 5px;
		z-index: 20;
		left: 321px;
	}
	
	#schedule .schedule_img .btn a{
		padding: 10px;
		padding-right: 0;
		display: block;
		color: #FFF;
		background-color: #000;
		font-size: 16px;
		width: 155px;
	}
	#schedule .schedule_img .btn a::after{
		display: block;
		margin:0 auto 0.1em;
		position: relative;
		top: 0;
		right: 0;
	}
	#schedule .slider_schedule li {
		text-align:right;
	}
	
	#schedule .schedule_img img{
		display:inline-block;
	}
	#schedule .schedule_img .img{
		display: flex;
	}
	#schedule .schedule_img .img01{ width: 388px;}
	#schedule .schedule_img .img02{ width: 383px;}
	#schedule .schedule_img .img03{ width: 207px; padding-top: 10px;}
	#schedule .schedule_img .txt{
		margin: 10px 0;
	}
	#schedule .schedule_txt{
		margin-top: 10px;
		text-align: right;
		font-size: 12px;
	}
	#schedule .note{
		font-size: 12px;
	}
	.cruisingschedule{
		padding: 0px 75px;
	}
	
	/*▼価格表▼*/
	.RoomType_title,
	.RoomType{
		width: 100%;
	}
	.RoomType_title{
		margin: 80px auto 0;
		padding: 23px 0 15px;
		box-sizing: border-box;
	}
	.RoomType_title p{
		font-size: 34px;
		line-height: 1em;
		padding-left: 0px;
		text-align: center;
	}
	.RoomType_title p span{
		padding-right: 0;
	}
	.RoomType_title select,
	.RoomType_title label {
		font-size: 18px;
		padding: 5px 20px;
	}
	.RoomType_title select{
		bottom: inherit;
		top: 20px;
		left: 25px;
	}
	.RoomType{
		margin: 0 auto;
		min-width: 890px;
	}
	.RoomType_select,
	.img_price_table .name_box {
		box-sizing: border-box;
	}
	.img_price_table .days,
	.RoomType_daylable,
	.RoomType_daylable2 {
		width:270px;
	}
	.RoomType_select{
		font-size: 25px;
		padding: 10px 25px;
	}
	.RoomType_select .mini{
		display: inline-block;
		margin-right: 10px;
	}
	.RoomType_daylable h4 {
		font-size: 20px;
		padding: 5px;
	}
	.RoomType_daylable{
		font-size: 20px;
	}
	.img_price_table .name_box {
		min-height:80px;
		width: 620px;
	}
	.img_price_table .name_box .name_txt {
		padding-left: 20px;
		padding-top: 25px;
		padding-bottom: 0px;
		font-size: 26px;
		position: relative;
	}
	.img_price_table .name_box .name_txt .ship_name {
		margin-right: 5px;
		font-size: 28px;
		align-items: center;
	}
	.img_price_table .name_box .name_txt .ico{
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 1em;
		margin-right: 10px;
	}
	.img_price_table .name_box .name_txt .ico_txt,
	.img_price_table .name_box .name_txt .ico_txt2,
	.img_price_table .name_box .name_txt .ico_txt_msc{
		font-size: 14px;
		padding: 5px;
		margin: 5px;
		margin-left: 0px;
		margin-top: 0;
	}
	.img_price_table .cen_box {
		bottom: 15px;
		right: 10px;
	}
	.img_price_table .cen_box.p1 {
		bottom: 22px;
	}
	.img_price_table span.Price{
		font-size: 42px;
	}
	.img_price_table span.total{
		font-size: 15px;
		margin-top: 4px;
		height: 8px;
	}
	.img_price_table .days .day a{
		padding: 0 11px;
	}
	.img_price_table .days .day a img{
		width: 64px;
	}
	.img_price_table .days .day a:hover{
		opacity: 0.7;
	}
	.RoomType_daylable ul li,
	.img_price_table .days .day,
	.img_price_table .days .day a{
		width: 50%;
	}
	.RoomType_daylable ul li span{
		transform:scaleX(1);
	}
	.img_price_table .days .day {
		align-items: center;
		justify-content: center;
		align-content: center;
		padding-bottom: 5px;
	}
	.img_price_table .days .day .nebikiday{
		font-size: 14px;
	}
	.img_price_table .days .day .mark{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.img_price_table .days .day .txt{
		font-size: 12px;
	}
	.img_price_table .days .day .txt::after{
		padding: 5px;
		margin: 10px auto;
	}
	.img_price_table .days .day .off .txt,
	.img_price_table .days .day .end .txt{
		margin-top: -10px;
	}
	.RoomType_supplement img{
		width: 30px;
		margin-left: 30px;
		margin-right: 5px;
	}
	.roomtype_note {
		font-size: 14px;
		margin: 15px;
	}
	.price_btn_box .btn a {
		font-size: 34px;
	}
	.price_btn_box .note {
		font-size: 14px;
	}
	/*-------------------------------
	  客室introduction
	-------------------------------*/
	#introduction_area {
		margin:40px auto 20px;
	}
	#introduction_area .normal, 
	#introduction_area .msc {
		width: 100%;
	}

	#introduction_area .warp h3 {
		padding:20px 0 50px;
		background-size: 20% auto;
	}
	#introduction_area .warp{
		padding:0px 15px 15px;
	}
	#introduction_area .msc{
		border-radius: 0 0 15px 15px;
		padding-bottom: 5px;
		background:linear-gradient(#132344 22%,#000 35%);
	}
	#introduction_area .msc h4 {
		text-align:center;
	}
	#introduction_area .msc h4 img {
		width:fit-content;
	}

	#introduction_area .msc .msc_modal {
		text-align:center;
	}
	#introduction_area .msc .msc_modal img {
		width:560px;
	}
	#introduction_area h3{
		margin: 0 auto 5px;
	}
	#introduction_area h3 span{
		font-size: 18px;
	}
	#introduction_area .row .details{
		margin-bottom:10px;
		width: 49%;
	}
	#introduction_area img.osusume_ico {
		left: -30px;
		top: -30px;
		width: 110px;
	}
	#introduction_area .row .details a.movie_btn{
		bottom:10px;
		left:150px;
		width:70px;
	}
	.inline_body.room_w{
		height: 600px;
		width: 400px;
	}
	/*▲価格表▲*/
	
	
	#tab_btn .tab_btn{
		width: 380px;
	}
	#tab_btn .tab_btn.active{
		cursor:inherit;
	}
	#tab_btn .tab_Cruise_btn,
	#tab_btn .tab_Tokyo_btn{
		border-radius: 20px 20px 0 0;
		border: solid 5px #FFF;
		border-bottom: none;
	}
	#tab_btn .tab_Cruise_btn.active{
		border-color: #d2b6cb;
	}
	#tab_btn .tab_Tokyo_btn.active{
		border-color: #141d3a;
	}
	#tab_btn .tab_btn.active .off,
	#tab_btn .tab_btn:not(.active) .on{
		display: none;
	}
	#tab_btn .tab_btn:not(.active) .off,
	#tab_btn .tab_btn.active .on{
		display:block;
	}
	.pc_centet{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.excursions_intro{
		padding-top: 250px;
	}
	.excursions_intro .map_img{
		width: 544px;
		right: 0;
		top: 50px;
	}
	.excursions_intro h3{
		font-size: 44px;
	}
	.excursions_intro p.txt{
		line-height: 2em;
	}
	.excursions_intro .txt{
		margin-top: 25px;
		margin-bottom: 60px;
	}
	.excursions_intro .bana{
		width: 195px;
		top: 535px;
		right: 75px;
	}
	.excursions_intro .schedule{
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 25px;
	}
	.excursions_intro .schedule img{
		display:inline-block;
		margin-bottom: 10px;
	}
	.excursions_intro .schedule .img01,
	.excursions_intro .schedule .img02{ margin-bottom: 10px;}
	
	.excursions_intro .schedule .img01{ width: 47%;}
	.excursions_intro .schedule .img02{ width: 53%;}
	
	.tour_day_list {
		padding: 30px;
		width: auto;
		max-height: 600px;
	}
	.tour_day_list::before{
		width: 350px;
		height: 15px;
	}
	.tour_day_list h3{
		margin-bottom:25px;
	}
	.tour_day_dl{
		margin-bottom: 65px;
	}
	.tour_day_dl dt{
		padding: 10px;
		font-size: 20px;
	}
	.tour_day_dl dt,
	.tour_day_dl dt{
		margin-bottom: 0;
	}
	.tour_day_dl dd{
		font-size: 20px;
		/*width: 273px;*/
		width: auto;
	}
	.tour_day_list h4{
		font-size: 22px;
	}
	.tour_day_list h4 span{
		padding: 3px 5px;
		font-size: 28px;
	}
	.tour_day_list h4 sub{
		margin-left: 15px;
	}
	.tour_day_list h4 i{
		width: 28px;
		height: 28px;
		margin: 0;
		margin-left: 25px;
		margin-right: 5px;
	}
	.tour_day_list h4 i.ship{
		width: 28px;
		margin: 0;
		margin-left: 25px;
		margin-right: 5px;
	}
	.tour_day_list h4 .time{
		font-size: 16px;
	}
	.tour_day_list h4.end span{
		margin-right: 25px;
	}
	.tour_day_list h4 a{
		font-size: 18px;
		padding:5px 0;
		width: 280px;
	}
	.one_itineray{
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 20px;
		padding-left: 40px;
		padding-bottom: 0;
		flex-direction: row-reverse;
		padding-right: 0px;
	}
	.one_itineray::after{
		width: 15px;
		height: 18px;
		bottom: -6px;
		left: -10px;
	}
	.one_itineray .img.flex {
		display: flex;
		align-items: flex-start;
	}
	.one_itineray .img.flex img{
		width: 390px;
	}
	.one_itineray.fullsea{
		height: 25px;
	}
	.tour_day_list .note{
		font-size: 12px;
		margin: 0;
		width: 845px;
	}
	.port_hotels,
	.port_details{
		width:auto;
		max-height: 600px;
	}
	.port_details p{
		display: flex;
		align-items:flex-start;
		padding: 10px;
	}
	.port_details p img{
		width: 400px;
	}
	.port_details p img:first-child {
		padding-bottom: 0;
		padding-right: 15px;
	}
	.port_hotels .body{
		display: flex;
	}
	.port_hotels .body div{
		width: 500px;
	}
	.port_hotels .body iframe {
		height: 250px;
	}
	.common_layout{
		padding-top: 75px;
		/*padding-bottom: 75px;*/
		padding-bottom: 150px;
	}
	
	#intro h1,
	#Tokyo_intro h3,
	.common_layout h5{
		/*font-size: 132px;*/
		font-size: 66px;
		margin-bottom: 180px;
		margin-left: 75px;
	}
	#intro h1 {
		text-align: center;
		margin: 30px 0;
	}
	.common_layout h3{
		margin-bottom: 10px;
	}
	.common_layout .img_with_text{
		font-size: 12px;
	}
	.common_layout .img_with_text img{
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.common_layout h4{
		font-size: 34px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.common_layout .txt_box{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	#vikingyidun{
		margin-top: 20px;
		padding-top: 70px;
	}
	#vikingyidun .common_layout h5{
		margin-bottom: 280px;
	}
	#vikingyidun .common_layout {
		padding-top: 34px;
		padding-bottom: 20px;
	}
	#vikingyidun .tit {
		background-image: url(/shopping/img/special/cruising/2026vy_us/vikingyidun_tit_bg.png);
		background-position: center top;
		background-size:100%;
		background-repeat: no-repeat;
		height: 460px;
	}
	.common_layout.tit h4 {
		margin: 0;
	}
	.common_layout.tit p {margin:20px 0;}
	.common_layout.tit dl.ShipData {
		margin:0;
		font-size:12px;
		padding-left:5px;
	}
	.common_layout.tit dl.ShipData dt span {font-size:10px;margin:0 8px;}
	
	.common_layout.tit ul {
		display:flex;
		margin: 0;
		margin-top: 40px;
	}
	.common_layout.tit ul li {
		width:25%;
		margin:0 8px;
		position:relative;
	}
	.common_layout.tit ul li a,
	.common_layout.tit ul li:nth-of-type(3) a{
		height: 180px;
		padding: 15px;
		font-size: 30px;
		line-height: 1em;
		background-size: auto 100%;
		box-shadow:1px 2px 4px rgba(0,0,0,0.5);
	}
	.common_layout.tit ul li:after{
		content: '';
		width: 10px;
		height: 10px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		position: absolute;
		right: 12px;
		bottom: 45%;
		transform: rotate(135deg);
		z-index: 0;
	}
	
	#vikingyidun .common_layout.tit h4,
	#vikingyidun .common_layout.tit dl.ShipData {
		margin-left: auto;
		margin-right: 30px;
		width: fit-content;
		color: #FFF;
	}
	
	#vikingyidun .common_layout.tit p.ShipTxt{
		top: 115px;
		width: 440px;
		right: 85px;
	}
	#vikingyidun .common_layout.tit dl.ShipData{
		right: 55px;
		top: 246px;
		margin-right: 0;
	}
	#vikingyidun .font_gothic {
		margin: 0;
		bottom: 130px;
		right: 20px;
	}
	#orders section#guest_room { padding-bottom: 0;}
	#guest_room .common_layout .pc_pos{
		width: 50%;
		margin-top: -180px;
	}
	#guest_room .common_layout h5 {
		margin-bottom: 180px;
	}
	.common_layout .room_type_note {
		top: 280px;
		right: 10px;
		font-size: 14px;
	}
	#guest_room .common_layout .room_box{
		margin-top: 40px;
		margin-right: 3px;
	}
	#guest_room .common_layout .room_box .body{
		padding: 30px;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#guest_room .common_layout .room_box .body .txt{
		width: 32%;
		margin-bottom: 30px;
	}
	#guest_room .common_layout .room_box h4{
		font-size: 18px;
		padding-bottom: 5px;
		text-align: center;
	}
	#guest_room .common_layout .room_box img{
		margin-bottom: 5px;
		width: 100%;
	}
	#guest_room .common_layout .amenities_box{
		width: 55%;
		padding-bottom: 0;
	}
	#guest_room .common_layout .room_amenities img{
		margin-top: 0px;
		margin-bottom: 0;
	}
	#guest_room .common_layout .room_amenities{
		display: flex;
		width: 80%;
		align-items: center;
		position: absolute;
		top: -30px;
		right: -82%;
	}
	#guest_room .common_layout .room_floorplan{
		position: absolute;
	    width: 80%;
	    right: -84%;
	    top: 180px;
	}
	#guest_room .room_equipment{
		padding: 15px;
		margin: 30px 15px 0;
	}
	#guest_room .room_equipment ul {
		margin-bottom: 20px;
	}
	#guest_room .room_equipment li{
		width: 30%;
	}
	#facility .common_layout img{
		width: 100%;
	}
	#facility .common_layout img.img01{
		width: 35%;
		bottom: 0;
	}
	#facility .common_layout .img03,
	#facility .common_layout .img04{ width: 33%;}
	#facility .common_layout .pcpos_img04{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#facility .common_layout .facility_box{
		margin-top: 40px;
		margin-right: 3px;
		margin-bottom: 50px;
	}
	#facility .common_layout .facility_box .body{
		padding: 30px;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#facility .common_layout .facility_box h4{
		font-size: 19px;
		text-align: center;
		margin-bottom: 5px;
	}
	#facility .common_layout .facility_box h4 .mini {
		font-size: 19px;
	}
	#facility .common_layout .sp_flex{
		display:block;
		margin-bottom: 30px;
		width: 31%
	}
	#facility .common_layout .facility_box img{
		margin-bottom: 5px;
	}
	#facility .common_layout .facility_box img,
	#facility .common_layout .sp_flex .txt{
		width: 100%;
	}
	#facility .common_layout .sp_flex .txt p {
		font-size: 12px;
	}
	#facility .common_layout .sp_flex .txt a img.ico{
		width: 20%;
	}
	#facility .common_layout .sp_flex.end{
		margin-right: auto;
		margin-left: 35px;
	}
	#facility .common_layout .commitments{
		width: 800px;
		margin: 0 auto;
	}
	.facilities_w{
		width: 400px;
	}
	#luxury .common_layout{
		background-size:
			100% auto,
			40% auto;
	}
	#luxury .common_layout .luxury_box{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		font-size: 14px;
	}
	#luxury .common_layout .sp_flex{
		display:block;
		margin-bottom: 0;
	}
	#luxury .common_layout h6{
		font-size: 22px;
		border-bottom: solid 1px #000;
		margin-top: 15px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#luxury .common_layout h6,
	#luxury .common_layout .sp_flex::after{
		width:auto;
	}
	#luxury .common_layout .sp_flex::after{
		display: none;
	}
	#luxury .common_layout .luxury_box img{
		width: 100%;
	}
	#luxury .common_layout .one_box{
		margin-bottom: 0;
		width: 31%;
	}
	#luxury .common_layout .sp_flex .txt {
		width: auto;
	}
	#luxury .common_layout .luxury_box .font_gothic {
		width: 100%;
		margin-top: 1em;
	}
	#restaurant .rich_txt{
		right: 50px;
		top:460px;
		font-size: 14px;
		color:#333;
	}
	#restaurant .common_layout h5 {
		margin-bottom: 180px;
	}
	#restaurant .common_layout h4 {
		margin-bottom: 5px;
	}
	#restaurant .common_layout .one_box p {
		font-size: 14px;
	}
	#restaurant .restaurant_btn{
		width: 242px;
		margin: 0 auto 40px;
		font-size: 21px;
		padding: 10px 0;
	}
	#restaurant .restaurant_btn:hover{
		cursor:pointer;
	}
	#restaurant .restaurant_btn strong{
		left: -5px;
	}
	#restaurant .restaurant_btn i{
		right: -30px;
	}
	#restaurant .images_sample {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#restaurant .pc_flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#restaurant .pc_flex.top{
		margin-top: 40px;
	}
	#restaurant .one_box{
		width: 48%;
		margin-bottom: 45px;
	}
	#restaurant .column2 div{
		width: 52%;
	}
	#restaurant .pc_flex.top .one_box{
		width: 100%;
	}
	#restaurant .pc_flex.top .column2 div{
		width: 50%;
	}
	#restaurant .column2 img{ width: 50%;}
	/*#restaurant .column2 img:nth-child(2){ width: 48%;}*/
	#restaurant .column2 img.main_img{
		width: 46%;
		padding-bottom: 10px;
	}
	#restaurant .pc_flex.top .column2 img.main_img{
		width: 48%;
	}
	#restaurant .pc_flex.top .column2 div.column3{
		width: 100%;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	#restaurant .column3 img{ width: 32%;}
	#restaurant .column2 h6{
		font-size: 21px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#restaurant .column2 p.font_seri,
	#restaurant .column2 p.font_gothic{
		margin-top: 5px;
		padding: 5px;
		font-size: 14px;
	}
	#restaurant .common_layout h3.Restaurants_h3 {
		margin-top: 150px;
		font-size: 38px;
		text-align: center;
	}
	#restaurant .common_layout .Restaurants{
		margin-top: 0;
		margin-right: 3px;
	}
	#restaurant .common_layout .Restaurants .body{
		padding: 30px;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#restaurant .common_layout .Restaurants h3 {
		font-size: 24px;
		text-align: center;
		width: 100%;
	}
	#restaurant .common_layout .Restaurants h4{
		font-size: 22px;
		padding-bottom: 5px;
		min-height: 2em;
		line-height: 1em;
		display: flex;
		align-items: center;
	}
	#restaurant .common_layout .sp_flex{
		display:block;
		margin-bottom: 30px;
		width: 32.5%;
	}
	
	#restaurant .common_layout .pc_flex_h3{
		width: 48%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	#restaurant .common_layout .pc_flex_h3 .sp_flex{
		width: 49%;
		margin-bottom: 0;
	}
	/*#restaurant .common_layout .pc_flex_h3 .sp_flex img{
		height: 210px;
	}*/
	
	#restaurant .common_layout .Restaurants .sp_flex02 {
		width: 42%;
		margin-bottom: 30px;
	}
	#restaurant .common_layout .Restaurants .sp_flex02 img{
		width: 100%;
		/*height: 360px;*/
		margin-bottom: 0;
	}
	
	#restaurant .common_layout .Restaurants img{
		margin-bottom: 5px;
	}
	#restaurant .common_layout .Restaurants img,
	#restaurant .common_layout .sp_flex .txt{
		width: 100%;
	}
	#restaurant .common_layout .Restaurants .body .pc_flex_h3 img {
		margin: 0 0 10px 0;
	}
	#restaurant .common_layout .Restaurants .body .pc_flex_h3 {
		margin-bottom: 30px;
	}
	#restaurant .common_layout .sp_flex .txt p {
		font-size: 12px;
	}
	#restaurant .column2.bar{
		margin-top: 20px;
	}
	#restaurant .column2.bar .one_box{
		width: 48%;
	}
	#restaurant .column2.bar h6 {
		margin-top: 10px;
		font-size: 24px;
	}
	
	.hotel_information iframe{
		height: 585px;
	}
	.hotel_information .chinzanso iframe{
		top: auto;
		width: 46%;
		left: 13%;
		height: 18.2%;
		bottom: 7%;
	}
	#tour_schedule{
		background-size:100%;
	}
	.kikouti_select{
		display: flex;
		justify-content: space-between;
	}
	.kikouti_select .around,
	.kikouti_select .west{
		width: 430px;
		margin-bottom: 0;
	}
	.kikouti_select h4 {
		margin: 0 -20px;
	}
	.kikouti_select a{
		position: relative;
		display: block;
	}
	.kikouti_select a::after{
		z-index: 9;
		display: block;
		content: '';
		width: 420px;
		height: 438px;
		background-color: #FFF;
		position: absolute;
		top: 4px;
		left: 5px;
	}
	.kikouti_select a:hover{
		opacity: 1.0;
	}
	.kikouti_select a img{
		position: relative;
		z-index: 10;
		opacity: 1;
		transition: opacity 1s;
	}
	.kikouti_select a:hover img{
		opacity: 0.7;
	}
	#tour_schedule .common_layout {
		padding:30px 60px 50px;
	}
	
	.hotel_information h3,
	.hotel_information .flex_2row {
		margin-left: 105px;
		margin-right: 105px;
	}
	.hotel_information .flex_2row {
		display: flex;
		margin-bottom: 50px;
	}
	.hotel_information .flex_2row .images{
		width: 400px;
	}
	.hotel_information .catch_txt {
		width: 400px;
		line-height: 1.5em;
	}
	.hotel_information .catch_txt h4 {
		font-size: 20px;
	}
	#mehaku .common_layout {
		padding:50px 70px 100px;
	}
	#mehaku .common_layout.top {
		padding-bottom: 0;
	}
	#tour_schedule .btn_Tokyo {
		position: absolute;
		top: 25px;
		right: 75px;
		width: 260px;
	}
	
	#tour_schedule .common_layout h5{
		margin-left: 0;
		margin-bottom: 20px;
		padding-right: 270px;
	}
	
	#tab_Tokyo section {
		background-position: center top;
		background-size: 100% auto;
	}
	
	#tab_Tokyo h6 {
		font-size: 150%;
		margin-bottom: 0.4em;
	}
	
	#Tokyo_intro{
		padding-top: 62px;
		padding-bottom: 150px;
		color: #FFF;
	}
	#Tokyo_intro h3{
		margin-left: 0;
		margin-bottom: 0;
		font-size: 46px;
		line-height: 1.4em;
	}
	#Tokyo_intro h3 span{
		display: block;
		font-size: 0.6em;
		line-height: 0.7em;
		padding-top: 20px;
	}
	
	#Tokyo_intro .top_txt{
		margin-top: 30px;
		padding-right: 40%;
		margin-bottom: 30px;
		line-height: 1.6em;
	}
	#Tokyo_intro .top_txt span{
		font-size: 12px;
		padding-top: 10px;
		display: inline-block;
		line-height: 1.5;
	}
	#Tokyo_intro ul{
		display: flex;
		justify-content: space-between;
		margin: 50px 0 0;
	}
	#Tokyo_intro li{
		width: 30%;
	}
	#Tokyo_intro li a{
		position: relative;
		display: block;
	}
	#Tokyo_intro li a::after{
		z-index: 9;
		display: block;
		content: '';
		width: 267px;
		height: 145px;
		background-color: #FFF;
		position: absolute;
		top: 2px;
		left: 0;
		border-radius: 14px;
	}
	#Tokyo_intro li a:hover{
		opacity: 1.0;
	}
	#Tokyo_intro li a img{
		position: relative;
		z-index: 10;
		opacity: 1;
		transition: opacity 1s;
	}
	#Tokyo_intro li a:hover img{
		opacity: 0.7;
	}
	
	#Tokyo_intro .hotel{
		border: solid 2px #E5C98A;
		padding: 15px;
		position: relative;
		margin: 15px auto;
	}
	#Tokyo_intro .hotel > p{
		background-color: #000;
		padding:0 10px;
		text-align: center;
		position:relative;
		top: -40px;
		margin: 0 16% -30px;
	}
	#Tokyo_intro .hotel .body{
		background-image: url(/shopping/img/special/cruising/2025viking_us/tokyo_hotel_img.png);
		background-position: center top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding: 20px;
		padding-bottom: 0;
		color: #000;
		line-height: 1.6em;
	}
	#Tokyo_intro .hotel .flex_top,
	#Tokyo_intro .hotel .flex_bottom{
		display: flex;
		justify-content: flex-start;
		position: relative;
	}

	#Tokyo_intro .hotel .flex_top {
		margin-top:0;
	}
	#Tokyo_intro .hotel .flex_bottom {
		margin-top:530px;
		background: #FFF;
		margin-left: -20px;
		margin-right: -20px;
	}

	#Tokyo_intro .hotel .body h5{
		display: flex;
		justify-content: center;
		align-items: flex-start;;
		width: 140px;
	}
	#Tokyo_intro .hotel .body .txt{
		padding-left: 10px;
		width: 990px
	}
	#Tokyo_intro .hotel .body a{
		width: 80px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	#Tokyo_intro .hotel h4 {
		font-size: 40px;
		margin:20px 0 10px;
	}
	#Tokyo_intro .hotel .body h6{
		font-size: 24px;
		margin-bottom:5px;
	}
	#Tokyo_intro .hotel .flex_bottom dl {
		display:flex;
		width: 50%;
		padding-bottom: 12px;
	}
	#Tokyo_intro .hotel .flex_bottom dl:nth-child(1){
		padding-right: 10px;
	}
	#Tokyo_intro .hotel .flex_bottom dl dt{
		width: 55%;
	}
	#Tokyo_intro .hotel .flex_bottom dl dt img{width:100%;}
	#Tokyo_intro .hotel .flex_bottom dl dd {
		width: 45%;
		font-size: 15px;
		padding: 5px;
	}
	.common_layout_tokyo{
		color: #000;
		background-color: #FFF;
		background-position: center top;
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-bottom: 150px;
		position: relative;
	}
	
	.common_layout_tokyo h3{
		margin-left: 75px;
		margin-bottom:315px;
	}
	.common_layout_tokyo h3 img{
		width: auto;
		height: 112px;
	}
	
	.common_layout_tokyo h3 strong{
		font-size: 2em;
		font-weight: 400;
		display: inline-block;
		position: relative;
		margin-bottom: 0.3em;
		top: 0.15em;
	}
	.common_layout_tokyo .img_with_text{
		font-size: 10px;
	}
	.common_layout_tokyo .img_with_text.tr{text-align: right;}
	.common_layout_tokyo .img_with_text.tc{text-align: center;}
	.common_layout_tokyo .img_with_text img{
		display: block;
		box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
		margin-top: 3vw;
		margin-bottom: 2vw;
	}
	.common_layout_tokyo .column2,
	.common_layout_tokyo .column3{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.common_layout_tokyo h4{
		/*font-size: 6vw;
		margin-top: 8vw;*/
		font-size: 29px;
		background-color: #231815;
		text-align: center;
		color: #D8BA87;
		padding: 5px;
	}
	.common_layout_tokyo .column2{
		padding-bottom: 20px;
	}
	.common_layout_tokyo .column2 .top_txt{
		width: 40%;
		position: relative;
	}
	.common_layout_tokyo .column2 .top_txt .img{
		position: absolute;
		bottom: 0;
	}
	.common_layout_tokyo .column2 .motion{
		background-color: #CCC;
		padding: 10px;
		width: 55%;
		margin-top: 60px;
		font-size: 11px;
	}
	.common_layout_tokyo .column2 .motion dt{
		font-weight: 700;
		font-size: 12px;
	}
	.common_layout_tokyo .column3 div p span,
	.common_layout_tokyo .column2 .motion .caution,
	.slider_li .box p span{
		font-size: 0.8em;
	}
	.common_layout_tokyo .column2 .top_tokyo_slider_body{
		position: relative;
		width: 55%;
	}
	.common_layout_tokyo .column2 .top_tokyo_slider_body .bx-viewport{
		height: 380px!important;
	}
	.common_layout_tokyo .column2 .top_tokyo_slider_body img,
	.common_layout_tokyo .column3 img{
		width: 100%;
	}
	.common_layout_tokyo .column2 .bx-caption{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: right;
		color: #FFF;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		padding: 5px;
	}
	.common_layout_tokyo .column3{
		padding: 20px;
		padding-bottom: 30px;
		background-image: url(/shopping/img/special/cruising/2025viking_us/layout_tokyo_cl3_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		margin-bottom: 30px;
	}
	.common_layout_tokyo .column3 > div{
		width: 30%;
		padding: 0;
		min-height: inherit;
		margin-bottom: 0;
		font-size: 14px;
	}
	.common_layout_tokyo .column3 h5{
		color: #40210F;
		min-height: 2.5em;
		line-height: 1em;
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 5px;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.common_layout_tokyo .column3 > div p {
		width:auto;
	}
	.common_layout_tokyo .column3 div p{
		min-height: 8em;
		max-height: 8em;
	}
	.common_layout_tokyo .column3 .img_txt{
		position: absolute;
		font-size: 12px;
		right: 20px;
		bottom: 10px;
	}
	.common_layout_tokyo .column3 img{
		position: static;
		width: 100%;
		object-fit:fill;
	}
	
	.course_slider{
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.course_slider .bx-viewport{
		height: 465px!important;
	}
	.course_slider .slider_li > div{
		height: 465px;
		text-align: center;
	}
	.slider_li .box{
		width: 100%;
		background: #FFF;
		text-align: left;
		height: auto;
	}
	.slider_li .box img{
		width:100%;
	}
	.slider_li .box > div{
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
		width: 585px;
	}
	.slider_li .box h5{
		font-size: 30px;
		color: #231815;
	}
	.slider_li .box h5 span{
		font-size: 0.7em;
	}
	.course_slider .bx-controls-direction{
		display: none;
		justify-content: space-between;
	}
	.course_slider .bx-controls-direction a{
		width: 10vw;
		height: 10vw;
		display: block;
		background-size:100% auto;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
	}
	.course_slider .bx-prev{
		background-image: url(/shopping/img/special/cruising/2025viking_us/bx-prev.svg);
	}
	.course_slider .bx-next{
		background-image: url(/shopping/img/special/cruising/2025viking_us/bx-next.svg);
	}
	.course_slider .custom-thumb{
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
		align-items: center;
		counter-reset: number 0;
	}
	
	.course_slider .custom-thumb i.strat,
	.course_slider .custom-thumb i.end{
		border: none;
		margin: 0;
		width: 36px;
		height: 36px;
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.course_slider .custom-thumb i.sp_br_r,
	.course_slider .custom-thumb i.sp_br_l{
		display: none;
	}
	
	.course_slider .custom-thumb i.train {
		width: 95px;
		height: 70px;
		margin-bottom: 0;
	}
	.course_slider .custom-thumb i.lunch{
		width: 95px;
		height: 70px;
		margin-bottom: 0;
	}
	.course_slider .custom-thumb i.lunch2{
		top: 0;
		background-size: cover!important;
		height: 58px!important;
		width: 60px!important;
		background-position: top!important;
		margin: 0 20px!important;
	}
	
	.course_slider .custom-thumb a{
		min-width: 2%;
		height: 70px;
		background: #E8DCCF;
		display:flex;
		margin-bottom: 3vw;
		color: #231815;
		position: relative;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}
	.course_slider .custom-thumb a.active{
		color:#E8DCCF;
		background: #231815;
	}
	.course_slider .custom-thumb a::before,
	.course_slider .custom-thumb a::after{
		position: absolute;
		top:-0.5em;
		left: -0.5em;
		height: 1em;
		width: 1em;
		font-size: 17px;
	}
		
	.course_slider .custom-thumb a::before{
		counter-increment: number 1;
		content: counter(number);
		color: #D8BA87;
		z-index: 10;
	}
	.course_slider .custom-thumb a::after{
		content: '';
		background-color: #231815;
		transform: rotate(45deg);
		border: solid 1px #D8BA87;
		z-index: 9;
	}
	.course_slider .custom-thumb a strong{
		display: none;
	}
	.course_slider .custom-thumb a span{
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		background-color: #AF3226;
		color: #FFF;
		font-size: 11px;
		font-weight: bold;
		padding: 5px;
		line-height: 1em;
	}
	.course_slider .caution{
		font-size: 14px;
	}
	
	#TOKYO .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Tokyo_tit_bg.jpg);}
	#TOKYO .common_layout_tokyo .column2 .motion{
		width: 68%;
		margin-top: 55px;
	}
	#TOKYO .common_layout_tokyo .column2 .top_txt .img{
		margin: 0;
		width: 60%;
		right: -13px;
		bottom: -26px;
	}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="0"]{ width: 13%;}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="1"]{ width: 13%;}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="2"]{ width: 13%;}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="3"]{ width: 13%;}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="4"]{ width: 13%;}
	#TOKYO .course_slider .custom-thumb a[data-slide-index="5"]{ width: 13%;}
	
	#HAKONE .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Hakone_tit_bg.jpg);}
	#HAKONE .common_layout_tokyo .column2 .motion{
		width: 53%;
		margin-top: 35px;
		margin-left: 210px;
	}
	#HAKONE .common_layout_tokyo .column2 .top_txt .img{
		margin: 0;
		width: 80%;
		left: 0px;
		bottom: 0px;
	}
	#HAKONE .course_slider .custom-thumb a[data-slide-index="0"]{ width: 11%;}
	#HAKONE .course_slider .custom-thumb a[data-slide-index="1"]{ width: 11%;}
	#HAKONE .course_slider .custom-thumb a[data-slide-index="2"]{ width: 11%;}
	#HAKONE .course_slider .custom-thumb a[data-slide-index="3"]{ width: 20%;}
	#HAKONE .course_slider .custom-thumb a[data-slide-index="4"]{ width: 11%;}
	#HAKONE .slider_li .box{ height: 135vw;}
	
	#KAWAGOE .common_layout_tokyo{ background-image: url(/shopping/img/special/cruising/2025viking_us/Kawagoe_tit_bg.jpg);}
	#KAWAGOE .common_layout_tokyo .column2 .motion{
		width: 55%;
		margin-top: 35px;
	}
	#KAWAGOE .common_layout_tokyo .column2 .top_txt .img{
		margin: 0;
		width: 50%;
		right: 18px;
		bottom: -20px;
	}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="0"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="1"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="2"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="3"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="4"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="5"]{ width: 10%;}
	#KAWAGOE .course_slider .custom-thumb a[data-slide-index="6"]{ width: 10%;}

	
	.slider_li .box{
		/*width: 1030px;*/
		padding: 30px 40px;
		box-sizing: border-box;
		display: flex;
		align-items:  flex-start;
		margin: 0 auto;
		background-color: #EDEDED;
	}
	.slider_li .box img{
		/*width: 60%;*/
		width: 610px;
	}
	#HAKONE .hakone_tit{padding-top: 20px;}
	.course_slider .bx-controls-direction{
		display: flex;
		position: absolute;
		width: 100%;
		top: 260px;
		left: 0;
		height: 40px;
		margin-top: 0;
		z-index: 100;
	}
	.course_slider .bx-controls-direction a{
		width: 80px;
		height: 80px;
	}
	.course_slider .custom-thumb{
		margin: 30px auto;
		flex-wrap: nowrap;
	}
	.course_slider .custom-thumb i{
		border-left-width: 20px;
		border-top-width: 10px;
		border-bottom-width: 10px;
		margin: 0 10px;
	}
	.course_slider .custom-thumb a{
		width: 120px;
		margin-bottom: 0;
	}
	
	#faq h3 {
		font-size: 20px;
		margin-top: 20px;
	}
	#faq .faq_accordion h4 {
		margin: 10px 0;
		padding: 10px 25px 10px 15px;
		cursor: pointer;
	}
	#faq .faq_accordion h4:hover {
		opacity: 0.8;
	}
	#faq .faq_accordion h4::after {
		top: calc(50% - 5px);
		right: 1vw;
		border-width: 10px 10px 0;
	}
	#faq .faq_accordion h4.active::after {
		border-width: 0 10px 10px;
	}
	#faq .accordion_box {
		margin: 15px 15px 20px;
	}
	.notice{
		padding:30px 50px;
	}
	.notice_box a{
		font-size: 16px;
		border-radius: 5px;
		width: 230px;
		padding: 9px 0;
	}
	.notice_box a span{
		right: 20px;
	}
	.notice_box a.line2 span {
		top: 1em;
	}
	.notice_wrap .notice_img{
		display: flex;
		justify-content:space-between;
		padding-left: 5px;
		padding-right: 5px;
	}
	.notice_wrap .notice_img p{
		width: 49%;
	}
	.notice_wrap .notice_img .tel{
		margin-top: 0;
	}
	.notice_wrap .notice_img .tel a{
		pointer-events: none;
	}
	#cart_modal_price_txt a{
		pointer-events: none;
	}
	.notice_wrap .course_box{
		padding: 0 74px;
	}
	#contact_us{
		text-align: center;
		padding: 100px 50px 500px;
	}
	
	#contact_us a{
		width: fit-content;
		display: block;
		margin: 0 auto;
	}
	
	#contact_us .btn{
		width: 464px;
		margin: 0 auto 20px;
		font-size: 38px;
		padding: 5px;
		background-color: #80167D;
		border-radius: 5px;
	}
	#contact_us .btn a span{
		font-size: 0.8em;
	}
	#contact_us .mail {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#contact_us .tel_box{
		font-size: 14px;
		margin-bottom: 0;
	}
	#contact_us .tel_box p:nth-child(1) {
		font-size: 20px;
	}
	#contact_us .tel_link{
		font-size: 22px;
	}
	
	#contact_us h3{
		text-align: left;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#contact_us .company dl{
		background-color: #F5F5F5;
		display: flex;
		padding: 13px 0;
	}
	#contact_us .company dl:nth-child(odd){
		background-color: #FFF;
	}
	#contact_us .company dt,
	#contact_us .company dd{
		font-size: 14px;
		line-height: 1.2em;
		width: 50%;
	}
	#contact_us .company dt{
		padding-left: 30%;
	}
	#contact_us .company dd{
		padding-left: 5%;
	}
	footer .link{
		background-color: #F3F2F3;
		font-size: 11px;
	}
	footer .link ul{
		display: flex;
		justify-content: center;
	}
	footer .link li::before{
		content: "|";
	}
	footer .link li:first-child::before{
		content: "";
	}
	footer .link li{
		margin: 0 2px;
	}
	footer .copy{
		background-color: #F1E5F1;
		font-size: 13px;
	}
	#cookies{
		padding: 20px;
		font-size: 14px;
	}
	#cookies section{
		display: flex;
		align-items: center;
	}
	#cookies button{
		width: 320px;
		margin: 0;
		margin-left: 20px;
		padding: 5px;
	}
	
	.award{
		width: 100%;
		/*height: 240px;*/
		padding: 20px 0;
		position: relative;
		text-align: center;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.award.surface{
		height: 230px;
	}
	.award_tit{
		display: flex;
		width: 100%;
	}
	.award_tit li{
		color: #804200;
		font-size: 50px;
		line-height: 48px;
		border-left-width: 13px;
		padding-left: 12px;
		margin-bottom: 20px;
		text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
		margin-top: 26px;
		margin-left: 0;
	}
	.award_tit li span{
		font-size: 0.4em;
		display: block;
		line-height: 1.2;
		text-align: center;
	}
	.awrad_icon{
		width:18%;
		text-align: right;
		margin-left: 42px;
	}
	.award_detail{
		display: flex;
		padding: 0 20px;
		margin-top: -50px;
	}
	.award_detail dl{
		width: 60%;
		padding-top: 50px;
		margin-left: 30px;
		display: flex;
		flex-wrap: wrap;
		align-content:  space-between;
		font-size: 14px;
	}
	.award_detail dl dd:nth-child(1){
		text-align: left;
		margin-bottom: 0;
	}
	.award_detail dl dd:nth-child(2){
		display: flex;
		justify-content: space-between;
		width: 95%;
	}
	.award_detail dl dd a{
		display: block;
		color: #3F312C;
		border-radius: 5px;
		font-size: 16px;
		text-align: center;
		width: 288px;
		background: linear-gradient(#fefefd, #dadada);
		border: solid 1px #B2B2B2;
		line-height: 40px;
		height: 40px;
		position: relative;
	}
	.award_detail dl dd a:nth-child(2){
		width:150px;
	}
	.award_detail dt{
		width:30%;
		margin: 0 0 0 15px;
		padding: 0;
	}
	.award i {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 190px;
	}
	.award dt {
		color: #804200;
		font-size: 48px;
		line-height: 48px;
		border-left-width: 13px;
		padding-left: 220px;
		padding-right: 55px;
		text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255);
	}
	.award dt span {
		font-size: 0.4em;
		display: block;
		line-height: 1.2;
		text-align: center;
		width: 80%;
		margin: 10px auto 0;
	}
	.award dd {
		text-align: left;
		margin: 20px 30px 0 200px;
		line-height: 1.6;
	}
	.award ul {
		display: flex;
		justify-content: center;
		align-content: center;
		margin: 20px 0;
	}
	.award ul li {
		list-style-type: none;
		background: #FFF;
		padding: 15px 30px;
		border: 1px solid #333;
		width: 280px;
		margin: 0 20px;
		position: relative;	
	}
	.award ul li:after {
		content:">";
		position:absolute;
		top:33%;
		right:5px;
	}
	.award.intro {
		width: 800px;
		margin-bottom: 30px;
		height: fit-content;
		padding: 20px 0;
	}
	.award.intro i {
		width: 150px;
		left: 10px;
		top: 20px;
	}
	.award.intro dt {
		margin: 0;
		padding: 0;
		font-size: 22px;
	}

	.award.intro dd {
		font-size: 13px;
		margin: 0px 10px 5px 168px;
		padding: 0;
		text-align: left;
	}
	.award.intro .note {
		font-size: 10px;
		padding-left: 168px;
		text-align: left;
	}
	.award.intro .btn{
		bottom: 10px;
		right: 10px;
		font-size: 14px;
	}
	.award.intro .btn b{
		right: -1em;
		top: -0.1em;
	}
	.sns_link_btn{
		margin: 50px 60px 0;
	}
	.sns_link_btn img{
		width: auto;
	}
	.sns_link_btn .instagram img{
		width: 42px;
		padding: 5px;
	}
	#contact_us .sns_link_btn a{
		padding: 15px 0;
		width: 180px;
	}
	.sns_link_btn a span{
		margin-top: 16px;
		font-size: 12px;
	}
	
	#mehaku .common_layout h3{
		font-size: 52px;
		margin-bottom: 0;
	}
	#mehaku .common_layout .mehaku_text{
		margin-bottom: 30px;
	}
	#tour_schedule .day_box .small_text{
		font-size: 20px;
	}
	#tour_schedule .day_box .big_text{
		font-size: 50px;
	}
	#tour_schedule .common_layout .subtitle{
		font-size: 24px;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	#tour_schedule .common_layout .small_text{
		font-size: 17px;
	}

	#tour_schedule .common_layout .day_box{
		margin-top: 0;
		padding: 10px;
	}
	#tour_schedule .column3.bar .one_box{
		display: flex;
		width: 100%;
		align-items:  center;
		justify-content: center;
	}
	#tour_schedule .column3.bar .one_box{
		width: 30%;
	}
	#tour_schedule .column3.bar img {
		order: 2;
	}
	#tour_schedule .column3.bar .one_box_title {
		height: 44px;
		font-size: 18px;
		padding-bottom: 3px;
		padding-top: 15px;
	}
	#tour_schedule .column3.bar .one_box_text {
		padding-top: 8px;
	}
	#tour_schedule .column3.bar .order {
		margin-top: 0px;
	}
	#kikouti .common_layout {
		background: url(/shopping/img/special/cruising/2026vy_us/kikouti_pc.png)
			no-repeat
			center top;
		background-size: 100% auto;
	}
	#kikouti .common_layout h3 {
		font-size: 52px;
		line-height: 1em;
		padding: 0;
		width: 610px;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	#kikouti .common_layout .commitments{
		width: 912px;
		margin: 50px auto 0;
	}
	.about_japanet_txt{
		background-position: bottom center;
		background-size: 100% auto;
		padding: 40px;
	}
	.about_japanet_txt h3{
		line-height: 40px;
		border-left-width: 10px;
		padding-left: 12px;
		margin-bottom: 20px;
		font-size: 35px;
	}
	.about_japanet_txt .txt{
		line-height: 1.5em;
	}
	.about_japanet_txt .ceo{
		padding: 15px 30px 60px 0px;
	}
	.about_japanet_txt .ceo img{
		width: 320px;
	}
	.tour_day_list .about_japanet_txt{
		width: 720px;
	}
	#anc_award{
		width: 100%;
		margin-top: 0;
		padding-top: 1px;
		background-position: center top;
	}
	#anc_award section{
		background: none;
	}
	#anc_award h3 {
		margin-top: 0;
		padding-top: 60px;
		font-size: 46px;
	}
	#anc_award h3::after {
		padding: 10px;
		margin-bottom: 40px;
	}
	#award_2023 img,
	#award_2018 img {
		width: 900px;
		margin-bottom: 40px;
	}
	.price_table_top{
		text-align: center;
		margin-bottom: 30px;
	}
	/*価格表在庫状況表示修正*/
	.RoomType .p2,
	.RoomType.p1_active .p1{
		width:620px;
	}
	.table_day_list{
		width: 270px;
	}
	.table_day_list span{
		font-size: 24px;
		padding: 10px;
	}
	.img_price_table .days .day img{
		width: 40%
	}
	.table_day_list .tour_all_span{
		font-size: 24px;
	}
	.table_day_list .table_tour span{
		font-size: 17px;
		padding: 10px;
	}
	.roomtype_note, .RoomType_supplement {
		margin: 10px 0;
		font-size: 11px;
	}
	.RoomType_supplement p {
		font-size: 14px;
		margin: 20px;
	}
	.RoomType_supplement img {
		width: 30px;
		margin-left: 30px;
		margin-right: 5px;
	}
	.bnr_msclp_container{
		max-width: 1040px;
		margin: 50px auto;
	}
	.bnr_msclp_link{
		width: 850px;
	}
	.bnr_wrap {
		margin:50px auto;
	}
	.bnr_tit {
		margin-bottom: 10px;
	}
	.bnr_tit span{
		font-size: 25px;
		padding: 0 30px;
		margin:0 0 3px 0;
	}
	.bnr_cnt {
		font-size:12px;
		padding: 5px;
		text-align: center;
		width: 480px;
		margin: 0 auto;
	}
	.bnr_cnt .txt {
		margin-top: 5px;
	}
	.bnr_cnt .txt::after{
		right: 0.4em;
		bottom: calc(50% - 0.45em / 2);
	}
	.bnr_cnt .txt::before {
		width: 1.25em;
		height: 1.25em;
		right: 0em;
		bottom: calc(50% - 1.25em / 2);
	}
	.bnr_msclp {
		margin-top: 50px;
	}
	/*-------------------------------
		電話ポップアップ
	-------------------------------*/
	#tel_pop {
		position: absolute;
		top: -264px;
		right: 196px;
		width: 350px;
		padding:15px;
		margin: 0;
	}
	#tel_pop::after {
		position: absolute;
		content: '';
		border-left: 18px solid #fae082;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-right: revert;
		top: calc(50% - 25px);
		right: -18px;
		bottom: revert;
	}
	#tel_pop .tel_box {
		font-size: 16px;
	}
	#tel_pop .tel_title {
		font-size: 24px;
	}
	#tel_pop .tel_link {
		font-size: 24px;
	}
	#tel_pop .tel_link .note {
		font-size: 16px;
	}
	#tel_pop .tel_close{
		top: -15px;
		right: -15px;
		width:30px;
		cursor: pointer;
	}
	#tel_pop .tel_close::hover {
		cursor:pointer;
	}
	
	/*-------------------------------
		動画
	-------------------------------*/
	.movieBoxContainer--tour {
		margin: 30px 60px 0;
	}
	.movieBoxContainer--kikouti {
		margin-bottom: 50px;
	}
	.movieBoxWrap {
		width: fit-content;
		margin-inline: auto;
		padding: 0;
		gap: 20px;
	}
	.movieBoxWrap.tour__movie {
		top: 212px;
		left: 97px;
		padding: 0;
	}
	.movieBoxWrap.tour_schedule__movie {
		padding: 30px 0;
	}
	.movieBoxWrap.kikouti__movie {
		padding: 30px 0;
	}
	.movieBox .movieBox__movie {
		width: 320px;
		height: auto;
		margin: 10px 0 0;
	}
	.table_day_list .tour_all_span{
		width: 67%;
	}
	/*-------------------------------
		動画のモーダル
	-------------------------------*/
	.view-modal .js-modalWrap {
		width: 900px;
	}
	.js-modalContent > * {
		margin: 0 20px;
	}
	/* MSC JA版追加CSS */
	/* #intro PC用リセット */
	#intro.intro_wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
	/* 画像の中央寄せ制御 */
	.intro_visual img,
	.intro_map img,
	.schedule_wrapper img {
		display: block;
		margin: 0 auto;
	}
	.fv_catch_title{
		top: -85px;
	}
	/* 背景画像設定 */
	.intro_bg {
		max-width: 1920px;
		width: 100%;
	}
	/* ロゴエリア（PC） */
	.intro_logo {
		top: 50%;
		width: 1040px;
		max-width: 90%;
		text-align: center;
	}
	/* コンテンツ幅の制限 */
	.intro_map,
	.schedule_wrapper {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	/* 各エリアのマージン調整（PC） */
	.intro_map {
		margin-top: 50px;
		margin-bottom: 80px;
	}
	.schedule_image_area {
		margin-bottom: 80px;
	}
/*▲----------------PC・タブレットのみ読み込み(横幅480以上＆縦幅480以上)----------------▲*/
}
