/**
 *  CORE UI
 **/
.custom-file-label::after {
    content: "画像を変更する";
}
.cil {
    margin-right: 3px;
    font-size: 10px;
}
.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
}
.modal-body {
    min-height: 150px;
}
.table p {
    margin-bottom: 0;
}
.form-control {
    height: inherit;
}
/**
 *  Common
 **/
input::placeholder {
  color: #c0c0c0 !important;
}
.margin-xsmall-bottom {
    margin-bottom: 7px;
}
.required {
    color: red;
}
.section {
    margin-bottom: 15px;
}
.section-small {
    margin-bottom: 7px;
}
.thumbnail {
    width: 150px;
}
.back-icon-adjustment {
    position: relative;
    top: 1px;
}
.top-info {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 30px;
}
/**
 *  Flash
 **/
.alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 400px;
    z-index: 1;
}
/**
 *  Image
 **/
.img-expand {
    width: 100%;
}
.img-wrap {
    position: relative;
}
.img-wrap:hover .img-container {
    opacity: 1;
}
.img-container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.img-wrap.active .img-thumbnail {
    background-color: #f0f8ff !important;
    border: 1px solid #00008e !important;
}
.img-wrap img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.img-wrap:hover img {
    opacity: 0.3;
}
/**
 *  Order
 **/
.order-tab-content {
    background-color: transparent;
    border: none;
}
.order-tab-content .tab-pane {
    padding: 0;
}
.before-after-img-box {
    margin-bottom: 10px;
}
.note-box {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    min-height: 145px;
}
.note-box p {
    margin-bottom: 0;
}
.update-button {
    position: fixed;
    bottom: 30px;
    right: 50px;
    box-shadow: 1px 1px 2px #ccc;
    border-radius: .3rem;
}
.achievement_switcher {
    position: absolute;
    top: 0;
    right: 0;
}
.tag-box {
    background-color: #696969;
    color: white;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}
/**
 *  Litebox
 **/
.lum-lightbox.lum-open {
    z-index: 9999;
}
/**
 *  Swiper
 **/
.swiper-container {
    width: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}
/**
 *  Text
 **/
.hightlight {
    background: linear-gradient(transparent 40%, #efefef 60%);
    padding-bottom: 2px;
}
/**
 *  Documents
 **/
.form-control-inline {
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: #f9f9f9;
    border-radius: 0;
    margin-bottom: 5px;
}
.form-small {
    height: 25px;
}
/**
 *  Luminous Light Box
 **/
.lum-gallery-button {
    display: none;
}
.luminous{
    position: relative;
    display: block;
}
.luminous::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0,0,0,0.5);
    /* background-image: url("/img/zoom.svg"); */
    background-image: url("/img/zoom.svg");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
}
.luminous:hover::after {
    /* background-image: url("/img/zoom-hover.svg"); */
    background-image: url("/img/zoom-hover.svg");
}
.luminous-wrap {
    position: relative;
}
.luminous-wrap .luminous-trash {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    z-index: 1;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/img/trash.svg");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.luminous-trash:hover {
    background-image: url("/img/trash-hover.svg");
}
/* Img Wrap */
.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
.uk-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden;
}
.uk-form-custom select,
.uk-form-custom input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}
.img-wrap {
    position: relative;
    display: block;
}
.img-wrap:not(.nochange)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0,0,0,0.5);
    /* background-image: url("/img/zoom.svg"); */
    background-image: url("/img/change.svg");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
}
.uk-form-custom>input[type="file"]:hover+.img-wrap::after {
    /* background-image: url("/img/zoom-hover.svg"); */
    background-image: url("/img/change-hover.svg");
}
/**
 *  Loading
 **/
.loading-start {
    opacity: 1;
    transition: .1s linear opacity;
}
.loading-end {
    opacity: 0;
    transition: .1s linear opacity;
}
.loading-transparent {
    background-color: transparent !important;
}
.loading-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
}
.fulfilling-bouncing-circle-spinner {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
    box-sizing: border-box;
}
.fulfilling-bouncing-circle-spinner {
    height: 60px;
    width: 60px;
    position: relative;
    animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}
.fulfilling-bouncing-circle-spinner .orbit {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: calc(60px * 0.03) solid #1b7696;
    animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}
.fulfilling-bouncing-circle-spinner .circle {
    height: 60px;
    width: 60px;
    color: #1b7696;
    display: block;
    border-radius: 50%;
    position: relative;
    border: calc(60px * 0.1) solid #1b7696;
    animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
    transform: rotate(0deg) scale(1);
}
@keyframes fulfilling-bouncing-circle-spinner-animation {
    0% {
    transform: rotate(0deg);
    }

    100% {
    transform: rotate(360deg);
    }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
    0% {
    transform: scale(1);
    }
    50% {
    transform: scale(1);
    }
    62.5% {
    transform: scale(0.8);
    }
    75% {
    transform: scale(1);
    }
    87.5% {
    transform: scale(0.8);
    }
    100% {
    transform: scale(1);
    }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
    0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
    }
    16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
    }
    33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    }
    50% {
    border-color: inherit;
    transform: scale(1);
    }
    62.5% {
    border-color: inherit;
    transform: scale(1.4);
    }
    75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
    }
    87.5% {
    border-color: inherit;
    transform: scale(1.4);
    }
    100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
    }
}

