@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  font-size: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  background: #fff;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  text-decoration: none;
  color: #222;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
}
section {
  margin: 50px auto;
  padding: 50px;
  position: relative;
}
/* スマホのみ改行 */
@media screen and (min-width: 415px) {
  .sp {
    display: none;
  }
}
/* スマホタブレットのみ改行 */
@media screen and (min-width: 769px) {
  .tl {
    display: none;
  }
}
/* pcのみ改行 */
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
header .inner {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header ul {
  display: flex;
}
header a {
  font-size: 1.2rem;
  margin: 0 0 0 30px;
  letter-spacing: 0.2em;
}
header a:hover {
  font-weight: 600;
  color: #8F4809;
}
header .logo {
  width: 250px;
  height: auto;
  position: absolute;
  left: 0;
  top: 10px;
}
header .menu-btn {
  display: none;
}
/* ---------------------footer*/
footer {
  background: #8F4809;
}
footer a {
  color: #fff !important;
}
footer .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 60px 0;
  text-align: center;
  color: #fff !important;
}
/* ---------------------pagetop*/
#pagetop {
  position: fixed;
  width: 100px;
  height: auto;
  bottom: -30px;
  right: 30px;
  z-index: 1;
}
/* ---------------------title*/
.title h1 {
  font-size: 2rem;
  z-index: 1;
  text-align: center;
  color: #8F4809;
}
.title img{
  width: 100px;
  height: auto;
}
/* ---------------------kv*/
.kv {
  position: relative;
  top: 100px;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
/* ---------------------cp_arrows*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  box-sizing: border-box;
}
.cp_arrows p {
  color: #8F4809;
  font-size: 1.2rem;
  margin-top: 80px;
  margin-left: 30px;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 300px; /*画面いっぱいにする場合100vh*/
  margin: -100px auto;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrowfirst {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  content: '';
  background: #8F4809;
}
.cp_arrows .cp_arrow:before {
  transform: rotate(30deg) translateX(-39%);
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  transform: rotate(-30deg) translateX(39%);
  transform-origin: top right;
}
@keyframes arrow-move08 {
  0% {
    top: 40%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------------main*/
#about {
  background: #f6e5cc;
}
#about span{
  font-weight: 1000;
}
#contents .wrap-blk{
  margin: 150px auto;
}
#contents .wrap-blk img{
  width: 300px;
  height: auto;
  }  
#contents .wrap-blk h1{
  font-size: 2rem;
text-align: center;
}
#contents .contents-blk{
  margin: 100px auto;
}
#contents span{
  margin-left: 20px;
  font-size: 1.2rem;
  color: red;
}
#payment p{
text-align: center;
}
#reservation{
  background: #f6e5cc;
}
#reservation .contents-blk{
  margin: 100px auto;
}
#reservation span{
  color: red;
}
#home #notice .wrap-blk {
  margin: auto 10%;
}
#home #notice .contents-blk {
  margin: 50px auto;
}
#home #notice .title-blk {
  display: flex;
}
#home #notice .pin {
  background: #8F4809;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
#contact .btn {
  width: 300px;
  height: 80px;
  border-radius: 20px;
  background: #8F4809;
  left: 38%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
#contact {
  color: #fff !important;
  padding: 100px 0;
  position: relative;
  background: url("images/contact.jpg") no-repeat center center / cover;
  text-align: center;
}
#contact::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
#contact p {
  text-align: center;
  line-height: 4;
  position: relative;
  z-index: 1;
}
#contact .small {
  font-size: 12px;
  margin-bottom: -30px;
}
#contact .btn {
  width: 300px;
  height: 80px;
  border-radius: 20px;
  background: #8F4809;
  left: 38%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
