﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.eot);
}

/* Firefox, Opera, Safari */
@font-face {
  font-family: iconfont;
  src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
  font-family: iconfont;
  font-weight: normal;
  min-height: 135px;
}

.icon-download:before {
  content: "\00ed";
}

.icon-customize:before {
  content: "w";
}

.icon-iphone:before {
  content: "T";
}

/* ------ General Settings ------ */
.clear::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

body {
  background: url(../images/body_back.jpg);
}

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

#wrapper {
  width: 100%;
  background: url(../images/body_back.jpg);
}

/* ------ Header ------ */

header {
  width: 100%;
}

#header-inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#header_right {
  float: right;
  width: 35%;
}

.header_right_inner {
  float: right;
  padding-top: 28px;
}

#header_left {
  float: left;
  width: 65%;
}

#tagline {
  float: left;
  padding-top: 16px;
  line-height: 200%;
  font-size: 83%;
  color: #59493f;
  text-align: right;
}

#logo {
  padding: 20px 0;
}

#logo a {
  display: block;
  max-width: 279px;
}

#gnav {
  clear: both;
  width: 100%;
}

#gnav nav {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#gnav nav ul {
  background: url(../images/nav_left.jpg) no-repeat 0 center;
  /*margin-bottom: 40px;*/
  display: table;
  table-layout: fixed;
  width: 100%;
}

#gnav nav ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

#gnav nav ul li:last-child {
  background: url(../images/nav_left.jpg) no-repeat right center;
}

#gnav nav ul li a {
  display: block;
  padding: 30px 35px 30px;
  background: url(../images/nav_left.jpg) no-repeat 0 center;
  font-size: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#gnav nav ul li a:link,
#gnav nav ul li a:visited {
  color: #000000;
  text-decoration: none;
}

#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
  color: #638c0b;
  text-decoration: none;
}

/* ------ Mainvisual ------ */

#mainvisual {
  position: relative;
  width: 100%;
}

#mainvisual-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#mainvisual-inner .img {
  position: absolute;
  display: none;
  width: 1280px;
  /* 画像の幅 */
  margin-left: -640px;
  /* -(画像の幅÷2) */
  padding-left: 50%;
  top: 0;
}

#mainvisual-inner .img:first-child {
  position: relative;
  display: block;
}

#mainvisual-btn {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  text-align: center;
}

#mainvisual-btn div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: top;
}

#mainvisual-btn div {
  *display: inline;
}

#mainvisual-btn a {
  display: block;
  width: 10px;
  height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
  margin-top: 0px;
}

#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
  margin-top: -10px;
}

#mainvisual-btn a img {
  vertical-align: top;
}

#mainvisual-arrow {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 40%;
  left: 0;
  margin-top: -20px;
}

#mainvisual-arrow-inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
  position: absolute;
  width: 27px;
  height: 27px;
  overflow: hidden;
}

#mainvisual-arrow .prev {
  left: 3%;
}

#mainvisual-arrow .next {
  right: 3%;
}

#mainvisual-arrow a {
  display: block;
  width: 27px;
  height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
  margin-top: 0px;
}

#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
  margin-top: -27px;
}

#mainvisual-arrow a img {
  vertical-align: top;
}

/* ------ Contents ------ */

#contents {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  *zoom: 1;
}

#left-column {
  float: left;
  width: 720px;
  padding-bottom: 20px;
}

article section {
  padding: 0 0 30px;
  clear: both;
}

article section:first-child {
  border-top: none;
}

article section h2 {
  padding: 30px 0 20px;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: solid 1px #fff;
}

#contents-title {
  padding: 10px 0 20px;
  font-size: 130%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: none;
  width: 100%;
  background: url(../images/h2_footer.png) repeat-x 0 bottom;
  margin-bottom: 20px;
}

.contents-title {
  padding: 10px 0 15px;
  font-size: 130%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: none;
  width: 100%;
  background: url(../images/h2_footer.png) repeat-x 0 bottom;
  margin-bottom: 20px;
}

.contents-title2 {
  padding: 10px 0 50px;
  font-size: 130%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  border-top: none;
  width: 100%;
  background: url(../images/h2_footer.png) repeat-x 0 bottom;
  margin-bottom: 20px;
  clear: both;
}

.contents-title p.h2_inner {
  background: url(../images/h2_icon.png) no-repeat 0 center;
  padding-left: 30px;
  color: #313131;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  font-size: 105%;
}

.contents-title2 p.h2_inner2 {
  background: url(../images/h2_icon.png) no-repeat 0 center;
  padding-left: 30px;
  color: #313131;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  font-size: 105%;
  width: 80%;
  float: left;
}

