/**************************

//メインスライダー

**************************/
/*1*/
.home-mainslide-area {
  width: 100%;
  height: 42.875vw;
  padding-top: 2.8125vw;
  position: relative;
  /*追加*/
  /*background-color:brown;*/
}

@media only screen and (min-width: 1379px) {
  .home-mainslide-area {
    /* height: 686px; */
    height: 40vw;
    padding-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .home-mainslide-area {
    height: 93.8666vw;
    padding-top: 0;
  }
}

/*2*/

.main-img_container {
  max-width: 86%;

  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-img_container {
    height: inherit;
  }
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/*3*/
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin-top: 45px;
  }
}

/*4*/
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/*5*/
.slide-img {
  position: relative;
  margin-left: 5%;
  max-width: 95%;
  width: 100%;
  height: auto;
}

.slide-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}

/*6*/
@media only screen and (min-width: 1379px) {
  .slide-img img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .slide-img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    height: 93.8666vw;
  }

  .slide-img img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 31% 100%;
    object-position: 31% 100%;
    width: auto;
    height: 93.8666vw;
  }
}

.slide-img img {
  display: block;
}

.home-mainslide-area::before {
  content: "";
  display: block;
  background: url(img/main-bg.jpg);
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 0;
  left: 0;
}

.home-slide-catchcopy span {
  letter-spacing: 0.2em;
  padding: 0 0.5em;
}

.home-slide-catchcopy-wrapper {
  z-index: 3;
  position: absolute;
  top: 9.4271vw;
  left: 0;
}

