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

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.ttl-font{font-family: "Noto Sans JP";}
.main-image img{vertical-align: bottom;}

.cont-inner{
	width:1000px;
	margin:0 auto;
}

.lead-txt{
	background-color: #e0eefc;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	padding:50px 0;
}

.lead-txt .cont-inner{
	background:#fff;
	padding:15px;
	border-radius:8px;
	text-align: center;
}
.lead-txt h2{
	position:relative;
	font-family: "Noto Sans JP";
	font-size:1.6em;
	color:#4d76b4;
	display: inline-block;
    padding: 0 80px;
}
.lead-txt h2:before, .lead-txt h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #4d76b4;
}

.lead-txt h2:before {
  	left:0;
}
.lead-txt h2:after {
  	right: 0;
}
.lead-txt h3{
	font-size:1.3em;
}
.lead-txt-inner{
	padding:15px 0;
}
.lead-txt ul{
	display:flex;
}
.lead-txt li{
	width:49%;
	display:flex;
	text-align: left;
}
.lead-txt li:first-child{
	margin-right:15px;
}
.lead-img{
	margin-right:10px;
}
.sales-text{
	background:#cd1b1f;
	font-weight: bold;
	color:#fff;
	padding:8px 15px;
	font-size: 1.2em;
	display: inline-block;
}
.goList{
	color:#cd1b1f;
	background:url("../../img/pref_category/cruise0014/icon_arrow_r.png") no-repeat center bottom;
	padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 15px;
}
/**/
.plan-list{
	background-color: #f9e1b0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	padding:50px 0;
}

.plan-list .cont-inner{
	display:flex;
	flex-wrap:wrap;	
}

.plan-cont{
	background:#fff;
	border-top:8px solid #4d76b4;
	width:48.5%;
	padding:15px 30px;
	margin-bottom: 30px;
}
.plan-cont:nth-child(odd){
	margin-right:30px;
}
.plan-cont h3{
	font-size:1.2em;
}
.genre{
	font-size:.9em;
	border:1px solid #999;
	padding:2px 5px;
}
.plan-img {
    width: 60%;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.plan-img img {
    width: 100%;
}
.plan-price{
	display: flex;
    justify-content: center;
    margin: 15px 15px 0;
    align-items: center;
}
.regular-price {
    margin-right: 30px;
}
.regular-price span{
	font-weight:bold;
    font-size: 1.2em;
    display: block
}
.sales-price{
	border:1px solid #666;
}
.sales-price h4{
	background:#666;
	color:#fff;
	text-align: center;
	padding: 3px 15px;
    font-size: 0.8em;
    font-weight: normal;
}
.sales-price p{
	padding:3px 8px;
	text-align: center;
	color:#c00;
	font-size:1.5em;
	font-weight: bold;
}
.plan-link {
    width: 60%;
    margin: 15px auto;
}
.plan-link a{
	display: block;
	background:#f90;
	color:#fff;
	font-weight: bold;
	border-radius:50px;
	padding:8px 0;
	text-align: center;
}</pre></body></html>