@charset "UTF-8";

/* Base
   ========================================================================== */

body {
    font-family: 'Times New Roman', '游明朝', ' YuMincho';
    font-weight: 900;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    background-image: url(whitepaper.png);
    /* background-image: url(back.jpg);*/
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    margin-top: 80px;
    z-index: 100;
}

.center {
    text-align: center;
}

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

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}


/* Header
   ========================================================================== */

header {
    text-align: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    padding-top: 3%;
    position: fixed;
    top: 0;
    z-index: 500;
    font-weight: 700;
}

nav {
    width: 100%;
}

nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
}

nav ul li:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

nav ul li {
    width: 20%;
    background: #f5f5f5;
    color: #fff;
    font-size: 12px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    border-left: 1px solid #888;
    display: inline-block;
}

nav ul li:hover {
    background: #fff;
    color: #333;
    font-weight: 700;
}

nav ul li:before,
nav ul li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #888;
    transition: 400ms ease all;
}

nav ul li:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

nav ul li:hover:before,
nav ul li:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

nav ul li a {
    display: inline-block;
    width: 100%;
    color: #333;
    margin: 10% auto;
}
nav ul li a:hover {
    text-decoration: none;
    color: #333;
}
.gmenu__li{
    color: #333;
    padding:10px;
}

.dropdown__ul {
    display: none;
    position: absolute;
    left: 0;
    top: 3em;
    width: 100%;
  }
 .dropdown__ul a{
    margin:auto -20%;
  }
  .dropdown__li {
    font-weight: bold;    
    cursor: pointer;
    outline: none;
    width: 150px;
    height: 30px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #0d47a0;
    color: #0d47a0;
    border-left: solid 10px #0d47a0;]
  }
  .dropdown__li:hover {
    background: #fff;
    font-weight: 700;
    color: #333; 
  }
/* Content
   ========================================================================== */

#content {
    /*width: 95%;*/
    width: 100%;
    /*margin: 30px;*/
    margin: auto;
}

article {
    /* width: 90%;*/
    text-align: center;
    /*margin-left:5%; */
    /*margin-top: 80px;*/
}

article section {
    margin-bottom: 40px;
}


/*article h1 {
  font-size:20px;
  font-weight: 700;
  color:#333;
  text-align:center;
  margin-top: 50px;
}*/


/*article h1 {
    font-size:20px;
    font-weight: 700;
    text-align:center;
    padding: 1em;
    margin: 2em;
    border:1px solid #0085CF;
    border-left: solid 10px #0085CF;
    color:#0085CF;
}*/

article h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    

    font-weight: bold;
    color: #333333;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

article h1::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    content: "";
    background-color: #1874E1;
}

article h1 span {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}


/*article h2 {
  font-size: 16px;
  color: #888;
  text-align: center;
  margin: 0;
}*/

article h2 {
    font-size: 16px;
    color: #4169E1;
    text-align: center;
    padding: 1em;
    margin: 3em;
    border: 1px solid #4169E1;
    border-left: solid 5px #4169E1;
    border-right: solid 5px #4169E1;
}

article h3 {
    color: #4169e1;
    text-align: center;
    font-size: 12px;
    margin: 0 auto 50px;
}


/* index
  ========================================================================== */

.videowrap video {
    width: 100%;
    margin-top: -30px;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.videowrap h1 {
    position: absolute;
    top: 40%;
    left: 44%;
    padding: 20px;
    border: solid 1px #333;
    color: #333;
}

#logo {
    position: absolute;
    top: 16%;
    left: 25%;
}

video {
    /*width: 100%;*/
    width: 100vw;
}

.mainwrap {
    position: relative;
    padding: 2em;
    margin: 0;
    background-color: #ffffff;
    /*背景色*/
    color: #000000;
    /*文字色*/
    z-index: 1;
    
     line-height: 2em;
     text-align: justify;
     padding: 20px
}

.mainwrap::before,
.mainwrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.mainwrap::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}

.mainwrap::after {
    background-color: #f0f8ff;
    /*ズレている方の背景色*/
    top: 10px;
    left: 10px;
    z-index: -2;
}

.mainwrap p {
    margin: 0;
    padding: 0;
}
.bestshohin {
    background-color: #f0f8ff;
    padding-top: 1em;
    margin-top: 4em;
}
.bestshohin ul {
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    padding: 1;
}
.bestshohin ul li {
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    margin: 10px;
}
#bestshohinphoto {
    overflow: hidden;
    padding-top: 5px;
    margin: 10px;
}

#bestshohinphoto img {
    margin: auto;
    /*width: 250px;
    height: 333px;*/
    overflow: hidden;
    object-fit: cover;
    width: 125px;
    height: 166px;
}

