@charset "UTF-8";
/* ---------------------------------------------------------
メディアクエリ用
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.koin {
  font-family: hot-kointaikk, sans-serif;
  font-style: normal;
  font-weight: 400; }

.text-yellow {
  color: yellow; }

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: sans-serif;
  font-weight: 300; }

html {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-family: sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #333; }

img {
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast; }

.btnImg:hover {
  opacity: 0.4; }

.youtubeFrame {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden; }
  .youtubeFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gmapFrame {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0;
  overflow: hidden; }
  .gmapFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fbFrame {
  min-height: 300px; }

/* ---------------------------------------------------------
　flex
--------------------------------------------------------- */
.flexNoWrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.flexWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.flexCenterMiddle {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexEmpty {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important; }

/* ---------------------------------------------------------
　margin padding
--------------------------------------------------------- */
.mt-1 {
  margin-top: 0.5rem; }

.m-1 {
  margin: 0.5rem; }

.p-1 {
  padding: 0.5rem; }

.px-1 {
  padding: 0 0.5rem; }

.py-1 {
  padding: 0.5rem 0; }

.mt-2 {
  margin-top: 1rem; }

.m-2 {
  margin: 1rem; }

.p-2 {
  padding: 1rem; }

.px-2 {
  padding: 0 1rem; }

.py-2 {
  padding: 1rem 0; }

.mt-3 {
  margin-top: 1.5rem; }

.m-3 {
  margin: 1.5rem; }

.p-3 {
  padding: 1.5rem; }

.px-3 {
  padding: 0 1.5rem; }

.py-3 {
  padding: 1.5rem 0; }

.mt-4 {
  margin-top: 2rem; }

.m-4 {
  margin: 2rem; }

.p-4 {
  padding: 2rem; }

.px-4 {
  padding: 0 2rem; }

.py-4 {
  padding: 2rem 0; }

.mt-5 {
  margin-top: 2.5rem; }

.m-5 {
  margin: 2.5rem; }

.p-5 {
  padding: 2.5rem; }

.px-5 {
  padding: 0 2.5rem; }

.py-5 {
  padding: 2.5rem 0; }

/* ---------------------------------------------------------
　ut
--------------------------------------------------------- */
.bold {
  font-weight: bold; }

.f20 {
  font-size: 2.0rem; }

.f15 {
  font-size: 1.5rem; }

.f12 {
  font-size: 1.2rem; }

.f07 {
  font-size: .7rem; }

.lh-15 {
  line-height: 1.5; }

.lh-20 {
  line-height: 2.0; }

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

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

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

.linkButton01 {
  text-align: center; }
  .linkButton01 a {
    display: inline-block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: .5rem 2rem; }
  .linkButton01 a:link {
    color: #FFF;
    text-decoration: none; }
  .linkButton01 a:visited {
    color: #FFF;
    text-decoration: none; }
  .linkButton01 a:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.5; }
  .linkButton01 a:active {
    color: #FFF;
    text-decoration: none; }

/* ---------------------------------------------------------
layout
--------------------------------------------------------- */
html {
  background: none;
  padding: 0; }

body {
  background: url(/common/img/bg.jpg) #000 no-repeat top center/contain;
  margin: 0;
  padding: 0; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #FFF;
  min-height: 400px;
  z-index: 0; }

footer {
  z-index: 0; }

#navWrapper {
  z-index: 1; }

#hamburgerArea {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem; }

nav.navbar a:link {
  color: inherit;
  text-decoration: none; }
nav.navbar a:visited {
  color: inherit;
  text-decoration: none; }
nav.navbar a:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.5; }
nav.navbar a:active {
  color: inherit;
  text-decoration: none; }

footer, header {
  z-index: 1; }

#mainContents {
  padding: 0; }
  @media screen and (max-width: 991px) {
    #mainContents {
      width: 100%;
      margin: 0 auto; } }

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
/* ---------------------------------------------------------
header
--------------------------------------------------------- */
/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */
footer {
  background: #000;
  color: #FFF;
  width: 100%;
  text-align: center; }
  footer a:link {
    color: inherit;
    text-decoration: none; }
  footer a:visited {
    color: inherit;
    text-decoration: none; }
  footer a:hover {
    color: inherit;
    text-decoration: underline;
    opacity: 0.5; }
  footer a:active {
    color: inherit;
    text-decoration: none; }
  footer p {
    font-size: 1em;
    padding: .2em 0;
    margin: 0; }

#toggle {
  display: none; }

/**
  Hamburger
**/
.hamburger {
  width: 2.5em;
  height: 45px;
  z-index: 5; }

.hamburger div {
  position: relative;
  width: 2.0em;
  height: 5px;
  border-radius: 2px;
  background-color: #928888;
  margin-top: 6px;
  transition: all 0.3s ease-in-out; }

/**
Nav Styles
**/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 255, 255, 0.94);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0); }

