/*
Theme Name: poke
Description: original theme
Author: catlisa
Version: 1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

.clearfix {
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #6c6c6c;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

a img {
  outline: none;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

a:link {
  text-decoration: none;
  color: #666;
}

a:visited {
  text-decoration: none;
  color: #666;
}

.content {
  overflow: hidden;
  max-width: 100vw;
  display: none;
}

#wrap {
  margin: 0 auto;
}

#head_menu {
  width: 80%;
  top: 10px;
  left: 10px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
}

.logo_box {
  padding: 18px;
}

.logo_box img {
  width: 150px;
}

.menu_logo {
  width: 250px;
}

#main_bg {
  position: relative;
  background-color: #fff;
  height: 100vh;
}

#main_bg div {
  height: 100vh;
}

#main_bg li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.main_bg_logo {
  position: absolute;
  width: 8%;
  right: 3%;
  bottom: 10%;
  z-index: 1;
}

#cont {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  width: 75%;
  margin: 120px auto;
}

.process-h ul {
  margin-bottom: 50px;
}

.process {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.process h2 {
  width: 250px;
  margin: 30px auto;
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  border-bottom: 1px solid #666;
}

.process h3 {
  margin-top: 7px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

div.menu-container {
  width: 100%;
}

.h_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.h_title h2 {
  width: 200px;
  margin: 30px auto;
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  border-bottom: 1px solid #666;
}

.h_title h3 {
  margin-top: 7px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.product h2 {
  width: 200px;
  margin: 30px auto;
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  border-bottom: 1px solid #666;
}

.product h3 {
  margin-top: 7px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.product .product_detail {
  margin: 3% auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product .product_detail img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
}

.product .product_detail img:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.product .product_detail .category {
  width: 100%;
}

.product .product_detail .category ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}

.product .product_detail .category ul li {
  width: 20%;
}

.product .product_detail .category ul li a {
  display: block;
  padding: 1%;
}

.product .product_detail .category ul li div.thumb {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.product .product_detail .category ul li div.thumb:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.product .product_detail .category ul li p {
  padding: 5% 0;
  font-size: 15px;
  line-height: 1;
}

.aboutText {
  width: 70%;
  margin: 40px auto;
  margin-bottom: 70px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.2;
}

#video-block {
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
}

#video-block li.video-block-wrap:first-child .shop_icon,
#video-block li.video-block-wrap:first-child .product_icon {
  display: none;
}

#video-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

align-items stretch {
  width: 100%;
}

.video {
  width: 50%;
}

.video video {
  width: 100%;
}

.top-video-block-box,
.top-img-block-box {
  background-color: #fafafa;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: table;
}

.top-video-block-box div,
.top-img-block-box div {
  display: table-cell;
  vertical-align: middle;
}

.top-video-block-box .shop_icon,
.top-img-block-box .shop_icon {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}

.top-video-block-box .shop_icon img,
.top-img-block-box .shop_icon img {
  width: 10%;
}

.top-video-block-box .product_icon,
.top-img-block-box .product_icon {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 10px;
  width: 100%;
  text-align: left;
  padding-left: 25px;
}

.top-video-block-box h2,
.top-img-block-box h2 {
  width: 200px;
  margin: 20px auto;
  margin-bottom: 0;
  font-size: 2rem;
  border-bottom: 1px solid #666;
}

.top-video-block-box h3,
.top-img-block-box h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.top-video-block-box p,
.top-img-block-box p {
  padding: 2% 10%;
  font-size: 1.4rem;
  text-align: justify;
}

.textbox,
.img_textbox {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10%;
  text-align: justify;
  background-color: #f7f7f7;
}

.imgImg {
  width: 50%;
}

.imgImg img {
  width: 100%;
}

#img-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 2;
}

#img-block ul .img-block-inner {
  width: 50%;
}

#img-block ul .img-block-inner img {
  width: 100%;
}

#img-block ul li {
  width: 50%;
}

#img-block ul li li {
  width: 100%;
  height: 100%;
}

#img-block ul li div.top-img-block-img-block-img {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

#img-block ul li div.top-img-block-img-block-img:after {
  content: '';
  display: block;
  padding-top: 100%;
}

#img-block .even {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#gallery {
  background-color: #fff;
  margin: 50px auto;
}

#gallery li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

#instagram {
  margin-top: 50px;
}

#insta {
  width: 80%;
  margin: 50px auto;
}

#fb_area {
  margin: 100px auto;
  display: none;
}

#fb_area iframe {
  display: block;
  margin: 0 auto;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #a5a6a6;
  color: #fff;
}

.foot_bg_logo {
  position: absolute;
  width: 5%;
  right: 2%;
  bottom: 5%;
  z-index: 1;
}

.foot-inner {
  width: 80%;
  max-width: 1260px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: justify;
  line-height: 2;
  margin: 0 auto;
  padding: 20px;
}

.pr {
  font-size: 1.1rem;
  text-align: justify;
}

.shopname {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.foot-inner_box2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;

  align-items: flex-end;
}

.shop {
  width: 220px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5rem;
  color: #fff;
  border: 1px solid #ffeaef;
  padding: 5px;
  white-space: nowrap;
  transition: all 0.3s;
}

.shop a {
  color: #fff;

}

.shop .baseicon {
  width: 30px;
  height: auto;
  padding-top: 9px;
}

.shop li {
  padding: 0 5px;
}

.shop:hover {
  background-color: #f0dce1;
}

.contact {
  width: 230px;
  height: 70px;
  margin: 10px;
}

.contact .btn {
  font-size: 2.5rem;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.contact .btn:hover {
  background-color: #abd8a7;
  color: #878890;
}

.contact a {
  text-decoration: none;
}

.icon {
  width: 120px;
  margin: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.iconimg {
  width: 30px;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.iconimg:hover {
  background-color: #d8d397;
  border-radius: 20%;
}

.page_content {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  z-index: 2;
}

#mw_wp_form_mw-wp-form-132,
.mw_wp_form.mw_wp_form_input {
  background-color: rgba(255, 255, 255, 0.56);
  margin: 70px auto;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 2;
  color: #000;
}

#mw_wp_form_mw-wp-form-132 #name,
.mw_wp_form.mw_wp_form_input #name,
#mw_wp_form_mw-wp-form-132 #mail,
.mw_wp_form.mw_wp_form_input #mail {
  border: 1px solid #a5a6a6;
  width: 98%;
}

#mw_wp_form_mw-wp-form-132 #message,
.mw_wp_form.mw_wp_form_input #message {
  border: 1px solid #a5a6a6;
  width: 98%;
}

#mw_wp_form_mw-wp-form-132 input[type="submit"],
.mw_wp_form.mw_wp_form_input input[type="submit"] {
  background-color: #fff;
  font-size: 1.5rem;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  display: block;
  border: 1px solid #a5a6a6;
  width: 30%;
  vertical-align: middle;
  height: 3rem;
  cursor: pointer;
}

#contact-mw {
  text-align: left;
}

.mwform_thanks {
  width: 200px;
  margin: 0 auto;
}

.mwform_thanks .btn {
  background-color: rgba(255, 255, 255, 0.56);
  font-size: 2rem;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.mwform_thanks .btn:hover {
  background-color: #fff;
  color: #878890;
}

.mwform_thanks a {
  text-decoration: none;
}

.not_f {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}

.not_f img {
  width: 100%;
  height: auto;
}

.not_f .not_f_text {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px auto;
  color: #a5a6a6;
}

.not_f .gotop {
  text-align: center;
  width: 200px;
  margin: 30px auto;
  font-size: 2rem;
  color: #a5a6a6;
  border: 1px solid #a5a6a6;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.not_f .gotop a {
  color: #a5a6a6;
}

.not_f .gotop li {
  padding: 0 5px;
}

.not_f .gotop:hover {
  background-color: #f0dce1;
}

.not_f .gotop:hover a {
  color: #fff;
}

#pageTop {
  width: 100px;
  margin: 50px auto;
}

#pageTop img {
  width: 100%;
}

#pageTop:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.inner {
  width: 100%;
  margin: 90px auto;
  font-size: 1.5rem;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.inner .wp_list_categories {
  text-align: left;
  line-height: 1.7;
  font-size: 1.8rem;
  width: 20%;
}

.inner .wp_list_categories li.cat-item {
  margin-top: 1.2rem;
}

.inner .wp_list_categories li.cat-item:first-child {
  margin: 0;
}

.inner .wp_list_categories .children {
  font-size: 1.2rem;
}

.inner .wp_list_categories .children li.cat-item {
  margin: 0;
}

.inner .wp_list_categories .children li.cat-item a {
  color: #999;
}

.inner .post {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.inner .post .item-sliders {
  padding-right: 5%;
  width: 45%;
}

.inner .post .item-sliders img {
  width: 100%;
  display: block;
  height: auto;
}

.inner .post .detail-block {
  width: 50%;
}

.inner .post .detail-block .cat-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.8;
}

.inner .post .detail-block .cat-title h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}

.inner .post .detail-block .child-cat {
  font-size: 1.7rem;
  text-align: left;
}

.inner .post .detail-block .post-title {
  font-size: 1.8rem;
  text-align: left;
}

.inner .post .detail-block .detailstext {
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
  text-align: justify;
  border-top: 1px solid #e3e3e3;
  line-height: 1.7;
}

.inner .post .detail-block .single-logo {
  width: 80px;
  height: 80px;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
}

.inner .post .detail-block .single-logo img {
  width: 100%;
  display: none;
}

.inner .post .detail-block dl {
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
  line-height: 2;
  text-align: left;
  border-top: 1px solid #e3e3e3;
}

.inner .post .detail-block dl dt {
  float: left;
  clear: both;
  width: 150px;
}

.inner .post .detail-block dl dd {
  width: 250px;
  margin-left: 165px;
}

.inner .post .detail-block .single-contact {
  width: 230px;
  height: 70px;
  margin: 10px auto;
}

.inner .post .detail-block .single-contact .btn {
  font-size: 2.5rem;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.inner .post .detail-block .single-contact .btn:hover {
  background-color: #abd8a7;
  color: #878890;
}

.inner .post .detail-block .single-contact a {
  text-decoration: none;
}

.inner .post .detail-block .prev-next {
  width: 100%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.mb_wp_list_categories {
  display: none;
}

.cat-inner {
  width: 100%;
  margin: 30px auto;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.cat-inner .wp_list_categories {
  text-align: left;
  line-height: 1.7;
  font-size: 1.8rem;
  width: 16%;
}

.cat-inner .wp_list_categories li.cat-item {
  margin-top: 1.2rem;
}

.cat-inner .wp_list_categories li.cat-item:first-child {
  margin: 0;
}

.cat-inner .wp_list_categories .children {
  font-size: 1.2rem;
}

.cat-inner .wp_list_categories .children li.cat-item {
  margin: 0;
}

.cat-inner .wp_list_categories .children li.cat-item a {
  color: #999;
}

.cat-inner .cat-post-detail {
  width: 84%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cat-inner .cat-post-detail ul {
  width: 23%;
  padding: 1%;
}

.cat-inner .cat-post-detail ul li img {
  width: 100%;
}

.lum-inner {
  width: 100%;
  margin: 90px auto;
  font-size: 1.5rem;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.lum-inner .lum-post {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.lum-inner .lum-post .lum-detail-block h1 {
  font-size: 2.3rem;
  line-height: 1.8;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px;
}

.lum-inner .lum-post .lum-detail-block dl {
  line-height: 1.8;
  padding: 5px 0;
}

.lum-inner .lum-post .lum-detail-block dl dt {
  padding-top: 5px;
}

.lum-inner .lum-post .lum-detail-block dl dd {
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
}

.lum-inner .lum-post .lum-detail-block .single-contact {
  width: 230px;
  height: 70px;
  margin: 20px auto;
}

.lum-inner .lum-post .lum-detail-block .single-contact .btn {
  font-size: 2.5rem;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lum-inner .lum-post .lum-detail-block .single-contact .btn:hover {
  background-color: #abd8a7;
  color: #878890;
}

.lum-inner .lum-post .lum-detail-block .single-contact a {
  text-decoration: none;
}

.lum-inner .lum-post .lum-detail-block .prev-next {
  width: 100%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.lum-inner .lum-post .item-sliders {
  padding-right: 5%;
  width: 45%;
}

.lum-inner .lum-post .item-sliders img {
  width: 100%;
  display: block;
  height: auto;
}

@media only screen and (max-width: 1112px) {
  .main_bg_logo {
    position: absolute;
    width: 12%;
    right: 3%;
    bottom: 10%;
  }

  .foot_bg_logo {
    position: absolute;
    width: 7%;
    right: 3%;
  }

  .foot-inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foot-inner div {
    margin: 5px;
  }

  .foot-inner_box2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .foot-inner_box2 div {
    margin: 5px;
  }
}

@media only screen and (max-width: 800px) {
  #head_menu {
    width: 100%;
    position: static;
    margin: 5px 0;
  }

  #main_bg {
    height: 100vh;
  }

  .main_bg_logo {
    position: absolute;
    width: 17%;
    right: 5%;
    bottom: 10%;
  }

  .section {
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .process-h {
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  .process {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .process h2 {
    width: 200px;
    margin-bottom: 0;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    padding-bottom: 7px;
    border-bottom: 2px solid #fff;
  }

  .process h3 {
    font-size: 2.5rem;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }

  .h_title h2 h2 {
    width: 160px;
  }

  .product h2 h2 {
    width: 160px;
  }

  .product .product_detail img {
    width: 80%;
    margin: 0 auto;
  }

  .product .product_detail .category ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product .product_detail .category ul li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 0;
  }

  .product .product_detail .category ul li:first-child {
    border-top: 1px solid #eee;
  }

  .product .product_detail .category ul li a {
    width: 50%;
    padding: 0;
  }

  .product .product_detail .category ul li p {
    padding: 0;
    margin-left: 2rem;
  }

  .aboutText {
    width: 80%;
    line-height: 2;
    text-align: justify;
  }

  .video {
    width: 100%;
  }

  .top-video-block-box,
  .top-img-block-box {
    width: 100%;
    height: 300px;
    margin: 50px 0;
    background-color: #fff;
  }

  .top-video-block-box div,
  .top-img-block-box div {
    margin: 3% 3% 5%;
  }

  .top-video-block-box .shop_icon,
  .top-img-block-box .shop_icon {
    display: table-cell;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -23px;
    width: 95%;
    margin: 0 auto;
    padding-right: 5px;
  }

  .top-video-block-box .product_icon,
  .top-img-block-box .product_icon {
    display: table-cell;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -23px;
    width: 95%;
    margin: 0 auto;
    padding-left: 5px;
  }

  .top-video-block-box p,
  .top-img-block-box p {
    padding: 2% 5%;
  }

  .textbox,
  .img_textbox {
    width: 100%;
    margin: 30px;
    text-align: justify;
  }

  .imgImg {
    width: 100%;
  }

  #img-block ul li {
    width: 100%;
  }

  #img-block .even {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #insta {
    width: 85%;
  }

  .foot_bg_logo {
    position: absolute;
    width: 10%;
    right: 5%;
  }

  .foot-inner {
    width: 90%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }

  .foot-inner div {
    margin: 5px;
  }

  .pr {
    font-size: 1.3rem;
  }

  .shopname {
    font-size: 2rem;
  }

  .foot-inner_box2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .foot-inner_box2 div {
    margin: 5px;
  }

  .page_content {
    width: 80%;
  }

  .inner {
    margin: 20px auto;
    padding: 0;
  }

  .inner .wp_list_categories {
    display: none;
  }

  .inner .post {
    display: block;
    width: 100%;
  }

  .inner .post .item-sliders {
    list-style: none;
    padding: 0;
  }

  .inner .post .item-sliders {
    display: block;
  }

  .inner .post .detail-block {
    width: 100%;
  }

  .inner .post .detail-block .cat-title h1 {
    font-size: 2.3rem;
  }

  .inner .post .detail-block .detailstext {
    width: 100%;
  }

  .inner .post .detail-block dl {
    width: 100%;
  }

  .inner .post .detail-block dl dt {
    width: 30%;
  }

  .inner .post .detail-block dl dd {
    width: 70%;
    float: right;
    margin-left: 0;
  }

  .inner .post .detail-block .prev-next {
    width: 100%;
    margin: 20px 0 60px;
  }

  .mb_wp_list_categories {
    display: block;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 15px;
    text-align: left;
    line-height: 1.7;
    font-size: 2.2rem;
    width: 90%;
  }

  .mb_wp_list_categories li.cat-item {
    margin-top: 10px;
  }

  .mb_wp_list_categories li.cat-item:first-child {
    margin: 0;
  }

  .mb_wp_list_categories .children {
    font-size: 1.6rem;
  }

  .mb_wp_list_categories .children li.cat-item {
    margin-left: 20px;
  }

  .mb_wp_list_categories .children li.cat-item a {
    color: #999;
  }

  .cat-inner .wp_list_categories {
    display: none;
  }

  .cat-inner .cat-post-detail {
    width: 100%;
  }

  .cat-inner .cat-post-detail ul {
    width: 31.3%;
  }

  .cat-inner {
    margin: 20px auto;
  }

  .lum-inner {
    margin: 20px auto;
    padding: 0;
  }

  .lum-inner .lum-post {
    display: block;
    width: 100%;
  }

  .lum-inner .lum-post .lum-detail-block .prev-next {
    width: 100%;
    margin: 20px 0 60px;
  }

  .lum-inner .lum-post .item-sliders {
    list-style: none;
    padding: 0;
  }

  .lum-inner .lum-post .item-sliders {
    display: block;
  }
}