@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("../slider/flexslider.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
  line-height: 1.5;
  position: relative;
  background-color: #deefe0; }

main {
  display: block; }

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; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

/*ヘッダー*/
header {
  position: fixed;
  background-color: #fff;
  height: 130px;
  top: 0;
  width: 100%;
  z-index: 11; }
  header #header_inner {
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    header #header_inner h1 {
      width: 100px;
      margin: 15px 0 0; }
    header #header_inner #top_menu {
      width: calc(100% - 100px); }
      header #header_inner #top_menu p {
        text-align: right; }
        header #header_inner #top_menu p a {
          color: #59c47f;
          text-decoration: none;
          font-size: 140%;
          font-weight: bold; }
          header #header_inner #top_menu p a:hover, header #header_inner #top_menu p a:active {
            color: #7ACF98;
            text-decoration: none; }
        header #header_inner #top_menu p span {
          display: block; }
          header #header_inner #top_menu p span img {
            width: 1.5em;
            margin: -0.5em 5px 0 0;
            vertical-align: middle; }
  header #shop_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 127px;
    z-index: 20; }

/*メイン*/
#message {
  width: 626px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

#back_img {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 2; }

#contents_wrap {
  position: relative;
  width: 100%; }
  #contents_wrap #contents_top {
    position: absolute;
    width: 100%;
    top: -12em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3; }
    #contents_wrap #contents_top #content01 {
      margin: 0 auto 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between; }
      #contents_wrap #contents_top #content01 figure {
        width: 56%; }

#content02 {
  margin: 33em auto 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between; }
  #content02 figure {
    width: 56%; }

.content_inner {
  width: 40%;
  margin: 0 0 3em; }
  .content_inner h2 {
    font-size: 187%;
    color: #59c47f;
    font-family: "M PLUS Rounded 1c";
    margin: 0 0 0.5em; }
  .content_inner p a {
    display: block;
    width: 220px;
    margin: 1em 0 0; }

.g_back {
  background-color: #59c47f;
  padding: 2em 0;
  margin: 6em 0 0; }

#shopping {
  margin: 0 auto; }
  #shopping #shopping_inner {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50% 40% 30% 40%/40% 50% 40% 50%;
    padding: 2em 0; }
    #shopping #shopping_inner h2 {
      font-size: 312%;
      color: #59c47f;
      text-align: center; }
    #shopping #shopping_inner p {
      margin: 1em 0 0;
      text-align: center; }
    #shopping #shopping_inner figure {
      width: 400px;
      margin: 0 auto 0; }

#bottom {
  margin: 4em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #bottom li {
    width: 31.333%; }

