@charset "UTF-8";
/*----------------------------------------
	mediaquery
-------------------------------------------*/
/*----------------------------------------
	common setting
-------------------------------------------*/
.section-banner .wrapin, .section-about .wrapin, .section-winery .wrapin, .section-recipe .wrapin, .section-vimeo .wrapin, .section-insta .wrapin, .section-review .wrapin, .section-qanda .wrapin, .section-lineup .wrapin, footer .wrapin, .section-contact .wrapin,.section-story .wrapin,.section-shoplist .wrapin  {
  margin: 0 auto;
  padding: 100px 0;
  width: 1130px;
}

@media screen and (max-width: 559px) {
  .section-banner .wrapin, .section-about .wrapin, .section-winery .wrapin, .section-recipe .wrapin, .section-vimeo .wrapin, .section-insta .wrapin, .section-review .wrapin, .section-qanda .wrapin, .section-lineup .wrapin, footer .wrapin, .section-contact .wrapin, .section-story .wrapin,.section-shoplist .wrapin {
    padding: 60px 20px;
    width: 100%;
  }
}

.section-point1 .point__wrapin, .section-point2 .point__wrapin, .section-point3 .point__wrapin {
  margin: 0 auto;
  padding: 60px 0 100px 0;
  width: 1130px;
}

@media screen and (max-width: 559px) {
  .section-point1 .point__wrapin, .section-point2 .point__wrapin, .section-point3 .point__wrapin {
    padding: 0px 20px 60px 20px;
    width: 100%;
  }
}

.section-point1 .point__title-wrapper, .section-point2 .point__title-wrapper, .section-point3 .point__title-wrapper {
  margin: 0 auto;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  width: 1130px;
}

@media screen and (max-width: 559px) {
  .section-point1 .point__title-wrapper, .section-point2 .point__title-wrapper, .section-point3 .point__title-wrapper {
    padding-top: 50px;
    width: 100%;
  }
}

.section-point1 .point__subtitle, .section-point2 .point__subtitle {
  color: #363a17;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-point1 .point__subtitle, .section-point2 .point__subtitle {
    font-size: 1.7rem;
    line-height: 1.6;
    text-align: left;
  }
}

.section-point1 .point__text, .section-point2 .point__text {
  line-height: 1.8;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-point1 .point__text, .section-point2 .point__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 20px;
    text-align: left;
  }
}

.section-review .section-titlewrapper, .section-qanda .section-titlewrapper, .section-lineup .section-titlewrapper, .section-contact .section-titlewrapper {
  margin: 0 auto;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  width: 1130px;
}

@media screen and (max-width: 559px) {
  .section-review .section-titlewrapper, .section-qanda .section-titlewrapper, .section-lineup .section-titlewrapper, .section-contact .section-titlewrapper {
    padding-top: 50px;
    width: 100%;
  }
}

