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

/*-----------------------------------------------------*/
/* PC版 基本スタイル
/*-----------------------------------------------------*/

.clearfix {
	display: block;
}

.sp {
	display:none;
}

#container{
	width:100%;
	margin:0 auto;
	text-align:left;
}

.inner{
	width: 980px;
	margin: 0 auto;
}

ul#gnavi.menu6 li{width:15%;}

.attention{
	color:red;
	font-weight:bold;
}

.textmin{
	font-family: "Crimson Text", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
	-webkit-backface-visibility: hidden;
}

.textyuu {
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: 600;
}

#footer_link{
	min-width: 0;
}
/*-----------------------------------------------------*/
/* パンくずエリアのスタイル
/*-----------------------------------------------------*/

div#breadSns{
	width:980px;
	margin:5px auto 0;
	padding:0;
	height:32px;
}

/*     パンくず
------------------------------------------*/

div#bread{
	float:left;
	margin:6px 0 0 5px;
}

div#bread p.crumbs{
	font-size:10px;
}

/*    IE用　　*/
div#bread{
	margin/*\**/: 0 0 0 5px\9;
}

/*     SNSボタン用
------------------------------------------*/

#snsBox{
/*	width:400px;*/
	float:right;
	margin: 5px 0px 0px 0;
	vertical-align: top;
}

/*    IE用　　*/
#snsBox{
	margin/*\**/: 0 0 7px 0\9;
}

#snsBox ul li{
	float: left;
	padding: 0px;
	display: inline;
}

#snsBox ul li.fb{
	margin: 0px 10px 5px 0px;
}

#snsBox ul li.fb div{
	width:110px!important;
}

#snsBox ul li.gg{
	margin: 0px 10px 5px -10px;
}

#snsBox ul li.tw{
	margin: 0px 10px 5px -10px;
}

/*--------------------------------------------------------------------*/
/* G-Naviのスタイル
/*--------------------------------------------------------------------*/

ul#gnavi{
	display:block;
	margin:15px auto;
	border-right:1px solid #E4E4E4;
}

ul#gnavi li{
	float:left;
	padding:5px 0.7% 0 0.7%;
	text-align:left;
	border-right:1px solid #E4E4E4;
}

ul#gnavi li:first-child{
	border-left:1px solid #E4E4E4;
}

ul#gnavi li:last-child{
	border-right:none;
}

ul#gnavi.menu6 li{width:15%;}
ul#gnavi.menu5 li{width:18.4%;}
ul#gnavi.menu4 li{width:23.4%;}
ul#gnavi.menu3 li{width:31.7%;}
ul#gnavi.menu2 li{width:48.4%;}

ul#gnavi li a{
	display:block;
	width:100%;
	padding-bottom:10px;
	border-bottom:3px solid #CCCCCC;
	text-decoration:none;
}

ul#gnavi li a:link{color:#454545;}
ul#gnavi li a:visited{color:#454545;}
ul#gnavi li a:hover{color:#DD0000;}

ul#gnavi li.selected a{
	border-bottom:5px solid #0086CD;
	color:#0086CD;
}

ul#gnavi li strong{
	display:block;
	margin-top:3px;
	font-size:140%;
}

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

.mainvisual{
	background:url(/campaign/single/202507/images/bg_mainvisual.jpg) no-repeat;
	padding: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
.mainvisual h1{
	width: 1260px;
	margin: 0 auto;
}

p.lead{
	width: 1260px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.6em;
}

/*-----------------------------------------------------*/
/* 各種期間表示エリアのスタイル
/*-----------------------------------------------------*/

#term{
	background-color:#29dcb0;
}

#term dl.sp{
	display: none;
}

#term p.term{
	width: 980px;
	margin: 0 auto;
}
.plan,#term p.term{
	width: 1260px;
	margin: 0 auto;
}
#plan{
	background-color:#16a5ff;
	text-align: center;
	box-sizing: border-box;
}

#plan .plan&gt;img{
	max-width: 100%;
	padding: 8px 0;
}

