@charset "UTF-8";
/* ========================================
トップページ
======================================== */
/* ------------------------------------
共通
------------------------------------ */
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Gothic Pro", Meiryo, sans-serif;
  position: relative;
  color: #051D2C;
  letter-spacing: 0.05em;
  overflow: auto;
}

a {
  color: #051D2C;
}

.pc_on {
  display: block !important;
}

.sp_on {
  display: none !important;
}

.w768_on {
  display: block !important;
}

.w768_no {
  display: none !important;
}

.wrapper {
  min-width: 1000px;
}

.hover_op {
  transition: 0.3s;
}

.hover_op:hover {
  opacity: 0.7;
}

/* ------------------------------------
MV メニュー
 ------------------------------------ */
.mv {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

/* -----メニュー -----*/
.header_top {
  top: 20px;
  z-index: 100000;
  padding: 25px 60px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav .global-box {
  display: flex;
  margin: 0 0 0 auto;
}

.global-nav .global-box .global-box__list {
  margin: 0 45px 0 0;
}

.global-nav .global-box .global-box__list:nth-of-type(5) {
  margin: 0;
}

.global-nav .global-box .global-box__list .global-box__list--text {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 100;
  transition: 0.3;
}

.global-nav .global-box .global-box__list .global-box__list--text:last-of-type {
  margin: 0 0 0;
}

.global-box__list--text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
  background-image: url(../img/common/stamp.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}

.global-box__list--text:hover::before {
  opacity: 1;
}

/* -----メニュー -----*/
/* -----上に隠れているメニュー -----*/
.header2 {
  background-color: white;
  padding: 15px 60px 15px 0;
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.global-nav2 .global-box .global-box__list .global-box__list--text {
  color: #000;
}

/* -----上に隠れているメニュー -----*/
.logo {
  width: 410px;
  margin: 0px 0 0 35px;
}

.main_ikokoti {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1930px;
  margin: 0 auto;
}

.mv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #051D2C;
}

.slider_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slideBg1 {
  background-image: url(../img/top/mv_slide1.jpg);
}

.slideBg2 {
  background-image: url(../img/top/mv_slide2.jpg);
}

.slideBg3 {
  background-image: url(../img/top/mv_slide3.jpg);
}

.slideBg4 {
  background-image: url(../img/top/mv_slide4.jpg);
}

.slideBg5 {
  background-image: url(../img/top/mv_slide5.jpg);
}

.slideBg6 {
  background-image: url(../img/top/mv_slide6.jpg);
}

/* ----------------------------------
アバウト
---------------------------------- */
.about {
  width: 100%;
  background: linear-gradient(360deg, #fff 0%, #fff 85px, #F3F2EE 85px, #F3F2EE 100%);
  padding: 100px 0 0;
}

.about_in {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.about2-con1Left_sp {
  display: none;
}

.about_afLeft {
  width: 370px;
}

.about_Right {
  width: 630px;
}

.about_logo {
  width: 280px;
  margin: 70px auto 0;
}

.about_Text2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0 0;
  line-height: 50px;
}

.ikokoti_box {
  overflow: hidden;
  margin: -95px auto 0;
}

.about_ikokoti {
  position: relative;
  z-index: 0;
  width: 200%;
}

.slide-flex {
  display: flex;
}

.about2 {
  margin: 40px 0 0;
}

.about2-con1 {
  padding: 0 0 0 14%;
  margin: 0 0 0 auto;
  display: flex;
}

.about2-con1Left {
  display: flex !important;
}

.about2_text {
  width: 138px;
}

.about2-con1_text {
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 0 35px;
}

.about2-con1_img {
  width: 75%;
  margin: 0 0 0 auto;
  overflow: hidden;
  height: 600px;
}

.about2-con1_img_in {
  position: relative;
  top: 90px;
}

.about2-con2 {
  width: 1000px;
  padding: 0 20px;
  margin: -120px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sabout2-con2-Textarea {
  padding: 0 0 10px;
}

.about2-con2-Textarea__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
}

.about2-con2-Textarea__letter {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 0;
}

.common_btn {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 0;
  display: inline-block;
  position: relative;
}
.common_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 46px;
  height: 46px;
  top: -10px;
  right: -75px;
  border: solid 1px #051D2C;
  border-radius: 50%;
  transition: 0.3s;
}
.common_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: auto;
  width: 7px;
  height: 7px;
  right: -55px;
  border-top: 1px solid #051D2C;
  border-right: 1px solid #051D2C;
  transform: rotate(45deg);
  transition: 0.3s;
}

.common_btn:hover::before {
  background-color: #051D2C;
}

.common_btn:hover::after {
  border-top: 1px solid white;
  border-right: 1px solid white;
  right: -58px;
}

.liquor-btn:hover::before {
  background-color: white;
}

.liquor-btn:hover::after {
  border-top: 1px solid #051D2C;
  border-right: 1px solid #051D2C;
  right: -58px;
}

.about2-con2-imgBox {
  width: 460px;
  display: flex;
}

.about2-con2-imgBox-in_img {
  width: 98%;
  margin: 4px 0 0 0;
}

/* -----------------------------------
料理とお酒
 ----------------------------------- */
.liquor {
  background: linear-gradient(180deg, #fff 0%, #fff 100px, #051D2C 100px, #051D2C 100%);
  position: relative;
  margin: 100px 0 0;
  padding: 0 0 200px;
}

.liquor_in {
  width: 1000px;
  margin: 0 auto;
}

.liquorArea {
  display: flex;
  align-items: flex-end;
}

.liquor--imgBox {
  width: 370px;
  position: relative;
  z-index: 30;
  top: 140px;
}

.liquorBox {
  width: 630px;
  position: relative;
}

.liquorArea__title {
  position: absolute;
  top: -265px;
  right: auto;
  bottom: auto;
  left: -5px;
  z-index: 10;
  width: 100%;
}

.liquorTextarea {
  width: 500px;
  margin: 0 0 0 auto;
}

.liquorTextarea__letter {
  font-size: 20px;
  color: white;
  line-height: 34px;
}

.liquor-btn {
  color: white;
  margin: 70px 0 0;
}
.liquor-btn::before {
  border: solid 1px white;
}
.liquor-btn::after {
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.liquor-con2-imgBox-in_img {
  margin: 70px 0 0;
}

/* ----------------------------------
まちと店
 ---------------------------------- */
.townArea {
  padding: 0 0 0px 0;
  display: flex;
  position: relative;
}

.townTextarea {
  width: 50%;
  padding: 130px 40px 140px 14%;
  background-color: #F3F2EE;
}

.rown-imgBox-in_img {
  width: 370px;
  padding: 0 40px 0 0;
}

.townTextarea__letter {
  font-size: 20px;
  line-height: 30px;
  margin: 80px 0 0;
  color: black;
  font-weight: 100;
}

.town-btn {
  margin: 80px 0 0;
}

.townBox {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.townImg {
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}

.town--imgBox2 {
  width: 100px;
  margin: 160px 0 0 70px;
  position: relative;
  z-index: 10;
}

.town--imgBox {
  width: 395px;
  margin: 0 auto;
  position: absolute;
  top: auto;
  right: 15%;
  bottom: -7%;
  left: auto;
  z-index: 3000;
}

.ikokoti_box2 {
  overflow: hidden;
  margin: -13px 0 0;
  position: relative;
  z-index: -1;
}

.town_ikokoti {
  width: 200%;
}


.town-anchor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: 25px;
  padding-top: 200px;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 0;
  }
}

.town-anchor-item {
  aspect-ratio: 700/456;
  background-position: center;
  background-size: cover;

  &:first-child {
    background-image: url("../img/town_shop/town-anhor-1.jpg");

    .town-anchor-hovered-img {
      background-image: url("../img/town_shop/town-anchor-1-hovered.jpg");
    }
  }

  &:last-child {
    background-image: url("../img/town_shop/town-anhor-2.jpg");

    .town-anchor-hovered-img {
      background-image: url("../img/town_shop/town-anchor-2-hovered.jpg");
    }
  }
}

.town-anchor-container {
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  padding-block: 64px;
  z-index: 1;

  @media screen and (max-width: 768px) {
    padding-block: 32px;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 0.3);
  }

  &:hover .town-anchor-hovered-img {
    opacity: 1;
  }

  &:hover .town-anchor-texts {
    opacity: 0;
  }

  &:hover .town-anchor-icon {
    background-color: #fff;
  }

  &:hover .town-anchor-icon svg {
    color: #051D2C;
  }
}

.town-anchor-texts {
  height: 100%;
  display: grid;
  justify-content: center;
  transition: opacity 300ms ease-out;

  svg {
    height: 100%;
  }
}

.town-anchor-icon {
  width: 46px;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: 24px;
  left: 24px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 100vmax;
  transition: background-color 300ms ease-out;

  @media screen and (max-width: 768px) {
    bottom: 16px;
    left: 16px;
  }

  svg {
    width: 12px;
    transition: color 300ms ease-out;
  }
}

.town-anchor-hovered-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/town_shop/town-anchor-1-hovered.jpg");
  background-position: center;
  background-size: cover;
  poiner-events: "none";
  opacity: 0;
  transition: opacity 300ms ease-out;
}

