@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mainContent:not(.order02) input {
  border: none;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #53504e;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #53504e;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .container {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.displayNone {
  display: none;
}

.h3 {
  color: #fff;
  font-size: 16px;
  background: #bd96cf;
  width: 100%;
  padding: 5px 0 5px 10px;
  margin-bottom: 25px;
  border-radius: 10px 10px 0 0;
}

.h4 {
  color: #fff;
  font-size: 16px;
  background: #e08cb3;
  width: 100%;
  padding: 4px 0 2px 10px;
  margin-bottom: 25px;
  border-radius: 8px 8px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .h4 {
    padding: 6px 8px 0;
  }
}

.h5 {
  font-size: 22px;
}

.h5 span {
  font-size: 16px;
}

html, body {
  height: 100%;
  background: #f1f0ee;
}

.mainContent:not(.order02) input[type="text"], .mainContent:not(.order02) input[type="email"] {
  color: #53504E;
  padding: 3px 0 0 10px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(10%, #fdfcfb));
  background: -o-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: linear-gradient(to bottom, #efefef 0%, #fdfcfb 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fdfcfb',GradientType=0 );
}

@media all and (-ms-high-contrast: none) {
  .mainContent:not(.order02) input[type="text"], .mainContent:not(.order02) input[type="email"] {
    padding-top: 8px;
  }
}

.calendar {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(10%, #fdfcfb));
  background: -o-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: linear-gradient(to bottom, #efefef 0%, #fdfcfb 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fdfcfb',GradientType=0 );
  position: relative;
}

.calendar:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/ico_common_06.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
}

.calendar:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.calendar input {
  background: none;
}

textarea {
  width: 270px;
  height: 200px;
  border: 1px solid #e4e4e4;
}

.form-select {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(10%, #fdfcfb));
  background: -o-linear-gradient(top, #efefef 0%, #fdfcfb 10%);
  background: linear-gradient(to bottom, #efefef 0%, #fdfcfb 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fdfcfb',GradientType=0 );
  border: 1px solid #e4e4e4;
  cursor: pointer;
  position: relative;
}

.form-select:before {
  content: "";
  width: 40px;
  height: 38px;
  background: -moz-linear-gradient(top, #fdfcfb 60%, #efefef 100%);
  background: -webkit-linear-gradient(top, #fdfcfb 60%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fdfcfb), to(#efefef));
  background: -o-linear-gradient(top, #fdfcfb 60%, #efefef 100%);
  background: linear-gradient(to bottom, #fdfcfb 60%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#efefef',GradientType=0 );
  border-left: 1px solid #e4e4e4;
  display: block;
  position: absolute;
  right: 0;
}

.form-select:after {
  content: "";
  width: 5px;
  height: 5px;
  margin: auto;
  border-bottom: 1px solid #989695;
  border-right: 1px solid #989695;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
}

.mainContent:not(#page) select {
  width: 100%;
  height: 38px;
  padding: 5px 0 0 10px;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  .mainContent:not(#page) select {
    width: 100% !important;
    padding-top: 8px;
  }
}

.mainContent:not(#page) select:not(:target) {
  width: 130%\9;
}

.mainContent:not(#page) select::-ms-expand {
  display: none;
}

.form-select-shop {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .form-select-shop {
    width: 100%;
  }
}

.form-select-shop select {
  color: #53504e;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border-color: #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  background-color: #fbfbfb;
  background-image: url("../images/ico_common_12.png") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 0 !important;
}

@media all and (-ms-high-contrast: none) {
  .form-select-shop select {
    width: 100% !important;
    height: 100% !important;
  }
}

.form-select-shop select:not(:target) {
  width: 130%\9;
}

.form-select-shop select::-ms-expand {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.side-bar-section {
  width: 270px;
  min-height: 100vh;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px #ddd;
  box-shadow: 3px 3px 3px #ddd;
}

.side-bar-section .side-bar {
  margin-left: 20px;
  margin-right: 20px;
}

.side-bar-section .side-bar h1 {
  margin: 30px 0 30px;
  padding: 0 0 40px;
  border-bottom: 1px solid #d9d8d7;
}

.side-bar-section .side-bar .sideMenuArea ul {
  max-height: 550px;
}

.side-bar-section .side-bar .sideMenuArea ul .menuItem {
  padding: 5px 0 20px 40px;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .side-bar-section .side-bar .sideMenuArea ul .menuItem {
    padding: 8px 0 16px 40px;
  }
}

.side-bar-section .side-bar .sideMenuArea ul .menuItem .submenu li {
  margin-top: 10px;
}

.side-bar-section .side-bar .sideMenuArea ul .menuItem .submenu li a {
  display: inline-block;
  padding: 5px 0 2px 10px;
}

@media all and (-ms-high-contrast: none) {
  .side-bar-section .side-bar .sideMenuArea ul .menuItem .submenu li a {
    padding: 7px 0 0 10px;
  }
}

.side-bar-section .side-bar .sideMenuArea ul .menuItem .submenu li a:hover {
  opacity: 1;
}

.side-bar-section .side-bar .sideMenuArea ul .menu01 {
  background: url("../images/ico_menu_01.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu01:hover, .side-bar-section .side-bar .sideMenuArea ul .menu01.selected {
  background: url("../images/ico_menu_02.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu01 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu01 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #56b6d5;
}

.side-bar-section .side-bar .sideMenuArea ul .menu01 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu01 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #56b6d5;
}

.side-bar-section .side-bar .sideMenuArea ul .menu02 {
  background: url("../images/ico_menu_03.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu02:hover, .side-bar-section .side-bar .sideMenuArea ul .menu02.selected {
  background: url("../images/ico_menu_04.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu02 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu02 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #56b6a9;
}

.side-bar-section .side-bar .sideMenuArea ul .menu02 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu02 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #56b6a9;
}

.side-bar-section .side-bar .sideMenuArea ul .menu03 {
  background: url("../images/ico_menu_05.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu03:hover, .side-bar-section .side-bar .sideMenuArea ul .menu03.selected {
  background: url("../images/ico_menu_06.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu03 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu03 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #bd96cf;
}

.side-bar-section .side-bar .sideMenuArea ul .menu03 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu03 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #bd96cf;
}

.side-bar-section .side-bar .sideMenuArea ul .menu04 {
  background: url("../images/ico_menu_07.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu04:hover, .side-bar-section .side-bar .sideMenuArea ul .menu04.selected {
  background: url("../images/ico_menu_08.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu04 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu04 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #eed17e;
}

.side-bar-section .side-bar .sideMenuArea ul .menu04 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu04 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #eed17e;
}

.side-bar-section .side-bar .sideMenuArea ul .menu05 {
  background: url("../images/ico_menu_09.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu05:hover, .side-bar-section .side-bar .sideMenuArea ul .menu05.selected {
  background: url("../images/ico_menu_10.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu05 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu05 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #bfd170;
}

.side-bar-section .side-bar .sideMenuArea ul .menu05 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu05 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #bfd170;
}

.side-bar-section .side-bar .sideMenuArea ul .menu06 {
  background: url("../images/ico_menu_11.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu06:hover, .side-bar-section .side-bar .sideMenuArea ul .menu06.selected {
  background: url("../images/ico_menu_12.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu06 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu06 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #e08cb3;
}

.side-bar-section .side-bar .sideMenuArea ul .menu06 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu06 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #e08cb3;
}

.side-bar-section .side-bar .sideMenuArea ul .menu07 {
  background: url("../images/ico_menu_13.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu07:hover, .side-bar-section .side-bar .sideMenuArea ul .menu07.selected {
  background: url("../images/ico_menu_14.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu07 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu07 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #7894d0;
}

.side-bar-section .side-bar .sideMenuArea ul .menu07 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu07 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #7894d0;
}

.side-bar-section .side-bar .sideMenuArea ul .menu08 {
  background: url("../images/ico_menu_15.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu08:hover, .side-bar-section .side-bar .sideMenuArea ul .menu08.selected {
  background: url("../images/ico_menu_16.png");
  background-repeat: no-repeat;
}

.side-bar-section .side-bar .sideMenuArea ul .menu08 .submenu li a:hover, .side-bar-section .side-bar .sideMenuArea ul .menu08 .submenu li a.active {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #7894d0;
}

.side-bar-section .side-bar .sideMenuArea ul .menu08 .submenu li a:hover:before, .side-bar-section .side-bar .sideMenuArea ul .menu08 .submenu li a.active:before {
  content: "";
  position: absolute;
  top: 54%;
  left: 100%;
  margin-top: -15px;
  border: 14px solid transparent;
  border-left: 20px solid #7894d0;
}

.rightContent {
  width: 880px;
  margin: 30px 22px 0 20px;
}

.rightContent .header {
  width: 100%;
  border-bottom: 1px solid #d9d8d7;
}

.rightContent .header .leftTitleArea h2 {
  font-size: 18px;
  padding-left: 10px;
}

@media all and (-ms-high-contrast: none) {
  .rightContent .header .leftTitleArea h2 {
    padding-top: 6px;
  }
}

.rightContent .header .rightTitleArea .rightTitleContent .item {
  margin-right: 10px;
  position: relative;
}

.rightContent .header .rightTitleArea .rightTitleContent .item p {
  font-size: 11px;
  position: relative;
  top: 8px;
}

.rightContent .header .rightTitleArea .rightTitleContent .item p .name {
  font-size: 16px;
}

.rightContent .header .rightTitleArea .rightTitleContent .item .setting {
  padding: 5px 5px 0 5px;
  border-radius: 5px 5px 0 0;
}

.rightContent .header .rightTitleArea .rightTitleContent .item .subItem {
  font-size: 12px;
  width: 336px;
  padding: 20px 30px;
  background: #6d60c7;
  position: absolute;
  right: -100px;
  z-index: 1;
}

.rightContent .header .rightTitleArea .rightTitleContent .item .subItem li {
  margin-bottom: 5px;
}

.rightContent .header .rightTitleArea .rightTitleContent .item .subItem li a {
  color: #fff;
}

.rightContent .header .rightTitleArea .rightTitleContent .item .subItem li a:hover {
  border-bottom: 1px solid #fff;
}

.rightContent .header .rightTitleArea .rightTitleContent .logout {
  font-size: 13px;
  margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
  .rightContent .header .rightTitleArea .rightTitleContent .logout {
    margin-top: 4px;
  }
}

.rightContent .header .rightTitleArea .rightTitleContent .logout a {
  display: block;
  padding: 2px 6px 1px;
  border: 1px solid #53504e;
  border-radius: 5px;
}

@media all and (-ms-high-contrast: none) {
  .rightContent .header .rightTitleArea .rightTitleContent .logout a {
    padding: 5px 6px 0;
  }
}

.rightContent .header .rightTitleArea .rightTitleContent .logout a:hover {
  color: #fff;
  background: #2b2826;
}

.rightContent .footer {
  border-top: 1px solid #d9d8d7;
}

.rightContent .footer p {
  font-size: 10px;
  color: #a9a7a6;
  margin: 18px 10px 20px 0;
}

.mainContent:not(#page) input,
.mainContent:not(#page) select,
.mainContent:not(#page) textarea {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.mainContent:not(#page) select {
  cursor: pointer;
}

.mainContent:not(#page) input[type="submit"] {
  cursor: pointer;
}

.mainContent:not(#page) .required {
  background: #ebe8e4;
  background: -moz-linear-gradient(top, #ebe8e4 0%, #fffcf8 10%);
  background: -webkit-linear-gradient(top, #ebe8e4 0%, #fffcf8 10%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe8e4), color-stop(10%, #fffcf8));
  background: -o-linear-gradient(top, #ebe8e4 0%, #fffcf8 10%);
  background: linear-gradient(to bottom, #ebe8e4 0%, #fffcf8 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe8e4', endColorstr='#fffcf8',GradientType=0 );
}

.mainContent:not(#page) input.normal {
  background: #fff;
}

/*# sourceMappingURL=style.css.map */