@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #3165be;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

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

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 1;
}
#side ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  width: 160px;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #3165be;
  /* @include fonttime(400); */
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 25.55px;
  line-height: 1.6;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 10px;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul li a img {
  margin-bottom: 8px;
}
#side ul li a small {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14.38px;
  line-height: 1.6;
  margin-top: -5px;
}
@media (max-width: 999px) {
  #side ul li a {
    width: 140px;
    min-height: 140px;
    font-size: 22px;
  }
  #side ul li a img {
    margin-bottom: 0;
  }
  #side ul li a small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
food
------------------------------------------------- */
#food {
  margin-bottom: 66px;
}
#food .contents {
  width: min(100%, 1230px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.6910569106%;
  margin: 0 auto;
}
#food .contents .block {
  width: 47.1544715447%;
}
#food .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#food .contents .block a:hover {
  opacity: 0.6;
}
#food .contents .block .title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: -15px;
}
#food .contents .block .image {
  aspect-ratio: 580/360;
}
#food .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
#food .contents .block .text {
  margin: 0 28px;
  background-color: #fff;
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8125;
  color: #000;
  padding: 13px 37px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 999px) {
  #food {
    margin-bottom: 50px;
  }
  #food .contents .block .title {
    font-size: 50px;
  }
  #food .contents .block .text {
    margin: 0 20px;
    padding: 10px 20px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #food {
    margin-bottom: 40px;
  }
  #food .contents .block .image img {
    border-radius: 20px;
  }
  #food .contents .block .title {
    font-size: 40px;
  }
  #food .contents .block .text {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  #food .contents {
    flex-direction: column;
  }
  #food .contents .block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 1;
  padding: 30px 2.8125% 0 1.875%;
}
#header .logo {
  max-width: 208px;
}
#header .logo a:nth-child(1) {
  display: block;
}
#header .logo a:nth-child(2) {
  display: none;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#header #gnav ul li {
  position: relative;
}
#header #gnav ul li a {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-shadow: #fff 1px 1px 0px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
}
#header #gnav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header #gnav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
  background-color: #3165be;
  padding: 5px;
}
#header #gnav ul li ul li:not(:first-child) {
  border-top: solid 1px #fff;
}
#header #gnav ul li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-shadow: none;
  white-space: nowrap;
  padding: 5px 5px 5px 0;
}
#header #gnav ul li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #header #gnav ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 20px 70px 0 10px;
  }
  #header #gnav ul li a {
    color: #fff;
    text-shadow: none;
  }
  #header #gnav ul li.contact img {
    width: 30px;
    margin-right: 8px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #header #gnav ul li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    padding-left: 10px;
    background-color: transparent;
  }
  #header #gnav ul li ul li {
    border-bottom: 1px solid #fff;
  }
  #header #gnav ul li ul li:not(:first-child) {
    border-top: none;
  }
  #header #gnav ul li ul li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
  }
  #header.m_fixed .top {
    padding-top: 0;
    align-items: center;
    background-color: #fff;
    height: 70px;
  }
  #header.m_fixed .top .logo {
    max-width: 208px;
  }
  #header.m_fixed .top .logo a:nth-child(1) {
    display: none;
  }
  #header.m_fixed .top .logo a:nth-child(2) {
    display: block;
  }
}
/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  margin-bottom: 149px;
}
#contact h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 102.08px;
  line-height: 1;
  color: #000;
  margin-bottom: 51px;
}
#contact h2 small {
  display: block;
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  margin-top: -10px;
}
#contact .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 7px;
}
#contact .contents .block {
  width: min(34.6875vw, 555px);
  min-height: 254px;
  text-align: center;
  padding: 38px 10px 10px;
  border-radius: 30px;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block .icon {
  margin-bottom: 11px;
  align-content: center;
}
#contact .contents .block .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20.05px;
  line-height: 1.6;
  color: #fff;
}
#contact .contents .block .tel a {
  /* @include fontg(500); */
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 33.48px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
#contact .contents .block .time {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12.34px;
  line-height: 1.6;
  color: #fff;
}
#contact .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 187px;
  height: 54px;
  border-radius: 27px;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #3165be;
  margin: 0 auto;
}
#contact .contents .block .btn a::after {
  content: "";
  width: 39px;
  aspect-ratio: 39/7;
  background: url(../images/arow-blue.png) no-repeat center/cover;
}
#contact .contents .block.tel {
  background-color: #ff1d25;
}
#contact .contents .block.tel .title {
  margin-bottom: 6px;
}
#contact .contents .block.mail {
  background-color: #3165be;
}
#contact .contents .block.mail .title {
  margin-bottom: 21px;
}
@media (max-width: 1500px) {
  #contact .contents .block {
    width: 30vw;
  }
}
@media (max-width: 999px) {
  #contact {
    margin-bottom: 110px;
  }
  #contact h2 {
    font-size: 80px;
    margin-bottom: 40px;
  }
  #contact h2 small {
    font-size: 18px;
  }
  #contact .contents .block {
    min-height: 230px;
    padding-top: 25px;
  }
  #contact .contents .block .title {
    font-size: 18px;
  }
  #contact .contents .block .tel a {
    font-size: 26px;
  }
  #contact .contents .block .btn a {
    width: 160px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact {
    margin-bottom: 90px;
  }
  #contact h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact .contents {
    justify-content: center;
  }
  #contact .contents .block {
    min-width: 200px;
    min-height: 200px;
    padding-top: 15px;
  }
  #contact .contents .block .title {
    font-size: 16px;
  }
  #contact .contents .block .tel a {
    font-size: 22px;
  }
  #contact .contents .block .btn a {
    width: 140px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer .inner {
  display: flex;
  -moz-column-gap: 8.4375%;
       column-gap: 8.4375%;
}
#footer .inner > .left {
  background-color: #3165be;
  padding: 15px 2.25% 10px 3.125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  font-family: "bello-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 91.79px;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