@media only screen and (min-width: 1379px) {
  .home-slide-catchcopy-wrapper {
    top: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .home-slide-catchcopy-wrapper {
    top: inherit;
    left: 20px;
    bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .home-slide_accent {
    width: 51.46%;
    right: 10px;
    left: inherit;
    top: 0;
  }
}

.home-onlineshop_area a{
  max-width: 900px;
  margin: auto;
  cursor: pointer;
  transition: all .3s;
}

.home-onlineshop_area img{
  transition: all .3s;
}

.home-onlineshop_area a:hover .home-onlineshop_img img{
  transform: scale(1.05);
}

.home-onlineshop_area a:hover .home-onlineshop_block{
  /* filter: brightness(105%); */
  /* opacity: .7; */

}

.home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .category_item>p {
  padding: 0.5em 0.6em;
  min-width: 110px;
  text-align: center;
  border: none;
  background-color: #737b45;
  color: #fff;
}

.home-access_body {
  background-color: #e6ddc7;
  padding: 40px 30px;
}

.home-access_head {
  margin-top: 0;
}

.home-access_column div {
  padding-top: 0 !important;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e6ddc7;
}

.home-access_column .home-onlineshop_img {
  margin-top: 0px !important;
}

.home-access_body.ttl {
  margin-bottom: 0px !important;
}

.about-gavial-shop_column .shop-info {
  width: 100%;
}

.shop-info_set .access a {
  background-color: #705b3d;
  border-color: #705b3d !important;
  padding: 10px 15px 8px 15px !important;
  color: #fff !important;
  margin-top: 10px;
  letter-spacing: 1px !important;
  font-size: 1.1rem !important;
}

dl .shop-info {
  margin-top: 0 !important;
}

dl .shop-info_set {
  margin-top: 20px !important;
  border-bottom: dotted 1px #918465;
  padding-bottom: 20px;
}

dl .shop-info_set:first-child {
  border-top: dotted 1px #918465;
  padding-top: 20px !important;
}

/*==================================================
ふわっ
===================================*/

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp-keyText {
  animation-name: fadeUpAnime-keyText;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime-keyText {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn-subText {
  animation-name: fadeInAnime-subText;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
  opacity: 0;
}

@keyframes fadeInAnime-subText {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn-mv {
  animation-name: fadeInAnime-mv;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime-mv {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

.fadeUpTrigger-keyText {
  opacity: 0;
}

.fadeInTrigger-subText {
  opacity: 0;
}


.fadeInTrigger-mv {
  opacity: 0;
}

.spMenuTrigger .menu-line,
.spMenuTrigger .menu-inner::after,
.spMenuTrigger .menu-inner::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  background-color: #fff;
  border-radius: 0px;
}

.page-header .page-header_container {
  position: relative;
  max-width: 1600px;
  right: 0;
}

.foodmenu-main_ara {
  margin-top: 120px;
}

.summary_area {
  margin-top: 120px;
}

li.cat-name {
  background-color: #737b45;
  color: #fff !important;
  border: none !important;
}

.cat-name a {
  color: #fff !important;
  border-color: #737b45 !important;
}

.recruit-type_list a {
  background-color: #737b45 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}

.recruit-type_list a::after {
  color: #fff !important;
}

.recruit-type_list a:hover {
  opacity: 0.7 !important;
}

.contact-tel_area .contact-tel_block {
  max-width: 890px;
  margin: 0 auto;
  padding: 50px 1em;
  text-align: center;
  background-color: #eee9dd;
  border: 1px solid #4d3924;
}

.mt-40 {
  margin-top: 40px !important;
}

/* お問い合わせフォームボタン調整 */
.contact-form_btn_area .contact-form_btn_wrap .kakunin,
.contact-form_btn_area .contact-form_btn_wrap .soushin {
  border: 1px solid #291e19;
  line-height: initial;
  transition: all 0.3s;
}

.contact-form_btn_area .contact-form_btn_wrap .kakunin:hover,
.contact-form_btn_area .contact-form_btn_wrap .soushin:hover {
  background: #fff;
  color: #291e19;
  border-color: #291e19;
}

.contact-form_btn_area .contact-form_btn_wrap .back:hover {
  text-decoration: underline;
}


@media screen and (min-width: 1201px){
  .gmenu_block{
    height: 100%;
  }

  .header-column .gmenu_block .gmenu{
    height: 100%;
  }

  .header-column .gmenu_block .gmenu li.shop-bt{
    height: 100%;
  }
}

.header-column .gmenu_block .gmenu li {
  padding: 0 0.85em;
}

/* ECサイトリンク非アクティブ関係 */ 


.header-column .gmenu_block .gmenu li.shop-bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 14px 1.8em 20px;
}

.header-column .gmenu_block .gmenu li.shop-bt a .opacity05 {
  /* opacity: 0.5; */
}

.header .gmenu .coming-soon {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.header-column .gmenu_block .gmenu li.shop-bt a:hover {
  /* background: #737b45; */
}


@media screen and (max-width: 1200px) {
  .header-column .gmenu_block .gmenu li:not(:first-of-type) {
    margin-top: 0;
  }
}

.footer-menu_block .footer-nav li a.no-link {
  color: #909090;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.home-onlineshop_block{
  transition: all .3s;
}


.home-onlineshop_block .img_block {
  bottom: 0;
  width: 40%;
  padding: 20px;
}

.home-onlineshop_block .img_block figure {
  min-height: inherit;
  height: 100%;
  text-align: center;
}

.home-onlineshop_block .img_block img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .home-onlineshop_block .img_block {
    height: auto;
    max-height: 300px;
  }

  .home-onlineshop_img {
    height: auto;
    max-height: 300px;
  }

  .home-onlineshop_block .img_block img {
    display: block;
    /* max-height: 100%; */
    /* object-fit: cover; */
    object-fit: inherit;
    width: 100%;
    /* height: initial; */
    height: 100%;
    min-width: initial;
    min-width: auto;
    object-position: center center;
    object-fit: contain;
  }

  .home-onlineshop_block .txt_block {
    padding-bottom: 30px;
  }
}

.home-onlineshop_block .txt_block{
  width: 60%;
}

/* ここまでECサイトリンク非アクティブ関係 リリースしたら消す */

/* アニメーション調整 */
@media screen and (max-width: 768px) {
  .home-onlineshop_area {
    padding-bottom: 45px;
  }
}

.home-access_area::before {
  display: none;
}

.home-access_area .home-access_ttl {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .home-access_area .home-access_ttl {
    /* padding-top: 35px; */
    padding-top: 0;
    margin-bottom: 45px;
  }
}

.home-access_area .home-access_ttl::before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 54px;
  background-image: url(home/img07.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 105px;
  width: 100px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .home-access_area .home-access_ttl::before {
    background-size: 64px 45px;
    padding-top: 45px;
    margin-bottom: 24px;
  }
}

.home-access_column {
  margin-top: 0;
}

/* mv */

.swiper-wrapper {
  /* background: url(img/main-bg.jpg); */
}

.swiper-slide {
  /* background: url(img/main-bg.jpg); */
}

.swiper-slide .slide-img {
  background: url(img/main-bg.jpg);
}

/*==================================================
ロゴ
===================================================*/
/* .header-column .site-logo_block {
  width: 240px;
}

@media screen and (max-width: 1220px) {
  .header-column .site-logo_block {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .header-column .site-logo_block {
    width: 146px;
  }
} */

/*==================================================
スマホの調整
===================================================*/

/* トップページ */

@media screen and (max-width: 980px) {

  .footer-menu_block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu_block .footer-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu_block .footer-nav li {
    width: calc((100% - 60px) / 3);
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #6A5F5B;
  }

  .footer-menu_block .footer-nav li a {
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .home-mainslide-area {
    height: 110vw;
  }

  .swiper-wrapper {
    margin-top: 0;
    /* padding-top: 30px; */
  }

  .home-slide-catchcopy-wrapper {
    bottom: -20px;
  }

  .main-img_container {
    max-width: inherit;
    overflow: visible;
  }

  .home-slide_accent {
    display: none;
  }

  .home-slide-catchcopy span {
    letter-spacing: 0;
    font-size: 2.8rem;
  }

  .slide-img {
    height: 100%;
  }

  .slide-img figure {
    height: 100%;
  }

  .slide-img figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-news_ttl,
  .home-about_ttl,
  .home-grandmenu_ttl {
    font-size: 3.6rem;
  }

  .home-news_ttl span,
  .home-about_ttl span,
  .home-grandmenu_ttl span {
    font-size: 1.2rem;
  }

  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column {
    align-items: baseline;
  }

  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .days_item {
    font-size: 1.4rem;
    margin-right: 20px;
  }

  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .days_item,
  .home-news_body .home-news-list .home-news-list_itme .home-news-list_itme-column .ttl_item .ttl a {
    font-size: 1.4rem;
  }

  .home-about_area {
    padding-top: 110px;
  }

  .home-about-txt_block,
  .home-grandmenu-txt_block {
    margin-top: 24px;
    font-size: 1.4rem;
  }

  .home-about_bt,
  .home-grandmenu_bt {
    margin-top: 24px;
  }

  .home-about_bt a,
  .home-grandmenu_bt a {
    width: 198px;
    padding: 8px 1em;
  }

  .home-about_img {
    width: 84%;
    margin-top: 32px;
  }

  .home-point-img01 {
    top: -70px;
  }

  .home-grandmenu_area {
    padding-bottom: 80px;
  }

  .home-grandmenu_txt {
    padding-top: 0;
  }

  .home-grandmenu_img {
    width: 84%;
    margin-top: 32px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .home-onlineshop_block .home-onlineshop_label {
    padding: 0.7em 2em;
    font-size: 1.4rem
  }

  .home-onlineshop_block .home-onlineshop_label img {
    width: 16px;
  }


  .home-onlineshop_block .txt_block {
    padding-top: 30px;
  }

  .home-onlineshop_block .txt_block .home-onlineshop_ttl {
    font-size: 2.2rem;
  }

  .home-onlineshop_block .txt_block .home-onlineshop_ttl:after {
    margin-top: 8px;
  }

  .home-onlineshop_block .txt_block .info_txt {
    font-size: 1.3rem;
  }

  .home-onlineshop_block .txt_block .info_txt p:last-child {
    font-size: 1.2rem;
  }

  .home-onlineshop_block .txt_block .info_txt span {
    display: inline;
  }
fffffffffffffffffffffffffffffffff
  .home-onlineshop_block .img_block {
    margin-top: 18px;
  }

  .home-access_column .home-access_body {
    width: 100%;
    margin-top: 20px;
  }

  .home-access_column .honten_block .ttl,
  .home-access_column .coredo-m_block .ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .home-access_column .shop-info .shop-info_set {
    padding-top: 10px !important;
    padding-bottom: 10px;
  }

  .home-access_column .shop-info .shop-info_set:not(:first-of-type) {
    margin-top: 0 !important;
    align-items: center;
  }

  .home-access_column .home-onlineshop_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-access_column .shop-info .shop-info_set dt {
    flex: 0 0 65px;
  }

  .home-access_column .shop-info .shop-info_set dd {
    line-height: 1.6;
  }

  .home-access_column .shop-info .shop-info_set dd .access a {
    font-size: 1rem;
    padding: 8px 15px 7px 15px !important;
    margin-bottom: 6px;
  }

  .footer-logo_block .footer-logo {
    width: 180px;
  }

  .footer-menu_block {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
  }

  .footer-menu_block .footer-nav {}

  .footer-menu_block .footer-nav li {
    width: calc((100% - 40px) / 2);
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1;
  }

  .footer-menu_block .footer-nav li a {
    padding: 16px 0;
    padding-left: 8px;
    font-size: 1.2rem;
  }

  .footer-menu_block .footer-nav li:not(:first-of-type) {
    margin-top: 0;
  }

}


@media screen and (max-width: 500px) {

  .home-onlineshop_block .txt_block .home-onlineshop_ttl {
    font-size: 5.4vw;
    letter-spacing: -0.06em;
  }

  .home-onlineshop_block .img_block {
    max-height: 180px;
  }

  .home-onlineshop_block .img_block figure {
    max-height: 180px;
  }

  .home-onlineshop_block .img_block img {
    max-height: 180px;
    object-position: center;
    object-fit: cover;
  }
}

/*==================================================
utility
===================================================*/

.u-disp-sp {
  display: none;
}

.u-disp-tb-low {
  display: none;
}

@media screen and (max-width: 1200px) {
  .u-disp-tb-low {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-disp-pc {
    display: none;
  }

  .u-disp-sp {
    display: block;
  }
}


.bnr-shop{
  background-color: #fff;
  transition: all .3s;
}

.bnr-shop:hover .bnr-shop__flex {
  opacity: .7;
}

.bnr-shop__flex{
  display: flex;
  transition: all .3s;
}

.bnr-shop__body{
  width: 60%;
  padding: 63px 44px 63px 57px;
}



.bnr-shop__image{
  width: 40%;
  padding: 20px;
}

.bnr-shop__image img{
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: contain;
}

.bnr-shop__ttl{
font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  color: #737B45;
  letter-spacing: 0em;
  line-height: 1.3;
}

.bnr-shop__ttl.sp{
  display: none;
}


.bnr-shop__ttl::after{
content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #574F3B;
  margin-top: 18px;
}

.bnr-shop__sub{
  margin-top: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.6;
}


.bnr-shop__txt{
  margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #222222;
    letter-spacing: 0em;
    line-height: 1.8;
}


.bnr-shop__label{
position: absolute;
  top: -20px;
  left: -10px;
  background-color: #737B45;
  padding: 0.5em 2em;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: 0em;
  line-height: 1;
}


.bnr-shop__label img{
width: 21px;
  margin-right: 4px;
transition: all .3s;
}


@media screen and (max-width:767px ){
  .bnr-shop__flex{
    flex-wrap: wrap;
    flex-direction:column-reverse ;
  }

  .bnr-shop__image{
    width: 100%;
    margin-top: 30px;
  }

  .bnr-shop__body{
    width: 100%;
    padding: 0 20px 20px;
  }

    .bnr-shop__ttl.sp{
      display: block;
      margin-bottom: 24px;
      font-size: clamp(18px, 5.4vw, 24px);
    }

    .bnr-shop__ttl.pc {
      display: none;
    }

    .bnr-shop__sub{
      margin-top: 0;
    }
}

@media screen and (min-width: 768px){
  .bnr-shop__image{
    display: flex;
    align-items: center;
  }
}


.inline-block{
  display: inline-block;
}