#cp-detail{
	padding-top: 0!important;
}

#cp-conditions {
	margin-bottom: 20px!important;
}
/*-----------------------------------------------------*/
/* 改行のスタイル
/*-----------------------------------------------------*/

.br850, .br770, .br500 {
	display: none;
}
.br850_hide{
	display: block;
}
/* ------------------------------------- */
/* PGMポイント番号の注意事項 */

.pgmpoint_area {
	max-width: 920px;
	margin: 3% auto 0;
	box-sizing: border-box;
	text-align: center;
	border: solid 2px;
	border-color: #ec0000;
	position: relative;
}

.pgmpoint_area h3 {
	display: block;
	color: #fff;
	font-size: 24px;
	background-color: #ec0000;
	padding: 1% 0 1% 3em;
}

.icon_note {
	position: absolute;
	top: -4%;
    left: 5%;
}

.pgmpoint_area ul {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	padding: 1.5%;
}
.pgmpoint_area ul .pgmpoint_area_left {
	width: 70%;
}
.pgmpoint_area ul .pgmpoint_area_left p {
	text-align: left;
	margin: 1em 1em 0.5em 4em;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}
.pgmpoint_area ul .pgmpoint_area_right {
	width: 30%;
}
.pgmpoint_area .sp {
	display: none;
}
.pgmpoint_area a {
	color: #000;
	display: inline-block;
	margin-top: 0.5em;
}

/* tカード番号について */
.pointnote_t {
	max-width: 920px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	padding: 2em 2% 1%;
}
.pointnote_t h4 {
	color: #ec0000;
	font-size: 22px;
}
.pointnote_t ul {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
}
.pointnote_t .pointnote_t_left {
	width: 62%;
	text-align: left;
	padding: 0 1% 0;
}
.pointnote_t .pointnote_t_left p {
	margin-top: 1em;
	font-size: 16px;
	color: #000;
}
.pointnote_t .pointnote_t_right {
	width: 30%;
}
.pointnote_t .pointnote_t_right img {
	width: 100%;
}

/* ex_area */
.ex_area {
    background-color: #2697dd;
    margin: 0 auto 20px;
    text-align: center;
    padding: 40px 0;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: 600;
    color: #000;
    overflow: hidden;
}
.area1 {
    display: block;
    background-color: #fff;
    margin: 0px auto;
    width: 920px;
    border-radius: 20px;
    padding: 0 0 5px;
}
.ex_area a {
	color: #000;
}
.ribbon8 {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    font-size: 32px;
    color: #000;
    background: #fff;
    border: solid 3px #2697dd;
    width: 966px;
    left: -22px;
    box-sizing: border-box;
    margin-top: 25px;
    line-height: 1;
}
.ribbon8:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(27, 107, 157);/*折り返し部分*/
  }
  .ribbon8:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-left: solid 20px rgb(27, 107, 157);/*折り返し部分*/
  }
  .area1_1 {
	max-width: 850px;
	margin: 0 auto 0;
	text-align: left;
	font-size: 18px;
	position: relative;
	line-height: 1.6;
}
.area1_1 .text_1 {
	margin-top: 30px;
}
.area1_1 .text_2 {
    margin-top: 30px;
    margin-bottom: 1em;
}
.area1_1 .text_1 span {
	margin-top: 0.5em;
	display: inline-block;
}
.area1_1c {
	position: absolute;
	top: 28px;
	left: 69%;
    width: 26%;
}
.area1_1p {
	position: absolute;
	top: 0;
	left: 82%;
    width: 26%;
}


.area1_2 {
	max-width: 850px;
	box-sizing: border-box;
	margin: 38px auto 30px;
}

.area1_2 h3 {
	background-color: #ffe02e;
	padding: 1% 0;
	font-size: 25px;
	line-height: 1.2;
}
.area1_2 figure {
	border: solid 3px #ffe02e;
	padding: 20px 0 15px;
}
.area1_2 figure img {
	width: 740px;
	height: auto;

}


