@charset 'UTF-8';

/* ===== base settings ===== */
html, body {
	width: 100%;
	height: 100%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 85%;
	-webkit-text-size-adjust: 100%;
}

body {

  color: #333;
}
.img_responsive {
	max-width: 100%;
	height: auto;
}

#body_contents{
  /*background: url(../images/footer/footer.jpg);*/
}

.site_header{
  background: #b39445;
  color: #fff;
  text-align: center;
}
.index_shop_deta{
  background: #b39445;
  color: #fff;
  padding: 5px;
}
footer{
  background: #b39445;
  color: #fff;
  text-align: center;
}
footer a{
  color: #fff;
}
.open_time{
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.tel{
  background: #000;
  text-align: center;
  width: 90%;
  margin: 0 auto 5px;
  padding: 2px 0;
  font-size: 1.4rem;
}
.tel a{
  color: #fff;
  text-decoration: none;
}
aside{
  text-align: center;
  margin: 5px 0;
}

.index_enter_box{
  text-align: center;
  /*background: url(../images/index/foot_img.png)no-repeat center bottom -11px;*/
  /* height: 210px; */
  background-size: 100%;
}
.index_enter_box .enter,
.index_enter_box .of_enter{
  width: 80%;
  margin:0 auto;
  padding: 5px 0 0;
}
.index_enter_box .enter a,
.index_enter_box .leave a{
  display: block;
  z-index: 999;
}
.index_enter_box .enter a,
.index_enter_box .of_enter a,
.index_enter_box .leave a{
  text-decoration: none;
  display: block;
  z-index: 999;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.index_enter_box .enter a{
  background: url("../images/index/enter_H.png") no-repeat;
  background-color:#A01C33 ;
  color: #fff;
  font-size: 2rem;
  height: 40px;
  margin-bottom: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: solid 3px #ff6332;
}
.index_enter_box .of_enter a{
  background-color:#A01C33 ;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 2rem;
  border: solid 3px #ff6332;
}
.heaven-enter-dc.is_first{
  margin-top: 4%;
}
.heaven-enter-dc.is_last{
  margin-bottom: 4%;
}
.heaven-enter-dc a{
  background-color: transparent;
  width: auto;
  height: auto;
}
.index_foot{
  font-size: 0;
  position: relative;
}
.index_foot img{
  width: 100%;
  position: absolute;
  top: -190px;
}
.group_box h3{
  background: #21C396;
  color: #fff;
  padding: 5px;
  margin: 0;
}
.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: 5px;
  text-align: center;
}

.caution {
  border: 3px double #ffffff;
  padding: 5px 10px;
  background: #b39445;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}
.caution h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 5px 0;
}

aside{
  text-align: center;
}
.magazine_btn{
  text-align: center;
  margin: 10px 0 10px;
  padding: 0 0 5px;
  font-size: 1.2rem;
  background: #ff2e2e;
  border: 1px solid #ccc;
  width: 70%;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  box-shadow: 2px 2px #757575;
}
.magazine_btn:hover{
  background: #ff89bd;
}



/* index-button */
.btn--orange, a.btn--orange {
  color: #000;
  background-color: #b39445;
}

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: white;
  font-size: 12px;
}
.heaven-enter-dc img {
  width: 100vw;
}
/* index-button */