.cat-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap:wrap;
  margin-bottom: 40px;
}
.cat-list li {
  margin: 0 5px;
}
.cat-list li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  background: #849222;
  color: #fff;
  padding: 10px 20px;
}
.cat-list li a::after {
  content: "▶";
  margin-left: 0.5em;
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
}


p.right_h2 {
  background: url(../images/btn_all.png) no-repeat right center;
  font-size: 65%;
  padding-top: 2px;
  float: right;
  padding-right: 15px;
  margin-top: 10px;
  font-weight: normal;
}

article section p {
  font-size: 90%;
  line-height: 160%;
  color: #555;
}

.column-set {
  width: 730px;
  *margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}

.column1 {
  float: left;
  width: 23%;
  margin: 1%;
  min-width: 167px;
  min-height: 210px;
}

section .third {
  margin-right: 0;
}

.column1 .icon-l {
  margin-bottom: 20px;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  color: #000;
}

.column1 h3 {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
  color: #000;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
  margin-top: 5px;
}

.column1 p {
  font-size: 83%;
}

.box,
.box2 {
  margin-bottom: 30px;
}

article .box h2,
article .box2 h2 {
  padding: 20px 0 10px;
  border-top: none;
}

article .box p,
article .box2 p {
  font-size: 83%;
}

.box .news-box01 {
  font-size: 83%;
  color: #555;
  line-height: 160%;
  padding: 10px;
  background-color: #EEEEEE;
}

.box .news-box01 dt {
  float: left;
  width: 10em;
}

.box .news-box01 dd {
  margin-left: 10em;
}

.box .news-box02 {
  font-size: 83%;
  color: #555;
  line-height: 160%;
  background-color: #FFFFFF;
  padding: 10px;
}

.box .news-box02 dt {
  float: left;
  width: 10em;
}

.box .news-box02 dd {
  margin-left: 10em;
}

.box .news-box01 dt:before,
.box .news-box02 dt:before {
  content: "■";
  color: #849222;
  padding-right: 5px;
}

.box2 .news-box01 {
  background: #eeeeee none repeat scroll 0 0;
  padding: 1%;
  width: 32%;
  float: left;
  margin-bottom: 30px;
  min-height: 170px;
}

.box2 .news-box02 {
  padding: 1%;
  width: 30%;
  float: left;
  margin-bottom: 30px;
  min-height: 170px;
}

.box2 .news-box01 img,
.box2 .news-box02 img {
  width: 100%;
}

.box2 .news-box02>dt,
.box2 .news-box01>dt {
  min-height: 140px;
  vertical-align: middle;
  text-align: center;
}

.box2 .news-box01 span.date,
.box2 .news-box02 span.date {
  color: #000000;
  font-weight: bold;
}

.box2 .news-box01 p:before,
.box2 .news-box02 p:before {
  content: "■";
  color: #849222;
  padding-right: 5px;
}

.box2 .news-box01 p,
.box2 .news-box02 p {
  margin-bottom: 10px;
}

.box2 .news-box01 dd,
.box2 .news-box02 dd {
  font-size: 83%;
}

.box2 .news-box01 dd a,
.box2 .news-box02 dd a {
  font-weight: bold;
  font-size: 110%;
  color: #5E8A25;
}

section.new_style {
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
}

.btn {
  width: 250px;
  height: 40px;
  margin: 20px auto 0;
  padding: 5px;
  background-color: #ccc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  border-bottom: solid 1px #fff;
  font-size: 90%;
}

.btn a {
  display: block;
  width: 250px;
  height: 40px;
  border-bottom: solid 1px #800;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-text-shadow: 0px -1px 0px #700;
  text-shadow: 0px -1px 0px #700;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.btn a:link,
.btn a:visited {
  color: #fff;
  text-decoration: none;
  background: url(../images/bg_gradient.png) repeat-x #c00;
  background: -moz-linear-gradient(top, #c00, #900);
  background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
  background: -webkit-linear-gradient(top, #c00, #900);
  background: linear-gradient(to bottom, #c00, #900);
}

.btn a:hover,
.btn a:active {
  color: #fff;
  text-decoration: none;
  background: url(../images/bg_gradient.png) repeat-x #d00;
  background: -moz-linear-gradient(top, #d00, #a00);
  background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
  background: -webkit-linear-gradient(top, #d00, #a00);
  background: linear-gradient(to bottom, #d00, #a00);
}

/* ------ Right Column ------ */

#right-column {
  float: right;
  width: 260px;
  padding-bottom: 20px;
}

#right-column .box {
  margin-bottom: 20px;
  padding: 0 2px 15px;
}

#right-column .box h2 {
  padding: 20px 0 10px;
  font-weight: bold;
  color: #000;
}

#right-column .box p {
  font-size: 76%;
  line-height: 160%;
  color: #555;
  margin-bottom: 10px;
}

#right-column .box .tel {
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #c00;
  text-align: center;
  line-height: 100%;
  border-bottom: 1px dotted #00736D;
  padding-bottom: 10px;
}

#right-column h3 {
  color: #313131;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  font-size: 105%;
  margin-bottom: 10px;
}

#right-column .box .map {
  margin-top: 30px;
}

