@charset "UTF-8";
/* 
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
.area_visual .pagettl svg {
  width: 100%;
  height: auto;
  max-width: 17vw;
  min-width: 160px;
}
.area_visual .copy {
  top: 6vw;
}
@media all and (max-width: 896px) {
  .area_visual .copy {
    font-size: 1.7rem;
    top: 40px;
    right: 20px;
    letter-spacing: 0em;
  }
}

.area_history {
  position: relative;
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_history {
    padding: 0 20px;
  }
}
.area_history .block_history {
  padding: 0px 0 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_history .block_history {
    padding: 30px 0;
  }
}
.area_history .block_history .box_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl {
    justify-content: center;
  }
}
.area_history .block_history .box_ttl .side_ttl {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl {
    width: 100%;
  }
}
.area_history .block_history .box_ttl .side_ttl h1 {
  font-family: "Hina Mincho", serif;
  font-size: 3.6rem;
  line-height: 1.1em;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl h1 {
    font-size: 2.7rem;
  }
}
.area_history .block_history .box_ttl .side_ttl .cloud {
  padding: 5px 0 0;
}
.area_history .block_history .box_ttl .side_ttl .cloud img {
  width: 100%;
  height: auto;
  max-width: 420px;
}
.area_history .block_history .box_ttl .side_logo {
  width: 40%;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_logo {
    width: 70%;
    text-align: center;
  }
}
.area_history .block_history .box_ttl .side_logo img {
  width: 100%;
  height: auto;
}
.area_history .block_history .box_copy {
  text-align: center;
  padding: 10px 0 0;
  position: relative;
}
.area_history .block_history .box_copy p {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_copy p {
    font-size: 1.5rem;
    text-align: justify;
  }
}
.area_history .elem02 {
  position: absolute;
  width: 24vw;
  mix-blend-mode: multiply;
  bottom: -4vw;
  right: 0px;
}
@media all and (max-width: 480px) {
  .area_history .elem02 {
    bottom: -8vw;
    width: 38vw;
  }
}
.area_history .elem02 img {
  width: 100%;
  height: auto;
}

.area_slider {
  padding: 0 0 20px;
}
.area_slider .swiper {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
}
.area_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.area_slider .swiper-slide .box_img {
  line-height: 0em;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media all and (max-width: 480px) {
  .area_slider .swiper-slide .box_img {
    aspect-ratio: 4/3;
  }
}
.area_slider .swiper-slide .box_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_slider .swiper-button-prev:after,
.area_slider .swiper-button-next:after {
  color: #FFF;
}
.area_slider .swiper-horizontal > .swiper-pagination-bullets,
.area_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.area_slider .swiper-pagination-custom,
.area_slider .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.area_slider .swiper-pagination-bullet-active {
  background-color: #FFA73E;
}

.area_cuisine {
  position: relative;
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_cuisine {
    padding: 0 20px;
  }
}
.area_cuisine .elem02 {
  position: absolute;
  top: 0px;
  left: 1vw;
  width: 13vw;
  mix-blend-mode: multiply;
}
.area_cuisine .elem02 img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine {
  padding: 40px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine {
    padding: 0px 0 0;
  }
}
.area_cuisine .block_cuisine .column_cuisine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.area_cuisine .block_cuisine .column_cuisine .side_txt {
  width: 47%;
  padding: 20px 0 0;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .column_cuisine .side_txt {
    width: 100%;
    padding: 0px 0 0;
  }
}
.area_cuisine .block_cuisine .column_cuisine .side_txt h2 {
  font-size: 2.4rem;
  line-height: 1.8em;
  font-family: "Hina Mincho", serif;
  padding: 20px 0 0;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .column_cuisine .side_txt h2 {
    font-size: 2rem;
    text-align: center;
    padding: 12px 0 0;
  }
}
.area_cuisine .block_cuisine .column_cuisine .side_img {
  width: 45%;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .column_cuisine .side_img {
    width: 60%;
    margin: 10px 0 0 auto;
  }
}
.area_cuisine .block_cuisine .column_cuisine .side_img img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .column_img {
  display: flex;
  align-items: center;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .area_cuisine .block_cuisine .column_img {
    margin-top: 10px;
  }
}
.area_cuisine .block_cuisine .column_img img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .column_img .big {
  width: 60%;
}
.area_cuisine .block_cuisine .column_img .small {
  width: 40%;
  box-sizing: border-box;
  padding: 5vw 0 0 5vw;
}
.area_cuisine .block_cuisine .box_menu {
  padding: 60px 0 0;
  position: relative;
  text-align: center;
}
.area_cuisine .block_cuisine .box_menu h2 {
  display: inline-block;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
  background-color: #7D8827;
  color: #FFF;
}
.area_cuisine .block_cuisine .box_menu .menu {
  padding: 20px 5vw;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .box_menu .menu {
    padding: 10px 0;
  }
}
.area_cuisine .block_cuisine .box_menu .menu img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_menu .elem03 {
  position: absolute;
  top: -2vw;
  right: -6vw;
  width: 16vw;
  mix-blend-mode: multiply;
}
.area_cuisine .block_cuisine .box_menu .elem03 img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_menu .elem04 {
  position: absolute;
  top: 2vw;
  left: 0vw;
  width: 5vw;
  mix-blend-mode: multiply;
}
.area_cuisine .block_cuisine .box_menu .elem04 img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_addmenu {
  padding: 60px 0 0;
  position: relative;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_addmenu {
    padding: 30px 0 0;
  }
}
.area_cuisine .block_cuisine .box_addmenu h2 {
  display: inline-block;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
  background-color: #C1976D;
  color: #FFF;
}
.area_cuisine .block_cuisine .box_addmenu p {
  text-align: center;
}
.area_cuisine .block_cuisine .box_addmenu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  margin: 0 -12px;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_addmenu ul {
    padding: 8px 0;
    margin: 0 -8px;
  }
}
.area_cuisine .block_cuisine .box_addmenu ul li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 12px;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_addmenu ul li {
    padding: 8px;
  }
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .box_addmenu ul li {
    width: 50%;
  }
}
.area_cuisine .block_cuisine .box_addmenu ul li .box_img {
  line-height: 0em;
}
.area_cuisine .block_cuisine .box_addmenu ul li .box_img img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_addmenu ul li .box_txt {
  padding: 10px 0 0;
}
.area_cuisine .block_cuisine .box_addmenu ul li .box_txt h3 {
  font-size: 2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
  text-align: left;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_addmenu ul li .box_txt h3 {
    font-size: 1.8rem;
  }
}
.area_cuisine .block_cuisine .box_addmenu ul li .box_txt p {
  font-size: 1.4rem;
  line-height: 1.7em;
  padding: 5px 0 0;
  text-align: justify;
}
.area_cuisine .block_cuisine .box_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_link ul {
    margin: 0 -5px;
  }
}
.area_cuisine .block_cuisine .box_link ul li {
  width: 30%;
  box-sizing: border-box;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_link ul li {
    padding: 5px;
    width: 50%;
  }
}
.area_cuisine .block_cuisine .box_link ul li img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_yasashii {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 60px 0 0;
  margin: 0 -15px;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_yasashii {
    padding: 30px 0 0;
    margin: 0 -10px;
  }
}
.area_cuisine .block_cuisine .box_yasashii img {
  width: 100%;
  height: auto;
}
.area_cuisine .block_cuisine .box_yasashii .side_txt {
  width: 40%;
  padding: 15px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .box_yasashii .side_txt {
    width: 100%;
    padding: 10px;
  }
}
.area_cuisine .block_cuisine .box_yasashii .side_txt h2 {
  font-size: 2.4rem;
  line-height: 1.8em;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .area_cuisine .block_cuisine .box_yasashii .side_txt h2 {
    font-size: 2rem;
  }
}
.area_cuisine .block_cuisine .box_yasashii .side_txt .img01 {
  padding: 20px 0 0;
}
.area_cuisine .block_cuisine .box_yasashii .side_imgae {
  width: 60%;
  padding: 15px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .box_yasashii .side_imgae {
    width: 100%;
    padding: 10px;
  }
}
.area_cuisine .block_cuisine .box_yasashii .side_imgae .inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/img10.jpg);
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .area_cuisine .block_cuisine .box_yasashii .side_imgae .inner {
    aspect-ratio: 3/2;
  }
}

.area_fac {
  padding: 0 12vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_fac {
    padding: 0 20px;
  }
}
.area_fac .block_fac {
  padding: 200px 0 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac {
    padding: 60px 0 40px;
  }
}
.area_fac .block_fac .elem_l {
  position: absolute;
  top: 150px;
  left: 30%;
  width: 16vw;
  mix-blend-mode: multiply;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .elem_l {
    top: 45px;
  }
}
.area_fac .block_fac .elem_l img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem03 {
  position: absolute;
  top: 0;
  left: -13vw;
  width: 30vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem03 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem05 {
  position: absolute;
  top: 8vw;
  left: -10vw;
  width: 20vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem05 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem06 {
  position: absolute;
  bottom: 62vw;
  left: -13vw;
  width: 20vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem06 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem07 {
  position: absolute;
  bottom: 38vw;
  right: -12vw;
  width: 16vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem07 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .box_ttl {
  position: relative;
}
.area_fac .block_fac .box_ttl h2 {
  max-width: 400px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .box_ttl h2 {
    width: 80%;
    margin: auto;
  }
}
.area_fac .block_fac .box_ttl h2 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .box_ttl p {
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .box_ttl p {
    text-align: justify;
  }
}
.area_fac .block_fac .img_large {
  width: 100%;
  line-height: 0em;
  margin: 24px 0 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .img_large {
    margin: 16px 0 0;
    overflow: hidden;
    aspect-ratio: 3/2;
  }
}
.area_fac .block_fac .img_large img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .img_large img {
    height: 100%;
    object-fit: cover;
  }
}
.area_fac .block_fac .column_large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 60px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_large {
    padding: 0px 0 40px;
  }
}
.area_fac .block_fac .column_large .ttl_fac {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 15px 50px 10px 0;
  position: relative;
}
.area_fac .block_fac .column_large .ttl_fac h3 {
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_large .ttl_fac h3 {
    font-size: 2rem;
  }
}
.area_fac .block_fac .column_large .ttl_fac .line {
  width: 100%;
  position: absolute;
  top: 15px;
  right: 0px;
}
.area_fac .block_fac .column_large .ttl_fac .line img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_large .side_ttl {
  position: relative;
}
.area_fac .block_fac .column_large .side_ttl .btn_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_large .side_ttl .btn_menu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
  }
}
.area_fac .block_fac .column_large .side_ttl .btn_menu img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_large .side_img {
  width: 26vw;
  padding: 15px 15px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_large .side_img {
    width: 80%;
    padding-top: 10px;
  }
}
.area_fac .block_fac .column_large .side_img img {
  width: 100%;
  height: auto;
}

p {
  font-size: 1.5rem;
  line-height: 2em;
  padding: 20px 0 0;
  text-align: justify;
}
@media all and (max-width: 896px) {
  p {
    padding: 12px 0 0;
    text-align: justify;
  }
}

/***************************************************
 * Generated by SVG Artista on 6/19/2023, 1:28:38 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1021.5604858398px;
    stroke-dasharray: 1021.5604858398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1021.5604858398px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1021.5604858398px;
    stroke-dasharray: 1021.5604858398px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1021.5604858398px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 561.5213623047px;
    stroke-dasharray: 561.5213623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 561.5213623047px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 561.5213623047px;
    stroke-dasharray: 561.5213623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 561.5213623047px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 653.6041870117px;
    stroke-dasharray: 653.6041870117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 653.6041870117px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 653.6041870117px;
    stroke-dasharray: 653.6041870117px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 653.6041870117px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}