/* ===== index専用css ===== */
@charset 'UTF-8';

/* 共通 */
* {
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

body {
  font-size: 85%;
  /*background: #FF5096; /* F横 */
  /* background: #FF5096;*//* F厚 */
  /* background: #FF5096;*//* F町 */
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.is_left{
  float: left;
}
.is_right{
  float: right;
}
ul[class*="colum"]{
  width: 100%;
}
ul[class*="colum"] li{
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffd229;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
body{
  width:100%;
  height:auto;
  margin: 0;
}
.wrapper{
  /* background:url("../images/index/main_visual.jpg") center top no-repeat; */
}
h1.text_h1{
  font-size: .9rem;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
header {
	width: 100%;
  background: #3c3c3c;
  height: 24px;
  line-height: 24px;
}
header .container{
  width: 960px;
  margin: 0 auto;
}
header p{
  margin: 0;
  color: #fff;
}
header .is_left{
  font-weight: bold;
}
header a{
  color: #fff;
}
header .login-btn{
  text-decoration: underline;
}
.main_visual{
  /* height: 764px;
  width: 1200px; */
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.btn_box{
  position: absolute;
  top: 14%;
  width: 100%;
  height: 100%;
}
.years_btn{
  display: none;
  text-align: center;
  position: absolute;
  left: 48%;
  top: 0;
  }
.enter_area {
  position: absolute;
  bottom: 30px;
}
.enter_area .enter,
.enter_area .leave {
}
.enter_btn{
  width: 100%;
  text-align: center;
  display: table;
}
/* .enter_btn img{
  width: 35%;
} */
.enter_btn div{
  /* display: table-cell;
  vertical-align: bottom; */
  display: inline-block;
  /* width: 50%; */
}
.enter_btn div:nth-child(1){
  width: 100%;
  text-align: center;
  /* padding-right: 30px; */
}

.enter_btn div:nth-child(2){
  /* width:660px;
  text-align: center; */
  text-align: left;
  /* padding-left: 30px; */
  /* position: absolute; */
  z-index: 10;
  bottom: 0;
  /* left: 35%; */
}
.enter_btn div:nth-child(3){
  width: 270px;
}
.enter{
  display: inline-block;
  width: 250px;
  height: 140px;
  margin: 0 auto;

  /* display:block;
  width:644px;
  height:172px;
  margin:0 auto; */
  background:url(../images/index/enter.png) center center no-repeat;
  background-size: contain;
}
.leave{
  display: inline-block;
  width: 160px;
  height: 120px;
  margin: 0 auto;
  /* display:block;
  width:270px;
  height:82px;
  margin:0 auto; */
  background:url(../images/index/leave.png) center bottom no-repeat;
  background-size: contain;
}
.sub_area{
  /* background: #dcd8d8; */
  /* background-color: #c8c2ac; */
}
.sub_inner{
  width: 850px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}
.link_banner{
  text-align: center;
}
.group_notice{
  font-size: 0.9rem;
}
.details h3{
  margin-bottom: 0;
}
.details p{
  margin:0 0 30px;
}
.map-visible{
  display: block;
  background-color: #764f29;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
}
.group_banner h3{
  display: none;
}
.group_banner h3.visible{
  display: block;
  background-color: #764f29;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
}
.group_banner h4{
  height: 40px;
  line-height: 40px;
  background-color: #414141;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 20px;
  box-shadow: 1px 4px 6px #414141;
  margin: 20px 0;
}
.group_banner ul{
  padding: 0;
}
.group_banner ul li{
  border: 1px solid #c7c7c7;
  padding: 0;
  padding-top: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}
.group_banner ul li figure{
  margin: 0;
}
.group_banner ul li .area_color{
  background-color: #EE6380;
  color: #fff;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
}
.group_banner ul li .text_box{
  padding: 5px 0 10px;
}
.group_banner ul li .text_box p{
  color: #000;
  line-height: 1.3;
  margin: 0;
}
.group_banner ul li .text_box p.shop_name{
  font-size: 1.1rem;
}
.blank_link{
  margin-top: 80px;
}
.delicity{
  width: 468px;
  text-align: center;
  margin: 0 auto;
}
footer{
  background-color: #764f29;
  padding: 25px 0 10px;
  border-top: 5px solid #fff;
}
footer nav{
  width: 850px;
  margin: 0 auto;
}
footer nav ul{
  margin: 0;
  list-style: none;
}
footer nav ul li{
  float: left;
}
footer nav ul li:after{
  content: "|"
;}
footer nav ul li a{
  color: #333;
}
footer .copyright{
  text-align: center;
}
footer .copyright a{
  color: #000;
}
.reave_box{
  background: #3c3c3c;
  text-align: center;
  margin: 100px 0 20px;
}

/* タブレット修正 */
body{
  min-width: 1220px;
  overflow-x: auto;
}
.wrapper{
  overflow: hidden;
}

.group_banner .group_area ul li{
  min-height: 268px;
}

.magazine_btn{
  text-align: center;
  margin: 10px 0 15px;
  padding: 5px;
  font-size: 1.2rem;
  background: #f7c3da;
  border: 1px solid #ccc;
  width: 70%;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
.magazine_btn:hover{
  background: #ff89bd;
}
.caution {
  border: 3px double #ffffff;
  padding: 5px 15px;
  background: #fd4d02;
  text-align: left;
}
.caution h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 5px 0;
}
.infiniteSlider{
  position: relative;
  height: 100%;
}
.infiniteSlider ul{
  padding: 0!important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* height: 100% !important; */
}
.infiniteSlider ul li{
  position: relative !important;
  background: #000;
}
.infiniteSlider img.girls_img{
  width: 400px;
  opacity: .7;
}
.infiniteSlider img.girls_img_link{
  width: 400px;
  position: absolute;
  display: none;
  z-index: 2;
  left: 0;
}
.infiniteSlider img.logo_img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 1;
}
/* グループ店紹介 */
.group_intro ul {
  list-style: none;
  padding-left: 0;
}
.group_intro ul li{
  display: inline-block;
  line-height: 40px;
  margin: 5px 5px 0 0;
  text-align: center;
  border: 1px solid black;
}
.group_intro ul li a{
  color: black;
  font-size: 12px;
  /* padding: 0 20px; */
  width: 110px;
  text-decoration: underline;
  display: block;
  background: white;
}
.group_intro ul li a:hover{
  background: black;
  color: white;
}
/* スライダーじゃない時にコメントイン */
.main_visual .enter-button {
  position: absolute;
  left: 25%;
  text-align: center;
  right: 25%;
  bottom: -19%;
}

@media screen and (min-width: 1240px) and (max-width: 1599px){
  .main_visual .enter-button{
    bottom: -128px;
  }
  .enter{
    width: 280px;
  }
}
@media screen and (min-width:1600px){
  .enter{
    width: 280px;
  }
  .main_visual .enter-button{
    bottom: -129px;
  }
}

.group_banner .group_area ul li{
  min-height: 268px!important;
  height: 380px!important;
}




/* index-button */
.img_responsive{
  width: 100%;
}



.btn--orange, a.btn--orange {
  color: white;
  background-color: #764f29;
}

a.btn--radius {
  border-radius: 100vh;
}

.group_box .contents_box a {
  display: block;
  font-size: 0;
  font-size: 17px;
  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: 24%;
  -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;
}

/* index-button */