#contact .btn img {
  width: 60px;
  height: auto;
  position: relative;
}
#contact .btn p{
  color: #fff;
  font-size: 2rem;
  position: relative;
  top: -20px;
}
/*-----------------------------------
タブレット
-----------------------------------*/
@media screen and (max-width: 1024px) {
  body {
    font-size: 2.5vw;
  }
  .inner {
    width: 85%;
    margin: 0 auto;
  }
  section {
    margin: 0 auto;
    padding: 30px;
  }
  #nav-toggle {
    position: fixed;
    top: 30px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle > div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .3s ease, top .5s ease;
  }
  #nav-toggle > div span:nth-child(1) {
    top: 0;
  }
  #nav-toggle > div span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle > div span:nth-child(3) {
    top: 28px;
  }
  .open #nav-toggle > div span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle > div span:nth-child(2) {
    width: 0;
  }
  .open #nav-toggle > div span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  .header-nav {
    width: 100%;
    position: fixed;
    display: block;
    top: 90px;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s;
    transform: translate(100%);
    left: 0;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }
  .open .header-nav {
    transform: translateX(0) !important;
  }
  header .header-nav ul {
    display: block;
  }
  header .header-nav li a {
    font-size: 3vw;
    display: block;
    width: 100%;
    padding: 10px 50px;
  }
  header .logo {
    width: 250px;
    top: 30px;
  }
  /* ---------------------footer*/
  footer p {
    font-size: 2vw !important;
    padding: 40px 0 !important;
  }
  /* ---------------------kv*/
  .kv {
    top: 80px;
    height: 90vh;
  }
/*-----------------------------------
スマホ
-----------------------------------*/
  @media screen and (max-width: 414px) {
    body {
      font-size: 3.5vw;
    }
    h1, h2, h3, h4, h5, h6 {
      font-weight: 570;
      margin: 0;
      padding: 0;
    }
    section {
      padding: 30px;
    }
    section h1 {
      font-size: 6vw;
    }
    /* ---------------------header*/
    header .inner {
      height: 60px;
    }
    header .header-nav {
      top: 60px;
    }
    #nav-toggle {
      top: 20px;
    }
    #nav-toggle > div {
      width: 30px;
    }
    #nav-toggle > div span:nth-child(1) {
      top: 0;
    }
    #nav-toggle > div span:nth-child(2) {
      top: 10px;
    }
    #nav-toggle > div span:nth-child(3) {
      top: 20px;
    }
    .header-nav {
      top: 60px;
    }
    header .header-nav li a {
      font-size: 4vw;
      padding: 5px 30px;
    }
    header .logo {
      width: 140px;
      top: 10px;
      left: -20px;
    }
    /* ---------------------footer*/
    footer p {
      font-size: 2vw !important;
      padding: 30px 0 !important;
    }
    /* ---------------------btn*/
    #pagetop {
      width: 70px;
      bottom: 0px;
    }
    /* ---------------------title*/
    .title h1 {
      font-size: 4vw;
      line-height: 1.5;
    }
.title img{
  width: 20px;
}
    /* ---------------------kv*/
    .kv {
      top: 60px;
    }
    /* ---------------------cp_arrows*/
    .cp_arrows p {
      font-size: 2vw;
      margin-top: 50px;
      margin-left: 20px;
    }
    .cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
      width: 20px;
      height: 2px;
    }
    /* ---------------------main*/
    #contents .wrap-blk{
      margin: 25px auto;
    }
    #contents .wrap-blk img{
      width: 250px;
      height: auto;
      }  
    #contents .wrap-blk h1{
      font-size: 3vw;
    }
    #contents .contents-blk{
      margin: 50px auto;
    }
    #contents .contents-blk h2{
      font-size: 3.5vw;
    }
    #contents .contents-blk h3{
      line-height: 1.2;
      font-size: 3.5vw;
    }
    #contents .contents-blk p.star{
      line-height: 1.2;
    }
    #contents span{
      margin-left: 0;
      font-size: 3vw;
    }
    #reservation .contents-blk{
      margin: 50px auto;
    }    
    #home #notice .wrap-blk {
      margin: auto 5%;
    }
    #home #notice .contents-blk {
      margin: 20px auto;
    }
    #home #notice .pin {
      width: 10px;
      height: 10px;
      margin-right: 5px;
    }
    #contact {
      padding: 50px 0;
    }
    #contact p {
      line-height: 2;
    }
    #contact .small {
      font-size: 4vw;
      margin-bottom: -15px;
    } 
    #contact .btn {
      width: 150px;
      height: 50px;
      border-radius: 10px;
      left: 30%;
    }
    #contact .btn p{
      font-size: 5vw;
      top: 5px;
    }