<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&amp;display=swap');

.sp, .sp_in{
	display:none;
}

.pc{
	display: block;
}

.pc_in{
	display: inline;
}

/*------body------*/
#back_none {
    width: 100%;
}

#back_white {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}

#back_navy {
    width: 100%;
    padding: 50px 0 100px;
    background: linear-gradient(to right, #0c2340 60%,#1f4387);
}

/*kv ここから*/
#back_none .kv {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

#back_none .kv img {
    display: block;
    width: 100%;
}

#back_none .kv p {
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 20%;
    left: 10%;
    line-height: 50px;
    font-size: 36px;
    font-weight: 900;
    color: #fefefe;
}

#back_none .kv p span {
    display: block;
    margin-top: 5%;
    font-size: 50px;
    color: #00354C;
}

@media screen and (max-width: 1440px) {
    #back_none .kv p {
        width: 70%;
        font-family: 'Noto Sans JP', sans-serif;
        position: absolute;
        top: 10%;
        left: 10%;
        line-height: 40px;
        font-size: 28px;
        font-weight: 900;
        color: #fefefe;
    }

    #back_none .kv p span {
        display: block;
        margin-top: 2%;
        font-size: 36px;
        color: #00354C;
    }
}
/*kv ここまで*/

/*contents基本 ここから*/
.contents {
	width: 75%;
    max-width: 1440px;
	font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .contents {
        width: 95%;
    }
}

#back_white .contents {
    color: #323232;
}

#back_navy .contents {
    color: #fefefe;
}
/*contents基本 ここまで*/

/*抽選申し込み期間 ここから*/
#back_white .contents .aten_draw {
    width: 100%;
    margin: 40px auto 80px;
    border-radius: 5px;
}

#back_white .contents .aten_draw h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 3px solid #0c2340;
}

#back_white .contents .aten_draw .aten_schedule {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

#back_white .contents .aten_draw .aten_schedule ul {
    width: 45%;
}

#back_white .contents .aten_draw .aten_schedule ul li {
    text-align: center;
    font-weight: 700;
}

#back_white .contents .aten_draw .aten_schedule ul li.headline h3 {
    padding: 15px 0;
    background: linear-gradient(to right, #0c2340 60%,#1f4387);
    color: #fefefe;
    font-size: 24px;
    font-weight: 700;
}

#back_white .contents .aten_draw .aten_schedule ul li.schedule {
    padding: 20px 0;
    font-size: 20px;
    background: #fefefe;
}

#back_white .contents .aten_draw .aten_schedule ul li span {
    writing-mode: vertical-rl;
}
/*抽選申し込み期間 ここまで*/

/*タイトルまわり ここから*/
#back_white .contents .packttl h2 {
    width: 100%;
    text-align: center;
    padding: 50px 0 10px;
    font-size: 32px;
    font-weight: 900;
    color: #fefefe;
}

#back_white .contents .packttl h2.excite {
    background: #1C1C1C;
}

#back_white .contents .packttl h2.lounge {
    background: #BFA165;
}

#back_white .contents .packttl h2.seat {
    background: #717171;
}

#back_white .contents .packttl img {
    width: 100px;
    position: relative;
    left: 50%;
    top: 102px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#back_white .contents .price{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	align-items: center;
	color: #231815;
}

#back_white .contents .price &gt; p:first-child{
	font-size: 20px;
	line-height: 1.0em;
	font-weight: 700;
	color: #fff;
	background: #041e42;
	padding: 0.3em 0.5em;
}

#back_white .contents .price p:last-child{
	font-size: 19px;
	line-height: 1.8em;
	font-style: italic;
	padding-left: 1.0em;
}

#back_white .contents .price p:last-child span{
	font-size: 150%;
	font-weight: 700;
}

#back_white .contents .package_mv {
    margin: 30px auto;
    text-align: center;
}

#back_white .contents .package_mv img {
    width: 100%;
    max-width: 800px;
}
/*タイトルまわり ここまで*/

/*ホテル一覧 ここから*/
#back_white .contents .hotel {
    width: 100%;
    margin: 40px 0;
}

#back_white .contents .hotel h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #323232;
}

#back_white .contents .hotel ul {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px dotted #323232;
}

#back_white .contents .hotel ul li.place {
    padding-left: 10px;
    font-size: 26px;
    font-weight: 700;
    border-left: 15px solid #1f4387;
}

#back_white .contents .hotel ul li.room {
    line-height: 40px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
}

#back_white .contents .hotel ul li.fee {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    color: #e4002b;
}
/*ホテル一覧 ここまで*/

/*申し込みボタン ここから*/
#back_white .contents .entry {
    width: 60%;
    text-align: center;
    margin: 100px auto 20px;
    background: linear-gradient(to right, #0c2340 60%,#1f4387);
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
}

#back_white .contents .entry p {
    padding: 20px 0;
    color: #fefefe;
}

#back_white .contents .entry:hover {
    opacity: 0.7;
}

#back_white .contents .closing {
    width: 66%;
    text-align: center;
    margin: 100px auto 20px;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(130, 130, 130, 0.2);
    color: #e4002b;
    border-radius: 10px;
}

@media screen and (max-width: 1440px) {
    #back_white .contents .closing {
        width: 85%;
    }
}
/*申し込みボタン ここまで*/

/*attention ここから*/
#back_navy .contents .attention {
    margin-top: 40px;
}

#back_navy .contents .attention h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #fefefe;
}

#back_navy .contents .attention p {
    margin: 10px 0;
    margin-left: 1em;
    text-indent:  -1em;
    font-size: 16px;
}

#back_navy .contents .attention p:before {
    content: '\0274a  ';
}
/*attention ここまで*/</pre></body></html>