/*
@import url(http://karaoke-shin.jp/mt-static/themes-base/blog.css);
@import url(http://karaoke-shin.jp/mt-static/themes/minimalist-red/screen.css);
@import url(http://karaoke-shin.jp/mt-static/dist/css/bootstrap1.css);
*/
@import url(mt-static/dist/css/drawer.css);
@import url(mt-static/common/css/style.css);
@import url(mt-static/dist/css/jquery.bxslider.css);
@import url(mt-static/dist/css/bootstrap.css);

#map {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}
.comment2{
font-size:12px;
}

.open_date{
	width:200px; font-weight:bold;
	background:url(mt-static/common/img/arrow_md.png) left no-repeat;
	padding-left:15px;
}
#mail_form input{
width:60px;
}
.ribbon{
  position:relative;
 # background: #6aa7cd;
  padding: 0px 10px 1px 0;
width:110px;
font-size:12px;
font-weight:bold;
color:#fff;
margin:6px 0 0 0;
text-align:center;
}
.ribbon:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 9px 8px 10px 0px;
}
.red{
 background: #ca3838;
}
.purple{
 background: #425fb1;
}
.green{
 background: #91e26a;
}
.pink{
 background: #df8084;
}
.yellow{
 background: #f2dca0;
}
.gray{
 background: #7b8084;
}
#gloval-nav {
    color: #005bab;
    position: fixed;
z-index:10000;
    width: 58%;
    top: 4px;
    right: 0;
    bottom: 0;
    display: flex;
    font-size:1.1em;
    flex-direction: column;
   justify-content: center;
  padding-top:60px;
    transform: translateX(100%);
    transition:  transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
border:solid 1px #ccc;
background-color:#fcfcfc;
display:block;
}
#gloval-nav li{
margin:0 0 30px 10px  !imoprtant;
}
#gloval-nav span {
color:#88a;
margin:18px 0 0 2px !imoprtant;
}
#gloval-nav a:visited{
  color: inherit;
}
#gloval-nav a{
  text-decoration: none;
}

.open #gloval-nav{
    transform: translateX(0);
z-index:10000;
}
.close #gloval-nav{
 transform: translateX(100%);
z-index:10000;

}
#nav-open{
display:block;
position:absolute;
right:6%;
top:4px;
z-index:10001;
//border:solid 1px #555;
width:7%;
height:7%;

}
#wrap {
//z-index:10000 !important;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;

}
.menu-trigger {
  position: relative;
  width: 28px;
  height: 26px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #005bab;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #005bab;
  border-radius: 4px;
  transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) scale(0);
}
.loader,
.loader:before,
.loader:after {
  background: #0054a8;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #0054a8;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mobile_top{
display:none;
}
.pc_top{
display:none;
}

/*** ***/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/***** 青枠設定 *****/
.mv_u {
    /*margin-top: 10px;*/
    padding-top: 50px; /*青枠文字上*/
    height: 160px; /*青枠の幅　調節必須*/
    background: #004ea5;
    margin-bottom: 15px;
}

.mv_u h1 {
    font-weight: bold!important;
    color: #fff!important;
}

h2{
  text-align: center;
}

.main-title{ 
  padding: 20px 0;
  margin-bottom: 20px;
  font-weight: bold;
  position:relative;
  display: inline-block;
  padding: 0 55px;
}

.main-title:before,.main-title:after{
  content: '';
  position: absolute;
  top: 20px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #a2acb5;
}

.main-title:before{
  left: 0;
}
.main-title:after{
  right: 0;
}

.main-title {
  position: relative;
}

p.title{
    margin-top: 25px;
    margin-bottom:3px;
}

.line{
  position: relative
}

.under-color{
    height: 80px;
    background-color: #004ea5;
}

footer{
    height: 30px; /*青枠の幅　調節必須*/
    background: #fff;
}

.BanBan_footer ul li{
		margin: 15px 0;
	}
	
/*** VRゲーム css ***/
.vr_game{
    background-color: black;
    color: white;
    font-family: "ＭＳ Ｐ明朝";
}



.h1_main{
  background-image: url("src="http://karaoke-shin.jp/THE%20DOOR.png"");
  background-repeat: no-repeat;
  height: 100px;
  background-position: center bottom;
}

.catchphrase{
  max-width:750px;
  margin:0 auto;
}

.p_catchphrase{
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.h2_select{
  font-size: 37px;
  position: relative;
  padding: 0.25em 0;
  font-weight: bold;
}
.h2_select:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(128, 0, 0), transparent);
  background: linear-gradient(to right, rgb(128, 0, 0), transparent);
}


.p_serif{
  margin: 0 0 5px 20px;
  font-size:25px; 
}

.p_contents{
  font-size: 18px;
  margin: 0 0 0 20px;
}

.img-flex-4{
  margin: 25px 0 20px;
  display:flex;
}

.img-flex-4 img{
  width:  calc(100%/4);
  margin: 0px 2px;
  min-width: 50px;
}

.h4_item{
  float: none;
  margin: 10px 0 5px 20px;
}

.p_item{
  font-size: 1.5em;
  margin: 0 0 0 20px;
}

hr{
  border: none 0;
  border-bottom: 1px solid #ccc;
  height: 2px;
  margin: 10px 0;
}

/*** VRゲーム css終 ***/

/*** 料金表ミニお知らせ ***/

.news_mes {
    margin: 2em 0;
		margin-left: auto;
		margin-right: auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
		border: solid 3px #f08080;
		max-width: 600px;
}
.news_mes .news_mestext {
    font-size: 1.2em;
    background: #f08080;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.news_mes p {
    padding: 15px 20px;
    margin: 0;
}
	