/* --------------------------------
採用情報
 -------------------------------- */
.love {
  margin: 30px 0 0;
  position: relative;
}

.love_in {
  width: 91%;
  margin: auto;
  height: 650px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.love--imgBox {
  position: absolute;
  top: 59%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 100%;
}

.love_copy1_mg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 45px;
  z-index: 200;
  margin: auto 0;
  width: 80px;
  height: 270px;
}

.love_copy2_img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 45px;
  left: 45px;
  z-index: 200;
  width: 680px;
}

.love_aside {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
}

.love_aside_text {
  font-size: 20px;
}

.love_aside_btn {
  margin: 0 100px 0 0;
}

.btn2 {
  font-size: 27px;
  font-weight: bold;
  width: 370px;
  background-color: #DADDE2;
  display: block;
  padding: 13px 0;
  text-align: center;
  margin: 40px 0 0;
  position: relative;
}
.btn2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow1.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
  right: 20px;
}

/* ------------------------------------
お知らせ
 ------------------------------------ */
.news {
  margin: 140px 0 0;
}

.link {
  padding-top: 76px;
  margin-top: -76px;
  display: inline-block;
}

.newsArea {
  width: 1000px;
  margin: 0 auto;
}

.news_title {
  width: 185px;
}

.newsArea_list {
  margin: 30px 0 0;
}

.newsArea_listArea_box {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  position: relative;
  border-top: solid 1px #EFF0F1;
}
.newsArea_listArea_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 5px;
  height: 9px;
  background-image: url(../img/common/arrow2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.newsArea_listArea_box:last-of-type {
  border-bottom: solid 1px #EFF0F1;
}

.newsArea_listArea_box__day {
  font-size: 16px;
  width: 120px;
}

.categry {
  font-size: 14px;
  margin: 0 35px 0 0;
}

.newsArea_listArea_box_link {
  transition: 0.3s;
  width: 70%;
}
.newsArea_listArea_box_link:hover {
  opacity: 0.6;
}

.newsArea_listArea_box__text {
  font-size: 19px;
}

/* -----モーダル----- */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 29, 44, 0.9);
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
  z-index: 100000;
  color: white;
  display: flex;
  display: none;
  padding: 120px 0 0;
}

/*モーダル本体の擬似要素の指定*/
/*モーダル本体に「active」クラス付与した時のスタイル*/
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  width: 850px;
  margin: 0 auto;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  /* display: flex;
     align-items: center;
     justify-content: center; */
  top: 40px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  width: 22px;
  z-index: 10000;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  /* background: #fff; */
  text-align: left;
  padding: 30px;
}

.modal_newsTitle {
  width: 110px;
  margin: 0 auto 130px;
}

.modal-title {
  display: flex;
  align-items: center;
}

.modal_day {
  font-size: 16px;
}

.modal_categry {
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 0 3px;
  border: solid 1px white;
}

.modal_mainTitle {
  font-size: 25px;
  margin: 20px 0 0;
  font-weight: bold;
}

.modal_text {
  font-size: 20px;
  margin: 50px 0 0;
}
.modal_text a {
  color: white;
  transition: 0.3s;
  word-break: break-all;
}
.modal_text a:hover {
  opacity: 0.7;
}

/* -------------------------------
フッター
 ------------------------------- */
.footer {
  padding: 90px 0 0;
  margin: 150px 0 0;
  background-color: #F3F2EE;
  position: relative;
}

