inp.smart_change a {
 display: block;
 width: 180px;
 padding: 5px 0;
 text-align: center;
 font-weight: bold;
 border-radius: 5px;
 box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
 margin: 15px auto 5px auto;
 text-decoration: none;
 color: #000;
}
input[type="submit"] {
 -webkit-appearance: none;
}
@media only screen and (max-width: 1000px) {
 div#wpadminbar {
  overflow: hidden;
 }
 .wrapper {
  width: 90%;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 .content_post iframe {
  width: 100%;
 }
 .smart_change {
  display: block;
 }
 #main {
  padding-top: 112px;
 }
 #top_about .second .right .img {
  position: static;
 }
 #top_about .second .left {
  padding-left: 0;
 }
 #top_about {
  width: 95%;
  margin: 60px auto;
 }
 #top_stores {
  margin: 30px auto;
 }
 .content_post #ex_form .wrapper .centerText {
  width: calc(100% - 200px);
  padding-left: 0;
  padding-right: 0;
 }
 .content_post #ex_form .wrapper .rightText {
  width: 100%;
  padding: 5px 0 10px 205px;
 }
 .content_post #ex_form .wrapper .leftText {
  padding-left: 0;
 }
 /*1000*/
}
@media only screen and (max-width: 800px) {
 html {
  -webkit-text-size-adjust: 100%;
 }
 #page_header {
  margin-top: 0;
 }
 #cover_ex {
  overflow-x: hidden;
  position: relative;
  width: 100%;
 }
 #cover {
  position: relative;
 }
 #sitelogo img {
  width: 80px;
  height: auto;
 }
 .scrolled #sitelogo {
  display: block;
 }
 #sitelogo {
  padding: 12px 0;
 }
 #wpadminbar {
  overflow: hidden;
 }
 main {
  padding-top: 100px;
 }
 #header {
  height: 90px;
 }
 #nav, .scrolled #nav {
  position: fixed;
  left: -250px;
  top: 0;
  height: 100%;
  overflow: auto;
  width: 250px;
  z-index: 1000;
  background-color: #1b1b1b;
  color: #fff;
  margin-top: 0;
  box-sizing: border-box;
 }
 .admin-bar #nav, .admin-bar.scrolled #nav {
  padding-top: 46px;
 }
 #nav ul li {
  float: none;
  padding: 0 10px;
  width: auto;
 }
 #nav ul li a {
  color: #fff;
 }
 #nav ul li {
  border-bottom: dotted 1px #676767;
 }
 #nav li.child_sub .sub_nav {
  position: static;
  display: none;
 }
 #nav li.child_sub > a .title:after {
  border-color: #fff transparent transparent transparent;
 }
 #nav li .sub_nav {
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
 }
 #nav .sub_nav li {
  float: none;
  width: auto;
 }
 #nav ul li.smart {
  display: block;
 }
 #nav li .sub_nav .title {
  padding: 5px 0 0 0;
  font-weight: normal;
 }
 #smart_btn {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  height: 30px;
  z-index: 50;
  width: 35px;
 }
 .admin-bar #header {
  top: 46px;
 }
 #smart_btn.active {
  right: 245px;
 }
 #smart_btn span.a, #smart_btn span.b, #smart_btn span.c {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 4px;
  width: 35px;
  border-radius: 10px;
  background-color: #1b1b1b;
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
 }
 #smart_btn span.a {
  top: 10px;
  opacity: 1;
 }
 #smart_btn span.b {
  top: 20px;
  opacity: 1;
 }
 #smart_btn.active span.c {
  opacity: 0;
 }
 #smart_btn.active span.a {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  top: 11px;
 }
 #smart_btn.active span.b {
  transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  top: 11px;
 }
 /**/
 #head_shop {
  display: none;
 }
 #mainimage {
  margin-bottom: 20px;
 }
 #content, #aside {
  float: none;
  width: auto;
 }
 #aside #top_box li {
  text-align: center;
 }
 ul#sidebar_1 iframe {
  display: block;
  width: 95% !important;
  margin: 0 auto;
  position: relative;
 }
 #sidebar_1 {
  max-width: 500px;
  margin: 2em auto;
 }
 .top_fb_box {
  width: 90%;
 }
 span#top_map_top {
  position: absolute;
  top: -100px;
  display: block;
  left: 0;
 }
 .admin-bar span#top_map_top {
  top: -142px;
 }
 /*---------------------------------------------------------
Cart */
 #head_cart {
  display: block;
 }
 #head_cart a {
  display: block;
  background-color: #ffffff;
  border-radius: 150%;
  width: 28px;
  height: 28px;
  right: 73px;
  top: 8px;
  position: absolute;
  background-image: url(img/SVG/cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55% auto;
  border: 1px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -999px;
 }
 #storage-cart.cart {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  border: none;
  box-sizing: border-box;
  height: 100vh;
  box-shadow: 0 2px 15px rgb(0 0 0 / 30%);
  padding: 25px 12px 30px 12px;
  max-height: fit-content;
  overflow: auto;
  z-index: 101;
  min-height: 0;
 }
 #storage-cart.cart .cart-wrap {
  height: auto !important;
 }
 .admin-bar #storage-cart.cart {
  top: 46px !important;
 }
 .scrolled.admin-bar #storage-cart.cart {
  top: 0 !important;
 }
 #storage-cart.cart .jqDrag, #storage-cart.cart .jqResize {
  display: none;
 }
 #storage-cart.cart .wrap {
  height: auto;
 }
 #storage-cart.cart .total {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
 }
 #storage-cart.cart .total table {
  width: auto;
  display: block;
  background-color: transparent;
 }
 #storage-cart.cart .total .td1 {
  width: auto;
  display: block;
  box-sizing: border-box;
  text-align: left;
  padding: 6px 1em;
 }
 #storage-cart.cart .total .td2 {
  display: block;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  border-top: none;
 }
 table#totalTable tbody, table#totalTable tbody tr {
  display: block;
  width: 100%;
 }
 #storage-cart.cart .operation, .cart .details {
  width: auto;
  padding: 10px;
  border-color: silver;
  border-radius: 2px;
 }
 #storage-cart.cart .details table {
  width: 100%;
  box-sizing: border-box;
 }
 #storage-cart.cart .operation .upper input[type="text"], #storage-cart.cart .operation .upper input[type="password"] {
  border: 1px solid #aaa;
  border-radius: 5px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  padding: 5px 11px;
  background-color: #fff;
  margin: 5px 0;
 }
 .cart .operation .upper {
  font-weight: bold;
  padding-left: 0;
 }
 #storage-cart.cart #cart-inner2 {
  padding: 0;
  border: none;
 }
 .cart .operation .middle {
  margin-top: 0;
 }
 .cart .operation ul {
  margin: 0;
  padding-left: 22px;
 }
 .cart li {
  margin-bottom: 2px;
  line-height: 1.2em;
 }
 .cart .operation .lower {
  display: none;
 }
 .cart .operation #btnOrder {
  display: block;
  width: 100% !important;
  margin: 12px auto !important;
  box-sizing: border-box;
  height: auto;
  color: #fff;
  text-shadow: none;
  background: #86b300;
  border: none;
  padding: 10px 0;
  font-size: 17px;
  line-height: 1.1em;
  border-radius: 5px;
 }
 .cart .operation .btn {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  background-color: #f6f6f6;
  padding: 8px 0;
  height: auto;
  border-radius: 5px;
 }
 /*product---------------------------------------------------------*/
 .content_post .coffe_box dl.detail_info {
  display: none;
 }
 .content_post table.archive_b_table td {
  padding: 0;
  font-size: 0.8em;
 }
 .content_post table.archive_b_table td .tb_beans {
  width: 15px;
  background-size: auto 54%;
 }
 .content_post .coffe_box .in2 {
  display: none;
 }
 .content_post .coffe_box .in1 {
  width: 100%;
  padding-right: 0;
 }
 .content_post .coffe_box .in_image .image {
  width: 110px;
  display: block;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 .content_post .coffe_box .in1 img {
  max-width: 100%;
  margin-bottom: 0;
 }
 .content_post .coffe_box .ex {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 0.85em;
  line-height: 1.5em;
 }
 .content_post .coffe_box .in_image .ex {
  width: calc(100% - 110px);
  padding-left: 15px;
 }
 .content_post .coffe_box .in_image {
  display: flex;
  flex-wrap: wrap;
 }
 .content_post .coffe_box {
  padding: 12px 40px 12px 12px;
  margin-bottom: 5px;
  position: relative;
  background-image: url(img/SVG/link1.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) center;
  background-size: 22px auto;
 }
 .content_post .coffe_box a.hv {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
 }
 .content_post .coffe_box h3 {
  font-size: 1.15em;
  border: none;
  border-bottom: 0;
  margin-bottom: 3px;
 }
 .review .left, .review .rightx {
  width: 100%;
 }
 .review .rightx {
  padding: 20px 0 0 0;
 }
 .content_post .product_price_table.type_tanpin tbody tr:nth-child(2), .content_post .product_price_table.type_tanpin tbody tr:nth-child(3) {
  display: none;
 }
 .content_post .product_price_table thead {
  display: none;
 }
 .content_post .product_price_table.type_set thead {
  display: block;
 }
 /*Drip*/
 .content_post .product_price_table.type_set thead tr:first-child {
  display: none;
 }
 .content_post .product_price_table.type_set {
  margin-top: 50px;
 }
 .content_post .product_price_table.type_set tr {
  display: block;
  border-bottom: 5px solid #ececec;
 }
 .content_post .product_price_table.type_set.type_set_drip tr {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  position: relative;
 }
 .content_post .product_price_table.type_set.type_set_drip tr {
  border-bottom: none;
 }
 .content_post .product_price_table.type_set_drip td {
  width: 70%;
  padding-left: 0;
 }
 .content_post .product_price_table.type_set_drip tr td:last-child {
  width: 30%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: auto;
 }
 .content_post .product_price_table.type_set_drip tr td:last-child input {
  width: 18px;
  height: 18px;
 }
 .content_post .product_price_table.type_set_drip td:nth-child(2), .content_post .product_price_table.type_set_drip td:nth-child(3) {
  display: none;
 }
 .content_post #buy input#btn-buy {
  margin: 15px 0;
 }
 .content_post .product_price_table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 3px 6px 3px 120px;
  position: relative;
  text-align: right;
 }
 .content_post .product_price_table td select {
  width: 100% !important;
 }
 .content_post .product_price_table tr td#tanka:before {
  content: "単価";
  position: absolute;
  top: 7px;
  left: 6px;
  font-weight: bold;
  font-size: 0.9em;
 }
 .content_post .product_price_table tr td.bag_total2:before, .content_post .product_price_table tr td#syoukei:before {
  content: "小計";
  position: absolute;
  top: 7px;
  left: 6px;
  font-weight: bold;
  font-size: 0.9em;
 }
 .content_post .product_price_table tr td .sm_name, .content_post .product_price_table tr td .sm_name_l {
  position: absolute;
  top: 7px;
  left: 6px;
  font-weight: bold;
  font-size: 0.9em;
 }
 .sm_name, .sm_name_l {
  display: block;
 }
 tr.bag-row td .sm_name {
  display: none;
 }
 tr.bag-row td:nth-child(2) {
  font-weight: bold;
 }
 .content_post .product_price_table td.txc.bag_tanka {
  text-align: right;
 }
 .content_post .product_price_table td#tanka {
  text-align: right;
 }
 .content_post .product_price_table td[colspan="2"] {
  border: none;
  background-color: #ececec;
 }
 .content_post .message_area {
  padding: 20px 10px 10px 5px;
 }
 .content_post .message_area li {
  font-size: 0.9em;
  margin-left: 25px;
  margin-bottom: 10px;
 }
 .content_post .message_area ul {
  margin-bottom: 0;
 }
 .content_post .message_area div {
  margin-bottom: 0;
 }
 .content_post .dripbag {
  padding-left: 0;
  padding-right: 0;
 }
 /*---------------------------------------------------------*/
 /*800*/
}
@media only screen and (max-width: 700px) {
 .smart_br br {
  display: none;
 }
 .content_post .h_before {
  padding-left: 0;
 }
 .content_post .nomikurabe_column .wp-block-column:first-child {
  padding-left: 0;
 }
 #top_about .clear .left, #top_about .clear .right {
  float: none;
  width: auto;
 }
 .about_links li {
  margin: 0 auto 10px;
 }
 .about_links {
  margin-top: 15px;
 }
 .archive_post ul {
  display: flex;
  flex-wrap: wrap;
 }
 .archive_post li {
  width: 50%;
 }
 /*highslide-container */
 .highslide-container {
  max-width: 95vw;
 }
 .highslide-container table {
  max-width: 100%;
 }
 .highslide-container #highslide-wrapper-0 {
  max-width: 100%;
 }
 .highslide-container .highslide-html {
  max-width: 100%;
 }
 .highslide-container .pref-shipping td {
  padding: 3px;
  line-height: 1.2em;
 }
 .highslide-container div {
  max-width: 100%;
 }
 /*Cart*/
 #detailTable tr:first-child {
  display: none;
 }
 #detailTable td {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
  padding: 4px 8px;
  border-right: none;
  border-left: none;
  border-top: none;
 }
 #detailTable tbody {
  display: flex;
  flex-wrap: wrap;
 }
 #detailTable tbody tr {
  width: 49%;
  background-color: #f0f0f0;
  box-sizing: border-box;
  display: block;
  margin: 0 0.5% 2% 0.5%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #aaa;
 }
 #detailTable {
  background-color: #fff;
 }
 #detailTable tbody tr td:nth-child(1):before {
  content: "品番：";
 }
 #detailTable tbody tr td:nth-child(2):before {
  content: "銘柄名：";
 }
 #detailTable tbody tr td:nth-child(3):before {
  content: "備考：";
 }
 #detailTable tbody tr td:nth-child(4):before {
  content: "焙煎：";
 }
 #detailTable tbody tr td:nth-child(5):before {
  content: "粗さ：";
 }
 #detailTable tbody tr td:nth-child(6):before {
  content: "単価：";
 }
 #detailTable tbody tr td:nth-child(7):before {
  content: "個数：";
 }
 #detailTable td input.del-btn {
  background-color: #6d6d6d;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #aaa;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  padding: 5px 5px 2px 5px;
  width: 4.2em;
 }
 #detailTable td:last-child {
  border-bottom: none;
 }
 /*product*/
 .content_post .guide_ex .nav.navdb ul li {
  width: 50% !important;
  margin: 0 0 2px 0;
  padding: 0;
  max-width: 100%;
 }
 .content_post .guide_ex .nav.navdb ul li a {
  display: flex;
  border-radius: 10px;
  text-align: center;
  padding: 1px 1em;
  height: 100%;
  margin: 5px 2px;
  align-items: center;
  justify-content: center;
  line-height: 1.1em;
 }
 .content_post .guide_ex .nav.navdb ul li a br {
  display: none;
  text-align: center;
 }
 .content_post .guide_ex .nav.navdb ul {
  border-bottom: none;
  margin-bottom: 7px;
 }
 .content_post .guide_ex_body .coffee .leftText {
  width: 100%;
 }
 .content_post .guide_ex_body .coffee .rightText, .content_post .guide_ex_body .coffee .taste {
  width: 50%;
  padding-top: 10px;
 }
 .content_post .guide_ex_body .coffee {
  border: 2px solid #3c53a4;
  padding: 15px 2%;
  box-sizing: border-box;
  border-radius: 15px;
 }
 .content_post .dripbag .left {
  width: 40%;
  padding-right: 20px;
 }
 .content_post .dripbag .center {
  width: 60%;
 }
 .content_post .dripbag .right {
  width: 100%;
  padding-left: 0;
 }
 .content_post .wrapping_cover .wrapping_body {
  width: 50%;
 }
 .content_post .wrapping_cover .wrapping.card {
  width: 50%;
 }
 /*700*/
}
@media only screen and (max-width: 600px) {
 .new_box .right, .new_box .left {
  float: none;
  width: auto;
 }
 .new_box .left ul#top_box {
  text-align: center;
  padding-top: 15px;
 }
 #top_about .first .left, #top_about .first .right, #top_about .second .left, #top_about .second .right {
  float: none;
  width: auto;
 }
 #top_about .first .left, #top_about .second .right {
  text-align: center;
  padding-top: 15px;
 }
 #area_slide li dd {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2.5vw;
 }
 .news_box li .left {
  width: 90px;
 }
 .news_box li .right {
  padding-left: 100px;
 }
 .alignright, .alignleft {
  float: none;
  display: inherit;
  margin: 0 auto 1em auto;
 }
 .content_post #ex_form .wrapper .leftText {
  width: 100%;
  padding: 5px 10px;
  background-color: #efefef;
  margin-bottom: 10px;
 }
 .content_post #ex_form .wrapper .centerText {
  width: 100%;
 }
 .content_post #ex_form .wrapper .rightText {
  padding-left: 10px;
  padding-right: 10px;
 }
 .content_post #ex_form .wrapper .centerText2 {
  width: 100%;
 }
 .scrolled.admin-bar #header {
  top: 0;
 }
 .admin-bar.scrolled #nav {
  padding-top: 0;
 }
 .content_post .wp-block-image .alignleft {
  float: none;
 }
 .content_post table .tb_beans {
  width: 19px;
  background-size: auto 75%;
  height: 20px;
 }
 .content_post table.gram_table th, .content_post table.gram_table td, .content_post table.tokucho_table td {
  padding: 2px 5px;
 }
 .content_post table.tokucho_table {
  min-width: 0;
  width: 100%;
 }
 .content_post table.tokucho_table td.en, .content_post table.tokucho_table td.type {
  width: auto;
 }
 /*Product*/
 .content_post .guide_ex_body .coffee .rightText {
  box-sizing: border-box;
  padding-right: 15px;
  width: 55%;
 }
 .content_post .guide_ex_body .coffee .taste {
  width: 45%;
 }
 .content_post .store_index li {
  width: 32.33%;
 }
 .content_post .faq_index .fbx {
  width: 100%;
 }
 /*600*/
}
@media only screen and (max-width: 500px) {
 #sitelogo img {
  width: 50px;
 }
 #sitelogo {
  padding-top: 8px;
 }
 #header {
  height: 60px;
 }
 main {
  padding-top: 60px;
 }
 .content_post .about_dl dd {
  padding-left: 0;
  padding-top: 0;
 }
 .content_post .about_dl dt {
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 4px;
 }
 .archive_post li {
  width: 100%;
 }
 .content_post #buy input#btn-buy {
  float: none;
  clear: both;
  width: 98%;
 }
 .content_post #buy {
  display: block;
  text-align: center;
 }
 .content_post #buy #total {
  float: none;
  text-align: center;
  font-size: 1.6em;
 }
 .content_post .order_num {
  margin: 15px 0;
 }
 .content_post table.gram_table {
  min-width: 0;
  width: 100%;
 }
 .content_post dl.wp-block-simple-definition-list-blocks-list dt {
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
 }
 .content_post dl.wp-block-simple-definition-list-blocks-list dd {
  width: 100%;
 }
 .content_post .store_index li {
  width: 49%;
 }
 .content_post .single_store .f_left, .content_post .single_store .f_right {
  width: auto;
  padding-left: 0;
  padding-right: 0;
 }
 .content_post .single_store .flex {
  display: block;
 }
 /*500*/
}
@media only screen and (max-width: 450px) {
 .content_post .coffe_box .in_image .image {
  width: 70px;
 }
 .content_post .coffe_box .in_image .ex {
  width: calc(100% - 70px);
  font-size: 0.75em;
  line-height: 1.4em;
 }
 .content_post .coffe_box h3 {
  font-size: 1.1em;
 }
 .content_post .coffe_box .in_image .ex {
  font-size: 0.7em;
  line-height: 1.3em;
 }
 /*450*/
}
@media only screen and (max-width: 380px) {
 .content_post .guide_ex_body .coffee .rightText {
  width: 100%;
 }
 .content_post .guide_ex_body .coffee .taste {
  width: 100%;
 }
 /*380*/
}