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

/* バリデートエラー */
.validateErr {
	color: #e45e42;
}

.validateOk {
	color: green;
}


/* 必須表記 */
.inputRequired {
	color: #e45e42;
}

/* フラッシュメッセージ */
.message-flash {
	font-size: 13px;
	margin-left:50px;
	color:  #e45e42;
	font-weight: normal;
	position: relative;
  -webkit-animation: show 0.5s ease-out 1;
}
@-webkit-keyframes show {
  from {opacity: 0.0; left: -30px;}
  50%{opacity: 0.3;}
  to {opacity: 1.0; left: 0px;}
}

.block {
	-webkit-animation: showFade 0.1s linear 1;
}
@-webkit-keyframes showFade {
  from {opacity: 0.2;}
  to {opacity: 1.0;}
}

.btn-area {
	margin: 10px;
}

.btn.sw {
  padding: 3px 10px; 
}
.btn.sw:focus {
  border: 0px solid red;
  background-color: #733;
}


.btn {
  border: none;
  background-color: #73b7ca;
  padding: 10px 20px;
}
.btn:hover {
  color: white;
  border: none;
  background-color: #A1D2E0;
}
.btn:focus {
  color: white;
  border: none;
  padding: 10px 20px;
  background-color: #73b7ca;
}


.btn-danger {
  background-color: #733;
}
.btn-danger:hover {
  background-color: #d9534f;
}
.btn-danger:focus {
  background-color: #733;
}

.btn-store {
  background-color: #00A4A3;
}
.btn-store:hover {
  background-color: #19C7C6;
}
.btn-store:focus {
  background-color: #00A4A3;
}

.btn-warning {
  background-color: #D2800C;
}
.btn-warning:hover {
  background-color: #F5B965;
}
.btn-warning:focus {
  background-color: #EFA43B;
}

.btn-cancel {
  background-color: #888;
}
.btn-cancel:hover {
  background-color: #ccc;
}
.btn-cancel:focus {
  background-color: #888;
}




/* テーブル */
table th {
	text-align: center;
}
table td.c {
	text-align: center;
}
table td.r {
	text-align: right;
}
table td.l {
  text-align: left;
}

.banner-block{
  padding: 10px;
}
.banner{
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
}
.banner.credit{
  background-image: url(/img/more_credit.png);
}
.banner.mmu{
  background-image: url(/img/bnr_mmu.png);
}
.banner.guide{
  background-image: url(/img/total_guide.png);
}






/* ステータス表示 */

div.status {
  text-align: center;
  width: 100px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  margin-left: 10px;
}



div.status.red {
  background-color: #d2322d;
  color: #eee;
}
div.status.pink {
  background-color: #F56E53;
  color: #eee;
}
div.status.blue {
	background-color: #6391CC;
  color: white;
}
div.status.orange {
  background-color: #F4D313;
}
div.status.green {
	background-color: #00A4A3;
  color: #eee;
}
div.status.gray {
	background-color: #ccc;
  color: #666;
}
div.status.gray.s,
div.status.red.s,
div.status.green.s{
  width: 55px;
}

.member-icon {
  color: white;
  background-color: #dA5C45;
  border-radius: 2px;
  padding: 0 2px 0 2px;
}

.brick a figcaption h4 span.member-icon {
  font-size: 10px;
}


/* -------------------- カートアニメ */
.dotBox {
  position: fixed;
  opacity: 0.0;
}
.box1 {
  width :30px;
  height: 30px;
  -webkit-animation: cartInAnim1 1.0s cubic-bezier(0.215, 0.61, 0.355, 1) 2;
}
.box2 {
  width :30px;
  height: 30px;
  -webkit-animation: cartInAnim2 1.0s linear 1;
}
.box3 {
  width :50px;
  height: 50px;
  -webkit-animation: cartInAnim3 1.0s linear 1;
}
.dot {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: white;
  position: fixed;
}
.size1 {
  width: 3px;
  height: 3px;
}
.size2 {
  width: 5px;
  height: 5px;
}

