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


/* formatting styles
------------------------------*/
* {
	font-style: normal;
	line-height: 1.6em;
	margin: 0px;
	letter-spacing: 0pt;
	font-family: '"Meiryo",MS PGothic,Arial,Verdana';
}
body {
	font-size: 14px;
	width: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
.ttl_h1 {
	float: left;
	margin-left: 2%;
}
p {
	padding-left:2%;
	padding-right:2%;
}
.wrapper img {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
.tx_bold {
	font-weight: bold;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a img:hover {
	border-style: none;
}
a:link {
	color: #006CD9;
	text-decoration: underline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
a:visited {
	color: #006CD9;
}
a:hover {
	color: #E67506;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {
	text-decoration: none;
	color: #84FF84;
}
.footer_in a {
	color: #FFF;
	text-decoration: underline;
}
.footer_in a:visited {
	color: #FFF;
	text-decoration: underline;
}

.footer_in a:hover {
	color: #E67506;
	text-decoration: underline;
}
.footer_in a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* main styles
------------------------------*/
.wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

/* menu */
.header_menu {
	padding-bottom: 4.1%;
	float: left;
	width: 100%;
}
.menu {
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 20px;
}
/*clearfix*/
.menu:after {
	content: "";
	clear: both;
	display: block;
}
.menu li {
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*奇数のli要素に適応*/
.menu li:nth-child(odd) {
	border-right: 1px solid #000;
}
#menu1 {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #666;
	background-color: #000;
}
#menu1 a {
	display: block;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top:4px;
}
#menu1 a:hover {
	color: #FFF;
	background-color: #000;
	padding-top:4px;
}

#menu2 {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #666;
	background-color: #000;
}
#menu2 a {
	display: block;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top:4px;
}
#menu2 a:hover {
	color: #FFF;
	background-color: #000;
	padding-top:4px;
}

#menu3 {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #666;
	background-color: #000;
}
#menu3 a {
	display: block;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top:4px;
}
#menu3 a:hover {
	color: #FFF;
	background-color: #000;
	padding-top:4px;
}

#menu4 {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #666;
	background-color: #000;
}
#menu4 a {
	display: block;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top:4px;
}
#menu4 a:hover {
	color: #FFF;
	background-color: #000;
	padding-top:4px;
}
/* end menu */
.logo {
	float: left;
	width: 100%;
}
.header {
	width: 100%;
	float: left;
	margin-top: 8px;
}
.ttl_about {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.img_about {
	margin-bottom: 40px;
	width: 100%;
	float: left;
	margin-top: 10px;
}
.ttl_products {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ttl_bold p {
	font-weight: bold;
	margin-bottom: 10px;
}
.tx_products {
	margin-bottom: 40px;
}
.ttl_onlineshop {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.fb_page {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 82%;
}
.onlineshop {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.ttl_news {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.news {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.ttl_store {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.tx_store {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.store {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.about,
.products,
.footer {
	float: left;
	width: 100%;
}
.sns_button {
	float: right;
}
.copywrite {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
.img_products {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.footer {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.img_team {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

/* 210527リニューアルオープン用追加部分 */
.renewal {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.renewal .ttl_renewal {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.renewal .catch {
	font-size: 18px;
	padding-bottom: 10px;
}
.renewal .renewal_cnt {
	background: #f9f9f9;
	padding: 20px 0;
}
