@charset "utf-8";

body{
  background-image: url("../../images/background.png");
  font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*ヘッダー*/
header img{
  display: none;
}

/*sp版メニュー*/
#sp_menu{
  display: none;
}
#sp_nav_close{
  display: none;
}
#sp_nav{
  display: none;
}

/*コンテンツ大枠*/
#wrapper{
  width: 1100px;
  margin: auto;
  display: flex;
}

/*SNSボタン*/
#sns_share01{
  height: 108px;
  position: relative;
  display: flex;
  justify-content: center;
}

#sns_share01::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 780px;
  height: 2px;
  bottom: 30px;
  left: 0;
}

#sns_share01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 780px;
  height: 2px;
  top: 35px;
  left: 0;
}

#sns_share02{
  height: 108px;
  position: relative;
  display: flex;
  justify-content: center;
}

.sns_twitter01{
  margin-top: 47px;
}
.sns_twitter02{
  margin-top: 35px;
}


.social-balloon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.social-balloon:after,
.social-balloon:before {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  content: " "; }

.social-balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px; }

.social-balloon:before {
  border-color: rgba(192, 192, 192, 0);
  border-right-color: #ccc;
  border-width: 5px;
  margin-top: -5px; }

.social-balloon a {
  height: 18px;
  line-height: 18px;
  font-size: 10px !important;
  padding: 0 4px 0 4px;
  margin: 0;
  color: #4e5665 !important;
}

.sns_facebook01{
  margin-top: 47px;
  margin-left: 20px;
}
.sns_facebook02{
  margin-top: 35px;
  margin-left: 20px;
}

.sns_line01{
  margin-top: 47px;
  margin-left: 20px;
}
.sns_line02{
  margin-top: 35px;
  margin-left: 20px;
}

#sns_share02 li{
  list-style: none;
}

#sns_share01 li{
  list-style: none;
}

.index{
  display: none;
}

/*pc版メニュー*/
.side-menu{
  clear: none;
  background: rgba(0, 0, 0, 0.5);
  width: 302px;
}

.menu img{
  width: 302px;
}

#content{
  width: 780px;
  margin-left: 18px;
}

.title{
  margin-top: 50px;
  position: relative;
  vertical-align: bottom;
}
.title img{
  vertical-align: bottom;
}

.title::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  width: 780px;
  height: 2.5px;
  bottom: -7px;
}

.main_title{
  position: relative;
  bottom: 0;
  font-size: 30px;
  font-weight: 600;
  margin-right: 5px;
  margin-left: 15px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.main_title::before{
  content:"";
  display: block;
  background-image: url("../../images/star.png");
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.sub_title{
  bottom: 0;
  color: #ffffff;
  margin-right: 15px;
  letter-spacing: 0.02em;
}

.menu{
  text-align: center;
}

.recruitment{
  background: #ff3377;
  width: 780px;
  font: #fff;
  margin-top: 39px;
}

.menu-Navigation{
  list-style: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.Nav{
  color: #fff;
  text-decoration: none;
  padding-top: 30px;
}

.details{
  font-size: 14px;
  color: #0099ff;
  text-decoration: underline;
  margin-top: 15px;
}

/*ブログ欄*/
.blog{
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
}

.blog figure{
  width: 300px;
  position: relative;
}

.blog img{
  width: 100%;
}

.blog_title{
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  line-height: 1.25em;
}

.blog_title:hover{
  color: #ff3377;
}

.blog p{
  width: 90%;
}

.blog_text{
  color: #cccccc;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.more{
  font-size: 16px;
  color: #cccccc;
  text-decoration: underline dotted;
}

.more:hover{
  color: #ff3377;
}

.band{
  display: flex;
  margin-bottom: 15px;
}

.plofile{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.025em;
  margin-left: 5px;
  margin-right: 5px;
}
.title{
  font-size: 14px;
  color: #fff;
}

.floor_image{
  margin-top: 13px;
  margin-bottom: 13px;
}
.photogallery{
  margin-top: 15px;
}

.font_color{
  font-size: 14px;
  color: #fff;
}

.subheading{
  color: #fff;
  margin-top: 13px;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}

.subheading::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #ff3377;
  left: -20px;
  width: 5px;
  height: 16px;
}
.wanted_text{
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
}
.recruit{
  color: #0099ff;
  text-decoration: underline;
}

.responsible{
  font-weight: 400;
}

#return{
  position: relative;
  width: 780px;
  height: 105px;
}

.return_top{
  position: absolute;
  top: 25%;
  right: 0;
  color: #fff;
  text-decoration: none;
}

.return_top:hover{
  position: absolute;
  color: #ff3377;
  top: 25%;
  right: 0;
  text-decoration: none;
}
/*ライブハウスgalaxyのサイトをSNSでシェアしてください！*/
#prompt p{
  display: block;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: center;
  color: #ff3377;
  margin-top: 50px;
}

#footer{
  background: #000;
  width: 100%;
  height: 130px;
  position: relative;
}

.footer_text{
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 16px;
  color: #cccccc;
}

.privacy_policy{
  position: absolute;
  top: 70px;
  left: 20px;
  font-size: 10px;
  color: #cccccc;
  text-decoration:underline;
}

.privacy_policy:hover{
  text-decoration:none;
}

.copyright{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  color: #cccccc;
}

.button{
  position: absolute;
  top: 20px;
  right:20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid;
  border-color: #fff;
  border-radius: 10px;
  padding-top: 22px;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 23px;
}

.button:hover{
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}

/*ぺージ移動*/
#page{
  display: flex;
  color: #fff;
  text-align: center;
  width: 780px;
  height: 150px;
}
#page span{
  font-size: 1.6rem;
  margin-right: 10px;
}
#page a{
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
#page:last-child a{
  margin-right: 0;
}
#page img{
  vertical-align: middle;
}
#page a:hover{
  font-weight: bold;
}

.page_move{
  width: 780px;
  left: 50%;
  transform: translateY(50%);

}
.page_move span{
  padding: 11px;
  border: 1px solid #fff;
}
.page_move a{
  padding: 11px;
  border: 1px solid #fff;
}
.page_move a:hover{
  padding: 11px;
  border: 2px solid #fff;
}

/*リンク色*/
nav a{
  color: #fff;
  text-decoration: none;
}

nav a:hover{
  background-color: #ff3377;
  width:280px;
  height: 35px;
  padding-top: 15px;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
