@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #3d2a0f;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #cca56e;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #667644;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
reservation
------------------------------------------------- */
#reservation {
  margin-bottom: 70px;
}
#reservation .inner {
  background: url(../images/reservation-bg.webp) no-repeat center/cover;
  width: calc(100% - 10px);
  max-width: 1400px;
  height: 370px;
  margin: 0 auto;
  border-radius: 30px;
}
#reservation .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow-x: clip;
}
#reservation .contents h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 10px;
  flex: 1;
}
#reservation .contents h2 small {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#reservation .contents .btn {
  margin-left: auto;
}
#reservation .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
  background-color: #fff;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-image: url(../images/arwo-white.webp);
  width: 270px;
  height: 70px;
  border-radius: 35px;
}
#reservation .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #reservation {
    margin-bottom: 60px;
  }
  #reservation .inner {
    height: 300px;
  }
  #reservation .contents h2 {
    font-size: 45px;
  }
  #reservation .contents h2 small {
    font-size: 24px;
  }
  #reservation .contents .btn a {
    width: 250px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  #reservation {
    margin-bottom: 50px;
  }
  #reservation .inner {
    height: 200px;
  }
  #reservation .contents {
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
  }
  #reservation .contents h2 {
    flex: unset;
    justify-content: center;
    font-size: 30px;
  }
  #reservation .contents h2 small {
    font-size: 20px;
  }
  #reservation .contents .btn {
    margin-left: unset;
  }
  #reservation .contents .btn a {
    width: 230px;
    height: 60px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 108px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#news .contents article {
  border-bottom: 2px dashed #cca56e;
  padding: 0 30px 13px 17px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .time-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 20px;
}
#news .contents article .time-cate time {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #667644;
}
#news .contents article .time-cate .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-radius: 8px;
  background-color: #667644;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 26px;
}
#news .contents article .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #3d2a0f;
}
#news .contents article:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .contents article {
    padding: 0 20px 10px 10px;
  }
  #news .contents article .time-cate {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 15px;
  }
  #news .contents article .time-cate time {
    font-size: 14px;
  }
  #news .contents article .time-cate .cate {
    font-size: 14px;
    padding: 0 20px;
    height: 30px;
  }
  #news .contents article .title {
    font-size: 16px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news .inner {
    flex-direction: column;
    row-gap: 40px;
  }
  #news .contents article {
    padding-right: 10px;
  }
  #news .contents article .time-cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  #news .contents article .time-cate .cate {
    padding: 0 10px;
    height: 25px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 34px 1.875% 18.32px 2.5%;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
}
#header .top.m_fixed .logo a:nth-child(1) {
  display: none;
}
#header .top.m_fixed .logo a:nth-child(2) {
  display: inline;
}
#header .top.m_fixed #gnav ul li a {
  color: #3d2a0f;
}
#header .top.m_fixed #gnav ul li a .images img:nth-child(1) {
  display: none;
}
#header .top.m_fixed #gnav ul li a .images img:nth-child(2) {
  display: inline;
}
#header .logo {
  max-width: 182px;
}
#header .logo a:nth-child(2) {
  display: none;
}
#header #gnav {
  margin-left: auto;
  flex: 1;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 57px;
}
#header #gnav ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
#header #gnav ul li a .images {
  display: block;
  margin-bottom: 5px;
}
#header #gnav ul li a .images img {
  width: 50%;
  max-width: 35px;
}
#header #gnav ul li a .images img:nth-child(2) {
  display: none;
}
#header #gnav ul li.reservation a {
  color: #3d2a0f;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 57px;
  background-color: #cca56e;
  border-radius: 28.5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (max-width: 999px) {
  #header .top {
    padding: 25px 1.875% 12px 2.5%;
  }
  #header #gnav ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.reservation a {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 60px 10px 10px;
  }
  #header .logo {
    max-width: 140px;
  }
  #header #gnav ul {
    justify-content: start;
  }
  #header #gnav ul li a {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #header #gnav ul li a .images img {
    width: unset;
    max-width: 25px;
  }
  #header #gnav ul li.reservation a {
    width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset;
    justify-content: flex-start;
    color: #fff;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  background-color: #cca56e;
  padding: 93px 0;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .pagetop {
  position: absolute;
  right: 5.625%;
  top: -30px;
}
#footer .shape {
  position: absolute;
  right: 13.3125%;
  top: -167px;
  width: 10.6875%;
  max-width: 171px;
  aspect-ratio: 171/220;
}
#footer .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 39px;
       column-gap: 39px;
  margin-bottom: 27px;
}
#footer .head .insta {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
#footer .head .insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}
#footer .head .insta:not(.a) {
  padding: 5px;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 82px;
}
#footer .contents .data {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #3d2a0f;
}
#footer .contents .data a {
  font-weight: 500;
  color: #3d2a0f;
}
#footer .contents #fnav {
  margin-left: auto;
  margin-top: 6px;
}
#footer .contents #fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 55px;
}
#footer .contents #fnav ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
}
#footer .contents #fnav ul li.reservation a {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 57px;
  border-radius: 28.5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#footer .contents #fnav ul:not(:last-child) {
  margin-bottom: 34px;
}
#footer .bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .bottom .copyright {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
}
#footer .bottom .links {
  margin-left: auto;
}
#footer .bottom .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
}
#footer .bottom .links ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d2a0f;
}
@media (max-width: 1599px) {
  #footer .shape {
    top: -10.4375vw;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .shape {
    right: 100px;
  }
  #footer .head {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .contents {
    margin-bottom: 60px;
  }
  #footer .contents .data {
    font-size: 16px;
  }
  #footer .contents #fnav ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents #fnav ul li.reservation a {
    width: 160px;
    height: 50px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer .bottom .copyright {
    font-size: 14px;
  }
  #footer .bottom .links ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .bottom .links ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 0;
  }
  #footer .pagetop {
    width: 40px;
    top: -20px;
  }
  #footer .shape {
    min-width: 40px;
    top: -40px;
    right: 80px;
  }
  #footer .head {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .contents {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents .data {
    font-size: 14px;
  }
  #footer .contents #fnav {
    margin-left: unset;
  }
  #footer .contents #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  #footer .contents #fnav ul li a {
    font-size: 14px;
  }
  #footer .contents #fnav ul li.reservation a {
    width: 140px;
    height: 45px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .bottom {
    flex-direction: column;
    row-gap: 10px;
  }
  #footer .bottom .copyright {
    text-align: center;
    order: 1;
  }
  #footer .bottom .links {
    margin-left: unset;
  }
  #footer .bottom .links ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */