@charset "utf-8";
/* CSS Document */
html, body {
  background-color: #F8F7E7;
  color: #613529;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
}
body, div, p, h1, h2, h3, h4, ul, figure {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
li {
  list-style: none;
  line-height: 1.8;
}
a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  color: #613529;
  font-size: 30px;
  padding-top: 50px;
}
/* ========== ヘッダー ========== */
header {
  width: 100%;
  background: rgba(150, 161, 140, 0.6);
  z-index: 500;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
  }
}
.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .header-inner {
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
  }
}
.header-logo {
  line-height: 1;
}
.phone-t {
  color: #ffffff;
}
.phone {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .phone {
    font-size: 23px;
  }
}
.reserve_button {
  background-color: #613529;
  width: 250px;
  height: 30px;
  padding: 15px 5px;
  border-radius: 80px;
  font-size: 18px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 768px) {
  .reserve_button {
    width: 370px;
    height: 50px;
    padding: 20px;
    color: #fffff;
    font-size: 30px;
  }
}
.reserve_button:hover {
  background-color: #81B837;
}
.header-logo:hover {
  opacity: 0.5;
}
.menu-btn {
  padding: 10px 10px;
  border: 1px solid #868181;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: url(../images/hamburger.png) no-repeat center center;
  background-size: contain;
  position: absolute; /*追従にしたいときはfixedに変更*/
  top: 130px;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.header-container {
  border-bottom: dashed 1px;
  color: #ffffff;
}
/* ========== ヘッダー おわり========== */
/* ========== ナビゲーション ========== */
nav {
  color: #613529 !important;
  line-height: 1rem;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  font-size: 32px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
}
.navbar {
  background: #ffffff;
  display: none;
  list-style-type: none;
  border-radius: 10px;
  padding: 0;
}
.navbar a {
  display: block;
  padding: 0.6rem 0;
  color: #613529;
  text-decoration: none;
  border-radius: 10px;
}
.navbar a:hover {
  background: #F2F2ED;
  opacity: 0.9;
}
.navi_ja {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 0.4rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navbar {
    display: flex !important;
  }
  .navbar li {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.8;
  }
  .nav_dot {
    border-right: dashed 1px;
    color: #613529;
    text-align: center;
  }
  .navbar a.nav-current {
    background: #ffffff;
  }
}
.phone {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.home-keyvisual {
  /*background: url(../images/keyvisual.jpg) no-repeat center center;*/
  z-index: -250;
  height: 100%;
}
.title {
  font-family: "M PLUS Rounded 1c" !important;
  text-align: center;
  color: #613529;
  font-size: 30px;
  padding-top: 80px;
  padding: 20px;
}
.title {
  margin-top: 50px;
}
.title_introduction {
  text-align: center;
  color: #613529;
  font-size: 22px;
  padding-top: 10px;
  padding: 20px;
}
.title_introduction span {
  color: #ff0000
}
.area_name_02 {
  text-align: center;
  font-size: 34px;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  opacity: 0.6;
  padding-bottom: 80px;
  margin-top: -40px;
  margin-bottom: 50px;
  border-bottom: dashed 1px;
  color: #613529;
}
.copy {
  ffont-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  color: #613529;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 120px;
}
.copy::after {
  content: '';
  display: block;
  height: 5px;
  width: 14rem;
  background: #d0bea2;
  margin: 1rem 0 2.5rem;
}
.copy-center {
  text-align: center;
}
.copy-center::after {
  margin: 1rem auto;
}
.home-keyvisual {
  /*background-image: url("../images/store.jpg");*/
  background-blend-mode: color-dodge;
  color: #656566;
  background-repeat: no-repeat;
  width: 100%;
}
.copy_diteal {
  color: #613529;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 28px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: dotted 1px;
  width: 14rem;
}
/*	ここまでナビゲーション*/
/* Table */
.paper {
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  max-width: 900px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin: 4rem auto;
  padding: 3rem 2rem;
}
.tr {
  display: flex;
  flex-direction: row;
}
table {
  margin: 3.5rem 0;
  width: 100%;
}
th, td {
  display: block;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  th, td {
    line-height: 1.7;
    display: table-cell;
    width: 50%;
  }
}
th {
  font-weight: normal;
  background: #f8f6f2;
  vertical-align: middle;
  padding: 1rem 2rem;
  text-align: left;
}
td {
  padding: .75rem 1rem 1.75rem;
}
footer {
  background-color: #613529;
  color: #ffffff;
  margin-top: 130px;
  padding: 50px;
  font-family: "M PLUS Rounded 1c";
}
.footer-nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  color: #ffffff;
}
.footer-nav li {
  display: inline;
  padding: 0 1rem 0 0;
  list-style: none;
  color: #ffffff;
}
.footer-nav a:hover {
  opacity: 0.5;
}
.footer-info-t {
  padding-top: 100px;
  color: #ffffff;
}
.footer-info {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-sns {
  display: flex;
  flex: 1 1 auto;
  width: 400px;
  height: auto;
  padding-top: 30px;
}
.footer-copyright {
  padding-top: 40px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}