.bestshohinname {
    color: #333;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* login
   ========================================================================== */

#login form {
    padding-top: 22px;
    width: 70%;
    text-align: center;
    margin-left: 15%;
}

#login form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

#login form input[type="submit"] {
    /* background: #888;*/
    background-color: #0d47a0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 200px;
    margin-bottom: 0;
    /* margin-left:15%; */
}

#login form p a {
    border-bottom: 1px solid #1874E1;
}


/* membertouroku
   ========================================================================== */

#membertouroku form {
    margin: auto;
    width: 100%;
    text-align: center;
}

#membertouroku form input {
    background-color: #fff;
    /* border-radius: 0px 3px 3px 0px; */
    color: #000000;
    margin-bottom: 5%;
    padding: 0 16px;
    width: 70%;
    height: 50px;
}

#membertouroku form input[type="submit"] {
    /* background: #888;*/
    background-color: #0d47a0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 200px;
}


/* password
   ========================================================================== */

#password form {
    margin: auto;
    padding: 22px;
    width: 70%;
    text-align: center;
}

#password form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

#password form input[type="submit"] {
    /* background: #888;*/
    background-color: #0d47a0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 200px;
}


/* repassword
   ========================================================================== */

#repassword form {
    margin: auto;
    padding: 22px;
    width: 70%;
    text-align: center;
}

#repassword form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

#repassword form input[type="submit"] {
    /* background: #888; */
    background-color: #0d47a0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 200px;
}


/* order
   ========================================================================== */

.order {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background: #F5F5F5;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

#itemphotomain img {
    width: 150px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.itemcontent {
    width: 50%;
}

.itemnameprice {
    display: flex;
    justify-content: space-around;
}

.itemstockqty {
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
}

#itemselect {
    width: 100%;
    height: 40px;
}

#btnorder {
    background: #888;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 150px;
    padding: 15px;
    font-size: 12px;
}

#btnorder:hover {
    opacity: 0.7;
}

.itemcontent p {
    font-size: 10px;
}

.itemcom {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10%;
    font-size: 10px;
}

.itemphotosubwrap {
    display: flex;
    flex-direction: column;
    margin: 4%;
}

#itemphotosub1 img {
    width: 100px;
}

#itemphotosub2 img {
    width: 50%;
}

#itemphotosub3 img {
    width: 50%;
}

#itemphotosub4 img {
    width: 50%;
}


/* kanryo
   ========================================================================== */

#kanryo {
    border: 1px solid #333;
    background-color: #f0f8ff;
    padding: 10%;
}

.toppageback {
    width: 100px;
    margin: 10px;
    padding: 8px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    margin-left: 45%;
}


/* formcontact
   ========================================================================== */

.contactpage form {
    /*width: 100%;*/
    text-align: center;
    margin-top: 2%;
    margin: auto;
    padding: 3%;
}

.contactpage form input {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    margin-left: 0;
    margin-top: 2%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2%;
}

.formcontactwrap {
    padding: 2%;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.formcontactlabel {
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-left: 10%;
    display: flex;
    align-items: center;
}

.formcontactRequired {
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #888;
    color: #fff;
    padding: 1%;
    border-radius: 10px;
    margin-left: 2%;
}

.contactbody {
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 0;
}

#btncontact {
    background: #888;
    letter-spacing: 0.05em;
    width: 200px;
    height: 50px;
    padding: 10px;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
}


/* Footer
   ========================================================================== */

#contact {
    border-top: 1px solid #888;
    border-bottom: 2px solid #888;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    width: 200px;
    margin: 20px;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 3%;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    /*background-color:#ffffc6;
    color: #333;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #0085CF;
    border-left: solid 10px #0085CF;
    color: #0085CF;
    text-align: center;
    width: 60%;
    margin-left: 13%;
}

.btn-primary:hover {
    background-color: #f0f8ff;
}


/*contact
   ========================================================================== */

.contact-body {
    text-align: center;
}


/* shohinlist
   ========================================================================== */

.shohinlistwrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shohinlistwrap li {
    list-style: none;
    margin: 0;
    padding-bottom: 2%;
    border-bottom: 1px solid #888;
}

.shohinlistwrap li a {
    display: block;
}

.itemphoto {
    overflow: hidden;
    position: relative;
    padding: 5px;
    margin: 10px;
    border: 1px solid #eee;
}

.itemphoto img {
    display: block;
    margin: auto;
    width: 120px;
    height: 173px;
    overflow: hidden;
    object-fit: cover;
}

.iteminfo {
    text-align: center;
}

.iteminfo .itemname {
    line-height: 1.3;
    text-align: center;
    color: #333;
    text-align: center;
    padding: 0.5em;
    /* margin: 1em;*/
    border-bottom: 1px solid #f5f5f5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.iteminfo .itemprice {
    margin-top: 10px;
}

