
@media screen and (min-width:1024px){

	.sp {
		display: none;
	}

}
@media screen and (min-width:768px) and (max-width:1023px){

	.sp {
		display: none;
	}

	.present {
		width: 100%;
	}

	main {
		width: auto;
	}

	.lead {
		font-size: 120%;
	}
	h1 {
		font-size: 300%;
	}

	.gold_card ul li, .red_card ul li {
		width: 50%;
	}

	.gold_card ul li:first-child, .red_card ul li:first-child, .saison_card ul li:first-child {
		width: 40%;
		margin: 4% 4% 0 0;
	}

	.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: 56%;
		margin-top: 2%;
	}


	/*section p,ol,.comment {
		padding: 0 2%;
	}*/

}

@media screen and (min-width:541px){

	.sp {
		display: none;
	}

}

@media screen and (max-width:540px){

	/*//期間限定//*/
	h5 {
		margin: 6% 0 3% 0;
		font-size: 100%;
	}

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

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

	.limited p {
		font-size: 90%;
	}

	.txSms,.limited p.txSms {
		font-size: 80%;
	}

	.note {
		margin-top: 9%;
	}

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

	.fwB {
		font-weight: bold;
	}

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



	/*　ハンバーガーボタン　*/
	.hamburger {
	display : block;
	position: fixed;
	padding: 5% 0 0;
	z-index : 3;
	right : 0px;
	top   : 0px;
	width : 100%;
	height: 65px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	background-color: #0184b8;
	box-shadow: 0px 8px 8px -5px rgba(0,0,0,0.5)
	}

	.hamburger>ul>li:first-child {
		font-size: 95%;
		line-height: 1.3;
	}
	.hamburger>ul>li:first-child>span {
		font-size: 140%;
	}

	.hamburger.active {
		background-color: #58c4f2;
	}

	.hamburger>ul>li>strong {
		line-height: 1.3;
		margin: 2% auto 0;
		padding: 2% 0;
		width: 70%;
		border-radius: 5px;
		color: #84500f;
		font-size: 120%;
		font-weight: bold;
		border: 4px double #84500f;
		background-color: #FFFAF7;
	}


	/*.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	right    : 6px;
	background : #555;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition   : 0.5s ease-in-out;
	transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	top: 30px;
	}
	.hamburger span:nth-child(2) {
	top: 40px;
	}
	.hamburger span:nth-child(3) {
	top: 50px;
	}*/


	.hamburger>ul>li:nth-of-type(2)>.icon>span {
		top: 4px;
		right: 0;
		display: inline-block;
		vertical-align: middle;
		color: #333;
		line-height: 1;
		width: 1.2em;
		height: 0.2em;
		background: currentColor;
		border-radius: 0.1em;
		position: relative;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition   : 0.5s ease-in-out;
		transition        : 0.5s ease-in-out;
	}

	.hamburger>ul>li:nth-of-type(2)>.icon>span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
	}

	.hamburger>ul>li:nth-of-type(2)>.icon {
		position: absolute;
		background-color: #ffffff;
		display: inline-block;
		top: 25px;
		right: 7px;
		width: 35px;
		height: 35px;
		border-radius: 5px;
	}



	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
	top : -95px;
	right: -160px;
	-webkit-transform: rotate(315deg);
	-moz-transform   : rotate(315deg);
	transform        : rotate(315deg);
	}

	/*.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	top: -50px;
	-webkit-transform: rotate(-315deg);
	-moz-transform   : rotate(-315deg);
	transform        : rotate(-315deg);
	}*/

	nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	overflow: scroll;
	}

	nav.globalMenuSp>ul {
	background: #fffdfb;
	margin: 0% auto 0;
	padding: 0;
	width: 100%;
	}

	nav.globalMenuSp>ul:first-child {
	margin: 18% auto 0;
	}

	nav.globalMenuSp>ul>li {
	list-style-type: none;
	padding: 4% 2% 5% 2%;
	max-width: 100%;
	text-align: left;
	}
	/*nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	}*/
	/*nav.globalMenuSp>ul>li:hover{
	background :#ddd;
	}*/


	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	transform: translateY(0%);
	}

	.benefits {
		margin: 5% 0 2%;
	}

	.globalMenuSp>ul>li>ul>li>ul>li {
		padding-left: 1em;
		text-indent: -1em;
	}


	.pc {
		display: none;
	}

	header img {
		width: 40%;
	}

	.menu {
		width: 100%;
		height: 100%;
		overflow: scroll;
	}


	.tx {
		margin: 7% 0 4%;
		text-align: center;
		font-size: 115%;
		font-weight: bold;
	}


	main {
		width: auto;
		/* margin-top: 30%; */
	}

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

	.lead {
		font-size: 100%;
		font-weight: bold;
	}

	h1 {
		width: 100%;
		margin-top: 1%;
		font-size: 190%;
	}

	.benefits>p {
		margin: 5% 0 3%;
		font-size: 115%;
	}

	h3 {
		margin: 5% 0 3%;
		padding: 2%;
		font-size: 110%;
	}

	h4 {
		font-size: 120%;
		border-bottom: 1px solid #333333;
	}

	.contents {
		margin: 2% 0 0;
		padding: 5% 2%;
	}

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


	.gold_card ul,.red_card ul,.saison_card ul {
	display: inline-block;
	}

	.gold_card>ul>li:nth-of-type(1),.red_card>ul>li:nth-of-type(1),.saison_card>ul>li:nth-of-type(1) {
		width: 65%;
		margin: 0 0 0 22%;
	}

	.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: 100%;
	}


	.gold_card>ul>li>p.ttl,.red_card>ul>li>p.ttl,.saison_card>ul>li>p.ttl {
		margin: 3% 0;
		text-align: center;
		line-height: 1.4;
		font-size: 130%;
	}

	.gold_card ul li a,.red_card ul li a,.saison_card ul li a,.txSm {
		text-align: center;
		display: block;
	}

	.gold_card ul li:nth-of-type(2),.red_card ul li:nth-of-type(2),.saison_card ul li:nth-of-type(2) {
		margin-top: 0%;
	}

	.gold {
		font-size: 110%;
	}

	.red {
		font-size:160%;
	}

	section p,ol li,.comment {
		margin: 0 2%;
	}

	section p {
		font-size: 100%;
	}

	ol {
		margin-top: 5%;
		font-size: 80%;
	}

	.pointBtn {
		width: 95%;
		margin: 0 auto;
		padding: 2%;
	}
	.pointBtn a {
		width: 100%;
		font-size: 120%;
		box-sizing: border-box;
	}
	.pointBtn a::after {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 12px;
	}

	.comment {
		margin-top: 0;
		font-size: 80%;
	}

	.cardP>li {
		margin-bottom: 7%;
		padding-top: 7%;
		border-top: 1px solid #ffd1d1;
	}

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

	strong {
		display: block;
		font-weight: bold;
		text-align: center;
		margin: 2% 0 2%;
	font-size: 80%;
	}

	footer {
		font-size: 50%;
	}


	#page-top a {
		padding: 15px 15px;
	}

	.logo {
		width: 60%;
		margin: 0 auto;
	}

	.issue {
		display: inline-block;
		margin-top: 2%;
		padding: 1%;
		font-size: 80%;
		border: 2px solid #333333;
		background-color: #ffffff;
	}

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

	.card_img {
		margin: 0 auto !important;
	}
	.card_img div {
		font-size: 110%;
		padding-left: 0;
		text-align: center;
		max-width: none;
	}
	.card_img div span {
		font-size: 111%;
	}

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

}

