@charset "utf-8";

/*デフォルト　スマフォレイアウト*/
* {
  margin: 0;
  padding: 0;
}
html {
	scroll-behavior: smooth;
  scroll-padding-top: 300px;
  touch-action: manipulation;
}
p{
	margin: 0;
	/* padding: 0; */
	margin-bottom: 0!important;
}

.stg{
  background-color: #fe8787 !important;
}

.local{
  background-color: #5d5dff !important;
}

.prod{
  background-color: #55B26A !important;
}

.h1{
    font-size: 1.1em!important;
    margin-bottom: 20px!important;
}
.buylist-title{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 0.95em;
}
input[type=text] {
  /* font-size: 16px; */
  /* transform: scale(0.8); */
  /* width: 100%; */
}
.hidden{
	display: none;
}

#wrapper{
    display: block;
    min-height: 85px;
}

.buylist-title p:nth-child(2),.buylist p:nth-child(2){text-align: left;width: 15vw;display: flex;align-items: center;justify-content: flex-end;flex-direction: row;align-content: center;}

.buylist-title p:nth-child(3),.buylist p:nth-child(3){width: 23vw;}

.buylist-title p:nth-child(4),.buylist p:nth-child(4){width: 17vw;}

.buylist-title p:nth-child(5),.buylist p:nth-child(5){

}

.buylist{
    display: flex;
    justify-content: space-between;
}
.buylist p{
    height: 30px;
}

.orderitem-cat{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
    /* margin: 30px 0; */
    position: sticky; // ★
    top: 0; // ★;
    top: 80px;
    background-color: #fff;
    /* border-bottom: 410px; */
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    text-decoration-line: underline;
    text-decoration-color: #0089ff;
}
.orderitem-cat p{
    min-width: 10vw;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3px;
    /* border: 2px solid #ddd; */
    margin: 4px;
    background-color: #fff;
}
.info {
  font-size: 0.8em;
  background-color: #ffdcdc;
}

.info p{
  padding: 10px;
}

.info a {
  color: blue;
  text-decoration: underline;
}

.addyoyaku {
  margin: auto;
  width: 200px;
  text-align: center;
  background-color: #red;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #6ed474;
  border-radius: 30px;
}

.delete_btn {
  background-color: red;
  color: #fff;
  padding: 5px;
  margin: 5px;
}

.pagenation {
  text-align: right;
  font-size: 1.2em;
  margin-top: 30px;
}

.pagenation a {
  padding: 10px;
}

.radioarea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.label {
  min-width: 230px;
}

[type="checkbox"], [type="radio"] {
  width: 25px;
  margin-right: 20px;
}

a.no-color-change {
  color: blue;
}

body {
  font-family: "ÃƒÂ¦Ã‚Â¸Ã‚Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â´ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â·ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  color: #727171;
  font-size: 16px!important;
}

input[type="file"] {
  border: none;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

.test {
  width: 100%;
}

.error {
  color: red;
}

.bg {
  background-color: #EEF7E5;
  color: #707070;
}

.kaiketu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

.counsering_list-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-items: legacy;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  width: 100%!important;
  align-content: center;
}

.counsering_list-img {
  width: 100ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â¦;
  width: 20vw;
  padding: 10px;
  margin-bottom: 20px;
  height: fit-content;
}

.counsering_list-img img {}

.cancel {
  background-color: #dddddd;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  height: 20px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  cursor: pointer;
  padding: 10px;
  font-size: 1.1em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.countmsg {
  padding: 10px;
}

.infomation_list {
  list-style: none;
  line-height: 180%;
  clear: both;
  margin-bottom: 30px;
}

.infomation_list li {
  padding: 5px;
}

.infomation_list dt {
  float: left;
}

.infomation_list dd {
  margin-left: 120px;
  margin-bottom: 10px;
}

.infomation_list2 {
  list-style: none;
  line-height: 180%;
  clear: both;
  margin-bottom: 30px;
}

.infomation_list2 li {
  padding: 5px;
}

.infomation_list2 dt {
  border-bottom: 1px solid;
  /* float: left; */
}

.infomation_list2 dd {
  margin-bottom: 10px;
  padding-top: 10px;
  /* margin-left: 120px; */
  margin-bottom: 50px;
}

.left {
  display: inline;
  text-align: left;
  width: 100%;
  margin-top: -16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.admin {
  
}


/*ÃƒÂ¥Ã‹â€ Ã‚ÂÃƒÂ¦Ã…â€œÃ…Â¸ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â¾ÃƒÂ£Ã‚ÂÃ‚Â§*/

#wrapper nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 50px;
  background: #333;
  /* font-size: 16px; */
  box-sizing: border-box;
  z-index: 2;
}

#wrapper nav ul li {
  display: block;
  padding: 20px 28px
}

#wrapper nav ul li a {
  text-decoration: none;
  color: #ddd
}

#wrapper .btn-gnavi {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#wrapper .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
  top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
  top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
  top: 20px
}

#wrapper .btn-gnavi.open span {
  background: #fff
}

#wrapper .btn-gnavi.open span {
  width: 24px;
}

#wrapper .contents section p {
  position: absolute;
  top: 50%;
  width: 30%;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
  left: 10%
}

#wrapper .contents section:nth-child(even) p {
  right: 10%
}

#wrap {
  width: 92vw;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 20px;
}

#body {}

#header {
  background-color: #55B26A;
  width: 100%;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_innner {
  text-align: center;
}

#header img {
  display: inline;
  margin-bottom: 10px;
}

#header p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.header_wrap {}

.header_logo {}

.header_logo p {}

.header_logo img {}

footer {
  background-color: #55B26A;
  color: #fff;
  padding-top: -2px;
  width: 100%;
  border: 0px;
  /* position: absolute; */
  bottom: 0;
}

footer a {
  color: #fff;
}

footer img {}

.menu {
  padding-bottom: 20px;
}

.menu a {
  color: #fff;
}