.iteminfo p {
    margin: 0em 0px;
}


/*cart
   ========================================================================== */

.carttable {
    width: 100%;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.carttable form {
    margin: auto;
    padding: 3px;
    width: 100%;
    text-align: center;
}

.cartbtn .button {
    background: #888;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 200px;
}

.cartbtn .button[type="submit"] {
    background: #888;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    width: 200px;
}

.total {
    width: 100%;
    padding: 0;
    height: 40px;
    font-size: 11px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 0 15px -6px #00000073; */
    border: 1px solid #888;
}

table tr {
    background-color: #fff;
    opacity: 0.8;
}

table th,
table td {
    /*padding: 15px 0; */
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

table th {
    /* padding: 10px 0;  */
    background-color: #888;
    color: #fff;
}

table tr {
    text-align: center;
    /*  padding: 10px 0; */
    background-color: #fff;
    color: #3a3a3a;
}

table tr:hover {
    background-color: #F5F5F5;
}

.cartbtn {
    text-align: center;
}

.btn-submit {
    background-color: #4c586f;
    border: 1px solid #4c586f;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


/*     変更btn   */

.btn-gray {
    border: 1px solid #3e3e3b;
    color: #333;
    padding: 5px 10px;
    font-size: 13px;
}

.btn-gray:hover {
    color: #fff;
    background-color: #888;
}


/*     キャンセルbtn   */

.btn-red {
    border: 1px solid #1874E1;
    background: #fff;
    color: #1874E1;
    font-weight: 700;
    padding: 5px;
}


/*     購入btn   */

.btn-blue {
    width: 200px;
    height: 50px;
    background: #888;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 5%;
    border-radius: 3px;
    margin-bottom: 5%;
    padding: 0 16px;
}

.cart__textarea {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 0;
}


/*=============================ここから管理画面==============================*/


/* ハンバーガーメニュー  20230217
     ================================= */

.header__logo {
    width: 100%;
}

.header {
    position: fixed;
    /*  width: 100%;*/
    top: 0;
    right: 0;
    z-index: 100;
    background-image: url(whitepaper.png);
    background-size: cover;
    /* background-color:#fffffc;*/
}

.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    /* background-image: url(whitepaper.png);*/
    background-color: #fffffc;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}

.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu a {
    text-decoration: none;
    text-transform: capitalize;
    color: #333333;
    transition: 0.5s;
    display: block;
    height: 100%;
    width: 100%
}

.menu__li,
.menu__li_logout {
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    margin: 0 54px;
    transition: 0.5s;
}

.menu__li_logout {
    background-color: #ffffe0;
}

.menu__li:hover {
    opacity: 0.9;
    box-shadow: 0px 0px 10px #f5f5f3;
    transition: 1s;
}

.mnglogoutbtn {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #ffffe0;
    box-shadow: 0px 0px 0px 5px #ffffe0;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    text-align: center;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    /* padding: 24px 14px;*/
    -webkit-tap-highlight-color: #333333;
}

.navicon {
    background: #333333;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #333333;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}


/* Hamburger Menu Animation Start */

.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}


/* table構成
     ================================= */

.flexme {
    background-color: #ffffff;
    border: none;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.order__table,
.cst-list__table,
.sho-list__table,
.userlist__table,
.cst-touroku__table,
.userlist__table,
.ordermei__table,
.history__table,
.historymei__table,
.mngstock__table,
.mngosusume__table {
    margin: 60px auto 0;
}

.mngstock__table,
.cst-list__table,
.cst-touroku__table,
.mngosusume__table {
    margin: 30px auto 0;
}

.cst-list__table,
.cst-list__table2,
.cst-list__table3,
.cst-list__table4,
.cst-list__table5,
.cst-list__table6,
.sho-list__table,
.sho-list__table2,
.sho-list__table3,
.sho-list__table4,
.sho-list__table5,
.sho-list__table6,
.cst-touroku__table,
.order__table,
.order__table2,
.order__table3,
.userlist__table,
.userlist__table2,
.userlist__table3,
.ordermei__table,
.ordermei__table2,
.ordermei__table3,
.history__table,
.history__table2,
.historymei__table,
.historymei__table2,
.mngstock__table,
.mngosusume__table {
    width: 100%;
    border-collapse: collapse;
}

.cst-list__tr,
.cst-touroku__tr,
.sho-list__tr,
.order__tr,
.userlist__tr,
.ordermei__tr,
.history__tr,
.historymei__tr,
.mngstock__tr,
.mngosusume__tr{
    background-color: #ffffff;
    transition: all 0.4s ease;
    text-align: left;
}

.userlist__td_check,
.cst-list__td_check,
.sho-list__td_check,
.cst-touroku__td_check,
.mngstock__td_check {
    text-align: center;
}

.historymei__td_check {
    text-align: left;
}

.userlist__check,
.cst-list__checkbox,
.sho-list__checkbox,
.ordermei__checkbox,
.historymei__checkbox,
.mngosusume__td {
    width: 15%;
    height: 20px;
}

.cst-touroku__checkbox {
    height: 20px;
}

.order__th,
.order__td,
.order__td2,
.userlist__th,
.userlist__td,
.userlist__td2,
.ordermei__th,
.ordermei__td,
.ordermei__td2,
.cst-touroku__th,
.cst-touroku__td,
.cst-touroku__td2,
.cst-list__th,
.cst-list__td,
.cst-list__td2,
.sho-list__th,
.sho-list__td,
.sho-list__td2,
.history__th,
.history__td,
.history__td2,
.historymei__th,
.historymei__td,
.historymei__td2,
.mngstock__th,
.mngstock__td,
.mngstock__td2,
.mngosusume__th,
.mngosusume__td,
.mngosusume__td2{
    /* border: 1px solid #dedede; */
    padding: 0px;
    border: 1px solid #333;
}

.mngstock__td_check {
    border: 1px solid #333;
}

.cst-list__td2:before,
.sho-list__td2:before,
.order__td2:before,
.ordermei__td2:before,
.userlist__td2:before,
.history__td2:before,
.historymei__td2:before {
    content: attr(data-title) " ";
}

.sho-list__td2,.mngstock__td2 {
    width: 100px;
} 
.cst-touroku__td2 {
    width: 200px;
}

.cst-list__th,
.sho-list__th,
.order__th,
.cst-touroku__th,
.userlist__th,
.ordermei__th,
.history__th,
.historymei__th,
.sho-list__th_best,
.mngstock__th,
.mngosusume__th {
    /* color: #ffffff;*/
    font-size: 12px;
    padding: 2px 5px;
    width: 20px;
    /* background-color: #113e91;*/
    background-color: #B4CCE3;
    color: #454545;
}

.sho-list__th_best {
    color: #e2041b;
    background-color: #f5f5f5;
    font-size: 15px;
}

.cst-touroku__th {
    padding: 5px;
    ;
}

.cst-list__input,
.sho-list__input,
.cst-touroku__input,
.order__input,
.userlist__input,
.ordermei__input,
.history__input,
.historymei__input,
.sho-list__input_com,
.sho-list__input_sho,
.mngstock__input,
.mngosusume__input {
    border: none;
    width: 90%;
}

.order__input2,
.cst-list__input2,
.sho-list__input2,
.ordermei__input2,
.userlist__input2,
.history__input2,
.historymei__input2,
.mngstock__input2,
.mngosusume__input2 {
    border: none;
    width: 70px;
}

.sho-list__input_com {
    font-size: smaller;
}

.sho-list__input_sho {
    color: #e2041b;
}

.userlist__input2 {
    width: 200px;
}

.mngstock__input2,
.mngosusume__input2{
     width: 90%;
}
/* 20230323 履歴画面
   ==================*/

.historywrap {
    display: flex;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    /* flex-direction: column;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.historymei__wrap {
    display: flex;
    flex-direction: column;
}


/* 20230323 商品一覧、20230908追加
   ==================*/

.mngshohinlistbtn,
.mngshohinlistbtn2,
.mngstockbtn,
.mngstockbtn2,
.mngshohinlistbtn,
.mngshohinlistbtn2,
.cst-tourokubtn,
.cst-tourokubtn2,
.mngosusumebtn,
.mngosusumebtn2,
.mngosusume__clrbtn {
    width: 150px;
    height: 50px;
    padding: auto;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #eee;
    text-decoration: none;
    margin: auto 10px;
}
.mngosusume__clrbtn {
    border-radius: 10px;
    border: 1px solid #333333;
    height: 30px;
    margin: 10px;
}
.mngosusume__clrbtn:hover{
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
}
.mngshohinlistbtn2,
.mngstockbtn2,
.mngshohinlistbtn2,
.cst-tourokubtn2,
.mngosusumebtn2 {
    background-color: #ffffe0;
}

.mngstock__wrap,
.mngshohinlist__wrap,
.cst-touroku__wrap,
.mngosusume__wrap,
.mngosusume__clrwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mngosusume__clrwrap{
   margin:5px;
}

/* 20230328 顧客一覧,20230425 商品一覧
   ==================*/

.cst-list__wrap {
    display: flex;
    border-radius: 5px;
    letter-spacing: 0.05em;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}

.sho-list__wrap {
    display: flex;
    border-radius: 5px;
    letter-spacing: 0.05em;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}


/* 20230323 共通
   ==================*/

#content-section {
    padding: 5px;
}


/* 20230329 商品一覧
   ==================*/

.sanchi {
    text-align: center;
    color: #333;
    text-align: center;
    padding: 0;
    margin: 0.5em;
    border: 1px solid #1874E1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: #ffffff;
}


/* 20230329 メインメニュー・閉店
   ==================*/

.mngheiten {
    margin: auto;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
}

.mngheiten__label {
    font-size: large;
    margin: 10px auto 0;
}

.heiten__btn {
    width: 120px;
    height: 30px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
    margin: 10px 0;
}


/* 20230419 閉店.php
 ==================*/

.heiten__p {
    margin: auto;
    width: 450px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heiten__hov {
    color: #e60033;
}

.heiten__hov:hover {
    border-bottom: 1px solid #e60033;
}


/* 20230517 商品一覧、価格確認画面、表示確認
 ==================*/

.sho-list__td3,
.cst-touroku__td {
    text-align: center;
}

.cst-touroku__td {
    width: 15px;
}


/* 20230912 商品一覧
 ==================*/

.sho-list__th_syub {
    color: #e2041b;
    background-color: #fffffc;
    font-size: 15px;
    width: 80px;
    text-align: center;
}

.sho-list__td_syub {
    text-align: center;
}

#sho-list__select {
    padding: 5px 80px;
}
/* 20231115 商品一覧
 ==================*/
.urlbtn{
    border-radius: 4px;
    font-size: 16px;
    padding:2px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 150px;
    font-weight: 700;
    border: 1px solid #0085CF;
    border-left: solid 10px #0085CF;
    color: #0085CF;
    text-align: center;
    width: 60%;
}
.urlbtn:hover {
   box-shadow: 0px 0px 10px #666;
   transition: 1s;
}
/* 20231115 おすすめ
 ==================*/
 .osusume__li1,.osusume__li2,.osusume__li3,.osusume__li4,
 #osusume1,#osusume2,#osusume3,#osusume4{
    border-radius: 4px;
    padding:2px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 150px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.osusume__li1,.osusume__1{
    border: 1px solid #fdd735;
    color: #fdd735;
    border-left: solid 10px #fdd735;
}
.osusume__li2,.osusume__2{
    border: 1px solid #0d47a0;
    color: #0d47a0;
    border-left: solid 10px #0d47a0;
}
.osusume__li3,.osusume__3{
    border: 1px solid #004d41;
    color: #004d41;
    border-left: solid 10px #004d41;
}
.osusume__li4,.osusume__4{
    border: 1px solid #b71c1c;
    color: #b71c1c;
    border-left: solid 10px #b71c1c;
} 
 #osusume1,#osusume2,#osusume3,#osusume4,
 .osusume__1,.osusume__2,.osusume__3,.osusume__4{
    width: 100%;
    height:30x;
 }
 .osusume__li3{
    font-size: 12px;
    padding:3px;
}
 .slider{
    width: 180px;
 }
 /* 20231116 商品一覧：販売価格
 ==================*/
 .price__input{
    width: 60px;
 }
 
/* 管理画面共通ボタン
   ========================================================================== */

.mngbtn {
    text-decoration: none!important;
    /* width: 150px;*/
    /* 20220124 width: 150px; 変更  */
    margin: 10px;
    /* 20220124 margin: 20px; 変更  */
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#dcdcdc;*/
    background-color: #fffffc;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    width: 150px;
}


/*管理画面 共通Footer
   ========================================================================== */

#mngcontact {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid #888;*/
    /* border-bottom: 2px solid #888;*/
    /* position: fixed;*/
    /* bottom: 0;   */
    /* background-color:#f5f5f5;*/
    /* z-index:300;*/
}

.mngcontactbtn {
    width: 150px;
    /* height: 50px; */
    margin: 10px;
    padding: 8px;
    display: inline-block;
    text-align: center;
    background-color: #dcdcdc;
}

#mngcontact .mngcontactbtn {
    /* width: 270px;*/
    margin: 20px;
    /* padding: 20px;  */
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #ffffe0;
    box-shadow: 0px 0px 0px 5px #ffffe0;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #dcdcdc;
}

#mngcontact .mngcontactkanribtn {
    width: 230px;
    height: 50px;
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}

#mngcontact .mngcontactuserbtn {
    width: 230px;
    height: 50px;
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}


