@charset "UTF-8";@media screen and (max-width: 736px) {  * {    margin: 0;    padding: 0;  }  body {  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;  font-size: 16px;  line-height: 1.7;  color: #253D26;  background-color:#fff;}h1,h2,h3,h4,h5,h6,h7{  font-size: 100%;}  img {    display: block;    width: 100%;    height: auto;  }  a {    text-decoration: none;    color: #333;  }  li {    list-style-type: none;  }  .pc {    display: none;  }  header{  width: 100%;  margin: 0 auto;  text-align: center;  }  #headerInner h1{  text-align: center;  margin-top: 50px;  font-size: 40px;  color:#737471;}#headerInner p{  text-align: center;  margin-top: 20px;  margin-bottom: 30px;  font-size: 15px;  color:#737471;  word-spacing: 5px;}#mainPhoto{  width: 100%;  margin: 0 auto;  margin-top: 30px;  margin-bottom: 30px;}#menu_photo{  width: 100%;  margin: 0 auto;  margin-top: 30px;  margin-bottom: 10px;}  #menu_photo li{    width: 30%;  }#up{  width: 100%;  margin: 0 auto;  display: flex;  justify-content: space-around;  margin-top: 30px;  padding-right: 30px;}#down{  width: 100%;  margin: 0 auto;  display: flex;  justify-content: space-around;  margin-top: 10px;  padding-right: 30px;}#Menu_list{  width: 70%;  margin: 0 auto;  margin-top: 70px;  margin-bottom: 70px;}#Menu_list h2{  text-align: center;  font-size: 30px;  color:#737471;  margin-bottom: 50px;}#bread_list{  font-size: 13px;  color:#737471;}#bread_list{  width: 100%;  margin: 0 auto;  }#bread_list li{  margin-bottom: 20px;}#bread_list p{  float: right;}footer{  width: 100%;  height: 150px;  border-top: solid 2px #737471;  background-color: #E1DBD3;}#footerLogo {  width: 100%;  text-align: center;  font-size: 30px;  color:#9A9F9A;}  .footerNavi ul{    width: 90px;    display:flex;    justify-content: center;    margin:0 auto;  }  .footerNavi li{  width: 100%;  font-size: 11px;  text-align: center;  margin: 0 auto;}  .footerNavi img{    margin: 0 auto;  }  #copyLight {  clear: both;  text-align: center;  font-size: 9px;  color:#9A9F9A ;  padding-top: 15px;} }