#shop_info {
  background-color: #849222;
  border: 1px solid #849222;
  border-radius: 3px;
  padding: 3px;
}

#shop_inner {
  background-color: #FFFFFF;
  padding: 15px;
}

#right-column .btn {
  width: auto;
  height: 30px;
  margin: 10px auto 0;
  border-radius: 20px;
}

#right-column .btn a {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 15px;
}

#right-column .ad {
  margin-bottom: 20px;
  padding: 10px 0 0;
}

#right-column .ad li {
  padding-bottom: 10px;
  text-align: center;
}

#blog_info {
  background-color: #7F2D00;
  border: 1px solid #7F2D00;
  border-radius: 3px;
  padding: 5px;
  text-align: left;
}

#blog_info h3 img {
  padding: 10px 0 0 10px;
}

#blog_info p.right_blog {
  text-align: right;
  background: url(../images/btn_blog_all.png) no-repeat right center;
  padding-right: 15px;
  margin-right: 5px;
  color: #FFFFFF;
}

.right_blog>a {
  color: #ffffff;
}

#blog_info #blog_inner {
  background: url(../images/blog_back.png) repeat-x 0 0;
  padding-top: 5px;
}

#blog_info #blog_inner dl.blog_box01 {
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 74%;
}

#blog_info #blog_inner dl.blog_box02 {
  background-color: #F4F4F4;
  padding: 10px;
  font-size: 74%;
}

/* ------ Footer ------ */

#footer_top {
  margin: 0 auto;
  text-align: center;
}

#footer_top>img {
  width: 100vw;
}

footer {
  width: 100%;
  background-color: #638c0b;
}

#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0px;
  background: url(../images/footer_bg.png) no-repeat top center;
  min-height: 220px;
  display: block;
  position: relative;
}

#footer_left {
  width: 40%;
  float: left;
  color: #FFFFFF;
  font-size: 85%;
}

footer nav {
  width: 60%;
  float: right;
}

#copyright {
  text-align: center;
  clear: both;
  background-color: #4f6908;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 75%;
}

#footer-inner ul {
  float: right;
  overflow: hidden;
}

footer ul li {
  display: inline-block;
  *display: inline;
  *margin-bottom: 12px;
  padding: 0 10px 0 15px;
  line-height: 100%;
  font-size: 67%;
  color: #999;
  border-left: solid 1px #ccc;
  *zoom: 1;
  float: left:
}

#footer-inner nav ul li a {
  color: #FFFFFF;
}

#top_btn {
  bottom: 0;
  float: right;
  padding-top: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  vertical-align: bottom;
  /* width: 20%; */
}

.cashless {
  padding-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}

footer ul li:first-child {
  border-left: none;
}


.btn_green ul {
  align-items: stretch;
  display: flex;
  justify-content: start;
  margin: 0 auto 20px;
  overflow: hidden;
}

.btn_green ul li {
  color: #333;
  margin: 1%;
  padding: 1%;
  text-decoration: underline;
  width: 16.5%;
}

.btn_green ul li a {}

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
  #header-inner {
    width: 95%;
  }

  #header_left {
    float: left;
    width: 50%;
  }

  #header_right {
    float: right;
    width: 50%;
  }

  #gnav nav {
    width: 94%;
    font-size: 84%;
    margin-top: 15px;
  }

  #gnav nav ul li a {
    padding: 8px 20px 6px;
  }

  #mainvisual .img {
    width: 130%;
    /* 画像の幅÷980 */
    margin-left: -65%;
    /* -(画像の幅÷980÷2) */
  }

  #contents {
    width: 100%;
  }

  #left-column {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .column-set {
    width: 105%;
  }

  .column1 {
    width: 31%;
    min-height: 245px;
  }

  #right-column {
    float: none;
    width: 90%;
    margin: 0 auto;
    *margin: 0 auto 20px;
    overflow: hidden;
    *zoom: 1;
  }

  #right-column-inner {
    width: 105%;
  }

  #right-column .box {
    float: left;
    width: 35%;
    margin-right: 9%;
    padding: 0 2.5% 15px;
  }

  #right-column .ad {
    width: 26%;
    padding: 10px 1.5% 0;
  }

  #footer-inner {
    width: 100%;
  }
}