/* mngmenu
   ========================================================================== */

.mngbtnmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
    margin: 0;
    padding: 0;
    width: 100%;
}


/* mnglogin
   ========================================================================== */

#user {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #333;
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

.mnglogin {
    width: 100%;
}

.mnglogin form {
    width: 90%;
}

.mnglogin form input[type="password"] {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #333;
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

.mnglogin form input[type="submit"] {
    width: 150px;
    height: 50px;
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}


/* mngcustomer
   ========================================================================== */

.mngbtncustomer,
.mngbtnshohin,
.mngbtnuser {
    display: flex;
    align-items: center;
    /* justify-content: center;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
    flex-direction: column;
}


/* mngcustomerind
   ========================================================================== */

#customerind form {
    margin: auto;
    width: 100%;
    text-align: center;
    /* padding:5%;*/
}

#customerind form input {
    background-color: #fff;
    /* border-radius: 0px 3px 3px 0px; */
    /* color: #888;*/
    /* margin-bottom: 5%; */
    padding: 0 16px;
    width: 70%;
    height: 30px;
}

#customerind form input[type="checkbox"] {
    width: 20%;
    height: 30px;
}

#customerind form input[type="submit"] {
    width: 200px;
    height: 50px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

#customerind form input[type="button"] {
    width: 200px;
    height: 50px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

