body {
	background-color:#F8F7F8;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    font-weight: 500;
	color:#635B62;
	}
@media screen and (min-width: 769px) {
/* PC用のスタイル記述 */
/*pc_header*/
#header {
	background-color:#F8F7F8;
	width:1008px;
	margin:0 auto;
	padding-top: 90px;
	}
#head{
	background-color:#F8F7F8;
	position: fixed;
	width: 1008px;
	top: 0;
	z-index: 10000;
	}
#sitelogo{
	float:left;
	width:250px;
	margin-top:20px;
	margin-bottom:20px;
	}
#sitelogo a{
	background-image:url(../img/sitelogo.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:250px;
	height:40px;
	}
#read01{
	float:left;
	width:40px;
	margin-top:22px;
	margin-left:30px;
	}
#read01 p a{
	background-image:url(../img/sns.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
	}
#read02{
	float:left;
	width:40px;
	margin-top:20px;
	margin-left:10px;
	}
#read02 p a{
	background-image:url(../img/Twitter_Logo_Blue.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
	}
#menu-cb,#menu-icon,#menu-background,#ham-menu{ display:none; }
/*pc_header*/

/*pc_navigation*/
#nav {
	float:right;
	margin:0 auto;
	}
#nav ul {
	display: flex;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 960px; 
	}
#nav ul li {
	flex: 1 0 auto; 
	}
#nav ul li a {
	font-family: 'Special Elite', cursive;
	font-size:16px;
	letter-spacing:0.1em;
	display: block;
	padding: 38px 16px 0 16px;
	color: #635B62;
	text-align: center;
	text-decoration: none; 
	}
#nav ul li a:hover {
	color:#E4E2E4;
	text-decoration: none; 
	}
.index #nav ul li.nav01 a,
.news #nav ul li.nav02 a,
.about #nav ul li.nav03 a,
.products_top #nav ul li.nav04 a,
.products_details #nav ul li.nav04 a{
	cursor:default;
	color:#635B62;
	}
/*pc_navigation*/

/*pc_contents_width*/
#contents {
	width:1008px;
	margin:0 auto;
	}
/*pc_contents_width*/
	

/*pc_title*/	
#title_about{
	width:1008px;
	margin:0 auto;
	}
#title_about02{
	clear:both;
	width:1008px;
	margin:0 auto;
	}
#title_about h2,
#title_about02 h2{
	font-family: 'Special Elite', cursive;
	font-size:50px;
	letter-spacing:2px;
	text-align:center;
	line-height:1.8em;
	color:#635B62;
	margin-top:30px;
	margin-bottom: 30px;
	}
/*pc_title*/


/*pc_footer*/
#footer {
	clear:both;
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:30px;
	}
#footer #foot{
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	width:1008px;
	height:30px;
	}
.copyright {
	font-size:10px;
	color:#827981;
	text-align:center;
	}
.footer_link a{
	color:#827981;
	text-decoration:none;
	word-break : break-all;
	}
.footer_link a:hover{
	color:#E4E2E4;
	text-decoration:none;
	word-break : break-all;
	}
/*pc_footer*/
}
@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */
/*tab_header*/
#header {
	background-color:#F8F7F8;
	width:768px;
	margin:0 auto;
	padding-top: 120px;
	}
#head{
	background-color:#F8F7F8;
	position: fixed;
	width: 768px;
	top: 0;
	z-index: 10000;
	}
#sitelogo{
	float:left;
	width:250px;
	margin-top:20px;
	margin-left:20px;
	}
#sitelogo a{
	background-image:url(../img/sitelogo.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:250px;
	height:40px;
	}
#read01{
	float:left;
	width:40px;
	margin-top:22px;
	margin-left:50px;
	}
#read01 p a{
	background-image:url(../img/sns.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
	}
#read02{
	float:left;
	width:40px;
	margin-top:22px;
	margin-left:10px;
	}
#read02 p a{
	background-image:url(../img/Twitter_Logo_Blue.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	width:40px;
	height:40px;
	}
/*tab_header*/



/*tab_navigation*/
#ham-menu {
	display:block;
	font-family: 'Special Elite', cursive;
	color:#F8F7F8;
    background-color: #3F383E; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
	}
#ham-menu ul li{
	margin-top:4%;
	padding:6%;
	border-bottom: 1px solid #CCC;
	}
#ham-menu ul li a{
	color: #F8F7F8;
	font-size: 18px;
	text-decoration:none;
	}