.fotter_in {
  width: 1000px;
  margin: auto;
}

.about_logo {
  width: 215px;
  margin: auto;
}

.footer-box {
  display: flex;
  width: 700px;
  justify-content: space-between;
  margin: 100px auto 0;
}

.footer-box__list--text {
  font-size: 19px;
  transition: 0.3s;
}
.footer-box__list--text:hover {
  opacity: 0.6;
}

.sns {
  text-align: center;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 70px 0 0;
}

.sns_text {
  font-size: 16px;
  font-weight: bold;
}

.sns_btn {
  font-size: 16px;
  margin: 20px 40px 0 0;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.sns_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 27px;
  height: 27px;
  background-image: url(../img/common/inst.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  right: -40px;
  margin: auto;
}
.sns_btn:hover {
  opacity: 0.6;
}

.sns-icon {
  width: 24px;
}

.sns-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.sns-icon {
  width: 24px;
  aspect-ratio: 1/1;
}

.sns-link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;

  &:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.copy {
  text-align: center;
  font-size: 12px !important;
  margin: 20px 0 0;
  padding: 0 0 30px;
}

.top_return {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E8E6DE;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 35px;
  right: 35px;
}

.top_return_arrow {
  margin: 7px 0 0;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: #051D2C #051D2C transparent transparent;
  transform: rotate(-45deg);
}

/* ===============================
トップ pcレスポンシブ  
================================*/
@media screen and (max-width: 1200px) {
  .about2-con1_img_in {
    position: relative;
    top: 60px;
    width: 130%;
  }
  .love_in {
    height: 600px;
  }
  .love--imgBox {
    position: absolute;
    top: 65%;
  }
  .love_copy2_img {
    width: 600px;
  }
  .love_copy1_mg {
    width: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .logo {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .logo-header2 {
    width: 25%;
  }
  .header2 {
    padding: 15px 20px 15px 0;
  }
  .header2 .global-nav .global-box .global-box__list .global-box__list--text {
    font-size: 14px;
  }
  .town--imgBox {
    bottom: -50%;
  }
  .love_in {
    height: 550px;
  }
  .love_copy1_mg {
    width: 65px;
  }
  .love--imgBox {
    top: 80%;
  }
}
@media screen and (max-width: 768px) { /* -----768px----- */
  /*========================================
  トップページ
  ======================================== */
  /* ----------------------------------
  共通
  ---------------------------------- */
  .wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
  /* ----------------------------------
   メニュー
   ---------------------------------- */
  #nav-open {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 100000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  .btn-trigger {
    display: block;
    transition: all 0.4s;
    position: relative;
    width: 34px;
    height: 20px;
    overflow: hidden;
  }
  .btn-trigger span {
    position: absolute;
    height: 2px;
    background-color: #000;
    transition: all 0.4s;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 34px;
    transition: 0.3s;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 8.4px;
    right: 0;
    width: 24px;
    transition: 0.3s;
  }
  .btn-trigger:hover span:nth-of-type(1) {
    left: 10px;
  }
  .btn-trigger:hover span:nth-of-type(2) {
    width: 34px;
  }
  /* ハンバーガーアニメーション */
  #nav-input:checked ~ #nav-open .btn-trigger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
    background-color: white;
  }
  #nav-input:checked ~ #nav-open .btn-trigger span:nth-of-type(2) {
    transform: translateY(2px) rotate(45deg);
    -webkit-transform: translateY(2px) rotate(45deg);
    width: 34px;
    background-color: white;
  }
  #nav-input:checked ~ #nav-open .btn-trigger:hover span:nth-of-type(1) {
    left: 0;
  }
  /* メニュー */
  .global-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
    margin: 100px 0 0 50px;
  }
  .header {
    flex-direction: column;
    padding: 0;
  }
  .header__logo {
    width: 120px;
    margin: 20px 0 0 30px;
    transition-duration: 500ms;
  }
  /*中身*/
  .nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999; /*最前面に*/
    width: 100%;
    height: 100%;
    background-color: rgba(5, 29, 44, 0.9); /*背景色*/
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*メニューアニメーション　チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ .nav-content {
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    opacity: 1;
    visibility: visible;
  }
  #nav-input:checked ~ #nav-open .btn-trigger span {
    background-color: black;
  }
  #nav-input:checked ~ #nav-open {
    background-color: transparent;
  }
  .header-main__body {
    min-width: auto;
  }
  .header_contact {
    position: absolute;
    top: 0;
    right: 89px;
    bottom: 0;
  }
  .global-nav .global-box {
    margin: 0 auto 0;
  }
  .global-box__list {
    margin-right: 0px;
    margin: 0 0 0;
    text-align: center;
    width: 100%;
  }
  .global-nav .global-box .global-box__list {
    margin: 0 0px 40px 0;
  }
  .global-nav .global-box .global-box__list .global-box__list--text:last-of-type {
    margin: 0;
  }
  .global-nav .global-box .global-box__list .global-box__list--text {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 0 0px;
  }
  /* トグルのボタン */
  .acordion-icon {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 15px;
    height: 15px;
    padding-top: 6px;
    transform: translateY(-50%);
  }
  .acordion-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #423620;
  }
  .acordion-icon span:last-child {
    position: relative;
    top: -3px;
    right: auto;
    transform: rotate(90deg);
  }
  .acordion-icon span.rotate__c2 {
    position: relative;
    transform: rotate(180deg);
  }
  /* トグルメニュー */
  .global-box__listIn {
    margin: 10px 0 0;
    display: none;
  }
  .global-box__listIn_menu {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 0 1.5em;
    position: relative;
  }
  .global-box__listIn--link {
    transition: 0.3s;
    position: relative;
  }
  .global-box__listIn--link::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 7px;
    height: 3px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .header2 {
    display: none;
  }
  /* ----------------------------------
  MV
  ---------------------------------- */
  .header_top {
    top: 0px;
    z-index: 1000;
    padding: 0 0;
    position: fixed;
    width: 100%;
  }
  .main_ikokoti {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: auto;
    width: 113px;
    max-width: 1930px;
    margin: 0 auto;
  }
  .logo {
    margin: 20px 0 0 20px;
    width: 260px;
  }
  /* ----------------------------------
  アバウト
  ---------------------------------- */
  .about {
    width: 100%;
    padding: 40px 0 0;
    background: linear-gradient(360deg, #fff 0%, #fff 65%, #F3F2EE 65%, #F3F2EE 100%);
  }
  .about_in {
    display: block;
    width: 100%;
  }
  .about_afLeft {
    width: 370px;
    margin: auto;
  }
  .about_Right {
    width: 100%;
    padding: 30px 0 0;
  }
  .about_Text2 {
    margin: 25px 0 0;
  }
  .about_img {
    position: relative;
    z-index: 10;
  }
  .about_ikokoti {
    margin: 0;
    position: absolute;
    z-index: 0;
    width: 110px;
    right: -10px;
    top: 32%;
  }
  .ikokoti_box {
    display: none;
  }
  /* ----------------------------------
  気軽に立ち寄れる
  ---------------------------------- */
  .about2-con1 {
    padding: 0 0 0;
    margin: 0 0;
    display: block;
  }
  .about2-con1_img_in {
    top: 40px;
  }
  .about2-con1_img {
    width: 100%;
    margin: 0 0 0;
    height: 450px;
  }
  .about2-con2 {
    width: 100%;
    padding: 0 0px;
    margin: 35px auto 0;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about2-con1Left_sp {
    order: 1;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .about2-con1Left_in {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
    width: 66%;
  }
  .about2_text {
    width: 100%;
  }
  .about2-con1_text {
    font-size: 24px;
    margin: 0 0 0 20px;
  }
  .about2-con2-imgBox {
    width: 50%;
    display: block;
    order: 2;
  }
  .about2-con2-imgBox-in_img {
    width: 70%;
    margin: 4px auto 0;
  }
  .sabout2-con2-Textarea {
    padding: 64px 0 0px 30px;
    order: 3;
  }
  /* ----------------------------------
  料理とお酒
  ---------------------------------- */
  .liquor {
    background: #051D2C;
    margin: 100px 0 0;
    padding: 0 0 50px;
    overflow: hidden;
  }
  .liquor_in {
    width: 100%;
    margin: 0 auto;
  }
  .liquorArea__title {
    position: relative;
    top: -10px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: auto;
  }
  .liquorBox {
    width: 100%;
  }
  .liquor--imgBox {
    width: 100%;
    z-index: 30;
    margin: -32px 0 0;
    padding: 0 20px;
    top: 0;
  }
  .liquorTextarea {
    width: 100%;
    margin: 50px 0 0;
    padding: 0 20px;
  }
  .liquorTextarea__letter, .liquor-btn {
    padding: 0 10px;
  }
  /* ----------------------------------
   まちと店
   ---------------------------------- */
  .town {
    position: relative;
  }
  .townArea {
    padding: 0 0 0px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .townBox {
    width: 100%;
    height: 80vh;
  }
  .townTextarea {
    width: 100%;
    padding: 130px 40px 140px 14%;
    background-color: #F3F2EE;
  }
  .town--imgBox2 {
    width: 10%;
    margin: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 40px;
    z-index: 100;
  }
  .townTextarea {
    width: 100%;
    padding: 0 30px 80px;
    background-color: #F3F2EE;
    margin: 60px 0 0px;
  }
  .rown-imgBox-in_img {
    width: 100%;
    padding: 0;
    margin: -35px 0 0;
  }
  .townTextarea__letter {
    margin: 40px 0 0;
  }
  .town--imgBox {
    width: 100%;
    margin: -45px auto 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: -1;
    padding: 0 30px;
  }
  .town_ikokoti {
    margin: 0 0 0;
    position: absolute;
    top: auto;
  }
  .town--imgBox::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/mv-text_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25%;
    height: 1500px;
    z-index: -1;
  }
  .townImg {
    top: -12%;
  }
  /* ----------------------------------
   人と人
   ---------------------------------- */
  .love_in {
    width: 100%;
    margin: auto;
    height: 400px;
    padding: 0 60px;
    position: relative;
    overflow: hidden;
    margin: 85px 0 0;
  }
  .loveTextarea {
    margin: 30px 0 0;
    padding: 0 30px;
    position: relative;
    z-index: 100;
  }
  .loveTextarea__letter {
    font-size: 24px;
    font-weight: bold;
  }
  .loveLetter2 {
    font-size: 20px;
    margin: 40px 0 0;
  }
  .love_aside {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 50px 30px 0;
    position: relative;
    z-index: 100;
  }
  .love_aside_btn {
    margin: 40px 0 0;
  }
  .love--imgBox {
    top: 170%;
  }
  /* ----------------------------------
  お知らせ
   ---------------------------------- */
  .newsArea {
    width: 100%;
    margin: 0 auto;
  }
  .news_title {
    width: 25%;
    margin: 0 auto;
  }
  .newsArea_listArea_box {
    display: block;
    padding: 20px 30px;
  }
  .categry {
    font-size: 14px;
    margin: 0 0px 0 0;
    display: inline;
  }
  .newsArea_listArea_box__day {
    width: 105px;
    display: inline-block;
  }
  /* モーダル */
  .modal-body {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .modal_newsTitle {
    width: 110px;
    margin: 0 auto 80px;
  }
  .modal-container {
    padding: 90px 0 0;
  }
  .newsArea_listArea_box_link {
    width: 100%;
  }
  /* ----------------------------------
  フッター
   ---------------------------------- */
  .footer {
    padding: 70px 0 0;
    margin: 170px 0 0;
    background-color: #F3F2EE;
    position: relative;
  }
  .fotter_in {
    width: 100%;
    margin: auto;
  }
  .footer-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
  }
  .footer-box__list {
    margin: 30px 0 0;
  }
  .top_return {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E8E6DE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: auto;
    right: 0;
    left: 0;
    top: -100px;
    margin: auto;
  }
  .copy {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .love--imgBox {
    top: 155%;
    width: 130%;
    /* margin: 0 auto; */
  }
}
/* ========================================
まちと店
 ======================================== */
/* ----------------------------------
メニュー調整(共通)
---------------------------------- */
.under_header {
  top: 0;
}

.under_wrap .header2 {
  display: flex !important;
}

/* ----------------------------------
MV(共通)
---------------------------------- */
.under_wrap p {
  font-size: 18px;
  line-height: 2em;
}

.mv_common {
  position: relative;
  margin: 130px 0 0;
  overflow: hidden;
}

.mv_commonTitle {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: -1;
  width: auto;
  height: 158px;
}
.mv_commonTitle img {
  width: auto;
  height: 100%;
}
.mv_commonTitle .common_svg, .mv_commonTitle .common_svg .common_svg_path {
  width: auto;
  height: 100%;
}

.mv_common_box {
  margin: 0px 0 0 auto;
  padding: 205px 0 0 14%;
  display: flex;
}

.mv_common_in {
  padding: 0 65px 0 0;
  width: 505px;
}

.mv_common_text {
  font-size: 15px;
  font-weight: 400;
  margin: 60px 0 0;
  line-height: 2em;
}

.mv_commonImg {
  width: calc(100% - 440px);
  margin: 0 0 0 auto;
}

/* ----------------------------------
 下層フッター
 ---------------------------------- */
.under_wrap > .footer {
  margin: 0px 0 0;
}

/* ========================================
まちと店
 ======================================== */
#town_shop .global-box__list--town-shop::before {
  opacity: 1 !important;
}

.mv_town_subTitle {
  width: 275px;
}

/* ----------------------------------
 心地よい空間
 ---------------------------------- */
.space {
  background-color: #f3f2ee;
  padding-top: 19vw;
  padding-bottom: 160px;
  margin-top: -8vw;
}

.space_content {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.spaceImg {
  width: 50%;
}

.space_in {
  padding: 0 0 0 50px;
  width: 50%;
}

.space_subTitle {
  font-size: 28px;
  font-weight: bold;
  padding: 80px 0 0;
}

.space_text {
  margin: 20px 0 0;
  line-height: 2em;
}

.town_slideArea-n {
  margin: 80px 0 0;
  overflow: hidden;
}

.town_slideAreaBox_img-n {
  width: 320px;
  margin: 0 7px 0;
}

.space_aside {
  width: 1000px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}

.space_asideTitle {
  font-size: 28px;
  font-weight: bold;
}

.space_aside_text {
  width: 590px;
  line-height: 2em;
}

.under_wrap .slick-slider .slick-track, .under_wrap .slick-slider .slick-list {
  height: auto;
}

/* ----------------------------------
 店舗情報
 ---------------------------------- */
.information + .information {
  margin-top: 200px;
}

.informationLogo {
  width: 220px;
  margin: 0 auto;
}

.informationTitle {
  width: 135px;
  margin: 30px auto 20px;
}

.information_in {
  width: 1000px;
  margin: 100px auto 0;
  display: flex;
}

.information_address {
  width: 50%;
  padding: 0 30px 0 0;
  font-size: 20px;
  position: relative;
}

.information-sns {
  line-height: 1;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 44px;

  @media screen and (max-width: 768px) {
    right: 0;
  }

  &:hover {
    opacity: 0.8;
  }

  svg {
    width: 40px;
    aspect-ratio: 1 / 1;
  }
}

.information_subTitle {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}

.information_address_content {
  display: flex;
  border-top: solid 1px rgb(240, 240, 240);
  padding: 30px 0;
}

.information_address_content:last-of-type {
  border-bottom: solid 1px rgb(240, 240, 240);
}

.information_headline {
  font-weight: 800;
  white-space: nowrap;
  width: 130px;
}

.tel {
  pointer-events: none;
}

.informationMap {
  width: 50%;
}

.informationMap iframe {
  width: 100%;
  height: 525px;
}

.town_shop_btn {
  display: flex;
  justify-content: flex-end;
  margin: 15px 75px 0 auto;
  width: fit-content;
}

.information-mv {
  position: relative;
  z-index: 1;
  border-top: 6px solid #051d2c;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgb(0 0 0/ 0.2);
  }
}

.information-mv-img {
  height: auto;
}

.information-mv-texts {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  height: 490px;
  margin-block: auto;

  @media screen and (max-width: 768px) {
    width: auto;
    height: 329px;
    justify-content: center !important;
  }

  .information.-right & {
    justify-content: flex-end;
  }
}

.information-images {
  width: 1000px;
  display: grid;
  align-items: end;
  position: relative;
  z-index: 5;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  margin-top: -104px;

  @media screen and (max-width: 768px) {
    width: 100%;
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  & > *:last-child {
    .information.-right & {
      order: -1;
      margin-right: 60px;

      @media screen and (max-width: 768px) {
        order: revert;
      }
    }
  }
}

.information-images-sub {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 60px;
  margin-bottom: 55px;

  @media screen and (max-width: 768px) {
    margin: 0 !important;
  }

  .information.-right & {
    margin-left: 0;
  }
}

.information.-right .information_in {
  flex-direction: row-reverse;

  @media screen and (max-width: 768px) {
    flex-direction: row;
  }
}

.information.-right .information_address {
  padding-left: 30px;
  padding-right: 0;

  @media screen and (max-width: 768px) {
    padding-left: 0;
  }
}

.information.-right .town_shop_btn {
  margin: 15px 75px 0 0;

  @media screen and (max-width: 768px) {
    margin-left: auto;
  }
}

/* ----------------------------------
下層リンク
---------------------------------- */
.common_link {
  width: 100%;
  background-color: #051D2C;
  margin: 170px 0 0;
  pointer-events: painted;
  cursor: pointer;
  display: flex;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.common_linkBox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.common_link_btn {
  margin: 0 70px 0 0;
  position: relative;
  z-index: 100;
}

.common_link_btn::before {
  top: -5px;
}

.common_link_btn::after {
  top: 15px;
}

.comon_linkImg {
  width: 50%;
  position: relative;
  z-index: 100;
}

.common_link:hover .liquor-btn::after {
  border-top: 1px solid #051D2C;
  border-right: 1px solid #051D2C;
  right: -58px;
}

.common_link:hover .liquor-btn::before {
  background-color: white;
}

/* ========================================
リクルート
 ======================================== */
#recruit .global-box__list--recruit::before {
  opacity: 1 !important;
}

.mv_recruit_text {
  margin: 40px 0 0;
}

.employee_text {
  width: 136px;
}

.employee {
  margin: 160px 0 0;
  background-image: url(../img/recruit/recruit6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 60px;
}

.recruitImg {
  margin: -40px 0 0;
}

.employee_subTitle {
  padding: 30px 0 0;
}

.employee_your {
  font-size: 42px;
  font-weight: bold;
}

/* 募集要項 */
.required_box {
  width: 1000px;
  margin: 110px auto 0;
}

.required_in {
  margin: 70px 0 0;
}

.tab-list-wrap {
  display: flex;
}

.tab-list {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  transition: 0.4s;
}
.tab-list:hover {
  background-color: #133f5a;
  color: white;
}

.selected {
  background: #051D2C;
  color: white;
}
.selected:hover {
  background-color: #051D2C;
}

.required_address_content {
  display: flex;
  border-top: solid 1px rgb(240, 240, 240);
  padding: 30px 0;
}

.required_address_content:last-of-type {
  border-bottom: solid 1px rgb(240, 240, 240);
}

.required_headline {
  font-weight: 800;
  white-space: nowrap;
  font-size: 16px;
  width: 200px;
  padding: 0 0 0 15px;
}

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

.required_btn_content {
  margin: 85px 50px 0 0;
  display: flex;
  justify-content: center;
}

.required_btn_box {
  position: relative;
  width: fit-content;
}

.required_btn {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 65px 0 0;
}

.required_btn_in {
  position: absolute;
  top: 0;
  left: auto;
  width: 46px;
  height: 46px;
  top: -5px;
  right: 0;
  border: solid 1px #051D2C;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: -1;
}

.required_svg {
  transition: 0.3s;
}

.c_477, .c_1669 {
  stroke: #051d2c;
  transition: 0.3s;
}

.required_btn:hover + .required_btn_in .required_svg .c_477, .required_btn:hover + .required_btn_in .required_svg .c_1669 {
  stroke: #fff;
}

.required_btn:hover + .required_btn_in {
  background-color: #051D2C;
  transform: scale(1.2);
}

/* ========================================
一鳥前とは
 ======================================== */
/* -----MV----- */
#about .global-box__list--about::before {
  opacity: 1 !important;
}

.aboutMain-Title {
  height: 285px;
}

.about_mv_lead {
  margin: 30px 0 0;
  line-height: 1.8em;
  font-size: 30px;
  font-weight: bold;
}

.aboutMain-in .aboutMain-text {
  margin: 30px 0 0;
  font-size: 16px;
}

/* -----一鳥前を紐解く----- */
.string {
  margin: 190px 0 0;
  padding: 0 0 70px;
  background-color: #F3F2EE;
  position: relative;
}

.string_area {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.string_box {
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
  margin: -40px 0 0;
}

.string_box:nth-of-type(2) {
  margin: -80px 0 0;
}

.string_content {
  width: 400px;
}

.string_content:nth-of-type(2) {
  padding: 135px 0 0;
}

.stringLogo-img {
  position: absolute;
  width: 465px;
  height: fit-content;
  z-index: 50;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.string_subTitle {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 15px;
  width: 100%;
}

.about_link {
  margin: 0;
}

/* ========================================
料理とお酒
 ======================================== */
#food .global-box__list--food-drink::before {
  opacity: 1 !important;
}

/* -----MV----- */
.foodMain-Title {
  height: 158px;
}

.foodMain-subTitle {
  width: 98%;
}

/* -----料理の紹介----- */
.ooyama-food {
  background-color: #F3F2EE;
  position: relative;
  margin: 140px 0 0;
}

.ooyama_stiky_area {
  position: relative;
  padding: 0 0 100px;
}

.ooyama_mv_stiky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.ooyama_mv_bg {
  background-image: url(../img/food-drink/food2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 45px 0;
}

.ooyama_mv_in {
  width: 1000px;
  margin: 0 auto;
}

.ooyama_title {
  width: 630px;
}

.ooyama_mv_in .ooyama_mv_p {
  color: white;
  margin: 50px 0 0;
  width: 360px;
  line-height: 1.8em;
}

.ooyama_in {
  width: 1000px;
  margin: 0 auto;
}

.ooyama_mv_in_half {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 0 0;
  position: relative;
}
.ooyama_mv_in_half::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: auto;
  width: 1px;
  height: 480px;
  right: 25px;
  background-color: #051D2C;
}

.ooyama_tori {
  width: 260px;
}

.ooyama_in_Title {
  width: 82px;
  margin: 0 15px 0 0;
}

.ooyama_in_sub {
  width: 19px;
}

/* -- スクロールするやつ --*/
.ooyama-con2-imgArea {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}

.ooyama-con2-imgbox {
  width: 50%;
  margin: 25px 0 0 auto;
}

.ooyama-con2-imgbox_in {
  background-color: white;
  padding: 30px 45px 50px 30px;
}

.ooyama-con2-imgbox_title {
  font-size: 28px;
  font-weight: bold;
}

.ooyama-con2-imgbox_text {
  font-size: 18px;
  margin: 10px 0 0;
}

/* ---おすすめの一品(アバウトの焼き鳥酒場踏襲)--- */
.foodArea {
  padding-bottom: 130px;
}

.food_potision {
  position: relative;
}

.foodLogo-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  width: 43px;
  height: fit-content;
}

.string_area .food_box:nth-of-type(2) {
  margin: 0 0 0;
}

/* ---料理の紹介--- */
.drink {
  position: relative;
  padding: 125px 0 230px;
}

.drink_main_title {
  width: 130px;
  position: absolute;
  top: -10px;
  right: 0;
}

.drink_mv {
  width: calc(100% - 200px);
  margin: 0 auto 0 0;
  min-width: 1000px;
}

.drink_mv_in {
  padding: 0px 0 0px 200px;
  width: calc(100% - 70px);
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.drink_mv_in_bg {
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.drink_mv_in_bg img {
  height: 100%;
  object-fit: cover;
}

.drink_title {
  width: 375px;
}

.drink_mv_p {
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 575px;
  margin: 25px 0 0;
}

.drink_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 0 200px;
  margin: -100px 0 0;
}

.drink_in_title {
  font-size: 28px;
  font-weight: bold;
}

.drink_in_text {
  width: 520px;
  padding: 15px 20px 40px 0;
}

.drink_tori {
  width: 370px;
  position: relative;
  z-index: 1000;
}

.food_link {
  margin: 0;
}

.drink_mv2 {
  margin: 80px 0 0 auto;
}

.drink_mv_in2 {
  padding: 0px 0px 0px 36%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70px 0;
}

.drink_mv_in_bg2 {
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 70px;
  right: 0;
  z-index: -1;
}

.drink_mv_in_bg2 img {
  object-fit: cover;
  height: 100%;
}

.drink_mv_p2 {
  width: 460px;
}

.drink_in2 {
  flex-direction: row-reverse;
  padding: 0 200px 0 0px;
  justify-content: flex-end;
}

.drink_in_textArea2 {
  margin: 0px 0 0 60px;
}

.drink_in_text2 {
  width: 390px;
  padding: 15px 0 60px;
}

/* ========================================
プライバシーポリシー
 ======================================== */
.privacy {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}

.privacy a {
  font-size: 12px;
}

.privacy a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.privacy_container {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 176px auto 0;
}

.privacyTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}

.privacy_in {
  margin: 70px 0 0;
}

.privacy_bold {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 0;
  margin-bottom: 12px;
}


.privacy_in p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.privacy_description {
  margin-bottom: 70px;
}

.privacy_right {
  width: 100%;
  display: flex;
  text-align: right;
  justify-content: right;
}


.privacy_right_footer {
  width: 100%;
  display: flex;
  text-align: right;
  justify-content: right;
  margin-bottom: 140px;
}


.privacy_right p {
  font-size: 16px;
  line-height: 2;
}

.privacy_box_item {
  margin-bottom: 56px;
}

.privacy_box_item h5 {
  font-size: 16px;
  line-height: 1.8;
}

.privacy_box_item ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 4px;
}

.privacy_box_item-sub {
  margin-bottom: 40px;
}

.privacy_box_item-description {
  margin-bottom: 40px;
}

.privacy-list_nest {
  padding-top: 24px;
  width: 96%;
  margin: 0 0 0 auto;
  margin-bottom: 24px;
}

.company_address {
  padding-top: 8px;
}

.privacy_sub-title {
  margin-bottom: 0;
}

.privacy-list li {
  margin-bottom: 20px;
}

.privacy-list_sub li {
  margin-bottom: 8px;
}

.privacy-list_text {
  padding-top: 20px;
}
/* ===============================
pcレスポンシブ  
================================*/
@media screen and (max-width: 1300px) {
  /*  料理と酒 */
  .drink_in {
    margin: -40px 0 0;
  }
  .drink_in_text {
    padding: 15px 20px 20px 0;
  }
  .drink_in2 {
    margin: -60px 0 0;
  }
}
@media screen and (max-width: 1200px) { /* -----1200px----- */ }
@media screen and (max-width: 1100px) { /* -----1100px----- */ }
@media screen and (max-width: 1000px) { /* -----1000px----- */ }
@media screen and (max-width: 768px) {
  /*========================================
  下層ページ
  ======================================== */
  .under_wrap .header2 {
    background-color: transparent;
  }
  /* --------まちと店-------- */
  /* メニュー */
  .header2 .global-nav .global-box .global-box__list .global-box__list--text {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 0 0px;
    color: white;
  }
  /* MV */
  .mv_common {
    position: relative;
    margin: 130px 0 0;
  }
  .mv_common_box {
    margin-top: 130px;
    padding: 0px 0 0 25px;
    display: flex;
    flex-direction: column-reverse;
  }
  .mv_commonTitle {
    position: relative;
    top: 0;
    left: 0px;
    height: 100px;
  }
  .mv_common_in {
    padding: 30px 25px 0 0;
    width: 100%;
  }
  .mv_commonImg {
    width: 100%;
  }
  .mv_common_text {
    font-size: 14px;
  }
  /* -------心地よい空間------- */
  .space {
    margin: 70px 0 0;
    background: linear-gradient(180deg, #fff 0%, #fff 0px, #F3F2EE 0px, #F3F2EE 100%);
    padding: 25px 0px 75px;
  }
  .space_content {
    width: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
    padding: 0 20px;
  }
  .spaceImg {
    width: 100%;
  }
  .space_in {
    padding: 0 0 0 0px;
    width: 100%;
  }
  .space_subTitle {
    padding: 50px 0 0;
  }
  .under_wrap p {
    font-size: 16px;
  }
  .town_slideArea-n {
    margin: 60px 0 0;
  }
  .space_aside {
    width: 100%;
    margin: 50px auto 0;
    display: block;
    padding: 0 20px;
  }
  .space_aside_text {
    width: 100%;
    margin: 20px 0 0;
  }
  /* ---------店舗情報--------- */
  .information {
    margin-top: 0;
  }
  .informationTitle {
    margin: 50px auto 0px;
  }
  .information_in {
    width: 100%;
    padding-inline: 25px;
    margin: 100px auto 0;
    display: block;
  }
  .information_address {
    width: 100%;
    padding: 0 0px 0 0;
    font-size: 20px;
  }
  .information_address_content {
    display: block;
    border-top: solid 1px rgb(240, 240, 240);
    padding: 20px 0;
  }
  .information_headline {
    font-weight: 800;
    white-space: nowrap;
  }
  .information_detail {
    padding: 10px 0px 0 0px;
  }
  .informationMap {
    width: 100%;
    height: 400px;
    margin: 50px 0 0;
  }
  .informationMap iframe {
    height: 400px;
  }
  /* ------下層リンク------ */
  .common_link {
    width: 100%;
    background-color: #051D2C;
    margin: 100px 0 0;
    pointer-events: painted;
    display: block;
    padding: 60px 20px 25px;
  }
  .common_linkBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .comon_linkImg {
    width: 100%;
    margin: 50px 0 0;
  }
  .under_wrap > .footer {
    margin: 120px 0 0;
  }
  /* ----------------------------------
   人と人
   ---------------------------------- */
  /* -----募集要項----- */
  .required_box {
    width: 100%;
    padding: 0;
  }
  .tab-list {
    padding: 10px 0;
  }
  .required_address_content {
    display: block;
    padding: 20px 0;
  }
  .required_headline {
    padding: 0 0 0 25px;
  }
  .required_detail {
    padding: 0 0 0 25px;
  }
  .required_btn_content {
    margin: 65px 50px 0 0;
  }
  .required_detail {
    font-size: 16px;
  }
  .recruit_town_subTitle {
    width: 100%;
  }
  /* ----------------------------------
   一鳥前とは
   ---------------------------------- */
  .aboutMain-Title {
    position: relative;
    top: 0;
    left: 0px;
    height: 200px;
  }
  .aboutMain-subTitle {
    width: 260px;
  }
  .string_area {
    width: 100%;
    padding: 0 20px;
  }
  .string_box {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .stringImg-first {
    margin: 0 0 0;
  }
  .string_content {
    width: 100%;
    margin: 40px 0 0;
  }
  .string_content:nth-of-type(2) {
    padding: 0px 0 0;
  }
  .string_box:nth-of-type(2) {
    margin: 0px 0 0;
  }
  .stringLogo-img {
    position: relative;
    width: 80%;
    z-index: 50;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 30px 0 0 0;
  }
  .js-rellax-st {
    transform: inherit !important;
  }
  .string_box {
    margin: 20px 0 0;
  }
  .about_link {
    margin: 0;
  }
  /* ----------------------------------
   料理とお酒
   ---------------------------------- */
  .foodMain-subTitle {
    width: 300px;
  }
  /* こだわりの大山どり */
  .ooyama-food {
    margin: 80px 0 0;
  }
  .ooyama_mv_bg {
    padding: 0px 45px 15px;
    height: 200px;
    display: flex;
    align-items: flex-end;
  }
  .ooyama_title {
    width: 100%;
    margin: auto 0 0 0;
  }
  .ooyama_mv_in {
    width: 100%;
  }
  .ooyama_mv_p {
    padding: 25px 25px 0;
  }
  .ooyama_mv_stiky {
    position: relative;
    top: 0;
    z-index: 100;
  }
  .ooyama_in {
    width: 100%;
    padding: 0 20px;
    margin: 40px 0 0;
  }
  .ooyama_mv_in_half {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 0 0;
    position: relative;
  }
  .ooyama_tori {
    width: 73%;
  }
  .ooyama_mv_in_half::before {
    content: none;
  }
  .ooyama_in_sub {
    width: 19px;
  }
  .ooyama_in_Title {
    width: 27%;
    padding: 10px 10px 0 20px;
    margin: 0 0 0;
  }
  .ooyama-con2-imgArea {
    width: 100%;
    position: relative;
    z-index: 200;
    margin: 35px 0 0;
    padding: 0 20px;
  }
  .ooyama_in_sub {
    width: 150px;
    margin: 0 auto;
  }
  .ooyama-con2-imgbox {
    width: 100%;
    margin: 25px 0 0;
  }
  .ooyama-con2-imgbox_in {
    background-color: white;
    padding: 25px 45px;
  }
  .ooyama-con2-imgbox_title {
    font-size: 28px;
    font-weight: bold;
  }
  .ooyama_stiky_area {
    position: relative;
    padding: 0 0 0px;
  }
  /* 名物料理 */
  .foodLogo-img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 200px;
  }
  .foodArea {
    margin: 100px 0 0;
    padding-bottom: 100px;
  }
  .pasta {
    width: 160px;
  }
  .string_area .food_box:nth-of-type(2) {
    margin: 100px 0 0;
  }
  /* お酒 */
  .drink {
    margin: -5px 0 0;
    padding: 0px 0 100px;
  }
  .drink_main_title {
    width: 200px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: auto;
  }
  .drink_mv {
    width: 100%;
    margin: 5px auto 0 0;
    min-width: inherit;
  }
  .drink_mv_in {
    padding: 0px 20px;
    width: 100%;
    height: 565px;
  }
  .drink_mv_in_bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    padding: 0 20px 0 0;
  }
  .drink_mv_in_bg img {
    object-fit: cover;
    height: 100%;
  }
  .drink_mv_p {
    width: 90%;
    margin: 45px 0 0;
    font-size: 16px;
  }
  .drink_in {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 0 0px;
    margin: -50px 0 0;
  }
  .drink_tori {
    width: calc(100% - 45px);
    top: auto;
  }
  .drink_in_textArea {
    width: 100%;
    padding: 60px 25px 0;
  }
  .drink_mv {
    width: 100%;
    margin: 5px auto 0 0;
    min-width: inherit;
  }
  .drink_mv_in_bg2 {
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    padding: 0 0px 0 20px;
  }
  .drink_mv_in_bg2 img {
    object-fit: cover;
    height: 100%;
  }
  .drink_mv_in {
    padding: 0px 20px;
    width: 100%;
    height: 565px;
  }
  .drink_in {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 0 0px;
    margin: -50px 0 0;
  }
  .drink_content {
    padding: 0 0 0 35px;
  }
  .drink_tori2 {
    margin: 0 auto 0 0;
  }
  .drink_in_textArea2 {
    padding: 55px 20px 0 20px;
    width: 100%;
  }
  .drink_in_text2 {
    width: 100%;
  }
  .food_link {
    margin: 0;
  }
  /* ----------------------------------
  プライバシーポリシー
   ---------------------------------- */
   .privacy_container {
    padding: 0 20px;
    margin: 152px 0 0;
  }
  .privacy_in p {
    font-size: 16px;
    line-height: 1.6em;
  }
@media screen and (max-width: 600px) { /* -----600px----- */
  .test {
    width: 100px;
  }
}

/* ===============================
ieのcss  
================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10・11に指定するスタイルを記入 */
  .mv_inner {
    width: 100vw;
    position: relative;
    background-color: transparent;
  }
  .common_svg_path {
    fill: #F3F2EE !important;
  }
  .mv_commonTitle {
    width: 400px;
  }
  .mv_commonTitle {
    top: 65px;
  }
  .foodArea .string_content:first-of-type {
    position: relative;
    left: -100px;
  }
  .slide-animation {
    animation: fadezoom2 13s 0s linear forwards !important;
  }
  .drink_title2 {
    margin: 70px 0 0 0;
  }
  .stringLogo-img {
    height: 800px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  .mv_common_box {
    margin: 215px 0 0 auto;
  }
  .mv_commonTitle {
    top: 105px;
    position: absolute;
  }
  .string_content:first-of-type {
    position: static;
    left: auto;
  }
  .mv_commonTitle {
    width: auto;
  }
}



/* ===============================
Firefoxのcss  
================================*/
@-moz-document url-prefix() {
  /* Firefoxに指定するスタイルを記入 */
  .about2_text img {
    width: 138px;
  }
  @media screen and (max-width: 768px) {
    .about2_text img {
      width: 100%;
    }
  }
}
/* ===============================
Chromeのcss  
================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chromeに指定するスタイルを記入 */
}
/* ===============================
Safariのcss  
================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safariに指定するスタイルを記入 */
}/*# sourceMappingURL=style.css.map */
}