/** ●共通フォーマット --------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500;700&display=swap');


/* ￥マーク対応のため */
@font-face {
  font-family: 'yen';
  font-weight: normal;
  src: local('Meiryo');
  unicode-range: U+005C;

}
:root {
	--main-color: #436F4A;
	--sub-color: #698273;
	--ac1-color: #698273;
	--ac2-color: #698273;

	--main-color-wrd: #2B7D48;
	--sub-color-wrd: #658B84;
	--ac1-color-wrd: #8EA884;
	--ac2-color-wrd: #8b656c;

	--main-color-mix: #E0BE07;
	--sub-color-mix: #5C6C7A;
	--ac1-color-mix: #DA7377;
/*	--sub-color-mix: #BB573A;
	--ac1-color-mix: #8CB9B0;
/*	--sub-color-mix: #586E7F;
	--ac1-color-mix: #E17374;*/
	--ac2-color-mix: #a39385;

	--main-color-tk: #2B7D48;
	--sub-color-tk: #658B84;
	--ac1-color-tk: #8EA884;
	--ac2-color-tk: #8b656c;
}

html, body {
	font-family: 'yen','Exo 2','Kosugi Maru',sans-serif;

}
body.view{
	padding-top:6.5rem;
	background-color:#F3F4F7;
}

nav.view{
	background-color:#2d2d2d!important;
	border-bottom: inset 7px var(--main-color);
}
.btn-view-info {
    color: #fff;
    background-color: var(--sub-color);
    border-color: var(--sub-color);
}
.btn-view-accent {
    color: #fff;
    background-color: var(--ac2-color);
    border-color: var(--ac2-color);
}

.view-right-bar-title{
	color: #fff;
	text-align:center;
	padding:0.2rem;
	margin : 1rem 0;
	background-color: var(--main-color);
}