/* -------------------------------------- */
/*キャンペーン詳細を確認する*/

ul.btnArea_top li{
	width:450px;
	margin:20px auto;
	color: #CC0000;
	font-weight: bold;
}

ul.btnArea_top li a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

/*応募・予約ボタン*/
ul.btnArea{
	width:880px;
	margin:20px auto;
}

ul.btnArea li{
	width:400px;
	margin:18px;
	display: inline-block;
	vertical-align: top;
}

ul.btnArea li a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

ul.btnArea li.btn_center{
	margin: 0 auto;
	display: block;
	padding-bottom: 0;
}

/* キャンペーンバナーのスタイル*/
.cp_btn{
	text-align: center;
	margin:50px 0;
	padding-top:30px;
}

.cp_btn img{
	width: 950px;
}

/*-----------------------------------------------------*/
/* キャンペーン概要エリアのスタイル
/*-----------------------------------------------------*/

#outline{
	padding-top: 110px;
	margin-top: -110px;
}
#outline h2{
	padding: 7px;
	border-left: 10px solid #2ca6e0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#outline .inner p.details_note{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

#outline table{
	border-collapse:collapse;
	font-size:13px;
	border-top: 1px solid #dedede;
}
#outline th{
	width:150px;
	padding:0 5px;
	text-align:left;
	vertical-align:middle;
	color:#565656;
	border-bottom:1px solid #dedede;
}
#outline td{
	width:800px;
	padding:10px 5px;
	border-bottom:1px solid #dedede;
	line-height:1.3;
}
#outline dt{
	margin-bottom:5px;
	font-weight:bold;
}
#outline ul li,
#outline ol li{
	text-indent:-1.0em;
	padding-left:1.0em;
}
#outline .txtBold{
	font-weight:bold;
}
#outline table.cp_attentiontable{
	background:#eee;
	border:1px dotted #666666;
}
#outline table.cp_attentiontable th{
	background:#eee;
	font-weight:bold;
	color:#333;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	text-align:center;
}
#outline table.cp_attentiontable td{
	padding:2px;
	text-align:center;
	background:#FFFFFF;
	border-bottom:1px dotted #666666;
	border-right:1px dotted #666666;
}

#outline dl.inde dd {
		text-indent: -1em;
		padding-left: 1em;
	}
#footer.clearfix:after {
	display: none;
}

/*--------------------------------------------------------------------*/
/* レスポンシブル対応
/*--------------------------------------------------------------------*/

@font-face {
	font-family: 'WebSymbolsgfeditRegular';
	src: url('/css/font/websymbols_gf-edit-webfont.eot');
	src: url('/css/font/websymbols_gf-edit-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/css/font/websymbols_gf-edit-webfont.woff') format('woff'),
		 url('/css/font/websymbols_gf-edit-webfont.ttf') format('truetype'),
		 url('/css/font/websymbols_gf-edit-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width:1260px) {
	.mainvisual h1{
		width: 100%;
		margin: 0 auto;
	}
	p.lead {
		width: 100%;
	}
	.plan,#term p.term{
		width: 100%;
		margin: 0 auto;
	}
}


@media screen and (max-width:980px) {
#container{
	margin: 18px auto 0;
}

div#breadSns{
	width:100%;
}

.inner{
	width: auto;
	margin: 0 10px;
}

dl.display_terms{
	width: auto;
}

/* メインビジュアル */

.mainvisual h1{
	width: 100%;
}

#term p.term{
	width: 98%;
	margin: 0 1%;
}
.plan,#term p.term{
	width: 98%;
	margin: 0 1%;
}

#plan{
	border:none;
}
/* 説明エリアのスタイル */

.ex_area {
	width: 100%;
	box-sizing: border-box;
}
.area1 {
	width: 90%;
}
.area1_1 {
	width: 90%;
}
.area1 figure img {
    width: 95%;
}
.ribbon8 {
	width: 105%;
}
.ribbon8:after {
	border-left: solid 17px;
}
.ribbon8:before {
	border-right: solid 17px;
}
.area1_2 {
	width: 94%;
}
.area1_1p {
    left: 86%;
}
.area1_1c {
    left: 75%;
}