html,
body {
  color: #656661;
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  counter-reset: number 0;
  font-size: 1.8rem;
  position: relative;
  /* number のカウンタを 0 にセット */
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

img {
  width: auto;
}

@media screen and (max-width: 559px) {
  img {
    width: 100%;
  }
}

a > img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a > img:hover {
  opacity: 0.5;
}

.fd-in {
  -webkit-transform: translate(0, 60px);
  opacity: 0;
  transform: translate(0, 60px);
}

.fd-done {
  -webkit-transform: translate(0, 0);
  opacity: 1.0;
  transform: translate(0, 0);
}

section {
  /*overflow: hidden;*/
  -webkit-transition: .8s;
  transition: .8s;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 559px) {
  .br-pc {
    display: none;
  }
}

.br-smp {
  display: none;
}

@media screen and (max-width: 559px) {
  .br-smp {
    display: block;
  }
}

/*----------------------------------------
	section setting START FROM HERE
-------------------------------------------*/
/*----------------------------------------
	hero
-------------------------------------------*/
.hero {
  background-image: url(../images/sec-hero_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 680px;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
  /*.hero__container__newcan{
	    right: 0px ;
	    top: 226px ;
	    width: 119px ;
	    z-index: 30;
	    display: block;
		  @include media(sp) {
		    left: 30px;
		    top: 46%;
		    width: 15%;
		    position: absolute;
		  }
	  & img{
		  width: 100%;
	  }		    
	}*/
}

@media screen and (max-width: 1911px) {
  .hero {
    background-size: auto;
  }
}

@media screen and (max-width: 559px) {
  .hero {
    background-image: url(../images/sec-hero_bg-smp.png);
    background-position: center bottom;
    background-size: cover;
    height: auto;
    min-width: 100%;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
  }
}

.hero__container {
  margin: 0 auto;
  position: relative;
  width: 1150px;
}

@media (max-width: 559px) {
  .hero__container {
    width: 100%;
  }
}

.hero .hero__item {
  position: absolute;
}

@media (max-width: 559px) {
  .hero .hero__item {
    position: static;
  }
}

.hero .hero__container__title {
  display: block;
  left: 0;
  opacity: 0;
  top: 46px;
  width: 52%;
}

@media screen and (max-width: 559px) {
  .hero .hero__container__title {
    display: block;
    padding: 15px 10px 0 10px;
    width: 100%;
  }
}

.hero .hero__container__title img {
  width: 100%;
}

.hero .hero__container__bottles {
  display: block;
  opacity: 0;
  right: 0px;
  top: 74px;
  width: 44%;
}

@media screen and (max-width: 559px) {
  .hero .hero__container__bottles {
    display: block;
    margin: 0 auto;
    width: 56%;
  }
}

.hero .hero__container__bottles img {
  width: 100%;
}

.hero .hero__container__bottles--r img {
  width: 100%;
}


.hero .hero__container__bottles--r {
  display: block;
  opacity: 0;
  right: 119px;
  top: 74px;
  top: 111px;
  width: 35%;
}

.hero .hero__container__bottles--r.bottleall {
  display: block;
  opacity: 0;
  right: 0px;
  top: 74px;
  top: 111px;
  width: 43%;
}


@media screen and (max-width: 559px) {
  .hero .hero__container__bottles--r {
    display: block;
    margin: 0 auto;
    width: 56%;
  }

  .hero .hero__container__bottles--r.bottleall {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  
}



.hero .hero__container__newcanwrapper {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  right: 10px;
  top: 174px;
  width: 119px;
  z-index: 30;
}

@media screen and (max-width: 559px) {
  .hero .hero__container__newcanwrapper {
    left: 30px;
    position: absolute;
    top: 46%;
    width: 15%;
  }
}

.hero .hero__container__newcanwrapper img.img-can {
  margin: 0 auto;
  width: 65%;
}

.hero .hero__container__newcanwrapper img.img-pop {
  opacity: 0;
  width: 100%;
}

.hero .hero__container__nonalc {
  display: block;
  opacity: 0;
  right: 524px;
  top: 465px;
  width: 130px;
}

@media screen and (max-width: 559px) {
  .hero .hero__container__nonalc {
    display: block;
    position: absolute;
    right: 10px;
    top: 75%;
    width: 18%;
  }
}

.hero .hero__container__nonalc img {
  width: 100%;
}

.hero .hero__container__icons {
  left: 0px;
  opacity: 0;
  top: 482px;
}

@media screen and (max-width: 559px) {
  .hero .hero__container__icons {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 80%;
  }
}

/*----------------------------------------
	section-banner
-------------------------------------------*/
.section-banner {
  margin: 0 auto;
  min-width: 1150px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-banner {
    min-width: 100%;
  }
}

.section-banner .wrapin {
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 559px) {
  .section-banner .wrapin {
    display: block;
    padding: 20px;
  }
}

.section-banner .wrapin a {
  margin: 0 10px;
}

@media screen and (max-width: 559px) {
  .section-banner .wrapin a {
    display: block;
    margin: 20px 0 0 0;
  }
  .section-banner .wrapin a img {
    width: 100%;
  }
}

.section-banner-foot .wrapin {
  padding-bottom: 100px;
  padding-top: 0;
}

@media screen and (max-width: 559px) {
  .section-banner-foot .wrapin {
    padding-bottom: 60px;
  }
}

/*----------------------------------------
	section-about
-------------------------------------------*/
.section-about {
  background-color: #fff;
  background-image: url(../images/sec-about_bg.png);
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 1911px) {
  .section-about {
    background-size: auto;
  }
}

@media screen and (max-width: 559px) {
  .section-about {
    background-image: url(../images/sec-about_bg-smp.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    min-width: 100%;
  }
}

.section-about .wrapin {
  padding: 60px 0 100px 0;
}

@media screen and (max-width: 559px) {
  .section-about .wrapin {
    padding: 40px 0;
  }
}

.section-about__title {
  -webkit-transform: scale(0.87, 1);
  color: #bad31e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  transform: scale(0.87, 1);
}

@media screen and (max-width: 559px) {
  .section-about__title {
    font-size: 1.8rem;
  }
}

.section-about__txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-about__txt {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

/*----------------------------------------
	section-cheers
-------------------------------------------*/
.section-cheers {
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-cheers {
    min-width: 100%;
    width: 100%;
  }
}

.section-cheers .parallax-window {
  height: 480px;
  margin-top: -80px;
}

/*----------------------------------------
	section-noble
-------------------------------------------*/
.section-nobel {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1150px;
}

@media screen and (max-width: 559px) {
  .section-nobel {
    display: block;
    min-width: 100%;
  }
}

.section-nobel__img {
  width: 50%;
}

.section-nobel__img img {
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-nobel__img {
    width: 100%;
  }
}

.section-nobel__txt {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 50%;
}

@media screen and (max-width: 559px) {
  .section-nobel__txt {
    display: block;
    padding: 60px 20px;
    width: 100%;
  }
}

.section-nobel__txt .txt-wrapper {
  display: inline-block;
}

.section-nobel__txt .txt__title {
  color: #99562a;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 559px) {
  .section-nobel__txt .txt__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.section-nobel__txt .txt__subtitle {
  color: #99562a;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 559px) {
  .section-nobel__txt .txt__subtitle {
    font-size: 1.8rem;
  }
}

.section-nobel__txt .txt__detail {
  color: #775931;
  font-size: 1.8rem;
  margin-top: 20px;
}

@media screen and (max-width: 559px) {
  .section-nobel__txt .txt__detail {
    font-size: 1.5rem;
  }
}

/*----------------------------------------
	section-point1
-------------------------------------------*/
.section-point1 {
  background-image: url(../images/sec-point1_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-point1 {
    background-image: url(../images/sec-point1_bg-smp.png);
    background-size: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 1911px) {
  .section-point1 {
    background-size: auto;
  }
}

/*----------------------------------------
	section-taste
-------------------------------------------*/
.section-taste {
  background-image: url(../images/sec-taste_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  padding-bottom: 100px;
  width: 100%;
}

@media screen and (max-width: 1911px) {
  .section-taste {
    background-size: auto;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 559px) {
  .section-taste {
    background-image: url(../images/sec-point1_bg-wine-smp.png);
    background-position: center;
    background-size: 100%;
    min-width: 100%;
  }
}

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

/*----------------------------------------
	section-shikamo
-------------------------------------------*/
.section-shikamo {
  background-image: url(../images/sec-shikamo_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-shikamo {
    background-image: url(../images/sec-shikamo_bg-smp.png);
    background-size: 100% 100%;
    min-width: 100%;
  }
}

.section-shikamo .shikamo__img {
  padding: 80px 0;
}

@media screen and (max-width: 559px) {
  .section-shikamo .shikamo__img {
    padding: 40px 10px;
  }
}

/*----------------------------------------
	section-point2
-------------------------------------------*/
.section-point2 {
  background-image: url(../images/sec-point2_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-point2 {
    background-image: url(../images/sec-point2_bg-smp.png);
    background-size: 101% 101%;
    min-width: 100%;
  }
}

.section-point2__ecocert {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  align-items: center;
  border: solid 1px #cc2439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  padding: 20px;
}

@media screen and (max-width: 559px) {
  .section-point2__ecocert {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 559px) {
  .section-point2__ecocert .ecocert__img {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 40%;
  }
}

.section-point2__img {
  margin-top: 20px;
}

.section-point2__img img {
  width: 100%;
}

.section-point2__icons {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-point2__icons {
    margin-top: 20px;
  }
}

/*----------------------------------------
	section-point3
-------------------------------------------*/
.section-point3 {
  background-image: url(../images/sec-point3_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-point3 {
    background-image: url(../images/sec-point3_bg-smp.png);
    background-size: 100% 50%;
    min-width: 100%;
  }
}

.section-point3__healthy {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background-image: url(../images/sec-point3_bg-wine.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  justify-content: space-between;
  margin-top: -40px;
}

@media screen and (max-width: 559px) {
  .section-point3__healthy {
    background-position: 220% -20px;
    background-size: 80%;
    display: block;
    height: auto;
    margin-top: 20px;
  }
}

.section-point3__healthy .healthy__inbox {
  width: 35%;
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox {
    width: 100%;
  }
}

.section-point3__healthy .healthy__inbox__title {
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox__title {
    width: 50%;
  }
}

.section-point3__healthy .healthy__inbox__txt {
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox__txt {
    text-align: left;
  }
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox.inbox-poly .healthy__inbox__title {
    text-align: left;
  }
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox.inbox-poly .healthy__inbox__txt {
    margin-right: 40%;
    width: 60%;
  }
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox.inbox-lowcal {
    margin-top: 30px;
  }
}

@media screen and (max-width: 559px) {
  .section-point3__healthy .healthy__inbox.inbox-lowcal .healthy__inbox__title {
    margin: 0 auto;
  }
}

.section-point3__img {
  margin-top: -30px;
}

@media screen and (max-width: 559px) {
  .section-point3__img {
    margin-top: 40px;
  }
}

.section-point3__img .caption {
  font-size: 1.2rem;
  text-align: right;
}

/*----------------------------------------
	section-winery
-------------------------------------------*/
.section-winery {
  background-image: url(../images/sec-winery_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-winery {
    background-image: url(../images/sec-winery_bg-smp.png);
    min-width: 100%;
  }
}

.section-winery .section-winery__wrapper {
  border: 1px solid #e8d5a0;
  color: #fff;
  margin: 80px 0;
  padding: 100px 60px;
  position: relative;
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper {
    margin: 20px 0;
    padding: 60px 20px;
  }
}

.section-winery .section-winery__wrapper .wineryinfo__map {
  position: absolute;
  right: -60px;
  top: -120px;
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper .wineryinfo__map {
    right: -5px;
    top: -60px;
    width: 40%;
  }
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper .wineryinfo__title {
    width: 80%;
  }
}

.section-winery .section-winery__wrapper .wineryinfo__subtitle {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 50px;
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper .wineryinfo__subtitle {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.section-winery .section-winery__wrapper .wineryinfo__txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper .wineryinfo__txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}

.section-winery .section-winery__wrapper .wineryinfo__img {
  margin-top: 40px;
}

@media screen and (max-width: 559px) {
  .section-winery .section-winery__wrapper .wineryinfo__img {
    margin-top: 20px;
  }
}

/*----------------------------------------
	section-recipe
-------------------------------------------*/
.section-recipe {
  background-image: url(../images/sec-recipe_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-recipe {
    background-image: url(../images/sec-recipe_bg-smp.png);
    background-size: 101% 101%;
    min-width: 100%;
  }
}

.section-recipe__title {
  margin-top: 30px;
}

@media screen and (max-width: 559px) {
  .section-recipe__title {
    margin-top: 10px;
  }
}

.section-recipe__whatsmocktail {
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.section-recipe__whatsmocktail .whatsmocktail__txt {
  padding: 20px;
}

@media screen and (max-width: 559px) {
  .section-recipe__whatsmocktail {
    margin-top: 10px;
  }
  .section-recipe__whatsmocktail .whatsmocktail__img {
    width: 30%;
  }
  .section-recipe__whatsmocktail .whatsmocktail__txt {
    padding: 0;
    width: 70%;
  }
  .section-recipe__whatsmocktail .whatsmocktail__txt p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper:last-child {
    margin-bottom: 0;
  }
}

.section-recipe__recipewrapper {
  background-color: #fff;
  border: 1px solid #003740;
  margin-left: 20%;
  margin-top: 100px;
  position: relative;
  width: 80%;
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper {
    margin: 90px 0;
    width: 100%;
  }
}

.section-recipe__recipewrapper .recipe__img {
  left: -25%;
  position: absolute;
  top: -5%;
  width: 50%;
}

.section-recipe__recipewrapper .recipe__img img {
  width: 100%;
}

.section-recipe__recipewrapper .recipe__img .recipe__img__photo-s {
  margin-left: 40%;
  margin-top: 50px;
  width: 50%;
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper .recipe__img {
    left: auto;
    margin: -15% auto 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .section-recipe__recipewrapper .recipe__img .recipe__img__photo-l {
    margin: 0 auto;
    width: 50%;
  }
  .section-recipe__recipewrapper .recipe__img .recipe__img__photo-s {
    bottom: -10%;
    margin-left: 0;
    position: absolute;
    right: 5px;
    width: 20% !important;
  }
}

.section-recipe__recipewrapper .recipe__txt {
  color: #003740;
  margin-left: 25%;
  padding: 80px 60px;
  width: 75%;
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper .recipe__txt {
    font-size: 1.4rem;
    margin: 0;
    padding: 20px 20px 40px;
    width: 100%;
  }
}

.section-recipe__recipewrapper .recipe__txt .recipe__txt__title {
  text-align: center;
}
.section-recipe__recipewrapper .recipe__txt__title_r {
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
}


@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__title {
    margin: 0 auto;
    width: 35%;
  }
  .section-recipe__recipewrapper .recipe__txt__title_r {
    width: auto;
    font-size: 2rem;
  }
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__title-small {
    width: 28%;
  }
}

.section-recipe__recipewrapper .recipe__txt .recipe__txt__subtitle {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
.section-recipe__recipewrapper .recipe__txt .recipe__txt__subtitle_r {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  margin-top: 40px;
}
.section-recipe__recipewrapper .recipe__txt .recipe__txt__howto{
  font-size: 1.8rem;
}
.section-recipe__recipewrapper .recipe__txt .recipe__txt__howto li{
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    letter-spacing: 0rem;
  }
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__subtitle_r {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0rem;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__howto{
    font-size: 1.4rem;
  }
  .section-recipe__recipewrapper .recipe__txt .recipe__txt__howto li{
  }
}

.section-recipe__recipewrapper .recipe__txt .recipe__txt__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-recipe__recipewrapper .recipe__txt .recipe__txt__list dt {
  border-bottom: 1px solid #003740;
  font-weight: normal;
  padding: 15px 0;
  width: 60%;
}


.section-recipe__recipewrapper .recipe__txt .recipe__txt__list dt.recipe__txt__list__title {
  border-bottom: none;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 30px;
}

.section-recipe__recipewrapper .recipe__txt .recipe__txt__list dd {
  border-bottom: 1px solid #003740;
  font-weight: normal;
  padding: 15px 0;
  text-align: right;
  width: 40%;
}

.section-recipe__recipewrapper-rev {
  margin-left: 0;
  margin-right: 20%;
}

.section-recipe__recipewrapper-rev .recipe__img {
  left: auto;
  right: -25%;
  top: -5%;
}

.section-recipe__recipewrapper-rev .recipe__img .recipe__img__photo-s {
  margin-left: 10%;
}

@media screen and (max-width: 559px) {
  .section-recipe__recipewrapper-rev .recipe__img {
    position: relative;
    right: auto;
  }
  .section-recipe__recipewrapper-rev .recipe__img .recipe__img__photo-s {
    bottom: -10%;
    left: 5px;
    margin-left: 0;
    position: absolute;
    width: 20% !important;
  }
}

.section-recipe__recipewrapper-rev .recipe__txt {
  margin-left: 0;
  margin-right: 25%;
}

/*----------------------------------------
	section-vimeo
-------------------------------------------*/
.section-vimeo {
  background-color: #f9ffec;
  margin: 0 auto;
  min-width: 1150px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-vimeo {
    min-width: 100%;
  }
}

/*----------------------------------------
	section-insta
-------------------------------------------*/
.section-insta {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  margin: 0 auto;
  min-width: 1150px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-insta {
    min-width: 100%;
  }
}

.section-insta__txt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.section-insta__btn {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 30px 60px;
}

.section-insta__btn .fa-2x {
  vertical-align: middle;
}

.section-insta__btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.section-insta .section-insta__phtwrapper{
  display: flex;
  margin-bottom: 30px;
}

.section-insta .section-insta__pht{
  position: relative;
  width: 24%;
  background: #ffb6c1;
  margin: 1%;
}

.section-insta .section-insta__pht::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.section-insta .section-insta__pht img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media screen and (max-width: 559px) {

}

/*----------------------------------------
	section-review
-------------------------------------------*/
.section-review {
  background-image: url(../images/bgpattern_review.png);
  margin: 0 auto;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-review {
    min-width: 100%;
  }
}

@media screen and (max-width: 559px) {
  .section-review .section-titlewrapper {
    width: 40%;
  }
}

.section-review .wrapin-review {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 559px) {
  .section-review .wrapin-review {
    display: block;
  }
}

.section-review .wrapin-review .review__card {
  background-color: #fff;
  border: #418c04 solid 1px;
  margin: 0 30px 30px 0;
  width: calc(33.3333333% - 30px * 2 / 3);
}

@media screen and (max-width: 559px) {
  .section-review .wrapin-review .review__card {
    width: 100%;
  }
}

.section-review .wrapin-review .review__card:nth-child(3n+3) {
  margin-right: 0;
}

.section-review .wrapin-review .review__card .card__img {
  width: 100%;
}

.section-review .wrapin-review .review__card .card__img img {
  width: 100%;
}

.section-review .wrapin-review .review__card .card__txt {
  padding: 20px 20px 30px;
}

.section-review .wrapin-review .review__card .card__txt h3 {
  color: #418c04;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  margin: 20px 0;
}

@media screen and (max-width: 559px) {
  .section-review .wrapin-review .review__card .card__txt h3 {
    font-size: 2.2rem;
  }
}

.section-review .wrapin-review .review__card .card__txt p {
  color: #418c04;
}

/*----------------------------------------
	section-qanda
-------------------------------------------*/
.section-qanda {
  background-color: #f9ffec;
  margin: 0 auto;
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-qanda {
    min-width: 100%;
  }
}

@media screen and (max-width: 559px) {
  .section-qanda .section-titlewrapper {
    width: 40%;
  }
}

.section-qanda .section-titlewrapper .section-titlewrapper__title--qanda {
  background-color: #418c04;
  border-radius: 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 20px;
}

@media screen and (max-width: 559px) {
  .section-qanda .section-titlewrapper .section-titlewrapper__title--qanda {
    font-size: 1.8rem;
    padding: 15px;
  }
}

.section-qanda .wrapin {
  padding-top: 50px;
}

.section-qanda .qanda__block {
  margin-bottom: 20px;
}

.section-qanda .qanda__block .qanda-q {
  background-color: #fff;
  border-bottom: 1px solid #418c04;
  color: #418c04;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 20px 10px;
  position: relative;
}

@media screen and (max-width: 559px) {
  .section-qanda .qanda__block .qanda-q {
    font-size: 1.6rem;
    padding-right: 40px;
  }
}

.section-qanda .qanda__block .qanda-q:before {
  content: "Q" counter(number) ". ";
  counter-increment: number 1;
}

.section-qanda .qanda__block .qanda-q:after {
  bottom: 0;
  content: "\f0dd";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  height: 22px;
  line-height: 22px;
  margin: auto;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 22px;
}

.section-qanda .qanda__block .qanda-q.active:after {
  content: "\f0d8";
}

.section-qanda .qanda__block .qanda-a {
  display: none;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 559px) {
  .section-qanda .qanda__block .qanda-a {
    font-size: 1.6rem;
  }
}

.section-qanda .qanda__block .qanda-a .qanda-a__subtitle {
  border-bottom: 1px dotted #000;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section-qanda .qanda__block .qanda-a .qanda-a__innerblock {
  background-color: #ebf8cb;
  border-radius: 20px;
  padding: 20px;
}

.section-qanda .qanda__block .qanda-a p {
  margin-bottom: 15px;
}

.section-qanda .qanda__block .qanda-a a {
  color: #418c04;
  text-decoration: underline;
}

/*----------------------------------------
	section-lineup
-------------------------------------------*/
.section-lineup {
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-lineup {
    min-width: 100%;
  }
}

@media screen and (max-width: 559px) {
  .section-lineup .section-titlewrapper {
    width: 40%;
  }
}

.section-lineup .wrapin {
  padding-bottom: 50px !important;
}

.section-lineup__detailwrapper:first-child {
  padding-top: 0;
}

.section-lineup__detailwrapper {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper {
    display: block;
  }
}

.section-lineup__detailwrapper .detail__img {
  width: 46%;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__img {
    width: 100%;
  }
}

.section-lineup__detailwrapper .detail__img img {
  width: 100%;
}

.section-lineup__detailwrapper .detail__txt {
  width: 50%;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__txt {
    width: 100%;
  }
}

.section-lineup__detailwrapper .detail__txt .txt__wine-name::after {
  background-color: #337001;
  content: "";
  display: block;
  height: 2px;
  margin-top: 2rem;
  width: 20%;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-name .wine-name__title {
  color: #337001;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__txt .txt__wine-name .wine-name__title {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}

.section-lineup__detailwrapper .detail__txt .txt__wine-name .wine-name__subtitle {
  color: #8cc35d;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1rem;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__txt .txt__wine-name .wine-name__subtitle {
    font-size: 1.6rem;
  }
}

.section-lineup__detailwrapper .detail__txt .txt__wine-info {
  margin-top: 3rem;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-info .wine-info__txt {
  font-size: 1.8rem;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-info .wine-info__list {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 2rem;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-top: 3rem;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list {
  -ms-flex-align: start;
  -ms-flex-line-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  align-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 2%;
  width: 48%;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list {
    font-size: 1rem;
  }
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list dt {
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list dd {
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list .tax {
  font-size: 1rem;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-first dt {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 50%;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-first dd {
  width: 50%;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-second {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 559px) {
  .section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-second {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-second dt {
  width: 50%;
}

.section-lineup__detailwrapper .detail__txt .txt__wine-note .wine-note__list-second dd {
  width: 50%;
}

.section-lineup__btn {
  margin-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .section-lineup__btn {
    margin-top: 4rem;
  }
}

.section-lineup__btn .btn__onlineshop {
  background-color: #479b02;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  padding: 1.6rem 10rem;
}

@media screen and (max-width: 559px) {
  .section-lineup__btn .btn__onlineshop {
    display: block;
    margin: 0 auto;
    padding: 1.6rem 0;
    width: 80%;
  }
}

.section-lineup__btn .btn__onlineshop:hover {
  background-color: #5cca02;
}

.section-lineup__btn::after {
  background-image: url(../images/sec-lineup_vline.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  margin-top: 8rem;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .section-lineup__btn::after {
    background-size: 100%;
    margin-top: 4rem;
  }
}

/*----------------------------------------
	footer
-------------------------------------------*/
footer {
  background: #bdc962;
  color: #fff;
  margin: 0 auto;
  min-width: 1150px;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 559px) {
  footer {
    min-width: 100%;
  }
}

footer .footer_icons {
  margin-bottom: 2rem;
}

footer small {
  font-size: 12px;
  line-height: 1;
}

.fd-in {
  -webkit-transform: translate(0, 60px);
  opacity: 0;
  transform: translate(0, 60px);
}

.fd-done {
  -webkit-transform: translate(0, 0);
  opacity: 1.0;
  transform: translate(0, 0);
}

section {
  /*overflow: hidden;*/
  -webkit-transition: .8s;
  transition: .8s;
}

/*--------------------------------------------------------------
Customized CSS
--------------------------------------------------------------*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
  /*headerを固定*/
  /*ロゴの大きさを調整*/
  /*ナビゲーション部分*/
  /*OPEN時の動き*/
  /*トグルボタンのスタイルを指定*/
  /*各ボーダー少しずつずらす*/
  /* 2番目と3番目のspanを45度に */
  /*----------------------------------ここからPCモニターの記述-----------*/
}

header .is-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

header img {
  width: 100%;
}

header #logo img {
  max-width: 35%;
}

header nav {
  background: #b5c169;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 100;
}

header .drawer {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  height: 50px;
  justify-content: space-between;
  padding: 0 1em;
  position: relative;
}

header .menu ul li a {
  border-bottom: 1px dotted #CCC;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 2em;
  text-decoration: none;
}

header .menu ul li a:hover {
  background-color: rgba(181, 193, 105, 0.9);
  color: #fff;
}

header .menu {
  /*滑らかに表示*/
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.5s ease;
  background-color: rgba(181, 193, 105, 0.9);
  /*画面より100%外へ押し出し非表示にさせる*/
  display: none;
  text-align: center;
  transition: 0.5s ease;
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/
}

header .menu.open {
  -webkit-transform: translateX(0%);
  /*メニューを元の位置へ戻す*/
  display: block;
  transform: translateX(0%);
}

header .Toggle {
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: 10px;
  right: 15px;
  top: 7px;
  /*  headerに対しての絶対位置指定 */
  width: 42px;
  z-index: 3;
}

header .Toggle span {
  -webkit-transition: .35s ease-in-out;
  border-bottom: solid 4px #fff;
  display: block;
  position: absolute;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  width: 40px;
  /*変化の速度を指定*/
}

header .Toggle span:nth-child(1) {
  top: 5px;
}

header .Toggle span:nth-child(2) {
  top: 16px;
}

header .Toggle span:nth-child(3) {
  top: 28px;
}

header .Toggle.active span:nth-child(1) {
  /* 1番目のspanをマイナス45度に */
  -webkit-transform: rotate(-45deg);
  top: 18px;
  transform: rotate(-45deg);
}

header .Toggle.active span:nth-child(2),
header .Toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  top: 18px;
  transform: rotate(45deg);
}

header .menu ul li.list-snswrapper{
  display: flex;
  justify-content: center;
}

@media (min-width: 830px) {
  header {
    margin: 0 auto;
    min-width: 1150px;
    width: 100%;
    /*ロゴの大きさを調整*/
    /*instagramとバナーは右よせ*/
  }
  header .drawer {
    height: 70px;
  }
  header #logo img {
    max-width: 130px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
  header .Toggle {
    display: none;
  }
  header .menu {
    -webkit-transform: translateX(0);
    background-color: transparent;
    display: block;
    font-size: 0.9em;
    margin: 0 10px;
    transform: translateX(0);
    width: 100%;
  }
  header .menu ul {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: flex-end;
  }
  header .menu ul > :nth-last-of-type(2) {
    margin-left: auto;
  }

  header .menu ul .list-right {
    position: relative;
  }
  header .menu ul .list-right .list__bnr img {
    width: 280px;
  }
  header .menu ul li a {
    border-bottom: none;
    padding: 0 1em;
  }
  header .menu ul li a:hover {
    background-color: transparent;
  }

}


/*
	section-contact
-------------------------------------------------------------- */
.section-contact .section-titlewrapper {
  padding-top: 0px;
}

@media screen and (max-width: 559px) {
  .section-contact .section-titlewrapper {
    width: 40%;
  }
}

.section-contact .section-titlewrapper .section-titlewrapper__title--qanda {
  border-radius: 10px;
  /*background-color: #418c04;*/
  color: #418c04;
  font-size: 3rem;
  font-weight: bold;
  padding: 20px;
}

@media screen and (max-width: 559px) {
  .section-contact .section-titlewrapper .section-titlewrapper__title--qanda {
    font-size: 1.8rem;
    padding: 15px;
  }
}

.section-contact .wrapin {
  margin-top: 0px !important;
  padding-top: 40px !important;
}

/*
	contactform
-------------------------------------------------------------- */
#contact_info .topBox {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto 59px;
  padding: 36px 60px 45px 45px;
  text-align: center;
  width: 1158px;
}

#contact_info .topBox .title {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin-bottom: 21px;
}

#contact_info .topBox ul {
  font-size: 0;
  margin-bottom: 19px;
}

#contact_info .topBox ul li {
  display: inline-block;
  line-height: 1.4;
  margin: 0 32px;
}

#contact_info .topBox ul li .red {
  color: #337001;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

#contact_info .topBox ul li .fax,
#contact_info .topBox ul li a {
  background: url(../images/contact/icon01.gif) no-repeat left 4px;
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 0 0 36px;
}

#contact_info .topBox ul li .fax {
  background: url(../images/contact/icon02.gif) no-repeat left center;
}

#contact_info .topBox .telUl {
  border-top: 1px solid #337001;
  margin: 27px auto 0;
  max-width: 653px;
  padding-top: 21px;
}

#contact_info .contactBox {
  margin: 0 auto;
  width: 646px;
}

#contact_info .contactBox h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 23px;
  text-align: center;
}

#contact_info .contactBox dl {
  color: #337001;
  font-size: 15px;
  margin: 0 5px 34px 0;
}

#contact_info .contactBox dt {
  background-color: #EDEDED;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 8px;
}

#contact_info .contactBox dt span {
  font-size: 12px;
}

#contact_info .contactBox dd {
  padding-bottom: 20px;
  padding-top: 15px;
}

#contact_info .contactBox dd span.customSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  background-color: #fff;
  border: 1px solid #337001;
  box-sizing: border-box;
  color: #337001;
  font-size: 25px;
  font-weight: 400;
  height: 52px;
  padding: 8px 12px 8px 17px;
  width: 100%;
}

#contact_info .contactBox dd .customSelectInner {
  background: url(../images/contact/icon04.gif) no-repeat right top 12px;
  width: 100% !important;
}

#contact_info .contactBox dd input[type="text"],
#contact_info .contactBox dd input[type="email"],
#contact_info .contactBox dd input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  border: 1px solid #337001;
  border-radius: 1px;
  box-sizing: border-box;
  height: 32px;
  padding: 0 10px;
  width: 100%;
}

#contact_info .contactBox dd .checkUl {
  display: block;
  margin: -3px 0 -8px;
}

#contact_info .contactBox dd .checkUl .wpcf7-list-item {
  display: inline-block;
  font-weight: bold;
  margin: 0 35px 0 0;
}

#contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
  height: 19px;
  padding: 0;
  vertical-align: middle;
  width: 19px;
}

#contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
  background: url(../images/contact/check_bg.gif) no-repeat left 4px;
  background-size: 19px auto;
  line-height: 20px;
  padding: 2px 0 2px 30px;
}

#contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: url(../images/contact/check_over_bg.gif) no-repeat left 4px;
  background-size: 19px auto;
  padding: 2px 0 2px 30px;
}

#contact_info .contactBox dd textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  border: 1px solid #337001;
  border-radius: 1px;
  box-sizing: border-box;
  height: 190px;
  padding: 10px;
  width: 100%;
}

#contact_info .contactBox .submit {
  text-align: center;
}

#contact_info .contactBox .submit li {
  display: inline-block;
}

#contact_info .contactBox .submit li input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  background: #337001 url(../images/contact/icon03.gif) no-repeat right 13px center;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 16px 10px;
  text-align: center;
  width: 230px;
}

#contact_info .contactBox .submit li span {
  display: none;
}

#contact_info .contactBox .submit li input:hover {
  opacity: 0.7;
}

#contact_info .note {
  background-color: #fff !important;
  padding: 20px 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #contact_info {
    padding: 19px 0 29px;
  }
  #contact_info .topBox {
    margin-bottom: 32px;
    padding: 16px 10px 22px;
    width: auto;
  }
  #contact_info .topBox .title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 13px;
  }
  #contact_info .topBox ul {
    margin-bottom: 13px;
  }
  #contact_info .topBox ul li {
    display: block;
    line-height: 1.4;
    margin: 8px 0 0;
  }
  #contact_info .topBox ul li:first-child {
    margin: 0;
  }
  #contact_info .topBox ul li .red {
    font-size: 10px;
  }
  #contact_info .topBox ul li .fax,
  #contact_info .topBox ul li a {
    background-size: 15px 15px;
    font-size: 17px;
    padding: 0 0 0 25px;
  }
  #contact_info .topBox ul li .fax {
    background-size: 17px 17px;
  }
  #contact_info .topBox .telUl {
    margin: 17px auto 0;
    max-width: 142px;
    padding-top: 15px;
  }
  #contact_info .contactBox {
    margin: 0 15px;
    width: auto;
  }
  #contact_info .contactBox h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }
  #contact_info .contactBox dl {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  #contact_info .contactBox dt {
    margin-bottom: 6px;
  }
  #contact_info .contactBox dt span {
    font-size: 8px;
  }
  #contact_info .contactBox dd {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  #contact_info .contactBox dd span.customSelect {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 17px;
    height: 25px;
    padding: 0px 8px 0 12px;
    width: 100%;
  }
  #contact_info .contactBox dd .customSelectInner {
    background: url(../images/contact/icon04.gif) no-repeat right 0 top 8px;
    background-size: 8px auto;
    width: 100% !important;
  }
  #contact_info .contactBox dd input[type="text"],
  #contact_info .contactBox dd input[type="email"],
  #contact_info .contactBox dd input[type="tel"] {
    font-size: 10px;
    height: 38px;
    padding: 0 5px;
  }
  #contact_info .contactBox dd .checkUl {
    margin: -4px 0 0px;
  }
  #contact_info .contactBox dd .checkUl .wpcf7-list-item {
    margin-right: 17px;
  }
  #contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    display: none;
    height: 13px;
    padding: 0;
    vertical-align: middle;
    width: 13px;
  }
  #contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
    background: url(../images/contact/check_bg.gif) no-repeat left 3px;
    background-size: 20px auto;
    line-height: 20px;
    padding: 2px 0 2px 30px;
  }
  #contact_info .contactBox dd .checkUl .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: url(../images/contact/check_over_bg.gif) no-repeat left 3px;
    background-size: 20px auto;
    padding: 2px 0 2px 30px;
  }
  #contact_info .contactBox dd textarea {
    font-size: 10px;
    height: 130px;
    padding: 5px;
  }
  #contact_info .contactBox .submit li {
    width: 53%;
  }
  #contact_info .contactBox .submit li input {
    background: #337001 url(../images/contact/icon03.gif) no-repeat right 9px center;
    background-size: 5px 8px;
    border-radius: 2px;
    font-size: 18px;
    padding: 12px 10px 11px;
    width: 100%;
  }
  #contact_info .contactBox .submit li input:hover {
    opacity: 1;
  }
}

