@charset "UTF-8";
@font-face {
  font-family: "YuGo-Bold";
  src: url("../fonts/YuGothic-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AzoSans-Bold";
  src: url("../fonts/18438.otf") format("opentype");
}
@font-face {
  font-family: "YuGo-Medium";
  src: url("../fonts/YuGothic-Medium.otf") format("opentype");
}
@font-face {
  font-family: "AzoSans-Medium";
  src: url("../fonts/18443.otf") format("opentype");
}
@font-face {
  font-family: "AzoSans-Regular";
  src: url("../fonts/18445.otf") format("opentype");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "AzoSans-Regular", Helvetica, Arial, YuGothic, "YuGo-Medium", Roboto, 'Droid Sans', sans-serif;
  color: #353f40;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: unset;
}

ul {
  list-style: none;
}
ul.disc {
	list-style: disc;
	margin-left:1.5em;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #353f40;
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: "AzoSans-Medium";
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "YuGo-Medium";
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "YuGo-Bold";
  line-height: 1.5;
  letter-spacing: 1.8px;
}
@media (min-width: 1200px) {
h3.h3_catch{
	font-size:28px;
}
}
@media (max-width: 1199px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "YuGo-Bold";
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 2rem;
}

.btn {
  width: 160px;
  background-color: #7AAA15;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  padding: 11px 0;
  letter-spacing: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  text-transform: uppercase;
}
.btn:hover {
  color: #fff;
}

.angle_left:before {
  content: '';
  background: url(../images/angle-left.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1rem;
}

.b{
	font-weight:bold;
}
.mgt-l{
	margin-top:6rem;
}
.al-c{
	text-align:center;
}
.right {
  float: right;
}
.left {
  margin-left: 0;
}

/*投稿一覧部分----------------------------*/
.news_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .news_list_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 3rem;
  width: calc((100% - 6rem) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .newslist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .newslist:nth-child(2n+1) {
    margin-right: 6rem;
  }
}
.newslist .thumb {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .newslist .thumb {
    margin-left: 1rem;
  }
}
.newslist .thumb img {
  width: 180px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .newslist .thumb img {
    width: 100%;
    min-height: 200px;
  }
}

.news-text .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.news-text .date .cat {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #7AAA15;
  margin-right: 10px;
  line-height: 0;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: 0;
  color: #7AAA15;
  text-transform: uppercase;
}
.news-text .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/*----------------------------------*/
@media (min-width: 1200px) {
  .sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  .pc {
    display: none;
  }
}

/*header----------------------------*/
header {
  text-transform: uppercase;
}
header .header_inner {
  max-width: 1200px;
  width: 100%;
}
header .header_inner .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}
@media (max-width: 1199px) {
  header .header_inner .header_pc {
    display: none;
  }
}
header .header_inner .header_pc .logo img {
  width: 50%;
}
header .header_inner .header_pc .menu_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .header_pc .menu_pc ul {
  margin-bottom: 0;
}
header .header_inner .header_pc .menu_pc ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
header .header_inner .header_pc .menu_pc .btn {
  width: 140px;
  font-size: 12px;
  font-size: 1.2rem;
}
header .header_inner .header_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  header .header_inner .header_sp {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  header .header_inner .header_sp {
    display: none;
  }
}
header .header_inner .header_sp .logo img {
  width: 70px;
}
header .header_inner .header_sp .toggle {
  width: 24px;
}
header .menu_sp {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  height: 100vh;
  display: none;
  z-index: 1;
}
header .menu_sp .sp_logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
header .menu_sp .sp_logoarea .logo img {
  width: 70px;
}
header .menu_sp .sp_logoarea .toggle {
  width: 24px;
}
header .menu_sp ul {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
header .menu_sp ul li {
  margin-bottom: 20px;
}

.header_sns {
    margin-right: 1em;
}
.header_sns i {
    font-size: 1.4em;
    margin: 0 .2em;
}
.menu_sp_sns{
	text-align:center;
}
.menu_sp_sns i {
    font-size: 1.5em;
    margin: 0 .2em;
}

/*メインビジュアル------------------------*/
.cover_area {
  background: url(../images/mv.png) center/cover no-repeat;
  z-index: -999;
  width: 100%;
  height: 500px;
}
@media (max-width: 1199px) {
  .cover_area {
    position: absolute;
    top: 0;
  }
}
.cover_area .cover_inner {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 160px 0;
  height: 100%;
}
.cover_area .cover_inner p {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-family: "AzoSans-Medium";
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  .cover_area .cover_inner p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
  font-family: "AzoSans-Bold";
  }
}
.cover_area .cover_inner p::first-letter {
  text-transform: capitalize;
}
.cover_area .cover_inner p:last-child {
  font-size: 20px;
  font-size: 2rem;
  font-family: "YuGo-Medium";
  font-weight:bold;
}
@media (max-width: 1199px) {
  .cover_area .cover_inner p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*下層ページメインビジュアル*/
.page .cover_area,
.single .cover_area {
  position: static;
  height: 300px;
}
@media (max-width: 1199px) {
  .page .cover_area,
  .single .cover_area {
    height: 150px;
  }
}
.page .cover_area .cover_inner,
.single .cover_area .cover_inner {
  padding: 118px 0;
}
@media (max-width: 1199px) {
  .page .cover_area .cover_inner,
  .single .cover_area .cover_inner {
    padding: 51px 0;
  }
}
.page .cover_area .cover_inner h2,
.single .cover_area .cover_inner h2 {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 1199px) {
  .page .cover_area .cover_inner h2,
  .single .cover_area .cover_inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page .cover_area .cover_inner h2 span,
.single .cover_area .cover_inner h2 span {
  font-weight: bold;
}
@media (max-width: 1199px) {
  .page .cover_area .cover_inner h2 span,
  .single .cover_area .cover_inner h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.about .cover_area {
  background: url(../images/mv_about.png) center/cover no-repeat;
}

.news .cover_area,
.news_list .cover_area {
  background: url(../images/mv_news.png) center/cover no-repeat;
}

.business .cover_area {
  background: url(../images/mv_business.png) center/cover no-repeat;
}

.product .cover_area,
.productdetail1 .cover_area,
.productdetail2 .cover_area,
.productdetail-m1 .cover_area {
  background: url(../images/mv_productlist.png) center/cover no-repeat;
}

.contact .cover_area {
  background: url(../images/mv_contact.png) center/cover no-repeat;
}

.bloglist .cover_area {
  background: url(../images/mv_bloglist.png) center/cover no-repeat;
}

/*footer---------------------------*/
footer {
  border-top: 1px solid #efefef;
  text-align: center;
  padding: 50px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer {
    padding: 30px 0;
  }
}
footer p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
footer .logo {
  margin-bottom: 30px;
}
footer .footer_menu {
  margin: 50px 0;
}
@media (max-width: 1199px) {
  footer .footer_menu {
    margin: 20px 0;
  }
}
footer .footer_menu li {
  display: inline-block;
  margin: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  footer .footer_menu li {
    display: block;
    margin-bottom: 16px;
  }
}
footer .copyright {
  font-size: 10px;
  font-size: 1rem;
}

/*お問い合わせフォーム----------------*/
#contact .contact_bg {
  border-top: 1px solid rgba(53, 63, 64, 0.2);
  padding: 60px 0 30px;
  background-color: #F5F6F6;
}
#contact .contact_bg .container {
  max-width: 650px;
}
#contact .contact_bg .container h2 {
  text-align: center;
}
#contact .contact_bg .container .contact_form_pc {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  #contact .contact_bg .container .contact_form_pc {
    padding-top: 20px;
  }
}
#contact .contact_bg .container .contact_form_pc .form_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  #contact .contact_bg .container .contact_form_pc .form_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .contact_bg .container .contact_form_pc .block .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .contact_bg .container .contact_form_pc .block input {
  height: 50px;
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  #contact .contact_bg .container .contact_form_pc .block input {
    width: 100%;
    height: 40px;
    margin-bottom: 2rem;
  }
}
#contact .contact_bg .container .contact_form_pc .block input::-webkit-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block input:-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block input::-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block input::placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block input:focus {
  border: 1px solid #000;
}
#contact .contact_bg .container .contact_form_pc .block textarea {
  height: 200px;
  width: 100%;
  padding: 20px;
	margin-bottom:2.2rem;
}
#contact .contact_bg .container .contact_form_pc .block textarea::-webkit-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block textarea:-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block textarea::-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block textarea::placeholder {
  color: #d2d2d2;
}
#contact .contact_bg .container .contact_form_pc .block textarea:focus {
  border: 1px solid #000;
}
#contact .contact_bg .container .contact_form_pc input[type="submit"] {
  width: 100%;
  background-color: #7AAA15;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}

