@charset "UTF-8";
/*
Theme Name: oitafoodmap
Text Domain: oitafoodmap
Description: oitafoodmapテーマ
Author: oitafoodmap
*/
/*-----------------------------------------------------------------
共通 設定
----------------------------------------------------------------- */
/* 共通　追加CSS */
body {
  background-color: #FFFFFF;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #0B0B0B;
  min-width: 1280px;
}

@media (max-width: 1024px) {
  body {
    width: 100%;
    /* ブラウザの幅固定解除 */
    min-width: 100%;
    /* ブラウザの幅固定解除 */
    font-size: 14px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
  padding-bottom: 0;
}

a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sponly {
  display: none;
}

.sponly_i {
  display: none;
}

@media (max-width: 1024px) {
  .sponly {
    display: block;
  }

  .sponly_i {
    display: inline-block;
  }

  .pconly {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  color: #0B0B0B;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a:hover {
  color: rgba(34, 34, 34, 0.5);
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(24, 177, 67, 0.5)));
  background: linear-gradient(transparent 50%, rgba(24, 177, 67, 0.5) 50%);
}

.btn_normal {
  border-radius: 0;
  padding: 10px 150px;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .btn_normal {
    width: 100%;
  }
}
.en {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.ruby {
  font-size: 11px;
  white-space: nowrap;
}

/*-----------------------------------------------------------------
Bootstrap リセット 設定
----------------------------------------------------------------- */
.container {
  max-width: 1080px;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.modal-dialog {
  max-width: 90%;
}

@media (max-width: 1024px) {
  .modal-dialog {
    width: 90%;
    margin: 20% auto;
  }
}
.btn {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .btn {
    font-size: 13px;
  }
}
.position_r {
  position: relative;
}

/*-----------------------------------------------------------------
    トップページ 設定
----------------------------------------------------------------- */
.top .section_title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  margin-left: 60px;
}
.top .section_title em {
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media (max-width: 1024px) {
  .top .section_title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: 18px;
  }
  .top .section_title em {
    font-size: 40px;
  }
}
/*-----------------------------------------------------------------
    ナビ 設定
----------------------------------------------------------------- */
.header {
  background-color: #0B0B0B;
  width: 100%;
  z-index: 100;
}
.header .navmenu_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: scroll;
}
.header .navmenu_list::-webkit-scrollbar {
  display: none;
}
.header .navmenu_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  color: #FFFFFF;
}
.header .navmenu_list li:first-child a {
  padding-left: 100px;
}
.header .navmenu_list li:last-child a {
  padding-right: 100px;
}

.nav_position-001 {
  position: absolute;
  right: 20px;
  top: 86px;
}