/*フッター*/
footer {
  width: 100%;
  background-color: #59c47f;
  margin: 2em 0 0;
  color: #fff; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover, footer a:active {
      color: #fff;
      text-decoration: underline; }
  footer #footer_inner {
    margin: 0 auto;
    padding: 4em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner #name {
      width: 48%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer #footer_inner #name figure {
        width: 20%; }
      footer #footer_inner #name dl {
        width: 76%; }
        footer #footer_inner #name dl dt {
          font-size: 125%; }
    footer #footer_inner #sns {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 2% 0 0; }
      footer #footer_inner #sns li {
        width: 33.333%; }
        footer #footer_inner #sns li img {
          width: 60%;
          margin: 0 auto; }
  footer #f_menu {
    width: 96%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer #f_menu li {
      margin: 0 1%; }
  footer address {
    width: 96%;
    margin: 1em 0 0;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    color: #fff;
    padding: 0.5em 2%;
    background-color: #000; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999; }

#page-top a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100px;
  background-color: #ffc526;
  padding: 1em 0;
  border-radius: 6px;
  -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: 1100px) {
  /*ヘッダー*/
  #header_inner {
    width: 930px;
    padding: 0 150px 0 0; }

  .sp_t {
    display: none; }

  /*メイン*/
  #content01, #content02, #shopping, #bottom {
    width: 1080px; }

  .m_sp {
    display: none; }

  /*フッター*/
  #footer_inner {
    width: 1080px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  /*ヘッダー*/
  #header_inner {
    width: 80%;
    padding: 0 16% 0 0; }

  /*メイン*/
  #content01, #content02, #shopping, #bottom {
    width: 96%; }

  /*フッター*/
  #footer_inner {
    width: 96%; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  /*ヘッダー*/
  /*メイン*/
  .sp_t {
    display: none; }

  #message {
    width: 500px; }

  #contents_wrap #contents_top {
    top: -8em; }
    #contents_wrap #contents_top #content01 figure {
      width: 56%; }

  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

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

  header #shop_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px; }

  #header_inner {
    width: 80%;
    padding: 0 16% 0 0; }

  #top_menu p {
    margin: 1em 0 0;
    text-align: right; }

  /*メイン*/
  #message {
    width: 450px;
    position: absolute;
    left: 35%; }

  #contents_wrap #contents_top {
    top: -4em; }

  #content02 {
    margin: 37em auto 0; }

  #shopping {
    margin: 0 auto; }
    #shopping #shopping_inner {
      width: 85%; }

  /*フッター*/
  footer {
    border-top: 3px solid #fff; } }
/* tablet2  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header {
    height: 95px;
    background-color: rgba(255, 255, 255, 0.8); }
    header #header_inner h1 {
      width: 65px;
      margin: 15px 0 0; }
    header #header_inner #top_menu p {
      text-align: right;
      margin: 1em 0 0; }
    header #shop_btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      z-index: 20; }

  #header_inner {
    width: 77%;
    padding: 0 19% 0 0; }

  /*メイン*/
  #message {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

  #contents_wrap #contents_top {
    position: static;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    z-index: 3; }
    #contents_wrap #contents_top #content01 {
      flex-direction: column; }
      #contents_wrap #contents_top #content01 figure {
        width: 80%;
        margin: 0 auto; }

  #content02 {
    margin: 3em auto 0;
    flex-direction: column; }
    #content02 figure {
      width: 80%;
      margin: 0 auto; }

  .content_inner {
    width: 100%;
    margin: 1em 0 0;
    text-align: center; }
    .content_inner p a {
      width: 60%;
      margin: 1em auto 0; }

  .g_back {
    margin: 3em 0 0; }

  #shopping #shopping_inner {
    width: 96%; }
    #shopping #shopping_inner h2 {
      font-size: 200%; }
    #shopping #shopping_inner figure {
      width: 250px;
      margin: 0 auto 0; }

  #bottom {
    margin: 4em auto;
    flex-direction: column; }
    #bottom li {
      width: 80%;
      margin: 0 auto; }
      #bottom li:nth-child(n+2) {
        margin: 2em auto 0; }

  /* フッター */
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover, footer a:active {
      color: #fff;
      text-decoration: underline; }
  footer #footer_inner {
    margin: 0 auto;
    padding: 4em 0;
    flex-direction: column; }
    footer #footer_inner #name {
      width: 100%;
      flex-direction: column; }
      footer #footer_inner #name figure {
        width: 25%;
        margin: 0 auto; }
      footer #footer_inner #name dl {
        width: 100%;
        text-align: center;
        margin: 1em 0 0; }
    footer #footer_inner #sns {
      width: 50%;
      margin: 2em auto 0; }
      footer #footer_inner #sns li {
        width: 25.333%; }
        footer #footer_inner #sns li img {
          width: 100%;
          margin: 0; }
  footer #f_menu {
    display: none; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  header #shop_btn {
    display: none; }

  #header_inner {
    width: 96%;
    padding: 0; }

  header #header_inner #top_menu {
    width: calc(100% - 100px); }

  header #header_inner #top_menu p {
    display: none; }

  /*メイン*/
  #message {
    width: 250px; }

  .content_inner h2 {
    font-size: 160%; }

  /*フッター*/ }