#customerind form input[type="reset"] {
    width: 200px;
    /* height: 50px;*/
    margin: 20px;
    padding: auto;
    /* border-radius: 5px;*/
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    background-color: #ffffff;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #333333;
    text-decoration: none;
}

.btncustomerindwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* mngcustomerwrite
   ========================================================================== */

.customerwrite {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    width: 80%;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}


/* mngshohin
   ========================================================================== */


/* mngshohinlist
   ========================================================================== */


/* mngshohinind
   ========================================================================== */

#shohinind form {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 5%;
}

#shohinind form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    /* margin-bottom: 5%; */
    padding: 0 16px;
    width: 70%;
    height: 30px;
}

#shohinind form input[type="checkbox"] {
    width: 20%;
    height: 30px;
}


/*
.hyouziflagwrap {
  font-size: 20px;
  margin-right: 50%;
  margin-bottom:3%;
}
.osusumeflagwrap {
  font-size: 20px;
  margin-right: 50%;
  margin-bottom:3%;
}
*/

.shohinindphotowrap {
    width: 88%;
    margin-left: 5%;
}

.shohinindcom {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10%;
    width: 90%;
}

.btnsansyo {
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #eee;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    padding: 8px;
}

#shohinind form input[type="button"] {
    width: 200px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee; */
    /* color: #333;*/
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

