/*
Theme Name:  FAX-DX.
Author:  寺田哲也
Template:  blankslate
Version:  1.0
*/

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top: 1px dashed #ccc;
    margin: 1em 0 2em;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="submit"],
textarea,
select {
    -webkit-appearance: none;
}
li {
	list-style-type: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 62.5%;
  font-size:10px;
  width: 100%;
  overflow-x: hidden;
}
/* 基準フォントを10pxにしてるのでremの記述の際に、1.6remとすれば16pxとなる。 */

body {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .5s;
          transition: all ease-in-out .5s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/**//* my-setting
-------------------------------------------------- */

/* スクロールの有無によるレイアウトずれ防止 */
html {
 overflow-y:scroll;
}
/* ボーダー、余白、幅消し */
* {margin: 0;padding: 0;}
*, *:before, *:after {  -moz-box-sizing: border-box;  -webkit-box-sizing:border-box;  box-sizing: border-box;}
img {border: 0px; max-width: 100%; vertical-align: bottom; height: auto;}
/* フロート */
@media screen and (min-width: 768px) {
.row {display: flex; justify-content: space-between; flex-wrap: wrap;}
.pc {}
.sp {display:none;}
}
@media screen and (max-width: 767px) {
.pc {display:none;}
.sp {display:block;}
.row {display: block;}
}

/* 文字揃え */
.t_c {text-align: center!important;}
.t_l {text-align: left!important;}
.t_r {text-align: right!important;}

/* ----------------------------------------
* フォント設定
---------------------------------------- */
.red {color: #cd0000;}
.orange {color: #fa6300;}
.blue {color: #3c5dad;}
.green {color: #9ec111;}
.purple {color: #;}
.yellow {color: #;}

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #1c1c1c;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PゴシックＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: 100%;
  border-left: solid 10px #f00;
}

a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.75;
}
h2.midashi {
    margin: 1em 0;
    text-align: left;
}

#wpadminbar {
  display: none;
}

/* all display サイトチューニング
-------------------------------------------------- */
.wrap {
  width: 1160px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap.w_m {
  width: 940px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap.csv_check {
  width: 1240px;
  padding: 0 20px;
}
section {
  width: 100%;
}
.tel a {
  pointer-events: none;
}
#wpmem_login .link-text .link-text-register {
  display:none;
}

/* ----------------------------------------
* SQLクエリ数
---------------------------------------- */
.sql_check {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index:99;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  width: 100%;
  min-width: 1020px;
  background: #fff;
}
#header .wrap {
  padding: 50px 60px 0;
}
#header #site-title {
  margin-bottom: 2em;
}
#header #site-title a {
  font-size: 2em;
  font-weight: bold;
  padding: 0 0.5em;
  border-left: solid 5px #f00;
}
#header .data {
  background:rgba(255,255,255,0.95);
  display:flex;
  padding:0.5em;
  position:fixed;
  top: 1px;
  right: 1px;
  z-index:50;
  text-align:right;
}
#header .data p {
  font-size:0.9em;
  margin-right: 1em;
  padding-right:1em;
  border-right: solid 1px #ccc;
}
#header .data p span {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
}
#header .data p:last-child {
  margin-right: 0;
  padding-right:0;
  border-right: none;
}
#header ul.menu  {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .menu li {
  padding: 0.5em 1em;
  border-right: solid 1px #111;
  position: relative;
}
#header .menu li:first-child {
  border-left: solid 1px #111;
}
#header .menu li a {
  display:inline-block;
  position: relative;
}
#header .menu li a:before {
  content: '';
  display: block;
  background: #111;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition-duration: 0.3s;
}
#header .menu li a:hover::before,
#header .menu li.current-menu-item a:before {
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
}
#header .menu li a:hover {
  text-decoration: none;
}
#header .menu li .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
}
#header .menu li:hover .sub-menu,
#header .menu li .sub-menu:hover {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  display: block;
  top: 100%;
  left: 0;
}
#header .menu li .sub-menu li {
  width: 320px;
  text-align: left;
  margin: 0;
  border: none;
}
/* アルコールメニュー非表示 */
#header .menu li.menu-item-1372 .sub-menu {
	visibility: hidden;
}

/* ----------------------------------------
* share_area
---------------------------------------- */
#share_area {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 40px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#share_area h3 {
  color: #f00;
  font-size: 1em;
  margin-right: 0.5em;
  padding: 10px 0;
}
#share_area .news {
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}
#share_area .date {
  font-size: 0.8em;
  margin-right: 1em;
  min-width: 130px;
}
#share_area .txt {

}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  width: 100%;
  min-width: 1020px;
  padding: 2em 0;
}
#footer .footer-1 {
  background: #0780e9;
  position: relative;
  color: #fff;
}
#footer .footer-1 ul {
  padding: 30px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-1 ul li {
  font-size: 1.5rem;
}
#footer .footer-1 ul li a {
  color: #fff;
}
#footer .footer-1 ul li:first-child:after,#footer .footer-1 ul li:nth-child(2):after  {
  content: '|';
  margin: 0 1em;
}
#footer .footer-2 {
  padding: 20px 0;
}
#footer .footer-2 .copy {
  font-size: 1rem;
  margin: 1.7rem auto 0;
  line-height: 1;
}
#footer .sub_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
#footer .sub_menu li {
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #999;
}
#footer .sub_menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#footer .sub_menu li a {
  font-size: 0.75em;
}
.page_top {
  display: inline-block;
  width: 60px;
  position: fixed;
  bottom: 5px;
  left: 5px;
  opacity: 0;
  transition-duration: 0.5s;
  z-index: 2;
}
.page_top.on {
  opacity: 1;
  transition-duration: 0.5s;
}

/* ----------------------------------------
* sp-floating-ban
---------------------------------------- */
#floating {
  display: none;
  height: 0;
  overflow: hidden;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  min-width: 1020px;
  overflow: hidden;
  padding: 50px 0;
}
section {
  width: 100%;
}
section p {
  text-align: left;
}
p.login_status {
  text-align: right;
  margin: 20px 0;
}
.top_new_user {
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  padding: 50px 0;
}
.top_new_user a {
  text-decoration: underline;
}
#wpmem_restricted_msg {
  padding: 50px 0;
}
#wpmem_restricted_msg p {
  text-align: center;
  line-height: 2;
}
#wpmem_restricted_msg p a {
  text-decoration: underline;
  font-weight: bold;
}
#wpmem_login,
#wpmem_reg {
  text-align: center;
}
#wpmem_login .form,
#wpmem_reg .form {
  text-align: left;
  margin: auto;
}
#wpmem_login legend,
#wpmem_reg legend {
  margin-bottom: 30px!important;
}
#wpmem_login, #wpmem_msg,
#wpmem_reg, .wpmem_msg {
  width: 100%!important;
}
#wpmem_login .button_div,
#wpmem_reg .button_div {
  padding: 6px 0;
  text-align: left!important;
  width: 260px;
}
#wpmem_login input[type="submit"],
#wpmem_reg input[type="submit"],
#csv-upload-form .csv_submit button,
#csv_import #loginform input[type="submit"],
#wpmem_reg .button_div button {
  -moz-box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  margin: auto;
  background: #f00;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
