@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 .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: 20px auto;
  padding: 30px 20px;
  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: 420px;
  float: left;
}
.bamix .bxinnr .imgArea {
  width: 500px;
  float: right;
  text-align: 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;
}
/*-----------------------------------------------------
  バナーエリア
-------------------------------------------------------*/
.banrArea {
	margin: 20px auto;
	padding: 30px 0;
	list-style: none;
	
	width: 880px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banrArea li {
	width: 420px;
	margin-bottom: 20px;
}
/*-----------------------------------------------------
  インスタ
-------------------------------------------------------*/
.instaArea {
  width: 960px;
  margin: 20px auto;
  padding: 30px 20px;
  background-color: #e9eefc;
  border-radius: 5px;
  box-sizing: border-box;
}
.instaArea .ttl {
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	border-radius: 6px;
	background-color:#DC459E;
	padding: 20px;
	font-size: 20px;
}
.instaArea .instaAreainnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instaArea .instaAreainnr .gaiyou {
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
}
.instaArea .instaAreainnr .txt {
	width: 560px;
}
.instaArea .instaAreainnr .txt p {
	margin-bottom: 10px;
}
.instaArea .instaAreainnr .pic {
	width: 310px;
}
.instaArea .instaLink {
	margin: 10px auto 10px;
	padding: 10px 20px;
	list-style: none;
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	background-color: #FFFFFF;
  	border-radius: 5px;
}
.instaArea .instaLink li {
	text-align: center;
	width: 49%;
}


/*--- フッダー ---*/
#footer {
  background-color: #f778e1;
}
#footer .copy {
  width: 1000px;
  padding: 6px 0px;
  margin: 0px auto;
  font-size: 12px;
  color: #FFFFFF;
}