#shohinind form input[type="reset"] {
    width: 200px;
    /* height: 50px;*/
    margin: 20px;
    padding: auto;
    /* border-radius: 5px;*/
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    background-color: #ffffff;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #333333;
    text-decoration: none;
}

.btnshohinindwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

#taniselect {
    background-color: #fff;
    border-radius: 0px 2px 2px 0px;
    color: #333;
    padding: 0 16px;
    width: 75%;
    height: 34px;
}

#shohinind form button[type="submit"] {
    width: 200px;
    height: 50px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee; */
    /* color: #333;*/
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

#shohinind form input[type="button"] {
    width: 200px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}


/* mngshohinwrite
   ========================================================================== */

.shohinwrite {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    width: 80%;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}


/* mngshohingazo
   ========================================================================== */

#shohingazo,
#hyozi {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.gazo__subbody,
.hyozi__subbody {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.gazo__inner,
.hyozi__naminner {
    padding: 10px;
}

.gazo__inner2,
.hyozi__inner2 {
    display: flex;
    align-items: flex-start;
}

.gazo__naminner,
.hyozi__naminner {
    padding: 10px;
}

.gazo__label,
.hyozi__label {
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.gazo__gazo,
.gazo__detalist,
.hyozi__detalist {
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #d9d9d9;
    text-align: left;
}

.gazo__gazo {
    height: 25px;
}

.gazo__detalist,
.hyozi__detalist {
    padding: auto;
    width: 250px;
}


/* #gazo__gazobtn,
#gazo__gazobtn2 {
    width: 80px;
    height: 40px;
    margin: 0 5px;
    background-color: #dcdcdc;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #333333;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
}

@media screen {
    #gazo__gazobtn,
    #gazo__gazobtn2 {
        display: none;
    }
} */

.UP,
.UPSUB {
    width: 80px;
    height: 40px;
    margin: 0 5px;
    background-color: #dcdcdc;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #333333;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
}

@media screen {
    .UP,
    .UPSUB {
        display: none;
    }
}

.browse_btn {
    padding: 0;
    background: #0d47a0;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    text-align: center;
    /* font-size: 12px; */
    height: 25px;
    width: 100px;
}

.gazo__clearbtn:hover,
.hyozi__clearbtn:hover{
    color: #333333;
    border: 1px solid #333333;
    opacity: 0.9;
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
}

.gazo__clearbtn,
.hyozi__clearbtn {
    width: 80px;
    height: 40px;
    padding: auto;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #333333;
    text-decoration: none;
}

.gazo__p {
    width: 200px;
    /* height: 150px;*/
    padding: 10px;
    border: 5px dotted #616161;
    margin: 0 20px;
    text-align: center;
    color: #616161;
}

.shohingazo__btn,
.hyozi__btn {
    width: 200px;
    height: 50px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}


/* #preview,#preview2{
  margin: auto;
  width: 250px;
  height: 333px;
  overflow: hidden;
  object-fit: cover; 
} */

.PRE,
.PRESUB {
    margin: auto;
    width: 250px;
    height: 333px;
    overflow: hidden;
    object-fit: cover;
}


/* mngcsv
   ========================================================================== */

#mngcsv form {
    margin: auto;
    width: 100%;
    text-align: center;
}

#mngcsv form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    margin-bottom: 5%;
    padding: 0 16px;
    width: 70%;
    height: 30px;
    margin-left: 3%;
}