img.link-icon {
	width: 100%;
	filter: drop-shadow(1.5px 1.5px 0.7px rgb(210, 210, 210)) ;
	border: inset 1px var(--sub-color);
	background-color: #FFF;
}
img.link-icon-open {
	width: 100%;
	filter: drop-shadow(1.5px 1.5px 0.7px rgb(210, 210, 210)) ;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li{
	display: inline;
	padding: 0 ;
	margin: 0;
}
.menu li a{
	display: block;
	border: 1px solid var(--ac1-color);
	border-left: 8px solid var(--ac1-color);

	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%,var(--sub-color) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	width:80%;
	padding: 3px 10px;
	text-decoration: none;
	color: #333;
	margin: 1px auto;
	text-align: left;
	font-size: 0.9rem;
}
.menu li a:hover{
	background-position: -100% 0;
}


main {
  padding-top: 1em;
}

h1,h2,h3,h4,h5,h6{
	color: #239bbe;
	font-weight: 500;
}
.moji_7 {
	font-size: 0.7rem;
}
.moji_8 {
	font-size: 0.8rem;
}



.h_top {
  margin: 0.25em 0em;/*上下 左右の余白*/
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px var(--main-color);/*左線*/
}

.compTitle{
  color: var(--main-color);/*文字色*/
  font-size: 3rem;
  font-weight: bolder;
}

a.home{
  padding: 0 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%,var(--main-color) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  text-decoration: none;
  font-size: 1.5rem;
  color: rgb(82, 82, 82);/*文字色*/
  transition: .3s;
}

a.home:hover{
  background-position: -100% 0;
  color: #fff;
}
a:hover{
   text-decoration: none;
}


label{
	color:#4d6085;
}
th{
	background-color:  var(--sub-color);
	 color: #ffffff;
	 font-size: 1.1rem;
}
td{
	font-weight: 500;
	color:#4d6085;
	font-size: 1.1rem;
}
tr.list td{
    padding: 0.2em;
    vertical-align: middle;
}
tr.list th{
    padding: 0.2em;
    vertical-align: middle;
    font-size: 1rem;
}
th.titleRow {
    background-color: #8080c0;
}
tr.userlist td{
    padding: 0.4em;
}
body {
	background-color: rgba(250,227,217,0.2);
}
nav{
	background-color: #80bcc7;
	font-weight: 500;
}

/* 折り返さないSpan */
span.not-break{
	word-wrap: nomal;
	word-break: keep-all;
}


.modal-middle {
	margin: 5% auto;
}

.modal-img_footer {
	padding: .5em;
 	text-align: center;
}

.header_btn {
	padding-right: 0;
	align-items: flex-end;
	justify-content: flex-end;
	display: flex;
}
input.form-control,input.form-control-sm {
	ime-mode:inactive;
}
input.serch {
	border:solid 1px #808080;
}

*:focus {
  outline: none !important;
}
input:focus {
    border:solid 2px #366ba7;
}

input.loginform-control {
	ime-mode:inactive;
}

textarea.form-control {
	font-size: 0.8rem;
}

/** ●メニュー --------------------------------------------*/
.navbar-brand		{	 color: #ffffff; }
.navbar-brand:hover	{	 color: #ffffff; }

h1.h1_tag{
	color: #fff;
	font-size: 0.8rem;
}

.h1_and_brand {
	display: flex;
	flex-direction: column;
}

.nav-link 			{ 	color: #ffffff;	}
.nav-link:hover		{ 	color: #ffffff;	}
.nav-link:active	{	color: #bbded6;	}


.navbar-toggler {
  border-color: #FAE3D9;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,227,217,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sub-menu {
	font-size: 0.9rem;
}

.page-header {
  margin-top: 0px;
}


#type-navi {
  list-style: none;
  overflow: hidden;
}

#type-navi li {
  width: 120px;
  text-align: center;
  display:inline-block;
  background-color: #333;
  float: left;
  height: 80px;
  margin-right: 2px;
  margin-top: 2px;
  padding: 5px;
}

#type-navi  a {
  text-decoration: none;
  display: block;
  color: #fff;
  width:100%;
  height:100%;
  padding-top :5px;
  padding-bottom :5px;
  font-weight: bold;
  font-size: 0.7em;
}

.white {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/** ●ファイル表示 --------------------------------------------*/
.custom-file {
  max-width: 20rem;
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}
.wrap a{
  display: inline-block;
}
img.prv {
	width: 150px;
	height: 150px;
	object-fit: cover;

}
/* 折り返さない一覧 */
.prv-list-text{
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 折り返さない一覧 */
.prv-list-text2{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

img.prv_top {
	width: 350px;
	height: 262px;
	object-fit: cover;
	pointer-events: none;
	margin:0 auto;
  	display:block;
}

img.prv_detail {
	width:  100px;
	height: 75px;
	object-fit: cover;

}
.lum-lightbox-inner{
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
img.prv_detail_smart {
	width: 85px;
	height: 100px;
	object-fit: cover;

}

img.logo {
	height: 40px;
	object-fit: cover;

}
img.logo_b {
	filter: drop-shadow(-0.1px -0.1px 0.2px rgb(140, 140, 140)) drop-shadow(1.5px 1.5px 0.7px rgb(210, 210, 210)) ;

}

.file_title {
	width: 110px;
 }

 img.prv_card {
	height: 150px;
	object-fit: cover;

}
/** ●ファイル選択用 --------------------------------------------*/
.img-thumbnail {
  cursor: pointer;
  height: 150px;
}

.image_box img.thumbnail.checked {
  border: 3px solid #4d6085; 	/* チェックが入った状態で枠表示 */
  box-sizing: border-box;	/* 線をwidthとheightに含める */
}
.image_box .disabled_checkbox {
  display: none; /* 非表示 */

}
.img-icon {
  cursor: pointer;
  width: 120px;
}

/** ●ボックス --------------------------------------------*/
.box28 {
    position: relative;
    margin: 0.5em 0 2em 0;
    padding: 30px 20px 20px;
    border: solid 2px var(--ac1-color);
    text-align: right;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: var(--ac1-color);
    color: #ffffff;
    font-weight: bold;
}
.box28 .text {
    margin:  0;
    padding: 0;
    color: var(--ac1-color);
    font-size: 30px;
    font-weight: bold;
}


.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px var(--ac1-color);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 span {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}


.box11 {
    padding: 0.5em 1em;
    margin: 1em 1em 0.5em 0;
    font-weight: bold;
    color: var(--ac1-color);/*文字色*/
    background:(none);
    border: solid 2px var(--ac1-color);/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box11 p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap:break-word;

}

input[type="text"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled]
{
	background-color: transparent;
    color: #363c70;
	border-style: none;
}

/** ●カードデザイン --------------------------------------------*/
.card3 {
	height: 80px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px #ccc;
}
.box3 {
	height: 100%;
    display: flex;
}

.image3 {

    height: 100%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}
.title3 {
    font-size: 40%;
    margin: 10px;
    color: #444;
}
.box3>.content3 {
	margin: 4px;
    width: 46%;
    color: #666;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.non-card {
    width: 100%;
    border: solid 1px #c0c0c0;/*線*/
    border-radius: 5px;
}
.non-card div.detail{
	margin :15px;
}

.non-card-img-box {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
  	background: linear-gradient(135deg, rgba(56,120,163,1) 0%, rgba(90,176,255,1) 100%);
  	border-radius:5px 5px 0 0 / 5px 5px 0 0;

 }
.non-card-img-box img {
	border-radius:5px 5px 0 0 / 5px 5px 0 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
     top: 0;
 }


.thumbnail-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
.thumbnail-wrapper::after {
  transition: 0.8s;
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #fff;
  opacity: 0;
}
.thumbnail-wrapper img{
  transition: 0.5s;
  transform: scale(1);
  display: block;
  max-width: 100%;
  opacity: 1;
}
.more-text {
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
  opacity: 0;
}
.non-card:hover .thumbnail-wrapper::after {
  opacity: 0.8;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}
.non-card:hover .thumbnail-wrapper img {
  opacity: 0.6;
  transform: scale(1.1);
}
.non-card:hover .more-text {
  opacity: 1;
  letter-spacing: 4px;
}

/** ●折りたたむやつ --------------------------------------------*/
.lum-lightbox  {
	 z-index: 1040;
}
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100px;
  margin: auto;
  padding: 0;
  border-radius: 2px;
  background: var(--ac1-color);
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  border-radius: 10px;/*角の丸み*/
}
.grad-trigger::after {
  content: "more";
}
.grad-trigger.is-show::after {
  content: "close";

}
.grad-trigger.is-show{
	bottom: -20px;
}
.grad-trigger:hover {
  background: #fff;
  color: #009e8f;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 210px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

.pikapika {
    display:block;
    background:#ffffff;
    padding: 0.1em 0.4em;
    text-align:center;
    border-radius:5px;

    border: 2px solid var(--ac1-color);
    margin:10px;
    color:#21284b;
}
.pikapika:hover{
	color:#ffffff;
    background:var(--ac1-color);
    animation: none;
}


.pikapika2 {
    display:block;
    background:#ffffff;
    padding: 0.1em 1em;
    text-align:center;
    border-radius:5px;
    border: #808080 2px;
    margin:10px;
    color:#21284b;
    animation: blink-btn2 0.5s linear infinite normal;
}
.pikapika2:hover{
	color:#ffffff;
    background:#808080;
    animation: none;
    text-decoration: none;
}
@keyframes blink-btn2{
  0% {
    box-shadow:0px 0px 0px 1px rgba(50,50,50,0.8);
  }
  100% {
	background:#808080;
    box-shadow:0px 0px 0px 5px rgba(50,50,50,0.3);
  }
}


.topic {
	position: relative;
 	margin: 3rem 0;
	padding: 0.5vh 0.5vw;
	border: solid 1.2px var(--sub-color);
	border-radius: 0 2px 2px 2px;
	height:15.5rem;
}
.topic .list{
  overflow-y: auto;
  height:100%;
  white-space: pre-wrap;
}
.topic .list::-webkit-scrollbar{
  width: 10px;
}
.topic .list::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px var(--sub-color);
}
.topic .list::-webkit-scrollbar-thumb{
  background: var(--ac1-color);
  border-radius: 10px;
  box-shadow: none;
}
.topic:before {
  font-size: 1rem;
  position: absolute;
  top: -24px;
  left: -1.2px;
  height: 24px;
  padding: 0 1em;
  content: attr(data-txt);
  color: #fff;
  border-radius: 2px 2px 0 0;
  background: var(--ac1-color);
  border-bottom: solid 1.2px var(--sub-color);
}

td.new-box {
  position: relative;
}
td.new-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index:98;
  border-top: 3.5rem solid  var(--main-color);
  border-right: 3.5rem solid transparent;
}
td.new-box:after {
  content: "NEW!";
  position: absolute;
  z-index:98;
  top: 0;
  left: 0;
  color: #FFF;
  font-size:1rem;
  transform: rotate(-45deg) translate(-5px, 5px);
}

.list-detail td{
	padding: 5px!important;
}
.m_fixed {
	z-index:99;
	position: fixed;
	border-top:15px solid #F3F4F7;
}

.stock-list{
	width: 100%;
	table-layout: fixed;
}

.stock-list th,.stock-list td {
	padding: 15px;
	border: 0;
	overflow-wrap: break-word;
}
.stock-list td span {
	white-space: break-spaces;
	line-height: 1rem;
}
.stock-list-head td,.stock-list-head {
	height:0px;
	padding: 0px;
	border: 0;
}
.stock-list th {
	background: var(--sub-color);
	border-left:1px solid #F3F4F7;
	font-size: 1rem;
}

tbody.stock-list-body{
	background: #fff;
	border: solid 2px var(--main-color);
}
.stock-list-space td, .stock-list-space{
	background: #F3F4F7;
	height:15px;
	padding: 0px;
	border: 0;
}
.stock-list-body td.body-border {
	border-left:2px solid var(--sub-color);
}


.stock-list-img-box{
   position: relative;
   overflow: hidden;

}
.stock-list-img-box img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    position: absolute;
    top: 5%;
}