.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%; }

nav {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  text-align: left;
  padding: 5rem 0 2rem 0; }
  nav a:link {
    color: #6ecddd;
    text-decoration: none; }
  nav a:visited {
    color: #6ecddd;
    text-decoration: none; }
  nav a:hover {
    color: #EEE;
    text-decoration: none; }
  nav a:active {
    color: #6ecddd;
    text-decoration: none; }
  nav .navDiv1 {
    font-size: 1.5rem; }
    nav .navDiv1 > div {
      padding: 0 1rem; }
    nav .navDiv1 > div:nth-of-type(odd) {
      background-color: #FFF; }
    nav .navDiv1 a {
      position: relative;
      text-decoration: none;
      color: #6ecddd;
      display: inline-block;
      margin: .4rem 0;
      transition: color 0.2s ease-in-out;
      letter-spacing: 1px; }
    nav .navDiv1 span {
      font-size: 1rem;
      display: inline-block;
      padding: 0 1rem; }

/**
Animations
**/
#toggle:checked + #hamburgerArea .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px; }

#toggle:checked + #hamburgerArea .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg); }

#toggle:checked + #hamburgerArea .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -5px; }

#toggle:checked + #hamburgerArea + .nav {
  top: 0;
  transform: scale(1); }

/* ---------------------------------------------------------
common start
--------------------------------------------------------- */
#mainContents {
  padding-bottom: 2rem;
  width: 94%;
  max-width: 992px;
  margin: 3rem auto;
  color: #FFF; }

a:link {
  color: #1187C5;
  text-decoration: none; }

a:visited {
  color: #1187C5;
  text-decoration: none; }

a:hover {
  color: crimson;
  text-decoration: underline;
  opacity: 0.5; }

a:active {
  color: #1187C5;
  text-decoration: none; }

.logoArea {
  width: 80%;
  max-width: 677px;
  margin: 5rem auto; }
  .logoArea img {
    width: 100%; }

.indexPage .area02 {
  margin: 2rem auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .indexPage .area02 {
      flex-flow: row wrap; } }
  .indexPage .area02 > div {
    flex: 0 0 45%; }
    @media screen and (max-width: 575px) {
      .indexPage .area02 > div {
        flex: 0 0 100%; } }
  .indexPage .area02 .div01 p {
    text-align: center; }
  .indexPage .area02 .div01 div img {
    width: 100%; }
  @media screen and (max-width: 575px) {
    .indexPage .area02 .div02 {
      margin-top: 2rem !important; } }
  .indexPage .area02 .div02 p {
    text-align: center; }
.indexPage .area03 {
  margin: 2rem auto;
  border: 3px solid #28c3d4;
  background: #FFF;
  color: #333;
  padding: 1rem; }
  .indexPage .area03 > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 575px) {
      .indexPage .area03 > div {
        flex-flow: row wrap; } }
    .indexPage .area03 > div > div {
      flex: 0 0 45%; }
      @media screen and (max-width: 575px) {
        .indexPage .area03 > div > div {
          flex: 0 0 100%; } }
    .indexPage .area03 > div .div03 {
      width: 50%;
      max-width: 300px;
      margin: 2rem auto; }
      .indexPage .area03 > div .div03 a {
        display: inline-block;
        width: 100%;
        padding: 1rem 0;
        background: #28c3d4;
        color: #FFF;
        text-align: center; }
.indexPage .area04 {
  margin-bottom: 2rem; }
  .indexPage .area04 table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse; }
    .indexPage .area04 table th, .indexPage .area04 table td {
      font-weight: 300;
      text-align: left;
      border: 1px solid #FFF;
      padding: .3rem; }
    .indexPage .area04 table th {
      width: 8em; }
.indexPage .area05 {
  width: 50%;
  max-width: 300px;
  margin: 2rem auto; }
  .indexPage .area05 a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    background: #28c3d4;
    color: #FFF;
    text-align: center; }

.recipePage .area01 {
  width: 90%;
  max-width: 800px;
  margin: 2rem auto; }
.recipePage .area02 {
  width: 90%;
  max-width: 800px;
  margin: 2rem auto;
  border: 3px solid #28c3d4;
  background: #FFF;
  color: #333;
  padding: 1rem; }
.recipePage .area03 {
  width: 90%;
  max-width: 800px;
  margin: 2rem auto; }
.recipePage .area04 {
  margin: 2rem auto; }
.recipePage .area05 {
  width: 50%;
  max-width: 300px;
  margin: 2rem auto; }
  .recipePage .area05 a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    background: #28c3d4;
    color: #FFF;
    text-align: center; }

.hasen {
  background-size: 6px 7px;
  background-image: linear-gradient(to right, #28c3d4, #28c3d4 1px, transparent 1px, transparent 5px);
  background-repeat: repeat-x;
  height: 7px; }

/* ---------------------------------------------------------
common end
--------------------------------------------------------- */
