@charset "UTF-8";
html{
  padding:5% 0 0 0;
  height: 100%;
  width: 100%;
}
body{
  padding-top: 150px;
  font-family: "游ゴシック","arial unicode ms",sans-serif;
  background-color:#FFFF66;
  font-size: 1.4em;
  color:#000066;
}
header#fixed{
  background-color:#FFFF66;
  position: fixed;
  width:100%;
  top: 0;
  z-index: 10000;
}
p#vw {
  font-size: 5vw;
}
p#vh {
  font-size: 5vh;
}
/* タイトルのボックスの配色など　*/

.titlebox{
  width:100%;
  margin:0 auto;
  text-align:center;
  border-radius:12px 12px 12px 12px;
}
.titlebox img{
  width:70%;
}
/* メニューリストの作成について */
.menubox{
  background-color:#222200;
  width:100%;
}
/* メニューの作成について */
.menu{
  border-bottom:5px solid #FFB366;
  position:relative;
}
.menu ul{
  position:absolute;
  left:10%;
  display:table;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
}
.menu ul li{
  display: table-cell;
  min-width: 50px;
background-color:
}
.menu ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #555;
}
.menu ul li.current{
  font-weight: bold;
  border-top: 5px solid #6666FF;
}
.menu ul li.current a{
  color: #66B3FF;
}
.menu ul li a:hover{
  color: #0089BB;
  background-color:  #FFB3B3;
}
.menu ul li:hover{
  border-top: 5px solid #F8E750;
}
/* 写真を装飾しよう */
.slidebox{
  width:100%;
  height:50%;
  margin:0 auto;
  text-align:center;
}
/* 締切の画像をセット */
.deadline{
  margin:0 auto;
  width:100%;
}
/* メインビックボックスの設定 */
.mainbox{
  width:100%;
}
/* 検索窓の仕様 */




/* お問い合わせボックスの設定 */
.information{
  font-family: "游ゴシック","arial unicode ms",sans-serif;
  font-weight: bold;
  width:90%;
  margin:0 auto;
}
.information img{
  width:100%;
}
.information_box{
  width:90%;
  background-color:#FFFFB3;
  /* 背景色 */
	border-radius:12px 12px 12px 12px;
  box-shadow:1px 1px 6px 0px #ccc;
  -moz-box-shadow:1px 1px 6px 0px #ccc;
  -webkit-box-shadow:1px 1px 6px 0px #ccc;
  -o-box-shadow:1px 1px 6px 0px #ccc;
  margin: 20px 5px 0 auto;
  /* 外側の余白 上下・左右 */
	padding: 30px 20px 20px 20px;
  /* 内側の余白 上・右・下・左 */
	position: relative;
  z-index: 0;
}
.information_box::after{
  background-color: #80BFFF;
  /* マステ部分の色1 */
	background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  border-left: 2px dotted rgba(255,255,255,0.9);
  border-right: 2px dotted rgba(255,255,255,0.9);
  box-shadow: 0 0 5px rgba(255,255,255,0.5);
  content: 'お問い合わせ';
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 20px;
  color: #292E33;
  /* マステ部分文字色 */
	text-align: center;
  position: absolute;
  top: -10px;
  left: 20px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
/* さぶぺーじのタイトルは小さくしたい */
.subp_titlebox img{
  width:20%;
}
/* snsｷｬﾝﾍﾟｰﾝページ */
.snstitle{
  width:90%;
  margin: 0 auto;
  text-align:center;
}
.snstitle img{
  width:80%;
}
.campaign_box{
  margin:0 auto;
  background-color:#FFFFFF;
  border-radius:18px 18px 18px 18px;
  width:90%;
  padding:0 1em 0.5em 1em;
}
/*　小見出し */
.sns_midasi{
  background: linear-gradient(transparent 70%, #7B68EE 70%);
  text-align:center;
}
/* ルール記載のボックス */
#entry_box{
  margin:0 auto;
  background-color:#FFFFE0;
  border-radius:18px 18px 18px 18px;
  width:90%;
  padding:0 1em 0.5em 1em;
}
#entry_box ol{
  counter-reset:number;
  /*数字をリセット*/
	list-style-type: none!important;
  /*数字を一旦消す*/
	padding:0;
}
#entry_box ol li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #316380;
  margin-bottom: 5px;
}
#entry_box ol li::before{
  /* 以下数字をつける */
	position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
	display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}
