/*base*/
.MobileView {
  display: none; }

a {
  color: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    color: #286934; }

a img.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a img.hover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

/* topbutton */
.button {
  display: inline-block;
  width: 230px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  outline: none; }

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #286934;
  color: #286934;
  line-height: 55px;
  overflow: hidden; }

.button:hover {
  color: #fff; }

.button::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

.button:hover::after {
  left: 0;
  background-color: #286934; }

body {
  width: 100%; }
  body header {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100px;
    padding-top: 10px;
    position: fixed;
    z-index: 100; }
    body header h1 {
      float: left;
      padding-left: 10px; }
    body header nav {
      width: 700px;
      margin: 0 40px 0 auto;
      padding-top: 35px; }
      body header nav ul li {
        float: left;
        margin: 0;
        position: relative; }
        body header nav ul li a:hover {
          /*border-bottom: #fff solid 1px;
          padding-bottom: 15px;*/ }
      body header nav ul.submenu {
        display: none;
        position: absolute;
        top: 25px;
        width: 250px;
        background-color: rgba(0, 0, 0, 0.4); }
        body header nav ul.submenu li {
          float: none;
          padding: 10px 0 10px 10px; }
          body header nav ul.submenu li a {
            color: #fff; }
          body header nav ul.submenu li a:hover {
            border-bottom: #fff solid 1px;
            padding-bottom: 5px; }
      body header nav ul#drawer-menu li {
        float: none;
        margin: 0;
        padding: 20px; }
        body header nav ul#drawer-menu li a {
          color: #fff; }
  body div#fix_banner {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 1000;
    /*box-shadow:0px 0px 5px 0px #969696;*/ }
    body div#fix_banner a {
      display: block; }
    body div#fix_banner img {
      width: 100%;
      max-width: 102px;
      height: auto;
      margin: 10px 0px; }
  body div#Wrapper {
    width: 100%; }
    body div#Wrapper section#cont01 {
      max-width: 1200px;
      margin: 100px auto 200px; }
      body div#Wrapper section#cont01 dl {
        margin: 0 0 100px 0; }
        body div#Wrapper section#cont01 dl dt {
          font-size: 1.313em;
          font-weight: bold;
          margin-bottom: 40px;
          width: 50%;
          line-height: 1.7em; }
        body div#Wrapper section#cont01 dl dt.title_b {
          float: right; }
        body div#Wrapper section#cont01 dl dd.text_a {
          width: 50%;
          line-height: 2.0em;
          float: left; }
        body div#Wrapper section#cont01 dl dd.text_b {
          width: 50%;
          line-height: 2.0em;
          float: right; }
        body div#Wrapper section#cont01 dl dd.img_a {
          float: right;
          padding-left: 50px;
          margin-top: -61px; }
        body div#Wrapper section#cont01 dl dd.img_b {
          float: left; }
        body div#Wrapper section#cont01 dl dd a.button {
          display: block;
          margin: 50px auto 0px auto;
          font-size: 0.875em; }
    body div#Wrapper section#cont02 {
      background-color: #edebe6;
      padding: 50px 0;
      margin-bottom: 100px; }
      body div#Wrapper section#cont02 h2 {
        text-align: center;
        margin-bottom: 50px; }
      body div#Wrapper section#cont02 div#newsfeed {
        max-width: 1200px;
        margin: 0 auto; }
        body div#Wrapper section#cont02 div#newsfeed dl.unit {
          width: 250px;
          background-color: white;
          float: left;
          margin: 0 25px; }
          body div#Wrapper section#cont02 div#newsfeed dl.unit dd {
            padding: 10px;
            font-size: 0.875em;
            line-height: 1.8em; }
          body div#Wrapper section#cont02 div#newsfeed dl.unit dd.news_title {
            font-weight: bold;
            font-size: 1.0em; }
          body div#Wrapper section#cont02 div#newsfeed dl.unit dd.news_date {
            font-size: 0.75em;
            color: #286934; }
        body div#Wrapper section#cont02 div#newsfeed p {
          clear: both;
          text-align: right;
          padding: 25px 25px 0 0;
          font-size: 0.75em; }
    body div#Wrapper section#cont03 {
      max-width: 1200px;
      margin: 0 auto 100px auto; }
      body div#Wrapper section#cont03 h2 {
        text-align: center;
        margin-bottom: 50px; }
      body div#Wrapper section#cont03 dl {
        margin-bottom: 50px; }
        body div#Wrapper section#cont03 dl dt {
          float: left;
          margin-right: 50px; }
        body div#Wrapper section#cont03 dl dt#map01, body div#Wrapper section#cont03 dl dt#map02 {
          width: 600px;
          height: 250px; }
        body div#Wrapper section#cont03 dl dd {
          font-size: 1.0em;
          line-height: 1.8em; }
          body div#Wrapper section#cont03 dl dd a.button {
            width: 120px;
            height: 35px;
            line-height: 30px;
            font-size: 0.875em; }
        body div#Wrapper section#cont03 dl dd.shop_name {
          font-size: 1.25em;
          font-weight: bold;
          margin-bottom: 25px; }
        body div#Wrapper section#cont03 dl dd.shop_tel {
          font-size: 1.375em;
          font-weight: bold;
          margin-bottom: 30px;
          color: #286934;
          margin-top: 25px; }
    body div#Wrapper section#cont04 {
      max-width: 1000px;
      margin: 100px auto; }
      body div#Wrapper section#cont04 dl {
        width: 400px;
        height: 400px;
        background-color: #286934;
        float: left;
        padding: 50px;
        text-align: center; }
        body div#Wrapper section#cont04 dl dt {
          margin: 35px 0 85px 0; }
        body div#Wrapper section#cont04 dl dd {
          color: #fff;
          line-height: 2.0em; }
          body div#Wrapper section#cont04 dl dd a {
            font-size: 0.875em;
            display: block;
            width: 230px;
            height: 60px;
            border: solid 1px #fff;
            margin: 50px auto;
            color: #fff;
            line-height: 58px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s; }
            body div#Wrapper section#cont04 dl dd a:hover {
              color: #286934;
              background-color: #fff; }
    body div#Wrapper section#instagram {
      max-width: 1200px;
      margin: 100px auto;
      position: relative; }
      body div#Wrapper section#instagram h2 {
        text-align: center;
        margin-bottom: 50px; }
      body div#Wrapper section#instagram div#linkbox a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
  body div#pagetop {
    width: 126px;
    position: fixed;
    margin-left: 90%; }
  body footer {
    width: 100%;
    background-color: rgba(226, 226, 226, 0.2);
    /*border-top: #286934 solid 1px;*/ }
    body footer div#footer-cont {
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 30px; }
      body footer div#footer-cont ul#banner li {
        float: left;
        margin: 0 25px; }
        body footer div#footer-cont ul#banner li a img {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          body footer div#footer-cont ul#banner li a img:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
      body footer div#footer-cont ul#footer-nav {
        width: 100%;
        max-width: 670px;
        margin: 0 auto; }
        body footer div#footer-cont ul#footer-nav li {
          float: left;
          margin: 50px 10px;
          color: #333333;
          font-size: 0.813em; }
    body footer p {
      text-align: center;
      color: #286934;
      font-size: 0.813em; }
  body div#fix_banner_sp {
    box-shadow: 0px 0px 5px 0px #969696;
    text-align: center;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100; }
    body div#fix_banner_sp a {
      color: #fff;
      display: inline; }
    body div#fix_banner_sp dl.fix-tel, body div#fix_banner_sp dl.fix-mail {
      /*height: 65px;*/
      line-height: 2em;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      body div#fix_banner_sp dl.fix-tel dt, body div#fix_banner_sp dl.fix-mail dt {
        font-size: 1.563em; }
      body div#fix_banner_sp dl.fix-tel dd, body div#fix_banner_sp dl.fix-mail dd {
        font-size: 0.75em; }
    body div#fix_banner_sp dl.fix-tel {
      width: 50%;
      float: left;
      /*background-color: rgba(255,255,255,0.2);*/ }
    body div#fix_banner_sp dl.fix-mail {
      width: 50%;
      float: right; }
    body div#fix_banner_sp div.fix-icon {
      width: 45px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      body div#fix_banner_sp div.fix-icon img {
        width: 100%;
        max-width: 45px; }

