@charset "UTF-8";
/*--ふくおかBizのページで使用されているメディアクエリのまとめです。scssで利用してください。cssでは使えません！！
@mixin pc_screen_under {
  @media screen and (max-width: 1230px){
    @content;
  }
}
@mixin pc_middle_under {
  @media screen and (max-width: 1200px){
    @content;
  }
}
@mixin pc_to_tablet {
  @media screen and (min-width: 768px) and (max-width: 1199px){
    @content;
  }
}
@mixin tablet_over {
  @media screen and (min-width: 768px){
    @content;
  }
}
@mixin tablet_under {
  @media screen and (max-width: 768px){
    @content;
  }
}
@mixin tablet_to_sp {
  @media screen and (min-width: 599px) and (max-width: 767px) {
    @content;
  }
}
@mixin sp_under {
  @media screen and (max-width: 599px){
    @content;
  }
}


呼び出し方（tablet_underのメディアクエリを呼び出す場合）
@include tablet_under(){
これだけ！この中にcssかいてください
}
-----------------------------------------------------*/
.header {
  z-index: 999;
}

.size_xs {
  font-size: 0.7em !important;
}

.size_s {
  font-size: 0.8em !important;
}

.size_l {
  font-size: 1.2em !important;
}

.size_xl {
  font-size: 1.5em !important;
}

.size_xxl {
  font-size: 2em !important;
}

* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.pc_ta_c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pc_ta_c {
    text-align: left;
  }
}

.snsPromo_eyecatch {
  width: 100%;
  aspect-ratio: 1900/750;
  position: relative;
  overflow: hidden;
}
.snsPromo_eyecatch img {
  width: 100%;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 1230px) {
  .snsPromo_eyecatch {
    height: auto;
    aspect-ratio: initial;
    margin-top: 100px;
  }
  .snsPromo_eyecatch img {
    position: initial;
  }
}

p {
  margin: 1rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.flex-ard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bold {
  font-weight: bold;
}

.fs_max {
  font-size: 2em;
}

.fc_blue {
  color: #2E75B6;
}

.fc_pink {
  color: #ff3c5d;
}

.fc_black {
  color: #000;
}

.fc_rightgreen {
  color: #92D050;
}

.fc_white {
  color: #fff;
}

.fc_red {
  color: #ff3c5d;
}

.content {
  width: 100%;
}

.page-wrap {
  width: 100%;
}

.page-snsPromo {
  width: 90%;
  max-width: 1060px;
  margin: 60px auto;
}

.h2_gray {
  text-align: center;
  font-size: 1.5em;
  padding: 5px 15px;
  margin: 80px auto 50px;
  color: #ffffff;
  background-color: #8b8b8b;
  display: table;
  border-radius: 25px;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .h2_gray {
    font-size: 1.3em;
    width: 100%;
  }
}

.h1_con {
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .h1_con {
    margin: 0 0 20px 0;
  }
}
.h1_con h1.new_open_h1 {
  width: 100%;
  background-color: #ED7D31;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .h1_con h1.new_open_h1 {
    text-align: center;
  }
}
.h1_con h1.new_open_h1:before {
  content: "";
  width: calc(100% - 10px);
  padding: 1em;
  border: solid 2px #fff;
  position: absolute;
  left: 5px;
  top: 4px;
}
.h1_con > img {
  position: absolute;
  width: 343px;
  height: auto;
  right: 10px;
  top: -46px;
}
@media screen and (max-width: 768px) {
  .h1_con > img {
    display: none;
  }
}

.ojisan {
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .ojisan {
    max-width: 115px;
  }
}

.fukuoka-town {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .fukuoka-town {
    font-size: 1.1em;
  }
}

.gourmet_logo {
  max-width: 300px;
  min-width: 100px;
  width: 50%;
}

.owned {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.fig-frumet {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.mook-p:before {
  content: "\\";
}
.mook-p:after {
  content: "/";
}

.mook-item > figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (max-width: 768px) {
  .mook-item > figcaption {
    height: 110px;
  }
}

.mook-icon {
  max-width: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mook-icon {
    max-width: 100px;
  }
}

.slick-track .mook-item {
  margin: 0 10px;
}
.slick-track .mook-item p, .slick-track .mook-item span {
  text-align: center;
}
.slick-track .mook-item span {
  width: 100%;
  font-size: 0.7em;
  display: block;
}
.slick-track .mook-item .mook-date {
  padding: 1px 0;
  text-align: center;
  border: solid 1px #000;
  display: block;
  margin: auto;
}

.bg-bage {
  background-color: #fdf7d0;
  padding: 1px 0;
}

.bg-white {
  background-color: #ffffff;
  padding: 1px 0;
}

.bg-rightgreen {
  background-color: #92D050;
}

span.wave {
  padding-bottom: 5px;
  background: url(https://e-fukuoka.co.jp/wp-content/themes/efukuoka/asset/img/sns_promo/wave.png) repeat-x bottom left/auto 8px;
}

.to-fukuokanavi {
  display: block;
  margin: auto;
  width: 300px;
  border: solid 3px #000;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .to-fukuokanavi {
    font-size: 0.9em;
    width: 250px;
  }
}

a.to-fukuokanavi:hover {
  background-color: #fff;
}

.case {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .case {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.case h3 {
  position: relative;
  background-color: #696969;
  color: #fff;
  font-weight: bold;
  margin-top: 1.5em;
  margin-right: 10px;
  padding: 10px 5px;
  font-size: 1.2em;
  width: 220px;
  text-align: center;
}
.case h3 span {
  position: absolute;
  top: -2em;
  left: 0;
  color: #696969;
  font-size: 0.7em;
}
.case .case-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.case .case-sns img {
  width: 40px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .size_xs {
    font-size: 0.7em !important;
  }
  .size_s {
    font-size: 0.8em !important;
  }
  .size_l {
    font-size: 1em !important;
  }
  .size_xl {
    font-size: 1.1em !important;
  }
  .size_xxl {
    font-size: 1.2em !important;
  }
  .fs_max {
    font-size: 1.3em !important;
  }
  .sp_mx_100 {
    max-width: 100px;
  }
  .sp_mx_300 {
    max-width: 300px;
  }
  .sp_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pc-to-sp {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc-to-sp {
    display: none;
  }
}

.sp-under {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-under {
    display: block;
  }
}

span.city-logo {
  display: inline-block;
  position: relative;
  width: 209px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  span.city-logo {
    width: 137px;
    height: 25px;
  }
}

span.city-logo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  background-image: url(https://e-fukuoka.co.jp/wp-content/themes/efukuoka/asset/img/sns_promo/logo.png);
  width: 209px;
  height: 42px;
  display: inline-block;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  span.city-logo:before {
    width: 137px;
    height: 30px;
  }
}

h3.contact-text {
  margin: 100px 0 0 0;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  h3.contact-text {
    font-size: 1.2em;
  }
}

.kr_contact_con {
  padding: 5em 9em 0;
}
@media screen and (max-width: 599px) {
  .kr_contact_con {
    padding: 0;
  }
}
.kr_contact_con .kr_contact_ttl {
  margin-bottom: 1em;
  font-size: 28px;
  font-family: Verdana, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.kr_contact_con .kr_contact_box label,
.kr_contact_con .kr_contact_box .wpcf7-form-control-wrap {
  display: block;
}
.kr_contact_con .kr_contact_box label input {
  width: 100%;
}
.kr_contact_con .kr_contact_box input[type=submit] {
  display: block;
  margin: 0 auto;
  background: #01bea2;
}/*# sourceMappingURL=new_open.css.map */