@charset "utf-8";
/* CSS Document */

.mb20{
	margin-bottom:20px;
}
.mb50{
	margin-bottom:50px;
}
.f20{
	font-size:20px;
}
@media only screen and (max-width: 768px) {
.f20{
	font-size:inherit;
}
}
.bold{
	font-weight:bold;
}
.com-ent-list{
	width:980px;
	margin:0 auto;
	padding-bottom:100px;
}
.com-ent-list ul{
	margin-bottom:60px;
	letter-spacing:-.4em;
}
.com-ent-list li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0 40px 30px 0;
}
.com-ent-list li:nth-of-type(even){
	margin:0 0 30px 0;
}
.com-ent-list li div{
	letter-spacing:-.4em;
}
.com-ent-list li div img{
	float:left;
	letter-spacing:normal;
	width:230px;
	height:210px;
}
.com-ent-list li div dl{
	float:left;
	letter-spacing:normal;
	background:#000;
	box-sizing:border-box;
	width:240px;
	height:210px;
	padding:30px 20px;
	color:#fff;
	position:relative;
}
.com-ent-list li div dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.com-ent-list li div dd{
}
.com-ent-list li div dd a{
	border:1px solid #fff;
	position:absolute;
	bottom:30px;
	left:20px;
}
.com-ent-list li div dd a:hover{
	border:1px solid #fff;
}
@media only screen and (max-width: 768px) {
	.com-ent-list ul{
		margin-bottom:10%;
	}
	.com-ent-list{
		width:94%;
		margin:0 auto;
		padding-bottom:10%;
	}
	.com-ent-list li{
		width:100%;
		margin:0 0 5% 0;
	}
	.com-ent-list li:nth-of-type(even){
		margin:0 0 5% 0;
	}
	.com-ent-list li div{
		display:table;
	}
	.com-ent-list li div img{
		display:table-cell;
		vertical-align:top;
		width:100%;
		height:auto;
	}
	.com-ent-list li div dl{
		display:table-cell;
		vertical-align:top;
		background:#000;
		width:100%;
		height:auto;
		padding: 3%;
	}
	.com-ent-list li div dd a{
		position:relative;
		bottom:auto;
		left:auto;
		margin:15% 0 0 0;
		display:block;
	}
}
.map {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width:900px;
	margin:0 auto;
}
.sec-ekiben .map {
    height: auto;
    position: static;
    padding: 0;
    width: 100%;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company-list{
	padding:0 40px;
}
.company-list dl{
	letter-spacing:-.4em;
	border-bottom:1px solid #000;
	padding:30px 70px;
}
.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.company-list dt{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:130px;
	margin-right:80px;
	font-weight:bold;
}
.company-list dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:540px;
}
@media only screen and (max-width: 768px) {
	.map {
		width:94%;
		padding-bottom: 100%;
	}
	.company-list{
		padding:0 3%;
	}
	.company-list dl{
		padding:5% 0;
	}
	.company-list dt{
		display:block;
		width:100%;
		margin:0 0 3% 0;
		text-align:center;
	}
	.company-list dd{
		display:block;
		width:100%;
		text-align:center;
	}
	.company-list p img{
		width:100%;
	}
}
.company-kv .kv:before{
	display:none;
}
.company-box dt{
	font-size:18px;
	font-weight:bold;
	color:#C71331;
	margin:20px 0;
	text-align:center;
}
.company-box dd{
	width:680px;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
	.company-kv .kv{
		width:100% !important;
	}
	.company-kv .frame-mid{
		position:relative;
		width:90%;
		margin:5% auto 5%;
		left:0;
		padding:3% 0;
	}
	.company-kv .pane-f{
		color:#000 !important;
	}
	.company-box dt{
		width:94%;
		margin:5% auto;
	}
	.company-box dd{
		width:90%;
		margin:0 auto;
	}
}
.ir-table{
	width:900px;
	margin:0 auto;
}
.ir-table ul{
	letter-spacing:-.4em;
	margin-bottom:20px;
}
.ir-table li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0 40px 30px 0;
}
.ir-table li:nth-of-type(even){
	margin:0 0 30px 0;
}
.ir-table table{
	border:2px solid #ccc;
	border-collapse:collapse;
}
.ir-table table tr{
	border:1px solid #ccc;
	border-collapse:collapse;
}
.ir-table table thead th{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:20px 15px;
	color:#fff;
	background:#000;
	text-align:center;
	vertical-align:middle;
}
.ir-table table tbody th{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:30px 15px;
	font-weight:bold;
	background:#EBEBEB;
	text-align:center;
	vertical-align:middle;
}
.ir-table table tbody td{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:30px 15px;
	vertical-align:middle;
	text-align:right;
}
.ir-button ul{
	letter-spacing:-.4em;
	width:900px;
	margin:20px auto
}
.ir-button li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	text-align:center;
	margin:0 10px 10px 0;
	box-sizing:border-box;
}
.ir-button li:nth-of-type(3n){
	margin:0 0 10px 0;
}
.ir-button li a{
	display:block;
	width:293px;
	border:2px solid #000;
	font-weight:bold;
	padding:5px 0;
	position:relative;
	box-sizing:border-box;
}
@media only screen and (max-width: 768px) {
	.ir-table{
		width:94%;
		margin:0 auto;
	}
	.ir-table ul{
		margin-bottom:3%;
	}
	.ir-table li{
		width:100%;
		margin:0 0 3% 0;
	}
	.ir-table li:nth-of-type(even){
		margin:0 0 3% 0;
	}
	.ir-table div{
		width:100%;
		overflow-x:scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom:5%;
	}
	.ir-table div::-webkit-scrollbar{
			height: 5px;
	}
	.ir-table div::-webkit-scrollbar-thumb{
			background: #000;
			border-radius: 10px;
	}
	.ir-table div::-webkit-scrollbar-track-piece{
			background: #EBEBEB;
	}
	.ir-table table{
		width:800px;
	}
	.ir-button ul{
		width:90%;
		margin:5% auto;
	}
	.ir-button li{
		margin:0 0 3% 0;
		width:100%;
	}
	.ir-button li:nth-of-type(3n){
		margin:0 0 3% 0;
	}
	.ir-button li a{
		width:100%;
		padding:3% 0;
	}
}
.recruit-text{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:720px;
	margin:50px auto;
}
.recruit-ent-button dl{
	margin-bottom:50px;
	letter-spacing:-.4em;
}
.recruit-ent-button dl dt{
	letter-spacing:normal;
	text-align:center;
	margin-bottom:30px;
}
.recruit-ent-button dl dd{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	margin:0 30px 30px 0;
}
.recruit-ent-button dl dd:nth-of-type(even){
	margin:0 0 30px 0;
}
@media only screen and (max-width: 768px) {
	.recruit-text{
		font-size:14px;
		width:90%;
	}
	.recruit-ent-button dl{
		width:94%;
		margin:0 auto 10%;
	}
	.recruit-ent-button dl dt{
		margin:0 0 3% 0;
		width:100%;
	}
	.recruit-ent-button dl dd{
		margin:0 0 3% 0;
		width:100%;
	}
}
.recruit-img01{
	margin-bottom:50px;
}
.recruit-box01{
	padding:0 40px;
	margin-bottom:40px;
	clear:both;
}
.recruit-box01 img{
	float:left;
	margin:0 40px 40px 0;
}
.mizu img {
    margin: 0px auto 40px 40px;
    float: none;
}
.recruit-box01 dt{
	font-size:24px;
	color:#C61331;
	font-weight:bold;
	margin-bottom:20px;
}
.recruit-box01 dt span{
	font-size:18px;
	color:#000;
}
.recruit-box01 dd{
	line-height:2em;
	font-size:16px;
}
.recruit-button{
	text-align:center;
	margin-bottom:50px;
}
.recruit-number{
	letter-spacing:-.4em;
	margin-bottom:50px;
}
.recruit-number li{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	margin-right:16px;
}
.recruit-number li:nth-of-type(3){
	margin-right:0;
}
.share-buttons{
	letter-spacing:-0.4em;
	width:400px;
	margin:0 auto;
	text-align:center;
}
.share-buttons i {
	margin-right:5px;
	font-size:12px;
	line-height:1.5em;
}
.share-buttons a {
	letter-spacing:normal;
    position: relative;
    display: inline-block;
    width: 130px;
		padding:5px 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    text-decoration: none !important;
}
.share-buttons .facebook-button{
    background: #3B5999;
		border-radius:5px;
		transition:background 0.3s linear;
}
.share-buttons .facebook-button:hover{
    background: #6685C4;
}
.share-buttons .twitter-button{
    background: #02abee;
		transition:background 0.3s linear;
		border-radius:5px;
		margin:0 5px;
}
.share-buttons .twitter-button:hover{
    background: #63D3FE;
}
.share-buttons .line-button{
    background: #25AF01;
		border-radius:5px;
		transition:background 0.3s linear;
}
.share-buttons .line-button:hover{
    background: #32F301;
}
@media only screen and (max-width: 768px) {
	.recruit-img01{
		margin-bottom:5%;
	}
	.recruit-box01{
		padding:0 5%;
		margin-bottom:5%;
	}
	.recruit-box01 img{
		float:none;
		width:100%;
		margin:0 0 5% 0;
	}
	.share-buttons{
		width:100%;
	}
	.share-buttons a {
			width: 33.3%;
	}
	.share-buttons .facebook-button{
			border-radius:0;
	}
	.share-buttons .twitter-button{
			border-radius:0;
			margin:0;
	}
	.share-buttons .line-button{
			border-radius:0;
	}
	.recruit-number{
		margin-bottom:5%;
		text-align:center;
	}
	.recruit-number li{
		width:80%;
		margin:0 auto 3%;
	}
	.recruit-number li img{
		width:100%;
	}
}
.button-list{
	margin:30px 0 50px;
	text-align:center;
}
.button-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 10px 0;
}
.shopmap{
	text-align:center;
	margin:30px 0 50px;
}
.map-button-list{
	margin:30px 0 50px;
}
.map-button-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 10px 0;
}
.shopwrap .main-title .wrap{
	background:#f7f7f7;
}
.map-button-list li:not(:last-of-type) a.permalink{
	background:#C80740;
}
.map-button-list li:not(:last-of-type) a.permalink:hover{
	background:#fff;
	border:1px solid #C80740;
}
.map-button-list li:not(:last-of-type) .permalink > span{
  background: url(../img/common/arrow_double_right_white.png) no-repeat right center;
  color: #fff;
}
.map-button-list li:not(:last-of-type) .permalink:hover > span {
  background: url(../img/common/arrow_double_right_red.png) no-repeat right center;
  color: #C80740;
}
@media only screen and (max-width: 768px) {
	.button-list{
		margin:5% 0;
	}
	.map-button-list{
		margin:5% 0;
	}
}
.shopwrap{
	padding-bottom:50px;
}
.shop-iconlist{
	background:#fff;
	padding:20px 40px;
	margin-bottom:40px;
}
.shop-iconlist li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 5px;
	font-weight:bold;
	margin-right:4px;
}
.shop-iconlist li img{
	vertical-align:middle;
	margin-right:8px;
}
.shop-table{
	margin-bottom:50px;
}
.shop-table table{
	border:2px solid #ccc;
	border-collapse:collapse;
}
.shop-table table tr{
	border:1px solid #ccc;
	border-collapse:collapse;
}
.shop-table table tr th{
	border:1px solid #ccc;
	border-collapse:collapse;
	color:#fff;
	background:#000;
	box-sizing:border-box;
	height:55px;
	text-align:center;
	padding:0 10px;
	vertical-align:middle;
}
.shop-table table tr td{
	border:1px solid #ccc;
	border-collapse:collapse;
	text-align:center;
	box-sizing:border-box;
	height:100px;
	padding:0 5px;
	vertical-align:middle;
	background:#fff;
}
.shop-table table tr td:last-of-type{
	text-align:left;
}
.shop-table table tr td img{
	margin:2px;
        width: 34px;
}
@media only screen and (min-width: 768px) {
	.shop-table .J-WEST6{
  width: 140px;
}
}
@media only screen and (max-width: 768px) {
	.shop-table .J-WEST6{
  width: 120px;
}
}
.shop-table table tr td span{
	font-size:12px;
	color:#FF0000;
	display:block;
}
.shop-table table tr td small{
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
	.shop-iconlist{
		background:#fff;
		padding:3% 5%;
		margin-bottom:5%;
	}
	.shop-iconlist li{
		box-sizing:border-box;
		margin:0 0 2% 0;
		width:100%;
		font-size:87%;
	}
	.shop-table{
		width:100%;
		overflow:auto;
		padding-bottom:3%;
	}
	.shop-table table{
		width:900px;
		-webkit-overflow-scrolling: touch;
	}
	.shop-table::-webkit-scrollbar{
			height: 5px;
	}
	.shop-table::-webkit-scrollbar-thumb{
			background: #000;
			border-radius: 10px;
	}
	.shop-table::-webkit-scrollbar-track-piece{
			background: #EBEBEB;
	}
	.mizu img {
    margin: 0px auto 7% 5%;
    float: none;
    width: 90%;
}
}
.net-box{
	box-sizing:border-box;
	padding:50px 0;
	width:900px;
	border-bottom:1px solid #333333;
	letter-spacing:-.4em;
	margin:0 auto;
}
.net-box:last-of-type{
	border-bottom:none;
}
.net-box div{
	box-sizing:border-box;
	width:500px;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	text-align:center;
}
.net-box div:first-of-type{
	padding-right:40px;
	width:400px;
}
.net-box div h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.net-box div h4 span{
	font-size:14px;
	font-weight:100;
	display:block;
}
.net-box div p img{
	width:115px;
	margin:20px auto;
	display:block;
}
.net-box div dl{
	display:inline-block;
	vertical-align:top;
	width:222px;
	margin-left:25px;
}
.net-box div dl:first-of-type{
	margin-left:0;
}
.net-box div dl dt{
	margin-bottom:5px;
}
.net-box div dl dd{
	font-size:12px;
}
@media only screen and (max-width: 768px) {
.net-box{
	padding:10% 0;
	width:94%;
}
.net-box div{
	width:100%;
	display:block;
	padding:0;
}
.net-box div:first-of-type{
	padding:0;
	width:100%;
	display:block;
	margin-bottom:5%;
}
.net-box div dl{
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin-left:2%;
}
.net-box div dl:first-of-type{
	margin-left:0;
}
.net-box div dl img{
	width:100%;
}
.net-box div dl dt{
	margin-bottom:5px;
}
.net-box div dl dd{
	font-size:12px;
}
}
.nowrap{
	white-space:nowrap;
}

@media only screen and (max-width: 768px) {
.nowrap{
	white-space:normal;
}
}
.shop-table table tr td .map_pop {
	color: #535353;
    background-color: #CCC;
    border-radius: 100px;
    padding: 2%;
    width: 80%;
    margin: auto;
		display: block!important;
}
span.lb-number {
	display: none!important;
}
@media screen and (max-width: 480px) {
	.osaka_map {
    overflow-y: auto;
    border-radius: 30px;
}
img.alignnone.size-full.wp-image-6175 {
    width: 160%;
    max-width: 1300px;
    display: block;
    margin: 5%;
}
}
.lb-data .lb-details {
	display: none;
}
.lb-nav {
	display: none!important;
}