/* PGMポイント番号の注意事項の注意事項 */
.pgmpoint_area {
	width: 95%;
}
.icon_note {
    top: -2%;
    left: 1%;
}
.pgmpoint_area h3 {
    padding: 1% 0 1% 4em;
}
.pgmpoint_area ul .pgmpoint_area_left p {
    margin: 1em 1em 0.5em 2em;
}
.pgmpoint_area img {
	width: 100%;
}


/* キャンペーンバナーのスタイル*/
div.cp_btn img {
	width: 100%;
}

/* ボタンエリアのスタイル */
ul.btnArea{
width:100%;
margin-bottom:30px;

}
ul.btnArea li{
width: 43%;
margin: 3% 3% 0 5%;
padding: 0;
}
ul.btnArea li:last-child{
  margin-left:0;
}
}
@media screen and (max-width:880px) {
	.ribbon8 {
		width: 106%;
	}

	.area1_1p {
		left: 87%;
	}
	.area1_1c {
		top: 42px;
		left: 74%;
	}
}
@media screen and (max-width:770px) {
	.br770 {
		display: block;
	}
	.ribbon8 {
		width: 107%;
		line-height: 1.3;
		padding: 1.5%;
		font-size: 4vw;
	}
	.area1_1 {
		font-size: 2.35vw;
	}
	.area1_1 .text_1 {
		padding-right: 30%;
	}
	.area1_1 .text_1 .br850 {
		display: none;
	}
	.area_2 h3 {
		font-size: 3.5vw;
	}
	.pointnote_t h4 {
		font-size: 2.5vw;
	}
}

@media screen and (max-width:850px) {
	.br850 {
		display: block;
	}
	.br850_hide {
		display: none;
	}
	.area1_1c {
		top: 33px;
		left: 71%;
	}
	.area1_1p {
		left: 84%;
	}
	.area1_1 .text_2 br, .area1_1 .text_2 span {
		display: none;
	}

}

@media screen and (max-width:640px) {
div.cp_btn img {
width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
#footer {
	display: none;
}
#breadSns {
	display: none;
}
header.common .logo {
	float: left;
	width: 275px;
}
header.common .navi li {
	float: right;
	padding-top: 15px;
}

#container{
	width:100% !important;
	position:relative;
	margin: 0;
}

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

.mainvisual{
	background: none;
}

/*-----------------------------------------------------*/
/* 各種期間表示エリアのスタイル
/*-----------------------------------------------------*/

#term{
	margin-bottom: 10px;
	padding:10px;
	color:#fff;
	height: auto;
}
#term p.pc{
	display: none;
}
#term dl.sp{
	display: block;
}
#term dl{
	letter-spacing:-0.4em;
	text-align:center;
}
#term dt,
#term dd{
	*display:inline;
	*zoom:1;
	letter-spacing:normal;
	font-size: 112%;
	line-height: 146%;
	font-weight:bold;
}
#term dt{
	color: #fff;
	/* text-shadow: 1px 2px 3px #808080; */
}


/* -------------------------------------------------------------- */
/* 説明エリア
/* -------------------------------------------------------------- */

.ribbon8 {
	width: 109%;
	font-size: 5.5vw;
}
.area1_1 {
	/* font-size: 2.999vw; */
	font-size: 3.5vw;
}

.area1_1c {
	position: absolute;
	left: 14%;
    top: 43%;
	width: 46%;
	margin-bottom: -30px;
}

