@charset "utf-8";
/* CSS Document */
html, body {
  font-family: 'A-OTF じゅん Pro', sans-serif;
  font-weight: 500;
  font-size: 96.5%;
  margin: 0 auto;
  line-height: 1.8;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fdf7d8;
}
/* ------------------------------
  基本設定
-------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
ul {
  list-style: none;
}
img { /* Fluid-img */
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
  vertical-align: middle;
}
img.nomal {
  max-width: 100%;
  display: block;
  margin: 0;
  vertical-align: middle;
}
td img {
  vertical-align: baseline;
}
strong {
  font-weight: 800;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  line-height: 1.8;
  word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/
}
blockquote {
  margin: 0 30px 0 30px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover {
  text-decoration: none;
  color: #666;
}
/*--- clearfix --- */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* floatをクリア */
.clear {
  clear: both;
}
/* SP時改行 */
.pc {
  display: none;
}
.sp {
  display: inline;
}
/* body内
-------------------------------------------- */
/* ------------------------------
  header
-------------------------------- */
header {
  width: 100%;
  padding: 0px;
  margin: 0 0 60px 0;
}
.top_img {
  width: 94%;
  height: 480px;
  border-radius: 100vh;
  background: url("../../images/top_img.jpg") center center no-repeat;
	background-size: cover;
  margin: 10px auto 0 auto;
  position: relative;
}
.header-logo {
  width: 95%;
  padding: 20px 0 0 0;
}
.kumo {
  position: absolute;
  right: -10px;
  bottom: -40px;
  width: 210px;
}
/*drawerボタン
-------------------------------------------- */
.sp-drawer {
  display: block;
}
/* ------------------------------
  共通パーツ
-------------------------------- */
.main-wrap {
  width: 95%;
  margin: 0 auto;
}
section {
  margin: 0 0 50px 0;
}
.wh-line {
  border: 8px solid #fff;
  padding: 10px;
  margin: 0 0 20px 0;
}
/* 見出し
-------------------------------------------- */
h2.with_icon {
  font-weight: 600;
  font-size: 32px;
  padding: 0 0 10px 0;
  margin: 20px 0 30px 0;
  position: relative;
  text-align: center;
}
h2.with_icon span {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  position: absolute;
  left: 50%;
  bottom: -90px;
  margin-left: -65px;
}
h3.basic-h3 {
  margin: 0px 0 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.bg-be {
  background: #fcf9e8;
  padding: 0px 30px;
  margin: 0 0 10px 0;
  font-size: 15px;
}
/* 
-------------------------------------------- */
.lunch-img {
width: 100%;
  margin: 0 auto 0px auto;
  position: relative;
}
.lunch-img img {
  border-radius: 10px;
}
.reservation {
  position: absolute;
  left: -10px;
  top: -10px;
	z-index: 1000;
}
.lunch-menu {
  margin: 0 10px;
}
/*文字装飾
-------------------------------------------- */
.tx-s {
  font-size: 14px;
  margin: 0 0 0px 0;
  font-weight: 600;
}
.tx-l {
  font-size: 17px;
  margin: 0 0 0px 0;
  font-weight: 500;
}
.tx-xl {
  font-size: 20px;
  margin: 0 0 0px 0;
  font-weight: 600;
}
/*---  --- */
.tx-center {
  text-align: center;
}
.tx-space {
  margin: 0 0 10px 0;
}
.tx-underline {
  border-bottom: 2px solid #000000;
  font-size: 19px;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.tx-underline02 {
  border-bottom: 2px solid #000000;
  font-size: 17px;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.map-wrap {
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 0 0 0 0;
}
/* ------------------------------
  footer
-------------------------------- */
footer {
  padding: 60px 0 20px 0;
  background: url("../../images/f-yama.png") center bottom repeat-x;
  background-size: 180%;
}
.footer-flame {}
.footer-l {
  width: 85%;
  margin: 0 auto 30px auto;
}
.company-name {
  margin: 0 0 20px 0;
}
.gaikan {
  width: 260px;
  margin: 0 auto;
}
.copyright {
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 11px;
}
/*page top
-------------------------------------------- */
#to-top {
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 40px;
  width: 40px;
}
@media print, screen and (min-width : 768px) {
  /* ------------------------------
  基本設定
-------------------------------- */
  /* PC時改行 */
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  /* ------------------------------
  header
-------------------------------- */
  header {
    width: 100%;
    padding: 40px 40px 0 0px;
    box-sizing: border-box;
  }
  .header-logo {
    width: 420px;
    padding: 20px 0 0 0;
  }
  .kumo {
    position: absolute;
    right: -10px;
    bottom: -50px;
    width: 280px;
  }
  /* ------------------------------
  共通パーツ
-------------------------------- */
  .main-wrap {
    width: 90%;
    margin: 0 auto;
  }
  section {
    margin: 0 0 50px 0;
  }
  .wh-line {
    border: 8px solid #fff;
    padding: 40px 40px 20px 40px ;
    margin: 0 0 40px 0;
  }
  /*drawerボタン
-------------------------------------------- */
  .sp-drawer {
    display: none;
  }
  /* 見出し
-------------------------------------------- */
  h2.basic-h2 {
    margin: 0px 0 60px 0;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 32px;
    background-size: auto;
  }
  h3.basic-h3 {
    margin: 0px 0 10px 0;
    font-size: 24px;
  }
  /* 
-------------------------------------------- */
  .lunch-img {
    width: 55%;
    margin: 0 0 0px 0;
    position: relative;
  }
  .lunch-img img {
    border-radius: 20px;
  }
  .reservation {
    position: absolute;
    left: -10px;
    top: -10px;
  }
  .lunch-menu {
    width: 35%;
    margin: 0 10px;
  }
  /*文字装飾
-------------------------------------------- */
  .tx-s {
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 600;
  }
  .tx-l {
    font-size: 21px;
    margin: 0 0 0px 0;
    font-weight: 500;
  }
  .tx-xl {
    font-size: 20px;
    margin: 0 0 0px 0;
    font-weight: 600;
  }
  /*---  --- */
  .tx-center {
    text-align: center;
  }
  .tx-space {
    margin: 0 0 30px 0;
  }
  /*スマホのみ改行
-------------------------------------------- */
  .br-sp {
    display: none;
  }

.map-wrap {
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 0 0 0;
}
 /* ------------------------------
  footer
-------------------------------- */
  footer {
    padding: 60px 0 30px 0;
    background: url("../../images/f-yama.png") center bottom repeat-x;
    background-size: 100%;
  }
  .footer-flame {}
  .footer-l {
    width: 42%;
    margin: 0 0 0px 0;
  }
  .footer-r {
    width: 25%;
  }
  .company-name {
    margin: 0 0 20px 0;
  }
  .company-name img {
    margin: 0 0 0px 0;
  }
  .gaikan {
    width: 260px;
    margin: 0;
  }
  .copyright {
    width: 100%;
    font-size: 10px;
    padding: 0px;
  }
  /*page top
-------------------------------------------- */
  #to-top {
    z-index: 10;
    position: fixed;
    left: 50%;
    margin-left: 720px;
    bottom: 20px;
    width: 80px;
  }
  /* ** */
}
@media print, screen and (min-width : 1280px) {
  /* ------------------------------
  header
-------------------------------- */
  header {
    width: 100%;
    padding: 0px;
    margin: 0 0 80px 0;
  }
  .top_img {
	width: 95%;
    max-width: 1560px;
    height: 580px;
    border-radius: 100vh;
    background: url("../../images/top_img02.jpg") center center no-repeat;
    margin: 30px auto 0 auto;
    position: relative;
  }
  .header-logo {
    width: 560px;
    padding: 30px 0 0 20px;
    margin: 0px 0 0 0;
  }
  .kumo {
    position: absolute;
    right: 30px;
    bottom: -90px;
    width: 420px;
  }
  /* ------------------------------
  共通パーツ
-------------------------------- */
  .main-wrap {
    width: 1200px;
    margin: 0 auto;
  }
  /*文字装飾
-------------------------------------------- */
  .tx-s {
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 600;
  }
  .tx-l {
    font-size: 24px;
    margin: 0 0 0px 0;
    font-weight: 500;
  }
  .tx-xl {
    font-size: 22px;
    margin: 0 0 0px 0;
    font-weight: 600;
  }
  .tx-space {
    margin: 0 0 30px 0;
  }
  .tx-underline {
    border-bottom: 2px solid #000000;
    font-size: 24px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: 600;
  }
  .tx-underline02 {
    border-bottom: 2px solid #000000;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: 600;
  }
  /* ------------------------------
  footer
-------------------------------- */
  .gaikan {
    width: 360px;
    margin: 0 auto;
  }
}