@charset "UTF-8";
a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
a i {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
a span {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.slick-slide {
  outline: none;
}

.surveyForm button,
.surveyForm option,
.surveyForm select,
.surveyForm textarea,
.surveyForm input[type=button],
.surveyForm input[type=submit],
.surveyForm input[type=number],
.surveyForm input[type=email],
.surveyForm input[type=tel],
.surveyForm input[type=text],
.surveyForm input[type=select],
.surveyForm input[type=option],
.surveyForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}
.surveyForm input[type=radio],
.surveyForm input[type=checkbox] {
  display: none;
}
.surveyForm select {
  text-indent: 0.01px;
  text-overflow: "";
}
.surveyForm select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

/* CSS Document */
/* //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 10px;
  width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

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

address {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* CSS Document */
body {
  font-size: 1.6rem;
  background: url(../images/bg-body.png);
}

h2 {
  color: #937109;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

.post h3 {
  background-color: #07bb8a;
  -webkit-filter: drop-shadow(10px 10px 0 #122705);
          filter: drop-shadow(10px 10px 0 #122705);
  font-size: 2.4rem;
  padding: 10px;
  margin-bottom: 25px;
  color: #fff;
}

a {
  color: #53ad98;
}
a:hover {
  color: #ff6136;
  opacity: 0.8;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

.light a {
  color: #e50013;
}

p {
  line-height: 1.5;
}

table {
  font-size: 1.6rem;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #000;
}
table th,
table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table th {
  font-weight: bold;
  padding-right: 35px;
  white-space: nowrap;
}

header {
  padding-top: 10px;
}

.nav-link {
  color: #fff;
  font-size: 1.8rem;
}

.nav-item {
  border-right: 1.5px solid #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.navbar {
  padding: 10px;
  background: url(../images/bg-navi.png);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-item:last-of-type {
  border: none;
}

.navbar-toggler-icon {
  color: #fff;
  font-size: 1.2em;
}

.dropdown-item {
  padding: 10px;
}

.mainv {
  background: url(../images/bg-main.gif);
}
.mainv h2 {
  color: #fff;
  margin-top: 30px;
}

#news {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
}
#news .container-fluid {
  position: absolute;
  height: 90px;
  top: -90px;
  background: url(../images/bg-news.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #news .container-fluid {
    background-position-y: bottom;
    background-size: contain;
  }
}
#news img {
  margin-bottom: 10px;
  border-radius: 50% !important;
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news h3 {
  color: #323232;
  font-size: 1.8rem;
  font-weight: bold;
}
#news h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
#news h4 a {
  color: #937109;
  text-decoration: underline;
}
#news p {
  font-size: 1.4rem;
}

#kodawari {
  background: url(../images/bg-kodawari.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
#kodawari h3 {
  background-color: #07bb8a;
  -webkit-filter: drop-shadow(10px 10px 0 #122705);
          filter: drop-shadow(10px 10px 0 #122705);
  padding: 10px;
  margin-bottom: 25px;
  color: #fff;
  max-width: 480px;
  text-align: center;
  font-size: 3rem;
}
#kodawari p {
  padding-left: 20px;
  font-size: 1.8rem;
}

#menu-nomal {
  background: url(../images/bg-menu1.gif);
  padding-top: 50px;
  padding-bottom: 50px;
}
#menu-nomal img {
  border-radius: 10px;
}
#menu-nomal a.btn-menu {
  font-size: 2.4rem;
  background-color: #55b09c;
  display: block;
  max-width: 331px;
  margin: auto;
  padding: 20px;
  margin-top: 10px;
  border-radius: 25px;
  color: #fff;
}
#menu-nomal a:hover {
  opacity: 0.8;
}

#menu-gradeup {
  background: url(../images/bg-menu2.gif);
  padding-top: 50px;
  padding-bottom: 50px;
}
#menu-gradeup img {
  border-radius: 10px;
}
#menu-gradeup a.btn-menu {
  font-size: 2.4rem;
  background-color: #84702b;
  display: block;
  max-width: 331px;
  margin: auto;
  padding: 20px;
  margin-top: 10px;
  border-radius: 25px;
  color: #fff;
}
#menu-gradeup a:hover {
  opacity: 0.8;
}

#shop {
  padding-top: 50px;
  padding-bottom: 50px;
}
#shop .photo {
  position: relative;
  overflow: hidden;
  max-width: 347px;
  margin: auto;
}
#shop .photo h3 {
  position: absolute;
  bottom: 1px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
}
.button {
  color: #fff;
  background: #fff;
  border: 1px solid #fff;
  padding: 0.5em 2em;
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 1.4rem;
}
.button:hover {
  background: transparent;
  color: #fff;
  border-collapse: #fff;
}

.gmap iframe {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
}

.pagetop {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #e50013;
  padding: 0.5em 1em 0;
  color: #fff;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  cursor: pointer;
}
.pagetop:hover {
  color: #ff6136;
}

footer p {
  padding: 15px;
}
footer p a {
  color: #000;
}

/* CSS Document */
@media (max-width: 992px) {
  .nav-item {
    border-bottom: 1.5px solid #fff;
    border-right: none;
    padding: 0.8em 0.5em;
  }
  .nav-item a {
    text-align: center;
  }

  .top-info h1 {
    font-size: 1.6rem;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

body {
  -webkit-overflow-scrolling: touch;
}

.menu-btn {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}
@media (max-width: 768px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #bc1d39;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(237, 255, 118, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 80;
  background-color: rgba(237, 255, 118, 0);
}

.menu-content ul {
  padding: 10px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #000055;
  list-style: none;
}

.menu-content ul li a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000055;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000055;
  margin-right: 8px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-content .spnav {
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
}
.menu-content .spnav ul li {
  font-size: 1.6rem;
  padding: 10px 0;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
#menu-btn-check:checked ~ .menu-content h2 {
  text-align: center;
  background-image: url(../images/bg-h3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 15px;
  margin-left: 0;
}

.bg ul {
  padding-top: 0;
}