.gazou {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.menu_inner {
  display: flex;
  justify-content: center;
  justify-content: ;
  /* margin: 10px; */
}

.service, .contact {
  font-size: 12px;
  /* width: 150px; */
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact {
  background-image: url(../images/open-in-neww.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: -31px;
  padding-left: 30px;
  text-align: left;
}

.remind_title {
  border-bottom: 1px solid;
}

.copylight {
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  padding: 1px;
  /* margin-bottom: 10px; */
}

input {
  width: 100%;
  height: 46px;
  /* margin-top: 10px; */
  font-size: 1.2em;
  /* padding-left: 5px; */
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

.sort {
  /* position: absolute; */
  /* right: 0px; */
  text-align: right;
}

.sort-admin {
  text-align: right;
  display: flex;
}

.sort-admin dl {
  margin-right: 30px;
}

.sort-admin dl:last-child {
  margin-left: 100px;
}

.sort-admin form {
  display: flex;
}

.sort-admin dt {
  text-align: left;
}

.sort select {
  width: 200px;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

textarea {
  width: 100%;
  min-height: 50px;
  font-size: 1.6em;
  /* padding-left: 5px; */
  border-radius: 3px;
  border: 1px solid #A5A5A5;
  line-height: 140%;
}

a {
  text-decoration: none;
  color: #fff;
}

.btn_loginkanri {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  margin-top: 20px;
  border: 0;
  background-color: #5e5dff;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pass {
  background-color: #EDEDED;
  color: #707070;
  height: 49px;
}

.btn_login, .pass {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  margin-top: 20px;
  border: 0;
  background-color: #efefef;
}

.btn_login p, .pass p {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}

.btn_login p {}

.pass p {}

.box_4 {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  background-color: #ff7272;
  padding: 10px;
}

.pev_button {
  /* color: #155724; */
  /* text-align: center; */
  /* margin-bottom: 70px; */
  /* margin-top: 30px; */
}

input[type="submit"], input[type="button"] {
  background-color: #55B26A;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  height: 62px;
  background-color: #55B26A;
  color: #fff;
  box-shadow: 8 1px 3px 0 rgb(0 0 0 / 50%);
  height: 62px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  margin-top: 20px;
  border: 0;
}

input::placeholder {
  color: #79A87E;
}

.alert-danger {
  background-color: #fbdede;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.alert-danger-fix {
  background-color: #fbdede;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
  display: none;
}

.alert-info {
  background-color: #fcffe1;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.alert-ok {
  background-color: #e7ffdb;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.box_1 {
  background-color: #EEF7E5;
  padding: 10px 0;
  /* margin-bottom: 30px; */
}

.box_1_inner {
  width: 60vw;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 800;
}

.version {
  min-height: 30px;
  margin-top: 10px;
}

.dd_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dd_flex select {
  width: 33%;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

select {
  width: 100%;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
  /* min-width: 100px; */
}

.regist_title {
  border-bottom: 1px solid;
  margin: 20px 0 10px;
  clear: both;
}

.regist_ditail {
  margin-bottom: 30px;
}

.regist_ditail img {
  width: 150px;
  padding: 20px;
  float: left;
}

.regist_ditail_list {
  list-style: none;
  clear: both;
}

.regist_ditail_list ul {}

.regist_ditail_list li {
  /* height: 30px; */
  line-height: 200%;
}

.box_2 dl {
  margin-top: 20px;
}

.box_2 dl dd {}

.box_2 dl dt {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 800;
}

.field-icon {
  width: 100%;
  position: relative;
  display: inline-block;
}

.mdi {}

.mdi-eye {
  background-image: url(../images/eye%20.png);
  background-repeat: no-repeat;
}

.mdi-eye-off {
  background-image: url(../images/eye-off.png);
  background-repeat: no-repeat;
}

.toggle-password {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -53px;
  cursor: pointer;
}

.logout {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 0.8em;
  line-height: 170%;
  padding-top: 20px;
}

.privacy_area {
  margin: 66px 0 10px;
  line-height: 160%;
  font-size: 12px;
  background-color: #EEF7E5;
  padding: 10px;
}

.privacy {
  margin: 20px 0 10px;
  background-image: url(../images/open-in-new.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.privacy a {
  color: #717070;
}

.privacycheckbox {
  text-align: center;
  margin: 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacycheckbox_chkbox {
  width: 30px;
}

.how_title {
  margin: 20px 0 20px;
  border-bottom: solid 1px;
}

.how_ditail {}

.profile {
  list-style: none;
}

.profile li {
  height: 40px;
}

.profile li:link {
  color: black;
}

.profile_title {
  width: 130px;
  display: inline-block;
}

.profile_detail {
  
}

.link {
  background-repeat: no-repeat;
  color: #5fb42b;
  text-decoration: underline;
  text-align: left;
  background-clip: initial;
  background-position: 0px 0px;
}

.box_5 dd {}

.box_5fx {
  display: flex;
  margin-bottom: 70px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.gazouarea {
  width: 100px;
  height: 100px;
  border: 2px dotted;
  background-color: #efeded;
}

.gazou {}

.img_del {
  color: #ddd;
}

#clear {
  width: 100px;
  font-size: 0.8em;
  display: block;
}

form img.thumb {
  margin: 0 5px 5px 0;
  max-width: 160px;
  vertical-align: bottom;
}

.preview {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border: 2px dotted #ddd;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.btn {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  display: flex;
  border: none;
  background-color: red;
  color: #fff;
  height: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.resultng {
  background-color: #fbdede;
  padding: 5px;
}

.result {
  position: relative;
}

#result_list {
  width: 100%;
  margin-bottom: 30px;
}

#result_list li {
  list-style: none;
  margin-bottom: 30px;
  word-wrap: break-word;
  /* border: #A5A5A5 solid 0.5px; */
}

.result_detail {
  margin-top: 20px;
}

.sns {
  text-align: center;
  padding: 10px;
}

.counsering_list-status-wrap {
  width: 100%;
  display: flex;
  border-bottom: #A5A5A5 solid 0.5px;
}

.counsering_list-status {
  width: 20%;
  background-color: #A5A5A5;
  text-align: center;
  height: 35px;
  color: #fff;
  line-height: 35px;
}

.counsering_list-statusmikaiketu {
  width: 20%;
  background-color: #ff7272;
  text-align: center;
  height: 35px;
  color: #fff;
  line-height: 35px;
}

.counsering_list-createdate {
  width: 80%;
  background-color: #ededed;
  line-height: 35px;
  text-align: left;
  color: #707070;
  margin-bottom: #A5A5A5 solid 0.5px;
}

.counsering_list-category {
  padding: 5px;
  font-weight: 800;
  cursor: pointer;
}

.counsering_list-naiyo {
  padding: 5px;
  border-top: #A5A5A5 solid 0.5px;
}

.counsering_list-kaito-wrap {
  border-top: #A5A5A5 solid 0.5px;
  background-color: #EEF7E5;
  padding: 5px;
}

.counsering_list-kaitotitle {
  font-weight: 800;
}

.counsering_list-kaitonaiyo {
  padding-bottom: 20px;
}

.counsering_list-kaitotanto {
  text-align: right;
}

.counsering_list-kaitodate {
  text-align: right;
}

.counsering_list-shitumon-wrap {
  display: flex;
  padding-bottom: 20px;
}

.btn {
  text-align: center !important;
  margin: 0 auto !important;
  border-radius: 3px !important;
  /* display: table !important; */
  margin-top: 10px !important;
  border: 0 !important;
  padding: 2px !important;
  margin: 15px !important;
}

.more {
  background-color: #55B26A;
  color: #fff;
  width: 120px;
  /* margin: 0px; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
}

.kaiketsu {
  background-color: #ff7172 !important;
  color: #fff !important;
  width: 125px !important;
  display: block;
  margin-right: 30px;
  margin: 0px;
  font-size: 1em;
  height: 26px !important;
}

.comment {
  background-image: url(../images/img_05.png);
  background-repeat: no-repeat;
  background-position: right;
}

.counsering_list-naiyowrap {
  display: none;
}

.active {
  background-image: url(../images/img_07.png);
  background-repeat: no-repeat;
  background-position: right;
}

.nonactive {
  background-image: url(../images/img_06.png);
  background-repeat: no-repeat;
  background-position: right;
}

.morecounsering {
  display: none;
  padding: 5px;
}

.yoyaku-box {
  margin-bottom: 20px;
}

.yoyakubi {
  padding: 5px;
  color: #fff;
}

.yoyakukoho {
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  justify-items: baseline;
}

.yoyakucomment {
  padding: 5px;
}

.raiten {
  background-color: #1c692d;
}

.how_ditail_img_wrap {
  margin: 10px 0px 10px;
}

.how_ditail_img {
  text-align: justify;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 5px;
  min-width: 115px;
  display: flex;
  line-height: 150%;
}

.how_ditail_img img {
  margin: 5px;
  width: 83px;
  height: 65px;
}

.how_ditail_img p {
  padding-bottom: 10px;
}

.how_ditail_img_title {
  color: #55b26a;
  font-weight: 800;
}

.how_ditail_img_ditail {}

.kakuteiarea {
  background-color: #ddd;
  display: flex;
  padding: 0px;
}

.kakutei {
  background-color: #129d27;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.kakuteibtn {
  background-color: #129d27;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.cancelbtn {
  background-color: #ff0000;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.setuzokubtn {
  background-color: #6282ea;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.mikakutei {
  background-color: #f96969;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.createdate {
  margin-top: 20px;
}

.kakuteibi {
  padding: 10px;
  font-weight: 800;
}

.yoyakuarea {
  padding: 10px;
  position: relative;
  border-top: 0px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.canceled {
  background-color: #939292;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.yoyakutitle {
  width: 30%;
}

.yoyakudate {
  width: 70%;
  text-align: left;
}

.menu_inner-inner {
  text-align: center;
}

.yoyaku-wrap-dl dl {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100vw;
  margin: 5px;
  border-radius: 10px;
}

.form-check {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0px;
}

.form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  background-color: #efefef;
}

.form-check-input {
  width: 20px;
  margin-right: 10px;
}

.form-check-label {
  width: 100%;
  font-size: 0.8em;
}

#calendar {
  padding: 10px;
  margin-top: 20px;
}

.zoom {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.zoom img {}

.zoom p {
  margin-top: 20px;
}

.raitenyoyaku_kakutei {}

.raitenyoyaku_mikakutei {}

.zoomyoyaku_kakutei {}

.zoomyoyaku_mikakutei {}

.alert_title {
  color: blue;
}

.kakuteialeartarea {}

.alertchkbox {
  display: flex;
  font-size: 0.8em;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.alertchkbox [type="checkbox"] {
  width: 20px;
}

.alertchkbox label {
  margin-bottom: 0px;
  margin-left: 10px;
}

.yoyaku-wrap-dl {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.yoyaku-wrap-dl dt {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.yoyaku-wrap-dl dd {
  text-align: justify;
  line-break: anywhere;
}

.calenderwrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 20px;
}

.calenderinner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 10px;
}

.yoyakutbl {
  /* border: 1px solid #ddd; */
  padding: 10px;
  margin: 20px 0px;
  min-height: 30vh;
  border-collapse: collapse;
}

.yoyakutbl tr {}

.yoyakutbl td {
  border: 1px solid #858585;
  padding: 6px;
  text-align: right;
  height: 50px;
  position: relative;
  /* top: 0px; */
}

.yoyakumark {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: #0a00ff;
  /* text-decoration: underline; */
  /* left: auto; */
  /* right: auto; */
  /* margin: auto; */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  font-weight: bold;
}

.yoyakumark-ng {
  position: absolute;
  bottom: 10px;
  left: 5vw;
  font-size: 16px;
  color: #000000;
}

.yoyakucaldate {
  position: absolute;
  top: 2px;
  right: 2px;
}

@media screen and (max-width: 780px) {
  .counsering_list-img-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-items: legacy;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%!important;
    align-content: center;
  }
  .counsering_list-img {
    width: 100ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â¦;
    width: 100%;
    margin-bottom: 30px;
  }
  .counsering_list-img img {}
  #wrap {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
  }
  .box_1_inner {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    font-weight: 800;
  }
  .version {
    min-height: 30px;
    margin-top: 10px;
  }
  #body {}
  #header {
    background-color: #55B26A;
    width: 100%;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_innner {
    text-align: center;
  }
}

.yoyaku-time-list {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.yoyaku-time {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  align-items: center;
}

.yoyaku-time>a {
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
}

.time {
  min-width: 50px;
}

.timesosa {
  width: 50px;
  text-align: center;
}

.oteirename {
  margin-bottom: 40px;
  line-height: 1.8;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.yoyakubiwrap p {
  padding: 10px 0px;
}

.adminyoyakuname {
  width: 300px;
  margin-bottom: 20px;
}

.btn-wrap {
  display: flex;
  width: 600px;
  margin: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

#datearea {
  margin-bottom: 50px;
  /* margin-top: 10px; */
  /* min-height: 60px; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
}

.button {
  width: 150px;
  margin-bottom: 0;
  margin-top: 30px;
}

.datebtn {
  background-color: #696969!important;
  width: 35px!important;
  height: 19px!important;
  font-size: 0.8em;
  margin: 0!important;
  margin-right: 10px!important;
}

#datearea p {
  display: flex;
  width: 270px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}

.yoyakulist {
  padding: 30px 0;
}@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  /* margin-top: 30px; */
  FONT-VARIANT: JIS83;
}

.info {
  /* padding: 10px; */
  f;
  font-size: 0.8em;
  background-color: #ffdcdc;
  /* padding-top: 90px; */
  position: absolute;
  top: 80px;
  width: 100%;
}

.info a {
  color: blue;
  text-decoration: underline;
}

.addyoyaku {
  margin: auto;
  width: 200px;
  text-align: center;
  background-color: #red;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #6ed474;
  border-radius: 30px;
  cursor: pointer;
}

.delete_btn {
  background-color: red;
  color: #fff;
  padding: 5px;
  margin: 5px;
}

.pagenation {
  text-align: right;
  font-size: 1.2em;
  margin-top: 30px;
}

.pagenation a {
  padding: 10px;
}

.radioarea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.label {
  min-width: 230px;
}

[type="checkbox"], [type="radio"] {
  width: 25px;
  margin-right: 20px;
}

a.no-color-change {
  color: blue;
}

body {
  font-family: "ÃƒÂ¦Ã‚Â¸Ã‚Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â´ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â·ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¯ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  color: #727171;
  font-size: 14px!important;
  min-height: 100vh;
  position: relative;
  height: 100vh;
  line-height: 2!important;
}

input[type="file"] {
  border: none;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

.test {
  width: 100%;
}

.error {
  color: red;
}

.bg {
  background-color: #EEF7E5;
  color: #333;
  margin-top: 0px;
  /* font-size: 0px; */
}

.kaiketu {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

.counsering_list-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-items: legacy;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  width: 100%!important;
  align-content: center;
}

.counsering_list-img {
  width: 100ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â¦;
  width: 20vw;
  padding: 10px;
  margin-bottom: 20px;
  height: fit-content;
}

.counsering_list-img img {}

.cancel {
  background-color: #dddddd;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  height: 20px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  cursor: pointer;
  padding: 10px;
  font-size: 1.1em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.countmsg {
  padding: 10px;
}

.infomation_list {
  list-style: none;
  line-height: 180%;
  clear: both;
  margin-bottom: 30px;
  cursor: pointer;
}

.infomation_list li {
  padding: 5px;
}

.infomation_list dt {
  float: left;
}

.infomation_list dd {
  margin-left: 120px;
  margin-bottom: 10px;
}

.infomation_list2 {
  list-style: none;
  line-height: 180%;
  clear: both;
  margin-bottom: 30px;
}

.infomation_list2 li {
  padding: 5px;
}

.infomation_list2 dt {
  border-bottom: 1px solid;
  /* float: left; */
}

.infomation_list2 dd {
  margin-bottom: 10px;
  padding-top: 10px;
  /* margin-left: 120px; */
  margin-bottom: 50px;
}

.left {
  display: inline;
  text-align: left;
  width: 100%;
  margin-top: -16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.admin {

}


#wrapper nav {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  padding-top: 50px;
  background: #333;
  /* font-size: 16px; */
  box-sizing: border-box;
  z-index: 99;
}

#wrapper nav ul li {
  display: block;
  padding: 10px 10px;
}

#wrapper nav ul li a {
  text-decoration: none;
  color: #ddd
}

#wrapper .btn-gnavi {
  position: fixed;
  top: 28px;
  left: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  z-index: 999;
}

#wrapper .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
  top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
  top: 8px;
}

#wrapper .btn-gnavi span:nth-child(3) {
  top: 16px;
}

#wrapper .btn-gnavi.open span {
  background: #fff
}

#wrapper .btn-gnavi.open span {
  width: 24px;
}

#wrapper .contents section p {
  position: absolute;
  top: 50%;
  width: 30%;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
  left: 10%
}

#wrapper .contents section:nth-child(even) p {
  right: 10%
}

#wrap {
  width: 92vw;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 20px;
}