.select-box01 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  appearance: none;
  background: url(../images/contact/icon04.gif) no-repeat;
  background-color: #ffffff;
  background-position: 97% 50%;
  border: 1px solid #337001;
  box-sizing: border-box;
  color: #337001;
  font-size: 25px;
  font-weight: 400;
  height: 52px;
  margin-bottom: 80px;
  padding: 8px 12px 8px 17px;
  width: 100%;
}

.wpcf7-not-valid-tip {
  padding: 15px 0;
}

div.wpcf7-mail-sent-ok {
  background-color: #337001;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px !important;
}


/*----------------------------------------
	section-story
-------------------------------------------*/
.section-story {
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
  background-color: #f9ffec;
}
.section-story .section-titlewrapper{
  margin-bottom: 60px;
}

.section-story h3.section-titlewrapper__title--txt{
  font-family: 'Zen Old Mincho', serif;
  font-size: 34px;
  font-weight: 600; 
  color: #337001;
  text-align: center;
  margin-bottom: 10px;
}

.section-story h4.section-subtitlewrapper__subtitle--txt{
  font-weight: bold;
  font-size: 20px;
  color: #337001;
  text-align: center;
}
.section-story .section-story_flexbox{
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section-story .wrapin {
  padding-bottom: 100px !important;
}

.section-story .section-story_flexbox_img{
  flex-basis: 540px;
  margin-right: 30px;
}

.section-story p{
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 559px) {
  .section-story {
    min-width: 100%;
  }
  .section-story .wrapin {
    padding-bottom: 60px !important;
  }
  .section-story .section-titlewrapper{
    margin-bottom: 20px;
  }
  .section-story h3.section-titlewrapper__title--txt{
    font-size: 22px;
    text-align: left;
  }
  .section-story h4.section-subtitlewrapper__subtitle--txt{
    font-size: 14px;
    text-align: left;
  }
  .section-story p{
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .section-story .section-story_flexbox{
    display: block;
    margin-bottom: 15px;
  }
  .section-story .section-story_flexbox_img{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*----------------------------------------
	section-shoplist
-------------------------------------------*/
.section-shoplist {
  margin: 0 auto;
  min-width: 1150px;
  width: 100%;
  background-color: #f9ffec;
}
.section-shoplist .section-titlewrapper{
  margin-bottom: 60px;
}

.section-shoplist h3.section-titlewrapper__title--txt{
  font-family: 'Zen Old Mincho', serif;
  font-size: 34px;
  font-weight: 600; 
  color: #337001;
  text-align: center;
  margin-bottom: 10px;
}
.section-shoplist h4.section-subtitlewrapper__subtitle--txt{
  font-weight: bold;
  font-size: 20px;
  color: #337001;
  text-align: left;
  margin-bottom: 20px;
}
.section-shoplist .wrapin {
  padding-bottom: 100px !important;
}

/*shoplist table layout*/
.section-shoplist .tablelist{
  border-collapse: collapse;
  width: 100%;
}
.section-shoplist .tablelist:first-of-type{
  margin-bottom: 40px;
}
.section-shoplist .tablelist th{
  width: 280px;
}
.section-shoplist .tablelist th,
.section-shoplist .tablelist td{
  padding: 10px 10px 10px 0px;
  border-bottom: solid 1px #418c04;
  box-sizing:border-box;
  text-align: left;
  font-size: 14px;
}
.section-shoplist .tablelist td.tablelist__add{
  width: 440px;
}
.section-shoplist .tablelist th {
  color:#337001;
  font-weight: bold;
}
.section-shoplist .tablelist td.tablelist__url a{
  color: #8cc35d;
  text-decoration: underline;
}
.section-shoplist .tablelist td.tablelist__url a:hover{
  text-decoration: none;
}
.section-shoplist .shoplist_note{
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .section-shoplist .tablelist {
    width: 100%;
  }
  .section-shoplist .tablelist th,
  .section-shoplist .tablelist td {
    font-size: 14px;
    padding: 2px 0;
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .section-shoplist .tablelist th{
    padding-top: 10px;
    width: 100%;
  }
  .section-shoplist .tablelist td.tablelist__add{
    width: 100%;
  }
  .section-shoplist .tablelist td:last-child{
    padding-bottom: 10px;
  }
  .section-shoplist .tablelist tr{
    border-bottom: solid 1px #418c04;
  }
}
/*end shoplist table layout*/

@media screen and (max-width: 559px) {
  .section-shoplist {
    min-width: 100%;
  }
  .section-shoplist .wrapin {
    padding-bottom: 60px !important;
  }
  .section-shoplist .section-titlewrapper{
    margin-bottom: 20px;
  }
  .section-shoplist h3.section-titlewrapper__title--txt{
    font-size: 22px;
    text-align: left;
  }
  .section-shoplist h4.section-subtitlewrapper__subtitle--txt{
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
}