#csv_import {
  padding-top: 3em;
}
#csv_import #loginform {
  margin: 40px 0;
}
#csv_import #loginform .login-username {
  margin: 0 0 14px 0;
}
#csv_import #loginform .login-remember {
  margin: 20px 0;
}
#csv_import #loginform label {
  display: block;
}
#csv_import #loginform input[type="text"],
#csv_import #loginform input[type="password"] {
  font-size: 100%;
  margin: 0;
  width: 100%;
  vertical-align: baseline;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 8px;
  background: none repeat scroll 0 0 #fff;
}
#csv_import .user_meta {
  margin: 0 0 2em;
  padding-bottom: 0em;
  border-bottom: none;
  min-height: auto;
  position: relative;
}
#csv_import .user_meta h2 {
  font-size: 3rem;
  text-align: left;
  border-bottom: dashed 1px #aaa;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
#csv_import .user_meta .name_area {
  text-align: right;
  position: absolute;
  top: 17px;
  right: 0;
}
#csv-upload-form {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  margin: 2em 0;
  padding: 2em 25%;
}
#csv-upload-form .csv_file {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: dotted 1px #999;
}
#csv-upload-form .user_select {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: dotted 1px #999;
}
#csv-upload-form .user_select label {
  font-weight: bold;
  margin-right: 1em;
}
#csv-upload-form .user_select select {
  padding: 10px 15px;
  border: solid 1px #ccc;
  min-width: 200px;
}
#csv-upload-form .type_check {
  margin-bottom: 1em;
}
#csv-upload-form .csv_file input {
  min-width: 300px;
  padding: 3em 2em;
  background: #f9f9f9;
}
#csv-upload-form .csv_submit {

}
#csv-upload-form .csv_submit button {

}
/* ----------------------------------------
* #news_area
---------------------------------------- */
#news_area {
  width: 100%;
  margin: 2em 0;
  border: solid 1px #999;
  padding: 2em;
  text-align: left;
}
#news_area h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#news_area ul {
  text-align: left;
  height: 200px;
  overflow-y: auto;
}
#news_area li {
  display: flex;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#news_area li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#news_area li .date {
  font-size: 0.8em;
  min-width: 130px;
  margin-right: 1em;
}
#news_area li .cont {

}
#news_area li .cont .ttl {
  font-weight: bold;
}
#news_area li .cont .txt {
  font-size: 0.8em;
}

#news_area li span.news { color:#ff5722; }
#news_area li span.system { color:#2196f3; }
#news_area li span.important { color:#f00; }
#news_area li span.pd_info { color:#4caf50; }

/* ----------------------------------------
* #search_form
---------------------------------------- */
#search_form {
  border: solid 1px #ccc;
  padding: 2em;
  margin: 1.5em 0 3em;
}
#search_form h2 {
  text-align: left;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: solid 5px #000;
}
#search_form .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
#search_form .row .box {
  margin: 0 0 1em 0;
  padding-right: 3em;
  width: calc(100% / 2);
  text-align: left;
  display: flex;
  align-items: center;
}
#search_form .row .box.w3 {
  padding-right: 1.5em;
  width: calc(100% / 3);
}
#search_form .row .box label {
  font-weight: bold;
  min-width: 8em;
}
#search_form select,
#search_form input[type="text"],
#search_form input[type="number"],
#search_form input[type="date"] {
  padding: 10px 15px;
  border: solid 1px #ccc;
  min-width: 200px;
}

#search_form input[type="submit"] {
  margin: auto;
  background: #f00;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 40px;
  cursor: pointer;
}

