@charset "UTF-8";
@use "sass:math";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
Animation
  ========================================================================== */
.hide {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(0, 50px); }

.moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) rotate(0deg) !important; }

.moves6s {
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) rotate(0deg) !important; }

.moves3s {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) rotate(0deg) !important; }

/* ==========================================================================
common
========================================================================== */
img {
  width: 100%;
  height: auto; }

.pc {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .inner {
      max-width: 90%; } }

a {
  color: #000 !important;
  text-decoration: none; }

.caution {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .caution {
      font-size: 12px;
      line-height: 1.5;
      text-align: start; } }

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* ==========================================================================
page-ficchurros
========================================================================== */
.top-apr {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.page-ficchurros {
  position: relative;
  z-index: 0;
  max-width: 100%;
  padding-inline: 0;
  background: url(../img/bg_01.jpg) center top repeat-y;
  background-size: 100% auto, 100% auto;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 2.7;
  font-family: "Zen Maru Gothic", sans-serif; }
  @media screen and (max-width: 767px) {
    .page-ficchurros {
      font-size: 3.9vw;
      line-height: 2.2; } }
  .page-ficchurros .bg-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0; }
@keyframes bgimg {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
  .page-ficchurros .ficchurros_kv,
  .page-ficchurros .lead,
  .page-ficchurros .menu {
    background: #fff37e; }
  .page-ficchurros .ficchurros_kv .kv_bg {
    width: 100%;
    background-size: 100% auto, 100% auto;
    position: relative; }
    .page-ficchurros .ficchurros_kv .kv_bg h1,
    .page-ficchurros .ficchurros_kv .kv_bg .kv_txt {
      position: absolute; }
    .page-ficchurros .ficchurros_kv .kv_bg h1 {
      top: 6%;
      right: 7%;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .ficchurros_kv .kv_bg h1 {
          top: 5%;
          right: 3%;
          width: 72%; } }
    .page-ficchurros .ficchurros_kv .kv_bg .kv_txt {
      bottom: 44%;
      right: 14%;
      width: 5%; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .ficchurros_kv .kv_bg .kv_txt {
          bottom: 49%;
          right: 11%;
          width: 10%; } }
    .page-ficchurros .ficchurros_kv .kv_bg .kv_float {
      bottom: 50px;
      left: 50px;
      width: 250px;
      position: fixed;
      z-index: 100; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .ficchurros_kv .kv_bg .kv_float {
          bottom: 2%;
          left: 2%;
          width: 36%; } }
  .page-ficchurros .lead {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-ficchurros .lead .inner {
        max-width: 100%; } }
    .page-ficchurros .lead .inner h2 {
      padding: 70px 0 30px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .lead .inner h2 {
          padding: 30px 0 20px;
          font-size: 3.9vw; } }
    .page-ficchurros .lead .maru_bg img {
      margin-bottom: -15%; }
  .page-ficchurros .about .inner {
    text-align: center;
    margin: 0 auto 200px; }
    @media screen and (max-width: 767px) {
      .page-ficchurros .about .inner {
        margin: 0 auto 100px; } }
    .page-ficchurros .about .inner .ttl {
      width: 12%;
      margin: -30px auto 80px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .ttl {
          width: 17%;
          margin: -13px auto 30px; } }
    .page-ficchurros .about .inner .ttl_sub,
    .page-ficchurros .about .inner .ttl_sub2 {
      margin: 0 auto 30px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .ttl_sub,
        .page-ficchurros .about .inner .ttl_sub2 {
          margin: 0 auto 20px; } }
    .page-ficchurros .about .inner .ttl_sub {
      width: 750px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .ttl_sub {
          width: 100%; } }
    .page-ficchurros .about .inner .ttl_sub2 {
      width: 600px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .ttl_sub2 {
          width: 85%; } }
    .page-ficchurros .about .inner .graph {
      width: 40%;
      margin: 30px auto 60px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .graph {
          width: 65%;
          margin: 30px auto 60px; } }
    .page-ficchurros .about .inner .graph2 {
      width: 60%;
      margin: 40px auto 0px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .graph2 {
          width: 100%;
          margin: 20px auto 0px;
          justify-content: space-around; } }
      .page-ficchurros .about .inner .graph2 li {
        width: 34%; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .about .inner .graph2 li {
            width: 50%; } }
        .page-ficchurros .about .inner .graph2 li:nth-child(1) a .photo {
          padding: 11% 0 11%; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .about .inner .graph2 li:nth-child(1) a .photo {
              padding: 11% 0 11%; } }
        @media screen and (max-width: 767px) {
          .page-ficchurros .about .inner .graph2 li:nth-child(3) {
            width: 30%; } }
        .page-ficchurros .about .inner .graph2 li:nth-child(3) a img {
          width: 70%;
          padding-top: 10px; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .about .inner .graph2 li:nth-child(3) a img {
              width: 100%;
              padding-top: 20px; } }
        .page-ficchurros .about .inner .graph2 li a {
          display: block; }
          .page-ficchurros .about .inner .graph2 li a .photo {
            width: 100%;
            margin: 0 auto; }
          .page-ficchurros .about .inner .graph2 li a p {
            font-size: 15px; }
            @media screen and (max-width: 767px) {
              .page-ficchurros .about .inner .graph2 li a p {
                font-size: 2.3vw; } }
    .page-ficchurros .about .inner .caution {
      padding-top: 40px;
      font-weight: 900; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .about .inner .caution {
          font-size: 12px;
          padding-top: 30px; } }
  .page-ficchurros .about .maru_bg {
    margin-top: -12%;
    transform: scaleY(-1); }
  .page-ficchurros .menu .inner {
    text-align: center;
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      .page-ficchurros .menu .inner {
        margin: 0 auto 50px; } }
    .page-ficchurros .menu .inner .ttl img {
      width: 23%;
      margin: -210px auto 125px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .ttl img {
          width: 35%;
          margin: -40px auto 45px; } }
    .page-ficchurros .menu .inner .photo1 {
      width: 40%;
      margin: 20px auto 0; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .photo1 {
          width: 80%; } }
    .page-ficchurros .menu .inner .photo2 {
      width: 50%;
      margin: 20px auto 0; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .photo2 {
          width: 90%; } }
    .page-ficchurros .menu .inner .ttl_sub {
      width: 50%;
      margin: 50px auto 30px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .ttl_sub {
          width: 100%;
          margin: 30px auto 20px; } }
    .page-ficchurros .menu .inner .dip_box {
      background: url(../img/bg_01.jpg) center top repeat-y;
      background-size: 100% auto, 100% auto;
      border-radius: 150px;
      width: 850px;
      margin: 50px auto 50px;
      padding: 20px 70px 30px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .dip_box {
          width: 100%;
          border-radius: 30px;
          margin: 30px auto 30px;
          padding: 20px 5px 20px 5px; } }
      .page-ficchurros .menu .inner .dip_box .dip_img {
        width: 60%;
        margin: -40px auto 15px; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .menu .inner .dip_box .dip_img {
            width: 60%;
            margin: -35px auto 13px; } }
      .page-ficchurros .menu .inner .dip_box .dip_txt {
        width: 100%;
        margin: 0 auto;
        line-height: 2;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .menu .inner .dip_box .dip_txt {
            width: 100%;
            font-size: 3.9vw; } }
    .page-ficchurros .menu .inner .products {
      display: flex;
      justify-content: space-between;
      width: 65%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .menu .inner .products {
          width: 100%;
          display: block; } }
      .page-ficchurros .menu .inner .products li {
        width: 48%; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .menu .inner .products li {
            width: 100%; }
            .page-ficchurros .menu .inner .products li:last-child {
              padding-top: 30px; } }
        .page-ficchurros .menu .inner .products li:first-child a .photo {
          padding: 42px 0; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .menu .inner .products li:first-child a .photo {
              padding: 0px 0; } }
        @media screen and (max-width: 767px) {
          .page-ficchurros .menu .inner .products li a .photo {
            width: 70%;
            margin: 0 auto; } }
        .page-ficchurros .menu .inner .products li a p {
          padding-top: 20px; }
  .page-ficchurros .menu .maru_bg img {
    margin-bottom: -15%; }
  .page-ficchurros .venue .inner {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-ficchurros .venue .inner {
        margin: 0 auto 50px;
        max-width: 95%; } }
    .page-ficchurros .venue .inner .ttl img {
      width: 27%;
      margin: 40px auto 120px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .venue .inner .ttl img {
          width: 38%;
          margin: 0px auto 45px; } }
    .page-ficchurros .venue .inner .photo {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .venue .inner .photo {
          display: block; } }
      .page-ficchurros .venue .inner .photo li {
        width: 49%; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .venue .inner .photo li {
            width: 90%;
            margin: 20px auto; } }
    .page-ficchurros .venue .inner .adress {
      display: flex;
      justify-content: space-between;
      width: 1100px;
      margin: 80px auto 30px; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .venue .inner .adress {
          width: 100%;
          margin: 40px auto 30px;
          display: flex;
          flex-direction: column-reverse;
          align-items: flex-start; } }
      .page-ficchurros .venue .inner .adress .map {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .venue .inner .adress .map {
            width: 100%; } }
        .page-ficchurros .venue .inner .adress .map iframe {
          width: 100%; }
      .page-ficchurros .venue .inner .adress .txt {
        width: 57%;
        text-align: start;
        line-height: 1.7;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .venue .inner .adress .txt {
            width: 85%;
            margin: 0 auto;
            font-size: 15px;
            font-size: 3.6vw;
            padding-bottom: 20px; } }
        .page-ficchurros .venue .inner .adress .txt .name {
          font-size: 28px;
          padding-bottom: 10px;
          line-height: 1.7; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .venue .inner .adress .txt .name {
              font-size: 3.9vw;
              padding-bottom: 5px;
              line-height: 1.9; } }
          .page-ficchurros .venue .inner .adress .txt .name span {
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .page-ficchurros .venue .inner .adress .txt .name span {
                font-size: 3.6vw; } }
        .page-ficchurros .venue .inner .adress .txt .txtday span {
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .venue .inner .adress .txt .txtday span {
              font-size: 13px; } }
    .page-ficchurros .venue .inner .caution-box {
      background: #fff;
      border-radius: 90px;
      padding: 20px 0;
      width: 1000px;
      margin: 30px auto 0; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .venue .inner .caution-box {
          width: 100%;
          border-radius: 50px;
          padding: 30px 20px;
          margin: 20px auto 0; } }
      .page-ficchurros .venue .inner .caution-box .ttl {
        font-size: 20px;
        border-bottom: #000 solid 1px;
        width: fit-content;
        margin: 0 auto;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .venue .inner .caution-box .ttl {
            font-size: 15px; } }
        .page-ficchurros .venue .inner .caution-box .ttl a {
          text-decoration: underline; }
      .page-ficchurros .venue .inner .caution-box p {
        padding-top: 10px; }
        .page-ficchurros .venue .inner .caution-box p a {
          text-decoration: underline; }
  .page-ficchurros .goodfoods {
    background: #fff; }
    .page-ficchurros .goodfoods .inner {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page-ficchurros .goodfoods .inner {
          margin: 0 auto 100px;
          max-width: 95%; } }
      .page-ficchurros .goodfoods .inner .ttl img {
        width: 49%;
        margin: 10px auto 30px; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .goodfoods .inner .ttl img {
            width: 80%;
            margin: 20px auto 30px; } }
      .page-ficchurros .goodfoods .inner .txt {
        font-weight: normal;
        font-family: "Gotham A", "Gotham B", "FP-こぶりなゴシック StdN W6", sans-serif; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .goodfoods .inner .txt {
            font-size: 14px;
            font-size: 3.9vw; } }
      .page-ficchurros .goodfoods .inner p {
        font-weight: normal; }
      .page-ficchurros .goodfoods .inner .another_site {
        display: flex;
        justify-content: space-between;
        width: 60%;
        margin: 30px auto 0; }
        @media screen and (max-width: 767px) {
          .page-ficchurros .goodfoods .inner .another_site {
            display: block;
            width: 100%; } }
        .page-ficchurros .goodfoods .inner .another_site li {
          width: 47%; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .goodfoods .inner .another_site li {
              width: 100%; } }
          .page-ficchurros .goodfoods .inner .another_site li:last-child {
            padding-top: 30px; }
            @media screen and (max-width: 767px) {
              .page-ficchurros .goodfoods .inner .another_site li:last-child {
                padding-top: 30px; } }
            .page-ficchurros .goodfoods .inner .another_site li:last-child a img {
              padding: 17px 0; }
          .page-ficchurros .goodfoods .inner .another_site li a img {
            width: 40%; }
          @media screen and (max-width: 767px) {
            .page-ficchurros .goodfoods .inner .another_site li {
              width: 100%; } }
          .page-ficchurros .goodfoods .inner .another_site li p {
            font-size: 16px; }
            @media screen and (max-width: 767px) {
              .page-ficchurros .goodfoods .inner .another_site li p {
                font-size: 12px; } }
