@charset "utf-8";
/**
 * ***************************************
 * ページ全体に関わるCSSの設定
 * ***************************************
 */
html *, ::before, ::after {
  box-sizing: border-box;
  list-style: none;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 1.5px;
}
/* ベースのリンクカラー */
a {
  text-decoration: none;
}
/* レスポンシブイメージと画像下スペース防止 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 画像下のスペースを消す */
}
body {
  background-color: #2250a2;
}


@media (max-width: 769px){
    .menu-pop{
        display: none;
    }
}
@media (min-width: 768px){
    .menu-pop{
        position: fixed;
        flex-flow: column;
        right: 0;
        top: 450px;
    }
  .menu-pop-text a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1.3rem;
    font-weight: Bold;
    text-align: center;
    background-color: #e95193;
    border-radius: 50%;
    padding: 30px 25px;
  }
  .menu-pop-text a:hover {
    color: #e95193;
    background-color: #fff;
  }
}


@media (max-width: 769px) {
  h2 {
    display: block;
    width: 60%;
    text-align: center;
    margin: 90px auto 25px auto;
    padding-bottom: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: Bold;
    border-bottom: 3px solid #e95193;
  }
}
@media (min-width: 768px){
    h2 {
    display: block;
    width: 200px;
    text-align: center;
    margin: 90px auto 25px auto;
    padding-bottom: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: Bold;
    border-bottom: 3px solid #e95193;
  }
}
/* ヘッダーナビ */
@media (min-width: 768px) {
  .top-sp {
    display: none;
  }
}
@media (max-width: 769px) {
  #global-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    width: 100%;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-nav.collapse {
    display: none;
  }
  .header-nav li a {
    display: block;
    padding: 40px 20px;
    border-top: 1px solid #cacaca;
    color: #2250a2;
    background: #cedaee;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: Bold;
  }
  .header-nav li a:hover {
    background: #2250a2;
    color: #fff;
  }
  .navbtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("../images/nav-open-60px.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
  }
  .navbtn.close {
    background-image: url("../images/nav-close-60px.jpg");
  }
  .header-nav.collapse {
    display: none;
  }
  .contact {
    display: none;
  }
  .mainimg-pc {
    display: none;
  }
  .mainimg-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbtn {
    display: none;
  }
  header {
    display: none;
  }
  .mainimg-pc {
    display: block;
    width: 100%;
  }
  .mainimg-sp {
    display: none;
  }
}
/* ヘッダーナビここまで */
/* 店紹介ここから */
@media (max-width: 769px) {
    .introduction-back-pc{
        display: none;
    }
  .introduction {
    width: 100%;
  }
  .introduction-img {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
    .introduction{
        display: none;
    }
    .introduction-back-pc{
        width: 100%;
        background-color: #fff;
    }
    .introduction-pc {
        display: flex;
        width: 600px;
        max-width: 100%;
        margin: 0 auto 30px auto;
        padding-bottom: 70px;
    }
    .introduction-img-pc{
        width: 300px;
    }
}
/* 店紹介ここまで */
/* グルメ紹介ここから */
@media (max-width: 769px) {
  .gourmet {
    width: 90%;
    margin: 50px auto 40px auto;
    padding: 20px;
    background-color: #fff;
    text-align: center;
  }
  .gourmet-title {
    width: 50%;
    margin-top: 13px;
  }
  .gourmet-text {
    display: block;
    width: 95%;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
    color: #303030;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .gourmet-box {
    width: 75%;
    margin: 0 auto;
  }
  .gourmet-box:last-child {
    margin-top: 30px;
  }
  .gourmet-img {
    width: 100%;
    margin-bottom: -5px;
  }
  .gourmet-cap {
    letter-spacing: 0.15em;
    line-height: 1.2rem;
    color: #303030;
    font-size: 15px;
    margin-bottom: -10px;
  }
  .gourmet-name {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #303030;
    font-size: 17px;
    font-weight: Bold;
    border-bottom: 3px solid #e95193;
    padding-bottom: 4px;
    margin-bottom: -15px;
  }
  .gourmet-price {
    letter-spacing: -0.01em;
    color: #303030;
    font-size: 15px;
    font-weight: Bold;
  }
  .price {
    letter-spacing: 0em;
    color: #303030;
    font-size: 25px;
    font-weight: Bold;
    font-family: Bahnschrift;
  }
}
@media (min-width: 768px){
    .gourmet{
    width: 830px;
    max-width: 100%;
    margin: 70px auto 40px auto;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    text-align: center;
    }
    .gourmet-title{
        width: 160px;
        margin-top: 30px;
    }
   .gourmet-text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.5rem;
    color: #303030;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
    .gourmet-container{
        display: flex;
        width: 550px;
        max-width: 100%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .gourmet-img{
        width: 250px;
    }
    .gourmet-cap {
    letter-spacing: 0.15em;
    line-height: 1.2rem;
    color: #303030;
    font-size: 14px;
    margin-bottom: -10px;
  }
  .gourmet-name {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #303030;
    font-size: 16px;
    font-weight: Bold;
    border-bottom: 3px solid #e95193;
    padding-bottom: 4px;
    margin-bottom: -15px;
  }
  .gourmet-price {
    letter-spacing: -0.01em;
    color: #303030;
    font-size: 14px;
    font-weight: Bold;
  }
  .price {
    letter-spacing: 0em;
    color: #303030;
    font-size: 24px;
    font-weight: Bold;
    font-family: Bahnschrift;
  }
}
/* グルメ紹介ここまで */
/* メニューここから */
@media (max-width: 769px) {
  .menu {
    width: 95%;
    margin: 0 auto;
  }
  .menu-container {
    display: flex;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .menu-box p a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1.4rem;
    font-weight: Bold;
    text-align: center;
    background-color: #e95193;
    border-radius: 50%;
    padding: 66px 50px;
    box-shadow: 5px 5px 10px -3px #0e3274;
  }
  .menu-box p a:hover {
    color: #e95193;
    background-color: #fff;
  }
}
@media (min-width: 768px){
    .menu {
    width: 400px;
    margin: 0 auto;
  }
  .menu-container {
    display: flex;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .menu-box p a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1.4rem;
    font-weight: Bold;
    text-align: center;
    background-color: #e95193;
    border-radius: 50%;
    padding: 66px 54px;
    box-shadow: 5px 5px 10px -3px #0e3274;
  }
  .menu-box p a:hover {
    color: #e95193;
    background-color: #fff;
  }
}

/* メニューここまで */
/* カレンダーここから */
@media (max-width: 769px) {
  .calendar {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  table {
    width: 100%;
    margin: 0 auto;
    color: #303030;
    font-size: 13px;
  }
  table tr, table td {
    padding: 7px;
    text-align: center;
  }
  .bar-open {
    font-weight: Bold;
    color: #2250a2;
  }
  .weekday {
    background-color: #e4e4e4;
  }
  .saturday {
    background-color: #cad8f1;
  }
  .holiday {
    background-color: #f8cbdf;
  }
  .white {
    background-color: #fff;
  }
  .calendar-text {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 35px;
    letter-spacing: 0.13em;
    line-height: 1.4rem;
    text-align: justify
  }
  .calendar-title {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .calendar-bn-sp {
    display: block;
    width: 100%;
    margin: 10px auto;
    box-shadow: 5px 5px 10px -3px #0e3274;
  }
  .calendar-bn-sp:hover {
    display: block;
    opacity: .6;
  }
  .calendar-bn-pc {
    display: none;
  }
}
@media (min-width: 768px){
    .calendar{
        text-align: center;
    }
    .calendar-container {
        display: flex;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }
  table {
    width: 500px;
      height: 110px;
    color: #303030;
    font-size: 14px;
  }
  table tr, table td {
    padding: 3px;
    text-align: center;
  }
  .bar-open {
    font-weight: Bold;
    color: #2250a2;
  }
  .weekday {
    background-color: #e4e4e4;
  }
  .saturday {
    background-color: #cad8f1;
  }
  .holiday {
    background-color: #f8cbdf;
  }
  .white {
    background-color: #fff;
  }
  .calendar-text {
    font-size: 13px;
    display: inline-block;
    width: 385px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 35px;
    letter-spacing: 0.13em;
    line-height: 1.4rem;
    text-align: justify
  }
  .calendar-title {
    display: inline-block;
    width: 300px;
    margin: 20px auto 0 auto;
  }
  .calendar-bn-pc {
    display: block;
    width: 500px;
    margin: 10px auto;
    box-shadow: 5px 5px 10px -3px #0e3274;
  }
  .calendar-bn-pc:hover {
    display: block;
    opacity: .6;
  }
  .calendar-bn-sp {
    display: none;
  }
}
/* カレンダーここまで */


/* アクセスここから */
@media (max-width: 769px) {
  iframe {
    width: 100%;
    height: 330px;
  }
  .access-box {
    display: flex;
    width:85%;
    margin: 15px auto;
    justify-content: space-between;
  }
  .address {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.13em;
    line-height: 1.4rem;
    text-align: justify
  }
  .sign-img {
    width: 50%;
  }
}
@media (min-width: 768px) {
    .map{
        text-align: center;
    }
  iframe {
    width: 900px;
      max-width: 100%;
    height: 350px;
    margin: 0 auto;
  }
    .access-box{
        display: flex;
        width: 500px;
        margin: 15px auto;
        justify-content: space-between;
    }
    .address {
    display: inline-block;
    width: 300px;
    margin-top: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.13em;
    line-height: 1.4rem;
    text-align: justify
  }
    .sp{
        display: none;
    }
    .sign-img {
    width: 200px;
  }
}
/* アクセスここまで */



/* 感染対策ここから */
@media (max-width: 769px) {
    .measures{
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
.measures-contaner{
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 8px;
    row-gap: 1px;
	margin: 35px auto;
}
    .measures-text{
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1rem;
    font-size: 13px;
    margin-top: 0;
    }
    .message{
       color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 15px;
    margin-top: -10px; 
    }
}
@media (min-width: 768px){
    .measures{
        text-align: center;
    }
.measures-contaner{
    width: 750px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 8px;
    row-gap: 1px;
	margin: 35px auto;
}
    .measures-text{
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1rem;
    font-size: 13px;
    margin-top: 0;
    }
    .message{
       color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 15px;
    margin-top: -10px; 
    }
}
/* 感染対策ここまで */


/* アルコール */
@media (max-width: 769px){
    .alcohol{
        width: 95%;
        text-align: center;
        margin: 90px auto -50px auto;
    }
.alcohol-container{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 100%;
}
    .alcohol-img{
        width: 23%;
        margin: 7px;
        border-radius: 50%;
        box-shadow: 3px 3px 7px -3px #0e3274;
    }
}
@media (min-width: 768px){
    .alcohol{
        width: 680px;
        text-align: center;
        margin: 120px auto -40px auto;
    }
    .alcohol-container{
        width: 680px;
        display: flex;
        max-width: 100%;
        justify-content: space-between;
    }
    .alcohol-img{
        width: 150px;
        margin: 10px;
        border-radius: 50%;
        box-shadow: 3px 3px 7px -3px #0e3274;
    }
}
/* アルコールここまで */


/* コピーライトここから */
@media (max-width: 769px){
.copyright{
    width: 100%;
    margin-top: 80px;
    padding: 40px 0 3px 0;
    background-color: #14274a;
    text-align: center;
}
.logo{
    width: 45%;
    margin-bottom: 30px;
}
.copyright-text{
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 12px;
}
}

@media (min-width: 768px){
    .copyright{
    width: 100%;
    margin-top: 90px;
    padding: 65px 0 3px 0;
    background-color: #14274a;
    text-align: center;
}
.logo{
    width: 200px;
    margin-bottom: 30px;
}
.copyright-text{
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 11px;
}
}
/* コピーライトここまで */



