/* ----------------------------------------
* #order_form
---------------------------------------- */
#order_form {

}
#order_form p {
  margin-bottom: 0;
}
#order_form h2 {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 0.5em;
  border-left: solid 5px #111;
  padding-left: 0.5em;
}
#order_form table {
  width: 100%;
  border-top: solid 1px #999;
  margin-bottom: 2em;
}
#order_form tr {
  border-bottom: solid 1px #999;
}
#order_form th {
  width: 23%;
  padding: 1.4em 0 1em 1em;
  vertical-align: top;
}
#order_form th .his {
  color: #ff6868;
  font-size: 0.8em;
  margin-left: 1em;
}
#order_form th .hp_link img {
  width: 20px;
  margin: 0 0 4px 0.5em;
}
#order_form td {
  width: 73%;
  padding: 1em;
}
#order_form td.alcohol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#order_form td.alcohol p.txt_l {
  width: auto;
  font-size: 0.85em;
}
#order_form td.alcohol .a_link {
  width: auto;
}
#order_form td.alcohol .a_link a {
    background: #0780e9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 240px;
    height: 40px;
    cursor: pointer;
}
#order_form input[type="text"],
#order_form input[type="email"],
#order_form input[type="tel"],
#order_form input[type="date"],
#order_form textarea,
#order_form select {
  padding: 10px 15px;
  width: 100%;
  border: solid 1px #ccc;
}
#order_form input.disabled,
.total #total {
  background: #ededed;
  pointer-events: none;
}
#order_form input[type="date"] {
  max-width: 200px;
}
#order_form ul.product li .shortage_hosoku input {
  width: 300px;
}
#order_form input.nouhin {
  border: 1px solid transparent;
  animation: blink 1.5s ease-in-out infinite;
}
#order_form input.nouhin:focus,
#order_form input.nouhin:not(:placeholder-shown) {
  /* animation: none;
  border-color: initial; */
}
#order_form input.no-animation {
  animation: none!important;
  border-color: initial;
}
@keyframes blink {
  0% {
    border-color: #ff6868;
  }
  50% {
    border-color:  #ccc;
  }
  100% {
    border-color: #ff6868;
  }
}
#order_form input.num,
#order_form .total input {
  padding: 5px;
  width: 10em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  text-align: center;
}
#order_form .open {
  background: #ff6868;
  border-radius: 5px;
  width: 80px;
  height: 25px;
  position: relative;
}
#order_form td.alcohol .open {
  display:none;
}
#order_form .open:before {
  content: '開く ▼';
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#order_form .open.active {
  background: #0780e9;
}
#order_form .open.active:before {
  content: ' 閉じる ▲';
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#order_form .cat_ttl {
  font-size: 1.2em;
  font-weight: bold;
  padding: 2em 0 0.5em;
  border-bottom: solid 1px #ccc;
  text-align: left;
  position: relative;
}
#order_form .cat_ttl .hp_link {
  color: #0780e9;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 1em;
}
#order_form ul.product {
  text-align: left;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.5s;
}
#order_form .open.active + ul.product,
#order_form td.alcohol .product,
#order_form ul.product.user,
#order_form .cat_ttl + ul.product {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition-duration: 0.5s;
  padding-top: 15px;
}
#order_form ul.product li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ededed;
  position: relative;
}
#order_form ul.product li .genbutsu_block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5em;
}
#order_form ul.product li .genbutsu_block.hidden {
  display: none;
}
#order_form ul.product li .pd input:checked + label:before,
#order_form ul.product li .pd input:checked + span + label:before {
  content: '';
  display: block;
  background: #ff0;
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
#order_form.register_hidden ul.product li .pd input:checked + label:before,
#order_form.register_hidden ul.product li .pd input:checked + span + label:before {
  background: #9e9e9e;
}
#order_form ul.product li .txt{
  font-size: 0.8em;
}
#order_form ul.product li .ups-note {
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  display: inline-block;
}
#order_form ul.product li input[type="number"] {
  background: #fff;
  padding: 5px;
  width: 5em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  pointer-events: none;
  text-align: center;
}
#order_form ul.product li.checked-pd input[type="number"] {
  pointer-events: auto;
}
#order_form ul.product li.discon {
}
#order_form ul.product li.pre_release .pd {
  pointer-events: none;
}
#order_form ul.product li.pre_release .pd input {
  display:none;
}
#order_form ul.product li.discon .pd label,
#order_form ul.product li.shortage .pd label {
  color: #777;
}
#order_form ul.product li .hosoku {
  color: #0029ff;
}
#order_form ul.product.shortage_check li form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order_form ul.product.shortage_check li form .pd {
  display: flex;
  align-items: center;
  width: 580px;
}
#order_form ul.product.shortage_check li form .pd_name {
  width: calc(100% - 590px);
}
#order_form ul.product.shortage_check li form .btn_s {
  margin-left: 1em;
}
#order_form ul.product.shortage_check li form .pd span,
#order_form ul.product.shortage_check li form .pd label {
  margin: 0 0.5em;
}
#order_form ul.product.shortage_check li .shortage_hosoku span.date_txt {
  display: inline-block;
  width: calc(200px - 1em);
}
#order_form ul.product.shortage li .shortage_hosoku {
  margin-left: 1em;
}
#order_form ul.product li.discon .pd label:before {
  content: '終売';
  color: #f00;
  margin-right: 0.5em;
}
#order_form ul.product li.shortage .pd label:before,
#order_form ul.product li.shortage .kp_pd label:before {
  content: '欠品中';
  color: #0029ff;
  margin-right: 0.5em;
}
#order_form ul.product li.pre_release .pd label:before {
  content: '発売前';
  color: #00d084;
  margin-right: 0.5em;
}
#order_form ul.product li.discon .cs,
#order_form ul.product li.shortage .cs,
#order_form ul.product li.discon .genbutsu_block,
#order_form ul.product li.shortage .genbutsu_block {
  /* display:none; */
}
#order_form ul.product li .kp_area {
  width: 100%;
  text-align: right;
  margin-top: 1em;
}
#order_form ul.product li .kp_area .caution {
  color: #f00;
  font-size: 0.85em;
  text-align: right;
  margin-bottom: 0.5em;
}
#order_form ul.product li .kp_area .btn input {
  margin: 1em auto 0;
  background: #ccc;
  color: #111;
  border-radius: 5px;
  border: none;
  width: 160px;
  height: 30px;
  pointer-events: none;
  cursor: none;
}
#order_form ul.product li.checked-pd .kp_area .btn input {
  background: #f00;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
}
#order_form ul.product li .kp_cs input[type="number"],
#order_form ul.product li .kp_gs input[type="number"] {
	pointer-events: auto;
}
#order_form ul.product li .kp_area .copy-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 12px;
  transition: background-color 0.3s;
}
#order_form ul.product li .kp_area .copy-button:hover {
  background: #0056b3;
}
#order_form ul.product li .kp_area .copy-button:active {
  transform: translateY(1px);
}
#order_form ul.product li .kp_area .before-message {
  color: #222;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #ccc;
  font-size: 14px;
  margin-bottom: 15px;
}
#order_form ul.product li .kp_area .success-message {
  color: #28a745;
  font-size: 12px;
  margin-top: 5px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
#order_form ul.product li .kp_area .bikou_scroll a {
  display: inline-block;
  color: #ff5722;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#order_form ul.product li .kp_area .success-message.show,
#order_form ul.product li .kp_area .bikou_scroll.show a {
  height: auto;
  margin-top: 5px;
  opacity: 1;
}
#order_form ul.product li .kp_area .preview {
  background: #e9ecef;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  font-family: monospace;
  font-size: 12px;
  color: #495057;
  word-break: break-all;
}
#order_form ul.product li .kp_area .item-header {
  background: #007bff;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 14px;
}
#order_form tr.date td {
  text-align: left;
}
#order_form tr.date input,
#order_form tr.date select {
  max-width: 200px;
}
#order_form tr.date .caution {
  margin-left: 1em;
}
#selectedItems.hidden { display: none; }
#selectedItems {
  background: #fff;
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
  padding: 2em;
  border: solid 1px #999;
  /* position: fixed;
  bottom: 0;
  left: 0; */
  text-align: center;
  width: 100%;
}
#selectedItems .inner {
  width: 100%;
  margin: auto;
}
#selectedItems h3 {
  font-size: 1.2em;
  border-bottom: solid 1px #ccc;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
#selectedItems h3 span {
  font-size: 0.6em;
  color: #f00;
  position: absolute;
  right: 0;
  top: 10px;
}
#selectedItems .confirm_area {
  width: 100%;
  overflow: visible!important;
}
#selectedItems .confirms {
  background: #fff;
  display:flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