@media screen and (max-width:320px){

	/*   main {
		margin-top: 30%;
	} */

	.present {
		font-size: 90%;
	}

	.lead {
		font-size: 70%;
	}

	h1 {
		font-size: 160%;
	}

	.gold_card>ul>li>p:nth-of-type(2), .red_card>ul>li>p:nth-of-type(2), .saison_card>ul>li>p:nth-of-type(1) {
		font-size: 125%;
	}

	h2 {
		font-size: 100%;
	}

	h2>span {
		font-size: 120%;
	}

	h2:after,h2.open:after {
		top: 35px;
		right: 15px;
		width: 20px;
		height: 20px;
	}

	h3 {
		padding: 2%;
		font-size: 100%;
	}

	strong {
		font-size: 95%;
	}

	section p, ol li, .comment {
		margin: 4% 2%;
	}

	.hamburger>ul>li>strong {
		font-size: 100%;
	}


	/*//ハンバーガーメニュー//*/

	.hamburger {
		height: 65px;
	}

	.hamburger>ul>li:first-child {
		font-size: 100%;
	}

	.hamburger.active span:nth-child(1) {
		top: 0px;
		right: 0px;
	}
	.hamburger>ul>li:nth-of-type(2)>.icon>span {
		top: 4px;
		right: 0px;
	}

	.hamburger>ul>li:nth-of-type(2)>.icon {
		top: 8px;
	}

	nav.globalMenuSp>ul:first-child {
		margin: 22% auto 0;
	}

	h4 {
		font-size: 105%;
	}

	.txSm_sp {
		font-size: 80%;
	}

}