/**
 *  Posts
 **/
/* post */
.section {
	margin-bottom: 20px;
}
.section-small {
	margin-top: 0;
	margin-bottom: 10px;
}
.main-panel {

}
.side-panel h4 {
	font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* mce */
.mytextarea {
width: 100%;
height: 700px;
}
.mce-tinymce {
	margin-bottom: 10px !important;
}
.uk-panel {
	position: relative;
    box-sizing: border-box;
} 
/* model */
.tab-content .tab-pane {
min-height: 400px;
}

/* model-dropzoon */
.tab-dropzone .tab-pane form {
min-height: 400px;
border: 2px dashed #2e6da4;
}
div#uplode form#my-dropzone div.dz-message {
margin-top: 20%;
}
.dz-message span{
font-weight: bold;
}
.dz-drag-hover{
background-color: #7acaff;
}
 
/* modal-mediabox */
.media-box{
max-height: 390px;
min-height: 390px;
overflow: auto;
margin-bottom: 30px;
}
.media-box h3.media-datatime{
clear: both;
padding-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #000;
}
.media-box .media-list {
padding: 5px;
text-align: center;
cursor: pointer;
}
.media-box .media-list .img-box{
border: 2px solid #ffffff;
min-height: 100px;
max-height: 100px;
overflow: hidden;
}
.media-box .media-list:hover .img-box{
border: 2px solid rgba(71, 136, 191,.4);
}
.media-box .media-list.media-checked .img-box{
border: 2px solid #4788bf;
}
.media-list .img-box img{
max-width: 100%;
max-height: 100%;
}
 
.media-detail{
border-left: 1px solid #ddd;
max-height: 415px;
min-height: 415px;
overflow: auto;
background-color: #f3f3f3;
display: none;
}
.media-img:hover {
	opacity: 0.8;
}
.mce-tinymce {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dropzone {
	display: block !important;
}
.tab-content .list-tab form {
	border: none;
}
.eyecatch-button {
	
}
.settings h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.setting-box {
	margin-bottom: 30px;
}
#eyecatch-img {
	margin-bottom: 10px;
}
#eyecatch-img img {
	width: 100%;
}
/* Image checkbox
================================================ */
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
.pt20{
  padding-top: 20px;
}
.label-checkbox input[type="checkbox"], 
.label-radio input[type="radio"] {
  display: none;
}
.label-checkbox,
.label-radio {
  cursor: pointer;
  color: #828c9a;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.label-checkbox .lever:before,
.label-radio .lever:before {
  content:"\f372";
  font-family: "IonIcons";
  margin-right: 7px;
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 0;
  opacity: 0;
}
.label-checkbox input[type="checkbox"]:checked + .lever,
.label-radio input[type="radio"]:checked + .lever {
  color: #4788bf;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before,
.label-radio input[type="radio"]:checked + .lever:before {
	content: "\f373";
	font-family: "IonIcons";
	color: #4788bf;
	font-size: 24px;
	width: 18px;
	height: 18px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 0.9;
	margin: 0;
	opacity: 1;
}
input[type="checkbox"].form-control {
    display: none;
}
input.form-control[type="checkbox"]:checked+.label-button {
    border-color: #20a8d8;
    background-color: #20a8d8;
    color: white;
}
.label-button {
    padding: 2px 10px;
    border: 1px solid #e4e7ea;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}
/**
 *  Loading
 **/
#loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0, .3);
    z-index: -1;
}
#loading-wrap.fade.show {
    z-index: 9999;
}
#loading-wrap #bars3 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    top: 50%;
    left: 50%;
    position: fixed;
    color: white;
}
#bars3 span {
  position: absolute;
  display: block;
  bottom: 10px;
  width: 9px;
  height: 15px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-animation: bars3 2s  infinite ease-in;
          animation: bars3 2s  infinite ease-in;
}
#bars3 span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#bars3 span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#bars3 span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#bars3 span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@keyframes bars3 {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  25% {
    background: #000000;
  }
  50% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: rgba(0, 0, 0, 0.25);
  }
}
@-webkit-keyframes bars3 {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  25% {
    background: #000000;
  }
  50% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: rgba(0, 0, 0, 0.25);
  }
}
/* Media Query
================================================ */
/* 大ディスプレイ */
@media screen 
    and (min-width: 1200px) {}
/* 小ディスプレイ */
@media screen 
    and (max-width: 1024px) {}
/* タブレット（Landscape） */
@media screen 
    and (min-width: 769px) 
    and (max-width: 1024px) {}
/* タブレット（Portrait） */
@media screen 
    and (min-width: 736px)
    and (max-width: 768px) {}
/* タブレット（Portrait） + スマートフォン */
@media screen 
    and (max-width: 768px) {
        /**
         *  Common
         **/
        .main .container-fluid {
            padding: 0 10px;
        }
        .card-body {
            padding: 1.25rem 0;
        }
    }
/* スマートフォン */
@media screen 
    and (max-width: 736px) {}
/* スマートフォン */
@media screen 
    and (max-width: 320px) {}