#selectedItems .confirms .nums {
  width: 360px;
  display: flex;
  justify-content: space-between;
}
#selectedItems .confirms #itemList {
}
#selectedItems .confirms #numList {
}
#selectedItems .confirms #itemList li,
#selectedItems .confirms #numList li,
#selectedItems .confirms #genList li {
  height: 2em;
}
#selectedItems .confirms .txt {
  font-size: 0.8em;
}
#selectedItems .confirms #itemList input {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
  width: 500px;
  border: none;
  pointer-events: none;
  text-align: left;
}
#selectedItems .confirms input[type="number"] {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
  width: 5em;
  border: none;
  border-bottom: solid 1px #ccc;
  margin: 0 0 0 0.5em;
  pointer-events: none;
  text-align: right;
}
#selectedItems .confirms input[type="number"].alert {
  background: #999;
  color: #f00;
  font-weight: normal;
}
#selectedItems .confirms .txt.alert {
  position:relative;
}
#selectedItems .confirms .txt.alert::before {
  content: '受付できない数量が入力されています。選択欄に戻り修正してください。';
  color: #f00;
  display: inline-block;
  width: 19em;
  position: absolute;
  top: -0.5em;
  right: 100%;
}
#selectedItems .total_area {
  background: #fff;
  display:flex;
  justify-content: flex-end;
  text-align: left;
  margin-bottom: 2em;
}
#selectedItems .total_area .pd p {
  font-weight: bold;
}
#order_form .total input {
  background: #ededed;
  padding: 5px;
  width: 5em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  pointer-events: none;
  text-align: center;
}
#order_form .check_area {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
#order_form .check_area input[type="checkbox"] {
  width: 20px;
  height: 20px:
}
#order_form .btn_area {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#order_form .btn_area p {
  text-align: center;
}
#order_form .btn_area p .wpcf7-spinner {
  position: absolute;
  margin: 1em auto 0;
}
#order_form input[type="submit"],
#order_form button[type="submit"] {
  margin: auto;
  background: #f00;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
#order_form .btn_s input[type="submit"] {
  width: auto;
  height:auto;
  padding: 5px;
}
#order_form .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #ccc;
}
#order_form .required_area p.txt {
  text-align: center;
  color: #f00;
}
#order_form .required_area .required1.clear,
#order_form .required_area .required2.clear,
#order_form .required_area .required3.clear {
  display:none;
}
#order_form .wpcf7-acceptance {
  display: none;
}
#order_form .wpcf7-acceptance.check_ok {
  display: inline-block;
}
#order_form .wpcf7-response-output {
  display: none;
}
#order_form .success {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  padding: 5px;
  width: 100%;
  border: solid 1px #ff6868;
}
#order_form .success p {
  text-align: center;
}
#order_form .edit_comp {
  display: flex;
  justify-content: center;
  margin: 1em 0 2em;
  padding: 1em;
  width: 100%;
  border: solid 1px #ff6868;
}
#order_form .edit_comp p.success-message {
  margin-right: 2em;
  width: auto;
}
#order_form .edit_comp .backbtn {
  text-align: left;
  width: auto;
}
#order_form .edit_comp .backbtn a {
  margin: auto;
  display: inline-block;
  text-align: left;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}
#order_form ul.news {
  text-align: left;
}
#order_form ul.news li {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#order_form ul.news li:first-child {
  padding-top: 0.5em;
}
#order_form ul.news li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#order_form ul.news li form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#order_form ul.news li .row {
  width: calc(100% - 150px);
  justify-content: flex-start;
}
#order_form ul.news li .date {
  font-size: 0.8em;
  min-width: 130px;
  margin-right: 1em;
}
#order_form ul.news li .cont {

}
#order_form ul.news li .cont .ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#order_form ul.news li .cont .txt {
  font-size: 0.8em;
  padding-left: 1em;
}
#order_form ul.news li .pd {
  width: 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#order_form ul.news li .pd .back a {
  background: #0693e3;
  color: #fff;
  border-radius: 5px;
  border: none;
  display: inline-block;
  font-size: 0.8em;
  padding: 6px 5px 3px;
  margin-right:0.5em;
}

#order_form ul.news li span.news { color:#ff5722; }
#order_form ul.news li span.system { color:#2196f3; }
#order_form ul.news li span.important { color:#f00; }
#order_form ul.news li span.pd_info { color:#4caf50; }

#thanks {

}
#thanks p {
  margin: 2em auto;
}

#order_list {

}
.user_meta {
  margin: 3em 0 0;
  padding-bottom: 2em;
  border-bottom: dotted 1px #999;
  position: relative;
  min-height: 96px;
}
.user_meta h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: left;
}
.user_meta h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: left;
}
.user_meta .data {

}
.user_meta h2 span.s {
  font-size: 0.75em;
}
.user_meta p.tantou {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.user_meta p.txt_r {
  text-align: right;
}
.user_meta_simple {
  margin: 3em 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.user_meta_simple h2 {
  font-size: 1.6em;
  text-align: left;
}
.user_meta_simple .name {
  text-align: right;
}
#order_list .order_block {
  padding: 2em;
  margin: 3em 0 3em;
  border: solid 1px #ccc;
}
#order_list .order_block .day {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#order_list .order_block .day .number {
  width: 100%;
  margin-bottom: 1em;
}
#order_list .order_block .day p.time span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .day .order_status {
  width: 100%;
}
#order_list .order_block .day .order_status p {
  text-align: right;
}
#order_list .order_block .day .message {
  width: 100%;
  margin-top: 1em;
}
#order_list .order_block .meta_area {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#order_list .order_block .meta_area .denpyo {
  text-align: right;
  margin-bottom: 1em;
  padding-bottom: 1em;
  line-height: 1;
  border-bottom: solid 1px #999;
}
#order_list .order_block .meta_area .denpyo span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .meta_area p {
  margin-bottom: 1em;
}
#order_list .order_block .meta_area p.csv_order {
  font-size: 1.4em;
  color: #0693e3;
}
#order_list .order_block .meta_area p.csv_copy {
  font-size: 1.4em;
  color: #f78da7;
}
#order_list .order_block .meta_area p.name span {
  font-size: 1.4em;
  font-weight: bold;
}
#order_list .order_block .meta_area p.time span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .meta_area .tantou {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}
#order_list .order_block .meta_area .kibou span.l {
  border-bottom: dotted 1px #f00;
  font-size: 1.4em;
  font-weight: bold;
}
#order_list .order_block .meta_area .kouri {
  background: #ddfff1;
  border: solid 1px #ccc;
  padding: 0.25em 0.5em;
}
#order_list .order_block .meta_area .kouri span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .meta_area .kouri span.retailer_add {
  font-size: 0.9em;
  font-weight: normal;
  padding-left: 5em;
}
#order_list .order_block .meta_area .kouri span.retailer_caution {
  color: #2196f3;
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 5em;
}
#order_list .order_block .meta_area p a {
  text-decoration: underline;
}
#order_list .order_block .meta_area .bikou {
  display: flex;
  color: #009688;
}
#order_list .order_block .meta_area .oboegaki,
#order_list .order_block .day .message .oboegaki {
  display: flex;
  color: #f00;
  border-top: solid 1px #ccc;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