@-webkit-keyframes cartInAnim1 {
    0% {-webkit-transform: rotate(-90deg); opacity: 0.0;}
  100% {-webkit-transform: rotate(90deg); opacity: 1.0;}
}
@-webkit-keyframes cartInAnim2 {
    0% {-webkit-transform: rotate(-90deg) scale(1.5,1.5); height: 50px; opacity: 0.3;}
  100% {-webkit-transform: rotate(90deg) scale(1,1); height: 20px; opacity: 1.0;}
}
@-webkit-keyframes cartInAnim3 {
    0% {-webkit-transform: rotate(200deg) scale(2,2); opacity: 0.0;}
   50% {opacity: 0.0; height: 100px;}
  100% {-webkit-transform: rotate(-80deg) scale(1,1);opacity: 1.0;}
}

.attention-back {
  -webkit-animation: attention-back 600ms ease-out infinite alternate;
}
@-webkit-keyframes attention-back {
  from {background-color: #e45e42;}
  to {background-color: white;}
}

.attention {
  -webkit-animation: anime1 600ms ease-out infinite alternate;
}
@-webkit-keyframes anime1 {
  from {color: #e45e42;}
  to {color: white;}
}
/* -------------------- LIKE anim */
.like-flash {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 60px;
  width: 110%;
  height: 30%;
  text-align: center;
  font-size: 50px;
  background-color: rgba(234,124,101,0.8);
  color: white;
  -webkit-animation: likeFlashAnim 1.3s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation: likeFlashAnim 1.3s linear 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes likeFlashAnim {
    0% {-webkit-transform: translate(200px,0px) rotate(30deg) rotateY(90deg); opacity: 1.0;}
   20% {-webkit-transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0; }
   40% {-webkit-filter:brightness(100%);}
   50% {-webkit-filter:brightness(250%);}
   60% {-webkit-filter:brightness(100%);}
   80% {-webkit-transform: translate(-20px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0; }
  100% {-webkit-transform: translate(-200px,0px) rotate(-30deg) rotateY(-90deg); opacity: 0.0;}
}
@keyframes likeFlashAnim {
    0% {transform: translate(200px,0px) rotate(30deg) rotateY(90deg); opacity: 1.0;}
   20% {transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0; }
   40% {filter:brightness(100%);}
   50% {filter:brightness(250%);}
   60% {filter:brightness(100%);}
   80% {transform: translate(-20px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0;}
  100% {transform: translate(-200px,0px) rotate(-30deg) rotateY(-90deg); opacity: 0.0;}
}
.add-like {
  -webkit-animation: likeAddAnim 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1 500ms;
  animation: likeAddAnim 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1 500ms;
}
@-webkit-keyframes likeAddAnim {
    0% {-webkit-transform: scale(1.0,1.0); opacity: 1.0;}
   50% {-webkit-transform: scale(3.0,3.0); opacity: 0.0;}
   51% {-webkit-transform: scale(0.0,0.0); opacity: 0.0;}
  100% {-webkit-transform: scale(1.0,1.0); opacity: 1.0;}
}
@keyframes likeAddAnim {
    0% {transform: scale(1.0,1.0); opacity: 1.0;}
   50% {transform: scale(3.0,3.0); opacity: 0.0;}
   51% {transform: scale(0.0,0.0); opacity: 0.0;}
  100% {transform: scale(1.0,1.0); opacity: 1.0;}
}
.remove-like {
  -webkit-animation: likeRemoveAnim 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1;
  animation: likeRemoveAnim 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1;
}
@-webkit-keyframes likeRemoveAnim {
    0% {-webkit-transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0;}
   50% {-webkit-transform: translate(0px,150px) rotate(190deg) rotateY(130deg); opacity: 0.0;}
   51% {-webkit-transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 0.0;}
  100% {-webkit-transform: opacity: 1.0;}
}
@keyframes likeRemoveAnim {
    0% {transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 1.0;}
   50% {transform: translate(0px,100px) rotate(90deg) rotateY(90deg); opacity: 0.0;}
   51% {transform: translate(0px,0px) rotate(0deg) rotateY(0deg); opacity: 0.0;}
  100% {transform: opacity: 1.0;}
}

/* 決済方法選択　カード説明 */
.card-info {
  font-size: 12px;
  margin-left: 50px;
  margin-top: 5px;
}

/* タイムセール表示 */
.timesale-label {
    font-size: 11px;
    vertical-align: middle;
    color: #fa6355;
    border: solid 1px #f94c3c;
    border-radius: 3px;
    padding: 1px 0.5em 0;
    margin-left: 0.5em;
    white-space: nowrap;
}


/* 20190719_manaGement_eDit@56625
----------------------------------*/
/*----coMMon----*/
body{
  color:#333;
  background-color:#f1f2f3;
}
.font-exl{
  color:#2db0b9;
}
.table,
.list-table-scroll,
section.form,
.dashboard .row>div>div{
  border-radius:0 !important;
  box-shadow:none !important;
}
.room-block-top td{
  border-top:none !important;
}
a{
  color:#2db0b9;
}
a:hover, a:focus{
  color:#2db0b9;
}
/*----naVi----*/
header nav>a.active{
  color:#2db0b9;
  box-shadow:inset 0 5px 0 -1px #2db0b9;
}
/*----tiTle----*/
.block-news h3{
  background-color:#2db0b9;
  border-radius:0px;
}
.change-arrow{
  color:#2db0b9 !important;
}
/*----button----*/
.btn{
  background-color:#2db0b9;
}
.btn:hover{
  background-color:#73bfc6 !important;
}
.submit div button{
  background-color:#0c0;
}
section.form>section.submit .btn.btn-save{
  background-color:#2db0b9;
}
/*----moDal----*/
.modal-header, .modal-footer{
  background-color:#3b444b;
}
/*----formParts----*/
.custom-checkbox label.checked:after,
.custom-radio label.checked:after{
  background-color:#2db0b9;
}
.switch-input:checked ~ .switch-label{
  background-color:#2db0b9;
}
.input-group-addon.add-on-btn{
  background-color:#2db0b9;
}
.input-group-addon.add-on-btn:hover,
.input-group:hover .input-group-addon.add-on-btn{
  background-color:#245b74 !important;
  border-color:#245b74 !important;
}
.datepicker.dropdown-menu{
  background-color:#2db0b9;
}
.bootstrap-timepicker-widget.dropdown-menu{
  background-color:#2db0b9;
}
/*----pageNation----*/
.pagination{
  box-shadow:none;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
  border-color:#2db0b9;
  background-color:#2db0b9;
}
/*----leftNavi----*/
.vartical-nav{
  background-color: #4f565c;
  box-shadow: none;
}
.vartical-nav a{
  color:#fff;
}
.vartical-nav a.vartical-nav-brand{
  background-color:#2db0b9 !important;
}
.vartical-nav .vartical-nav-user{
  background-color: #3b444b;
}
.vartical-nav ul li.active a,
.vartical-nav ul li:hover a{
  background-color:#2db0b9;
  color:#fff;
}
#langSelector{
  background-color:#4f565c !important;
  color:#fff !important;
}
.vartical-nav .vartical-nav-bottom>a{
  background-color:#3b444b;
}
.vartical-nav ul li ul {
  border-left: 2px solid #e5e6e7;
  margin-left: 15px;
}
.vartical-nav ul li.active ul li a:before {
  position: absolute;
  content: '\e86a';
  font-family: 'entypo';
  border: 8px solid transparent;
  right: 10px;
  margin-top: -8px;
}

/* 20220621renEwal
----------------------------------*/
header{
  max-height:fit-content;
}
.c-belt{
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:100%;
  height:48px;
  position:fixed;
  top:0;
  background:#227b90;
  z-index:999;
}
.c-belt-list{
  list-style:none;
  margin:0;
  display:flex;
}
.c-belt-list li{
  padding:0 1em;
  font-size:12px;
  color:#fff;
  line-height:1;
  position:relative;
}
.c-belt-list li.last{
  padding-right:0;
}
.c-belt-list li span{
  margin-left:.5em;
}
.c-belt-list li a{
  margin-left:.5em;
  padding:3px .75em;
  font-size:10px;
  color:#302641;
  background:#fff;
  border-radius:5px;
}
.c-belt-list li::before{
  content:'';
  width:1px;
  height:100%;
  position:absolute;
  left:0;
  background:#fff;
}
.c-belt-list li.first::before{
  display:none;
}
.c-header{
  margin:0;
  padding:0 20px;
  display:flex;
  width:100%;
  height:50px;
  justify-content:flex-start;
  align-items:center;
  position:fixed;
  top:48px;
  background:#fff;
  border:solid #f1f2f3;
  border-width:0 0 1px;
  z-index:999;
}
.c-header h1{
  font-size:0;
}
.c-header-title{
  margin:0 20px 0 20px;
  font-size:14px;
  font-weight:700;
  color:#333;
}
.c-header-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  margin-left: auto;
}
.c-header-list li{
  margin-left:20px;
  position:relative;
}
.c-header-list li a{
  padding:.95em 1em;
  font-size:10px;
  font-weight:400;
  color:#333;
  background:#f5f6f8;
  border-radius:5px;
}
.c-header-list li a:hover{
  font-weight:700;
  text-decoration:none;
}
.c-header-list li a span{
  margin-right:.5em;
  font-size:10px;
  color:#fff;
  background:#333;
  border-radius:50%;
}
.c-header-list li #langSelector{
  padding:0;
  font-size:10px;
  color:#333 !important;
  text-align:center;
  width:8em;
  height:31px !important;
  position:relative;
  top:14px;
  background:#f5f6f8 !important;
  border:none;
  border-radius:5px;
  appearance:none;
  cursor:pointer;
}
.c-header-list li.langSelector::before{
  content:'';
  width:6px;
  height:6px;
  position:absolute;
  border:solid #333;
  border-width:0 0 1px 1px;
  left:10px;
  top:48%;
  transform:translateY(-50%) rotate(-45deg);
  z-index:1;
}
.c-header-list li #langSelector option{
  background:#f5f6f8 !important;
}
.c-header-list li #langSelector:hover{
  font-weight:700;
}
.c-header-list li #langSelector::-ms-expand{
  display:none;
}


