@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
@font-face {
  font-family: "M+ 1c regular";
  src: url("../fonts/mplus-1c-regular-sub.eot");
  src: url("../fonts/mplus-1c-regular-sub.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/mplus-1c-regular-sub.woff") format("woff"),
    url("../fonts/mplus-1c-regular-sub.ttf") format("truetype");
}

@font-face {
  font-family: "M+ 1c light";
  src: url("../fonts/mplus-1c-light-sub.eot");
  src: url("../fonts/mplus-1c-light-sub.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mplus-1c-light-sub.woff") format("woff"),
    url("../fonts/mplus-1c-light-sub.ttf") format("truetype");
}

@font-face {
  font-family: "M+ 1c medium";
  src: url("../fonts/mplus-1c-medium-sub.eot");
  src: url("../fonts/mplus-1c-medium-sub.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/mplus-1c-medium-sub.woff") format("woff"),
    url("../fonts/mplus-1c-medium-sub.ttf") format("truetype");
}

@font-face {
  font-family: "M+ 1c black";
  src: url("../fonts/mplus-1c-black-sub.eot");
  src: url("../fonts/mplus-1c-black-sub.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mplus-1c-black-sub.woff") format("woff"),
    url("../fonts/mplus-1c-black-sub.ttf") format("truetype");
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
        HTML5 display definitions
        ========================================================================== */
/**
     * Correct `block` display not defined in IE 8/9.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
     * Correct `inline-block` display not defined in IE 8/9.
     */
audio,
canvas,
video {
  display: inline-block;
}

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Address styling not present in IE 8/9.
     */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #00c07a;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* ==========================================================================
        Base
        ========================================================================== */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *  user zoom.
     */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
     * Remove default margin.
     */
body {
  margin: 0;
}

/* ==========================================================================
        Links
        ========================================================================== */
/**
     * Address `outline` inconsistency between Chrome and other browsers.
     */
a:focus {
  outline: thin dotted;
}

/**
     * Improve readability when focused and also mouse hovered in all browsers.
     */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
        Typography
        ========================================================================== */
/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari 5, and Chrome.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
     * Address styling not present in IE 8/9, Safari 5, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
     * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
     */
b,
strong {
  font-weight: bold;
}

/**
     * Address styling not present in Safari 5 and Chrome.
     */
dfn {
  font-style: italic;
}

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
     * Address styling not present in IE 8/9.
     */
mark {
  background: #ff0;
  color: #000;
}

/**
     * Correct font family set oddly in Safari 5 and Chrome.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
/*

*/
.c-fade {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}

.c-title {
  border-bottom: 1px solid #00c07a;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.c-title h2 {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: normal;
  font-weight: 20px;
  z-index: 2;
  text-indent: 1.5em;
  letter-spacing: 5px;
}
.c-title h2:before {
  content: "";
  color: #00c07a;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 50px;
  height: 35px;
  background: url(../images/icon_title.png) no-repeat;
}

@media only screen and (max-width: 767px) {
  .c-logo {
    margin: 0;
    padding: 0 0 0;
    width: 35%;
  }
  .c-logo img {
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
  }
  .c-logo a {
    margin: 0;
    padding: 0;
  }
  .c-logo span {
    display: inline;
    margin-top: 10px;
    padding: 10px;
  }
}

.c-info {
  float: left;
  padding-top: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-info {
    float: right;
    padding-top: 0;
    margin-top: 15px;
  }
}

.c-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.c-btn {
  text-align: center;
  border-radius: 5px;
}
.c-btn a {
  display: block;
  padding: 10px;
}
.c-btn a:hover {
  border-radius: 5px;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th {
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  width: 30%;
  border-right: 1px dotted #00c07a;
}
@media only screen and (max-width: 767px) {
  .c-table th {
    font-size: 14px;
  }
}
.c-table td {
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .c-table td {
    font-size: 14px;
  }
}

.c-th__top {
  vertical-align: top;
}

@media only screen and (min-width: 769px) {
  .c-logo__foot {
    position: absolute;
    left: 15px;
    top: 10px;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-logo__foot {
    text-align: center;
  }
}

.c-md-btn-area {
  margin-bottom: 50px;
}

.c-modal__btn {
  cursor: pointer;
}

/* ****************
 * Modal window
 * *************** */
.c-modal {
  display: none;
  position: fixed;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  z-index: 9999;
}

.c-modal .is-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.c-modal .is-close:before,
.c-modal .is-close:after {
  position: absolute;
  top: 4px;
  border: 1px solid #fff;
  height: 30px;
  content: "";
}

.c-modal .is-close:before {
  left: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal .is-close:after {
  right: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal .is-close p {
  display: none;
  cursor: pointer;
}

.c-loading {
  padding: 50px 0;
  text-align: center;
  margin: auto;
  display: block;
  color: #00c07a;
}

.p-newsArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-newsArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "news";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

.p-newsArea__caption {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: -5px;
  letter-spacing: 5px;
}
.p-newsArea__caption:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 50px;
  top: 5px;
  right: -20px;
  background: url(../images/icon_list.png) no-repeat;
}

.p-shopArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-shopArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "shop";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

.p-companyArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-companyArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "about";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

.p-descriptionArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-descriptionArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "description";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

.p-developmentArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-developmentArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "development";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

.p-accessArea__title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.p-accessArea__title:after {
  color: #00c07a;
  display: inline-block;
  position: absolute;
  top: 8px;
  content: "access";
  width: 100px;
  font-size: 12px;
  text-indent: 10px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 769px) {
  .p-accessArea__caption {
    position: absolute;
    z-index: 3;
    right: 0;
    top: -5px;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .p-accessArea__caption {
    position: absolute;
    z-index: 3;
    top: 40px;
    left: 10px;
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 769px) {
  .p-sp__btn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-sp__btn {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
  }
  .p-sp__btn i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding-top: 5px;
  }
  .p-sp__btn .p-sp--btn {
    background: #007a4d;
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .p-sp__btn .p-sp__txt {
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
  }
  .p-sp__btn img {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .p-nav__shop a {
    padding-top: 17px;
    padding-bottom: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
  }
  .p-nav__shop a:before {
    position: absolute;
    text-align: right;
    content: "shop";
    width: 332px;
    top: 25px;
    right: 40px;
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-nav__shop a {
    padding: 25px 0;
  }
  .p-nav__shop a:before {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
    width: 100px;
    text-align: center;
    content: "shop";
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

@media only screen and (min-width: 769px) {
  .p-nav__about a {
    padding-top: 17px;
    padding-bottom: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
  }
  .p-nav__about a:before {
    position: absolute;
    text-align: right;
    content: "about";
    width: 332px;
    top: 25px;
    right: 40px;
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-nav__about a {
    padding: 25px 0;
  }
  .p-nav__about a:before {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
    width: 100px;
    text-align: center;
    content: "about";
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

@media only screen and (min-width: 769px) {
  .p-nav__access a {
    padding-top: 17px;
    padding-bottom: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
  }
  .p-nav__access a:before {
    position: absolute;
    text-align: right;
    content: "access";
    width: 332px;
    top: 25px;
    right: 40px;
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-nav__access a {
    padding: 25px 0;
  }
  .p-nav__access a:before {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
    width: 100px;
    text-align: center;
    content: "access";
    color: #00c07a;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
  }
}

.p-keyVisual {
  padding: 0;
  width: 1000px;
  height: 310px;
  position: relative;
  margin: 0 auto;
}
.p-keyVisual li {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: none;
}
.p-keyVisual li:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-keyVisual {
    padding: 0;
    width: 100%;
    height: 40px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  .p-keyVisual img {
    width: 100%;
  }
  .p-keyVisual li {
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .p-keyVisual__sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyVisual__sp {
    display: none;
    padding: 0;
    width: 100%;
    height: 40px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  .p-keyVisual__sp img {
    width: 100%;
  }
  .p-keyVisual__sp li {
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
  }
  .p-keyVisual__sp li:first-child {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .p-keyVisual__txt {
    position: absolute;
    right: 20px;
    top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyVisual__txt {
    position: relative;
    z-index: 2;
    margin: 0 auto 0;
    padding: 65px 0 25px 0;
    width: 90%;
  }
  .p-keyVisual__txt img {
    width: 100%;
  }
}

.p-keyVisual__cover {
  width: 1000px;
}
@media only screen and (min-width: 769px) {
  .p-keyVisual__cover {
    height: 310px;
    position: absolute;
    top: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+31,f1f2e4+55&amp;0+31,1+55 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmMWYyZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(31%, rgba(255, 255, 255, 0)),
      color-stop(55%, #f1f2e4)
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 31%,
      #f1f2e4 55%
    );
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 31%,
      #f1f2e4 55%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f2e4',GradientType=1 );
    /* IE6-8 */
  }
}
@media only screen and (max-width: 767px) {
  .p-keyVisual__cover {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f2e4+100&amp;0+12,1+21 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2ZkZmRmYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(12%, rgba(253, 253, 252, 0)),
      color-stop(21%, #fcfcfa),
      color-stop(100%, #f1f2e4)
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 253, 252, 0) 12%,
      #fcfcfa 21%,
      #f1f2e4 100%
    );
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(253, 253, 252, 0) 12%,
      #fcfcfa 21%,
      #f1f2e4 100%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f2e4',GradientType=0 );
    /* IE6-8 */
  }
}

.p-newsArea {
  border-bottom: 1px solid #00c07a;
  padding-bottom: 20px;
  position: relative;
  z-index: 500;
}

.p-newsArea__list {
  margin: 0 0 10px;
  display: block;
  clear: both;
  content: "";
  text-indent: 0px;
  padding-left: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-newsArea__list {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
}

.p-newsArea__date {
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-newsArea__date {
    float: none;
  }
}

.p-newsArea__txt {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-newsArea__txt {
    margin-bottom: 10px;
  }
}

.is-new__icon {
  position: relative;
}
.is-new__icon:before {
  position: absolute;
  color: #ee0000;
  font-weight: bold;
  content: "New";
  width: 100px;
  left: -45px;
}
@media only screen and (max-width: 767px) {
  .is-new__icon:before {
    float: none;
    margin: 0 10px 0 0;
    position: static;
  }
}

.p-shopArea {
  position: relative;
  z-index: 100;
}
.p-shopArea02 {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  .p-shopArea {
    padding-bottom: 30px;
  }
  .p-shopArea:after {
    position: fixed;
    content: "";
    width: 700px;
    height: 700px;
    top: -60px;
    right: -150px;
    z-index: -20;
    background: url(../images/bg_contents02.png) no-repeat;
  }
  .p-shopArea02 {
    padding-bottom: 30px;
  }
}

.p-shopBox {
  float: left;
  width: 460px;
  height: 160px;
  margin-bottom: 30px;
}
.p-shopBox:nth-child(even) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .p-shopBox {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  .p-shopBox:nth-child(even) {
    float: none;
  }
}

.p-shopBox__img {
  float: left;
  width: 230px;
}
.p-shopBox__img img {
  width: 228px;
}
@media only screen and (max-width: 767px) {
  .p-shopBox__img {
    display: none;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .p-shopBox__img img {
    width: 100%;
  }
}

.p-shopBox__list {
  float: right;
  width: 220px;
  font-size: 12px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-shopBox__list {
    float: none;
    font-size: 16px;
    width: 100%;
  }
}

.p-shopBox__title {
  margin: 0 0 10px;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
}
.p-shopBox__title span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-shopBox__title {
    font-size: 18px;
  }
  .p-shopBox__title span {
    display: inline-block;
  }
}

.p-shopBox__map img {
  background: #007a4d;
}

@media only screen and (min-width: 769px) {
  .p-shopBox__map {
    position: absolute;
    top: 60px;
    right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-shopBox__map {
    position: absolute;
    top: 80px;
    right: 0px;
  }
}

.p-aboutArea {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  position: relative;
  z-index: 500;
}

.p-descriptonArea__list {
  padding-left: 20px;
}
.p-descriptonArea__list li {
  list-style-type: decimal;
  margin-bottom: 20px;
}
.p-descriptonArea__list li:last-child {
  margin-bottom: 0;
}

.p-aboutAreaInner {
  width: 470px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .p-aboutAreaInner {
    float: none;
    width: 100%;
  }
}

.p-developmentArea {
  width: 470px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .p-developmentArea {
    float: none;
    width: 100%;
  }
}

.p-accessArea {
  display: block;
  clear: both;
  content: "";
  position: relative;
  z-index: 500;
  padding-bottom: 30px;
}

.sp-p-accessArea__title {
  margin-bottom: 65px;
}

.p-accessArea__map {
  width: 455px;
  height: 280px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .p-accessArea__map {
    float: none;
    width: 100%;
  }
}

.p-accessArea__list {
  width: 490px;
  height: 280px;
  float: right;
  display: table;
}
.p-accessArea__list ul {
  display: table-cell;
  vertical-align: middle;
}
.p-accessArea__list ul li {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .p-accessArea__list {
    float: none;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .p-copyright {
    position: absolute;
    right: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .p-copyright {
    text-align: center;
  }
}

.p-pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 999;
}

.is-open {
  display: block;
}

.p-flickBodyArea {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-flickBodyArea {
    display: none;
  }
}

.p-flickBodyAreaInner {
  width: 260px;
  margin: 0 auto;
}

.p-flickPhoto {
  width: 320px;
  height: 220px;
  position: relative;
  margin: 0 -20px 25px;
}

.p-flickPhoto .p-flickInner {
  /*width:980px;*/
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-flickPhoto .item {
  width: 320px;
  margin: 0 0 0 10px;
  float: left;
}

.p-flickPhoto .item:first-child {
  margin-left: 0;
}

.item img {
  float: left;
}

.p-flickCurrent__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 1px;
  padding: 0 0 10px;
}

.p-flickCurrent__container span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  vertical-align: top;
  border-radius: 4px;
  margin: 0 2px;
}

.p-flickCurrent__container span.p-flickCurrent {
  background: #3e9c96;
}

.p-bg__blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: inline-block;
  zoom: 1;
  height: 100%;
  width: 100%;
}

.is-ie__bg {
  background: rgba(251, 251, 251, 0.7);
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
}

.p-slider__container {
  width: 640px;
  margin: 50px auto;
}

.p-slider ul {
  list-style: none;
  position: relative;
  margin-left: 0px;
  overflow: hidden;
  width: 640px;
  height: 480px;
  padding: 0;
  margin: 0;
}

.p-slider ul li {
  float: left;
  width: 640px;
  position: absolute;
  padding: 0;
}

.p-sliderBtn__prev {
  position: relative;
  z-index: 999;
  left: -40px;
  top: -250px;
}

.p-sliderBtn__next {
  position: relative;
  z-index: 999;
  left: 630px;
  top: -250px;
}

.p-blog__sidetitle {
  background: #007a4d;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
.p-blog__sidetitle:after {
  content: "";
  color: #00c07a;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 35px;
  background: url(../images/icon_title.png) no-repeat;
}
.p-blog__sidetitle h2 {
  font-size: 16px;
  padding: 10px;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-blog__sidetitle {
    margin: 0;
  }
}

.p-blog__title {
  background: #007a4d;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
.p-blog__title:after {
  content: "";
  color: #00c07a;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 35px;
  background: url(../images/icon_title.png) no-repeat;
}
.p-blog__title h2 {
  font-size: 20px;
  padding: 10px;
  margin: 0;
  z-index: 2;
  position: relative;
}

.p-blog__sidelist {
  padding: 15px 0 0px 20px;
  margin: 0 0 20px 0;
}
.p-blog__sidelist li {
  list-style-type: disc;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-blog__sidelist {
    padding: 0;
    margin: 0;
    border-bottom: 1px #ececec solid;
  }
  .p-blog__sidelist li {
    border-bottom: 1px #ececec solid;
  }
  .p-blog__sidelist li:last-child {
    border-bottom: none;
  }
  .p-blog__sidelist a {
    display: block;
    padding: 10px 20px;
  }
}

.p-blog__btn {
  background: #007a4d;
  text-align: center;
  margin: 0 0 20px;
}
.p-blog__btn a {
  color: #ffffff;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.p-blog__btn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-blog__btn {
    width: 95%;
    margin: 0 auto 20px;
  }
}

.p-blog__contents {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents {
    width: 95%;
    margin: 0 auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-blogFlag {
    width: 95%;
    margin: 0 auto 0;
  }
}

.p-blogFlag__date {
  float: left;
  color: #333;
  padding: 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-blogFlag__date {
    padding: 10px 0 10px;
  }
}

.p-blogFlag__category {
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  background: #80bda6;
  color: #ffffff;
}

.p-blogListBox {
  width: 340px;
  height: 130px;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  border: 1px solid #eaeaea;
  position: relative;
}
.p-blogListBox:nth-child(even) {
  float: right;
}
.p-blogListBox a {
  display: block;
  height: 110px;
  width: 320px;
  padding: 10px;
  position: absolute;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .p-blogListBox {
    width: 95%;
    height: auto;
    margin: 0 auto 20px;
    float: none;
  }
  .p-blogListBox:nth-child(even) {
    float: none;
  }
  .p-blogListBox a {
    width: 100%;
    height: auto;
    padding: 0;
    position: static;
  }
  .p-blogListBox a:hover {
    text-decoration: none;
  }
}

.p-blogListBox__category {
  color: #fff;
  background: #007a4d;
  position: absolute;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  top: 1px;
  left: 1px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-blogListBox__category {
    margin-bottom: 5px;
    position: static;
  }
}

.p-blogListBox__title {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  z-index: 2;
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-blogListBox__title {
    width: 95%;
    display: block;
    margin: 0 auto 5px;
    position: static;
  }
}

.p-blogListBox__date {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-blogListBox__date {
    width: 95%;
    display: block;
    margin: 0 auto 0;
    padding-bottom: 5px;
    position: static;
  }
}

.p-blogListBox__img {
  margin: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-blogListBox__img {
    position: static;
    margin-bottom: 10px;
  }
  .p-blogListBox__img img {
    width: 100%;
  }
}

.p-blogListBox__txt {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 340px;
  height: 130px;
  background: rgba(0, 0, 0, 0.6);
  /* opacity: 0; */
  z-index: 999;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  /* padding-top: 30px; */
}
.p-blogListBox__txt span {
  position: absolute;
  top: 45%;
  left: 38%;
  vertical-align: middle;
  color: #fff;
}

.is-read__txt {
  overflow: hidden;
}
.is-read__txt span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-read__txt {
    display: none;
  }
}

.p-blog__contents {
  margin-bottom: 30px;
}

.p-newsArea__category {
  display: inline-block;
  font-size: 10px;
  background-color: #80bda6;
  color: #ffffff;
  padding: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .p-newsArea__category {
    position: static;
    margin-bottom: 10px;
  }
}

.p-newsArea__link {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-newsArea__link {
    width: 100%;
  }
}

.p-blog__contents {
  overflow: hidden;
}
.p-blog__contents h1 {
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  background: #007a4d;
  color: #ffffff;
}
.p-blog__contents h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  border-bottom: #007a4d 2px solid;
}
.p-blog__contents h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  border-bottom: #007a4d 1px solid;
}
.p-blog__contents h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
}
.p-blog__contents h5 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
}
.p-blog__contents h6 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
}
.p-blog__contents ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.p-blog__contents li {
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}
.p-blog__contents p {
  font-size: 14px;
  line-height: 26px;
}
.p-blog__contents .aligncenter {
  text-align: center;
  display: block;
  margin: auto;
  clear: both;
}
.p-blog__contents .alignleft {
  float: left;
}
.p-blog__contents .alignright {
  float: right;
}
.p-blog__contents img {
  max-width: 600px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-blog__contents img {
    width: 100%;
    height: auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-blog__bnr {
    padding-top: 20px;
    margin: auto;
    width: 95%;
  }
}

.p-blog__bnr img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .p-blog__bnr img {
    width: 100%;
  }
}

/* clearfix
------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

html {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  background: #ffffff;
  font-family: "Noto Sans Japanese";
  font-weight: 200;
}

li {
  font-family: "Noto Sans Japanese";
}

a {
  color: #009961;
}
a:hover {
  text-decoration: underline;
}

.l-header {
  width: 100%;
  min-width: 1250px;
  background: url(../images/bg_head.png) repeat-y;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
}

.l-blogheader {
  width: 100%;
  min-width: 1250px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  clear: both;
  overflow: hidden;
}
.l-blogheader h1 {
  float: left;
}
@media only screen and (min-width: 769px) {
  .l-blogheader h1 {
    margin: 30px 30px 0 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .l-blogheader {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    min-width: 100%;
  }
}

.l-headerInner {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .l-headerInner {
    padding: 0;
    width: 100%;
  }
}

.l-nav {
  width: 100%;
  min-width: 1250px;
  background: #ffffff;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #007a4d;
  border-top: 1px solid #007a4d;
}
@media only screen and (max-width: 767px) {
  .l-nav {
    min-width: 100%;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
}
.l-nav li {
  font-size: 22px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-nav li {
    width: 332px;
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .l-nav li:after {
    content: "";
    border-right: 1px dotted #80bda6;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .l-nav li:last-child:after {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav li {
    width: 100%;
    float: none;
    text-align: center;
  }
  .l-nav li:after {
    height: auto;
  }
}
.l-nav a {
  color: #ffffff;
  display: block;
}
.l-nav a:hover {
  background: #02905b;
  text-decoration: none;
}

.l-navbar {
  background: #007a4d;
}

.l-navInner {
  width: 1000px;
  height: 65px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-navInner:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 80px;
    top: -30px;
    left: 410px;
    background: url(../images/bg_nav01.png) no-repeat;
  }
  .l-navInner:after {
    position: absolute;
    content: "";
    background: url(../images/bg_nav02.png) no-repeat;
    width: 200px;
    height: 80px;
    bottom: -82px;
    left: 425px;
  }
}
@media only screen and (max-width: 767px) {
  .l-navInner {
    display: none;
    width: 100%;
    height: auto;
  }
}

.l-contents {
  width: 1250px;
  margin: auto;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .l-contents {
    width: 100%;
  }
}

.l-contentsInner {
  width: 980px;
  position: relative;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .l-contentsInner {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner {
    width: 95%;
    padding-left: 0;
    margin: auto;
  }
}

.l-footer {
  width: 1250px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
  }
}

.l-keyVisual {
  width: 100%;
  min-width: 1250px;
  margin: 0 auto 55px;
  border-bottom: 2px solid #007a4d;
  border-top: 2px solid #007a4d;
  position: relative;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  .l-keyVisual {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}

.l-keyVisualbar {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .l-keyVisualbar {
    padding: 0;
    margin: 0;
  }
}

.l-keyVisualInner {
  width: 1000px;
  margin: auto;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .l-keyVisualInner {
    width: 100%;
    min-width: 100%;
  }
}

.l-footer {
  min-width: 1250px;
  width: 100%;
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    min-width: 100%;
  }
}

.l-footerInner {
  width: 980px;
  margin: auto;
  border: 1px solid #ccc;
  background: #f1f2e4;
  position: relative;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .l-footerInner {
    width: 95%;
    height: auto;
    font-size: 12px;
  }
}

.l-blogContents {
  width: 700px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .l-blogContents {
    width: 100%;
    float: none;
  }
}

.l-blogSide {
  width: 250px;
  float: left;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .l-blogSide {
    width: 100%;
    float: none;
  }
}

.shop_prepare {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 171px;
  background: #ececec;
}
@media only screen and (max-width: 767px) {
  .shop_prepare {
    height: 220px;
  }
}
.shop_prepare img {
  width: 80%;
  position: relative;
  top: -4px;
}

#section_access iframe{
  width: 100%;
  max-width: 455px;
  height: 280px;
}
