@charset "utf-8";
/* CSS Document */
/*layout*/
body {
	width: 100%;
	background-color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
/*--- リンク ---*/
a:link, a:visited {
	color: #339966;
	text-decoration: none;
}

a:hover, a:active {
	color: #339966;
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}
img {
  vertical-align: bottom;
}

#header {
  width: 1000px;
  height: 80px;
  margin: 0px auto;
  position: relative;
}
#header h1 {
  position: absolute;
  left: 0px;
  top:10px;
}

/*--- メイン画像 ---*/
#mainimg {
  width: 1000px;
  margin: 0px auto 30px;
}

/*--- タブ ---*/
.tabmenu {
  width: 1000px;
  margin: 30px auto 0px;
  overflow: hidden;
}
.tabmenu li {
  width: 490px;
  height: 61px;
}
.tabmenu li:nth-child(odd){
  float: left;
}
.tabmenu li:nth-child(even){
  float: right;
}
.tabmenu li a {
  display: block;
}
/*--- コンテンツ ---*/
.contents {
  width: 960px;
  margin: 0px auto 20px;
  padding: 30px 20px;
  background-color: #fdf8e8;
}
/*-----------------------------------------------------
  サロン紹介
-------------------------------------------------------*/
.contents .salonBox {
  width: 960px;
  overflow: hidden;
  list-style: none;
}
.contents .salonBox li {
  box-sizing: border-box;
  width: 470px;
  /*height: 480px;*/
  padding: 20px;
  margin: 0 0 20px 0;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF;
}
.contents .salonBox li:nth-child(odd){
  margin-right: 20px;
}
/*-- サロン 上段 --*/
.contents .salonBox li .salon {
  width: 430px;
  overflow: hidden;
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: solid 1px #CCCCCC;
}
.contents .salonBox li .salon .txtArea {
  float: left;
  width: 210px;
}
.contents .salonBox li .salon .txtArea h3 {
  font-size: 18px;
  color: #e50031;
  margin-bottom: 10px;
  line-height: 1;
}
.contents .salonBox li .salon .txtArea p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.contents .salonBox li .salon .txtArea .btn {
  margin: 0;
}
.contents .salonBox li .salon .imgArea {
  float: right;
  width: 200px;
}
.contents .salonBox li .foodsTitle {
  margin-bottom: 30px;
}
/*-- レシピ 下段 --*/
.contents .salonBox li .recipe {
  width: 430px;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0;
}
.contents .salonBox li .recipe .txtArea {
  float: left;
  width: 210px;
}
.contents .salonBox li .recipe .txtArea h3 {
  font-size: 18px;
  color: #e50031;
  margin-bottom: 10px;
  line-height: 1.4;
}
.contents .salonBox li .recipe .txtArea p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.contents .salonBox li .recipe .txtArea p.exp {
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.6;
}
.contents .salonBox li .recipe .txtArea .btn {
  margin: 0;
}
.contents .salonBox li .recipe .imgArea {
  float: right;
  width: 200px;
}

/*-----------------------------------------------------
  レシピ紹介
-------------------------------------------------------*/
.contents .recipeBox {
  width: 960px;
  list-style: none;
}
.contents .recipeBox li {
  box-sizing: border-box;
  width: 960px;
  padding: 20px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF;
}
.contents .recipeBox li .block1 {
  width: 920px;
  overflow: hidden;
  margin-bottom: 10px;
}
.contents .recipeBox li .block1 h3 {
  font-size: 18px;
  color: #e50031;
  margin-bottom: 10px;
  line-height: 1;
}
.contents .recipeBox li .leftArea {
  width: 450px;
  float: left;
}
.contents .recipeBox li .leftArea .name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contents .recipeBox li .leftArea .box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #F3F3F3;
  margin-bottom: 20px;
  font-size: 14px;
}
.contents .recipeBox li .leftArea p {
  margin: 0 0 10px 0;
}
.contents .recipeBox li .rightArea {
  width: 450px;
  float: right;
}
.contents .recipeBox li .rightArea img.rsp {
  margin-bottom: 20px;
}
.contents .recipeBox li .rightArea .salon {
  width: 450px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.contents .recipeBox li .rightArea .salon .txtArea {
  float: left;
  width: 220px;
}
.contents .recipeBox li .rightArea .salon .txtArea h3 {
  font-size: 18px;
  color: #e50031;
  margin-bottom: 10px;
  line-height: 1;
}
.contents .recipeBox li .rightArea .salon .txtArea p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.contents .recipeBox li .rightArea .salon .txtArea .btn {
  margin: 0;
  padding: 0;
  /*background-color: #FF0000;*/
}
.contents .recipeBox li .rightArea .salon .imgArea {
  float: right;
  width: 200px;
}

.contents .recipeBox li .block2 {
  background-color: #f9f6f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 920px;
  padding: 20px;
}
.contents .recipeBox li .block2 h3 {
  font-size: 18px;
  color: #e50031;
  margin-bottom: 10px;
  line-height: 1;
}
/*-----------------------------------------------------
  製品紹介
-------------------------------------------------------*/
.bamix {
  width: 960px;
  margin: 0px auto 20px;
  padding: 0px 20px 30px ;
  background-color: #FFF;
}
.bamix .bxinnr {
  box-sizing: border-box;
  width: 960px;
  padding: 20px;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF;
  overflow: hidden;
}
.bamix .bxinnr .txtArea {
  width: 960px;
  /*float: left;*/
}
/*
.bamix .bxinnr .imgArea {
  width: 360px;
  float: right;
}
.bamix .bxinnr .imgArea img {
  margin-bottom: 10px;
}*/
.bamix .bxinnr .txtArea h3 {
  margin-bottom: 30px;
}
.bamix .bxinnr .txtArea h4 {
  margin-bottom: 10px;
  color: #81282c;
}
.bamix .bxinnr .txtArea p {
  margin: 0 0 10px 0;
}
.bamix .bxinnr .txtArea .box {
  padding: 20px;
  background-color: #F3F3F3;
  margin-bottom: 30px;
}
.bamix .bxinnr .txtArea ul {
  padding-left: 20px;
}

/*-----------------------------------------------------
  present
-------------------------------------------------------*/
.contents .presentArea{
  border-radius: 10px;
  border: 1px solid #dad5d2;
  padding: 15px;
  background-image:url("../img/bg.png");
  font-size: 18px;
}
.presentDist{
  margin-top: 15px;
  display: flex;
  padding: 20px;
}
.presentDist .text{
  width: 64%;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
}
.presentDist .text .textPre{
  border: 1px solid #FFC765;
  background-color: #FFF;
  padding: 0px 10px 10px;
}
.presentDist .pic{
  width: 36%;
}
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}
/*--- フッダー ---*/
#footer {
  background-color: #cccc00;
}
#footer .copy {
  width: 1000px;
  padding: 6px 0px;
  margin: 0px auto;
  font-size: 12px;
  color: #FFFFFF;
}

