<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 750px) {

  .md{
    display: none;
  }

  .sm{
    display: block;
  }
  .trans,
  .trans:hover {
    opacity: 1 !important;
  }

  body{
    padding-top: 70px;
	min-width: 0;
  }

  header{
    top: 0;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    height: 50px;
    position: fixed;
    background: white;
    box-shadow: 0px 0px 15px black;
    z-index: 9999;
  }

  header h1{
    position: static;
  }

  header #logo{
    padding: 0;
  }

  header #logo a{
    margin: auto;
    background-size: contain;
    width: 50%;
    height: 40px;
  }

  .empty{
    height: 70px;
  }

  header .menu-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/header/sm_menu.jpg");
  }

  header .menu-btn.close{
    background-image: url("../img/header/sm_menu_close.jpg");
  }

  header .menu{
    width: 80%;
    height: 100%;
    position: fixed;
    top: 70px;
    background: #2F4623;
    right: 0;
    overflow: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  header .menu.shown{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  header .menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
  }

  header .menu ul li{
    height: 60px;
    line-height: 60px;
    color: white;
    border-bottom: 1px solid white;
  }

  header .menu ul li:hover{
    background-color: #9E9E9F;
  }

  header .menu ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 20px;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
  }

  header .menu ul li .font-size{
    float: left;
    margin-left: 20px;
  }

  header .menu ul li .change-font{
    display: inline-block;
    float: right;
    margin-right: 10px;
  }

  header .menu ul li .change-font div{
    display: inline-block;
    border: 1px solid white;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  header .menu ul li .arrow{
    width: 25px;
    height: 30px;
    position: relative;
    float: right;
    background-image: url("../img/header/sm_menu-arrow.png");
    margin-top: -44px;
    margin-right: 10px;
  }

  body h3{
    background-size: auto 100%;
    height: 100px;
  }

  .wrapper{
    width: 100%;
  }

  .marged{
    margin: 1%;
  }

  footer{
    z-index: 1;
    background: #fff;
    height: auto;
    padding: 0 10px;
  }

  .wrapper #breadcamp {
    font-size: 0.89em;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  #reservation {
    padding: 0 10px;
    border-top: 1px solid rgb(76,105,22);
    margin-top: 1px;
  }
  aside .btn.tel {
    margin: 0.7em 0;
  }
  .ul-table {
    display: table;
    width: 100%;
  }
  .ul-table li {
    display: table-cell;
  }
  aside .ul-table {
    margin-top: 1.2em;
  }
  #sns .ul-table li {
    padding: 0 2px;
  }
  .gNavi {
    border-top: 1px solid #eee;
    padding-top: 6%;
  }
  .gNavi .ul-table {
    border-left: 1px solid #fff;
    margin-left: -1px;
  }
  .gNavi ul li {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .gNavi .ul-table a img {
    width: 100%;
  }

}

@media only screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 11px;
  }
  .wrapper #breadcamp {
    font-size: 0.667em;
  }
}</pre></body></html>