@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img.img-btm {
	vertical-align: bottom;
}
a img:hover{ opacity:0.8;}
.site-header {
	border-top: 5px solid #e188b5;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px;
}
.site-header .container{position: relative;}
.site-header nav{
	position: relative;
	top: auto;
	right: auto;
	font-size: 13px;
}
.site-header nav ul{
	list-style: none;
	text-align: center;
	padding: 0px;
}
@media (min-width: 415px) {
	.site-header nav{
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 16px;
}
.site-header nav ul{
	list-style: none;
	text-align: right;
}
}
.site-header nav ul li{
	display: inline-block;
	border-right: 1px solid #FFF;
}
.site-header nav ul li:first-child{border-left: 1px solid #FFF;}
.site-header nav ul li a{
	padding: 3px 15px 2px;
	color: #FFF;
}
.feature-logo {
	text-align: center;
	font-size: 28px;
}
.feature-logo img {
	display: block;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.feature-logo strong {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #F00;
	width: 240px;
	border-radius: 8px;
	display: block;
	margin: 10px auto 0;
	padding: 5px;
}
.feature-header {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
@media (min-width: 415px) {
.feature-header {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
}

.feature-header-title {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	max-width: 460px;
	margin: auto;
	text-align: center;
}
.section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.movie-section {
	background-color: #ededed;
}
.movie-frame iframe{
	max-width:100%;
	}
.movie-section video{
	max-width:100%;}
.company-data {
	background-color: #FFF;
	padding: 20px 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	margin-top: 15px;
}
@media (min-width: 769px) {
	.company-data {
	margin-top: 0px;
}
}
.company-data h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px;
	border-bottom: 2px solid #FF0015;
	padding-bottom: 5px;
}
.company-data-table, .company-data-table th, .company-data-table td {
	border-bottom: 1px solid #666;
	padding: 5px 0.5em;
}
.company-data-table th {
	white-space: nowrap;
	vertical-align: top;
}
.title-h2 {
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	font-size: 24px;
	font-weight: bold;
}

.area-title {
	background-color: #B39C7A;
	padding: 8px 8px 8px 90px;
	border-radius: 8px;
	position: relative;
	height: 42px;
	margin-top: 90px;
	font-weight: bold;
	font-size: 24px;
	color: #006839;
}
.area-title img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.shop-thumb-list {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}
.shop-thumb-list li {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
.shop-thumb-list li a {
	display: block;
}

.shop-thumb-list img {
	display: block;
	border: 1px solid #ccc;
}
.shop-thumb-list li.cl3 {
	font-size: 14px;
	width: 50%;
}
.shop-thumb-list li.cl4 {
	font-size: 14px;
	width: 50%;
}
.shop-thumb-list li.cl5 {
	font-size: 14px;
	width: 33.3%;
}
.shop-thumb-list li.cl6 {
	font-size: 12px;
	width: 33.3%;
}
@media (min-width: 415px) {
.shop-thumb-list li.cl3 {
	font-size: 15px;
	width: 33.3%;
}
.shop-thumb-list li.cl4 {
	font-size: 16px;
	width: 25%;
}
.shop-thumb-list li.cl5 {
	font-size: 14px;
	width: 20%;
}
.shop-thumb-list li.cl6 {
	font-size: 14px;
	width: 16.66%;
}
}
.shop-list {
	list-style: none;
	font-size: 0px;
	margin: 15px 0px;
	padding: 0px;
}
.shop-list li {
	font-size: 16px;
	display: inline-block;
	width: 50%;
}
.shop-list li a {
	border: 1px solid #59B85E;
	display: block;
	margin: 5px;
	padding: 3px;
}
.section-list {
	list-style: none;
	font-size: 0px;
	margin: 15px 0px;
	padding: 0px;
}
.section-list li {
	font-size: 16px;
	display: inline-block;
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
	vertical-align: top;
}
.section-list .cell{font-size: 16px;
	display: inline-block;
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
	vertical-align: top;}
@media (min-width: 415px) {
	.section-list li.cl3 {
	width: 33.3%;
}
.section-list li.cl4 {
	width: 25%;
}
}
.title-h2.title-tonjob {
	background-color: #e188b5;
}
.section-list li a {
	display: block;
	margin: 10px;
}
.section-list li img {
	display: block;
	margin: auto auto 5px;
	border: 1px solid #ccc;
}
.bnr-list-hol {
	list-style: none;
	padding: 0px;
	margin-bottom: 20px;
}
.bnr-list-hol li {
	margin-bottom: 10px;
	text-align: center;
}
.landing-footer {
	border-top: 5px solid #e188b5;
	padding-top: 20px;
}
.title-footer-contact {
	color: #fff;
	background-color: #1c2a53;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-radius: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.footer-menu {
	margin-top: 0px;
}
.footer-menu dt {
	border-bottom: 5px solid #e6e6e6;
	font-size: 15px;
	color: #333;
	padding-left: 10px;
}
.footer-menu dd {
	padding-left: 10px;
}
.footer-menu dd ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.footer-menu dd ul li {
	white-space: nowrap;
	display: inline-block;
	border-right: 1px solid #CCC;
	margin-bottom: 5px;
}
.footer-menu dd ul li:first-child {
	border-left: 1px solid #CCC;
}
.footer-menu dd ul li a {
	padding: 3px 10px 2px;
}
.footer-copyright {
	color: #FFF;
	background-color: #e188b5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
}
