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

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #454545;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc3366;
}
a:hover {
	text-decoration: none;
	color: #ff9999;
}
a:active {
	text-decoration: none;
	color: #ff9999;
}

h1 {
	font-size: 14px;
	color: #ffeeee;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 14px;
	color: #ffffee;
	font-weight: bold;
	display: inline;
}
h3 {
	font-size: 14px;
	color: #cc3366;
	font-weight: bold;
	display: inline;
}

.header {
	background-image: url(parts/sp-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 100px;
	width: auto;
	margin-bottom: 10px;
}
.h1-box {
	text-align: left;
}
.main-box {
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.h2-box {
	text-align: center;
	margin-top: 60px;
}
.bold-blue {
	font-size: medium;
	color: #0044aa;
	font-weight: bold;
}

/****メニュー全体****/
#menu{
	/*配置*/
	position: fixed;
	top:  6px;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 80px;
	height: 25px;
	background: rgba(0,0,0,1);
	border: 1px solid #ffffff;
	margin-right: 6px;
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 16px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:  3px;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 16px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン
	background: #ffeecc; */
	width: 50%;
	list-style: none;
	/*配置*/
	position: absolute;
	top: 30px;/*#menu divの高さ*/
	right: 0;
	display: none;
}

#menu li{
	/*デザイン*/
	background: #F93;
	background: linear-gradient(#ffeecc, #ff9933 );
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 30px 30px 30px 30px;
	color: #933;
	font-weight: bold;
	/*border-bottom: 1px rgba(255,255,255,1) solid;
	配置*/
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}
/*** メインエフェクト ***/

.main-concept {
	color: #ffffff;
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-left: 6px;
	background-color: #000000;
	background-image: url(parts/cocktail-1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.to-manu {
	font-weight: bold;
	background-color: #333333;
	border: 1px solid #ffffff;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 3px;
	padding-top: 1px;
	padding-left: 3px;
}
.main-detail {
	background-color: #eeddcc;
	text-align: left;
	height: auto;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #aa6633;
	width: auto;
	display: block;
	overflow: hidden;
}
.page-title {
	text-align: center;
	height: 30px;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.page-title01 {
	background-image: url(parts/title_left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 30px;
	width: 90px;
}
.page-title02 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: transparent;
	text-align: center;
	float: left;
	height: 25px;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.page-title03 {
	background-image: url(parts/title_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 30px;
	width: 90px;
}
.detail-line {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	overflow: hidden;
}
.detail-1 {
	color: #003399;
	height: auto;
	width: 170px;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: medium;
}
.detail-2 {
	color: #333333;
	height: auto;
	width: 168px;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: medium;
}
.goto-large {
	font-size: medium;
	background-color: #f0e0ed;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
}
.detail-3 {
	text-align: left;
	height: auto;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 2px;
}
.recruit-title {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	background-color: #C66;
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
    text-shadow:2px 2px 3px #442222;
}

.image_auto{
	width: 100%;
	height: auto;	
}

.bottom-15px {
	margin-bottom: 15px;
	text-align: center;
}
.title-text {
	font-weight: bold;
	font-size: large;
	color: #C90;
}