/*-----------------------------------------------------	*/
/*	for - 720px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 720px) {
  #header-inner {
    width: 100%;
  }

  #header_left {
    float: none;
    width: 95%;
    padding-top: 15px;
    margin: 0 auto;
  }

  #header_right {
    float: none;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  #tagline {
    float: left;
    padding-top: 0;
    line-height: 200%;
    font-size: 83%;
    color: #59493f;
    margin-bottom: 20px;
  }

  .header_right_inner {
    padding-top: 10px;
  }

  .contents-title2 p.h2_inner2 {
    width: 66%;
  }

  #gnav nav ul {
    margin-bottom: 0px;
  }

  #logo {
    padding: 0 0 15px;
  }

  #logo a {
    margin: 0 auto;
  }

  #gnav nav {
    width: 100%;
  }

  #gnav nav ul {
    float: none;
    width: 100%;
    border-left: none;
    border-right: none;
  }

  #gnav nav ul li {
    float: left;
    width: 50%;
    *width: 49.9%;
  }

  #gnav nav ul li a {
    display: block;
    padding: 8px 0 6px;
    text-align: center;
    border-left: solid 1px #111;
    border-right: solid 1px #333;
    border-bottom: solid 1px #111;
    border-top: solid 1px #333;
  }

  /*.column1 {
	width: 45.5%;
	margin-right: 4%;
}*/
  .column1 {
    width: 29%;
    margin-right: 1%;
    min-width: 163px;
  }

  #right-column .box {
    width: 39.5%;
    margin-right: 4%;
    padding: 0 3% 15px;
  }

  #right-column .ad {
    width: 41.5%;
    padding: 10px 2% 0;
  }

  #top_btn {
    position: relative;
    float: none;
  }
  .cat-list {
    width: 100%;
  }
  .cat-list li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    display: block;
  }
  .cat-list li a {
    display: block;
  }
}

/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
  .column1 {
    width: 48%;
    margin-right: 1%;
    min-width: inherit;
  }
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
  .contents-title p.h2_inner {
    letter-spacing: 0.2em;
    font-size: 90%;
  }

  #tagline {
    float: none;
    padding-top: 0;
    line-height: 200%;
    font-size: 83%;
    color: #59493f;
    margin-bottom: 0px;
    text-align: center;
  }

  .header_right_inner {
    padding-top: 10px;
    margin: 0 auto 15px;
    width: 95%;
  }

  .contents-title2 p.h2_inner2 {
    width: 100%;
    padding-bottom: 7px;
    font-size: 100%;
  }

  .icon {
    text-align: center;
    min-height: initial;
  }

  .box {
    padding: 0 20px 20px;
  }

  #contents-title {
    font-size: 110%;
  }

  .btn {
    width: auto;
  }

  .btn a {
    width: auto;
  }

  .column-set {
    width: 100%;
    *margin-bottom: 0;
  }

  .column1 {
    width: 48%;
    float: left;
    min-height: inherit;
    margin-bottom: 10px;
  }

  .box {
    margin-bottom: 20px;
  }

  .news-box01 dt,
  .news-box02 dt {
    float: none;
    width: auto;
  }

  .news-box01 dd,
  .news-box02 dd {
    margin: 0 0 10px 0;
  }

  #right-column {
    *margin-bottom: 0;
  }

  #right-column-inner {
    width: 100%;
  }

  #right-column .box {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 0 20px 20px;
    text-align: center;
  }

  #right-column .box p {
    font-size: 83%;
  }

  #right-column .box .tel {
    font-size: 150%;
  }

  #right-column .btn {
    height: 40px;
    margin: 10px auto 0;
    border-radius: 25px;
    font-size: 90%;
  }

  #right-column .btn a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  #right-column .ad {
    margin-right: 0;
    padding: 10px 10px 0;
  }

  #footer-inner {
    width: 95%;
    padding: 5px 0 0;
    margin: 0 auto;
    background: none;
  }

  #footer-inner {
    width: 95%;
    padding: 5px 0 0;
    margin: 0 auto;
    background: none;
    text-align: center;
    min-height: 300px;
  }

  #footer_left {
    width: 95%;
    float: none;
    color: #FFFFFF;
    font-size: 85%;
    margin: 0 auto 5px;
  }

  footer nav {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }

  #copyright {
    font-size: 65%;
  }

  .box2 .news-box01 {
    width: 98%;
  }

  .box2 .news-box02 {
    width: 98%;
  }

  .simplemap-content.staticmap {
    margin-bottom: 40px;
  }
}
