@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html,body {
	font-family:  'Noto Sans JP', 'Open Sans', sans-serif, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic';
	background-color:#d80c18;
	text-decoration:none;
	font-weight:normal;
	color:#222;
	font-size: 62.5%;
	width:100%;
	overflow-x: hidden;
}

html,body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	max-width : 100% ;
	height : auto ;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

img,a {
	border-style:none;
	outline:none;
}

a:link,a:visited,a:hover {
	text-decoration:none;
	color:#333;
}

@media screen and (min-width: 668px) {
.pchide {
	display:none;
}
}

@media screen and (max-width: 668px) {
.sphide {
	display:none;
}
}

header {
	background-color:#fff;
}

@media screen and (min-width: 668px) {
div#page {
	width:1000px;
	margin:0 auto;
}

}

@media screen and (max-width: 668px) {
div#page {
	width:96%;
	margin:0 auto;
}

}
/*メインここから*/
/*top_contents*/
div#top_contents {
	color:#fff;
	padding:0 0 40px;
	text-align:center;
}

div#top_contents h2 {
	text-align:center;
}

div#top_contents h1 {
	text-align:center;
}

div#top_contents p img {
	margin:40px 0 30px;
}

div#top_contents p {
	font-size:1.4rem;
}

@media screen and (min-width: 668px) {
div#top_contents {
	width:1000px;
	margin:0 auto;
	text-align:center;
}

div#top_contents h2 {
	font-size:4.4rem;
	font-weight:600;
	padding:30px 0 30px;
}
}

@media screen and (max-width: 668px) {
div#top_contents p img {
	width:80%;
	margin:10px auto;
}

div#top_contents h2 {
	font-size:3.4rem;
	font-weight:600;
	padding:20px 0 30px;
}
}

/*shop_target*/
div#shop_target {
	color:#fff;
	padding:0 0 40px;
}

div#shop_target_in {
	background-color:#fff1ac;
	color:#222;
	padding:14px 30px;
	font-size:1.4rem;
}

div#shop_target_in h3 {
	font-weight:bold;
	text-align:center;
	margin:0 0 10px;
	font-size:1.7rem;
}

div#shop_target_in ul li {
	margin:0 0 4px;
}

@media screen and (min-width: 668px) {
div#shop_target_in {
	width:1000px;
	margin:0 auto;
}
}

@media screen and (max-width: 668px) {
div#shop_target_in {
	width:96%;
	margin:0 auto;
}

}

/*card*/
div#card {
	margin:0 0 30px;
}

div#card div.card_inner {
	background-color:#fff;
	padding:10px 10px 20px;
}

div#card div.card_inner h4 {
	text-align:center;
	font-size:1.7rem;
	margin:0 0 10px;
	font-weight:bold;
}

div#card div.card_inner table {
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
	width:100%;
}

div#card div.card_inner h5 {
	background-color:#eee;
	border:2px #666 solid;
	padding:8px 8px;
	text-align:center;
	font-size:1.6rem;
	margin:0 0 10px ;
}

div#card div.card_inner h5 i {
	font-size: 60%;
	vertical-align: middle;
}

div#card div.card_inner p {
	font-size:1.4rem;
}

@media screen and (min-width: 668px) {
div#card > div {
	float:left;
}

div#card div.card_inner {
	width:48%;
	margin:0 4% 0 0;
}

div#card div.card_inner:last-child {
	margin:0;
}

div#card div.card_inner table tr.card_img td {
	height:124px;
	vertical-align:middle;
}

div#card div.card_inner table tr.card_txt td {
	padding:4px 0 14px;
	vertical-align:top;
}

div#card div.card_inner a:hover {
	text-decoration:underline;
}
}

@media screen and (max-width: 668px) {
div#card div.card_inner {
	width:96%;
	margin:0 auto 20px;
}

div#card div.card_inner h5 {
	font-size:1.4rem;
}

div#card div.card_inner table tr.card_img td img {
	width:90%;
}

div#card div.card_inner table tr.card_img td img#sakurapandacard {
	width:76%;
}

div#card div.card_inner table tr.card_txt td {
	padding:4px 0 14px;
}
}

/*gold_card*/
div#gold_card {
	background-color:#fff;
	color:#222;
	text-align:center;
	padding:0 0 20px;
	margin:0 0 30px;
}

div#gold_card h5 {
	padding:20px 0 20px;
	margin:0 0 20px;
	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}

div#gold_card table {
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
}

div#gold_card table tr.card_img td {
	padding:4px 0 0;
}

div#gold_card table tr.card_txt td {
	padding:4px 0 16px;
}

@media screen and (min-width: 668px) {
div#gold_card table {
	width:80%;
	margin:0 auto;
}

	div#gold_card table tr.card_img td  {
		width:33%;
	}
	
div#gold_card table img {
	width:170px;
}
}

@media screen and (max-width: 668px) {
div#gold_card h5 img {
	width:96%;
	margin:0 auto;
}

div#gold_card table tr.card_img td {
	padding:0;
}
	
div#gold_card table tr td img {
	width:70%;
}

div#gold_card table tr.col2 td img {
	width:36%;
}
div#gold_card table tr.card_txt td {
	padding:0 0 6px;
}
}

/*footer*/
footer {
	background-color:#fff;
	padding:20px 0;
}

#copyright {
	padding:20px 0;
}

@media screen and (min-width: 668px) {
footer >div {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
}

