@charset "utf-8";
/****ブレイクポイントは820pxにする****/

/***************************
ヘッダ=header
  →common.css に記述
***************************/


/***************************
トップ=top
***************************/
/**
.top-pc{
  display:block;
  height: 400px;
  background-image: url(../img/index/top2.png);
  background-position: 25% 70%;
  background-size:cover;
  background-position: right bottom;
}
*/

.top-text{
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding-left: 10%;
}

.top-sp{
  display: none;
}

.img-top{
  width: 100%;
}


/***************************
コロナ対策=covid
キャンペーン=campaign
***************************/

/**サイト完成後に変更・表示する部分ここから
.info{
  display: flex;
  justify-content: space-around;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.covid,.campaign{
  width:70%;
  margin-left: 30px;
  margin-right: 30px;
  padding:10px;
  margin-bottom:20px;
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
}

サイト完成後に変更・表示する部分ここまで*/

.covid-provisional{
  width:90%;
  display: flex;
  font-size: 2vw;
  text-align: center;
  margin-top:50px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}

.sticker{
  width:40%;
}

.sticker img{
  width:80%;
}

.sticker-text{
  font-size: 1.8vw;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 5%;
  text-align: left;
  line-height: 1.6;
}

.strong{
  text-decoration: underline;
  font-size: 150%;
}

/********************************
3月からの営業日=open_march
*********************************/
.open_march img{
  width:100%;
}


/********************************
キャンペーン画像=campaign-img
*********************************/

.campaign-img{
  text-align: center;
}

.campaign-img img{
  width:70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border:solid 1px #999;
}



/********************************
メニュー紹介導入=introduction
*********************************/

.introduction p{
  text-align: center;
  width:80%;
  font-size: 1.8vw;
  margin: 10vw auto;
  text-align: center;
  line-height: 2.5;
}

/********************************
テイクアウトとキャンペーン(得プラン)
案内画像=info-img
*********************************/

  .info-img{
    width:80%;
    margin: auto;
  }


  .information img{
    width:100%;
  }
/********************************
出演日カレンダー=shift
*********************************/


  details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .1em 0;
    width:90%;
    margin: auto;
  }

  summary {
    font-size: 2vw;
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
    cursor: pointer;
  }

  details[open] {
    padding: .5em;
  }

  details[open] img{
    border-radius: 0;
    width: 100%;
  }

  details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
  }

  .title{
    text-align: center;
    white-space: nowrap;
  }

.shift{
  margin-bottom: 0;
}