#footer .inner > .left::before {
  content: "";
  width: 94px;
  aspect-ratio: 94/98;
  background: url(../images/f-shape.png) no-repeat center/cover;
}
#footer .inner > .right {
  flex: 1;
  padding-top: 25px;
}
#footer .inner > .right .f-contents {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0 min(4.6875vw, 75px) 0 min(1.0625vw, 17px);
  margin-bottom: 30px;
}
#footer .inner > .right .f-contents a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer .inner > .right .f-contents a:hover {
  opacity: 0.6;
}
#footer .inner > .right .f-contents .left {
  padding-top: 20px;
}
#footer .inner > .right .f-contents .left .logo {
  max-width: 390px;
  margin-bottom: 52px;
}
#footer .inner > .right .f-contents .left .data {
  /* @include fontac(600); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 19px;
}
#footer .inner > .right .f-contents .left .data a {
  font-weight: 600;
  color: #000;
}
#footer .inner > .right .f-contents .left .map a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 31px;
  border-radius: 15.5px;
  border: 1px solid #000;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
#footer .inner > .right .f-contents #fnav {
  margin-left: min(10.875vw, 174px);
  margin-top: -10px;
}
#footer .inner > .right .f-contents #fnav ul li a {
  /* @include fonthel(300); */
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
#footer .inner > .right .f-contents #fnav ul li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding-left: 1em;
}
#footer .inner > .right .f-contents #fnav ul li ul li a {
  color: #959595;
  font-size: 14px;
}
#footer .inner > .right .f-contents .privacy {
  margin-left: auto;
}
#footer .inner > .right .f-contents .privacy a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 248px;
  height: 72px;
  background-color: #959595;
  /* @include fonttime(400); */
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 23.85px;
  line-height: 1.6;
  color: #fff;
}
#footer .inner > .right .f-contents .privacy a small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.21px;
  line-height: 1.6;
}
#footer .inner > .right .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: end;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  #footer .inner > .right .f-contents #fnav {
    margin-left: 5vw;
  }
  #footer .inner > .right .f-contents #fnav ul li a {
    font-size: 14px;
  }
  #footer .inner > .right .f-contents .privacy a {
    width: 205px;
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  #footer .inner {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .inner > .left {
    font-size: 70px;
  }
  #footer .inner > .right .f-contents .left .logo {
    max-width: 300px;
    margin-bottom: 40px;
  }
  #footer .inner > .right .f-contents .left .data {
    font-size: 14px;
  }
  #footer .inner > .right .f-contents .left .map a {
    width: 140px;
    height: 25px;
  }
  #footer .inner > .right .f-contents #fnav {
    margin-left: 2vw;
  }
  #footer .inner > .right .f-contents .privacy a {
    width: 180px;
    height: 60px;
    font-size: 18px;
  }
  #footer .inner > .right .f-contents .privacy a small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    flex-direction: column;
    row-gap: 20px;
  }
  #footer .inner > .left {
    font-size: 40px;
    order: 1;
    writing-mode: unset;
    border-radius: 40px 40px 0 0;
    row-gap: 15px;
  }
  #footer .inner > .left::before {
    width: 70px;
  }
  #footer .inner > .right {
    padding: 0 10px;
  }
  #footer .inner > .right .f-contents {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #footer .inner > .right .f-contents .left .logo {
    margin-bottom: 30px;
  }
  #footer .inner > .right .f-contents #fnav {
    margin: 0;
  }
  #footer .inner > .right .f-contents .privacy {
    margin: 0;
  }
  #footer .inner > .right .f-contents .privacy a {
    width: 180px;
    height: 60px;
    font-size: 18px;
  }
  #footer .inner > .right .f-contents .privacy a small {
    font-size: 10px;
  }
  #footer .inner > .right .copyright {
    padding-right: 0;
    text-align: center;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */