/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
.pink-box {
    border: 2px solid #ff33ff;
    padding: 3em;
		border-radius: 15px;
}


.btn-waku{
  text-align: center;
}
.btn-box {
    border: 2px solid #000;
	 border-radius: 5px;
    padding: 1em;
		display:inline-block; 
	  font-size: 1.5em;
	  color: #000; 
}




.pink-box2 {
    border: 2px solid #ff33ff;
    padding: 1em;
	  border-radius: 15px;
}

.btn-waku2{
  text-align: center;
	margin:2em;
}
.btn-box2 {
    border: 2px solid #000;
	 border-radius: 5px;
    padding: 0em 1em 1em;
		display:inline-block; 
	  font-size: 1.5em;
	  color: #000; 
}

.creca {}
.creca-list {
	display:inline-block;
	padding: 0 .2em;
}

div.su-spoiler-title{	
  font-size: 1em;
	color: #ff1493;
}

#top-header-img-top {
  margin: 0;
  z-index: 1;
  position: fixed;
  /*top: 0;*/
}
#top-copy{
	font-size:120%;
}
#top-copy2{
	text-align:center;
	font-size:140%;
}

.midashi {
font-size:22px;
border-left:5px solid darkorange;
border-bottom:1px solid darkorange; 
padding-left:5px
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

table { 
	width: 100%; 
	border: none;/* テーブルの横幅を指定する */
	}
table th, table td	{ 
	padding: 10px; 			/* セルの余白を指定する(上下左右) */
	border: 1px solid #666;	/* セルの境界線を実線で指定する */
}
table th	{ 
	background-color: #faf0e6;	/* ボックスの背景色を指定する */
	width: 30%; 			/* テーブルの見出しの横幅を指定する */
	text-align: center;		/* セル内のテキストの位置を指定（真ん中）する */
}
 
@media only screen and (max-width:480px){
	table {
		margin: 10px 10px; 
		/* テーブルの余白を指定する */
	}
table tbody {
   border: none;
	}
	table th, table td {
		width: 90%;			/* テーブルの見出しの横幅を指定する */
		display: block;		/* ブロックレベル要素化する */ 
		border-top: 1px solid #666;	/* セルの境界線を実線で指定する */
	}
	.mb-center{
		text-align:center;
	}
}
/* 求人用待遇 
.taigu-list{
	margin: 1px 0;
}
.taigu-list li {
	list-style-type: none;
	float: left;
	line-height: 150%;
}*/
.taigu {
  background: #c82c55;
  color: #FFF;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  margin-right: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	display: inline-block;
}
/*地域別求人ページCSS*/
.shop-rec-title {
	background: #e62e8b;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	color: white;
	padding: 10px 5px;
}
.shop-rec-title2 {
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	color: #e62e8b;
	padding: 10px 5px;
	border-bottom: solid 2px #e62e8b;
}
.shop-pr-head {
	line-height: 180%;
}
.shop-pr-box{
	background: #fff9ff;
	padding: 2px 2px 0;
}
.shop-pr-letter {
	padding: 0 5px 10px 15px;
	line-height: 180%;
}
.shop-name {
	font-weight: bold;
	text-decoration: underline;
}



.youtube_outer {
  width: 100%;
  padding-top: 42.6%;
  position: relative;
  top: 0;
  left: 0;
}


.youtube_outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video {
visibility: hidden;
}


.item_text{
  animation: key1 .3s ease infinite alternate;
	color: #000000;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}