@charset "utf-8";

/*---------------------------------------------

基本スタイルシート

---------------------------------------------*/

/* ▼全体 */
* html, div, p, th, td, h1, h2, h3, h4, li, dt, dd {font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;}

html{font-size: 62.5%;}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

#wrap {overflow: hidden;}

/* ▼ヘッダー */
header {background: #f8f6e7;}

#header_wrap {
	width: 960px;
	height: 175px;
	margin: 0 auto;
	background: url("../img/header_bk.png") right 14px no-repeat;
	position: relative;
}

h1 {
	position: absolute;
	top: 36px;
}

/* ▼メインメニュー */
#header_menu {
	background: #8569ab;
	height: 68px;
	overflow: hidden;
}

#header_menu ul {
	position: relative;
	left: 50%;
	float: left;
}

#header_menu ul li {
	position: relative;
	left: -50%;
	float: left;
}

#header_menu ul li:first-child:before {
	content: url("../img/menu_line.png");
	position: absolute;
	left: 0;
	top: 25px;
}

#header_menu ul li:after {
	content: url("../img/menu_line.png");
	position: absolute;
	right: 0;
	top: 25px;
}

#header_menu ul li a {
	display: block;
	width: 140px;
	text-align: center;
}

#header_menu ul li.long a {width: 178px;}

#header_menu ul li img {padding: 25px 0;}

/* ▼CATEGORYエリア */
#category_area {
	background: url("../img/indexcategory_bk.gif");
	padding: 60px 0;
}

#category_box {
	width: 950px;
	margin: 0 auto;
}

#category_box h2 {
	text-align: center;
	margin-bottom: 55px;
}

#category_box ul li {
	width: 290px;
	margin: 0 40px 40px 0;
	float: left;
	font-size: 14px; font-size: 1.4rem;
}

#category_box ul li:nth-child(3n) {margin-right: 0;}

#category_box ul li img {
	border: solid 5px #fff;
	margin-bottom: 8px;
}

/* ▼FACEBOOKエリア */
#facebook_area {
	background: #8569ab;
	padding: 100px 0;
}

#facebook_box {
	width: 700px;
	margin: 0 auto;
	padding: 24px 0 30px 0;
	background: #fff;
}

#facebook_box h2 {
	text-align: center;
	margin-bottom: 25px;
}

.fb-page {margin-left: 100px;}

/* ▼SNSエリア 2023/04/25追加 */
#sns_area {background: #fff;}

#sns_box {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0 110px 0;
	background: #fff;
}

#sns_box h2 {
	text-align: center;
	margin-bottom: 80px;
}

#sns_list {
	display: flex;
	justify-content: center;
}

#sns_list li {margin: 0 45px;}

/* ▼フッター */
footer {background: #fff;}

footer p {
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	padding: 20px 0;
	color: #000;
}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

---------------------------------------------*/
