@charset "utf-8";

/********** 【仮】 サイトの定義 **********

使用する文字サイズ：
10px
12px
14px
16px（基本）
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/




/********** メイン画像 **********/

#main_Image {
	width: 100%;
	height: 756px;
	padding-top: 190px;

	background-image: url("../../img/main_Image/pc/index.png");
	background-repeat: no-repeat;
	background-position: top 190px center;
}


main {

}




section {
	text-shadow:
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}




/********** 18歳未満による求人応募はご遠慮下さい ※トップページのみ適用 **********/

section#exit div.content {
	padding: 20px 0;
}




/********** 顔を出さなくても稼げる **********/

section#feature {
	/* border-bottom: 1px solid #ddd; */

	background-image: 
		url("../../img/pc/feature_bg_L.png"),	/* 左の背景画像のパス */
		url("../../img/pc/feature_bg_R.png"),	/* 右の背景画像のパス */
		url("../../img/pc/feature_bg.png");	/* 背景画像の背景画像のパス */

	background-position:
		left top,	/* 左の背景画像の表示位置 */
		right top,	/* 右の背景画像の表示位置 */
		center center;	/* 背景画像の表示位置 */

	background-repeat:
		no-repeat,	/* 背景画像の背景画像の設定 */
		no-repeat,	/* 左の背景画像の設定 */
		no-repeat;	/* 右の背景画像の設定 */
}

section#feature div.content h3 {
	height: unset;
	line-height: unset;
}

section#feature div.content h3 font {
	margin-right: 10px;
	padding: 0 10px;
	font-size: 60px;
	color: #ff33b0;
	background-image: linear-gradient(transparent 57.5%, #ffff00 0%)
}

section#feature div.content .text {

}

section#feature div.content .text p {
	margin-bottom: 20px;
	font-size: 24px;
}

section#feature div.content .text p b {
	font-weight: 900;
}


/*** 求人応募フォームはこちら ボタン画像 ***/
section#feature div.content .Btn_form {
	margin: 40px auto 0;
}




/********** 系列店一覧 （ グループ店舗一覧 ）※トップページのみ適用 **********/

section#shoplist {
	background-image: linear-gradient(rgba(255, 255, 255, 0.8)), url("../../img/bg_shoplist.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

section#shoplist div.content h3 font {
	color: #ff33b0;
}

section#shoplist div.content .List {
	width: 1200px;
	margin: 0 auto 12px; /* ドットアイコンの下に、元々8px のスペースがあるため */

	cursor: default; /* 選択できると誤解を招かないために、枠全体をマウスポインター表示に設定中 */
}


section#shoplist div.content p.caution {
	margin-top: 20px;
}
section#shoplist div.content p.caution::before {
	content: "※";
	color: #ff33b0;
}