#order_list .order_block .meta_area p .left,
#order_list .order_block .day .message .oboegaki .left {
  width: 4em;
}
#order_list .order_block .meta_area p .right,
#order_list .order_block .day .message .oboegaki .right {
  width: calc(100% - 4em);
}
#order_list .order_block .row {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #ccc;
}
#order_list .order_block .row p.discontinued {
  color: #0029ff;
}
#order_list .order_block .row p.discontinued:after {
  content: '終売';
  color: #f00;
  margin-left: 1em;
}
#order_list .order_block .nums {
  text-align: right;
}
#order_list .order_block .nums .num {
  margin-left: 1em;
}
#order_list .order_block .nums .num .data {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.5em;
  text-align: right;
  min-width: 2em;
}
#order_list .order_block .total_area p {
  text-align: right;
  font-weight: bold;
}
#order_list .order_block .post {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1em;
  row-gap: 1em;
}
#order_list .order_block .post input,
#order_list .order_block .post .back a,
#order_list .order_block .post .copy_btn a {
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
}
#order_list .order_block .post input.comp {
  background: #ff6868;
}
#order_list .order_block .post input.stop {
  background: #9d68ff;
}
#order_list .order_block .post input.cancel {
  background: #4caf50;
}
#order_list .order_block .post input.as-check {
  background: #00d084;
}
#order_list .order_block .post input.as-check-back {
  color: #111;
  background: #4caf50;
}
#order_list .order_block .post button.back {
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  background: #bbb;
}
#order_list .order_block .post .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  background: #666;
}
#order_list .order_block .post .copy_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  background: #00d084;
}

#order_list .order_block .post p.taker {
}
#order_list .order_block .post p.time {
  font-size: 0.8em;
}
#order_list .order_block .post p.ok {
  color: #f00;
  font-size: 1.2em;
}
#order_list .order_block .post p.no {
  color: #1a73e8;
  font-size: 1.2em;
}
#order_list .order_block .post .sub_text {
  color: #0693e3;
  width:100%;
  text-align:right;
}
#order_list .order_block.order_comp {
  position: relative;
}
#order_list .order_block.order_comp::after {
  content: '';
  display: block;
  background: url(img/order-comp-stomp.png) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#order_list .order_block.order_comp.order_as_check {
  background: #cdffed;
}
#order_list .order_block.order_fin {
  position: relative;
}
#order_list .order_block.order_fin::after {
  content: '';
  display: block;
  background: url(img/order-fin-stomp.png) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#order_list .order_block.as_comp {
  background: #eee;
  position: relative;
}
#order_list .order_block.as_comp::after {
  content: '';
  display: block;
  background: url(img/as-comp-stomp.png) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#order_list .order_block.order_stop {
  background: #e5d7ff;
}
#order_list .order_block.order_cancel {
  background: #edffd1;
  position: relative;
}
#order_list .order_block.order_cancel::after {
  content: '';
  display: block;
  background: url(img/order-cancel-stomp.png) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#order_list select,
#order_list input[type="number"],
#order_list input[type="date"] {
    padding: 10px 15px;
    width: 12em;
    border: solid 1px #ccc;
}
#order_list .order_block .mailarea {
  margin-top: 3em;
  text-align: left;
}
#order_list .order_block .mailarea h3 {
  font-size: 1.5em;
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
}
#order_list .order_block .mailarea p {
  margin-bottom: 1em;
}
#order_list .order_block .mailarea input[type="text"] {
  padding: 10px 15px;
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 1em;
}
#order_list .order_block .mailarea textarea {
  border: solid 1px #ccc;
}
#order_list .order_block .mailarea .mail_btn {
  margin: 2em auto 0;
  text-align: center;
}
#order_list .order_block .mailarea input[type="submit"] {
  background: #f00;
  margin: 0;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 40px;
  cursor: pointer;
}
#partner_boxes {
  display: flex;
  flex-wrap: wrap;
}
#partner_boxes .box {
  width: calc(100% / 3);
  padding: 0.5em;
}
#partner_boxes .box.w100 {
  width: 100%;
}
#partner_boxes .box .inner {
  padding: 1em;
  border: dotted 1px #ccc;
  height: 100%;
}
#partner_boxes .box p {
  border-bottom: solid 1px #eee;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#partner_boxes .box p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#partner_boxes .box p.link {
  text-align: right;
}
#partner_boxes .box p.link a {
  color: #4285f4;
  text-decoration: underline;
}
#partner_boxes .box .delete_btn {
  text-align: right;
}
#partner_boxes .box button.csv_delete {
  background: none;
  border: none;
  color: #f00;
  font-size: 1.6rem;
  text-decoration: underline;
  cursor: pointer;
}
#partner_boxes .box span.l {
  min-width: 5em;
  display: inline-block;
  font-size: 0.9em;
}
#partner_boxes .box.w100 span.l {
  min-width: 8.5em;
}
#partner_boxes .box span.r {
  font-size: 1.1em;
}
#partner_boxes .box li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ddd;
}
#partner_boxes .box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#data {
  margin: 2em auto;
}
#data .wrap {
  width: 1280px;
}
#data table {
  border-top: solid 1px #111;
}
#data table tr {
  border-bottom: solid 1px #111;
}
#data table th,
#data table td {
  font-size: 0.75em;
  padding: 0.5em;
  text-align: left;
}

#kiyaku_area {
  text-align: left;
}
#kiyaku_area h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
#kiyaku_area p {
  margin-bottom: 2em;
}
#kiyaku_area ol {
  padding: 0 0 1em 2em;
}
#kiyaku_area li {
  list-style: disc;
  margin-bottom: 1em;
}

#cat_link {
  background: #fefefe;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 3;
  width: 200px;
}
#cat_link h4 {
  background: #eee;
  text-align: left;
  border: solid 1px #ccc;
  border-bottom: none;
  padding: 0.5em;
}
#cat_link ul {
  width: 100%;
  border: solid 1px #ccc;
  border-bottom: none;
}
#cat_link li {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
#cat_link li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.5em 1em;
  text-decoration: none;
}
#cat_link li.tobtn a {
  color: #f00;
}
#cat_link li a:hover {
  background: #ddd;
}