span.wpcf7-not-valid-tip {
    font-size: .9em !important;
    margin-top: -2em;
    margin-bottom: 1em;
}
@media (max-width: 1199px) {
span.wpcf7-not-valid-tip {
    margin-top: -1em;
}
}

/*トップページ-----------------------*/
.main {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .main {
    margin-top: 480px;
  }
}
.main .inner {
  border-top: 1px solid #efefef;
  padding-top: 60px;
  margin-bottom: 60px;
}
.main .top-about {
  margin-bottom: 30px;
}
.main .top-about .about_bg {
  background-color: #7AAA15;
  border-radius: 5px;
  width: 390px;
  height: 500px;
}
.main .top-about .about_bg img {
  padding: 20px 20px 0 0;
}
.main .top-about .about_r {
  margin-left: 0;
}
.top-about2 {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .main .top-about .about_r {
    margin-top: 80px;
  }
}
.main .top-newsarea .btn {
  margin: 0 auto;
}
.main .top_blogarea {
  margin-bottom: 40px;
}
.main .top-product .productlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .main .top-product .productlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .top-product .productlist li {
  width: 300px;
  margin: 0 .8rem;
}
.main .top-product .productlist.productlist_new li{
  margin: 0 .8rem;
}


@media (max-width: 1199px) {
  .main .top-product .productlist li,
  .main .top-product .productlist.productlist_new li{
    width: 100%;
    margin: 0;
  }
}
.main .top-product .productlist li .name,
.main .top-product .product_wrap .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 24px 0 16px;
  line-height: 1;
}
.main .top-product .productlist li .detail ,
.main .top-product .product_wrap .detail {
  font-size: 14px;
  font-size: 1.4rem;
}
.main .top-product .btn {
  margin: 0 auto;
}
.main .shop {
  text-align: center;
}
.main .shop .gn_logo {
  width: 270px;
  margin: 0 auto;
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  margin-bottom: 2rem;
}