#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
	}
#menu-icon {
    background-color: #F8F7F8; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #3F383E; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 46px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
	}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
	}
#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
	}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
	}
#nav{ display:none; }
/*tab_navigation*/


/*tab_contents_width*/
#contents {
	clear:both;
	width:768px;
	margin:0 auto;
	overflow:hidden;
	}
/*tab_contents_width*/


/*tab_title*/	
#title_about{
	width:768px;
	margin:0 auto;
	}
#title_about02{
	clear:both;
	width:768px;
	margin:0 auto;
	}
#title_about h2,
#title_about02 h2{
	font-family: 'Special Elite', cursive;
	font-size:62px;
	letter-spacing:2px;
	text-align:center;
	line-height:1.8em;
	color:#635B62;
	margin-top:30px;
	margin-bottom: 30px;
	}
/*tab_title*/	


/*tab_footer*/
#footer {
	clear:both;
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:20px;
	}
#footer #foot{
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	width:768px;
	height:30px;
	}
.copyright {
	font-size:12px;
	color:#827981;
	text-align:center;
	}
.footer_link a{
	color:#827981;
	text-decoration:none;
	word-break : break-all;
	}
.footer_link a:hover{
	color:#E4E2E4;
	text-decoration:none;
	word-break : break-all;
	}
/*tab_footer*/
}
@media screen and (max-width: 600px) {
/* スマートフォン用のスタイル記述 */
/*sp_header*/
#header {
	background-color:#F8F7F8;
	width:100%;
	margin:0 auto;
	padding-top: 58px;
	}
#head{
	background-color:#F8F7F8;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
	}
#sitelogo{
	float:left;
	width:33%;
	display:block;
	margin-top:16px;
	margin-left:8px;
	}
#sitelogo a{
	background-image:url(../img/sitelogo.png);
	background-repeat:no-repeat;
	background-size:64% auto;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	}
#read01{
	float:left;
	/*width:40px;*/
	width:9%;
	display:block;
	margin-top:16px;
	/*margin-left:50px;*/
	}
#read01 p a{
	background-image:url(../img/sns.png);
	background-repeat:no-repeat;
	background-size:60% auto;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	/*width:40px;
	height:40px;*/
	}
#read02{
	float:left;
	/*width:40px;*/
	width:34%;
	display:block;
	margin-top:14px;
	margin-left:2px;
	}
#read02 p a{
	background-image:url(../img/Twitter_Logo_Blue.png);
	background-repeat:no-repeat;
	background-size:62% auto;
	background-position:0 0;
	text-indent:-9999px;
	display:block;
	/*width:40px;
	height:40px;*/
	}
/*sp_header*/


/*sp_navigation*/
#ham-menu {
	display:block;
	font-family: 'Special Elite', cursive;
	color:#F8F7F8;
    background-color: #3F383E; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
	}
#ham-menu ul li{
	margin-top:4%;
	padding:6%;
	border-bottom: 1px solid #CCC;
	}
#ham-menu ul li a{
	color: #F8F7F8;
	font-size: 18px;
	text-decoration:none;
	}
#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
	}
#menu-icon {
    background-color: #F8F7F8; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #3F383E; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 46px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
	}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
	}
#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
	}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
	}
#nav{ display:none; }
/*sp_navigation*/


/*tab_contents_width*/
#contents {
	clear:both;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
/*tab_contents_width*/


/*tab_title*/	
#title_about{
	width:100%;
	margin:0 auto;
	}
#title_about02{
	clear:both;
	width:100%;
	margin:0 auto;
	}
#title_about h2,
#title_about02 h2{
	font-family: 'Special Elite', cursive;
	font-size:30px;
	letter-spacing:2px;
	text-align:center;
	line-height:1.8em;
	color:#635B62;
	margin-top:30px;
	margin-bottom: 30px;
	}
/*tab_title*/	


/*sp_footer*/
#footer {
	clear:both;
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:10px;
	}
#footer #foot{
	background-color:#F8F7F8;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	width:100%;
	height:30px;
	}
.copyright {
	font-size:10px;
	color:#827981;
	text-align:center;
	}
.footer_link a{
	color:#827981;
	text-decoration:none;
	word-break : break-all;
	}
.footer_link a:hover{
	color:#E4E2E4;
	text-decoration:none;
	word-break : break-all;
	}
/*sp_footer*/
}