/* ----------------------------------------
* #csv_check_list
---------------------------------------- */
#csv_check_list {
  margin-bottom: 3em;
}
#csv_check_list p {
  margin-bottom: 0;
}
#csv_check_list table {
  width: 100%;
  border-top: solid 1px #999;
  margin-bottom: 3em;
}
#csv_check_list tr {
  border-bottom: solid 1px #999;
}
#csv_check_list tr.alcohol {
  background: #ffff80;
}
#csv_check_list th {
  text-align: left;
  font-size: 0.85em;
  padding: 0.5em 0.25em;
  vertical-align: middle;
}
#csv_check_list td {
  text-align: left;
  font-size: 0.85em;
  padding: 0.5em;
  vertical-align: middle;
}
#csv_check_list td.shortage {
  color: #fff;
  background: #0029ff;
  position:relative;
}
#csv_check_list td.shortage:after {
  content: '欠品中';
  color: #8ed1fc;
  font-size: 1.15em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
}
#csv_check_list td.discontinued {
  color: #fff;
  background: #9b51e0;
  position:relative;
}
#csv_check_list td.discontinued:after {
  content: '終売';
  color: #fcb900;
  font-size: 1.15em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
}
#csv_check_list td.hidden {
  color: #fff;
  background: #00d084;
  position:relative;
}
#csv_check_list td.hidden:after {
  content: '非表示';
  color: #ffdb79;
  font-size: 1.15em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
}
#csv_check_list td.other {
  position:relative;
}
#csv_check_list td hr {
    margin: 0.7em 0 0.7em;
}
#csv_check_list td .other_text {
  background: #ffc3c3;
  max-width: 24em;
}
#csv_check_list .checking_btn {
  display: flex;
  justify-content: space-around;
}
#csv_check_list .checking_btn .box {
  width: calc(100% / 3 - 10px);
  border: solid 1px #ccc;
  padding: 1em;
}
#csv_check_list .checking_btn .box.box_l {
  width: calc(100% / 2 - 10px);
}
#csv_check_list .checking_btn .box p {
  text-align: center;
}
#csv_check_list .checking_btn .box p span {
  font-size: 0.8em;
}
#csv_check_list .checking_btn .box p.caution {
  color: #f00;
  text-align: left;
  font-size: 0.8em;
  margin-top: 1.5em;
}
#csv_check_list .checking_btn .box button {
  margin: 1em auto auto;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 40px;
  cursor: pointer;
}
#csv_check_list .checking_btn .box button.check_shortage {
  background: #0029ff;
}
#csv_check_list .checking_btn .box button.check_order {
  background: #ccc;
  pointer-events: none;
}
#csv_check_list .checking_btn .box button.check_order.ok {
  background: #f00;
  pointer-events: auto;
}
#csv_check_list .checking_btn .box button.csv_delete {
  background: #7e8489;
  width: 100px;
  height: 30px;
}
#csv_check_list .checking_btn .box button.check_stay {
  background: #00d084;
}

/* ----------------------------------------
* #as_all_check
---------------------------------------- */
#check_open {
  width: 180px;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 3;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
}
#check_open.active {
  left: -80px;
}
#check_open .check_open_btn {
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
#check_open .check_open_btn:hover {
  opacity: 0.75;
}
#check_open .txt {
  font-weight: bold;
}
#as_all_check {
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  max-height: 100%;
  overflow: auto;
  padding: 95px 40px 40px 40px;
  border-radius: 0 0 40px 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
}
#as_all_check.open {
  left: 0;
  padding: 95px 40px 40px 40px;
  transition: 0.5s ease-in-out;
}
#as_all_check table {

}
#as_all_check tr {
  border-bottom: solid 1px #999;
}
#as_all_check thead th {
  text-align: left;
  font-size: 0.85em;
  padding: 0.5em 1em;
  vertical-align: middle;
}
#as_all_check tbody td {
  text-align: left;
  font-size: 0.85em;
  padding: 0.5em 1em;
  vertical-align: middle;
}
#as_all_check thead th.check,
#as_all_check tbody td.check {
  text-align: center;
}
#as_all_check .box {
  margin-top: 2em;
  position: relative;
}
#as_all_check .box button,
#as_all_check .box .as-check-comp {
    background: #f00;
    margin: 1em auto auto;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 200px;
    height: 40px;
    cursor: pointer;
}
#as_all_check .box #as-check-comp.disabled {
    pointer-events: none;   /* ← クリック完全無効 */
    opacity: 0.5;
    cursor: not-allowed;
}
#as_all_check .box .check_close {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  text-decoration: underline;
}
#as_all_check .box .check_close:hover {
  color: #f00;
}

#as_all_check ul {
  width: auto;
  text-align: left;
}
#as_all_check li {
  list-style: disc;
  list-style-position: inside;
}
/* ----------------------------------------
* 利用マニュアル
---------------------------------------- */
h3.wp-block-heading {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 2em;
}
.entry-content p.txt {
  text-align: left;
  margin-bottom: 2em;
}
.entry-content .wp-block-image,
.entry-content .wp-block-video {
  margin-bottom: 3em;
}
.manual_list {
  text-align: left;
  padding-left: 1em;
  margin: 2em 0 3em;
}
.manual_list li {
  list-style-type: auto;
  line-height: 2;
}
.manual_list li a {
  text-decoration: underline;
}

#user_register {

}
#user_register table {
  text-align: left;
}
#user_register select,
#user_register input[type="number"],
#user_register input[type="date"] {
    padding: 10px 15px;
    width: 12em;
    border: solid 1px #ccc;
}
#user_register td {
  vertical-align: middle;
}
#user_register td.flex {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
#user_register td label {
  margin-right: 1em;
}
#user_register td label input {
  margin-right:0.5em;
}
#user_register th .hosoku {
  color: #4caf50;
  font-size:0.8em;
  font-weight:normal;
  margin-top:0.5em;
}

