@charset "utf-8";
/* CSS Document */
/*common*/
body {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  background: rgba(203, 176, 116, 0.1);
  color: #504c2a;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  height: 0;
}
main {
  max-width: 1200px;
  margin: 0 auto;
}
h1 {
  font-size: 36px;
  color: #bc1b21;
}
h2 {
  padding-bottom: 20px;
}
section {
  padding: 20px 0;
}
.waku {
  display: inline-block;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
}
p, a {
  text-decoration: none;
  color: #504c2a;
}
.small {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #a92224;
}
img{
    max-width: 100%;
}
/*no common*/
h3 {
  padding-bottom: 10px;
}
h4 {
  display: inline-block;
  font-size: 18px;
  border-bottom: solid 1px #504c2a;
}
h5 {
  font-size: 18px;
  display: block;
  background: linear-gradient(transparent 60%, #cfb475 65%);
  clear: both;
  width: 300px;
  margin: 10px auto;
  line-height: 20px;
}
h6 {
  padding-bottom: 0;
  font-size: 24px;
  color: #bc1b21;
  clear: both;
  line-height: 1.6;
  text-align: center;
}
h7 {
  font-size: 16px;
  line-height: 2;
}
.not{
    display: none;
}
.yen {
  text-align: right;
  margin-right: 10px;
}
.food {
  border-bottom: solid 2px rgba(80, 76, 42, 0.1);
  margin: 0 auto 10px auto;
  width: 90%;
}
.toggle {
  transform: translateY(0);
  opacity: 1;
}
.main-visual {
  padding: 0 4%;
}
.lemon {
  margin-top: 20px;
}
/*.slide*/
.slider img {
  max-width: 100;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 897px) {
  body {
    font-size: 36px;
    line-height: 72px;
  }
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 36px;
  }
  h3, h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 36px;
  }
  .scl{
    font-size: 24px;
  }
  section {
    padding: 40px 0;
  }
  .top-logo {
    width: 200px;
  }
  .maeoki, .morning, .lunch, .cafetime, .drinkset, .breadcrumbs, .who, .who2, .what, .class, .information, .access, .map {
    font-size: 20px;
    line-height: 48px;
  }
}
/*header*/
.breadcrumbs a{
  text-decoration: none;
    color: #504c2a;
}
.breadcrumbs ol {
  overflow: hidden;
}
.breadcrumbs li {
  float: left;
  color: #504c2a;
  text-decoration: none;
  list-style: none;
}
.breadcrumbs li::after {
  content: '/';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumbs li:last-child::after {
  display: none;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #a92224;
}
.topnav {
  display: none;
}
@media screen and (min-width: 897px) {
  .topnav {
    text-align: center;
    display: inline;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(203, 176, 116, 0.5);
    position: absolute;
    margin-left: auto;
    left: 0;
    top: 0;
    font-size: 24px;
  }
  .breadcrumbs {
    margin-top: 100px;
  }
  .top-menu {
    text-decoration: none;
    margin: 0 60px;
  }
  #hamburger {
    display: none;
  }
  .sp-nav {
    display: none;
  }
}
/*nav*/
.pc-nav {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.toplogo {
  position: absolute;
    width: 100px;
  right: 38%;
  top: 0;
  z-index: 1;
}
.top-logo {
  margin-right: 28%;
  margin-top: 80px;
}
.slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 897px) {
  .toplogo {
    width: 250px;
    right: 40%;
  }
  .top-logo {
    margin-right: 20%;
  }
  .pc-nav {
    width: 100%; /* トリミングしたい枠の幅 */
    height: 600px; /* トリミングしたい枠の高さ */
  }
}
/*about*/
.about {
  margin-top: 20px;
}
span {
  color: #bc1b21;
}
@media screen and (min-width: 897px) {
  .hero {
    margin-right: 50px;
  }
}
/*news*/
.line:hover{
    color: #e1a221;
    text-decoration-line: underline;
}
.info {
  border: dotted 1px #e1a221;
  margin: 0 25px;
  padding: 10px 0px 15px 7%;
}
dt {
  float: left;
  margin-right: 25px;
}
dd {
  text-align: left;
}
.more {
  margin-top: 10px;
  text-decoration: none;
  color: #504c2a;
    margin-right: 30px;
}
.more:hover {
  color: #fff;
  background: #504c2a;
}
@media screen and (min-width: 897px) {
  dt {
    margin-right: 180px;
  }
}
/*reservation*/
.button {
  margin: 5px 20px;
  width: 225px;
  height: 50px;
  padding: 13px;
  font-size: 24px;
  color: #fff;
  background: #e1a221;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #fff;
  border: 1px solid #e1a221;
  color: #e1a221;
}
@media screen and (min-width: 897px) {
  li {
    float: left;
  }
  .button {
    font-size: 48px;
    width: 450px;
    height: 100px;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
/*menu*/
.nav {
  font-size: 24px;
  padding-bottom: 20px;
  color: #504c2a;
}
.cont {
  margin: auto 50px 15px 50px;
}
.icon{
    margin-left: 40px;
}
@media screen and (min-width: 897px) {
  .school {
    padding-top: 30px;
  }
  .mp {
    padding-top: 20px;
  }
  .icon {
    float: left;
    margin: auto 75px;
  }
  .nav {
    font-size: 48px;
  }
}
/*morning*/
@media screen and (min-width: 897px) {
  .float {
    float: left;
    width: 30%;
    height: auto;
    margin: 10px;
  }
  .cofe {
    margin-left: 15%;
  }
}
/*food*/
@media screen and (min-width: 897px) {
  .fod {
    width: 600px;
  }
}
/*drink*/
.drink ol {
  width: 80%;
  margin: auto;
}
.drink dl {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 350px;
  margin-bottom: 20px;
}
.drinkset{
    margin: 20px;
}
.drinkset dt {
  display: block;
  clear: left;
  float: left;
}
.drinkset dd {
  display: block;
  float: right;
}
.set {
  list-style-type: none;
}
.set::after {
  content: '/';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
@media screen and (min-width: 897px) {
  .drinkset {
    margin-left: 300px;
    margin-right: 300px;
  }
}
/*topmenu*/
.top_menu {
  border-top: 1px dotted #e1a221;
  border-bottom: 1px dotted #e1a221;
  background: #fff;
  margin-top: 10px;
  padding: 8px;
}
.top_menu a {
  text-decoration: none;
  color: #504c2a;
}
.top_menu a:hover {
  color: #bc1b21;
}
/*point*/
.who2 {
  clear: both;
}
.who2 p{
    margin: 20px;
}
/*class*/
.imgWrap {
  overflow: hidden;
  margin: 0 75px;
  ;
}
.imgWrap img {
  display: block;
  transition-duration: 0.5s;
}
.imgWrap img:hover {
  transform: scale(1.1);
  transition-duration: 1s;
}
.imgWrap {
  overflow: hidden;
}
.imgEff {
  position: relative;
  width: 350px;
  height: 230px;
  transition-duration: 0.3s;
}
.imgEff:hover {
  transform: scale(1.1);
}
.imgEff:before {
  content: "";
  position: absolute;
  width: 350px;
  height: 230px;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  transition-duration: 0.3s;
  opacity: 0;
  content: "詳しく見る";
  background: radial-gradient(rgba(0, 0, 0, 0.6), #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 2px #000;
  filter: blur(4px);
}
.imgEff:hover:before {
  opacity: 1;
  transform: scale(1.3);
  filter: blur(0);
}
.level {
  max-width: 500px;
}
@media screen and (min-width: 897px) {
  .level {
    float: left;
  }
  span {
    width: 350px;
  }
}
/*information*/
.information{
}
.information p {
  font-size: 16px;
  text-align: center;
  margin: 60px auto 40px;
    width: 100%;
}
input[type="submit"], input[type="text"], select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="text"], textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
    width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
input[type="text"]:focus, textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
input::placeholder, textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-table {
  width: 100% !important;
}
.form-table th, .form-table td {
  border-top: 1px solid #d7d7d7;
  padding: 20px;
}
.form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 300px;
}
@media screen and (max-width: 897px) {
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*access*/
.access table {
  margin: 20px auto;
  text-align: left;
}
.tbl th {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.tbl td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
@media screen and (min-width: 897px) {
  .tbl {
    float: right;
    line-height: 24px;
  }
  .shop {
    width: 50%;
  }
}
@media screen and (max-width: 897px) {
  .tbl {
    width: 80%;
  }
  .tbl th {
    background: rgba(203, 176, 116, 0.5);
  }
  .tbl th, .tbl td {
    display: block;
    width: 100%;
  }
}
/*map*/
iframe {
  width: 100%;
}
@media screen and (min-width: 897px) {}
/*footer*/
footer {
  color: #fff;
  background: #cbb074;
  padding-top: 40px;
  padding-bottom: 30px;
  clear: both;
}
ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
li {
  margin: 0 10px;
  transition: 0.5s;
}
.cont{
 overflow:hidden;
}
.cont img{
 transition:0.5s all;
}
.cont img:hover{
  transform:scale(1.2,1.2);
  transition:0.5s all;
}
.nav {
  text-decoration: none;
}
.logo {
  margin-left: 9%;
}
.map {
  text-align: left;
  width: 162px;
  line-height: 18px;
  padding-top: 0;
}
.map p {
  color: #fff;
}
.snsg {
  padding-top: 0px;
  padding-bottom: 20px;
}
.sns {
  padding: 0 10px;
}
.small {
  padding: 30px;
  clear: both;
}
/*pagetop*/
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.pagetop a {
  display: block;
}
.pagetop:hover {
  opacity: 0.6;
}
@media screen and (min-width: 897px) {
  footer {
    padding-top: 70px;
  }
  .logo {
    width: 262px;
    height: auto;
  }
  .map {
    font-size: 24px;
    line-height: 36px;
    width: 320px;
    height: auto;
    margin-left: 40px;
  }
  .sns {
    width: 100px;
  }
  .sns:hover {
    opacity: 0.5;
  }
  .snsg {
    padding-top: 130px;
  }
  .small {
    font-size: 24px;
  }
  .top {
    width: 150px;
    height: 150px;
  }
}