@charset "UTF-8";
/* CSS Document */
/*************************************
くまもと物産フェアーオンライン
飲食店PRページ

***************************************/
body {
  margin: 0;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  background-image: url(../img/school_back.png);
}

.clear:after {
  /*floatクリアフィクス*/
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ページ内リンクのジャンプ先の位置を調整する */
/* .anchor {
  display: block;
  padding-top: 85px;
  margin-top: -85px;
} */

.school_sp-site {
  display: none;
}

/* ナビゲーション固定 */
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.headergroupC-01 {
  width: 100%;
}

.wapper {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

/* パンくずリスト */
.breadlist {
  margin: 25px 210px 20px 25px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000000;
  /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadlist span {
  font-size: 12px;
  font-family: 'Noto Sans JP(Light)';
  letter-spacing: 1px;
}

/* 店舗メニュー  */
.schoolbox {
  margin: 0;
}

.clikhereimg01 p {
  text-align: center;
  margin-bottom: 20px;
}

.schoolgroup01 {
  float: left;
  width: 22%;
  margin: 0 14px 0 14px;
}

.schoolgroup01 p {
  font-size: 13px;
  font-family: 'Noto Sans JP';
}

.schoolgroup01 a {
  color: #000000;
}

.schoolgroup02 {
  float: left;
  width: 22%;
  margin: 0 14px 0 14px;
}

.schoolgroup02 p {
  font-size: 13px;
  font-family: 'Noto Sans JP';
  margin-bottom: 2px;
}

.schoolgroup02 a {
  color: #000000;
}

#ryub {
  font-size: 8px;
  font-family: 'Noto Sans JP';
}



.schoolgroup03 {
  float: left;
  width: 22%;
  margin: 0 14px 0 14px;
}



.schoolgroup03 p {
  font-size: 13px;
  font-family: 'Noto Sans JP';
}

.schoolgroup03 a {
  color: #000000;
}

.schoolgroup04 {
  float: left;
  width: 22%;
  margin: 0 14px 0 14px;
}

.schoolgroup04 p {
  font-size: 13px;
  font-family: 'Noto Sans JP';
}

.schoolgroup04 a {
  color: #000000;
}

.clikhereimg02 p {
  text-align: center;
  margin: 30px 0 10px;
}

/*  店舗イメージが入る */
.schoolimg p {
  text-align: center;
  margin: 30px 0 20px;
}

.schoolimg img {
  width: 100%;
}

.video {
  text-align: center;
}

/* フッター */
.footerimg {
  position: relative;
}

.footerimg img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footernav {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footernav ul:after {
  content: "";
  display: block;
  clear: both;
}

.footernav li {
  float: left;
  width: auto;
}

.footernav li a {
  font-family: 'Noto Sans JP(R)';
  display: block;
  color: #000;
  width: 153px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  margin: 5px 2px 5px -3px;
  padding: 10px 0px 0px 0px;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
}

.footernav li a :nth-last-child(1n) {
  border-right: solid;
}

.footercontact img {
  width: 140px;
  position: absolute;
  top: 725px;
  left: 470px;
}

/* レスポンシブ */
@media screen and (max-width: 420px) {
  .school_pc-site {
    display: none;
  }
  .school_sp-site {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }
  /* ヘッダー */
  .headergroupB-01sp {
    width: 100%;
    height: 95px;
    background: #ffffff;
  }
  .hamburger {
    height: 95px;
  }
  #logo {
    width: 70%;
    display: block;
    margin: 15px 0 0;
  }
  #logo img {
    width: 100%;
  }
  nav {
    width: 100%;
    height: 70px;
    position: relative;
  }
  .drawer {
    display: -webkit-box;
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    height: 80px;
  }
  /*ナビゲーション部分*/
  .menu ul li a {
    display: block;
    font-size: 18px;
    font-family: 'Noto Sans JP(Regular)';
    padding: 17px 0 17px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
  }
  /* .menu ul li a:hover
{background-color:rgba(0,0,0,0.5);
color:orange;} */
  .menu {
    position: fixed;
    top: 95px;
    left: 0px;
    width: 100%;
    height: 280px;
    text-align: center;
    /* background-color:rgba(255,255,255,0.5); */
    -webkit-transition: .5s ease;
    transition: .5s ease;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    background-color: #dc2e10;
  }
  /*OPEN時の動き*/
  .menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    z-index: 999;
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    right: 15px;
    background-color: #dc2e10;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/
    margin: 10px 0 0 13px;
  }
  .Toggle span:nth-child(1) {
    top: 5px;
  }
  .Toggle span:nth-child(2) {
    top: 15px;
  }
  .Toggle span:nth-child(3) {
    top: 25px;
  }
  .Toggle p {
    position: fixed;
    top: 53px;
    right: 26px;
    font-size: 11px;
    font-family: 'Noto Sans JP(Medium)';
    color: #ffffff;
    letter-spacing: 1px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headerburgersns .hesns01 {
    width: 35px;
    margin: 10px 0 10px;
  }
  .headerburgersns .hesns02 {
    width: 35px;
    margin: 10px 0 10px;
  }
  .headerburgersns .hesns03 {
    width: 35px;
    margin: 10px 0 10px;
  }
  .header-sp {
    width: 100%;
  }
  .header-sp img {
    width: 100%;
  }
  .clear {
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schoolbox {
    margin: 0;
  }
  .clikhereimg01 p {
    text-align: center;
    /* margin: 20px 0; */
  }
  .schoolgroup01 {
    width: 40%;
    /* margin: 0 14px 0 14px; */
  }
  .schoolgroup01 p {
    font-size: 13px;
    font-family: 'Noto Sans JP';
  }
  .schoolgroup01 a {
    color: #000000;
  }
  .schoolgroup02 {
    float: left;
    width: 40%;
    /* margin: 0 14px 0 14px; */
  }
  .schoolgroup02 p {
    font-size: 13px;
    font-family: 'Noto Sans JP';
    /* margin-bottom: 2px; */
  }
  .schoolgroup02 a {
    color: #000000;
  }
  #ryub {
    /* font-size: 7px; */
    font-family: 'Noto Sans JP';
  }
  .clikhereimg02 p {
    text-align: center;
    /* margin: 0 0 20px 0; */
  }
  /* .s_name01 hr {
    margin-top: 15px !important;
  } */
  /* .s_name02 hr {
    margin-top: 15px !important;
  } */
  /* フッター */
  .footerimg-sp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .footerimg-sp img {
    width: 100%;
  }
  .footernav-sp-table {
    width: 75%;
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .footernav-sp-table a {
    font-size: 0.8em;
    font-family: 'Noto Sans JP(R)';
    display: block;
    color: #000;
    height: 16px;
    text-decoration: none;
    text-align: center;
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 0px 0px;
    border-left: solid;
    border-right: solid;
    border-width: 1px;
  }
  #adimg01sp, #adimg02sp, #adimg03sp {
    width: 98%;
  }
  .footercontact-sp img {
    width: 140px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media all and (max-width: 330px) {
  .schoolgroup01 p {
    font-size: 10px;
    font-family: 'Noto Sans JP';
  }
  .schoolgroup02 p {
    font-size: 10px;
    font-family: 'Noto Sans JP';
    margin-bottom: 2px;
  }
}
