@charset "utf-8";
/* CSS Document */
/*===== 未公開在庫 =====*/
.mikoukai_zaiko{
   /* ▼ボタンの表示位置を画面の右下に固定 */
   position: fixed; /* ←表示場所を固定 */
   bottom: 0;   /* ←下端からの距離 */
   left: 0;    /* ←右端からの距離 */
   /* ▼最初は非表示にしておく */
   display: none;
   /* ▼配色・配置・文字の装飾など */
   background-color: #ea6b0d; /* ←背景色 */
   opacity: 1;        /* ←透明度 */
   border-radius: 7px 7px 0 0;  /* ←角丸の半径 */
   text-align: left;  /* ←文字の位置 */

   margin: 0px;          /* ←外側の余白 */
   padding: 10px;       /* ←内側の余白 */
   width:420px;
   height: 110px;
   z-index: 10;
   line-height: 1.4;
   
}

.mikoukai_zaiko h4{
	font-size:18px;
	margin: 0 0 0 15px;
	color:#FFF;
	padding: 0;
}
.mikoukai_contact{
	background-color:#FFF;
	display:block;
	border-radius:5px;
	height:40px;
	margin:10px 10px 0;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#ea6b0d;
	box-shadow:0 3px 0 #c55400;
}
.mikoukai_zaiko_close{
	position:absolute;
	color:#FFF;
	font-size: 28px;
	font-weight: bold;
	top:0;
	right:0;
	width: 39px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/*モーダル用*/
.js-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.js-modal__main {
  width: 420px;
  height: 500px;
  padding: 16px;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  background: #eee;
  border-top: 10px solid #ea6b0d;
  border-radius:4px 4px 0 0;
  position: fixed;
  z-index: 11;
  opacity: 0;
}

/* .js-modal__btn {
    color:#76952f;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
} */
.js-modal__btn--close {
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}
.js-modal__btn--close--fix {
  width: 30px;
  height: 30px;
  /* background: #333; */
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 101;
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close--fix:before{
  content:"";
  width: 20px;
  height: 20px;
  border-right: 3px solid #606060;
  transform: rotate(-45deg);
  position: absolute;
  top:12px;
  left:-3px;
}
.js-modal__btn--close--fix:after{
  content:"";
  width: 20px;
  height: 20px;
  border-right: 3px solid #606060;
  transform: rotate(45deg);
  position: absolute;
  top:-2px;
  left:-3px;
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.js-modal__main._slideUp {
animation: SlideUp .5s ease-in-out forwards;
}
.js-modal__main._slideDown {
animation: SlideDown .5s ease-in-out forwards;
}


.js-modal__main h4{
	font-size:18px;
	margin:0 0 15px;
}
dl.contact_disp{
	margin:5px 5px;
}
dl.contact_disp dt{
	font-size:16px;
	font-weight:bold;
}
dl.contact_disp dd input[type='text']{
	display:block;
	padding:7px;
	width:100%;
	font-size:16px;
	line-height:1.5;

}
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;
}
#send_Bt1{
	text-align:center;
	line-height:55px;
	cursor: pointer;
	display: block;
	width: 247px;
	height: 55px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ea6b0d;
	box-shadow:0 3px 0 #96460a;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

#clear_Bt1{
  cursor: pointer;
  display: block;
  width: 180px;
  height: 55px;
  border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#c5c5c5;
	margin:0 auto 10px;
	color:#FFF;
	font-weight:bold;
}
#clear_Bt1:hover{
	background-color:#5a5a5a;
}
.button_block{
	width:100%;
	margin:15px 0 0;
	display:flex;
	justify-content: space-around;
}

@media screen and (max-width: 680px) {
	.mikoukai_zaiko{
	   width:100%;
	   height: 90px;
	   border-radius:0;
	  }
	.js-modal__main {
		width: 100%;
		z-index: 1000;
	}
	.mikouka_up{bottom: 0px !important;}
  .mikoukai_zaiko h4{
		font-size:16px;
	}
	.mikoukai_contact{
		height:35px;
		margin:10px 10px 0;
		line-height:35px;
	}

}