.store p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
}
.store-header{
	float:left;
    margin: 3em 0 0;
    width: 100%;
    position: relative;
    z-index: 20;
}
.store-header p{
    font-size: 2em;
    color: #fff;
    text-shadow: 0px 0px 5px #fd6060;
    text-align: center;
}
.store h1 {
    font-size: 5em;
    font-family: 'Lilita One';
    font-family: 'Purple Purse', cursive;
    text-shadow: 0px 0px 5px #fd6060;
}
.store .sakura-font {
	font-family: 'Shippori Mincho', sans-serif;
}
.store .staff .content-header {
  position: relative;
  padding: 30px 20px;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  /* background-color: #000; */
}
.store .content-header .bg-layer {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3; /* ← 背景画像の透過率 */
  z-index: 0;
}
.store .content-header .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.store .content-header h2,
.store .content-header h3,
.store .content-header label {
  position: relative;
  z-index: 2;
}
.drink_menu, .food_menu {
    width: 100%;
}
.pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../../images/mask.png);
}
.pattern img {
    position: absolute;
    width: 200px;
    top: 5px;
    left: 200px;
}
.lone-line p {
    margin-left: 1.2em;
}
.lone-line p span{
    display:block;
}
.lone-line p:before {
    content: "";
    width: 30px;
}

@media(max-width:1280px){
    .pattern img {
        left: 150px;
    }
}

@media(max-width:1080px){
    .pattern img {
        left: 100px;
    }
}

@media(max-width:991px){
    .pattern img {
        width: 150px;
    }
}

@media(max-width:767px){
    .pattern img {
        width: 150px;
        left: 5px;
    }
}

@media(max-width:600px){
    .pattern img {
        width: 100px;
    }
}

@media(max-width:414px){
    .store h1 {
        /* title logo size for mobile phone */
        font-size: 3em;
    }
}
