@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
Reset
---------------------------------------------*/
*{ margin: 0; padding: 0; font-size: 62.5%;}
html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

h1, h2, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0; font-size:1.6rem;}

/*---------------------------------------------
Style
---------------------------------------------*/

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-weight:bold;
	background:#e5002d;
}

header{
	position:relative;
	padding: 0;
}

.hdttl_wrap{
	position:relative;
	max-width: 1000px;
	margin:0 auto;	
}

.kira{
	position:absolute;
}

.kira.left{
	top:30%;
	left:12%;
	width:10%;
}

.kira.rigth{
	top:30%;
	right:12%;
	width:10%;
}

.hd_txt{
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	color: #fff;	
}

#wrapper{
    padding: 0 5% 72px 5%;
}

.logo{
    position: absolute;
    top: 2%;
    left: 1%;
    width:10%;
}

.box_900{
	max-width:900px;
	margin:0 auto;
	padding:0 5%;
}

.ranking {
max-width: 900px;
margin: 10px auto;
display: block;
}

.ranking img {
	margin-bottom: 10px;
}

.details_wrap{
	margin-bottom:24px;
}

.dlwrap{
	border-bottom:2px solid #eee;
    margin: 16px 0;

}

.dl_ttl{
    padding: 8px 0;
    font-size: 2rem;
}

.sec01{
	padding:5px 5%;
    background-color: lightgoldenrodyellow;
    border-radius: 20px;
}

.sec02{
	margin-top: 30px;
	padding:20px 5%;
    background: #fff;
    border-radius: 20px;
}


.sec01 dl{
	display:flex;
    justify-content: left;
	padding: 16px 0;
border-bottom: 1px dotted #9e9e9e;
}

.sec01 dl:last-child{
	padding-bottom:16px;
	border:none;
}

/*.sec01 dl:nth-of-type(even){
	padding-top:8px;
}

.sec01 dl:nth-of-type(odd){
	padding-bottom:8px;
}*/

.sec01 dt{
min-width: 20%;
    padding: 8px 0;
display: flex;
    align-items: center;
    justify-content: center;
}

.sec01 dd{
    text-align: left;
    padding-left: 1em;
display: flex;
    justify-content: center;
    align-items: center;
}

.chirashi{
text-align: center;
font-size: 24px;
color: #fff;
}

.chirashi2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
	}

/* =========================================================
ボタン
========================================================= */
.sec_btn {
	margin: 0 auto;
  }
  
  .btn_margin {
	margin: 3rem
  }
  
  .btn {
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 5px;
	  color: #000;
	  font-size: 2.2rem;
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  text-decoration: none;
	  transition-duration: 0.3s;
	  padding: 1rem 0;
	  max-width: 500px;
	  margin: 0 auto;
  }
  
  .btn_size{
	  font-size: inherit;
	  width: 100%;
  }
  
  .btn:before{
	  content: '';
	  width: 10px;
	  height: 10px;
	  border: 0;
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 18px;
	  margin-top: -5px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
  }
  /* color botan */
  
  .clr_btn {
	background: #fff000;
	border: 1px solid #000;
  }
  .clr_btn:before {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
  }
  .clr_btn:hover {
	background: #fff;
	color: #f00;
  }
  .clr_btn hover:before {
	border-top: 2px solid #f00;
	border-right: 2px solid #f00;
  }
  
	  /* スマホ縦（520px以下） */
	@media screen and (max-width: 520px) {
	  .btn {
		font-size: 1.3rem;
	  }
  
	}
  
  
/*---------------------------------------------
フッター
---------------------------------------------*/

footer{
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
	font-size: 90%;
}

footer a{
	color: #fff;
	text-decoration: none;
}


footer address{
	color: #fff;
}

.for_sp{
	display:none;
	margin:0 auto;
}

.for_pc{
	display:block;
	margin:0 auto;
}

/* 以下、スマホ表示調整が必要な場合に使用※不要な場合は削除 */

@media screen and (max-width: 768px){

*{ margin: 0; padding: 0; font-size: 43%;}

header{
	padding: 30px 0 0 0;
	background-image: none;
}

.kira{
	display: none;
}

.logo {
    top: 3%;
    left: 2%;
    width: 15%;
}

.header_date {
	padding: 8px 0 0 0;
}

.hd_txt{
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	color: #fff;	
}

#wrapper {
    padding: 0 5% 40px 5%;
}

.details_wrap {
    margin-bottom: 16px;
}

.card {
margin :10px 0 10px 0;
}

.chirashi{
	text-align: center;
	font-size: 16px;
	color: #fff;
	}

.chirashi2{
		text-align: center;
		margin-bottom: 20px;
		font-size: 10px;
		color: #fff;
		}
/*---------------------------------------------
取り扱い店舗
---------------------------------------------*/
.sec01 {
    padding: 2px 5%;
}

.sec01 .ttl{
	text-align:center;
}

.sec01 dl{
	display:block;
	padding: 8px 0;
	border:none;
}

.sec01 dt{
    padding: .5rem 0;
	margin-bottom:1rem;
}

.sec01 dd{
    justify-content: left;
    padding: 0 1.5em;
}


/*---------------------------------------------
フッター
---------------------------------------------*/
	footer{
		padding:10px 0;
	}

	footer a{
	font-size: 0.5em;
	}
	
	#page-top a{
	margin: 0 -10px 0 0;
	}

	.for_sp{
		display:block;
	}

	.for_pc{
		display:none;
	}

}
