@charset "UTF-8";
@import url("reset.css");
@import url("swiper-bundle.min.css");
@import url("../css/lightbox.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  font-size: 150%;
  position: relative;
  background-color: #000;
  color: #fff; }

main {
  display: block;
  overflow-x: hidden !important; }

header a img, main a img, footer a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

header a:hover img, main a:hover img, footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  width: 100%; }
  header h1 {
    position: absolute;
    left: 10%;
    top: 1em;
    width: 250px; }

/*メイン*/
#slider_position, #slider_position02 {
  margin: 5em 0 0; }
  #slider_position #container, #slider_position02 #container {
    width: 100%; }
    #slider_position #container .swiper-wrapper, #slider_position02 #container .swiper-wrapper {
      transition-timing-function: linear; }
    #slider_position #container .swiper02, #slider_position02 #container .swiper02 {
      overflow-x: hidden !important;
      margin: 0;
      z-index: 5; }
  #slider_position figure, #slider_position02 figure {
    width: 80%;
    margin: 3em auto 0; }

#m_top {
  width: 80%;
  margin: 5em auto 0; }
  #m_top h2 {
    font-size: 187%;
    text-align: center;
    line-height: 1.2; }
  #m_top p {
    margin: 1em 0 0;
    text-align: center; }

#store {
  width: 80%;
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between; }
  #store .inner {
    width: 46%;
    padding: 1em 2%; }
    #store .inner h2 {
      font-size: 160%;
      line-height: 1.2; }
      #store .inner h2 img {
        display: block;
        width: 80%;
        margin: 0 auto 1em; }
    #store .inner p {
      margin: 1em 0 0; }
  #store figure {
    width: 50%;
    position: relative; }
    #store figure span {
      position: absolute;
      bottom: 2em;
      left: 4%;
      display: block;
      width: 50px; }

#farm {
  width: 80%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-image: url("../img/top/photo03.png");
  background-position: right;
  background-size: 50% auto;
  background-repeat: no-repeat; }
  #farm .inner {
    width: 46%;
    padding: 1em 2%; }
    #farm .inner h2 {
      font-size: 160%;
      line-height: 1.2; }
      #farm .inner h2 img {
        display: block;
        width: 80%;
        margin: 0 auto 1em; }
    #farm .inner p {
      margin: 1em 0 0; }
  #farm figure {
    width: 50%;
    position: relative; }
    #farm figure span {
      position: absolute;
      bottom: 2em;
      left: 4%;
      display: block;
      width: 50px; }

#sweets {
  width: 80%;
  margin: 0em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
  background-image: url("../img/top/photo04.png");
  background-position: left;
  background-size: 50% auto;
  background-repeat: no-repeat;
  position: relative; }
  #sweets .inst {
    position: absolute;
    bottom: 2em;
    left: 2%;
    width: 50px; }
  #sweets h2 {
    position: absolute;
    top: 1em;
    left: 2%;
    width: 48%;
    font-size: 160%;
    line-height: 1.2; }
  #sweets .inner {
    width: 46%;
    padding: 1em 2%;
    margin: 0 0 0 auto; }
    #sweets .inner figure {
      width: 450px;
      margin: 0 auto; }
    #sweets .inner p {
      margin: 1em 0 0; }

#menu {
  width: 100%;
  margin: 5em 0 0; }
  #menu h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 187%;
    font-weight: 200;
    text-align: center;
    width: 96%;
    margin: 0 auto 2em; }
  #menu .modal {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 1s ease-in-out; }
  #menu .modal_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 70%; }
    #menu .modal_area h3 {
      width: 250px;
      position: relative; }
      #menu .modal_area h3 figure {
        width: 150px;
        position: absolute;
        top: -1em;
        right: -80px; }
    #menu .modal_area .area_inner {
      width: calc(100% - 300px); }
      #menu .modal_area .area_inner h4 {
        font-size: 130%;
        text-align: right;
        width: 100%;
        border-bottom: 10px solid #db4d7b; }
        #menu .modal_area .area_inner h4 span {
          font-size: 70%;
          display: block; }
      #menu .modal_area .area_inner dl {
        width: 100%; }
        #menu .modal_area .area_inner dl dt {
          margin: 1em 0 0;
          color: #db4d7b; }
  #menu .modal_area02 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 65%; }
    #menu .modal_area02 h3 {
      width: 300px;
      position: relative; }
      #menu .modal_area02 h3 figure {
        width: 150px;
        position: absolute;
        top: -3em;
        right: -80px; }
    #menu .modal_area02 .area_inner {
      width: calc(100% - 350px); }
      #menu .modal_area02 .area_inner h4 {
        font-size: 130%;
        text-align: right;
        width: 100%;
        border-bottom: 10px solid #00a0ca; }
        #menu .modal_area02 .area_inner h4 span {
          font-size: 70%;
          display: block; }
      #menu .modal_area02 .area_inner dl {
        width: 100%; }
        #menu .modal_area02 .area_inner dl dt {
          margin: 1em 0 0;
          color: #00a0ca; }
  #menu .modal-content {
    background: #FFF;
    overflow-y: auto;
    padding: 30px 30px;
    width: 80%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 700px;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    border-radius: 10px; }
  #menu .modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0px; }
  #menu .modal-close {
    color: #00a0e9;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px; }
  #menu .modal-close:hover, #menu .modal-close:focus {
    text-decoration: none;
    cursor: pointer; }
  #menu .modal-title {
    color: #FFF; }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#info {
  width: 80%;
  margin: 5em auto 0; }
  #info h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 187%;
    font-weight: 200;
    text-align: center;
    margin: 0 auto 2em; }
  #info h3 {
    font-size: 200%;
    text-align: center; }
  #info .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
    margin: 2em 0 0; }
    #info .inner dl {
      width: 48%;
      position: relative; }
      #info .inner dl dt {
        width: 70%;
        margin: 0 auto 1em; }
      #info .inner dl dd {
        width: 100%;
        text-align: center; }
        #info .inner dl dd figure {
          width: 50px;
          position: absolute;
          bottom: 0;
          right: 0; }
        #info .inner dl dd a {
          color: #fff;
          text-decoration: none; }
          #info .inner dl dd a:hover, #info .inner dl dd a:active {
            text-decoration: underline;
            color: #fff; }
    #info .inner #map {
      width: 48%; }
      #info .inner #map .gmap {
        position: relative;
        padding-top: 56.25%; }
      #info .inner #map .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