@media (max-width: 1024px) {
  .nav_position-001 {
    z-index: 0;
    width: 60px;
    margin-left: auto;
    position: absolute;
    right: 36px;
    top: 34px;
  }
  .nav_position-001 .badgeAnim::before {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .navmenu-side_sp {
    background-color: #E5E2E2;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1;
    text-align: center;
  }
  .navmenu-side_sp li {
    height: 100%;
    border-right: 1px solid #F4F4F4;
    width: 15%;
  }
  .navmenu-side_sp li:nth-child(4) {
    border-right: 0;
    width: 26%;
  }
  .navmenu-side_sp li:last-child {
    border-right: 0;
    width: 29%;
  }
  .navmenu-side_sp li a {
    width: 100%;
    font-size: 10px;
    color: #696969;
    height: 100%;
    padding: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .navmenu-side_sp li:last-child a {
    background-color: #EA1B66;
    color: #fff;
  }
}
/*バッチ回転アニメーション*/
.badgeAnim {
  position: relative;
  z-index: 10px;
}

.badgeAnim::before {
  position: absolute;
  content: "";
  display: block;
  width: 115px;
  height: 115px;
  top: -46px;
  right: -12px;
  z-index: -1;
  background: url("img/nav_bg-001.svg") center/cover no-repeat;
  -webkit-animation: 5s linear infinite rotation1;
          animation: 5s linear infinite rotation1;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ハンバーガーメニュー設定 */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 24px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 48px;
  right: 32px;
  z-index: 1040;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-trigger.active {
  z-index: 1500;
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0B0B0B;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  top: -10px;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.hamburger-menu {
  max-width: 307px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  -webkit-transform: translate(307px);
  transform: translate(307px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger-menu.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hamburger-menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px;
  list-style-type: none;
  margin: 0 auto 24px;
}

.hamburger-menu .flex a .hamburger-logo {
  width: 200px;
}

.hamburger-menu .logo {
  max-width: 170px;
}

.hamburger-menu .main-menu .logo {
  max-width: 57px;
  margin-bottom: 30px;
}

.hamburger-menu .main-menu li:first-child {
  border-top: 1px solid #E5E2E2;
}

.hamburger-menu .main-menu .point {
  color: #EA1B66;
}

.hamburger-menu .main-menu .point em {
  color: #EA1B66;
}

.hamburger-menu .main-menu a {
  display: block;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #E5E2E2;
  font-weight: bold;
  color: #696969;
  font-size: 11px;
  font-weight: 400;
}

.hamburger-menu .main-menu a em {
  font-size: 14px;
  font-weight: 900;
  color: #222222;
}

.hamburger-menu .sub-menu {
  line-height: 2.5;
}

.hamburger-menu .sns-menu {
  font-size: 11px;
  line-height: 2.5;
}

.hamburger-menu .sns-menu li:nth-child(2), .hamburger-menu .sns-menu li:nth-child(3) {
  font-size: 10px;
}

.hamburger-menu .sns-menu a {
  color: #0B0B0B;
}

.hamburger-menu .sns-menu a .sns_icon {
  max-width: 15px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

@media (max-width: 750px) {
  .menu-trigger {
    top: 34px;
  }

  .menu-trigger.active {
    top: 48px;
  }
}
/*-----------------------------------------------------------------
    ファーストビュー 設定
----------------------------------------------------------------- */
.fv {
  position: relative;
  background: url("img/fv.jpg") center/cover no-repeat;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 750px) {
  .fv {
    background-image: url("img/fv-sp.jpg");
  }
}
/*-----------------------------------------------------------------
    おすすめ 設定
----------------------------------------------------------------- */
.recommend {
  margin-bottom: 20px;
}
.recommend .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommend .recommend_list li {
  width: 280px;
  height: 280px;
  position: relative;
}
.recommend .recommend_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.recommend .recommend_list a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.4);
  content: "";
  display: block;
  z-index: 1;
}
.recommend .recommend_list a .recommend_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.recommend .recommend_list a .recommend_bgC {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recommend .recommend_list a .recommend_bgI {
  width: 100%;
  height: auto;
}
.recommend .recommend_list a .recommend_body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.recommend .recommend_list a .recommend_body h3 {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.recommend .recommend_list a .recommend_body img {
  margin-bottom: 12px;
}

/*-----------------------------------------------------------------
    コンテツ 設定
----------------------------------------------------------------- */
.content {
  margin-top: 12px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.content #main_guide_id {
  width: 70%;
}
.content #sidebar_id {
  width: 30%;
}

@media (max-width: 1024px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content #main_guide_id, .content #sidebar_id {
    width: 100%;
  }
  .content .btn_normal {
    margin-bottom: 20px;
  }
}
/*-----------------------------------------------------------------
    メインコンテツ 設定
----------------------------------------------------------------- */
.main_guide .postTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_guide .postTag li {
  font-size: 12px;
  font-weight: bold;
  padding-right: 28px;
}
.main_guide .postTag li a {
  color: #A5A5A5;
  position: relative;
}
.main_guide .postTag li a::after {
  position: absolute;
  content: "・";
  display: block;
  color: #EA1B66;
  top: -2px;
  right: -20px;
}
.main_guide .postTag li:last-child a::after {
  display: none;
}
.main_guide time {
  color: #A5A5A5;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}
.main_guide .main_guide_list {
  padding: 20px;
  border: 1px solid #F4F4F4;
  margin-bottom: 30px;
}
.main_guide .main_guide_list .main_guide_item {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main_guide .main_guide_list .main_guide_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_head {
  width: 220px;
  height: 220px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_head img {
  width: 100%;
  height: auto;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body {
  padding: 10px 40px;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body p {
  margin: 20px 0;
  height: 50px;
  overflow: hidden;
}

@media (max-width: 750px) {
  .main_guide .main_guide_list .main_guide_item .main_guide_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_head {
    margin: auto;
    width: 100%;
    height: 280px;
  }
  .main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body {
    padding-left: 0;
    padding-right: 0;
  }
  .main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body h3 {
    font-size: 16px;
  }
  .main_guide .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body p {
    height: 122px;
  }
}
/*-----------------------------------------------------------------
    サイドコンテツ 設定
----------------------------------------------------------------- */
/* プロフィール */
.sidebar .profile {
  margin-bottom: 20px;
}
.sidebar .profile h2 {
  width: 100%;
  padding: 10px 0;
  background-color: #0B0B0B;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .profile .profile_inner {
  border: 1px solid #F4F4F4;
  padding: 20px;
}
.sidebar .profile .profile_inner .profile_img {
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.sidebar .profile .profile_inner p {
  margin-bottom: 40px;
}
.sidebar .profile .profile_inner .profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.sidebar .profile .profile_inner .profile_list li {
  margin-right: 20px;
}
.sidebar .profile .profile_inner .profile_list li:last-child {
  margin-right: 0;
}

/* 地域 */
.sidebar .area {
  margin-bottom: 20px;
}
.sidebar .area h2 {
  width: 100%;
  padding: 10px 0;
  background-color: #0B0B0B;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .area .area_inner {
  border: 1px solid #F4F4F4;
  padding: 20px;
}
.sidebar .area .area_inner .area_list li {
  border-bottom: 2px dotted #F4F4F4;
}
.sidebar .area .area_inner .area_list li:last-child {
  border-bottom: none;
}
.sidebar .area .area_inner .area_list li a {
  padding: 20px 0;
  display: block;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .area {
    display: none;
  }
}
/*-----------------------------------------------------------------
    フッター 設定
----------------------------------------------------------------- */
.footer {
  background-color: #0B0B0B;
  padding: 100px;
  font-size: 13px;
}
.footer a {
  color: #fff;
}
.footer .footer_logo {
  padding-right: 60px;
}
.footer .footer_rap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_rap_list .footer_rap_list_item {
  margin-right: 20px;
  width: 180px;
}
.footer .footer_list li a {
  margin-bottom: 12px;
  display: block;
  padding-left: 20px;
  position: relative;
}
.footer .footer_list li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("img/footer_arrow_p.svg");
}
.footer .footer_list li .sns_icon {
  padding-right: 8px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 20px 0 60px;
  }
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_logo {
    max-width: 100px;
    padding: 0;
    padding-bottom: 20px;
    display: block;
    margin: auto;
  }
  .footer .footer_rap_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copyright {
  padding: 20px 0;
  text-align: center;
  color: #A5A5A5;
  font-size: 12px;
  font-weight: bold;
  background-color: #F4F4F4;
}

@media (max-width: 1024px) {
  .copyright {
    margin-bottom: 56px;
  }
}
/*-----------------------------------------------------------------
    slick 設定
----------------------------------------------------------------- */
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots li.slick-active button:before {
  color: #A5A5A5;
}

.slick-dots li button:before {
  color: #EA1B66;
}

.slick-dots {
  bottom: -40px;
  display: none !important;
}

.slick-prev, .slick-next {
  display: none !important;
}

/*-----------------------------------------------------------------
    下層ページ 設定
----------------------------------------------------------------- */
.article {
  width: 100%;
  background: url("img/underPage_title.jpg") center/cover no-repeat;
}
.article .underPage_title {
  padding-top: 80px;
  padding-bottom: 60px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 4px;
}
.article .underPage_title .en {
  font-size: 24px;
  margin-bottom: 4px;
}
.article .underPage_title .ruby {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .article .underPage_title .en {
    font-size: 18px;
  }
  .article .underPage_title .ruby {
    font-size: 12px;
  }
}
/*-----------------------------------------------------------------
    記事詳細 設定
----------------------------------------------------------------- */
.article_main {
  border: 1px solid #F4F4F4;
  padding: 40px 80px;
  font-size: 16px;
}
.article_main img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.article_main .article_head {
  position: relative;
  margin-bottom: 90px;
}
.article_main .article_head .article_headImg {
  width: 100%;
  max-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.article_main .article_head .article_headImg img {
  max-width: 100%;
  max-height: 100%;
}
.article_main .article_logo {
  position: absolute;
  width: 120px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.article_main .article_title {
  color: #EA1B66;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.article_main .article_body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 2px solid #0B0B0B;
}
.article_main .article_body h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}
.article_main .article_body p {
  margin-bottom: 20px;
}
.article_main .article_body .article_card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article_main .article_body .article_cardBody {
  padding: 30px;
}
.article_main .article_body .article_cardBody p {
  margin-bottom: 0;
}
.article_main .article_body .article_cardBody .article_cardTitle {
  color: #A5A5A5;
  font-size: 16px;
}
.article_main .article_body .article_cardBody .article_cardTitle .menu_name {
  font-size: 20px;
  color: #0B0B0B;
  font-weight: bold;
  padding-right: 20px;
}
.article_main time {
  margin-bottom: 20px;
  font-size: 12px;
}
.article_main .shop_data {
  padding: 30px;
  background-color: #F4F4F4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article_main .shop_data .shop_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
.article_main .shop_data .shop_title img {
  margin-bottom: 0;
}
.article_main .shop_data .shop_list {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_main .shop_data .shop_list dt {
  font-weight: 500;
  max-width: 30%;
  padding-right: 10px;
}
.article_main .shop_data .shop_list dt:nth-child(1) {
  border-top: 2px dotted #E0E0E0;
}
.article_main .shop_data .shop_list dd {
  max-width: 70%;
  margin-bottom: 0;
}
.article_main .shop_data .shop_list dd:nth-child(2) {
  border-top: 2px dotted #E0E0E0;
}
.article_main .shop_data .shop_list dd img {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 4px;
}
.article_main .shop_data dt, .article_main .shop_data dd {
  width: 100%;
  border-bottom: 2px dotted #E0E0E0;
  padding: 16px 0;
}

@media (max-width: 1024px) {
  .article_main {
    padding: 20px 16px;
    font-size: 14px;
  }
  .article_main .article_logo {
    width: 90px;
    bottom: -25px;
  }
  .article_main .article_title {
    font-size: 24px;
    text-align: left;
  }
  .article_main .article_head {
    margin-bottom: 60px;
  }
  .article_main .article_body .article_cardBody {
    padding: 20px;
  }
  .article_main .article_body .article_cardBody .article_cardTitle {
    font-size: 14px;
  }
  .article_main .article_body .article_cardBody .article_cardTitle .menu_name {
    font-size: 16px;
  }
  .article_main .article_body h2 {
    margin-top: 40px;
    font-size: 20px;
  }
  .article_main .article_body h3 {
    font-size: 18px;
  }
  .article_main .article_body .article_cardhead {
    width: 100%;
    height: auto;
  }
  .article_main .shop_data {
    padding: 20px;
  }
  .article_main .shop_data .shop_list {
    max-width: 600px;
    margin: auto;
  }
  .article_main .shop_data .shop_list dt, .article_main .shop_data .shop_list dd {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .article_main .shop_data .shop_list dt {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  .article_main .shop_data .shop_list dd {
    padding-top: 0;
  }
  .article_main .shop_data .shop_list dd:nth-child(2) {
    border-top: 0;
  }
}
/*パンくずリスト*/
.breadcrumb-c {
  margin: 12px 15px;
}

.breadcrumb-c .breadcrumb_list {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-c .breadcrumb_list li {
  margin-right: 36px;
  position: relative;
}

.breadcrumb-c .breadcrumb_list li::after {
  position: absolute;
  right: -18px;
  content: "/";
}

.breadcrumb-c .breadcrumb_list li:last-child {
  margin-right: 0;
}

.breadcrumb-c .breadcrumb_list li:last-child::after {
  content: "";
}

@media (max-width: 1024px) {
  .breadcrumb-c {
    padding: 0 18px 12px;
  }
}
/*-----------------------------------------------------------------
    ページャー 設定
----------------------------------------------------------------- */
.pager {
  margin-top: 20px;
  font-weight: bold;
}

.pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager .page-numbers li .prev,
.pager .page-numbers li.prev {
  border-radius: 50%;
  margin-right: 24px;
}

.pager .page-numbers li .next,
.pager .page-numbers li.next {
  border-radius: 50%;
  margin-left: 24px;
}

.pager .page-numbers a,
.pager .page-numbers span {
  color: #0B0B0B;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager .page-numbers span.current {
  border-radius: 50%;
  border: 1px #0B0B0B solid;
  background-color: #0B0B0B;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .pager {
    margin-bottom: 40px;
  }
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------
    instafield 設定
----------------------------------------------------------------- */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.gallery img {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .gallery img {
    width: 100%;
    height: auto;
  }
}
.gallery-item {
  margin-right: 22px;
  margin-bottom: 17px;
  width: 190px;
  height: 190px;
  overflow: hidden;
  position: relative;
}

.insta_btn {
  display: block;
  text-align: center;
}

@media (max-width: 750px) {
  .gallery {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .gallery-item {
    width: 150px;
    height: 150px;
    margin-right: 2%;
  }

  .gallery-item:last-child {
    display: none;
  }
}