#user_list table {
  width: 100%;
  border-top: solid 1px #999;
  margin-bottom: 2em;
  text-align:left;
}
#user_list tr {
  border-bottom: solid 1px #999;
}
#user_list th {
  padding: 1.4em 0 1em 1em;
  vertical-align: top;
}
#user_list th .his {
  color: #ff6868;
  font-size: 0.8em;
  margin-left: 1em;
}
#user_list td {
  padding: 1em;
  vertical-align: middle;
}
#user_list td .under {
  min-height: 1.5em;
  padding-top: 0.25em;
  margin-top: 0.25em;
  border-top: dotted 1px #ccc;
}
#user_list td .button {
  display:inline-block;
  color: #fff;
  font-size:0.8em;
  padding: 4px 5px 3px;
  border:1px solid #2271b1;
  border-radius:4px;
  text-decoration:none;
  margin-bottom: 0.5em;
}
#user_list td .button:hover {
  background: #fff;
  color: #111;
}
#user_detail h2 {
  font-size: 2em;
  margin: 0.5em 0;
  text-align: left;
}
#user_detail table {
  max-width: 750px;
  border-top: solid 1px #999;
  margin: 0 auto 2em;
  text-align:left;
}
#user_detail tr {
  border-bottom: solid 1px #999;
}
#user_detail th {
  min-width: 160px;
  padding: 1.4em 0 1em 1em;
  vertical-align: top;
}
#user_detail th .his {
  color: #ff6868;
  font-size: 0.8em;
  margin-left: 1em;
}
#user_detail td {
  padding: 1em;
}
/* ----------------------------------------
* 画面2分割
---------------------------------------- */
@media screen and (max-width: 980px) {
  .wrap {
    width: 940px;
    padding: 0 10px;
    margin:0;
  }
  .wrap.csv_check {
    width: 940px;
    padding: 0 10px;
  }
  #search_form .row .box.w3 {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  /* ----------------------------------------
  * レスポンシブ
  ---------------------------------------- */

    body {
      color: #1c1c1c;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PゴシックＭＳ Ｐゴシック",sans-serif;
      letter-spacing: 0em;
      width: 100%;
      overflow: hidden;
    }

    .wrap,
    .wrap.w_m,
    .wrap.csv_check {
      max-width: 750px;
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box;
      margin: 0 auto;
      *zoom: 1;
    }
    .tel a {
      pointer-events:auto;
    }

    /* ----------------------------------------
    * SP-header
    ---------------------------------------- */
    #header {
      width: 100%;
      min-width: 100%;
      background: #fff;
      position: relative;
    }
    #header .wrap {
    padding: 30px 4vw 0;
    }
    #header.active:before {
      content: '';
      background: rgba(0,0,0,0.5);
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #header #site-title a {
      padding: 0;
      border: none;
    }
    #header #menu {
      background: #fff;
      text-align: left;
      box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
      width: 90%;
      height: 100vh;
      transition-duration: 0.5s;
      position: fixed;
      top: 70px;
      right: -100%;
      z-index: 3;
    }
    #header.active #menu {
      right: 0;
    }
    #header #menu .menu_head p {
      font-size: 1.2em;
      font-weight: bold;
      padding: 20px;
      border-bottom: solid 1px #111;
    }
    #header ul.menu  {
      display: block;
      padding: 20px;
    }
    #header .menu li {
      padding: 0 0 1em;
      margin: 0 0 1em;
      border: none;
      border-bottom: dotted 1px #111;
    }
    #header .menu li:first-child {
      border-left: none;
    }
    #header .menu li:last-child {
      padding: 0 0 1em;
      margin: 0;
      border: none;
      border-bottom: dotted 1px #111;
    }
    #header .menu li:before {
      content: none;
      display: none;
    }

    /*==================================================
　   5-2-8 3本線が横方向に回転して×に
    ===================================*/

    /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
    .menu_btn {
      position: fixed;
      top: 10px;
      right: 4vw;
      z-index: 4;
    }
    .openbtn {
      position: relative;/*ボタン内側の基点となるためrelativeを指定*/
      background:#111;
      cursor: pointer;
      width: 50px;
      height:50px;
      border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn .openbtn-area{
      transition: all .6s;/*アニメーションの設定*/
      width:50px;
      height:50px;
    }

    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
      }

    .openbtn span:nth-of-type(1) {
      top:15px;
    }

    .openbtn span:nth-of-type(2) {
      top:23px;
    }

    .openbtn span:nth-of-type(3) {
      top:31px;
    }

    /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
    .openbtn.active .openbtn-area{
      transform: rotate(360deg);
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
            transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
      opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* ----------------------------------------
    * share_area
    ---------------------------------------- */
    #share_area {
      background: #fff;
      display: block;
      text-align: left;
      position: absolute;
      z-index: 2;
      padding: 0 4%;
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    }
    #share_area h3 {
      color: #f00;
      font-size: 1em;
      margin-right: 0.5em;
      padding: 20px 0 0;
    }
    #share_area .news {
      display: block;
      align-items: baseline;
      padding: 10px 0;
    }
    #share_area .date {
      font-size: 0.8em;
      margin-right: 1em;
      min-width: auto;
    }
    #share_area .txt {
      font-size: 0.8em;
    }

    /* ----------------------------------------
    * sp-footer
    ---------------------------------------- */

    #footer {
      width: 100%;
      min-width: 100%;
    }
    #footer .footer-1 {
      background: #0780e9;
      position: relative;
      color: #fff;
    }
    #footer .footer-1 ul {
      padding: 10px 0 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #footer .footer-1 ul li {
      font-size: 1.2rem;
    }
    #footer .footer-1 ul li a {
      color: #fff;
      text-decoration: none;
    }
    #footer .footer-1 ul li:after {
      content: '|';
      margin: 0 0.5em;
    }
    #footer .footer-1 ul li:last-child:after {
      content: '';
      display: none;
    }
    #footer .footer-2 {
      padding: 20px 0 30px;
    }
    #footer .footer-2 .logo {

    }
    #footer .footer-2 .copy {
      font-size: 1rem;
      margin: 17px auto 0;
      line-height: 1;
    }

    /* ----------------------------------------
    * sp-content
    ---------------------------------------- */
    #contents {
      min-width: 100%;
      position: relative;
      padding: 25px 0;
    }
    section {
      width: 100%;
    }
    section p {
      text-align: left;
    }
    section input {
      font-size: 16px;
    }

    /* ----------------------------------------
    * CV
    ---------------------------------------- */
    .cv_area {
      text-align: center;
    }

    /* ----------------------------------------
    * news_area
    ---------------------------------------- */

    #news_area {
      width: 100%;
      margin: 1em 0;
      padding: 1.5em 1em 1em;
    }
    #news_area h3 {
      margin-bottom: 0.5em;
    }
    #news_area ul {
      height: 200px;
      overflow-y: auto;
    }
    #news_area li {
      display: block;
    }

    /* ----------------------------------------
    * search_form
    ---------------------------------------- */
    #search_form {
      border: solid 1px #ccc;
      padding: 1.5em 1em 1em;
      margin-bottom: 3em;
    }
    #search_form .row {
      display: block;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 2em;
    }
    #search_form .row .box,
    #search_form .row .box.w50 {
      margin: 0 0 1em 0;
      padding-right: 0;
      width: 100%;
      text-align: left;
      display: flex;
      align-items: flex-start;
    }
    #search_form .row .box label {
      font-weight: bold;
      font-size: 0.9em;
      min-width: auto;
      width: 8em;
    }
    #search_form select,
    #search_form input[type="text"],
    #search_form input[type="number"],
    #search_form input[type="date"] {
      font-size: 0.8em;
      padding: 10px 15px;
      border: solid 1px #ccc;
      min-width: auto;
      width: calc(100% - 9em);
    }
    #search_form .btn_area {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #search_form input[type="submit"] {
      margin: auto;
      background: #f00;
      color: #fff;
      border-radius: 5px;
      border: none;
      width: 60%;
      height: 40px;
      cursor: pointer;
    }
    #search_form button {
      width: 30%;
    }

    /* ----------------------------------------
    * order_list
    ---------------------------------------- */
    .user_meta {
      margin: 0 0 0;
      padding-bottom: 2em;
      border-bottom: dotted 1px #999;
      position: relative;
      min-height: 96px;
    }
    .user_meta .data {
      position: static;
    }
    .user_meta p.tantou {
        position: static;
        top: 0;
        right: 0;
        text-align: left;
        margin: 0 0 1em;
    }
    #order_list .order_block .meta_area .denpyo {
      text-align: left;
    }
    #order_list .order_block .post {
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: solid 1px #ccc;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    #order_list .order_block .post select {
      width: 100%;
      margin-bottom: 1.5em;
    }
    #order_list .order_block .post form {
      width: 46%;
    }
    #order_list .order_block .post input {
      margin-left: 0;
      color: #fff;
      border-radius: 5px;
      border: none;
      width: 100%;
      height: 40px;
      cursor: pointer;
    }

    /* ----------------------------------------
    * order_form
    ---------------------------------------- */
    #order_form h2 {
      font-size: 1.4em;
      text-align: left;
      margin: 1em 0 0.5em;
    }
    #order_form table {
      border-bottom: solid 1px #999;
    }
    #order_form th {
      width: 100%;
      display: block;
      padding: 1em;
      vertical-align: top;
    }
    #order_form th .hp_link img {
      width: 20px;
      margin: 0 0 4px 0.5em;
    }
    #order_form .cat_ttl .hp_link {
      background: url(img/outer_link_icon.png)no-repeat center center;
      background-size: 100%;
      display: inline-block;
      text-indent: -9999px;
      width: 20px;
      height: 100%;
      text-decoration: none;
      position: static;
      right: 0;
      bottom: 1em;
      margin-left: 0.5em;
    }
    #order_form td {
      width: 100%;
      display: block;
      padding: 0 1em 1em;
    }
    #order_form td.alcohol {
      display:block;
    }
    #order_form td.alcohol p.txt_l {
      margin-bottom: 1em;
    }
    #order_form ul.product li {
      display: block;
      justify-content: space-between;
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: solid 1px #ededed;
      position: relative;
    }
    #order_form ul.product li .cs {
      margin-top: 1em;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    #order_form ul.product li .gs {
      margin-top: 0.2em;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    #order_form ul.product li .cs input, #order_form ul.product li .gs input {
      padding: 2px 3px;
      width: 4em;
    }
    #order_form tr.date .caution {
      display: block;
      margin: 0.5em 0 0;
    }
    #selectedItems {
      padding: 2em 4vw;
      border: none;
    }
    #selectedItems h3 {
      position: static;
    }
    #selectedItems h3 span {
      display: block;
      font-size: 0.6em;
      color: #f00;
      position: static;
      text-align: right;
      margin-top: 0.5em;
    }
    #selectedItems .inner {
      width: 100%;
      margin: auto;
    }
    #selectedItems .confirm_area {
      width: 100%;
      overflow: auto!important;
    }
    #selectedItems .confirms {
      width: 830px;
      min-height: 110px;
      justify-content: flex-start;
    }
    #selectedItems .confirms #itemList {
      width: auto;
    }
    #selectedItems .confirms .nums {
      width: auto;
      display: flex;
      justify-content: flex-start;
    }
    #selectedItems .confirms #itemList,
    #selectedItems .confirms #numList {
      margin-right: 1em;
    }
    #selectedItems .confirms #itemList li,
    #selectedItems .confirms #numList li,
    #selectedItems .confirms #genList li {
      height: 2.5em;
    }
    #selectedItems .total_area {
      margin: 1em 0 2em;
    }

    #order_list .order_block .meta_area .tantou {
      position: static;
      text-align: left;
    }

    .user_meta_simple {
      margin: 2em 0 0;
      position: relative;
      display: block;
    }
    .user_meta_simple h2 {
      margin-bottom: 0.5em;
    }
    .user_meta_simple .data {
      position: static;
      top: 0;
      right: 0;
    }
    .user_meta_simple .name {
      text-align: left;
    }
    #partner_boxes {
      display: block;
      flex-wrap: wrap;
    }
    #partner_boxes .box {
      width: 100%;
      padding: 0.5em;
    }

    #cat_link {
      width: 100%;
      position: fixed;
      right: 0;
      top: auto;
      bottom: 0;
      height: auto;
      overflow: hidden;
      z-index: 2;
      transition: 0.5s all ease-in-out;
    }
    #cat_link.hidden {
      right: -100%;
      transition: 0.5s all ease-in-out;
    }
    #cat_link ul {
      border: solid 1px #ccc;
      border-bottom: none;
      border-right: none;
      display: flex;
      flex-wrap: wrap;
    }
    #cat_link li {
      width: 50%;
      border-right: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
    }
    #cat_link li:last-child {
    }
    #header .data {
      background:rgba(255,255,255,1);
      display:flex;
      flex-wrap: wrap;
      padding:0.5em;
      position:fixed;
      width: 100%;
      top: auto;
      bottom: 0;
      right: 0;
      z-index:1;
      text-align:right;
    }
    #header .data p {
      width: 50%;
      font-size:0.9em;
      margin-right: 0;
      padding-right: 0.5em;
      border-right: solid 1px #ccc;
    }
    #header .data p span {
      color: #f00;
      font-size: 1.2em;
      font-weight: bold;
    }
    #header .data p:last-child,
    #header .data p:nth-child(2n) {
      margin-right: 0;
      padding-right:0;
      border-right: none;
    }

}
