@charset "UTF-8";


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

header{
	width: 1200px;
	max-width: 100%;
	text-align:center;
	margin: 3% auto;
}

header img{
	width:30%;
	height:auto;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

sup {
	font-size: 50%;
}

img {
	max-width: 100%;
}

main {
	display: block;
	width: 1200px;
	max-width: 100%;
	margin: 4% auto 0;
	padding: 0 2%;
}

.title {
	padding: 2% 0 4%;
}

.shop {
font-size: 200%;
text-align: center;
}

.present>span {
	font-size: 190%;
}

.present {
display: block;
position: relative;
line-height: 60px;/*リボンの高さ*/
text-align: center;
padding: 1.2% 40px;/*横の大きさ*/
font-size: 200%;
color: #FFF;/*文字色*/
box-sizing: border-box;
width: 70%;
margin: 0 auto 4%;
background: #ef888b; /* Old browsers */
}

.present:before, .present:after {
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 1;
}

.present:before {
top: 0;
left: 0;
border-width: 80px 0px 80px 15px;
border-color: transparent transparent transparent #fff;
border-style: solid;
z-index: auto;
}

.present:after {
top: 0;
right: 0;
border-width: 80px 15px 80px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;
z-index: auto;
}

.tx {
margin: 3% 0 3%;
text-align: center;
font-size: 180%;
}

.txSm {
	margin-top: 1%;
	font-size: 70%;
}

.lead {
	font-size: 150%;
	text-align: center;
}

h1 {
	position: relative;
	width: 100%;
font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto;
	font-size: 400%;
	text-align: center;
}


.benefits>p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 2% 0;
	font-size: 170%;
	text-align: center;
}

.table {
	margin: 5% 0 5%;
}

/*//カード券面//*/

.contents {
	/*margin: 0 0 6%;*/
	padding: 3% 2%;
	border-radius: 10px;
background-color: #fbf8f0;
}

.contents ul li p {
text-align: left;
}

.gold_card,.red_card,.saison_card {
	margin-bottom: 5%;
}

.gold_card p.ttl {
	color: #976f1b;
}

.red_card p.ttl {
	color: #D3090C;
}
.saison_card p.ttl {
	color: #0f218b;
}

.gold_card ul,.red_card ul,.saison_card ul {
	display: flex;
	justify-content: center;
}

.gold_card ul li:first-child,.red_card ul li:first-child,.saison_card ul li:first-child {
	width: 36%;
}

.gold_card ul li:nth-of-type(2),.red_card ul li:nth-of-type(2),.saison_card ul li:nth-of-type(2) {
	width: 36%;
}

.panel-groupS>.contents:nth-of-type(2)>.gold_card ul li:nth-of-type(2) {
	margin-top: 0;
}

.saison_card ul li p:nth-of-type(2) {
	font-weight: bold;
	font-size: 80%;
}

.gold_card ul li p.ttl,.red_card ul li p.ttl,.saison_card ul li p.ttl {
	margin: 1.5% 0 1%;
	font-size: 155%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.gold_card ul li a button,.red_card ul li a button,.saison_card ul li a button {
	margin-top: 3%;
	padding: 3% 10%;
	background-color: #535353;
	border-radius: 5px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
}

.gold_card ul li span,.saison_card ul li span {
	font-weight: bold;
}

.red_card ul li span {
	color: #D3090C;
	font-weight: bold;
}

.card_img div span {
	font-size: 22px;
}
.card_img div {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	max-width: 353px;
	text-align: center;
}
.gold_card_img div {
	color: #976f1b;
}
.red_card_img div {
	color: #D3090C;
}
.saison_card_img div {
	color: #0f218b;
}
.gold_card ul li span, .saison_card ul li span {
	font-weight: bold;
}

/*//カード券面おわり//*/


/*ポイント付与について*/

.issue {
	display: inline-block;
	margin-top: 2%;
	padding: 1%;
	border: 2px solid #333333;
}


/*ポイント付与についておわり*/


ol li,.comment p,.point2>ul>li {
	padding-left: 1em;
	text-indent: -1em;
}

ol {
	margin: 2% 0 0;
	font-size: 85%;
}

h2 {
	padding: 1.5% 2%;
color: #896D2C;
	font-size: 130%;
	font-weight: bold;
	background-color: #ffe5e5;
box-shadow: 0px 10px 10px -9px rgba(0,0,0,0.5);
}

h2 span {
font-size: 150%;
font-weight: bold;
}

h3 {
	margin: 5% 0 2%;
	padding: 1.5% 2%;
color: #896D2C;
	font-size: 130%;
	font-weight: bold;
	background-color: #E9E0CE;
}

h4 {
margin: 7% 0 4%;
padding: 0 0 1% 1em;
text-indent: -1em;
font-size: 160%;
border-bottom: 2px solid #333333;
}


/*//期間限定//*/

.limited {
margin: 5% 0 0;
padding: 3%;
background-color: #ecf4d9;
border-radius: 10px;
}

/*.limited>h4 {
margin: 0% 0 3%;;
color: #FF6716;
border-bottom: none;
}*/

h5 {
margin: 4% 0 0.5%;
padding-bottom: 0.5%;
font-size: 120%;
font-weight: bold;
border-bottom: 1px solid #333333;
}

h6 {
	margin: 2% 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

.subttl {
	margin: 1% 0 0;
	font-weight: bold;
}

.limited>p>span {
font-size: 150%;
color: #EB2124;
}

.limited .txSms {
margin-top: 2%;
padding-left: 1em;
text-indent: -1em;
font-size: 90%;
}

.note {
margin-top: 5%;
padding-left: 1em;
text-indent: -1em;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.fwB {
	font-weight: bold;
}

.cpBanner {
text-align: center;
}


/*//期間限定END//*/

section span {
	font-weight: bold;
}

.gold {
	color: #A28F42;
	font-size: 120%;
}

.red {
	color: #D3090C;
	font-size: 180%;
}

.pointBtn a {
	width: 335px;
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #606060;
	border-radius: 5px;
	padding: 12px;
	position: relative;
}

.pointBtn a::after {
	content: "";
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	right: 15px;
}

.comment {
	margin-top: 2%;
}


.point>p>span,.point2>p>span {
	font-size: 115%;
}
.point>p,.point2>ul {
	margin-bottom: 2%;
}

.point2>ul:nth-of-type(2)>li:nth-last-of-type(-n+2),
.point2>ul:nth-of-type(4)>li:nth-last-of-type(-n+2) {
	margin-top: 0.5%;
	font-size: 90%;
}

.txRed {
	color: #e40003;
	text-decoration: underline;
}



footer{
	max-width: 100%;
	margin:4% auto 3%;
	padding:2%;
	color:#000;
	font-size: 90%;
	text-align:center;
}


/*//スムーススクロール//*/


.topbutton {
	max-width: 100%;
}

#page-top {
	position: fixed;
	bottom:10%;
	right: 4%;
	font-size: 120%;
}


#page-top a {
	background:rgba(147,146,146,0.78);
	text-decoration: none;
	color: #fff;
	padding: 20px 20px;
	width: 15px;
	height: auto;
	border:none;
	border-radius: 50%;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

#page-top a:hover {
	text-decoration: none;
	background: rgba(147,146,146,0.78);
}

/*//スムーススクロールおわり//*/