.mngcsvwrap {
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#dcdcdc;*/
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    /* border: 1px solid #888;*/
}

#mngcsv form input[type="search"] {
    width: 200px;
    /* height: 50px; :/
  height: 30px;
  margin: auto;
  padding: auto;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.05em;
   /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

.mngcsvbtn {
    width: 200px;
    height: 30px;
    /* margin: 20px; */
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}


/* mnguser
   ========================================================================== */

.mngbtnuser {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
}


/* mnguserlist
   ========================================================================== */

#mnguserlist form {
    margin: auto;
    width: 100%;
    text-align: center;
}


/* mngusertouroku 
   ==========================================================================  */

#usertouroku form {
    margin: auto;
    width: 100%;
    text-align: center;
}

#usertouroku form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    /* margin-bottom: 5%; */
    padding: 0 16px;
    width: 70%;
    height: 40px;
}

#usertouroku form button[type="button"] {
    width: 200px;
    height: 40px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

#usertouroku form input[type="reset"] {
    width: 200px;
    /* height: 50px;*/
    margin: 20px;
    padding: auto;
    /* border-radius: 5px;*/
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #333333;
    text-decoration: none;
}

#usertouroku form input[type="checkbox"] {
    width: 30%;
    height: 50px;
}

.usertouroku {
    font-size: 20px;
    margin-right: 50%;
    margin-bottom: 3%;
}


/* mnguserwrite
   ========================================================================== */

.userwrite {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.05em;
    background-color: #dcdcdc;
    width: 80%;
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #888;
}


/* mngorder
   ========================================================================== */

#mngorder form {
    margin: auto;
    width: 100%;
    text-align: center;
}

.mngorderwrap {
    display: flex;
    /* justify-content: space-around;*/
    border-radius: 5px;
    letter-spacing: 0.05em;
    /* background-color:#dcdcdc;*/
    color: #333;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    /* border: 1px solid #888;*/
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}

#mngorder form input {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    /* color: #888;*/
    margin-bottom: 5%;
    padding: 0 16px;
    width: 30%;
    height: 20px;
    margin-right: 3%;
}

#mngorder form input[type="search"] {
    width: 200px;
    margin: 20px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
}

.mngorderbtn,
.sho-list__btn {
    /* width: 200px;*/
    width: 50px;
    height: 50px;
    padding: auto;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.05em;
    /* background-color:#eee;*/
    /* color: #333; */
    background-color: #0d47a0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #0085CF;
    text-decoration: none;
    margin: 10px;
}

.sho-list__btn {
    width: 70px;
}

.order__label {
    display: flex;
    align-items: center;
    padding-left: 7px;
}


/*media queries for desktop PC用のスタイル
   ========================================================================== */