/*フッター*/
footer {
  margin: 5em 0 0;
  width: 100%; }
  footer figure {
    width: 150px;
    margin: 0 auto; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 60%;
    font-style: normal;
    padding: 2em 2% 0.5em; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  font-weight: bold;
  font-size: 70%; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-color: #9e8c57;
    border-radius: 8px;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  .other {
    display: none; }

  /*メイン*/
  .sp {
    display: none; }

  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #sweets .inner figure {
    width: 250px; }

  /*フッター*/ }
/* tablet2 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  #sweets .inner figure {
    width: 250px; }
  #sweets .inner p {
    font-size: 80%; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  #m_top {
    width: 90%; }
    #m_top h2 {
      font-size: 160%; }

  #store {
    width: 90%; }
    #store .inner h2 {
      font-size: 160%; }

  #farm {
    width: 90%; }
    #farm .inner h2 {
      font-size: 160%; }

  #sweets {
    width: 90%; }
    #sweets h2 {
      font-size: 150%; }
    #sweets .inner figure {
      width: 220px;
      margin: 0 auto; }
    #sweets .inner p {
      font-size: 80%; }

  #menu h2 {
    font-size: 160%; }

  #info {
    width: 90%; }
    #info h2 {
      font-size: 160%; }
    #info h3 {
      font-size: 187%; }

  footer figure {
    width: 100px;
    margin: 0 auto; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .pc {
    display: none; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  header h1 {
    width: 100px; }

  /*メイン*/
  #m_top {
    width: 90%;
    margin: 2.5em auto 0; }
    #m_top h2 {
      font-size: 130%; }
    #m_top p {
      margin: 1em 0 0;
      text-align: left; }

  #store {
    width: 90%;
    margin: 2.5em auto 0;
    flex-direction: column-reverse; }
    #store .inner {
      width: 96%;
      padding: 1em 2%; }
      #store .inner h2 {
        font-size: 120%; }
    #store figure {
      width: 100%; }

  #farm {
    width: 90%;
    margin: 2.5 auto 0;
    flex-direction: column-reverse;
    background-image: none; }
    #farm .inner {
      background-image: url("../img/top/photo03.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 96%; }
      #farm .inner h2 {
        font-size: 120%; }
    #farm figure {
      width: 100%; }

  #sweets {
    width: 90%;
    margin: 2.5em auto 0;
    flex-direction: column;
    background-image: none; }
    #sweets h2 {
      position: static;
      position: relative;
      top: 0;
      left: 0;
      width: 96%;
      font-size: 120%;
      padding: 2em 2% 0 2%;
      background-image: url("../img/top/photo04.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 250px; }
      #sweets h2 .inst {
        position: absolute;
        bottom: 2em;
        left: 4%;
        width: 50px; }
    #sweets .inner {
      width: 96%;
      padding: 1em 2%;
      margin: 0; }
      #sweets .inner figure {
        width: 200px;
        margin: 0 auto; }

  #menu {
    margin: 2.5em 0 0; }
    #menu h2 {
      font-size: 140%;
      width: 96%;
      margin: 0 auto 1em; }

  #info {
    width: 90%;
    margin: 2.5em auto 0; }
    #info h2 {
      font-size: 140%;
      margin: 0 auto 1em; }
    #info h3 {
      font-size: 156%; }
    #info .inner {
      flex-direction: column; }
      #info .inner dl {
        width: 100%;
        position: relative; }
        #info .inner dl dd {
          width: 100%;
          text-align: center; }
          #info .inner dl dd figure {
            width: 50px;
            position: absolute;
            bottom: 0;
            right: 0; }
          #info .inner dl dd a {
            color: #fff;
            text-decoration: none; }
            #info .inner dl dd a:hover, #info .inner dl dd a:active {
              text-decoration: underline;
              color: #fff; }
      #info .inner #map {
        width: 100%;
        margin: 1em 0 0; }
        #info .inner #map .gmap {
          position: relative;
          padding-top: 56.25%; }
        #info .inner #map .gmap iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

  /*フッター*/
  footer {
    margin: 2.5em 0 0; }
    footer figure {
      width: 120px; } }
