@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body, body > header, body > section {
  width: 100%;
  height: 100%;
  opacity: 20; }

body {
  color: #333;
  font-family: "FOT-筑紫ゴシック Pr5 L";
  background-color: #F7F7F7; }

h2 {
  font-family: "FOT-筑紫ゴシック Pro B"; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

ul, ol, li {
  list-style-type: none; }

a:link,
a:visited {
  text-decoration: none; }

p {
  line-height: 1.45em; }

a {
  color: #333333; }

a:hover,
a:active {
  color: #666666;
  outline: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

.ask {
  display: inline-block; }

.wrapHeight {
  display: flex; }

.Width900 {
  max-width: 900px;
  width: 90%;
  margin: auto; }

/*マウスオーバー時にヌルっと拡大*/
.imgWrap {
  overflow: hidden;
  width: 100%;
  height: auto; }
  .imgWrap img {
    display: block;
    transition-duration: 0.8s; }
    .imgWrap img:hover {
      transform: scale(1.1);
      transition-duration: 0.8s; }

/*マウスオーバー時にスクリーン*/
.imgHover figure {
  background-color: rgba(242, 113, 121, 0.7);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.imgHover figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.imgHover figure:hover img {
  opacity: .5; }

@media screen and (min-width: 680px) {
  .pc {
    display: inline; }

  .sp {
    display: none; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; }

  .sp {
    display: inline; } }
/*
---------------------------------------------------------------------------------------------------------------------
トップへ戻るボタン
---------------------------------------------------------------------------------------------------------------------
*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px); }
  #page-top a {
    background-color: #F7F7F7;
    border: 1px solid #333333;
    border-radius: 5px;
    transition: .5s;
    display: block;
    width: 50px;
    height: 50px;
    color: #333333;
    padding-top: 20px;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    #page-top a::after {
      position: absolute;
      content: '';
      top: 12px;
      left: 20px;
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 1px #333333;
      border-right: solid 1px #333333;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: .5s; }
  #page-top:hover {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px; }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime1 0.5s forwards; }

@keyframes DownAnime1 {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(100px); } }
/*
---------------------------------------------------------------------------------------------------------------------
コンタクトページ・プライバシーポリシー・共通ボタン
---------------------------------------------------------------------------------------------------------------------
*/
.Contact {
  max-width: 1000px;
  width: 90%;
  padding: 150px 0 100px;
  margin: auto; }
  @media (min-width: 768px) {
    .Contact {
      padding: 200px 0 200px; } }
  .Contact h3 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6em; }
  .Contact p {
    text-align: justify;
    font-size: 0.9em;
    margin: 50px 0 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.6em; }
    @media (min-width: 768px) {
      .Contact p {
        margin: 100px 0 40px;
        font-size: 1.0em; } }
  .Contact h5 {
    text-align: center;
    margin: 40px auto; }

.button {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  border-radius: 10px;
  padding: 15px 70px;
  background-color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  transition: .5s;
  transform: scale(1);
  font-family: "FOT-筑紫ゴシック Pr5 D";
  border: 1px solid #333333; }
  .button:hover {
    background-color: #666666;
    border: 1px solid #666666; }

.privacy {
  margin: 70px auto 150px;
  background-color: #fff;
  padding: 40px 20px 10px; }
  @media (min-width: 450px) {
    .privacy {
      padding: 80px 40px 40px; } }
  .privacy h3 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #EE7800; }
  .privacy p {
    line-height: 1.7em;
    margin-bottom: 50px; }

/*
---------------------------------------------------------------------------------------------------------------------
順番入れ替え
---------------------------------------------------------------------------------------------------------------------
*/
.box {
  display: flex; }

@media screen and (max-width: 768px) {
  .box {
    flex-direction: column; } }
@media screen and (max-width: 768px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; }

  .order3 {
    order: 3; }

  .order4 {
    order: 4; }

  .order5 {
    order: 5; }

  .order6 {
    order: 6; }

  .order7 {
    order: 7; }

  .order8 {
    order: 8; }

  .order9 {
    order: 9; }

  .order10 {
    order: 10; }

  .order11 {
    order: 11; }

  .order12 {
    order: 12; }

  .order13 {
    order: 13; }

  .order14 {
    order: 14; } }
.boxFood {
  display: flex; }

@media screen and (max-width: 767px) {
  .boxFood {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .orderFood1 {
    order: 1; }

  .orderFood2 {
    order: 2; } }
/*
---------------------------------------------------------------------------------------------------------------------
ボタン線
---------------------------------------------------------------------------------------------------------------------
*/
.LineBtn {
  font-size: 0.9em;
  color: #515151; }
  .LineBtn:hover {
    color: #515151; }
  .LineBtn::before {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    width: 2.0rem;
    height: 1px;
    background-color: #777;
    transition: transform .45s;
    transform-origin: left center;
    will-change: transform; }
  .LineBtn.White::before {
    background-color: #fff; }
  .LineBtn.ViewAll::before {
    right: 65px; }
  .LineBtn.leadMore::before {
    right: 80px; }
  .LineBtn.ViewMore::before {
    right: 82px; }
  .LineBtn.QA::before {
    left: 12px; }
    @media (min-width: 414px) {
      .LineBtn.QA::before {
        left: 16px; } }
    @media (min-width: 1024px) {
      .LineBtn.QA::before {
        left: 40px; } }
  .LineBtn:hover:before {
    transform: scaleX(1.25); }