/* 景品関係の飾りボックス */

.prize_big_box{
  margin:0 auto;
  background-color:#DAEEEE;
  border-radius:18px 18px 18px 18px;
  width:90%;
  padding:0 1em 0.5em 1em;
}
.prize_box{
  background:#FFFFFF;
  border: 2px solid #0094D6;
  border-radius: 10px;
}
.prize_box h3{
  background: #0094D6;
  color: #FFF;
  text-align: center;
  margin: 0;
}
.prize_box .prize_inner{
  padding: 0.5em;
}
/* 賞品のお渡し */
#gift_box{
  margin:0 auto;
  background-color:#FAF0E6;
  border-radius:18px 18px 18px 18px;
  width:90%;
  padding:0 1em 0.5em 1em;
}
#gift_box ul{
  list-style:none;
}
#gift_box ul li::before{
  content: "●　";
  color:#5787b7;
}
#detail_box{
  width:90%;
  background:#CECECE;
  padding:0 1em 0 1em;
  margin:0 auto;
}
/* 文字の強調シリーズ */
.str{
  display       : inline-block;
  /* ブロック化              */
	font-weight   : bold;
  /* 太字                    */
	border-bottom: 2px solid #ff7f00;
  /* 下線                    */
	color: #880000;
/* 文字色                  */
	  font-size: 1.4em;
}
.storelist_box{
  width:100%;
  margin:0 auto;
  text-align: center;
}
.storelist_tbl{
  width:60%;
  margin:0 auto;

}

.storelist_tbl tr{
  border-radius:18px 18px 18px 18px;
}


/* ここからレスポンシブ対応系を作成 */
.storelist_tbl table{
  table-layout:fixed;
  font-size: 1.2em;
  border-collapse: collapse;
  width:100%;
  margin:0 auto;
  background:#FFFFFF;
}
 .storelist_tbl th,td{
  text-align: center;
  border: 1px solid #ddd;
 background:#FFFFFF;
}
.storelist_tbl th{
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}



@media screen and (max-width: 300000px) {
 .storelist_tbl .heading{
  display: none;
}

.storelist_tbl td{
  display: block;
}

.storelist_tbl td::before{
  content: attr(data-label);
  font-size: .875rem;
  color: #666;
  display: block;
  margin-bottom: 0.25rem;
}

.storelist_tbl .store_name{
  background: #eee;

}
/* レスポンシブ終了 */


/* フォームの装飾 */

input[type="text"]{
    padding: 1% 1% 1% 1%;
    margin: 1% 0 1% 0 ;
    border: 5px solid rgb(14, 50, 56);
    box-sizing: content-box;
    width: 50%;
    border-radius: 4px 4px 4px 4px;
    font-size: 110%;
  }

input[type="button"]{
  cursor: pointer;
  border: none;
  background: #3879D9;
  color: #fff;
  outline : none;
  height: 2.2em;
}

/* ページトップに戻るボタン */
#page_top{
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a{
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover{
    background-color: #666;
    text-decoration: none;
}

.click_box{
	text-align:center;
	margin:0 auto ;
	padding: 0;
}

.clickbox_show{
	padding: 0;
	text-align:left;
	width:100%;
	background:#efefef;
	margin:0 auto ;
}

.clickbox_show p{
	padding: 2%;
}

.clickbox :hover{
    background: #efefef;
}

.clickbox input{
    display: none;
}

.clickbox .clickbox_show{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.clickbox input:checked ~ .clickbox_show{
    padding: 10px 0;
    height: auto;
    opacity: 1;
}