@media screen and (min-width: 1024px) {
    /* Header
     ================================= */
    header {
        width: 100%;
    }
    nav ul {
        height: 30px;
        margin-left: 50%;
    }
    nav ul li {
        width: 15%;
        font-size: 15px;
    }
    nav ul li:hover {
        background: #fff;
    }
    article {
        width: 80%;
        margin-left: 10%;
        margin-top: 160px;
    }
    /* body{
    font-size: 20px;
  } */
    
    article h1 span {
        font-size: 14px;
    }
    article h2 {
        font-size: 22px;
    }
    .dropdown__li {
        width: 200px;
        height: 30px;
    }
    .dropdown__ul {
        margin: -2%;
    }
   
    /* index
   ================================== */
    .mainwrap {
        margin: 1em;
        padding-right: 8em;
        padding-left: 8em;
        font-size: 20px;
        
        line-height: 2em;
        text-align: justify;
        padding: 20px
    }
    #bestshohincontent {
        font-size: 16px;
    }
    #bestshohinphoto img {
        width: 250px;
        height: 333px;
    }
    #logo {
        position: absolute;
        top: 50%;
        left: 38%;
    }
    #logo img {
        width: 200%;
    }
    /* shohinlist
   ================================== */
    .itemphoto img {
        width: 250px;
        height: 333px;
    }
    /* login
   ================================== */
    #login form {
        width: 50%;
        margin: auto;
    }
    /* membertouroku
   ================================== */
    #membertouroku form {
        width: 70%;
    }
    #membertouroku form input[type="submit"] {
        margin-left: 300px;
        margin-right: 300px
    }
    /* cart
   ================================== */
    .cartlist {
        display: flex;
        justify-content: space-between;
        padding: 3%;
    }
    .carttable {
        width: 65%;
        font-size: 18px;
    }
    .total {
        width: 30%;
        height: 100px;
        padding: 3%;
        font-size: 18px;
    }
    table {
        margin: 0 auto;
        padding: 0;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    /*  table th,
  table td {
    padding: 20px 0;
  }*/
    /* table  th {
    padding: 10px 0;
  }*/
    /*  table tr{
    padding: 20px 0;
  } */
    /* order
   ================================== */
    #btnorder {
        padding: 16px;
    }
    .order {
        width: 80%;
        margin-left: 10%;
    }
    .itemcontent .itemnameprice {
        margin-bottom: 5%;
        font-size: 22px;
    }
    #btnorder {
        width: 200px;
        font-size: 15px;
    }
    .itemcontent p {
        font-size: 14px;
    }
    .itemcom {
        font-size: 14px;
    }
    .itemphotosubwrap {
        display: flex;
        flex-direction: column;
        margin: 4%;
    }
    #itemphotosub1 img {
        width: 250px;
    }
    #itemphotomain img {
        width: 250px;
        height: 333px;
    }
    /* formcontact
   ================================== */
    .contactpage form {
        width: 60%;
        margin-left: 20%;
    }
    /* Content
     ================================= */
    /*#content {
    display: flex;
    width: 900px;
}
/* footer
     ================================= */
    .btnback {
        margin-right: 30%;
    }
    .btn-primary {
        padding: 1.5em;
        /*margin: 2em;
  width:50%;
  margin-left:25%;*/
    }
    /* 管理画面
 ============================================================================================ */
    /* 20230323追加
   ==================================== */
    .history__table,
    .history__table2,
    .historymei__table,
    .historymei__table2 {
        width: 520px;
        margin: auto;
    }
    .cst-list__table,
    .cst-list__table2,
    .cst-list__table3,
    .cst-list__table4,
    .cst-list__table5,
    .cst-list__table6,
    .cst-list__table7,
    .sho-list__table,
    .sho-list__table2,
    .sho-list__table3,
    .sho-list__table4,
    .sho-list__table5,
    .sho-list__table6,
    .cst-touroku__table,
    .order__table,
    .order__table2,
    .order__table3,
    .userlist__table,
    .userlist__table2,
    .userlist__table3,
    .ordermei__table,
    .ordermei__table2,
    .ordermei__table3,
    .mngstock__table,
    .mngosusume__table {
        width: 820px;
    }
    .order__table,
    .cst-list__table,
    .sho-list__table,
    .userlist__table,
    .cst-touroku__table,
    .userlist__table,
    .ordermei__table,
    .history__table,
    .historymei__table {
        margin: 50px auto 0;
    }
    /* 20221118追加
   ==================================== */
    #content-section {
        padding: 1%;
        margin: 50px auto;
        font-size: 15px;
    }
    /* 管理画面共通ボタン
   ==================================== */
    .mngbtn {
        text-decoration: none!important;
        width: 200px;
        margin: 20px;
        /* padding: 20px;*/
        border-radius: 5px;
        display: inline-block;
        letter-spacing: 0.05em;
        color: #333;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        text-align: center;
        border: 1px solid #0085CF;
    }
    /*管理画面 共通Footer
   ========================================================================== */
    #mngcontact .mngcontactuserbtn {
        height: 44px;
    }
    /* mngmenu
   ========================================================================== */
    .mngbtnmenu {
        margin: 0;
        padding: 0;
        width: 80%;
        margin-left: 10%;
    }
    /* mnglogin
   ========================================================================== */
    .mnglogin form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        width: 50%;
        margin-left: 25%;
    }
    /* mngcustomerind
   ========================================================================== */
    .btncustomerindwrap {
        flex-wrap: wrap;
    }
    /* mngshohingazo
   ========================================================================== */
    .gazo__subbody {
        flex-direction: row;
    }
    /* mngcustomertouroku
   ========================================================================== */
    .hyozi__subbody {
        flex-direction: row;
    }
}


/* 20230322追加
   ==================================== */

#nowLoading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    /* z-index: 30; */
    /* position: relative; */
}

#innerMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    z-index: 110;
    /* overflow: hidden; */
    background: url("../images/guruguru.gif") center center no-repeat;
}