/* ===== PC専用css ===== */
@charset 'UTF-8';

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@font-face {
  font-family: Fredoka One;
  src: url('../font/FredokaOne-Regular.ttf') format("normal");
}

/* 共通 */
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #333;
  /* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
  /* background: url(../images/main_bg.jpg); */
}
.hidden-desktop{
	display: none!important;
}
.hidden-phone{
	display: block!important;
}
.visible-phone{
  display: none!important;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.red{
  color: #ff0000;
}
#wrapper{
  overflow: hidden;
}
.headBody{
  width: 100%;
  margin: 0 auto;
}
.container{
  width: 1000px;
  margin: 0 auto;
}
a{
  font-size: 16px;
  text-decoration: none;
  color: #333;
  /* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
img{
  max-width: 100%;
}
.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;
}
.block{
  display: block;
}
/*リスト*/
ul[class*="colum"]{
  width: 100%;
}
ul[class*="colum"] li{
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #9E4295;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
.colum5 li{
    width: calc(20% - 5px);
    margin-right: 5px;
}
.colum6 li{
    width: calc(16.66% - 2px);
    margin-right: 2px;
}
.content-body{
  /* background: url(../images/index/main_visual.jpg)no-repeat top center; */
}
header{
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #000
}
header p{
  color: #fff;
  font-size: 0.9em;
}
.mainVisual{
  /* height: 854px; */
  position: relative;
  width: 100%;
  color: #fff;
  /* background: url(../images/index/open.png)no-repeat top center; */
}
/* .mainVisual .logo{
  position: absolute;
  width: 600px;
  height: 600px;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
} */
.btn_box {
  position: absolute;
  /* bottom: 26px; */
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.enter_btn {
  width: 100%;
  text-align: center;
}
.enter_btn div{
  display: inline-block;
  float: left;
}
.enter_btn div:nth-child(1){
  text-align: right;
  width: 47.5%;
}
.enter_btn div:nth-child(2){
  text-align: center;
  width: 5%;
  height: 126px;
  padding-top: 32px;
}
.enter_btn div:nth-child(3){
  text-align: left;
  width: 47.5%;
  height: 126px;
  padding-top: 47px;
}
.enter{
  display:inline-block;
  width:360px;
  height:126px;
  margin:0 auto 2px;
  background:url(../images/index/enter.png) center center no-repeat;
}
.leave{
  display:inline-block;
  width:273px;
  height:52px;
  margin:0 auto;
  background:url(../images/index/leave.png) center bottom no-repeat;
}
.leave + p{
  font-size: 0.8em;
  line-height: 1.2;
  color: #32b1ec;
  font-weight: bold;
  font-family: 'Rounded Mplus 1c';
}

footer{
  background: #000;
  padding-top: 80px;
}
footer p{
  text-align: center;
  color: #fff;
}
footer .footer_menu{
  margin-bottom: 30px;
}
footer .footer_menu ul{
  text-align: center;
}
footer .footer_menu ul li{
  display: inline-block;
  color: #fff;
}
footer .footer_menu ul li::after{
  content: "|";
  padding-left: 5px;
  font-size: 0.8em;
}
footer .footer_menu ul li:last-child::after{
  content: "";
}
footer .footer_menu ul li a{
  color: #fff;
  font-size: 0.8em;
}

.content{
  width: 850px;
  margin:0 auto;
}
.index_txt,
.bnr_area{
  background: #000;
  padding-top: 45px;
}
.index_txt h2{
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.index_txt p{
  font-size: 0.8em;
  color: #fff;
}
.bnr_area{
  text-align: center;
  padding-bottom: 45px;
}
.copy{
  font-size: 0.9em;
}
.index_shop_deta{
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

/* .bord_bg{
  position: absolute;
} */