/********************************
休業のご案内=close
*********************************/
.close{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 1.7vw;
  font-weight: 10px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.close_ps{
  margin-top: 30px;
  font-size: 1.6vw;
}



/********************************
各種メニュー=menu
  ※ミュージシャン紹介～貸切案内
*********************************/

.menu{
  width:100%;
  margin: auto;
  margin-top:180px;
}

.menu a{
  text-decoration: underline;
}

.menu a:hover{
  text-decoration: none;
  opacity: 0.8;}


.menu img{
  border-radius: 177px 156px 183px 200px / 181px 183px 177px 162px;
  margin-left: 40px;
  margin-right: 40px;

}

.about,.musician,.foods,.delivery,.for-rent{
  display: flex;
  margin-top: 100px;
  margin-bottom: 140px;
}

.musician,.delivery{
  flex-direction: row;
}

.about,.foods,.for-rent{
  flex-direction: row-reverse;
}

.ex{
  display: block;
}

.menu-title{
  font-size: 1.6vw;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

.menu-text{
  font-size: 1.2vw;
  text-align: left;
}


.menu-title,.menu-text{
  margin-left: 10%;
  margin-right: 10%;
}

.access-text{
  width:70%;
  display: inline-block;
  text-align: left;
  margin: 20px auto;
}

.access-text span{
  font-weight: bold;
  font-size: 0.3vw;
}

.map{
  margin: auto;
}

.br-sp{
  display: none;
}

/********************************
access
*********************************/
.access{
  display: inline-block;
  text-align: center;
}

.menu-map{
  text-align: center;
}

.access-text{
  font-size: 1.2vw;
}

.access-text span{
  font-weight: bold;
  font-size: 3vw;
  line-height: 0.5;
}

.map{
  display: inline-block;
}


/*******************************
12周年祭=party
*********************************/
.party{
  font-size: 1.2vw;
  text-align:center;
  white-space: nowrap;
}

.party img{
  width:80%;
  margin: 10px auto;
}

/*******************
バレンタイン
*******************/
.christmas{
  width:100%;
  text-align: center;
  margin-bottom: 50px;
}

.christmas img{
  width:100% ;
}

.christmas_text{
  margin-top: 10px;
  font-size: 1.2vw; 
}

.valentine{
  width:100%;
  text-align: center;
  margin-bottom: 50px;
}

.valentine img{
  width:100%;
  margin-bottom: 10px;
}

.valentine_text{
  margin-top: 10px;
  font-size: 1.2vw;
}

/*********************************************
PC用CSSここまで、以下はスマホ用CSS
*********************************************/

/*スマホ・タブレット用*/
@media screen and (max-width: 880px) {
	/* 880px以下に適用されるCSS（スマホ用） */


.br-sp{
  display: block;
}

/***************************
スマホ用トップ=top
***************************/

.top-pc{
  display: none;
}

.top-text{
  display: none;
}

.top-sp{
  display: block;
}

.top-background-img{
  width:100%;
}

.img-top{
  display: block;
  width:100%;
}


/*******************************
スマホ用コロナ対策=covid
スマホ用キャンペーン=campaign
  ※ふたつをまとめたclass=info
********************************/


.info{
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}



.sticker-text{
  white-space: nowrap;
  font-size:3vw;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 2%;
  text-align: left;
  line-height: 1.5;
  }



  .covid-provisional{
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  

/********************************
introduction
*********************************/

.introduction p{
  font-size: 3.2vw;
}


/********************************
3月からの営業日=open_march
*********************************/

.open_march{
  display: inline-block;
  text-align: center;
}

.open_march img{
  width:85%;
}



/********************************
テイクアウトとキャンペーン(得プラン)
案内画像=info-img
*********************************/

.info-img{
  width: 95%;
}

/********************************
テイクアウトとキャンペーン(得プラン)
案内画像=info-img
*********************************/



/********************************
キャンペーン画像=campaign-img
*********************************/

.campaign-img img{
  width:85%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.information{
  width:100%;
  text-align: center;
}

.information img{
  width:85%;
}
/********************************
スマホ用各種メニュー=menu
  ※ミュージシャン紹介～貸切案内
*********************************/

.introduction p{
  width:100%;
}

.menu{
  width: 80%;
  text-align: center;
  margin-top: 20px;
}

.menu img{
  width:65%;
  border-radius: 99%;
}

.menu-img{
  width:100%;
  margin: auto;
}

.menu-title{
  font-size: 3.5vw;
  white-space: nowrap;
}


.menu-text {
  font-size: 3.5vw;
  display: inline;
  text-align: center;
  margin: auto;
  line-height:1.2;
  
}

.musician,.foods,.delivery,.for-rent{
  display: block;
  margin-bottom: 120px;
}

.access{
  text-align: left;
}

.access p{
  width:90%;
  margin: auto;
}

.access-text{
  font-size: 3vw;
  padding-left: 5vw;
}

.access-text span{
  margin-left: 1px;
  margin-right: 1px;
}

/*******************************
12周年祭=party
*********************************/
.party{
  font-size: 3vw;
}


/*******************
スマホ用2023クリスマス、忘年会
*******************/
.christmas_text{
  font-size: 3.5vw;
}

.shinnenkai_text{
  font-size: 3.5vw;
}

.title{
  font-size: 3vw;
}

/********************************
休業のご案内=close
*********************************/
.close{
  padding: 10px 30px 20px 30px;
  display: inline-block;
  margin: auto;
  font-size: 3.1vw;
  line-height: 2;
}

.close_ps{
  font-size: 3vw;
}

}