#menu {
  padding-left: 20px;
  width: 288px !important;
  height: calc(100vh - 98px);
  position: fixed;
  top: 98px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f1f2f3;

  /* Firefox用: デフォルト非表示 */
  scrollbar-width: none;
}
/* Chrome / Edge 用 */
#menu::-webkit-scrollbar {
  width: 8px;
}
#menu::-webkit-scrollbar-track {
  background: transparent;
}
#menu::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
#menu:hover {
  scrollbar-width: auto; /* Firefox: ホバー時にスクロールバー */
}
#menu:hover::-webkit-scrollbar-track {
  background: #f1f2f3;
}
#menu:hover::-webkit-scrollbar-thumb {
  background: #aaa;
}
#menu .side-navi{
  padding-top:40px !important;
  width:240px;
}
#menu .side-navi a{
  padding:0 5px;
  line-height:40px !important;
  height:40px !important;
}
#menu .side-navi>li{
  padding:0;
  border:none;
}
#menu .side-navi li a{
  margin-bottom:5px;
  font-size:13px;
  color:#333;
  text-shadow:none;
  background:none;
  border-radius:20px;
  padding:0 20px 0 20px;
}
#menu .side-navi li a:hover{
  background:#e5e6e7;
  font-weight: normal;
}
#menu .side-navi li a.active{
  font-weight: bold;
  background: #C7ECEE;
}
#menu .side-navi>li.active>a{
  color:#333;
  font-weight:700;
  background: #e5e6e7;
}
#menu .side-navi li a span.icon-l{
  position: absolute;
  top: 11px;
  right: 10px;
}
#menu .side-navi li ul li {
  line-height: 40px;
  padding-left: 5px;
}
#menu .side-navi li ul li a.entypo-right-open::before {
  position: absolute;
  top: 13px;
  right: 11px;
}

#layout{
  padding-top:98px !important;
  padding-left:288px !important;
}

header.c-page-title{
  margin:0;
  padding:40px 20px;
  font-size:22px;
  line-height:1;
  background:none;
  border:none;
}

/*--OPTIMA管理画面 UI調整対応
-------------------------------*/
.c-belt.demo{
  background:#333333;
}
.c-header.demo{
  background:#000;
  border:solid #000;
}
.c-header-title.demo{
  color:#fff;
}