#body {}

#header {
  background-color: #55B26A;
  width: 100%;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_innner {
  text-align: center;
}

#header img {
  display: inline;
  margin-bottom: 6px;
  width: 110px;
}

#header p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.header_wrap {}

.header_logo {}

.header_logo p {}

.header_logo img {}

footer {
  background-color: #55B26A;
  color: #fff;
  padding-top: -2px;
  width: 100%;
  border: 0px;
  bottom: 0;
}

footer a {
  color: #fff;
}

footer img {}

.menu {
  padding-bottom: 20px;
  /* padding-left: 20px; */
  /* padding-top: 20px; */
}

.menu a {
  color: #fff;
}

.gazou {
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.menu_inner {
  display: grid;
  justify-content: center;
  justify-content: ;
  /* margin: 10px; */
  grid-template-rows: 1fr 1fr 1fr;
  align-content: center;
  justify-items: center;
  max-width: 480px;
  margin: auto;
  margin-bottom: 30px;
}

.service, .contact {
  font-size: 12px;
  /* width: 170px; */
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact {
  background-image: url(../images/open-in-neww.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: -31px;
  padding-left: 30px;
  text-align: left;
}

.remind_title {
  border-bottom: 1px solid;
}

.copylight {
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  padding: 1px;
}

input {
  width: 100%;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

.sort {
  text-align: right;
}

.sort-admin {
  text-align: right;
  display: flex;
}

.sort-admin dl {
  margin-right: 30px;
}

.sort-admin dl:last-child {
  margin-left: 100px;
}

.sort-admin form {
  display: flex;
}

.sort-admin dt {
  text-align: left;
}

.sort select {
  width: 200px;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

textarea {
  width: 100%;
  min-height: 50px;
  font-size: 1.6em;
  padding-left: 5px;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
  line-height: 140%;
}

a {
  text-decoration: none;
  color: #fff;
}

.btn_login {}

.pass {
  background-color: #EDEDED;
  color: #707070;
  height: 49px;
}

.btn_login, .pass {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  display: table;
  margin-top: 20px;
  border: 0;
  background-color: #efefef;
}

.btn_login p, .pass p {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}

.btn_login p {}

.pass p {}

.box_4 {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  background-color: #ff7272;
  padding: 10px;
}

.shopchange_button {
  /* color: #155724; */
  /* text-align: center; */
  /* margin-bottom: 70px; */
  /* margin-top: 30px; */
  /* margin-bottom: 30px!important; */
  color: #fff;
  background-color: #FFD814!important;
  height: 20px;
  align-content: center;
  border-radius: 10px;
  cursor: pointer;
  width: 80px;
  font-size: 12px;
  margin: 10px;
  font-size: 1em;
  color: black;
  margin: auto;
  /* margin-top: 20px; */
  /* height: 50px!important; */
  box-shadow: none!important;
  border-radius: 10px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 130px; */
  /* margin-bottom: 30px!important; */
  flex-direction: row;
  flex-wrap: nowrap;
  margin: inherit;
}

.pev_button {
  /* color: #155724; */
  /* text-align: center; */
  /* margin-bottom: 70px; */
  /* margin-top: 30px; */
  /* margin-bottom: 30px!important; */
  color: #fff;
  background-color: #FFD814!important;
  height: 50px;
  align-content: center;
  border-radius: 10px;
  cursor: pointer;
  width: 77vw!important;
  font-size: 12px;
  margin: 10px;
  font-size: 1.2em;
  color: black;
  margin: auto;
  margin-top: 20px;
  height: 50px!important;
  box-shadow: none!important;
  border-radius: 10px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  margin-bottom: 30px!important;
}

input[type="submit"], input[type="button"] {
  /* background-color: #55B26A; */
  /* color: #fff !important; */
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5); */
  /* height: 62px; */
  /* background-color: #55B26A; */
  /* color: #000; */
  box-shadow: 8 1px 3px 0 rgb(0 0 0 / 50%);
  /* height: 62px; */
  /* text-align: center; */
  /* width: 100%; */
  /* margin: 0 auto; */
  /* border-radius: 3px; */
  /* display: table; */
  /* margin-top: 20px; */
  /* border: 0; */
  color: #fff;
  background-color: #55B26A!important;
  height: 50px;
  align-content: center;
  border-radius: 10px;
  cursor: pointer;
  width: 77vw!important;
  font-size: 12px;
  margin: 10px;
  font-size: 1.2em;
  color: #fff;
  margin: auto;
  margin-top: 20px;
  height: 50px!important;
  box-shadow: none!important;
  border-radius: 10px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 190px;
}

input::placeholder {
  color: #79A87E;
}

.alert-danger {
  background-color: #fbdede;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.alert-danger-fix {
  background-color: #fbdede;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
  display: none;
}

.alert-info {
  background-color: #fcffe1;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.alert-ok {
  background-color: #e7ffdb;
  color: #6f6f6f;
  padding: 10px;
  margin: 10px 0 30px;
  font-size: 0.9em;
  line-height: 160%;
}

.box_1 {
  background-color: #EEF7E5;
  padding: 10px 0 0px;
  margin-bottom: 30px;
}

.box_1_inner {
  width: 60vw;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 800;
}

.version {
  min-height: 30px;
  margin-top: 10px;
}

.dd_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dd_flex select {
  width: 33%;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

select {
  width: 100%;
  height: 46px;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #A5A5A5;
}

.regist_title {
  border-bottom: 1px solid;
  margin: 20px 0 10px;
  clear: both;
}

.regist_ditail {
  margin-bottom: 30px;
}

.regist_ditail img {
  width: 150px;
  padding: 20px;
  float: left;
}

.regist_ditail_list {
  list-style: none;
  clear: both;
}

.regist_ditail_list ul {}

.regist_ditail_list li {
  /* height: 30px; */
  line-height: 200%;
}

.box_2 dl {
  margin-top: 20px;
}

.box_2 dl dd {}

.box_2 dl dt {
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 800;
}

.field-icon {
  width: 100%;
  position: relative;
  display: inline-block;
}

.mdi {}

.mdi-eye {
  background-image: url(../images/eye%20.png);
  background-repeat: no-repeat;
}

.mdi-eye-off {
  background-image: url(../images/eye-off.png);
  background-repeat: no-repeat;
}

.toggle-password {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -53px;
  cursor: pointer;
}

.logout {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 0.8em;
  line-height: 170%;
  padding-top: 20px;
}

.privacy_area {
  margin: 66px 0 10px;
  line-height: 160%;
  font-size: 12px;
  background-color: #EEF7E5;
  padding: 10px;
}

.privacy {
  margin: 20px 0 10px;
  background-image: url(../images/open-in-new.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.privacy a {
  color: #717070;
}

.privacycheckbox {
  text-align: center;
  margin: 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacycheckbox_chkbox {
  width: 30px;
}

.how_title {
  margin: 20px 0 20px;
  border-bottom: solid 1px;
}

.how_ditail {}

.profile {
  list-style: none;
}

.profile li {
  height: 40px;
  display: flex;
  align-items: center;
  max-width: 450px;
  justify-content: flex-start;
  min-width: 200px;
}

.profile li:link {
  color: black;
}

.profile_title {
  width: 130px;
  display: inline-block;
}

.profile_detail {}

.link {
  background-repeat: no-repeat;
  color: #5fb42b;
  text-decoration: underline;
  text-align: left;
  background-clip: initial;
  background-position: 0px 0px;
  cursor: pointer;
}

.box_5 dd {}

.box_5fx {
  display: flex;
  margin-bottom: 70px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.gazouarea {
  width: 100px;
  height: 100px;
  border: 2px dotted;
  background-color: #efeded;
}

.gazou {}

.img_del {
  color: #ddd;
}

#clear {
  width: 100px;
  font-size: 0.8em;
  display: block;
}

form img.thumb {
  margin: 0 5px 5px 0;
  max-width: 160px;
  vertical-align: bottom;
}

.preview {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border: 2px dotted #ddd;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.preview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.btn {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  /* display: table; */
  border: none;
  background-color: red;
  color: #fff;
}

.resultng {
  background-color: #fbdede;
  padding: 5px;
}

.result {
  position: relative;
}

#result_list {
  width: 100%;
  margin-bottom: 30px;
}

#result_list li {
  list-style: none;
  margin-bottom: 30px;
  word-wrap: break-word;
  /* border: #A5A5A5 solid 0.5px; */
}

.result_detail {
  margin-top: 20px;
}

.sns {
  text-align: center;
  padding: 10px;
}

.counsering_list-status-wrap {
  width: 100%;
  display: flex;
  border-bottom: #A5A5A5 solid 0.5px;
}

.counsering_list-status {
  width: 20%;
  background-color: #A5A5A5;
  text-align: center;
  height: 35px;
  color: #fff;
  line-height: 35px;
}

.counsering_list-statusmikaiketu {
  width: 20%;
  background-color: #ff7272;
  text-align: center;
  height: 35px;
  color: #fff;
  line-height: 35px;
}

.counsering_list-createdate {
  width: 80%;
  background-color: #ededed;
  line-height: 35px;
  text-align: left;
  color: #707070;
  margin-bottom: #A5A5A5 solid 0.5px;
}

.counsering_list-category {
  padding: 5px;
  font-weight: 800;
  cursor: pointer;
}

.counsering_list-naiyo {
  padding: 5px;
  border-top: #A5A5A5 solid 0.5px;
}

.counsering_list-kaito-wrap {
  border-top: #A5A5A5 solid 0.5px;
  background-color: #EEF7E5;
  padding: 5px;
}

.counsering_list-kaitotitle {
  font-weight: 800;
}

.counsering_list-kaitonaiyo {
  padding-bottom: 20px;
}

.counsering_list-kaitotanto {
  text-align: right;
}

.counsering_list-kaitodate {
  text-align: right;
}

.counsering_list-shitumon-wrap {
  display: flex;
  padding-bottom: 20px;
}

.btn {
  text-align: center !important;
  margin: 0 auto !important;
  border-radius: 3px !important;
  /* display: table !important; */
  margin-top: 10px !important;
  border: 0 !important;
  padding: 3px !important;
  margin: 15px !important;
  margin-bottom: 10px!important;
}

.more {
  background-color: #55B26A;
  color: #fff;
  width: 120px;
  /* margin: 0px; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
  height: auto;
  cursor: pointer;
}

.kaiketsu {
  background-color: #ff7172 !important;
  color: #fff !important;
  width: 125px !important;
  display: block;
  margin-right: 30px;
  margin: 0px;
  font-size: 1em;
  height: 26px !important;
}

.comment {
  background-image: url(../images/img_05.png);
  background-repeat: no-repeat;
  background-position: right;
}

.counsering_list-naiyowrap {
  display: none;
}

.active {
  background-image: url(../images/img_07.png);
  background-repeat: no-repeat;
  background-position: right;
}

.nonactive {
  background-image: url(../images/img_06.png);
  background-repeat: no-repeat;
  background-position: right;
}

.morecounsering {
  display: none;
  padding: 5px;
}

.yoyaku-box {
  margin-bottom: 20px;
}

.yoyakubi {
  padding: 5px;
  color: #fff;
}

.yoyakukoho {
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  justify-items: baseline;
}

.yoyakucomment {
  padding: 5px;
}

.raiten {
  background-color: #1c692d;
}

.how_ditail_img_wrap {
  margin: 10px 0px 10px;
}

.how_ditail_img {
  text-align: justify;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 5px;
  min-width: 115px;
  display: flex;
  line-height: 150%;
  flex-direction: row;
  align-content: center;
  align-items: center;
  min-height: 150px;
}

.how_ditail_img img {
  margin: 5px;
  width: 83px;
  height: 65px;
}

.how_ditail_img p {
  padding-bottom: 10px;
  padding: 3px;
}

.how_ditail_img_title {
  color: #55b26a;
  font-weight: 800;
}

.how_ditail_img_ditail {}

.kakuteiarea {
  background-color: #ddd;
  display: flex;
  padding: 0px;
}

.kakutei {
  background-color: #129d27;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.kakuteibtn {
  background-color: #129d27;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.cancelbtn {
  background-color: #ff0000;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.setuzokubtn {
  background-color: #6282ea;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.mikakutei {
  background-color: #f96969;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.createdate {
  margin-top: 20px;
}

.kakuteibi {
  padding: 10px;
  font-weight: 800;
}

.yoyakuarea {
  padding: 10px;
  position: relative;
  border-top: 0px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.canceled {
  background-color: #939292;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.yoyakutitle {
  width: 30%;
}

.yoyakudate {
  width: 70%;
  text-align: left;
}

.menu_inner-inner {
  text-align: center;
  padding-bottom: 10px;
}

.yoyaku-wrap-dl dl {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100vw;
  margin: 5px;
  border-radius: 10px;
}

.form-check {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0px;
}

.form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  background-color: #efefef;
}

.form-check-input {
  width: 20px;
  margin-right: 10px;
}

.form-check-label {
  width: 100%;
  font-size: 0.8em;
}

#calendar {
  padding: 10px;
  margin-top: 20px;
}

.zoom {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.zoom img {}

.zoom p {
  margin-top: 20px;
}

.raitenyoyaku_kakutei {}

.raitenyoyaku_mikakutei {}

.zoomyoyaku_kakutei {}

.zoomyoyaku_mikakutei {}

.alert_title {
  color: blue;
}

.kakuteialeartarea {}

.alertchkbox {
  display: flex;
  font-size: 0.8em;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.alertchkbox [type="checkbox"] {
  width: 20px;
}

.alertchkbox label {
  margin-bottom: 0px;
  margin-left: 10px;
}

.yoyaku-wrap-dl {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.yoyaku-wrap-dl dt {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.yoyaku-wrap-dl dd {
  text-align: justify;
  line-break: anywhere;
}

.calenderwrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 20px;
}

.calenderinner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 10px;
}

.yoyakutbl {
  /* border: 1px solid #ddd; */
  padding: 10px;
  margin: 20px 0px;
  min-height: 30vh;
  border-collapse: collapse;
}

.yoyakutbl tr {}

.yoyakutbl td {
  border: 1px solid #858585;
  padding: 6px;
  text-align: right;
  height: 50px;
  position: relative;
  /* top: 0px; */
}

.yoyakumark {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: #0a00ff;
  /* text-decoration: underline; */
  /* left: auto; */
  /* right: auto; */
  /* margin: auto; */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  font-weight: bold;
}

.yoyakumark-ng {
  position: absolute;
  bottom: 10px;
  left: 5vw;
  font-size: 16px;
  color: #000000;
}

.yoyakucaldate {
  position: absolute;
  top: 2px;
  right: 2px;
}


  .counsering_list-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-items: legacy;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
    width: 100%!important;
    align-content: center;
  }
  .counsering_list-img {
    width: 100ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â¦;
    width: 30vw;
    margin-bottom: 10px;
    height: auto;
    object-fit: contain;
  }
  .counsering_list-img img {}
  #wrap {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10;
    /* padding-top: 200px; */
    /* max-width: 90vw; */
    /* margin-top: 300px; */
    /* min-height: 100vh; */
    overflow: scroll;
  }
  .box_1_inner {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    font-weight: 800;
  }
  .version {
    min-height: 30px;
    margin-top: 10px;
  }
  #body {}
  #header {
    background-color: #55B26A;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
  }
  .header_innner {
    /* text-align: left; */
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
  }
}

.yoyaku-time-list {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.yoyaku-time {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  align-items: center;
}

.yoyaku-time>a {
  color: #f00;
  font-weight: bold;
  font-size: 1.2em;
}

.time {
  min-width: 50px;
}

.timesosa {
  width: 50px;
  text-align: center;
}

.oteirename {
  margin-bottom: 40px;
  line-height: 1.8;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.yoyakubiwrap p {
  padding: 10px 0px;
}

.adminyoyakuname {
  width: 300px;
  margin-bottom: 20px;
}

.btn-wrap {
  display: flex;
  width: 600px;
  margin: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

#datearea {
  margin-bottom: 50px;
  /* margin-top: 10px; */
  /* min-height: 60px; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
}

.button {
  width: 150px;
  margin-bottom: 0;
  margin-top: 30px;
}

.datebtn {
  background-color: #696969!important;
  width: 35px!important;
  height: 19px!important;
  font-size: 0.8em;
  margin: 0!important;
  margin-right: 10px!important;
}

#datearea p {
  display: flex;
  width: 270px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}

.yoyakulist {
  padding: 30px 0;
}




#wrapperadmin nav
{}
#wrapperadmin .btn-gnaviadmin {
  display: none;
}
#wrapperadmin navadmin{
	display: block;
	right: 0;
	background-color: grey;
	width: 100%;
	height: 65px;
	position: relative;
	padding-top: 0px;
}
#global-naviadmin{}
.menuadmin {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    height: auto;
}
.menuadmin a{
color: #fff;
}

@media screen and (min-width: 760px) {

	
	
	#wrapperadmin {
	  /* width: 100%; */
	  margin: 0 auto;
	  /* margin-bottom: 30px; */
	  /* padding: 20px; */
	  background-color: #b1b0b0;
	  color: #fff;
	  height: 134px;
	  position: relative;
	}


	#wrapperadmin nav
	{
    z-index: 9999;
}
	#wrapperadmin .btn-gnaviadmin {
	  display: none;
	}
	#wrapperadmin navadmin{
		display: block;
		right: 0;
		background-color: grey;
		width: 100%;
		height: 65px;
		position: relative;
		padding-top: 0px;
	}
	#global-naviadmin{}
	.menuadmin {
	    display: flex;
	    flex-direction: row;
	    align-content: center;
	    justify-content: space-between;
	    align-items: center;
	    list-style: none;
	    height: auto;
	    z-index: 0;
	    position: fixed;
	    color: red;
	    position: absolute;
	    bottom: 0;
	    /* width: 100%; */
	    width: 810px;
	    margin: 0 auto;
	    bottom: 0;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
	.menuadmin a{
		color: #fff;
	}
}



/*注文関係*/

.order-wrap{

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
}
.cate-wrap{
    display: flex;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cate{
    min-width: 37vw;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 8px;
}
.item-wrap{width: 100%;margin: 30px 0px;background-color: #fff;padding-bottom: 50px;padding: 10px;/* display: flex; *//* align-items: center; */justify-content: center;align-content: center;flex-direction: row;flex-wrap: nowrap;/* min-height: 50vw; */padding-bottom: 30px;position: relative;}
.item-box{
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px 5px;
    border-bottom: 1px solid #a3a2a2;
    /* height: 50vw; */
    width: 160px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    min-height: 280px;
}
.item-box:last-of-type{
	margin-bottom: 0px;
}

.item-box img{
    width: 110px;
    height: auto;
    /* margin-right: 10px; */
    /* margin-bottom: 5px; */
}

.item{
    /* max-width: 400px; */
    height: 30vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    display: flex;
    margin: auto;
    max-height: 150px;
}
.item img{
    width: 34vw;
    float: left;
    height: -webkit-fill-available;
    object-fit: contain;
}
.order-btn{
   color: #fff;
   background-color: #FFD814!important;
   height: 50px;
   align-content: center;
   border-radius: 10px;
   cursor: pointer;
   width: 77vw!important;
   font-size: 12px;
   margin: 10px;
   font-size: 1.2em;
   color: black;
   margin: auto;
   margin-top: 20px;
   height: 50px!important;
   box-shadow: none!important;
   border-radius: 10px!important;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 480px;
}
.next{}
.prev{}
.addcart{
    /* color: black; */
    /* background-color: #FFD814; */
    /* height: 30px; */
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    align-content: center;
    /* justify-content: center; */
    /* align-items: center; */
    /* border-radius: 8px; */
    cursor: pointer;
    /* width: 110px; */
    /* margin-left: 10px; */
    /* font-size: 12px; */
}
.calc{
    display: flex;
    align-items: center;
}
.calc-key{
    background-color: #9b9b9b;
    color: #fff;
    margin: 0 6px;
    display: flex;
    width: 25px;
    height: 25px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5em;
    cursor: pointer;
    padding-top: -19.5px;
}
.suryo-wrap-suryo{display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: flex-end;align-items: center;margin-bottom: 10px;margin-top: 20px;padding-right: 10px;}

 .suryo-wrap-suryo input[type="number"] {
	 width: 50px;
	 height: 30px;
	 margin-left: 10px;
	 text-align: center;
 }
 
 
 .itemtitle{
    /* padding-bottom: 15px; */
    text-align: left;
    font-weight: bold;
    /* padding-left: 20px; */
    font-size: 0.85em;
    min-height: 52px;
}
 .pricesaize{/* font-weight: 800; */padding-bottom: 10px;text-align: right;font-size: 0.9em;padding-right: 0;}
 .pricesaize span{
    font-size: 1.3em;
    padding-right: 2px;
}
 
 .cart{
    position: absolute;
    right: 10px;
    top: 20px;
    min-width: 98px;
    height: 48px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    text-align: right;
    background-position: center;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    /* width: 120px; */
    background-position: 0px  50px;
    font-size: 1em;
}
.detail{
    font-size: 0.9em;
    line-height: 1.5;
}

.cart_list{
    /* height: 70px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-delbtn{
    cursor: pointer;
    color: #fff;
    background-color: red;
    padding: 3px 10px 2px;
    border-radius: 5px;
    font-size: 1.2em;
}

.cart_list_total{
    padding-top: 30px;
    font-size: 1.2em;
    text-align: right;
}

.cart_listsub{
	font-size: 0.8em;
	color: #393939;
	border: 1px solid #393939;
	padding: 3px;
	width: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.itemname{
    min-width: 220px;
    line-break: auto;
    font-size: 1.2em;
    font-weight: 600;
}
.numprice{
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.top-setumei{
    /* font-size: 0.8em; */
    margin-bottom: 20px!important;
}


.haisousakiinput{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.haisousakiinput input{
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

.haisousakiinput label{
    margin: 0;
    margin-left: 20px;
}
.haisousaki{
	padding-top: 30px;
	padding-bottom: 10px;
}

.haisousaki div{
    margin-bottom: 20px;
}

.haisousaki input{
    padding-left: 10px;
}

.pay{
    padding-top: 30px;
    padding-bottom: 10px;
}

.pay div{
    margin-bottom: 10px;
}

.payinput{}

.check-title{
    font-weight: 800;
    font-size: 1.2em;
    /* margin-top: 30px; */
}

.payinput input{}

.price-wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    padding: 10px;
    background-color: #f4eaba;
    margin-top: 30px;
}
.seihintotal-wrap{
    font-size: 1.2em;
    padding-bottom: 10px;
}

.seihintotal-wrap-span{
    width: 17vw;
    display: inline-block;
    text-align: right;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

.suryosum{
    width: 50px;
    height: 30px;
}

.soryosetumei{
    font-size: 0.9em;
}


.buylist-detail{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.95em;
    /* height: 50px; */
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
    height: 50px;
    justify-content: space-evenly;
    margin-left: -30px;
}

.buylist-detail2{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 0.95em;
    /* height: 50px; */
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding-bottom: 10px;
    /* position: relative; */
    /* height: 50px; */
    /* margin-left: -30px; */
    justify-content: space-between;
    flex-wrap: nowrap;
}


.buylist-detail p{padding: 0 10px;text-align: left;min-width: 100px;}
.buylist-detail2 p{/* padding: 0 10px; */min-width: 30vw;/* text-align: left; */}
.cancel-button{
    font-size: 0.9em;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 90px;
    CURSOR: POINTER;
}

.canselsumi{
    /* background-color: #ff8d00; */
    /* padding: 4px; */
    color: #f00;
    /* font-size: 0.9em; */
    /* border-radius: 8px; */
    font-weight: 800;
}

.arrow{
	cursor: pointer;
	position: absolute;
	right: 3px;
	/* top: 22px; */
}


.buydetail-header{
    min-height: 30px;
    /* position: relative; */
}


.buylistcancel{
    position: absolute;
    right: 10px;
    top: -40px;
}


.back{
    margin: auto;
    width: 200px;
    display: block;
    background-color: #55b26a;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 30px;
    /* color: #fff; */
}


.buylist-detail-wrap{
    margin: 30px 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


.item-box-inner{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.item-box-innerkanri{
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  /* background-color: red; */
  margin-left: 20px;
}
.buylist-detail-inner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.gokeiarea{
    margin-block: 10px;
}

.buy-list{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    font-size: 0.85em;
    /* text-align: right; */
}

.buy-list >li{
    padding: 10px;
    min-width: 119px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.buy-list-date{
    /* font-size: 0.85em; */
}

.buy-listtutle{
    border-bottom: 1px solid;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.modal-inner{
    /* height: 80vh; */
    max-width: -80vw!important;
    font-size: 0.85em;
    margin-top: 30px;
}


.buydetail{
    text-align: left;
    margin-bottom: 10px;
    /* margin-top: 30px; */
    /* font-size: 1.1em; */
}

.buydetail p{padding-bottom: 5px;display: flex;justify-content: flex-start;align-content: center;flex-wrap: nowrap;flex-direction: row;align-items: center;}

.buydetail span{
    /* display: inline; */
    min-width: 140px;
}

.buydetail2{
  text-align: left;
  margin-bottom: 10px;
  x
  /* margin-top: 30px; */
  /* font-size: 1.1em; */
  padding: 8px;
  background-color: #eaeaea;
  padding: 10px;
}

.buydetail2 p{padding-bottom: 5px;display: flex;justify-content: flex-start;align-content: center;flex-wrap: nowrap;flex-direction: row;align-items: center;}

.buydetail2 span{
  /* display: inline; */
  min-width: 140px;
}

.buydetail-title{
    font-size: 1.1em;
    padding-bottom: 20px!important;
}

.remodal-close{
    font-size: 1.1em;
    width: 110px!important;
    color: #000;
}

.buylist-admin{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

.buy-list li:nth-child(1){min-width: 150px;}
.buy-list li:nth-child(2){min-width: 180px;}
.buy-list li:nth-child(3){min-width: 190px;}
.buy-list li:nth-child(4){min-width: 100px;}
.buy-list li:nth-child(5){min-width: 110px;}
.buy-list li:nth-child(6){min-width: 5vw;}

.buylist-admin span:nth-child(1){
    /* padding-right: 60px; */
    min-width: 290px;
    text-align: left;
}

.buylist-admin span:nth-child(2){
    padding-right: 10px;
    min-width: 265px;
    text-align: left;
}

.buylist-admin span:nth-child(3){
    /* padding-right: 30px; */
    text-align: right;
    min-width: 130px;
}
.buylist-admin span:nth-child(4){
  padding-right: 30px;
  text-align: right;
  min-width: 120px;
}
.buylist-admin span:nth-child(5){
  /* padding-right: 30px; */
  text-align: right;
  min-width: 120px;
}

.gokeiarea{
    text-align: right;
    background-color: #eaeaea;
    padding: 15px;
}

.remodal {
    max-width: 90vw;
}

.hassoarea{
    /* border: 1px solid #ddd; */
    /* height: 10vw; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    /* padding: 30px; */
    /* font-size: 0.9em; */
    margin-bottom: 20px;
}

.hassoareali{
    list-style: none;
    padding: 10px;
    border: 1px solid;
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
}

.hassoareali span{/* font-size: 0.8em; *//* margin-top: 10px; */}

.hassoareali-chkbox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    height: 30px;
}


.hassoareali span textarea{
    font-size: 14px;
    min-height: 28px;
}

.hassoareali select{font-size: 14px;height: 30px;/* margin-top: 10px; */color: black;}

.hassoareali p{
    height: 40px;
}
.hassoareali button{
    width: 70%;
    background-color: #003cfa;
    color: #fff;
    border: 0;
    padding: 2px;
    border-radius: 8px;
    height: 30px;
}
.date{
    font-size: 0.9em!important;
    /* position: absolute; */
    bottom: 5px;
    width: 100%;
    left: 0;
    margin-top: 10px;
}

.cancel_btn{
	width: 150px;
	height: 30px;
	background-color: red;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 14px;
	cursor: pointer;
}

.mlsend_btn{
    width: 150px;
    height: 30px;
    background-color: blue;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    cursor: pointer;
}

.addcart-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 70px;
}

#target_msg_box {
  display: none;
  background-color: #ffd913;
  text-align: center;
  padding: 10px;
  color: #000000;
  position: fixed;
  right: 10px;
  left: auto;
  margin: auto;
  /* height: 20vw; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* height: 60px; */
  width: 200px;
  border-radius: 10px;
  /* opacity: 0.3; */
  top: 90px;
  z-index: 999;
  font-size: 0.9em;
  /* color: #fff; */
}
.cart-in-btn{
  width: 40%!important;
  height: 30px!important;
  font-size: 0.8em;
}
.cart-in-btn-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -20px;
}
.cart-in-btn-boxkanri{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* width: 250px; */
  margin-bottom: 0;
  margin-top: 0;
}


.count{
    /* width: 150px; */
    /* height: 30px; */
    text-align: center;
    width: 40%;
    height: 30px;
}
.countmodal{
  width: 40%;
  height: 30px;
}

@media screen and (min-width: 980px) {
    
  .item-wrap{width: 100%;margin: 30px 0px;background-color: #fff;padding-bottom: 50px;padding: 10px;/* display: flex; *//* align-items: center; */justify-content: center;align-content: center;flex-direction: row;flex-wrap: nowrap;/* min-height: 50vw; */padding-bottom: 30px;position: relative;}
  .item-box{
      margin-bottom: 30px;
      background-color: #fff;
      padding: 5px 5px;
      border-bottom: 1px solid #a3a2a2;
      /* height: 50vw; */
      width: 16vw;
      margin: 3px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-end;
      align-items: center;
      min-height: 220px;
  }
  .item-box:last-of-type{
    margin-bottom: 50px;	
  }

  .item-box img{
      width: 110px;
      height: auto;
      /* margin-right: 10px; */
      /* margin-bottom: 5px; */
  }

  .item{
      /* max-width: 400px; */
      height: 30vw;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      line-height: 1.8;
      display: flex;
      margin: auto;
      max-height: 150px;
  }
  .item img{
      width: 34vw;
      float: left;
      height: -webkit-fill-available;
      object-fit: contain;
  }
  
}
.target_msg_box{
  position:relative;
  width:300px;
  /* height:70px; */
  background:#0000FF;
  text-align:center;
  /* border:5px solid #0000FF; */
  color:#FFFFFF;
  font-size:20px;
  border-radius:40px;
  -webkit-border-radius:40px;
  -moz-border-radius:40px;
}
.target_msg_box:after,.target_msg_box:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:69%;
}
.target_msg_box:after{
  border-color: rgba(0, 0, 255, 0);
  border-top-width:20px;
  border-bottom-width:20px;
  border-left-width:15px;
  border-right-width:15px;
  margin-left: -15px;
  border-bottom-color: #ffd913;
}
.target_msg_box:before{
  border-color: rgba(0, 0, 255, 0);
  border-top-width:26px;
  border-bottom-width:26px;
  border-left-width:20px;
  border-right-width:20px;
  margin-left: -20px;
  margin-bottom: 5px;
  /* border-bottom-color:#0000FF; */
}
.anchor{
  /* display: block; */
}

.cartlist-img{
    width: 80px;
    height: auto;
    padding-right: 10px;
}

.KIBOBI{
  /* font-size: 16px; */
  width: 200px;
  text-align: right;
  background-image: url(../images/calendar-icon.png);
  background-position: left;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  padding-right: 10px;
}
.kibobi-wrap{display: flex;}
.kibobi_clear{
    background-color: red;
    width: 70px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.kibobitime{
  
}
.cartin{
    /* font-size: 1.8em; */
    /* font-weight: 400; */
    background-position: 40px 10px;
}

.soryotext{
    position: absolute;
    right: 10px;
    top: 86px;
    color: #4d4d4d !important;
    background-color: #ffd913;
    padding: 0 12px;
    border-radius: 20px;
    font-size: 0.8em!important;
    z-index: 0;
}

.commentimage{
  width: 150px;
  height: auto;
  /* padding: 5px; */
}

.listcomment{display: grid;grid-template-rows: 1fr 1fr;justify-items: center;justify-content: center;align-items: center;align-content: center;}

.listcomment p{
  text-align: left;
}

.itemname{
  
}

.hadatype-wrap{

}

.hadatype{
    display: flex;
    height: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: #fdd6a4;
    border-radius: 8px;
    width: auto;
}
.paging{display: flex;justify-content: flex-end;align-content: center;flex-direction: row;align-items: flex-end;width: 100%;}

.paging a{
  margin: 0 6px;
}

.activeed{background-color: #ffda13;padding: 5px;font-size: 1.2em;font-weight: 800;}

.checkboxarea{display: grid;grid-template-columns: 1fr;}

.checkboxarea p{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.checkboxarea p label{
  margin-bottom: 0;
}

.shop-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  /* min-width: 60vw; */
}

.kibobi-box{
    padding: 5px 10px 0 10px;
    background-color: #ffda134f;
    position: relative;
}

.view_none{
  display: none;
}

.itemnamedetail{
  z-index: 0;
  position: absolute;
  left:90px;
}


.link_orderitemkanri{color: red;background-color: #ddd;padding: 15px;}

.item-boxkanri{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-bottom: 1px solid;
    padding: 20px 0;
    width: 100%;
    align-items: center;
}
.item-boxkanri img{
    width: 92px;
    height: fit-content;
}
.addcart-wrapkanri{
    margin: auto;
    /* width: 80vw; */
}

.itemtitlekanri{
  min-width: 150px;
}

.ngitem{background-color: #eceaea;}



.syonin{
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80px;
  min-width: 80px!important;
  margin-right: 10px;
  /* border: 1px solid #ddd; */
}

.syoninng{
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80px;
  min-width: 60px!important;
  margin-right: 10px;
  color: #fff;
}

.syoninmi{
  background-color: #0258fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80px;
  min-width: 60px!important;
  margin-right: 10px;
  color: #fff;
}

.syoninmae{
  background-color: #6ed474;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80px;
  min-width: 60px!important;
  margin-right: 10px;
  color: #fff;
}

.syoninop{
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 10px;
}

.hassoarea_none{
  display:none;
}

.hassoarea_visible{
  display:"";
}

.red{
  color:red;
}

.syoninstatusok{
  display: flex;
  flex-direction: row;
  align-content: center;
  /* justify-content: center; */
  align-items: center;
}

.syoninstatusng{
  background-color: red;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.syoninstatusmi{
  background-color: rgb(155, 155, 155);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.username{
  width: 140px; /* 要素の横幅を指定 */
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
  display: inline!important;
}

.userml{
  width: 140px; /* 要素の横幅を指定 */
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
  display: inline!important;
}


.hassoukanobiwrap{display: flex;align-items: center;justify-content: center;margin-left: 50px;}

.hassoukanobiwrap>input{width: 40px;height: 30px;margin-left: 10px;margin-right: 10px;text-align: center;}

.optionwrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}