@charset "utf-8";


body {
  overflow-x: hidden;
}

.pt30 { padding-top: 30px !important;}

.sub {
	font-size: 65%;
	vertical-align: baseline;
}

.caution {
	font-size: 12px !important;
	line-height: 130% !important;
}

ul.txt-box-caution {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 20px;
}

ul.txt-box-caution li {
  margin-left: 1em;
	margin-bottom: 5px;
}

ul.txt-box-caution li:before {
	content: "※";
	margin-left: -1em;
}

.caption {
	font-size: 12px !important;
	line-height: 130% !important;
}

.indent01 {
	text-indent: -3.5em !important;
	margin-left: 5.5em !important;
}

.link_external img {
  width: 24px;
  padding-left: 5px;
}

.contents-inner p {
	margin-bottom: 20px;
}

.mainvisual {
  position: relative;
  overflow: hidden;
	margin-bottom: 20px;
}

.box-visual-top {
	z-index: 3;
  position: absolute;
  width: 100%;
 	top: 0;
	left: 0;
}

.box-visual-top .box-visual-top-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.box-visual-top .ttl-visual-top {
  width: 50%;
}

.slideshow {
  position: relative;
  width: 100%;
	padding-top: 40%;
	padding-top: -webkit-calc(620 / 1550 * 100%); 
  padding-top: calc(620 / 1550 * 100%); 
  overflow: hidden;
	background: url(/sp/meat/locomo/img/img_main_pc_01.jpg) center top no-repeat;
	background-size: 100%;
}

.slideshow .slide-item {
  position: absolute;
	width: 100%;
  height: 100%;
  display: none;
 	top: 0;
}

.slide-in {
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.slide-out {
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
	-moz-transition: 6s;
  -webkit-transition: 6s;
  -o-transition: 6s;
  -ms-transition: 6s;
  transition: 6s;
  z-index: 1;
}

.box-visual-img {
	position: relative;
  width: 100%;
	display: block;
	z-index: 1;
	margin-bottom: 30px;
}

.box-visual-ttl {
	position: absolute;
  width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.box-visual-ttl h2.ttl-visual-low {
	margin-top: 2.5%;
	font-size: 39px;
	font-size: 3.25vw;
	line-height: 130%;
	font-weight: bold;
	z-index: 2;
}

@media only screen and (min-width: 1281px) {

	.box-visual-top {
		left: -40px;
	}

}

@media only screen and (min-width: 1201px) {

	.box-visual-top .ttl-visual-top {
		width: 50%;
  	width: 50vw;
	}

}

@media only screen and (max-width: 640px) {

	.box-visual-top .ttl-visual-top {
  	width: 100%;
	}

	.slideshow {
		padding-top: 93%;
		padding-top: -webkit-calc(595 / 639 * 100%); 
  	padding-top: calc(595 / 639 * 100%); 
		background: url(/sp/meat/locomo/img/img_main_sp_01.jpg) center top no-repeat;
		background-size: 100%;
	}

	.slide-in {
  	-moz-transform-origin: center center;
  	-webkit-transform-origin: center center;
  	-o-transform-origin: center center;
  	-ms-transform-origin: center center;
  	transform-origin: center center;
	}

	.slide-out {
  	-moz-transform-origin: center center;
  	-webkit-transform-origin: center center;
  	-o-transform-origin: center center;
  	-ms-transform-origin: center center;
  	transform-origin: center center;
	}
	
	.box-visual-social {
		width: 100%;	
	}
	
	.social-outer {
		margin-right: -20px;
	}

	.box-visual-ttl h2.ttl-visual-low {
		margin-top: 3.5%;
		font-size: 28px;
		font-size: 4.375vw;
		text-align: left;
		text-shadow: -1px -1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF;
	}

}

.area-social {
  width: 100%;
  position: relative;
	margin-top: -20px;
}

.area-social .contents-inner {
	max-width: 1024px;
}

h3.ttl-locomo-01 {
	font-size: 28px;
	line-height: 100%;
  color: #FFFFFF;
	padding: 10px;
  text-align: center;
	margin: 0 auto 40px;
  position: relative;
	background: url(/sp/meat/locomo/img/bk_ttl_01.gif) repeat center top;
}

h3.ttl-locomo-02 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 130%;
}

h4.sttl-locomo-01 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}


@media only screen and (max-width: 640px) {

	h3.ttl-locomo-01 {
		font-size: 22px;
	}
	
	h3.ttl-locomo-02 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	h4.sttl-locomo-01 {
		font-size: 18px;
	}

}



