@charset "UTF-8";
/* -----------------------------------
リセット */
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;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

body {
  font-style: 16px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333;
  z-index: 0;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #333;
}

ul li {
  list-style: none;
}

.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.credore {
  color: #fb4809;
  font-weight: bold;
  font-size: 1.1em;
}

.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.mwrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.common_bgcolor {
  background-color: #F6FBEC;
}

.sc_bgcolor {
  background-color: #F6FBEC;
  padding: 50px 0;
}

.res-push {
  display: none;
}

.table {
  display: table;
  margin: 0 auto;
  width: 100%;
}
.table .trow {
  display: table-row;
}
.table .trow .tcell {
  display: table-cell;
  padding: 5px 10px;
}
.table .trow .tcellvt {
  vertical-align: top;
}
.table .trow .tcellvm {
  vertical-align: middle;
}
.table .trow .tcellvb {
  vertical-align: bottom;
}

/*共通パーツ*/
.kcbutton {
  font-size: 1.3em;
  font-weight: bold;
  margin: 30px 0;
  border: 5px solid #8ec220;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.titlearea {
  text-align: center;
  background-color: #F6FBEC;
  background-position: top center;
  padding: 100px 0;
  box-shadow: 0 0 15px #ccc;
}
.titlearea h1 {
  margin-top: 15px;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  text-shadow: 0 0 40px #000;
}
.titlearea .category {
  display: inline-block;
  font-size: 0.8em;
  background-color: #8ec220;
  padding: 3px 10px;
  border-radius: 8px;
  color: #fff;
}
.titlearea .subtitle {
  display: block;
  font-size: 0.85em;
  margin-top: 8px;
  color: #8ec220;
}

.common_pick {
  text-align: center;
  height: 60px;
  background-image: url(../img/common_img_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px 0;
}

/*　ヘッダー　グローバルナビ周り*/
.inner {
  margin: 0 auto;
  background-color: #FFF;
}

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

.inner #mobile-head img {
  display: none;
}

#top-head {
  width: 100%;
  margin: 90px auto 0;
  line-height: 1;
  z-index: 999;
  border-bottom: #8ec220 5px solid;
  box-shadow: 0 0 10px #CCC;
}
#top-head a {
  color: #333;
  text-decoration: none;
  font-size: 1.15em;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  font-size: 36px;
}

#global-nav {
  margin-left: 318px;
}
#global-nav ul {
  display: table;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 14px;
  margin-left: -579px;
}
#global-nav ul li {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 80px;
  width: 150px;
  border-right: 1px solid #ccc;
  font-size: 0.98em;
  background-color: #FFF;
}
#global-nav ul li a {
  color: #333;
  font-weight: bold;
  display: block;
  padding: 30px 10px 25px;
}
#global-nav ul li a span {
  font-weight: normal;
  border-top: 1px dotted #ccc;
  display: block;
  font-size: .85em;
  padding-top: 4px;
  margin-top: 4px;
  color: #3a8b3f;
}
#global-nav ul li:first-child {
  border-left: 1px solid #ccc;
  background-color: #FFF;
  width: 250px;
}
#global-nav ul li:first-child a {
  padding: 0 5px;
}
#global-nav ul li:first-child .sp_homelink {
  display: none;
}
#global-nav ul li:first-child img {
  width: 90%;
}
#global-nav ul li:hover {
  background-color: #eff9db;
  transition: 0.7s;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

#top-head #mobile-head .head-comname {
  display: none;
}

/*共通パーツ：お問い合わせ*/
.common_storemap {
  background-color: #f6fbec;
  padding: 50px 0;
}
.common_storemap h2 {
  font-weight: bold;
  font-size: 1.9em;
  text-align: center;
  margin: 0 auto 20px;
}
.common_storemap p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
}
.common_storemap .common_storeinfo a {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
  border: 5px solid #8ec220;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.common_storemap .common_storeinfo a .common_storeimg {
  width: 25px;
  padding-top: 5px;
}
.common_storemap .common_storeinfo a i {
  color: #f4a703;
  font-size: 1.2em;
  margin-right: 5px;
}
.common_storemap .common_storeinfo a:last-child {
  margin-left: 15px;
}
.common_storemap .common_storeinfo a.res-push {
  display: none;
}

.common_storetel {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3em;
}
.common_storetel div {
  display: table-cell;
  vertical-align: middle;
}
.common_storetel .tel_mark {
  padding: 2px 25px;
  background-color: #8ec220;
  color: #fff;
  border-radius: 50%;
  font-size: 0.5em;
}
.common_storetel .tel_num {
  padding-left: 30px;
}
.common_storetel .tel_num span {
  display: block;
  font-size: 12px;
  text-align: center;
}

/*フッター*/
#footer {
  padding-top: 40px;
  font-size: 0.9em;
  z-index: 1;
}
#footer .pagetop {
  position: fixed;
  bottom: 70px;
  right: 50px;
  color: #f4a703;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 4em;
  transition: 0.7s;
  z-index: 2;
}
#footer .pagetop:hover {
  opacity: 0.8;
  transition: 0.7s;
}
#footer .footer-shop {
  display: table;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
}
#footer .footer-shop .footer-house {
  position: absolute;
  bottom: -21px;
  right: -200px;
  max-width: 200px;
  z-index: 0;
}
#footer .footer-shop .footer-logo {
  display: table-cell;
  width: 250px;
}
#footer .footer-shop .footer-logo img {
  width: 220px;
}
#footer .footer-shop .footer-logo p.sns-btns iframe {
  margin: 14px 2px;
}
#footer .footer-shop .footer-address {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
  padding-right: 50px;
}
#footer .footer-shop .footer-address p {
  margin-bottom: 5px;
  margin-left: 5px;
}
#footer .footer-shop .footer-address i {
  color: #6fa8dc;
  font-size: 1.2em;
}
#footer .footer-shop .footer-address strong {
  margin-left: -5px;
  font-size: 1.2em;
  font-weight: bold;
}
#footer nav.footer-nav {
  margin: 0 auto;
  margin-bottom: 20px;
  vertical-align: top;
  display: table-cell;
}
#footer nav.footer-nav ul {
  display: table;
}
#footer nav.footer-nav ul li {
  margin-bottom: 1px;
}
#footer nav.footer-nav ul li a {
  padding-left: 6px;
  padding-right: 20px;
}
#footer nav.footer-nav ul li:before {
  font-family: FontAwesome;
  content: '\f054';
  font-size: 0.75em;
  color: #8ec220;
}
#footer nav.footer-nav ul li.fnav_carlist {
  margin-bottom: 20px;
}
#footer .copyright {
  background-color: #8ec220;
  color: #fff;
  text-align: center;
  padding: 10px;
}
