@charset 'UTF-8';

/* ===== base settings ===== */
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-size: 85%;
	-webkit-text-size-adjust: 100%;
}

body {

  color: white;
}
.img_responsive {
	max-width: 100%;
	height: auto;
}

#body_contents{
  background-color: #242424;
}

.site_header{
  background: #f2006e;
  text-align: center; 
}
.reave_box a{
  color: #ff890c;
}
.index_shop_deta{
  background: #f2006e;
  padding: 5px;
}
footer{
  background: #f2006e;
  text-align: center;
}
footer a{
  color: #fff;
}
.open_time{
  color: #46A0FF;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.tel{
  background: #000;
  text-align: center;
  border-radius: 8px;
  width: 95%;
  margin: 0 auto 5px;
  padding: 5px 0;
  font-size: 1rem;
}
.tel a{
  text-decoration: none;
  color: white;
}
aside{
  text-align: center;
  margin: 5px 0;
}

.index_enter_box{
  text-align: center;
}
.index_enter_box ul{
  margin: .5rem 0;
}
.index_enter_box .enter,
.index_enter_box .of_enter,
.index_enter_box .leave{
  width: 80%;
  margin: 0 auto;
}
.index_enter_box .enter a{
  display: block;
  width: 100%;
  height: 50px;
  background:url("/sp/images/index/enter.png") no-repeat;
  background-color: #FF219E;
  font-size: 2.2rem;
  color: #fff;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: .5rem;
  border: solid 3px #d3fdf1;
}
.index_enter_box .of_enter a{
  display: block;
  width: 100%;
  height: 50px;
  background: url("/sp/images/index/of_enter.png") no-repeat right;
  background-color: #FF219E;
  font-size: 2.2rem;
  color: #fff;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: .5rem;
  border: solid 3px #d3fdf1;
}
.index_enter_box .leave a{
  color: #fff;
  font-size: 1.5rem;
}
.index_enter_box .leave{
  background-color: #4563FF;
  height: 25px;
}
.index_enter_box li {
  list-style: none;
}
.index_enter_box a{
  text-decoration: none;
}
.index_foot{
  font-size: 0;
}
.index_foot img{
  width: 100%;
}
.group_box h3{
  background: #f2006e;
  padding: 5px;
  margin: 0;
  color: #242424;
}
.group_box .contents_box{
  margin-top: 5px;
  margin-bottom: 15px;
}
.group_box .contents_box a{
  display: block;
  font-size: 0;
}
.group_box .contents_box .group_text{
  background: rgba(255, 255, 255, .6);
  color: #333;
  padding: 0 0 5px;
  text-align: center;
}
.group_box .contents_box a.magazine_btn{
  text-align: center;
  margin: 10px 0 10px;
  padding: 0 0 5px;
  font-size: 14px;
  background: #3891e3;
  border: 1px solid #ccc;
  width: 70%;
  display: inline-block;
  text-decoration: underline;
  box-shadow: 2px 2px #757575;
}
.caution {
  border: 3px double #ffffff;
  padding: 5px 10px;
  background: #fd4d02;
  text-align: left;
  line-height: 1.4;
}
.caution h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 5px 0;
  background: transparent;
}
.details{
  background-color: #f2006e;
}
.twitter_frame{
  border: solid 5px #2CA7E0;
  border-radius: 8px;
  margin: 10px 0;
  overflow: auto;
}


/* index-button */
.btn--orange, a.btn--orange {
  color: #000;
  background-color: #ffffff;
}

a.btn--radius {
  border-radius: 100vh;
}

.group_box .contents_box a {
  display: block;
  font-size: 0;
  font-size: 12px;
  margin-bottom: 0.5vh;
}


.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.2vh 0rem;
  cursor: pointer;
  width: 34%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  font-size: 12px;
}

/* index-button */
.skiptranslate {
  display: none;
}
body {
  top: 0px !important; 
}