.area-intro {
	padding-bottom: 60px;
  width: 100%;
  position: relative;
	background: url(/sp/meat/locomo/img/bk_intro_pc.png) no-repeat center top;
	background-size: 100%;
}

.area-intro .box-intro {
	position: relative;
}

.area-intro .intro-img {
	position: absolute;
	top: 25px;
	left: 8%;
	width: 130px;
}

.area-intro h3.intro-txt01 {
	text-align: center;
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;
	margin: 4% auto 30px;
	width: 100%;
}

.area-intro h3.intro-txt01 .red {
	color: #D2161A;
	font-weight: bold;
}

.area-intro p.intro-txt02 {
	margin: 0 auto;
	width: 62%;
	padding: 0;
}

@media screen and (min-width: 1281px) {

	.area-intro {
		background-position: center center;
	}
	
	.area-intro .intro-img {
		left: 10%;
	}
	
	.area-intro h3.intro-txt01 {
		margin-left: 50px;
	}

	.area-intro p.intro-txt02 {
		padding-left: 50px;
	}

}

@media screen and (max-width: 1180px) {

	.area-intro h3.intro-txt01 .only-pc {
		display: none;
	}

	.area-intro .intro-img {
		left: 7%;
	}

	.area-intro h3.intro-txt01 {
		width: 61%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		line-height: 160%;
	}

}