/*2nd_base*/
div#Mainimg2nd {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative; }
  div#Mainimg2nd img.MainImg {
    width: 100%; }

/*responsive*/
@media screen and (max-width: 1200px) {
  .PCView {
    display: none; }

  .MobileView {
    display: block; }

  html {
    font-size: 87.5%; }

  body header {
    max-width: 1200px; }
  body header nav ul#drawer-menu li {
    float: none;
    margin: 0;
    padding: 10px; }
  body div#Wrapper section#cont01 dl {
    max-width: 1024px;
    margin: 0 auto 100px auto; }
    body div#Wrapper section#cont01 dl dt {
      text-align: center;
      margin: 0 auto 30px auto;
      width: 70%; }
    body div#Wrapper section#cont01 dl dt.title_b {
      float: none;
      margin: 0 auto 30px auto; }
    body div#Wrapper section#cont01 dl dd.text_a {
      float: none;
      margin: 0 auto 30px auto;
      width: 70%; }
    body div#Wrapper section#cont01 dl dd.text_b {
      float: none;
      margin: 0 auto 30px auto;
      width: 70%; }
    body div#Wrapper section#cont01 dl dd a.button {
      display: block;
      margin: 50px auto 0px auto; }
  body div#Wrapper section#cont02 div#newsfeed {
    max-width: 1024px;
    margin: 0 auto; }
    body div#Wrapper section#cont02 div#newsfeed dl.unit {
      width: 23%;
      max-width: 250px;
      float: left;
      margin: 0 1%; }
      body div#Wrapper section#cont02 div#newsfeed dl.unit dt img {
        width: 100%;
        max-width: 250px;
        height: auto; }
  body div#Wrapper section#cont03 {
    max-width: 1024px; }
  body div#Wrapper section#cont04 {
    max-width: 500px;
    margin: 100px auto; }
  body div#pagetop {
    width: 50px;
    position: fixed;
    margin-left: 85%;
    margin-bottom: 100px; }
  body footer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding-bottom: 80px; }
    body footer div#footer-cont {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto;
      padding-top: 30px; }
      body footer div#footer-cont ul#banner li {
        width: 23%;
        max-width: 250px;
        float: left;
        margin: 0 1%; }
        body footer div#footer-cont ul#banner li a img {
          width: 100%;
          max-width: 250px;
          height: auto;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          body footer div#footer-cont ul#banner li a img:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
      body footer div#footer-cont ul#footer-nav {
        width: 600px;
        margin: 0 auto; }
        body footer div#footer-cont ul#footer-nav li {
          float: left;
          margin: 50px 10px;
          color: #333333; }
    body footer p {
      text-align: center;
      color: #286934;
      font-size: 0.875em; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 75%; }

  /*2nd_base*/
  div#Mainimg2nd {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; }
    div#Mainimg2nd img.MainImg {
      width: 100%; }

  .drawer-hamburger {
    top: 5px !important; }

  .drawer--top.drawer-open .drawer-nav {
    top: 70px !important;
    right: 0 !important; }

  body header {
    max-width: 768px;
    height: 60px; }
    body header h1 img {
      width: 120px;
      height: auto; }
  body div#Wrapper section#cont02 div#newsfeed {
    max-width: 1024px;
    margin: 0 auto; }
    body div#Wrapper section#cont02 div#newsfeed dl.unit {
      width: 23%;
      max-width: 250px;
      float: left;
      margin: 0 1%; }
      body div#Wrapper section#cont02 div#newsfeed dl.unit dt img {
        width: 100%;
        max-width: 250px;
        height: auto; }
      body div#Wrapper section#cont02 div#newsfeed dl.unit dd {
        display: none; }
      body div#Wrapper section#cont02 div#newsfeed dl.unit dd.news_title {
        display: block; }
  body div#Wrapper section#cont03 {
    max-width: 768px; }
    body div#Wrapper section#cont03 dl {
      text-align: center; }
      body div#Wrapper section#cont03 dl dt {
        width: 90%;
        float: none;
        margin: 0 auto; }
        body div#Wrapper section#cont03 dl dt iframe {
          width: 100%; }
      body div#Wrapper section#cont03 dl dt#map01, body div#Wrapper section#cont03 dl dt#map02 {
        width: 95%; }
      body div#Wrapper section#cont03 dl dd.shop_name {
        margin-bottom: 0; }
      body div#Wrapper section#cont03 dl dd.shop_tel {
        margin-top: 10px;
        margin-bottom: 10px; }
  body div#Wrapper section#cont04 {
    width: 90%;
    max-width: 500px;
    margin: 100px auto; }
  body div#pagetop {
    width: 120px;
    position: fixed;
    margin-left: 65%;
    margin-bottom: 15px; }
    body div#pagetop img {
      width: 100%;
      height: auto; }
  body footer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4); }
    body footer div#footer-cont {
      width: 100%;
      max-width: 768px;
      margin: 0 auto;
      padding-top: 30px; }
      body footer div#footer-cont ul#banner li {
        width: 23%;
        max-width: 250px;
        float: left;
        margin: 0 1%; }
        body footer div#footer-cont ul#banner li a img {
          width: 100%;
          max-width: 250px;
          height: auto;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          body footer div#footer-cont ul#banner li a img:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
      body footer div#footer-cont ul#footer-nav {
        display: none; }
    body footer p {
      margin-top: 20px;
      text-align: center;
      color: #286934;
      font-size: 0.875em; } }