@media (max-width: 1199px) {
  .single .main,
  .page .main {
    margin-top: 30px;
  }
}

/*固定ページ----------------------------*/
.page .container .news_list_area {
  padding-top: 60px;
}
.page .container h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  .page .container h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page .container section {
  padding-bottom: 60px;
}
.page .container section .content {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .page .container section .content {
    margin-top: 30px;
  }
}
.page .container section .content ul {
  list-style: disc;
	margin-left:1.5em;
	font-size:1.6rem;
}
.page .container section .textlink {
  color: #7AAA15;
}

/*ABOUT-------------------------------------*/
.coldpress-juice{
  border: 6px solid #00b0f0;
    padding: 3rem;
    margin-bottom: 60px;
}
.juice_detail li{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1200px) {
  .juice_detail li .detail_img{
    width: 20%;
    margin-right: 3rem;
  }
  .juice_detail li .detail_text{
    width: 80%;
  } 
}
  @media (max-width: 1199px) {
  .coldpress-juice{
    padding: 1rem;
  }
  .juice_detail li{
    flex-direction: column;
  }
}
.about_gn{
  border: 6px solid #92d050;
  padding: 3rem;
  margin-bottom: 60px;
}
.about_gn section:last-of-type{
  padding: 0;
}
@media (max-width: 1199px) {
  .about_gn{
    padding: 1rem;
  }
}
/*PRODUCT-----------------------------------*/
.product .top-product h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "AzoSans-Medium";
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199px) {
  .product .top-product h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .product .top-product h3 {
    margin-bottom: 60px;
  }
}
.product .top-product h3::after {
  content: '';
  background-color: #7AAA15;
  width: 20px;
  height: 3px;
  display: block;
  margin: 0 auto;
}
.product .top-product .productlist li {
  width: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .product .top-product .productlist li,
  .product .top-product .productlist.productlist_new li {
    margin-bottom: 30px;
	text-align:left;
  }
}
.productdetail2 .movie_area {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

.productdetail2.productdetail2_new .movie_area {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.productdetail-m1 .movie_area {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.productdetail2 .movie_area .movie_wrap,
.productdetail-m1 .movie_area .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
.productdetail2 .movie_area .movie_wrap iframe,
.productdetail-m1 .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*PRODUCTLIST---------------------------*/
.productdetail1 .top-product .productlist li,
.productdetail2 .top-product .productlist li,
.productdetail-m1 .top-product .productlist li {
  width: auto;
}
.productdetail1 .detail_list ul,
.productdetail2 .detail_list ul,
.productdetail-m1 .detail_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .productdetail1 .detail_list ul,
  .productdetail2 .detail_list ul,
  .productdetail-m1 .detail_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productdetail1 .detail_list ul li,
.productdetail2 .detail_list ul li,
.productdetail-m1 .detail_list ul li  {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .productdetail1 .detail_list ul li,
  .productdetail2 .detail_list ul li,
  .productdetail-m1 .detail_list ul li {
    margin-right: 4rem;
    width: 30%;
  }
}
.productdetail1 .detail_list ul li .img_box,
.productdetail2 .detail_list ul li .img_box,
.productdetail-m1 .detail_list ul li .img_box {
  text-align: center;
}
@media (max-width: 1199px) {
  .productdetail1 .detail_list ul li .img_box,
  .productdetail2 .detail_list ul li .img_box,
  .productdetail-m1 .detail_list ul li .img_box {
    width: 50%;
    margin: 0 auto;
  }
}
.productdetail1 .detail_list ul li .detail_name,
.productdetail2 .detail_list ul li .detail_name,
.productdetail-m1 .detail_list ul li .detail_name {
  text-align: center;
  color: #7AAA15;
  line-height: 1.4;
  margin: 1.4rem 0;
  font-weight: bold;
  height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productdetail1 .detail_list ul li .detail_text,
.productdetail2 .detail_list ul li .detail_text,
.productdetail-m1 .detail_list ul li .detail_text {
  font-size: 14px;
  font-size: 1.4rem;
}
.productdetail1 .detail_list ul li:nth-child(3),
.productdetail2 .detail_list ul li:nth-child(3),
.productdetail-m1 .detail_list ul li:nth-child(3) {
  margin-right: 0;
}
.productdetail1 .btn,
.productdetail2 .btn,
.productdetail-m1 .btn {
  width: 100%;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.productdetail2 .detail_list img,
.productdetail-m1 .detail_list img {
  width: 160px;
}
.productdetail2 .detail_list .point_caption,
.productdetail-m1 .detail_list .point_caption {
  font-size: 12px;
  font-size: 1.2rem;
}
.product_wrap{
	width:100%;
	max-width:800px;
	margin:auto;
}
.product_catch{
	padding:.5em;
	background:#353f40;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.product_wrap h4:after {
    border-top: solid 4px #a9b949;
    content: "";
    display: block;
    width: 1.5em;
    text-align: center;
    margin: .5em auto 0;
}
.product-m1_color{
	display:flex;
	flex-wrap:wrap;
}
.product-m1_color li{
	width:33%;
	text-align:center;
	font-size:.85em;
}
.product-m1_color li img{
	width:100%;
	height:auto;
}
img.img_border{
	border:1px solid #ccc;
	border-radius:6px;
	box-sizing:border-box;
}
.checklist{
	margin-left:3rem;
}
.checklist li{
    font-size: 1.6rem;
    margin: 0 0 1rem -2.5rem !important;
}
.checklist li:before {
	font-family: FontAwesome;
	content: '\f00c';
	margin-right:.5rem;
	color: #7AAA15;
}

.product_new{
	position:relative;
}
.label_new{
	position:absolute;
	background:#c00;
	color:#fff;
	padding:.5em;
	top:0;
	left:0;
}


/*CONTACT-----------------------------*/
.contact .main {
  margin-top: 0;
}
.contact .main #contact .contact_bg {
  background-color: #fff;
  border-top: none;
}
.contact .main #contact .container {
  width: 100%;
}

/*NEWS 各カテゴリページ------------------*/
.news_list .news_menu {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list .news_menu li {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin: 0 1rem 1rem;
}
@media (max-width: 1199px) {
  .news_list .news_menu li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}
.news_list .news_menu li a {
  display: block;
  padding: 1.6rem;
}
@media (max-width: 1199px) {
  .news_list .news_menu li a {
    padding: 1.2rem;
  }
}
.news_list .news_menu .current {
  color: #7AAA15;
  font-weight: bold;
  border-bottom: 4px solid #7AAA15;
}
.news_list .noposts {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}

/*投稿ページ----------------------------*/
@media (min-width: 1200px) {
  .single .container {
    max-width: 640px;
  }
}
.single .container h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  .single .container h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.single .container h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.single .container p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 50px;
}
.single .container .btn {
  width: 100%;
  position: relative;
}
.single .container .relatated_news {
  padding: 60px;
}
@media (max-width: 1199px) {
  .single .container .relatated_news {
    padding: 30px 0;
  }
}
.single .container .relatated_news .newslist {
  width: 100%;
}
.single .container .relatated_news .newslist p {
  margin-bottom: 2rem;
}
.single .container .relatated_news h5 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

/*news,blog---------------------------*/
#post-542 img{
	max-width:100%;
	height:auto;
}
.fl{
	display:flex;
}
.fl-wrap{
	flex-wrap:wrap;
}
.j-c-c{
	justify-content: center;
}
#post-542 h4{text-align:center;}
#post-542 .fl-3{
	width:calc((100% - 20px) / 3);
	margin-right:10px;
	margin-bottom:10px;
}
#post-542 .fl-3:nth-child(3n){
	margin-right:0;
}
#post-542 .fl-3 img{
	width:220px;
	max-width:100%;
	display:block;
	margin:0 auto 10px;
}
#post-542 #clm542_process .fl-3,
#post-542 #clm542_process .fl-3 img{
	margin-bottom:0;
}