@media screen and (max-width: 980px) {

	.area-intro {
		background-position: center top;
	}

	.area-intro .box-intro {
		display: table;
		margin-right: 13%;
	}
	
	.area-intro .intro-img {
		position: relative;
		top: auto;
		left: auto;
		width: 13%;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.area-intro h3.intro-txt01 {
		width: 70%;
		font-size: 22px;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.area-intro p.intro-txt02 {
		margin: 10px auto 0;
		width: 83%;
	}

}

@media screen and (max-width: 640px) {

	.area-intro {
		background: url(/sp/meat/locomo/img/bk_intro_sp.png) no-repeat center top;
		background-size: 100%;
	}

	.area-intro .box-intro {
		display: table;
		margin-right: 24%;
	}

	.area-intro .intro-img {
		width: 80px;
	}

	.area-intro h3.intro-txt01 {
		width: auto;
		font-size: 20px;
	}

	.area-intro p.intro-txt02 {
		width: 100%;
	}
	
}

@media screen and (max-width: 480px) {

	.area-intro {
		background-position: center 3%;
	}
	
	.area-intro .box-intro {
		margin-right: 20%;
	}

	.area-intro .intro-img {
		width: 58px;
	}

	.area-intro h3.intro-txt01 {
		font-size: 16px;
		width: auto;
	}
	
}

@media screen and (max-width: 320px) {

	.area-intro {
		background-position: center 10%;
	}
	
	.area-intro h3.intro-txt01 {
		font-size: 98%;
	}
	
}



.area-nav-01 {
  width: 100%;
  position: relative;
}

.area-nav-01 .box-nav-article {
  width: 100%;
}

.area-nav-01 .nav-article-item {
  width: 100%;
  position: relative;
	margin-bottom: 70px;

}

.area-nav-01 .list-inview {
	position: absolute;
  width: 101%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	display: block;
	z-index: 2;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	-moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.area-nav-01 .mask {
	transform: translate(100%,0); 
	-webkit-transform: translate(100%,0); 
}

.area-nav-01 .nav-article-item a {
	width: 100%;
	display: block;
	-moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.area-nav-01 .nav-article-item a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.area-nav-01 .nav-article-item .article-item-photo {
	width: 100%;
	margin-bottom: 20px;
}

.area-nav-01 .nav-article-item .article-item-ttl {
	position: absolute;
	top: 3.5%;
	right: 2.5%;
	font-size: 39px;
	font-size: 3.25vw;
	line-height: 130%;
	font-weight: bold;
	text-align: right;
}

.area-nav-01 .nav-article-item.point-right .article-item-ttl {
	right: auto;
	left: 2.5%;
	text-align: left;
}

.area-nav-01 .nav-article-item .article-item-txt {
	padding: 10px 0 40px 25px;
	position: relative;
	background: url(/sp/meat/locomo/img/bk_article_01.gif) repeat-y left top;
}

.area-nav-01 .nav-article-item .article-item-txt p {
}

.area-nav-01 .nav-article-item .article-item-txt .article-item-btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #363D72;
	padding-right: 15px;
}

.area-nav-01 .nav-article-item .article-item-txt .article-item-btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	right: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #363D72;
	border-right: 2px solid #363D72;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 1201px) {

	.area-nav-01 .nav-article-item .article-item-ttl {
		font-size: 39px;
	}

}

@media only screen and (max-width: 1200px) {

	.area-nav-01 .nav-article-item .article-item-txt {
		margin-right: 20px;
		margin-left: 20px;
	}
	
}

@media only screen and (max-width: 640px) {

	.area-nav-01 .nav-article-item .article-item-txt {
		margin-right: 0;
		margin-left: 0;
		padding-left: 15px;
	}

	.area-nav-01 .nav-article-item .article-item-ttl {
		top: 3.5%;
		left: 3.5%;
		font-size: 28px;
		font-size: 4.375vw;
		text-align: left;
		text-shadow: -1px -1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF;
	}

	.area-nav-01 .nav-article-item.point-right .article-item-ttl {
		left: auto;
		right: 3.5%;
		text-align: right;
	}
	
}




.area-nav-02 {
	margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.area-nav-02 .box-nav-article {
  max-width: 1250px;
  margin: 0 auto;
	width: 100%;
}

.area-nav-02 .nav-article-item {
	float: left;
	width: 46%;
  position: relative;
	margin: 0 2% 5%;
}

.area-nav-02 .nav-article-item a {
	width: 100%;
	display: block;
	-moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: relative;
	text-decoration: none;
}

.area-nav-02 .nav-article-item a:hover {
	opacity: 0.6;
}

.area-nav-02 .article-item-txt {
	padding: 10px 0 40px 25px;
	position: relative;
	background: url(/sp/meat/locomo/img/bk_article_01.gif) repeat-y left top;
}

.area-nav-02 .article-item-ttl {
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
	font-weight: bold;
}

.area-nav-02 .article-item-txt p {
}

.area-nav-02 .article-item-btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #363D72;
	padding-right: 15px;
}

.area-nav-02 .article-item-btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	right: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #363D72;
	border-right: 2px solid #363D72;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.area-nav-02 .article-item-photo {
	width: 100%;
	margin-bottom: 20px;
}


@media only screen and (max-width: 640px) {

	.area-nav-02 .box-nav-article {
		width: 100%;
	}

	.area-nav-02 .nav-article-item {
		float: none;
		width: 100%;
		margin: 0 0 5%;
	}
	
	.area-nav-02 .article-item-ttl {
		font-size: 20px;
	}
	
}


.area-link {
	padding-bottom: 50px;
	margin-bottom: 10px;
  width: 100%;
  position: relative;
	background: #E6E6E6;
}

.box-link-banner {
	width: 640px;
	margin: 0 auto;
}

.link-banner-left {
	width: 289px;
	float: left;
}

.link-banner-right {
	width: 289px;
	float: right;
}

.link-banner-center {
  width: 50%;
	margin: 0 auto;
}

.sp-main-area {
  margin: 0 auto 20px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	background-color: #fff;
}

.sp-main-area a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.sp-main-area img {
  width: 100%;
}

.sp-main-area figure {
  background-color: #fff;
}

.sp-main-area:hover {
  background: rgba(146, 135, 105, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sp-main-area:hover img {
  opacity: 0.8;
}

.box-sp-list {
  padding: 12px 20px 0;
}

.ttl-arrow{
  background: url(/shared/img/svg/ar01.svg) no-repeat center right;
  display: table;
  width: 100%;
}

p.ttl-sp {
  font-size: 16px;
  font-weight: bold;
  color: #df0000;
  display: table-cell;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  vertical-align: middle;
  padding-right: 20px;
}

p.txt-sp{
  margin: 8px 0 0;
  font-size: 13px;
  color: #65562d;
  padding: 0 20px 14px;
}

@media only screen and (max-width: 640px) {

	.box-link-banner {
		width: 100%;
	}

  .link-banner-left {
		width: 100%;
		max-width: 289px;
		float: none;
    margin: 0 auto 30px;
  }
	
  .link-banner-right {
		width: 100%;
		max-width: 289px;
		float: none;
    margin: 0 auto 30px;
  }

	.link-banner-center {
		float: none;
    width: 100%;
    margin: 0;
	}
	
  .box-spsite{
    padding-bottom: 35px;
  }
	
  .sp-main-area:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
  }
	
  .sp-main-area:hover img {
    opacity: 1;
  }

}



/* INDEX */

.area-about-locomo {
  width: 100%;
  position: relative;
	margin-bottom: 70px;
}

.box-about-locomo {
  position: relative;
	padding: 40px 50px;
	background: #62BEEF;
}

.box-about-locomo h3 {
	width: 100%;
	margin-bottom: 40px;
}

.box-about-left {
	width: 75%;
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	float: left;
}

.box-about-right {
	width: 150px;
	margin-right: 20px;
	float: right;
}

.box-about-right a {
	color: #FFFFFF;
	width: 100%;
	display: block;
	-moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: relative;
	text-decoration: underline;
}

.box-about-right a:hover {
	text-decoration: none;
	opacity: 0.6;
}


@media screen and (max-width: 980px) {

	.box-about-left {
		width: 77%;
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}

	.box-about-right {
		margin-right: 0;
	}

}


@media screen and (max-width: 640px) {

	.area-about-locomo {
		margin-bottom: 50px;
	}

	.box-about-locomo {
		padding: 30px;
	}

	.box-about-locomo h3 {
		margin-bottom: 20px;
	}

	.box-about-left {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.box-about-right {
		width: 180px;
		float: none;
		margin: 0 auto;
	}

}

@media screen and (max-width: 480px) {

	.box-about-locomo {
		padding: 30px 20px;
	}
}



/* LOCO_TORE */

.area-locotore {
	position: relative;
  width: 100%;
	margin-bottom: 100px;
}

.area-locotore .contents-inner {
	max-width: 1024px;
}

.area-locotore .box-locotore-left {
	width: 40%;
	float: left;
}

.area-locotore .box-locotore-right {
	width: 56%;
	float: right;
}

.area-locotore .box-locotore-right a {
	width: 48%;
	float: left;
	margin: 0 1% 30px;
	color: #363D72;
	text-decoration: underline;
	display: block;
}

.area-locotore .box-locotore-right a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.area-locotore .box-locotore-right a img {
	margin-bottom: 5px;
}


@media screen and (max-width: 980px) {

	.area-locotore .box-locotore-left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.area-locotore .box-locotore-right {
		width: 100%;
		float: none;
	}

}


@media screen and (max-width: 480px) {

	.area-locotore .box-locotore-right a {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}

}




/* DATA */

.area-data {
	position: relative;
  width: 100%;
	margin-bottom: 70px;
}

.area-data .contents-inner {
	max-width: 1024px;
}

.area-data .ttl-ougon {
	position: relative;
	display: table;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}

.area-data .ttl-ougon h3 {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	margin-bottom: 0;
}

.area-data .ttl-ougon .ttl-img {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
}

.area-data h4.sttl-locomo-01 {
	color: #DA9434;
	font-weight: bold;
}

.area-data .box-data-center-01 {
	width: 100%;
	margin-bottom: 70px;
}

.area-data .box-data-left-01 {
	width: 67%;
	float: left;
	margin-bottom: 30px;
}

.area-data .box-data-right-01 {
	width: 27%;
	float: right;
	margin-bottom: 30px;
}

.area-data .box-data-center-02 {
	width: 100%;
	margin-bottom: 30px;
}

.area-data .box-data-left-02 {
	width: 32%;
	float: left;
	margin-left: 8%;
}

.area-data .box-data-right-02 {
	width: 43%;
	float: right;
	margin-right: 8%;
}

.area-data .box-data-left-03 {
	width: 58%;
	float: left;
	margin-bottom: 50px;
}

.area-data .box-data-right-03 {
	width: 37%;
	float: right;
	margin-bottom: 50px;
}

.area-data .box-data-left-04 {
	width: 33%;
	float: left;
	margin-bottom: 50px;
}

.area-data .box-data-right-04 {
	width: 63%;
	float: right;
	margin-bottom: 50px;
}

.area-data .box-data-left-05 {
	width: 62%;
	float: left;
	margin-bottom: 50px;
}

.area-data .box-data-right-05 {
	width: 33%;
	float: right;
	margin-bottom: 50px;
}

.area-data .box-ougon {
	width: 100%;
	border: solid 2px #E88B8D;
	padding: 30px;
	border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto 100px;
  width: 96%;
}

.area-data .box-data-left-06 {
	width: 36%;
	float: left;
}

.area-data .box-data-left-06 .box-data-center-03 {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

.area-data .box-data-right-06 {
	width: 60%;
	float: right;
	text-align: center;
}

@media screen and (max-width: 980px) {

	.area-data .box-data-left-01 {
		width: 54%;
	}

	.area-data .box-data-right-01 {
		width: 40%;
	}
	
	.area-data .box-data-left-02 {
		width: 38%;
		margin-left: 2%;
	}

	.area-data .box-data-right-02 {
		width: 49%;
		margin-right: 2%;
	}
	
	.area-data .box-data-left-03 {
		width: 49%;
	}

	.area-data .box-data-right-03 {
		width: 45%;
	}
	
	.area-data .box-data-left-04 {
		width: 39%;
	}

	.area-data .box-data-right-04 {
		width: 55%;
	}
	
	.area-data .box-data-left-05 {
		width: 54%;
	}

	.area-data .box-data-right-05 {
		width: 39%;
	}
	
	.area-data .box-data-left-06 {
		width: 34%;
	}

	.area-data .box-data-left-06 .box-data-center-03 {
		width: 100%;
	}

	.area-data .box-data-right-06 {
		width: 64%;
	}

}

@media screen and (max-width: 640px) {

	.area-data .ttl-ougon {
		margin-bottom: 20px;
	}

	.area-data .ttl-ougon .ttl-img {
		width: 18px;
	}

	.area-data .box-data-left-01 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.area-data .box-data-right-01 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.area-data .box-data-left-02 {
		width: 60%;
		float: none;
		margin-bottom: 30px;
		margin-right: auto;
		margin-left: auto;
	}

	.area-data .box-data-right-02 {
		width: 80%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}	
	
	.area-data .box-data-left-03 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.area-data .box-data-right-03 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.area-data .box-data-left-04 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.area-data .box-data-right-04 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.area-data .box-data-left-05 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.area-data .box-data-right-05 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
  .area-data .box-ougon {
		width: auto;
    margin: 0 20px;
  }
	
	.area-data .box-data-left-06 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.area-data .box-data-left-06 .box-data-center-03 {
		width: 65%;
	}
	
	.area-data .box-data-right-06 {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 480px) {

	.area-data .box-data-right-01 {
		width: 80%;
	}
	
	.area-data .box-data-left-02 {
		width: 80%;
	}

	.area-data .box-data-right-02 {
		width: 100%;
	}
	
	.area-data .box-data-right-03 {
		width: 80%;
	}
	
	.area-data .box-data-left-04 {
		width: 80%;
	}
	
	.area-data .box-data-right-05 {
		width: 80%;
	}
	
  .area-data .box-ougon {
    width: 100%;
    margin: 0;
    padding: 25px 20px;
  }
	
	.area-data .box-data-left-06 .box-data-center-03 {
		padding-top :7%;
	}

}



/* PHYSICAL_EXERCISE */

.area-physical {
	position: relative;
  width: 100%;
	margin-bottom: 70px;
}

.area-physical .contents-inner {
	max-width: 1024px;
}

.area-physical h4.sttl-locomo-01 {
	color: #C27878;
	font-weight: bold;
}

.area-physical .box-physical-left-01 {
	width: 60%;
	float: left;
	margin-bottom: 50px;
}

.area-physical .box-physical-right-01 {
	width: 35%;
	float: right;
	margin-bottom: 50px;
}

.area-physical .box-physical-left-02 {
	width: 35%;
	float: left;
	margin-bottom: 50px;
}

.area-physical .box-physical-right-02 {
	width: 61%;
	float: right;
	margin-bottom: 50px;
}

.area-physical .box-physical-center-01 {
	width: 100%;
	margin-bottom: 20px;
}

.area-physical .box-physical-left-03 {
	width: 30%;
	float: left;
	margin-bottom: 20px;
}

.area-physical .box-physical-right-03 {
	width: 65%;
	float: right;
}

.area-physical .box-health {
	border: solid 2px #C27878;
	padding: 20px;
	border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
	width: 65%;
	float: right;
}

.area-physical .box-health .link-btn {
	width: 45%;
	float: left;
}

.area-physical .box-health .link-about {
	width: 50%;
	float: right;
}

@media screen and (max-width: 980px) {

	.area-physical .box-physical-left-01 {
		width: 52%;
	}

	.area-physical .box-physical-right-01 {
		width: 45%;
	}
	
	.area-physical .box-physical-left-02 {
		width: 45%;
	}

	.area-physical .box-physical-right-02 {
		width: 52%;
	}
	
	.area-physical .box-health {
		width: 100%;
		float: right;
	}

}

@media screen and (max-width: 640px) {

	.area-physical .box-physical-left-01 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.area-physical .box-physical-right-01 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.area-physical .box-physical-left-02 {
		width: 60%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.area-physical .box-physical-right-02 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.area-physical .box-physical-left-03 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.area-physical .box-physical-right-03 {
		width: 100%;
		float: none;
	}
	
	.area-physical .box-health .link-btn {
		width: 80%;
		float: none;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.area-physical .box-health .link-about {
		width: 80%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media screen and (max-width: 480px) {

	.area-physical .box-physical-right-01 {
		width: 80%;
	}
	
	.area-physical .box-physical-left-02 {
		width: 80%;
	}
	
  .area-physical .box-ougon {
    width: 100%;
    margin: 0;
    padding: 25px 20px;
  }
	
	.area-physical .box-health .link-btn {
		width: 100%;
	}

	.area-physical .box-health .link-about {
		width: 100%;
	}

}



.area-reference-locomo {
  width: 100%;
  position: relative;
	margin-bottom: 70px;
}

.box-reference-locomo {
  position: relative;
	padding: 40px;
	background: #62BEEF;
}

.box-reference-locomo h3 {
	width: 100%;
	margin-bottom: 50px;
}

.box-reference-locomo h4.sttl-locomo-01 {
	color: #363D72;
	font-weight: bold;
}

.box-reference-locomo .box-reference-left {
	width: 69.5%;
	float: left;
}

.box-reference-locomo .box-reference-right {
	width: 26.5%;
	float: right;
}

.box-reference-locomo .box-physical-left-04 {
	width: 52%;
	float: left;
	text-align: center;
}

.box-reference-locomo .box-physical-right-04 {
	width: 45%;
	float: right;
}

.box-reference-locomo .box-physical-left-05 {
	width: 100%;
	margin-bottom: 20px;
}

.box-reference-locomo .box-physical-right-05 {
	width: 100%;
}

.box-reference-locomo .box-physical-left-06 {
	width: 33%;
	float: left;
}

.box-reference-locomo .box-physical-right-06 {
	width: 64%;
	float: right;
}

@media screen and (max-width: 980px) {
	
	.box-reference-locomo .box-reference-left {
		width: 100%;
		float: none;
	}

	.box-reference-locomo .box-reference-right {
		width: 100%;
		float: none;
	}
	
	.box-reference-locomo .box-physical-left-05 {
		width: 48%;
		float: left;
		text-align: center;
		mawrgin-bottom: 0;
	}

	.box-reference-locomo .box-physical-right-05 {
		width: 48%;
		float: right;
		text-align: center;
	}

}

@media screen and (max-width: 640px) {

	.box-reference-locomo {
		padding: 30px;
	}

	.box-reference-locomo .box-physical-left-04 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.box-reference-locomo .box-physical-right-04 {
		width: 100%;
		float: none;
	}
	
	.box-reference-locomo .box-physical-left-06 {
		width: 80%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	.box-reference-locomo .box-physical-right-06 {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 480px) {

	.box-reference-locomo {
		padding: 30px 20px;
	}
	
	.box-reference-locomo .box-physical-left-06 {
		width: 100%;
	}
	
	.box-reference-locomo .box-physical-left-05 {
		width: 100%;
		float: none;
	}

	.box-reference-locomo .box-physical-right-05 {
		width: 100%;
		float: none;
	}
	
}



/* RECIPE */

.area-recipe {
	position: relative;
  width: 100%;
	margin-bottom: 40px;
}

.area-recipe .contents-inner {
	max-width: 1024px;
}

.area-recipe .ttl-ougon {
	position: relative;
	display: table;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}

.area-recipe .ttl-ougon h3 {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	margin-bottom: 0;
}

.area-recipe .ttl-ougon .ttl-img {
	display: table-cell;
	vertical-align: middle;
	width: 62px;
}

.area-recipe h4 {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 60px;
}

.area-recipe h4 img {
	max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 980px;
  height: 60px;
}

.area-recipe h4.table {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 50px;
}

.area-recipe h4.table img {
	max-width: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
	width: 1200px;
  height: 50px;
}

.area-recipe .box-recipe-left {
	width: 48%;
	float: left;
}

.area-recipe .box-recipe-right {
	width: 48%;
	float: right;
}

.area-recipe a {
	display: block;
}

.area-recipe a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.area-recipe a:hover figure img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}

.area-recipe figure {
  overflow: hidden;
}

.area-recipe .box-recipe-link {
	margin-bottom: 30px;
}

.area-recipe .link-recipe-left {
	width: 48%;
	float: left;
}

.area-recipe .link-recipe-right {
	width: 48%;
	float: right;
}

.area-recipe .link-recipe-left figure {
	-webkit-border-top-right-radius: 10%;
	-moz-border-radius-topright: 10%;
	border-top-right-radius: 10%;
}

.area-recipe .link-recipe-right figure {
	-webkit-border-top-left-radius: 10%;
	-moz-border-radius-topleft: 10%;
	border-top-left-radius: 10%;
}

.area-recipe .link-recipe-center {
  width: 50%;
	margin: 0 auto 50px;
}

.area-recipe .recipe-ttl {
	text-align: center;
	display: block;
	width: 100%;
	padding: 5% 0;
	background: #EDEDED;
	font-weight: bold;
}

@media screen and (max-width: 980px) {

	.area-recipe .box-recipe-left {
		width: 100%;
		float: none;
	}

	.area-recipe .box-recipe-right {
		width: 100%;
		float: none;
	}
	
	.area-recipe .link-recipe-center {
  	width: 100%;
		text-align: center;
	}

}

@media screen and (max-width: 780px) {

	.area-recipe .ttl-ougon h3 .only-pc {
		display: none;
	}

}

@media screen and (max-width: 640px) {

	.area-data .ttl-ougon {
		margin-bottom: 20px;
	}

	.area-recipe .ttl-ougon .ttl-img {
		width: 53px;
	}
	
	.area-recipe .link-recipe-center {
  	width: 100%;
	}
	
}

@media screen and (max-width: 480px) {

	.area-recipe .link-recipe-left {
		width: 100%;
		float: none;
	}

	.area-recipe .link-recipe-right {
		width: 100%;
		float: none;
	}

	.area-recipe .link-recipe-left figure {
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}

	.area-recipe .link-recipe-right figure {
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
	}

}



.area-recipe .scroll-box {
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}
	
.area-recipe .scroll-box::-webkit-scrollbar {
  width: 20px;
  background: #999;
}

.area-recipe .scroll-box::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eee;
  border-radius: 5px;
}

.area-recipe .scroll-box::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.area-recipe .scroll-box::-webkit-scrollbar-thumb:horizontal {
  background: #999;
  border-radius: 5px;
}

.area-recipe table {
	margin: 0;
	padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin-bottom: 40px;
	overflow-x: auto;
}

.area-recipe table tbody {
  white-space: nowrap;
}

.area-recipe table .line02,
.area-recipe table .line03,
.area-recipe table .line05,
.area-recipe table .line06 {
	background-color: #EFEFEF;
}

.area-recipe table th {
	margin: 0;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.area-recipe table thead th {
	margin: 0;
	padding: 0 10px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	height: 90px;
  white-space: nowrap;
	border-left: solid 1px #CCCCCC;
}
	
.area-recipe table thead th:first-child {
	border-left: none;
}
	
.area-recipe table th span {
	font-size: 14px;
	font-weight: normal;
}

.area-recipe table td {
	margin: 0;
	text-align: center;
	border-left: solid 1px #CCCCCC;
	min-width: 150px;
}

.area-recipe table td img {
	margin: 3px;
}

.area-recipe table tbody th {
	padding: 0 11px;
	text-align: center;
}
	
.area-recipe table tbody th span {
	font-size: 12px;
	font-weight: normal;
}
	
.area-recipe table tbody .line02 th {
	padding: 15px 12px 9px;
}
	
.area-recipe table tbody .line03 th {
	font-size: 12px;
	font-weight: normal;
	padding: 0 15px 12px;
}

.area-recipe table .line02 td {
	font-weight: bold;
	vertical-align: middle;
	background-color: #EFEFEF;
	padding: 15px 0 9px;
}

.area-recipe table .line02 em {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.area-recipe table .line03 td {
	vertical-align: middle;
	padding-bottom: 15px;
}

.area-recipe table .line04 td {
	padding: 10px 0;
}

.area-recipe table .line05 td {
	padding: 10px 0;
	vertical-align: top;
}

.area-recipe table .line06 td {
	padding-bottom: 10px;
	vertical-align: top;
}

.area-recipe table .line05 em,
.area-recipe table .line06 em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

@media screen and (max-width: 980px) {

	.area-recipe .table-slide-arrow {
  	position: relative;
  	border: solid 1px #e4e1da;
	}

	.area-recipe .table-slide-arrow.after:after {
  	content: "";
  	width: 126px;
  	height: 80px;
  	background: url(/shared/img/svg/icon_cr03.svg) no-repeat;
  	opacity: 0.4;
  	position: absolute;
  	top: 30px;
  	left: 0;
  	right: 0;
  	margin: auto;
	}

}



/* COOKING */

.area-cooking {
	position: relative;
  width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
}

.area-cooking .contents-inner {
	max-width: 1024px;
}

.box-cooking-ttl{
	position: relative;
	display: table;
}

.area-cooking h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 130%;
	display: table-cell;
	vertical-align: middle;
}

.area-cooking .icon-cooking {
	width: 160px;
	height: 100px;
	display: table-cell;
	vertical-align: bottom;
}

.area-cooking em {
	color: #CC0000;
	font-style: normal;
}

.area-cooking .box-cooking-left-01 {
	width: 70%;
	width: -webkit-calc(100% - 340px); 
  width: calc(100% - 340px); 
	float: left;
}

.area-cooking .box-cooking-right-01 {
	width: 300px;
	float: right;
}

.area-cooking .list-component {
	background: #BBD7BC;
	width: 300px;
	padding: 20px 20px 10px;
	text-align: center;
}

.area-cooking .list-component h3 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 18px;
}

.area-cooking .list-component dl {
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.area-cooking .list-component dt {
	color: #519953;
}

.area-cooking .list-component dd {
	font-weight: bold;
	font-size: 20px;
}

.area-cooking .box-cooking-01 {
	margin-bottom: 40px;
}

.area-cooking .box-cooking-02 {
	margin-bottom: 60px;
	padding: 20px 20px 10px;
	border-top: double 3px #519953;
	border-bottom: double 3px #519953;
	position: relative;
}

.area-cooking .box-cooking-02 h3 {
	color: #519953;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 130%;
}

.area-cooking .box-cooking-02 ul li {
  position: relative;
	margin-left: 1.5em;
	margin-bottom: 10px;
}

.area-cooking .box-cooking-02 ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 8px;
  background-color: #519953;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.area-cooking .box-cooking-03 {
	width: 100%;
	padding-bottom: 70px;
	border-bottom: double 3px #519953;
}

.area-cooking .box-cooking-03 h3 {
	color: #519953;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 130%;
	border-bottom: solid 1px #519953;
}

.area-cooking .box-cooking-03 span {
	font-size: 80%;
}

.area-cooking .box-cooking-left-02 {
	width: 40%;
	float: left;
}

.area-cooking .box-cooking-left-02 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing:0;
}

.area-cooking .box-cooking-left-02 table tr {
}

.area-cooking .box-cooking-left-02 table th,
.area-cooking .box-cooking-left-02 table td {
	border-bottom: solid 1px #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.area-cooking .box-cooking-left-02 table th {
}

.area-cooking .box-cooking-left-02 table td.sttl {
	padding-top: 25px;
	padding-bottom: 5px;
	border-bottom: none;
	font-weight: bold;
	font-size: 17px;
	border-bottom: none;
}

.area-cooking .box-cooking-right-02 {
	width: 54%;
	float: right;
}

.area-cooking .box-cooking-right-02 ol {
  padding:0;
  margin:0;
  list-style-type: none;
}
 
.area-cooking .box-cooking-right-02 ol li {
	text-indent: -2.5em;
  padding-left: 2.3em;
  counter-increment: cnt;
	margin-bottom: 10px;
}

.area-cooking .box-cooking-right-02 ol li:before {
  display: marker;
  content: "（" counter(cnt) "）";
	font-weight: bold;
}

@media screen and (max-width: 640px) {

	.area-cooking h2 {
		font-size: 24px;
	}

	.area-cooking .icon-cooking {
		width: 120px;
		height: 75px;
	}

	.area-cooking .box-cooking-left-01 {
		width: 100%; 
		float: none;
		margin-bottom: 30px;
	}

	.area-cooking .box-cooking-right-01 {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.area-cooking .box-cooking-02 h3 {
		font-size: 22px;
	}
	
	.area-cooking .box-cooking-left-02 {
		width: 100%; 
		float: none;
		margin-bottom: 50px;
	}

	.area-cooking .box-cooking-right-02 {
		width: 100%; 
		float: none;
	}

}

@media screen and (max-width: 480px) {

	.area-cooking .box-cooking-right-01 {
		width: 100%;
	}

	.area-cooking .list-component {
		width: 100%;
	}
	
	.area-cooking .box-cooking-02 {
		padding-right: 0;
		padding-left: 0;
	}

}
