@charset "UTF-8";
/* basic style */
* {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 1.5; }

body,
html {
  margin: 0; }

a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 1em; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

li {
  font-size: 1em; }

img {
  width: 100%;
  vertical-align: bottom;
  display: block; }

figure {
  margin: 0; }

option {
  font-size: 1em; }

/* basic class */
.flex {
  display: flex; }

.contents {
  display: contents; }

.wrap {
  width: min(95%, 1000px);
  margin: 0 auto; }

/* breakpoints */
/* mixin */
/* media query */
/* before element */
/* font size 13px */
/* font size 14px */
/* font size 15px */
/* font size 16px */
/* font size 20px */
/* header */
.header {
  padding: 20px 0; }
  .header__inner {
    justify-content: space-between;
    align-items: center; }
    .header__inner-item--left {
      width: 39.5%; }
      .header__inner-item--left ul {
        column-gap: 25px; }
        .header__inner-item--left ul:first-child {
          font-size: clamp(1.1rem, 1.006rem + 0.47vw, 1.3rem); }
          .header__inner-item--left ul:first-child li {
            position: relative; }
            .header__inner-item--left ul:first-child li:not(:last-child)::after {
              content: "";
              display: inline-block;
              width: 1px;
              height: 20px;
              background-color: #dcdbdb;
              position: absolute;
              right: -13px;
              top: 0; }
            .header__inner-item--left ul:first-child li a:hover {
              text-decoration: underline; }
        .header__inner-item--left ul:nth-child(2) {
          font-size: clamp(1.4rem, 1.306rem + 0.47vw, 1.6rem);
          margin-top: 20px; }
          .header__inner-item--left ul:nth-child(2) li a {
            color: #023894;
            font-weight: 700; }
            .header__inner-item--left ul:nth-child(2) li a:hover {
              color: #398fdf;
              text-decoration: underline; }
    .header__inner-item--right {
      width: 39.5%; }
      .header__inner-item--right ul {
        justify-content: flex-end;
        column-gap: 10px; }
        .header__inner-item--right ul:first-child {
          font-size: clamp(1.1rem, 1.006rem + 0.47vw, 1.3rem); }
          .header__inner-item--right ul:first-child li {
            background-color: #f8f8f8;
            padding: 5px 10px 5px 35px; }
            .header__inner-item--right ul:first-child li::before {
              left: 10px;
              top: calc(50% - 21px / 2); }
            .header__inner-item--right ul:first-child li:first-child {
              position: relative; }
              .header__inner-item--right ul:first-child li:first-child::before {
                content: "";
                display: inline-block;
                width: 21px;
                height: 21px;
                background: url("../images/ico_inquiry_blue.png") no-repeat;
                background-size: contain;
                position: absolute; }
            .header__inner-item--right ul:first-child li:first-child:hover {
              background-color: #023894; }
              .header__inner-item--right ul:first-child li:first-child:hover a {
                color: #fff; }
              .header__inner-item--right ul:first-child li:first-child:hover {
                position: relative; }
                .header__inner-item--right ul:first-child li:first-child:hover::before {
                  content: "";
                  display: inline-block;
                  width: 21px;
                  height: 21px;
                  background: url("../images/ico_inquiry_white.png") no-repeat;
                  background-size: contain;
                  position: absolute; }
            .header__inner-item--right ul:first-child li:nth-child(2) {
              position: relative; }
              .header__inner-item--right ul:first-child li:nth-child(2)::before {
                content: "";
                display: inline-block;
                width: 21px;
                height: 21px;
                background: url("../images/ico_lang_blue.png") no-repeat;
                background-size: contain;
                position: absolute; }
            .header__inner-item--right ul:first-child li:nth-child(2):hover {
              background-color: #023894; }
              .header__inner-item--right ul:first-child li:nth-child(2):hover a {
                color: #fff; }
              .header__inner-item--right ul:first-child li:nth-child(2):hover {
                position: relative; }
                .header__inner-item--right ul:first-child li:nth-child(2):hover::before {
                  content: "";
                  display: inline-block;
                  width: 21px;
                  height: 21px;
                  background: url("../images/ico_lang_white.png") no-repeat;
                  background-size: contain;
                  position: absolute; }
            .header__inner-item--right ul:first-child li:nth-child(3) {
              position: relative; }
              .header__inner-item--right ul:first-child li:nth-child(3)::before {
                content: "";
                display: inline-block;
                width: 21px;
                height: 21px;
                background: url("../images/ico_search_blue.png") no-repeat;
                background-size: contain;
                position: absolute; }
            .header__inner-item--right ul:first-child li:nth-child(3):hover {
              background-color: #023894; }
              .header__inner-item--right ul:first-child li:nth-child(3):hover a {
                color: #fff; }
              .header__inner-item--right ul:first-child li:nth-child(3):hover {
                position: relative; }
                .header__inner-item--right ul:first-child li:nth-child(3):hover::before {
                  content: "";
                  display: inline-block;
                  width: 21px;
                  height: 21px;
                  background: url("../images/ico_search_white.png") no-repeat;
                  background-size: contain;
                  position: absolute; }
        .header__inner-item--right ul:nth-child(2) {
          font-size: clamp(1.4rem, 1.306rem + 0.47vw, 1.6rem);
          margin-top: 20px;
          column-gap: 25px; }
          .header__inner-item--right ul:nth-child(2) li a {
            color: #023894;
            font-weight: 700; }
            .header__inner-item--right ul:nth-child(2) li a:hover {
              color: #398fdf;
              text-decoration: underline; }
    .header__inner-logo:hover {
      opacity: 0.8; }

/* main */
.main {
  background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
  background-size: 15px 15px; }

/* おいしさのポイント */
.point {
  background: url("../images/bg_front01.jpg") no-repeat;
  background-size: cover;
  padding: 25px 0; }
  .point__img {
    width: min(90%, 590px);
    margin: 0 auto; }
    .point__img--secondary {
      width: min(80%, 405px);
      margin: 130px auto 0; }
    .point__img--third {
      width: min(90%, 485px);
      margin: 130px auto 0; }
  .point__contents {
    position: relative;
    height: 550px;
    margin-top: 35px; }
    .point__contents-img {
      position: absolute;
      top: 0;
      left: 3.5%;
      width: 268px; }
      .point__contents-img img:nth-child(2) {
        margin-top: 20px;
        cursor: pointer; }
        .point__contents-img img:nth-child(2):hover {
          opacity: 0.8; }
      .point__contents-img--secondary {
        position: absolute;
        width: 281px;
        top: 20%;
        right: 3.5%; }
      .point__contents-img--third {
        position: absolute;
        width: 196px;
        bottom: 0;
        left: 12%; }
  .point__footer {
    margin-top: 40%; }
    .point__footer-img {
      width: min(100%, 465px);
      margin: 0 auto;
      cursor: pointer; }
      .point__footer-img:hover {
        opacity: 0.8; }
      .point__footer-img--secondary {
        width: min(100%, 425px);
        margin: 20px auto 0;
        cursor: pointer; }
        .point__footer-img--secondary:hover {
          opacity: 0.8; }
    .point__footer-txt {
      color: #fff;
      font-size: clamp(1.3rem, 1.206rem + 0.47vw, 1.5rem);
      width: fit-content;
      margin: 70px auto 0; }

/* おすすめのファストフード */
.recommend {
  margin-top: -0.5px; }
  .recommend__heading {
    background-color: #b94014;
    padding: 10px; }
    .recommend__heading img {
      width: min(100%, 415px);
      margin: 0 auto; }
  .recommend__footer {
    margin-top: -1px; }
    .recommend__footer-bnr:hover {
      opacity: 0.8; }

/* 商品カテゴリー一覧 */
.cat {
  padding: 40px 0;
  background-color: #f2f2f2; }
  .cat__heading {
    font-size: clamp(1.8rem, 1.706rem + 0.47vw, 2rem);
    border-left: 4px solid #023795;
    padding-left: 20px; }
  .cat__contents {
    flex-wrap: wrap; }
    .cat__contents-link {
      width: 20%;
      background-color: #fff;
      justify-content: flex-start;
      align-items: center;
      padding: 10px 0;
      column-gap: 10px; }
      .cat__contents-link:hover {
        background-color: #c3d9eb; }
        .cat__contents-link:hover p {
          text-decoration: underline; }
      .cat__contents-link img {
        width: 63px;
        height: 63px;
        margin-left: 10px; }
      .cat__contents-link p {
        font-size: clamp(1.2rem, 1.106rem + 0.47vw, 1.4rem); }

/* footer */
.footer__upper {
  background-color: #f8f8f8;
  padding: 40px 0; }
  .footer__upper-inner {
    justify-content: space-between; }
    .footer__upper-inner-item {
      width: 30%;
      font-size: clamp(1.2rem, 1.106rem + 0.47vw, 1.4rem);
      font-weight: 700; }
      .footer__upper-inner-item li {
        margin-top: 10px; }
        .footer__upper-inner-item li a:hover {
          text-decoration: underline; }
      .footer__upper-inner-item:first-child li.normal {
        font-weight: normal;
        padding-left: 10px; }
      .footer__upper-inner-item:nth-child(2) li {
        position: relative;
        width: fit-content; }
        .footer__upper-inner-item:nth-child(2) li:not(:first-child)::after {
          content: "";
          display: inline-block;
          width: 18px;
          height: 12px;
          background: url("../images/ico_link.png") no-repeat;
          background-size: contain;
          position: absolute;
          right: -25px;
          top: calc(50% - 12px / 2); }
      .footer__upper-inner-item:nth-child(3) li {
        font-weight: normal; }
.footer__lower {
  padding: 20px 10px; }
  .footer__lower-inner {
    justify-content: space-between;
    align-items: center; }
    .footer__lower-inner-item {
      align-items: center;
      column-gap: 25px; }
      .footer__lower-inner-item figure {
        position: relative;
        width: 94px; }
        .footer__lower-inner-item figure::after {
          content: "";
          display: inline-block;
          width: 4px;
          height: 40px;
          background-color: #dcdbdb;
          position: absolute;
          right: -15%;
          top: 0; }
    .footer__lower-inner-logo {
      width: 116px; }

/*# sourceMappingURL=style.css.map */