#post-542 .fl-3 p{margin-bottom:20px;}
#post-542 .p_title{
	font-weight:bold;
	color:#a2b22d
}
#post-542 .fl-3 .p_title{
	text-align:center;
}
#post-542 section{
	margin-bottom:60px;
}
img.aligncenter{
	display:block;
	margin:auto;
}
img.alignleft{
	float:left;
	margin-right:1.5em;
}
img.alignright{
	float:left;
	margin-left:1.5em;
}
.top_shoplist{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:30px;
}
.top_shoplist li{
	width:110px;
	max-width:33.3333%;
	padding:10px;
}
.top_shoplist li img{
	width:100%;
	height:auto;
}

@media (max-width: 1199px) {
#post-542 .fl-3{
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}
}
@media (min-width: 1200px) {
.top_shoplist li{
    margin: 0 1rem 1rem;
}
.top_shoplist li a:hover img{
	opacity:.6;
}
}
/*# sourceMappingURL=style.css.map */


/*MOVIE*/
.epyt-gallery-title {
    text-align: left;
    padding: 0 !important;
	font-size: 1.4rem !important;
	line-height:1.7 !important;
	font-weight: bold;
    margin-top: 10px;
}
.epyt-pagination {
    margin-bottom: 60px;
}
.epyt-gallery-list > .epyt-pagination:first-child{
	display:none;
}
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 3rem;
    width: calc(50% - 3rem) !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.epyt-gallery-img-box{
    border-radius: 3px;
	overflow: hidden;
}
.epyt-gallery-list{
	margin:0 !important;
}
.main .top_moviearea {
    margin-bottom: 40px;
}
.main .top_moviearea .epyt-pagination{
	display:none;
}

@media (min-width: 1200px){
.epyt-gallery-img-box{
    width: 180px !important;
}
.epyt-gallery-title {
	width: calc(100% - 200px);
	margin-top:0;
}
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb:first-child,
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb:nth-child(4),
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb:nth-child(7),
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb:nth-child(10),
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb:nth-child(13){
    margin-right: 6rem;
}
}
@media (max-width: 1199px){
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
}
}