.area1_1p {
	position: relative;
	left: 40%;
	top: 0%;
	width: 44%;
    margin-top: 4%;
	margin-bottom: -38px;
}
.area1_1 .text_1 {
	padding-right: 0%;
	margin-top: 6%;
}
.area1_2 h3 {
    font-size: 4.5vw;
	margin: 0 auto !important;
	padding-top: 3%;
}
.area1_2 {
    margin: 6% auto;
}
/* --------------------------------------------------------------  */
 /* PGMポイント番号の注意事項 */
 .pgmpoint_area .sp {
	display: block;
}
.pgmpoint_area .pc {
	display: none;
}
.icon_note {
	width: 16vw;
}
.pgmpoint_area h3 {
	font-size: 4vw;
}
.pgmpoint_area ul {
    padding: 3%;
}
.pgmpoint_area .sp p{
	font-size: 3.5vw;
	text-align: left;
	margin-bottom: 3%;
}
.pointnote_t {
	margin: 0 auto;
	width: 100%;
	padding: 1em 2% 1%;
}
.pointnote_t ul {
    display: block;
	padding: 3%;
}
.pointnote_t h4 {
    font-size: 4vw;
}
.pointnote_t .pointnote_t_left {
    width: 95%;
    text-align: center;
}
.pointnote_t .pointnote_t_left p {
    margin-bottom: 1em;
	font-size: 3.2vw;
}
.pointnote_t .pointnote_t_right {
    width: 95%;
}
.pointnote_t .pointnote_t_right img {
    width: 60%;
	margin-bottom: 6%;
}

/* --------------------------------------------------------------  */

/*キャンペーン詳細を確認する*/
ul.btnArea_top{
	margin: 10px 0;
}

ul.btnArea_top li {
	width:95%;
	padding: 3px 10px;
}

/*応募・予約ボタン*/
ul.btnArea{
	width:100%;
	margin: 10px 0 40px;
}

ul.btnArea li{
	width:80%;
	margin: 2% auto;
	display: block;
}

ul.btnArea li:last-child{
	margin: 0 auto;
}
.note {
	margin: 10px 15px 25px 15px;
}

 .btnArea{
	margin-bottom:10px;
}

.btnArea img{
	display:none;
}

.btnArea ul,
.btnArea li{
	display:block;
}

.btnArea li{
	position:relative;
}

.btnArea li.txtAL,
.btnArea li.txtAR{
	margin: 0 auto 10px;
	width: 98%;
}

.btnArea li.txtAL a,
.btnArea li.txtAR a{
	display:block;
	width:80%;
	margin:0 auto;
	padding:20px 7% 14px 2%;
	background: #0086cd; /* Old browsers */
	border-radius:6px;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	box-shadow: 3px 3px #b8b8b8;
	-webkit-box-shadow: 3px 3px #b8b8b8;
	-moz-box-shadow: 3px 3px #b8b8b8;
	border: solid #FFFFFF 2.5px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:0;
	text-align:center;
	text-decoration:none;
}

.btnArea li.txtAR a{
	background: #ff7700; /* Old browsers */
}

.btnArea li a:after {
	content:")";
	font: 23px "WebSymbolsgfeditRegular";
	position:absolute;
	top:49%;
	right:10%;
	margin-top:-9px;
}

/* 各種期間表示エリアのスタイル */

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

p.lead{
	padding: 10px 0;
}

/* キャンペーン概要エリアのスタイル */
#outline{
	margin:0 auto;
	padding: 0;
}
#outline th, #outline td {
	display: block;
	width: auto;
}
#outline table.cp_attentiontable th, #outline table.cp_attentiontable td {
	border-right: 0;
}
#outline table.cp_attentiontable td {
	border-bottom: 0;
}
#outline th {
	border-bottom: 1px dotted #dedede;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #333333;
}
#outline td {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.5;
	border-bottom: 1px solid #dedede;
}
header.com_global_header_sp{
	margin-bottom: 0;
}

}
@media screen and (max-width:500px) {
	.br500 {
		display: block;
	}
	.ribbon8 {
		width: 111%;
	}

	label {
		font-size: 4.05vw;
	}
}
@media screen and (max-width:400px) {
	.ribbon8 {
		width: 110%;
		left: -5%;
	}
	.ribbon8:before {
		border-right: solid 14px;
	}
	.ribbon8:after {
		border-left: solid 14px;
	}
}</pre></body></html>